.action_buttons {
    position: fixed;
    /*bottom: 29px;*/
    bottom: 5px;
    width: 100%;
    background-color: #F0F0FA;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

table.table-fit thead tr th {
    width: auto !important;
    white-space: nowrap;
}

.centered {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.centered-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
}

.select2 {
    width: 100% !important;
}

.titlecolumn th {
    background: #6b64646b;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    /*width: 5%;*/
}

.delete {
    color: red;
}

.him-counts {
    /*position: absolute;*/
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    background: #03A9F4;
    padding: 1px 5px;
    border-radius: 2px;
    right: 4px;
    top: -11px;
    color: #FFF;
    font-size: 10px;
    line-height: 15px;
}

.show_cursor {
    cursor: pointer !important;
}

.default-cursor {
    cursor: default !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.met-profile .met-profile-main .met-profile-main-pic .fro-profile_main-pic-change i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
}

.action_buttons {
    position: sticky;
    /*bottom: 29px;*/
    /*bottom: 5px;*/
    width: 100%;
    background-color: #F0F0FA;
}

/*loading gif*/
.ripple-loader {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}

.ripple-loader div {
    position: absolute;
    border: 4px solid #ff8f32;
    border-radius: 50%;
    animation: ripple-loader 1s ease-out infinite;
}

.btn-orange {
    color: #fff !important;
    background-color: #FF8F32 !important;
    border-color: #FF8F32 !important;
}

.btn-orange-nrc {
    color: #fff !important;
    background-color: #FF8F32 !important;
    border-color: #FF8F32 !important;
}

.ripple-loader div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes ripple-loader {
    0% {
        top: 50px;
        left: 50px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

.centered-content {
    margin: auto;
}

/** Loading bars **/
#floatBarsG {
    position: relative;
    width: 0;
    height: 16px;
    margin: auto;
}

.floatBarsG {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 16px;
    height: 16px;
    animation-name: bounce_floatBarsG;
    animation-duration: 1.235s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.3);
}

#floatBarsG_1 {
    left: 0;
    animation-delay: 0.006s;
}

#floatBarsG_2 {
    left: 25px;
    animation-delay: 0.6125s;
}

#floatBarsG_3 {
    left: 49px;
    animation-delay: 0.739s;
}

#floatBarsG_4 {
    left: 74px;
    animation-delay: 0.8655s;
}

#floatBarsG_5 {
    left: 99px;
    animation-delay: 0.992s;
}

#floatBarsG_6 {
    left: 124px;
    animation-delay: 1.1085s;
}

#floatBarsG_7 {
    left: 148px;
    animation-delay: 1.235s;
}

#floatBarsG_8 {
    left: 173px;
    animation-delay: 1.3615s;
}

.font-helper {
    font-size: 12px;
    color: grey;
}

.text-uppercase {
    text-transform: uppercase;
}

@keyframes bounce_floatBarsG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}


/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet
   480-less    - phone landscape & smaller
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {

    .edit-tar-btn {
        display: none;
    }

    .travel-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1560px) {

    .travel-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .delete-air-btn {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 480px) and (max-width: 768px) {
}

@media all and (max-width: 480px) {
}

@media only screen {
}

/* Define mobile styles - Mobile First */

@media only screen and (max-width: 40em) {
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens - TABLET */
@media only screen and (min-width: 40.063em) {

}

/* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens - DESKTOP */
@media only screen and (min-width: 64.063em) {

}

/* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {


}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens */
@media only screen and (min-width: 90.063em) {
}

/* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens */
@media only screen and (min-width: 120.063em) {
}

/* min-width 1921px, xlarge screens */

/*------------------------------------------*/
/*input[type="date"]::-webkit-calendar-picker-indicator {*/
/*    background: none;*/
/*    color: inherit;*/
/*    cursor: pointer;*/
/*    position: static; !* Remove absolute positioning *!*/
/*    width: 16px; !* Restore default width *!*/
/*    height: 16px; !* Restore default height *!*/
/*}*/

input[type="date"]::-webkit-calendar-picker-indicator {
    pointer-events: auto;
}


/* Fallback for browsers that don't support styling the picker */
input[type="datetime-local"]:focus {
    outline: 2px solid #007bff;
}

.avatar {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    width: 3.875rem;
    height: 3.875rem;
}

.avatar .avatar-text {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    background: #fff;
    font-weight: 600;
    color: #00acf0;
}

.avatar .avatar-text .initial-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.avatar .avatar-text .initial-wrap > span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.avatar .avatar-text.avatar-text-sky,
.avatar .avatar-text.avatar-text-primary {
    color: #00acf0;
}

.avatar .avatar-text.avatar-text-sky:before,
.avatar .avatar-text.avatar-text-primary:before {
    background: rgba(178, 230, 250, 0.5);
}

.avatar .avatar-text.avatar-text-pumpkin {
    color: #ff8f32;
}

.avatar .avatar-text.avatar-text-pumpkin-bg-pumpkin {
    background: rgba(255, 220, 207, 0.5);
}

.avatar.avatar-xxxl {
    font-size: 5.30833rem;
    width: 13.125rem;
    height: 13.125rem;
}

.avatar.avatar-xxl {
    font-size: 3.70833rem;
    width: 10.125rem;
    height: 10.125rem;
}

.avatar.avatar-xl {
    font-size: 1.70833rem;
    width: 5.125rem;
    height: 5.125rem;
}

.avatar.avatar-lg {
    font-size: 1.4rem;
    width: 4.5rem;
    height: 4.5rem;
}

.avatar.avatar-md {
    font-size: .95rem;
    width: 3.25rem;
    height: 3.25rem;
}

.avatar.avatar-sm {
    font-size: .9rem;
    width: 2.625rem;
    height: 2.625rem;
}

.avatar.avatar-xs {
    font-size: .6rem;
    width: 2rem;
    height: 2rem;
}
.blur-overlay {
    filter: blur(2px);
    pointer-events: none; /* Allows clicks to pass through the overlay */
    /*background-color: rgba(0,0,0,.5);*/
    /*z-index: 1052;*/
}
