/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');*/

* {
    padding: 0;
    margin: 0;
 
}

body {
    font-family: 'Poppins', sans-serif;


}
 #node_labs > .w2ui-node-caption {
    color: #B98747;
}

.w2ui-sidebar .w2ui-sidebar-body .w2ui-selected, .w2ui-sidebar .w2ui-sidebar-body .w2ui-selected:hover {
    background-color: darkturquoise;
}

.w2ui-sidebar .w2ui-sidebar-body .w2ui-node:hover {
    background-color: darkturquoise;
}

.container {
    height:90vh;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.footer {
    height:3vh;
    background-color: #1a1a1a;
    color: #e6e6e6;
    text-align: center;
}


.main-header-nav {
    overflow: hidden;
    display: flex;
    /*padding: 15px;*/
    justify-content: space-between;
    align-items: center;
height: 10vh;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-image: linear-gradient(#f5f5f5, #eee);

}
.main-header-nav ul {
    display: flex;
}
.main-header-nav ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;

}
.main-header-nav ul li a {
    float: left;
    color: black;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    border-radius: 4px;
    display: inline-block;
    list-style: none;
    margin: 0px 12px;
}

a.logo {
    display: block;
    margin: 5px;
    width: 70px;
    padding: 5px;
}

.main-header-nav ul li a:hover {
    background-color: #ddd;
    color: black;
}

.main-header-nav ul li a.active {
    background-color: darkturquoise;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px 0px, rgba(0, 0, 0, 0.09) 0px 4px 2px 0px, rgba(0, 0, 0, 0.09) 0px 8px 4px 0px, rgba(0, 0, 0, 0.09) 0px 16px 8px 0px, rgba(0, 0, 0, 0.09) 0px 32px 16px 0px;
}

.header-right {
    float: right;
}

/* Change border color for grid header */
.w2ui-grid-header {
    border-color: #ff0000; /* Change to your desired color */
}

/* Change border color for grid cells */
.w2ui-grid-records .w2ui-grid-data {
    border-color: #00ff00; /* Change to your desired color */
}

/* Change border color for grid selected cells */
.w2ui-grid-records .w2ui-grid-data.w2ui-selected {
    border-color: #0000ff; /* Change to your desired color */
}


/*@media screen and (max-width: 500px) {*/
/*    .main-header-nav  {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    .main-header-nav ul {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    .main-header-nav  a {*/
/*        float: none;*/
/*        display: block;*/
/*        text-align: left;*/
/*    }*/

/*    .header-right {*/
/*        float: none;*/
/*    }*/
/*}*/
.topnav {
    position: relative;

    left: 0px;
    background-image: linear-gradient(#000 0%, #010101 100%);
    box-shadow: rgba(255, 255, 255, .6) 0 1px 0 inset;


}
.topnav nav{
    height: 7vh;
    /*background-color:#333;*/
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.topnav nav ul{
    width: 100%;
    text-align: right;
    overflow: hidden;

}
.topnav nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;

}

.topnav nav ul li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.topnav nav ul li a:hover{
    color: #00cdaa;
}

/*.logo-lable {*/
/*    color: white;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 20px;*/
/*    justify-content: left;*/
/*    overflow: hidden;*/

/*}*/
/*.logo {*/
/*    !*background-color: white;*!*/
/*    width:210px;*/
/*    margin: 5px;*/
/*    padding: 5px;*/
/*    !*border-radius: 40%;*!*/
/*}*/
.user-pic{
background-color: #e6e6e6;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
    margin-right:10%;
}
.sub_menu-wrap{

    position: absolute;
    z-index: 10;
    /*top: 100%;*/
    right: 1%;
    width: 280px;
    color: #525252;
    max-height: 0px;
    z-index: 1000;
    overflow: hidden;
    transition: max-height 0.5s;

}
.sub_menu-wrap.open-menu{
    max-height: 400px;
}
.sub-menu{
background-color: whitesmoke;
    padding: 20px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.sub-menu hr{
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #CCC;
    margin: 15px 0 10px;
}
.user-info {
    display: flex;
    align-items: center;
}
.user-info h3 {
    font-weight: 500;
}
.user-info img {
    width: 60px;
    border-radius: 50%;
    margin-right: 15px;

}
.sub-menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #525252;
    margin: 12px 0;
}
.sub-menu-link p {
    font-size: 14px;
    width: 100%;
}
.sub-menu-link img{
    width: 60px;
    background-color: #e5e5e5;
    border-radius: 50%;
    padding: 8px;
    margin-right: 15px;
}
.sub-menu-link span{
    font-size: 22px;
}
.sub-menu-link:hover span{
    transform: translateX(5px);
}
.sub-menu-link:hover p {
font-weight: 600;
}

.conf-row {
    display: flex;
    background-color: #fff;
    align-items: center;
}

.conf-row .conf-lable {
    padding: 3px;
    margin: 5px 5px;
    width: 230px;
}

.conf-row .conf-setting {
    padding: 5px;
}

#snackbar-msg {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #5cb85c;
    color: whitesmoke;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar-msg.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.conf-row .conf-setting button {
    background-image: linear-gradient(#f7f8fa, #e7e9ec);
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .6) 0 1px 0 inset;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember", Arial, sans-serif;
    font-size: 14px;
    height: 29px;
    font-size: 13px;
    outline: 0;
    overflow: hidden;
    padding: 0 11px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.conf-row .conf-setting button:active {
    border-bottom-color: #a2a6ac;
}

.conf-row .conf-setting button:active:hover {
    border-bottom-color: #a2a6ac;
}

.conf-row .conf-setting button:hover {
    border-color: #a2a6ac #979aa1 #82858a;
}

.conf-row .conf-setting button:focus {
    border-color: #e77600;
    box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
    outline: 0;
}
#loading {
    width: 1.7rem;
    height: 1.7rem;
    text-align: left;
    margin: 0px 5px;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #4cb1fd;
    border-radius: 100%;
    /*margin: auto;*/
    visibility: hidden;
    animation: spin 1s infinite linear;
}
#loading.display {
    visibility: visible;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.w2ui-head {
    font-weight: bolder;
}

.lab_config_btn {

    font-size: 18px;
    cursor: pointer;

}
#loginform, #login-header {
    width: 400px;
    position: relative;
    top:0px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-image: linear-gradient(90deg, #00cdaa 0%, #4cb1ff 100%);
    margin: auto;
}
.w2ui-field > label{
    color: #222 !important;
}
.body-img{

    background-image: url("../images/background.svg");
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size:50%;
    background-position: bottom left;



}

.login-container{
    position: absolute;
  background-color: rgba(255,255,255,0.8);
    width: 500px;
height: 300px;
    top:25%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 5%;
margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 8px;}
#login-logo {
    text-align: center;
}


.mask {
    width: 100Vw;
    height: 100vh;
    padding: 10px;
    background-image: url("../images/topback.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
}


div.header {
    background-color: #333333;
    width: 100%;
position: relative;
    top: 0px;
    left: 0px;
    min-height: 10%;
}
/*.w2ui-grid .w2ui-grid-toolbar {*/
/*    padding: 14px 5px;*/
/*    height: 100px;*/
/*}*/

.w2ui-grid .w2ui-grid-columns .w2ui-head {
    padding: 5px;
    font-size: 16px;
    height: 40px;
}
#maingroups thead th
{
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    border-right: 2px rgba(100, 100, 100, 0.8) solid;
    background-color: rgba(10, 10, 10, .8);
    color: white;
}

@media screen and (max-width: 600px) {
    .main-header-nav  {
        display: flex;
        flex-direction: column;
        height: 80vh;
    }
    .main-header-nav ul {
        display: flex;
        flex-direction: column;
    }
    .main-header-nav ul li {
        background-color: #f5f5f5;
        width: 100%;
    }
    .main-header-nav ul li a {
        width: 100%;
        margin: 0px auto;
    }
    /*.main-header-nav  a {*/
    /*    float: none;*/
    /*    display: block;*/
    /*    text-align: left;*/
    /*}*/

    .header-right {
        float: none;
        width: 100%;
    }
    .sub_menu-wrap{
right: 7%
    }
}
@media (max-width: 768px) {
    .w2ui-layout > div .w2ui-panel {
        position: revert !important;
    }
}

.w2ui-sidebar .w2ui-sidebar-body {
}
#layout_layout_panel_left{
    display: none;
}
.w2ui-grid .w2ui-head-cell {
    text-align: center !important;
}
