﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .IELeftMargin{
        margin-left: 30px;
    }
}
@supports (-ms-accelerator:true) {
    .IELeftMargin {
        margin-left: 30px;
    }
}

input {
    outline: none
}

.outlineClass {
    outline: 3px solid #0057AD;
}

.btn {
    font-size: .9em;
    line-height: 1.2em;
}

input:focus, input:hover, .btn:focus, .btn:hover,
select:focus, select:hover,
#mydmvBanner:focus, #mydmvBanner:hover,
#SOBtn:focus, #SOBtn:hover,
a:focus, a:hover {
    outline: 3px solid #0057AD !important;
}

#btnSubmit, #submitRegister {
    font-weight: 700 !important;
}

#btnSubmit:focus, #btnSubmit:hover, #submitRegister:focus, #submitRegister:hover {
    color: rgb(255, 216, 0) !important;
}

input[type="radio"] {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    transform: scale(1.6);
}

input[type="checkbox"] {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    transform: scale(1.6);
}

input[type='text'] {
    font-size: 1rem;
    width: auto;
    height: auto;
    line-height: 1.3rem;
}

select {
    font-size: 1rem;
    width: auto;
    height: auto;
}

.header-text {
    font-size: 1.6em;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1.2rem;
}


input[type=radio]:focus {
    outline: 3px solid #0057AD;
}

input[type=checkbox]:focus {
    outline: 3px solid #0057AD;
}

#dmvLogo :focus, #dmvLogo :hover {
    outline: 3px solid #0057AD;
}

html {
    height: 100% ;
    font-size: medium;
}

body {
    font-size: 1em;
}

.help-link {
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    font-size: 2.5em;
    border: 5px solid #d1d2d4;
    border-radius: 5px;
    color: #d1d2d4;
    line-height: 41px;
    float: right;
}

label #skip, #skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

legend #skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

.help-link:hover,
.help-link:active {
  color: #939598;
  border-color: #939598;
  text-decoration: none;
}
.help-link .help-text {
  font-size: 0.3em;
  line-height: 1px;
}

.help-link .help-text {
    font-size: 0.3em;
    line-height: 1px;
}
.hidden-xs {
    display: block !important;
}

.mainsection {
    margin: 0px auto 0px auto;
    padding: 0;
    min-width: 930px;
    /*padding-bottom: 130px;*/
    display: inline-block;
    height: 100%;
}

#dmvTable{
    margin-top:15px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
    margin-left:12px;
    width: 85%;
}

#dmvTableDiv{
    border: 0 solid black;
    border-top: 2px solid black; 
    border-right: 2px solid black;

    margin-top:18px;
    position:relative;
    float:left;
    width:215px;
    /*height: 733px;*/
}

#dmvTable tbody tr{
    line-height: 26px;
}

#dmvTable a{
    color: black;
}

.bodyTable{
    position:initial;
    /*width:78%;*/
}

hr{
    border: none;
    height:1px;
    background-color: #333;
}

#footer{
 /*position:fixed;*/
 bottom:0;
 left:0;
 width:100%;
 height: 100px;
 background: #333333;
}

#footer-spacer{
    margin-bottom:1px;
}

div#nygov-universal-navigation {
   margin-bottom: 6px;
}

div.footerPreLinks {
    background-color: #003366;
    border-top: 2px solid #477098;
    bottom: 0px;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    height: auto;
    margin: 1px auto 0px 0px;
    min-height: 20px;
    padding: 3px 0px 0px;
    position: inherit;
    text-align: left;
    width: 100%;
}

div.footerPreLinks a {
    color: white;
    text-decoration: none;
}

div.footerPreLinks ul {
    margin: 0;
    padding: 0;
}

div.footerPreLinks ul li {
    padding: 0 5px 0 8px;
    display: inline;
    list-style-type: none;
}

div.footerPreLinks ul li + li {
    border-left: 1px solid;
}

.footerPreLinks a:link, .footerPreLinks a:visited {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

#footerBlue {
	width: 100%; 
	color: #fff;
	background-color: #233a63;
	clear: both;
	text-align:right;
	line-height:20px;
	font-weight:bold;
    padding-bottom:1px;
    margin-bottom: 3px;
}

#footerBlue a:link, #footerBlue a:visited {
	color:#fff;
	background-color: inherit;
	text-decoration: none;
	font-size: .8em;
}

label {
    font-weight: 500 !important;
}

h1 {
    color: #336699;
    font-size: 1.3em;
    font-weight: bold;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .9em;
}

h6 {
    font-size: .8em;
}

legend {
    font-size: 1.2em;
    border-bottom: unset;
}


.bluecolor {
	color:#243c68;
	font-weight:bold;
}

.button {
	background-color: #335083;
	color: #f8aa39;
	padding: 8px 12px;
	font-weight: bold;
	font-size: 110%;
	border: 1px solid #000;
}

.dl-horizontal dt {
    white-space: normal;
}

div.footerPreLinks a:hover,
div.footerPreLinks a:focus {
    outline: 3px solid #ffffff !important;
    color: rgb(255, 216, 0) !important;
}

.radio-label-spacing {
    padding-right: 1.5em;
    padding-left: 0.8em;
}

.radio-label-spacing-last {
    padding-left: 0.8em;
}