:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #ccc; 
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f83c31;
    border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e8392f; 
}
b, strong {
    font-weight: 600;
    /* color: #000; */
}

.d-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.align-content-center{
    align-content: center;
}

.relative{
    position: relative;
    min-width: 50px;
}

.up-btn {
    position:absolute;
    top: 7px;
    margin-left: 8px;
}

.down-btn {
    position:absolute;
    top: 17px;
    margin-left: 8px;
}

.paging_simple_numbers{
    padding: 5px 5px;
}

div.dataTables_info{
    padding: 5px 10px;
}

.details{
    margin: 0 0 0 0px !important;
    white-space: initial;
}

.login-logo {
    padding: 0 45px;
}
.login-logo img {
    max-width: 100%;
}


.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right){
    width: auto;
    min-width: 180px;
    padding-right: 20px;
}

.profile-user-img{
    width: 120px;
    height: 120px;
}
.subscription-name{
    font-size: 200%;
    margin-top: 10px;
}
.avatar-upload-container {
    position: relative;
}
.avatar-file-upload-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}
.avatar-upload-container:hover > .avatar-file-upload-button {
    display: block !important;
}
.widget-plan .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.widget-plan .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.widget-plan .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 75px;
}
.widget-plan .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}
.widget-plan .widget-user-image > img{
    width: 64px;
    height: 64px;
    float: left;
}
.widget-plan .widget-user-desc {
    margin-left: 75px;
    margin-top: 0;
}
.treeview-menu>li.active>a {
    font-weight: 500 !important;
}
.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
    outline: none;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
    padding: 6px 12px !important;
    height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto;
    margin-top: -4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px !important;
    right: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #182f4b;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px !important;
}

.pad-left-0{
    padding-left: 0 !important;
}
.pad-right-0{
    padding-right: 0 !important;
}
.pad-top-0{
    padding-top: 0 !important;
}
.pad-top-30{
    padding-top: 30px !important;
}
.pad-bottom-0{
    padding-bottom: 0 !important;
}
.mar-top-0{
    margin-top: 0 !important;
}
.mar-bottom-0{
    margin-bottom: 0 !important;
}
.mar-top-15{
    margin-top: 15px !important;
}
.mar-bottom-15{
    margin-bottom: 15px !important;
}
.mar-top-30{
    margin-top: 30px !important;
}
.mar-bottom-30{
    margin-bottom: 30px !important;
}
.mar-top-60{
    margin-top: 60px !important;
}
.mar-bottom-60{
    margin-bottom: 60px !important;
}
.mar-top-75{
    margin-top: 75px !important;
}
.mar-bottom-75{
    margin-bottom: 75px !important;
}
.mar-top-90{
    margin-top: 90px !important;
}
.mar-bottom-90{
    margin-bottom: 90px !important;
}

small.label-sm{
    font-weight: normal;
    font-size: 75% !important;
    color: #666;
}

.abs-vertical-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.abs-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chart-legend{
    margin-left: 55px;
}

/***** Theme Changes ******/
.content-wrapper, .right-side{
    background-color: #fafafa;
    /*#ecf0f5*/
}

.sidebar a.btn-default {
    color: #444 !important;
}

.notification-container {
    padding-bottom: 0;
}

.notification-container .alert h4 i {
    width: 18px;
}

.notification-container .alert h4, .notification-container .alert h5 {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
}

.notification-container .alert h5 {
    font-weight: 500;
    font-size: 16px;
    margin-left: 33px;
}
.notification-container .alert .btn-white {
    color: rgb(243, 156, 18) !important;
    background: rgb(255, 255, 255);
    text-decoration: none !important;
    margin-top: 5px;
    margin-left: 33px;
    border: 0px;
    box-shadow: none;
    font-weight: 600;
}



.skin-white .alert {
    margin-bottom: 0px;
}

.alert-primary {
    background-color: #3c8dbc !important;
    border-color: #3c8dbc;
    color: #fff;
}

.alert-primary h4 small {
    color: #eee;
}

.callout {
    border-radius: 0px;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border: 0;
}
.callout.callout-warning {
    background-color: rgba(255, 133, 27, .3)!important;
    color: #444!important;
}
.callout.callout-warning a {
    color: #444!important;
}

.menu-block { min-height: 165px; position: relative; padding: 0; margin: 0; }
.menu-block .block-con { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: block; }


.btn-hotrecruiter {
    background: #e85100;
    color: #fff !important;
    border-width: 1px;
    border-color: #e85100;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-hotrecruiter:hover, .btn-hotrecruiter:focus {
    color: #fff;
    background: #f1572d;
    border-color: #f1572d;
}

.btn-hre-outline {
    background: transparent;
    border-color: #f1572d !important;
    color: #f1572d !important;
    text-align: center;
    font-weight: 400;
    will-change: background,color;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    -ms-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.btn-hre-outline:hover, .btn-hre-outline:focus {
    background: #f1572d;
    color: #fff !important;
    border-color: #f1572d;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    -ms-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.btn-hre-dark-outline {
    background: transparent;
    border-color: #0c2441 !important;
    color: #0c2441 !important;
    text-align: center;
    font-weight: 400;
    will-change: background,color;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.btn-hre-dark-outline:hover, .btn-hre-dark-outline:focus {
    background: #0c2441;
    color: #fff !important;
    border-color: #0c2441;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
}


.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    vertical-align: middle;
}
.table tr td a{
    color: #555;
    font-weight: 600;
}
.table tr.disabled td a{
    color: #999;
}
.table tr td.data-title, .table tr th.data-title {
    /*display: block;*/
    /*    width: 100%;*/
    max-width: 70%;
    /*    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
}

.table tr td.data-title h5 {
    width: 100%;
    max-width: 100%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 0;
}
.table tr td.data-title h5 a {
    color: #182f4b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/*.statusIcon {
    background-color: transparent !important;
    color: #666 !important;
    font-size: 120%;
}*/
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 50%;
}
.btn-circle-md{
    width: 45px;
    height: 45px;
    padding: 13px 0;
    font-size: 14px;
}

.btn-circle-lg{
    width: 54px;
    height: 54px;
    padding: 15px 0;
    font-size: 16px;
}
.btn-add{
    position: fixed;
    bottom: 5%;
    right: 5%;
}

.btn-multiple{
    bottom: 15%;
    right: 5%;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease-out;
}

.btn-menu {
    min-height: 200px;
    background: #fafafa;
    border-color: #f3f3f3;
    font-size: 14px;
    padding: 15px 10px;
    color: #000;
}
.btn-menu .btn-menu-icon {
    margin-top: 15px;
    color: #f1572d;
}
.btn-menu .btn-menu-title {
    font-weight: 600;
    margin: 10px 0;
}
.btn-menu .btn-menu-desc {
    font-weight: 300;
    color: #666;
    text-align: justify;
    white-space: normal;
}

.multitple .target{
    position: fixed;
    border-radius: 50%;
    background-color: #dd4b39;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,0.14), 0 10px 50px 0 rgba(0,0,0,0.12), 0 30px 10px -20px rgba(0,0,0,0.2);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.14), 0 10px 50px 0 rgba(0,0,0,0.12), 0 30px 10px -20px rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    right: 0;
    bottom: 0;
    width: 1000px;
    height: 1000px;
    z-index: 9;
    margin-right: -500px;
    margin-bottom: -500px;
}

.multitple.active a:after{
    content: '';

    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s;
    transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
    z-index: -1;
    top: 0;
}

.multitple.active a:after{
    visibility: visible;

    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    -webkit-transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
    transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s 1s;
    transition: opacity .3s, transform .3s, visibility 0s 1s, -webkit-transform .3s;
}

@-webkit-keyframes pulse-animation{
    0%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
}
@keyframes pulse-animation{
    0%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
}

.multitple.active a{
    /* position: relative; */
    z-index: 99 !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.33);
    color: #f1572d;
    background: #fff;
}

.multitple.active .target{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .95;
    -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}


.multitple.active{
    position: fixed;
    right: 3.5%;
    bottom: 3%;
    width: 500px;
    height: 500px;
    background: transparent;
}

.multitple.active .btn-multiple{
    z-index: 1;
    opacity: 1;
    transition: all .3s ease-in;
}

.form-section-title{
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-weight: 600;
}
.form-section-title.first {
    padding-top: 0;
    margin-top: 0px;
    border-top: 0;
}

.ui-sortable-helper {
    display: table;
}

.modal .modal-body > .content-wrapper{
    border: 0;
}
.modal .modal-body > section.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.modal .modal-body > section.content-header, .modal .modal-body > .content-wrapper section.content-header {
    /*display: none !important;*/
}
label{
    font-weight: 600;
}


/*.box-header{
    padding: 0;
}
*/
.content {
/*    padding: 0;*/
    min-height: 400px;
}

.box .box-header h4.box-title {
    line-height: 1.28;
}

.box {
    box-shadow: none;
    margin-bottom: 0px;
}
.box.box-panel .box-header {
    border-bottom: 1px solid #f4f4f4;
}
.box.box-panel .box-body {
    padding: 0;
}
.box.box-panel .box-body p{
    margin: 15px 0;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
.box.box-panel .box-body p.highlight{
    margin: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
.box.box-panel .box-body .box-section-title {
    display: block;
    margin: 25px 0 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.box.box-panel .box-body .box-section-title small {
    font-weight: 300;
}

.box.box-panel .box-body .box-section-title.with-border {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.box.box-panel .box-body .box-section-content {
    padding-left: 15px;
    padding-right: 15px;
}

.box.box-panel .box-body .box-section-content .dl-horizontal {
    margin-top: 15px;
    margin-bottom: 15px;
}

.box.box-panel .box-body .box-section-content .dl-horizontal dt {
    width: 150px;
}

.box.box-panel .box-body .box-section-content .dl-horizontal dd {
    margin-left: 170px;
}
.box.box-panel img.avatar-xs {
    border: 1px solid #eee;
    max-width: 32px;
    max-height: 32px;
    padding: 1px;
}

.box.box-panel .label-lg {

}


.dashboard-content a{
    /* color: #f1572d; */
}

.dashboard-content .text-red{
    color: red;
}
.summary-text {
    display: block;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.content.analytics-content {
    padding-top: 0;
}


.container.content {
    margin-top: 30px;
}
.modal .modal-body > section.container.content {
    margin-top: 0px;
    width: 100% !important;
}
.content-header{
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}
.content-header.content-form {
    padding: 20px 0 20px;
    margin-bottom: 15px;
}
.modal .modal-body > section.content-header.content-form {
    padding: 15px 0;
}

.content-header a{
    color: #000;
}
.content-header > h1{
    margin-bottom: 0;
}
.hotrecruiter-box .box-title{
    display: block;
}

.hotrecruiter-box .box-title span:hover,.hotrecruiter-box .box-title span:focus{
    color: #625bab;
}
.hotrecruiter-box .box-title span{
    font-size: 14px;
    cursor: pointer;
}

/* .dash-search {} */


.search-input-box{
    width: 100%;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    border: 1px solid #ddd;
    height: 35px;
    cursor: text;
}



.dash-search .input-group-btn,.dash-search .input-group-addon{
    width: 1% !important;
}

.dash-search .input-group-btn button{
    background: transparent;
    border-color: #d3d6df;
}
.dash-search .form-control:focus + .input-group-addon a{
    color: #f1572d;
}
.dash-search .form-control:focus,.dash-search .form-control:focus + .input-group-btn button,.dash-search .form-control:focus + .input-group-addon{
    border-color: #f1572d;
}

.dash-search .input-group{
    width: 50%;
    position: relative;
    transition: all 0.5s ease-in;
    right: 0;
}

.dash-search.focusing .input-group{
    /* width: 100%; */
}

.dash-search .input-group-btn .btn{
    min-height: 35px;
}


.VS-search .VS-search-inner{
    margin: 2px 20px 3px 22px;
}

.dash-search #search_query{
    position: absolute;
    top: -22px;
}

.VS-search .VS-search-box {
    cursor: text !important;
    position: relative !important;
    background: transparent !important;
    border: 1px solid #d3d6df !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: unset !important;
    box-shadow: none !important;
    min-height: 28px !important;
    height: auto !important;
}
.VS-search .VS-placeholder{
    top: 10px !important;
}

.VS-search .VS-icon-cancel{
    top: 11px !important;
}

.VS-search .VS-search-box{
    min-height: 35px !important;
}

.VS-search .VS-icon-search{
    width: 20px !important;
    height: 20px !important;
    left: 5px !important;
    top: 8px !important;
}

.VS-search .search_input input{
    height: 35px !important;
    margin-top: 0 !important;
    line-height: initial !important;
}

.VS-interface.ui-autocomplete{
    border-color: transparent !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) !important;
    min-width: 200px !important;
    background-color: #fff !important;
    /* top: 180px !important; */
    font-size: 15px !important;
    max-height: 270px !important;
}

.VS-interface.ui-autocomplete .ui-menu-item{
    padding:5px 0 !important;
    text-transform: capitalize !important;
}

.VS-interface.ui-autocomplete .ui-autocomplete-category{
    background-color: #f1572d !important;
    font-size: 13px !important;
    padding:5px!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border-color: #4b4884 !important;
    background-color: #4b4884 !important;
}

.VS-search .search_facet{
    height: auto !important;
}

.VS-search .search_facet{
    padding: 4px 14px 4px 18px !important
}

.VS-search .search_facet .search_facet_remove{
    top: 8px !important;
    left: 3px !important;
}

.search_facet.not_editing.not_selected {
    background: rgb(232, 232, 232) !important;
    /* color: #000; */
    border-radius: 4px !important;
    padding: 4px 14px 4px 18px !important

}

.VS-icon-cancel{
    /* display: none; */
}

.VS-search-box-wrappe.vs-working .VS-cancel-search-box,.VS-search-box-wrappe.VS-focus .VS-cancel-search-box{
    /* display: block !important; */
}


.search_facet.not_editing.not_selected .category{
    color: #333 !important;
}
.VS-search .search_facet.not_editing.not_selected .search_facet input{
    color: #333 !important;
    height: 20px !important;
}
.VS-search .search_facet .category{
    font-size: 12px !important;
}


/*cmn-toggle switch*/

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch {
    position: relative;
    max-width: 85px;
}

.switch input.cmn-toggle-round-flat + label {
    padding: 1px;
    width: 55px;
    height: 22px;
    background-color: #aaaaaa;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}


.switch input.cmn-toggle-round-flat + label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.switch input.cmn-toggle-round-flat + label:before, .switch input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switch input.cmn-toggle-round-flat + label:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 19px;
    background-color: #888888;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.4s, background 0.4s;
    -moz-transition: margin 0.4s, background 0.4s;
    -o-transition: margin 0.4s, background 0.4s;
    transition: margin 0.4s, background 0.4s;
}
.switch input.cmn-toggle-round-flat + label:before, .switch input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switch input.cmn-toggle-round-flat:checked + label {
    background-color: #625bab;
}
.switch input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 32px;
    background-color: #625bab;
}

.switch.sm input.cmn-toggle-round-flat + label {
    width: 40px;
    height: 20px;
}
.switch.sm input.cmn-toggle-round-flat + label:after {
    width: 12px;
}

.switch.sm input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 20px;
}

.switch.lg input.cmn-toggle-round-flat + label {
    width: 80px;
    height: 28px;
}
.switch.lg input.cmn-toggle-round-flat + label:after {
    width: 20px;
}

.switch.lg input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 52px;
}

/*switch-success*/

.switch.switch-success input.cmn-toggle-round-flat:checked + label {
    background-color: #00a65a;
}
.switch.switch-success input.cmn-toggle-round-flat:checked + label:after {
    background-color: #00a65a;
}
/*switch-info*/
.switch.switch-info input.cmn-toggle-round-flat:checked + label {
    background-color: #00a65a;
}
.switch.switch-info input.cmn-toggle-round-flat:checked + label:after {
    background-color: #00a65a;
}
/*switch-warning*/
.switch.switch-warning input.cmn-toggle-round-flat:checked + label {
    background-color: #f0ad4e;
}
.switch.switch-warning input.cmn-toggle-round-flat:checked + label:after {
    background-color: #f0ad4e;
}
/*switch-danger*/
.switch.switch-danger input.cmn-toggle-round-flat:checked + label {
    background-color: #d9534f;
}
.switch.switch-danger input.cmn-toggle-round-flat:checked + label:after {
    background-color: #d9534f;
}

.switch-busy {
    position: absolute;
    right: 0;
    top: 4px;
}

/*Account priorityBtn*/

.toggle-btn-group .btn{
    color: #625bab;
    background-color: #fff;
}

.toggle-btn-group .picker,.picker-title, .picker-footer{
    font-size: 1.5rem;
}
.toggle-btn-group .picker-cancel, .picker-confirm{
    font-size: 2rem;
}
.toggle-btn-group .usr-select-check > input{
    display: none;
}
.toggle-btn-group .usr-select-check input[type="checkbox"] + .btn-group > label span.fa-check-circle{
    display: none;
}

.toggle-btn-group .usr-select-check input[type="checkbox"]:checked + .btn-group > label span.fa-circle-thin{
    display: none;
}
.toggle-btn-group .usr-select-check input[type="checkbox"]:checked + .btn-group > label span.fa-check-circle {
    display: inline-block;
}
.toggle-btn-group .usr-select-check:first-child{
    border-top: 1px solid #ddd;
}
.toggle-btn-group .usr-select-check{
    width: 100%;
    clear: both;
    padding:0;
    border-bottom: 1px solid #ddd;
}
.toggle-btn-group .usr-select-check .btn-group, .usr-select-check .btn-group > label{
    width: 100%;
    text-align: left;
}
.toggle-btn-group .usr-select-check .btn {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    width: 100%;
}

.toggle-btn-group .usr-select-check .content{
    width: 100%;
    white-space: normal;
    word-break: break-all;
    padding: 0;
    margin: 0;
}
.toggle-btn-group .toggle-btn-group .usr-select-check .check-img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.toggle-btn-group .usr-select-check .fa-lg{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 32px;
}
.toggle-btn-group .task-attachment-preview img{
    max-width: 100%;
    max-height: 66px;
}

.toggle-btn-group .btn-primary{
    border-color: #625bab;
}

.toggle-btn-group .btn:hover {
    background-color: rgba(98, 91, 171, 0.9);
    border-color: #625bab;
    color: #fff;
    border-left-color: #fff;
}
.toggle-btn-group .btn:first-child:not(:last-child){
    border-left-color: #625bab;
}

.toggle-btn-group .btn.active{
    background-color: #625bab;
    border-color: #625bab;
    border-left-color: #fff;
    color: #fff;
}

.toggle-btn-group .btn.active.focus,
.toggle-btn-group .btn.active:focus,
.toggle-btn-group .btn.active:hover,
.toggle-btn-group .btn:active.focus,
.toggle-btn-group .btn:active:focus,
.toggle-btn-group .btn:active:hover
{
    background-color: rgba(98, 91, 171, 0.9);
    border-color: #625bab;
    border-left-color: #fff;
}
/*end prioritybtn*/


.no-data{
    margin-top: calc(30vh - 152px);
}

.disabled{
    color: #aaa;
}
.action-options{
    visibility: hidden;
}
.action-options i{
    color: #605ca8;
}
table tr:hover > td .action-options{
    visibility: visible;
}

.content-wrapper .alert{
    /*border-radius: 0;*/
}         

.modal .content{
    width: 100%;
}

.table-hotrecruiter.table>tbody>tr>td, .table-hotrecruiter.table>tbody>tr>th, .table-hotrecruiter.table>tfoot>tr>td, .table-hotrecruiter.table>tfoot>tr>th, .table-hotrecruiter.table>thead>tr>td, .table-hotrecruiter.table>thead>tr>th{
    padding: 3px 8px;
}

.table-hotrecruiter.table-bordered{
    border-top-color: #c2c0da;
}

.table-hotrecruiter.table-striped>tbody>tr:hover td .dropdown-menu li a{
    color: #000;
}

.table-hotrecruiter.table-striped>tbody>tr:hover td a,.table-hotrecruiter.table-striped>tbody>tr:hover td a .fa-menu{
    /*color: #fff;*/
}

.table-hotrecruiter.table-striped>tbody>tr:hover,.table-hotrecruiter.table-striped>tbody>tr:nth-of-type(odd):hover{
    /*background-color: #9892dc;*/
    background-color: #f5f5f5;
    /*color: #fff;*/
}

.table-hotrecruiter.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fafaff;
}

.table-hotrecruiter.table-bordered > thead > tr > th, .table-hotrecruiter.table-bordered > tbody > tr > th, .table-hotrecruiter.table-bordered > tfoot > tr > th, .table-hotrecruiter.table-bordered > thead > tr > td, .table-hotrecruiter.table-bordered > tbody > tr > td, .table-hotrecruiter.table-bordered > tfoot > tr > td{
    border-color: #c2c0da;
}


.fa-menu{
    font-size: 150%;
    color: #999;
}

.mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.mx-10{
    margin-left: 10px;
    margin-right: 10px;
}
.mx-15{
    margin-left: 15px;
    margin-right: 15px;
}
.mx-30{
    margin-left: 30px;
    margin-right: 30px;
}
.my-0{
    margin-top: 0;
    margin-bottom: 0;
}
.my-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.my-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.my-45{
    margin-top: 45px;
    margin-bottom: 45px;
}
.my-60{
    margin-top: 60px;
    margin-bottom: 60px;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-7{
    margin-top: 7px !important;
}
.mt-8{
    margin-top: 8px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-25{
    margin-top: 25px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-45{
    margin-top: 45px !important;
}
.mt-60{
    margin-top: 60px !important;
}


.mr-5{
    margin-right: 5px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-15{
    margin-right: 15px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-25{
    margin-right: 25px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-45{
    margin-right: 45px !important;
}
.mr-60{
    margin-right: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.mb-90{
    margin-bottom: 90px !important;
}
.mt-120{
    margin-top: 120px !important;
}
.mb-120{
    margin-bottom: 120px !important;
}

.ml-0 {
    margin-left: 0 !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-45 {
    margin-left: 55px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-90 {
    margin-left: 90px !important;
}

.mr-0 {
    margin-right: 0 !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-45 {
    margin-right: 45px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-90 {
    margin-right: 90px !important;
}



.p-0 {
    padding: 0;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-30 {
    padding: 30px;
}
.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-30 {
    padding-top: 30px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-30 {
    padding-bottom: 30px;
}

.pl-0 {
    padding-left: 0px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-30 {
    padding-left: 60px;
}

.pr-0 {
    padding-right: 0px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-30 {
    padding-right: 60px;
}


.br-1 {
    border-right: 1px solid #eee;
}
.bl-1 {
    border-left: 1px solid #eee;
}




.p-lg {
    font-size: 16px;
    line-height: 26px;
}

/* Responsive */


@media (min-width: 768px) and (max-width: 991px) {
    .content-wrapper .usr-dashboard .container{
        width: auto;
    }
}

@media(max-width:767px){
    .main-header .logo .logo-lg{
        width: 220px;
        display: inline-block;
    }

    .mt-90{
        margin-top: 45px;
    }

    .responsive .table thead { 
        display: none;
    }

    .responsive .table tbody td:before{
        content: attr(data-th) " ";
        font-weight: bold;
        display: inline-block;
        left: 10px;
        position: absolute;
        word-break: break-word;
        width: 125px;
    }


    .responsive .table tbody td,.responsive .table-hotrecruiter.table tbody td{
        width: 100%;
        position: relative;
        display: block;
        padding: 5px;
        padding-left: 140px;
        text-align: left;
        min-height: 34px;
    }

    .responsive .table-hotrecruiter.table tbody td{
        /*padding-left: 200px;*/
    }


    .responsive .table tbody tr{
        position: relative;
        display: block;
        margin: 15px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
    }

    .responsive .table tbody td.actions:before{
        display: none;
    }

    .responsive .table tbody td.actions{
        position: absolute;
        top: 7px;
        right: 12px;
        padding: 0;
        width: auto;
        z-index: 9;
    }

    .responsive .table .fa-menu{
        color: #000;
    }

    .dash-search.focusing{
        width: 100%;
    }

    .content-header > h1 > small{
        font-size: 12px;
    }

    .dash-search{
        position: absolute;
        padding: 0 15px;
        z-index: 99;
        right: 0;
    }
    .dash-search.focusing .input-group input{
        width: 100%;

    }

    .dash-search .input-group input{
        float: right;
        width: 58px;
        /* padding: 0px; */
        /* border: 0; */
        transition: all 0.3s ease-in;
    }

    .dash-search.focusing .input-group{
        width: 100%;
    }

    .content-header > h1{
        font-size: 16px;
        line-height: 1.6;
    }
    .intro{
        margin-bottom: 10px !important;
    }

}

@media(max-width: 480px){
    .main-header .logo .logo-lg{
        width: 180px;
    }
    .headtitle{
        display: none;
    }
    .mt-90{
        margin-top: 30px;
    }
    .usr-dashboard .menu-item .col-xs-6{
        width: 100%;
    }
    .xs-100{
        width: 100%;
    }
}
/*.navbar-nav > .user-menu > .dropdown-menu > li.user-header p {
    color: #fff;
    margin-top: 5px;
}*/
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    height: 84px;
    width: 84px;
}
.nav-stacked > li > a, .nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    border-left: 0;
}

.nav-stacked > li.active, .nav-stacked > li:hover {
    border-color: #eee;
}

.btn-social {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
}

.btn-facebook i {
    color: #3b5998;    
}

.btn-linkedin i {
    color: #007bb6;    
}

.btn-twitter i {
    color: #55acee;    
}

.fa-facebook-square, .facebook-icon {
    color: #3b5998;
}

.fa-linkedin-square, .linkedin-icon {
    color: #007bb6;
}

.fa-twitter-square, .twitter-icon {
    color: #55acee;
}


.btn-social:hover i {
    color: #fff;
}


ul.social-nav li a img {
    margin: 4px 5px 5px 0;
}
ul.social-nav li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85%;
    white-space: nowrap;
}

ul.social-nav li a i.pull-right {
    margin-top: 14px;
}

.social-next-icon {
    font-size: 20px;
}

.social-item {
    display: block;
    height: 61px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 45px;
}

.social-item .social-item-img {
    display: block;
    float: left;
    height: 50px;
    width: 50px;
}

.social-item .social-item-check-container {
    display: block;
    float: right;
    text-align: center;
    height: 50px;
    width: 50px;
    padding-top: 5px;
}

.social-item .social-item-check a {
}

.social-item .social-item-img img {
    height: 50px;
    width: 50px;
}

.social-item .social-item-contents {
    padding: 0px 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.social-item .social-item-contents .social-item-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-item .social-item-contents p {
    font-size: 12px;
    color: #999;
}

.box-title-img {
    margin: 0 5px 5px 0;
    max-width: 42px;
    max-height: 42px;
}

/*#nav-settings .box.box-solid > .box-header > .box-tools .btn-outline-hotrecruiter {
    border: 1px solid;
}*/

.box-header > .box-tools.social-box-tools {
    top: 10px;
}
.box-header > .box-tools span.message-date{
    display: block;
    padding: 5px 5px 0 0;
}
.box-header > .box-tools small.message-unread{
    display: block;
    padding-top: 7px;
    color: #999;
}
.attachment-container {
    margin-bottom: 15px;
}
.attached-file {
    position: relative;
    padding: 5px;
    background: #eee;
    width: 30%;
    margin-bottom: 10px;
}
.attached-file > input[type='file']{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    visibility: hidden;
}

.attached-file a {
    color: #333;
}

hr.sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.callout-default {
    background-color: #f9f9f9 !important;
    border: 1px solid #eee;
    border-left: 5px solid #eee;
}

.callout-tips {
    /*    background-color: #f9f9f9 !important;
        border: 1px solid #eee;
        border-left: 5px solid #eee;*/
    background-color: rgba(243, 156, 18,.05) !important;
    border: 1px solid rgba(243, 156, 18,.7) !important;
    border-left: 5px solid rgba(243, 156, 18,.7) !important;
    min-height: 105px;
    overflow: hidden;
}
/*.callout-tips i {
    color: #f1572d !important;
}*/

.text-white {
    color: #fff !important;
}
.text-hot {
    color: #7a53ad;
}
.text-hre {
    color: #f1572d;
}

.text-hot-alt {
    color: #2d3e50;
}
.text-md {
    font-size: 16px;
}
.text-semi-bold {
    font-weight: 500;
}
.text-bold {
    font-weight: 600;
}
.text-bolder {
    font-weight: 700;
}



@media (max-width:1199px){

    .container {
        width: 940px;
    }
}

.bg-hotrecruiter {
    background: #f1572d !important;
}

small.badge {
    font-size: 85%;
    min-width: 5px;
    padding: 2px 6px 3px 5px;
    line-height: .9;
}

td dl {
    margin-bottom: 0;
}
td .dl-horizontal dt {
    width: 70px;
    font-weight: 600;
}
td .dl-horizontal dd {
    min-height: auto;
    margin-left: 100px;
}

td .dl-horizontal dd a {
    color: #454494;
}




/* 
    Dashboard UI
*/

section#dashboard {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px;
}

section#dashboard h4 {
    margin: 20px 0 15px;
    line-height: 24px;
}
section#dashboard .sub-title{
    color: #182f4b;
}


section#dashboard.content-header a{

}

section#dashboard-content {
    padding: 30px;
}
section#dashboard-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table.dashboard tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.table.dashboard tr td .progress-group {
    padding-top: 2px;
}
.table.dashboard tr td small {
    color: #666;
}

.progress.xxs {
    height: 4px;
}

.notification-container .info-box-alert {
    margin-bottom: 0;
}

.info-box.info-box-alert {
    background-color: #f39c12 !important;
    color: #fff;
}
.info-box-alert .info-box-icon, .info-box-alert .info-box-content .progress-description, .info-box-alert .info-box-content .progress-description strong, .info-box-alert .info-box-content .progress-description a {
    color: #fff !important;
}
.info-box-alert .info-box-content h3{
    color: #fff !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: 600;
}

.info-box-alert .info-box-content .progress-description {
    font-size: 18px;
}

.info-box-alert .info-box-content .progress-description a {
    text-decoration: underline;
}

.info-box-alert .info-box-content .progress-description strong {
    font-weight: 700;
}

/* 
    Compose UI
*/

.compose-container {
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.compose-container .box-header {
    padding: 10px 0;
}


.btn-compose {
    font-size: 18px;
    color: #fff !important;
    border-radius: 0;
}
.sidebar-mini.sidebar-collapse .main-sidebar .btn-compose span {
    display: none !important;
}

.compose-container .form-horizontal .form-group.compose-editor {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

.compose-container .form-horizontal .form-group.compose-footer {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
}
.compose-container .form-horizontal .form-group.compose-footer label {
    padding-left: 10px;
}


.control-label.label-xs {
    padding-top: 1px;
}
.compose-options {
    padding-top: 4px;
}
.campaign-options {
    padding: 7px 0 0;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-color: #eee;
    border-style: solid;
    border: 0;
    margin-bottom: 0px;
}
.campaign-options label {
    font-weight: 400;
}

.check-option .input-sm {
    padding: 0 10px;
}
.schedule-presets {
    padding-left: 20px;
}


.schedule-option-container{
    float: left;
    margin-right: 15px;
}

.requeue-option-container{
    float: left;
    margin-right: 15px;
}

.schedule-option-container, .requeue-option-container {
    max-width: 350px;
}
.mail-attachments-container {
    width: 40%;
    position: absolute;
    bottom: 55px;
}
.mail-attachments-container .attachments {
    background: #eee;
    border: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 5px;
}
.mail-attachments-container .attachments .attachment-icon {
    margin-right: 10px;
}
.mail-attachments-container .attachments a.remove-attachment {
    float: right;
    color: #888;
}
.mail-attachments-container .attachments a.remove-attachment:hover {
    color: #000;
}
.mail-attachments-container a.attachment-filename {
    font-weight: 600;
    color: #666;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mail-attachments-container a.attachment-filename:hover {
    color: #000;
    text-decoration: underline;
}

.input-xs {
    height: 24px;
    padding: 2px 5px;
    line-height: 1.5;
}
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0px;
    min-height: 18px;
    line-height: 1.8em;
}
.checkbox label, .radio label {
    padding-left: 30px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -30px;
}


/*
    Messages
*/

#campaign-messages {
    padding: 0px 15px !important;
    color: #444;
}
#campaign-message-list {
    overflow: hidden;
    overflow-y: auto;
}

.label-default {
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.label-default.disabled {
    background-color: #eee;
    color: #666;
}

.message-list{
    /*background: #f7f7f7;*/
}
.nav li.message-list>a:hover, .nav>li.message-list>a:active, .nav>li.message-list>a:focus {
    background: #efefef !important;
}

.message-list-title i.fa {
    margin-right: 3px;
    font-size: 12px;
}

.message-list small {
    font-weight: 500;
}
.message-list small.thin {
    font-weight: 300;
}
ul.nav-message li.active {
    background: #fafafa;
}
ul.nav-message li.active > a:hover {
    background: #f7f7f7;
}
ul.nav-message li a small.label-default {
    border: 1px solid #eee;
}
ul.nav-message li.active > a small.label-default, ul.nav-message li a:hover > small.label-default {
    color: #182f4b;
    border: 1px solid #ccc;
}

ul.nav-message.nav>li>a {
    padding: 10px 5px 10px 10px;
}

.message-list-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

li.message-list > a .message-list-title {
    font-weight: 500;
    padding-bottom: 5px;
    /*line-height: 1.5em;*/
}
li.message-list.active > a .message-list-title {
    /*font-weight: 700;*/
}

.messagebox-list-container {
    padding-left: 0;
    padding-right: 0;
}
.messagebox-message {
    padding-left: 10px;
    padding-top: 10px;
    height: auto;
}
.message-sender-info-container {
    padding: 0 10px;
    margin: 0;
    height: 30px;
    border-bottom: 1px solid #eee;
}
.message-sender-info-container h5 {
    margin: 3px 0;
}
.message-container {
    position: relative;
    /*    -webkit-transition: max-height 1s;
        -moz-transition: max-height 1s;
        -ms-transition: max-height 1s;
        -o-transition: max-height 1s;*/
    transition: height 1s;
    /*max-height: 50%;*/
    /*height:50%;*/
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

.message-container.message-expanded {
    /*    -webkit-transition: max-height 1s;
        -moz-transition: max-height 1s;
        -ms-transition: max-height 1s;
        -o-transition: max-height 1s;*/
    transition: height 1s;
    /*transition: all 0.55s linear;*/
    max-height: none;
    height:100%;
    overflow: hidden;
}

.message-expand-btn {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 12px 0;
    line-height: 0.8em;

    border-top: 1px solid #f7f7f7;

    background: -moz-linear-gradient(top, rgba(249, 249, 249,0.3) 0%, rgba(240, 240, 240,1) 100%);
    background: -webkit-linear-gradient(top, rgba(249, 249, 249,0.3) 0%,rgba(249, 249, 249,1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249,0.3) 0%,rgba(249, 249, 249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#efefef',GradientType=0 );
}

#mail-body-container-box .box-header .box-title {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mail-body-container-box .box-body{
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    min-height: 260px;
}
.campaign-status-box {
    padding: 0 10px;
    border-top: 1px solid #eee;
}
.campaign-status-box {
    padding: 0 10px;
    border-top: 1px solid #eee;
}

.campaign-status-box .progress {
    margin-bottom: 15px;
}
.campaign-summary .text-black {
    color: #555 !important;
}
.campaign-summary .small-box {
    border: 1px solid #eee;
}
.campaign-summary .small-box h3 {
    margin: 0;
    font-weight: 600;
}
.campaign-summary .small-box p{
    font-size: 24px;
    margin-bottom: 0px;
}
.campaign-summary .small-box .icon {
    font-size: 85px;
    color: rgba(0,0,0,0.03);
}
.campaign-summary .small-box:hover .icon {
    font-size: 90px;
}
.campaign-summary .small-box>.small-box-footer {
    background: #f4f4f4;
}
.campaign-summary .small-box>.small-box-footer:hover {
    background: #eee;
}
.campaign-summary .small-box .inner sup{
    font-size: 16px;
    font-weight: 400;
    color: #999;
    top: 0.7em;
    vertical-align: super;
}


.stat-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}
.stat-box > .inner {
    padding: 10px;
}
.stat-box > .stat-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #444;
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.stat-box > .stat-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.stat-box h3 {
    font-size: 38px;
    font-size: 2.4vw;
    font-weight: 500;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    color: #444 !important;
}
.stat-box p {
    font-size: 16px;
    color: #333 !important;
    margin-bottom: 5px;
}
.stat-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.stat-box h3,
.stat-box p {
    /*z-index: 5px;*/
    z-index: 5;
}
.stat-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.stat-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.stat-box:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
    .stat-box {
        text-align: center;
    }
    .stat-box .icon {
        display: none;
    }
    .stat-box p {
        font-size: 12px;
    }
}
.chart-legend {
    margin-left: 15px;
}


/*
User Account Settings
*/

#account-settings {
    padding-top: 0;
}

/*
    Avatar & Logo
*/
.avatar-edit-container {
    position: relative;
    border: 1px solid #eee;
    padding: 3px;
}
.logo-edit-container {
    display: block;
    position: relative;
    border: 1px solid #eee;
    padding: 2px;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.logo-edit-container img {
    display: block;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar-edit-container .edit-btn, .logo-edit-container .edit-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;

}
.avatar-edit-container .edit-btn i, .logo-edit-container .edit-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: 18px;
}
.avatar-edit-container .edit-btn:hover, .logo-edit-container .edit-btn:hover {
    background: rgba(255,255,255, 0.7);
}
.avatar-edit-container .edit-btn:hover > i, .logo-edit-container .edit-btn:hover > i{
    display: block;
}




.select2-container--default {
    width: 100%;
}

.pagination-container{
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
    line-height: 2.5em;
}
.pagination-container span{
    display: block;
}
.pagination-container .pagination{
    margin: 10px 0 0 0;
}

.datetimepicker.dropdown-menu {
    min-width: 200px;
}
.datetimepicker table {
    width: 100%;
}



.ui-resizable-e {
    width: 3px;
    right: -3px;
    top: 0;
    height: 100%;
    background: #ddd;
}

/*
    Loader Overlay
*/

.loader-overlay {
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;

    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opactiy 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.loader-overlay.complete {
    filter: alpha(opacity=0);
    opacity: 0;
}
.loader-overlay.bg-solid {
    background: #fff;
}
.loader-overlay .loader-content-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.loader-overlay .loader-content-container .loader-content {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}


.alertify-notifier .ajs-message .ajs-close {
    background-color: rgba(0,0,0,.1);
}
.alertify-notifier {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 10px;
}
.alertify-notifier .ajs-message {
    background: rgb(0, 192, 239);
    border: solid 1px rgb(0, 192, 239);
    color: rgb(255, 255, 255);
    text-shadow: none !important;   
    min-width: 450px;
}
.alertify-notifier .ajs-message.ajs-success {
    background: rgb(0, 166, 90);
    border: solid 1px rgb(0, 166, 90);
    color: rgb(255, 255, 255);
}
.alertify-notifier .ajs-message.ajs-warning {
    background: rgb(243, 156, 18);
    border: solid 1px rgb(243, 156, 18);
    color: rgb(255, 255, 255);
}
.alertify-notifier .ajs-message.ajs-error {
    background: rgb(221, 75, 57);
    border: solid 1px rgb(221, 75, 57);
    color: rgb(255, 255, 255);
}
.alertify-notifier.ajs-top {
    top: 0px;
    padding-top: 0px;
}
.alertify-notifier.ajs-top .ajs-message.ajs-visible {
    margin-top: 0px;
}

.pace-activity {
    display: inline-block;
    /*position: fixed;*/
    z-index: 2000;
    width: 18px;
    height: 18px;
    border: solid 2px transparent;
    border-top-color: #000;
    border-left-color: #000;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
.pace-activity.pace-activity-xxs {
    width: 8px;
    height: 8px;
    border: solid 1px transparent;
    padding-top: 1px;
}
.pace-activity.pace-activity-xs {
    width: 10px;
    height: 10px;
    border: solid 1px transparent;
    padding-top: 2px;
}
.pace-activity.pace-activity-sm {
    width: 12px;
    height: 12px;
    border: solid 2px transparent;
    padding-top: 2px;
}
.pace-activity.pace-activity-lg {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: solid 3px transparent;
    padding-top: 5px;
}
.pace-activity.pace-activity-md {
    width: 24px;
    height: 24px;
    border: solid 3px transparent;
    padding-top: 3px;
}

.pace-activity.pace-activity-black {
    border-top-color: #000;
    border-left-color: #000;
}
.pace-activity.pace-activity-white {
    border-top-color: #fff;
    border-left-color: #fff;
}
.pace-activity.pace-activity-gray {
    border-top-color: #555;
    border-left-color: #555;
}
.pace-activity.pace-activity-gray-light {
    border-top-color: #aaa;
    border-left-color: #aaa;
}
.pace-activity.pace-activity-light {
    border-top-color: #444;
    border-left-color: #444;
}
.pace-activity.pace-activity-primary {
    border-top-color: #357ca5;
    border-left-color: #357ca5;
}
.pace-activity.pace-activity-info {
    border-top-color: #00acd6;
    border-left-color: #00acd6;
}
.pace-activity.pace-activity-success {
    border-top-color: #008d4c;
    border-left-color: #008d4c;
}
.pace-activity.pace-activity-warning {
    border-top-color: #e08e0b;
    border-left-color: #e08e0b;
}
.pace-activity.pace-activity-danger {
    border-top-color: #d73925;
    border-left-color: #d73925;
}


@media (max-width: 767px) {
    .pace .pace-activity {
        width: 12px;
        height: 12px;
    }
}

@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/*
    Report
*/

.inline-chart {
    color: #fff;
}

.morris-hover.morris-default-style {
    border-radius: 3px !important;
    padding: 6px;
    color: #444 !important;
    background: rgba(255,255,255, 0.96) !important;
    border: solid 1px rgba(0, 0, 0, 0.1) !important;
    font-weight: 500;
    font-size: 14px;
    text-align: left !important;
}

table.table-cell-pad-15 tr td {
    padding: 15px;
}

table.table-list tr td {
    vertical-align: middle;
}
table.table-list .label {
    display: inline-block;
}

.blacklisted {
    color: #900 !important;
}
.link-colour{
    color: #04006e!important;
}

.require_item{
    color: #E92634;
}

.quantity-discount-remove{

    margin: 6px;
}
label.col-sm-1.control-label.percentage-level,label.col-xs-1.control-label.percentage-level {
    background: #ebedeb;
    padding-bottom: 5px;
    border: 1px solid #d5d5d5;
}
label.col-xs-1.control-label.percentage-level{
    background: #ebedeb;
    padding-bottom: 5px;
    border: 1px solid #d5d5d5;
    padding-top: 6px;
}

/*theme main header color*/
.skin-blue-light .main-header .logo {
    background-color: #0073b7 !important;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.skin-blue-light .main-header .navbar {
    background-color: #0073b7;
}


.skin-blue-light .main-header>.logo:hover {
    background-color: #112d51;
}

.marital_option{
    display: none;
}

.headtitle{
    color:white;
}
.text-dark-blue{
    color:#044980;
}
/*#marital_option.show {
    display: block;
}*/
