/* Used inside popup iframe, to style content.  */

@import url('/styles/jd2/font-Lato.css');
html, body, p {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 13px !important;
  color: #2E2F30 !important;
  font-family: "Lato", Helvetica, sans-serif !important;
} 
.bottom10{padding-bottom:10px;}

#scorecard_leftPanel{width:500px;float:left;}
#scorecard_rightPanel{float:none;width:auto;margin-left:510px;}
.scorecard_container{margin-left:14px;margin-right:14px;}
.scorecard_title{font-weight:bold; color:#666666; font-size:24px;}
.scorecard_item{
  /*box-shadow:3px 3px 8px #B6BAC0;*/
  padding:10px;
}

/*.scorecard_subtitle{padding-bottom:10px; font-size:18px; color:#6B6E6F; font-weight:bold;}*/
@media only screen and (max-width:880px){
html, body {overflow:auto;}
}
.scorecard_container{margin-left:7px;margin-right:7px;}
#scorecard_leftPanel{width:auto;float:none;}
#scorecard_rightPanel{margin-left:0px;}

#suggestedcriteriaTable > tbody > tr > td {
  font-size: 13px;
  padding-bottom: 8px;
  padding-top: 10px;
  border-bottom: 1px solid #dce5ef;
}

/* Border for table head. */
#suggestedcriteriaTable > thead > tr > th {
  border-bottom: 1px solid #666e74 ;
}


/* Buttons */
.jddlg-btn {
  font-family: "Lato", Helvetica, sans-serif;
  border-radius: 2px 2px 2px 2px !important;
  border:0px;
  font-weight: bold;
  padding: 10px 20px !important;
  display: inline-block;
  color: #ffffff !important;
  cursor: pointer;
  background-color: #488bf9;
  text-align: center;
  font-size:13px !important;
  height:36px;
  box-sizing:border-box !important;
  min-width:110px !important;
}

a.jddlg-btn:link {
    color: white;    
}

.jddlg-btn:focus {
  outline: none;
}

.jddlg-btn:hover {
  background: #146AFE !important;
  text-decoration:none;
}

.jddlg-btn[disabled], .jddlg-btn[disabled]:hover,
.jddlg-btn[disabled]:focus, .jddlg-btn[disabled]:active {
    opacity:40%;
    cursor: default;
    pointer-events: none;
}

.jddlg-btn-small {
  padding: 7px 20px !important;
  min-width:80px !important;
  font-size:12px !important;
  height:30px;
}

.jddlg-btn-tiny {
   padding: 5px 20px !important;
   min-width: 60px !important;
   font-size: 11px !important;
   height:26px;
}

.jddlg-btn svg{
	fill:#fff;
}

/*Style for danger red buttons*/
.jddlg-btn-danger{
	background-color:#F5515C;
}

.jddlg-btn-danger:hover{
	background-color:#D4222E !important;
}

/* style for ghost buttons*/

.jddlg-btn-ghost{
	font-size:13px;
	padding:10.4px 20px;
}

.jddlg-btn-ghost-small{
	font-size:12px;
	padding:7.8px 20px;
}

.jddlg-btn-ghost-tiny{
	font-size:11px;
	padding:6.2px 20px;
}

.jddlg-btn-ghost:hover, .jddlg-btn-ghost-small:hover, .jddlg-btn-ghost-tiny:hover{
	background-color:#d0e3ff;
	border-radius:2px;
}

.jddlg-btn-ghost-danger{
	color:#F5515C;
}

.jddlg-btn-ghost-danger:hover{
	color:#D4222E;
	background-color:#FFD7D9 !important;
}

/*outlined buttons*/
.jddlg-btn-cancel {
  font-family: "Lato", Helvetica, sans-serif;
  border: 1px solid #488bf9;
  border-radius: 2px 2px 2px 2px;
  font-weight: bold;
  padding: 9px 20px;
  display: inline-block;
  color: #488bf9 !important;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
   font-size:13px !important;
   height:36px;
   box-sizing:border-box !important;
    min-width:110px !important;  
}

a.jddlg-btn-cancel:link {
    color: #488bf9;
}

.jddlg-btn-cancel:focus {
  outline: none;
}

.jddlg-btn-cancel:hover,a.jddlg-btn-cancel:link:hover {
  text-decoration:none;
  color:#146AFE !important;
  background-color: #d0e3ff;
}

.jddlg-btn-cancel[disabled], .jddlg-btn-cancel[disabled]:hover,
.jddlg-btn-cancel[disabled]:focus, .jddlg-btn-cancel[disabled]:active {
    opacity:40%;
    cursor: default;
    pointer-events: none;
}


.jddlg-btn-cancel-small {
  padding: 6px 20px !important;
  min-width:80px !important;
  font-size:12px !important;
  height:30px;
}


.jddlg-btn-cancel-tiny {
  padding: 4px 20px !important;
  min-width:60px !important;
  font-size:11px !important;
  height:26px;
}

.jddlg-btn-cancel svg{
	fill:#488bf9;
}

.jddlg-btn-cancel:hover svg{
	fill:#146AFE;
}

.jddlg-btn-cancel-danger{
	color:#F5515C !important;
	border: 1px solid #F5515C !important;
}

.jddlg-btn-cancel-danger:hover{
	color:#D4222E !important;
	background-color:#FFD7D9 !important;
}

.jddlg-btn-cancel-danger svg{
	fill:#F5515C !important;
}

.jddlg-btn-cancel-danger:hover svg{
	fill:#D4222E !important;
}


.jddlg-btn-delete {
  font-family: "Lato", Helvetica, sans-serif;
  border: 1px solid #FF0000;
  border-radius: 2px 2px 2px 2px;
  font-weight: bold;
  padding: 9px 20px;
  display: inline-block;
  color: #FF0000 !important;
  cursor: pointer;
  background-color: #ffffff;
  text-align: center;
   font-size:13px;
  
}

.jddlg-btn-delete-small {
  padding: 6px 20px !important;

}

button.jddlg-btn-delete,input.jddlg-btn-delete {
  min-width:108px;
}

a.jddlg-btn-delete {
  min-width:68px;
}

a.jddlg-btn-delete:link {
    color: #FF0000;
}

.jddlg-btn-delete:focus {
  outline: none;
}

.jddlg-btn-delete:hover,a.jddlg-btn-delete:link:hover {
  color: #fc5c45 !important;
  border: 1px solid #fc5c45 !important;
  text-decoration:none;
}

.jddlg-btn-delete[disabled], .jddlg-btn-delete[disabled]:hover,
.jddlg-btn-delete[disabled]:focus, .jddlg-btn-delete[disabled]:active {
    opacity:40%;
    cursor: default;
    pointer-events: none;
}

/* for svgs in icon buttons*/
.svg-btn-right{
	vertical-align:text-bottom;
	margin-left:10px;
}

.svg-btn-left{
	vertical-align:text-bottom;
	margin-right:10px;
}

/* for group buttons */
.jddlg-btn-grp{
  min-width: 40px !important;
  padding: 8.25px 8px !important;;
  border-radius:0px !important;
}

.jddlg-btn-grp-icon{
  min-width: 40px !important;
  padding: 7.25px 8px !important;
  border-radius:0px !important;
}

.jddlg-btn-grp-icon svg{
  vertical-align:text-bottom;
}

.btn-grp-div, .btn-grp-div-primary{
	font-size:0;
}

.btn-grp-div-primary :not(:last-child){
	border-right:1px solid #146AFE !important;
}

/* for buttons different than <button> element */
.disable-button{
	opacity:40% !important;
    cursor: default !important;
    pointer-events: none !important;
}

.red-alert-text {
    color:red !important;
    font-weight:bold;
}


/* Input row styling */
.popup-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-col-wrap {
  min-width:40%;
  padding-left:10px; 
  padding-right:10px;
  flex: 1 1 140px;
}

.row-label-wrap, .row-caption-wrap, .row-error-wrap{
  display:flex;
  flex-wrap:wrap;
}

.row-input-content-wrap {
  display:flex;
}
/* Candidate Notes classes */
a{ color:#488BF9; cursor:pointer; font-weight:bold;}
a, a:visited,a:hover  { text-decoration:none; }
a:hover { color:#146afe; }

/* a:link{ color:#488BF9; } */
/* a:link , a:visited { text-decoration:none; } */
/* a:hover { text-decoration:underline; } */
.PDLEFT15{
	padding-left:15px;
}
.JISSUDATE{
	min-width:50%;flex: 1 1 250px;padding-bottom:10px;
}
.JISSUDATEF{
	min-width:20%;flex: 1 1 100px;
}
.JISSUDATET{
	min-width:20%;padding-right:15px;flex: 1 1 100px;
}
.JISSUDATER{min-width:20%;padding-right:15px;padding-bottom:10px;flex: 1 1 100px;
}
.TWOFIELD{
	min-width:28%;padding-right:15px;padding-bottom:10px;flex: 1 1 100px;
}
.NOTECONT1{
	min-width:110px;font-weight: bold;padding-bottom:10px;border-bottom:1px solid #666e74;
}
.NOTECONT2{
	min-width:100px;font-weight: bold;padding-bottom:10px;border-bottom:1px solid #666e74;
}
.NOTECONT3{
	padding-bottom:10px;border-bottom:1px solid #666e74;
}
.NOTECONT4{
	width:100%;min-width:250px;border-bottom:1px solid #666e74;
}
.NOTECONT4D{
	width:100%;min-width:250px;padding-bottom:10px;border-bottom:1px solid #666e74;
}
.NOTECONT1T{
	min-width:110px;padding-bottom:5px;padding-top:5px;display: table-cell;vertical-align: middle;
}
.NOTECONT2T{
	min-width:100px;padding-bottom:5px;padding-top:5px;display: table-cell;vertical-align: middle;
}
.NOTECONT3T{
	min-width:550px;padding-bottom:5px;padding-top:5px;display: table-cell;vertical-align: middle;width:100%;
}
.NOTECONT4T{
	width:100%;min-width:100px;padding-bottom:5px;padding-top:5px;display: table-cell;vertical-align: middle;
}
.NOTECONTFONT{
	font-size: 12px; font-family: Helvetica Neue, Helvetica,Arial,sans-serif; font-weight: bold; line-height:18px;
}
.CLSBUTH{
	height:45px;display: table;width: 100%
}
.TBLCELMDL{
	display: table-cell;vertical-align: middle;
}
.LOPENJ{min-width:28%;padding-top: 5px;padding-right:15px;flex: 1 1 250px;}
.PDUPDN12LT15{
	padding-top:12px;padding-bottom:12px;padding-left:15px;
}
.PDLTRT15{
	padding-left:15px;padding-right:15px;
}
.CONTCOMP{
	padding-top:5px;min-width:28%;padding-bottom:10px;flex: 1 1 250px;padding-right:15px;
}
.THREEFIELDS{
	padding-bottom:10px;padding-right:15px;min-width:30%;flex: 1 1 250px;
}
.HOURWIDTH{
	padding-right:15px;width:70px;
}
.DATEWIDTH{
	padding-right:15px;width:110px;
}
.dt-button4popup {
    padding: 9px 2.75rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 5px;
}
.dropbtn, .dt-button4popup {
  background: #488BF9;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: bold;
  height: 34px !important;
  border: none;
  cursor: pointer;
}
.dt-button4popup:hover {
	background: #6ba2fa;
	text-decoration:none;
	color: #fff !important;
}
.dt-button4popup:focus {
	outline:none;
}
.dt-button4popupcancel {
    padding: 9px 2.75rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 5px;
}
.dropbtn, .dt-button4popupcancel {
  background: #84878c;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: bold;
  height: 34px !important;
  border: none;
  cursor: pointer;
}
.dt-button4popupcancel:hover {
	background: #c3c8cf;
	text-decoration:none;
	color: #fff !important;
}
.dt-button4popupcancel:focus {
	outline:none;
}
.dt-buttonpopup {
    padding: 9px 2.75rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
}
.dropbtn, .dt-buttonpopup {
  background: #488BF9;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: bold;
  height: 34px !important;
  border: none;
  cursor: pointer;
}
.dt-buttonpopup:hover {
	background: #6ba2fa;
	text-decoration:none;
	color: #fff !important;
}
.dt-buttonpopup:focus {
	outline:none;
}
.form-controlpopupnotes1 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopupnotes1 select, .form-controlpopupnotes1 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important; 
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopupnotes1, select.form-controlpopupnotes1, textarea.form-controlpopupnotes1{
	color: #484e52;
}
select.form-controlpopupnotes1:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopupnotes1:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}
.form-controlpopupnotes2 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopupnotes2 select, .form-controlpopupnotes2 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important;
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopupnotes2, select.form-controlpopupnotes2, textarea.form-controlpopupnotes2{
	color: #484e52;
}
select.form-controlpopupnotes2:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopupnotes2:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}
.form-controlpopupnotes3 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopupnotes3 select, .form-controlpopupnotes3 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important;
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopupnotes3, select.form-controlpopupnotes3, textarea.form-controlpopupnotes3{
	color: #484e52;
}
select.form-controlpopupnotes3:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopupnotes3:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}


.form-controlpopup3 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopup3 select, .form-controlpopup3 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 2rem;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important;
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopup3, select.form-controlpopup3, textarea.form-controlpopup3{
	color: #484e52;
}
select.form-controlpopup3:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopup3:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}
.form-controlpopup4 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopup4 select, .form-controlpopup4 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 2rem;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important;
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopup4, select.form-controlpopup4, textarea.form-controlpopup4{
	color: #484e52;
}
select.form-controlpopup4:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopup4:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}
.form-controlpopup2 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopup2 select, .form-controlpopup2 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 2rem;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important;
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopup2, select.form-controlpopup2, textarea.form-controlpopup2{
	color: #484e52;
}
select.form-controlpopup2:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopup2:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}

.form-controlpopup1 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopup1 select, .form-controlpopup1 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 2rem;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important;
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopup1, select.form-controlpopup1, textarea.form-controlpopup1{
	color: #484e52;
}
select.form-controlpopup1:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopup1:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}

.form-controlpopup5 {
    display: block;
    padding: .6rem .75rem;
    font-size: 0.9rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1;
    /* height: 45px; */
    background-color: #fff;
    background-clip: padding-box;
    /* border-style: solid; */
    border: 1px solid #d7d9da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
    box-sizing: border-box;
}
.form-controlpopup5 select, .form-controlpopup5 {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 2rem;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px !important;
    border-color: #d7d9da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-controlpopup5, select.form-controlpopup5, textarea.form-controlpopup5{
	color: #484e52;
}
select.form-controlpopup5:not([size]):not([multiple]) {
        height: 30px;
 }
 .form-controlpopup5:focus{
	outline-color: #488bf9;
	outline: 0px solid #fff;
	border: 0px solid #fff;
	border-radius: .25rem;
	border-color: #488bf9 !important;
}

/* Job Notes classes */
.H100{
	height:100%;
}
.W100{
	width:100%;
}
.HW100{
	height:100%;width:100%;
}
.TABLEHW100{
	height:100%;width:100%;display:table;
}
.TABLEROWW100{
	width:100%;display:table-row;
}
.H40P{
	height:40px;
}
.PDBT10RT15{
	padding-bottom:10px;padding-right:15px;
}
.MTOP10{margin-top:10px;}
.REDALRT{color:red !important;}
.btmpopup{text-align:center;vertical-align: bottom;padding-bottom: 20px;padding-top:20px;}

/* Set report-specific label styling, overtop of popupFrame.css
Report labels are color #484e52, and have extra top margin. */
.popup-label {
   text-align: left;
   margin-bottom: 5px;
/*    margin-top: 10px; */
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color:#2E2F30;
}


.popup-caption{
	color:#A8ACB0;
	margin-top:7px;
	font-size:11px;
}

.popup-error{
	color:#F5515C;
	margin-top:5px;
	font-size:11px;
}

.popup-error svg{
	fill:#F5515C;
	vertical-align:text-bottom;
	margin-right:3px;
}

select.form-control-popup, select.form-control {
   display: block;
    padding: 5px 5px;
    
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    height: 30px;    
    border: 1px solid #A8ACB0;    
    border-radius: .25rem;
}
.form-control-popup,.form-control {
    color: #2E2F30;
    display: block;
    padding: 4px 10px;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.54; 
    border: 1px solid #A8ACB0;
    border-radius: 4px;
    width: 100%; 
    height:30px;
}

.form-control-popup:disabled,.form-control:disabled{background-color:#f1f4f8;}

.form-control-popup-medium{
	padding:7px 10px;
	height:36px;
}

.form-control-popup-tiny{
	padding:2px 10px;
	height:26px;
}

.form-control-popup::placeholder, .form-control::placeholder  {
	color:#A8ACB0;
}

.form-control-popup-icon{
	padding-right: 28px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url(/images/blackStar.svg) !important;  
}

.form-control-popup-icon:disabled {
	background-image: url(/images/greyStar.svg) !important;;
}

.form-control-popup-error{
	border: 1px solid #F5515C;
}

.form-control-popup-search, input[type=search].form-control-popup, input[type=search].form-control {
    background-image: url(/images/searchIcon.svg?t=12);
    padding-left: 28px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 7px center;
}

input[type=search].form-control-popup::-webkit-search-cancel-button, input[type=search].form-control::-webkit-search-cancel-button {
     -webkit-appearance: none;
 	content: URL(/images/searchClearIcon.svg?t=12);
 	cursor: pointer;
 	height:16px;
 	width:16px;
}

select:focus, .form-control-popup:focus, .form-control:focus {
    outline: 0px solid #fff;
    border-color: #488bf9 !important;
    box-shadow: none;
}


/* Blue outline when an input is focused on. */
.FirstFont:focus, .form-control1:focus{
    outline-color: #488bf9;
/*     outline: 0px solid #fff; */
/*     border: 0px solid #fff; */
    border-radius: .25rem;
    border-color: #488bf9 !important;
    box-shadow: none;
}

/*Input grps*/
.input-grp-left-unit{
	width: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;	
}

.input-grp-left-field{
	border-radius: 0px 4px 4px 0px;
}

.input-grp-right-unit{
	width: 40px;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
    border-left: 0px;	
}

.input-grp-right-field{
	border-radius: 4px 0px 0px 4px;
}

select.input-grp-right-unit{
	width:66px;
	text-align: center;
    border-radius: 0px 4px 4px 0px;
}


/* Calendar img styling */
/* Keep calendar img vertically centered. */
.verticalcenter-imgspan {
    vertical-align: middle;
}

/* Keep the calendar vertically centered. */
.divaCalendarWrap {
    height:40px;
    align-items: center;
    display: flex;
}

.daterangeTo {
    width:100%;
    text-align:center;
    padding-right:3px;
    height:40px;
    white-space:nowrap;
    align-items: center;
    display: flex;
}


.container label {
  position: relative;
}

/* Base styles for spans */
.container span::before,
.container span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
/*   margin: auto; */
  font-family: helvetica, sans-serif, Arial, Verdana;
  font-weight: normal;
}
.container span {
  font-family: helvetica, sans-serif, Arial, Verdana;
  font-weight: normal;
  color: #000;
}
/* Check-boxes */
.container span.checkbox::before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  left: -23px;
  box-sizing: border-box;
  border: 1px solid #ababab;
  transition: border-color .2s;
}

.container span.checkbox::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  left: -21px;
  top: -2px;
  color: transparent;
  transition: color .2s;
}
input[type="checkbox"]:checked + label span.checkbox::after {
  color: #4d4dc1;
}

span {
  display: inline-block;
}
.container span.aftercheckbox::before { 
  left: 45px;
}

.container span.aftercheckbox::after {
  left: 47px;
  top: 2px;
}

.disablebutton{
  background: #B5BCC7;
}
.disablebutton:hover{
  background: #B5BCC7;
}


/* Checkbox styling */
.checkboxContain {
/*   display: block; */
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  text-align: center !important; /* Overwrite jobdiva label styling, to center checkbox in table col */
  margin-bottom: 0px; /* Overwrite Bootstrap styling */
}

/* Hide the browser's default checkbox */
.checkboxContain input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #d7d9da;
  border-radius: 2px;
}


.checkboxContain_sm span.checkmark {
  position: relative;  left: 0;
  height: 14px;
  min-height: 14px;
  width: 14px;
  min-width: 14px;
  background-color: white;
  border: 1px solid #d7d9da;
  border-radius: 2px;
  box-sizing: content-box; /* overwrite bootstrap styling */
}

.checkboxContain_sm span.checkmark::after {
  box-sizing: content-box;
}

/* When the checkbox is checked, add a white background */
.checkboxContain input:checked ~ .checkmark {
  background-color: #488bf9;
  border: 1px solid #488bf9;
}

/* When the checkbox is disabled, add a dark-gray background */
.checkboxContain input:checked:disabled ~ .checkmark {
  opacity:0.4;
  background-color: #488bf9;
}

.checkboxContain input:disabled ~ .checkmark {
  background-color: #f1f4f8;
}

.checkboxContain input:disabled ~ .checkboxtxt {
  color:#a8acb0;
}

.checkboximg_greencircle:hover,
.checkboxContain:hover input:not([disabled]) ~ .checkmark {
  cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContain input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContain .checkmark:after {
  left: 4px;
  top: 1.5px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* label text of the checkbox*/
.checkboxtxt{
	vertical-align: text-bottom;
    margin-left: 5px;
    cursor: pointer;
}

/* nested checkboxes with links*/
.checkbox_link_div {
	margin-left:34px;
	margin-top:10px;
}

.checkbox_link_div label{
	display:table !important;
}

.checkbox_link{
	width: 15px;
    height: 13px;
    border: solid 1px;
    border-color: transparent transparent #DADEE3 #DADEE3;
    position: absolute;
    right: 22px;
    bottom: 7px;
    border-radius: 0 0 0 6px;
    pointer-events: none;
}

.checkbox_long_link{
	height:26px !important;
}


/*     *     *     *     *     *     *    *    *     */

.popup-main-div{
	 overflow-y: auto;
	 overflow-x: hidden;
    padding: 25px 25px 0px 25px;
    margin-bottom:25px;
	 
}


.scorecard_subtitle {
  color: #0d2336;
  font-weight: bold;
  font-size: 10pt;
  margin-left: 21px;
  margin-bottom: .5rem;
  padding-bottom:5px;
  text-align: left;
}

#infoDiv {
  font-size: 13px;
}

#mainContentDiv {
  overflow: auto;
}

.bottom_button_div {
  padding-top:20px;
}

.button_left {
  text-align:right; width:40%; padding-right:15px;
}
.button_right {
  padding-left:15px;
}

#dialog_alert {
  overflow: hidden; 
  padding: 0px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
}

.fullwidth_table {
  width: 100%;
}

.formstyle {
	margin-right: 20px;
    margin-left: 20px;
	}
.mainDiv {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	width:650px; 
	min-width: 300px; 
	max-width: 650px; 
	font-family: "Lato", Helvetica, sans-serif; 
	background-color: white;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.maindivstyle {
	width:650px; 
	min-width: 300px; 
	max-width: 650px; 
	font-family: "Lato", Helvetica, sans-serif; 
	background-color: white;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.headerdivstyle {
	background-color: #009688; 
	color: #fff;
	width:650px; 
	min-width: 300px; 
	max-width: 650px; 
	height:31px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.paddingtd {
	padding-bottom:10px;
	}
.imgheaderstyle {
 	width:24px;
 	height:24px;
 	margin-top: 6px;
 	float: left;
 	margin-left: 20px;
	}
.titledivstyle {
	margin-top: 6px;
	float: left;
	margin-left: 10px; 
	font-size:14px; 
	font-weight: bold !important;
	}
.trspacing {
	height:5px;
	}
.checkmark1 {
	background-color: white !important;
	border: 1px solid #e6ebf2;
	border-radius: 2px;
 	margin-left:8px;
	margin-right:0px;
   }
.greybackground {
	background-color: #eef2f7;
}

/* .popup-table-wrap > div > div > div.dataTables_scrollBody { */
/*   overflow-x: hidden !important; */
/* } */

/* header-body alignment*/
/* table.dataTable tbody th, table.dataTable tbody td{ */
/* 	padding-left:18px !important; */
/* 	padding-right:18px !important; */
/* } */

/* Header styling */
table.dataTable.popup_table thead th.DTCR_tableHeader:hover, table.dataTable.popup_table thead td.DTCR_tableHeader:hover {
	background-image: url(../images/resizing-handle.svg?t1=20220112) !important; 
	background-position: center right 1px  !important;
	background-repeat: no-repeat; 
}

table.dataTable.popup_table thead th.sorting_desc.DTCR_tableHeader:hover, table.dataTable.popup_table thead td.sorting_desc.DTCR_tableHeader:hover {
	background-image: url(../images/resizing-handle.svg?t1=20220112),none !important; 
	background-position: center right 1px, center right 20px !important ;
	background-repeat: no-repeat, no-repeat; 
}

table.dataTable.popup_table thead th.sorting_asc.DTCR_tableHeader:hover, table.dataTable.popup_table thead td.sorting_asc.DTCR_tableHeader:hover {
	background-image: url(../images/resizing-handle.svg?t1=20220112),none !important; 
	background-position: center right 1px, center right 20px !important ;
	background-repeat: no-repeat, no-repeat;  
}
table.dataTable.popup_table thead th, table.dataTable.popup_table thead td {
  border-top: none; 
   border-bottom: 1px solid #C1C5C9; 
    color:#2E2F30;   
}
table.dataTable thead .sorting{
	background-image: none !important;
}

table.dataTable thead .sorting_desc{
	background-image: none !important;
}

table.dataTable thead .sorting_asc{
	background-image: none !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
	background-position: center right 20px !important;
}

table.dataTable.popup_table tbody td, table.dataTable.popup_table thead th {
  font-size: 13px;
  font-family: Lato, Helvetica, sans-serif !important;
}

table.dataTable.popup_table thead td:hover, table.dataTable.popup_table thead th:hover{text-decoration:underline;}
table.dataTable.popup_table tbody td {
  border-bottom: 1px solid #dadee3 !important;
}

/*DataTable Header when still loading the data should be full width */
table.dataTable, .dataTables_scrollHeadInner {
    table-layout: fixed;
    width: 100% !important; 
 }

/* Row font color */
table.dataTable.popup_table tbody tr {
    color: #2E2F30;
} 
/*Row color on hover*/
table.dataTable.popup_table tbody tr:hover td {
  background-color:#f1f4f8 ;
}
/*
table.dataTable.popup_table tbody tr:hover td{
  border-bottom:1px solid #dadee3 !important;
  border-top:1px solid #dadee3;
}

table.dataTable.popup_table tbody tr:hover td:first-child{
  border-left:1px solid #dadee3;
  border-radius:4px 0px 0px 4px;
}

table.dataTable.popup_table tbody tr:hover td:last-child{
  border-right:1px solid #dadee3;
  border-radius:0px 4px 4px 0px;
}

/*Styling fixed columns in a table */
table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right{z-index:1;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white;}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white;}
table.dataTable tbody tr>.dtfc-fixed-left{border-right:1px solid #dadee3;}
table.dataTable tbody tr>.dtfc-fixed-right{border-left:1px solid #dadee3;}


/*remove black borede when no footer */
.dataTables_wrapper.no-footer .dataTables_scrollBody, table.dataTable.no-footer {
    border-bottom: none !important;
}

/* Styling for links in a table */
table.dataTable.popup_table a {
    text-decoration: none;
    background-color: transparent;
}

table.dataTable.popup_table p,table.dataTable.popup_table label, table.dataTable.popup_table span{
    height:auto;
}

table.dataTable.popup_table tbody td {
    vertical-align: middle !important;
    padding:0px 18px !important;
     height:35px !important;
     overflow-x:hidden;
     text-overflow:ellipsis; 
}  

.cursor_type{
  cursor:pointer;
}

table.dataTable.popup_table tbody tr td a:hover  {
    text-decoration: underline ; 
}
table.dataTable thead th:first-child {
    border-top-left-radius: unset !important;
}
table.dataTable thead th:last-child {
    border-top-right-radius: unset !important;
}
.popup-table-wrap {
    margin-left: 15px;
    margin-right: 15px;
}  

/* -------------------------------------------------------------------------------------------------------------*/


/* Styling new tabs */

.switch-field-new{
	margin-bottom: -5px;
    padding-bottom: 0px !important;
    display: inline-flex;
    flex-wrap: wrap;
}

.switch-field-new input{
	position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field-new label{
	font-family: "Lato", Helvetica, sans-serif;
    line-height: 1.54;
    text-align: center;
    padding: 4.5px 15px 5.5px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    background-color: white;
    color: #2e2f30;
    border-radius: 8px;
    height:30px;
    box-shadow: 0 5px 5px 0 rgba(218, 222, 227, 0.3);
}

.switch-field-new input:checked + label {
    color: white;
    background-color: #2e2f30;
}

.switch-field-new svg{
	fill:#2e2f30;
	margin-right:6px;
	vertical-align: sub;
}

.switch-field-new input:checked + label > svg {
    fill:#fff;
}


.white-switched-div{
	overflow-y: auto;
    min-height: 100px;
    margin-top: 7px;
    border-top: 2px solid #DADEE3;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    background-color: white;
    padding: 8px 16px;
}

.switch-field-new label:hover{
	cursor:pointer;
}

/*-------------------------------------------------------------------*/

.switch-fieldP2 {
    display: inline-flex;
    flex-wrap:wrap; 
}
.switch-fieldP2 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-fieldP2 label {
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: bold;
    width: 100px;
    line-height: 1.3;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 2px solid #FFFFFF;
    background-color: #f2f4f7;
    color:  #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}
.switch-fieldP2 label:hover {
    cursor: pointer;
}
.switch-fieldP2 input:checked + label {
    background-color: #478bf9;
    color: #FFF;
    border: 2px solid #FFFFFF;
    box-shadow: none;
}
.switch-fieldP2 input:disabled + label {
  opacity:0.4;
}
.switch-fieldP2 label:first-of-type {
    border-radius: 10px 0 0 10px;
}
.switch-fieldP2 label:last-of-type {
    border-radius: 0 10px 10px 0;
}
.boxed-span {
	font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #495057;
    padding: 2px 5px 2px;
    border-radius: 2px;
    border: solid 1px #d7d9da;
}
.boxed-span:disabled {
	background-color: white !important;
}
.boxed-span:focus {
    outline: 0px solid #fff;
    border-radius: .25rem;
    border-color: #488bf9 !important;
    box-shadow: none;
}
.joint-dropdown{
	width: 50px;
    display: inline !important;
    padding: 5px 4px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important; 
    border-left-color: transparent !important;
}
.joint-input{
	display: inline !important;
    width: 80px;
    font-size: 13px !important;
    border-bottom-right-radius: 0px !important; 
    border-top-right-radius: 0px !important;
}
.grey_background{
background-color:#F4F4F4 !important;
}
.label-button{
	font-size: 14px !important;
    width: 62px;
    color: rgb(72, 139, 249);
    border: transparent;
    background-color: transparent;
    padding: 0px;
    text-align: right;
}
.boxed-span input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.boxed-span input[type=number] {
  -moz-appearance: textfield;
}
/* -------------------------------------------------------------------------------------------------------------*/
/* Style when crossing a text */
.cross{text-decoration: line-through; color: red !important;}

/* Wrap for paging buttons */
.paging-btn-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
/* Styling for paging btn section */
.switch-field3 {
    display: inline-table; 
    margin-left: 15px;
}
.switch-field3 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field3 label {
    background-color: #FFFFFF;
    font-size: 12px;
    color:#488bf9;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 2.3;
    text-align: center;
    padding: 0px 10px;
    margin-right: -1px;
    border: 1px solid #D7D9DA;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}
.switch-field3 label:hover {
    cursor: pointer;
}
.switch-field3 label.disabled-link {
  color: #c8cbcf !important;
}
.switch-field3 label.disabled-link:hover {
  cursor: default;
}
/* Styling for currently selected page btn */
#crtpage {
    background-color: #488bf9;
    color: #FFFFFF;
    box-shadow: none; 
}

/* DataTables, Pagination styling */
p.popup-table-content {
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.paging-btn-wrap {
  padding-top: 10px;
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

div.dataTables_wrapper > div.paging-btn-wrap > div.dataTables_paginate {
  padding: 0px;
}

/* Remove extra white-line from first row */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: 0px;
}

.dataTables_wrapper > div.paging-btn-wrap > div > span > a.paginate_button,
.dataTables_wrapper > div.paging-btn-wrap > div > a.paginate_button {
  margin-left: 0px;
}

/* Remove outline on button focus */
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  outline: none;
}

/* Pagination button border styling */
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #D7D9DA !important;
  }

  /* Current pagination button styling */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #2E2F30 !important;
  color: white !important;
  fill:white !important;
}
/* Hover pagination color */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #DADEE3 !important;
  color: #2E2F30 !important;
  fill:#2E2F30 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .ellipsis {
  color: #2E2F30 !important;
  fill:#2E2F30  !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .ellipsis {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #488bf9;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 2.3;
    text-align: center;
    padding: 0px 10px;
    margin-right: -1px;
    border: 1px solid #D7D9DA;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width:2.6em;
}

.dataTables_scrollBody table.dataTable thead{
visibility: collapse !important;	
}
table.dataTable thead .sorting_asc::after {
    content: url(../images/sorting-arrow-up-16.svg?t1=20220112) !important;
    vertical-align: middle;
    text-decoration: none !important;
}
table.dataTable thead .sorting_desc::after {
    content: url(../images/sorting-arrow-down-16.svg?t1=20220112) !important;
    vertical-align: middle;
    text-decoration: none !important;
}

/* Hovering over an ellipse should not have a pointer mouse. */
.dataTables_wrapper .dataTables_paginate .ellipsis:hover {
  cursor: default;
}
/* Disabled pagination button styling */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #c8cbcf !important;
  fill:#c8cbcf !important;
  background-color: #FFFFFF !important;
}

/* Back button should be slightly wider */
.jddlg-btn-back {
  padding-right: 22px;
  padding-left: 22px;
  text-decoration: none;
}

.jddlg-btn-back-wrap {
  display:inline;float:right;
  text-align: right;padding-top: 8.4px;padding-right: 15px; padding-left: 10px;
}

/* wrap for paging info */
.paging-btn-info {
    justify-content: flex-end !important;
    padding-right: 10px;
}
/* Calendar Styling */
/* Rounds the calendar borders. */
div.calendar {
    font-family:Lato, Helvetica, sans-serif;
    border-radius:8px;
    padding:15px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.calendar tbody td.weekend {
    color: #2e2f30;
}

.calendar, .calendar table {
    border: 0px;
    border-radius: 20px;
    color: #000;
    background-color: white;
    font-size: 11pt;
}

/* Coloring for nav row. 
    i.e. << < Today > >> */
.calendar .nav {
  background-color: #0a2743;
  background: no-repeat 100% 100% !important; /* Remove dropdown arrow by nav buttons */
  cursor: pointer;
}

.calendar .button {
    background: white;
    color: #2e2f30;
    text-align: center;
    font-family: Lato, sans-serif, Arial, Verdana;
    font-size:20px;
    height: 36px
}

.calendar thead .headrow td:nth-child(3){
	font-size:12px !important;
}


/* Hide ? and x buttons */
body > div.calendar > table > thead > tr:nth-child(1) > td:nth-child(1),
body > div.calendar > table > thead > tr:nth-child(1) > td:nth-child(3) {
    visibility: hidden;
}



/* Coloring for date cell. 
    i.e. MM, YYYY */
.calendar thead .title {
    background: white;
    color: #2e2f30;
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    height:36px;
}

.calendar thead .headrow {
    background-color: white;
    color: #484e52;
}

/* This overrides Bootstrap default and allows
    << < Today > >> row to align properly. */
.calendar thead .headrow td {
    display: table-cell;
}

/* Background Color for Weekday Row 
i.e. Sun, Mon, etc */
.calendar thead .daynames {
    background-color: white;
}

/* Weekday Row */
.calendar thead .name {
    background-color: white;
    color: #a8acb0;
    padding: 5px;
    text-align: center;
}

.calendar thead .name:hover {
	cursor:pointer;
	color: #a8acb0;
}

.calendar thead .active {
  background-color: white;
}

/* Date cell spacing and coloring */
.calendar tbody .day {
    color: #2e2f30; /* Make the dates dark gray */
    width: 36px !important;
    height:36px;
    cursor: pointer;
    text-align:center;
}


.calendar tbody .day.othermonth, .calendar tbody .day.othermonth.oweekend {
  color: #a8acb0;
}
/* .calendar tbody .day.othermonth.oweekend { */
/*   color: #eaaeae; */
/* } */

/* Today's date will be bold. */
.calendar tbody .today{
  background-color: #488BF9 !important;
  border-radius:50%;
  color:#ffffff !important;
}

.calendar table .wn {
  border-color: #000;
  background-color: #bdf;
}

.calendar tbody .rowhilite td {
  background-color: white;
}

.calendar tbody .rowhilite td.wn {
  background-color: white;
}

.calendar tbody td.hilite {
  background-color: #F1F4F8;
  border-radius:50%;
}

.calendar tbody td.active {
  background-color: white;
}

/* If any date is selected, the text will be blue. */
.calendar tbody td.selected,
.calendar tbody td.today.selected,
.calendar tbody td.weekend.selected,
.calendar tbody td.today.weekend.selected {
  background-color: #EDF6FF;
  border-radius:50%;
  border:0px;
  color:#2e2f30;
}

/* /* By default, weekend days are red. */ */
/* .calendar tbody td.weekend, */
/* .calendar tbody td.today.weekend { */
/*   color: #CC3333; */
/* } */

.calendar tbody .disabled { color: #999; }

.calendar tfoot .footrow {
    display: none;
}
.calendar tfoot tr.time td{padding:0;}
.calendar tfoot tr.time td.timetext{text-align:center}
.calendar tfoot tr.time table td,.calendar tfoot tr.time td.hilite,.calendar tfoot tr.time td.active{border:0;padding:0}
.calendar tfoot tr.time td.hour,.calendar tfoot tr.time td.minute{text-align:right;font-weight:bold;padding:0 1px 0 3px}
.calendar tfoot tr.time td.colon{text-align:center;font-weight:bold;background:transparent}
.calendar tfoot tr.time td.ampm{text-align:center}
.calendar-time-scroller{}
.calendar-time-scroller .up{width:11px;background:transparent url("/images/scroller-up.gif") no-repeat 50% 50%;height:.5em}
.calendar-time-scroller .down{width:11px;background:transparent url("/images/scroller-down.gif") no-repeat 50% 50%;height:.5em}

.calendar .button:hover{
	color:#2e2f30;
	background-color: #fff;
}

.calendar .combo {
  display: none;
  border-color: #655;
  background-color: white;
  color: #000;
}

.calendar .combo .hilite {
  background-color: #acf;
}

.calendar .combo .active {
  border-color: #46a;
  background-color: white;
}
.CalendarPos4UDfs{
CURSOR: hand;
position: relative;
top: 4px;
}

/*calendar icon */
.form-control-date {
background-image: url(/images/input-cal-icon.svg?t=11);
background-size: 18px;
background-repeat: no-repeat;
background-position: right 7px center;
}



  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar:horizontal{
    height: 7px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px; 
  }
  ::-webkit-scrollbar-track:horizontal {
    background: #fff;
    border-radius: 10px; 
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #b5b7ba; 
    border-radius: 10px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b5b7ba; 
  }
  
  /* Slider Design for Checkbox */
  .switch .slider, .slider{

position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #787a7d;
border: #787a7d solid 1px;
-webkit-transition: .4s;
transition: .4s;
height: 18px !important;
border-radius: 34px;
box-sizing:content-box;
}

input:checked + .slider{

border: #488bf9 solid 1px;
background-color: #488bf9;

}

.switch{

position: relative;
display: inline-block;
width: 34px;
height: 18px !important;

}


.switch input{
	display: none;
}

.slider:after{

position: absolute;
content: "";
height: 15px;
width: 15px;
left: 1px;
bottom: 1.5px;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;

border-radius: 50%;

}

input:checked + .slider:after{

background-color: #fff;

}

input:checked + .slider:after{

-webkit-transform: translateX(14.5px);
-ms-transform: translateX(14.5px);
transform: translateX(14.5px);

}

input:disabled + .slider{

opacity: 0.4;

}

/* Headers font sizes*/
h1{font-size:30px !important;}
h2{font-size:24px !important;}
h3{font-size:20px !important;}
h4{font-size:16px !important;}
h5{font-size:14px !important;}
h6{font-size:12px !important;}

/*Style for pills*/
.defaultPill{
	border-radius: 15px;
    color: #2E2F30;
    padding: 4px 8px 4.5px 12px;
    background: #A6CAFF;
}

.defaultPill svg{
	fill:#2E2F30;
	vertical-align:sub;
}

.defaultPill a:hover svg{
	fill:#161617;
}

/*Style for content card*/
.contentCard{
	border-radius: 10px;
	background-color:#fff;
	padding:25px;
	box-shadow: 0 0 15px 0 rgba(95, 97, 99, 0.15);
	overflow:auto;
}

.content{
	background-color:#F1F4F8 !important;
}

.greyBox{
	border-radius: 10px;
    background-color: #f1f4f8;
    padding: 15px;
}

/*Radio Buttons styling */
.rad-butt{
	cursor:pointer;
}

.rad-butt + label{
	cursor:pointer;
	vertical-align:text-bottom;
}

.rad-butt:disabled ~ label{
	 color:#a8acb0;
}

/*Time input styling */

input[type="time"].form-control-popup{
	color:#2E2F30;;
	border:1px solid #a8acb0;
	width:73px;
}

input[type="time"]::-webkit-datetime-edit-ampm-field {
   display: none;
 }

input[type="time"]::-webkit-calendar-picker-indicator {
    display:none;
}
 
 input[type=time]::-webkit-datetime-edit-text {
  padding: 2px;
}

input[type=time]::-webkit-datetime-edit-hour-field:focus,input[type=time]::-webkit-datetime-edit-minute-field:focus {
  background:none;
  color:#488BF9;
}



/* Bootstrap select custom styling*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .bootstrap-select {
	width:100% !important;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox{
	padding:4px 0px !important;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 0px 4px !important;
}

.bs-actionsbox .checkboxtxt{
	margin-left: 21px !important;
	line-height:16px;
}

.bs-actionsbox .checkboxContain_sm span.checkmark{
	left: 13px !important;
	top: 2px;
}

.dropdown-item.disabled, .dropdown-item:disabled{
	color:#A8ACB0 !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	color:#A8ACB0;
}

.bootstrap-select>.dropdown-toggle{
	padding:4.25px 10px;
	color: #2E2F30;
   	background-color: transparent;
    border: 1px solid #A8ACB0;
    border-radius: 4px;
    width: 100%;
    font-size:13px !important;
    height:30px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle.show , .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
	outline: 0px solid #fff !important;
    border-color: #488bf9 !important;
    box-shadow: none;
    outline-offset: 0px;
}

.bs-searchbox .form-control{
	margin-bottom:10px;
}

.bootstrap-select .dropdown-menu{
	border-radius: 10px;
 	box-shadow: 0 5px 20px 0 rgba(72, 78, 82, 0.15);
 	padding:6px 10px 10px;
 	color: #2E2F30;
	font-size: 13px !important;
}

.bootstrap-select .dropdown-menu .inner.show{
	overflow-x:hidden;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
    margin: 3px 2px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #2E2F30;
    background-color: #F1F4F8;
    border-radius: 8px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.check-mark{
	display:block;
	position: absolute;
    top: 5px;
    left: 11px;
    height: 14px;
    width: 14px;
    background-color: white;
    border: 1px solid #d7d9da;
    border-radius: 2px;
    box-sizing: content-box;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
	background-color: #488bf9;
    left: 11px;
    height: 14px;
    width: 14px;
    border: 1px solid #488bf9;
    border-radius: 2px;
    box-sizing: content-box
}

.bootstrap-select.show-tick .bs-ok-default:after{
	position: absolute;
    left: 4px;
    top: 1.5px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);    
	box-sizing:content-box;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text{
	margin-right: 0px !important;
	line-height: 16px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.check-mark+span.text{
	margin-left: 24px !important;
}

.bootstrap-select.show-tick .dropdown-menu li.disabled:not(.selected) a > span.check-mark:after {
    visibility: hidden;
}

.bootstrap-select.show-tick .dropdown-menu li.disabled:not(.selected) a > span.check-mark {
    background-color: #f1f4f8;
}

.bootstrap-select.show-tick .dropdown-menu li.disabled.selected a > span.check-mark {
    opacity:0.4;
}

.dropdown-item{
	padding: 3.25px 11px;
}

.dropdown-item.selected{
	position: relative;
	background-color: #edf6ff;
    border-radius: 8px;
}

.dropdown-item.selected::before {
  content: "";
  position: absolute;
  top: -1px; 
  right: -1px; 
  bottom: -1px; 
  left: -1px; 
  border: 1px solid #7dafff;
  border-radius: 8px;
}

.dropdown-toggle::after{
	content: URL(/images/select-arrow.svg?t=12) !important;
	border:0px !important;
    height:16px !important;
}

/*Styling time input */
span.timeEntry-control{
	display:none !important;
}

.is-timeEntry.form-control-popup{
	color:#2E2F30;;
	border:1px solid #a8acb0;
	width:60px;
}

.is-timeEntry-AMPM.form-control-popup{
	width:83px;
}

/*overriding bootstrap 5 css */
button, input, optgroup, select, textarea{ line-height: initial; }

img, svg { vertical-align: initial; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	padding-right: var(--bs-gutter-x,0.5rem) !important;
    padding-left: var(--bs-gutter-x,.5rem) !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
	display:block !important;
}

/*styles for buttons in bottom of popups*/
.fixedButtons{
	width:100%;
	position:fixed;
	bottom:0px;
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
}

.fixedButtons td * {
    margin-right: 10px;
}

.fixedButtons td *:last-child {
    margin-right: 0px !important;
}

/* Styling Content Switcher */

.content-switcher{
	margin-bottom: -5px;
    padding-bottom: 0px !important;
    display: inline-flex;
    flex-wrap: wrap;
}

.content-switcher input{
	position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.content-switcher label{
	font-family: "Lato", Helvetica, sans-serif;
    line-height: 1.54;
    text-align: center;
    padding: 4.5px 15px 5.5px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 2px;
    margin-bottom: 6px;
    font-size: 13px;
    background-color: #F1F4F8;
    color: #2e2f30;
    height:30px;
    
}

.content-switcher label:first-of-type{
	border-radius:8px 0px 0px 8px;
}

.content-switcher label:last-of-type{
	border-radius:0px 8px 8px 0px;
}


.content-switcher input:checked + label {
    color: white;
    background-color: #2e2f30;
}

.content-switcher svg{
	fill:#2e2f30;
	margin-right:6px;
	vertical-align: sub;
}

.content-switcher input:checked + label > svg {
    fill:#fff;
}

.content-switcher label:hover{
	cursor:pointer;
}


/*Styling the new autocomplete */
.ac_results {
	border: 1px solid rgba(0,0,0,.15);
	background-color: #fff;
	z-index: 99999;
	border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgb(72 78 82 / 15%);
    padding: 10px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 4px 11px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Lato;
	font-size: 13px;
	color: #2E2F30;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_over {
	cursor: pointer;
    background-color: #F1F4F8;
    border-radius: 8px;
}

/*New Preloader Styling*/
.preloader_2022 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
}

.loader_2022 { 
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  border: 2px solid #DADEE3;
  border-radius: 50%;
  border-top: 2px solid #488BF9;
  border-right: 2px solid #488BF9;
  width: 30px;
  height: 30px;
  -webkit-animation: spinloader 1.5s linear infinite; /* Safari */
  animation: spinloader 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spinloader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinloader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader_2022_colored_bg{
  border-top: 2px solid #FFFFFF !important;
  border-right: 2px solid #FFFFFF !important;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

 /* div drag drop place holder */
.ui-state-highlight {
  height: 2em; 
  line-height: 1.2em; 
  background: #F1F4F8 ;
  border-radius: 8px;
}

/* datatable filter icon style */
.filtericon {
  float: right;
  border-radius:3px;
  display:flex;
  align-items:center;
  height: 20px;
  width: 20px;
  justify-content: center;
}

.filtericon:hover {
  background-color: #F1F4F8
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 0px;
}

/* Bootstrap pagination style */
.pagination .page-item .page-link
{
  color: #2E2F30 ;
  fill:#2E2F30  ;
  border: 1px solid #A8ACB0  ;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2.22;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  min-width:3.05em;
}

.pagination .page-item .page-link:hover
{
  background: #DADEE3 ;
  border: 1px solid #A8ACB0  ;
  color: #2E2F30 ;
  fill:#2E2F30 ;
}

.pagination .page-item .page-link:focus
{
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.pagination .page-item.active .page-link 
{
  color: white ;
  fill:white  ;
  border: 1px solid #2E2F30  ;
  background-color: #2E2F30;
}
.pagination .page-item.active .page-link:hover
{
  background-color: #161617;
}
.pagination .page-item.disabled .page-link
{
  color: #c8cbcf ;
  fill:#c8cbcf  ;
  border: 1px solid #dadee3  ;
  background-color: transparent;
}
.pagination .page-item.disabled.paginationDot .page-link 
{
  color: #c8cbcf ;
  fill:#c8cbcf  ;
  border: 1px solid #A8ACB0  ;
  background-color: transparent;
}






/*     *     *     *     *     *     *    *    *     */
