﻿form div.form-horizontal ol.form-inline li div.form-group div input.form-control.btn.btn-file
{
	padding-bottom:3em;
}

#divInput
{
	margin-left:3em;
}

.grecaptcha-badge {
    margin-bottom: 3em;
}

.progress .progress-bar{
    background-color:#164D6F;/*midblue color*/
}

#btngrey {
    margin-left:50px;
}
 .astk:before 
{
    content: "*";
    font-weight: bold;
    color: red; 
}

table{
    font-size:inherit;
}
form div.form-horizontal ol.form-inline li
{
	margin-bottom:1em;
	padding-left:1em;
}

form div.form-horizontal ol.form-inline li #divType.form-group select
{
	width:30em;
}

.dropdown-submenu
{
	position:relative;
}

.dropdown-submenu > .dropdown-menu
{
	-moz-border-radius:0 6px 6px;
	-webkit-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
	left:100%;
	margin-left:-1px;
	margin-top:-6px;
	top:0;
}

.dropdown-submenu:hover > .dropdown-menu
{
	display:block;
}

.dropdown-submenu > a:after
{
	border-color:transparent transparent transparent #ccc;
	border-style:solid;
	border-width:5px 0 5px 5px;
	content:" ";
	display:block;
	float:right;
	height:0;
	margin-right:-10px;
	margin-top:5px;
	width:0;
}

.dropdown-submenu:hover > a:after
{
	border-left-color:#fff;
}

.dropdown-submenu.pull-left
{
	float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu
{
	-moz-border-radius:6px 0 6px 6px;
	-webkit-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
	left:-100%;
	margin-left:10px;
}

.bars,.bars-close
{
	-moz-transform:rotate(0deg);
	-moz-transition:.5s ease-in-out;
	-o-transform:rotate(0deg);
	-o-transition:.5s ease-in-out;
	-webkit-transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	cursor:pointer;
	height:45px;
	margin:50px auto;
	position:relative;
	transform:rotate(0deg);
	transition:.5s ease-in-out;
	width:60px;
}

.form-group.req label:after,fieldset.req legend:after
{
	color:#a94442;
	content:"*";
	font-weight:700;
}

#ucClaimNum
{
	width:20em;
}

td ol
{
	list-style-type:none;
	margin-left:0;
	padding-left:1em;
}

td .btn-group .dropdown-menu
{
	height:15em;
	overflow-x:hidden;
	overflow-y:auto;
}

.reportrange:focus,.daterangepicker.dropdown-menu.opensright .ranges ul li:focus,.datepicker:focus
{
	outline:1px dashed #23345a!important;
}

.reportrange
{
	background:#fff;
	border:1px solid #ccc;
	cursor:pointer;
	padding:5px 10px;
	width:25em!important;
}

legend
{
	border-bottom:none;
	font-size:1em;
	font-weight:700;
	margin-bottom:0;
}

.upload-fieldset, .requiredrecords-fieldset {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: .35em .625em .75em;
}

.upload-fieldset .help-block, .form-group .help-block{
    color: #636363;
}
.upload-fieldset legend, .requiredrecords-fieldset legend {
    border: 0;
    padding: 0 2px;
    width: auto;
}

.quote-std-emp-opt-rem-btn
{
	width:auto;
}

.downloadTable td
{
	vertical-align:middle;
}

.downloadTable
{
	margin-top:25px;
}

.rb-col
{
	display:flex;
	justify-content:space-between;
	list-style-type:none;
	margin-left:0;
	max-width:700px;
	padding-left:0;
}

.pad-left
{
	padding-left:2.5em;
}

.panel-footer
{
	height:4em;
}

.downloadTable fieldset .rb-col.pad-left li
{
	padding-right:1px;
}

.downloadTable fieldset ul.rb-col.pad-left li div.radio-inline fieldset.other.toggle legend.req
{
	border-bottom:none;
	font-size:1em;
	margin-bottom:0;
	padding-bottom:.25em;
}

input[type=file]
{
	text-align:left;
	width:100%;
}

#controlid
{
	margin:0;
	padding:0;
}

.radio label
{
	padding-left:0;
}

#page2 .radio label{
    padding-left:20px;/*default again to bootstrap*/
}

legend#submit-doc-label
{
	border-bottom:none;
	font-size:1em;
	font-weight:700;
	margin-bottom:0;
}

.upload-fieldset .form-group, requiredrecords-fieldset .form-group {
    margin-left: 0;
    margin-right: 0;
}

.btn-file
{
	overflow:hidden;
	position:relative;
}

.btn-file input[type=file]
{
	background:#FFF;
	cursor:inherit;
	display:block;
	filter:opacity(0%);
	font-size:100px;
	min-height:100%;
	min-width:100%;
	opacity:0;
	outline:none;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
}

.padding-top-15
{
	padding-top:15px;
}
.font-size-18{
    font-size:18px;
}
.uploadPanel {
	margin-top: 35px;
	border: 1px solid black;
}

.panel-body.pfmessage {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
/*.pfmessage {
	font-size: 14px;
	font-weight: bold;	
	line-height: normal;
}*/

@media only screen and (min-device-width : 320px) and (max-device-width : 680px) {
    .breadcrumb > .dropdown-submenu > .dropdown-menu {
        display: block;
        position: relative;
        margin-top: 0;
        margin-left: 0;
    }
}
