#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
}
#loading-image {
    position: absolute;
    top: 250px;
    left: 630px;
    z-index: 100;
    /*width: 80px;*/
}

.user_logut
{
    cursor: pointer;
}
form .form-control
{
    margin-bottom: 20px;
}
.showImage, .ambassador_twitter_image, .embassy_twitter_image {
    width: 90px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

@media only screen and (max-width: 600px) {
  table {
    display: block;
    overflow: scroll;
  }
  .form-control ,.select2-container
  {
    margin-bottom: 20px!important;
  }
}


.select2-container .select2-selection--single
{
    height: 37px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px!important;
}

    nav ul.pagination
    {
        margin-top: 10px;
        float: right;
    }
    nav .pagination li.active
    {
        background: pink;
        padding: 0.375rem 0.75rem;
    }

    nav .pagination li.active a
    {
        color: white;
        padding: 0.375rem 0.75rem;
    }

    nav .pagination li
    {
        min-width: 30px;
        max-width: 100px;
        border: 1px solid #cdcdcd;
        padding: 5px;
        border-radius: 3px;
        margin-right: 2px;
        text-align: center;
        padding: 0.375rem 0.75rem;
    }