html{
    font-family: Arial, Helvetica, sans-serif;
    font-size:1rem;
}
body {
    padding-top: 0px;
    padding-bottom: 40px;
    font-size: 0.8rem;
    /* min-height: 1200px; */
}
.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
}
.top-bar{
    font-size: 1rem;
    color: white;
    background-color: silver;
    margin-top: -30px;
}
/*
for bs-5
*/
.bi-1dot5x{
    font-size: 1.5rem !important;
}
.bi-2x{
    font-size: 2rem !important;
}
.bi-2dot5x{
    font-size: 2.5rem !important;
}
/*
Mega Menu
*/
.ss-mega-dropdown {
    position: static !important;
    width: 100%;
    white-space: nowrap;
}
.close-button{
    background-color: transparent;
    border: none;
    color:white;
}
.ss-mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.175);
    border-top:5px solid gray;
    margin-top: -2px;
    background-color: #eceeef;
    -webkit-box-shadow-: none;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    margin-left:1%;
    width: 98%;

}
.ss-mega-dropdown-menu-container{
    position:relative;

}
.ss-mega-dropdown-menus:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}

.ss-mega-dropdown-menus:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}

.ss-mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.ss-mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.ss-mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.ss-mega-dropdown-menu > li ul > li > a:hover,
.ss-mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.ss-mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 1.5rem;
    font-weight: bold;
}

.ss-mega-dropdown-menu form {
    margin: 3px 20px;
    font-size: .71rem;
}
.ss-mega-menu-item{
    min-height: 60px;
    border: 1px solid silver;
    display: block;
    border-radius: 12px;
    margin:0px 10px 10px;
    padding:5px;
}
.ss-mega-menu-item a{
    text-decoration: none;
    display:block;
    width: 100%;
    height: 100%;
    padding: 5px;

}
.ss-mega-menu-item i{
    width:30px;
    height: 30px;
    padding: 7px;
    border-radius: 50%;

}
.ss-mega-menu-item a:hover{
    color:white;
}

.ss-mega-menu-item:hover{
    background-color: brown;
    color:white;
    text-decoration: none;
}
.ss-mega-menu-item-heading{
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
}
.ss-notify-container{
    padding:0;
    border-radius: 4px;
}
.ss-notify-container > [data-notify="message"]{
    background-color: white;
    color:#212529;
    padding:5px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    display: block;
    font-size: 1rem;
}

.ss-notify-container > [data-notify="icon"]{
    padding:3px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.ss-notify-container .success {
    background-color: #57a900;
    color:white;
}
.ss-notify-container .error {
    background-color: #dc3545;
    color:white;
}
.ss-row-with-bottom-margin{
    margin-bottom: 10px;
}
.row.ss-no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.ss-no-gutter [class*='col-']:not(:first-child),
.row.ss-no-gutter [class*='col-']:not(:last-child) {
    padding-right: 2px;
    padding-left: 2px;
}
.modal-title{
    width: 100%;
}
.ss-modal-header{
    padding:5px 15px;
}
.ss-modal-header h3{
    font-size: 1.5rem;
}
.ss-modal-footer{

}
.ss-modal-footer .ss-server-message{
    font-size: 1rem;
    font-weight: 800;
}
.ss-modal-lg{

}
.ss-modal-95p{
    min-width: 95% !important;
    min-height: 95% !important;
    max-width: 95% !important;
    max-height: 95% !important;
}

.ss-modal-6p{
    min-width: 60% !important;
    min-height: 60% !important;
    max-width: 60% !important;
    max-height: 60% !important;
}
.ss-modal-5p{
    min-width: 50% !important;
    min-height: 50% !important;
    max-width: 50% !important;
    max-height: 50% !important;
}
.ss-nav-bar{
    padding: 2px;
}
.ss-page{
    border:1px solid #cbcbcb;
    padding: 20px 10px;
    margin-top: 10px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.175);
}
.ss-page-title{
    border-bottom: 1px solid #0275d8;
    margin: 10px 0;
    font-size: 1.25rem;
    padding-bottom:2px;
}
.ss-page-title-text-box{
    background-color: #e43c39;
    padding: 5px 15px 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
}
.ss-form{
    padding:15px 10px;
    font-size:0.8rem;
}
.ss-form-inline-compressed{
    padding:0;
    border:none !important;
}

.ss-form-fieldset{
    border:1px solid silver;
    padding:10px;
    margin-bottom: 5px;
}
.ss-form-legend{
    width: auto;
    padding: 0px 20px;
    background-color: #b3b3b3;
    color:white;
    font-size: 0.8rem;
    margin: 0 10px;
    border-radius: 8px;
}
.form-group .required.col-form-label:after {
    content:"\f005";
    font-family: 'FontAwesome';
    color:red;
}
.ss-form .col-form-label{
    padding-left:5px !important;
    padding-right:5px !important;
    text-align: right !important;
    justify-content: flex-end;
    padding-top:0px;
    padding-bottom: 0px;
    background-color: #dedede;
    min-height: 30px;
}
.ss-form .ss-input-control{
    min-height: calc(2em + 10px);
    border-radius: 0px;
    xwidth:100%;
    font-size: 0.705rem;
}
.ss-form .ss-input-control:hover{
    background-color: #ccc;
    color:black;
}
.ss-form .ss-input-control:focus{
    background-color: #ccc;
    color:black;
}
.ss-input-number{
    text-align: right;
}
.ss-form .form-group{
    margin-bottom: 1px;
}
.ss-form .form-control-container{
    padding-left:5px !important;
    padding-right:5px !important;
}
.ss-form-title{
    padding:5px 15px;
    color:#fff;
}
.ss-scrollable-modal-content{
    padding: 10px;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ss-btn-spaced{
    margin-right:2px;
}
.ss-btn-sm{
    padding: .45rem;
}

.ss-btn-xs {
    padding: 3px 8px;
    border-radius: 1.0rem;
    line-height: .8rem;
    font-size: .8rem;
    margin:2px;
    display: inline-block;
    line-height:1rem;
    color:white;
}
.ss-heading-medium{
    background: #e53d3a;
    border: 1px solid red;
    color: white;
    padding: 2px 15px;
    border-radius: 5px;
    display:inline-block;
    font-size: 0.8rem;
}
.ss-heading-small{
    background: #e53d3a;
    border: 1px solid red;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: inline-block;
    font-size: .8rem;
}
.ss-merge-with-bottom{
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ss-list-info-label{
    background-color: #d2d2d2;
    color: #0a0000;
}
.ss-ruler-compressed {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.ss-form .row{
    margin-bottom: .3em;
}
.ss-form hr{
    border-top-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    border-color: #0275d8;
}
.ss-form-help-inline>ul{
    margin-left: 0;
    padding-left: 0;
    font-size: 1rem;
    margin-bottom: .2rem;
    color: red;
}
label.ss-form-error-message{
    margin-left: 0;
    padding: 1px;
    font-size: .8rem;
    margin-bottom: .2rem;
    background-color: #faeb08;
    color: #0c0c0c;
    width: 100%;
}
.ss-form-help-inline>ul>li{
    background-color: red;
    list-style: none;
    color: white;
    padding: 5px;
    border-radius: 4px;
}
.ss-report-table caption{
    text-align: center;
    caption-side: top;
}
.ss-report-heading{
    text-align: center;
}
.ss-report-heading th{
    background-color: white !important;
    border-color:white;
    border-bottom-width: 0 !important;
    ;
}
table.ss-sticky-header thead{
    top:var(--header-height);
    position: sticky;
    background-color: white;
}
.merge-with-top{
    margin-top:0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.xattentionrequired{
    padding: 5px;
    background-color: orange;
    font-size: 0.75rem;
    display: block;
    margin: 2px 0px;
}
.error {
    background-color: #dc3545;
    color:white;
    padding:2px;
}
.form-error {
    background-color: red;
    display: block;
    color: white;
    padding: 2px;
}
.ss-alert-message,.ss-attentionrequired{
    font-size: 1.2rem;
    display: block;
    margin: 2px 0px;
    color: #080808;
    border: 1px solid red;
    border-radius: 12px;
    padding: 0px 15px;
    background-color: #f3fa0a;
}
.ss-alert-message:before,.ss-attentionrequired:before{
    content:"\f005";
    font-family: 'FontAwesome';
    color:red;
    font-size: 1rem;
    margin-right: 5px;
}
/* select2 bootstrap - change this to the respective color theme*/
.select2-container--bootstrap4 .select2-selection {
    border: 1px solid #2caae1;
    border-radius: 0;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #2caae1;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: #2caae1;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #2caae1;
    border-radius:0;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #dc3545;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2em + 10px) !important;
}
/*
.select2-container--bootstrap4 .select2-selection--multiple {
    height: calc(2em + .5rem + 2px) !important; }
*/
.select2-container--bootstrap4 .select2-selection--single {
    min-height: calc(2em + 10px) !important;
}
.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: calc(2em + 10px) !important;
    padding: 1px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.8rem;
}

.table-bordered thead td.ch, .table-bordered thead th.ch {
    background-color: #d6d6d6;
}


/*change this to the respective color theme*/

/*third party css */
/* end .slideThree */
/* .roundedOne */
.roundedOne {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedOne label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #27ae60;
    background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
    background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label:hover::after {
    opacity: 0.3;
}
.roundedOne input[type=checkbox] {
    visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* end .roundedOne */
/* .roundedTwo */
.roundedTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 0px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedTwo label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedTwo label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 5px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.roundedTwo label:hover::after {
    opacity: 0.3;
}
.roundedTwo input[type=checkbox] {
    visibility: hidden;
}
.roundedTwo input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* end .roundedTwo */
/* .squaredOne */
.squaredOne {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredOne label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #27ae60;
    background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
    background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.squaredOne label:hover::after {
    opacity: 0.3;
}
.squaredOne input[type=checkbox] {
    visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* end .squaredOne */
/* .squaredTwo */
.squaredTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredTwo label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredTwo label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
    opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
    visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* end .squaredTwo */
/* .squaredThree */
.squaredThree {
    width: 20px;
    position: relative;
    margin: 20px auto;
}
.squaredThree label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredThree label:hover::after {
    opacity: 0.3;
}
.squaredThree input[type=checkbox] {
    visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* end .squaredThree */
/* .squaredFour */
.squaredFour {
    width: 20px;
    position: relative;
    margin: 20px auto;
}
.squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredFour label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredFour label:hover::after {
    opacity: 0.5;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* end .squaredFour */

/*
Radio and check buttons end
*/
/*loader starts*/
.loader-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: silver;
    opacity: .7;
    z-index: 9999999999;
}
.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}
.loader--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}
/*loader ends */

/* Side push menu */

.cbp-spmenu {
    position: fixed;
}

.cbp-spmenu h3 {
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
}

.cbp-spmenu a {
    display: block;
    color: #fff !important;
    font-size: 1.1em;
    font-weight: 300;
}




/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 210px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #009140;
    padding: 1em;
    cursor: pointer;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -200px;
}

.cbp-spmenu-right {
    right: -170px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 180px;
}

.cbp-spmenu-push-toleft {
    left: -180px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media only print {
    a {
        text-decoration: none;
        color: black;
        cursor: default;
    }
    a:after {
        content:'';
    }
    a[href]:after {
        content: none !important;
    }
}
/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 0.75rem;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){
    .cbp-spmenu-vertical {
        font-size: 0.9rem;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

/*
.grow { }
.grow:hover { }
*/
.cbp-spmenu-vertical a{
    padding-right: .2em;
    transition: all .2s ease-in-out;
}
.cbp-spmenu-vertical.cbp-spmenu-left a:hover{
    position: fixed;
    left:0;
    padding-right: 1em;
}
.cbp-spmenu-vertical.cbp-spmenu-left a:hover i{
    float: left !important;
}
.cbp-spmenu-vertical.cbp-spmenu-open a:hover{
    position: relative;
}
.cbp-spmenu-vertical.cbp-spmenu-left a:hover i{
    float: left !important;
}
.cbp-spmenu-vertical.cbp-spmenu-right i{
    xfloat: right !important;
    padding:0px 5px;
}

.cbp-spmenu-vertical.cbp-spmenu-right.cbp-spmenu-open i{
    xfloat: right !important;
    padding:0px 5px;
}
.xcbp-spmenu-vertical.cbp-spmenu-open i{
    float: left !important;
}


.cbp-spmenu-vertical.cbp-spmenu-right a:hover{
    position: fixed;
    right:0;
}
.cbp-spmenu-vertical.cbp-spmenu-right.cbp-spmenu-open a:hover{
    position: relative;
}
/*
push menu css ends
*/
.tabulator-row .tabulator-cell {
    /* white-space: normal; */
}
.tabulator {
    font-size: 1rem;
}
[type="date"] {
    background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
    display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.ss-display-table {
    word-wrap: break-word;
}
.ss-display-table.table-bordered {
    border: 1px dotted #7a7a7a;
}

.ss-display-table.table-bordered td, .table-bordered th {
    border: 1px dotted #7a7a7a;
}
.ss-display-table.table thead th {
    background-color:var(--theme-color) ;
    color:#ffffff;
    border-bottom: 1px dotted #7a7a7a;
}
.ss-fees-group-title{
    background-color: #dedede;
    padding: 1px;
}
.ss-fees-group-computed-column {
    width: 80px;
    border: 1px solid red;
    height: 28px;
    padding: 5px;
    background-color: silver;
}
.form-check-inline {
    vertical-align: middle;
}
.ss-carousel-nav-link{
    text-decoration: none;
    margin-bottom: 5px;
    padding: 2px 10px;
    border-radius: 8pt;
    font-size: 1rem;
}
.tabulator-row.strikethrough > *{
    text-decoration: solid line-through red 1px;
}
tr.ss-strikethrough {
    text-decoration: solid line-through red;
}
ul.ss-strikethrough {
    text-decoration: solid line-through red;
}
.xss-alertpulse {
    animation: ease-in-out 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
    background: #9A2727; /* you need this to specify a color to pulse to */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.ss-ticket-numberinput-control{
    height:24px;
}
tr.strikeout td {
    position:relative
} /* Setup a new coordinate system   */
tr.strikeout td:before {                     /* Create a new element that       */
    content: " ";                              /* …has no text content            */
    position: absolute;                        /* …is absolutely positioned       */
    left: 0;
    top: 50%;
    width: 100%;            /* …with the top across the middle */
    border-bottom: 1px dashed red;             /* …and with a border on the top   */
}
.app-search-form{
    width: 100%;
}
.ss-app-content{
    width:calc(100% - 20px);
    margin:auto;
    padding-top:40px;
}
.ss-visacandidate-fliterbox-header{
    display: block;
    padding: 1px 5px;
    border-top: 1px solid;
    color: white;
    border-right: 1px solid white;
}
.ss-displaylist{

}
.ss-displaylist dt{
    text-align: right;
    background-color:red;
    color:white;
    border:1px solid white;
}
.ss-displaylist dd{
    background-color:silver;
    border:1px solid red;
    height:32px;
    margin-bottom: 0;
}
.ss-flag-message {
    color:white;
    background-color: red;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space:normal;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.table.ss-table thead{
    background-color:var(--theme-color) ;
    color:#ffffff;
}
/*
table.ss-table {
        border-collapse: collapse;
        table-layout: fixed;
}
table.xss-table td,table.xss-table th {
        padding: 5px !important;
        min-width: 200px;
        border-right: 1px solid #ccc
}
table.ss-table thead tr {
        display: block;
        position: relative;
}
table.ss-table tbody {
        display: block;
        height: 500px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
}
table.ss-table td{
    overflow: hidden;
}
*/
.ss-summaryrow {
    background-color: #ececec;
    color:#000000;
    font-weight: bold;
    height:30px;
}
.ss-userinfo-error{
    background-color: #d75d5d;
    color:white;
    font-weight: bold;
}
.ss-userinfo-warning{
    background-color: #d75d5d;
    color:white;
}
.ss-userinfo-info{
    background-color: #c5a727;
    color:white;
}
.ss-userinfo-success{
    background-color: #1f9b28;
    color:white;
}
/* s1-loader
*/
.s1-loader-container {
    position: fixed;
    top:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    background: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}
.s1-loader-container .circle {
    width: 325px;
    height: 325px;
    display: block;
    background: #fff;
    border-radius: 500%;
    position: relative;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.s1-loader-container .circle .inner {
    width: 200px;
    height: 200px;
    background: var(--theme-color);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    box-shadow: 0 -130px 0 -75px #222;
    -webkit-animation: switch 8s ease-in-out infinite;
    animation: switch 8s ease-in-out infinite;
}
@-webkit-keyframes switch {
    0% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 200px;
        height: 200px;
        box-shadow: 0 -130px 0 -75px #222;
    }
    25% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 200px;
        height: 200px;
        box-shadow: 0 -130px 0 -75px var(--theme-color);
    }
    50% {
        top: calc(100% - 55px);
        width: 50px;
        height: 50px;
        box-shadow: 0 -130px 0 75px var(--theme-color-ten);
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    75% {
        top: calc(100% - 55px);
        width: 50px;
        height: 50px;
        box-shadow: 0 -130px 0 75px var(--theme-color-ten);
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    100% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 200px;
        height: 200px;
        box-shadow: 0 -130px 0 -75px var(--theme-color);
    }
}
@keyframes switch {
    0% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 200px;
        height: 200px;
        box-shadow: 0 -130px 0 -75px var(--theme-color);
    }
    25% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 200px;
        height: 200px;
        box-shadow: 0 -130px 0 -75px var(--theme-color-twenty);
    }
    50% {
        top: calc(100% - 55px);
        width: 50px;
        height: 50px;
        box-shadow: 0 -130px 0 75px var(--theme-color-thirty);
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    75% {
        top: calc(100% - 55px);
        width: 50px;
        height: 50px;
        box-shadow: 0 -130px 0 75px var(--theme-color-twenty);
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    100% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 200px;
        height: 200px;
        box-shadow: 0 -130px 0 -75px var(--theme-color);
    }
}
/* loader ends */