.tilecolor1{
            background-image: linear-gradient(to right bottom, #0089ff, #006de6, #0052cb, #0036b0, #001894);
            box-shadow: 0px -8px #d3d3d3;
      }

      .tilecolor1:hover{
            background-image: linear-gradient(to left bottom, #0089ff, #006de6, #0052cb, #0036b0, #001894);
            box-shadow: 0px -8px #d3d3d3;
            cursor: pointer;
      }

      .tilecolor2{
            background-image: linear-gradient(to right bottom, #50009d, #5f01ac, #6e01bc, #7e01cb, #8e00db);
            box-shadow: 0px -8px #d3d3d3;
      }

      .tilecolor2:hover{
            background-image: linear-gradient(to left bottom, #50009d, #5f01ac, #6e01bc, #7e01cb, #8e00db);
            box-shadow: 0px -8px #d3d3d3;
            cursor: pointer;
      }

      .body-bg{
        background-image: url(../../img/dashboard-bg.png);
        /*background-position: center;*/
        background-repeat: no-repeat;
        background-size: cover;
      }

      .dashboard-bg{
        background-image: url(../../img/dashboard-bg.png);
        /*background-position: center;*/
        background-repeat: no-repeat;

      }

      .bg-banner{
        background-image: url(../../img/banner.png);
        /*background-position: center;*/
        background-repeat: no-repeat;
        background-size: cover;

      }

.bg-darkblue
{
	    background-color:#00008b!important;
}

.text-darkblue{
    color: #02338D !important;
}

.card-header{
    background: #025FB8;
    color: white;
}

.bg-lightblue{
    background: #0591DA;
    color:#ffffff;
}

.bg-fadeblue{
    background: #025FB8;
    color: #ffffff;
}

.bg-fadeblue1 {
    background: #2e569b;
    color: #ffffff;
}


.sub-nav-fixed{
	position: fixed !important;
    width: 100%;
}


.nav-active{
	/*background: #e6e6e6;*/
	background-image: linear-gradient(white,#e3e3e3);
	/*background-image: linear-gradient(#ebebeb,#fff);*/
    font-weight: bold;
}

.mt-main{
	    margin-top: 2rem !important;
}

.bg-login-color1{
	
	  background: #f7f7fd;
	  /*background: #f0f0ff;*/
	  /*background: #dad8fd;*/
}

.bg-login-image1 {
    background: url(../img/banner4.svg);
    background-position: unset;
    background-size: cover;
}

.bg-login-image2 {
    background: url(../img/bg.png);
    background-position: unset;
    background-size: cover;
}

.settext{
	
	    margin-left:auto;

}

.v-middle{
	
	    vertical-align: middle !important;
}

.valign {
    vertical-align: top !important;
}

.bg-darkpurple{
    background: #483698 !important;
}



.notetextset{
	font-size: 11px;
    font-family: sans-serif;
    font-weight: bold;
    vertical-align: middle;
    font-style: italic;
}

.custominputform{
	height: auto;
    border: 0;
    border-bottom: 1px solid silver;
    border-radius: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow:none;
}

.card .card-header[data-toggle=collapse].collapsed::after {
    content: '\f105';
}

.card .card-header[data-toggle=collapse]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.25rem;
    line-height: 35px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: white;
}


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: unset !important;
    -ms-flex-align: center;
    align-items: center;
}


.border-gray {
    border-color: #e6e6e6!important;
}


.kpmgmoblogo{
    
        width:108px !important;

}



/* For Mobile Screen */
@media only screen and (max-width: 600px) {
  .mobheader {
    font-size:30px;
	margin-top: 2px;
  }
  
  .settext{
	
	    margin-left:auto;

}

.kpmgmoblogo{
	
	    width:75px !important;

}

.bg-info-mob{
	
	background: #36b9cc !important;
}


.container, .container-fluid {
    padding-left: .75rem;
    padding-right: .75rem;
}

.w-50 {
    width: 100% !important;
}

}