




.input-group-btn {
    width: unset !important;
}

.input-group-text {
    background-color: #e9ecef !important;
}

/*.btn-primary {
    width: 93%;
    height: 20px !important;
    font-size: 12px;
    padding: 0px;
    text-align: center;
    font-weight: 600 !important;
}*/


.libertylogo {
    background: url('../../../images/libertyonline_home.png') no-repeat;
    top: 5px;
    height: 54px;
    width: 168px;
    background-size: 100%;
    position: relative;
    /*left: 30px;*/
}

.static-text {
    font-weight: normal;
}


.copyright {
    padding-left: 10px;
}

.footer {
    position: fixed;
    height: auto;
    background-color: #f8f8f8;
    color: black;
    bottom: 0px;
    width: 100%;
}

.fa {
    padding-right: 2px;
    color: #4b8ca8;
    font-size: 17px;
}

.fa-fw {
    font-size: 17px !important;
    padding-right: 26px;
    color: #4b8ca8;
}

.fas-i {
    font-size: 25px !important;
    margin-right: 5px;
}

.fa-i {
    margin-top: 5px;
}


.level1Menu {
    font-weight: bold;
}

.navbar {
    --bs-navbar-padding-x: 1rem;
    --bs-navbar-padding-y: 0.5rem;
}


.navbar-default .navbar-nav > li > a {
    color: #337ab7;
}

th {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: normal;
}

thead {
    background-color: #f5f5f5;
}

.table tbody > tr > td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}




.info {
    color: #00529B;
    /*background-image: url('info.png');*/
    background: url('../../../images/info.png') 10px 5px no-repeat;
}

.success {
    color: #4F8A10;
    /*background-image:url('success.png');*/
    background: url('../../../images/accepted.png') 10px 5px no-repeat;
}

.warning {
    color: #9F6000;
    /*background-color: #FEEFB3;*/
    /*background-image: url('warning.png');*/
    background: url('../../../images/warning.png') 10px 5px no-repeat;
}

.error {
    color: #D8000C;
    /*background-color: #FFBABA;*/
    /*background-image: url('error.png');*/
    background: url('../../../images/error.png') 10px 5px no-repeat;
}

.validation {
    color: #D63301;
    /*background-color: #FFCCBA;*/
    /*background-image: url('validation.png');*/
    background: url('../../../images/error.png') 10px 5px no-repeat;
}


.form-group {
    border-radius: 0px;
    margin-bottom: 1rem;
}

.input-group, input, .form-control, .input-group-addon, button {
    border-radius: 0px;
}

    input[type="text"]:disabled {
        background-color: transparent;
        opacity: .7;
    }

.sml-font {
    font-family: "Segoe UI"
}

.sml-topbar {
    background-color: #fff;
}

.sml-textColor {
    color: white;
}

.sml-button {
    background-color: #779AAF;
}

input, .sml-control {
    border-radius: 0;
    padding-left: 5px;
}


.tabpill {
    border-radius: 0;
    padding: 5px;
}
/*.jqx-rc-all {
    border-radius: 0;
    -webkit-border-radius: 0;
}*/
.jqx-rc-all, .jqx-rc-all-smsoGrey {
    border-radius: 0;
    -webkit-border-radius: 0;
    /*padding-left: 2px !important*/
}

.jqx-input-content-smsoGrey {
    /*margin-top: 4px !important;*/
    margin-top: 1px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid gray;
    border-bottom: 16px solid #f3f3f3;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 30%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.holder {
    position: fixed;
    left: 250px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    /*background-color: white;*/
}

.preloader {
    /* size */
    width: 50px;
    height: 50px;
    position: fixed;
    left: 60%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .preloader div:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        width: 12%;
        height: 12%;
        background-color: gray;
        transform: translateX(-50%);
        border-radius: 50%;
    }

    .preloader div:nth-child(1) {
        transform: rotateZ(0deg);
        animation: rotateCircle1 2s infinite linear;
        z-index: 9;
    }

.modal-backdrop.in {
    opacity: 0;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

.alert {
    /*login alert message*/
    padding: 10px 15px;
    margin-bottom: 6px;
    border-radius: 0px;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}


.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0px 30px;
    left: 60px;
    right: 0;
    top: 50%;
    z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .removePullRight {
        float: left !important;
    }
}
/*@media only screen and (min-width: 1200px) and (max-width: 1199px) {
    .connecting-line {
        left: 73px;
    }
}*/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .connecting-line {
        left: 84px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .connecting-line {
        left: 84px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .connecting-line {
        left: 64px;
    }
}

@media only screen and (min-width: 880px) and (max-width: 991px) {
    .connecting-line {
        left: 90px;
    }
}

@media only screen and (min-width: 666px) and (max-width: 767px) {
    .connecting-line {
        left: 158px;
    }
}

@media only screen and (min-width: 560px) and (max-width: 666px) {
    .connecting-line {
        left: 135px;
    }
}

@media only screen and (min-width: 440px) and (max-width: 560px) {
    .connecting-line {
        left: 104px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 440px) {
    .connecting-line {
        left: 75px;
    }
}

@media only screen and (min-width: 370px) and (max-width: 425px) {
    .connecting-line {
        left: 125px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 370px) {
    .connecting-line {
        left: 102px;
    }
}


/*@media only screen and (max-width: 375px) {
    .removePullRight {
        float: left !important;
    }
}

@media only screen and (max-width: 320px) {
    .removePullRight {
        float: left !important;
    }
}*/

/*.fa-sitemap {
    content: url(../images/accepted.png);
 
}*/

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113"; /*Up*/
    float: left;
    padding-right: 10px;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e114"; /*Down*/
}


.table {
    margin-bottom: 2px;
}

    .table > thead > tr > th {
        padding: 5px;
    }

/*body {
    font-size: 12px !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    font-weight: 500 !important;
}*/

body, .jqx-widget-content-smsoGrey, .jqx-widget-smsoGrey
.jqx-grid-cell-smsoGrey, .jqx-listitem-state-normal-smsoGrey,
.jqx-menu-item-normal-smsoGrey, .jqx-tree-item-normal-smsoGrey,
.jqx-calendar-cell-smsoGrey, .jqx-grid-cell-smsoGrey,
.jqx-menu-vertical-smsoGrey .jqx-menu-item-top-normal-smsoGrey,
.jqx-input-popup-smsoGrey .jqx-fill-state-normal-smsoGrey {
    font-size: 12px !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    font-weight: 500 !important;
}

.control-label {
    padding-top: 3px;
}

.activeLink {
    /*background-color: #eee;*/
    background-color: #4E8CAB;
}

    .activeLink > a {
        color: #FFFFFF
    }

.btn {
    border-radius: 0px;
}

.pageHeading {
    /*height: 32px;*/
    padding: 0px 5px;
    margin-bottom: 5px;
}

.pageHeadingText {
    font-size: 13pt;
    line-height: 30px;
    float: left;
    color: #3f829d;
}

.suppliername {
    text-align: center;
    color: #3f829d;
    float: left;
    margin-right: 25px;
    font-size: 15px;
}

.wizard {
    margin: 20px auto;
    background: transparent;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

    /*Tariff status*/
    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #4c8baa;
    border: 2px solid yellow;
}

    .wizard li.active span.round-tab i {
        color: #fff;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

/*.dropdown-menu {
    width: 100%;
}*/

.swaltop {
    margin-top: 49px;
    background: #f8d7da !important;
}

.swal2-container {
    z-index: 3000 !important;
}

.jqx-dropdownlist-content {
    padding-bottom: 2px !important;
    padding-left: 0px;
}


.jqx-grid-pager-input-smsoGrey {
    height: 25px !important;
}

.swal2-popup .swal2-styled.swal2-cancel, .swal2-popup .swal2-styled.swal2-confirm {
    /*border-radius: 0 !important;*/
}

.applyBtn {
    width: 80px !important;
    height: auto !important;
}

.cancelBtn {
    width: 80px !important;
    height: auto !important;
}

.radio-inline + .radio-inline {
    margin-left: 0px;
}

.radio-inline {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

/*Secure Guideline for website */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled]
.btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: var(--main-btn-bg-disaled-color);
}

.btn-primary {
    background-color: var(--main-btn-bg-color);
}

    .btn-primary:hover:enabled {
        background-color: var(--main-btn-bg-hover-color);
    }

    .btn:disabled, .btn-primary:disabled {
        background-color: var(--main-btn-bg-disaled-color);
    }


.fa-info-circle, .btn-info {
    color: var(--main-btn-info-bg-color);
}


.fa-fw {
    color: var(--main-icon-color);
}

a {
    color: var(--main-menu-text-color);
}

nav, .sidebar {
    background-color: var(--main-top-header-bg-color) !important;
    border-color: var(--main-top-header-border-color) !important;
}
/*Secure Guideline for website */

.csvButton {
    height: 25px;
    width: 85px;
    padding: 0px;
    font-size: 13px;
}


div#DivDateRange i {
    font-size: unset;
}

@media only screen and (min-width: 420px) {
    .control-label {
        text-align: right;
    }
}

.dropdownbutton-margin {
    position: relative;
    margin-top: 3px;
}

a:hover {
    color: #0056b3;
    text-decoration: underline !important;
}

.card-header {
    padding: 0.75rem 1.25rem !important;
}
