.uk-accordion-title{
    padding: 20px;
    border: 1px solid #efefef;
}
.nv-left{
    background-color:#1086bf!important;
    background-image:url('images/left-bottom.png')!important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
    position: fixed!important;
}
.nv-left>div{
    height: 100%;
}
.left-menu-nav{
    background: url('images/left-nav.png') no-repeat center;
    margin:0 auto;
    padding: 55px!important;
}
.uk-subnav{
    display: block;
}
.uk-subnav-pill>*{
    padding:0px!important;
}
.uk-subnav-pill>.uk-active>a{
    background: transparent!important;
    color:#cdd945!important;
}
.uk-subnav-pill>li:hover a{
    color:#cdd945!important;
}
.left-menu-nav>li>a{
    color:#fff!important;
}   
.logout_btn{
    background-color: #fff!important;
    color: #10bed6!important;
    border-radius: 50px!important;
    text-transform: none!important;
}
.nv-padding-top-large{
    padding-top:15px;
}
.site_btn,.site_btn:hover,.site_btn:focus{
    background-color: #013762;
    color: #fff;
}
.site_btn~div{
    margin: 0!important;
}
.nv-card{
    padding: 0;
    background-color: #efefef;
}
.nv-card li{
    width:100%;
    padding:5px 10px;
    background-color: #efefef;
    color: #10bed6;
    margin: 0!important;
}
.nv-card li:hover{
    background-color: #10bed6;
}
.nv-card li:hover a{
    color: #fff!important;
    width: 100%;
    text-decoration: none;
}
.site_btn svg{
    color: #fff;
}
.nv-right{
    margin-left: 20%;
}
.right-content{
    background-image:url('images/top-banner.png')!important;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}
.items{
    margin:15px 0;
}
.uk-position-relative.items>div {
    min-height: 100px;
    height: 100px;
}
/* .uk-position-relative.items>div:hover a {
    color:#fff;
} */
.items>div{
    border-radius:15px ;
}
.items a{
    border:none!important; 
    color: black;
}
.items a:hover{
    text-decoration: none;
}
.items span{
    color:#013762!important;
}
.items img{
    margin:0 auto;
}

.items:nth-of-type(odd)>div, .items:nth-of-type(odd)>div{
    background: #fcb722;
}
.items:nth-of-type(even)>div, .items:nth-of-type(even)>div{
    background: #3994cd;
}

.dashboard .items:nth-of-type(odd)>div, .dashboard .items:nth-of-type(odd)>div{
    background: #f2f2f2!important;
}
.dashboard .items:nth-of-type(even)>div, .dashboard .items:nth-of-type(even)>div{
    background: #e6e6e6!important;
}
.dashboard .uk-button img{
    display: none;
}

.main-menu,.main-menu *{
    border:none;
}
.nv-nav-center{
    background-color: #3994cd;
    width: 80%;
}
.nv-nav-center ul{
    width: 100%;
}
.first>button {
    text-align: center;
    width: 100%;
    padding: 10px;
}
.nv-nav-center button{
    color:#fff!important;
    text-transform: uppercase;
    font-weight: bold;
}
.nv-nav-center button:hover{
    color:#013762!important;
}
.nv-drop{
    border:none;
    border-bottom:10px solid #10bed6;
}
.menu-item{
    color:#1086bf!important;   
}
.menu-header{
    color:#013762!important;
}
.uk-first-column .menu-header,.uk-first-column .menu-item{
    padding-left: 15px!important;
}
.lgout{
    padding: 50px 75px;
}

.lgin-cnt {
    margin:0!important;
    height: 100vh;
    width: 100vw;
    background:url('images/login-background.jpg') no-repeat;
    background-size: cover!important;
}
.lgin-cnt .uk-grid{
    margin: 0 auto;
    min-width: 400px;
    width: 400px;
    padding: 0 15px;
    background-color: #013762;
}
.lgin-cnt input{
    padding-left: 15px;
}
.lgin-cnt .img-cont{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.login-button{
    background-color: #1086bf;
    color: #fff;
}
.lgin-cnt .nv-icon svg{
    width: 15px;
    padding-bottom: 4px;
}
a.main-menu{
    color:white!important;
    font-weight: bold!important;
}