/* Add here all your CSS customizations */
html .wizard-progress .wizard-steps li>span{
	position: relative;
	display: block;
	padding: 25px 8px 0;
	font-size: 11px;
	color: #BDBDBD;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-transform: capitalize;	
}

.card-header{
	/*background: #c9e9ff;*/
}

.card-title{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #4F4F4F;
}

.page-header h2 {
    border-bottom-color: #61b6ca;
}

ul.nav-main > li.nav-active > a {
	-webkit-box-shadow: 2px 0 0 #1b4864 inset;
	        box-shadow: 2px 0 0 #1b4864 inset;
	background: #61b6ca;
	color:#000;
}

table{
	font-size:14px;
	font-family: Open Sans;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(95, 168, 210, 0.1);
}

.status-green, .status-orange, .status-red, .status-blue{
	font-size: 10px;
	color:#FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:2px;
	padding-top:2px;
}

.status-green{
	background-color: #27AE60;
}

.nicegreen{
    background: linear-gradient(211.63deg, #82BE52 3.06%, #D2D96A 100%);
}

.status-orange{
	background-color: #F2994A;
}

.status-red{
	background-color: #EB5757;
}

.status-blue{
	background-color: #0088cc;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
    background: #82BE52;
    -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #82BE52;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #82BE52;
}

.changelog .release-date {
    font-size: 18px;
	color: #4F4F4F;
	font-weight: bold;
}

.timeline .tm-items > li.past{
	opacity: 0.5;
}

.timeline .tm-body{
	padding:0;
}

html .wizard-progress .wizard-steps li.green-outline a span{
    color: #82BE52;
    border-color: #82BE52;
    background-color: #FFFFFF;
}

html .wizard-progress .wizard-steps li.orange-outline a span{
    color: #F2994A;
    border-color: #F2994A;
    background-color: #FFFFFF;
}

html .wizard-progress .wizard-steps li.orange-fill a span{
    color: #FFFFFF;
    border-color: #F2994A;
    background-color: #F2994A;
}

html .wizard-progress .wizard-steps li.green-fill a span{
    color: #FFFFFF;
    border-color: #82BE52;
    background-color: #82BE52;
}

html .wizard-progress .wizard-steps li.red-fill a span{
    color: #FFFFFF;
    border-color: #EB5757;
    background-color: #EB5757;
}

.edit_treshold{
    margin-left: 20px;
}

.icon-hover{
    cursor: pointer;
    color: #777;
}

.icon-hover:hover{
    color: #000000;
}

.floating_button{
    position:fixed;
    top:120px;
    right: 60px;
}

.status-green.file{
    margin-right: 10px;
    margin-top:5px;
    display: inline-block;
}

.delete_qualification{
    cursor: pointer;
}

.big_heading{
    font-size: 22px;
}

.edit_status{
    margin-left: 20px;
    cursor: pointer;
    position: relative;    
}

.edit_status:hover{
    color:black;
}

.clickable{
    cursor:pointer;
    display: inline-block;
    position: relative;
    transition: 0.2s;
    padding-right: 18px;
    padding-left: 18px;
}

.clickable:hover{
    border: 2px solid black;
}

.clickable.active{
    border: 2px solid black;
    color: black;
}

.clickable.active:after {
  content: '»';
  position: absolute;
  opacity: 1;  
  top: 1px;
  right: 5px;
  transition: 0.5s;
  color: black;
}

.clickable.active:before {
  content: '«';
  position: absolute;
  opacity: 1;  
  top: 1px;
  left: 5px;
  transition: 0.5s;
  color: black;
}

.status_selection{
    border: 2px solid white;
    font-size: 16px;
}

#modalChangeStatus{
    min-width: 900px;
}

a:focus {
    color: #82BE52;
}

ul.nav-main > li.nav-active > a:hover{
    color:black;
}

.user_alert{
    margin-top: 25px;
    margin-bottom: 25px;
}

.save_all{
    position: relative;
    bottom: 1px;
}

.changed{
    background-color: yellow;
}

.changed{
    border-style: dotted;
    border-width: 3px;
    border-color: #ff9600;
    border-top: 3px dotted #ff9600 !important;
}

.has_feedback{
    background-color: #EB5757;
    position: relative;
    cursor: pointer;
}

label.has_feedback{
    color:black;
}

.has_feedback textarea{
    width:100%;
}

.has_feedback:hover{
    background-color: #f49191;
}

.has_feedback .popup{
    width: 250px;
    position: absolute;
    right: -250px;
    top: 0;
    background-color: #EB5757;
    padding: 10px;
    z-index: 99;
    color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    display: none;
    text-align: left;
}

.has_feedback .popup .closeme{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

.has_feedback .popup .closeme:hover{
    color:black;
}

.backtowhite{
    background-color: white;
}

.delete_feedback{
    margin-left: 20px;
    font-size: 20px;
    top: 3px;
    position: relative;
}

.delete_feedback:hover{
    color:black;
}

input:disabled {
  background: #dddddd;
}

.claim_line input{
    border: 1px solid #333333;
    max-width: 80px;
}

.claim_line input.fileinput{
    border: 1px solid #333333;
    max-width: 200px;
    width: 200px;
}

.btn.btn-lg.smaller-button{
    font-size: 13px;
    padding: 5px;
    margin-bottom: 3px;
}

.total_claim, .total_approved{
    border:none;
    max-width: 120px;
}

.claim_line .dz-message span{
    font-size: 12px;
}

.claim_line .dz-message{
    margin: 0;
}

.claim_line .dz-message form.dropzone{
    max-height: 70px;
    min-height: 70px;
}

.hightlight_line{
    background-color: #E6F2DC !important;
}

.confirm_user{
    color: #82BE52;
    cursor: pointer;
}

.confirm_user:hover{
    color: black;
}

.pass_user{
    color: #82BE52;
    cursor: pointer;
}

.pass_user:hover{
    color: black;
}

.alert_line{
    padding:3px;
}

.dismiss_alert{
    cursor: pointer;
}

.dismiss_alert:hover, .takemethere:hover{
    background: #F2994A;
}

.edit_date, .edit_treshold{
    cursor: pointer;
}

.edit_date:hover, .edit_treshold:hover{
    color:red;
}

span.date, input.date{
    color: black !important;
    font-size: 16px !important;
    max-width: 160px;
}

.save_date, .save_treshold{
    display: none;
    cursor: pointer;
}

.save_date:hover, .save_treshold:hover{
    color:red;
}

input.threshold_value{
    max-width: 60px;
}

.save_treshold{
    font-size: 20px;
}

.checkbox-custom input[type="checkbox"]{
    top:30%;
}

.highlighted{
    background-color: red !important;
}

input:read-only, input:read-only:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline:none !important;
    border-color: rgb(206, 212, 218);
}

.redtext{
    color:red;
}

#filter_area option.optionGroup {
    font-weight: bold;
    font-style: italic;
}

.progress_element{
    width:14%;
}

.maintooltipcls{
position: relative;
height: 25px;
width:25px;
float: left;
margin-right: 2px;
}
.tooltipinfo {
background-color: #5bc0de;
border-color: #5bc0de #5bc0de #31b0d5;
color: #FFF;
height: 25px;
width: 25px;
border-radius: 50%;
display: inline-block;
line-height: 25px;
text-align: center;
}

.alerttooltips{
width: 300px;
position: absolute;
background: #fff;
z-index: 1;
top: 100%;
display: none;
left:0;

}
.maintooltipcls:hover .alerttooltips{
    display: block ;
}
.has_feedback::before{
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    background: #EB5757 url(../img/comment.svg) no-repeat center center;
    position: absolute;
    right: 0;
    top: -13px;
    border-radius: 50%;
}
.backtowhite::before{display: none !important;}
.has_feedback:hover:before{background-color: #f49191;}
.alreadysign {color: #82BE52;font-weight: bold;}
.alreadysign {color: #EB5757;font-weight: bold;}
.singclick {color: #82BE52;font-weight: bold;}
.col-lg-2.control-label.control-labelsec.pt-2 { font-weight:700; font-size:13px; color:#777; }
#extra_funds_area_claim { min-height:28px; font-size:0.75rem; line-height:1.3; height:calc(1.5em + 0.5rem + 2px); padding:0.25rem 0.5rem; border-radius:0.2rem; }
.buttonmains{display: flex;align-items: center; justify-content: space-between;}
.markasresovle label input {
    width: calc(100% + 25px);
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
  }
  .markasresovle label {
    padding-right: 30px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin: 0px;
  }
  .markasresovle label span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #D2D5E2;
    border-radius: 4px;
    margin: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
  }
  .markasresovle label input:disabled ~ span::after ,
  .markasresovle label input[type="checkbox"]:checked ~ span::after{
    content: "";
    position: absolute;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../img/red-tik.svg) no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
    background-position: center center;
  }
