/**
 * @author Kishor Chunge <kishorchunge6091996@gmail.com>
 * @Created 22 Jan 2020
 * @return CSS
 */

 body{
    margin:0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size:14px;
    color:#333;
    
}   
img{
	max-width:100%
}
    
/* override class */

.row-margin-zero{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-padding-zero{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    
    
    
.bg-dark {
    background-color: #fff !important;
    border-bottom: 2px solid #c3ccd8;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0);
    text-transform: capitalize ;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:active {
    color: #218BBD !important;
}



.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px !important;
}


.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 67px;
    padding-left: 67px;
    margin-right: auto;
    margin-left: auto;
}

.underline-menu:hover, .underline-menu:focus, .underline-menu:active {
    color: #999;
    text-decoration: none;
}
.underline-menu {

    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
.underline-menu {
    position: relative;
    display: block;
    padding: 22px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
    color: #000;
}
.underline-menu::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #218BBD;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.underline-menu:active::before {
    background-color: #218BBD;
}
.underline-menu:hover::before, .underline-menu:focus::before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.selected::before{
	transform-origin: left top !important;
    transform: scale(1, 1) !important;
}


.menu-same-icon{
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
   
}

.avatar-icon{
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 900;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
    font-weight: normal;
    padding: 4px;
}


.one-patch{
    background-color: #fff;
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.first-patch{
    background-color: #D1DBE4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0px;
}

.badge-danger {
    background-color: #EF4334;
    margin-left: -7px;
    font-weight: normal;
    padding: 4px;
    text-transform: uppercase;
    font-size: 9px;
    color: #FFD3CF;
}

.tat-style {
    font-size: 10px;
    margin-bottom: 0px;
}

.ehp-style{
    margin-top: 5px;
    font-size: 22px;
}

.red-img-style{
    width: 10%;
}

.sec-patch{
    padding: 10px 0px;
}

.no-style {
    margin-right: 10%;
    line-height: 21px;
    margin-bottom: -18px;
    margin-top: 7px;
    font-size: 18px;
    display: grid;
}

.sec-no-style{
    margin-right: 2.9%;
    line-height: 21px;
    margin-bottom: -0px;
    margin-top: 8px;
    font-size: 18px;
    display: grid;
    text-decoration: none !important;
}

.total-style {
    font-size: 12px;
    color: #667181;
}
.sec-total-style {
    font-size: 12px;
   line-height: 18px;
   color: #667181;
}

.claim-style {
    font-size: 12px;
   line-height: 18px;
   color: #0D71CA;
}


.sec-content{
    display: flex;
}

.fetch-button-style{
    padding: 10px 55px;
    background-color: #16A2E4;
    color: #fff;
    border: none;
    margin-top: 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;

}

.border-right{
    border-right: 1px solid #c3ccd8;
}


.badge-warning {    
    background-color: #FBBC1B;
    margin-left: -7px;
    font-weight: normal;
    padding: 4px;
    text-transform: uppercase;
    font-size: 9px;
    color: #FFF1CE;
}

.alert-msg{
    margin-top: 1%;
}


.message{
    display: -webkit-inline-box;
    background: #4F5D6C;
    border-radius: 2px;
    color: #fff;
    padding: 8px;
	position:relative;
}
.message p{
    margin-bottom: 0px;
    
}

.watch-style{
    margin-top: -4px;
}

.clock-p{
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 4px;
}
.time{
    display: inline-flex;
    margin-top: 2%;
}

.high-style{
    color: #fff;
    font-size: 12px;
}

.welcome{
    color: #A0A4A8;
    font-size: 11px;
}

.profile-name{
    width: 65px;
    margin-top: -2px;
    display: inline;
    position: absolute;
    
}

.break-btn{
    background-color: transparent;
    color: #2ED47A;
    border: 1px solid #2ED47A;
    padding: 2px 9px;
    border-radius: 2px;
}
.selected{
	color:#218BBD !important
}
.selected::before{
	content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #218BBD;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.bread-crumb{
	font-size:18px;
	color:#52575C;
	margin-top:10px;
}

/* sub menu starts */
.task-menu{
	display:block;
	position:absolute;
	background:#ffffff;
	box-shadow: 0px 4px 15px rgba(37, 40, 43, 0.12);
	border-radius:4px;
	font-family: 'Roboto', sans-serif;
	width:200px;
	top:50px;
	z-index:10;
}
.dropdown-item{
	font-size:14px;
	color:#52575C;
	padding:12px 12px 12px 22px;
	position:relative;
}
.submenu-drop::after{
	content:"";
	background-image: url("../images/submenu-drop.png");
	width:9px;
	height:6px;
	vertical-align:middle;
	border:none;
	position:absolute;
	top:19px;
	right:20px
}
.dropdown-toggle::after{
	content:"";
	background-image: url("../images/menu-drop.png");
	width:12px;
	height:8px;
	vertical-align:middle;
	border:none;
}
.navbar-collapse{
	position:relative;
}
.nav-item .active{
	color:#218BBD !important;
}
.active-submenu{
	background:#F5FAFF;
	color:#3B94ED;
}
.navbar-dark .navbar-toggler-icon{
	background-image: url("../images/mobile-menu.png");
	width:20px;
	height:17px;
	cursor:pointer;
}
/* sub menu ends */
/* notification popup starts */
.notification-popup{
	
	position:absolute;
	background:#ffffff;
	box-shadow: 0px 4px 15px rgba(37, 40, 43, 0.12);
	border-radius:4px;
	font-family: 'Roboto', sans-serif;
	top:50px;
	text-align:left;
	z-index:10;
	width:256px;
	right:115px;
	padding:20px;
	
}
.notification-popup h5{
	font-size:12px;
	color:#667181;
	font-weight:500;
	
}
.notification-top .number{
	color:#F58C10;
	font-size:14px;
	font-weight:500;
}
.notification-top .text{
	font-size:13px;
	padding-left:10px;
	font-weight:500;
	color:#000000;
}
.notification-top .details{
	padding-top:6px;
}
.seperator{
	border-top:1px solid #EBEFF2;
	margin-left:-20px;
	margin-right:-20px;
	margin-top:10px;
}
.notification-all{
	padding-top:15px;
}
.notification-all .notification-title{
	font-size:12px;
	color:#667181;
	font-weight:500;
}
.notification-all .view-all{
	font-size:12px;
	color:#16A2E4;
	float:right
	
}
.notification-detail{
	margin-top:15px;
}
.notification-detail span{
	font-size:13px;
	color:#414141;
}
.notification-detail .date{
	font-size:11px;
	color:#A0A4A8;
}
.notification-detail .author{
	font-size:11px;
	color:#A0A4A8;
	float:right;
	padding-right:15px;
}
.notification-icon-bg{
	background:#F0F0F0;
	padding-right:15px !important;
	padding-left:15px !important;
}
/* notification popup ends */

/* popup starts */
#myModal{
	display:block;
	opacity:1
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	opacity:1;
}
.modal::placeholder {
    color:red;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
	max-width:700px;
	margin-top:200px
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: -6px 20px 20px rgba(0, 0, 0, 0.2);
}
.modal-content h3{
	font-size:16px;
	color:#192A3E
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 10px;
	background:#F6F6F6;
	border-bottom:1px solid #C6C6C6 !important;
    
}

.modal-header .close {
    margin-top: -16px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px;
}
.modal-body h2{
	font-size:27px;
	color:#004453;
	line-height:33px !important
}
.modal-body .title{
	font-size:12px;
	color:#667181;
}
.modal-body .value{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.text-col{
	float:left;
	width:25%;
	padding-left:15px;
	padding-right:15px;
}
.modal-body input[type=text] {
  border: none;
  border-bottom: 1px solid #d6d6c5;
  background: none;
  color: #000000;
  margin-bottom:15px;
}


.tip-text{
	float:left;
}
.tip-text span{
	font-size:12px;
}
#btn-pop{
	background:#004453;
	color:#fffde9;
	float:right
}
.error-details{
	padding:20px;
	background:#F0F6F9;
	border-radius:4px;
	margin-top:20px;
}
.modal-header{
	border-bottom:none;
}
.row-category{
	padding-top:20px;
}
.row-detail{
	margin-top:10px;
}
.error-param{
	font-size:12px;
	color:#667181;
	text-align:right;
	display:block
}
.error{
	font-size:14px;
	color:#000000
}
/* popup ends */
/* search bar starts */
.search-bar{
	width: 82%;
	position:absolute;
	background:#ffffff;
	box-shadow: 0px 4px 15px rgba(37, 40, 43, 0.12);
	border-radius: 4px;
	left:0;
	z-index:10;
}
.search-bar .search{
	background: #F5F6F8;
	border: 1px solid #F0F0F0;
	border-radius: 30px 0px 0px 30px;
	float:left;
	margin-left:30px;
	width:80%;
	margin-top: 10px;
    margin-bottom: 10px;
	height:44px;
	padding-left:20px;
}
.search-btn{
	float:left;
	background: #16A2E4;
	border-radius: 0px 30px 30px 0px;
	font-size:14px;
	color:#ffffff;
	padding: 12px 25px 12px 25px;
    margin-top: 9px;
    text-transform: uppercase;
	border:none;
}
.advance-search{
	color:#16A2E4;
	padding-right:20px;
	font-size:12px;
	padding-right:50px;
	float:right;
	line-height:13px;
	margin-bottom:5px;
}
.search-icon{
	background: #F0F0F0;
	padding-left:15px !important;
	padding-right:15px !important;
}

/* search bar ends */
.middle{
	padding:20px;
	background:#ffffff;
	margin-top:20px;
}
/* desktop2 starts */
.info{
	font-size:18px;
	color:#31A2D7;
	text-transform:uppercase
}
.info-details-wrapper{
	border-right: 1px dashed #E9E9E9;
	float:left;
	width:100%;
}
.info-details{
	margin-top:15px;
}
.info-details span{
	font-size:12px;
	display:block;
}
.info-details .number{
	font-size:14px;
}
.complete-button{
	float:right;
	background:#16A2E4;
	font-size:14px;
	padding:5px 35px 5px 35px;
	color:#ffffff;
}
.claim{
	position:relative;
}
.complete-button{
	position:absolute;
	top:-5px;
}
/* desktop2 ends */

/* login page starts */
.login-page{
	border-top:10px solid #0A88CB;
	background:#ffffff;
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 94vh;
}

.login-page h5{
	font-size:21px;
	padding-top:30px;
}

.loginform{
	padding-top:30px;
}
.login-form-container{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	background:#ffffff;
	padding:50px 25px 50px 25px;
	max-width:500px;
	float:right;
}
.loginform label{
	font-size:16px;
}
.loginform input{
	background:#F7F7F7;
	border: 0.5px solid #C6D1DD;
	height:42px;
	max-width:427px;
}
.btn-login{
	background:#0A88CB;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-size: 16px;
}
.loginform span a{
	float:right;
	color:#0A88CB;
	padding-top:10px;
}
.login-inner{

	
}
.login-footer{
	background:#0A88CB;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
	float:left;
	width:100%;
	position:fixed;
	bottom:0
}
.copyright{
	font-size:10px;
	float:left
}
.insight{
	float:right;
	font-size:10px;
}
.login-button-container{
	margin-top:30px;
}
.feature-image{
	padding-right:60px;
}

/* login page ends */
@media (min-width:768px) {
    .modal-dialog {
        width: 1000px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
	
}
/* popup ends */
@media (max-width: 991px){
    .fetch-button-style{
		padding:10px 25px;
	}
	.close-btn{
		position: absolute;
		right: 0;
		top: 34px;
	}
	.login-inner{
		padding-top:30px;
		padding-bottom:30px;
	}
	.login-inner .feature-image{
		text-align:center;
		margin-bottom:40px;
		margin-top:40px;
		padding-right:0
	}
	.login-form-container{
		float:none;
		margin:0 auto;
	}
	.login-form-wrapper{
		order:1
	}
	.feature-image{
		order:2;
	}
}  


@media (max-width: 767px){
    .text-right {
        text-align: left !important;
    } 
	.search-bar{
		width:96%;
		left:0;
		right:0;
		margin:0 auto;
	}
	.search-bar .search{
		width:60%;
		height:30px;
	}
	.search-btn{
		padding: 7px 10px 5px 10px;
		font-size:11px;
	}



}  