@CHARSET "UTF-8";
/* input{
	display: block;
   width: 100%;
   height: 34px;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
	border: 1px solid #92a5b3;
	box-shadow: inset 0 1px 3px 0 #e4eff8;
	color:#p2a5b3;
} */

input::placeholder {
    font-family: roboto-italic-thin;
    font-weight:
}
input:hover,
select:hover,
textarea:hover {
    border: 2px solid #0000C9;
}
input[type='button'],
input[type='button']:hover,
input[type='button']:active,
input[type='button']:focus {
    border: 0;
}
input:focus,
select:focus,
textarea:focus {
    border: 2px solid #0000C9 !important;
}
.asterisk {
    color: #F9473A;
}
input[disabled] {
    cursor: not-allowed !important;
}
.addressgrp ul li {
    display: inline-block;
    list-style-type: none;
}
.workphonegrp ul li {
    display: inline-block;
    list-style-type: none;
}
.city {
    width: 69%;
}
.state {
    width: 29%;
}
.workphone {
    width: 55%;
}
/* .extlbl {
	width: 10%;
	text-align: right;
}
.extval {
	width: 42%;
} */

.extField {
    line-height: 3rem;
    padding-top: 2.5rem;
}
.error-msg {
    color: #f50006;
    font-size: 12px;
}
.hide {
    display: none;
}
label {
    font-family: roboto-medium !important;
    font-size: 14px;
}
.form-control {
    padding: 0 8px;
}

.fa-calendar.filter-header-datepicker:before {
    position: absolute !important;
    top: 26px !important;
    font-size: 25px !important;
    background-color: white;;
    height: 30px;
    width: 36px;
    padding-left: 7px;
    padding-top: 4px;
    color:black;
}

.invoice-date-range{
   	background-color: #FFFFFF !important;
   	word-spacing: 11px !important;
   	text-align: -webkit-center;
}

@media print {
	a[href]:after {
	  content: none !important;
	}
}
