/* Minification failed. Returning unminified contents.
(1591,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1595,25): run-time error CSS1039: Token not allowed after unary operator: '-resrTableHead'
(1603,37): run-time error CSS1039: Token not allowed after unary operator: '-resrTableHead'
 */
@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lds-double-ring {
  position: relative;
}
    .lds-double-ring div {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: 8px solid #000;
        border-color: #ef3125 transparent #ef3125 transparent;
        -webkit-animation: lds-double-ring 3.1s linear infinite;
        animation: lds-double-ring 3.1s linear infinite;
    }
    .lds-double-ring div:nth-child(2) {
        width: 140px;
        height: 140px;
        top: 30px;
        left: 30px;
        border-color: transparent #1d1d1d transparent #1d1d1d;
        -webkit-animation: lds-double-ring_reverse 3.1s linear infinite;
        animation: lds-double-ring_reverse 3.1s linear infinite;
    }
.lds-double-ring {
  width: 128px !important;
  height: 128px !important;
  -webkit-transform: translate(-64px, -64px) scale(0.64) translate(64px, 64px);
  transform: translate(-64px, -64px) scale(0.64) translate(64px, 64px);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    margin: auto;
}






@-webkit-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-ms-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-o-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
.uil-squares-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-squares-css div {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #a640bf;
}
.uil-squares-css div > div {
  position: absolute;
  top: 0;
  left: 0;
  -ms-animation: uilsquare 1s linear infinite;
  -moz-animation: uilsquare 1s linear infinite;
  -webkit-animation: uilsquare 1s linear infinite;
  -o-animation: uilsquare 1s linear infinite;
  animation: uilsquare 1s linear infinite;
  width: 40px;
  height: 40px;
}
.uil-squares-css > div:nth-of-type(1) {
  top: 30px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(1) > div {
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-squares-css > div:nth-of-type(2) {
  top: 30px;
  left: 80px;
}
.uil-squares-css > div:nth-of-type(2) > div {
  -ms-animation-delay: 0.125s;
  -moz-animation-delay: 0.125s;
  -webkit-animation-delay: 0.125s;
  -o-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
.uil-squares-css > div:nth-of-type(3) {
  top: 30px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(3) > div {
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.uil-squares-css > div:nth-of-type(4) {
  top: 80px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(4) > div {
  -ms-animation-delay: 0.375s;
  -moz-animation-delay: 0.375s;
  -webkit-animation-delay: 0.375s;
  -o-animation-delay: 0.375s;
  animation-delay: 0.375s;
}
.uil-squares-css > div:nth-of-type(5) {
  top: 130px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(5) > div {
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.uil-squares-css > div:nth-of-type(6) {
  top: 130px;
  left: 80px;
}
.uil-squares-css > div:nth-of-type(6) > div {
  -ms-animation-delay: 0.625s;
  -moz-animation-delay: 0.625s;
  -webkit-animation-delay: 0.625s;
  -o-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
.uil-squares-css > div:nth-of-type(7) {
  top: 130px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(7) > div {
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.uil-squares-css > div:nth-of-type(8) {
  top: 80px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(8) > div {
  -ms-animation-delay: 0.875s;
  -moz-animation-delay: 0.875s;
  -webkit-animation-delay: 0.875s;
  -o-animation-delay: 0.875s;
  animation-delay: 0.875s;
}


/*Loader for notification bar*/
.notification_loader_container{
    width: 100%;
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.notification_loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #2ca01c;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*select.form-control {
     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
select.form-control::after {
    content: "\25bc" !important;
    color: #888;
    font-size: 15px;
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    pointer-events: none;
}*/



#filter_status_est,
#filter_status {
    font-size: 18px;
    color: #4c4c4c;
}
#DateFilterTextShow2 {
    position: absolute;
    top: 13px;
    left: 86px;
    font-size: 16px;
}
#DateFilterTextShow {
    position: absolute;
    top: 24px;
    left: 150px;
    font-size: 16px;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */
    background: url('../../Content/img/br_down.png') white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url('../../Content/img/br_down.png') white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}


table thead tr th {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    background-color: #fff;
    box-shadow: 0 1px 1px -1px #ccc;
    z-index: 2;
}
.Export_excel_customer > div:nth-child(2) .content_for_mobile {
    min-width: unset !important;
}

    .Export_excel_customer > div:nth-child(2) .content_for_mobile .name-anchor-style {
        word-break: break-word;
    }
.actv_list {
    border: 1px solid #ccc;
}
.EditEmailTemplate #BodyContent_ifr {
    height: 480px !important;
}
    .actv_list table tr th {
        z-index: 2 !important;
        top: 47px !important;
        box-shadow: 1px 1px 1px 1px #ccc !important;
    }

#CustomerReportTab #LeadsReportTable thead tr th {
    z-index: 1 !important;
}

.dataTables_length select.input-sm {
    line-height: 20px;
}

.custom_select_div {
    position: relative;
}

.invoice-loader {
    min-height: 300px;
}

.sewsLoader .invoice-loader {
    min-height: unset !important;
    padding-top: 0px !important;
}

button {
    outline: 0 !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: unset !important;
}
.page_header_style {
    width: 100%;
    float: left;
    padding: 15px 10px;
}
    .page_header_style h2 {
        margin-top:0px;
        margin-bottom:0px;
    }
    button:focus {
        outline: 0 !important;
    }

button:hover {
    outline: 0 !important;
}
/*#CustomerSubMenu li a, #LeadSubMenu li a,
#ShowCalendarMap li a {
    padding-left: 35px !important;
}*/
button::selection {
    outline: 0 !important;
}

.selectstyle select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectstyle:after {
    content: "\25bc";
    color: #888;
    font-size: 15px;
    padding: 8px;
    position: absolute;
    right: 7px;
    top: 17px;
    text-align: center;
    pointer-events: none;
}


.dash_top_block .panel-footer {
    font-size: 12px;
}

.graph-container .btn-group .dropdown-toggle {
    border: 1px solid #2ca01c;
    margin-left: 0px !important;
    border-left: 1px solid #2ca01c !important;
}

.LoaderWorkingDiv {
    position: absolute;
    background: #f9f9f9;
    height: 100vh;
    width: 100%;
    text-align: center;
    opacity: 0.6;
    z-index: 9;
}

.absolute {
    position: absolute;
}

.green_button,
.green_button:hover,
.green_button:focus {
    background-color: #2ca01c !important;
    color: #fff !important;
    border-color: #2ca01c !important;
}
.grey_button,
.grey_button:hover,
.grey_button:focus {
    background-color: #e2e2e0 !important;
    color: #000 !important;
    border-color: #e2e2e0 !important;
}
.black_button,
.black_button:hover,
.black_button:focus {
    background-color: #2ca01c !important;
    color: #fff !important;
    border-color: #2ca01c !important;
    padding: 6px 40px !important;
}

.red_button,
.red_button:hover,
.red_button:focus {
    background-color: #d71920 !important;
    color: #fff !important;
    border-color: #d71920 !important;
}
    .red_button i,
    .red_button i:hover {
        color: #fff !important;
    }
    .modal-footer .btn {
        float: none !important;
    }

.note-color {
    width: 25px !important;
    height: 17px;
    float: left;
    margin-right: 5px;
}

.PrivateLayoutContents {
    position: relative;
    /*overflow-y:auto;*/
    /*-webkit-overflow-scrolling: touch;*/
}

#AllReportList,
#LoadInventoryCustomList {
    padding-left: 8px;
}
/*.PrivateLayoutContents .flyout-overlay {
        left:-215px;
    }*/

.GlobalEstInvCustSearchDiv {
    width: 100%;
}
.sidebar ul li {
    width:100%;
    float:left;
}
#AllReportList {
    height: unset !important;
}
   
    .agmenuactive ul {
        width:100%;
        float:left;
    }
.ChooseCompanyLi label {
    color: #fff;
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 1px;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    white-space: nowrap;
}

.username {
    font-weight: bold;
    font-style: italic;
    min-height: unset !important;
    padding: 0px !important;
    color: #2ca01c;
}

    .username:hover {
        color: #2ca01c !important;
    }

.layout_top_menu_bar .menu .submenu .submenuelement a {
    color: #2ca01c;
}

.dropdown_tag {
    float: left;
}

.custom_padding_dash_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
    /*.custom_padding_dash_row .col-lg-12 {
    padding:0px;
}*/
    .custom_padding_dash_row .page-header {
        width: auto;
        float: left;
        border: none;
        margin-bottom: 5px;
    }

.dropdown_help {
    width: 400px;
}

.dropdown-alerts {
    width: 600px !important;
}

.IconOnly {
    position: relative;
}

    .IconOnly a i {
        font-size: 20px;
    }

.help_image {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 150px;
}

.dropdown-user {
    width: 810px;
}

.dropdown_notification {
    width: 430px;
}

.dropdown_time_clock {
    width: auto;
    position: absolute !important;
    right: 0px !important;
    min-width: unset;
    padding: 10px;
    text-align: right;
}

    .dropdown_time_clock .arrow_top_settings {
        right: 13px;
    }

.clock_in_time {
    width: 250px;
    float: left;
    padding-bottom: 5px;
}

    .clock_in_time span {
        font-weight: bold;
    }

.not_setting_dv {
    width: 100%;
    float: left;
    padding: 5px 10px;
}

    .not_setting_dv .text_right {
        text-align: right;
    }

    .not_setting_dv b {
        font-size: 18px;
    }

    .not_setting_dv div:nth-child(1) {
        width: 50%;
        float: left;
    }

    .not_setting_dv div:nth-child(2) {
        width: 50%;
        float: left;
    }

.not_show_all_dv {
    width: 100%;
    float: left;
}

.notification_counter {
    background-color: red;
    color: white;
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    right: 39px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.LoadNotification_div {
    padding: 0px;
    width: 96%;
    float: left;
    margin-left: 2%;
    border: 3px dashed #ccc;
}

.notification_item {
    padding: 5px 10px;
    cursor: pointer;
}

    .notification_item div:nth-child(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .notification_item div:nth-child(2) {
        font-style: italic;
        color: #9a9a9a;
        font-size: 12px;
    }

    .notification_item:hover {
        background-color: #f7f4f4;
    }

.notification_not_seen {
    width: 100%;
    /*float:left;*/
}

.popup_text_subHeader {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
    color: #454545;
    border: 1px solid #2ca01c;
    border-radius: 4px;
    text-align: center;
}

.loged_info_user {
    width: auto;
    font-size: 14px;
    float: right;
}

.user_profile_pic_div {
    width: 20px !important;
    height: 20px;
    position: relative;
    float: left !important;
    margin-right: 10px;
    display: block !important;
}

    .user_profile_pic_div img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.top_menu_help_container {
    width: 100%;
    float: left;
    padding-left: 20px;
}

    .top_menu_help_container a {
        padding: 0px !important;
        margin: 0px !important;
        min-height: unset !important;
    }

.popup_text_header {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 9px;
}

.popup_text_header_help {
    width: 100%;
    float: left;
    font-size: 23px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-top: 20px;
}

.tt-sug-type {
    font-size: 13px !important;
}

.tt_sug_manufac {
    color: #999;
    font-style: italic;
}

.popup_text_transactions {
    font-size: 18px;
    font-weight: normal;
    padding-top: 13px;
    margin: 12px 0px 0px -31px;
}

.popup_searching {
    padding-top: 0px !important;
}

.popup_helptype {
    padding-bottom: 20px !important;
}

.advanced_search {
    margin-top: -12px;
}

div.transactions {
    border: none;
    display: table;
    margin: 5px 0px 15px -28px;
    width: 730px;
}
.element_mobile svg, .element_mobile i {
    width: 25px;
}
div.extrar {
    border: none;
    display: table-row;
}

div.extrac {
    border: none;
    display: table-cell;
}

div.extrac_right {
    border: none;
    display: table-cell;
    text-align: right;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

li.open .popup_active_color {
    min-height: 50px !important;
    background-color: #555555 !important;
}

.popup_active_color:hover {
    min-height: 50px !important;
    background-color: #b0b0b0 !important;
    background-repeat: no-repeat;
}

.popup_marg {
    margin: 0px !important;
}

.topheaderborder {
    border: none !important;
}

.dropdown-menu {
    -webkit-border-radius: 0px 0px 4px 4px !important;
    -moz-border-radius: 0px 0px 4px 4px !important;
    border-radius: 0px 0px 4px 4px !important;
    border: none !important;
}

.submenuelement a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.arrow_top_create {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.arrow_top_search {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.arrow_top_settings {
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.dropdown-user .arrow_top_settings {
    right: 205px;
}

.dropdown_notification .arrow_top_settings {
    right: 140px;
}

.arrow_top_help {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.dropdown_help {
    right: 0;
    left: auto;
    min-height:162px;
}
.dropdown_help a {
   color:#2ca01c;
}
.red {
    color: red;
}

.position-absolute {
    position: absolute;
}

.ChooseCompanyLi {
    width: 200px;
    position: relative;
    top: 9px;
}

.custom {
    width: 555px !important;
}

.mid {
    float: right;
    margin-top: -36px !important;
}

#ModalSuccessMessage .success-body {
    margin-top: 40px;
    position: relative;
    padding: 15px;
}

.GlobalEstInvCustSearchDiv .tt-menu {
    overflow: auto;
    background: white;
    min-width: 320px;
    font-size: 13px;
    max-height: 400px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    margin-top: 0px;
    position: absolute;
    left: 0px;
    z-index: 100;
    display: none;
    width: 100%;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    top: 46px;
}

.GlobalEstInvCustSearchDiv .tt-dataset-autocomplete {
    margin-top: -5px;
}

.GlobalEstInvCustSearchDiv .tt-suggestion {
    min-height: 50px;
    display: block;
    padding: 10px 10px 9px 15px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

    .GlobalEstInvCustSearchDiv .tt-suggestion .EquipmentImage {
        width: 70%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .GlobalEstInvCustSearchDiv .tt-suggestion div {
        width: 50%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.GlobalEstInvCustSearchDiv .tt-menu p, .search-bar-container .twitter-typeahead > i p {
    margin: 0;
}

.GlobalEstInvCustSearchDiv .tt-sug-text {
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.GlobalEstInvCustSearchDiv .tt-suggestion u {
    text-decoration: none;
    color: #aa2121;
}

.GlobalEstInvCustSearchDiv .tt-suggestion.active {
    background-color: #f2f2f2;
}

.GlobalEstInvCustSearchDiv .tt-sug-desc {
    width: 100%;
    color: #999;
    padding-top: 2px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.GlobalEstInvCustSearchDiv .tt-sug-type {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #999;
    font-style: italic;
}

.setupConfigUI {
    margin-top: 10px;
}

    .setupConfigUI li button {
        background-color: #2ca01c;
        color: white;
        border-color: #2ca01c;
    }

.no_item_found {
    float: right;
    font-size: 10px;
    border: 1px solid #ccc;
    padding: 3px;
    color: white;
    background-color: darkslategray;
}

.GlobalEstInvCustSearchDiv .tt-eq-price {
    float: right;
    color: #999;
    font-style: italic;
    position: absolute;
    right: 10px;
    width: 50%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GlobalSearchNavbarUl {
    width: 28%;
    float: right;
    padding-top: 7px;
}

.GlobalSearchInp {
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#drop_tag {
    border-radius: 0px;
    height: 36px;
}

.src-cls {
    padding: 7px;
}

.src-logo {
    padding: 7px;
}

.navbar-brand {
    padding: 8px 15px;
}

.nav > li > .clock_in_color,
.nav > li > .clock_in_color:hover {
    color: #2ca01c !important;
}

.nav > li > .clock_out_color,
.nav > li > .clock_out_color:hover,
.nav > li > .clock_out_color:focus {
    color: #f99296 !important;
}

.green-tooltip + .tooltip > .tooltip-inner {
    background-color: #2ca01c;
}

.navbar-top-links .tooltip {
    min-width: 180px;
}

.clock_tooltip_div {
    display: none;
    position: absolute;
    background-color: #2ca01c;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 170px;
    right: -60px;
    top: 58px;
    padding: 6px;
    border: 1px solid #000;
    border-radius: 4px;
}

    .clock_tooltip_div:before {
        right: 74px;
        border-width: 6px;
        transform: rotate(180deg);
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #000 transparent;
        border-bottom: 0;
        top: -6px;
    }

.clock_in_color:hover .clock_tooltip_div {
    display: block;
}

.panel-heading .row .col-xs-3 {
    padding-left: 5px;
}

.panel-heading .row .col-xs-9 {
    padding-right: 5px;
    padding-left: 0px;
}

.order_filter_list_bg {
    background-color: #309fdb !important;
    border-color: #309fdb !important;
}

.revenue_filter_list_bg {
    background-color: #e85c63 !important;
    border-color: #e85c63 !important;
}

.emp_dash_rev_footer a {
    color: #e85c63 !important;
}

.avgticket_filter_list_bg {
    background-color: #aa529b !important;
    border-color: #aa529b !important;
}

.emp_dash_avgtick_footer a {
    color: #aa529b !important;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none !important;
}

.emp_paid_advert_footer a {
    color: #b7165b !important;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none !important;
}

.dashboard_report .panel {
    margin-bottom: 25px;
}

.page-header {
    margin: 5px 0 25px;
}

.customer_add_btn_div {
    margin-top: 0px !important;
}

.right_side_menu_style .dropdown-menu {
    position: fixed;
    top: 50px;
    z-index: 999999;
}

.right_side_menu_style .dropdown-user {
    max-height: 93%;
    overflow-y: auto;
}

.right_side_menu_style .dropdown-menu .overflow_style {
    width: 100%;
    float: left;
    position: relative;
}

.TimeClockDashboardHead .clock_in_button {
    width: 100%;
}

.QckMenuTimeClkBtn {
    width: 100%;
    margin-top: 10px;
}

    .QckMenuTimeClkBtn:hover a {
        color: #fff !important;
        text-decoration: unset;
    }

.dashboard_icon svg {
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.glyphicon-filter {
    color: #fff !important;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right;
}

.table_total_bg {
    background-color: #e6e8ec !important;
}

    .table_total_bg b {
        white-space: nowrap;
    }

.reset_password_header {
    background-color: #99ada0;
}

.top_menu_custom_style {
    padding: 15px 20px;
}

    .top_menu_custom_style .MenuContents {
        padding: 0px;
    }

    .top_menu_custom_style .menu .submenu .submenuhead,
    .top_menu_custom_style .menu .submenu .submenuelement {
        padding-left: 0px;
    }

    .top_menu_custom_style .menu .submenu {
        width: 25%;
        float: left;
        padding-right: 15px;
    }
       /* .top_menu_custom_style .menu .submenu .submenuelement a:hover {
            background-color: #f4f5f8;
            font-size: 12.5px;
        }

.element_mobile a:hover span::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 8px;
    display: block;
    border-right: 3px solid #2ca01c;
    border-bottom: 3px solid #2ca01c;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate( -45deg );
}

.top_menu_custom_style .menu .submenu .submenuelement a:hover span {
    margin-left: 10px;
}*/

        .top_menu_custom_style .menu .submenu .submenuelement a {
            padding-left: 0px;
            position: relative;
            font-size: 12px;
            display: flex;
            align-items: center;
        }

  /*  .top_menu_custom_style .menu .submenu .submenuelement a span {
        position: absolute;
        top: 8px;
        margin-left: 2px;
        transition-duration: 0.5s;
    }*/

.top_menu_custom_style .popup_text_header svg {
    float: left;
}
    .top_menu_custom_style .popup_text_header .top_menu_text_head {
        width: auto;
        float: left;
        padding-left: 5px;
        color: #454545;
    }
/*.top_menu_custom_style .menu .submenu:last-child {
       width:26%;
   }*/
.btndaily, .btnweekly, .btnmonthly, .btnyearly {
    color: #337ab7;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none !important;
}

@media (max-width:1093px) {
    .dash_top_block .col-lg-3 {
        width: 50%;
        float: left;
    }
}

@media(max-width:821px) {
    .Top-Logo {
        width: 100px;
        margin-right: 10px;
        margin-left: 10px;
    }
        .Top-Logo a {
            padding: 0px !important;
            display: flex;
            align-items: center;
        }
}

@media(max-width:768px) {
    .top_menu_custom_style {
        padding: 15px 10px;
    }

        .top_menu_custom_style .menu .submenu {
            padding-right: 10px;
        }
    /*.PrivateLayoutContents .flyout-overlay {
    left: 0px;
     position:unset;
}*/
    .dropdown-alerts {
        width: 766px !important;
        right: -194px !important;
        left: auto !important;
    }

    .dropdown-search {
        width: 766px !important;
        padding-bottom: 35px !important;
        left: -576px !important;
    }



    .arrow_top_create {
        right: 216px;
    }

    .arrow_top_search {
        right: 150px;
    }

    .arrow_top_settings {
        right: 200px;
    }

    .arrow_top_help {
        right: 20px;
    }

    /*#page-wrapper {
        position: unset;
        top: 0px;
    }*/

    .Top-Logo {
        width: 70px;
    }

    .navbar-fixed-top .navbar-toggle {
        margin-right: 0px;
    }

    .Top-Logo .navbar-brand {
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        align-items: center;
        padding: 0px;
        display:flex;
    }

    .ChooseCompanyUl {
        margin-left: 10px;
    }
}

@media (max-width:767px) {
    #page-wrapper {
        top: 55px;
        position: fixed;
    }

    .GlobalSearchNavbarUl {
        display: none;
    }

    .navbar-default.sidebar .sidebar-nav {
        position: fixed;
        background: white;
        z-index: 999999;
        width: 100%;
    }

    .layout_top_menu_bar li a {
        padding: 15px 6px;
    }

    .navbar-default.sidebar .sidebar-nav {
        top: 50px;
    }
    /*.sidebar_height {
        margin-top:50px;
    }*/
    .ChooseCompanyLi {
        width: 100px !important;
    }
}

@media (max-width:580px) {
    .custom_padding_dash_row .page-header {
        width: 100%;
    }
    .Top-Logo {
        width: 65px !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}

@media (min-width: 768px) {
    div.dataTables_length select {
        width: 75px !important;
    }
}
.resp_head {
    display:none;
}
@media (min-width: 849px) and (max-width: 1200px) {
  /*  .responsive_table .white_button {
        padding: 5px 5px;
        font-size: 12px;
    }*/
}



    @media(max-width:850px) {
        

        .up_deg_font .top_menu_custom_style {
            padding: 0px !important;
        }

        .top_menu_custom_style .menu .submenu .submenuelement a {
            display: flex;
        }

            .top_menu_custom_style .menu .submenu .submenuelement a span {
                position: unset;
            }

        .responsive_table thead {
            display: none;
        }

        .responsive_table tbody tr td {
            width: 100%;
            float: left;
            padding: 4px !important;
            border: 0px !important;
        }

        :root {
            --resrTableHead: 125px;
        }

        .resp_head {
            width: var(--resrTableHead);
            float: left;
            display: unset;
            font-weight: bold;
            text-align:left;
        }

        .resp_info {
            width: calc(100% - var(--resrTableHead));
            float: left;
            text-align: left;
        }

            .resp_info .float_right {
                float: left !important;
            }

        .panel-default > .panel-heading {
            width: 100%;
            float: left;
        }

        .rem_list_head .dateviewed {
            position: unset !important;
            right: unset !important;
            top: unset !important;
        }

        #DateFilterTextShow {
            top: 55px;
            left: 0px;
        }

        .top_menu_custom_style {
            padding: 10px 0px;
        }

        .dash_top_block .col-lg-3 {
            width: 100%;
            float: left;
        }

        .PrivateLayoutContents {
            position: unset;
            overflow-y: auto;
            /*-webkit-overflow-scrolling: touch;*/
        }

            .PrivateLayoutContents .flyout-overlay {
                left: 0px;
                position: unset;
            }

        .dropdown_time_clock {
            position: fixed !important;
        }

            .dropdown_time_clock .arrow_top_settings {
                right: 110px;
            }

        .dropdown_notification .arrow_top_settings {
            right: 148px;
        }

        .clock_in_time {
            width: 100%;
        }

        .ChooseCompanyLi {
            width: 90px !important;
        }

            .ChooseCompanyLi select {
                padding: 6px 0px;
            }

        .layout_top_menu_bar li a {
            padding: 15px 3px;
        }

        .loged_info_user {
            width: 100%;
            float: none;
        }

        .dropdown_notification {
            width: 412px;
        }

        .overflow_style {
            overflow-y: scroll;
            overflow-x: hidden;
            height: 348px;
            position: relative;
        }

        .popup_text_header {
            margin-top: 5px !important;
        }


        .MenuContents {
            padding-left: 10px !important;
            width: 100%;
            padding-right: 10px;
        }

        .submenu_mobile {
            width: 50% !important;
            float: left !important;
        }

        .submenuhead {
            padding: 3px 0px !important;
            background-color: #f1f1f1;
        }
        /*.submenuelement {
        padding-left:0px !important;
    }*/
        .element_mobile {
        }

        .dropdown-alerts {
            width: 410px !important;
            right: -252px !important;
            left: auto !important;
        }

        .dropdown-search {
            width: 411px !important;
            padding-bottom: 35px !important;
            left: -163px !important;
        }



        .arrow_top_create {
            right: 278px;
        }

        .arrow_top_search {
            right: 209px;
        }

        .dropdown-user .arrow_top_settings {
            right: 195px; /*done*/
        }

        .arrow_top_help {
            right: 68px;
        }

        .width-25p {
            width: 35%;
            float: left;
        }

        .width-55p {
            width: 45%;
            float: left;
        }

        .width-20p {
            width: 20%;
            float: left;
        }

        .sidebar_height {
            width: 100%;
        }

        .navbar-default.sidebar .sidebar-nav {
            position: sticky;
            z-index: 9;
            width: 100%;
            margin-top: 50px;
        }
    }

    @media(max-width:375px) {



        .MenuContents {
            padding-left: 10px !important;
            width: 100%;
        }

        .mobile_content {
            width: 100%;
        }

        .submenu_mobile {
            width: 50% !important;
            float: left !important;
        }


        .dropdown-alerts {
            width: 373px !important;
            right: -253px !important;
        }

        .dropdown-search {
            width: 374px !important;
            left: -124px !important;
        }




        .arrow_top_create {
            right: 278px;
        }

        .arrow_top_search {
            right: 209px;
        }

        .arrow_top_settings {
            right: 262px;
        }
    }

    @media(max-width:360px) {

        .dropdown_notification {
            left: 0px;
            width: 358px;
        }

        .layout_top_menu_bar li a {
            padding: 15px 1px;
        }
    }

    @media(max-width:350px) {
        .navbar-top-links li:last-child {
            margin-right: 0px;
        }
    }

    @media(max-width:320px) {
        .ChooseCompanyLi {
            width: 53px !important;
        }

        .dropdown_notification {
            left: 0px;
            width: 318px;
        }

        .MenuContents {
            padding-left: 10px !important;
            width: 100%;
        }

        .mobile_content {
            width: 100%;
        }

        .submenu {
            width: 50% !important;
            float: left !important;
        }

        .submenu_mobile {
            width: 50% !important;
            float: left !important;
        }



        .border-radius-0 {
            border-radius: 0px !important;
            -webkit-border-radius: 0px !important;
            -moz-border-radius: 0px !important;
            padding: 0px !important;
        }

        .width-25p {
            width: 31%;
            float: left;
        }

        .width-55p {
            width: 49%;
            float: left;
        }

        .dropdown-alerts {
            width: 318px !important;
            right: -247px !important;
        }

        .dropdown-search {
            width: 318px !important;
            left: -75px !important;
        }

        .dropdown_help {
            width: 318px !important;
            left: 0px !important;
        }

        .arrow_top_create {
            right: 278px;
        }

        .arrow_top_search {
            right: 209px;
        }

        .arrow_top_settings {
            right: 255px;
        }



        .help_image {
            width: 126px;
            top: 26px;
            right: 18px;
        }

        .popup_text_header_help {
            padding-bottom: 0px;
        }
    }
    /*News Ticker Start*/
.announcement-div {
    width: 100%;
    float: left;
    display: none;
    padding: 2px 0px;
    position: relative;
    background-color: #ebebeb;
    border: 1px solid #1d1d1d;
}

    .single_filter_div_style button {
        height: 35px;
        margin-left: 10px;
    }

    .order_notification_icon {
        float: right;
        font-size: 20px !important;
    }

    .order_notification_count {
        background-color: red;
        color: white;
        font-size: 12px;
        padding-top: 5px;
        position: absolute;
        border-radius: 50%;
        top: 1px;
        right: 5px;
        height: 20px;
        width: 20px;
        text-align: center;
    }

.announcement-label {
    width: 148px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #2ca01c;
    background-image: linear-gradient(90deg, #1d1d1d, #8d8d8d);
    font-size: 16px;
    color: #FFF;
    padding: 6px;
    font-weight: bold;
    margin-right: 10px;
}

.announcement-marque {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 150px;
    padding-right: 45px;
    padding-top: 3px;
    font-size: 16px;
    color: #1d1d1d;
}

        .announcement-marque .close_btn_size {
            position: absolute;
            height: 35px;
            width: 35px;
            right: 0;
            padding: 8px;
            top: -5px;
            cursor: pointer;
            margin-right: 10px;
            z-index: 12;
            cursor: pointer;
        }

    .green-tooltip + .tooltip > .tooltip-inner {
        background-color: #2ca01c;
    }

    /*News Ticker End*/
    .page_filter_btn {
        background-color: #2ca01c;
        margin-left: 10px;
    }

        .page_filter_btn:hover,
        .page_filter_btn:focus,
        .page_filter_btn:active {
            background-color: #2ca01c;
        }

    #btnDownloadPayment {
        float: right;
    }

        #btnDownloadPayment,
        #btnDownloadPayment:hover,
        #btnDownloadPayment:focus,
        #btnCancellationCueDownload,
        #btnCancellationCueDownload:hover,
        #btnCancellationCueDownload:focus,
        #btnCancelledCustomerDownload,
        #btnCancelledCustomerDownload:hover,
        #btnCancelledCustomerDownload:focus {
            background-color: #2ca01c;
            color: #fff;
        }

    .get_update_det_container {
        width: 100%;
        float: left;
    }

    .get_update_det_header {
        width: 100%;
        float: left;
        padding: 10px 25px;
        font-size: 20px;
        border-bottom: 2px solid #ccc;
        background-color: #f4f5f8;
    }

    .get_update_det_height {
        width: 100%;
        float: left;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .get_update_det_inner {
        width: 100%;
        float: left;
        padding: 20px 20px;
    }

        .get_update_det_inner > div {
            width: 100%;
            float: left;
            font-size: 16px;
            padding-bottom: 10px;
        }

        .get_update_det_inner ol {
            width: 100%;
            float: left;
            font-size: 16px;
            counter-reset: item;
            margin: 0 0 1.5em;
            padding: 0;
        }


            .get_update_det_inner ol > li {
                counter-increment: item;
                list-style-type: none;
                margin-bottom: 10px;
                padding: 0 0 0 2rem;
                text-indent: -1.2rem;
            }

                .get_update_det_inner ol > li::before {
                    content: counter(item) '.';
                    display: inline-block;
                    font-weight: bold;
                    padding-right: 0.5rem;
                    text-align: right;
                    width: 1.5rem;
                }

    .header-section {
        padding: 10px 0px;
    }

    .geeseactivitylog_table tr td {
        width: 100%;
        float: left;
    }

        .geeseactivitylog_table tr td:nth-child(1) {
            border-top: 0px;
        }

        .geeseactivitylog_table tr td span:nth-child(2) {
            width: 80px;
            float: right;
            display: block;
            text-align: left;
        }

    .float-left {
        float: left;
    }

    .text-italic {
        font-style: italic;
    }

div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_filter {
	text-align: right;
}

div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}

div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper > div.row > div,
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: center;
	}

	div.DTTT {
		margin-bottom: 0.5em;
	}
}


table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top: 0px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}
table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150"; /* sort */
}
table.dataTable thead .sorting_asc:after {
	content: "\e155"; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
	content: "\e156"; /* sort-by-attributes-alt */
}
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
	display: none;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

table.dataTable thead > tr > th {
	padding-right: 30px;
}

table.dataTable th:active {
	outline: none;
}


/* Condensed */
table.dataTable.table-condensed thead > tr > th {
	padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
	top: 6px;
	right: 6px;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	 -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
	border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
	display: none;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}


/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 999999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

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

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

