@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ampmHoursTab {
    display: none;
}
.mainTabOuter button {
    background: #eeeeee;
    border: none;
    color: #808285;
    padding: 15px 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow:2px 2px 2px #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
}
.mainTabOuter button.active-tab {
    background: #8aa92c;
    border: none;
    color: #fff;
    padding: 15px 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow:none;
    font-family: 'Open Sans', sans-serif !important;
}
.wco-container {
    width: 100%;
    max-width:800px;
    position: relative;
    padding: 5px 0px ;
    
}
.wco_enter_heading {
	position: relative;
	width: 100%;
	padding:20px 0;
}
.wco_enter_heading h6 {
	font-size: 20px;
	color: #000;
	padding:0 10px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif !important;
}
.wco_enter_heading #msgs {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 500;
	right: 0 !important;
	top: 24px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.wco_weekly_heading ul {
	margin: 0;
	width: 100%;
	max-width: 790px;
	background-color: #8aa92c;
	padding:16px 5px 0px;
}
.wco_weekly_heading ul li {
	display: inline-block;	
	font-size: 22px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif !important;
}
.wco_weekly_heading ul li span {
	padding:2px 5px;
	border-radius: 12px 12px 0 0 ;
	background-color: #fff;
	display: block;
	font-weight: 500;
	color:#000;
	font-family: 'Open Sans', sans-serif !important;
	text-align: center;
	font-size: 15px;
}
.wco_grayColor {
    width: 80px;
}
.wco_grayColor.wco-weekly-col-6 {
    width: 100px;
}
.wco_grayColor.wco-weekly-col-7 {
    width: 143px;
    text-align:left !important;
    padding-left:10px !important;
}
.wco_grayColor.wco-weekly-col-7 .gray_inputbox{
    font-size:14px !important;
    color:#a09f9f !important;
    width:100px !important;
    text-align: left !important;
    font-weight: 400 !important;
}
.gray_inputbox1{
	width: 50px;
}
.wco_grayColorSaida {
    width: 65px;
}
.wco_weekly_heading ul li:nth-child(1) {
	width: 62px;
}
.wco_weekly_heading ul li:nth-child(2) {
	width: 122px
}
.wco_weekly_heading ul li:nth-child(3),
.wco_weekly_heading ul li:nth-child(4) {
	width: 121px;
}
.wco_weekly_heading ul li:nth-child(5) {
	width: 122px;
}
.wco_weekly_heading ul li:nth-child(6) span {
	width: 55px !important;
}
.listNum,
.wco_inputbox {
	width: 32px;
	height: 30px;
	border:1px solid #d2d2d2;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif !important;
}
.listNum {
	background:none !important;
}
.selectbox {
	height: 34px !important;
	width: 55px !important;
	position: relative;
	top: -1px;
}
#printArea table tr td {
	padding: 6px 0;
	color:#000;
	text-align: center;
}
.lineTarget.wco_table_Section tbody tr .wco-weekly-col-1 {
    line-height:27px !important;
}
.lineTarget.wco_table_Section tbody tr:first-child .wco-weekly-col-1,
.lineTarget.wco_table_Section tbody tr:first-child .wco-weekly-col-2,
.lineTarget.wco_table_Section tbody tr:first-child .wco-weekly-col-3,
.lineTarget.wco_table_Section tbody tr:first-child .wco-weekly-col-4,
.lineTarget.wco_table_Section tbody tr:first-child .wco-weekly-col-5,
.lineTarget.wco_table_Section tbody tr:first-child .wco-weekly-col-6,
.lineTarget.wco_table_Section tbody tr:first-child .wco-weekly-col-7 {
	padding-top: 20px !important;
}
.lineTarget.wco_table_Section tbody tr:last-child .wco-weekly-col-1,
.lineTarget.wco_table_Section tbody tr:last-child .wco-weekly-col-2,
.lineTarget.wco_table_Section tbody tr:last-child .wco-weekly-col-3,
.lineTarget.wco_table_Section tbody tr:last-child .wco-weekly-col-4,
.lineTarget.wco_table_Section tbody tr:last-child .wco-weekly-col-5,
.lineTarget.wco_table_Section tbody tr:last-child .wco-weekly-col-6,
.lineTarget.wco_table_Section tbody tr:last-child .wco-weekly-col-7 {
	padding-bottom: 14px !important;
}
#enter_time {
	padding:0 !important;
	margin: 0 !important;
}
.lineTarget {
	background:none !important;
	border-collapse: collapse !important;
	width: 100% !important;
}
td.wco_grayColor.wco-weekly-col-7 span.wcoDecimalLine {
    display: flex;
    align-items: center;
}
td.wco_grayColor.wco-weekly-col-7 span.wcoDecimalLine > p{
	color: gray;
}
td.wco_grayColor.wco-weekly-col-7 span.wcoDecimalLine .gray_inputbox1{
	color: gray !important;
}
.gray_inputbox,.gray_inputbox1 {
	border:none !important;
	background:transparent !important;
	font-size: 16px !important;
	color: #000 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:600;
}
.wco_totals {
	width: 100%;
	max-width: 780px;
	background-color: #8aa92c;
	/* padding:15px 10px; */
	padding:3px 10px;
	position: relative;
	margin-top:10px;
}
.granTotalTitlee, .granTotalHrs, .granTotalDecimal {
    display:inline-block;
}
.granTotalTitlee {
    width:583px;
}
.granTotalHrs {
    width:49px;
    text-align:center;
}
.granTotalHrs span {
    font-size:18px;
    font-weight:600;
    font-family: 'Open Sans', sans-serif !important;
}
.granTotalDecimal {
    width:70px;
    padding-left:29px;
}
.wco_totals .col-right .granTotalDecimal {
    width: 84px;
    padding-left: 8px;
}
.wco_totals .col-right .granTotalHrs {
    width: 53px;
}
.wco_totals .col-right input {
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
	color: #fff !important;
	width: 100% !important;
}
.wco_totals.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wco_totals .granTotalTitlee {
    width: auto !important;
}
.wco_totals .col-right {
    margin-left: auto;
}
.granTotalDecimal span {
    font-size:14px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif !important;
}
/*.wco_totals .wco_input_box {
	position: absolute;
	right: -24px;
	top: 4px;
	border: none !important;
	background:transparent !important;
	color: #fff !important;
}*/
.wco_totals h4 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	text-transform: uppercase !important;
}
.wco_total_box2 {
	padding-left: 10px;
}
.wco_total_box {
 	height: 45px;
	line-height: 45px;
	background-color:#a09f9f !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	border-radius: 6px !important;
	font-family: 'Open Sans', sans-serif !important;
	color:#fff !important;
 }
.wco_input_box2 {
	padding-left: 10px !important;
}
.wco_input_box {
 	width: 130px !important;
 	height: 45px;
	padding: 12px 22px;
	background-color:#fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	border-radius: 6px !important;
	font-family: 'Open Sans', sans-serif !important;
	color:#a09f9f !important;
	border: 2px solid #d2d2d2 !important;
	text-align: left;
	box-sizing: border-box;
 }
 .wco_Name_Initial {
 	font-size: 16px !important;
 	font-family: 'Open Sans', sans-serif !important;
 }
 .wco_cal_and_clear {
 	cursor: pointer;
 	background-color: #8aa92c !important;
 	border:none !important;
	text-align: center !important;
	text-transform: uppercase !important;
 }
 .wco_cal_and_clear:hover {
 	background-color: #a09f9f !important;
 }
.wco_button_Section {
	padding:12px 15px;
	background-color: #f5f6f6;
}
 .wco_button_Section tr td {
 	padding: 2px 5px !important;
 	width: 130px;
	text-align: left !important;
 }
 .wco_supportedBy h6 a {
 	color:#000 !important;
 	font-size: 18px;
 	font-family: 'Open Sans', sans-serif !important;
 }
.lineTarget td {
	line-height: 30px !important;
}
.support h6{
	font-size: 18px !important;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif !important;
}
.support a {
	color: #000 !important;
}
select {
	font-size: 16px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.wco_listnum_td {
	width: 50px;
}
.listNum {
    width: 72px !important;
    border: none;
    padding-left: 0px;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    box-sizing: border-box;
    text-transform: uppercase;
}
.wco_table_td {
	width: 148px;
}
.wco_table_td_last{
	width: 148px;
}
.wco_rate_icon {
	position: relative;
}
.wco_rate_icon::before {
	content: '$';
	font-size: 18px;
	font-family: 'Open Sans', sans-serif !important;
	position: absolute;
	top: 12px;
	left: 13px;
	color: #262626;
	display: none;
}


/*Email Box*/
#emailBox,#emailBox2 {
	position: absolute !important;
    top: -126px !important;
    right: 0 !important;
    width: 90.8% !important;
    height: 165px!important;
    padding: 15px 35px!important;
    background-color: #fff !important;
    z-index: 3;
    border: 2px solid #8AA92C;
    left: 0;
}

.wco_email_box {
	display: inline-block;
}
.wco_email_box label {
    width: 100%;
    max-width: 90px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    color: #000;
}
#emailBox .wco_email_box input[type="text"],#emailBox2 .wco_email_box input[type="text"] {
	width: 250px;
	height: 33px;
	color: #000 !important;
	border: 2px solid #ddd;
	font-size: 18px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif !important;
}
#emailBox .wco_email_box,
#emailBox2 .wco_email_box{
	margin-bottom: 5px;
	display: block;
}
.emailButtons {
	text-align: left !important;
	padding: 15px 0;
}
.cancelSend.wco_total_box,
.send.wco_total_box,
.submitSendEmail.wco_total_box {
	background-color: #8aa92c !important;
	border:none !important;
	width: 130px !important;
}
.wco_grayColor {
	background-color: #f5f6f6 !important;
}

.radio-lable{
	color: #000000 !important;
}

.radio-lable input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-lable {
    display: inline-block;
    background-color: #eeeeee;
    padding: 0px 4px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #000000;
    height: 30px;
    vertical-align: top;
}
.radio-lable:hover, .radio-lable-active {
  background-color: #a09f9f;
  color: #ffffff  !important;
  border: 1px solid #a09f9f;
}
#msg,#msg1 {
    color: red;
    font: bold 12px verdana;
    margin-top: -8px;
}
.wco-container::-webkit-scrollbar {
display:none;
}
.wco_total_box.d-flex {
    align-items: center;
    line-height: 1;
}

/*Second Tab*/
.formAmPmOuter .wco_grayColor.wco-weekly-col-6 {
    width:73px;
}
.formAmPmOuter .wco_table_td, .formAmPmOuter .wco_table_td_last {
    width: 190px;
}
.formAmPmOuter .listNum {
    width:25px !important;
}
.formAmPmOuter .wco_weekly_heading ul li:nth-child(1) {
    width: 24px;
}
.formAmPmOuter .wco_weekly_heading ul li:nth-child(2) {
    width: 147px;
}
.formAmPmOuter .wco_weekly_heading ul li:nth-child(3) {
    width: 145px;
}
.formAmPmOuter .wco_weekly_heading ul li:nth-child(4) {
    width: 145px;
}
.formAmPmOuter .wco_weekly_heading ul li:nth-child(5) {
    width: 147px;
}
.formAmPmOuter .granTotalTitlee {
    width: 632px;
}
.formAmPmOuter .granTotalHrs {
    width: 49px;
}
.formAmPmOuter .wco_grayColor.wco-weekly-col-7 {
    width: 100px;
}
.formAmPmOuter .granTotalDecimal {
    width: 70px;
    padding-left: 17px;
}
.formAmPmOuter .wco_inputbox {
    width: 25px;
    height: 25px;
    font-size: 14px;
}
.formAmPmOuter .radio-lable {
    padding: 0px 2px !important;
    font-size: 14px !important;
    height: 24px;
}
.formAmPmOuter .lineTarget td {
    line-height: 24px !important;
}
.formAmPmOuter .wco_listnum_td { 
    width: 37px;
}

#hours24Tab .wco_totals .col-right .granTotalDecimal{
	width: 119px;
}
#hours24Tab .wco_totals .col-right .granTotalHrs {
    width: 63px;
}








/*------Responsive-------*/