@font-face {
    font-family: 'Roboto-Bold';
    src: url("/assets/webfonts/Roboto-Bold.ttf");
  }
  
  @font-face {
    font-family: 'Roboto-Medium';
    src: url("/assets/webfonts/Roboto-Medium.ttf");
  }
  
  @font-face {
    font-family: 'Roboto-Light';
    src: url("/assets/webfonts/Roboto-Light.ttf");
  } 
  
  @font-face {
    font-family: 'Roboto-Regular';
    src: url("/assets/webfonts/Roboto-Regular.ttf");
  }

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; */
    /* background-image: linear-gradient(to right, #590e7d, #8e1e7c); */
    background-image: linear-gradient(to left, #eaeaea,#fff);
    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);
    height: 100% !important;
   
    }
    .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;
    }
*{
box-sizing:border-box;
}

html{
min-height:100%;
}

body{
min-height:100%;
}

body{
font-family:'Roboto-Regular' !important;
font-size:12pt;
line-height:1.5;
position:relative;
overflow:auto;
text-align: left;
background: #fff;
} 

footer{
display: flex;
padding: 5px 15px;
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{
padding-right: 15px;
font-size: 9pt;
}
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: 1px;
}
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 54px; */
padding: 0px 20px;
padding-left: 54px;
justify-content: space-between;
align-items: center;
z-index: 998;
position: fixed;
height:65px;
/* box-shadow:0 19px 34px -15px #d2d2f2; */
}
header img{
vertical-align: middle;
}

header>div:first-child{
/* padding-left: 30px; */
}
header>div:last-child{
display: flex;
align-items: center;
position: relative;
}
header>div:last-child>div:nth-child(1){
padding-right: 35px;
/* border-right: 1px solid #aba078; */
}
header>div:last-child>div:nth-child(2){
font-weight: bold;
padding-right: 25px;
}
header>div:last-child>div:nth-child(3){
    padding-right: 13px;
   position: relative;
    cursor: context-menu;
    color: white;
    
}
header>div:last-child>div:nth-child(4){
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;
}
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; */
height: 65px;
justify-content: center;
align-items: center;
/* padding: 0 10px; */
padding: 0 10px 0px 15px;
}
.menuclick{
    display: flex;
    position: fixed;
    z-index: 999;
    /* height: 60px; */
    height: 65px;
    justify-content: center;
    align-items: center;
    /* padding: 0 10px; */
    padding: 0 10px 0px 15px;
    }
.menutop{
    height: 55px;
}
.sidebartop{
    margin-top: 53px !important;
}

.workvalue {
    position: absolute;
    margin-top: -23px;
    margin-left: 19px;
    font-size: 10px;
    color: #fff !important;
    opacity: 0.8;
}

.notifyvalue {
    position: absolute;
    margin-top: -25px;
    margin-left: 50px;
    font-size: 10px;
    color: #fff !important;
    opacity: 0.8;
}

.menuIcon>img{
cursor: pointer;
}
.menuclick>img{
    cursor: pointer;
}
.page-content{
margin: 0 54px 0;
position: relative;
padding: 15px 0px 0;
transition: all .3s;
}
.sidebar{
    width: 0px;
    transition: all .3s;
    position: fixed;
    z-index: 998;
    margin-top: 66px;
    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;
}
.mb0{
margin-bottom: 0px;
}
.list-group a {
    text-decoration: none;
}
a.list-group-item.list-group-item-success {
background: transparent;
color: #000;
width: 100%;
border: transparent;
padding: 6px 0px;
border-bottom: 1px solid #f2f3f540;
/* transition: all 300ms linear !important; */
}
.list-group-item{
color: #000;
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;
border-bottom: 1px solid #f2f3f540;
transition: all 300ms linear !important;
}
.list-group-item span:first-child{
    font-size: 14px;
}
.list-group-item:hover{
/* color: #ec4c3e!important; */
color: #934092!important;
/* border-left: 3px solid #934092 !important; */
/* 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: #000 !important;
    }
    .collapse.show{
    color: #000 !important;
    }
    .lbluebg.child span:first-child{
    padding-left: 20px;
    padding-right: 20px;
    }
a.list-group-item[aria-expanded="true"]{
    color: #934092 !important;
/* border-left: 3px solid #ec4c3e !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: #934092 !important;;
    border-left: 3px solid #934092 !important;
}
.subparenticon{
padding-left: 15px;
font-size: 18px !important;
}
.subparentname{
padding-left: 15px;
}
.lbluebg:hover{
/* color: #ec4c3e !important; */
/* border-left: 3px solid #ec4c3e !important; */
}
span.bulleticon{
font-size: 8px !important;
}
/*BREADCRUMB CSS STARTS HERE*/
.breadcrumbsection {
    padding-top: 75px;
    padding-left: 54px;
    padding-right: 54px;
transition: all .3s;
position: absolute;
/* width: 40%; */
z-index: 1;
}
.pagetitlesection {
    margin-bottom: 7px;
    padding-top: 1px;
    font-size: 14px;
    padding-left: 5px;
    text-transform: uppercase;
    color: #612c91;
}
.pagetitlelinks {
    font-size: 10pt;
    color: #e2d6e5;
    font-weight: 500;
}
.breadcrumblink {
color: #9f6bab !important;
}
.breadcrumblink span{
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 500;
}
.breadcrumblink.active {
    color: #612c91 !important;
}
/*BREADCRUMB CSS ENDS HERE*/
/*BUTTON CSS STARTS HERE*/


.btn_primary {
border: 1px solid #fae088;
color: #1a4362 !important;
background: #fed23b;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_primary:hover {
border: 1px solid #1a4362;
color: #000 !important;
background-color: transparent; 
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_Scondary {
border: 1px solid #fae088;
color: #1a4362 !important;
}

.btn_Scondary:hover{
border: 1px solid #b1a475;
color: #000 !important;
background-color: #fed23b; 
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)
}

/*BUTTON CSS ENDS HERE*/
.centeralign{
text-align: center;
}
.iconboxtop{
border-radius: 3px;
background-color: #fed23b;
color: #1a4362;
padding: 15px;
margin-top: -50px;
margin-right: 15px;
float: left;
box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
padding: 10px;
margin-top: -40px;
}
/************update by suresh*********/
.iconboxtop1{
border-radius: 3px;
background-color: #1a4362;
color: #fed23b;
padding: 15px;
margin-top: -50px;
margin-right: 15px;
float: left;
box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgb(70, 88, 101);
padding: 10px;
margin-top: -40px;
}

.iconboxtop1 i{
font-size: 36px;
line-height: 56px;
width: 56px;
height: 56px;
text-align: center;

}
.btn_primary1 {
border: 1px solid #5a7a92;
color: #fed23b !important;
background: #1a4362;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_primary1:hover {
border: 1px solid #1a4362;
color: #000 !important;
background-color: transparent; 
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);


}
.btn_Scondary1 {
border: 1px solid #5a7a92;
color: #1a4362 !important;
}
.btn_Scondary1:hover{
border: 1px solid #1a4362;
color: #fed23b !important;
background-color: #1a4362; 
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)
}

/************update by suresh*********/

.iconboxtop i{
font-size: 36px;
line-height: 56px;
width: 56px;
height: 56px;
text-align: center;

}
p.contenttitle {
font-size: 16px;
margin-bottom: 25px;
padding-top: 4px;
}

@-webkit-keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
10% {
-webkit-transform: scale(0.91);
transform: scale(0.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
17% {
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
33% {
-webkit-transform: scale(0.87);
transform: scale(0.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
10% {
-webkit-transform: scale(0.91);
transform: scale(0.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
17% {
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
33% {
-webkit-transform: scale(0.87);
transform: scale(0.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
.mr5{
margin-right: 5px;
}
.ml5{
margin-left: 5px;
}

.contentsection {
margin: 0px 200px;
background: #ffffff;
padding: 10px 40px 30px 40px;
border-radius: 8px;
box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.defaultbutton {
background: #00a2e8;
border: 1px solid #00a2e8;
color: #fff !important;
font-size: 12px;
padding: 10px 20px;
font-weight: 500;
text-transform: uppercase;
margin: 28px 4px;
cursor: pointer;
width: 100%;
}
.pagecontent{
padding-top: 60px !important;
}

/*MEDIA QUERIES STARTS HERE*/
@media screen and (max-width:1365px){
.contentsection{
margin: 0px 130px;
}
}
@media screen and (max-width:1050px){
.contentsection{
margin: 0px 100px;
}
}
@media screen and (max-width:870px){
.contentsection{
margin: 0px 5px;
}
.btncss{
width: 45%;
}
}
/*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*/
/*HEADER TOP LINE CSS*/
.topline {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
.headertopul {
list-style:none;
width:100%;
font-size:0;
display: block;
}

.headertopul li {
display:inline-block;
width:50%;
height:5px;
}
.headertopul li:nth-child(1) {
background:#fed23b;
}
.headertopul li:nth-child(2) {
background: #1a4362;
}
.headertopulmenu {
list-style:none;
width:100%;
font-size:0;
display: none;
}
.headertopulmenu li {
    
display:inline-block;
width:50%;
height:5px;
}
.headertopulmenu li:nth-child(1) {
background:#1a4362;
}

.headertopulmenu li:nth-child(2) {
background: #fed23b;
} 
/*HEADER TOP LINE CSS*/


.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;
}
input[type="month"]{
    font-size: 15px;
    font-family: 'roboto','Segoe UI', calibri, sans-serif !important;    
    border: none;
    outline: none !important;
    color: #555;
    padding: 6px 6px;  
    cursor: pointer;
}
.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;
}
@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;
    }
 }
 .searchrow{
    margin-top: -125px;
    margin-bottom: 15px;
 }
 /* .select2-container{
    width: 100% !important;
 } */
 .h_85 {
    height: 85px;
}
/* PANEL ARROW */
span.fa.angle.fa-angle-left {
    transform: rotate(180deg) !important;
}
/* PANEL ARROW */
