﻿
/** EHV **/
.ehv {
    font-size: 10pt;
}
h3.ehv {
    margin: 10px 0px 0px 0px;
    padding: 8px 0px 8px 50px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 14pt;
    vertical-align: middle;
    border-radius: 5px 5px 0px 0px;
}
h3.ehv.unverified {
    background-image: url(../images/ic-UnverifiedEmployment.png);
    background-color: #F9A726;
    color: #000;
}
h3.ehv.verified {
    background-image: url(../images/ic-VerifiedEmployment.png);
    background-color: #CFDD66;
    color: #000;
}
h3.ehv.concerns {
    background-image: url(../images/ic-ConcernsInEmployment.png);
    background-color: #BE2026;
    color: #FFF;
}
div.ehv.instructions {
    margin: 10px;
    font-size: 10pt;
}
div.ehv.contact {
    width: 250px;
    font-size: 11px;
    line-height: 15px;
    float: right;
}
div.ehv.contact h5 {
    background-color: #EEE;
    color: #000;
    padding: 5px;
}
div.ehv.details {
    width: 615px;
    font-size: 10pt;
    border: 1px solid #333;
}
div.ehv.details.full {
    width: 900px;
    border: 0px;
}
div.ehv.section {
    background-color: #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
h4.ehv {
    background-color: #FFF;
    padding: 10px 0px 0px 55px;
    font-size: 18px;
    margin: 20px 0px 0px 10px;
    background-repeat: no-repeat;
}
h4.ehv.employee {
    background-image: url(../images/ic-Employee.gif);
}
h4.ehv.employment {
    background-image: url(../images/ic-Employment.gif);
}
h4.ehv.conduct {
    background-image: url(../images/ic-Conduct.gif);
}
h4.ehv.contact {
    background-image: url(../images/ic-AddressCard.png);
}
h4.ehv.authorization {
    background-image: url(../images/ic-Authorization.gif);
}
p.ehv {
    font-size: 10pt;
}

label.ehv.radio span {
    width: auto;
    float: none;
    padding: 5px;
}
label.ehv.radio span:hover {
    background-color: #AEE3EE;
    border-radius: 5px;
    cursor: pointer;
}
label.ehv.widest span {
    width: 700px;
}
label.ehv.wider span {
    width: 500px;
}
label.ehv.wide span {
    width: 350px;
}
label.ehv.longanswer span {
    width: auto;
    float: none;
}

div.ehv.header {
    background-color: #000;
    color: #FFF;
    padding: 5px 10px;
    font-size: 10pt;
    font-weight: bold;
}
ul.ehv li {
    margin: 10px 5px 10px 15px;
    display: inline;
}
fieldset.ehv {
    margin: 5px;
}
fieldset.ehv div {
    clear: both;
}
/* MODIFIERS */
.topspacer {
    margin-top: 25px;
}
span.staticInfo {
    padding: 1px 5px;
    border: 1px solid #EEE;
    text-decoration: none;
    border-radius: 5px;
    width: auto;
}
span.staticInfoLong {
    display: block;
    clear: both;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #AAA;
    text-decoration: none;
    border-radius: 5px;
}
div.ehv.concern {
    padding: 5px;
    background-color: #E7A0A2;
    border: 1px solid #BE2026;
    border-radius: 5px;
}
.alert {
    font-weight: bold;
    border: 1px solid #555500;
    background-color: #EEF376;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px 5px;
    display: block;
}
.redflag {
    font-weight: bold;
    border: 1px solid #555500;
    background-color: #bd1e2b;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px 5px;
    display: block;
}
.removeasterisk {
    display: none;
 }

#SlideToggle{
    max-width:130px;
    margin-right:153px;
}

#printPreviewDivID{
    height:115px !important;
}
#globalFiltersDiv{
    height:125px !important;
}
#divForGlobalFiltersNotification{
    width:992px;
    padding-top:0px;
    float:left;
    width:800px;
}
#divForGlobalFiltersNotification{
    width:922px;
}
.arrow_box { 
  position: absolute; 
  bottom:0px;
  left:20px;
  background: #fff; 
}
.arrow_box:after, .arrow_box:before { 
  top: 100%; 
  left: 50%; 
  border: solid transparent; 
  content: ""; 
  height: 0; 
  width: 0; 
  position: absolute; 
  pointer-events: none; 
} 
.arrow_box:before { 
  border-color: rgba(51, 51, 51, 0);
  border-width: 13px; 
  margin-left: -13px; 
} 
.arrow_box:before { 
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #fff; 
  border-width: 13px; 
  margin-left: -13px; 
}

.sfDialog_GreyOutMask { 
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: 9990; 
    background-color: #000;
    filter: alpha(opacity=0); 
    opacity: .2;
}

.showMoreDiv{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  line-height:21px;
  padding:10px;
  background:#ffffff;
  position:absolute;
  opacity: 1;
}

.showMoreDiv p{
    margin-bottom:10px;
}

.showMoreDiv object{
    margin-left:50px;
    margin-top:25px;
}

.PopupPanel {
    position: absolute;
    background-color: white;
    z-index: 99990;
    height: 680px;
    width: 950px;
    padding:20px;
    overflow:auto;
}

.PopupPanel strong{
    font-weight:600;
}

.PopupPanel h3{
  font-size:28px;
  line-height:30px;
  margin:0;
  padding:0;
  margin-bottom:15px;
  text-align:left;
  color:#a0b929;
  background-color:#ffffff;
  font-family: 'Atrament Medium';
  font-weight:400 !important;
}

.PopupPanel h4{
  font-size:22px;
  line-height:28px;
  margin:0;
  margin-top:15px;
  margin-bottom:15px;
  padding:0;
  text-align:left;
  color:#777;
  background-color:#ffffff;
  font-family: 'Atrament Medium';
  font-weight:400 !important;
}

.tour-notification-video{
    margin-top:30px;
    margin-left:50px;
}

.goToButton {
    font-size:17px;
    border-bottom: solid 1.5px #a0b929;
    color: #a0b929;
    font-weight:700;
}

.goToButton:hover{
    color:#777;
    border-bottom:none;
}

.mce-i-selectall{
    background-image: url("../Images/lgicn_16.gif") !important;
    background-repeat: no-repeat !important;
}

/*********************************************New Feature Announcement********************************************/
