a{
    color:#123456;
}
.resultlink {
    color: #220700;
    text-decoration: none;
}

input[type="time"].time-block {
    padding-left:0.75rem!important;
    padding-right:0.75rem!important;
    width:auto;
    display:inline;
    height: 2.5rem;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(73, 73, 73, 0.18);
    border-radius: 3px;
    background-color: #fff;
    color: #494949;
    font-size: 16px;
    font-weight: 400;
}

label.selected{ font-weight:bold; }

.calendar-container {
    min-height:100%;
    height:100vh;
    width:100%;
}

.fuc:first-letter {
    text-transform: capitalize;
}

input.hidden[type="file"] {
    width: 0;
    opacity: 0;
}


.loading {
    position: fixed;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
}
.d-none{
    display:none;
}
.opacity05 {
    opacity:0.5;
}

.disabled {
    pointer-events: none;
    cursor: none;
    opacity:0.5;
}


div.dt-button-collection{
    width:auto!important;
}


.font-weight-normal{
    font-weight: normal!important;
}


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

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

.d-block{
    display:block!important;
}
.d-flex{
    display:flex!important;
}
.w-100{
    width:100%!important;
}



:checked + .w-checkbox-input, .w-checkbox-input  :checked {
    background-color: #fff;

    background-image: url('/design/cms-panel/images/ico-check.svg');

    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}



/**  DateTimePicler */
.xdsoft_datetimepicker {
    z-index: 99999999;
}


/**  DATATABLE */

table.fixedHeader-floating{
    margin-top:0!important;
}
.no-sort::after, .no-sort::before { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }



tr.group,
tr.group:hover {
    background-color: #ddd !important;
}


.data-table{
    display:none;
}
.data-table.dataTable{
    display:table;
}


.dataTables_wrapper .dataTables_filter input{
    margin-bottom: 0px;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #d6d7da;
    border-radius: 3px;
    background-color: #f8f8f8;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;

}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-right: 6px;
    padding: 6px;
    border: 1px solid #1776c3;;

    color: #1776c3;!important;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color:inherit!important;
    background: inherit!important;
    border: 1px solid #1776c3;;

}


.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    border-color: #1776c3;;
    background-color: #1776c3;;
    color: #fff!important;
    background-image: none;
}


.dataTables_wrapper label{
    font-weight: normal;

}
.dataTables_wrapper{
    font-size: 0.9rem;

}
.dataTables_wrapper thead tr{
    color:#1776c3;
    height: 40px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;


}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0;
}

.dataTables_wrapper  .dataTables_info, .dataTables_wrapper  .dataTables_paginate{
    padding-top: 25px;
}
.dataTables_wrapper .header-col-label{
    border-bottom: 1px none #1776c3;;
    box-shadow: 0 10px 8px -11px rgba(22, 33, 50, 0.26);
    height: 40px;
    font-weight: normal;
    padding:18px 18px 18px 10px;
}
.dataTables_wrapper thead{
    border-spacing: 0;
    border-collapse: collapse;
    font-weight: normal;
}
table.dataTable.no-footer{
    border-bottom: 0 none;
}

.dataTables_wrapper .odd{
    background-color: #f6f6f6;
}
.dataTables_wrapper td{
    border-collapse: collapse;
    border-top: 1px solid #d6d7da
}






/**************************        Select 2         **********************/
/******************** Select2 Override style *********************/
/* Assign min-width to container */
/* Assign min-width to container */
.select2-option-img {
    width:25px;
    height:25px;
}

.select2-container {
    background: #f3f3f3;
    min-width: 200px;

    line-height: 1.1rem;
}
/********************************* Author : Techhysahil Link : http://techhysahil.com *********************************/
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    background: #f3f3f3;
}
.select2-container--flat .select2-container--focus .select2-selection--multiple {
    border: 1px solid #d6d7da;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
    background: #d6d7da !important;
    color: #333333;
}
.select2-container--flat .select2-results__option[aria-selected=true] {
    background: #d6d7da;
    color: #333333;
    opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
    border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.select2-container--flat span.select2-search input {
    height: 30px !important;
}
.select2-container .select2-choice {
    border: 2px solid #dce4ec;
    height: 36px;
    border-radius: 0px;

    font-size: 14px;
    text-indent: 1px;
    box-shadow: none;
    background-image: none;
}
.select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
}
.select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none;
}
.select2-container *:focus {
    outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #dce4ec;
    border-radius: 0px;
}
.select2-drop {
    margin-top: -2px;
    border: 2px solid #dce4ec;
    border-top: 0;
    border-radius: 0px !important;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}
.select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
}
.select2-search {
    margin-top: 3px;
}
.select2-search input {
    height: 26px;
    border: 2px solid #dce4ec;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;
    box-shadow: none;
}
.select2-dropdown-open .select2-choice {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-results {
    padding: 0 0 0 0px;
    margin: 4px 0px 0px 0;
}
.select2-results .select2-highlighted {
    background: #d6d7da;
    color: #333333;
    border-radius: 0px;
}
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    border: 2px solid #dce4ec;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    border-radius: 6px;
    box-shadow: none;
}
/****** Single SCSS *******/
.select2-container--default .select2-selection--single {
    border:1px solid #d4dae3;
    height: calc(1.428572em + .8571428rem + 2px);

}
.select2-container--flat .select2-selection--single {
    background: #f3f3f3;

    height: 50px;
    border:1px solid #d4dae3;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 3px 0 hsla(0, 8%, 85.5%, 0.7);

    padding: 8px 12px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--flat .select2-selection--single .select2-selection__rendered {
    padding: 0 5px;
    color: #333333;
    line-height: 33px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
    border:1px solid #b3b3b3;
    background-color:#e1e1e1;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;

}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
    border-color: #333333 transparent transparent transparent;
    top: 50%;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
    color: #333333;
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
/****** Multiple SCSS *******/
.select2-container--flat .select2-selection--multiple {
    border: 1px solid #d6d7da;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #d6d7da;
    cursor: pointer;
}
.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice {
    background-color: #f3f3f3;
    color: #333333;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
    padding: 3px 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
    color: #d6d7da;
    margin-right: 6px;
    margin-left: 6px;
    float: right;
}
