/*** COMMON ***/
body {
    font-family: Roboto, Helvetica, Arial,  sans-serif;
    background-color: #224361;
}

label {
    color: var(--white);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
  border: none;
  -webkit-text-fill-color: #c7c7c7;
  -webkit-box-shadow: 0 0 0px 100px #19334a inset;
  transition: background-color 5000s ease-in-out 0s;
}

.main {
    background-color: #224361;
}

.k-grid {
    background-color: #224361;
}

.app-body {
    overflow-x: initial;
}

.form-horizontal {
    margin-top: 22px;
}

input.error {
    border-color: red;
}
i.loading {
    font-size:38px;
    color:#66a6ff;
    position:absolute;
    top:50%;
    left:50%;
}
.dashboardRow {
    display:-ms-flexbox;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
li {
text-overflow: ellipsis;
white-space: nowrap;
}
.nav-tabs a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: var(--white);
    cursor: pointer;
    margin-bottom: 10px;
    min-width: 160px;
    padding: 2px 5px;
    color: var(--white);
    background-image:  linear-gradient(105deg, #14293b 68%, #203d56);
}

.nav-tabs a:hover {
    color: #44adff;
    background-image: linear-gradient(105deg, #14293b 68%, #203d56);
}

.nav-tabs a.active {
    color: #14293b;
    background-image: linear-gradient(to bottom, #3a71a4, #4ea8ff 122%);
    margin-top:-1px;
}

.dataTables_filter input {
border-image: none;
border-radius: 10px;
border: 50px;
border-color: #F6F6F6;
}

.menu-siderbar {
min-height: 100%;
background: #edf0f1;
border-right: 1px solid #dfe4e6;
background-color: #14293b;
background-size: cover;
background-repeat: no-repeat;
width:max-content;
}
.menu-siderbar .nav-item {
position: relative;
}


.menu-siderbar .nav-item .nav-link .menu-icon {
margin-right: 6px;
}
.menu-siderbar .nav-item .menu-siderbar-child {
display: none;
}
.menu-siderbar .nav-item.open .menu-siderbar-child{
display: block;
}

.menu-siderbar .nav-item.open .menu-siderbar-child .nav-link:hover{
    background-color:#213647;
}
.menu-siderbar .nav-item.open .menu-siderbar-child .nav-link{
    background-color: #213647;
}

.linkMenu:hover{
    color: #4da6fc!important;
}

.box {
align-self: flex-end;
animation-duration: 2s;
animation-iteration-count: infinite;
margin: 0 auto 0 auto;
transform-origin: bottom;
padding-bottom: 10px;
}
.bounce-4 {
animation-name: bounce-4;
animation-timing-function: ease;
}
@keyframes bounce-4 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-100px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.stage {
    display: flex;
    height: 330px;
    width: 100%;
}
.bouncing {
    color:#FF8000;
    text-align: center;
    font-weight: bolder;
    padding-bottom: 15px;
    padding-right: 15px;
}
#loading {
    text-align: center;
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@media (min-width: 1400px) {
    .bulb {
        min-width: 340px; max-width: 340px;
    }
    .form-modal-foot-around {
        align-items: center;
        text-align: center;
        padding: 30px 30% 0px 30%;
    }
 }

 @media (min-width: 1200px) and (max-width: 1399px) {
    .bulb {
        min-width: 340px; max-width: 340px;
    }
    .form-modal-foot-around {
        align-items: center;
        text-align: center;
        padding: 50px 10% 0px 10%;
    }
 }

@media (min-width: 900px) and (max-width: 1199px) {
    .bulb {
        min-width: 240px; max-width: 240px;
    }
    .form-modal-foot-around {
        align-items: center;
        text-align: center;
        padding: 50px 10% 0px 10%;
    }
    #formModal {
        min-width: 100%;
    }
}

@media (max-width: 899px) {
    .bulb {
        min-width: 140px; max-width: 140px;
    }
    #formModal {
        min-width: 100%;
    }
}

.bulb {
    color: #44adff;
    background-color: #eff7ff;
    border-radius: 3px;
    border: solid 2px #44adff;
    /* width:max-content; */
}

.bulb-lg {
    min-width: fit-content;
    min-height: 190px;
}

.bulbImg {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 10px;
}

.bulblabel {
    font-size: 12px;
    background-color: #eff7ff;
    color: #267bcc;
    line-height: 1.33;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin: 0px;
}

.bulblabel-lg {
    padding-right: 5px;
    padding-top: 10px;
}

@media (min-width: 580px) {
    .bulbLic {
        min-width: 340px; max-width: 340px;
        height: 109px;
    }
}

@media (max-width: 579px) {
    .bulbLic {
        min-width: 290px; max-width: 290px;
        height: 139px;
    }
}

.update_title {
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
    font-weight: bolder;
    font-size: 14px;
    width: 165px;
    color: #fff;
}

.update_txt {
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 12px;
    width: 165px;
    color: #fff;
}

.rotate {
    align-self: flex-end;
    margin: 0 auto 0 auto;
    height: 30%;
}

.sidebar_middle_string {
    width: 240px; /* Follow sidebar width */
    margin: auto;
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
}

.small_syslock {
    height: 10%;
    padding-right: 50px;
    align-self: flex-end;
}

.k-button {
    /* color: #44adff!important; */
    border: solid 1px #44adff!important;;
    background-color: #14293b!important;;
}


.k-grid-header .k-header {
    color: var(--white)!important;
    background-color: #14293b
}

.k-header .k-grid-toolbar {
    background-color: #14293b!important;
}

.k-grid {
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
    overflow:hidden;
}

/* validator */
.k-invalid {
    color: #c7c7c7;
    border: 1px solid #eb4184;
}

span.k-tooltip {
    border-width: 1px;
    padding: 2px 5px 0px 6px;
    z-index: 980;
    text-align: left;
    display: block;
    position: relative;
}

.k-tooltip-validation {
    border-color: transparent;
    color: white;
    background-color: #fb69a3;
}

.k-grouping-header
{
    -moz-border-radius:13px 13px 0 0;
    -webkit-border-radius:13px 13px 0 0;
    border-radius:13px 13px 0 0;
    overflow:hidden;
}

/* kendo grid pager center */
.k-grid-pager > .k-pager-nav {
    margin: 0 0 0 35%;
}

.k-grid-pager > .k-pager-nav ~ .k-pager-nav {
    margin: 0;
}

.k-grid-pager{
    background: #14293b;
    text-align: center;
}

.k-grid-pager>*{
    float: none!important;
}

.k-pager-numbers{
    position: static!important;
}

.k-widget {
    border-width: 0px!important;
}

.k-grid table {
    padding-left:10px!important;
    background-color: #14293b;
}

.k-grid-header {
    padding-right: 0!important;
}

.k-grid-content {
    overflow-y: hidden;
    background-color: #14293b;
}

/*** PANEL ***/
.panel {
    border-radius: 7px;
    background-color: #14293b;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
}

.panel-preText {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #c7c7c7;
    font-size:14px;
}
.panel-preText-left {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #c7c7c7;
    font-size:14px;
}
.panel-heading {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: var(--white)!important;
    padding: 0 0 0 0;
}
.panel-row{
    padding: 9px 0px;
}
.panel-row-heading {
    padding-left: 0px;
    vertical-align: baseline;
}

/* Add blue color to panel border */
.panel-blue {
    border: 2px solid;
    border-color: #44adff;
}

/*** select button ***/
.btn-option-secondary {
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
    border-radius: 6px;
    border: solid 1px #44adff;
    background-color: #44adff;
}
.btn-option-outline-secondary {
    color: #44adff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
    border-radius: 6px;
    background-color: #14293b;
    background-image: none;
    border-color: #44adff;;
    border-style: dashed;
}
.btn-option-secondary:hover,
.btn-option-outline-secondary:hover {
    color: var(--white);
    border: solid 1px #44adff;
    background-color: #44adff;
}

/*** button option ***/
.btn-option {
    color: #44adff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
    border-radius: 6px;
    border: solid 1px #44adff;
    background-color: #14293b;
    line-height: 1.33;
}

.btn-option:hover {
    color: var(--white);
    border: solid 1px #44adff;
    background-color: #44adff;
}
.btn-option:disabled,
.btn:disabled:hover {
    cursor: default;
    opacity: 0.3;
    color:var(--white);
    border: solid 1px #000;
    background-color:#000;
    margin-bottom: 8px;
}

.btn-option-selected {
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
    border-radius: 6px;
    border: solid 1px #44adff;
    background-color: #44adff;
    line-height: 1.33;
}

/*** panel collapse ***/
[data-bs-toggle="collapse"] .fa:before {
    content: "\e121";
}
[data-bs-toggle="collapse"].collapsed .fa:before {
    content: "\e11e";
}

.fa:before {
    color: #fff;
}

/*** modal ***/
.modal-content {
    border-radius: 8px;
    padding: 45px 80px 45px 80px;
}

.modal-content-sm {
    padding: 40px;
}

.modal-3btn-content {
    border-radius: 8px;
    padding: 45px 78px 45px 109px;
}

.modal-content-lg {
    border-radius: 8px;
    padding: 45px 175px 25px 175px;
}

.confirm-modal-body {
    padding: 0px 0px!important;
    margin-top: 51px!important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #c7c7c7;
}

.modal-body {
    padding: 0px 0px!important;
    margin-top: 25px!important;
    margin-left: 82px!important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #c7c7c7;
}

.modal-title-3-btn {
    margin: 0px 0px 30px 25px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--white);
    font-weight: bold;
}

.modal-title {
    margin: 0px 0px 0px 25px;
    font-size: 14px;
    color: #c7c7c7;
    font-weight: bold;
    width: 300px;
}

.lang-modal-foot,
.power-modal-foot,
.modal-foot {
    align-items:center;
    padding: 1rem;
    text-align: center;
}
.form-modal-foot {
    align-items:center;
    padding:1rem;
    text-align: center;
}
.confirm-modal-foot {
    align-items:center;
    padding: 0rem;
    text-align: center;
    margin-top: 30px;
}

/*** 3 BUTTONS MODAL ***/
.btn-modal-secondary{
    width:100px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bolder;
    color: #6f9ccb;
    padding: 0px;
    border: solid 1.3px #3c75b1;
    background-color: #14293b;
}

.btn-3btn-secondary{
    width:100px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bolder;
    color: #6f9ccb;
    padding: 0px;
    border:  solid 1.3px #3c75b1;
    background-color: #14293b;
}
.btn-modal-secondary:hover,
.btn-modal-primary:hover,
.btn-power-secondary:hover,
.btn-3btn-primary:hover,
.btn-3btn-secondary:hover{
    color: var(--white);
    border: solid 1.3px #4784c5;;
    background-color: #4784c5;;
}

.btn-3btn-primary{
    width:100px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bolder;
    color: var(--white);
    padding: 0px;
    border: solid 1.3px #3c75b1;
    background-color: #3c75b1;
}

.btn-3btn-primary:disabled {
    cursor: default;
    color:var(--white);
    opacity: 0.3;
    border: solid 1.3px #000;
    background-color:#000;
}

.btn-power-secondary{
    border-radius: 16px;
    font-size: 12px;
    font-weight: bolder;
    color: #224361;
    padding: 0px 18px;
    margin: 10px;
    border: solid 1.3px #e4e4e4;
    background-color: #14293b;
}

.btn-power-primary{
    border-radius: 16px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    padding: 0px 18px;
    margin: 10px;
    border: solid 1.3px #224361;
    background-color: #224361;
}

.btn-modal-primary{
    width:100px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bolder;
    color: var(--white);
    padding: 0px;
    border: solid 1.3px #3c75b1;
    background-color: #3c75b1;
}

/*** icon bar ***/
.icon-bar {
    position: fixed;
    right: -60px;
    top: 257px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 100px;
    padding: 0px;
    margin: 0px;
    z-index: 994;
}
.icon-bar li{
    list-style-type: none;
    background-image: linear-gradient(to top left, #FF4040, #FF9C9C);
    color: #ffffff;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: red;
}
.icon-bar li:hover{
    margin-left: -60px;
    -webkit-transform: translateX(-60px);
        -moz-transform: translateX(-60px);
        -o-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform:translateX(-60px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.icon-bar img{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.icon-bar span{
    padding-right: 10px;
}

/*** layout ***/
#main_div {
    margin-left: 0;
    padding-right: 70px;
}

.navbar-nav{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    list-style:none
}

.check-item {
    display: inline-flex;;
    position: relative;
    padding-left: 22px;
    margin: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.check-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: solid 1px #c7c7c7;
    background-color: #14293b;
  }

.check-item:hover input ~ .checkmark {
    background-color: #14293b;
}

.check-item input:checked ~ .checkmark {
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: solid 1px var(--bluish);
    background-color: #44adff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-item input:checked ~ .checkmark:after {
    display: block;
}

.check-item .checkmark:after {
    left: 4px;
    top: -1px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-item input:not(:checked):disabled ~ .checkmark {
    background-color: #14293b;
    opacity: 0.3;
    border: solid 1px #c7c7c7;
    cursor: default;
}

.check-item input:checked:disabled ~ .checkmark {
    opacity: 0.3;
    border: solid 1px var(--bluish);
    background-color: #44adff;
    cursor: default;
}


/*** radio button ***/
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #c7c7c7;
    background-color: #14293b;
    border-radius: 50%;
}

input[type="radio"]:not(:checked):disabled {
    border: solid 1px #c7c7c7;
    background-color: #14293b;
    pointer-events: none;
    padding: 0px;
    opacity: 0.3;
}

input[type="radio"]:checked:disabled {
    background-color: #44adff;
    outline: transparent;
    border: 1px solid #44adff;
    opacity: 0.3;
}

input[type="radio"]:checked,
input[type="radio"]:active {
    background-color: #44adff;
    outline: transparent;
    border: 1px solid #44adff
}

select option:disabled {
    border: 1px solid #c7c7c7;
    background-color: #14293b;
    opacity: 0.3;
    cursor: default;
}

/*** grid filter ***/
.my-custom-icon-0:before {
    content: "\e308";
    color: #d4d4d4;
    cursor: pointer;
}

.my-custom-icon-1:before {
    content: "\e308";
    color: #fb69a3;
    cursor: pointer;
}

.my-custom-icon-2:before {
    content: "\e308";
    color: #fff19a;
    cursor: pointer;
}

.my-custom-icon-3:before {
    content: "\e308";
    color: #07e9ce;
    cursor: pointer;
}

.k-switch-label-on {
    width: 33px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 2.5px;
    left: 9px;
}

@supports (-moz-appearance:none) {
    .k-switch-label-on {
        width: 33px;
        height: 18px;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-top: 2px;
        left: 9px;
    }
}

.k-switch-label-off {
    width: 33px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 2px;
}

.k-switch-container {
    width: 47px;
    height: 18px;
}

.k-switch-on .k-switch-handle {
    width: 16px;
    height: 16px;
    left: 44px;
    top: 0px;
}

@supports (-moz-appearance:none) {
    .k-switch-on .k-switch-handle {
        width: 16px;
        height: 16px;
        left: 44px;
        top: 1px;
    }
}


.k-switch-on:hover .k-switch-handle {
    width: 16px;
    height: 16px;

}

.k-switch-off .k-switch-handle {
    width: 16px;
    height: 16px;
}

.k-switch-off:hover .k-switch-handle {
    width: 16px;
    height: 16px;
    opacity: 0.43;
    border: solid 1px #406a8f;
    background-color: #406a8f;
}

/*** user info ***/
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 14px;
    border: none;
    margin-right: 50px;
    padding-right: 20px;
    background-image: url('../images/user.png?v=D');
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eff7ff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 2px solid #267bcc;
    border-radius: 4px;
    padding: 8px;
    color: #267bcc;
    font-size: 12px;
    width: 300px;
    right: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.license-content {
    display: none;
    position: absolute;
    background-color: #eff7ff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 2px solid #267bcc;
    border-radius: 4px;
    padding: 20px;
    color: #267bcc;
    font-size: 12px;
    width: 300px;
    left: 35%;
}

.special-login {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: #267bcc;
    font-size: 12px;
    width: 400px;
}

.dropdown:hover .dropbtn {
    background-image: url('../images/user_click.png?v=D');
    background-repeat: no-repeat;
    background-position: right;
}

.logoutImgDiv {
    min-width: 100px;
    min-height: 50px;
    cursor: pointer;
    background-image: url('../images/logout.png?v=D');
    background-repeat: no-repeat;
    background-position: center;
}

.logoutImgDiv:hover {
    background-image: url('../images/logout_hover.png?v=D');
    background-repeat: no-repeat;
    background-position: center;
}

.prevImgDiv > img {
    min-width: 20px;
    min-height: 20px;
    background-image: url('../images/prev.png?v=D');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.prevImgDiv:hover > img {
    background-image: url('../images/prev_hover.png?v=D');
    background-repeat: no-repeat;
    background-position: center;
}

.nextImgDiv > img {
    min-width: 20px;
    min-height: 20px;
    background-image: url('../images/logout.png?v=D');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.nextImgDiv:hover > img {
    background-image: url('../images/logout_hover.png?v=D');
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar .submenu-item {
    background-color: #213647;
    color: #ffffff;
    border: 1px solid #213647;
}
/*** MENU : DASHBOARD ***/
.sidebar .dashboardMenu {
    background-image: url('../images/dashboard.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px;
}
.sidebar .dashboardMenu:hover {
    background-image: url('../images/dashboard_hover.png?v=D');
    color: #44adff;
    background-repeat: no-repeat;
    background-position: 22px, 100%;
}

/*** MENU : SYSTEM ***/
.sidebar .systemMenu {
    background-image: url('../images/system.png?v=D'), url('../images/menu_open.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 210px;
}
.sidebar .systemMenu:hover{
    background-image: url('../images/system_hover.png?v=D'), url('../images/menu_open_hover.png?v=D');
    color: #44adff;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

.sidebar .nav-item.open .systemMenu {
    background-image: url('../images/system.png?v=D'), url('../images/menu_close_click.png?v=D');
    color:white;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

.sidebar .nav-item.open .systemMenu:hover {
    background-image: url('../images/system_hover.png?v=D'), url('../images/menu_open_hover.png?v=D');
    color:#44adff;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

/*** MENU : CONFIG ***/
.sidebar .configMenu {
    background-image: url('../images/config.png?v=D'), url('../images/menu_open.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 210px;
}
.sidebar .configMenu:hover {
    background-image: url('../images/config_hover.png?v=D'), url('../images/menu_open_hover.png?v=D');
    color:#44adff;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}
.sidebar .nav-item.open .configMenu {
    background-image: url('../images/config.png?v=D'), url('../images/menu_close_click.png?v=D');
    color:white;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

.sidebar .nav-item.open .configMenu:hover {
    background-image: url('../images/config_hover.png?v=D'), url('../images/menu_close_hover.png?v=D');
    color:#44adff;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

/*** MENU : REMOTE ***/
.sidebar .remoteMenu {
    background-image: url('../images/remote.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 210px;
}
.sidebar .remoteMenu:hover {
    background-image: url('../images/remote_hover.png?v=D');
    color:#44adff;
    background-repeat: no-repeat;
    background-position: 22px, 100%;
}

/*** MENU : MAINTAIN ***/
.sidebar .maintainMenu {
    background-image: url('../images/maintain.png?v=D'), url('../images/menu_open.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 210px;
}

.sidebar .maintainMenu:hover {
    background-image: url('../images/maintain_hover.png?v=D'), url('../images/menu_open_hover.png?v=D');
    color:#44adff;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

.sidebar .nav-item.open .maintainMenu {
    background-image: url('../images/maintain.png?v=D'), url('../images/menu_close_click.png?v=D');
    color:white;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

.sidebar .nav-item.open .maintainMenu:hover {
    background-image: url('../images/maintain_hover.png?v=D'), url('../images/menu_close_hover.png?v=D');
    color:#44adff;
    background-color: #14293b;
    background-repeat: no-repeat;
    background-position: 22px, 210px, 100%;
}

/*** dashboard status ***/
.bannerSignal {
    margin: 0;
    font-weight: bolder;
    cursor: pointer;
    padding-left: 64px;
    word-break: keep-all;
}
.btn_status_grey {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    border: solid 3px #14293b;
    color: white;
    margin: 10px;
    background-color: #14293b;
}
.btn_status_green {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    border: solid 3px #4dccbd;
    background-color: #4dccbd;
    color: white;
    margin: 10px;
    background-image: url('../images/banner_status_green.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 100%;
}
.btn_status_green:hover {
  background-color: #069181;
  color: white;
  border: 3px solid #069181;
}
.btn_status_yellow {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    border: solid 3px #eee08a;
    background-color: #eee08a;
    color: white;
    margin: 10px;
    background-image: url('../images/banner_status_yellow.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 100%;
}
.btn_status_yellow:hover {
    background-color: #EBD550;
    color: white;
    border: 3px solid #EBD550;
}
.btn_status_red {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    border: solid 3px #fb69a3;
    background-color: #fb69a3;
    color: white;
    margin: 10px;
    background-image: url('../images/banner_status_red.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 100%;
}
.btn_status_red:hover {
  background-color:  #ce3873;
  color:white;
  border: 3px solid #ce3873;
}
.btn_quicklink {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    border: solid 3px #4979ef;
    color:white;
    background-color: #4979ef;
    margin: 10px;
    background-image: url('../images/banner_link.png?v=D');
    background-repeat: no-repeat;
    background-position: 22px, 100%;
}
.btn_quicklink:hover {
  background-color:  #1B62A5;
  color:white;
  border: 3px solid #1B62A5;
}

.dashboardQuick button:focus {
    outline:0;
}

/*** card ***/
.mainCard {
    border-radius: 7px;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #14293b;
    padding: 20px;
    margin: 10px;
}

.cardTitle {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--white);
}

.mainCard table th,
.mainCard table td {
    font-size: 14px;
    border-bottom: none;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c7c7c7;
}
.mainCardsGap {
    padding: 0px;
}
.tabPanel {
    padding: 0px;
}

.saveBtn {
    width: 100%;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    border-radius: 6px;
    border: solid 1px #44adff;
    background-color: #44adff;
}

.cancelBtn {
    width: 100%;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #44adff;
    border-radius: 6px;
    border: solid 1px #44adff;
    background-color: #14293b;
}


.cancelBtn:hover,
.saveBtn:hover {
    color: var(--white);
    border: solid 1px #7bbfff;
    background-color: #7bbfff;
}

.saveBtn:disabled {
    opacity: 0.3;
    color: var(--white);
    border: solid 1px #000;
    background-color: #000;
    cursor: default;
}

.cancelBtn:disabled,
.cancelBtn:disabled:hover {
    opacity: 0.3;
    border: solid 2px #44adff;
    color: #44adff;
    background-color: #14293b;
    cursor: default;
}

.cancelBtn:focus,
.saveBtn:focus {
    outline:0;
}

.saveBtnPanel {
    margin-top: 40px;
}

.form-modal-header {
    margin-left: 30px;
    margin-top: 5px;
    border-bottom: 0px;
    background-color: #14293b;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    display: flex;
}

#formBody {
    padding: 30px;
}

.modalForm {
    padding-left: 15px;
    padding-top: 25px;
}

#editAlertForm .row {
    display: none;
}

/*** dashboard console ***/
#consoleDiv {
    display: inline-block;
    margin-top: 21px;
    cursor: pointer;
}
#consoleDiv:hover {
    border: solid 2px #44adff;
}

#consoleDiv > img {

    max-width: 100%;
    max-height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.txtStatus {
    color: white !important;
    background-color: #fb69a3;
}

.ipPart1 {
    min-height: 350px;
}

.k-upload-button {
    width: 150px!important;
    height: 32px!important;
    border-radius: 7px!important;
    border: solid 1px #44adff!important;
    background-color: #14293b!important;
    font-size: 14px!important;
    font-weight: bold!important;
    font-stretch: normal!important;
    font-style: normal!important;
    line-height: 1.33!important;
    letter-spacing: normal!important;
    text-align: center!important;
    font-family: Roboto, Helvetica, Arial,  sans-serif!important;
}

.k-upload-button:hover{
    color: var(--white);
    border: solid 1px #44adff;
    background-color: #44adff;
}

.k-button.k-button-icontext.k-grid-excel,
.k-button.k-button-icontext.k-grid-IntrusionReset {
    width: 150px;
    height: 32px!important;
    font-size: 14px!important;
    font-weight: bold!important;
    line-height: 1.33!important;
    border-radius: 6px!important;
    border: solid 1px #44adff!important;
    background-color: #14293b!important;
    line-height: 1.33!important;
    margin: 2px;
}


.k-header.k-grid-toolbar .k-button.k-button-icontext.k-grid-excel,
.k-header.k-grid-toolbar .k-button.k-button-icontext.k-grid-IntrusionReset {
    color: #44adff;
    border: solid 1px #44adff;
    background-color: #14293b;
    margin: 2px;
}

.k-header.k-grid-toolbar .k-button.k-button-icontext.k-grid-excel:hover,
.k-header.k-grid-toolbar .k-button.k-button-icontext.k-grid-IntrusionReset:hover {
    color: var(--white);
    border: solid 1px #44adff;
    background-color: #44adff;
    margin: 2px;
}

/* Modal - white loading icon */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3952a8;
    border-bottom: 16px solid #0f9748;
    border-left:16px solid #ee2c24;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.k-detail-cell {
    background-color: #14293b;
}
.k-detail-cell td {
    background-color: #151d2d!important;
    border-bottom: 1px solid #1a354d!important;
}
.k-detail-row {
    background-color: #14293b;
}

.k-detail-cell td:first-child {
    font-weight: bold;
}

.detailTitle {
    font-weight: bold;
}

/* image pointer */
.img-click {
    cursor: pointer;
}

.lockDiv {
    color: #77eb7b;
    cursor:pointer;
}

.lightBulb {
    color: #267bcc;
    background-color: #eff7ff;
    border-radius: 3px;
    border: solid 2px #267bcc;
    padding: 3px 5px;
    font-size: 10.5px;
    line-height: 1.33;
}

.lightBulbLicense {
    color: #267bcc;
    background-color: #eff7ff;
    border-radius: 3px;
    border: solid 2px #267bcc;
    padding: 10px;
    font-size: 10.5px;
    line-height: 1.33;
}

.txtWarning {
    color: white !important;
    background-color: #fb69a3;
    height: 32px!important;
    border-radius: 4px!important;
    font-size: 14px!important;
}

.light_red {
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    box-shadow: rgba(204, 0, 0, 0.2) 0 -1px 3px 1px, inset #ff0000 0 -1px 100px, rgba(255, 0, 0, 0.8) 0 0px 1px;
    animation: blinkRed 0.8s infinite;
}
@keyframes blinkRed {
    from { background-color: #ff0000; }
    50% { background-color: #D22727; box-shadow: rgba(204, 0, 0, 0.2) 0 -1px 3px 1px, inset #ff0000 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 0px 0;}
    to { background-color: #ff0000; }
}

.light_green {
    width: 10px;
    height: 10px;
    background-color: #77EB7B;
    border-radius: 50%;
}

.headerLight {
    margin:0 auto;
}

.required:after {
    content:" *";
    color: red;
}

.k-invalid-msg {
    width: max-content;
}

.btnWidth200 {
    width: 200px;
}

.msg_div {
    margin-top: 5px;
    height: 23px;
}

/*** basic.css ***/
.subHeader {
    vertical-align: top;
    margin-top: 3px;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.labeltext {
    font-size: 12px;
    color:#000;
    font-style: normal;
    line-height: 18px;
}

.password-icons img {
    position: absolute;
}

.password-icons a {
    margin-left:-40px;
}

.password-icons .openEyeCss {
    width: 17px;;
    height: 10.5px;
    margin-top: 8px;
    object-fit:contain;
}

.password-icons .closeEyeCss {
    width: 17px;
    margin-top: 6px;
    object-fit:contain;
}

.password-icons .form-control {
    padding-right: 35px;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

span.k-icon.k-i-arrow-60-down:hover::before,
span.k-icon.k-i-arrow-60-up:hover::before {
    color:#7bbfff;
    background-color: #151d2d;
}

span.k-numeric-wrap.k-state-default.k-state-focused span.k-icon.k-i-arrow-60-up::before,
span.k-numeric-wrap.k-state-default.k-state-focused span.k-icon.k-i-arrow-60-down::before
{
    color:#7bbfff;
}

span.k-link.k-link-increase.k-state-selected span.k-icon.k-i-arrow-60-up::before,
span.k-link.k-link-decrease.k-state-selected span.k-icon.k-i-arrow-60-down::before
{
    color:#44adff!important;
}

.k-numerictextbox .k-select>.k-state-selected {
    background-color: #151d2d;
    background-image: none;
}

span.k-numeric-wrap.k-state-default.k-state-focused span.k-icon.k-i-arrow-60-up::before,
span.k-numeric-wrap.k-state-default.k-state-focused span.k-icon.k-i-arrow-60-down::before
{
    color:#7bbfff;
}

.k-dropdown-wrap .k-input {
    color:#c7c7c7;
    background-color: #19334a;
    height:23px;
    border-radius: 4px 0px 0px 4px;
}

.k-dropdown .k-select {
    border-radius: 0px 4px 4px 0px;
}

.k-dropdown-wrap.k-state-default .k-icon.k-i-arrow-60-up::before,
.k-dropdown-wrap.k-state-default .k-icon.k-i-arrow-60-down::before
{
    color:#c7c7c7;
    background-color: #19334a;
}

.k-dropdown-wrap.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-select,
.k-dropdown-wrap.k-state-border-down .k-input,
.k-dropdown-wrap.k-state-border-down .k-select,
.k-dropdown-wrap.k-state-border-up .k-icon.k-i-arrow-60-up::before,
.k-dropdown-wrap.k-state-border-up .k-icon.k-i-arrow-60-down::before,
.k-dropdown-wrap.k-state-border-down .k-icon.k-i-arrow-60-up::before,
.k-dropdown-wrap.k-state-border-down .k-icon.k-i-arrow-60-down::before,
.k-dropdown-wrap.k-state-focused.k-state-hover.k-state-active .k-icon.k-i-arrow-60-up::before,
.k-dropdown-wrap.k-state-focused.k-state-hover.k-state-active .k-icon.k-i-arrow-60-down::before,

.k-dropdown-wrap.k-state-focused.k-state-hover.k-state-active .k-input {
    color:#c7c7c7;
    background-color: #000;
}

li.k-item.k-state-hover{
    color:white!important;
    background-color: #24435e!important;
}

.k-dropdown-wrap:hover {
    border:none;
    color:#19334a;
    background-image:none;
}

.k-auto-scrollable::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    overflow-y: auto;
    overflow-x: auto;
    background-color: #151d2d;
    border-top: solid 1px #151d2d!important;
    border-bottom: solid 1px #151d2d!important;
    border-left: solid 1px #151d2d!important;
    border-right: solid 1px #151d2d!important;
}

::-webkit-scrollbar-corner {
    background-color: #151d2d;
}

.k-auto-scrollable::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #193751!important;
    border-top: solid 1px #151d2d!important;
    border-bottom: solid 1px #151d2d!important;
    border-left: solid 1px #151d2d!important;
    border-right: solid 1px #151d2d!important;
    height: 16px;
    width: 99px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #193751!important;
    border: solid 1px #10202e!important;
    height: 99px;
    width: 16px;
}

.k-auto-scrollable::-webkit-scrollbar-thumb:hover:horizontal,
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover:horizontal {
    background-color:#24435e!important;
    border: solid 1px #10202e!important;
}

.k-auto-scrollable::-webkit-scrollbar-thumb:horizontal:active,
::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:horizontal:active
 {
    background: #1b3d63!important;
    border: solid 1px #10202e!important;
 }

::-webkit-scrollbar-button:vertical:end:increment {
    background-image: url(../images/down.png?v=D);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 7px 5px;
    margin: 12px;
    height: 16px;
    display: block;
}

::-webkit-scrollbar-button:vertical:start:decrement{
    background-image: url(../images/up.png?v=D);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 7px 5px;
    margin: 12px;
    height: 16px;
    display: block;
}

.k-auto-scrollable::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:horizontal:end:increment {
    background-image: url(../images/right.png?v=D);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 5px 7px;
    margin: 12px;
    height: 16px;
    display: block;
}

.k-auto-scrollable::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:start:decrement {
    background-image: url(../images/left.png?v=D);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 5px 7px;
    margin: 12px;
    height: 16px;
    display: block;
}


div::-webkit-scrollbar {
    width: 14px;
    background-color: #151d2d;
    border-top: solid 1px #356392!important;
    border-bottom: solid 1px #356392!important;
    border-left: solid 1px #356392!important;
    border-right: solid 1px #356392!important;
}

div::-webkit-scrollbar-thumb:vertical {
    background-color: #356392;
    border: solid 1px #356392!important;
    height: 49px!important;
}

div::-webkit-scrollbar-thumb:vertical:hover {
    background-color:#7bbfff!important;
    border: solid 1px #356392!important;
}

div::-webkit-scrollbar-thumb:vertical:active {
    background-color: #44adff!important;
    border: solid 1px #356392!important;
 }


/* bottom */
div::-webkit-scrollbar-button:vertical:end:increment  {
    background-image: url(../images/droplist_down.png?v=D)!important;
    background-repeat:no-repeat;
    background-position:center center;
    border-top: solid 1px #356392;
    border-bottom: solid 1px #356392;
    height:12px;
    margin: 12px;
}

/* up */
div::-webkit-scrollbar-button:vertical:start:decrement {
    background-image: url(../images/droplist_up.png?v=D)!important;
    background-repeat:no-repeat;
    background-position:center center;
    border-top: solid 1px #356392;
    border-bottom: solid 1px #356392;
    height:12px;
    margin: 12px;
}

.k-grid.k-widget.k-display-block {
   background-color: #14293b;
}

@media (max-width: 1400px) {
    .btn.kFilter.btn-option-secondary {
        margin-bottom:8px;
    }
}

.k-state-disabled .k-button {
    color:var(--white);
    opacity: 0.3;
    border: solid 1px #000!important;
    background-color: #000!important;
}

.k-i-collapse::before {
    content: "\e006";
    color: #c7c7c7;
}


.k-numerictextbox .k-link:hover {
    background-color: #151d2d;
}

::selection {
    color:#14293b; background-color: #ffed7f
}

.k-input::placeholder {
    color: #c7c7c7;
}


.k-dropdown-wrap.k-state-disabled span.k-icon.k-i-arrow-60-down::before,
.k-dropdown-wrap.k-state-disabled span.k-icon.k-i-arrow-60-up:hover::before  {
    color:#c7c7c7;
}


.linkImgDiv {
    cursor: pointer;
    background-image: url('../images/logout.png?v=D');
    background-repeat: no-repeat;
    background-position-y: center;
}

.linkImgDiv:hover {
    background-image: url('../images/logout_hover.png?v=D');
    background-repeat: no-repeat;
    background-position-y: center;
}

.icon-tooltip {
    padding: 4px 8px;
    background: #dceeff;
    color: #224361;
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    white-space: nowrap;
}

.form-line {
    border-bottom: 1px solid #1a354d;
    margin-bottom: 0.7rem;
}

/* Remove Ellipsis, “ … “ from kendogrid's header */
.k-grid .k-grid-header th.k-header > .k-link,
.k-grid-header .k-header,
.k-grid table td {
    text-overflow: initial;
    overflow: visible;
    word-wrap: break-word;
}

/* SPDM unknown status */
.loader_small {
    border: 5px solid #2b5c8c;
    border-radius: 50%;
    border-top: 5px solid #224361;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
