header>div:last-child>div:nth-child(5)>a{
color: #fff;
background:#184363;
}
header>div:last-child>div:nth-child(5)>a:hover{
box-shadow: 0px 0px 0px 3px #184363;
}

.sidebar{
background:#612c91;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.activeli>div{
background: #ffd23b;
color: #000!important;
width: auto;
display: block;
position: relative;
transition: all 300ms linear;
font-weight: 300;
line-height: 1.5em;
padding-left: 10px;
padding-right: 10px;
border-radius: 3px 3px 0px 0px;
}
.sidebarul>li>div:hover{
background: #ffd23b;
color: #000!important;
box-shadow: 0 12px 20px -10px rgba(255,152,0,.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(255,152,0,.2);
width: auto;
position: relative;
transition: all 300ms linear;
font-weight: 300;
line-height: 1.5em;
padding-left: 10px;
padding-right: 10px;
border-radius: 3px 3px 0px 0px;
}
.submenuul>li:active
{
background: #ffd23b;
color: #000!important;
box-shadow: 0 12px 20px -10px rgba(255,152,0,.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(255,152,0,.2);
width: auto;
display: block;
position: relative;
transition: all 300ms linear;
font-weight: 300;
line-height: 1.5em;
padding-left: 10px;
padding-right: 10px;
border-radius: 3px 3px 0px 0px; 
}

.submenuul>li:hover{
color: #1183d9;
}
*{
box-sizing:border-box;
}

html{
min-height:100%;
}

body{
min-height:100%;
}

body{
font-family:'Segoe UI', calibri, sans-serif !important;
font-size:12pt;
line-height:1.5;
position:relative;
overflow:auto;
text-align: left;
} 

footer{
display: flex;
padding: 5px 20px;
width: 100%;
align-items: center;
justify-content: space-between;
z-index: 999;
bottom: 0px;
position: fixed;
}
footer img{
vertical-align: middle;
}
footer>div:first-child{
display: flex;
align-items: center;
z-index: 1000;
}
footer>div:first-child>div:first-child{
    border-right: 1px solid #000;
padding-right: 5px;
font-size: 9pt;
}
.coprightdiv{
border-right:none !important;
}
footer>div:first-child>div:last-child{
line-height: 22px;
padding-left: 5px;
}
footer>div:first-child p{
font-size: 9pt;
line-height: 1;
margin-bottom: 0px;
}
footer>div:last-child{
display: flex;
align-items: center;
}
footer>div:last-child p{
font-size: 9pt;
line-height: 17px;
text-align: right;
margin-bottom: 0px;
text-decoration: underline;
cursor: pointer;
}
.footer1>div:last-child>div:first-child>p:last-child{
    border-right: 1px solid #000;
    padding-right: 5px;
    margin-right: -10px;
}
.footer1>div:last-child p{
    font-size: 9pt;
    line-height: 17px;
    text-align: right;
    margin-bottom: 0px;
    }
footer>div:last-child>div:first-child{
margin-right: 15px;
}
footer>div:last-child{
    margin-right: 3px;
    }
footer>div:last-child>div:first-child>p:last-child{
cursor: pointer;
text-decoration: underline;
}

header{
display: flex;
width: 100%;
padding: 0px 20px;
justify-content: space-between;
align-items: center;
z-index: 998;
position: fixed;
height:60px;
/* box-shadow:0 19px 34px -15px #d2d2f2; */
}
header img{
vertical-align: middle;
width: 100%;
}

header>div:first-child{
padding-left: 30px;
margin-top: -3px;
}
header>div:last-child{
display: flex;
align-items: center;
position: relative;
}
header>div:last-child>div:nth-child(1){
padding-right: 20px;
border-right: 1px solid #aba078;
}
header>div:last-child>div:nth-child(2){
font-weight: bold;
}
    header > div:last-child > div:nth-child(3) {
        padding-right: 10px;
        position: relative;
        cursor: pointer;
        color: #fabdba;
        padding-left: 10px;
    }
header>div:last-child>div:nth-child(4){
padding-right: 10px;
cursor: pointer;
position: relative;
}

header>div:last-child>div:nth-child(3)>p:nth-child(2){
font-size: 12px;
line-height: 1;
margin-bottom: 3px;
font-weight: 100;
opacity: 0.7;
}
header>div:last-child>div:nth-child(3)>p:nth-child(3) {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: 100;
}
header>div:last-child>div:nth-child(5)>a{
text-decoration: none;
padding: 5px 12px;
font-size: 10pt;
border-radius: 5px;
text-transform: uppercase;
letter-spacing: 1px;
transition: all .3s;
}
.fixed{
    bottom: 0px;
    position: fixed;
}
.menuIcon{
display: flex;
position: fixed;
z-index: 999;
height: 60px;
justify-content: center;
align-items: center;
padding: 0 10px;
}
.menuIcon>img{
cursor: pointer;
}
.page-content{
margin: 0 12px 0;
position: relative;
padding: 20px 0px 0;
transition: all .3s;
}
.sidebar{
width: 0px;
transition: all .3s;
position: fixed;
z-index: 998;
margin-top: 60px;
overflow: hidden;
padding-bottom: 50px;
}
.sidebar>div{
overflow: auto;
}
.arrow{
cursor: pointer;
position: absolute;
right: 13px;
bottom: 9px;
}
.popover-body {
font-size: 9pt;
}
.popover-body>ul{
list-style-type: disc;
margin: 0 17px;
padding-bottom: 6px;
}
.logoutscreen{
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
width: 200px;

background: #fff;
position: absolute;
right: 13px;
top: 48px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
display: none;
font-size: 12pt;
}
.logoutscreen>p{
padding: 10px 20px;
cursor: pointer;
}
.logoutscreen>p:last-child{
border-top: 1px solid #ccc;
}
.angle{
position: absolute;
right: 20px;
}
.submenuul{
color: #000;
font-size: 12pt;
padding: 5px 15px 5px 50px;
display: none;
background-color:#beddf5;
}
.submenuul>li{
cursor: pointer;
padding: 5px 0;
display: flex;
align-items: center;
justify-content: flex-start;
}
.submenuul>li>span:first-child{
margin-right: 10px;
}
ul.breadcrumb {
padding: 0;
list-style: none;
background-color: transparent;
font-size: 9pt;
margin-bottom: 5px;
}
ul.breadcrumb li {
display: inline;
}
ul.breadcrumb li+li:before {
padding: 5px;
color: #555;
content: ">";
}
ul.breadcrumb li a {
color: #1a4362;
text-decoration: none;
}
ul.breadcrumb li a:hover {
color: #1a4362;
text-decoration: underline;
}
.dotted{
border-bottom: 1px dotted #555;
}
.pageHeader{
font-weight: 600;
font-size: 14pt;
}
.profile{
display: flex;
padding: 10px 10px 10px;
flex-wrap: wrap;
flex-flow: column;
justify-content: center;
align-items: center;
border-bottom: 1px solid #ccc;
}
.lastlogin{
font-weight: 500;
font-size: 12pt;
margin-bottom:0px;
}
.date-time{
font-weight: 100;
font-size: 10pt;
margin-bottom:0px;
}

.list-group a {
    text-decoration: none;
}
a.list-group-item.list-group-item-success {
background: transparent;
color: #fff;
width: 100%;
border: transparent;
padding: 6px 0px;
border-bottom: 1px solid #703f9a;
transition: all 300ms linear !important;
}
.list-group-item{
color: #fff;
padding: 18px 15px 18px 20px !important;
font-size: 13px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
background: transparent;
transition: all 300ms linear !important;
border-bottom: 1px solid #703f9a;
}
.list-group-item span:first-child{
width: 40px;
font-size: 18px;
}
.list-group-item:hover{
    color: #eb7b3e!important;
    border-left: 3px solid #eb7b3e;
width: auto;
position: relative;
transition: all 300ms linear !important;
font-weight: 300;
line-height: 1.5em;
padding-left: 10px !important;
padding-right: 10px !important;
border-radius: 3px 3px 0px 0px;
}
.list-group-submenu a.list-group-item{
background: transparent;
border: transparent;
}
.lbluebg{
color: #fff !important;
}
.collapse.show{
color: #000 !important;
}
.lbluebg.child span:first-child{
padding-left: 45px;
padding-right: 25px;
}
a.list-group-item[aria-expanded="true"]{
color: #eb7b3e!important;
border-left: 3px solid #eb7b3e !important;
}
a.lbluebg[aria-expanded="true"]{
color: #1a4362 !important;
border-left: 3px solid #1a4362 !important;
}
.subparentcls{
/* background-color: #1a4362; */
color: #fff !important;
}
a.subparentcls[aria-expanded="true"]{
color: #eb7b3e !important;
border-left: 3px solid #eb7b3e !important;
}
.subparenticon{
padding-left: 15px;
font-size: 18px !important;
}
.subparentname{
padding-left: 15px;
}
.lbluebg:hover{
color: #eb7b3e !important;
border-left: 3px solid #eb7b3e !important;
}
span.bulleticon{
font-size: 8px !important;
}
/*BREADCRUMB CSS STARTS HERE*/
.breadcrumbsection {
padding-top: 65px;
/* background: #fff; */
padding-left: 15px;
padding-right: 15px;
transition: all .3s;
}
.pagetitlesection {
    margin-bottom: 7px;
    padding-top: 1px;
    font-size: 14px;
    padding-left: 5px;
    text-transform: uppercase;
    color: #612c91;
    margin-left: 10px;
}
.pagetitlelinks {
    /* float: right; */
    padding-right: 15px;
    font-size: 11px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-left: 28px;
}
.breadcrumblink {
    cursor: auto;
}
.breadcrumblink span{
padding-left: 5px;
}
.breadcrumblink.active {
    color: #612c91 !important;
}
/*BREADCRUMB CSS ENDS HERE*/

/*MEDIA QUERIES ENDS HERE*/
/*IE CONTROLS CSS STARTS HERE*/
.loginlabel{
display:-ms-flexbox !important;
}
.drop-down-loc::-ms-expand {
display: none;
}
/*IE CONTROLS CSS ENDS HERE*/



.hascalendar {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #fff url(../img/calendar.png) no-repeat right center !important;
    background-origin: content-box !important;
    cursor: pointer !important;
}
.gridtable table td, .gridtable table th{
    border-right: 1px solid #dee2e6;
}
.jumpsection{
    display: inline-flex;
    margin-top: -29px !important;
    position: absolute;
}
.jumpfield{
    width: 45px;
    border: 1px solid #d2d4d6;
    margin-left: 10px;
    padding: 2px 5px;
    outline: none;
    text-align: center;
}
.searchfield input[type="text"] {
    /* height: 49px; */
    font-size: 16px;
    font-family: 'roboto','Segoe UI', calibri, sans-serif !important;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #555;
    padding: 6px 0px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 20px;
    background: none;
    z-index: 1;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    padding-top: 63px;
}
.searchfield input.withfocus{
    width: 94%;
    z-index: 1;
    border-bottom: 2px solid #6689a9;
    cursor: text;
}
.searchfield input[type="submit"] {
    height: 55px;
    width: 40px;
    display: inline-block;
    color: #555;
    float: right;
    background: url(../img/search_sidegreen.png) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 46px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    transition: opacity .4s ease;
    outline: none !important;
}
.searchfield {
    margin-bottom: 60px;
}
.mt-100{
    margin-top: -100px;
}
.searchrow{
    margin-top: -125px;
    margin-bottom: 15px;
 }
 .select2-container{
    width: 100% !important;
 }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .circle .progress-bar {
        margin-top:-70px !important;
        margin-bottom:100px !important;
    }
    .loader, .percentage{
        left: 15px !important;
    }
    .datelabel.notie{
        display: none;
    }
 }

/* changes by anirudha start */

/*.btncss {
    background: linear-gradient(#925db9,#632f93);
    color: #FFFFFF;
    border: none;
    text-align: center;
    padding: 10px 12px;
    transition: all 0.5s;
    cursor: pointer;
    width: 100%;
    box-shadow: none;
    border-radius: 4px;
    height: 50px;
}*/

.btncss {
    background: #6ab04c;
    color: #FFFFFF !important;
    border: none;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 48px;
    margin-top: 24px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    max-width: 175px;
    cursor: pointer;
    line-height: 46px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    outline: none;
}
/*changes by anirudha end*/
