body, html {
    font-family: Roboto !important;
    font-size: 13px;
    height: 100%;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v46/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

/*
 * The reply section in RL Tickets
 */

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
    display: table;
    clear: both;
}

.spinner-border.spinner-style {
    font-size: 6px;
    height: 15px;
    width: 15px;
    color: #1d8bf1;
}

.edit_activity_open_images {
    cursor: pointer;
}

a.is-disabled {
    pointer-events: none;
    opacity: 0.45;
    cursor: not-allowed;
}

.blog-comment{
    /*padding-left: 15%;
    padding-right: 15%;*/
}

.blog-comment ul{
    list-style-type: none;
    padding: 0;
}

.blog-comment img{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-top: 0;
    width: 84px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

.blog-comment .post-comments{
    border: 2px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 15px;
    color: #5f5d5d;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #eee;
}

.blog-comment ul.comments ul{
    list-style-type: none;
    padding: 0;
    margin-left: 85px;
}

.blog-comment p.actual-reply {
    font-size: 16px;
    white-space: pre-wrap;
}

/*.col-md-3.fixed-square {
    max-width: 280px;
    min-width: 280px;
}*/

.col-md-6.fixed-rectangle {
    max-width: 560px;
    min-width: 560px;
}

.blog-comment a.post-new-comment {
    font-size: 16px;
    border: 1px solid grey;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-comment .reply-ticket {
    display: none;
}

.blog-comment-form{
    /*padding-left: 15%;
    padding-right: 15%;*/
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

h3.table-title {
    text-align: center;
    margin-top: 7px;
    font-weight: 600;
    font-size: 1.25rem;
}

.max-file-size-indicator {
    font-size: 16px;
    padding-top: 5px;
}

.text-inherit {
    text-align: inherit !important;
}

.text-inherit ul {
    padding: 8px 10px;
}

.d-grey {
    background-color: rgb(239, 239, 239) !important;
}

.token-input-dropdown {
    z-index: 9999 !important;
}

div.token-input-dropdown-facebook {
    z-index: 11001 !important;
}

#guide_list_filter, #vehicle_list_filter {
    display: none;
}

.material-icon-custom-correction {
    vertical-align: bottom;
    font-size: 19px !important;
}

#vip_as td ul {
    padding-left: 10px;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-floatNotifLargeInfo {
    font-size: 21px;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #1d8bf1;
    color:white;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-floatNotifLargeWarn {
    font-size: 21px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: red;
    color: white;
    font-weight: 600;
}

.span-header {
    font-size: 1.25rem;
    font-weight: bold;
}

span.freelancer-selected {
    border-bottom: 1px solid #2946d6b8;
}

a.freelancer-selected {
    border-bottom: 1px solid #2946d6b8;
}

span.partner-selected {
    border-bottom: 1px solid #2946d6b8;
}

div#DataTables_Table_0_filter {
    display: none;
}

div#DataTables_Table_0_info {
    margin-left: 1.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3em 1em;
}

div#DataTables_Table_0_info {
    margin-bottom: 10px;
}

div#DataTables_Table_0_paginate {
    margin-top: 3px;
}

table.dataTable thead th, table.dataTable tfoot th {
    /* font-weight: normal !important; */
}

.nav-thumbflip a {
    perspective: 1000px;
}

.nav-thumbflip {
    padding-right: 2em;
}

.nav-thumbflip a.prev {
    perspective-origin: 100% 50%;
}

.nav-thumbflip a.next {
    perspective-origin: 0% 50%;
}

.SumoSelect > .CaptionCont > label {
    top: 6px !important;
}

.SumoSelect {
    flex-grow: 1;
}

/* Enable vertical scrolling */
.custom-scrollbar {
    overflow-y: auto;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}

.custom-scrollbar:hover {
    overflow-y: auto;
}

/* Custom scrollbar styles */
.custom-scrollbar::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners of the scrollbar thumb */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color when hovered */
}

.nav-thumbflip .icon-wrap {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #b1a798;
    transition: background-color 0.3s;
}

#img-thumbnail-preview img {
    border: 2px solid grey;
    padding: 1px;
    max-width: 260px;
    position: fixed;
    max-height: 480px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
}

.nav-thumbflip svg.icon {
    position: relative;
    top: 50%;
    transition: fill 0.3s;
    transform: translateY(-50%);
    fill: #fff;
}

.nav-thumbflip img {
    position: relative;
    float: left;
    margin-right: 5px;
    top: 2.2px;
}

a.nav-link.partner_link {
    padding-right: 25px;
    background-color: #8d8d8d;
}

.icon-arrow-up {
    transform: rotate(90deg);
    position: relative;
    bottom: 5px;
}

.nav-thumbflip a.prev img {
    left: 100%;
    transform: rotateY(90deg);
    transform-origin: 0% 50%;
}

.nav-thumbflip a.next img {
    right: 100%;
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
}

.nav-thumbflip a:hover .icon-wrap {
    background-color: #fff;
}

.nav-thumbflip a:hover svg.icon {
    fill: #c1b8ab;
}

.nav-thumbflip a:hover img {
    transform: rotateY(0deg);
}

#roomRatesAddModalV2 input {
    /*max-width: 80px;*/
    display: inline-block;
}

.mat_icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  margin-right: 5px;
}

input.unit-max-pax::-webkit-input-placeholder {
    font-family: "Material Icons";
}

.add-infinity-icon {
    background-image: url('/assets/images/static/all_inclusive-black-18dp.svg');
    background-position: 13px 7px;
    background-repeat: no-repeat;
}

.modal-footer {
    justify-content: space-between;
}

.quickInfo_tbl {
    margin-top: 2px;
    width: 100%;
}

.quickInfo_tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.quickInfo_content {
    background-color: #f7f7f7;
    padding-right: 11px;
    text-align: left;
    padding-left: 6px;
}

.w_space_pre {
    white-space: pre;
}


.w_space_bs {
    white-space: break-spaces;
}

.link-disabled {
    pointer-events: none;
    cursor: default;
}

.link-disabled i {
    color: lightgrey;
}

#span_td_phone {
    vertical-align: top;
    position: relative;
    top: 2px;
}

#span_td_phone_icon {
    float: left;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.hotel_itin1_wrap {
    /*width: 346px;*/
    width: 361px;
}

.hotel_itin1_wrap img {
    /*width: 345px;*/
    width: 361px;
    height: 333px;
}

.hotel_itin2_wrap {
    width: 663px;
}

.hotel_itin2_wrap img {
    width: 663px;
    height: 333px;
}

tr.no-results {
    height: 150px;
    border: 1px solid #e9ecef;
}

.no-results-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d; /* Optional: text color for a subtle look */
    font-size: 1.1em; /* Optional: make the text a bit larger */
    border-bottom: 0 !important;
}

td.align-left {
    text-align: left;
}

table.table.activity-optional-ai.m-0.p-0 {
    border: 1px solid #e9ecef !important;
}

table.table.activity-optional tr, table.table.activity-optional td {
    border: 1px solid #e9ecef !important;
}



/*@media (max-width: 1500px) {*/
/*    .hotel_itin1_wrap, .hotel_itin2_wrap {*/
/*        display: block;*/
/*        width: 80%;*/
/*    }*/
/*}*/

/*
@media (max-width: 1500px) {
    .hotel_itin1_wrap {
        display: block;
        width: 80%;
        height: auto;
    }
}

@media (max-width: 1500px) {
    .hotel_itin2_wrap {
        display: block;
        width: 80%;
        height: auto;
    }
}

*/

@media (max-width: 1500px) {
    .hotel_itin1_wrap img {
        display: block;
        width: 300px;
        height: 212px;

    }
}

@media (max-width: 1500px) {
    .hotel_itin2_wrap img {
        display: block;
        width: 600px;
        height: auto;

    }
}

@media (max-width: 1500px) {
    .avatar_title_small {
        display: block;
        width: 300px;

    }
}

@media (max-width: 1500px) {
    .avatar_title_large {
        display: block;
        width: 600px;

    }
}

@media (max-width: 1300px) {
    .hotel_itin1_wrap img {
        display: block;
        width: 250px;
        height: 183px;

    }
}

@media (max-width: 1300px) {
    .hotel_itin2_wrap img {
        display: block;
        width: 520px;

    }
}

@media (max-width: 1300px) {
    .avatar_title_small {
        display: block;
        width: 250px;

    }
}

@media (max-width: 1300px) {
    .avatar_title_large {
        display: block;
        width: 520px;

    }
}


.container.flex {
    display: flex;
    padding-left: 0;
    margin-left: 0;
}

.hotel-controls {
    text-align: center;
    margin-top: 9px;
    max-width: 582px;
}

div.hotel-controls button {
    padding-left: 6px;
}

.content-hotel_edit_page hr {
    border-top: 2px solid rgba(0,0,0,.1);
}

.content-restaurant_edit_page hr {
    border-top: 2px solid rgba(0,0,0,.1);
}

.content-restaurant_add_page hr {
    border-top: 2px solid rgba(0,0,0,.1);
}

.dataTables_filter {
    display: none;
}

.no-padding {
    padding:0;
}

.dept_item {
    text-align: left;
    padding-left: 21px;
    background-color: #efefef;
    margin-bottom: 1em;
    padding-top: 4px;
    padding-bottom: 4px;
}

.quickInfo_th {
    padding: 2px !important;
    font-weight: 600;
    color: #424242;
    border-bottom: 1px solid grey !important;
}

.quickInfo_border_bottom {
    border-bottom: 1px solid grey !important;
}
.quickInfo_parent_tr {
    /*background-color: #1d8bf1;*/
}

.notes-icon-color {
    color: #1d8bf1 !important;
}

.child_row_box {
    width: 29px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #ddd;*/
    font-size: 18px;
    /*cursor: pointer;*/
    color: grey;
    font-weight: bold;
    /*margin-right: 15px;*/
}

.parent_row_box {
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    background-color: #1d8bf1;
    padding-left: 0;
    margin-right: 0 !important;
}

#edit_activity_pricing tr > td:first-child .act-price-input {

}

.ttst.d-flex {
    height: 49px;
}

.dayTable_day {
    display: inline-block;
    width: 60px;
    background-color: #1d8bf1;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    border-left: 1px solid #e9ecef;
    font-size: 15px;
    cursor: pointer;
}

.dayTable_day.not_clicked {
    background-color: white;
    color: black;
    border-left: 1px solid #e9ecef;
    font-size: 15px;
}

.ui-front {
    z-index: 9999 !important;
}

.token-input-dropdown {
    z-index:9999 !important;
}

.token-input-list {
    z-index:9999 !important;
}

.datepick-popup {
    z-index: 9999 !important;
}

.em_tab li:hover{
  background-color: #aaaaaa;
}

.bra_tab li:hover{
  background-color: #aaaaaa;
}

#partner_list_wrapper tr td:first-child{
  padding-left: 18px !important;
}

#partner_list_wrapper thead th:last-child{
  padding-right: 25px !important;
}

main {
    background-color: #e6e6e6;
    color: #171b1f;
    margin: 0px;
    padding: 0px !important;
    display: table;
    margin-top: 50px;
}

.alert_message{
    color: red !important;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.overlay {
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}

span#Bug_ID_s {
    background-color: #e9ecef;
}

div#description_html {
    padding: 5px;
}

.overlay-add {
    position: fixed;
    top: 50%;
    left: 50%;
}

.simditor .simditor-body, .editor-style {
    font-family: Roboto !important;
    font-size: 13px !important;
}

button#save_button {
    font-size: 14px;
}

button.tool_btn_del {
    font-size: 14px;
}

.partner_filter_bar input{
  margin-right: 10px !important;
}

.menu_tools{
  font-size: 20px !important;
  color: black !important;
  display: inline-flex;
  vertical-align: top;
  margin-right: 5px;
}

/* .partner_filter_bar input:focus{
  margin-right: 0 !important;
} */

.partner_filter_bar select{
  margin-right: 10px !important;
}
/*
.partner_filter_bar select:focus{
  margin-right: 0 !important;
} */

.dataTables_length{
    display: none;
}
.paging_simple_numbers{
    text-align: center !important;
    /* float: none !important; */
    margin-right: 15px !important;
}

.guide_filter_bar .col-md-2{
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #1d8bf1;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -1s;
  }
  @keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }

.table-bordered{border: none !important;}
.table-bordered tr th:last-child{
    border-right: none !important;
}
.table-bordered tr td:last-child{
    border-right: none !important;
}
.table-bordered tr th:first-child{
    border-left: none !important;
}
.table-bordered tr td:first-child{
    border-left: none !important;
}
table.dataTable thead th{border-bottom: none !important;}
table.dataTable.no-footer{border-bottom: none !important;}
.edit{padding: 0;}
.edit .sarch_bar{padding: 0;}
.edit .sub_bar{padding-top: 5px !important; padding-bottom: 5px !important;}
.edit .filter_bar{margin-top: 0 !important; padding: 5px 10px 5px 10px !important;}
.edit_row{margin: 0;}
.edit_row .row{margin: 0;}
.edit_row .col-sm-12{padding: 0;}
.controls .invalid-feedback{font-size: 53%;}
.invalid-feedback{font-size: 16px; font-weight: bold;}
.link_bar .navbar-collapse{height: 31px;}
.link_bar .navbar-collapse label{line-height: 31px;}
.modal-lg{max-width: 820px;}
.employe_tab a{color: white;}
.em_tab{width: 223px; }
.model_tab{width: 209px; }

.bra_tab{width: 342px; }
.employe_tab a:hover{color: white; text-decoration: none;}
.employe_tab {margin-top: 15px; margin-bottom: 15px; display: inline-flex;}
/* .employe_tab li, a.active {background-color: blue;} */
.employe_tab .active { background-color: #1d8bf1 !important; }
.employe_tab li{background-color: #bdbebd;padding: 5px 14px 5px 14px;  margin-right: 15px; margin-left: 15px; border-radius: 5px 5px 0 0; cursor: pointer;}
.dataTables_empty{font-size: 30px;
    height: 200px;
    line-height: 200px;}
.material-icons.md-18 { font-size: 18px; }
.footcopy{background-color: #484848;}
.h-100{
    min-height: 33.5px;
    background-color: #c9c9c9;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgrey !important;
    opacity: 1; /* Firefox */
  }

.avatar_title{height: 31.25px; background-color: #1d8bf1; text-align: center; border : 1px solid #bdbebd; border-bottom: none;}
.avatar_title span{line-height: 30px; color: white;}

.h-100{display: none !important;}
a.toolbar-item-image{display: none !important;}
.modal .input-group-prepend{width: 110px;}
.modal .input-group-prepend span{width: 100%;}
.material-icons.close_modal{color: white !important;}
#asideMenu li{margin-left: -20px; padding-left: 20px;}
#asideMenu li.active{background-color: #e6e6e6;}
#asideMenu li.active2{background-color: #e6e6e6;}
.button_middle{padding-top: 7px;}
.new_nav{float: right; height: 100%;}
.link_nav{float: left; height: 100%; font-size: 16px;}
.link_nav a{padding: 0.3rem 1rem; color: white;}
.link_bar{background-color: #c6c6c6 !important;}
.active_link{background-color: #e6e6e6; color: #4b4b4b !important; font-weight: bold;}
.tool_bar{background-color: #b5b4b5 !important; padding-bottom: 0 !important;}
.tool_bar_btn{padding-top: 10px;}
.filter_bottom{
    margin-top: 10px !important;
}
.material-icons{color: black;}

.sarch_bar{padding: 0 10px 10px 10px; background-color: #e6e6e6;}
.filter_bar{background-color: #c6c6c6; padding: 10px 10px 10px 10px !important;}
.filter_bottom1{
    margin-bottom: 0 !important;
}
.sub_bar{background-color: white; padding-top: 10px; padding-bottom: 10px;}
.full_height{height: -webkit-fill-available;}
.filter_fixed{
    padding-bottom: 10px;
    background-color: #e6e6e6;
}
.guide_filter_search .search_group{width: 100%; display: flex;}
.guide_filter_search .search_group select{display: flex;}
.guide_filter_search .search_group input{display: flex;}
.search_group input{
  /* background-image: url('search.png'); */
    background-size: 24px; background-repeat: no-repeat; background-position: right;
}

.search_group.list_guide input {
    margin-right: 10px;
}

.search_group.list_guide select {
    margin-right: 10px;
}

.filter_bar input,select{border-radius: 5px !important;}
.ui-autocomplete{
    background-color: white !important;
    width: 200px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    list-style: none !important;
    padding-left: 10px !important;
}
.ui-autocomplete li{
    cursor: pointer;
}
.highlight_line{
    /* padding-bottom: 6px;
    border-bottom: green 1px solid; */
    background-color: #1d8bf1;
    color: white;
}

.tool_btn_del{
    background-color: #f96865;
    border-color: #f96865;
    width: 100px;
    margin-right: 15px;
}

.tool_btn_suc{
    background-color: #71cb6a;
    border-color: #71cb6a;
    width: 100px;
    font-size: 14px;
}

main .content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-bottom: 50px;
}
#body_table{
    display: none;
}
main .content .filter-btns {
    padding-right: 20px;
    margin-top: 10px;
}
td{
    text-align: center;
}
main .content .filter-btns .btn {
    width: 100%;
}
.patner_note{
    background-color: #e9ecef !important;
    color: #495057 !important;
    font-size: 1rem;
}
main .aside-menu {
    /* position: fixed; */
    background-color: white;
    width: 140px !important;
    display: table-cell;
    width: auto;
    font-size:16px;
    height:100%;
}

.star .active{
    color: blue !important;
}

.hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.nav_fix{
    position: fixed;
    width: 140px;
    height: 100%;
}

.dropdown-toggle::after{display: none;}
.dropdown-menu li{margin-bottom: 8px;}
.dropdown-toggle{position: relative;}
.nav-item.show .dropdown-toggle::after{display: inline; position: absolute; border-bottom: 12px solid white !important; border-right: 12px solid transparent !important; border-top: 0 !important; border-left: 12px solid transparent !important; top:42px; right: 21px; z-index: 2000;}
.dropdown-menu.show{margin-top: 5px;padding-top: 20px; padding-right: 20px; padding-left: 20px;  min-width: 200px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); font-size: 15px; border-radius: 8px;}
.logo_image{
    padding-top : 4px;
    padding-bottom: 4px;
    margin-left: 20px;
    position: absolute;
    margin-top: 1px;
}

.form_control {
    margin-right: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: relative;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.sarch_bar .form_control.magnifying-glass:before {
  font-family: 'Material Icons';
  position: absolute;
  top: 4px;
  right: 2px;
  content: '\e8b6';
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.partner_filter_bar .form_control input,.partner_filter_bar .form_control select{
  /* padding-left: 19px; */
}

.custom_nav .material-icons{
    color: white;
    font-size: 37px;
    .custom_nav .material-icons
}

.custom_nav ul{
    margin-top: 7px;
}

.header1_fixed{
    position: sticky;
    top: 50px;
    z-index: 999;
    margin-bottom: 25px;
}
.material-icons{
    cursor: pointer;
}

.close_modal{
    color: white;
}

ul.token-input-list-facebook {
    width: 100% !important;
    font-family: initial !important;
}


main .aside-menu .access, .bg-info.access {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    color: white;
    /* padding: 20px; */
    padding-top: 14px;
    padding-bottom: 14px;
    height: 72px;
}

main .aside-menu .nav {
    margin-left: 20px;
}

main .aside-menu .collapse .nav {
    margin-left: 20px;
}

main .aside-menu .collapse .nav li a {
    color: #1b1e21;
}

main .aside-menu .card {
    border: solid 0px;
}

main .aside-menu .card .card-body {
    padding: 0px;
}

main .aside-menu .card .card-header {
    border: solid 0px;
    background: white;
    padding: 0px;
}

main .aside-menu .card .card-header button {
    width: 100%;
    text-align: left;
    padding-right: 6px;
}

main .aside-menu .card .card-header button:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    float: right;
    transition: all 0.5s;
    font-weight: bold;
}

main .aside-menu .card .card-header.active button:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

main .aside-menu .card .card-header .btn-link, nav#sidebar ul li a {
    color: #03a9f4;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 25px;
    font-size: 16px;
}

.table thead tr th {
    font-weight: normal;
    color: #08090a !important;
}

.accordion.pwidget .card-header {
    padding-top: 7px;
    padding-bottom: 7px;
}

.accordion.pwidget .card-header h5 button {
    width: 100%;
    padding: 0px;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

.accordion.pwidget .card-header .direction :before {
    content: "\f107";
    float: right;
    transition: all 0.5s;
}

.accordion.pwidget .card-header.active .direction {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.title-widget {
    background-color: white;
    font-size: 17px;
    /* position: fixed; */
    /* top: 50px; */
    /* z-index: 30; */
}

.breadcrumb {
    font-size: 17px;
}

.title-widget .nav .nav-linkactive, .title-widget .nav .nav-link:hover {
    background-color: #aaaaaa;
}

.title-widget2 {
    background-color: white;
    color: #219ff5;
    border: solid #2bafc9 3px;
    padding-bottom: 5px;
    margin-top: 10px;
    /* margin-left: 3px; */
    /* margin-right: 3px; */
}

.title-widget2 h3 {
    font-size: 1.45rem;
    margin: 0px;
}

#floating_notification {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20px;
    border: 1px solid red;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #e6e6e6;
    max-width: 237px;
}

.card .card-header :first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: white;
}
.card .card-header .controls {
    padding-right: 0px;
    margin-top: 3px;
}

.card .card-header .controls .add-btn {
    border-radius: 50%;
    border: solid 2px white;
    background-color: transparent;
    cursor: pointer;
    color: white;
}

i#show_hide_inactive_documents, .show-hide-eye {
    margin-right: 1.2rem;
}

.ck-editor__editable_inline {
    min-height: 200px;
    max-width: 100%;
}

label.error {
    color: red;
}

.red-font {
    color: red;
}

.ck-content {
    min-width: 680px;
}

i.show_hide {
    margin-right: 1.2rem;
    color: white;
}

i.show_hide_modal {
    margin-right: 1.2rem;
    color: white;
}

tr.document-tr-inactive {
    display: none;
}

tr.tr-inactive {
    display: none;
}

.card .card-header .controls .employee-add-btn {
    border-radius: 50%;
    border: solid 2px white;
    background-color: transparent;
    cursor: pointer;
}


.card .card-header .controls .direction-btn {
    border: solid 0px white;
    background-color: transparent;
    transition: all 0.5s;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    color: white;
}

.card .card-header.active .controls .direction-btn {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card h5.bg-info {
    color: white !important;
}

.bg-info {
    background-color: #1d8bf1 !important;
}

.table-borderless .bg-info {
    color: white;
}

.jkgf {
    border-radius: 0px;
}
.export-btn{margin-right: 3px;}
.jkgf h3 {
    font-size: 1.2em;
    margin-bottom: 0px;
    margin-left: 20px;
    line-height: 21px;
}

.jkgf .card-body.v2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.jkgf .export-btn {
    border: solid 1px black;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    background-color: transparent;
}

.jkgf .x-cancel {
    background-color: transparent;
    border: solid 2px black;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding-left: 7px;
}

.jkgf .x-close {
    background-color: transparent;
    border: solid 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-info {
    background-color: #1d8bf1 !important;
}

.download_avatar{
    color: black;
}

.remove-btn {
    border-radius: 50%;
    background-color: transparent;
    border: solid 2px red;
    color: red;
    padding: 9px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: 2px;
}

.remove-btn:hover {
  background-color: transparent;
  border: solid 2px red;
  color: red; }

.plus-btn {
  border-radius: 50%;
  background-color: transparent;
  border: solid 2px #03a9f4;
  color: #03a9f4;
  padding: 9px;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-top: 2px; }

.plus-btn:hover {
  background-color: transparent;
  border: solid 2px #03a9f4;
  color: #03a9f4; }

.input-group-text.grey {
  color: white;
  background-color: #1d8bf1 !important;
}

.input-group-text.realgrey {
    color: white;
    background-color: #a2a2a2 !important;
}

.input-toggle-text.green.left {
    color: white;
    background-color:#bdbebd;
    border-radius: 5px 0 0 5px;
    width: 10px;}
.input-toggle-text.green.right {
    color: white;
    background-color:#bdbebd;
    border-radius: 0 5px 5px 0;
    width: 10px;}

.txt1 {
  color: white; }

.photo1_wrap {
  /*height: 290px;*/
  width: 100%;
  /* background-color: #005cbf; */
  position: relative;
  padding: 20px 10px 10px 10px;
}
.photo1_wrap .photo {
    border: 1px solid #bdbebd;
    border-top: none;
    width: 100%;
}
.photo1_wrap .controls {
    margin-top: 10px;
    text-align: center;
    right: 8px;
    bottom: 8px;
    font-size: 20px;
}

#avatar{
    display:none;
    width: 100%;
    height: 100%;
}

.grey-star{
    color:grey;
}
.doc_file_name{
    display: none;
}

.phone_part{
    display: none;
}

.skype_part{
    display: none;
}

.social_part{
    display: none;
}

.messanger_part{
    display: none;
}

.fax_part{
    display: none;
}

.edit_avatar {
    display: block;
    max-width: 230px;
    margin: 0 auto;
}

.edit_avatar1 {
    background-size: contain;
    background-repeat: no-repeat;
    height: 233px;
    max-width: 361px;
    /*background-image: url(/assets/images/placeholder-hotel-images.svg);*/
    background-color: lightgrey;
}

.edit_avatar2 {
    background-size: contain;
    background-repeat: no-repeat;
    height: 233px;
    max-width: 663px;
    /*background-image: url(/assets/images/placeholder-hotel-images.svg);*/
    background-color: lightgrey;

}

.avatar_title_large {
    max-width: 663px;
}

.avatar_title_small {
    max-width: 361px;
}

.edit_avatar_vehicle {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

div#attach-h3 h3 {
    display: inline-block;
}

div.display-none {
    visibility: hidden;
}

div#attach-h3 > i {
    vertical-align: bottom;
}

.controls button{
    margin-left: 10px;
}

div#floating_bug_div {
    position: fixed;
    bottom: 0;
    right: -5px;
}

span.green-box {
    background-color: #00875a;
    padding: 3px;
    /*padding-left: 7px;*/
    /*padding-right: 8px;*/
    font-weight: 600;
    color: white;
    width: 100%;
    display: inline-block;
}

.add-attachment-icon {
    border: 1px solid grey;
    padding-top: 30%;
    padding-bottom: 30%;
    text-align: center;
}

.attach-header {
    position: absolute;
    top: 0px;
    height: 22px;
    width: 88%;
    background-color: #80808069;
}

.w-90 {
    width: 90%;
}


span.grey-box {
    background-color: #c14343;
    padding: 3px;
    /*padding-left: 7px;*/
    /*padding-right: 8px;*/
    font-weight: 600;
    color: white;
    width: 100%;
    display: inline-block;
}

.added-content.row {
    width: 100%;
}

#issue_list_filter {
    display:none;
}

span.green2-box {
    background-color: #176628;
    padding: 3px;
    /*padding-left: 7px;*/
    /*padding-right: 8px;*/
    font-weight: 600;
    color: white;
    width: 100%;
    display: inline-block;
}

span.orange-box {
    background-color: orange;
    padding: 3px;
    /*padding-left: 7px;*/
    /*padding-right: 8px;*/
    font-weight: 600;
    color: white;
    width: 100%;
    display: inline-block;
}

span.blue-box {
    background-color: #0052cc;
    padding: 3px;
    /*padding-left: 7px;*/
    /*padding-right: 8px;*/
    font-weight: 600;
    color: white;
    width: 100%;
    display: inline-block;
}

.img-item {
    display: inline-block;
    max-width: 200px;
    width: 200px;
    vertical-align: top;
    border: 1px solid grey;
    padding: 2px;
    height: 134px;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
}

.img-item span {
    display: block;
    text-align: center;
    margin-top: 7px;
}

textarea::-webkit-input-placeholder {
    color: lightblue;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: lightblue;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: lightblue;
}

textarea:-ms-input-placeholder {
    color: lightblue;
}

textarea::placeholder {
    color: lightblue;
}

.modal-lgx {
    max-width: 1000px;
    margin: auto;
}

.btn-null {
  border: solid 0px;
  background-color: transparent;
  padding: 0px; }

label.success {
  color: #7cd275;
  font-size: 30px;
  line-height: 38px; }

#success_modal {
    font-size: 16px;
}

.SumoSelect>.CaptionCont {
    border: 1px solid #b5b5b5 !important;
    border-radius: 4px !important;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #495057 !important;
    font-style: initial !important;
}

label.active {
  color: #03a9f4; }

.partners-table {
  background-color: white; }
  .partners-table thead tr th {
    color: white !important;
    font-weight: bold; }
  .partners-table tr th {
    text-transform: uppercase;
    text-align: center; }
  .partners-table tr td {
    text-align: center; }

.table-form {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #cacac9; }

.custom_nav {
    background-color: #484848;
    font-size: 21px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.custom_nav .nav-link {
    padding: 0;
    padding-left: 0.5rem;
    padding-right: 1rem;
}

.custom_nav .nav {
    display: block;
    padding-top: 1px;
}

.custom_nav .nav .nav-item {
    float: right;
}

.custom_nav .nav .nav-item a {
    color: black;
}

.cancel-btn {
  background-color: transparent;
  border: solid 0px;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px; }

.form-section1 .input-group .input-group-prepend .input-group-text {
  width: 110px; }
.input-group-text{background-color: #1d8bf1 !important;}
.small_check{
    width: 200px;
}

.special input:checked + label:before{
    background-color: #03a9f4 !important;
}

.special input:checked + label:after{
    border-color: white !important;
}

.form-check.custom {
  padding-left: 0px; }
  .form-check.custom label {
    position: relative;
    cursor: pointer; }
    .form-check.custom label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #1d8bf1;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px;
}
.form-check.custom input:checked + label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #1d8bf1;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px;
        background-color: #1d8bf1;
}
  .form-check.custom input {
    display: none; }
    .form-check.custom input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 7px;
      width: 6px;
      height: 14px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }


.modal-header.bg-info {
  border-radius: 1px; }
  .modal-header.bg-info h5 {
    color: white;
    font-weight: bold; }

/*# sourceMappingURL=style.css.map */
.delete{
    cursor: pointer;
}

th{
    text-align: center;
}

.mb-0 button{
    margin-top: 3px;
}

.mb-2-em {
    margin-bottom: 2em;
}

.mb-3-em {
    margin-bottom: 3em;
}

.mb-4-em {
    margin-bottom: 4em;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 122px;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}
#filter_clear_btn, .filter_clear_btn {
    border: solid 1px black;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    background-color: transparent;
    margin-right: 20px;
}

#partner_list, #Hotel_list, #exchange_list {
    margin: 0 20px !important;
    width: 98% !important;
}

.z-index-999 {
    z-index:999;
}

#guide_list{
    margin: 0 20px !important;
    width: 98% !important;
}
#vehicle_list_table{
    margin: 0 20px !important;
    width: 98% !important;
}
.partner_filter_bar .select_arrow:before {
    font-family: 'Material Icons';
    position: absolute;
    content: '\e5c5';
    top: 4px;
    right: 2px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.select_arrow:before {
    font-family: 'Material Icons';
    position: absolute;
    content: '\e5c5';
    top: 4px;
    right: 2px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.document_item {
    margin-bottom: 10px;
}

.tdClickBlock {
    width: 20%;
    margin: auto;
    background-color: initial;
    border-radius: 5px;
    cursor: pointer;
    color: #007bff;
}

.wrapper {
    display: block;
}

/*
 * Sidebar
 */

#body-row {
    margin-left:0;
    margin-right:0;
}

div#sidebar-container {
    width: 140px;
    z-index: 12;
}


/*div#sidebar-container {*/
/*    width: 140px;*/
/*    z-index: 12;*/
/*    top: 72px;*/
/*    position: relative;*/
/*}*/

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    border: 0;
}

.sidebar_hr {
    margin: 0;
    border-top: 1.5px solid #eaeaea;
}

.width_zero {
    width:0 !important;
}

.submenu-item.active {
    background-color:#e6e6e6 !important;
}

.sidebar-submenu-icon {
    vertical-align: bottom;
    float: right;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}


.list-group-item-action {
    color: #03a9f4;
    font-size: 16px;
}

div#sidebar-container .list-group {
    height: 100%;
    background-color: #f8f9fa;
}

div#sidebar-container .sidebar-submenu span {
    color: black;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

#sidebar {
    min-width: 140px;
    max-width: 140px;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, #000000 60%), linear-gradient(135deg, #000000 40%, transparent 50%) !important;
    background-position: calc(100% - 10px) 13px, calc(100% - 5px) 13px, 100% 0;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.green-pulse {
    animation: alertPulse 2s ease-out;
    animation-iteration-count: 1;
    opacity: 1;
    background: #9A2727; /* you need this to specify a color to pulse to */
}

@keyframes alertPulse {
    0% {
        background-color: #1d8bf1;
    }
    50% {
        background-color: initial;
    }
    100% {
        background-color: initial;
    }
}

/* Bootstrap 3 classes
 */

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 40%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}

div#businessHoursContainer3 {
    margin-left: 11px;
}

/*
 * This is a patch for when the screens are lesser than 1400 in width
 */

@media only screen and (max-width: 1399px) {
    main .aside-menu {
        display: block !important;
    }
}

div#vehicle_pricing .SumoSelect {
    display: inline-block;
    text-align: left;
    color: #495057;
}

div#vehicle_pricing .SumoSelect>.CaptionCont {

}

div#vehicle_pricing .SumoSelect>.CaptionCont>span.placeholder {
    color: #495057;
    font-style:initial;
}

div#vehicle_pricing .SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
    box-shadow: initial !important;
    border-color: #ced4da !important;
    border: 1px solid #ced4da;
}

div#vehicle_pricing .SumoSelect>.CaptionCont {
    box-shadow: initial !important;
    border-color: #ced4da !important;
    border: 1px solid #ced4da;
    border-radius: 7px;
}

.SumoSelect .select-all {
    height: initial !important;
    background-color: #1d8bf1 !important;
}

#Changelog_list_filter {
    display: none;
}

.autocomplete-suggestions { background: #FFF; overflow: auto; border-radius: 5px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.autocomplete-suggestion {
    cursor: pointer;
    border-bottom: 1px solid #c1c5c1;
    padding: 4px;
}

.offline {
    position: absolute;
    left: 35%;
    z-index: 10000;
    width: 500px;
    text-align: center;
    height: 40px;
    padding-top: 10px;
    background-color: red;
    font-size: 16px;
    color: white;
    font-weight: 700;
}

.pointer {
    cursor: pointer;
}

.blue-color {
    background-color: #1d8bf1 !important;
    color: white !important;
}

.dropdown-guide {
    left: -123px;
}

.dropdown-guide ul {
    padding-left: 0px;
}

.dropdown-guide.dropdown-menu.show {
    padding-right: 0px;
    padding-left: 0px;
}

li.token-input-token-facebook {
    font-size: 13px !important;
}

.bg-red {
    background-color: #df0000 !important;
}

div#alert_modal {
    z-index: 10000;
}

/*
 Should be just one number under alert_modal
 */
/*.modal-backdrop.show {*/
/*    z-index: 9999;*/
/*}*/

.select2-defaults,span.select2-selection.select2-selection--single {
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 0.45rem 0.45rem 0 0.45rem !important;
    margin-left: -0.26rem !important;
    border-color: black transparent transparent transparent !important;
}

#pax_logic2 {
    color: #d30808;
}