/*RESPONSIVE ALIGNING*/

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify !important;
}

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}


/*END OF RESPONSIVE ALIGNING*/


/*HERE*/

.here {
    border: 1px dashed red !important;
}

.here2 {
    border: 1px dashed blue !important;
}


/*END OF HERE*/


/*styles for password checker inputs*/

.PasswordTextboxesSelector,
div.form-group.form-inline,
div.old_validator {
    margin-right: -15px;
}

.PasswordTextboxesSelector input,
div.form-group.form-inline input,
div.old_validator>input,
div.old_validator>select,
div.old_validator>textarea {
    width: calc(100% - 15px) !important;
    display: inline-block;
}

.PasswordTextboxesSelector input:first-child {
    margin-bottom: 15px !important;
}

.PasswordTextboxesSelector span,
div.form-group.form-inline span,
div.old_validator>span {
    width: 15px;
}


/*styles for password checker inputs*/

.height-7 {
    height: 7px;
}

.emptygrid,
.emptygrid>td {
    background: transparent !important;
    text-align: center;
}


/*for long servises lists*/


/*.clearfix~input[type='checkbox'] {
    margin-left: 0;*/


/*for text overflow*/

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*center empty checkbox/radio*/
.smart-form .checkbox.empty,
.smart-form .radio.empty {
    padding-left: 15px !important;
}

.inherit-vert-padd {
    padding-top: inherit;
    padding-bottom: inherit;
}

body * {
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
}

.vertical-align-middle {
    vertical-align: middle;
}

table.vertical-align-middle td {
    vertical-align: middle !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.inline {
    display: inline !important;
}

.smart-form .checkbox i,
.smart-form .radio i {
    top: 0px !important;
}

.avatar_image {
    max-width: 120px;
    max-height: 120px;
}

.MailboxSelectorField {
    max-width: calc(100% - 24px) !important;
}

.jarviswidget .widget-body {
    min-height: 1px !important;
}

body,
html {
    background: white;
}

.no-max-width {
    max-width: none;
}

.cursor-default {
    cursor: default !important;
}

.jarviswidget>header {
    /*line-height: 34px;*/
    min-height: 34px;
}

.FormButtonsBar {
    line-height: 48px;
}

.FormButtonsBar * {
    line-height: normal;
}

.page-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    min-height: 48px;
    flex-direction: row;
}

.page-header:after,
.page-header:before {
    content: "";
    display: block;
    clear: both;
}

.TopPageNameBar {
    position: absolute;
    left: 0;
}

.display-block {
    display: block;
}

.page-header {
    border-bottom: none;
}

.font-size-inherit {
    font-size: inherit !important;
}

.line-height-initial {
    line-height: initial !important;
}

.float-none {
    float: none !important;
}

.height-auto {
    height: auto !important;
}

.padding-left-5 {
    padding-left: 5px;
}

.margin-top-minus-5 {
    margin-top: -5px !important;
}

.margin-top-minus-7 {
    margin-top: -7px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px!important
}

.margin-top-20 {
    margin-top: 20px!important
}

.margin-left-20 {
    margin-left: 20px!important
}

.margin-right-20 {
    margin-right: 20px!important
}

.margin-bottom-15 {
    margin-bottom: 15px!important
}

.margin-top-15 {
    margin-top: 15px!important
}

.margin-left-15 {
    margin-left: 15px!important
}

.margin-right-15 {
    margin-right: 15px!important
}

.margin-bottom-3 {
    margin-bottom: 3px!important
}

.margin-top-3 {
    margin-top: 3px!important
}

.margin-left-3 {
    margin-left: 3px!important
}

.margin-right-3 {
    margin-right: 3px!important
}

.margin-bottom-5 {
    margin-bottom: 5px!important
}

.margin-top-5 {
    margin-top: 5px!important
}

.margin-bottom-7 {
    margin-bottom: 7px!important
}

.margin-top-7 {
    margin-top: 7px!important
}
.padding-top-7 {
  padding-top: 7px!important
}

.checkbox label,
.radio label {
    padding-left: 10px;
}

.txt-color-black {
    color: black!important
}

.valign-middle {
    vertical-align: middle !important;
}
.padding-left-0 {
    padding-left: 0 !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-left-13 {
    padding-left: 13 !important;
}
.padding-right-13 {
    padding-right: 13 !important;
}

/*Page header style*/

.TopPageNameBar span,
.Header>span {
    font-size: 26px;
    line-height: 44px;
    font-weight: 300;
}


/*Page header style*/


/*FONTS*/

.font-size-1 {
    font-size: 1rem !important;
}

.font-size-1_3 {
    font-size: 1.3rem !important;
}

.font-size-1_4 {
    font-size: 1.4rem !important;
}

.font-size-1_5 {
    font-size: 1.5rem !important;
}

.font-size-1_6 {
    font-size: 1.6rem !important;
}

.font-size-1_8 {
    font-size: 1.8rem !important;
}
/*END OF FONTS*/

/*END OF HOVER BG COLORS*/
.bg-hover-color-blue:hover {
  background-color: #57889c!important
}

.bg-hover-color-blueLight:hover {
  background-color: #92a2a8!important
}

.bg-hover-color-blueDark:hover {
  background-color: #4c4f53!important
}

.bg-hover-color-green:hover {
  background-color: #356e35!important
}

.bg-hover-color-greenLight:hover {
  background-color: #71843f!important
}

.bg-hover-color-greenDark:hover {
  background-color: #496949!important
}

.bg-hover-color-red:hover {
  background-color: #a90329!important
}

.bg-hover-color-yellow:hover {
  background-color: #b09b5b!important
}

.bg-hover-color-orange:hover {
  background-color: #c79121!important
}

.bg-hover-color-orangeDark:hover {
  background-color: #a57225!important
}

.bg-hover-color-pink:hover {
  background-color: #ac5287!important
}

.bg-hover-color-pinkDark:hover {
  background-color: #a8829f!important
}

.bg-hover-color-purple:hover {
  background-color: #6e587a!important
}

.bg-hover-color-darken:hover {
  background-color: #404040!important
}

.bg-hover-color-lighten:hover {
  background-color: #d5e7ec!important
}

.bg-hover-color-white:hover {
  background-color: #fff!important
}

.bg-hover-color-grayDark:hover {
  background-color: #525252!important
}

.bg-hover-color-magenta:hover {
  background-color: #6e3671!important
}

.bg-hover-color-teal:hover {
  background-color: #568a89!important
}

.bg-hover-color-redLight:hover {
  background-color: #a65858!important
}
/*END OF HOVER BG COLORS*/

legend {
    font-size: 1.4rem;
}


/*SCROLLBAR*/

.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 4px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: 0;
    top: 0;
    /* right: 0; */
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .45);
    filter: "alpha(opacity=45)";
    -ms-filter: "alpha(opacity=45)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .7);
    filter: "alpha(opacity=70)";
    -ms-filter: "alpha(opacity=70)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
/*SCROLLBAR*/


/*Vertical line in menu*/
nav>ul li ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}
/*Vertical line in menu*/

/*menu customizations*/
nav ul ul {
    background: transparent;
}
nav>ul li:last-child.open {
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.hidden-menu .minifyme, .minified #hide-menu {
     display: inline-block;
     margin-top: 0;
}
.fixed-navigation nav {
    padding-bottom: 60px;
    height: calc(100% - 23px);
}
.fixed-navigation nav>ul {
    padding-bottom: 6px;
}
/*menu customizations*/

#main {
-webkit-transition: all 250ms cubic-bezier(0.1,.57,.1,1);
    transition: all 250ms cubic-bezier(0.1,.57,.1,1);
    -webkit-transform: all translate(0px,0) translateZ(0px);
}
.page-footer {
    height: auto;
    padding: 10px 10px 10px 225px;
    -webkit-transition: all 250ms cubic-bezier(0.1,.57,.1,1);
    transition: all 250ms cubic-bezier(0.1,.57,.1,1);
    -webkit-transform: all translate(0px,0) translateZ(0px);
}
.desktop-detected.hidden-menu .page-footer {
    padding: 10px;
    -webkit-transition: all 250ms cubic-bezier(0.1,.57,.1,1);
    transition: all 250ms cubic-bezier(0.1,.57,.1,1);
    -webkit-transform: all translate(0px,0) translateZ(0px);
}
.mobile-detected .page-footer {
    padding: 10px;
}

.minified.mobile-detected .page-footer {
    padding-left: 50px;
}
/*MEDIA*/
@media (max-width: 767px) {
    .TopPageNameBar {
        position: static;
        display: inline-flex;
    }
    .page-header {
        flex-direction: column;
    }
}
/*MEDIA*/


/*NEW TABLES STYLES*/

    .mspc-datatable img.widget-icon {
        height: 100% !important;
        width: initial !important;
    }

    .mspc-datatable .table-header {
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .mspc-datatable .table-header img {
            height: 48px;
            float: left;
        }

        .mspc-datatable .table-header h2 {
            font-size: 26px;
            display: inline-block;
            float: left;
            line-height: 44px;
            margin: 0;
        }

    .mspc-datatable header .title {
        height: 100%;
        width: auto;
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin: 0;
        line-height: 34px;
        font-weight: 400;
        letter-spacing: 0;
        margin-left: 10px;
        float: left;
    }

    .mspc-datatable td,
    .mspc-datatable th {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 360px;
    }

        .mspc-datatable td div {
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
        }

    .mspc-datatable .actions {
        margin-bottom: 5px;
    }

        .mspc-datatable .actions .ckeckbox {
            padding: 7px 0;
            display: inline-block;
        }

        .mspc-datatable .actions:not(:last-child) {
            margin-right: 10px;
        }
        
    .mspc-datatable .smart-form{
        padding: 5px;
    }
    .mspc-datatable .smart-form .checkbox {
        padding-left: 19px;
    }
    .mspc-datatable .smart-form .checkbox [type=checkbox],
    .mspc-datatable .smart-form .checkbox [type=radio] {
        display: none;
    }

    .mspc-datatable [id*=ActionsPanel] {
        padding-left: 0;
        /*max-width: 100%;*/
    }
    .mspc-datatable div.dataTables_filter label {
        position:  relative;
    }
    .mspc-datatable div.dataTables_filter label .clear-query {
        position:  absolute;
        top: 50%;
        right: 6px;
        margin-top: -6px;
        opacity: 0.5;
        cursor: pointer;
    }
    .mspc-datatable div.dataTables_filter label .clear-query:hover {
        opacity:1;
    }
    .mspc-datatable .dataTables_filter input[type=search]{
        padding-right: 20px;
    }
    .mspc-datatable .dataTables_filter input[type=search]::-ms-clear {
        display: none;
    }
    .mspc-datatable .MessageBox {
        margin: 10px 0;
    }

    .mspc-datatable .column:not(.sorting ) {
        padding: 9px 10px;
    }

    .mspc-datatable table.dataTable thead > tr > th input {
        margin: 0;
    }

    .mspc-datatable .visible-overflow,
    .mspc-datatable .dropdown {
        overflow: visible;
    }
    .mspc-datatable .row-command{
        cursor: pointer;
    }
    .mspc-datatable .row-command:not(.Button1) {
        padding: 0;
    }
    .mspc-datatable .small-image{
        width: 18px;
        height: 18px;
        display: inline-block;
    }
    .mspc-datatable .small-image img{
        max-width:100%;
        max-height: 100%;
    }
    .mspc-datatable .row-command img {
        max-width: 16px;
        max-height: 16px;
    }

    .mspc-datatable .hide-show .dropdown .dropdown-menu{
        top: 100%;
        left: auto;
        right: 0;
        margin-top: 5px;
    }

    .mspc-datatable .page-filter{
        padding-right:0;
    }
    .mspc-datatable .filter-column {
        margin-right: 10px;
    }

    .mspc-datatable .hasinput .input-group {
        width: 100%;
    }

    .mspc-datatable .dataTables_filter.not-active {
        opacity: .5;
    }

    .popover.long-popover {
        width: 490px;
        max-width: 100%;
    }

    .mspc-datatable .ColVis_collection label {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        padding-left:20px;
        display: block;
        position:relative;
    }
    .mspc-datatable .ColVis_collection label input{
        position:absolute;
        left: 2px;
        top:2px;
        margin: 0;
    }
    .mspc-datatable .ColVis_collection li span{
        display: inline;
    }

    .mspc-datatable .loading-panel {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.2);
        z-index: 4;
        font-size: 18px;
        text-align: center;
        display: none;
    }

        .mspc-datatable .loading-panel .loading-panel-message {
            font-size: 18px;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin-top: -9px;
        }
        .mspc-datatable-popover.popover.bottom{
                margin-top: 5px;
        }
         table.dataTable tfoot>tr>th input, table.dataTable thead>tr>th input {
    width: auto !important;
    font-weight: 400;
}
/*NEW TABLES STYLES*/
