@charset "utf-8";
*{font-family:Lato,sans-serif;font-weight:500}.tooltip,a,div,h1,h2,h4,label,li,ol,p,span,table,td,tr{font-family:Lato,sans-serif!important;font-weight:500}body{overflow:auto!important}input[readonly]{background-color:#f1f1f1}input[type=submit]{width:92px;height:28px;border:none;padding:3px 10px;border-radius:4px;font-size:13px}.orange_button_save{background:#fc8c2e;width:92px;height:28px;border:none;padding:3px 10px;border-radius:4px;font-size:13px;color:#fff}#crew_reset_btn{width:92px;color:#fff}.orange_button{background:#fc8c2e!important;border:1PX SOLID #fc8c2e!important;color:#fff}.btn-blue{color:#fff;background-color:#337ab7;border-color:#337ab7;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-orange_white{color:#fc8c2e;background-color:#fff;border-color:#fc8c2e;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-large{width:200px}.btn-md-large{width:300px}.ui-tabs .ui-tabs-panel{padding:1em 1.4em 2em 1.4em!important}.border_top_wide{justify-content:space-between;padding:12px 12px 0;box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.border_top_wide .logo{max-height:50px}.border_top_wide .logo .login_logo{max-width:165px}.page{background-color:#f1f4f5!important;display:grid}.page div#mainTable{background-color:#f1f1f1!important}.crew-page,.crew-page .page .page-content,.crew-page .page div#mainTable{background:#fff!important}

select.textInput{
    box-sizing: border-box;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-appearance: none;
    color:#000;
    font-weight:500;
    padding-right: 20px!important;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAB5QTFRFAAAARVpkRVpkRVpkRVpkRVpkRVpkRVpkRVpkRVpkrV9vkAAAAAp0Uk5TAGSZCognmFUEYrLBvZUAAAAjSURBVHicY2BUUlJkYGB2UnJmYGAIUwsAkuzqQIKBYwYDAwAoYQKreo91rwAAAABJRU5ErkJggg==) no-repeat center right 7px!important;
    line-height: initial;
}
.processing {
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 5000;
    width: 422px;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.crew-page .page div#mainTable {
    width: 1000px !important;
    margin: 0px auto;
}
.crew-page .page .page-content{
    background-color: #f1f4f5!important;
}

.recruit-page.cf_top_info{
    display:inline !important;
}

.recruit-page .crew-image {
    margin: 0 auto;
}

.btn-reset {
    background: #767676 !important;
}

.reset_btn {
    background: #FC8C2E;
    width: 92px;
    border: none;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.btn {
    box-shadow: none;
    font-weight: 500;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 13px;
    -webkit-box-shadow: none;
}

.btn:focus,
.btn:hover {
    outline: none !important;
    background: #337AB7 !important;
    border-color: #337AB7 !important;
    cursor: pointer;
    color: #fff
}

.btn-success.focus,
.btn-success.hover,
.btn-success:focus,
.btn-success:hover {
    color: #fff !important;
    background-color: #28d17c !important;
    border-color: #28d17c !important;
    box-shadow: none !important;
}


.btn-primary {
    color: #fff !important;
    background-color: #24557e;
    border-color: #24557e;
}

.btn-success {
    background-color: #28d17c;
    border-color: #28d17c;
    color: #fff !important;
}

.btn-default {
    background-color: #767676;
    border-color: #767676;
    color: #fff !important;
}

.btnn-orange,
.btn-orange {
    background: #FC8C2E;
    border-color: #FC8C2E;
    color: #fff !important;
}
.btn-danger {
    background: #f33f33;
    border-color: #f33f33;
    color: #fff !important;
}
.txt-red{
    color:#f33f33;
}
.txt-green{
    color:#28d17c;
}
.btn-darkgrey {
    color: #fff !important;
    background: #767676;
}

.btn-faded {
    background: #F6F9FD;
    color: #5C5C5C;
    border: 1px solid #E4EAEC;
    font-weight: 600;
}

.btn-lightgrey {
    background-color: #aaa;
    border-color: #aaa;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

.btn-grey-100,
.btn-grey-100:focus,
.btn-grey-100:hover{
    background-color: #f1f1f1!important;
    border-color: #767676!important;
    color: #000 !important;
}
.btn-app-red {
    background: #C04245;
    border: none;
    color: #fff !important;
    font-weight: 600;
}

.btn-app-orange {
    background-color: #F0582F;
    border-color: #F0582F;
    color: #fff !important;
    font-weight: 600;
}

.btn-app-green {
    background-color: #24CB71;
    border-color: #24CB71;
    color: #fff !important;
    font-weight: 600;
}

.btn-app-blue {
    background-color: #0083C9;
    border-color: #0083C9;
    color: #fff !important;
    font-weight: 600;
}

.btn-faded:hover {
    color: #fff !important;
}

.btn-danger:hover {
    background: #a5252b;
    border-color: #a5252b;
}

.btn-fullwidth {
    width: 100%;
}

.btn-transparent {
    background: white;
    border-color: #a7a7a7;
    /* border-color: #a5252b; */
    border-radius: 40px;

}

.btn-green-pastel{
    background-color: #1DC173;
    border-color: #1DC173;
    color: #fff;
}
.btn-blue-pastel{
    background-color: #347AB4;
    border-color: #347AB4;
    color: #fff;
}
.btn-red-pastel{
    background-color: #F24139;
    border-color: #F24139;
    color: #fff;
}
.btn-info-pastel{
    background-color: #374DAB;
    border-color: #374DAB;
    color: #fff;
}
.btn-primary-blue{
    background-color: #1A3D5A !important;
    border-color: #1A3D5A;
    color: #fff !important;
}
.btn-fade-blue{
    background-color: #507798;
    border-color: #507798;
    color: #fff;
}


.btn-carrot {
    background-color: #FC8C2E;
    border-color: #FC8C2E;
    color: #FFF;
}
.btn-110 {
    width: 110px !important;
}

.btn-updates {
    background: #3C99F8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    width: 196px !important;
}

.content_wrapper table i {
    font-size: 20px;
    position: relative;
    left: unset;
    color: #25567f;
}
.content_wrapper table a i,
.content_wrapper table button i {
    left: unset;
}
.content_wrapper .rates_table i {
    font-size: 12px;
}

.rates_table .info_section {
    float: right;
}

#page_spinner {
    background: #eaeaea;
    padding: 16px 30px;
    position: fixed;
    z-index: 9999;
    left: 45%;
    top: 40%;
    margin: 0px auto;
    border: 1px solid #ccc;
    color: #000;
    font-size: 12px;
}

.ui-dialog-titlebar-close:before {
    content: "\f00d" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    color: #24557e;
}
.ui-dialog-titlebar-close.black:before {
    color: #000;
}

.noTitleStuff.blue-header {
    border: none!important;
}

.noTitleStuff.blue-header .ui-dialog-titlebar {
    background-color: #24557e!important;
    border-radius: 0;
    color: #fff;
}
.noTitleStuff.blue-header .ui-dialog-titlebar-close {
    background-color: transparent!important;
    color: #fff!important;
    right: 15px!important;
}
.noTitleStuff.blue-header .ui-dialog-titlebar-close:before {
    color: #fff!important;    
}
.noTitleStuff .ui-dialog-titlebar-close:before {
    font-size: 26px !important;
}
.noTitleStuff.danger .ui-dialog-title {
    color: #f00;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.noTitleStuff.danger{
    border-top: 6px solid #f00!important;
}
.dash-main-logo img {
    max-height: 60px;
}

@media screen and (min-width: 768px) {
    .dash-main-logo img {
        max-width: 12vw;
    }
}
@media screen and (max-width: 767px) {
    .dash-main-logo img {
        max-width: 15vw;
    }
    #site-navbar-collapse span.user_infoo{
        display: none;
    }
}

.info-chevron{
    display: none;}
#messagePurchase{font-size: 25px;
    /* margin-right: 20px; */
    padding: 14px 14px 14px 0px;}
.opt_text{padding:0px 10px;}
@media screen and (max-width: 1439px) {
    #site-navbar-collapse #sms_section{
        display: none;
    }
}
@media only screen and (max-width: 820px) and (min-width: 768px){
    #messagePurchase{
        padding-right: 0px;
    }
}
@media (max-width: 1199px) {
    .info-col {
        display: none;
    }
    .info-chevron{
        display: inline-block;}
}
@media only screen and (min-width: 980px) and (max-width: 1420px)  {
    .btn_action{
        width: auto !important;
    }

}
@media (max-width: 767px) {
    .info-col{display:none;}
    .user_infoo {
        display: none;
    }

    .dash-main-logo img {
        max-width: 160px;
        max-width: 15vw;
        max-height: 30px;
        padding-top: 4px;
    }
}

.slimheader .navbar-header .cs-head-img,
.slimheader .dash-main-logo {
    display: none;
}

.navbar-header .cs-head-img {
    max-height: 60px;
}
@media screen and (min-width: 1200px){
    .navbar-header .cs-head-img {
        max-width: 12vw;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1500px) {
    .navbar-header .cs-head-img {
        max-width: 150px;
    }
}

.clientNav ul.menu {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}


input.reset_job.btn_action, input.search_job.btn_action {
    width: 4.5rem !important;
}

.add-job-title .ui-dialog-title.ui-dialog-title {
    text-align: center;
    margin-top: 1rem;
    color: #24557E;
    padding-left: 3rem;
}

.pagination {
    height: 36px;
    margin: 18px 0;
    color: #24557e;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
    color: #24557e;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    color: #24557e;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #24557e;
    color: #ffffff;
}

.pagination a:focus {
    background-color: #24557e;
    color: #ffffff;
}


.pagination .active a {
    color: #ffffff;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    color: #24557e;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
    color: #24557e;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    color: #24557e;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
}


.user_notes textarea {
    height: 220px;
    width: 100%;
    margin-bottom: 10px;
}

.user_notes input[type="submit"] {
    float: right;
}

.u_notes {
    height: 245px;
    overflow: auto;
    margin-bottom: 6px;
}

.block_info_notes {
    height: 110px;
}

.site-navbar .navbar-header .navbar-brand-logo {
    height: 60px;
}

.client_nav_bar {
    padding-right: 10px;
}

.u_logout,
a.u_logout:visited {
    color: #767676;
}

#client_profile .nav-link {
    color: #FC8C2E;
    background-color: #fff;
    padding: 0px;
}

.client_infoo {
    padding-right: 10px
}

.c_icon i {
    font-size: 22px;
    position: relative;
    top: 5px;
    color: #FC8C2E;
    padding-left: 6px;
}

.submenu-list a {
    color: #24557E;
    font-weight: 600;
}
.btn-full-width{width: 100%}

@media (min-width: 768px) {
    .client_nav_bar .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
        margin-right: 35px !important;
        margin-top: 1px !important;
    }

}

@media (max-width: 767px) {

    #client_profile {
        padding-top: 0px !important;
        padding-right: 10px;
    }

    #client_profile .dropdown-menu {
        top: 130%;
        right:0px;
    }
    .btn-full-width-mobile{width: 100%;}

}


.submenu-list a:hover {
    color: #FC8C2E;
    font-weight: 600;
}

.site-menubar1.site-menubar-light {
    width: 100%;
}

.site-navbar .navbar-header .navbar-brand-logo-normal {
    display: none;
}

.navbar-brand-logo {
    height: auto;
    margin-top: 0px;
}

.site-navbar-small .site-navbar {
.site-navbar-small .site-navbar height: auto;
}

#toggleChat img {
    background: #ccc;
    border-radius: 50%;
}

#toggleChat .dropdown1 li {
    list-style-type: none;
}

#toggleChat i {
    padding: 0px 4px;
}

.content_wrapper b {
    font-weight: 600;
}

.site-navbar {
    padding: 10px 30px;
    color: #FC8C2E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.sm_menubar .cmenu a:hover,
.sm_menubar ul.menu li:hover a {
    color: #fff;
    background: transparent !important;
}

.sm_menubar .cmenu {
    /*width:42px !important;*/
    height: 30px !important;
}

.sm_menubar ul.menu li ul {
    background: #fff !important;
    top: 40px;
    /*color:#24557e;*/
}

.sm_menubar #managerNav a {
    color: #ffffff;
}

.sm_menubar #managerNav a:hover {
    color: #ffffff !important;
}

.sm_menubar #managerNav ul li a {
    color: #ffffff !important;
;
}

.sm_menubar #managerNav ul > li > ul > li > a {

    color: #24557e !important;
}

.sm_menubar #managerNav ul > li > ul > li > a:hover {
    outline: none !important;
}

.sm_menubar {
    padding: 0px 30px;
    min-height: 52px;
}

.sm_menubar #managerNav ul > li a:hover {
    background: #24557e !important;
}

.sm_menubar li h3.menu_heading_h3 {
    color: #24557e;
}

.navbar-inverse .navbar-toolbar .nav-link:focus,
.navbar-inverse .navbar-toolbar .nav-link:hover,
.navbar-inverse .navbar-toolbar .nav-link {
    color: #24557e;
    background-color: transparent;
    /*color:#F05922;*/
}

.site-navbar-small .site-navbar .navbar-brand {
    height: auto;
    padding: 0px;
}

.site-sidebar-tab-content > .tab-pane {
    height: 100%;
    padding: 20px 30px;
}

.site-menu-sub.site-menu-normal-list {
    padding: 0px;
    margin: 0px;
}

.site-menu {
    padding: 0px;
    margin: 0px;
}

.navbar-inverse .navbar-toolbar .nav-link.active,
.navbar-inverse .navbar-toolbar .nav-link.active:focus,
.navbar-inverse .navbar-toolbar .nav-link.active:hover,
.navbar-inverse .navbar-toolbar > .active > .nav-link,
.navbar-inverse .navbar-toolbar > .active > .nav-link:focus,
.navbar-inverse .navbar-toolbar > .active > .nav-link:hover {
    background: transparent;
    color: #24557E;
}

.left_side_bar .nav-tabs-vertical .nav-tabs .nav-link:hover {
    background: #24557E;
}

.sm_menubar .navbar-inverse .navbar-toolbar .nav-link.active {
    background: #24557E;
    color: #ffff;
}



.navbar-inverse .navbar-toolbar .nav-link.active {
    background: #fff;
    color: #24557E;
}

.sm_menubar .navbar-toolbar .nav-link.active {
    background: #24557E;
    color: #ffff;
}

.site-sidebar-nav .nav-item span {
    padding: 16px;
    display: block;

}

.list-group,
.infobox {
    margin-bottom: 15px;
}

.business_nav a {
    color: #fff;
    font-size: 13px;
}

.business_nav {
    padding-top: 10px;
    width: auto;
}

.business_nav li.active {
    background: #FC8C2E;
    /*padding:4px;*/
    border-radius: 4px;
}

.business_nav li.active a {
    color: #fff;
}

.a_user_fxn {
    margin-bottom: 15px;
}

.dropdown_cmenu ul {
    list-style-type: none;
}

.dropdown_cmenu ul a {
    color: #fff;
}

.site-sidebar-nav .nav-item span i {
    position: relative;
    top: 5px;
    font-size: 15px;
    color: #fff;

}

.business_nav li.active a {
    font-weight: 600;
}

.on-off.is-on img {
    background-color: #11c26d;
}
.on-off.is-off img {
    background-color: #c6c6c6;
}
.on-off img {
    margin-top: 9px;
    height: 18px;
    border-radius: 7px;
}

.setting i {
    position: relative;
    top: 2px;
}

#expan i {
    position: relative;
    top: 3px;
}


.setting-box {
    border-bottom: 2px solid #fff;
    margin: 0px 0px 20px 0px;
}

.on-off span {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #48647b;
    font-weight: 600;
    line-height: 30px;
}

#superNav .nav-item {
    margin-bottom: 20px;
}

.site-sidebar-tab-content {
    color: #fff;
    padding: 13px;
    overflow-y: auto;
}

.slidePanel-content {
    background: #1a3d5a;
}

.show-dropdown1 {
    color: #fff !important;
    width: 100%;
    border-bottom: 1px solid #48647b;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 12px;
}

.logout1 a {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

.site-sidebar-tab-content > .tab-pane {
    font-size: 16px;
}

#expan .nav-link:before {
    border-left: 1px solid #ccc;
    height: 60px;
}


#managerNav ul.menu li a:hover ul li a {
    color: #FC8C2E !important;

}

.a_user_fxn {
    margin-bottom: 20px;
}

.sm_menubar {
    background: #24557E;
}

.business_nav.dropdown {
    border: 1px solid #e8e8e8;
    background: #fff;

}

.business_nav.dropdown a {
    color: #24557e;
    text-align: left;
}

#business_section #companyNav {
    position: relative;
}

#companyNav a.show-dropdown:hover {
    color: #24557e;
}

.sm_menubar #companyNav a.show-dropdown,
a.show-dropdown:hover {
    color: #fff;
}

.sm_menubar .menu_label {
    display: none;
}

.sm_menubar ul.submenu .menu_label {
    display: block;
}
.sm_menubar svg#pay_icon path {
    fill: #fff!important;
}

.sm_menubar svg#pay_icon {
    width: 20px;
    height: 20px;
}
.inv_sent,
.inv_not_sent,
.inv_locked {
    width: 100%;
}

.slimheader .slidePanel-right,
.slimheader .slidePanel-left {
    top: 50px;
}

.tooltip {
    opacity: 1;
    z-index: 0;
}

.noteCheck {
    display: inline-table;
}

.list-group ul {
    padding-left: 6px;
}

.cmenu.cs-home {
    top: -4px;
}
.cmenu.cs-addjob .menu_label{
    left: 0px;
}
.cmenu.cs-addjob .icon_font{
    left: 0px;
}

.left_side_bar,
.leftmenubar {
    position: fixed;
    background: #1a3d5a;
    z-index: 99;
    top: 0px;
    height: 100%;
    padding-top: 115px;
    overflow: auto;
    left: 0px;
    width: 200px;
}

.setting-wrap .tab-content {
    padding-left: 225px;
}

.tab-content.full_width {
    padding-left: 20px;
}

.tab_content_setting {
    position: fixed;
    top: 94px;
    left: 211px;
    font-size: 24px;
    color: #1a3d5a;
}

.tab_content_setting i {
    color: #24557e;
}

.left_hide .nav-tabs-vertical .nav-tabs .nav-link.active {
    background: transparent;
}

.setting_page footer {
    display: none;
}

.left_hide {
    overflow: hidden;
    width: 0px;
}

.left_side_bar.showmenu {
    overflow: auto;
    left: 0px;
    width: 200px;
}

.tab-content.full_width .tab_content_setting {
    position: fixed;
    left: 0px;
    top: 80px;
    padding: 10px;
}
.text-right{text-align: right;}
.right_side.full_width .tab_content_setting {
    position: fixed;
    left: 0px;
    top: 80px;
    padding: 10px;
}

.right_side.full_width {
    position: relative;
    width: 100%;
    left: 20px;
}

.bbcolsub.dropdown-menu.show {
    top: -6px !important;
    left: -22px !important;
    border: 1px solid #e8e8e8;
    border-radius: .215rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    opacity: 1;
    transition: visibility 0s 1s, opacity 0s linear;

}

.bbcolsub.dropdown-menu .dropdown-item {
    width: 100%;
    margin: 2px 0px;
    border-radius: 0px;
}


.bbcolsub.dropdown-menu .bottomButton a {
    color: #24557E;
}

.bbcolsub.dropdown-menu.show .dropdown-item:hover {
    /*transition: background-color .25s;*/
    background: #FC8C2E;
}

.bbcolsub.dropdown-menu.show .dropdown-item:hover a {
    color: #fff;
}

/*.bbcolsub.dropdown-menu.show:after{*/

/*  content: "\f0de";*/
/*  font: normal normal normal 14px/1 FontAwesome;*/
/*  top: 50%;*/
/*}*/
.content_top {
    background-color: #fff;
    padding: 15px 25px;
}

.content_wrapper,
.content_block {
    margin-top: 2.143rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    /*padding: 15px 25px;*/
    padding: 15px;
}

#new_recruits .content_wrapper,
#new_recruits .content_block {
    border: none;
    box-shadow: none;

}

.rc_crew_profile .ui-tabs {
    background: #fff;
    padding: 0px;
}
.rc_crew_profile .ui-tabs.ui-widget.ui-widget-content {
    border: none;
}
.rc_crew_profile .ui-tabs .bio-page.ui-tabs-panel {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.content_wrapper #frmJobsheet a {
    text-decoration: underline;
}
.content_wrapper #frmJobsheet .evAdd a.btn {
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    background: #337AB7;
    color: #FFFFFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: 140px;
}
.content_wrapper #frmJobsheet .evAdd a.btn:hover {
    background: #1a4e7b !important;
}
.content_wrapper #frmJobsheet #esaved {
    min-width: 140px;
}

#pageNav {
    background: #fff;
    padding: 10px 0px;
}

.nomargintop {
    margin-top: 0px;
}

.nomargin {
    margin: 0px;
}

.notableborder table tr td {
    border: none;
}

table#formTable tr td {
    border: none;
}

.content_wrapper #crewAction #submitBtn {
    position: fixed;
    bottom: 11px;
    z-index: 3;
    left: 95px;
    width: 105px;
    background: #FC8C2E;
    color: #fff;
}
.content_wrapper #crewAction #exportEmails, #exportsEm {
    position: fixed;
    bottom: 11px;
    z-index: 3;
    left: 207px;
    width: 105px;
    /*background: #FC8C2E;*/
    color: #fff;
    height: 28px;
    line-height: 26px;
    padding: 0;
    font-weight: normal;
}
.search_section {
    padding: 15px 25px;
    background: #fff;
}

#searchButton {
    width: 92px;
}

.search_section input[type="submit"],
.search_section [type=button]:not(.fs-button) {
    color: #fff;
    border: none;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 13px;
    position: relative;
    top: 26px;
    -webkit-appearance: button;
    background: #FC8C2E;
    /*float: right;*/

}

.form-search input[type="submit"],
.searchDiv input[type="submit"],
.formSubmit {

    background: #FC8C2E;
}

.reset_form {
    position: relative;
    top: 24px;
    width: 92px;
    height: 28px;
    margin-right: 10px;
}

.default {
    float: right;
}

/*.default .reset_form{top:-2px;}*/
/*.default input[type="submit"]{top:0px}*/


.form-search label {
    display: block;
}

.form-search .textInput {
    width: 100%;
    height: 30px;
}

.input-group .textInput {
    width: 100%;
    height: 26px;
}

.input-group {
    height: 30px;
}

.home_job_search.form-search .textInput {
    width: 100%;
    height: auto;
}

#cf_online_bookings textarea.textInput {
    height: 220px !important;
}

.otherInfobox .form-search select.textInput {
    width: 200px !important;
    height: 30px !important;
}
.txt-input-200{width:200px !important;}
.otherInfobox .form-search select.txt-full-width{width:100% !important;}
.crew_profile_block .otherInfobox select.textInput{width:200px;}
.search_section input[type="submit"]:hover {
    background: #337AB7 !important;
    border-color: #337AB7 !important;
    outline: none !important;
}

.crew_btn,
.btn-eq-width {
    width: 140px !important;
}

.inv-filter {
    float: left;
    padding: 3px 20px 0px 0px;
}

.inv-filter_btn {
    float: right;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .inv-filter, .inv-filter_btn{
        width: 33%;
        float: none;
        display: inline-block;
        padding-right: 5px;
    }
    .inv-filter_btn{
        width: 66%;
        text-align: right;
    }
}
@media screen and (max-width: 600px) {
    .inv-filter:first-child,
    .inv-filter_btn{
        width: 100%;
    }
    .inv-filter{
        width: 49.5%;
        float: none;
        display: inline-block;
    }
    .inv-filter .checkbox-custom.checkbox-primary{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 423px) {
    .inv-filter, .inv-filter_btn{
        width: 100%;
        float: none;
        display: block;
    }
}
.rank_explainer_text {
    height: 300px;
    overflow: auto;
    border: 1px solid #a8a8a8;
    width: 100%;
    padding: 0px 5px;
}


@media (min-width: 768px) {
    .site-navbar .navbar-header {
        /*width: 160px;*/
    }

    /*.rank_explainer_text{*/
    /*  max-height:300px;*/
    /*  height:auto;*/
    /*  overflow: auto;*/
    /*}*/


}


.site-navbar .navbar-container {
    background-color: transparent;
}

@media (min-width: 768px) {
    .site-navbar .navbar-container {
        margin-left: 0;
    }

    .site-navbar .navbar-container #toggleMenubar {
        display: none;
    }
}

.popup-frame {
    height: 90vh;
    overflow: auto;
    width: 100%;
    padding: 0px;
}

.modal {
    z-index: 1500;
}

/*.popup-frame #modal_any_view .modal-dialog{*/
/*  width: 97%;padding: 0px;margin: 6px;height: 100vh;*/
/*}*/
/*.popup-frame #modal_any_view .modal-dialog .modal-content{    height: 100vh;}*/

@media (max-width: 767px) {
    .site-navbar .navbar-container {
        background-color: #fff;
    }

    .popup-frame {
        height: 90vh;
        overflow: auto;
        width: 100%;
        padding: 0px;
        -webkit-overflow-scrolling: touch;
    }

    .popup-frame.iframe_popup {
        height: 80vh;
    }
}

.lbl_checkall {
    font-size: 20px;
    position: relative;
    top: 0px;
    left: 10px;
}

.site-navbar.navbar-inverse .navbar-header .hamburger:before,
.site-navbar.navbar-inverse .navbar-header .hamburger:after,
.site-navbar.navbar-inverse .navbar-header .hamburger .hamburger-bar {
    background-color: #24557e;
}

.site-navbar.navbar-inverse .navbar-header .navbar-brand-logo-normal {
    display: inline-block;
}

.site-navbar.navbar-inverse .navbar-header .navbar-brand-logo-special {
    display: none;
}

.site-navbar.navbar-inverse .navbar-container {
    background-color: transparent;
}

@media (max-width: 767px) {
    .site-navbar.navbar-inverse .navbar-container {
        background-color: #fff;
    }
}

@media (max-width: 767px) {

    .site-navbar.navbar-inverse .navbar-toolbar > li > a,
    .site-navbar.navbar-inverse .navbar-toolbar .nav-link {
        color: inherit;
    }

    .site-navbar.navbar-inverse .navbar-toolbar > li > a:hover,
    .site-navbar.navbar-inverse .navbar-toolbar > li > a:focus,
    .site-navbar.navbar-inverse .navbar-toolbar .nav-link:hover,
    .site-navbar.navbar-inverse .navbar-toolbar .nav-link:focus {
        color: inherit;
    }
}

@media (max-width: 767px) {
    .site-navbar.navbar .navbar-header {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .site-navbar.navbar .navbar-collapse {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .site-navbar.navbar .navbar-search {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

html,
body {
    height: 100%;
}

/*button, html input[type=button], input[type=reset], input[type=submit] {*/
/*  -webkit-appearance: button;*/
/*  cursor: pointer;*/
/*}*/
/*.ui-datepicker-trigger{*/
/*  border:none;*/
/*  background:none;*/
/*  top:0px !important;*/
/*  color:#333 !important;*/
/*}*/
body {
    padding-top: 85px;
}

body.slimheader {
    padding-top: 50px;
}

.site-menubar {
    /*position: fixed;*/
    /*top: 66.01px;*/
    z-index: 1400;
    width: 100%;
    /*height: 3.572rem;*/
    /*font-family: "Roboto", sans-serif;*/
    color: rgba(163, 175, 183, .9);
    /*background: #263238;*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);*/
}

/*ul.menu li ul.submenu{*/
/*  position:relative;*/
/*}*/
.site-menubar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-menubar a {
    outline: none;
}

.site-menubar a:hover,
.site-menubar a:focus {
    text-decoration: none;
}

.site-menubar.site-menubar-light {
    color: rgba(118, 131, 143, .9);
    background: #fff;
}

@media (max-width: 1310px) {
    .menu-right {
        width: 100%;
    }

    .sm_menubar .menu-right {
        width: auto;
    }

}

@media (max-width: 967px) {
    /*.cmenu .menu_label{*/
    /*  display: none;*/
    /*  }*/
    /*  .cmenu .menu_icon{*/
    /*    font-size: 16px;*/
    /*  }*/
}

/*@media (max-width: 860px) {*/
/*  .sm_menubar .icon_font{*/
/*    font-size:20px;*/
/*  }*/
/*  #managerNav .cmenu a{*/
/*    padding-right:15px;*/
/*  }*/
/*}*/
@media (max-width: 767px) {

    .page {
        padding-top: 35px;
    }

    .site-menubar {
        width: 260px;
    }

    .site-menubar-body {
        height: 100%;
        background: #24557e;
    }
}

.css-menubar .site-menu-scroll-wrap {
    overflow-x: auto;
}

.css-menubar .site-menu-item:hover > .dropdown-menu {
    visibility: visible;
}

.css-menubar .site-menu-item:hover > .site-menu-sub {
    display: block;
}

.css-menubar .site-menu-sub .site-menu-item:hover > a > .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.css-menubar .site-menu-item:hover {
    background-color: rgba(0, 0, 0, .06);
}

.css-menubar .site-menu-item:hover > a {
    color: #fff;
}

.css-menubar .site-menu-item:hover > a:hover {
    background-color: transparent;
}

.css-menubar .site-menu-item.active:hover > a {
    background-color: transparent;
}

.css-menubar .site-menu-section:hover {
    background-color: transparent;
}

.css-menubar .site-menubar-light .site-menu-item:hover {
    background-color: rgba(11, 105, 227, .03);
}

.css-menubar .site-menubar-light .site-menu-item:hover > a {
    color: rgba(11, 105, 227, .9);
}

.css-menubar .site-menubar-light .site-menu-item:hover > a:hover {
    background-color: transparent;
}

.css-menubar .site-menubar-light .site-menu-item.active:hover > a {
    background-color: transparent;
}

.css-menubar .site-menubar-light .site-menu-section:hover {
    background-color: transparent;
}

.site-menu {
    font-size: 14px;
}

.site-menu .dropdown-menu {
    display: block;
    margin-top: 0;
    visibility: hidden;
    background-color: #263238;
    transition: none;
}

.site-menu .dropdown-menu::after {
    display: block;
    clear: both;
    content: "";
}

.site-menu .open > .dropdown-menu {
    visibility: visible;
}

.site-menu .dropdown-toggle::after {
    display: block;
    clear: both;
    content: "";
}

.site-menu-scroll-wrap.is-list {
    width: 217px;
    max-height: 420px;
}

.site-menu-category {
    display: none;
}

.site-menu > .site-menu-item {
    display: inline-block;
}

.site-menu > .site-menu-item.has-section {
    position: inherit;
}

.site-menu > .site-menu-item > a {
    display: block;
    padding: 0 15px;
    line-height: 3.572rem;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
}


.site-menu > .site-menu-item > a > span > i {
    font-size: 20px;
}

.site-menu-item.has-sub > a:focus {
    background-color: transparent;
}

.site-menu-item.has-sub.open > .site-menu-sub {
    display: block;
}

.site-menu-item.is-hidden {
    opacity: 0;
}

.site-menu-item.is-shown {
    opacity: 1;
}

.site-menu-icon {
    display: inline-block;
    width: 1em;
    margin-right: 4px;
    text-align: center;
}

.site-menu-title {
    display: inline-block;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.site-menu-arrow {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-family: "Web Icons";
    font-style: normal;
    font-weight: normal;
    transition: transform .15s, -webkit-transform .15s;
    transition: transform .15s;
    transition: -webkit-transform .15s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-rendering: auto;
}

.site-menu-arrow:before {
    content: "";
}

.site-menu-sub .site-menu-arrow {
    position: absolute;
    right: 15px;
}

.site-menu-sub .site-menu-arrow:before {
    content: "";
}

.site-menu-sub .site-menu-item > a {
    display: block;
    min-width: 200px;
    padding: 0 20px;
    line-height: 38px;
}

.site-menu-sub .site-menu-item.open > a > .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-menu-sub .site-menu-sub {
    position: relative;
    top: 0;
    display: none;
    max-height: none;
}

.site-menu-sub .site-menu-sub .site-menu-item > a {
    padding: 0 20px;
    clear: both;
}

.site-menu-section > header {
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.site-menu-section > header::after {
    display: block;
    clear: both;
    content: "";
}

.site-menu-section > header > .site-menu-arrow {
    display: none;
}

.site-menu-section > .site-menu-scroll-wrap {
    max-height: 340px;
}

.site-menu-section .site-menu-section-list {
    display: block;
}

.site-menu-section-wrap {
    right: 20px;
    left: 20px;
}

.site-menu-section-wrap.site-menu-sub {
    overflow: hidden;
}

.site-menu-section-wrap > .site-menu-section {
    margin-top: 10px;
    margin-bottom: 20px;
}

.site-menu-item > a {
    color: inherit;
}

.site-menu-item > a:hover {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .02);
}

.site-menu-item.open {
    background-color: rgba(0, 0, 0, .06);
}

.site-menu-item.open > a {
    color: #fff;
}

.site-menu-item.open > a:hover {
    background-color: transparent;
}

.site-menu-item.active > a {
    color: #fff;
    background-color: rgba(0, 0, 0, .06);
}

.site-menu-item.active.open > a {
    background-color: transparent;
}

.site-menu-section > header {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.site-menu-section.open {
    background-color: transparent;
}

ul.site-menu {
    padding-right: 20px;
    padding-left: 20px;
}

.site-menubar-light .site-menu .dropdown-menu {
    background-color: #fff;
}

.site-menubar-light .site-menu-item > a {
    color: inherit;
}

.site-menubar-light .site-menu-item > a:hover {
    color: #24557E;
    /*background-color: rgba(11, 105, 227, .05);*/
}

.navbar-inverse .navbar-toolbar .nav-link:hover {
    background: transparent;
    color: #24557E;
}

#toggleChat {
    margin-top: 8px;
    margin-right: 12px;
}

#toggleChat span {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

#expan a {
    padding-top: 1.2715rem;
    padding-bottom: 1.2715rem;
    padding-right: 25px;
    font-size: 16px;

}

#toggleChat img {
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 50%;
}

#toggleChat a {
    padding: 0px;
    cursor: pointer;
}

#expan a:before {
    border-left: 1px solid #ccc;
}

.sm_menubar .cmenu.cs-crew .icon_font {
    position: relative;
    top: -1px;
}

.sm_menubar .cmenu.cs-message .icon_font {
    position: relative;
    top: -1px;
}

.sm_menubar .cmenu.cs-help .icon_font {
    position: relative;
    top: -3px;
}

.sm_menubar .cmenu.cs-addjob .icon_font {
    position: relative;
    top: -2px;
    left: -5px;
}

.sm_menubar .cmenu.cs-home .icon_font {
    position: relative;
    top: -4px;
}

.sm_menubar .cmenu.cs-home,
.sm_menubar .cmenu.cs-message,
.sm_menubar .cmenu.cs-help {
    top: -8px;
}

.sm_menubar .cmenu.cs-crew {
    top: -7px;
}

.sm_menubar .cmenu.cs-finance {
    position: relative;
    top: -1px;
}

.sm_menubar .cmenu.cs-contact .icon_font,
.sm_menubar .cmenu.cs-finance .icon_font {
    font-size: 17px;
    position: relative;
    top: 0px;
}

.sm_menubar .cmenu.cs-help .icon_font {
    font-size: 24px;
}

.sm_menubar .cmenu.cs-addjob {
    top: -7px;
}

.sm_menubar .cmenu.cs-shift .icon_font {
    position: relative;
    top: 0px;
}

.sm_menubar .cmenu.cmenu_records .icon_font {
    position: relative;
    top: 0px;
}
.sm_menubar .cmenu.cmenu_addjobs .icon_font {
    position: relative;
    top: -1px;
}
.sm_menubar .cmenu.cmenu_messages .icon_font {
    left: 0;
}
.sm_menubar .cmenu.cmenu_notes .icon_font {
    position: relative;
    top: -1px;
}
.sm_menubar .cmenu.cmenu_messages span.char_count  {
    right: 12px;
    top: 9px;
}
.cmenu.cs-home .menu_label {
    position: relative;
    top: 1px;
}
.site-navbar.navbar:not(.sm_menubar) .cmenu.cmenu_messages .icon_font,
.site-navbar.navbar:not(.sm_menubar) .cmenu.cmenu_messages .menu_label {
    left: 0;
}

#toggleChat span {
    position: relative;
    top: 5px;
}

.page {

    padding-left: 0px;
    padding-right: 0px;
}

#mainCell {
    padding-bottom: 55px;
}

.site-navbar {
    padding: 10px 0px 10px 40px;
    /*z-index: 9;*/
}

.page .page-content {
    padding-left: 35px;
    padding-right: 35px;

    background: #f1f1f1;
}

.sm_menubar.site-navbar {
    padding: 0px 0px 0px 35px;
}

.off_text,
.on_text {
    position: relative;
    top: 4px;
    padding-left: 10px;
    font-size: 10px;
}

.business_nav.dropdown {
    top: 50px;

}

/*#toggleChat a span{*/
/*  border-left: 1px solid #ccc;*/
/*  padding-left: 10px;*/
/*}*/

.sm_menubar .business_nav.dropdown {
    top: 53px;

}

.site-menubar {
    width: 100%;
    /*top: 91px;*/
    /*right: 0px;*/
    /*left: 261px;*/
}

.site-navbar .nav-item#expan::after {
    display: block;
    clear: both;
    content: "";
    border-left: 1px solid #e6e6e6;
    height: 80px;
    top: 0px;
    position: absolute;
    height: 30px;
    top: 26px;
}

#expand {
    padding-right: 14px;
}

.sm_menubar.site-navbar .nav-item#expan::after {
    border-color: #39668b;
    height: 51px;
    top: 0px;
}

.btn_business_dts {
    float: left;
    margin: 10px 0px 0px 0px;
    max-width: initial!important;
}

.btn_business_dts i {
    position: relative;
    top: 10px;
}

.busness {
    height: 28px;
    overflow: hidden;
    max-width: 112px;
}

.busness a {
    padding-right: 0px !important;
    padding-left: 15px !important;
}

/* Business List on Top Menu */
.business_nav li.sub_business,
.busness li.sub_business{
    position: relative;
}
.business_nav li.sub_business a,
.busness li.sub_business a {
    padding-left: 40px!important;
}

.business_nav li.sub_business:before,
.busness li.sub_business:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 15px;
    left: 20px;
    height: 9px;
    border-bottom: 1px solid #b1b1b178;
    border-left: 1px solid #b1b1b178;
    transform: translateY(-50%);
}

.business_nav li.sub_business:hover:before,
.busness li.sub_business:hover:before {
    border-bottom: 1px solid #ffffff78;
    border-left: 1px solid #ffffff78;
}

/* Business List on Right sidebar */
._business_nav li.sub_business a,
._business_nav li.sub_business{
    position: relative;
    padding-left: 20px!important;
}
._business_nav li.sub_business:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 13px;
    left: 25px;
    height: 9px;
    border-bottom: 1px solid #b1b1b178;
    border-left: 1px solid #b1b1b178;
    transform: translateY(-50%);
}
._business_nav li.sub_business:hover:before {
    border-bottom: 1px solid #ffffff78;
    border-left: 1px solid #ffffff78;
}

.btn_business_dts .show_dropdown {
    position: relative;
    top: 3px;
}

.btn_business_dts i {
    position: relative;
    top: 10px;
}

.btn_business_dts .show-dropdown {
    position: relative;
    top: 7px;
}

.cp_btn_info {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px !important;
    opacity: 0;
    color: #24557e;
    white-space: nowrap;
}

.cp_btn_info .off_text,
.cp_btn_info .on_text {
    font-size: 10px !important;
}

.cp_btn_info.show {
    opacity: 1;
}

/*.site-menubar-light .site-menu-item.open {*/
/*background-color: rgba(11, 105, 227, .03);*/
/*}*/

/*.site-menubar-light .site-menu-item.open > a {*/
/*color: rgba(11, 105, 227, .9);*/
/*}*/

/*.site-menubar-light .site-menu-item.open > a:hover {*/
/*background-color: transparent;*/
/*}*/

.site-menubar-light .site-menu-item.active > a {
    color: rgba(11, 105, 227, .9);
    background-color: rgba(11, 105, 227, .03);
}

.site-menubar-light .site-menu-item.active.open > a {
    background-color: transparent;
}

.site-menubar-light .site-menu-section > header {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.site-menubar-light .site-menu-section.open {
    background-color: transparent;
}

.left_side_bar .menu_bar,
.leftmenubar .menu_bar {
    padding-top: 12px;
    width: 100%;
    border-right: 1px solid transparent;
}

.left_side_bar h2 {
    color: #fff;
    /* padding: .715rem 1.072rem; */
    font-size: 13px;
    border-bottom: 1px solid #fff;
    margin: .715rem 1.072rem;
    line-height: 30px;
    font-size: 12px;
}

.left_side_bar .nav-link:after,
.leftmenubar .nav-link:after {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    right: 36px;
    position: absolute;
    font-size: 15px;

}

.ju_link {
    display: none;
}

.leftnavigation {
    display: none;
}


.opensubmenu.ju_link,
.opensubmenu.leftnavigation {
    display: block;
}

.left_side_bar .nav-link.active:after,
.leftmenubar .nav-link.active:after {
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
}

.ju_link li a,
.leftnavigation li a {
    font-size: 13px;
    color: #FFFFFF;
    /* line-height: 28px; */
    /* font-weight: 600; */
    line-height: 26px;
    font-weight: normal;
    text-decoration-line: underline;
    padding-left: 20px;
}

.ju_link li a:hover,
.leftnavigation li a:hover {
    /*color: #ffffff;*/
    color: #FC8C2E;
}

.ju_link li a.active {
    color: #ffffff;
}

.nav-tabs-vertical .nav-tabs .nav-link.active,
.nav-tabs-vertical .nav-tabs .nav-link.active:focus,
.nav-tabs-vertical .nav-tabs .nav-link.active:hover {
    background: #FC8C2E;
    color: #24557e;
    border-radius: 4px;
}

.right_side {

    position: relative;
    width: 85%;
    left: 230px;

}

.leftmenubar {
    background: #fff !important;
    color: #333;
}

.leftnavigation li a {
    color: #333;
    font-size: 12px;
}

.leftmenubar .nav-item1 {
    width: 100%;
}

.leftmenubar .nav-item1 a {
    font-size: 14px;
}

.opensubmenu li a.selected {
    background: #FC8C2E !important;
    color: #fff !important;
    text-decoration: none;
}

#js1 span.btn a {
    font-size: 11px;
}

nav-item1 a.nav-tabs .nav-link {
    color: #24557e;
    transition: .25s;
    font-weight: 600;
}

@media (max-width: 767px) {
    .site-menu {
        overflow-y: hidden;
    }

    .processing {
        top: 20%;
        left: 14%;
        width: 300px;
    }

    .site-menu-category {
        display: block;
        padding: 0 24px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 46px;
        text-transform: uppercase;
    }

    .site-menu-item > a {
        padding: 0 30px;
    }

    .site-menu-item.open > a .site-menu-arrow,
    .site-menu-item.open > header .site-menu-arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .site-menu-icon {
        margin-right: 14px;
    }

    .site-menu-title {
        max-width: 160px;
    }

    .site-menu-title:first-child {
        margin-left: 28px;
    }

    .site-menu-arrow {
        position: absolute;
        right: 30px;
    }

    .site-menu-arrow:before {
        content: "";
    }

    /*.navbar-header .cs-head-img {height:30px;}*/
    .site-menu > .site-menu-item {
        display: block;
    }

    .site-menu > .site-menu-item > a {
        padding: 0 30px;
        line-height: 46px;
    }

    .site-menu .dropdown-menu {
        position: relative;
        display: none;
        float: none;
        padding: 0;
        margin-top: 0;
        visibility: visible;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .css-menubar .site-menu-item:hover > .dropdown-menu.show {
        display: block;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
    }

    .site-menu .open > .dropdown-menu {
        display: block;
    }

    .site-menu-scroll-wrap.is-list {
        width: auto;
        max-height: none;
    }

    .site-menu-sub .site-menu-item > a {
        padding: 0 30px;
    }

    .site-menu-sub .site-menu-arrow {
        right: 30px;
    }

    .site-menu-sub .site-menu-sub .site-menu-item > a {
        padding: 0 30px;
    }

    .site-menu-section {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

    .site-menu-section-wrap {
        right: auto;
        left: auto;
    }

    .site-menu-section-wrap.blocks > li,
    .site-menu-section-wrap[class*="blocks-"] > li {
        float: none;
        padding: 0;
        margin: 0;
    }

    .site-menu-section > header {
        padding: 0 30px;
        margin-bottom: 0;
        font-weight: inherit;
        line-height: 38px;
        text-transform: none;
        cursor: pointer;
        border: none;
    }

    .site-menu-section > header > .site-menu-arrow {
        display: inline-block;
    }

    .site-menu-section > .site-menu-scroll-wrap {
        display: none;
        max-height: none;
    }

    .site-menu-section.open > .site-menu-scroll-wrap {
        display: block;
    }

    .site-menu-section > header {
        border-bottom: none;
    }

    .site-menu-section > header:hover {
        color: rgba(255, 255, 255, .8);
        background-color: rgba(255, 255, 255, .02);
    }

    .site-menu-section.open {
        background-color: rgba(0, 0, 0, .06);
    }

    .site-menu-section.open > header {
        color: #fff;
    }

    .site-menu-section.open > header:hover {
        background-color: transparent;
    }

    .site-menu-section.active > header {
        color: #fff;
        background-color: rgba(0, 0, 0, .06);
    }

    .site-menu-section.active.open > header {
        background-color: transparent;
    }

    ul.site-menu {
        padding: 0 0 20px;
    }

    .site-menubar-light .site-menu .dropdown-menu {
        background-color: transparent;
    }

    .site-menubar-light .site-menu-section > header {
        border-bottom: none;
    }

    .site-menubar-light .site-menu-section > header:hover {
        color: rgba(118, 131, 143, .9);
        background-color: rgba(11, 105, 227, .05);
    }

    .site-menubar-light .site-menu-section.open {
        background-color: rgba(11, 105, 227, .03);
    }

    .site-menubar-light .site-menu-section.open > header {
        color: rgba(11, 105, 227, .9);
    }

    .site-menubar-light .site-menu-section.open > header:hover {
        background-color: transparent;
    }

    .site-menubar-light .site-menu-section.active > header {
        color: rgba(11, 105, 227, .9);
        background-color: rgba(11, 105, 227, .03);
    }

    .site-menubar-light .site-menu-section.active.open > header {
        background-color: transparent;
    }

    .site-menu .scrollable-container,
    .site-menu .scrollable-content {
        width: auto !important;
        height: auto !important;
    }

    .site-menu [class*=blocks-] > li {
        display: block;
    }
}

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

.site-sidebar.slidePanel {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

/*.site-sidebar.slidePanel.slidePanel-right{*/
/*  -webkit-transition: all 0.5s ease-out;*/
/*}*/

.site-sidebar.slidePanel.slidePanel-right,
.site-sidebar.slidePanel.slidePanel-left {
    width: 240px;
    overflow: hidden;
}

.site-sidebar-content {
    height: 100%;
}

.site-sidebar-nav.nav-tabs > .nav-item {
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
}

.site-sidebar-nav.nav-tabs > .nav-item > .nav-link {
    padding: 0;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    /*background: #fc8c2e;*/

    background: #FC8C2E;
    border: none;
}


.site-sidebar-nav {
    border: none;
}

.site-sidebar-nav.nav-tabs > .nav-item > .nav-link > .icon {
    margin-right: 0;
}

.site-sidebar-tab-content {
    /*height: 100%;*/
    height: calc(100% - 90px);
}

.site-sidebar-tab-content > .tab-pane {
    height: 100%;
    padding: 2px 30px;
}

.site-sidebar-tab-content > .tab-pane.scrollable {
    padding: 0;
}

.site-sidebar-tab-content > .tab-pane .scrollable-content {
    padding: 20px 30px;
}

.site-sidebar-tab-content > .tab-pane .list-group {
    margin-right: -30px;
    margin-left: -30px;
}

.site-sidebar-tab-content > .tab-pane .list-group > .list-group-item {
    padding-right: 30px;
    padding-left: 30px;
}

.site-sidebar .conversation {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
}

.site-sidebar .conversation.active {
    right: 0;
}

.site-sidebar .conversation-header {
    height: 90px;
    border-bottom: 1px solid #e4eaec;
}

.site-sidebar .conversation-header > * {
    padding: 0 30px;
    margin: 0;
    line-height: 90px;
}

.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
    color: rgba(55, 71, 79, .4);
    cursor: pointer;
}

.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-return:focus {
    color: rgba(55, 71, 79, .6);
}

.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
    color: #37474f;
}

.site-sidebar .conversation-title {
    position: relative;
    top: 1px;
    z-index: -1;
    color: #37474f;
    text-align: center;
}

.site-sidebar .conversation-content {
    padding: 30px 15px;
}

.site-sidebar .conversation-reply {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #e4eaec;
}

.site-sidebar .conversation-reply .form-control {
    border: 0;
    border-right: 1px solid #e4eaec;
}

.site-sidebar .conversation .chats {
    height: calc(100% - 150px);
    overflow-y: auto;
}

.settings_link li,
.dropdown1 li,
.superNavigation li,
._business_nav li {
    padding: 2px 4px;
}

._business_nav li {
    margin: 5px 0px;
}

._business_nav li.active {
    background: #827e7e;
    padding: 2px 4px;
    border-radius: 4px;

}

.sm_menubar #site-navbar-collapse span,
.sm_menubar #site-navbar-collapse i {
    color: #fff;
}

.dropdown1 li {
    margin: 2px 0px;
}

.settings_link li:hover,
.dropdown1 li:hover,
.superNavigation li:hover,
._business_nav li:hover {
    background: #827e7e;
    padding: 2px 4px;
    border-radius: 4px;


}

.sm_menubar .navbar-container {
    padding-left: 0px;
}

#pm_main_menu .menu .more,
#pm_main_menu .menu .less {
    display: none;
}

.client_nav_bar #client_profile {
    padding-top: 10px;
}

/*#managerNav .menu_label{display:;}*/

@media (max-width: 1600px) {
    .cr_oveerview {
        min-width: 900px;
    }
}

@media (max-width: 767px) {

    .site-sidebar.slidePanel.slidePanel-right,
    .site-sidebar.slidePanel.slidePanel-left {
        width: 100%;
    }

    #managerNav {
        /*position: fixed;*/
        /*height: 100%;*/
        /*float: left;*/
        /*width: 230px;*/
        /*left: 0px;*/
        /*padding: 25px;*/
        /*background: #24557e;*/
        /*margin: 0px;*/
        /*top: 88px;*/
    }

    #managerNav > div {
        width: 100% !important;
    }


}
@media only screen and (max-width: 1366px) {
    .navbar-header .cs-head-img {
        max-height: 30px;
    }
}
@media only screen and (max-width: 1100px) {
    .navbar-header .cs-head-img {
        display: none;
    }

    .site-navbar {
        padding: 10px 0px 10px 0px;
    }

}

@media only screen and (max-width: 860px) {
    .site-menubar .icon_font {
        display: none;
    }

    .cmenu.cs-home {
        top: 0px;
    }

    .slimheader .site-menubar .icon_font {
        display: inline-block;
    }

    .clientNav {
        float: none !important;
    }

    .crew-page .page div#mainTable {
        width: 90% !important;
        margin: 0px auto;
    }

}

@media only screen and (max-width: 1400px) {
    .site-navbar.navbar:not(.sm_menubar) .icon_font i{
        font-size: 16px;
    }
    .icon_font svg{
        width: 16px;
        height: 16px;
    }
    .cmenu.cs-home {
        top: 0px;
    }
}
@media only screen and (max-width: 1210px) {
    #managerNav a{
        padding-right: 18px;
    }
  
    .client-page #expan {
        display:none;
    }

    .client_nav_bar #client_profile {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .site-navbar.navbar.sm_menubar .site-menubar .icon_font {
        display: none;
    }
            
    .client-page .sm_menubar .navbar-toggler .fa-bars{
        color:#ffffff;
    }
}
@media only screen and (max-width: 976px) {
    .site-navbar.navbar:not(.sm_menubar) .site-menubar .cmenu.cs-contact {
        top: -4px;
    }
    .site-navbar.navbar:not(.sm_menubar) .site-menubar .icon_font {
        display: none;
    }

    .site-navbar.navbar:not(.sm_menubar) .clientNav .cmenu .icon_font{
        display: none;
    } 
}
@media only screen and (max-width: 820px) {
    #managerNav a{
        padding-right: 10px;
    }
}
@media only screen and (min-width: 977px) and (max-width: 1400px){
    .site-navbar.navbar:not(.sm_menubar) .site-menubar .cmenu.cs-contact .menu_label{
        top: 3px;
    }
}

@media only screen and (min-width: 1400px){
    .site-navbar.navbar:not(.sm_menubar) .site-menubar .cmenu.cs-contact .icon_font{
        top: 3px;
    }
    .site-navbar.navbar:not(.sm_menubar) .site-menubar .cmenu.cs-contact .menu_label{
        top: 5px;
    }
    .site-navbar.navbar:not(.sm_menubar) .site-menubar .cmenu.cmenu_addjobs .icon_font{
        top: 0px;
    }
}
@media only screen and (max-width: 1300px) {
    /*#managerNav .menu_label {*/
    /*  display: none;*/
    /*}*/
    /*.navbar-header img{*/
    /*  height:30px;*/
    /*}*/


}

.client-page .sm_menubar .cmenu .unavailability-icon-on-menu path,
.client-page .sm_menubar .cmenu .invoice-icon-on-menu path{
    fill: #ffffff;
}

.client-page .sm_menubar .client_nav_bar .submenu-list a,
.client-page .sm_menubar #expan .nav-link i,
.client-page .sm_menubar #client_profile .nav-link .c_icon i{
    color: #ffffff;
}

.client-page .sm_menubar .client_nav_bar .navbar-right .dropdown-menu,
.client-page .sm_menubar #client_profile .nav-link,
.client-page .sm_menubar .client_nav_bar .sub_client_view{
    color: #ffffff;
    background-color: #24557E;
}

.client-page .sm_menubar #expan .nav-link:hover i{
    color: #24557E;
}

.site-action {
    position: fixed;
    right: 32px;
    bottom: 55px;
    z-index: 1290;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.site-action input {
    display: none;
}

.site-action .btn {
    box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}

.site-action .front-icon {
    display: block;
}

.site-action .back-icon {
    display: none;
}

.site-action-buttons {
    position: absolute;
    bottom: 56px;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
}

.site-action-buttons .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.site-action.active .front-icon {
    display: none;
}

.site-action.active .back-icon {
    display: block;
}

.site-action.active .site-action-buttons {
    display: block;
}

/*.client-page .page{*/
/*  padding-top:94px !important;*/
/*}*/


/*.client-page  .site-navbar .nav-item#expan::after{*/
/*  top:-10px;*/
/*}*/
#client_profile {
    padding-top: 14px;
    padding-right: 10px;
}

#client_profile button > span {
    padding: 10px;
}

#client_profile button {
    background: #fff;
    border: none;
    padding: 0px;
}

.slimheader #client_profile button {
    background: #24557e;
}

#client_profile img {
    height: 30px;
    background: #ccc;
    border-radius: 50%;

}

.setting_page .nav-tabs-vertical .nav-tabs .nav-link:hover {
    background: #FC8C2E;
    border-color: #FC8C2E;
}


/*#managerNav{*/
/*  display: block;*/
/*}*/
.setting-wrap-tab .nav-tabs .nav-link.active:hover,
.setting-wrap-tab .nav-tabs .nav-link {
    color: #fff !important;
    font-size: 13px;
    margin-bottom: 4px;
}

.setting-wrap-tab .nav-tabs .nav-link:hover {
    color: #fff !important;
}

.ju_link a.selected {
    background: #827e7e;
    border-radius: 4PX;
    MARGIN: 0px 10px;
    padding-left: 10px;
}


/*Client Shift Page*/
.client-page h3 {
    font-size: 18px;
}

table.jobdata {
    width: 100%;
}

.crew_pic {
    width: 36px;
    border-radius: 50%;
    background: #ccc;
    padding: 4px;
    margin: 8px;
}

.clint_info a.user_info {
    border-bottom: 1px solid #48647b;
}

#companyDetails {
    text-align: left;
    font-size: 13px;
    line-height: 26px;
}

#companyDetails .chg_password {
    color: #fff;
    text-decoration: underline;

}

.clint_info {
    width: 100%;
    float: left;
    text-align: left;
}

.clint_info a.user_info {
    width: 100%;
    display: inline-block;
    font-size: 13px;

}

.listgrp {
    margin-bottom: 10px;
}

.info_email a {
    color: #fff;
    text-decoration: underline;
}

/*end client*/
@media (max-width: 767px) {
    .site-action .btn-floating {
        width: 46px;
        height: 46px;
        padding: 0;
        font-size: 16px;
        box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
    }

    .site-action-buttons {
        bottom: 46px;
    }

    .btn_megamenu {
        width: 500px;
        height: 408px;
    }


}

@media (max-width: 767px) {
    .navbar-header .cs-head-img {
        display: block;
        height: 30px;
    }

    .btn_megamenu {
        width: 300px;
        height: 408px;
    }

    .page {
        display: block !important;
    }

    /*.cmenu a:hover, ul.menu li:hover a{*/
    /*  background:#24557e !important ;*/
    /*}*/
    .cmenu.cs-message .max_mega_menu_div {
        width: 100% !important;
    }

    .navbar {
        height: 30px;
    }

    .navbar-toggler.hamburger {
        padding: 12px;
    }

    .site-menubar.site-menubar-light {
        background: transparent;
        /*z-index: 1210;*/
    }

    .cmenu.cs-contact {
        top: 0px;
    }

    .site-navbar {
        padding: 15px 0px;
    }

    .site-menu.scrollable-container {
        height: 100vh;
    }

    .site-menubar ul {
        padding: 0;
        margin: 0;
        display: block;
        float: none;
    }

    #site-navbar-collapse {
        display: none;
    }

    .navbar-inverse .navbar-toggler {
        color: #24557e;
        border-color: transparent;
        display: block !important;
    }

    .sm_menubar .navbar-inverse .navbar-toggler {
        color: #fff;

    }

    .sm_menubar.site-navbar.navbar-inverse .navbar-header .hamburger:before,
    .sm_menubar.site-navbar.navbar-inverse .navbar-header .hamburger:after,
    .sm_menubar.site-navbar.navbar-inverse .navbar-header .hamburger .hamburger-bar {
        background-color: #fff;
    }

    .cmenu .submenu.open span {
        color: #24557d;
    }

    .clientNav {
        float: left;
        background: #24557e;
    }

    .sm_menubar.navbar-inverse .navbar-header .hamburger .hamburger-bar {
        background-color: #fff !important;
    }

    .sm_menubar.site-navbar {
        padding: 0px 0px 0px 0px;
    }

    .navbar-container.container-fluid {
        padding: 0px;
    }

    #managerNav {
        margin-left: 0px;
        min-height: 1500px !important;

    }

    #pm_main_menu {
        display: none;
        /*position:fixed !important;*/
        /*width: 100vh;*/
    }

    #pm_main_menu.is-enabled {
        display: block;
    }

    ul.menu li {
        height: 40px;
    }

    #managerNav {
        left: 0px;
        float: none;
    }

    .cmenu {
        height: 40px !important;
    }

    ul.menu li:hover ul {
        display: none;
    }

    ul.menu li ul {
        display: none;
        position: relative;
        width: 100%;
        background: none;
        float: left;
        min-width: 160px;
        background: #fff;
        background-clip: padding-box;
        border: 1px solid transparent;
    }
    ul.menu li:hover .submenu.max_mega_menu_div {
        display: flow-root;
        background: #fff;
    }
    .site-menu ul.menu li ul.max_mega_menu_div > li{
        flex: initial;
    }
    ul.menu li:hover .submenu.max_mega_menu_div{
        top:0px;
        display: initial !important;
    }

    ul.submenu li {
        height: auto;

    }

    ul.menu li ul.submenu.open {
        position: relative;
        top: 0px;
        display: block;
        left: 0px;
        box-shadow: none;
        background: #fff;
    }

    #managerNav a {
        text-align: left;
        padding-left: 40px;
    }

    #managerNav ul.menu ul li a:hover {
        pading-left: 50px !important;
    }

    #pm_main_menu.collapse {
        display: none !important;
    }

    #pm_main_menu.collapse.show {
        display: block !important;
    }

    #managerNav .menu_label {
        display: inline-block;
    }

    .site-navbar .leftmenu {
        padding: 0px 20px;
        height: auto;
        font-size: 22px;
        padding-top: 4px;

    }

    /*.navbar-header img {*/
    /*  height: 32px;*/
    /*  padding-top: 2px;*/
    /*}*/

    .site-navbar .rightmenu {
        padding: 0px 0px 0px 0px;
    }

    .site-navbar .rightmenu span {
        font-size: 12px;
        padding-right: 8px;
    }

    .site-navbar .rightmenu img {
        height: 18px;
        border-radius: 52%;
        background: #ccc;
    }

    .navbar-toggler {
        height: auto;
    }

    .sliderpanel ul a.nav-link.active {
        display: none;
    }

    .menu .more,
    .menu .less {
        position: ABSOLUTE;
        top: 0PX;
        /* left: 0px; */
        /*left: 0px;*/
        color: #fff;
        font-size: 22px;
        display: block !important;
        height: 40px;
        z-index: 9;
        width: 100%;
    }

    .menu .more i,
    .menu .less i {
        /*position: relative;*/
        /*top: 10px;*/
        opacity: 0;
    }

    .clientNav .menu .more i,
    .clientNav .menu .less i {
        opacity: 1;
        right: 10px;
        position: absolute;
        top: 10px;
    }

    .menu .more:hover,
    .menu .less:hover {
        background: transparent;
    }

    .cmenu .menu li,
    .cmenu.cs-addjob a,
    .cmenu.cs-home a,
    .cmenu.cs-help a,
    .cmenu.cs-border a {
        border-bottom: 1px solid #fff;
    }

    .cmenu a {
        padding-left: 20px;
        color: #fff;
    }

    .cmenu a span {
        color: #fff
    }

    .cmenu {
        height: auto;
    }

    .cmenu .menu .submenu li {
        border: none !important;
    }

    /*.cmenu a:hover, ul.menu li:hover a{*/
    /*  background: #1a3d5a !important*/
    /*}*/
    #managerNav > div {
        position: relative;
        height: auto !important;
    }

    /*#managerNav ul.menu ul li a{*/
    /*  color: #fff !important;*/
    /*  padding-left: 50px;*/
    /*}*/
    #managerNav a {
        padding: 6px 30px 6px 40px;
        position: relative;
        left: 0px;
        border-radius: 0px;
        text-align: center;
    }

    /*.crewNav a{*/
    /*  border-bottom: 1px solid #fff;*/
    /*}*/
    .cmenu {
        width: 100% !important;
    }

    .client-page .cmenu a {
        border-bottom: 1px solid #fff;
    }

    .client-page .sm_menubar .client_nav_bar .sub_client_view{
        color: #24557e;
        background-color: #ffffff;
    }

    .submenu.max_mega_menu_div > li {
        border-bottom: none;
    }

    .col1,
    .col2 {
        border-left: none;
    }

    /*.cmenu a:hover, ul.menu li:hover a{*/
    /*  background:transparent;*/
    /*  border-radius:0px;*/
    /*}*/
    ul.menu li ul.submenu_inside {
        border-right: none;
        min-height: auto;
        border-radius: 0px;
        border: none !important;
        /*width: 100vh;*/
        /*position: relative;*/
        /* left: -18px; */
    }

    ul.menu li ul.submenu_inside li {
        border: none;
    }

    li h3.menu_heading_h3 {
        padding-left: 15px !important;
        color: #24557e !important;
        padding-bottom: 5px !important;
        font-weight: 600 !important;
        text-align: center;
        /* left: 0px; */
        /* position: relative; */
    }

    /*ul.menu li ul.submenu_inside {*/
    /*  min-height: auto!important;*/
    /*  left: -14px;*/
    /*}*/
    /*.cmenu .menu li:hover, .cmenu.cs-addjob a:hover, .cmenu.cs-home a:hover, .cmenu.cs-help a:hover, #managerNav .cmenu a:hover, #managerNav ul.menu ul li a:hover {*/
    /*  background: #24557e !important;*/
    /*  color: #ffffff !important;*/
    /*  border-radius:0px;*/
    /*}*/

    /*.submenu_inside {*/
    /*  left:190px !important;*/
    /*  position: relative !important;;*/
    /*  width: 100vh !important;;*/

    /*}*/
    /*.submenu_inside a{*/
    /*  left: 0px !important;;*/
    /*}*/
    .col1,
    .col2,
    .col3 {
        float: none !important;
        width: 100% !important;
    }

    /*#managerNav ul.menu ul li a, #managerNav ul.menu ul li a:hover, #managerNav ul.menu ul.submenu_inside li a, #managerNav ul.menu ul.submenu_inside li a:hover {*/
    /*  !*background: #fff;*!*/
    /*  padding: 2px 14px;*/
    /*  margin: 0px;*/
    /*  !* padding-left: 22px; *!*/
    /*  background: #fff !important;*/
    /*  border-radius: 0;*/
    /*  color:#24557e !important;*/
    /*  text-align:center;*/
    /*}*/
    .max_mega_menu_div.blocks-md-3 {
        height: auto;
    }



    .page .page-content {
        padding-left: 16px;
        padding-right: 16px;
        background: #f1f1f1;
    }

    .content_wrapper {
        overflow: auto;
    }

    .search_section input[type="submit"],
    .search_section [type=button] {
        top: 0px;
    }
}

@media only screen and (max-width: 760px) and (min-width: 360px) {
    .page {
        display: block !important;
    }

    .navbar {
        height: 30px;
    }

    .navbar-toggler.hamburger {
        padding: 12px;
    }

    .dash-main-logo img {
        height: 30px;
    }

    .menu ul li:hover ul,
    .menu ul li a:hover ul {
        width: 100%;
    }

    .site-menubar.site-menubar-light {
        background: transparent;
        /*z-index: 1210;*/
    }

    .cmenu.cs-contact {
        top: 0px;
    }

    .site-navbar {
        padding: 15px 0px;
    }

    .site-menubar ul {
        padding: 0;
        margin: 0;
        display: block;
        float: none;
    }

    .site-menu.scrollable-container {
        height: 100vh;
    }

    #site-navbar-collapse {
        display: none;
    }

    .navbar-inverse .navbar-toggler {
        color: #24557e;
        border-color: transparent;
        display: block !important;
    }

    .sm_menubar .navbar-inverse .navbar-toggler {
        color: #fff;

    }

    .sm_menubar.site-navbar.navbar-inverse .navbar-header .hamburger:before,
    .sm_menubar.site-navbar.navbar-inverse .navbar-header .hamburger:after,
    .sm_menubar.site-navbar.navbar-inverse .navbar-header .hamburger .hamburger-bar {
        background-color: #fff;
    }

    .cmenu .submenu.open span {
        color: #24557d;
    }

    .clientNav {
        float: left;
        background: #24557e;
    }

    .sm_menubar.navbar-inverse .navbar-header .hamburger .hamburger-bar {
        background-color: #fff !important;
    }

    .sm_menubar.site-navbar {
        padding: 0px 0px 0px 0px;
    }

    .navbar-container.container-fluid {
        padding: 0px;
    }

    #managerNav {
        margin-left: 0px;
        min-height: 1500px !important;

    }

    #pm_main_menu {
        display: none;
        /*position: absolute;*/
        /*top:104%;*/
        /*position:fixed !important;*/
        /*width: 100vh;*/
    }

    #pm_main_menu.is-enabled {
        display: block;
    }

    ul.menu li {
        height: 40px;
    }

    #managerNav {
        left: 0px;
        float: none;
    }

    .cmenu {
        height: 40px !important;
    }

    ul.menu li:hover ul {
        display: none;
    }

    ul.menu li ul {
        display: none;
        position: relative;
        width: 100%;
        background: none;
        float: left;
        min-width: 160px;
        background: none;
        background-clip: padding-box;
        border: 1px solid transparent;
    }

    ul.submenu li {
        height: auto;
    }

    ul.menu li ul.submenu.open {
        position: relative;
        top: 0x;
        display: block;
        left: 0px;
        box-shadow: none;
        background: #fff;
    }

    #managerNav a {
        text-align: left;
        padding-left: 40px;
    }

    /*#managerNav ul.menu ul li a:hover{*/
    /*  pading-left:50px !important;*/
    /*}*/
    #pm_main_menu.collapse {
        display: none !important;
    }

    #pm_main_menu.collapse.show {
        display: block !important;
    }

    #managerNav .menu_label {
        display: inline-block;
    }
    .cmenu.cs-addjob .menu_label{
        left: 0;
    }

    .site-navbar .leftmenu {
        padding: 0px 20px;
        height: auto;
        font-size: 22px;
        padding-top: 4px;

    }

    .client-page .site-navbar.sm_menubar .leftmenu {
        margin-top: 4px;

    }

    /*.navbar-header img {*/
    /*  height: 32px;*/
    /*  padding-top: 2px;*/
    /*}*/

    .site-navbar .rightmenu {
        padding: 4px 0px 0px 0px;
    }

    .site-navbar .rightmenu span {
        font-size: 12px;
        padding-right: 8px;
    }

    .site-navbar .rightmenu img {
        height: 18px;
        border-radius: 52%;
        background: #ccc;
    }

    .navbar-toggler {
        height: auto;
    }

    .sliderpanel ul a.nav-link.active {
        display: none;
    }

    .menu .more,
    .menu .less {
        position: ABSOLUTE;
        top: 0PX;
        /* left: 0px; */
        color: #fff;
        font-size: 22px;
        display: block !important;
        height: 40px;
        z-index: 9;
        width: 100%;
    }

    .menu .more i,
    .menu .less i {
        /*position: relative;*/
        /*top: 10px;*/
        opacity: 0;
    }

    /*.menu .more:hover, .menu .less:hover{*/
    /*  background: transparent;*/
    /*}*/
    .cmenu .menu li,
    .cmenu.cs-addjob a,
    .cmenu.cs-home a,
    .cmenu.cs-help a,
    .cmenu.cs-border a {
        border-bottom: 1px solid #fff;
    }

    .cmenu a {
        padding-left: 20px;
        color: #fff;
    }

    .cmenu a span {
        color: #fff
    }

    .cmenu {
        height: auto;
    }

    .cmenu .menu .submenu li {
        border: none !important;
    }

    /*.cmenu a:hover, ul.menu li:hover a{*/
    /*  background: #1a3d5a !important*/
    /*}*/
    #managerNav > div {
        position: relative;
        height: auto !important;
    }

    /*#managerNav ul.menu ul li a{*/
    /*  color: #fff !important;*/
    /*  padding-left: 50px;*/
    /*}*/
    #managerNav a {
        padding: 6px 30px 6px 40px;
        position: relative;
        left: 0px;
        border-radius: 0px;
        text-align: center;
    }

    /*.crewNav a{*/
    /*  border-bottom: 1px solid #fff;*/
    /*}*/
    .cmenu {
        width: 100% !important;
    }

    .client-page .cmenu a {
        border-bottom: 1px solid #fff;
    }

    .client-page .cmenu.cs-shift .menu a {
        border: none;
    }

    .client-page .cmenu a span.icon_font {
        display: none;
    }

    .client-page .cmenu a .submenu.max_mega_menu_div > li {
        border-bottom: none;
    }

    .col1,
    .col2 {
        border-left: none;
    }

    /*.cmenu a:hover, ul.menu li:hover a{*/
    /*  background:transparent;*/
    /*  border-radius:0px;*/
    /*}*/
    ul.submenu_inside {}

    ul.menu li ul.submenu_inside {
        border-right: none;
        min-height: auto;
        border-radius: 0px;
        border: none !important;
        /*width: 100vh;*/
        /*position: relative;*/
        /* left: -18px; */
    }

    ul.menu li ul.submenu_inside li {
        border: none;
    }

    li h3.menu_heading_h3 {
        padding-left: 15px !important;
        color: #24557e !important;
        padding-bottom: 5px !important;
        font-weight: 600 !important;
        text-align: center;
        /* left: 0px; */
        /* position: relative; */
    }

    /*ul.menu li ul.submenu_inside {*/
    /*  min-height: auto!important;*/
    /*  left: -14px;*/
    /*}*/
    /*.cmenu .menu li:hover, .cmenu.cs-addjob a:hover, .cmenu.cs-home a:hover, .cmenu.cs-help a:hover, #managerNav .cmenu a:hover, #managerNav ul.menu ul li a:hover {*/
    /*  background: #24557e !important;*/
    /*  color: #ffffff !important;*/
    /*  border-radius:0px;*/
    /*}*/

    /*.submenu_inside {*/
    /*  left:190px !important;*/
    /*  position: relative !important;;*/
    /*  width: 100vh !important;;*/

    /*}*/
    /*.submenu_inside a{*/
    /*  left: 0px !important;;*/
    /*}*/
    #managerNav ul.menu ul li a,
    #managerNav ul.menu ul li a:hover,
    #managerNav ul.menu ul.submenu_inside li a,
    #managerNav ul.menu ul.submenu_inside li a:hover {
        width: 100%;
    }

    ul.menu li ul.submenu_inside {
        position: relative;
    }

    .col1,
    .col2,
    .col3 {
        float: none !important;
        width: 100% !important;
    }

    /*#managerNav ul.menu ul li a, #managerNav ul.menu ul li a:hover, #managerNav ul.menu ul.submenu_inside li a, #managerNav ul.menu ul.submenu_inside li a:hover {*/
    /*  !*background: #fff;*!*/
    /*  padding: 2px 14px;*/
    /*  margin: 0px;*/
    /*  !* padding-left: 22px; *!*/
    /*  background: #fff !important;*/
    /*  border-radius: 0;*/
    /*  color:#24557e !important;*/
    /*  text-align:center;*/
    /*}*/
    .max_mega_menu_div.blocks-md-3 {
        height: auto;
    }

    .page .page-content {
        padding-left: 16px;
        padding-right: 16px;
        background: #f1f1f1;
    }

    .content_wrapper {
        overflow: auto;
    }

    .reset_form,
    .search_section input[type="submit"],
    .search_section [type=button] {
        top: 0px;
    }


    /*.sm_menubar ul.menu li ul{*/
    /*  background:#24557e!important;*/
    /*}*/
    /*.slimheader #managerNav ul.menu ul li a{*/
    /*  background:#24557e;*/
    /*}*/
    /*.sm_menubar #managerNav ul>li >ul >li>a{*/
    /*  color: #ffffff !important;*/
    /*}*/

    .recruit_block label {
        font-size: 8px;
    }

    .recruit_block i {
        font-size: 10px;
    }
}

.navbar-toggler {
    display: none;
}

.page {
    position: absolute;
    /*height:calc(60vh);*/
    min-height: calc(100vh - 50px);
    background: #fff;
    width: 100%;
    /*overflow: auto;*/
}

.cmenu.cs-help {}

.css-menubar .site-menubar-light .site-menu-item {
    list-style-type: none;
}

.page-dark.layout-full {
    position: relative;
    z-index: 0;
    color: #fff;
}

.page-dark.layout-full::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-position: center top;
    background-size: cover;
}

.page-dark.layout-full::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(38, 50, 56, .6);
}

.page-dark.layout-full .brand {
    margin-bottom: 22px;
}

.page-dark.layout-full .brand-text {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.page-nav-tabs {
    padding: 0 30px;
}

#pm_main_menu.collapse {
    display: block;
}

#eventContent {
    overflow: auto;
}

/*.nav-item1{*/
/*  font-size: 18px;*/
/*  width: 250px;*/
/*}*/
.nav-item1 a {
    display: block !important;

}

/*.comm_tab_panel{*/
/*  height:78vh;*/
/*  overflow: auto;*/
/*}*/
/*.setting-wrap-tab {*/
/*  height: 80vh;*/
/*  overflow: auto;*/
/*}*/
.setting-wrap h2 {
    margin-bottom: 10px;
}

/*.page-content {*/
/*padding: 30px;*/
/*}*/

@media (max-width: 479px) {
 .opt_text{text-align: center;display: block}
    .page-content {
        padding: 10px;
    }

    .cmenu .submenu.open span {
        color: #24557d;
    }

    .clientNav {
        float: left;
        background: #24557e;
    }
    .me_super_fund , .default_super_fund{width:100%;}
}

.page-content-actions {
    padding: 0 30px 30px;
}

.page-content-actions::after {
    display: block;
    clear: both;
    content: "";
}

.page-content-actions .dropdown {
    display: inline-block;
}

.page-content-table {
    max-width: 100%;
    padding: 0;
    overflow-x: auto;
}

.page-content-table .table > thead > tr > th,
.page-content-table .table > tbody > tr > th,
.page-content-table .table > thead > tr > td,
.page-content-table .table > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-content-table .table > thead > tr > th:first-child,
.page-content-table .table > tbody > tr > th:first-child,
.page-content-table .table > thead > tr > td:first-child,
.page-content-table .table > tbody > tr > td:first-child {
    padding-left: 30px;
}

.page-content-table .table > thead > tr > th:last-child,
.page-content-table .table > tbody > tr > th:last-child,
.page-content-table .table > thead > tr > td:last-child,
.page-content-table .table > tbody > tr > td:last-child {
    padding-right: 30px;
}

.page-content-table .table > tbody > tr:hover > td {
    background-color: #f3f7f9;
}

.page-content-table .table > tbody > tr > td {
    cursor: pointer;
}

.page-content-table .table > tbody > tr:last-child td {
    border-bottom: 1px solid #e4eaec;
}

.page-content-table .table.is-indent > thead > tr > th.pre-cell,
.page-content-table .table.is-indent > thead > tr > th.suf-cell,
.page-content-table .table.is-indent > tbody > tr > th.pre-cell,
.page-content-table .table.is-indent > tbody > tr > th.suf-cell,
.page-content-table .table.is-indent > thead > tr > td.pre-cell,
.page-content-table .table.is-indent > thead > tr > td.suf-cell,
.page-content-table .table.is-indent > tbody > tr > td.pre-cell,
.page-content-table .table.is-indent > tbody > tr > td.suf-cell {
    width: 30px;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}

.page-content-table .table.is-indent > tbody > tr:first-child td {
    border-top: 0;
}

.page-content-table .table.is-indent > tbody > tr:last-child td.pre-cell,
.page-content-table .table.is-indent > tbody > tr:last-child td.suf-cell {
    border-bottom: 0;
}

.page-content-table .table.is-indent > tfoot > tr > td {
    border-top: 0;
}

.page-content-table .pagination {
    margin-right: 30px;
    margin-left: 30px;
}

.page-copyright {
    margin-top: 60px;
    font-size: .858rem;
    color: #37474f;
    letter-spacing: 1px;
}

.page-copyright .social .icon {
    font-size: 1.143rem;
    color: rgba(55, 71, 79, .6);
}

.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
    color: rgba(55, 71, 79, .8);
}

.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
    color: #37474f;
}

.page-copyright-inverse {
    color: #fff;
}

.page-copyright-inverse .social .icon {
    color: #fff;
}

.page-copyright-inverse .social .icon:hover,
.page-copyright-inverse .social .icon:active {
    color: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
    .page {
        min-height: calc(100% - 66px);
    }

}

.page-header + .page-content {
    padding-top: 0;
}

.page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
}

.page-title > .icon {
    margin-right: .3em;
}

.page-description {
    color: #a3afb7;
}

.page-header {
    position: relative;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 0;
}

@media (max-width: 479px) {
    .page-header {
        padding: 10px;
    }
}

.page-header-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-header-actions .btn-icon {
    margin-left: 6px;
}

.page-header-actions > * {
    margin-bottom: 0;
}

.page-header .breadcrumb {
    padding: 0;
    margin: 0;
}

.page-header-bordered {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid transparent;
}

.page-header-tabs {
    padding-bottom: 0;
}

.page-header-tabs .nav-tabs-line {
    margin-top: 5px;
    border-bottom-color: transparent;
}

.page-header-tabs .nav-tabs-line > li > a {
    padding: 5px 20px;
}

.page-aside {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 260px;
    overflow-y: hidden;
    background: #fff;
    border-right: 1px solid #e4eaec;
    transition: visibility .1s ease, top .3s ease, left .5s ease, right .5s ease;
}

.page-aside .list-group-item.active,
.page-aside .list-group-item.active:focus,
.page-aside .list-group-item.active:hover {
    z-index: 0;
}

.page-aside-left .page-aside {
    left: 0;
}

.page-aside-left .page-aside + .page-main {
    margin-left: 260px;
}

.page-aside-right .page-aside {
    right: 0;
}

.page-aside-right .page-aside + .page-main {
    margin-right: 260px;
}

.page-aside-right .page-aside .page-aside-inner {
    border-right: none;
    border-left: 1px solid #e4eaec;
}

.page-aside-fixed .page-aside {
    position: fixed;
    top: 8.287rem;
    height: calc(100% - 8.287rem);
}

.page-aside-fixed .page-aside-inner {
    height: 100%;
    overflow-y: scroll;
}

.page-aside-fixed.page-aside-left .site-footer {
    margin-left: 260px;
}

.page-aside-fixed.page-aside-right .site-footer {
    margin-right: 260px;
}

.page-aside-section {
    position: relative;
}

.page-aside-section:first-child {
    padding-top: 22px;
}

.page-aside-section:last-child {
    margin-bottom: 22px;
}

.page-aside-section:after {
    position: relative;
    display: block;
    margin: 22px;
    content: "";
    border-bottom: 1px solid #e4eaec;
}

.page-aside-section:last-child:after {
    display: none;
}

.page-aside-switch {
    position: absolute;
    top: calc(50% - 25px);
    display: none;
    padding: 15px 8px 15px 4px;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-radius: 0 100px 100px 0;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}

.page-aside-switch .wb-chevron-right {
    display: inline-block;
}

.page-aside-switch .wb-chevron-left {
    display: none;
}

.page-aside-left .page-aside-switch {
    left: calc(100% - 1px);
    padding: 15px 8px 15px 4px;
    border-radius: 0 100px 100px 0;
}

.page-aside-left .page-aside-switch .wb-chevron-right {
    display: inline-block;
}

.page-aside-left .page-aside-switch .wb-chevron-left {
    display: none;
}

.page-aside-right .page-aside-switch {
    right: calc(100% - 1px);
    left: auto;
    padding: 15px 4px 15px 8px;
    border-radius: 100px 0 0 100px;
}

.page-aside-right .page-aside-switch .wb-chevron-right {
    display: none;
}

.page-aside-right .page-aside-switch .wb-chevron-left {
    display: inline-block;
}

.page-aside-title {
    padding: 10px 30px;
    margin: 20px 0 10px;
    overflow: hidden;
    font-weight: 500;
    color: #526069;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.page-aside .list-group {
    margin-bottom: 22px;
}

.page-aside .list-group-item {
    padding: 13px 30px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
}

.page-aside .list-group-item .icon {
    color: #a3afb7;
}

.page-aside .list-group-item .item-right {
    float: right;
}

.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
    color: #3e8ef7;
    background-color: #f3f7f9;
    border: none;
}

.page-aside .list-group-item:hover > .icon,
.page-aside .list-group-item:focus > .icon {
    color: #3e8ef7;
}

.page-aside .list-group-item.active {
    color: #3e8ef7;
    background-color: transparent;
}

.page-aside .list-group-item.active > .icon {
    color: #3e8ef7;
}

.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
    color: #3e8ef7;
    background-color: #f3f7f9;
    border: none;
}

.page-aside .list-group-item.active:hover > .icon,
.page-aside .list-group-item.active:focus > .icon {
    color: #3e8ef7;
}

.page-aside .list-group.has-actions .list-group-item {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 2.573rem;
    cursor: pointer;
}

.page-aside .list-group.has-actions .list-group-item .list-editable {
    position: relative;
    display: none;
}

.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-appearance: none;
}

.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
    margin: 0;
}

.page-aside .list-group.has-actions .list-group-item .item-actions {
    position: absolute;
    top: 6px;
    right: 20px;
    display: none;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
    padding-right: 2px;
    padding-left: 2px;
    background-color: transparent;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
    color: #3e8ef7;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
    margin: 0;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-right {
    display: none;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
    display: block;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
    color: #76838f;
}

@media (max-width: 1199px) {
    .page-aside {
        width: 220px;
    }

    .page-aside-left .page-aside + .page-main {
        margin-left: 220px;
    }

    .page-aside-right .page-aside + .page-main {
        margin-right: 220px;
    }

    .page-aside-fixed.page-aside-left .site-footer {
        margin-left: 220px;
    }

    .page-aside-fixed.page-aside-right .site-footer {
        margin-right: 220px;
    }

    #site-navbar-collapse #companyNav {
        display: none;
    }

}

@media (max-width: 1300px) {
    /*.cmenu .menu_label{*/
    /*  font-size: 14px !important;*/
    /*}*/
    /*.cmenu .icon_font{*/
    /*  font-size: 16px !important;*/
    /*}*/
    /*.cmenu.cs-home{*/
    /*  top:0px;*/
    /*}*/


}

@media (max-width: 980px) {
    .cs-head-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .dashboard_job_block.full_content_with_background {
        min-width: 1200px;
    }

    .page-aside {
        position: fixed;
        top: 66.01px;
        z-index: 1100;
        width: 260px;
        height: calc(100% - 66.01px);
        overflow-y: visible;
        visibility: visible;
        border-color: transparent;
    }

    .site-navbar-collapse-show .page-aside {
        top: 132.02px;
        height: calc(100% - 132.02px);
    }

    .site-menubar-changing .page-aside,
    .site-menubar-open .page-aside {
        height: 100%;
    }

    .page-aside .page-aside-inner {
        height: 100%;
        background-color: white;
        border-right: 1px solid #e4eaec;
    }

    .page-aside.open {
        left: 0;
    }

    .site-menubar-changing .page-aside.open,
    .site-menubar-open .page-aside.open {
        visibility: hidden;
    }

    .page-aside.open .page-aside-switch .wb-chevron-right {
        display: none;
    }

    .page-aside.open .page-aside-switch .wb-chevron-left {
        display: inline;
    }

    .page-aside-left .page-aside {
        left: -260px;
    }

    .page-aside-left .page-aside + .page-main {
        margin-left: 0;
    }

    .page-aside-right .page-aside {
        right: -260px;
    }

    .page-aside-right .page-aside + .page-main {
        margin-right: 0;
    }

    .page-aside-right .page-aside.open .page-aside-switch .wb-chevron-right {
        display: inline;
    }

    .page-aside-right .page-aside.open .page-aside-switch .wb-chevron-left {
        display: none;
    }

    .page-aside-left .page-aside {
        left: -260px !important;
    }

    .page-aside-left .page-aside.open {
        left: 0 !important;
    }

    .page-aside-left .site-footer {
        margin-left: 0 !important;
    }

    .page-aside-right .page-aside {
        right: -260px !important;
    }

    .page-aside-right .page-aside.open {
        right: 0 !important;
        left: auto;
    }

    .page-aside-right .site-footer {
        margin-right: 0 !important;
    }

    .page-aside-switch {
        display: block;
    }
}

.site-footer {
    height: 48px;
    padding: 10px 30px;
    background: #24557E;
    box-shadow: 0px 1.2575px 2.515px rgba(0, 0, 0, 0.25);
}

.site-footer-legal {
    width: 100%;
    text-align: center;
}

.site-footer-legal span,
.site-footer-legal a {
    color: #fff;
}

.site-footer::after {
    display: block;
    clear: both;
    content: "";
}

@media (max-width: 479px) {
    .site-footer {
        height: auto;
    }
}

.site-footer-legal {
    float: left;
}

.site-footer-actions {
    float: right;
}

.site-footer-right {
    float: right;
}

.site-footer .scroll-to-top {
    color: #76838f;
}

.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
    text-decoration: none;
}

@media (max-width: 479px) {

    .site-footer-legal,
    .site-footer-right,
    .site-footer-actions {
        display: block;
        float: none;
        text-align: center;
    }
}

.layout-full {
    height: 100%;
    padding-top: 0 !important;
}

.layout-full .page {
    height: 100%;
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
}

.layout-full > .loader {
    margin-left: 0 !important;
}

@media (min-width: 1200px) {
    .layout-boxed {
        background: #e4eaec;
    }

    .layout-boxed,
    .layout-boxed .site-navbar,
    .layout-boxed .site-menubar {
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto;
    }
}

.layout-boxed .slidePanel-right,
.layout-boxed .slidePanel-left {
    top: 0;
    z-index: 1510;
}

.site-print {
    padding-top: 0;
}

.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
    display: none;
}

.site-print .page {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .site-navbar-collapsing {
        transition: left .35s;
    }

    body.site-navbar-collapse-show {
        padding-top: 132.02px;
    }

    .site-navbar-collapse-show .slidePanel.slidePanel-right,
    .site-navbar-collapse-show .slidePanel.slidePanel-left {
        top: 132.02px;
        transition: left .35s;
    }
}

.site-navbar-collapse-show .slidePanel.slidePanel-right {
    -webkit-transform: translate3d(-260px, 0, 0) !important;
    transform: translate3d(-260px, 0, 0) !important;
}

body.site-navbar-small {
    padding-top: 7.858rem;
}

/*.site-navbar-small .site-navbar {*/
/*height: 4.286rem;*/
/*min-height: 4.286rem;*/
/*}*/

/*.site-navbar-small .site-navbar .navbar-brand {*/
/*height: 4.286rem;*/
/*padding: 1.357rem 1.429rem;*/
/*}*/

.site-navbar-small .site-navbar .navbar-nav {
    margin: .6785rem -1.0715rem;
}

@media (min-width: 768px) {
    .site-navbar-small .site-navbar .navbar-nav > li > a {
        padding-top: 1.357rem;
        padding-bottom: 1.357rem;
    }
}

.site-navbar-small .site-navbar .navbar-toggler {
    height: 4.286rem;
    padding: 1.357rem 1.0715rem;
}

.site-navbar-small .site-navbar .navbar-toolbar > li > a {
    padding-top: 1.357rem;
    padding-bottom: 1.357rem;
}

.site-navbar-small .site-navbar .navbar-nav > li > a.navbar-avatar,
.site-navbar-small .site-navbar .navbar-toolbar > li > a.navbar-avatar {
    padding-top: 1.0715rem;
    padding-bottom: 1.0715rem;
}

.site-navbar-small .site-navbar .navbar-search-overlap .form-control {
    height: 4.286rem !important;
}

.site-navbar-small.page-aside-fixed .page-aside {
    top: 7.858rem;
    height: calc(100% - 7.858rem);
}

.site-navbar-small .site-menubar {
    top: 0px;
    width: 70%;
    position: inherit;
    box-shadow: none;
}

.site-navbar-small .site-skintools {
    top: 10.001rem;
}

.site-navbar-small .slidePanel-right,
.site-navbar-small .slidePanel-left {
    top: 6rem;
    /*box-shadow: none;*/
}



@media (max-width: 767px) {
    body.site-navbar-small {
        padding-top: 4.286rem;
    }

    body.site-navbar-small .site-menubar {
        top: 4.286rem;
        height: calc(100% - 4.286rem);
    }

    body.site-navbar-small .page-aside {
        top: 4.286rem;
        height: calc(100% - 4.286rem);
    }

    body.site-navbar-small .page-aside-fixed .page-aside {
        top: 4.286rem;
        height: calc(100% - 4.286rem);
    }

    body.site-navbar-small .site-skintools {
        top: 6.429rem;
    }

    body.site-navbar-small .slidePanel-right,
    body.site-navbar-small .slidePanel-left {
        top: 4.286rem;
    }

    body.site-navbar-small.site-navbar-collapse-show {
        padding-top: 8.572rem;
    }

    body.site-navbar-small.site-navbar-collapse-show .site-menubar {
        top: 8.572rem;
        height: calc(100% - 8.572rem);
    }

    body.site-navbar-small.site-navbar-collapse-show .page-aside {
        top: 8.572rem;
        height: calc(100% - 8.572rem);
    }

    body.site-navbar-small.site-navbar-collapse-show .site-skintools {
        top: 10.715rem;
    }

    body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-left,
    body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-right {
        top: 8.572rem;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 30px;
    }

    .site-navbar .brand {
        display: none;
    }

    .site-navbar .brand-mobile {
        display: block;
    }

    .site-menubar {
        top: 66.01px;
        height: calc(100% - 66.01px);
        /*-webkit-transform: translate3d(-260px, 0, 0);*/
        /*transform: translate3d(-260px, 0, 0);*/
        /*-webkit-backface-visibility: hidden;*/
        /*backface-visibility: hidden;*/
        /*-webkit-perspective: 1000;*/
        /*perspective: 1000;*/
    }

    .site-navbar-collapse-show .site-menubar {
        top: 132.02px;
        height: calc(100% - 132.02px);
    }

    .disable-scrolling {
        height: 100%;
        overflow: hidden;
    }

    body.site-menubar-open {
        height: 100%;
        overflow: hidden;
    }

    body.site-menubar-open .page {
        height: 100%;
        overflow: auto;
        pointer-events: none;
    }

    .site-menubar-open .page,
    .site-menubar-open .site-footer {
        -webkit-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
    }

    .site-menubar-changing {
        overflow: hidden;
    }

    .site-menubar-changing .page,
    .site-menubar-changing .site-footer {
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
    }

    .site-menubar-hide .site-menubar,
    .site-menubar-open .site-menubar {
        transition: top .35s, height .35s, -webkit-transform .25s;
        transition: transform .25s, top .35s, height .35s;
        transition: transform .25s, top .35s, height .35s, -webkit-transform .25s;
    }

    .site-menubar-open .site-menubar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.radio-custom,
.checkbox-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-input {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.radio-custom label,
.checkbox-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    padding: 0px 10px 0px 10px !important;
}

.cl_details .form-search label{
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.width-100percent{width:100%;}


.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
}

.radio-custom.disabled label,
fieldset[disabled] .radio-custom label,
.checkbox-custom.disabled label,
fieldset[disabled] .checkbox-custom label {
    cursor: not-allowed;
}

.input-group-addon .radio-custom,
.input-group-addon .checkbox-custom {
    margin: 0;
}

.checkbox-custom {
    padding-left: 20px;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.checkbox-custom label:empty {
    padding-left: 0;
}

.checkbox-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #9a9a9a;
    border-radius: .215rem;
    transition: all .3s ease-in-out 0s;
}

.checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    margin-left: -20px;
    font-size: 12px;
    line-height: 20px;
    color: #76838f;
    text-align: center;
}


.checkbox-custom label.error::before,
.checkbox-custom label.error::after {
    display: none;
}


.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

.checkbox-custom input[type="checkbox"]:checked + label::before,
.checkbox-custom input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-custom input[type="radio"]:checked + label::before,
.checkbox-custom input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #e4eaec;
    border-width: 10px;
    transition: all 300ms ease-in-out 0s;
}

.checkbox-custom input[type="checkbox"]:checked + label::after,
.checkbox-custom input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.checkbox-custom input[type="radio"]:checked + label::after,
.checkbox-custom input[type="radio"]:checked + input[type="hidden"] + label::after {
    font-family: "Web Icons";
    content: "";
}

.checkbox-custom input[type="checkbox"]:disabled,
.checkbox-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label,
.checkbox-custom input[type="checkbox"]:disabled + input[type="hidden"] + label,
.checkbox-custom input[type="radio"]:disabled + label,
.checkbox-custom input[type="radio"]:disabled + input[type="hidden"] + label {
    opacity: 1;
}

.checkbox-custom input[type="checkbox"]:disabled + label::before,
.checkbox-custom input[type="checkbox"]:disabled + input[type="hidden"] + label::before,
.checkbox-custom input[type="radio"]:disabled + label::before,
.checkbox-custom input[type="radio"]:disabled + input[type="hidden"] + label::before {
    cursor: not-allowed;
    background-color: #f3f7f9;
    border-color: #e4eaec;
    border-width: 1px;
}

.checkbox-custom.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox-inline + .checkbox-inline {
    margin-left: 20px;
}

.checkbox-default input[type="checkbox"]:checked + label::before,
.checkbox-default input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-default input[type="radio"]:checked + label::before,
.checkbox-default input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px;
}

.checkbox-default input[type="checkbox"]:checked + label::after,
.checkbox-default input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.checkbox-default input[type="radio"]:checked + label::after,
.checkbox-default input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #3e8ef7;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-primary input[type="radio"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #3e8ef7;
    border-color: #3e8ef7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.checkbox-primary input[type="radio"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-danger input[type="radio"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #ff4c52;
    border-color: #ff4c52;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.checkbox-danger input[type="radio"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-info input[type="radio"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #0bb2d4;
    border-color: #0bb2d4;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.checkbox-info input[type="radio"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-warning input[type="radio"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #eb6709;
    border-color: #eb6709;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.checkbox-warning input[type="radio"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-success input[type="radio"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #11c26d;
    border-color: #11c26d;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.checkbox-success input[type="radio"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-sm {
    padding-left: 18px;
}

.checkbox-sm label {
    padding-left: 8px;
}

.checkbox-sm label:empty {
    padding-left: 0;
}

.checkbox-sm label::before,
.checkbox-sm label::after {
    width: 18px;
    height: 18px;
    margin-left: -18px;
}

.checkbox-sm label::after {
    font-size: 10px;
    line-height: 18px;
}

.checkbox-sm input[type="checkbox"],
.checkbox-sm input[type="radio"] {
    width: 18px;
    height: 18px;
}

.checkbox-sm input[type="checkbox"]:checked + label::before,
.checkbox-sm input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-sm input[type="radio"]:checked + label::before,
.checkbox-sm input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-width: 9px;
}

.checkbox-lg {
    padding-left: 24px;
}

.checkbox-lg label {
    padding-left: 12px;
}

.checkbox-lg label:empty {
    padding-left: 0;
}

.checkbox-lg label::before,
.checkbox-lg label::after {
    width: 24px;
    height: 24px;
    margin-left: -24px;
}

.checkbox-lg label::after {
    font-size: 14px;
    line-height: 24px;
}

.checkbox-lg input[type="checkbox"],
.checkbox-lg input[type="radio"] {
    width: 24px;
    height: 24px;
}

.checkbox-lg input[type="checkbox"]:checked + label::before,
.checkbox-lg input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-lg input[type="radio"]:checked + label::before,
.checkbox-lg input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-width: 12px;
}

.radio-custom {
    padding-left: 20px;
}

.radio-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.radio-custom label:empty {
    padding-left: 0;
}

.radio-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
}

.radio-custom label::after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -20px;
    content: " ";
    background-color: transparent;
    border: 2px solid #76838f;
    border-radius: 50%;
    transition: .1s cubic-bezier(.8, -0.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.radio-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

.radio-custom input[type="radio"]:checked + label::before,
.radio-custom input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #e4eaec;
    border-width: 10px;
}

.radio-custom input[type="radio"]:checked + label::after,
.radio-custom input[type="radio"]:checked + input[type="hidden"] + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label,
.radio-custom input[type="radio"]:disabled + input[type="hidden"] + label {
    opacity: .65;
}

.radio-custom input[type="radio"]:disabled + label::before,
.radio-custom input[type="radio"]:disabled + input[type="hidden"] + label::before {
    cursor: not-allowed;
}

.radio-custom.radio-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.radio-inline + .radio-inline {
    margin-left: 20px;
}

.radio-default input[type="radio"]:checked + label::before,
.radio-default input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px;
}

.radio-default input[type="radio"]:checked + label::after,
.radio-default input[type="radio"]:checked + input[type="hidden"] + label::after {
    border-color: #3e8ef7;
}

.radio-primary input[type="radio"]:checked + label::before,
.radio-primary input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #3e8ef7;
}

.radio-primary input[type="radio"]:checked + label::after,
.radio-primary input[type="radio"]:checked + input[type="hidden"] + label::after {
    border-color: #fff;
}

.radio-danger input[type="radio"]:checked + label::before,
.radio-danger input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #ff4c52;
}

.radio-danger input[type="radio"]:checked + label::after,
.radio-danger input[type="radio"]:checked + input[type="hidden"] + label::after {
    border-color: #fff;
}

.radio-info input[type="radio"]:checked + label::before,
.radio-info input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #0bb2d4;
}

.radio-info input[type="radio"]:checked + label::after,
.radio-info input[type="radio"]:checked + input[type="hidden"] + label::after {
    border-color: #fff;
}

.radio-warning input[type="radio"]:checked + label::before,
.radio-warning input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #eb6709;
}

.radio-warning input[type="radio"]:checked + label::after,
.radio-warning input[type="radio"]:checked + input[type="hidden"] + label::after {
    border-color: #fff;
}

.radio-success input[type="radio"]:checked + label::before,
.radio-success input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #11c26d;
}

.radio-success input[type="radio"]:checked + label::after,
.radio-success input[type="radio"]:checked + input[type="hidden"] + label::after {
    border-color: #fff;
}

.radio-sm {
    padding-left: 18px;
}

.radio-sm label {
    padding-left: 8px;
}

.radio-sm label:empty {
    padding-left: 0;
}

.radio-sm label::before {
    width: 18px;
    height: 18px;
    margin-left: -20px;
}

.radio-sm label::after {
    top: 7px;
    left: 7px;
    width: 4px;
    height: 4px;
    margin-left: -20px;
    border-width: 2px;
}

.radio-sm input[type="radio"] {
    width: 18px;
    height: 18px;
}

.radio-sm input[type="radio"]:checked + label::before,
.radio-sm input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-width: 9px;
}

.radio-lg {
    padding-left: 24px;
}

.radio-lg label {
    padding-left: 12px;
}

.radio-lg label:empty {
    padding-left: 0;
}

.radio-lg label::before {
    width: 24px;
    height: 24px;
    margin-left: -20px;
}

.radio-lg label::after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    margin-left: -20px;
    border-width: 2px;
}

.radio-lg input[type="radio"] {
    width: 24px;
    height: 24px;
}

.radio-lg input[type="radio"]:checked + label::before,
.radio-lg input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-width: 12px;
}

@media (min-width: 768px) {
    .navbar-header .rightmenu i {
        padding: 0px 4px;
    }

    .form-inline .radio-custom,
    .form-inline .checkbox-custom {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio-custom label,
    .form-inline .checkbox-custom label {
        padding-left: 0;
    }

    .form-inline .radio-custom input[type="radio"],
    .form-inline .checkbox-custom input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .radio-custom label {
        padding-left: 10px;
    }

    .form-inline .checkbox-custom label {
        padding-left: 10px;
    }

    .form-inline .checkbox-custom input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
    }

    .form-inline .radio-custom input[type="radio"] {
        position: absolute;
        margin-left: -20px;
    }
}
/* prakash edit section : begin */
.billing-tilt-cap {display: none;}

/* prakash edit section : end */

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
    padding-top: .501rem;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
    min-height: 2.073rem;
}

.form-material {
    position: relative;
}

.form-material.floating {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-material.floating + .form-material.floating {
    margin-top: 40px;
}

.form-material .form-control {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-size: 0 2px, 100% 1px;
    transition: background 0s ease-out;
}

.form-material .form-control,
.form-material .form-control:focus,
.form-material .form-control.focus {
    float: none;
    background-image: linear-gradient(#3e8ef7, #3e8ef7), linear-gradient(#e4eaec, #e4eaec);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.no-cssgradients .form-material .form-control {
    border-bottom: 2px solid #e4eaec;
}

.form-material .form-control::-webkit-input-placeholder {
    color: #a3afb7;
}

.form-material .form-control::-moz-placeholder {
    color: #a3afb7;
}

.form-material .form-control:-ms-input-placeholder {
    color: #a3afb7;
}

.form-material .form-control:disabled::-webkit-input-placeholder {
    color: #ccd5db;
}

.form-material .form-control:disabled::-moz-placeholder {
    color: #ccd5db;
}

.form-material .form-control:disabled:-ms-input-placeholder {
    color: #ccd5db;
}

.form-material .form-control:focus,
.form-material .form-control.focus {
    background-size: 100% 2px, 100% 1px;
    outline: none;
    transition-duration: .3s;
}

.no-cssgradients .form-material .form-control:focus,
.no-cssgradients .form-material .form-control.focus {
    background: transparent;
    border-bottom: 2px solid #3e8ef7;
}

.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
    background: transparent;
    background: transparent;
    border-bottom: 1px dashed #ccd5db;
}

.form-material .form-control:disabled ~ .floating-label,
.form-material .form-control[disabled] ~ .floating-label,
fieldset[disabled] .form-material .form-control ~ .floating-label {
    color: #ccd5db;
}

.form-material textarea.form-control,
.form-material select[multiple],
.form-material select[size] {
    height: auto;
}

.form-material .form-control-label {
    font-weight: 500;
}

.form-material.form-group .form-control-label {
    padding-top: 0;
    padding-bottom: 0;
}

.form-material .floating-label {
    position: absolute;
    left: 0;
    font-size: 1rem;
    color: #76838f;
    pointer-events: none;
    transition: .3s ease all;
}

.form-material .floating-label.floating-label-static {
    position: relative;
    top: auto;
    display: block;
}

.form-material [class*="col-"] > .floating-label {
    left: 1.0715rem;
}

.form-material .form-control ~ .floating-label {
    top: .57142857rem;
    font-size: 1rem;
}

.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
    top: -0.8rem;
    font-size: .8rem;
}

.form-material .form-control:-webkit-autofill ~ .floating-label {
    top: -0.8rem;
    font-size: .8rem;
}

.form-material .form-control-sm ~ .floating-label {
    top: .429rem;
    font-size: .858rem;
}

.form-material .form-control-sm:focus ~ .floating-label,
.form-material .form-control-sm.focus ~ .floating-label,
.form-material .form-control-sm:not(.empty) ~ .floating-label {
    top: -0.6864rem;
    font-size: .6864rem;
}

.form-material .form-control-sm:-webkit-autofill ~ .floating-label {
    top: -0.6864rem;
    font-size: .6864rem;
}

.form-material .form-control-lg ~ .floating-label {
    top: .4286666667rem;
    font-size: 1.286rem;
}

.form-material .form-control-lg:focus ~ .floating-label,
.form-material .form-control-lg.focus ~ .floating-label,
.form-material .form-control-lg:not(.empty) ~ .floating-label {
    top: -1.0288rem;
    font-size: 1.0288rem;
}

.form-material .form-control-lg:-webkit-autofill ~ .floating-label {
    top: -1.0288rem;
    font-size: 1.0288rem;
}

.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
    font-weight: 500;
}

.form-material .form-control:-webkit-autofill ~ .floating-label {
    font-weight: 500;
}

.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label {
    color: #3e8ef7;
}

.form-material textarea.form-control {
    padding-bottom: .429rem;
    resize: none;
}

.form-material.floating textarea.form-control {
    padding-top: .429rem;
}

.form-material select.form-control {
    border: 0;
    border-radius: 0;
}

.form-material:not(.floating) .form-control-label + select[multiple] {
    margin-top: 5px;
}

.form-material .hint {
    position: absolute;
    display: none;
    font-size: 80%;
}

.form-material .form-control:focus ~ .hint,
.form-material .form-control.focus ~ .hint {
    display: block;
}

.form-material .form-control:not(.empty):invalid ~ .floating-label,
.form-material .form-control.focus:invalid ~ .floating-label {
    color: #ff4c52;
}

.form-material .form-control:invalid {
    background-image: linear-gradient(#ff4c52, #ff4c52), linear-gradient(#e4eaec, #e4eaec);
}

.form-material.has-warning .form-control:focus,
.form-material.has-warning .form-control.focus,
.form-material.has-warning .form-control:not(.empty) {
    background-image: linear-gradient(#eb6709, #eb6709), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-warning .form-control:focus,
.no-cssgradients .form-material.has-warning .form-control.focus,
.no-cssgradients .form-material.has-warning .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #eb6709;
}

.form-material.has-warning .form-control:-webkit-autofill {
    background-image: linear-gradient(#eb6709, #eb6709), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-warning .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #eb6709;
}

.form-material.has-warning .form-control:not(.empty) {
    background-size: 100% 2px, 100% 1px;
}

.form-material.has-warning .form-control-label {
    color: #eb6709;
}

.form-material.has-warning .form-control:focus ~ .floating-label,
.form-material.has-warning .form-control.focus ~ .floating-label,
.form-material.has-warning .form-control:not(.empty) ~ .floating-label {
    color: #eb6709;
}

.form-material.has-warning .form-control:-webkit-autofill ~ .floating-label {
    color: #eb6709;
}

.form-material.has-danger .form-control:focus,
.form-material.has-danger .form-control.focus,
.form-material.has-danger .form-control:not(.empty) {
    background-image: linear-gradient(#ff4c52, #ff4c52), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-danger .form-control:focus,
.no-cssgradients .form-material.has-danger .form-control.focus,
.no-cssgradients .form-material.has-danger .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #ff4c52;
}

.form-material.has-danger .form-control:-webkit-autofill {
    background-image: linear-gradient(#ff4c52, #ff4c52), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-danger .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #ff4c52;
}

.form-material.has-danger .form-control:not(.empty) {
    background-size: 100% 2px, 100% 1px;
}

.form-material.has-danger .form-control-label {
    color: #ff4c52;
}

.form-material.has-danger .form-control:focus ~ .floating-label,
.form-material.has-danger .form-control.focus ~ .floating-label,
.form-material.has-danger .form-control:not(.empty) ~ .floating-label {
    color: #ff4c52;
}

.form-material.has-danger .form-control:-webkit-autofill ~ .floating-label {
    color: #ff4c52;
}

.form-material.has-success .form-control:focus,
.form-material.has-success .form-control.focus,
.form-material.has-success .form-control:not(.empty) {
    background-image: linear-gradient(#11c26d, #11c26d), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-success .form-control:focus,
.no-cssgradients .form-material.has-success .form-control.focus,
.no-cssgradients .form-material.has-success .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #11c26d;
}

.form-material.has-success .form-control:-webkit-autofill {
    background-image: linear-gradient(#11c26d, #11c26d), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-success .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #11c26d;
}

.form-material.has-success .form-control:not(.empty) {
    background-size: 100% 2px, 100% 1px;
}

.form-material.has-success .form-control-label {
    color: #11c26d;
}

.form-material.has-success .form-control:focus ~ .floating-label,
.form-material.has-success .form-control.focus ~ .floating-label,
.form-material.has-success .form-control:not(.empty) ~ .floating-label {
    color: #11c26d;
}

.form-material.has-success .form-control:-webkit-autofill ~ .floating-label {
    color: #11c26d;
}

.form-material.has-info .form-control:focus,
.form-material.has-info .form-control.focus,
.form-material.has-info .form-control:not(.empty) {
    background-image: linear-gradient(#0bb2d4, #0bb2d4), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-info .form-control:focus,
.no-cssgradients .form-material.has-info .form-control.focus,
.no-cssgradients .form-material.has-info .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #0bb2d4;
}

.form-material.has-info .form-control:-webkit-autofill {
    background-image: linear-gradient(#0bb2d4, #0bb2d4), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.has-info .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #0bb2d4;
}

.form-material.has-info .form-control:not(.empty) {
    background-size: 100% 2px, 100% 1px;
}

.form-material.has-info .form-control-label {
    color: #0bb2d4;
}

.form-material.has-info .form-control:focus ~ .floating-label,
.form-material.has-info .form-control.focus ~ .floating-label,
.form-material.has-info .form-control:not(.empty) ~ .floating-label {
    color: #0bb2d4;
}

.form-material.has-info .form-control:-webkit-autofill ~ .floating-label {
    color: #0bb2d4;
}

.form-material .input-group .form-control-wrap {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 5px;
    margin-left: 5px;
}

.form-material .input-group .form-control-wrap .form-control {
    float: none;
    width: 100%;
}

.form-material .input-group .input-group-addon {
    background: transparent;
    border: 0;
}

.form-material .input-group .input-group-btn .btn {
    margin: 0;
    border-radius: .286rem;
}

.form-material input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-control-wrap {
    position: relative;
}

.loader {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 40px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.loader-default {
    width: 1em;
    height: 1em;
    background-color: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-default 1s infinite ease-in-out;
    animation: loader-default 1s infinite ease-in-out;
}

.loader-grill {
    width: .25em;
    height: .5em;
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out -0.16s;
    animation: default-grill 1s infinite ease-in-out -0.16s;
}

.loader-grill:before,
.loader-grill:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out;
    animation: default-grill 1s infinite ease-in-out;
}

.loader-grill:before {
    left: -0.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-grill:after {
    left: .375em;
}

.loader-circle {
    width: 1em;
    height: 1em;
    border-top: .125em solid rgba(163, 175, 183, .5);
    border-right: .125em solid rgba(163, 175, 183, .5);
    border-bottom: .125em solid rgba(163, 175, 183, .5);
    border-left: .125em solid #a3afb7;
    border-radius: 50%;
    -webkit-animation: loader-circle 1.1s infinite linear;
    animation: loader-circle 1.1s infinite linear;
}

.loader-round-circle {
    width: 1em;
    height: 1em;
    font-size: 10px;
    border-radius: 50%;
    -webkit-animation: loader-round-circle 1.3s infinite linear;
    animation: loader-round-circle 1.3s infinite linear;
}

.loader-tadpole {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: loader-tadpole 1.7s infinite ease;
    animation: loader-tadpole 1.7s infinite ease;
}

.loader-ellipsis {
    top: -0.625em;
    width: .625em;
    height: .625em;
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out both -0.16s;
    animation: loader-ellipsis 1.8s infinite ease-in-out both -0.16s;
}

.loader-ellipsis:before,
.loader-ellipsis:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out both;
    animation: loader-ellipsis 1.8s infinite ease-in-out both;
}

.loader-ellipsis:before {
    left: -0.875em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-ellipsis:after {
    left: .875em;
}

.loader-dot {
    width: 2em;
    height: 2em;
    -webkit-animation: loader-dot-rotate 2s infinite linear;
    animation: loader-dot-rotate 2s infinite linear;
}

.loader-dot:before,
.loader-dot:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    content: "";
    background: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-dot-bounce 2s infinite ease-in-out;
    animation: loader-dot-bounce 2s infinite ease-in-out;
}

.loader-dot:after {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loader-bounce {
    width: 1.5em;
    height: 1.5em;
}

.loader-bounce:before,
.loader-bounce:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #a3afb7;
    border-radius: 50%;
    opacity: .6;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
}

.loader-bounce:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loader-cube {
    width: 2em;
    height: 2em;
}

.loader-cube:before,
.loader-cube:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 25%;
    content: "";
    background: #a3afb7;
    -webkit-animation: loader-cube 2s infinite ease-in-out;
    animation: loader-cube 2s infinite ease-in-out;
}

.loader-cube:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loader-rotate-plane {
    width: 1em;
    height: 1em;
    background: #a3afb7;
    -webkit-animation: loader-rotate-plane 1.2s infinite ease-in-out;
    animation: loader-rotate-plane 1.2s infinite ease-in-out;
}

.loader-folding-cube {
    width: .8em;
    height: .8em;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}

.loader-folding-cube:before,
.loader-folding-cube:after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    background: #a3afb7;
}

.loader-folding-cube:before {
    bottom: 50%;
    left: 0;
    -webkit-animation: loader-folding-cube-before 2.4s infinite ease-in-out;
    animation: loader-folding-cube-before 2.4s infinite ease-in-out;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader-folding-cube:after {
    top: 50%;
    right: 0;
    -webkit-animation: loader-folding-cube-after 2.4s infinite ease-in-out;
    animation: loader-folding-cube-after 2.4s infinite ease-in-out;
}

.loader-cube-grid {
    top: -0.6em;
    width: .3em;
    height: .3em;
    -webkit-animation: loader-cube-grid 1.2s infinite ease-in-out;
    animation: loader-cube-grid 1.2s infinite ease-in-out;
}

.loader-cube-grid:before,
.loader-cube-grid:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.loader-cube-grid:before {
    -webkit-animation: loader-cube-grid-before 1.2s infinite ease-in-out;
    animation: loader-cube-grid-before 1.2s infinite ease-in-out;
}

.loader-cube-grid:after {
    -webkit-animation: loader-cube-grid-after 1.2s infinite ease-in-out;
    animation: loader-cube-grid-after 1.2s infinite ease-in-out;
}

.side-panel-loading,
body > .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
}

.site-menubar-unfold > .loader {
    margin-left: 130px;
}

.site-menubar-fold > .loader {
    margin-left: 45px;
}

.site-menubar-hide.site-menubar-unfold > .loader {
    margin-left: 0;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #3e8ef7;
}

.loader-content {
    margin: 50vh auto 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader-content h2 {
    font-weight: 500;
    color: #fff;
}

.loader-index {
    margin-top: 20px;
}

.loader-index > div {
    display: inline-block;
    width: 4px;
    height: 25px;
    margin: 2px;
    background: #fff;
    border-radius: 2px;
    -webkit-animation: loader-index .9s -0.8s infinite cubic-bezier(.85, .25, .37, .85);
    animation: loader-index .9s -0.8s infinite cubic-bezier(.85, .25, .37, .85);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader-index > div:nth-child(2),
.loader-index > div:nth-child(4) {
    -webkit-animation-delay: -0.6s !important;
    animation-delay: -0.6s !important;
}

.loader-index > div:nth-child(1),
.loader-index > div:nth-child(5) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.loader-index > div:nth-child(6) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

@-webkit-keyframes loader-index {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-index {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-default {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-default {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes default-grill {

    0%,
    80%,
    100% {
        height: 1em;
        box-shadow: 0 0 #a3afb7;
    }

    40% {
        height: 1.2em;
        box-shadow: 0 -0.25em #a3afb7;
    }
}

@keyframes default-grill {

    0%,
    80%,
    100% {
        height: 1em;
        box-shadow: 0 0 #a3afb7;
    }

    40% {
        height: 1.2em;
        box-shadow: 0 -0.25em #a3afb7;
    }
}

@-webkit-keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-round-circle {

    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    12.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    37.5% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    50% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    62.5% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    75% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    87.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
    }
}

@keyframes loader-round-circle {

    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    12.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    37.5% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    50% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    62.5% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    75% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    87.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
    }
}

@-webkit-keyframes loader-tadpole {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, 0 -0.83em 0 -0.42em #a3afb7, 0 -0.83em 0 -0.44em #a3afb7, 0 -0.83em 0 -0.46em #a3afb7, 0 -0.83em 0 -0.477em #a3afb7;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, 0 -0.83em 0 -0.42em #a3afb7, 0 -0.83em 0 -0.44em #a3afb7, 0 -0.83em 0 -0.46em #a3afb7, 0 -0.83em 0 -0.477em #a3afb7;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, -0.087em -0.825em 0 -0.42em #a3afb7, -0.173em -0.812em 0 -0.44em #a3afb7, -0.256em -0.789em 0 -0.46em #a3afb7, -0.297em -0.775em 0 -0.477em #a3afb7;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, -0.338em -0.758em 0 -0.42em #a3afb7, -0.555em -0.617em 0 -0.44em #a3afb7, -0.671em -0.488em 0 -0.46em #a3afb7, -0.749em -0.34em 0 -0.477em #a3afb7;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, -0.377em -0.74em 0 -0.42em #a3afb7, -0.645em -0.522em 0 -0.44em #a3afb7, -0.775em -0.297em 0 -0.46em #a3afb7, -0.82em -0.09em 0 -0.477em #a3afb7;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, 0 -0.83em 0 -0.42em #a3afb7, 0 -0.83em 0 -0.44em #a3afb7, 0 -0.83em 0 -0.46em #a3afb7, 0 -0.83em 0 -0.477em #a3afb7;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-tadpole {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, 0 -0.83em 0 -0.42em #a3afb7, 0 -0.83em 0 -0.44em #a3afb7, 0 -0.83em 0 -0.46em #a3afb7, 0 -0.83em 0 -0.477em #a3afb7;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, 0 -0.83em 0 -0.42em #a3afb7, 0 -0.83em 0 -0.44em #a3afb7, 0 -0.83em 0 -0.46em #a3afb7, 0 -0.83em 0 -0.477em #a3afb7;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, -0.087em -0.825em 0 -0.42em #a3afb7, -0.173em -0.812em 0 -0.44em #a3afb7, -0.256em -0.789em 0 -0.46em #a3afb7, -0.297em -0.775em 0 -0.477em #a3afb7;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, -0.338em -0.758em 0 -0.42em #a3afb7, -0.555em -0.617em 0 -0.44em #a3afb7, -0.671em -0.488em 0 -0.46em #a3afb7, -0.749em -0.34em 0 -0.477em #a3afb7;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, -0.377em -0.74em 0 -0.42em #a3afb7, -0.645em -0.522em 0 -0.44em #a3afb7, -0.775em -0.297em 0 -0.46em #a3afb7, -0.82em -0.09em 0 -0.477em #a3afb7;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em #a3afb7, 0 -0.83em 0 -0.42em #a3afb7, 0 -0.83em 0 -0.44em #a3afb7, 0 -0.83em 0 -0.46em #a3afb7, 0 -0.83em 0 -0.477em #a3afb7;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-ellipsis {

    0%,
    80%,
    100% {
        box-shadow: 0 .625em 0 -0.325em #a3afb7;
    }

    40% {
        box-shadow: 0 .625em 0 0 #a3afb7;
    }
}

@keyframes loader-ellipsis {

    0%,
    80%,
    100% {
        box-shadow: 0 .625em 0 -0.325em #a3afb7;
    }

    40% {
        box-shadow: 0 .625em 0 0 #a3afb7;
    }
}

@-webkit-keyframes loader-dot-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dot-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dot-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-dot-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loader-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loader-cube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -webkit-transform: translateX(1.5em) rotate(-90deg) scale(.5);
        transform: translateX(1.5em) rotate(-90deg) scale(.5);
    }

    50% {
        -webkit-transform: translateX(1.5em) translateY(1.5em) rotate(-179deg);
        transform: translateX(1.5em) translateY(1.5em) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(1.5em) translateY(1.5em) rotate(-180deg);
        transform: translateX(1.5em) translateY(1.5em) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(1.5em) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(1.5em) rotate(-270deg) scale(.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-cube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -webkit-transform: translateX(1.5em) rotate(-90deg) scale(.5);
        transform: translateX(1.5em) rotate(-90deg) scale(.5);
    }

    50% {
        -webkit-transform: translateX(1.5em) translateY(1.5em) rotate(-179deg);
        transform: translateX(1.5em) translateY(1.5em) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(1.5em) translateY(1.5em) rotate(-180deg);
        transform: translateX(1.5em) translateY(1.5em) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(1.5em) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(1.5em) rotate(-270deg) scale(.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes loader-rotate-plane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes loader-rotate-plane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes loader-folding-cube-before {
    0% {
        width: 50%;
        height: 0;
    }

    7.5% {
        width: 50%;
        height: 50%;
    }

    12.5% {
        width: 50%;
        height: 50%;
    }

    20% {
        width: 100%;
        height: 50%;
    }

    25% {
        width: 100%;
        height: 50%;
    }

    50% {
        right: 0;
        left: auto;
        width: 100%;
        height: 50%;
    }

    57.5% {
        width: 50%;
        height: 50%;
    }

    62.5% {
        width: 50%;
        height: 50%;
    }

    70% {
        width: 50%;
        height: 0;
    }

    75% {
        width: 50%;
        height: 0;
    }
}

@keyframes loader-folding-cube-before {
    0% {
        width: 50%;
        height: 0;
    }

    7.5% {
        width: 50%;
        height: 50%;
    }

    12.5% {
        width: 50%;
        height: 50%;
    }

    20% {
        width: 100%;
        height: 50%;
    }

    25% {
        width: 100%;
        height: 50%;
    }

    50% {
        right: 0;
        left: auto;
        width: 100%;
        height: 50%;
    }

    57.5% {
        width: 50%;
        height: 50%;
    }

    62.5% {
        width: 50%;
        height: 50%;
    }

    70% {
        width: 50%;
        height: 0;
    }

    75% {
        width: 50%;
        height: 0;
    }
}

@-webkit-keyframes loader-folding-cube-after {
    0% {
        width: 50%;
        height: 0;
    }

    7.5% {
        width: 50%;
        height: 50%;
    }

    12.5% {
        width: 50%;
        height: 50%;
    }

    20% {
        width: 100%;
        height: 50%;
    }

    25% {
        width: 100%;
        height: 50%;
    }

    50% {
        right: auto;
        left: 0;
        width: 100%;
        height: 50%;
    }

    57.5% {
        width: 50%;
        height: 50%;
    }

    62.5% {
        width: 50%;
        height: 50%;
    }

    75% {
        width: 50%;
        height: 0;
    }
}

@keyframes loader-folding-cube-after {
    0% {
        width: 50%;
        height: 0;
    }

    7.5% {
        width: 50%;
        height: 50%;
    }

    12.5% {
        width: 50%;
        height: 50%;
    }

    20% {
        width: 100%;
        height: 50%;
    }

    25% {
        width: 100%;
        height: 50%;
    }

    50% {
        right: auto;
        left: 0;
        width: 100%;
        height: 50%;
    }

    57.5% {
        width: 50%;
        height: 50%;
    }

    62.5% {
        width: 50%;
        height: 50%;
    }

    75% {
        width: 50%;
        height: 0;
    }
}

@-webkit-keyframes loader-cube-grid {
    15% {
        box-shadow: -0.3em .3em 0 -0.3em #a3afb7, 0 .6em 0 -0.3em #a3afb7, .3em .9em 0 -0.3em #a3afb7;
    }

    30% {
        box-shadow: -0.3em .3em 0 0 #a3afb7, 0 .6em 0 0 #a3afb7, .3em .9em 0 0 #a3afb7;
    }

    70% {
        box-shadow: -0.3em .3em 0 0 #a3afb7, 0 .6em 0 0 #a3afb7, .3em .9em 0 0 #a3afb7;
    }

    85% {
        box-shadow: -0.3em .3em 0 -0.3em #a3afb7, 0 .6em 0 -0.3em #a3afb7, .3em .9em 0 -0.3em #a3afb7;
    }
}

@keyframes loader-cube-grid {
    15% {
        box-shadow: -0.3em .3em 0 -0.3em #a3afb7, 0 .6em 0 -0.3em #a3afb7, .3em .9em 0 -0.3em #a3afb7;
    }

    30% {
        box-shadow: -0.3em .3em 0 0 #a3afb7, 0 .6em 0 0 #a3afb7, .3em .9em 0 0 #a3afb7;
    }

    70% {
        box-shadow: -0.3em .3em 0 0 #a3afb7, 0 .6em 0 0 #a3afb7, .3em .9em 0 0 #a3afb7;
    }

    85% {
        box-shadow: -0.3em .3em 0 -0.3em #a3afb7, 0 .6em 0 -0.3em #a3afb7, .3em .9em 0 -0.3em #a3afb7;
    }
}

@-webkit-keyframes loader-cube-grid-before {
    0% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }

    15% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }

    22.5% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }

    37.5% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    55% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    70% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    77.5% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    92.5% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }
}

@keyframes loader-cube-grid-before {
    0% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }

    15% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }

    22.5% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }

    37.5% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    55% {
        box-shadow: -0.3em .9em 0 0 #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    70% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    77.5% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 0 #a3afb7, .3em .6em 0 0 #a3afb7;
    }

    92.5% {
        box-shadow: -0.3em .9em 0 -0.3em #a3afb7, 0 .3em 0 -0.3em #a3afb7, .3em .6em 0 -0.3em #a3afb7;
    }
}

@-webkit-keyframes loader-cube-grid-after {
    7.5% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }

    22.5% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }

    30% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }

    45% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    62.5% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    77.5% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    85% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    100% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }
}

@keyframes loader-cube-grid-after {
    7.5% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }

    22.5% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }

    30% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }

    45% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    62.5% {
        box-shadow: -0.3em .6em 0 0 #a3afb7, 0 .9em 0 0 #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    77.5% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    85% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 0 #a3afb7;
    }

    100% {
        box-shadow: -0.3em .6em 0 -0.3em #a3afb7, 0 .9em 0 -0.3em #a3afb7, .3em .3em 0 -0.3em #a3afb7;
    }
}

[class*="animation-"] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*="animation-"],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*="animation-"] {
    -webkit-animation-name: none;
    animation-name: none;
}

.animation-reverse {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.animation-repeat {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation-fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.animation-scale {
    -webkit-animation-name: scale-12;
    animation-name: scale-12;
}

.animation-scale-up {
    -webkit-animation-name: fade-scale-02;
    animation-name: fade-scale-02;
}

.animation-scale-down {
    -webkit-animation-name: fade-scale-18;
    animation-name: fade-scale-18;
}

.animation-slide-top {
    -webkit-animation-name: slide-top;
    animation-name: slide-top;
}

.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    animation-name: slide-bottom;
}

.animation-slide-left {
    -webkit-animation-name: slide-left;
    animation-name: slide-left;
}

.animation-slide-right {
    -webkit-animation-name: slide-right;
    animation-name: slide-right;
}

.animation-shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.animation-duration-10 {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.animation-duration-9 {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}

.animation-duration-8 {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.animation-duration-7 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.animation-duration-6 {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.animation-duration-5 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.animation-duration-4 {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.animation-duration-3 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.animation-duration-2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animation-duration-1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animation-delay-100 {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
}

.animation-duration-250 {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
}

.animation-duration-300 {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

.animation-duration-500 {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animation-duration-750 {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
}

.animation-delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-delay-900 {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.animation-delay-800 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.animation-delay-700 {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.animation-delay-600 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.animation-delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animation-delay-400 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.animation-delay-300 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animation-delay-200 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animation-delay-100 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.animation-top-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.animation-top-center {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.animation-top-right {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.animation-middle-left {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.animation-middle-right {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.animation-bottom-left {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.animation-bottom-center {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.animation-bottom-right {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animation-easing-easeInOut {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.animation-easing-easeInQuad {
    -webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
    animation-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.animation-easing-easeInCubic {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.animation-easing-easeInQuart {
    -webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
    animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}

.animation-easing-easeInQuint {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.animation-easing-easeInSine {
    -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    animation-timing-function: cubic-bezier(.47, 0, .745, .715);
}

.animation-easing-easeInExpo {
    -webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
    animation-timing-function: cubic-bezier(.95, .05, .795, .035);
}

.animation-easing-easeInCirc {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
}

.animation-easing-easeInBack {
    -webkit-animation-timing-function: cubic-bezier(.6, -0.28, .735, .045);
    animation-timing-function: cubic-bezier(.6, -0.28, .735, .045);
}

.animation-easing-eastOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.animation-easing-easeOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.animation-easing-easeOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.animation-easing-easeOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.animation-easing-easeOutSine {
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}

.animation-easing-easeOutExpo {
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.animation-easing-easeOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    animation-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.animation-easing-easeOutBack {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.animation-easing-easeInOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.animation-easing-easeInOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.animation-easing-easeInOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.animation-easing-easeInOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.animation-easing-easeInOutSine {
    -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
    animation-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.animation-easing-easeInOutExpo {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.animation-easing-easeInOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.animation-easing-easeInOutBack {
    -webkit-animation-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
    animation-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
}

.animation-easing-easeInOutElastic {
    -webkit-animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
    animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scale-12 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-12 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }

    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }

    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

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

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

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

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

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

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

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

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

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

.red-100 {
    color: #ffdbdc !important;
}

.red-200 {
    color: #ffbfc1 !important;
}

.red-300 {
    color: #ffa1a4 !important;
}

.red-400 {
    color: #ff8589 !important;
}

.red-500 {
    color: #ff666b !important;
}

.red-600 {
    color: #ff4c52 !important;
}

.red-700 {
    color: #f2353c !important;
}

.red-800 {
    color: #e62020 !important;
}

.red-900 {
    color: #d60b0b !important;
}

.bg-pink-100 {
    background-color: #ffd9e6 !important;
}

.bg-pink-200 {
    background-color: #ffbad2 !important;
}

.bg-pink-300 {
    background-color: #ff9ec0 !important;
}

.bg-pink-400 {
    background-color: #ff7daa !important;
}

.bg-pink-500 {
    background-color: #ff5e97 !important;
}

.bg-pink-600 {
    background-color: #f74584 !important;
}

.bg-pink-700 {
    background-color: #eb2f71 !important;
}

.bg-pink-800 {
    background-color: #e6155e !important;
}

.bg-pink-900 {
    background-color: #d10049 !important;
}

.pink-100 {
    color: #ffd9e6 !important;
}

.pink-200 {
    color: #ffbad2 !important;
}

.pink-300 {
    color: #ff9ec0 !important;
}

.pink-400 {
    color: #ff7daa !important;
}

.pink-500 {
    color: #ff5e97 !important;
}

.pink-600 {
    color: #f74584 !important;
}

.pink-700 {
    color: #eb2f71 !important;
}

.pink-800 {
    color: #e6155e !important;
}

.pink-900 {
    color: #d10049 !important;
}

.bg-purple-100 {
    background-color: #eae1fc !important;
}

.bg-purple-200 {
    background-color: #d9c7fc !important;
}

.bg-purple-300 {
    background-color: #c8aefc !important;
}

.bg-purple-400 {
    background-color: #b693fa !important;
}

.bg-purple-500 {
    background-color: #a57afa !important;
}

.bg-purple-600 {
    background-color: #9463f7 !important;
}

.bg-purple-700 {
    background-color: #8349f5 !important;
}

.bg-purple-800 {
    background-color: #7231f5 !important;
}

.bg-purple-900 {
    background-color: #6118f2 !important;
}

.purple-100 {
    color: #eae1fc !important;
}

.purple-200 {
    color: #d9c7fc !important;
}

.purple-300 {
    color: #c8aefc !important;
}

.purple-400 {
    color: #b693fa !important;
}

.purple-500 {
    color: #a57afa !important;
}

.purple-600 {
    color: #9463f7 !important;
}

.purple-700 {
    color: #8349f5 !important;
}

.purple-800 {
    color: #7231f5 !important;
}

.purple-900 {
    color: #6118f2 !important;
}

.bg-indigo-100 {
    background-color: #e1e4fc !important;
}

.bg-indigo-200 {
    background-color: #c7cffc !important;
}

.bg-indigo-300 {
    background-color: #afb9fa !important;
}

.bg-indigo-400 {
    background-color: #96a3fa !important;
}

.bg-indigo-500 {
    background-color: #7d8efa !important;
}

.bg-indigo-600 {
    background-color: #667afa !important;
}

.bg-indigo-700 {
    background-color: #4d64fa !important;
}

.bg-indigo-800 {
    background-color: #364ff5 !important;
}

.bg-indigo-900 {
    background-color: #1f3aed !important;
}

.indigo-100 {
    color: #e1e4fc !important;
}

.indigo-200 {
    color: #c7cffc !important;
}

.indigo-300 {
    color: #afb9fa !important;
}

.indigo-400 {
    color: #96a3fa !important;
}

.indigo-500 {
    color: #7d8efa !important;
}

.indigo-600 {
    color: #667afa !important;
}

.indigo-700 {
    color: #4d64fa !important;
}

.indigo-800 {
    color: #364ff5 !important;
}

.indigo-900 {
    color: #1f3aed !important;
}

.bg-blue-100 {
    background-color: #d9e9ff !important;
}

.bg-blue-200 {
    background-color: #b8d7ff !important;
}

.bg-blue-300 {
    background-color: #99c5ff !important;
}

.bg-blue-400 {
    background-color: #79b2fc !important;
}

.bg-blue-500 {
    background-color: #589ffc !important;
}

.bg-blue-600 {
    background-color: #3e8ef7 !important;
}

.bg-blue-700 {
    background-color: #247cf0 !important;
}

.bg-blue-800 {
    background-color: #0b69e3 !important;
}

.bg-blue-900 {
    background-color: #0053bf !important;
}

.blue-100 {
    color: #d9e9ff !important;
}

.blue-200 {
    color: #b8d7ff !important;
}

.blue-300 {
    color: #99c5ff !important;
}

.blue-400 {
    color: #79b2fc !important;
}

.blue-500 {
    color: #589ffc !important;
}

.blue-600 {
    color: #3e8ef7 !important;
}

.blue-700 {
    color: #247cf0 !important;
}

.blue-800 {
    color: #0b69e3 !important;
}

.blue-900 {
    color: #0053bf !important;
}

.bg-cyan-100 {
    background-color: #c2f5ff !important;
}

.bg-cyan-200 {
    background-color: #9de6f5 !important;
}

.bg-cyan-300 {
    background-color: #77d9ed !important;
}

.bg-cyan-400 {
    background-color: #54cbe3 !important;
}

.bg-cyan-500 {
    background-color: #28c0de !important;
}

.bg-cyan-600 {
    background-color: #0bb2d4 !important;
}

.bg-cyan-700 {
    background-color: #0099b8 !important;
}

.bg-cyan-800 {
    background-color: #007d96 !important;
}

.bg-cyan-900 {
    background-color: #006275 !important;
}

.cyan-100 {
    color: #c2f5ff !important;
}

.cyan-200 {
    color: #9de6f5 !important;
}

.cyan-300 {
    color: #77d9ed !important;
}

.cyan-400 {
    color: #54cbe3 !important;
}

.cyan-500 {
    color: #28c0de !important;
}

.cyan-600 {
    color: #0bb2d4 !important;
}

.cyan-700 {
    color: #0099b8 !important;
}

.cyan-800 {
    color: #007d96 !important;
}

.cyan-900 {
    color: #006275 !important;
}

.bg-teal-100 {
    background-color: #c3f7f2 !important;
}

.bg-teal-200 {
    background-color: #92f0e6 !important;
}

.bg-teal-300 {
    background-color: #6be3d7 !important;
}

.bg-teal-400 {
    background-color: #45d6c8 !important;
}

.bg-teal-500 {
    background-color: #28c7b7 !important;
}

.bg-teal-600 {
    background-color: #17b3a3 !important;
}

.bg-teal-700 {
    background-color: #089e8f !important;
}

.bg-teal-800 {
    background-color: #008577 !important;
}

.bg-teal-900 {
    background-color: #00665c !important;
}

.teal-100 {
    color: #c3f7f2 !important;
}

.teal-200 {
    color: #92f0e6 !important;
}

.teal-300 {
    color: #6be3d7 !important;
}

.teal-400 {
    color: #45d6c8 !important;
}

.teal-500 {
    color: #28c7b7 !important;
}

.teal-600 {
    color: #17b3a3 !important;
}

.teal-700 {
    color: #089e8f !important;
}

.teal-800 {
    color: #008577 !important;
}

.teal-900 {
    color: #00665c !important;
}

.bg-green-100 {
    background-color: #c2fadc !important;
}

.bg-green-200 {
    background-color: #99f2c2 !important;
}

.bg-green-300 {
    background-color: #72e8ab !important;
}

.bg-green-400 {
    background-color: #49de94 !important;
}

.bg-green-500 {
    background-color: #28d17c !important;
}

.bg-green-600 {
    background-color: #11c26d !important;
}

.bg-green-700 {
    background-color: #05a85c !important;
}

.bg-green-800 {
    background-color: #008c4d !important;
}

.bg-green-900 {
    background-color: #006e3c !important;
}

.green-100 {
    color: #c2fadc !important;
}

.green-200 {
    color: #99f2c2 !important;
}

.green-300 {
    color: #72e8ab !important;
}

.green-400 {
    color: #49de94 !important;
}

.green-500 {
    color: #28d17c !important;
}

.green-600 {
    color: #11c26d !important;
}

.green-700 {
    color: #05a85c !important;
}

.green-800 {
    color: #008c4d !important;
}

.green-900 {
    color: #006e3c !important;
}

.bg-light-green-100 {
    background-color: #dcf7b0 !important;
}

.bg-light-green-200 {
    background-color: #c3e887 !important;
}

.bg-light-green-300 {
    background-color: #add966 !important;
}

.bg-light-green-400 {
    background-color: #94cc39 !important;
}

.bg-light-green-500 {
    background-color: #7eb524 !important;
}

.bg-light-green-600 {
    background-color: #6da611 !important;
}

.bg-light-green-700 {
    background-color: #5a9101 !important;
}

.bg-light-green-800 {
    background-color: #4a7800 !important;
}

.bg-light-green-900 {
    background-color: #3a5e00 !important;
}

.light-green-100 {
    color: #dcf7b0 !important;
}

.light-green-200 {
    color: #c3e887 !important;
}

.light-green-300 {
    color: #add966 !important;
}

.light-green-400 {
    color: #94cc39 !important;
}

.light-green-500 {
    color: #7eb524 !important;
}

.light-green-600 {
    color: #6da611 !important;
}

.light-green-700 {
    color: #5a9101 !important;
}

.light-green-800 {
    color: #4a7800 !important;
}

.light-green-900 {
    color: #3a5e00 !important;
}

.bg-yellow-100 {
    background-color: #fff6b5 !important;
}

.bg-yellow-200 {
    background-color: #fff39c !important;
}

.bg-yellow-300 {
    background-color: #ffed78 !important;
}

.bg-yellow-400 {
    background-color: #ffe54f !important;
}

.bg-yellow-500 {
    background-color: #ffdc2e !important;
}

.bg-yellow-600 {
    background-color: #ffcd17 !important;
}

.bg-yellow-700 {
    background-color: #fcb900 !important;
}

.bg-yellow-800 {
    background-color: #faa700 !important;
}

.bg-yellow-900 {
    background-color: #fa9600 !important;
}

.yellow-100 {
    color: #fff6b5 !important;
}

.yellow-200 {
    color: #fff39c !important;
}

.yellow-300 {
    color: #ffed78 !important;
}

.yellow-400 {
    color: #ffe54f !important;
}

.yellow-500 {
    color: #ffdc2e !important;
}

.yellow-600 {
    color: #ffcd17 !important;
}

.yellow-700 {
    color: #fcb900 !important;
}

.yellow-800 {
    color: #faa700 !important;
}

.yellow-900 {
    color: #fa9600 !important;
}

.bg-orange-100 {
    background-color: #ffe1c4 !important;
}

.bg-orange-200 {
    background-color: #ffc894 !important;
}

.bg-orange-300 {
    background-color: #fab06b !important;
}

.bg-orange-400 {
    background-color: #fa983c !important;
}

.bg-orange-500 {
    background-color: #f57d1b !important;
}

.bg-orange-600 {
    background-color: #eb6709 !important;
}

.bg-orange-700 {
    background-color: #de4e00 !important;
}

.bg-orange-800 {
    background-color: #b53f00 !important;
}

.bg-orange-900 {
    background-color: #962d00 !important;
}

.orange-100 {
    color: #ffe1c4 !important;
}

.orange-200 {
    color: #ffc894 !important;
}

.orange-300 {
    color: #fab06b !important;
}

.orange-400 {
    color: #fa983c !important;
}

.orange-500 {
    color: #f57d1b !important;
}

.orange-600 {
    color: #eb6709 !important;
}

.orange-700 {
    color: #de4e00 !important;
}

.orange-800 {
    color: #b53f00 !important;
}

.orange-900 {
    color: #962d00 !important;
}

.bg-brown-100 {
    background-color: #f5e2da !important;
}

.bg-brown-200 {
    background-color: #e0cdc5 !important;
}

.bg-brown-300 {
    background-color: #cfb8b0 !important;
}

.bg-brown-400 {
    background-color: #bda299 !important;
}

.bg-brown-500 {
    background-color: #ab8c82 !important;
}

.bg-brown-600 {
    background-color: #997b71 !important;
}

.bg-brown-700 {
    background-color: #82675f !important;
}

.bg-brown-800 {
    background-color: #6b534c !important;
}

.bg-brown-900 {
    background-color: #57403a !important;
}

.brown-100 {
    color: #f5e2da !important;
}

.brown-200 {
    color: #e0cdc5 !important;
}

.brown-300 {
    color: #cfb8b0 !important;
}

.brown-400 {
    color: #bda299 !important;
}

.brown-500 {
    color: #ab8c82 !important;
}

.brown-600 {
    color: #997b71 !important;
}

.brown-700 {
    color: #82675f !important;
}

.brown-800 {
    color: #6b534c !important;
}

.brown-900 {
    color: #57403a !important;
}

.bg-grey-100 {
    background-color: #fafafa !important;
}

.bg-grey-200 {
    background-color: #eee !important;
}

.bg-grey-300 {
    background-color: #e0e0e0 !important;
}

.bg-grey-400 {
    background-color: #bdbdbd !important;
}

.bg-grey-500 {
    background-color: #9e9e9e !important;
}

.bg-grey-600 {
    background-color: #757575 !important;
}

.bg-grey-700 {
    background-color: #616161 !important;
}

.bg-grey-800 {
    background-color: #424242 !important;
}

.bg-grey-900 {
    background-color: #474747 !important;
}

.grey-100 {
    color: #fafafa !important;
}

.grey-200 {
    color: #eee !important;
}

.grey-300 {
    color: #e0e0e0 !important;
}

.grey-400 {
    color: #bdbdbd !important;
}

.grey-500 {
    color: #9e9e9e !important;
}

.grey-600 {
    color: #757575 !important;
}

.grey-700 {
    color: #616161 !important;
}

.grey-800 {
    color: #424242 !important;
}

.grey-900 {
    color: #474747 !important;
}

.bg-blue-grey-100 {
    background-color: #f3f7f9 !important;
}

.bg-blue-grey-200 {
    background-color: #e4eaec !important;
}

.bg-blue-grey-300 {
    background-color: #ccd5db !important;
}

.bg-blue-grey-400 {
    background-color: #a3afb7 !important;
}

.bg-blue-grey-500 {
    background-color: #76838f !important;
}

.bg-blue-grey-600 {
    background-color: #526069 !important;
}

.bg-blue-grey-700 {
    background-color: #37474f !important;
}

.bg-blue-grey-800 {
    background-color: #263238 !important;
}

.bg-blue-grey-900 {
    background-color: #3e4854 !important;
}

.blue-grey-100 {
    color: #f3f7f9 !important;
}

.blue-grey-200 {
    color: #e4eaec !important;
}

.blue-grey-300 {
    color: #ccd5db !important;
}

.blue-grey-400 {
    color: #a3afb7 !important;
}

.blue-grey-500 {
    color: #76838f !important;
}

.blue-grey-600 {
    color: #526069 !important;
}

.blue-grey-700 {
    color: #37474f !important;
}

.blue-grey-800 {
    color: #263238 !important;
}

.blue-grey-900 {
    color: #3e4854 !important;
}

.bg-primary-100 {
    background-color: #d9e9ff !important;
}

.bg-primary-200 {
    background-color: #b8d7ff !important;
}

.bg-primary-300 {
    background-color: #99c5ff !important;
}

.bg-primary-400 {
    background-color: #79b2fc !important;
}

.bg-primary-500 {
    background-color: #589ffc !important;
}

.bg-primary-600 {
    background-color: #3e8ef7 !important;
}

.bg-primary-700 {
    background-color: #247cf0 !important;
}

.bg-primary-800 {
    background-color: #0b69e3 !important;
}

.primary-100 {
    color: #d9e9ff !important;
}

.primary-200 {
    color: #b8d7ff !important;
}

.primary-300 {
    color: #99c5ff !important;
}

.primary-400 {
    color: #79b2fc !important;
}

.primary-500 {
    color: #589ffc !important;
}

.primary-600 {
    color: #3e8ef7 !important;
}

.primary-700 {
    color: #247cf0 !important;
}

.primary-800 {
    color: #0b69e3 !important;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.bg-white {
    color: #76838f;
    background-color: #fff;
}
.bg-fff {
    color: #000;
    background-color: #fff;
}

.bg-primary {
    color: #fff;
    background-color: #3e8ef7;
}

.bg-primary:hover {
    background-color: #6fabf9;
}

.bg-primary a,
.bg-primary a.bg-primary {
    color: #fff;
}

.bg-primary a:hover,
.bg-primary a.bg-primary:hover {
    color: #fff;
}

.bg-success {
    color: #fff;
    background-color: #11c26d;
}

.bg-success:hover {
    background-color: #1beb87;
}

.bg-success a,
.bg-success a.bg-primary {
    color: #fff;
}

.bg-success a:hover,
.bg-success a.bg-primary:hover {
    color: #fff;
}

.bg-info {
    color: #fff;
    background-color: #0bb2d4;
}

.bg-info:hover {
    background-color: #1fcff3;
}

.bg-info a,
.bg-info a.bg-info {
    color: #fff;
}

.bg-info a:hover,
.bg-info a.bg-info:hover {
    color: #fff;
}

.bg-warning {
    color: #fff;
    background-color: #eb6709;
}

.bg-warning:hover {
    background-color: #f78330;
}

.bg-warning a,
.bg-warning a.bg-warning {
    color: #fff;
}

.bg-warning a:hover,
.bg-warning a.bg-warning:hover {
    color: #fff;
}

.bg-danger {
    color: #fff;
    background-color: #ff4c52;
}

.bg-danger:hover {
    background-color: #ff7f83;
}

.bg-danger a,
.bg-danger a.bg-danger {
    color: #fff;
}

.bg-danger a:hover,
.bg-danger a.bg-danger:hover {
    color: #fff;
}

.bg-dark {
    color: #fff;
    background-color: #526069;
}

.bg-dark:hover {
    background-color: #687a86;
}

.bg-dark a,
.bg-dark a.bg-dark {
    color: #fff;
}

.bg-dark a:hover,
.bg-dark a.bg-dark:hover {
    color: #fff;
}

.bg-grey {
    color: #fff;
    background-color: #ccc;
}

.bg-grey:hover {
    background-color: #bbb;
}

.bg-grey a,
.bg-grey a.bg-grey {
    color: #fff;
}

.bg-grey a:hover,
.bg-grey a.bg-grey:hover {
    color: #fff;
}

.bg-grey-light {
    color: #fff;
    background-color: #bcbbbb;
}

.bg-grey-light:hover {
    background-color: #9d9898;
}

.bg-grey-light a,
.bg-grey-light a.bg-grey {
    color: #fff;
}

.bg-grey-light a:hover,
.bg-grey-light a.bg-grey:hover {
    color: #fff;
}

.social-facebook {
    color: #fff;
    background-color: #3b5998 !important;
}

.social-facebook:hover,
.social-facebook:focus {
    color: #fff;
    background-color: #4c70ba !important;
}

.social-facebook:active,
.social-facebook.active {
    color: #fff;
    background-color: #2d4373 !important;
}

.bg-facebook {
    background-color: #3b5998;
}

.social-twitter {
    color: #fff;
    background-color: #55acee !important;
}

.social-twitter:hover,
.social-twitter:focus {
    color: #fff;
    background-color: #83c3f3 !important;
}

.social-twitter:active,
.social-twitter.active {
    color: #fff;
    background-color: #2795e9 !important;
}

.bg-twitter {
    background-color: #55acee;
}

.social-google-plus {
    color: #fff;
    background-color: #dd4b39 !important;
}

.social-google-plus:hover,
.social-google-plus:focus {
    color: #fff;
    background-color: #e47365 !important;
}

.social-google-plus:active,
.social-google-plus.active {
    color: #fff;
    background-color: #c23321 !important;
}

.bg-google-plus {
    background-color: #dd4b39;
}

.social-linkedin {
    color: #fff;
    background-color: #0976b4 !important;
}

.social-linkedin:hover,
.social-linkedin:focus {
    color: #fff;
    background-color: #0b96e5 !important;
}

.social-linkedin:active,
.social-linkedin.active {
    color: #fff;
    background-color: #075683 !important;
}

.bg-linkedin {
    background-color: #0976b4;
}

.social-flickr {
    color: #fff;
    background-color: #ff0084 !important;
}

.social-flickr:hover,
.social-flickr:focus {
    color: #fff;
    background-color: #ff339d !important;
}

.social-flickr:active,
.social-flickr.active {
    color: #fff;
    background-color: #cc006a !important;
}

.bg-flickr {
    background-color: #ff0084;
}

.social-tumblr {
    color: #fff;
    background-color: #35465c !important;
}

.social-tumblr:hover,
.social-tumblr:focus {
    color: #fff;
    background-color: #485f7c !important;
}

.social-tumblr:active,
.social-tumblr.active {
    color: #fff;
    background-color: #222d3c !important;
}

.bg-tumblr {
    background-color: #35465c;
}

.social-xing {
    color: #fff;
    background-color: #024b4d !important;
}

.social-xing:hover,
.social-xing:focus {
    color: #fff;
    background-color: #037b7f !important;
}

.social-xing:active,
.social-xing.active {
    color: #fff;
    background-color: #011b1b !important;
}

.bg-xing {
    background-color: #024b4d;
}

.social-github {
    color: #fff;
    background-color: #4183c4 !important;
}

.social-github:hover,
.social-github:focus {
    color: #fff;
    background-color: #689cd0 !important;
}

.social-github:active,
.social-github.active {
    color: #fff;
    background-color: #3269a0 !important;
}

.bg-github {
    background-color: #4183c4;
}

.social-html5 {
    color: #fff;
    background-color: #e44f26 !important;
}

.social-html5:hover,
.social-html5:focus {
    color: #fff;
    background-color: #ea7453 !important;
}

.social-html5:active,
.social-html5.active {
    color: #fff;
    background-color: #bf3c18 !important;
}

.bg-html5 {
    background-color: #e44f26;
}

.social-openid {
    color: #fff;
    background-color: #f67d28 !important;
}

.social-openid:hover,
.social-openid:focus {
    color: #fff;
    background-color: #f89b59 !important;
}

.social-openid:active,
.social-openid.active {
    color: #fff;
    background-color: #e26309 !important;
}

.bg-openid {
    background-color: #f67d28;
}

.social-stack-overflow {
    color: #fff;
    background-color: #f86c01 !important;
}

.social-stack-overflow:hover,
.social-stack-overflow:focus {
    color: #fff;
    background-color: #fe882e !important;
}

.social-stack-overflow:active,
.social-stack-overflow.active {
    color: #fff;
    background-color: #c55601 !important;
}

.bg-stack-overflow {
    background-color: #f86c01;
}

.social-css3 {
    color: #fff;
    background-color: #1572b6 !important;
}

.social-css3:hover,
.social-css3:focus {
    color: #fff;
    background-color: #1a8fe4 !important;
}

.social-css3:active,
.social-css3.active {
    color: #fff;
    background-color: #105588 !important;
}

.bg-css3 {
    background-color: #1572b6;
}

.social-youtube {
    color: #fff;
    background-color: #b31217 !important;
}

.social-youtube:hover,
.social-youtube:focus {
    color: #fff;
    background-color: #e1171d !important;
}

.social-youtube:active,
.social-youtube.active {
    color: #fff;
    background-color: #850d11 !important;
}

.bg-youtube {
    background-color: #b31217;
}

.social-dribbble {
    color: #fff;
    background-color: #c32361 !important;
}

.social-dribbble:hover,
.social-dribbble:focus {
    color: #fff;
    background-color: #dc3d7b !important;
}

.social-dribbble:active,
.social-dribbble.active {
    color: #fff;
    background-color: #981b4b !important;
}

.bg-dribbble {
    background-color: #c32361;
}

.social-instagram {
    color: #fff;
    background-color: #3f729b !important;
}

.social-instagram:hover,
.social-instagram:focus {
    color: #fff;
    background-color: #548cb9 !important;
}

.social-instagram:active,
.social-instagram.active {
    color: #fff;
    background-color: #305777 !important;
}

.bg-instagram {
    background-color: #3f729b;
}

.social-pinterest {
    color: #fff;
    background-color: #cc2127 !important;
}

.social-pinterest:hover,
.social-pinterest:focus {
    color: #fff;
    background-color: #e04046 !important;
}

.social-pinterest:active,
.social-pinterest.active {
    color: #fff;
    background-color: #a01a1f !important;
}

.bg-pinterest {
    background-color: #cc2127;
}

.social-vk {
    color: #fff;
    background-color: #3d5a7d !important;
}

.social-vk:hover,
.social-vk:focus {
    color: #fff;
    background-color: #4e739f !important;
}

.social-vk:active,
.social-vk.active {
    color: #fff;
    background-color: #2c415b !important;
}

.bg-vk {
    background-color: #3d5a7d;
}

.social-yahoo {
    color: #fff;
    background-color: #350178 !important;
}

.social-yahoo:hover,
.social-yahoo:focus {
    color: #fff;
    background-color: #4b01ab !important;
}

.social-yahoo:active,
.social-yahoo.active {
    color: #fff;
    background-color: #1f0145 !important;
}

.bg-yahoo {
    background-color: #350178;
}

.social-behance {
    color: #fff;
    background-color: #1769ff !important;
}

.social-behance:hover,
.social-behance:focus {
    color: #fff;
    background-color: #4a8aff !important;
}

.social-behance:active,
.social-behance.active {
    color: #fff;
    background-color: #0050e3 !important;
}

.bg-behance {
    background-color: #024b4d;
}

.social-dropbox {
    color: #fff;
    background-color: #007ee5 !important;
}

.social-dropbox:hover,
.social-dropbox:focus {
    color: #fff;
    background-color: #1998ff !important;
}

.social-dropbox:active,
.social-dropbox.active {
    color: #fff;
    background-color: #0062b2 !important;
}

.bg-dropbox {
    background-color: #007ee5;
}

.social-reddit {
    color: #fff;
    background-color: #ff4500 !important;
}

.social-reddit:hover,
.social-reddit:focus {
    color: #fff;
    background-color: #ff6a33 !important;
}

.social-reddit:active,
.social-reddit.active {
    color: #fff;
    background-color: #cc3700 !important;
}

.bg-reddit {
    background-color: #ff4500;
}

.social-spotify {
    color: #fff;
    background-color: #7ab800 !important;
}

.social-spotify:hover,
.social-spotify:focus {
    color: #fff;
    background-color: #9ceb00 !important;
}

.social-spotify:active,
.social-spotify.active {
    color: #fff;
    background-color: #588500 !important;
}

.bg-spotify {
    background-color: #7ab800;
}

.social-vine {
    color: #fff;
    background-color: #00b488 !important;
}

.social-vine:hover,
.social-vine:focus {
    color: #fff;
    background-color: #00e7af !important;
}

.social-vine:active,
.social-vine.active {
    color: #fff;
    background-color: #008161 !important;
}

.bg-vine {
    background-color: #00b488;
}

.social-foursquare {
    color: #fff;
    background-color: #0cbadf !important;
}

.social-foursquare:hover,
.social-foursquare:focus {
    color: #fff;
    background-color: #2ad0f4 !important;
}

.social-foursquare:active,
.social-foursquare.active {
    color: #fff;
    background-color: #0992af !important;
}

.bg-foursquare {
    background-color: #0cbadf;
}

.social-vimeo {
    color: #fff;
    background-color: #1ab7ea !important;
}

.social-vimeo:hover,
.social-vimeo:focus {
    color: #fff;
    background-color: #49c6ee !important;
}

.social-vimeo:active,
.social-vimeo.active {
    color: #fff;
    background-color: #1295bf !important;
}

.bg-vimeo {
    background-color: #1ab7ea;
}

.social-skype {
    color: #fff;
    background-color: #77bcfd !important;
}

.social-skype:hover,
.social-skype:focus {
    color: #fff;
    background-color: #a9d5fe !important;
}

.social-skype:active,
.social-skype.active {
    color: #fff;
    background-color: #45a3fc !important;
}

.bg-skype {
    background-color: #77bcfd;
}

.social-evernote {
    color: #fff;
    background-color: #46bf8c !important;
}

.social-evernote:hover,
.social-evernote:focus {
    color: #fff;
    background-color: #6ccca4 !important;
}

.social-evernote:active,
.social-evernote.active {
    color: #fff;
    background-color: #369c71 !important;
}

.bg-evernote {
    background-color: #46bf8c;
}

.blocks,
[class*="blocks-"] {
    padding: 0;
    margin: 0;
    margin-right: -1.0715rem;
    margin-left: -1.0715rem;
    font-size: 0;
    list-style: none;
}

.blocks > .block,
[class*="blocks-"] > li,
[class*="blocks-"] > .block {
    display: inline-block;
    padding-right: 1.0715rem;
    padding-left: 1.0715rem;
    margin-bottom: 2.143rem;
    font-size: 1rem;
    vertical-align: top;
}

.blocks.no-space,
[class*="blocks-"].no-space {
    margin: 0;
}

.blocks.no-space > li,
.blocks.no-space > .block,
[class*="blocks-"].no-space > li,
[class*="blocks-"].no-space > .block {
    padding: 0;
    margin: 0;
}

.blocks-100 > .block,
.blocks-100 > li {
    width: 100%;
}

.blocks-2 > .block,
.blocks-2 > li {
    width: 50%;
}

.blocks-3 > .block,
.blocks-3 > li {
    width: 33.3333333333%;
}

.blocks-4 > .block,
.blocks-4 > li {
    width: 25%;
}

.blocks-5 > .block,
.blocks-5 > li {
    width: 20%;
}

.blocks-6 > .block,
.blocks-6 > li {
    width: 16.6666666667%;
}

.blocks-xs-100 > .block,
.blocks-xs-100 > li {
    width: 100%;
}

.blocks-xs-2 > .block,
.blocks-xs-2 > li {
    width: 50%;
}

.blocks-xs-3 > .block,
.blocks-xs-3 > li {
    width: 33.3333333333%;
}

.blocks-xs-4 > .block,
.blocks-xs-4 > li {
    width: 25%;
}

.blocks-xs-5 > .block,
.blocks-xs-5 > li {
    width: 20%;
}

.blocks-xs-6 > .block,
.blocks-xs-6 > li {
    width: 16.6666666667%;
}

@media (min-width: 480px) {

    .blocks-sm-100 > .block,
    .blocks-sm-100 > li {
        width: 100%;
    }

    .blocks-sm-2 > .block,
    .blocks-sm-2 > li {
        width: 50%;
    }

    .blocks-sm-3 > .block,
    .blocks-sm-3 > li {
        width: 33.3333333333%;
    }

    .blocks-sm-4 > .block,
    .blocks-sm-4 > li {
        width: 25%;
    }

    .blocks-sm-5 > .block,
    .blocks-sm-5 > li {
        width: 20%;
    }

    .blocks-sm-6 > .block,
    .blocks-sm-6 > li {
        width: 16.6666666667%;
    }

}

@media (min-width: 768px) {

    .blocks-md-100 > .block,
    .blocks-md-100 > li {
        width: 100%;
    }

    .blocks-md-2 > .block,
    .blocks-md-2 > li {
        width: 50%;
    }

    .blocks-md-3 > .block,
    .blocks-md-3 > li {
        width: 33.3333333333%;
    }

    .blocks-md-4 > .block,
    .blocks-md-4 > li {
        width: 25%;
    }

    .blocks-md-5 > .block,
    .blocks-md-5 > li {
        width: 20%;
    }

    .blocks-md-6 > .block,
    .blocks-md-6 > li {
        width: 16.6666666667%;
    }

}

@media (min-width: 992px) {

    .blocks-lg-100 > .block,
    .blocks-lg-100 > li {
        width: 100%;
    }

    .blocks-lg-2 > .block,
    .blocks-lg-2 > li {
        width: 50%;
    }

    .blocks-lg-3 > .block,
    .blocks-lg-3 > li {
        width: 33.3333333333%;
    }

    .blocks-lg-4 > .block,
    .blocks-lg-4 > li {
        width: 25%;
    }

    .blocks-lg-5 > .block,
    .blocks-lg-5 > li {
        width: 20%;
    }

    .blocks-lg-6 > .block,
    .blocks-lg-6 > li {
        width: 16.6666666667%;
    }

    /*#pm_main_menu #managerNav .menu_label{*/
    /*  display: none;*/
    /*}*/

}

@media (min-width: 1200px) {

    .blocks-xl-100 > .block,
    .blocks-xl-100 > li {
        width: 100%;
    }

    .blocks-xl-2 > .block,
    .blocks-xl-2 > li {
        width: 50%;
    }

    .blocks-xl-3 > .block,
    .blocks-xl-3 > li {
        width: 33.3333333333%;
    }

    .blocks-xl-4 > .block,
    .blocks-xl-4 > li {
        width: 25%;
    }

    .blocks-xl-5 > .block,
    .blocks-xl-5 > li {
        width: 20%;
    }

    .blocks-xl-6 > .block,
    .blocks-xl-6 > li {
        width: 16.6666666667%;
    }
}

@media (min-width: 1600px) {

    .blocks-xxl-100 > .block,
    .blocks-xxl-100 > li {
        width: 100%;
    }

    .blocks-xxl-2 > .block,
    .blocks-xxl-2 > li {
        width: 50%;
    }

    .blocks-xxl-3 > .block,
    .blocks-xxl-3 > li {
        width: 33.3333333333%;
    }

    .blocks-xxl-4 > .block,
    .blocks-xxl-4 > li {
        width: 25%;
    }

    .blocks-xxl-5 > .block,
    .blocks-xxl-5 > li {
        width: 20%;
    }

    .blocks-xxl-6 > .block,
    .blocks-xxl-6 > li {
        width: 16.6666666667%;
    }
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}

.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.avatar-online i {
    background-color: #11c26d;
}

.avatar-off i {
    background-color: #526069;
}

.avatar-busy i {
    background-color: #eb6709;
}

.avatar-away i {
    background-color: #ff4c52;
}

.avatar-100 {
    width: 100px;
}

.avatar-100 i {
    width: 20px;
    height: 20px;
}

.avatar-lg {
    width: 50px;
}

.avatar-lg i {
    width: 12px;
    height: 12px;
}

.avatar-sm {
    width: 30px;
}

.avatar-sm i {
    width: 8px;
    height: 8px;
}

.avatar-xs {
    width: 20px;
}

.avatar-xs i {
    width: 7px;
    height: 7px;
}

.status {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.status-online {
    background-color: #11c26d;
}

.status-off {
    background-color: #526069;
}

.status-busy {
    background-color: #eb6709;
}

.status-away {
    background-color: #ff4c52;
}

.status-lg {
    width: 14px;
    height: 14px;
}

.status-md {
    width: 10px;
    height: 10px;
}

.status-sm {
    width: 8px;
    height: 8px;
}

.status-xs {
    width: 7px;
    height: 7px;
}

.icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-rendering: auto;
}

.icon.float-left {
    margin-right: .3em;
}

.icon.float-right {
    margin-left: .3em;
}

.icon-circle {
    position: relative;
    margin: .5em;
}

.icon-circle:before {
    position: relative;
    z-index: 1;
}

.icon-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 2em;
    height: 2em;
    content: "";
    background-color: inherit;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-lg {
    font-size: 1.3333333333em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.icon-fw {
    width: 1.2857142857em;
    text-align: center;
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.icon-ul > li {
    position: relative;
}

.icon-li {
    position: absolute;
    top: .1428571429em;
    left: -2.1428571429em;
    width: 2.1428571429em;
    text-align: center;
}

.icon-li.icon-lg {
    left: -1.8571428571em;
}

.icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #e4eaec;
    border-radius: .1em;
}

.icon-spin {
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear;
}

.icon-spin-reverse {
    -webkit-animation: icon-spin-reverse 2s infinite linear;
    animation: icon-spin-reverse 2s infinite linear;
}

.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.icon-stack-1x {
    line-height: inherit;
}

.icon-stack-2x {
    font-size: 2em;
}

.icon-stack-inverse {
    color: #fff;
}

.icon-color {
    color: rgba(55, 71, 79, .4);
}

.icon-color:hover,
.icon-color:focus {
    color: rgba(55, 71, 79, .6);
}

.icon-color.active,
.icon-color:active {
    color: #37474f;
}

.icon-color-alt {
    color: rgba(55, 71, 79, .6);
}

.icon-color-alt:hover,
.icon-color-alt:focus {
    color: rgba(55, 71, 79, .8);
}

.icon-color-alt.active,
.icon-color-alt:active {
    color: #37474f;
}

:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes icon-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes icon-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

.hamburger {
    font-size: 17px;
    vertical-align: middle;
}

.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.hamburger:before,
.hamburger:after {
    content: "";
}

.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #76838f;
    border-radius: 1px;
}

.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
    background: #76838f;
}

.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
    background: #fff;
}

.hamburger .hamburger-bar {
    margin: .2em 0;
}

.hamburger-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    transform-origin: 8%;
}

.hamburger-close .hamburger-bar {
    opacity: 0;
}

.hamburger-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    transform-origin: 8%;
}

.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
    opacity: 1;
}

.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.hamburger-arrow-left.collapsed {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hamburger-arrow-left.collapsed:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.hamburger-arrow-left.collapsed .hamburger-bar {
    border-radius: .2em;
}

.hamburger-arrow-left.collapsed:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -0.1em, 0) rotate(-45deg);
    transform: translate3d(.45em, -0.1em, 0) rotate(-45deg);
}

.counter {
    text-align: center;
}

.counter > .counter-number,
.counter .counter-number-group {
    font-size: 20px;
    color: #37474f;
}

.counter-label {
    display: block;
}

.counter-icon {
    font-size: 20px;
}

.counter-lg > .counter-number,
.counter-lg .counter-number-group {
    font-size: 40px;
}

.counter-lg .counter-icon {
    font-size: 40px;
}

.counter-md > .counter-number,
.counter-md .counter-number-group {
    font-size: 30px;
}

.counter-md .counter-icon {
    font-size: 30px;
}

.counter-sm > .counter-number,
.counter-sm .counter-number-group {
    font-size: 14px;
}

.counter-sm .counter-icon {
    font-size: 14px;
}

.counter-sm .counter-number-related + .counter-number,
.counter-sm .counter-number + .counter-number-related {
    margin-left: 0;
}

.counter-inverse {
    color: #fff;
}

.counter-inverse > .counter-number,
.counter-inverse .counter-number-group {
    color: #fff;
}

.counter-inverse .counter-icon {
    color: #fff;
}

.panel {
    position: relative;
    margin-bottom: 2.143rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-content > .row {
    padding-right: 30px;
    padding-left: 30px;
}

.panel-content > .row > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.panel-heading {
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: .214rem;
    border-top-right-radius: .214rem;
}

.panel-heading + .alert {
    border-radius: 0;
}

.panel-heading > .nav-tabs {
    border-bottom: none;
}

.panel-heading-tab {
    padding: 10px 30px 0;
    background-color: #3e8ef7;
}

.panel-heading-tab > .nav-tabs .nav-link {
    color: #fff;
}

.panel-heading-tab > .nav-tabs .nav-link.hover,
.panel-heading-tab > .nav-tabs .nav-link:hover {
    color: #76838f;
}

.panel-heading-tab > .nav-tabs .nav-link.active,
.panel-heading-tab > .nav-tabs .nav-link:active {
    color: #76838f;
    background-color: #fff;
}

.panel-heading + .nav-tabs {
    margin-top: -0.715rem;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-body {
    position: relative;
    padding: 30px;
}

.panel-body::after {
    display: block;
    clear: both;
    content: "";
}

.panel-heading + .panel-body {
    padding-top: 0;
}

.panel-body h1:first-child,
.panel-body h2:first-child,
.panel-body h3:first-child,
.panel-body h4:first-child,
.panel-body h5:first-child,
.panel-body h6:first-child,
.panel-body .h1:first-child,
.panel-body .h2:first-child,
.panel-body .h3:first-child,
.panel-body .h4:first-child,
.panel-body .h5:first-child,
.panel-body .h6:first-child {
    margin-top: 0;
}

.panel-body > *:last-child {
    margin-bottom: 0;
}

.panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
    border-bottom-color: transparent;
}

.panel-footer {
    padding: 0 30px 15px;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom-right-radius: .214rem;
    border-bottom-left-radius: .214rem;
}

.table + .panel-footer {
    padding-top: 15px;
    border-color: #e4eaec;
}

.panel-title {
    display: block;
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #37474f;
}

.panel-title > .icon {
    margin-right: 10px;
}

.panel-title > .badge {
    margin-left: 10px;
}

.panel-title small,
.panel-title .small {
    color: #76838f;
}

.panel-title > a,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-desc {
    display: block;
    padding: 5px 0 0;
    margin: 0;
    font-size: 1rem;
    color: #76838f;
}

.panel-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media (max-width: 479px) {
    .panel-actions {
        right: 20px;
    }
}

ul .panel-actions {
    list-style: none;
}

ul .panel-actions > li {
    display: inline-block;
    margin-left: 8px;
}

ul .panel-actions > li:first-child {
    margin-left: 0;
}

.panel-actions a.dropdown-toggle {
    text-decoration: none;
}

.panel-actions .dropdown {
    display: inline-block;
}

.panel-actions .dropdown-toggle {
    display: inline-block;
}

.panel-actions .panel-action {
    display: inline-block;
    padding: 8px 10px;
    color: #a3afb7;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.panel-actions .panel-action:hover {
    color: #526069;
}

.panel-actions .panel-action:active {
    color: #526069;
}

.panel-actions .panel-action[data-toggle="dropdown"]:not(.dropdown-toggle) {
    width: 34px;
    text-align: center;
}

.panel-actions .progress {
    width: 100px;
    margin: 0;
}

.panel-actions .pagination {
    margin: 0;
}

ul.panel-actions {
    list-style: none;
}

ul.panel-actions > li {
    display: inline-block;
    margin-left: 8px;
}

ul.panel-actions > li:first-child {
    margin-left: 0;
}

.panel-toolbar {
    padding: 5px 15px;
    margin: 0;
    background-color: transparent;
    border-top: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec;
}

.panel-bordered .panel-toolbar {
    border-top-color: transparent;
}

.panel-toolbar .btn {
    padding: 5px 10px;
    color: #a3afb7;
}

.panel-toolbar .btn.icon {
    width: 1em;
    text-align: center;
}

.panel-toolbar .btn:hover,
.panel-toolbar .btn:active,
.panel-toolbar .btn.active {
    color: #76838f;
}

.panel-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: .286rem;
    opacity: .6;
}

.panel-loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.panel > *:not(.panel-loading):not(.collapsing) {
    transition: opacity .3s;
}

.panel.is-loading > *:not(.panel-loading) {
    opacity: .3;
}

.panel.is-loading .panel-loading {
    display: block;
    opacity: 1;
}

.panel-footer-chart {
    padding: 0;
}

.panel-control {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-body.scrollable-vertical {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 479px) {
    .panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.panel-body.scrollable-vertical > .scrollable-bar {
    height: calc(100% - 30px);
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-transform: translateX(-26px);
    transform: translateX(-26px);
}

.panel-bordered > .panel-body.scrollable-vertical > .scrollable-bar {
    height: calc(100% - 2 * 30px);
    margin-bottom: 30px;
}

.panel-body.scrollable-horizontal {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
    padding-top: 0;
    padding-bottom: 30px;
}

.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.panel-body.scrollable-horizontal > .scrollable-bar {
    width: calc(100% - 2 * 30px);
    margin-right: 30px;
    margin-left: 0;
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
}

@media (max-width: 479px) {
    .panel-body.scrollable-horizontal > .scrollable-bar {
        width: calc(100% - 2* 20px);
        margin-right: 20px;
    }
}

.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-bar {
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
}

.panel-bordered > .panel-heading {
    border-bottom: 1px solid #e4eaec;
}

.panel-bordered > .panel-heading > .panel-title {
    padding-bottom: 20px;
}

.panel-bordered > .panel-footer {
    padding-top: 15px;
    border-top: 1px solid #e4eaec;
}

.panel-bordered > .panel-body {
    padding-top: 30px;
}

.panel-bordered > .table > tbody:first-child > tr:first-child th,
.panel-bordered > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel.is-dragging {
    opacity: .8;
}

.panel.is-dragging {
    cursor: move;
}

.panel > .nav-tabs-vertical .nav-tabs {
    margin-left: -1px;
}

.panel > .nav-tabs-vertical .nav-tabs > li > a {
    border-left: none;
    border-radius: 0;
}

.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
    margin-right: -1px;
}

.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
    border-right: none;
    border-radius: 0;
}

.panel:hover .panel-actions .show-on-hover {
    display: inline-block;
}

.panel .panel-actions .show-on-hover {
    display: none;
}

.panel.is-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.panel.is-fullscreen .panel-loading {
    border-radius: 0;
}

.panel.is-fullscreen .panel-actions [data-toggle="collapse"] {
    display: none;
}

.panel.is-close {
    display: none;
}

.panel.is-collapse .panel-body {
    display: none;
    height: 0;
}

.panel > .alert {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 479px) {
    .panel > .alert {
        padding-right: 20px;
        padding-left: 20px;
    }

    .panel > .alert-dismissible {
        padding-right: 40px;
    }
}

.panel > .alert-dismissible {
    padding-right: 50px;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 30px 30px;
    padding-left: 30px 30px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: .214rem;
    border-top-right-radius: .214rem;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: .214rem;
    border-top-right-radius: .214rem;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: .214rem;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: .214rem;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: .214rem;
    border-bottom-left-radius: .214rem;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: .214rem;
    border-bottom-left-radius: .214rem;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: .214rem;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: .214rem;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #e4eaec;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel > .table > tr > td:first-child,
.panel > .table > tr > th:first-child,
.panel > .table > thead > tr > td:first-child,
.panel > .table > thead > tr > th:first-child,
.panel > .table > tbody > tr > td:first-child,
.panel > .table > tbody > tr > th:first-child,
.panel > .table > tfoot > tr > td:first-child,
.panel > .table > tfoot > tr > th:first-child,
.panel > .table-responsive .table > tr > td:first-child,
.panel > .table-responsive .table > tr > th:first-child,
.panel > .table-responsive .table > thead > tr > td:first-child,
.panel > .table-responsive .table > thead > tr > th:first-child,
.panel > .table-responsive .table > tbody > tr > td:first-child,
.panel > .table-responsive .table > tbody > tr > th:first-child,
.panel > .table-responsive .table > tfoot > tr > td:first-child,
.panel > .table-responsive .table > tfoot > tr > th:first-child {
    padding-left: 30px;
}

@media (max-width: 479px) {

    .panel > .table > tr > td:first-child,
    .panel > .table > tr > th:first-child,
    .panel > .table > thead > tr > td:first-child,
    .panel > .table > thead > tr > th:first-child,
    .panel > .table > tbody > tr > td:first-child,
    .panel > .table > tbody > tr > th:first-child,
    .panel > .table > tfoot > tr > td:first-child,
    .panel > .table > tfoot > tr > th:first-child,
    .panel > .table-responsive .table > tr > td:first-child,
    .panel > .table-responsive .table > tr > th:first-child,
    .panel > .table-responsive .table > thead > tr > td:first-child,
    .panel > .table-responsive .table > thead > tr > th:first-child,
    .panel > .table-responsive .table > tbody > tr > td:first-child,
    .panel > .table-responsive .table > tbody > tr > th:first-child,
    .panel > .table-responsive .table > tfoot > tr > td:first-child,
    .panel > .table-responsive .table > tfoot > tr > th:first-child {
        padding-left: 20px;
    }
}

.panel > .table > tr > td:last-child,
.panel > .table > tr > th:last-child,
.panel > .table > thead > tr > td:last-child,
.panel > .table > thead > tr > th:last-child,
.panel > .table > tbody > tr > td:last-child,
.panel > .table > tbody > tr > th:last-child,
.panel > .table > tfoot > tr > td:last-child,
.panel > .table > tfoot > tr > th:last-child,
.panel > .table-responsive .table > tr > td:last-child,
.panel > .table-responsive .table > tr > th:last-child,
.panel > .table-responsive .table > thead > tr > td:last-child,
.panel > .table-responsive .table > thead > tr > th:last-child,
.panel > .table-responsive .table > tbody > tr > td:last-child,
.panel > .table-responsive .table > tbody > tr > th:last-child,
.panel > .table-responsive .table > tfoot > tr > td:last-child,
.panel > .table-responsive .table > tfoot > tr > th:last-child {
    padding-right: 30px;
}

@media (max-width: 479px) {

    .panel > .table > tr > td:last-child,
    .panel > .table > tr > th:last-child,
    .panel > .table > thead > tr > td:last-child,
    .panel > .table > thead > tr > th:last-child,
    .panel > .table > tbody > tr > td:last-child,
    .panel > .table > tbody > tr > th:last-child,
    .panel > .table > tfoot > tr > td:last-child,
    .panel > .table > tfoot > tr > th:last-child,
    .panel > .table-responsive .table > tr > td:last-child,
    .panel > .table-responsive .table > tr > th:last-child,
    .panel > .table-responsive .table > thead > tr > td:last-child,
    .panel > .table-responsive .table > thead > tr > th:last-child,
    .panel > .table-responsive .table > tbody > tr > td:last-child,
    .panel > .table-responsive .table > tbody > tr > th:last-child,
    .panel > .table-responsive .table > tfoot > tr > td:last-child,
    .panel > .table-responsive .table > tfoot > tr > th:last-child {
        padding-right: 20px;
    }
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 1px solid #e4eaec;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: .214rem;
    border-top-right-radius: .214rem;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: .214rem;
    border-bottom-left-radius: .214rem;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel > .list-group .list-group-item {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 479px) {
    .panel > .list-group .list-group-item {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel.panel-transparent {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.panel.panel-transparent > .panel-heading,
.panel.panel-transparent > .panel-footer {
    border-color: transparent;
}

.panel-default .panel-heading {
    color: #76838f;
    background-color: #e4eaec;
    border: none;
}

.panel-default .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e4eaec;
}

.panel-default .panel-heading .badge-pill {
    color: #e4eaec;
    background-color: #76838f;
}

.panel-default .panel-title {
    color: #76838f;
}

.panel-default .panel-action {
    color: #76838f;
}

.panel-default .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e4eaec;
}

.panel-default .panel-title {
    color: #37474f;
}

.panel-primary .panel-heading {
    color: #fff;
    background-color: #3e8ef7;
    border: none;
}

.panel-primary .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3e8ef7;
}

.panel-primary .panel-heading .badge-pill {
    color: #3e8ef7;
    background-color: #fff;
}

.panel-primary .panel-title {
    color: #fff;
}

.panel-primary .panel-action {
    color: #fff;
}

.panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3e8ef7;
}

.panel-success .panel-heading {
    color: #fff;
    background-color: #11c26d;
    border: none;
}

.panel-success .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0fab46;
}

.panel-success .panel-heading .badge-pill {
    color: #11c26d;
    background-color: #fff;
}

.panel-success .panel-title {
    color: #fff;
}

.panel-success .panel-action {
    color: #fff;
}

.panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0fab46;
}

.panel-info .panel-heading {
    color: #fff;
    background-color: #0bb2d4;
    border: none;
}

.panel-info .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #09b2b2;
}

.panel-info .panel-heading .badge-pill {
    color: #0bb2d4;
    background-color: #fff;
}

.panel-info .panel-title {
    color: #fff;
}

.panel-info .panel-action {
    color: #fff;
}

.panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #09b2b2;
}

.panel-warning .panel-heading {
    color: #fff;
    background-color: #eb6709;
    border: none;
}

.panel-warning .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dc3d08;
}

.panel-warning .panel-heading .badge-pill {
    color: #eb6709;
    background-color: #fff;
}

.panel-warning .panel-title {
    color: #fff;
}

.panel-warning .panel-action {
    color: #fff;
}

.panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dc3d08;
}

.panel-danger .panel-heading {
    color: #fff;
    background-color: #ff4c52;
    border: none;
}

.panel-danger .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ff3d64;
}

.panel-danger .panel-heading .badge-pill {
    color: #ff4c52;
    background-color: #fff;
}

.panel-danger .panel-title {
    color: #fff;
}

.panel-danger .panel-action {
    color: #fff;
}

.panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ff3d64;
}

.panel-dark .panel-heading {
    color: #fff;
    background-color: #526069;
    border: none;
}

.panel-dark .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #526069;
}

.panel-dark .panel-heading .badge-pill {
    color: #526069;
    background-color: #fff;
}

.panel-dark .panel-title {
    color: #fff;
}

.panel-dark .panel-action {
    color: #fff;
}

.panel-dark .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #526069;
}

.panel-line .panel-heading {
    background: transparent;
    border: none;
    border-top: 3px solid transparent;
}

.panel-line.panel-default .panel-heading {
    color: #e4eaec;
    background: transparent;
    border-top-color: #e4eaec;
}

.panel-line.panel-default .panel-title {
    color: #e4eaec;
}

.panel-line.panel-default .panel-action {
    color: #e4eaec;
}

.panel-line.panel-default .panel-title {
    color: #37474f;
}

.panel-line.panel-default .panel-action {
    color: #a3afb7;
}

.panel-line.panel-primary .panel-heading {
    color: #3e8ef7;
    background: transparent;
    border-top-color: #3e8ef7;
}

.panel-line.panel-primary .panel-title {
    color: #3e8ef7;
}

.panel-line.panel-primary .panel-action {
    color: #3e8ef7;
}

.panel-line.panel-success .panel-heading {
    color: #11c26d;
    background: transparent;
    border-top-color: #11c26d;
}

.panel-line.panel-success .panel-title {
    color: #11c26d;
}

.panel-line.panel-success .panel-action {
    color: #11c26d;
}

.panel-line.panel-info .panel-heading {
    color: #0bb2d4;
    background: transparent;
    border-top-color: #0bb2d4;
}

.panel-line.panel-info .panel-title {
    color: #0bb2d4;
}

.panel-line.panel-info .panel-action {
    color: #0bb2d4;
}

.panel-line.panel-warning .panel-heading {
    color: #eb6709;
    background: transparent;
    border-top-color: #eb6709;
}

.panel-line.panel-warning .panel-title {
    color: #eb6709;
}

.panel-line.panel-warning .panel-action {
    color: #eb6709;
}

.panel-line.panel-danger .panel-heading {
    color: #ff4c52;
    background: transparent;
    border-top-color: #ff4c52;
}

.panel-line.panel-danger .panel-title {
    color: #ff4c52;
}

.panel-line.panel-danger .panel-action {
    color: #ff4c52;
}

.panel-line.panel-dark .panel-heading {
    color: #526069;
    background: transparent;
    border-top-color: #526069;
}

.panel-line.panel-dark .panel-title {
    color: #526069;
}

.panel-line.panel-dark .panel-action {
    color: #526069;
}

@media (max-width: 767px) {
    .panel-actions {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        padding: 0 30px 15px;
        margin: auto;
        -webkit-transform: none;
        transform: none;
    }

    .panel-actions-keep {
        position: absolute;
        top: 50%;
        right: 30px;
        padding: 0;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
}

@media (max-width: 479px) {
    .panel-actions {
        padding-left: 20px;
    }

    .panel-actions-keep {
        right: 15px;
    }

    .panel-actions .progress {
        min-width: 80px;
    }

    .panel-actions .show-on-hover {
        display: none;
    }

    .panel-title,
    .panel-body,
    .panel-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.panel-group {
    margin-bottom: 22px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: .286rem;
    box-shadow: none;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-group .panel-title {
    position: relative;
    padding: 15px 30px;
    font-size: 1rem;
}

.panel-group .panel-title:before,
.panel-group .panel-title:after {
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: "Web Icons";
    transition: all 300ms linear 0s;
}

.panel-group .panel-title:before {
    content: "";
}

.panel-group .panel-title:after {
    content: "";
}

.panel-group .panel-title[aria-expanded="false"]:before {
    opacity: 1;
}

.panel-group .panel-title[aria-expanded="false"]:after {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.panel-group .panel-title[aria-expanded="true"]:before {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-title[aria-expanded="true"]:after {
    opacity: 1;
}

.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
    color: #76838f;
    text-decoration: none;
}

.panel-group .panel-title:focus {
    outline: none;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse {
    margin: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #e4eaec;
}

.panel-group .panel-collapse .panel-body {
    padding: 15px 30px;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #e4eaec;
}

.panel-group-continuous .panel {
    border-radius: 0;
}

.panel-group-continuous .panel:first-child {
    border-radius: .286rem .286rem 0 0;
}

.panel-group-continuous .panel:last-child {
    border-radius: 0 0 .286rem .286rem;
}

.panel-group-continuous .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #e4eaec;
}

.panel-group-simple .panel {
    background: transparent;
}

.panel-group-simple .panel-title {
    padding-bottom: 10px;
    padding-left: 0;
}

.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
    right: 5px;
}

.panel-group-simple .panel-collapse .panel-body {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

.panel-group-simple .panel + .panel {
    margin-top: 0;
}

.cover {
    overflow: hidden;
}

.cover-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cover-image {
    width: 100%;
}

.cover-quote,
.blockquote.cover-quote {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    border-left: none;
}

.cover-quote:before,
.cover-quote:after,
.blockquote.cover-quote:before,
.blockquote.cover-quote:after {
    position: absolute;
    top: -20px;
    font-size: 4em;
}

.cover-quote:before,
.blockquote.cover-quote:before {
    left: 0;
    content: open-quote;
}

.cover-quote:after,
.blockquote.cover-quote:after {
    right: 0;
    visibility: hidden;
    content: close-quote;
}

.cover-quote.blockquote-reverse,
.blockquote.cover-quote.blockquote-reverse {
    padding-right: 35px;
    padding-left: 20px;
    border-right: none;
}

.cover-quote.blockquote-reverse:before,
.blockquote.cover-quote.blockquote-reverse:before {
    right: 0;
    left: auto;
    content: close-quote;
}

.cover-gallery .carousel-inner img {
    width: 100%;
}

.cover-iframe {
    width: 100%;
    border: 0 none;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.overlay1 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.overlay-figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

/* Sub-object `overlay-panel`
 ========================================================================== */
.overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
}

.overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: underline;
}

.overlay-panel > :last-child {
    margin-bottom: 0;
}

.overlay-panel h1,
.overlay-panel h2,
.overlay-panel h3,
.overlay-panel h4,
.overlay-panel h5,
.overlay-panel h6 {
    color: inherit;
}

/* Sub-object `overlay-hover`
 ========================================================================== */
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
    opacity: 0;
}

/* Modifier `overlay-background`
 ========================================================================== */
.overlay-background {
    background: rgba(0, 0, 0, .5);
}

/* Modifier `overlay-image`
 ========================================================================== */
.overlay-image {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Modifier `overlay-shade`
 ========================================================================== */
.overlay-shade {
    background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
}

/* Position modifiers
 ========================================================================== */
.overlay-top {
    bottom: auto;
}

.overlay-bottom {
    top: auto;
}

.overlay-left {
    right: auto;
}

.overlay-right {
    left: auto;
}

/* Sub-object `overlay-icon`
 ========================================================================== */
.overlay-icon {
    font-size: 0;
    text-align: center;
}

.overlay-icon:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.overlay-icon .icon {
    display: inline-block;
    width: 2.286rem;
    height: 2.286rem;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 2.286rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

/* Sub-object `overlay-anchor`
 ========================================================================== */
.overlay-anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Transitions
 ========================================================================== */
.overlay-fade,
.overlay-scale,
.overlay-spin,
.overlay-grayscale,
.overlay-blur,
[class*="overlay-slide"] {
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-property: opacity transform filter;
}

.overlay-fade {
    opacity: .7;
}

.overlay-hover:hover .overlay-fade {
    opacity: 1;
}

.overlay-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay-hover:hover .overlay-scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-spin {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.overlay-hover:hover .overlay-spin {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.overlay-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.overlay-hover:hover .overlay-grayscale {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

[class*="overlay-slide"] {
    opacity: 0;
}

/* Top */
.overlay-slide-top {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* Bottom */
.overlay-slide-bottom {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* Left */
.overlay-slide-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* Right */
.overlay-slide-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* Hover */
.overlay-hover:hover [class*="overlay-slide"] {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.comments {
    padding: 0;
    margin: 0;
}

.comments .comment {
    border: none;
    border-bottom: 1px solid #e4eaec;
}

.comments .comment .comment:first-child {
    border-top: 1px solid #e4eaec;
}

.comments .comment .comment:last-child {
    border-bottom: none;
}

.comment {
    padding: 20px 0;
    margin: 0;
}

.comment .comment {
    padding-bottom: 20px;
    margin-top: 20px;
}

.comment .comment:last-child {
    padding-bottom: 0;
}

.comment-author,
.comment-author:hover,
.comment-author:focus {
    color: #37474f;
}

.comment-meta {
    display: inline-block;
    margin-left: 5px;
    font-size: .858rem;
    color: #a3afb7;
}

.comment-content {
    margin-top: 5px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-actions {
    margin-top: 10px;
    text-align: right;
}

.comment-actions a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.comment-actions a.icon {
    text-decoration: none;
}

.comment-actions a:last-child {
    margin-right: 0;
}

.comment-reply {
    margin: 22px 0 10px;
}

.comment-reply .form-group:last-child {
    margin-bottom: 0;
}

.chat-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.chats {
    padding: 30px 15px;
}

.chat-avatar {
    float: right;
}

.chat-avatar .avatar {
    width: 30px;
}

.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}

.chat-body:first-child {
    margin-top: 0;
}

.chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: #3e8ef7;
    border-radius: .286rem;
}

.chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid transparent;
    border-left-color: #3e8ef7;
}

.chat-content p {
    margin-bottom: .5rem;
}

.chat-content > p:last-child {
    margin-bottom: 0;
}

.chat-content + .chat-content:before {
    border-color: transparent;
}

.chat-time {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .6);
}

.chat-left .chat-avatar {
    float: left;
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
}

.chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px;
    color: #76838f;
    background-color: #dfe9ef;
}

.chat-left .chat-content:before {
    right: auto;
    left: -10px;
    border-right-color: #dfe9ef;
    border-left-color: transparent;
}

.chat-left .chat-content + .chat-content:before {
    border-color: transparent;
}

.chat-left .chat-time {
    color: #a3afb7;
}

.steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 22px;
}

.step {
    position: relative;
    padding: 12px 20px;
    margin: 0;
    font-size: inherit;
    color: #a3afb7;
    vertical-align: top;
    background-color: #f3f7f9;
    border-radius: 0;
}

.step-icon {
    float: left;
    margin-right: .5em;
    font-size: 20px;
}

.step-number {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 32px;
    color: #00496E;
    text-align: center;
    background: #fff;
    border: 2px solid #00496E;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step.complete .step-number,
.step.complete .step-title,
.step.complete .step-subtitle{
    color: #fff;
}
.step.complete .step-number{
    color: #fff;
    background: #1DC173;
    border: 2px solid #fff;
}
.step-number ~ .step-desc {
    min-height: 40px;
    margin-left: 50px;
}

.step-title {
    margin-bottom: 0;
    font-size: 20px;
    color: #526069;
}

.step-desc {
    text-align: left;
}

.step-desc p {
    margin-bottom: 0;
}

.steps-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
}

.step.current,
.step.active {
    color: #fff;
    background-color: #3e8ef7;
}

.step.current .step-title,
.step.active .step-title {
    color: #fff;
}

.step.current .step-number,
.step.active .step-number {
    color: #fff;
    background-color: #00496E;
    border: 2px solid #fff;
}

.step.disabled {
    color: #ccd5db;
    pointer-events: none;
    cursor: auto;
}

.step.disabled .step-title {
    color: #ccd5db;
}

.step.disabled .step-number {
    background-color: #ccd5db;
}

.step.error {
    color: #fff;
    background-color: #ff4c52;
}

.step.error .step-title {
    color: #fff;
}

.step.error .step-number {
    color: #ff4c52;
    background-color: #fff;
}

.step.done {
    color: #fff;
    background-color: #11c26d;
}

.step.done .step-title {
    color: #fff;
}

.step.done .step-number {
    color: #11c26d;
    background-color: #fff;
}

.steps-lg .step {
    padding: 20px;
    font-size: 16px;
}

.steps-lg .step-icon {
    font-size: 22px;
}

.steps-lg .step-title {
    font-size: 22px;
}

.steps-lg .step-number {
    width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 46px;
}

.steps-lg .step-number ~ .step-desc {
    min-height: 46px;
    margin-left: 56px;
}

.steps-sm .step {
    font-size: 12px;
}

.steps-sm .step-icon {
    font-size: 18px;
}

.steps-sm .step-title {
    font-size: 18px;
}

.steps-sm .step-number {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 32px;
}

.steps-sm .step-number ~ .step-desc {
    min-height: 30px;
    margin-left: 40px;
}

.steps-xs .step {
    font-size: 10px;
}

.steps-xs .step-icon {
    font-size: 16px;
}

.steps-xs .step-title {
    font-size: 16px;
}

.steps-xs .step-number {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
}

.steps-xs .step-number ~ .step-desc {
    min-height: 24px;
    margin-left: 34px;
}

.pearls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 22px;
}

.pearl {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pearl:before,
.pearl:after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #f3f7f9;
}

.pearl:before {
    left: 0;
}

.pearl:after {
    right: 0;
}

.pearl:first-child:before,
.pearl:last-child:after {
    display: none !important;
}

.pearl-number,
.pearl-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #ccd5db;
    border: 2px solid #ccd5db;
    border-radius: 50%;
}

.pearl-number {
    font-size: 18px;
}

.pearl-icon {
    font-size: 18px;
}

.pearl-title {
    display: block;
    margin-top: .5em;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 16px;
    color: #526069;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pearl.current:before,
.pearl.current:after,
.pearl.active:before,
.pearl.active:after {
    background-color: #3e8ef7;
}

.pearl.current .pearl-number,
.pearl.current .pearl-icon,
.pearl.active .pearl-number,
.pearl.active .pearl-icon {
    color: #3e8ef7;
    background-color: #fff;
    border-color: #3e8ef7;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.pearl.disabled {
    pointer-events: none;
    cursor: auto;
}

.pearl.disabled:before,
.pearl.disabled:after {
    background-color: #f3f7f9;
}

.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
    color: #fff;
    background-color: #ccd5db;
    border-color: #ccd5db;
}

.pearl.error:before {
    background-color: #3e8ef7;
}

.pearl.error:after {
    background-color: #f3f7f9;
}

.pearl.error .pearl-number,
.pearl.error .pearl-icon {
    color: #ff4c52;
    background-color: #fff;
    border-color: #ff4c52;
}

.pearl.done:before,
.pearl.done:after {
    background-color: #3e8ef7;
}

.pearl.done .pearl-number,
.pearl.done .pearl-icon {
    color: #fff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
}

.pearls-lg .pearl:before,
.pearls-lg .pearl:after {
    top: 20px;
}

.pearls-lg .pearl-title {
    font-size: 18px;
}

.pearls-lg .pearl-number,
.pearls-lg .pearl-icon {
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.pearls-lg .pearl-icon {
    font-size: 20px;
}

.pearls-lg .pearl-number {
    font-size: 20px;
}

.pearls-sm .pearl:before,
.pearls-sm .pearl:after {
    top: 16px;
}

.pearls-sm .pearl-title {
    font-size: 14px;
}

.pearls-sm .pearl-number,
.pearls-sm .pearl-icon {
    width: 32px;
    height: 32px;
    line-height: 28px;
}

.pearls-sm .pearl-number {
    font-size: 16px;
}

.pearls-sm .pearl-icon {
    font-size: 14px;
}

.pearls-xs .pearl:before,
.pearls-xs .pearl:after {
    top: 12px;
    height: 2px;
}

.pearls-xs .pearl-title {
    font-size: 12px;
}

.pearls-xs .pearl-number,
.pearls-xs .pearl-icon {
    width: 24px;
    height: 24px;
    line-height: 20px;
}

.pearls-xs .pearl-number {
    font-size: 12px;
}

.pearls-xs .pearl-icon {
    font-size: 12px;
}

.timeline {
    position: relative;
    padding: 0;
    margin-bottom: 22px;
    list-style: none;
    background: transparent;
}

.timeline::after {
    display: block;
    clear: both;
    content: "";
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    content: "";
    background-color: #e4eaec;
}

.timeline:not(.timeline-single) .timeline-item:first-child + .timeline-item,
.timeline:not(.timeline-single) .timeline-period + .timeline-item + .timeline-item {
    margin-top: 90px;
}

.timeline-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-right: 40px;
    margin-bottom: 60px;
}

.timeline-item:not(.timeline-period)::after {
    display: block;
    clear: both;
    content: "";
}

.timeline-item.timeline-reverse {
    float: right;
    padding-right: 0;
    padding-left: 40px;
    clear: right;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-period {
    position: relative;
    z-index: 6;
    display: block;
    padding: 25px 10px;
    margin: 20px auto 30px;
    clear: both;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    background: #f1f4f5;
}

.timeline-content {
    width: 100%;
    overflow: hidden;
}

.timeline-dot {
    position: absolute;
    top: 7.5px;
    right: 0;
    z-index: 11;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #3e8ef7;
    border-radius: 50%;
}

.timeline-reverse .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    .timeline {
        margin-left: 7px;
    }

    .timeline .timeline-dot {
        margin-left: -7px;
    }
}

.timeline .timeline-dot {
    width: 14px;
    height: 14px;
    margin-right: -7px;
    line-height: 14px;
}

.timeline .timeline-reverse .timeline-dot {
    margin-left: -7px;
}

.timeline.timeline-single {
    margin-left: 7px;
}

.timeline.timeline-single .timeline-dot {
    margin-left: -7px;
}

.timeline-info {
    float: right;
    padding: 0 20px;
    margin-bottom: 22px;
    line-height: 28px;
    text-align: center;
    background: #e4eaec;
    border: 1px solid #e4eaec;
    border-radius: 20px;
}

.timeline-reverse .timeline-info {
    float: left;
}

.timeline-footer {
    position: absolute;
    right: 0;
    bottom: -30px;
    margin-right: 55px;
}

.timeline-footer .icon {
    margin-right: .3em;
}

.timeline-reverse .timeline-footer {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 55px;
}

.timeline-reverse + .timeline-reverse {
    margin-top: 0;
}

@media (max-width: 767px) {
    .timeline:before {
        left: 0;
    }

    .timeline-item,
    .timeline-item.timeline-reverse {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 40px;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .timeline-dot {
        right: auto;
        left: 0;
        margin-right: 0;
        margin-left: -7px;
    }

    .timeline-info {
        display: inline-block;
        float: none;
    }

    .timeline-footer {
        right: auto;
        bottom: -26px;
        left: 0;
        margin-right: 0;
        margin-left: 40px;
    }
}

.timeline-single:before {
    left: 0;
}

.timeline-single .timeline-item {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
    margin-bottom: 60px;
}

.timeline-single .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -7px;
}

.timeline-single .timeline-info {
    float: left;
}

.timeline-single .timeline-footer {
    right: auto;
    bottom: -26px;
    left: 0;
    margin-right: 0;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .timeline-icon {
        margin-left: 20px;
    }

    .timeline-icon .timeline-dot {
        margin-left: -20px;
    }
}

.timeline-icon .timeline-dot {
    width: 40px;
    height: 40px;
    margin-right: -20px;
    line-height: 40px;
}

.timeline-icon .timeline-reverse .timeline-dot {
    margin-left: -20px;
}

.timeline-icon.timeline-single {
    margin-left: 20px;
}

.timeline-icon.timeline-single .timeline-dot {
    margin-left: -20px;
}

.timeline-icon .timeline-dot {
    top: -5.5px;
}

@media (max-width: 767px) {
    .timeline-avatar {
        margin-left: 20px;
    }

    .timeline-avatar .timeline-dot {
        margin-left: -20px;
    }
}

.timeline-avatar .timeline-dot {
    width: 40px;
    height: 40px;
    margin-right: -20px;
    line-height: 40px;
}

.timeline-avatar .timeline-reverse .timeline-dot {
    margin-left: -20px;
}

.timeline-avatar.timeline-single {
    margin-left: 20px;
}

.timeline-avatar.timeline-single .timeline-dot {
    margin-left: -20px;
}

@media (max-width: 767px) {
    .timeline-avatar-sm {
        margin-left: 15px;
    }

    .timeline-avatar-sm .timeline-dot {
        margin-left: -15px;
    }
}

.timeline-avatar-sm .timeline-dot {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    line-height: 30px;
}

.timeline-avatar-sm .timeline-reverse .timeline-dot {
    margin-left: -15px;
}

.timeline-avatar-sm.timeline-single {
    margin-left: 15px;
}

.timeline-avatar-sm.timeline-single .timeline-dot {
    margin-left: -15px;
}

@media (max-width: 767px) {
    .timeline-avatar-lg {
        margin-left: 25px;
    }

    .timeline-avatar-lg .timeline-dot {
        margin-left: -25px;
    }
}

.timeline-avatar-lg .timeline-dot {
    width: 50px;
    height: 50px;
    margin-right: -25px;
    line-height: 50px;
}

.timeline-avatar-lg .timeline-reverse .timeline-dot {
    margin-left: -25px;
}

.timeline-avatar-lg.timeline-single {
    margin-left: 25px;
}

.timeline-avatar-lg.timeline-single .timeline-dot {
    margin-left: -25px;
}

.timeline-simple .timeline-dot {
    top: 0;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .timeline-feed {
        margin-left: 15px;
    }

    .timeline-feed .timeline-dot {
        margin-left: -15px;
    }
}

.timeline-feed .timeline-dot {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    line-height: 30px;
}

.timeline-feed .timeline-reverse .timeline-dot {
    margin-left: -15px;
}

.timeline-feed.timeline-single {
    margin-left: 15px;
}

.timeline-feed.timeline-single .timeline-dot {
    margin-left: -15px;
}

@media (max-width: 767px) {
    .timeline-feed .timeline-item {
        padding-right: 30px;
        margin-bottom: 22px;
    }
}

.timeline-feed.timeline-simple .timeline-dot {
    margin-top: 5px;
}

.timeline-feed .timeline-item {
    padding-right: 30px;
    margin-bottom: 22px;
}

.timeline-feed .timeline-item.timeline-reverse {
    padding-left: 30px;
}

.timeline-feed.timeline-single .timeline-item {
    padding-left: 30px;
}

.testimonial {
    margin: 3px 3px 22px;
}

.testimonial-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.testimonial-item {
    float: left;
    padding: 0 15px 30px;
    margin: 0;
}

.testimonial-content {
    position: relative;
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #f3f7f9;
    border-radius: .215rem;
}

.testimonial-content:before {
    position: absolute;
    bottom: -7px;
    left: 33px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #f3f7f9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonial-content > p:last-child {
    margin-bottom: 0;
}

.testimonial-image {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.testimonial-author {
    display: block;
    margin-left: 75px;
    font-size: 18px;
}

.testimonial-company {
    display: block;
    margin-left: 75px;
    font-size: .858rem;
    opacity: .8;
}

.testimonial-control a {
    color: #ccd5db;
}

.testimonial-control a:hover {
    color: #589ffc;
    text-decoration: none;
}

.testimonial-reverse .testimonial-content:before {
    right: 33px;
    left: auto;
}

.testimonial-reverse .testimonial-image {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}

.testimonial-reverse .testimonial-author,
.testimonial-reverse .testimonial-company {
    margin-right: 75px;
    margin-left: 0;
    text-align: right;
}

.testimonial-top .testimonial-item {
    padding: 30px 15px 0;
}

.testimonial-top .testimonial-content {
    margin-top: 30px;
    margin-bottom: 10px;
}

.testimonial-top .testimonial-content:before {
    top: -7px;
    bottom: auto;
}

.testimonial.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.testimonial.carousel .testimonial-item {
    position: relative;
    display: none;
    width: 100%;
    padding: 10px;
    transition: left .6s ease-in-out 0s;
}

.testimonial.carousel .testimonial-item.active,
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
    display: block;
}

.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.testimonial.carousel .testimonial-item.next {
    left: 100%;
}

.testimonial.carousel .testimonial-item.prev {
    left: -100%;
}

.testimonial.carousel .testimonial-item.next.left,
.testimonial.carousel .testimonial-item.prev.right {
    left: 0;
}

.testimonial.carousel .testimonial-item.active {
    left: 0;
}

.testimonial.carousel .testimonial-item.active.left {
    left: -100%;
}

.testimonial.carousel .testimonial-item.active.right {
    left: 100%;
}

.testimonial.carousel .testimonial-content {
    padding: 10px;
}

.testimonial.carousel .testimonial-control {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.testimonial.carousel .testimonial-control > * {
    margin-left: 10px;
}

.testimonial.carousel.testimonial-reverse .testimonial-control {
    right: auto;
    left: 10px;
}

.testimonial.carousel.testimonial-reverse .testimonial-control > * {
    margin-right: 10px;
    margin-left: 0;
}

.testimonial.carousel.testimonial-top .testimonial-control {
    top: 20px;
    bottom: auto;
}

.pricing-list {
    margin-bottom: 22px;
    text-align: center;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
}

.pricing-list [class^="bg-"],
.pricing-list [class^="bg-"] *,
.pricing-list [class*="bg-"],
.pricing-list [class*="bg-"] * {
    color: #fff;
}

.pricing-list .pricing-header {
    border-bottom: 1px solid #e4eaec;
    border-radius: .215rem .215rem 0 0;
}

.pricing-list .pricing-title {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: .215rem .215rem 0 0;
}

.pricing-list .pricing-price {
    padding: 20px 30px;
    margin: 0;
    font-size: 3.858rem;
    font-weight: 500;
    color: #37474f;
}

.pricing-list .pricing-period {
    font-size: 1rem;
    font-weight: 300;
}

.pricing-list .pricing-features {
    padding: 0 18px;
    margin: 0;
}

.pricing-list .pricing-features li {
    display: block;
    padding: 15px;
    list-style: none;
    border-top: 1px dashed #e4eaec;
}

.pricing-list .pricing-features li:first-child {
    border-top: none;
}

.pricing-list .pricing-footer {
    padding: 30px;
    border-radius: 0 0 .215rem .215rem;
}

.pricing-table {
    padding-top: 30px;
    text-align: center;
}

.pricing-table::after {
    display: block;
    clear: both;
    content: "";
}

.pricing-table [class*="pricing-column"] {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-right: none;
}

.pricing-table [class*="pricing-column"]:last-child {
    border-right: 1px solid #e4eaec;
}

.pricing-table [class*="pricing-column"].featured {
    position: relative;
    margin-right: -1px;
    background-color: #fff;
    border-right: 1px solid #e4eaec;
}

.pricing-table .pricing-header {
    padding-bottom: 24px;
    margin: 30px 30px 25px;
    border-bottom: 1px solid #e4eaec;
}

.pricing-table .pricing-price {
    font-size: 48px;
}

.pricing-table .pricing-currency {
    display: inline-block;
    margin-top: 10px;
    margin-right: -10px;
    font-size: 20px;
    vertical-align: top;
}

.pricing-table .pricing-period {
    font-size: 16px;
}

.pricing-table .pricing-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pricing-table .pricing-features {
    padding: 0;
    margin: 0;
}

.pricing-table .pricing-features li {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    list-style: none;
}

.pricing-table .pricing-footer {
    padding: 20px 0;
    margin: 25px 30px 30px;
}

@media (min-width: 768px) {
    .pricing-table .pricing-column-three {
        width: 33.33%;
    }

    .pricing-table .pricing-column-three.featured {
        top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .pricing-table .pricing-column-four {
        width: 50%;
    }

    .pricing-table .pricing-column-five {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .pricing-table .pricing-column-four {
        width: 25%;
    }

    .pricing-table .pricing-column-five {
        width: 20%;
    }

    .pricing-table .pricing-column-four.featured,
    .pricing-table .pricing-column-five.featured {
        top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }
}

.rating {
    display: inline-block;
    margin: 0 .5rem 0 0;
    font-size: 0;
    vertical-align: middle;
}

.rating:before {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: "";
}

.rating.hover .icon.active {
    opacity: .5;
}

.rating .icon {
    width: 1em;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 1rem;
    color: #ccd5db;
    vertical-align: middle;
    cursor: pointer;
}

.rating .icon:before {
    transition: color .3s ease, opacity .3s ease;
}

.rating .icon.active {
    color: #eb6709 !important;
}

.rating .icon.active.hover {
    color: #eb6709 !important;
    opacity: 1;
}

.rating .icon.hover {
    color: #eb6709 !important;
    opacity: 1;
}

.rating .icon:last-child {
    margin-right: 0;
}

.rating-disabled .icon {
    cursor: default;
}

.rating-sm .icon {
    font-size: .858rem;
}

.rating-lg .icon {
    font-size: 1.286rem;
}

.ribbon {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: transparent;
}

.ribbon-inner {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #526069;
}

.ribbon-inner .icon {
    font-size: 16px;
}

.ribbon-lg .ribbon-inner {
    height: 38px;
    font-size: 1.286rem;
    line-height: 38px;
}

.ribbon-sm .ribbon-inner {
    height: 26px;
    font-size: .858rem;
    line-height: 26px;
}

.ribbon-xs .ribbon-inner {
    height: 22px;
    font-size: .858rem;
    line-height: 22px;
}

.ribbon-vertical .ribbon-inner {
    top: 0;
    left: 16px;
    width: 30px;
    height: 60px;
    padding: 15px 0;
}

.ribbon-vertical.ribbon-xs .ribbon-inner {
    width: 22px;
    height: 50px;
}

.ribbon-vertical.ribbon-sm .ribbon-inner {
    width: 26px;
    height: 55px;
}

.ribbon-vertical.ribbon-lg .ribbon-inner {
    width: 38px;
    height: 70px;
}

.ribbon-reverse {
    right: -3px;
    left: auto;
}

.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto;
}

.ribbon-reverse.ribbon-vertical .ribbon-inner {
    right: 16px;
}

.ribbon-bookmark .ribbon-inner {
    padding-right: 42px;
    background-color: transparent;
    background-image: linear-gradient(to left, transparent 22px, #526069 0);
    box-shadow: none;
}

.ribbon-bookmark .ribbon-inner:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 15px solid #526069;
    border-right: 10px solid transparent;
}

.ribbon-bookmark.ribbon-vertical .ribbon-inner {
    height: 82px;
    padding-right: 0;
    padding-bottom: 37px;
    background-image: linear-gradient(to top, transparent 22px, #526069 0);
}

.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 15px solid #526069;
    border-bottom: 10px solid transparent;
}

.ribbon-bookmark.ribbon-vertical.ribbon-xs .ribbon-inner:before {
    margin-top: -11px;
}

.ribbon-bookmark.ribbon-vertical.ribbon-sm .ribbon-inner:before {
    margin-top: -13px;
}

.ribbon-bookmark.ribbon-vertical.ribbon-lg .ribbon-inner:before {
    margin-top: -19px;
}

.ribbon-bookmark.ribbon-reverse .ribbon-inner {
    padding-right: 20px;
    padding-left: 42px;
    background-image: linear-gradient(to right, transparent 22px, #526069 0);
}

.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    left: 0;
    border-right: 15px solid #526069;
    border-left: 10px solid transparent;
}

.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner {
    padding-right: 0;
    padding-left: 0;
}

.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
    right: auto;
    left: 0;
    border-right-color: #526069;
    border-bottom-color: transparent;
    border-left: 15px solid #526069;
}

.ribbon-bookmark.ribbon-xs .ribbon-inner:before {
    border-width: 11px;
}

.ribbon-bookmark.ribbon-sm .ribbon-inner:before {
    border-width: 13px;
}

.ribbon-bookmark.ribbon-lg .ribbon-inner:before {
    border-width: 19px;
}

.ribbon-badge {
    top: -2px;
    left: -2px;
    overflow: hidden;
}

.ribbon-badge .ribbon-inner {
    left: -40px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon-badge.ribbon-reverse {
    right: -2px;
    left: auto;
}

.ribbon-badge.ribbon-reverse .ribbon-inner {
    right: -40px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom {
    top: auto;
    bottom: -2px;
}

.ribbon-badge.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom.ribbon-reverse .ribbon-inner {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon-corner {
    top: 0;
    left: 0;
    overflow: hidden;
}

.ribbon-corner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border: 30px solid transparent;
    border-top-color: #526069;
    border-left-color: #526069;
}

.ribbon-corner .ribbon-inner {
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    background-color: transparent;
}

.ribbon-corner.ribbon-reverse {
    right: 0;
    left: auto;
}

.ribbon-corner.ribbon-reverse:before {
    right: 0;
    left: auto;
    border-right-color: #526069;
    border-left-color: transparent;
}

.ribbon-corner.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto;
}

.ribbon-corner.ribbon-bottom {
    top: auto;
    bottom: 0;
}

.ribbon-corner.ribbon-bottom:before {
    top: auto;
    bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #526069;
}

.ribbon-corner.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 0;
}

.ribbon-corner.ribbon-xs:before {
    border-width: 22px;
}

.ribbon-corner.ribbon-xs .ribbon-inner {
    width: 28px;
    height: 26px;
    line-height: 26px;
}

.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
    font-size: .858rem;
}

.ribbon-corner.ribbon-sm:before {
    border-width: 26px;
}

.ribbon-corner.ribbon-sm .ribbon-inner {
    width: 34px;
    height: 32px;
    line-height: 32px;
}

.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
    font-size: .858rem;
}

.ribbon-corner.ribbon-lg:before {
    border-width: 36px;
}

.ribbon-corner.ribbon-lg .ribbon-inner {
    width: 46px;
    height: 44px;
    line-height: 44px;
}

.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
    font-size: 1.286rem;
}

.ribbon-clip {
    left: -14px;
}

.ribbon-clip:before {
    position: absolute;
    top: 46px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border: 7px solid transparent;
    border-top-color: #37474f;
    border-right-color: #37474f;
}

.ribbon-clip .ribbon-inner {
    padding-left: 23px;
    border-radius: 0 5px 5px 0;
}

.ribbon-clip.ribbon-reverse {
    right: -14px;
    left: auto;
}

.ribbon-clip.ribbon-reverse:before {
    right: 0;
    left: auto;
    border-right-color: transparent;
    border-left-color: #37474f;
}

.ribbon-clip.ribbon-reverse .ribbon-inner {
    padding-right: 23px;
    padding-left: 15px;
    border-radius: 5px 0 0 5px;
}

.ribbon-clip.ribbon-bottom {
    top: auto;
    bottom: -3px;
}

.ribbon-clip.ribbon-bottom:before {
    top: auto;
    bottom: 46px;
    border-top-color: transparent;
    border-bottom-color: #37474f;
}

.ribbon-clip.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px;
}

.ribbon-clip.ribbon-xs:before {
    top: 38px;
}

.ribbon-clip.ribbon-xs.ribbon-bottom:before {
    top: auto;
    bottom: 38px;
}

.ribbon-clip.ribbon-sm:before {
    top: 42px;
}

.ribbon-clip.ribbon-sm.ribbon-bottom:before {
    top: auto;
    bottom: 42px;
}

.ribbon-clip.ribbon-lg:before {
    top: 54px;
}

.ribbon-clip.ribbon-lg.ribbon-bottom:before {
    top: auto;
    bottom: 54px;
}

.ribbon-primary .ribbon-inner {
    background-color: #3e8ef7;
}

.ribbon-primary.ribbon-bookmark .ribbon-inner {
    background-color: transparent;
    background-image: linear-gradient(to left, transparent 22px, #3e8ef7 0);
}

.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
    border-color: #3e8ef7;
    border-right-color: transparent;
}

.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner {
    background-image: linear-gradient(to right, transparent 22px, #3e8ef7 0);
}

.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #3e8ef7;
    border-left-color: transparent;
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner {
    background-image: linear-gradient(to top, transparent 22px, #3e8ef7 0);
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #3e8ef7;
    border-bottom-color: transparent;
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #3e8ef7;
    border-bottom-color: transparent;
    border-left-color: #3e8ef7;
}

.ribbon-primary.ribbon-corner:before {
    border-top-color: #3e8ef7;
    border-left-color: #3e8ef7;
}

.ribbon-primary.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-reverse:before {
    border-right-color: #3e8ef7;
    border-left-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #3e8ef7;
}

.ribbon-primary.ribbon-clip:before {
    border-top-color: #247cf0;
    border-right-color: #247cf0;
}

.ribbon-primary.ribbon-clip.ribbon-reverse:before {
    border-right-color: transparent;
    border-left-color: #247cf0;
}

.ribbon-primary.ribbon-clip.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #247cf0;
}

.ribbon-success .ribbon-inner {
    background-color: #11c26d;
}

.ribbon-success.ribbon-bookmark .ribbon-inner {
    background-color: transparent;
    background-image: linear-gradient(to left, transparent 22px, #11c26d 0);
}

.ribbon-success.ribbon-bookmark .ribbon-inner:before {
    border-color: #11c26d;
    border-right-color: transparent;
}

.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner {
    background-image: linear-gradient(to right, transparent 22px, #11c26d 0);
}

.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #11c26d;
    border-left-color: transparent;
}

.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner {
    background-image: linear-gradient(to top, transparent 22px, #11c26d 0);
}

.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #11c26d;
    border-bottom-color: transparent;
}

.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #11c26d;
    border-bottom-color: transparent;
    border-left-color: #11c26d;
}

.ribbon-success.ribbon-corner:before {
    border-top-color: #11c26d;
    border-left-color: #11c26d;
}

.ribbon-success.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-reverse:before {
    border-right-color: #11c26d;
    border-left-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #11c26d;
}

.ribbon-success.ribbon-clip:before {
    border-top-color: #05a85c;
    border-right-color: #05a85c;
}

.ribbon-success.ribbon-clip.ribbon-reverse:before {
    border-right-color: transparent;
    border-left-color: #05a85c;
}

.ribbon-success.ribbon-clip.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #05a85c;
}

.ribbon-info .ribbon-inner {
    background-color: #0bb2d4;
}

.ribbon-info.ribbon-bookmark .ribbon-inner {
    background-color: transparent;
    background-image: linear-gradient(to left, transparent 22px, #0bb2d4 0);
}

.ribbon-info.ribbon-bookmark .ribbon-inner:before {
    border-color: #0bb2d4;
    border-right-color: transparent;
}

.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner {
    background-image: linear-gradient(to right, transparent 22px, #0bb2d4 0);
}

.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #0bb2d4;
    border-left-color: transparent;
}

.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner {
    background-image: linear-gradient(to top, transparent 22px, #0bb2d4 0);
}

.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #0bb2d4;
    border-bottom-color: transparent;
}

.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #0bb2d4;
    border-bottom-color: transparent;
    border-left-color: #0bb2d4;
}

.ribbon-info.ribbon-corner:before {
    border-top-color: #0bb2d4;
    border-left-color: #0bb2d4;
}

.ribbon-info.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-reverse:before {
    border-right-color: #0bb2d4;
    border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #0bb2d4;
}

.ribbon-info.ribbon-clip:before {
    border-top-color: #0099b8;
    border-right-color: #0099b8;
}

.ribbon-info.ribbon-clip.ribbon-reverse:before {
    border-right-color: transparent;
    border-left-color: #0099b8;
}

.ribbon-info.ribbon-clip.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #0099b8;
}

.ribbon-warning .ribbon-inner {
    background-color: #eb6709;
}

.ribbon-warning.ribbon-bookmark .ribbon-inner {
    background-color: transparent;
    background-image: linear-gradient(to left, transparent 22px, #eb6709 0);
}

.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
    border-color: #eb6709;
    border-right-color: transparent;
}

.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner {
    background-image: linear-gradient(to right, transparent 22px, #eb6709 0);
}

.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #eb6709;
    border-left-color: transparent;
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner {
    background-image: linear-gradient(to top, transparent 22px, #eb6709 0);
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #eb6709;
    border-bottom-color: transparent;
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #eb6709;
    border-bottom-color: transparent;
    border-left-color: #eb6709;
}

.ribbon-warning.ribbon-corner:before {
    border-top-color: #eb6709;
    border-left-color: #eb6709;
}

.ribbon-warning.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-reverse:before {
    border-right-color: #eb6709;
    border-left-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #eb6709;
}

.ribbon-warning.ribbon-clip:before {
    border-top-color: #de4e00;
    border-right-color: #de4e00;
}

.ribbon-warning.ribbon-clip.ribbon-reverse:before {
    border-right-color: transparent;
    border-left-color: #de4e00;
}

.ribbon-warning.ribbon-clip.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #de4e00;
}

.ribbon-danger .ribbon-inner {
    background-color: #ff4c52;
}

.ribbon-danger.ribbon-bookmark .ribbon-inner {
    background-color: transparent;
    background-image: linear-gradient(to left, transparent 22px, #ff4c52 0);
}

.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
    border-color: #ff4c52;
    border-right-color: transparent;
}

.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner {
    background-image: linear-gradient(to right, transparent 22px, #ff4c52 0);
}

.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #ff4c52;
    border-left-color: transparent;
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner {
    background-image: linear-gradient(to top, transparent 22px, #ff4c52 0);
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #ff4c52;
    border-bottom-color: transparent;
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #ff4c52;
    border-bottom-color: transparent;
    border-left-color: #ff4c52;
}

.ribbon-danger.ribbon-corner:before {
    border-top-color: #ff4c52;
    border-left-color: #ff4c52;
}

.ribbon-danger.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-reverse:before {
    border-right-color: #ff4c52;
    border-left-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #ff4c52;
}

.ribbon-danger.ribbon-clip:before {
    border-top-color: #f2353c;
    border-right-color: #f2353c;
}

.ribbon-danger.ribbon-clip.ribbon-reverse:before {
    border-right-color: transparent;
    border-left-color: #f2353c;
}

.ribbon-danger.ribbon-clip.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #f2353c;
}

.color-selector {
    padding: 0;
    margin: 0;
    list-style: none;
}

.color-selector > li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 8px 8px 0;
    background-color: #3e8ef7;
    border-radius: 100%;
}

.color-selector > li:hover {
    opacity: .8;
}

.color-selector > li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: inherit;
    height: inherit;
    content: "";
    background: inherit;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: inherit;
}

.color-selector > li input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: inherit;
    height: inherit;
    cursor: pointer;
    border-radius: inherit;
    opacity: 0;
}

.color-selector > li input[type="radio"]:disabled {
    cursor: not-allowed;
}

.color-selector > li label {
    position: relative;
    margin-bottom: .4rem;
    font-family: "Web Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.color-selector > li input[type="radio"]:checked + label:after {
    position: absolute;
    top: 0;
    left: 8px;
    display: inline-block;
    margin-top: -2px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    content: "";
}

.color-selector > li.color-selector-disabled {
    background-color: #e4eaec !important;
}

.color-selector > li.color-selector-disabled input[type="radio"]:disabled {
    cursor: not-allowed;
}

.example-wrap {
    margin-bottom: 80px;
}

.example-wrap .example-wrap {
    margin-bottom: 0;
}

.example {
    margin-top: 20px;
    margin-bottom: 20px;
}

.example::after {
    display: block;
    clear: both;
    content: "";
}

.example:before {
    display: table;
    content: "";
}

.example-title {
    text-transform: uppercase;
}

h4.example-title {
    font-size: 14px;
}

h3.example-title {
    font-size: 18px;
}

.panel-body > .example-wrap:last-child {
    margin-bottom: 0;
}

.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
    margin-bottom: 0;
}

.example-well {
    position: relative;
    margin-bottom: 30px;
    background-color: #f1f4f5;
}

.example-well .center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.example-dropdown .dropdown::after,
.example-dropdown .dropup::after {
    display: block;
    clear: both;
    content: "";
}

.example-dropdown .dropdown > .dropdown-toggle,
.example-dropdown .dropup > .dropdown-toggle {
    float: left;
}

.example-dropdown .dropdown > .dropdown-menu,
.example-dropdown .dropup > .dropdown-menu {
    position: static;
    display: block;
    clear: left;
}

.example-dropdown .dropdown > .dropdown-menu-right,
.example-dropdown .dropup > .dropdown-menu-right {
    float: right;
    clear: right;
}

.example-tooltip {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.example-tooltip .tooltip {
    position: relative;
    margin-right: 25px;
    opacity: 1;
}

.example-tooltip .tooltip.bs-tooltip-bottom .arrow,
.example-tooltip .tooltip.bs-tooltip-top .arrow {
    left: 50%;
}

.example-tooltip .tooltip.bs-tooltip-bottom .arrow {
    top: 0;
}

.example-tooltip .tooltip.bs-tooltip-top .arrow {
    bottom: 0;
}

.example-tooltip .tooltip.bs-tooltip-left .arrow,
.example-tooltip .tooltip.bs-tooltip-right .arrow {
    top: 50%;
}

.example-tooltip .tooltip.bs-tooltip-left .arrow {
    right: 0;
}

.example-tooltip .tooltip.bs-tooltip-right .arrow {
    left: 0;
}

.example-grid .example-col,
.example-blocks .example-col {
    min-height: 0;
    padding: 10px 15px 12px;
    background-color: #f1f4f5;
    border-radius: 0;
}

.example-grid .example-col {
    margin-bottom: 20px;
}

.example-grid .example-col .example-col {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #e2e8ea;
}

.example-popover {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.example-popover .popover {
    position: relative;
    display: block;
    margin-right: 25px;
}

.example-buttons .btn,
.example-buttons .btn-group,
.example-buttons .btn-group-vertical {
    margin-right: 15px;
    margin-bottom: 20px;
}

.example-buttons .btn-group-vertical .btn,
.example-buttons .btn-group-vertical .btn-group,
.example-buttons .btn-group-vertical .btn-group-vertical,
.example-buttons .btn-group .btn,
.example-buttons .btn-group .btn-group,
.example-buttons .btn-group .btn-group-vertical {
    margin-right: 0;
    margin-bottom: 0;
}

.example-box {
    position: relative;
    padding: 45px 15px 15px;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #e4eaec;
}

.example-box:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: .858rem;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}

.example-avatars .avatar {
    margin-right: 20px;
    margin-bottom: 20px;
}

.example-avatars .avatar:last-child {
    margin-right: 20px;
}

.example-typography {
    position: relative;
    padding-left: 25%;
}

.example-typography .heading-note,
.example-typography .text-note {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 260px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: #aab2bd;
}

.example-typography .text-note {
    top: 10px;
    bottom: auto;
}

.example-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.hide-desktop {
    display: none !important;
}


@media (max-width: 767px) {
    .example-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }


    .show-mobile {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }

    #pageContent {
        overflow: auto;
    }

}

.comboBox {
    height: 24px;
}


/****** html5.css ******/

.RowA {
    background-color: #f9f9f9;
}

.width100 td {
    font-size: 12px;
}

.Shift td,
.Total td {
    color: #000;
}

tr.warning > td {
    background-color: #fcf8e3;
}

.btn-success {
    background: #11c26d !important;
    border-color: #11c26d !important;
}
.btn-dark-gray{
    background: #767676;
    border-color: #767676;
    color: #fff;
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    /* background-color: #f89406; */
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.width100 th {
    color: #000;
    font-weight: 600;
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.width100 label.divider-vertical {
    margin: 0px 10px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

/*#dis_name,*/
/*#in_management_value,*/
.dashDate.input-small,
#s_custom_pos,
#s_custom_fname,
#s_custom_lname,
#s_custom_email {
    width: 200px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 32px;
    padding: 10px;
    margin: 10px;
}

.width100 select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 32px;
    padding: 6px;
    margin: 5px;
    border-radius: 4px;
}

#clear-filter-btn,
#btn-search {
    width: 92px;
}

.form-control:disabled,
.form-control[readonly] {
    color: #000;
    font-weight: 500;
}

.ui-widget-overlay {
    z-index: 1001 !important;
    position: fixed !important;
}

.infosection {
    font-size: 12px;
}

.infosection label {
    font-weight: 600;
}

.form_search {
    height: 30px;
    min-height: 18px !important;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
}

.form-label {
    padding-bottom: 10px;
}

.right_side em {
    font-size: 10px;
    display: inline-block;
    font-style: italic;

}

.right_side h2 {
    color: #24557E;
    font-size: 16px;
    border-bottom: 1px solid #A3AFB6;
    margin-bottom: 12px;
    width: 100%;
}

.right_side .leftnavigation {
    display: none;
}

.right_side .leftnavigation.opensubmenu {
    display: block;
}

#tags ul {
    z-index: 3;
}

.cr_block {
    height: 300px;
}

.card-shadow {
    background: #F6F9FD;
    border: 1px solid #F6F9FD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.recruit_block label {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
}

.rc_popup label {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
}

.recruit_block i {
    font-size: 12px;
}

/*.recruit_block em, .rc_popup em{*/
/*  font-size: 8px;*/
/*  font-style:italic;*/
/*  font-weight: 500;*/
/*}*/
/*.recruit_block em.green{*/
/*  color: #64A844;*/
/*}*/
/*.recruit_block em.grey{*/
/*  color:#5C5C5C;*/
/*}*/

.recruit_block .info {
    color: #FC8C2E;
    margin-right: 4px;
    cursor: pointer;
}

.recruit_block .info i {
    font-size: 14px;
}

.recruit_block .rc_crew {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    z-index: 2;
}

.rc_info_popup {
    width: 600px;
    max-height: 400px;
    overflow: auto;
}

.input-group .textInput {
    height: 26px !Important;
}

/*.content_wrapper select.form-control{font-size:11px;font-weight: 500;}*/
.resources .modal-footer{padding:6px 8px  20px 8px;}
.modal-body {
    overflow-x: auto;
}
.info_recruits h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #24557e;
}

.info_recruits .crew_member {
    display: block;
    font-size: 12px;
}

.info_recruits .invite_recruits {
    max-height: 180px;
    height: 180px;
    overflow: auto;
}

#tab-settings-content h4 {
    display: block;
    width: 100%;
    font-size: 13px;
    margin: 10px 0px;
    color: #24557e;
    font-weight: 600;
}

.recruit_block.card-block {
    border-radius: 3px;
}

.card.rc_green {
    border: 2px solid #2ac26c;
}

.rc_green .lbl_recruits {
    color: #2ac26c;
}

.card.rc_blue {
    border: 2px solid #24557e;
}

.rc_blue .lbl_recruits {
    color: #24557e;
}

.card.rc_orange {
    border: 2px solid #f79321;
}

.rc_orange .lbl_recruits {
    color: #f79321;
}

.card.rc_purple {
    border: 2px solid #8C5ABD;
}

.rc_purple .lbl_recruits {
    color: #8C5ABD;
}

.card.rc_grey {
    border: 2px solid #767676;
}

.rc_grey .lbl_recruits {
    color: #767676;
}

.card.rc_red {
    border: 2px solid #ff0000;
}

.rc_red .lbl_recruits {
    color: #ff0000;
}

.rc_blue .rec_details {
    margin: 0px -10px !important;
    border-top: 2px solid #24557e !important;
}

.nopaddingright {
    padding-right: 0px;
}

.rc_orange .rec_details {
    margin: 0px -9px !important;
    border-top: 2px solid #f79321 !important;
}

.rc_purple .rec_details {
    margin: 0px -9px !important;
    border-top: 2px solid #8C5ABD !important;
}

.rc_grey .rec_details {
    margin: 0px -9px !important;
    border-top: 2px solid #767676 !important;
}

.rc_green .rec_details {
    margin: 0px -9px !important;
    border-top: 2px solid #2ac26c !important;
}

/*.rc_blue .rec_details{*/
/*  margin: 10px -9px !important;*/
/*  border-top: 2px solid #24557e!important;*/
/*}*/
.rec_details i {
    color: #2ac26c;
}

.per_super_info .selected {
    background: #767676;
    color: #fff;
    border: 1px solid #767676;
}

.rc_popup .imageArea img {
    width: 100% !important;
    height: 150px
}

/*.rc_green{*/
/*    border: 2px solid #2ac26c;*/
/*}*/
/*.rc_green .lbl_recruits{*/
/*    color:#2ac26c;*/
/*}*/


/*.recruit_block .imageArea{*/
/*  width:90px;*/
/*}*/

/* Recruit Card Design */
.recruit-card {
    margin-bottom: 2rem;
}

.recruit-card .card {
    height: 100%;
    margin-bottom: 0;
}

.recruit-card .recruit_block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recruit-card .re_img_section {
    margin-right: 1rem;
    min-width: 90px;
}
.recruit-card .avatar-basic-info {
    display: flex;
    margin-top: 1rem;
}
.recruit-card .crew-status {
    margin-top: auto;
}

.recruit-card .basic-info__wrapper {
    margin-bottom: 0.5rem;
    min-height: 9rem;
    word-break: break-word;
}

.recruit-card .skills-and-emp-title .skills-roll {
    padding: 2px 14px;
}

.recruit-card .rec_details {
    margin-top: auto !important;
    display: flex;
    justify-content: space-around;
}
@media (max-width: 1100px){
    .recruit-card .rec_details .global_recruit {
        min-width: 50%;
    }
    
}

.recruit_block .imageArea img {
    width: 80px !important;
    height: 80px !important;
    border: 2px solid #ccc;
    margin-top: 12px;
    border-radius: 50%;
    max-height: 100px;
    max-width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
        object-position: center;
    background-color: #fff;
}

.global_recruit {
    padding-left: 3px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    border-color: #28a745;
    border-radius: 8px;
    display: inline-block;
    padding: 8px 30px;
    cursor: pointer;
    background-color: #28a745;
    color: #fff;
    width: 250px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.btn_schedule {
    width: 94% !important;
    height: 32px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background-color: #0083C9;
    border-color: #0083C9;
    color: #fff !important;
    padding: 4px 30px;
}

.recruit_block .lbl_recruits {
    float: right;
    position: absolute;
    top: 4px;
    right: 12px;
    z-index: 1;
}

a.btn-darkgrey {
    color: #fff !important;
}

.ical_download {
    font-size: 10px;
    position: relative;
    top: 0px;
    padding-left: 5px;
    color: #24557e;
}

.rating-section table {
    width: 100%;

}

/*
     * Rating styles
     */
.rating-section {
    max-height: 300px;
    overflow: auto;
    min-height: 100px;
}

.rating-block .rating {
    width: 190px;
}

.star_rating.selected,
.rrating.selected i {
    color: orange !important;
}

.saverateBtn {
    width: 100%;
    display: block;
    padding: 4px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
}

.rating-form-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    font-size: 18px !important;
}

.rating-block-form {
    margin-bottom: 0px;
}

.rating {
    width: 86%;
    margin: 0px;
    font-size: 45px;
    overflow: hidden;
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}

.rating label {
    font-size: 38px;
    padding: 4px;
}

.rating-block .rating label {
    font-size: 20px;
}

.rating a,
.rating label {
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.rating-block .rating a,
.rating-block .rating label {
    float: left !important;
}

.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a {
    color: orange;
    cursor: pointer;
}

.rating2 {
    direction: rtl;
}

.rating2 a {
    float: none
}


.rating-section table td,
.rating-section table th {
    border: 1px solid #ccc;
    padding: 4px;
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display: block;
}

/* for IE 6 */
* html .rateit,
* html .rateit .rateit-range {
    display: inline;
}

/* for IE 7 */
* + html .rateit,
* + html .rateit .rateit-range {
    display: inline;
}

.rateit .rateit-hover,
.rateit .rateit-selected {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}

.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
    left: auto;
    right: 0;
}

.rateit .rateit-hover {
    background: url(star.gif) left -32px;
    color: rgb(239, 197, 41);
}

.rateit .rateit-hover-rtl {
    background-position: right -32px;
}

.rateit .rateit-selected {
    background: url(star.gif) left -16px;
    color: rgb(191, 66, 66);
}

.rateit .rateit-selected-rtl {
    background-position: right -16px;
}

.rateit .rateit-preset {
    background: url(star.gif) left -48px;
    color: rgb(239, 107, 34);
}

.rateit .rateit-preset-rtl {
    background: url(star.gif) left -48px;
}

.rateit button.rateit-reset {
    background: url(delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border: none;
    padding: 0;
}

.rateit .rateit-reset span {
    display: none;
}

.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
    background-position: 0 -16px;
}


.rateit-font {
    font-size: 24px;
    line-height: 1em;
}

.rateit-font .rateit-range {
    background: none;
    height: auto;
}

.rateit-font .rateit-empty {
    color: #ccc;
}

.rateit-font .rateit-range > div {
    background: none;
    overflow: hidden;
    cursor: default;
}

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
}

.rateit.rateit-font .rateit-reset span {
    display: block;
    font-weight: bold;
    color: white;
    height: calc(50% - 0.045em);
    top: 0;
    position: absolute;
    border-bottom: 0.09em solid white;
    width: 72%;
    margin-left: 14%;
}

.r_feedback.selected {
    background: #24557e;
    position: relative;
}

.r_feedback.selected:before {
    content: "\f00C" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    color: #FFF !important;
    position: ABSOLUTE;
    top: 8px;
    right: 6px;
}

.rateit.rateit-font .rateit-reset:hover,
.rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b;
    /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}


div.bigstars div.rateit-range {
    background: url(../../img/star-white32.png);
    height: 32px;
}

div.bigstars div.rateit-hover {
    background: url(../../img/star-gold32.png);
}

div.bigstars div.rateit-selected {
    background: url(../../img/star-red32.png);
}

div.bigstars div.rateit-reset {
    background: url(../../img/star-black32.png);
    width: 32px;
    height: 32px;
}

div.bigstars div.rateit-reset:hover {
    background: url(../../img/star-white32.png);
}

.rating-block {
    padding-top: 10px;
}

.rating-block .lbl_info {
    font-size: 12px;
    color: #5C5C5C;
    text-decoration: underline;
    padding: 6px 4px;
}

.list_email_templates {
    font-size: 14px;
    padding: 10px;
}

.cl_email_template_select {
    width: 100%;
    height: 30px;
    background: #fff;
    float: left;
    margin-right: 10px;
    border-radius: 4PX;
}

#modal_email_template .modal-body {
    max-height: 700px;
    overflow: scroll;
}

.newrecruit {
    padding: 0px 0px 10px 0px;
}

table.contract_table tr td,
table.contract_table th {
    border: 1px solid #ccc;
}

.disclaimer label:before {
    top: 5px;
}

.sms_info {
    padding-right: 20px;
}

.record_stat_text {
    position: absolute;
    top: 130px;
    border: 1px solid #ccc;
    width: 203px;
    left: -25px;
    z-index: 99;
    background: #fff;
    padding: 10px;

}

.ui-timepicker-standard {
    z-index: 99999 !important;
}

.ui-timepicker-standard .ui-widget-content {
    border: 1px solid #fff !important;
    background: #fff !important;
}

span.acc_ratio {
    color: #24557E;
    font-weight: 600;
}

.expand_table {
    float: right;
    right: 5px;
    position: relative;
    top: 4px;
}

.score_popup {
    float: right;
    right: 0px;
    position: relative;
    top: 4px;
}

.expand_table i {
    font-size: 12px !important;
    margin-left: 4px !important;
}

.score_re_range {
    float: left;
    padding-right: 10px;
    width: 150px;
}

.score_re_range label {
    margin: 4px 0px;
}

.address_map i {
    float: right;
    color: #3C4350;
    font-size: 26px;
}

.template_save {
    background: #f7f7f7;
    border: 1px solid #ccc;
    width: 140px;
    padding: 10px;
}

.tag_section {
    background: #ffff;
    border: 1px solid #ccc;
    width: 180px;
    padding: 10px;
    overflow: scroll;
    height: 400px;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 200px;
}
.matrix .fs-wrap{
    width: 100% !important;
}
.recruit_fs .fs-wrap { margin:0px;width:100%;}
.recruit_fs .fs-dropdown{width:100%;}
.recruit_fs .fs-label-wrap{border:2px solid #ccc;}
.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
}

.fs-open .fs-arrow {
    transform: rotate(-180deg);
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 200px;
    margin-top: 0px;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}


.fs-option,
.fs-search,
.fs-buttons,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

fs-buttons {
    padding: 0;
    text-align: center;
}

.fs-buttons > div {
    display: inline-block;
    text-align: center;
    width: 50%;
    border-right: 1px solid #eee;
}

.fs-buttons > div:last-child {
    border-right: none;
    width: calc(50% - 1px);
}

.fs-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 8px;
    text-align: center;
    border: none;
    background: none;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
    background-color: #f8f8f8;
}

.hidden {
    display: none;
}

.fs-wrap {
    position: relative;
    top: 6px;
    /*border:1px solid #ccc;*/
    border-radius: 4px;
    margin-left: 32px;
}
.jo_abilities .fs-wrap{
    top: 0px;
}

.fselection .fselect_wrap .fs-label-wrap{
    width: 100%;
    height: 33px;
}
.fselection.fixed-width .fs-label-wrap .fs-label{
    width:200px !important;
}
.fselection.width-120 .fs-label-wrap .fs-label{
    width:120px !important;
}
.fselection .fs-wrap {
    position: relative;
    top: 0px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    margin-left: 0px;
    width: 100%;
    padding: 0px 10px 0px 0px;
}

.fselection  .fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: default;
    /*height: 34px;*/
    border-radius: 4px;
    height: 30px;
}
.fselection.height-20 .fs-label-wrap{height:20px;}
.fselection.height-20 .fs-label-wrap .fs-label{padding:4px;}
.fs-dropdown .fs-options {
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.fselection .fs-label-wrap .fs-label {
    padding: 10px 20px 10px 8px;
}
.fselection .fs-dropdown{width:100%;}
.text-24{font-size:24px;}
#upload-Preview {
    height: 31px;
    width: 32px;
    top: 1px;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.add_leave_paid{
    float: right;
    position: relative;
    top: 26px;
}
.jo_check {
    padding-left: 10px;
}

.checkin {
    color: #64A843;
}

.checkin i {
    margin: 0px 4px;
}

.absent {
    color: red;
}

.items_panel {
    padding: 0px;
    margin: 0px;
}

.items_panel .tab-content {
    padding: 0px 16px;
}

.label_head {
    font-size: 15px;
    background-color: transparent;
    color: #24557E;
}

.rates_table,
.act_table {
    margin-bottom: 30px;
}

.cat_primary {
    margin: 0px;
    float: left;
    min-width: 178px;
    /*margin-right: 50px;*/
}

.app_sel_block {
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.app_sel_block a {
    font-size: 15px;
    text-decoration: underline;
}
.app_sel_block a.disabled {
    font-size: 15px;
    text-decoration: none;
    color: #9d9d9d;
    pointer-events: none;
}
.apply_to_all:active {
  border: 1px solid #4898db!important;
  background-color: #4898db!important;
}
.cat_select_block {
    padding: 10px 0px;
}

.cat_select_block a {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0px;
    padding: 0px;
}

.jd-crewlist-opt select {
    width: 100%;
    height: 26px;
}

.width100 {
    width: 100% !important;
}

.jd-sheet-lbl-wrap .jbsheet-stat {
    width: 47% !important;
    margin-right: 0px !important;
    margin-top: 20px;
}

.jb-form-btnwrap .reset_job,
.jb-form-btnwrap .search_job {
    width: 47% !important;
    margin-right: 0px !important;
}

.jd-sheet-lbl-wrap .jbsheet-stat:last-child,
.jb-form-btnwrap .search_job {
    float: right !important;
    margin-left: 10px;
}

.jb-action {
    float: left;
    width: 47%;
}

.jb-action .reset_btn,
#subRight .search_job {
    width: 100% !important;
}

/*#subRight  .search_job{width:100%; }*/
.c_attached {
    float: right;
    font-size: 12px;
    text-decoration: underline;
}

.ind_done:after,
.insp_done:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    position: relative;
    top: 4px;
}

.details label {
    margin-bottom: 0px;
    margin-top: 4px;
    display: inline-block;
}

.btn-cleaar {
    display: block;
}

.details .textInput {
    height: 30px;
}

#btnsave_signature {
    width: 100%;
}

.btn-cleaar {
    width: 100%;
    /* width: 70px; */
    HEIGHT: 20PX;
    margin-bottom: 13px !important;
}

.btn-cleaar a {
    float: left;
    width: 70px;
}

.signn_label {

    float: left;
}

.paid-leave-element {
    padding-bottom: 15px;
}

.paid-leave-element input,
.paid-leave-element select {
    width: 100%;
:
}

#paid_leave input[type='text'].form-control,
#paid_leave select.form-control {
    font-family: 'Lato', sans-serif;
    line-height: unset;
    font-size: unset;
    padding: unset;
    height: 34px !important;
    background: none repeat scroll 0 0 white;
    vertical-align: middle;
    border-radius: 4px;
    padding-left: 10px;
    border: 1px solid #ccc !important;
    font-weight: normal;
}

#paid_leave #from.form-control,
#paid_leave #to.form-control {
    border: none !important;
    height: 28px !important;
}

#paid_leave .input-group {
    height: 34px !important;
}


@media only screen and (max-device-width: 812px) {
    .submit-leave {
        width: 100% !important;
    }
}

.alertable {
    border-top: 6px solid #24557e !important;
}

.alertable-butonss-close {
    position: absolute;
    top: 5px;
    right: 6px;
    border: none;
    background: none;
}

.alertable-butonss-close:before {
    font: normal normal normal 26px/1 FontAwesome !important;
}

.u-search-form select {
    color: #767676;
    text-align-last: center;
}

.u-search-form .jb-drop_btn,
.u-search-form .jb-drop_btn_menu {
    font-size: 12px !important;
    color: #767676;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc !important;
    font-weight: 500;
}

.u-search-form .jd-sheet-lbl-wrap .jbsheet-stat {
    height: 30px;
    margin-top: 18px;
    text-align: center;
    padding-top: 6px;
    font-weight: 300 !important;
}

.u-search-form .jb-label {
    line-height: 1;
    padding-bottom: 2px;
}

.u-search-form .jb-action input,
.u-search-form .jb-action a {
    height: 30px;
    top: 18px !important;
    padding: 5px 10px;
}

.u-search-form .hasDatePicker {
    border: none;
}

.u-search-form .jb-drop_btn:hover,
.u-search-form .jb-drop_btn:focus {
    color: #FFF !important;
}

.u-search-multi .fs-wrap {
    color: #767676;
    margin-left: 0 !important;
    top: 0 !important;
    height: 30px;
    border: 1px solid #ccc !important;
    width: 100%;
}

.u-search-form .textInput,
.u-search-form .input-group {
    border: 1px solid #ccc;
}

.u-search-multi .fs-arrow {
    border-color: #767676;
    border-left: .286rem solid transparent !important;
    border-right: .286rem solid transparent !important;
    border-top: .286rem solid !important;
    margin-left: .3em;
    position: absolute;
    right: 10px;
    top: 5px;
}

/*.u-search-multi .fs-search {
    display: none;
}*/

.u-search-multi .jb-btn_drop {
    top: 0 !important;
}

.u-search-multi .jb-btn_drop {
    margin-top: -2px;
}

.u-search-multi .fs-label,
.u-search-multi .fs-option-label {
    text-align: center;
}

.u-search-multi .fs-label {
    font-size: 12px;
    padding-top: 8px !important;
}

.u-search-form .fs-dropdown {
    width: 100% !important;
}

.u-search-form .fs-option-label {
    margin-left: -35px;
}

.u-search-multi .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #0083c9;
}

.u-search-multi .fs-label-wrap {
    border: none !important;
}

.cl_id_select .fs-label,
.cl_id_select .fs-option-label {
    text-align: left;
}

.cl_id_select .fs-option-label {
    margin-left: 0;
}

.bottomDiv #adminform:read-only {
    background-color: #f79321;
}

.c-rec-form .form-search .btn {
    display: inline-block;
}

.c-rec-form .form-search .nopadding {
    padding-left: 2px;
    padding-right: 2px;
}

.c-rec-form {
    padding-right: 2px !important;
}

.c-rec-form .form-search #new_recruits {
    width: 92px;
}

.del_daysheet_breaks {
    padding: 0px 30px;
}

/* daysheet css */
.popup-wrapper-daysheet { 
    position: absolute; 
    left: 1px; 
    z-index: 1;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 6px;
    padding: 15px;
}
h4.daysheet-pop-date {color:#24557e;}
.popup-wrapper-daysheet {display: none;}
.popup-job-info-daysheet i.job-info:hover + .popup-wrapper-daysheet { display: block; }

/* daysheet css : end */

#booking1 input[type="submit"] {
    background: #FC8C2E;
}

.max_mega_menu .col-md-6 .submenu_inside {
    width: 220px;
}

.max_mega_menu .col-md-4 .submenu_inside {
    width: 180px;
}

@media screen and (max-width:768px) {
    .max_mega_menu .col-md-6 .submenu_inside {
        width: 100%;
    }

    .max_mega_menu .col-md-4 .submenu_inside {
        width: 100%;
    }
}

.new_itemgroup {
    padding-right: 10px;
}

.item_groupps {
    padding-top: 10px;
}

.itemjobsheet {
    max-width: 1300px;
}

.JobSheetItemList,
.meetingItem,
.venueItem,
.userType,
.userrlist {
    width: 250px;
}

.graph-main .dp-tools .btn-reset-zoom {
    font-size: 11px;
    margin-top: 18px;
    height: 26px;
}

.graph-main .dp-tools .btn-filter {
    margin-top: -5px;
    height: 26px;
}

.graph-main .dp-tools select {
    border: 1px solid #ccc !important;
}

.graph-main .dp-controlbar {
    max-width: 100%;
    padding: 5px 30px !important;
}

.graph-main .dp-controlbar .view-control {
    text-align: center;
    width: 100%;
    color: #8a8a8a;
}

.graph-main .filter-business {
    width: 200px !important;
}

.graph-main .dp-head-tb {
    width: 160px;
}


.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-20 i, .fa-12 i {
    font-size: 20px;
    position: relative;
    color: #25567f;
}


.fa-12 {
    margin-bottom: 5px;
}


.fa-12 i {
    font-size: 12px;
    color: unset;
    margin: 0px -5px;
}

.bottomdiv-reset,
.bottomdiv-cancel {
    width: 104px !important;
    height: 28px !important;
    margin-right: 3px;
}

.bottomdiv-submit {
    width: 104px !important;
}

.client_invitecontract {
    margin-top: 10px;
}

.upload_icons i {
    font-size: 30px;
    padding: 0px 10px;
    position: relative;
    top: 8px;
}

.rc_client_profile .nav-link {
    background: #E4EAEC;
    margin: 6px 10px 0px 6px;
    color: #538CEF;
    font-size: 12px;
    padding: 6px;
    min-width: 140px;
    text-align: center;
    font-weight: 600;
}

.rc_client_profile .nav-link.active,
.rc_client_profile .nav-link:hover {
    background: #3e8ef7 !important;
    color: #fff !important;
}

.btn_add_job {
    position: relative;
    top: 26px;
    float: right;
    width: 92px;
}

.cboMember {
    background: url('../images/cross.png') no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 40px 3px 4px;
    /* USE the same right padding in jQ! */
    border-radius: 4px;
    transition: background 0.4s;
    vertical-align: middle;
    /*width: 100%;*/
    height: 30px;
    min-height: 18px !important;
}

.cboMember.x {
    background-position: right 25px center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.cboMember.onX {
    cursor: pointer;
}


.clearable {
    background: url('../images/cross.png') no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    /* USE the same right padding in jQ! */
    border-radius: 4px;
    transition: background 0.4s;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    min-height: 18px !important;
}

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.blue_label_head {
    color: #204B73 !important;
    font-size: 14px;
    font-weight: 600;
}

.delivery-frm-row {
    margin-bottom: 5px;
}

.auth-green {
    background: green !important;
    border-color: green !important;
}

.auth-red {
    background: red !important;
    border-color: red !important;
}

.input-label {
    font-size: 14px;
}


/********FARID ************/
span.optionalScreenshotNA {
    padding-left: 14px;
    position: relative;
}

span.optionalScreenshotNA:before {
    content: ":";
    position: absolute;
    left: 3px;
    top: -4px;
    font-weight: 600;
    font-size: 13px;
}

.page {
    position: unset;
}

.outletGrouptimeline label.blue_label_head::before {
    position: absolute;
    left: 0;
    top: 4px;
    background: #FC8C2E;
    width: 13px;
    height: 13px;
    border-radius: 15px;
    content: "";
}

.outletGrouptimeline label.blue_label_head {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 2px;
}

.outlet_group.outletGrouptimeline::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 7px;
    background: #ccc;
    width: 1px;
    height: calc(100% - 15px);
}

.outlet_group.outletGrouptimeline {
    position: relative;
    margin: 5px 0 20px;
}

html,
body {
    height: auto;
    width: 100%;
}

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

.providerInvoiceButton {
    width: calc(100% - 150px);
    padding-right: 20px;
}

.providerInvoiceSec .bottom-checkboxes {
    display: flex;
    width: 150px;
}

.sameSizeButtons {
    display: flex;
    width: 565px;
}

.sameSizeButtons a.btn {
    flex: 1 1 0;
    width: auto;
}

.mduCalendarInput span.input-group-addon,
span.input-group-addon {
    position: absolute;
    right: 9px;
    top: 9px;
}

.site-menu ul.submenu_inside li.sub_heading_class {
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
}

.site-menu ul.menu li ul.max_mega_menu_div ul.submenu_inside {
    min-height: auto !important;
    position: unset;
    float: none;
    width: auto;
    min-width: auto;
    border: none !important;
    margin-bottom: 8px !important;
}

.site-menu ul.menu li ul.max_mega_menu_div > li {
    padding: 0;
    width: auto;
    max-width: initial;
    margin: 0;
    flex: none;
}

.site-menubar .max_mega_menu .max_mega_menu_div.submenu {
    height: auto;
    min-width: auto;
    width: auto;
}

ul.menu li:hover .submenu.max_mega_menu_div {
    display: flex;
}

.site-menu ul.menu li ul.max_mega_menu_div > li:first-child {
    border-left: none;
}

.site-menu ul.menu li ul.max_mega_menu_div li a {
    width: auto;
}

#managerNav ul.menu ul li a,
#managerNav ul.menu ul li a:hover,
#managerNav ul.menu ul.submenu_inside li a,
#managerNav ul.menu ul.submenu_inside li a:hover {
    padding: 2px 15px;
}

.reverseverSecContent table.textInput tr th:nth-child(2) {
    width: 20px;
    padding: 0;
}

.reverseverSecContent table.textInput tr td > select {
    display: block;
    width: 100% !important;
    padding: 4px 7px;
    border-radius: 4px;
    border: 1px solid #dedede;
    height:180px;
}

/*.content_wrapper.reverseverSec {*/
    /*padding: 0;*/
    /*background: transparent;*/
    /*box-shadow: none;*/
/*}*/

.content_wrapper.reverseverSec h2 {
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 11px;
    margin-bottom: 18px;
}

.reverseverSec .reverseverSecContent .reverseverSecContentCard {
    padding: 0px;
    border-radius: 4px;
    background: #fff;
}

.reverseverSec .reverseverSecContent .reverseverSecContentCard table.textInput {
    border: none;
    table-layout: fixed;
    width: 100%;
}

.reverseverSec .reverseverSecContent .reverseverSecContentCard table.textInput th {
    font-weight: 600;
    color: #333 !important;
    font-size: 13px;
    padding-bottom: 0 !important;
}

 .reverseverSec em {
    padding-left: 11px;
    color: #5c5f60;
    font-weight: 400;
    font-size: 12px;
}

.reverseverSec .reverseverSecContent .reverseverSecContentCard table.textInput td input {
    background-image: url(../images/arrow-right.png);
    background-color: transparent !important;
    border: none;
    text-indent: -99999px;
    width: 10px;
    height: 18px;
    background-size: 10px;
}
/*.multipleselect select{min-height:180px;}*/
.reverseverSec .reverseverSecContent .reverseverSecContentCard table.textInput td input:focus {
    outline: none;
}

.reverseverSec .reverseverSecContent .reverseverSecContentCard table.textInput td input:hover {
    background-color: transparent !important;
    background-image: url(../images/arrow-right.png) !important;
    background-size: 10px !important;
}

.reverseverSec .reverseverSecContent .reverseverSecContentCard table.textInput td input:last-child:hover {
    background-image: url(../images/arrow-left.png) !important;
    background-size: 10px !important;
}

.reverseverSec .reverseverSecContent .reverseverSecContentCard table.textInput td input:last-child {
    background-image: url(../images/arrow-left.png);
    margin-top: 30px
}

ul.menu li ul.submenu {
    /*width: auto;*/
    min-width: auto;
    z-index: 9;
}

.crewNotes .u_notes {
    height: auto;
}

.crewNotes .user_notes input[type="submit"] {
    float: none;
}

.crewNotes .user_notes form div {
    text-align: right;
}

.crewNotes .user_notes form textarea {
    height: 140px;
    border-radius: 4px;
}

.crew_info_wrap h3 {
    margin-bottom: 5px;
}

.crewInfoRight {
    padding-top: 0;
    border-top: 1px solid #A3AFB6;
    margin-top: 29px;
}

.crew_info_wrap p.infotext {
    padding: 0 0 7px;
    font-size: 13px;
}

.crew_info_wrap p.infolabel {
    padding: 0 0 7px;
    font-size: 16px;
}

.checkIcon {
    background-image: url(../images/check.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 8px;
}

span.input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 13px;
    display: flex;
    align-items: center;
    color: #76838f;
}

.mduCalendarInput span.input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 13px;
    display: flex;
    align-items: center;
    color: #76838f;
}

/*Seller Info CSS*/
.sellerInfoPage .sellerInfoForm {
    max-width: 450px;
    margin: 0 auto;
}

.sellerInfoPage {
    padding: 40px 0 20px;
    position: relative;
}

.sellerInfoPage .sellerInfoForm h1 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 20px;
    color: #1A3D59;
    font-weight: 600;
}

p.formLabel {
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    margin-bottom: 2px;
    color: #454545;
}

.sellerInfoForm .btn {
    padding: 7px 10px;
    font-size: 14px;
}

.inputWithDrop {
    display: flex;
}

.inputWithDrop input {
    border-radius: 4px 0 0 4px;
}

.inputWithDrop select {
    border-radius: 0 4px 4px 0;
    width: 130px;
    border-left: none !important;
}

.sellerInfoForm .form-control {
    border: 1px solid #BABABA;
    height: 36px;
}

.sellerInfoForm textarea.form-control {
    height: 94px;
}

.btn.btn-blue {
    background: #0083C9;
    border-color: #0083C9;
}

/*
.sellerSubmit {
    padding: 0 30px
}
*/
.sellerSubmit .btn {
    display: block;
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}

.customUploadFile {
    position: relative;
}

.customUploadFile > input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.customUploadFile .customUploadContent {
    width: 90px;
    height: 90px;
    border: 1px dashed #7E7C7C;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customUploadFile .customUploadContent img {
    max-height: 90px;
    max-width: 90px
}

.sellerInfoUploadMain > p {
    padding: 4px 0 0;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.clockpicker-popover .clockpicker-button {
    color: #333 !important;
}



.MultiCheckBox {
    border: 1px solid #e2e2e2;
    padding: 8px 12px 9px;
    border-radius: 4px;
    cursor: pointer;
}

.MultiCheckBox .k-icon {
    font-size: 15px;
    float: right;
    font-weight: bolder;
    margin-top: -7px;
    height: 10px;
    width: 14px;
    color: #787878;
}

.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    border: 1px solid #e2e2e2;
    overflow-y: hidden;
}

/*
.MultiCheckBoxDetailBody {
    overflow-y:scroll;
}
*/

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 2px;
}

.MultiCheckBoxDetail .cont:hover {
    background-color: #cfcfcf;
}

.MultiCheckBoxDetailBody > div > div {
    float: left;
}

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 28px;
    background-color: #3d3d3d;
}

.MultiCheckBoxDetailHeader > input {
    position: absolute;
    top: 4px;
    left: 3px;
}

.MultiCheckBoxDetailHeader > div {
    position: absolute;
    top: 5px;
    left: 24px;
    color: #fff;
}

.openingHoursBlock {
    position: relative;
}

.MultiCheckBoxDetail {
    width: 100% !important;
    background: #fff;
    z-index: 9;
}

.MultiCheckBoxDetail.showMulticheckbox {
    display: block !important;
}

.MultiCheckBoxDetailBody .custom-control.custom-checkbox {
    float: none;
}

.MultiCheckBoxDetailBody .custom-control-input:checked ~ .custom-control-label::before {
    background: #0083C9;
    border-color: #0083C9
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 2px;
    border-bottom: 1px solid #C6C6C6;
}

.openingHoursBlock .MultiCheckBox {
    margin-top: 10px;
}

.openingHoursBlock {
    position: relative;
    margin-bottom: 15px;
}

.openingHoursBlock .form-control {
    border: 1px solid #BABABA;
}

.openingHoursBlock h4 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 11px;
    color: #454545;
}

.openingHours form {
    max-width: 175px;
    margin: 0 auto;
}

.openingHours .modal-dialog {
    max-width: 334px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 1000;
}

/*
.modal-backdrop {
    z-index: 9999;
}
.openingHours.modal {
    z-index: 99999;
}*/

.openingHours h4.modal-title {
    font-size: 16px;
    color: #24557E;
    font-weight: 600;
    text-align: center;
}

.openingHours .modal-header {
    display: block;
}

.openingHours .modal-header button.close {
    color: #24557E;
    opacity: 1;
    padding-right: 16px !important;
}

.openingHours .modal-header {
    display: block;
    border-top: 7px solid #24557E;
}

.MultiCheckBoxDetailBody .custom-control.custom-checkbox label.custom-control-label {
    display: block;
    text-align: center;
    padding-right: 20px;
    font-size: 12px;
}

.MultiCheckBoxDetail .MultiCheckBoxDetailBody {
    max-height: 181px !important;
}

.sellerListSubmit .btn {
    max-width: 200px;
}

.sellerListTitleLabelInput > input.form-control {
    background: rgba(112, 172, 222, 0.15);
    border: 1px solid #DEDEDE;
}

.sellerListTitleLabelInput {
    position: relative;
}

.sellerListTitleLabelInput button {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    background: #204B73;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0 4px 4px 0;
}

.sellerListTitleLabelInput button img {
    max-width: 20px;
}

.sellerListTitleLabelInput button.sltSave {
    display: none;
}

.sellerListTitle,
.sellerListTitleLabel,
.sellerListAddHeading {
    display: none;
}

.sellerListTitle.active,
.sellerListTitleLabel.active,
.sellerListAddHeading.active {
    display: block;
}

.sellerListTitleLabelInput.editMode > input.form-control {
    background: transparent;
    border: 1px solid #BABABA;
}

.sellerListTitleLabelInput.editMode .sltEdit {
    display: none;
}

.sellerListTitleLabelInput.editMode .sltSave {
    display: block;
}

.sellerInfoPage .sellerInfoForm h1 span {
    font-weight: 600;
}

.sellerMHeading .titleForm {
    position: relative;
    margin-top: 20px;
    display: none;
}

.sellerMHeading .titleForm.showform {
    display: block;
}

.sellerMHeading h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #1A3D59;
}

.sellerMHeading h2 {
    color: #204B73;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    border: none;
}

.sellerMHeading .titleForm input {
    border: none;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
    padding: 0 30px 0 0;
    font-size: 25px;
    color: #204B73;
    font-weight: 600;
}

.sellerMHeading .titleForm input:focus {
    box-shadow: none;
}

.sellerMHeading .titleForm button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
}

.sellerMHeading .titleForm button img {
    max-width: 20px
}

.sellerMHeading {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}

.shi_heading {
    position: relative;
    margin-bottom: 13px;
}

.shi_heading .shi_hButton {
    position: absolute;
    right: 0;
    top: 0;
}

.shi_heading > input.form-control {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #454545;
    padding: 0;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
    background: transparent;
}

.shi_heading > input.form-control:focus {
    box-shadow: none;
}

.shi_heading .shi_hButton button {
    border: none;
    background: transparent;
}

.shi_heading .shi_hButton button img {
    max-width: 21px;
}

.shi_heading .shi_hButton button:focus {
    box-shadow: none;
    outline: none;
}

.shi_heading .shi_hButton button.check,
.shi_heading.editMode .shi_hButton button.edit,
.shi_heading.editMode .shi_hButton button.remove {
    display: none;
}

.shi_heading.editMode .shi_hButton button.check {
    display: block;
}

.shiItem-card .shicardAction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FE8B28;
    padding: 6px 7px;
}

.shicardAction .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

.shicardAction .custom-control .custom-control-label::before,
.shicardAction .custom-control-label::after {
    left: auto;
    right: -1.5rem;
}

.shicardAction .custom-control-input:checked ~ .custom-control-label::before {
    background: #24557e;
}

.shicardAction .custom-control input {
    width: 100%;
    z-index: 9;
}

.shicardAction .custom-control-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.shicardAction .custom-control .custom-control-label::before {
    width: 15px;
    height: 15px;
    border: 1px solid #BABABA;
    top: 4px;
}

.shicardAction .custom-control .custom-control-label::after {
    top: 4px;
    right: -20px;
}

.shicardAction .shiCA-button button {
    background: transparent;
    border: none;
}

.shicardAction .shiCA-button a {
    padding: 0 6px;
}

.shicardAction .shiCA-button button:focus {
    box-shadow: none;
    outline: none;
}

.shiItem-card .shiCardImage img {
    width: 100%;
}

.shiItem-card .shiCardContent {
    padding: 12px;
    border: 1px solid #BABABA;
    border-radius: 0 0 2px 2px;
}

.shiItem-card .shiCardContent h4,
.shiItem-card .shiCardContent h5,
.shiItem-card .shiCardContent table tr th {
    font-weight: 600 !important;
    font-size: 14px;
    color: #454545 !important;
    padding: 3px 0 !important;
}

.shiItem-card .shiCardContent table tr td {
    font-size: 14px;
    text-align: right;
    color: #454545;
    padding: 3px 0 !important;
    border: none;
}

.shiItem-card .shiCardContent p {
    font-size: 14px;
    line-height: 19px;
    color: #454545;
    padding: 0;
}

.shiItem-card .shiCardContent .shiC-viewmore {
    text-align: right;
}

.shiItem-card .shiCardContent .shiC-viewmore a {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #24557E;
}

.shi_itemList .shiItem-card {
    margin-bottom: 30px;
}

.SellerTypeSearchForm {
    display: flex;
    max-width: 580px;
    margin-bottom: 25px;
}

.SellerTypeSearchForm button.btn {
    width: 145px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
}

.SellerTypeSearchForm input.form-control {
    width: calc(100% - 155px)
}

.sellerTypeTable table.table {
    border: 1px solid #BABABA;
    box-sizing: border-box;
    border-radius: 3px;
}

.SellerTypeTable table tr th,
.SellerTypeTable table tr td {
    border: 1px solid #BABABA;
    text-align: center
}

.SellerTypeTable table tr th {
    font-size: 14px;
    line-height: 19px;
    color: #204B73;
    padding: 12px 10px !important;
    font-weight: 400 !important;
}

.SellerTypeTable table tr td {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    padding: 12px 10px !important;
}

.SellerTypeTable table tr td:nth-child(1),
.SellerTypeTable table tr th:nth-child(1),
.SellerTypeTable table tr td:nth-child(2) {
    text-align: left;
}

.sellerTypeTable th.st_action {
    width: 170px;
}

.editSellerType h4.menuHeading {
    padding: 0 10px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1A3D59;
    position: relative;
}

.editSellerType h4.menuHeading::after {
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #0083C9;
    position: absolute;
}

.editSellerType ul.leftnavigation {
    padding: 0 9px;
}

.editSellerType ul.leftnavigation li {
    margin-bottom: 5px;
}

.editSellerType ul.leftnavigation li a {
    padding: 3px 9px;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
}

.editSellerType ul.leftnavigation li.active a {
    background: #FF8600;
    color: #fff;
}

.editSellerType ul.nav.nav-tabs.menu_bar {
    border: none;
}

.editSellerType .sellerMHeading {
    padding-left: 145px;
}

.editSellerHeadingDrop {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.editSellerButtons {
    text-align: right;
}

.editSellerButtons .btn {
    font-size: 14px;
    font-weight: 600;
    min-width: 163px;
    padding: 4px 10px;
    margin-left: 4px;
}

.popover.clockpicker-popover {
    z-index: 9999;
}

.openingHours .openingHoursForm {
    max-width: 211px;
    margin: 0 auto;
}

.add-heading_item_button .btn {
    width: 195px;
    padding: 8px 10px;
    margin: 0 5px;
}

.add-heading_item_button {
    text-align: center;
}

.mduAlertModal h4.modal-title {
    font-size: 19px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.mduAlertModal .modal-body p {
    font-size: 14px;
    text-align: center;
}

.mduAlertModal .modal-footer {
    justify-content: center;
}

.shiItem-card .shiCardImage img {
    width: 100%;
    height: 198px;
    object-fit: cover;
}

.topBorderModal .modal-dialog {
    max-width: 334px;
}

.topBorderModal .modal-dialog .modal-header h4.modal-title {
    text-align: center;
    font-size: 16px;
    color: #24557E;
    font-weight: 600;
}

.topBorderModal .submitFormbtn {
    text-align: center;
}

.topBorderModal .submitFormbtn .btn {
    font-size: 16px;
    font-weight: 600;
    min-width: 122px;
    padding: 5px 9px;
}

.topBorderModal .modal-dialog .modal-header button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.topBorderModal .modal-dialog .modal-header {
    display: block;
    padding: 17px 0 0;
    border-top: 5px solid #24557E;
}

.not_found_tr h4 {
    text-align: CENTER;
    font-size: 24px;
    margin: 70px 0;
    color: #b5b5b5;
}

.mdu-header-modal h4.modal-title {
    font-size: 20px;
}

.mdu-header-modal button.close {
    top: 20px;
    right: 15px;
    opacity: 1;
}

.sellersMarket .sellerURL a {
    padding: 15px 15px;
    display: block;
    border: 1px solid #daddde;
    color: #333;
    border-radius: 5px;
    font-size: 14px;
    background: #f5f5f5;
}

.sellerInfoPage .marketURL {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.marketURL h5 {
    font-size: 13px;
    color: #234b73;
}

.marketURL p {
    font-size: 11px;
    color: #333;
    padding: 4px 0 0;
}

.market_published a {
    color: #ed9222;
    display: inline-block;
    /*    margin-top: 5px;*/
}

.sellerURL h5 {
    font-size: 13px;
    margin-bottom: 5px;
}

.sellerURL {
    margin-bottom: 20px;
}

.show-read-more .more-text {
    display: none;
}

.show-read-more .more-text.showMore {
    display: inline;
}

.ioh h6 {
    font-size: 12px;
    margin-top: 5px;
}

.ioh p {
    padding: 0;
}

.ioh {
    margin-bottom: 10px;
}

.fstControls .fstChoiceItem {
    font-size: 11px;
    padding: 2px 6px 2px 17px;
    background-color: #f79321;
    border-color: #f79321;
}

.openingHoursBlock .fstElement {
    margin-top: 10px;
}

.fstElement.fstMultipleMode .fstControls {
    width: 100%;
    padding: 5px 5px 0;
    font-size: 12px;
}

.fstElement.fstMultipleMode .fstControls input.fstQueryInput {
    margin: 0;
    font-size: 13px;
}

.openingHoursBlock .fstElement {
    margin-top: 10px;
    display: block;
}

.fstResults span.fstResultItem {
    font-size: 12px;
    padding: 3px 8px;
}

.fstResults span.fstResultItem.fstSelected {
    background: #0083C9;
    border-color: #499cc7;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}


.sellerTypeTable td {
    border: 1px solid #BABABA;
}

.sellerTypeTable tr td.td_noborder {
    border-left: none;
    border-right: none;
}

.categorywithDeletebutton input.form-control {
    float: left;
    width: calc(100% - 30px);
    margin-right: 14px;
}

.categorywithDeletebutton .delete-btn {
    background: transparent;
    border: none;
    float: left;
    padding: 0;
    margin-top: 8px;
}

.sellerTypecategories .categorywithDeletebutton {
    margin-bottom: 13px;
}

.sellerTypecategories {
    margin-right: -30px;
}

.sellerTypeEditForm {
    max-width: 450px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.alwaysOpenCheck .custom-control {
    display: inline-block;
}

.alwaysOpenCheck {
    text-align: center;
}

.alwaysOpenCheck .custom-control label {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.openingHours .modal-dialog .modal-body {
    padding-top: 0;
}

.alwaysOpenCheck {
    text-align: center;
    padding-bottom: 10px;
}

.alwaysOpenCheck .custom-control label::before,
.alwaysOpenCheck .custom-control label::after {
    top: 2px;
}

.alwaysOpenCheck .custom-control-input:checked ~ .custom-control-label::before {
    background: #0083C9;
    border-color: #0083C9;
}

p.sellerSlugURL {
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #454545;
    margin-top: 5px;
}

p.sellerSlugURL span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
}

p.sellerSlugMessage {
    padding: 5px 0 0;
}

table.border-table {
    border: 1px solid #C6C6C6;
}

table.border-table thead th,
table.border-table thead td,
table.border-table tbody th,
table.border-table tbody td {
    border: 1px solid #C6C6C6;
}

table.border-table thead th {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1A3D59;
}

table.border-table tbody td {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

table.table-center,
table.table-center thead th,
table.table-center thead td,
table.table-center tboad td {
    text-align: center;
}

.tablepageTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1A3D5A;
}

.tablepageTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1A3D5A;
    margin: 0 0 14px;
    padding-top: 20px;
}

.btn.btn-green {
    background: #64A843;
    color: #fff;
}

.checkAllExportbtn .btn.check-btn,
.checkAllExportbtn .btn.check-btn:hover {
    background: transparent !important;
    border: none !important;
    padding: 0;
    margin-right: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #1A3D59;
}

.modalorderItems .modalActions select.form-control {
    width: auto;
}

.modalorderItems .modalActions {
    display: flex;
    justify-content: flex-end;
}

.modalorderItems .modalActions .btn {
    margin: 0 4px;
    padding: 0 23px;
}

.btn.btn-gray {
    background: #9E9E9E;
    color: #fff;
}

.orderViewActionModal .orderTitle h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FE8D2F;
}

.orderViewActionModal .orderTitle h6 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #6B6B6B;
    text-transform: capitalize;
}

.orderViewActionModal .modalorderDetail {
    text-align: left;
    padding: 10px 0;
}

.orderViewActionModal .modalorderDetail p {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #454545;
    margin-bottom: 7px;
}

.orderViewActionModal .modalorderDetail p span {
    color: #204B73;
}

.modalorderItems h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #24557E;
    text-align: left;
}

.modalorderItems table thead td {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #454545;
}

.modalorderItems table thead tr td:first-child,
.modalorderItems table tbody tr td:first-child {
    text-align: left
}

.modalorderItems table thead tr td:last-child,
.modalorderItems table tbody tr td:last-child {
    text-align: right;
}

.modalorderItems table tfoot tr td {
    text-align: right;
}

.modalorderItems table thead tr {
    background: transparent !important;
}

.modalorderItems table tfoot tr {
    background: transparent !important;
}

.orderViewActionModal p.orderTotal {
    padding: 0;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 11px;
}

.modalorderItems table tfoot tr td {
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #000000;
}

.modalorderItems table.table {
    margin: 0 0 3px;
}

button.orderModalclose {
    position: absolute;
    right: -9px;
    top: -6px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    z-index: 99;
}

.refundAmountModal h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #24557E;
}

.refundAmountModal .alert-message {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #373535;
}

.refundAmountModal .form-group {
    margin-bottom: 13px;
}

.refundAmountModal .modal-body {
    border-top: 10px solid #24557E;
    border-radius: 3px;
}

.refundAmountModal input.form-control {
    height: auto;
}

.order_notification .pendingOrders {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FF3A44;
}

.order_notification a.nav-link {
    padding: 15px 20px;
    margin-right: 10px;
}
.order_notification a.nav-link span.pendingOrders {
    position: absolute;
    right: 0px;
    top: 5px;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 1px 5px;
}
.modal_print_content .orderStatus {
    display: none;
    text-align: left;
    padding-bottom: 15px;
}
.modal_print_content .orderStatus p {
    text-align: left;
    padding: 0;
}
@media print {

    .modal_print_content .orderStatus {
        display: block;
        text-align: left;
        padding-bottom: 15px;
    }
    .modal_print_content .orderStatus p {
        text-align: left;
        padding: 0;
        margin-bottom: 0;
    }
    .orderStatusForm{
        display: none;
    }

}
.orderTypeCheckboxes label.custom-control-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #454545;
}
.custom-control.check_right {
    padding-left: 0;
    padding-right: 1.5rem;
    display: inline-block;
}
.custom-control.check_right label.custom-control-label::before {
    right: -1.5rem;
    left: auto;
    top: 0;
}
.custom-control.check_right label.custom-control-label::after {
    right: -1.5rem;
    left: auto;
    top: 0px;
}
.check_blue .custom-control-input:checked ~ .custom-control-label::before{
    border-color: #4183c9;
    background-color: #4183c9;
}
.sellersMarketOrders h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #24557E;
    margin: 0 0 10px;
}
.sellersMarketOrders .content_wrapper {
    margin: 0;
}
.salesHistoryInvoices.sellersMarketOrders {
    padding: 25px 0 0;
}
#managerNav .sellerButtons a {
    display: inline-block;
    padding-right: 15px;
}
#managerNav .sellerButtons a:hover {
    color: #FC8C2E !important;
}
.orderAssociated_customer button.close {
    opacity: 1;
    top: 15px;
    right: 14px;
}
.orderAssociated_customer .btn {
    padding: 6px 47px;
}
.textarea_45 textarea {
    height: 45px;
    width: 100%;
}
.crewNotes .u_notes {
    height: 300px;
    overflow-y: auto;
}

/******************7-9-2020************/
#chatListBox {
    position: fixed;
    bottom: -600px;
    right: 10px;
    background: #fff;
    z-index: 999;
    width: 380px;
    max-width: 90%;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 380px){
    #chatListBox {
        max-width: 100%;
        right: 0;
    }
}
.showuser#chatListBox {
    bottom: 0;
}
.chatListBox .chatListBoxHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    border-bottom: 1px solid #B7B8B9;
}
.chatListBox .chatListBoxHeader .clb_heading h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #24547A;
}
.chatListBox .chatListBoxHeader .clb_heading p {
    font-size: 12px;
    line-height: 16px;
    color: #4E5460;
    padding: 0;
}
.chatMessagesLists .chatMessagesList {
    padding: 10px;
    border-bottom: 1px solid #B7B8B9;
}
.chatMessagesLists .chatMessagesList h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #24547A;
}

.chatMessagesLists .chatMessagesList li > a span {
    display: inline-block;
}
.chatMessagesLists .chatMessagesList li > a span.chatName {
    padding-left: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #4E5460;
    width: calc(100% - 42px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 45px;
}
.chatMessagesLists .chatMessagesList li > a {
    display: flex;
    width: calc(100% - 20px);
    align-items: center;
    padding: 8px 0;
}
.chatMessagesLists .chatMessagesList li > a span.chatName::before {
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    background: #64A843;
    border-radius: 20px;
}

.chatListBoxFooter .chatListSearch input {
    border: none;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border-radius: 0;
    background-image: url(../images/search2.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}
.chatListBoxFooter .chatListSearch input:focus {
    outline: none;
}
/*
.chatMessagesLists .chatMessagesList:last-child {
    border: none;
}
*/
.chatListBox .chatMessagesLists,
.editchatMessagesLists {
    height: 300px;
    overflow-y: auto;
}

/* Schedule Page  */
.schedule_By_buttons, .schedule_abilities {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    align-items: center;
}
.schedule_By_buttons .form-group, .schedule_abilities .form-group {
    padding: 0 6px;
    margin-bottom: 1rem;
    min-width: 100px;
}
.schedule_By_buttons .btn {
    padding: 5px 6px;
    font-size: 12px;
    margin: 0;
}
.btn.btn-default {
    background: #9C9C9C;
    border-color: #9C9C9C;
}
.abilities_schedule_setting > .form-group {
    padding-right: 15px;
    width: 20%;
}
.abilities_schedule_setting > .form-group .fs-wrap {
    width: 115px !important;
    top: 0
}
.abilities_schedule_setting > .form-group .fs-wrap .fs-label-wrap {
    border-radius: 3px;
    border: 1px solid #9a9a9a;
}
.abilities_schedule_setting > .form-group .fs-wrap .fs-label {
    padding: 9px 22px 9px 5px;
}
.schedule_setting .form-group p.label {
    white-space: nowrap;
    padding: 0 10px 0 5px;
}
.schedule_setting .form-group {
    align-items: center;
}
.btn-240 {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 18px;
}
button#submitAutoSchedulerButton {
    font-size: 18px;
}
.mdu_ui_modal .form_auto_scheduler .blue_label_head {
    color: #0A0A0A !important;
    font-weight: 600;
    font-size: 12px;
}
@media screen and (min-width: 768px){
    .clientbooking-dialog.ui-dialog{position: fixed!important; top:200px!important;}
}
.mdu_ui_modal .ui-dialog-titlebar-close:before {
    background-image: url(../images/cross-2.png);
    background-repeat: no-repeat;
    content: "" !important;
    width: 16px;
    height: 16px;
    position: absolute;
}
.mdu_ui_modal.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 13px !important;
    top: 20px !important;
    width: 16px;
    height: 16px;
}
.mdu_ui_modal .ui-dialog-title {
    float: none;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #24557E;
    display: block;
    width: 100%;
}

.schedule_By_buttons .btn.btn-success {
    background-image: none;
}
.mdu_ui_modal .ui-dialog-content {
    padding-bottom: 40px;
}
.mdu_sch{
    display: block !important;
}
/*.schedule_abilities .fs-wrap {*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*border: 1px solid #9a9a9a;*/
    /*top: 0;*/
    /*height: 30px;*/
    /*display: block;*/
    /*margin-right: 15px;*/
    /*width: 140px;*/
    /*outline: none;*/
/*}*/
.schedule_abilities .fs-label-wrap {
    background-color: transparent;
}
.sch_type .schedule_abilities .cus_sch_type {
    width: auto;
    margin: 0 13px 0 0px;
}
.schedule_abilities .form-group button.btn {
    width: 100%;
    padding: 5px 6px;
    font-size: 12px;
    margin: 0;
}
.schedule_By_buttons .form-group a.btn {
    width: 100%;
}

/* Table Fix in Schedule Page */
.sch_info {
    padding: 0 15px;
    width: 100%;
}
@media (max-width: 767px) {
    .sch_info {
        width: auto;
    }
}
.sch_info label.sch_info_detail {
    font-size: 14px;
    line-height: 19px;
    color: #4E5460;
}
.assign_action .checkAllUnconfirmed,
.assign_action .offer-custom{
    display: inline-block;
}
.assign_action{
    text-align: right;
}

/* Fixed Filter at Bottom */
.poc_buttons {
    padding: 15px;
    padding-bottom: 8px;
}

.poc_buttons .poc-wrapper1, .poc_buttons .poc-wrapper2,
.poc_buttons_all .poc-wrapper1, .poc_buttons_all .poc-wrapper2  {
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .poc_buttons .poc-wrapper2, .poc_buttons_all .poc-wrapper2 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex: 1 1 0;
    }
    .poc_buttons .poc-wrapper2 button.btn, .poc_buttons_all .poc-wrapper2 button.btn {
        width: 30%;
        min-width: auto;
    }
    .poc_buttons.merge_class_buttons .poc-wrapper2 button.btn, .poc_buttons_all.merge_class_buttons .poc-wrapper2 button.btn {
        width: 24%;
    }
}
@media screen and (max-width: 575px) {
    .poc_buttons .poc-wrapper1 button.btn, .poc_buttons .poc-wrapper1 button.btn,
    .poc_buttons_all .poc-wrapper1 button.btn, .poc_buttons_all .poc-wrapper1 button.btn {
        width: 70px;
        min-width: auto;
    }
    .poc_buttons.poc_buttons .poc-wrapper2 button.btn, .poc_buttons_all.poc_buttons_all .poc-wrapper2 button.btn {
        width: 48%;
    }
}
@media screen and (max-width: 360px) {
    .poc_buttons .poc-wrapper1 button.btn, .poc_buttons .poc-wrapper1 button.btn,
    .poc_buttons_all .poc-wrapper1 button.btn, .poc_buttons_all .poc-wrapper1 button.btn {
        width: auto;
    }
}
/* End Fixed Filter at Bottom */

.poc_buttons button.btn, .poc_buttons_all button.btn {
    min-width: 130px;
    margin-bottom: 8px;
}
.btn-br{border:1px solid #bbb;}
.scheduler_buttons.poc_buttons {
    text-align: right;
    padding-top: 13px;
    border-top: 1px solid #204B73;
    margin-bottom: 35px;
    margin-top: 10px;
}

.content_wrapper .mdu_sch table tr td {
    border-left: none;
    border-right: none;
    background: transparent;
}
span.abilities_name {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #4E555E;
    padding: 0 6px;
    display: inline-block;
}
.blocked span.abilities_name {
    font-size: 12px;
    line-height: 16px;
    color: #C04245;
}
.client_associated span.abilities_name {
    font-size: 12px;
    line-height: 16px;
    color: #28a745;
}
.crew_groups span.abilities_name {
    font-size: 12px;
    line-height: 16px;
    color: #6610f2;
}
.assign_action button.btn {
    padding: 1px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
.sch.mdu_sch {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}
.content_wrapper .sch.mdu_sch table tr:first-child td,
.content_wrapper .sch.mdu_sch table tr:last-child td{
    border: none;
}
.fs-arrow {
    border-top: 5px solid #8e9ba1;
}
.incomingMessages {
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    width: 293px;
    text-align: left;
    white-space: normal;
    max-height: 380px;
    overflow-y: auto;
}
.incomingMessages ul li {
    padding: 12px 12px 12px 15px;
    border-bottom: 1px solid #B7B8B9;
    position: relative;
    cursor: pointer;
}
.incomingMessages ul li span {
    position: absolute;
    right: 10px;
    top: calc(50% - 27px);
    height: auto;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 20px;
    background: #ec8a2a;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
}
.incomingMessages ul li:last-child {
    border: none;
}
.incomingMessages ul li h4 {
    font-weight: 500;
    font-size: 14px;
    color: #4E5460;
    margin-bottom: 5px;
}
.incomingMessages ul li p {
    font-size: 14px;
    line-height: 19px;
    color: #4E5460;
    padding: 0;
    font-weight: 300;
}
.cs-addjob #incomingMessages {
    display: none !important;
}

.cs-addjob:hover #incomingMessages {
    display: block !important;
}
a.chatListOpen {
    position: relative;
}
a.chatListOpen span.char_count {
    position: absolute;
    right: 17px;
    top: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #FA2424;
}
@media only screen and (max-width: 820px) and (max-width: 768px)  {
    a.chatListOpen span.char_count {
        right: 13px;
    }
}
#chat_groupBox {
    position: fixed;
    width: 357px;
    bottom: -600px;
    background: #fff;
    padding: 10px 20px 20px;
    z-index: 999;
    border: 1px solid rgba(36, 85, 126, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border-top: 9px solid #24537A;
    right: 10px;
    transition: all 0.3s ease-in-out;
}
#chat_groupBox.showcreategroup{
    bottom: 0;
}
.chat_groupBox .cg_header h4 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #25557C;
}
.chat_groupBox .cg_header {
    position: relative;
}
.chat_groupBox .cg_header .closecreate_group {
    position: absolute;
    top: 0;
    right: 0;
}
.chatMessagesLists .chatMessagesList li.cg_member input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.chatMessagesLists .chatMessagesList li.cg_member {
    position: relative;
}
.chatMessagesLists .chatMessagesList li.cg_member > a span.chatName::before {
    width: 18px;
    height: 18px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    background: transparent;
    top: 0;
}

.chatMessagesLists .chatMessagesList li.cg_member input:checked + a span.chatName::after {
    content: "";
    position: absolute;
    background-image: url(../images/check-green.png);
    right: 4px;
    top: 5px;
    width: 9px;
    height: 7px;
}
.cg_footer .craete_group_btn {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 10px;
}
.cg_member_list.chatMessagesLists {
    height: 340px;
    overflow-y: auto;
}
.chatMessagesLists .chatMessagesList li.offline > a span.chatName::before {
    background: #B1B1B1;
}
.chatMessagesLists .chatMessagesList li > a span.chatName span {
    display: block;
    font-size: 10px;
    line-height: 10px;
}
.chatMessagesLists .chatMessagesList.groups li > a span.chatName::before{
    content: none;
}
#chat_groupBox.showLoader::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    content: "";
    z-index: 99;
}
#chat_groupBox.showLoader::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/loader.gif);
    top: calc(50% - 25px);
    background-size: 50px;
    z-index: 99;
    margin: 0 auto;
}
.chatListBoxHeader .closeChatlist {
    position: absolute;
    top: 0;
    width: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    cursor: pointer;
}

.client_signup_form input.form-control {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    min-height: auto !important;
    height: 36px !important;
}
.client_signup_form label.form-control-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #454545;
    margin-bottom: 3px;
}
.client_signup_form span.input-group-addon {
    border: none;
}
.client_signup_submit button.btn {
    max-width: 300px;
    padding: 13px 0 !important;
    height: auto !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    background: #66A84D;
    border-radius: 5px;
    border-color: #66A84D;
    margin: 0 auto;
}
.client_signup_submit {
    text-align: center;
    padding-top: 18px;
}

/**********************************Modal CSS ***************/
.ui-dialog.emailalreadyModal {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 100% !important;
    max-width: 600px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2 !important;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 30px 40px;
    z-index: 99;
}
.modal-backdrop.show,
.ui-widget-overlay{
    background: #000!important;
    opacity: 0.3!important;
}
.ui-widget-overlay.ui-front {
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

.emailalreadyModal .ui-dialog-titlebar button.ui-dialog-titlebar-close {
    position: absolute;
    right: 13px !important;
    top: 23px !important;
    text-indent: -9999px !important;
    background-image: url(../images/cross-2.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    width: 16px !important;
    height: 16px !important;
}

p.useralreadyExitMessage {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    padding: 0
}

.emailalreadyModal .ui-dialog-buttonset button.btn.btn-success {
    padding: 9px 100px;
    background: #66A84D !important;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.emailalreadyModal .ui-dialog-buttonpane.ui-widget-content {
    padding: 0;
    margin: 0;
}
.ui-dialog.emailalreadyModal .ui-dialog-titlebar {
    position: unset;
}
.ui-dialog.emailalreadyModal .ui-dialog-titlebar .ui-dialog-title {
    display: none;
}
.ui-dialog.emailalreadyModal p.formLabel {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}
.ui-dialog{position:fixed!important;}
.ui-dialog.emailalreadyModal .ui-dialog-content {
    padding: 0;
}
#editchat_groupBox .editchat_groupmodal {
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 20px 30px;
    margin: 50px auto;
}
#editchat_groupBox.edit_group_show {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    overflow-y: auto;
}

.chatListTabs .nav-item .nav-link {
    display: block !important;
    background: #E0EDF7;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #24547A;
    border-radius: 0;
    padding: 4px 0;
}
.chatListTabs li.nav-item {
    flex: 1;
    padding: 0 0.5px;
}
.chatListTabs ul.nav.nav-tabs {
    display: flex;
    margin: 0 -0.5px;
}
.chatListTabs .nav-item .nav-link.active {
    background: #0083C9;
    color: #fff;
}
.edit_group_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.edit_group_header h4 {
    font-size: 19px;
    font-weight: 600;
    color: #2c597d;
}
.editchat_groupmodal .cg_footer {
    padding-top: 10px;
}
#editchat_groupBox .editchat_groupBox{
    display: none;
}
#editchat_groupBox.edit_group_show .editchat_groupBox{
    display: block;
}
.userChat {
    position: relative;
}
.edit_group_header img.closeedit_group {
    cursor: pointer;
}

.peopleSearchListmain {
    position: relative;
}
.peopleSearchListmain .peopleSearchList {
    position: absolute;
    width: 100%;
    background: #f3f3f3;
    z-index: 999;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
}
.peopleSearchListmain .peopleSearchList{
    display: none;
}
.peopleSearchList.chatMessagesLists .chatMessagesList li > a {
    width: 100%;
}
.dates_picker{text-align:center !important;}
.files_sect{margin-top:10px;}
.btn-width-100{width:100px;}
.block-padding{padding-bottom: 10px;}
.cl_venues_block .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child){    border-radius: 3px;}
.cl_venues_block .item_tr .input-group-addon, .item_tr .input-group {
    background: #dcdcdc;
    border: none;
}
.cl_venues_block .remove_item{    font-size: 23px;
    color: red;
    padding-right: 10px;}
.cl_venues_block   .add_item {
    font-size: 23px;
    color: green;
}
.cl_venues_block . form-input{width:78%;}

/*=========CSS for bulk email page========*/
.bulk_email_button ul{
    display: flex;
    justify-content: flex-end;
}
.bulk_email_button ul li{
    padding:10px;
}
.bulk_email_button .email_list{
    background-color: #FC8C2E;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.bulk_email_button .email_list:hover{
    background-color: #1DC173;
}
.bulk_email_button .red_btn{
    background-color: #F24139;
}
.right_align{
    justify-content: flex-end;
}
.btn-preview{
    background-color: #1DC173;
    color: #fff;
}
#dlgEmailList + div.ui-dialog-buttonpane > div.ui-dialog-buttonset{
    float: none !important;
}
.ui-dialog .ui-dialog-buttonpane button.ui_save_class_list{
    width: 100% !important;
    border: none;
    background-color: #FC8C2E;
    padding: 6px 10px;;
    color: #fff;
    border-radius: 4px;
}
.ui-dialog .ui-dialog-buttonpane button.ui_save_class_list:hover{
    background-color: #1DC173;
}
.centerAlign{
    text-align: center;
    font-weight: 14px;
}
.centerAlign h3{
    margin-top: 40px;
    font-size: 18px;
}
.centerAlign a{
    margin-top: 40px;
    width: 20%;
    background-color: #FC8C2E;
    border-color: #FC8C2E;
}
.centerAlign a:hover{
    background-color: #1DC173;   
}
 #previewList table {
    border: none;
    border-collapse: collapse;
}

#previewList td {
    border: none !important;
}
/*=========CSS for bulk email page End========*/
/*=========CSS for project dev ========*/
.board-project{
    border: 2px solid #00496E;
    box-sizing: border-box;
    box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding:10px;
    background-color: #FFF;
    color: #000;
    margin-bottom: 20px;
    height: 100%;
}
.board-project.border-success{
    border: 2px solid #1DC173;
}
.list-progress{
    padding:10px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 20px;   
    min-height: 453px;
}
.list-title{
    margin: 0 auto;
    text-align: center;
    width: 60%;
    border-bottom: 1px solid #D0D0D0;
    
}
.list-title h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #24557E;
    font-weight: 700;
}
.project-lists{
    border: 1px solid rgba(80, 119, 152, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding:10px;
    background-color: #F6F9FD;
    color: #5C5C5C;
    margin-bottom: 10px;
    margin-top: 10px;
}
.user_list_design{
    padding: 5px 20px;
    background-color: #C4C4C4;
    border-radius:20px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin: 0 2px 2px 2px; 
}
.task-action a{
    color: #FC8C2E !important;
    text-decoration: none;
}
.task-action a:hover{
    color: #24557e;
}
.padding_bottom{
    margin-bottom: 10px;
}
.project-btn ul{
    justify-content: flex-start;
}
.project-btn .email_list{
    background: #1DC173;
}
.rightalignAction{
    float: right;
}
.btn-colse-archive{
    width: 100%;
    border-radius: 3px;
    background-color: #24557E !important;
    color: #fff !important;
}
.submit-project-btn{
    width: 100% !important;
    border-radius: 3px !important;
    background-color: #FC8C2E !important;
    color: #fff !important;   
}
.list-projects{
    float: right;
    background-color: #24557E !important;
    border-radius: 5px;
}
.rightalign{
    float: right;
}
.leftalign{
    float: left;
}
.gaptop{
    margin-top: 13px;
}
.autowidth{
    width: auto !important;
}
.reviewForm .ui-dialog-buttonset{
    float: none !important;
}
.btn-yes{
    width: 48% !important;
    background-color: #FC8C2E;
}
.btn-no{
    width: 48% !important;
     background-color: #767676;
     border-color: #767676;
}
.review_area{
    border-radius:3px;
    border-color: #24557E;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 5px;
}
.review_area p{
    line-height: 10px;
}
.disall{
    display: block !important;
}
.linksReset{
    height: 28px;
    background-color: #767676;
    border-color: #767676;
}
.searchbtn{
    background-color: #FC8C2E;
    border-color: #FC8C2E; 
}
.pr_list{
    background-color: #1DC173;
    border-color: #1DC173;
}
.board-project a{
    text-decoration: none;
    color: #5C5C5C;
}
.icon_size{
    font-size: 15px;
    text-align: right;
}
.align_proper label{
    margin-bottom: 0px;
}
.topAlign{
    margin-top:-3px;
}
.board-project h5{
    padding: 5px;
}
.list-progress h5{
    padding: 5px;
    font-weight: bold;
}
.rightMargin{
    margin-right: 10px;
    background-color: #FC8C2E !important; 
}
.reviewForm .ui-dialog-title{
    text-align: center;
}
.repeat-ticket{
    float: right;
    width:20%;
    background-color: #FC8C2E;
    border:none; 
}
.selection_day{
    margin:0px 5px 0px 0px;
    background: #F1F3F4;
    border: 0.5px solid #C2C2C2;
    color: #000 !important;
    border-radius: 3px;
    padding:5px 10px;
    /*border:none;*/
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child){
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
    border-radius: 3px; 
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 3px;
}
.repeat_head{
    border-top: 5px solid #24557E;
}
.repeat_title{
    width: 100%;
    text-align: center;
    color: #24557E;
}
#repeatOK{
    background-color: #FC8C2E;
    border:none;
}
.align_top{
    top:25px !important;
}
/*=========CSS for project dev ========*/
.activePage{
    background-color: #FC8C2E;
}

.sizing_btn{
    height: 30px !important;
}
.bulk-btn{
    width: auto !important;
    padding: 3px 20px; 
}
.crew-all-list{
    height: 30px !important;
    border:1px solid #ccc;
}
.btn-employment{
    background: #64A844;
    border:none;
}
.bio-page{
    background-color: #F1F1F1 !important;
}
.bio-section{
    border:1px solid #ccc !important;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin:10px;
    height: auto;
}
.nospace{
    padding-top: 0px; 
}
.spacebulk{
    padding-top: 10px;
}
.bio-section .headings_emp{
    font-size: 14px;
    width: 35%;
    float: left;
    color: #24557E;

}
.bio-section .desc_emp{
    font-size: 14px;
    width: 60%;
    float: left;   
}
.bio-section .duties_emp{
    font-size: 14px; 
}
.remove-btn{
    float: right;
    color: #f79321;
    cursor: pointer;
}
.remove-btn:hover{
    color: #64A844;
}

/*checkbox*/
/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px !important;
    width: 18px !important;
    border:1px solid #B3B3B3; 
    background-color: #fff;
    border-radius: 4px;
    margin-top:2px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #02cf32;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bgImage{
    background-color: #DDDDDD;
    width: 213px;
}
.skills-roll{
    background: #DDDDDD;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 0 2px 8px 2px;
    display: inline-block;
}
.recruit-card-all{
    color: #5C5C5C !important;
}
.orange_bg_th{background: #f79321 !important;color:#fff !important;}
.download-acceptance-pdf {
    font-size: 20px;
    float: right;
    margin-left: 5px;
    line-height: 24px;
    cursor: pointer;
    margin-top:2px;    
}

.popup-job-info { position: relative; float: left; margin-right: 10px;}

.popup-wrapper { 
    position: absolute; 
    top: calc(100% + 20px); 
    left: 50%; 
    transform: translateX(-50%);
    z-index: 1;
    width: 400px;
    max-width: 80vw;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 6px;
    padding: 15px;
}
.popup-wrapper-update { 
    position: absolute; 
    top: calc(100% + 20px); 
    left: -175px; 
    transform: translateX(-50%);
    z-index: 1;
    width: 400px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 6px;
    padding: 15px;
}
@media screen and (min-width: 1100px){
    .popup-wrapper{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
    }
}
.popup-wrapper-update{
    top: calc(100% + 20px);
    padding: 5px;
}
#job_info_div ul {
border: none;
}
.user-signature-wrapper {
    text-align: center;
}
.user-signature-wrapper p{
    color:#24557E;
}
.user-signature-wrapper img{
    border: 1px solid #ddd;
    width: 100%;
    min-width: 155px;
    margin-top: 5px;
    height: 75px;
    object-fit: contain;
    max-width: 100%;
}

.popup-wrapper {display: none;}
.popup-wrapper-update {display: none;}
.popup-job-info i.job-info:hover + .popup-wrapper { display: block; }
.popup-job-info i.job-info:hover + .popup-wrapper-update { display: block; }

/* invoice-form-header */
/* Add Job Sheets - Header */
.invoice-form-header h2 {
    padding-right: 1rem !important;
}
.invoice-form-header #btnTags {
    padding: 6.5px 5px;
    width: 177px !important;
    font-size: 12px !important;
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
}
.invoice-form-header #btnTags .ui-button-text { padding: 0; }
.invoice-form-header #job_desc {
    padding-top: 4px;
    padding-bottom: 4px; 
    font-size: 12px;
    height: 30px;
    width: 218px;
    border: 1px solid #9A9A9A;
}
.invoice-form-header #template {
    padding-right: 1rem !important;
    position: relative;
}
.invoice-form-header #template ul.ui-widget {
    left: 0px !important;
    width: 90% !important;
    padding: 8px 12px !important;
}

.invoice-form-header #template ul a {
    font-size: 12px;
}

.invoice-form-header #tags {
    float: left;
    position: relative;
    width: 177px;
    height: 30px;
}
.invoice-form-header #tags ul{
    left: 0px !important;
    font-size: 12px;
}
.invoice-form-header #tags .tags_block {
    width: 177px;
} 
.invoice-form-header #tags #add_tag{
    text-align: center;
}
.invoice-form-header #tags #add_tag a {
    color: #1274E7;
}
.invoice-form-header #tags ul:not(#add_tag) input:last-child {
    width: 120px !important;
    margin-bottom: 4px;
}
.invoice-form-header .fs-wrap.multiple {
    position: static;
    margin-top: 5px;
    color: #454545;
    width: 177px;
}
.invoice-form-header .fs-wrap.multiple .fs-label-wrap {
    border-radius: 3px;
    border: 1px solid #9A9A9A;
}
.invoice-form-header .fs-wrap.multiple .fs-label-wrap .fs-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}
.invoice-form-header .fs-wrap.multiple .fs-dropdown {
    margin-top: 0px;
}

.invoice-form-header .ui-buttonset button {
    outline: none;
    height: 30px;
    border: 1px solid #9A9A9A;
}
.invoice-form-header .ui-buttonset button#import {
    width: 133px;
    background: #F9F9F9;
}
.invoice-form-header .ui-buttonset button#select {
    background: #FFFFFF;
    margin-left: -1px;
}
.invoice-form-header .ui-buttonset .ui-button-text-only .ui-button-text {
    padding: 2px 5px;
    font-size: 12px;
}
.invoice-form-header .ui-buttonset .ui-button-icon-only .ui-button-text { padding: 2px 0; }

.invoice-form-header #jo_in_confirmed.jo_in_confirmed {
    padding-left: 52px;
    background: #fff;
    color: #454545;
    min-height: 18px !important;
    border: 1px solid #9A9A9A;
    height: 30px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .25rem;
    margin-left: 1rem;
    position: relative;
    top: -10px;
    width: 177px;
}

/* General Settings Page - ADVMultiSelect Forms Only */
table.table-settings-page {
    width: auto;
}

table.table-settings-page tr:last-child td:nth-child(2) {
    width: 32px;
}
table.table-settings-page tr:first-child th {
    vertical-align: top;
    max-width: 350px;
}

table.table-settings-page tr:last-child td:nth-child(2) input {
    margin: 4px 0px;
}

.clients-autocomplete-filters.autocomplete {
    min-width: 300px;
    width: 600px;
    border: 1px solid #ADADAD !important;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
@media (max-width: 767px){
    .clients-autocomplete-filters.autocomplete {
        width: 80%;
        min-width: 250px;
    }
}

.clients-autocomplete-filters.autocomplete ul li {
    height: auto;
}
.clients-autocomplete-filters.autocomplete ul li.selected {
    background-color: #4774F1;
}

/* Start Shifts - Quick Edit Popup */

.sch_info .schedule-from-wrapper {
    min-height: 480px;
    overflow-y: hidden;
    margin-top: 1rem;
}
.sch_info .schedule-from-wrapper:not(:first-of-type) {
    margin-top: 3rem;
}

.schedule_section.sch_info {
    padding: 0 0 15px 0;
}

/* End Shifts - Quick Edit Popup */

/* UI Datepicker CSS Override */
#ui-datepicker-div.ui-datepicker {
    width: 250px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

#ui-datepicker-div.ui-datepicker select.ui-datepicker-month, #ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header.ui-widget-header {
    background: #3791DF;
    border-radius: 3px;
    border: none;
    height: 30px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
    height: 20px;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    margin: 3px 2px 0px;
    color: #000;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, 
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    top: 5px;
    /* background: #FFFFFF; */
    /* border: 1px solid #CFCFCF; */
    border-radius: 2px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    margin-left: 4px;
    left: 2px !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    margin-right: 4px;
    right: 2px !important;
}

#ui-datepicker-div table.ui-datepicker-calendar tbody {
    border: 1px solid #DDDDDD !important;
    border-radius: 2px;
}

#ui-datepicker-div table.ui-datepicker-calendar thead th {
    font-size: 12px;
    padding-bottom: 2px;
}

#ui-datepicker-div table.ui-datepicker-calendar a.ui-state-default {
    border: 1px solid transparent;
    text-align: center;
    background: none;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
}
#ui-datepicker-div table.ui-datepicker-calendar .ui-state-default.ui-state-active {
    background-color: #eb8f00;
    color: #fff;
    font-weight: 600;
}

#ui-datepicker-div table.ui-datepicker-calendar .ui-state-disabled {
    background: #FFFFFF !important;
}

#ui-datepicker-div table.ui-datepicker-calendar thead th {
    width: 24px;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td {
    border: 1px solid #FFFFFF;
    width: 24px;
    height: 24px;
    background: #f1f4f5;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td:hover {
    background: #eb8f00;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td:hover a.ui-state-default {
    color: #FFFFFF;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-today {
    background: #4774F1;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-today a.ui-state-highlight {
    color: #FFFFFF;
}
#ui-datepicker-div .ui-state-hover{
    background: none;
}

#ui-datepicker-div .ui-datepicker-buttonpane {
    background-color: #EEEEEE;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current {
    width: 100%;
    float: none;
    margin: 6px 0px;
    opacity: 1;
    background: #FFFFFF;
    color: #25557C;
    font-size: 12px;
    padding: 4px 0;
}

#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-close {
    display: none;
}

/* End UI Datepicker CSS Override */

/* Start - Add and Edit Allowance Page */
.allowance__input {
    height: 32px;
    border-radius: 3px;
    min-width: 220px;
    padding: 0px 8px;
}
input[type="submit"].allowance__btn,
input[type="button"].allowance__btn {
    width: 120px;
    height: 30px;
}
/* End - Add and Edit Allowance Page */

/* Invoices - Send Statement Button Fix */
#statement_email .statement_email__btn {
    background: #FC8C2E;
    width: auto;
}

/* Crew Import - Upload Button Fix */
.crew-import__upload-btn {
    background: #FC8C2E;
}

/* Flatpicker Calendar UI Overrides */
.flatpickr-calendar .flatpickr-month {
    margin: 4px;
    background: #3791DF;
    height: 32px;
    border-radius: 4px;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(255,255,255,0.9);
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(255,255,255,0.9);
}
.flatpickr-calendar .flatpickr-month .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-month .flatpickr-next-month svg {
    fill: #FFFFFF;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month {
    font-size: 100%;
    color: #FFFFFF;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month span.cur-month {
    font-weight: 400;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month input.cur-year {
    font-weight: 400;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.prevMonthDay:hover,
.flatpickr-calendar .flatpickr-days .flatpickr-day.nextMonthDay:hover {
    color: #CCCCCC;
}
.flatpickr-calendar.flatpickr-calendar {
    width: 250px;
}
.flatpickr-calendar .flatpickr-weekday {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
.flatpickr-calendar .flatpickr-days {
    width: 250px;
}
.flatpickr-calendar .flatpickr-days .dayContainer {
    justify-content: start;
    /*width: 250px;*/
    min-width: auto;
    max-width: none;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day:hover {
    background: #FC8C2E;
    color: #FFFFFF;
}
/*
.flatpickr-calendar .flatpickr-days .flatpickr-day.today.today {
    background: #3791DF;
    color: white;
}

.flatpickr-calendar .flatpickr-days .flatpickr-day {
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    background: #f1f4f5;
    font-size: 12px;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.selected {
    color: #FC8C2E;
    border: 1px solid #FC8C2E;
    font-weight: 600;
    background: #f1f4f5;
}*/
.flatpickr-calendar .flatpickr-days .flatpickr-day.selected.startRange,
.flatpickr-calendar .flatpickr-days .flatpickr-day.selected.endRange {
    border: 1px solid #FFFFFF;
    background: #e0e9ec;
    box-shadow: none;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.selected.startRange:hover,
.flatpickr-calendar .flatpickr-days .flatpickr-day.selected.endRange:hover {
    box-shadow: none;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.selected.startRange + .endRange, 
.flatpickr-calendar .flatpickr-days .flatpickr-day.startRange.startRange + .endRange, 
.flatpickr-calendar .flatpickr-days .flatpickr-day.endRange.startRange + .endRange {
    box-shadow: none;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.inRange {
    color: #FC8C2E;
    box-shadow: none;
    background: #e0e9ec;
    font-weight: 600;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.inRange:hover {
    background: #f1f4f5;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-days .flatpickr-day.nextMonthDay {
    background: none;
}

.calendar_pick-btn__background {
    position: absolute;
    right: 16px;
    top: 1px;
    height: 93%;
    padding: 0 8px;
    display: flex;
    align-items: center;
    color: #76838f;
    pointer-events: none;
}
/* End Flatpicker Calendar UI Overrides */

/* Event Page and Quote Page */
.eventBooking .comboBoxDownButton {
    top: 1px;
    right: 17px;
}
.evHeader {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 2px;
    color: #000000;
}
/* End Event Page and Quote Page */

/* added for chat re-design: begin */
.cg_member_list span.online-button {
    position: relative;
    bottom: 5px;
    right: 15%;    
}

/* added for chat re-design: end */

/* change placeholder color */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #cdcdcd!important;
    font-weight: normal!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #cdcdcd!important;
   font-weight: normal!important;
   opacity:  1!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #cdcdcd!important;
   font-weight: normal!important;
   opacity:  1!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #cdcdcd!important;
   font-weight: normal!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #cdcdcd!important;
   font-weight: normal!important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #cdcdcd!important;
   font-weight: normal!important;
}
/* change placeholder color */

.comboBoxDownButton{
    background-color: transparent!important;
    border: none!important;
}
.ui-icon-triangle-1-s{
    background-image: none!important;
}


.text-orange{
    color: #FC8C2E;
}

i.fa-calendar.text-blue,
i.fa-calendar{
    color: #748391!important;
}

.no-expiry-button,
.no-expiry-button.ui-state-hover{
    background-color: rgb(23, 140, 230);
    border: 1px solid rgb(23, 140, 230);
    font-weight: bold!important;
    font-size: 12px!important;
    line-height: 27px;
    margin: 0 auto 5px auto!important;
    font-weight: normal!important;
}
button.no-expiry-button:after {
    content: '';
    display: block;
    background: #eeeeee;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
select.text-center{
    text-align: center;
    text-align-last: center;
}
select.text-center option{
    text-align: left;
}
.lh-30{
    line-height: 23px;
}

.btn-move-right{
    margin-button: 10px;
}
.btn-move-right,
.btn-move-left{
    height: 30px;
    width: 40px;
    margin: auto;
}
.btn-move-right::before{
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 19 16' fill='none'><path d='M9.5 8.8L3 15.6C2.6 16.1 1.9 16.1 1.4 15.6L0.3 14.5C-0.1 14-0.1 13.3 0.3 12.8L4.9 8 0.3 3.2C-0.1 2.7-0.1 2 0.3 1.5L1.4 0.4C1.9-0.1 2.6-0.1 3 0.4L9.5 7.2C10 7.6 10 8.4 9.5 8.8ZM18.7 7.2L12.2 0.4C11.7-0.1 11-0.1 10.6 0.4L9.5 1.5C9 2 9 2.7 9.5 3.2L14.1 8 9.5 12.8C9 13.3 9 14 9.5 14.5L10.6 15.6C11 16.1 11.7 16.1 12.2 15.6L18.7 8.8C19.1 8.4 19.1 7.6 18.7 7.2Z' fill='white'/></svg>");
}
.btn-move-left::before{
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 19 16' fill='none'><path d='M9.5 7.2L16 0.4C16.4-0.1 17.1-0.1 17.6 0.4L18.7 1.5C19.1 2 19.1 2.7 18.7 3.2L14.1 8 18.7 12.8C19.1 13.3 19.1 14 18.7 14.5L17.6 15.6C17.1 16.1 16.4 16.1 16 15.6L9.5 8.8C9 8.4 9 7.6 9.5 7.2ZM0.3 8.8L6.8 15.6C7.3 16.1 8 16.1 8.4 15.6L9.5 14.5C10 14 10 13.3 9.5 12.8L4.9 8 9.5 3.2C10 2.7 10 2 9.5 1.5L8.4 0.4C8-0.1 7.3-0.1 6.8 0.4L0.3 7.2C-0.1 7.6-0.1 8.4 0.3 8.8Z' fill='white'/></svg>");
}
input[type="file"]{
    max-width: 100%;
    text-overflow: ellipsis;
}
.text-danger{
    color: #F24139!important;
}
.text-green{
    color: #1DC173!important;
}
.hide-until-page-ready{
    visibility: hidden;
}
.ui-autocomplete {
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
body.modal-open{
    padding-right: 0!important;
}
.custom-control.custom-control-md{
    transform: scale(1.2);
}
.custom-control-input-success:checked ~ .custom-control-label::before{
    border-color: #11c26d;
    background-color: #11c26d;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #adb5bd;
}
.my-dropdown-menu li.dropdown-item,
.action-dropdown-menu li.dropdown-item,
.checklist-dropdown-menu li.dropdown-item{
    cursor: pointer;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.my-dropdown-menu li.dropdown-item span,
.action-dropdown-menu li.dropdown-item span,
.checklist-dropdown-menu li.dropdown-item span{
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}
@media screen and (max-width: 767px) {
    .ui-dialog.notFullScreenOnMobile{
        top: 25%!important;
        width: 90%!important;
        margin: auto!important;
        left: 50%!important;
        height: auto!important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.fselect-wrapper select{
    color: transparent;
}
.fselect-wrapper select[multiple]{
    overflow: hidden;
    color: transparent;
}
.fselect-wrapper .fs-wrap{
    margin: 0!important;
    max-width: 100%;
    width: 100%;
    top: 0;
}
.fselect-wrapper .fs-label-wrap{
    margin: 0!important;
    border-radius: 4px;
    border: 1px solid #9A9A9A;
    height: 30px;
}
.fselect-wrapper.fselect-sm .fs-label-wrap{
    height: auto;
}
.fselect-wrapper.fselect-sm .fs-label{
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
}
.fselect-wrapper.border-light .fs-label-wrap{
    border: 1px solid #ccc;
}
.fselect-wrapper.w-150:not(.w-full) .fs-dropdown{
    width: 150px;
}
.fselect-wrapper.text-option-left .fs-options .fs-option .fs-option-label{
    text-align: left;
    margin-left: 20px!important;
}
.fselect-wrapper.placeholder-left .fs-label{
    text-align: left;
}
.fselect-wrapper.centered .fs-label{
    text-align: center;
    cursor: pointer;
    margin: 0!important;
}
.fselect-wrapper .fs-options{
    margin: 0!important;
}
.fselect-wrapper .fs-label{
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}
.fselect-wrapper.fselect-sm .fs-label-wrap{
    height: auto;
}
.fselect-wrapper.fselect-sm .fs-label{
    padding-top: 2px;
    padding-bottom: 2px;
}
.fselect-wrapper .fs-dropdown{
    margin: 0!important;
    width: 100%;
}
.fselect-wrapper.dropdown-on-top .fs-dropdown{
    bottom: 100%;
}
.fselect-wrapper.on-hover-blue:hover .fs-wrap .fs-arrow{
    border-top-color: #fff;
}
.fselect-wrapper.on-hover-blue .fs-label:hover{
    background-color: #337AB7;
    color: #fff;
}
.fselect-wrapper .fs-option.selected,
.fselect-wrapper .fs-option:hover{
    background-color: #e5e5e5;
    margin: 0!important;
}
.fselect-wrapper .fs-option{
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0!important;
    position: relative;
}
.fselect-wrapper .fs-wrap:not(.multiple) .fs-option-label{
    text-align: center;
    font-size: 12px!important;
    margin: 0!important;
}
.fselect-wrapper:not(.fselect-no-check) .fs-wrap:not(.multiple) .fs-option.selected:before {
    content: "\f00c";
    width: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 5px;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-not-allowed{
    cursor: not-allowed!important;
}
.warning .ddMsg{
    background-color: #24557E;
    position: relative;
}
/* .warning.arrowUp .ddMsg{
    box-shadow: none;
    border-radius: 3px 3px 0 0;
} */
.ddMsg, .ddMsg:visited{
    color: #fff!important;
}
.arrowUp .ddMsg:after,
.arrowDown .ddMsg:after{
    position: absolute;
    right: 15px;
    float: none;
    left: unset;
}
.arrowUp .ddMsg:after{
    top: 12px;
}
.arrowDown .ddMsg:after{
    top: 6px;
}
.arrowUp .ddMsg:after,
.ddMsg.collapsed:after,
.arrowDown .ddMsg:after{
    color: #fff;
}
.warning .ddDetail{
    background-color: #fff!important;
    max-height: 400px;
    overflow-y: auto;
    top: -6px;
    border: 1px solid #24557e;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.warning .ddDetail .errorNew,
.warning .ddDetail .error,
.warning .ddDetail .errorticket,
.warning .ddDetail .incompat{
    background-color: #fff!important;
    background-image: none!important;
    padding: 5px 20px;
}
.warning .ddDetail .errorNew:not(:first-child):before,
.warning .ddDetail .error:not(:first-child):before,
.warning .ddDetail .errorticket:not(:first-child):before,
.warning .ddDetail .incompat:not(:first-child):before{
    content: '';
    display: block;
    width: calc(100% + 40px);
    border-top: 2px solid #e5e5e5;
    margin: 10px 0 10px -20px;
    padding: 0;
}
.warning .ddDetail .errorNew:not(:first-child),
.warning .ddDetail .error:not(:first-child),
.warning .ddDetail .errorticket:not(:first-child),
.warning .ddDetail .incompat:not(:first-child){
    padding: 5px 20px;
}

.warning .ddDetail .errorNew:last-child,
.warning .ddDetail .error:last-child,
.warning .ddDetail .errorticket:last-child,
.warning .ddDetail .incompat:last-child{
    padding-bottom: 10px;
}
.warning .ddDetail .warning-note{
    background: #E5E5E5;
    border-radius: 5px;
    padding: 10px!important;
}
.ddImage{
    color: #fff;
}
.warning.ddAlert.arrowDown a.ddMsg{
    /* border: 1px solid transparent; */
}
#dbl-booking-wrapper .ddAlert,
#optimise_message .ddAlert,
#shift-warning-wrapper .ddAlert{
    margin-bottom: 0;
    margin-top: 0;
}
/* #dbl-booking-wrapper .ddAlert.arrowUp,
#optimise_message .ddAlert.arrowUp,
#shift-warning-wrapper .ddAlert.arrowUp{
    border: 1px solid #24557e;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 0;
} */
#shift-filter-toggle{
    position: relative;
}
#shift-filter-toggle:hover{
    color: #24557E;
}
#shift-filter-toggle[aria-expanded]:after{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    right: 20px;
    color: #000;
    font: normal normal normal 14px/1 FontAwesome;
}

#shift-filter-toggle[aria-expanded="false"]:after{
    content: "\f0dd";
    transform: translateY(-65%);
}
#shift-filter-toggle[aria-expanded="true"]:after{
    content: "\f0de";
}
#shifts-filter{
    margin-top: 20px;
}
.collapsing {
    transition-property: height, visibility;
    transition-duration: .35s;
}
.eventWarning.errorNew{
    background-image: none;
    background-color: #fff;
    color: #24557E;
    font-weight: bold;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: fit-content;
}
#timesheet-modal-new .timesheet-table td,
#timesheet-modal-new .timesheet-table th{
    border: 1px solid #24557E;
    padding: 5px;
}
#timesheet-modal-new .timesheet-table th{
    color: #24557E;
}
#timesheet-modal-new {overflow: unset !important;}
.timesheet-table-content-wrapper{
    max-height: 85vh;
    overflow-y: auto;
}
@media screen and (min-width: 768px) {
    .timesheet-table-content-wrapper{
        max-height: 50vh;
        overflow-y: auto;
    }
}

.errorNew{
    font-size: 12px;
}
acronym.booked-at-client-portal{
    display: block;
    text-align: center;
    background: #ffebdd;
    border: 1px solid #fa8e48;
    border-radius: 5px;
    color: #fa8e48;
    text-decoration: none;
    font-weight: bold;
}
.inv_not_sent,
.inv_not_sent:visited{
    background-color: #FFDDDD;
    color: #F1433E;
    border-color: #F1433E8a;
    border-width: 2px;
    font-weight: bold;
}
.inv_not_sent:hover{
    color: #F1433E;
}
.inv_sent,
.inv_sent:visited{
    background-color: #D4FFEB;
    color: #4C4C4D;
    border-color: #25C1788a;
    border-width: 2px;
    font-weight: bold;
}
.inv_sent:hover{
    color: #4C4C4D;
}
.inv_payrun_block,
.inv_payrun_block:visited{
    background-color: rgba(000, 000, 000, 0.49); /* Fill color with 49% opacity */
    color: #fff; 
    border: 2px solid rgba(000, 000, 000, 1.0); /* Stroke color with 100% opacity */
    border-width: 2px;
    font-weight: bold;
    text-align: center;
}
.inv_payrun_block:hover{
    background-color: #000;
    color: #fff;
}
.inv_locked,
.inv_locked:visited,
.inv_locked.all_shifts_locked,
.inv_locked.all_shifts_locked:visited{
    background-color: #CED0D3;
    color: #4C4C4D;
    border-color: #00000050;
    border-width: 2px;
    font-weight: bold;
}
.inv_locked:hover{
    color: #4C4C4D;
}
.inv_locked.all_shifts_locked:hover{
    background-color: transparent;
}
.adminLocked,
.adminLocked.rpMod{
    background-color: #dbefff!important;
}

.inv_locked.all_shifts_locked{
    background-color: #CED0D3!important;
}
.all_shifts_confirmed,
.all_shifts_confirmed:visited{
    background-color: #b1e0fe;
    color: #4C4C4D;
    border:2px solid #7791a187;
    font-weight: bold;
    text-align: center;
}
.all_shifts_confirmed:hover{
    color: #4C4C4D;
}
.jo_has_confirmed_shifts,
.jo_has_confirmed_shifts:visited{
    background-color: #FFE9D7;
    color: #4C4C4D;
    border:2px solid #FC8C2E87;
    font-weight: bold;
    text-align: center;
}
.shift_table-icon-phone-link{
    display: block!important;
}
.shift_table-phone-link{
    display: none;
}
@media screen and (min-width: 1336px){
    .shift_table-phone-link{
        display: block!important;
    }
    .shift_table-icon-phone-link{
        display: none!important;
    }
}
.adminLocked{
    background-color: #cfe8fd!important;
}

.common_chat_cls .head .to_user,
.group-cc-close,
.cc-close,
.cc-toggle {
    cursor: pointer;
}
.chat-control-icons i{
    padding: 0;
}
.shadow-danger{
    -webkit-box-shadow: 0px 0px 4px red;
    box-shadow: 0px 0px 4px red;
}
.bg-dark-blue{
    background-color: #24557e;
}
.border-dark-blue{
    border: 1px solid #24557e;
}
.btn-no-hover-color:hover,
.btn-no-hover-color:focus{
    background-color: transparent!important;
    border-color: transparent!important;
    color: #24557e;
}
.collapse-action-btn[aria-expanded]{
    position: relative;
}
.collapse-action-btn[aria-expanded]:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.collapse-action-btn[aria-expanded="true"]:after{
    content: "\f0d8";
}
.collapse-action-btn[aria-expanded="false"]:after{
    content: "\f0d7";
}
.dropdown-toggle::after{
    border-top: 5px solid #8e9ba1;
    border-width: 5px;
}
.ato-status{
    font-size: 12px;
    padding: 2px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-weight: 700;
    min-width: 95px;
}
.ato-status.ato-success{
    border-color: #1DC173;
    color: #1DC173;
}
.ato-status.ato-pending{
    border-color: #767676;
    color: #767676;
}
.ato-status.ato-error{
    border-color: #FF0000;
    color: #FF0000;
}
.text_ato_error{
    color: #dc3545 !important;
}
.panel-white{
    background: #fff;
    border: 1px solid #00496E;
}
.text-navy-blue{
    color: #00496E;
}

@media screen and (min-width: 1100px){
    .timesheet-table .popup-wrapper{
        top: calc(100% + 5px);
        left: unset;
        max-width: 85vw;
        transform: initial;
        position: absolute!important;
    }
}
#dialog.shift-break-dialog {
    width: 660px!important;
}
#dialog.shift-break-dialog.admin,
#dialog.shift-break-dialog.schedule_break {
    width: 900px!important;
}
#dialog.shift-break-dialog #dialog-title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 5px 0;
}
#dialog.shift-break-dialog #dialog-close{
    background: none!important;
    color: #24557E;
}
.timesheet-info-dialog #dialog-close{
    color: #fff;
}

.header-content-style{
    color: #24557e;
    font-weight: 600;
}


/* #jsBox .dashboard_job_block{
    margin-top: 0;
} */


#jsBox div.full_content_with_background{
    /* background-color: #f1f1f1; */
    padding: 0;
    padding-top: 15px;
}


.header_block_dashboard{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
}
#utility_menu_link{
    position: relative;
}
#utility_menu_link a + div{
    display: none;
}
#utility_menu_link a:hover + div{
    position: absolute;
    top: 20px;
    right: 45px;
    padding: 5px;
    display: block;
    width: 150px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    z-index: 1400;
    color: #000000a8;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/* RIGHT SIDEBAR ON PAYROLL MODULE  */
body:not(.client-page) .client_nav_bar div.has-submenu-list .show-dropdown.dropdown-item{
    background-color: #fff;
    width: calc(100% - 40px);
    margin: auto;
}
body:not(.client-page) .client_nav_bar .navbar-right .dropdown-menu{
    margin-right: 0px !important;
    width: auto;
    background: #1a3d5a;
}
body:not(.client-page) .client_nav_bar .navbar-right .dropdown-menu.submenu-list .dropdown-divider:first-child{
    display: none;
}
body:not(.client-page) .client_nav_bar .submenu-list a .money-in-icon path{
    stroke: #FFF!important;
}
body:not(.client-page) .client_nav_bar .submenu-list a:hover .money-in-icon path{
    stroke: #FC8C2E!important;
}
body:not(.client-page) .client_nav_bar a.dropdown-item {
    color: #fff;
    font-weight: 600;
}
body:not(.client-page) .client_nav_bar a.dropdown-item:hover {
    color: #FC8C2E;
    font-weight: 600;
}
/* RIGHT SIDEBAR ON PAYROLL MODULE  */


@media screen and (max-width: 1920px) {
    .crew-visa-input{
        width: 160px;
    }
}

@media screen and (max-width: 1600px) {
    .crew-visa-input{
        width: 140px;
    }
}

@media screen and (max-width: 1439px) {
    .crew-visa-input{
        width: 110px;
    }
}
@media screen and (max-width: 1279px) {
    .crew-visa-input{
        width: 110px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1080px){
    .crew-visa-upload-details .div_upload_details{
        min-width: 100px !important;
    }
}
@media screen and (max-width: 1080px) and (min-width: 768px){
    .crew-visa-upload-details .div_upload_details{
        min-width: 70px !important;
    }
    .crew-visa-input{
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .crew-visa-input{
        width: 140px;
    }
    .crew-visa-upload-details .div_upload_details{
        min-width: 100px !important;
    }
}

.crew-visa-upload-details .div_upload_details{
    word-break: break-word;
}
.invoice-link-span{
    width: calc(100% - 35px);
}

.rc-resume-div{
    height: 100%;
    max-width: 100%; 
    max-height: 100%; 
    overflow-y: auto; 
}
.rc-resume-text-div {
    height: 100%;
    max-width: 100%; 
    max-height: 100%;
    padding: 5px;
    overflow-y: auto;
}
.rc-resume-image{
    width: 100%;
    height: auto;
    min-height: 200px;
    border: none;
}
.rc-resume-div.rc-resume-pdf{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rc-resume-div.rc-resume-pdf a:visited{
    color: #184dc6;
    background-color: transparent;
}
.rc-resume-div.rc-resume-pdf i{
    font-size: 30px;
    padding: 0px 10px;
    position: relative;
}


.ui-widget .ui-dialog-buttonset .btn-approve-modal{
    font-size: 14px !important;
    width: 170px;
}