/*main theme colors: red 244b5a, yellow 00af9a*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .approve {
        display: inline-flex;
    }

    /*    div.dataTables_wrapper {
        width: auto!important;
        margin: 0 auto;
    } */
    .apply_filters {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .ed {
        padding-left: 0px !important;
    }

    .approve>i {
        padding-top: 5px;
        padding-right: 2px;
    }

    .dataTables_filter {
        float: left;
        margin-top: 10px;
    }

    .deny {
        display: inline-flex;
    }

    .deny>i {
        padding-top: 5px;
        padding-right: 2px;
    }

    .ct_panel {
        display: none;
    }

    .filter_company {
        right: 0px !important;
    }
}

.card_user {
    background: none;
    border: none;
}

.card_user_block {
    background: #fff;
}

.card-header {
    background: #fff;
}

.card-footer {
    background: #fff !important;
}

.submit_btn {
    float: right;
    border-radius: 3px;
    padding: 6px;
    padding-right: 12px;
    padding-left: 12px;
    background: #00af9a;
    border-color: #00af9a;
}

.submit_btn:hover {
    background: #244b5a;
    border-color: #244b5a;
}

.submit_btn_create {
    float: right;
    border-radius: 3px;
    padding: 6px;
    padding-right: 12px;
    padding-left: 12px;
    background: #00af9a;
    border-color: #00af9a;
}

.submit_btn_create:hover {
    background: #244b5a;
    border-color: #244b5a;
}

.remove {
    margin-top: 0;
    padding-left: 5px;
}

.remove {
    border-radius: 5px;
    background: #244b5a;
    padding: 5px 17px 8px 15px;
    color: #fff;
    width: 106px;
    margin-top: 32.5px;
}

.remove>a {
    color: #fff;
}

.submit_btn_user {
    border-radius: 3px;
    padding: 6px;
    padding-right: 12px;
    padding-left: 12px;
    background: #00af9a;
    border-color: #00af9a;
}

.submit_btn_user:hover {
    background: #244b5a;
    border-color: #244b5a;
}

.adduser_btn {
    background: #fff;
    padding-bottom: 0px;
}

.del_confirm {
    text-align: center;
}

.del_user {
    text-align: center;
    display: initial !important;
}

.del_btn {
    border-radius: 3px;
    padding: 6px;
    padding-right: 25px;
    padding-left: 25px;
}

.del_footer {
    display: initial !important;
    text-align: center;
}

.login_btn {
    background: #f5b335 !important;
    color: #fff !important;
    border-radius: .25rem;
}

.login-content {
    margin: 13vh auto !important;
}

.reg_login {
    margin: 1vh auto !important;
    max-width: 850px !important;
}

.request_form {
    text-align: center;
}

.request_agent {
    text-transform: capitalize !important;
    padding-top: 5px;
    font-size: 14px;
}

.img_reg {
    height: 135px;
}

.approve {
    border-radius: 3px;
    background: #66bb6a;
    color: #fff;
    padding: 7px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.deny {
    border-radius: 3px;
    background: #c9302c;
    color: #fff;
    padding: 7px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.action_request {
    display: inline-flex;
}

.no_image {
    height: 150px;
    border-radius: .25rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #000;
}

.no_image_block {
    padding-top: 32px;
    text-align: center;
    overflow: hidden;
}

.choose_file {
    width: 202px;
}

.inventory_list>td {
    vertical-align: middle !important;
}

.chosen-choices {
    border-radius: .25rem;
    padding: .27rem .75rem !important;
    background-image: none !important;
    font-size: 1rem;
    border: 1px solid #ced4da !important;
}

.error {
    color: #b51d23;
}

.admin_login_logo {
    height: 100px;
}

.admin_login_bg {
    background: #244b5a;
}

.pull-right>a {
    color: #244b5a !important;
}

.request_agent>a {
    color: #244b5a !important;
}

.editor {
    padding-top: 25px;
    padding-bottom: 25px;
}

.editor_submit {
    float: right;
    margin-top: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mce-panel {
        width: 100% !important;
    }

    .editor {
        padding: 25px !important;
    }

    .mce-btn-group:not(:first-child) {
        border: none !important;
    }

    .Op_days {
        padding-top: 10px !important;
    }
}

.dashboard_r1_bg {
    background: #fff;
}

.dashboard_r1 {
    font-size: 24px;
}

.dashboard_r1_text {
    color: #868e96 !important;
    float: right;
    font-size: 12px;
    /*    width: 111px;
    word-break: break-all;*/
}

.dashboard_r1_total {
    color: #000;
    text-align: right;
    padding-top: 30px;
    font-weight: bold;
}

.dashboard_r2 {
    border-bottom: 1px solid #fff;
    color: #fff !important;
    padding-bottom: 8px;
    font-size: 12px;
}

.dashboard_r2_icon {
    color: #fff;
    padding-top: 30px;
    font-size: 30px;
}

.dashboard_r2_total {
    font-size: 30px;
    float: right;
    padding-top: 27px;
}

.main_nav {
    height: 50px;
    position: absolute;
    margin-top: -10px;
}

.denied_modal_footer>div {
    text-align: center;
}

.denied_modal_footer {
    padding-bottom: 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 33px;
}

.sidenav a {
    padding: 15px 5px 15px 5px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #000;
}

.sidenav .closebtn {
    /*    position: absolute;
    top: 0;
    right: 25px;*/
    margin-left: 90px;
    margin-top: -10px;
    font-size: 30px;
}

@media screen and (max-height: 1280px) {
    /*    .dashboard_r1_text {
        width: 67px;
        word-break: break-all;
    }*/
    /*    div.dataTables_wrapper {
        width: 700px;
    }*/
}

@media screen and (max-height: 450px) {

    /*.sidenav {padding-top: 15px;}*/
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav>a>img {
    border-radius: 50%;
}

.notification {
    font-size: 18px !important;
    padding-top: 0px !important;
}

.notify {
    border-bottom: 1px solid;
    width: 100%;
    display: inline-flex !important;
}

.notify:hover {
    background: #fafafa;
}

.notify_heading {
    border-bottom: 1px solid;
    width: 100%;
    display: inline-flex !important;
    padding: 0px 8px 32px 32px;
}

.card_summary {
    background: #fafafa;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card_summary>h3 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-left: 25px;
    margin-top: 20px;
}

.table_content>td {
    color: #5d5d5d;
}

.booking_btn {
    color: #fff;
    background: #244b5a;
    border-radius: 5px;
    border: none;
    padding: 3px 15px 6px 15px;
    cursor: pointer;
}

.booking_btns {
    display: inline-flex;
}

.card_title {
    padding: 10px 10px 10px 20px;
}

.card_title>div>span {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.active {
    background: #00af9a;
    /*padding-right: 10px;*/
}

.active_sublist {
    background: #00af9a;
    padding-right: 10px;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.sd {
    padding-right: 10px;
}

.ed {
    padding-right: 10px;
    padding-left: 10px;
}

.apply_filters {
    /*margin-left: 10px;*/
    border-radius: 4px;
    background: #00af9a;
    color: #fff;
    min-width: 160px;
}

.companyWrap #company_name {
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    top: 100%;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    z-index: 1150;
}

.companyWrap #company_name .list-group-item {
    padding: .5rem .75rem;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}


/*.dataTables_scroll{
    overflow: auto;
    width: 100%;
}*/


/*#example_filter { float: right;}*/

.dataTable {
    min-width: 767px;
}

.dates {
    border-radius: 4px !important;
}

div.dataTables_wrapper {
    /*width: 1157px;*/
    /*width: 100%;*/
    /*min-width: 700px;*/
    /*margin: 0 auto;*/
    position: relative;
}


/*.dataTables_scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}*/


/*div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}*/

.apply_booking {
    border-radius: 4px;
    background: #00af9a;
    color: #fff;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 20px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}

input:checked+.slider:before {
    transform: translateX(30px);
    /* background: #244b5a; */
    background: #28a745;
}

input:checked+.slider {
    /* box-shadow: 0 0 0 2px #244b5a, 0 0 2px #244b5a; */
    box-shadow: 0 0 0 2px #28a745, 0 0 2px #28a745;
}


/*.right-panel {
    display: contents;
}*/

.btn-secondary {
    background: #00af9a;
    border-radius: 4px;
    /* border: none; */
}

.btn-secondary:hover {
    background: #244b5a;
}

.dow {
    padding: 5px;
}

.day {
    text-align: center;
}

.filteration {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.month {
    padding: 5px;
}

.decade {
    padding: 5px;
}

.year {
    padding: 5px;
}

.clear {
    text-align: center;
}

.dataTables_length {
    text-align: left !important;
}

.dataTables_filter {
    text-align: right !important;
}


/* Add animation to "page content" */

.animate-bottom {
    /*position: relative;*/
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

@media print {
    @page {
        size: landscape;
        transform: scale(60);
    }
}

.tour_heading>h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.add_transport {
    background: #fff;
    color: #000;
    border: 1px solid #535353;
    box-shadow: 1px 1px 5px 1px #ddd;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 576px) {
    /*    div.dataTables_wrapper {
        width: 425px;
        margin: 0 auto;
    }*/
}

.startdate {
    padding: 7px;
}

.filter_request {
    /*text-align: center;*/
    display: block;
}

.filter_company {
    position: absolute;
    margin-top: -15px;
    right: 230px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.hide_timepicker {
    display: block;
}


/* The container */

.container1 {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container1:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container1 input:checked~.checkmark {
    background-color: #00af9a;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container1 input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container1 .checkmark:after {
    top: 5px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}


/*.clockpicker-popover {
  top: 770px!important;
}*/

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: inherit;
}

#main_body {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 30px !important;
}

.form-group {
    position: relative;
}

.form-group label.error {
    position: absolute;
    font-size: 11px;
    left: 0;
    top: 100%;
}

.invoice-detail table {
    min-width: 576px;
}

.bootstrap-select .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.chart-dropdown {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 200px;
    z-index: 999;
}

.loader.box-loader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
}

.setpbar {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: calc(1.5rem + 25px) 0 0;
    position: relative;
    background-color: #fff;
    padding-bottom: 1rem;
}

.setpbar:before,
.setpbar::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: -1px;
}

.setpbar:before {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.setpbar.active::after {
    background-color: #244b5a;
    left: 0;
    transition: all 0.15s ease-in-out
}

/* .setpbar.active2::after  { width:calc(20% + 60px);}
.setpbar.active3::after  { width:calc(40% + 100px);}
.setpbar.active4::after  { width:calc(60% + 160px);}
.setpbar.active5::after  { width:calc(100% - 120px);} */

.setpbar.active1::after {
    width: 60px;
}

.setpbar.active2::after {
    width: calc(20% + 30px);
}

.setpbar.active3::after {
    width: calc(39% + 30px);
}

.setpbar.active4::after {
    width: calc(57.5% + 30px);
}

.setpbar.active5::after {
    width: calc(76% + 30px);
}

.setpbar.active6::after {
    width: 100%;
}

.barSetp {
    text-align: center;
    width: 120px;
    position: relative;
    z-index: 5;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.barSetp::before {
    content: attr(data-number);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #e5e6ea;
    margin: -25px auto 5px;
    background-color: #fff;
    color: #666;
    transition: all 0.35s ease;
}

.setpbar.active .done::before,
.setpbar.active1 .barSetp1::before,
.setpbar.active2 .barSetp2::before,
.setpbar.active3 .barSetp3::before,
.setpbar.active4 .barSetp4::before,
.setpbar.active5 .barSetp5::before {
    border-color: #244b5a;
}

.setpbar.active .done::before {
    background-color: #244b5a;
    color: #fff;
    content: "\2713";
    font-size: 1.8em;
}

.setpbar.active1 .barSetp1,
.setpbar.active2 .barSetp2,
.setpbar.active3 .barSetp3,
.setpbar.active4 .barSetp4,
.setpbar.active5 .barSetp5 {
    color: #244b5a;
}

.traveler-table {
    margin-bottom: 1rem;
}

.traveler-table td,
.traveler-table th {
    padding: 5px;
    border: 1px solid #f1f1f1;
    vertical-align: top;
}

.traveler-table .custom-control {
    margin-top: 7px;
}

.traveler-table label.error {
    margin-bottom: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #244b5a;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #244b5a;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #244b5a;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(121, 0, 36, .25)
}

#userform .maindiv {
    margin-bottom: 1rem;
}

.tour-info ul {
    list-style: none;
    margin: 1rem 0;
}

.tour-info ul li+li {
    margin-top: .5rem;
}

.tour-info ul li strong {
    min-width: 140px;
    display: inline-block;
}

.table thead th {
    white-space: nowrap;
}

.actions-td {
    min-width: 90px;
}

@media(max-width:768px) {
    .td-block {
        display: block;
    }
}

.spinner-wrap {
    position: relative;
}

.spinner-wrap .fa {
    position: absolute;
    right: 25px;
    top: 12px;
    color: #666;
}

.form-control:focus {
    border-color: #244b5a;
    box-shadow: 0 0 0 0.2rem rgba(65, 104, 132, .25);
}
