@charset "utf-8";
/* CSS Document */

/* Basic Form */
.basic-form {
    margin-left:auto;
    margin-right:auto;
    max-width: 600px;
   	background: #F7F7F7;
    padding: 25px 15px 25px 10px;
	font-family:'Lato', sans-serif;
    font-size:14px;
	font-weight:400;
    color: #033a7d;
    text-shadow: 1px 1px 1px #eee;
	border-top: #d3d3d3 dashed 1px;
}
.basic-form h1 {
    font-size: 20px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #d3d3d3;
    margin: -10px -15px 30px -10px;;
    color: #033a7d;
}
.basic-form h1>span {
    display: block;
    font-size: 11px;
}
.basic-form label,label{
    display: block;
    margin: 0px;
	font-weight:600;
	color:#1f419a;
}

label.noWrap{
	display:inline;
}

.basic-form label>span, label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #033a7d;
}
input[type="text"], input[type="email"],input[type="date"], textarea, select {
    border: 1px solid #DADADA;
	font-family:'Lato', sans-serif;
    color: #033a7d;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    font-size: 14px;
    line-height:16px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    border-radius:5px;
}

select[multiple] {
    height: auto;
}

input[type="text"]:focus, input[type="email"]:focus,input[type="date"]:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0 0 8px #6699ff;
    -webkit-box-shadow: 0 0 8px #6699ff;
    box-shadow: 0 0 8px #6699ff;
    border: 1px solid #6699ff;
}
textarea{
    padding: 5px 3px 3px 5px;
}
select{
    background: #FFF url('/qmresources/includes/css/images/down-arrow.png') no-repeat right;
    background: #FFF url('/qmresources/includes/css/images/down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 35px;
    line-height: 25px;
	padding-right:17px;
}

select::-ms-expand {
	display:none;
}
textarea{
    height:100px;
}
.basic-form .button, .basic-form input[type="submit"], .basic-form input[type="reset"]{
    background: #033a7d;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
	font-size:14px;
	font-weight:700;
	letter-spacing: .5px;
    cursor: pointer;
}
.basic-form .button:hover, .basic-form input[type="submit"]:hover,.basic-form input[type="reset"]:hover {
    background: #064693;
}

input[type="submit"], input[type="button"], input[type="reset"],button {
	font-family:'Lato', sans-serif;
	font-weight:700;
	font-size:14px;
    background: #033a7d;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
	letter-spacing: .5px;
    cursor: pointer;
    border-radius:5px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover{
    background: #064693;
}

input[type="submit"].miniSubmit, input[type="button"].miniSubmit, button.miniSubmit{
	font-size:12px;
	font-weight:400;
	padding:5px;
	letter-spacing: .8px;
}

div.exportButton{
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

select:focus{
  border: none;
  border-color: transparent;
}

/* FOR FILE BROWSE -BEGIN */
.inputBtnSection{
    display:inline-block;
    vertical-align:top;
    font-size:0;
     
}
input.disableInputField{
    display:inline-block;
    color:grey !important;
    height: 27px;
    margin: 0 5 5 5 !important;
    font-size:14px;
    padding:0 3px;
	 
	width:200px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
    border:solid 1px gray;
    display:inline-block;
    vertical-align:top;
}
.uploadBtn{
    display:inline-block;
    vertical-align:top;
    background:rgb(3, 58, 125);
    font-size:14px;
    padding:0 10px;
    height:25px;
    line-height:22px;
    color:#fff;
	width:50px;
	margin-top:-1;
	
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* FOR FILE BROWSE -END */

/* Designed for option=representative_search_reviews and option=reviews_search */
/* Meant for a form where the label is above the input */
.longForm input{
    margin-left: 30px;
}
.longForm select{
    margin-left: 30px;
}
.longForm label{
    margin-bottom: 10px;
}
.longForm p{
    margin-left: 30px;
    margin-top: -10px;
}