body {
    background: url("../images/bgimg.jpg") fixed no-repeat;
}

.main_header {
    background: rgba(0,54,59,0.9);
}

.main_header {
    display: flex;
    justify-content: space-between;
}

    .main_header h2 {
        color: #fff;
        font-weight: normal;
        align-self: center;
        text-transform: uppercase;
        padding: 5px 15px;
    }

.plus_icon_box {
    background: #4e6973;
    padding: 10px;
    align-self: center;
}

/**/
.sort-handle {
    background: url(/Content/images/BookingSystemFilters/move_white.svg);
    width: 21px;
    height: 21px;
    cursor: move;
    margin: 12px;
    display: inline-block;
    filter: brightness(0.2);
    vertical-align: inherit;
    min-width: 21px;
}
.tableUser>img {
    min-width:35px;
}
.tableSort {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/**/

.drag-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .drag-list > li {
        background: #97a9b5;
        margin: 0 0 1px 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 5px 0;
    }

.drag_list_container {
    display: flex;
    justify-content: space-between;
}

.drag-list .drag-area {
    background: url("/Content/images/BookingSystemFilters/move_white.svg");
    width: 21px;
    height: 21px;
    cursor: move;
    margin: 12px;
    display: inline-block;
}

.drag_inner_left {
    display: flex;
}

.arrow_box {
    padding: 9px 3px;
    display: inline-block;
}

.drag_inner_right {
    align-self: center;
    padding-right: 10px;
}

.drag_inner_left .title {
    align-self: center;
    color: #fff;
    padding-left: 10px;
    font-size: 22px;
    text-transform:uppercase;
}

.booking_system_box {
    background: #fff;
}

    .booking_system_box table {
        margin: 0px;
    }

.show_div_booking, .hide_div_booking {
    cursor: pointer;
}

.drag-area-dark {
    background: url("/Content/images/BookingSystemFilters/move_dark.svg");
    width: 21px;
    height: 21px;
    cursor: move;
    display: inline-block;
}

.booking_system_box table {
    position: relative;
}

    .booking_system_box table th {
        text-transform: uppercase;
    }

.booking_system_box tbody {
    position: relative;
}

    .booking_system_box tbody tr {
        background: #fff;
    }

    .booking_system_box tbody td {
        vertical-align: middle;
        position: relative;
    }

.dropdown-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    /*.dropdown-menu ul li {
        padding: 3px 20px;
    }*/

    .dropdown-menu ul li a {
        color: #404040;
        font-size: 14px;
        padding: 5px 12px;
    }

.dropdown-menu {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    margin-right: 15px !important;
}

    .dropdown-menu:after, .dropdown-menu:before {
        left: 100%;
        top: 20px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 8px;
        margin-top: -8px;
    }

    .dropdown-menu:before {
        border-color: rgba(203, 203, 203, 0);
        border-left-color: #cbcbcb;
        border-width: 9px;
        margin-top: -9px;
    }

.booking_dialog .modal-content {
    border-radius: 0px;
}

.booking_dialog .modal-title {
    font-size: 30px;
    color: #00363b;
    font-weight: bold;
}

/*.booking_dialog .form-group input[type="text"] {
    border: solid 1px #767676;
    padding: 8px;
    width: 100%;
}*/

.booking_dialog .form-group textarea {
    /*border: solid 1px #767676;
    padding: 8px;
    width: 100%;*/
    height: 80px;
    resize: none;
}

.booking_dialog .close {
    align-self: center;
    font-size: 32px;
    opacity: 1;
}

.small_text {
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}

.choose_file_btn {
    background: #00363b;
    border: 0px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 15px;
}

.btn_cancel {
    background: #bfc8ce;
    border: 0px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    /*margin-bottom: 12px;*/
    font-size: 15px;
}

.btn_save {
    background: #00363b;
    border: 0px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    /*margin-bottom: 12px;*/
    font-size: 15px;
}

.limit_text {
    color: #767676;
    font-size: 14px;
}

.booking_dialog .close {
    cursor: pointer;
}

#filter_option .modal-lg, #filter_option_class .modal-lg, #add_program_type .modal-lg {
    max-width: 700px;
}

.right_top_mar {
    margin-top: 10px;
}

.booking_dialog .border_right {
    border-right: solid 1px #d9dde0;
}

.font_normal {
    font-size: 15px;
    margin-bottom: 15px;
    color: #767676;
}

.table-responsive tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.drag-list .table-responsive tr:nth-child(even) {
    background-color: #f2f2f2;
}
.drag-list .table-responsive tr:nth-child(odd) {
    background-color: #fff;
}

.table-responsive .dropdown-menu {
    /*box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    margin-right: 15px !important;*/
   /* left: inherit !important;
    right: 26px !important;
    top: -9px;*/
    /*max-width: auto;
    min-width: 115px;*/
   /* transform: translate3d(0px, 0px, 0px) !important;*/
}

    /*.table-responsive .dropdown-menu ul li {
        padding: 3px 13px;
    }*/

/*.modal-header {
    padding: 11px 0px;
    border-bottom: 2px solid #405765;
}*/

/*.booking_dialog .modal-content {
    padding: 0 15px;
}*/

.booking_dialog .close {
    align-self: center;
    font-size: 32px;
    opacity: 1;
    font-weight: 100;
    line-height: 1;
    color: #6e6e6e;
}

/*#bookingsEdit .modal-body, #updatePlayerMembership .modal-body, #edit_student .modal-body,
#divUploadExcel .modal-body, #addDisc .modal-body, #filter_option_class .modal-body, 
#filter_option .modal-body, #add_program_type .modal-body, #info_modal .modal-body {
    padding: 15px 0 !important;
}*/

#dvProgramTypeCoaches .chk_outer {
    white-space: nowrap;
    width: 75%;
}

.chk_outer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

    .chk_outer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .chk_outer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
    }

    .chk_outer:hover input ~ .checkmark {
        background-color: #fff;
    }

    .chk_outer input:checked ~ .checkmark {
        background-color: #fff;
    }

    .chk_outer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .chk_outer input:checked ~ .checkmark:after {
        display: block;
    }

    .chk_outer .checkmark:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #000;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.radio_out {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

    .radio_out input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .radio_out .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border-radius: 50%;
    }

    .radio_out:hover input ~ .checkmark {
        background-color: #fff;
    }

    .radio_out input:checked ~ .checkmark {
        background-color: #fff;
    }

    .radio_out .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .radio_out input:checked ~ .checkmark:after {
        display: block;
    }

    .radio_out .checkmark:after {
        top: 6px;
        left: 6px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #000;
    }

#add_program_type .col-md-4 label {
    margin-bottom: 0;
}
#coaches_td td {
    width: 33%;
}
#trProgramTypeCoaches {
    width: 100%;
}
#add_program_type input[type=file] {
    width: 100%;
    overflow: hidden;
}

/*Header*/
header .dropdown-menu:after, header .dropdown-menu:before {
    display:none;
}
/*End Header*/
@media screen and (max-width: 767px) {
    .booking_dialog .modal-title {
        font-size: 23px;
    }

    .main_header h2 {
        text-transform: uppercase;
        font-size: 22px;
    }
}
