/*
 * Copyright (c) 2014 by Software Exchange, LLC, a member of the NIC Inc. family of
 * companies. All rights reserved. This document may not be copied, distributed,
 * transmitted, displayed, published, reproduced, or disclosed in any way without prior
 * express written permission.
 */

/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

.offscreen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.515;
}

body, .button, button, input, select, textarea, .value {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #222;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* =============================================================================
  Slider responsive code
   ========================================================================== */
 #menu-click, #menu-blur,#menu{
     display: none;
 }


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label, .label {
    cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

.button, button, input, select, textarea, .value {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

.button, button, input, .value {
    line-height: normal;
    *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input, table .button {
    *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.button {
    cursor: pointer;
    display: inline-block;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Texas.gov
   ========================================================================== */

body {
    background: #FEFEFE;
    color: #333;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -110px;
}

.push, .footer {
    height: 110px;
}

#header {
    padding: 10px;
    background: #5ee;
}

#content {
    padding: 10px;
}

h1, h2, h3, h4 {
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 2em;
    margin: .2em 0;
}

h3 {
    font-size: 1.5em;
    margin: .2em 0;
}

h4 {
    margin: .2em 0;
}

a, a:visited {
    color: #002868;
    text-decoration: none;
}

a:active, a:hover {
    color: #BF0A30;
    text-decoration: underline;
}

/* work around for IE8 */
@media only screen and (max-width: 481px) {
    .agency-logo, .txgov-logo, .aside, .header-txgov {
        display: none;
    }
}

.header {
    background-color: #2e5380;
    color: #FFF;
    width: 100%;
    padding-bottom: 0 !important;
}

.header h1 {
    text-shadow: 1px 1px 1px #000;
}

.app-name {
    margin: 1em .2em;
    font-size: 18px;
}

.app-name span {
    display: block;
    font-size: 77%;
    font-weight: normal;
    text-shadow: none;
}

.page-header {
    border-bottom: 1px solid #666;
    box-shadow: 0 1px 5px #666;
}

.footer {
    background-color: #CCC;
    color: #333;
}

.main {
    padding: .3em;
}

.main p, footer p {
    margin-bottom: 15px;
}

form legend {
    color: #666;
    font-size: 1.5em;
    margin: 0;
    padding: 0 .2em;
}

form fieldset {
    border: 1px solid #DDD;
    padding: .5em .2em;
    margin-top: 1em;
}

form ul {
    padding-left: 0;
    margin-top: 0;
}

form ul li {
    list-style: none outside none;
    margin: 0 1em 1em;
}

/* force verticle stacking of labels */
form label, form .label {
    display: block;
    letter-spacing: .02em;
    margin: 3px 0;
    font-weight: bold;
    font-size: 1.2em;
}

form label span, form .label span, form legend span {
    display: block;
    font-weight: normal;
    font-size: 80%;
}

form .checkbox span, form legend span {
    display: inline;
    margin-left: 10px;
}

.checkbox input {
    float: left;
    margin-top: 5px;
}

.checkbox label {
    margin-left: 25px;
    font-weight: normal;
}

form select {
    max-width: 400px;
}

.longSelect {
    max-width: 100% :
}

.button, input, select {
    font-family: helvetica;
    font-size: 1.2em;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3px;
}

.value {
    font-family: helvetica;
    font-size: 1.2em;
    outline: none;
    padding: 3px;
    margin-left: 10px;
}

a.button, a.button:hover, a.button:active, a.button:visited {
    color: #FFF;
    text-decoration: none;
}

/* for links on the same line as input */
button, input[type="button"] ~ a, input[type="reset"] ~ a, input[type="submit"] ~ a {
    display: inline-block;
    margin: 1.5em 0 1em 0;
    vertical-align: bottom;
}

input:focus, select:focus {
    box-shadow: 0 0 10px rgba(131, 164, 204, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(131, 164, 204, 0.5);
    -moz-box-shadow: 0 0 10px rgba(131, 164, 204, 0.5);
    border: 1px solid rgb(131, 164, 204);
    background-color: white;
}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder {
    color: black;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: none repeat scroll 0 0 #0059AF;
    border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
    color: #FFF;
    font-weight: bold;
    height: 44px;
    margin-left: 0;
    margin-top: 1em;
    padding: 5px 15px;
    text-decoration: none;
    width: 100%;
}

a.button {
    height: auto;
    text-align: center;
    padding: 12px 0;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #0777E9;
}

.secondaryButton, button.secondaryButton, input[type="button"].secondaryButton, input[type="reset"].secondaryButton, input[type="submit"].secondaryButton {
    background-color: #666;
}

.secondaryButton:hover, button.secondaryButton:hover, input[type="button"].secondaryButton:hover, input[type="reset"].secondaryButton:hover, input[type="submit"].secondaryButton:hover {
    background-color: #333;
}

.button:disabled, button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:hover:disabled, button:hover:disabled, input[type="button"]:hover:disabled, input[type="reset"]:hover:disabled, input[type="submit"]:hover:disabled {
    background-color: #EEE;
    border: 1px solid #CCC;
    color: #CCC;
    cursor: default;
}

input[type="button"].smallButton, input[type="reset"].smallButton, input[type="submit"].smallButton {
    font-size: 1em;
    height: auto;
    letter-spacing: .02em;
    margin-right: .2em;
    margin-top: .2em;
    padding: .1em .3em;
    width: auto;
}

table {
    border-collapse: collapse;
    border: 1px solid #333;
    margin: 1em 0;
    background: #fcfcfc;

}

table th {
    background: #ccc;
    color: #000;
    letter-spacing: .05em;
    padding: .4em .8em;
}

table th[scope=col] {
    border-bottom: 2px solid #333;
    border-right: 1px dotted #666;
}

table th[scope=row] {
    border-right: 2px solid #333;
    border-bottom: 1px solid #5381B8;
    border-top: 1px solid #5381B8;
}

table td {
    border: 1px dotted #CCC;
    padding: .4em .8em;
}

.paymentTable {
    text-align: left;
    font-size: .90em;
    border: none;
    margin: 1em;
    background: none;
}

.paymentTable th {
    background: none;
    border-bottom: 1px solid black;
}

.paymentTable td {
    border: none;
}

.odd {
    background-color: #EDEDED;
}

#inactiveUsers {
    padding-bottom: 30px;
    clear: both;
    padding-top: 10px;
    font-size: .9em;
}

#message_summaries {
    margin-top: 15px;
}

.message_summary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    border-color: -moz-use-text-color -moz-use-text-color black;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-weight: bold;
    line-height: 20px !important;
    margin: 5px;
    padding: 0 0 0 30px;
}

.message_summary.read {
    background-image: none;
    color: #333333;
}

.message_summary .message {
    font-weight: normal;
}

.message_summary.read .message {
    font-weight: normal;
}

.message_summary.read .mark_read_link {
    display: none;
}

.insideTable, .insideTable td {
    border: none;
}

.prettyTable tr:hover th[scope=row], .prettyTable tr:hover td {
    background-color: #355881;
    color: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.background-gradient {
    background: #FFF; /*default*/
    background: -webkit-linear-gradient(bottom, #F7F7F7, #FFF 200px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F7F7), color-stop(1, #FFF 200px));
    background: -moz-linear-gradient(bottom, #F7F7F7, #FFF 200px);
    background: -ms-linear-gradient(bottom, #F7F7F7, #FFF 200px);
    background: -o-linear-gradient(bottom, #F7F7F7, #FFF 200px);
    background: linear-gradient(bottom, #F7F7F7, #FFF 200px)
}

.footer_left {
    float: left;
    width: 50%;
}

.footer_right {
    float: right;
}

.footer-column {
    float: left;
    padding: .2em .5em;
}

.footer-column p {
    margin: .5em 0 0;
}

.footer-column li {
    padding: .1em 0;
}
.push, .footer{
    height: auto;
    margin-top: 8.5em;
}
.footer{
    padding: .5em 1.25em .75em 1.25em;
}

#support ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#support li {
    padding-bottom: 1em;
}

#agencylinks ul {
    margin: 0;
    padding-left: 1.3em;
}

#txgov ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#TexasGovTaglineLogo {
    margin-top: 1em;

}
#TexasGovTaglineLogo img{
    margin-left: 1em;
    margin-bottom: 1.25em;

}
.footer_right{
    float: right;

}

.note {
    background-color: #5381b8;
    border: 1px solid #666;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px #999;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: .04em;
    padding: 20px;
}

.total {
    text-align: right;
}

.account {
    font-size: .75em;
    text-align: right;
    margin-right: 15px;
    margin-bottom: 0;
    max-width: 400px;
    float: right;
}

#dateRange {

}

.sortable {
    background-image: url("resource:/images/arrow_sortable.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 13px !important;
    padding: 1px 20px 1px 0;
    margin-right: 5px;
}

.desc {
    background-image: url("resource:/images/arrow_down.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 15px !important;
    padding: 1px 20px 1px 0;
    margin-right: 5px;
}

.asc {
    background-image: url("resource:/images/arrow_up.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 13px !important;
    padding: 1px 20px 1px 0;
    margin-right: 5px;
}

.sortable a {
    padding-left: 5px;
    margin-right: 3px;
}

.editicon {
    background-image: url(../images/icon_pencil.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 16px !important;
    padding: 1px 18px 1px 0;
}

.starticon {
    background-image: url(../images/arrow-right-3.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 16px !important;
    padding: 1px 18px 1px 0;
}

.sortable a:link {

}

.sortable a:hover {
    text-decoration: none;
}

#startdate, #enddate {
    width: 100px;
}

#enddate {
    margin-right: 3px;
}

.account a {
    color: #fff;
}

#paymentdetails {
    float: left;
    clear: both;
    margin-top: 1em;
}

#stationdetails {
    float: left;
    width: 50%;
}

#historyTable {
    width: 100%;
}

.wideTable {
    width: 100%;
}
#responsiveInformation {
    display: none;
}

.tooltip {

    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    z-index: -1;
    /*position: relative;*/
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
}

.tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}

.tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}

.tooltip:hover em {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.classic {
    padding: 0.8em 1em;
    background: #CCCCCC;
    border: 1px solid #333333;
    color: #000;
    text-align: left;
    font-size: .8em;
}

* html a:hover {
    background: transparent;
}

.disclaimer {
    font-size: .75em;
}

/* Modal styles */
#basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container {
    height: 500px;
    width: 750px;
    color: #000;
    background-color: #fff;
    border: 4px solid #444;
    padding: 12px;
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container h3 {
    color: #84b8d9;
}

.inspection_category_title {
    font-weight: bold;
    padding-left: 22px;
}

.centermodal {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    font-size: 1.5em;
}

a[href$=".pdf"] {
    background-image: url("resource:/images/icon_pdf.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 16px !important;
    padding: 1px 18px 1px 0;
}

a[href$=".doc"], a[href$=".docx"] {
    background-image: url("resource:/images/icon_word.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 16px !important;
    padding: 1px 19.5px 1px 0;
}

a[href$=".xls"], a[href$=".xlsx"] {
    background-image: url("resource:/images/icon_excel.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 16px !important;
    padding: 1px 19.5px 1px 0;
}

a[href$=".ppt"], a[href$=".pptx"] {
    background-image: url("resource:/images/icon-ppt.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 16px !important;
    padding: 1px 19.5px 1px 0;
}

a[href^="mailto:"] {
    background-image: url("resource:/images/icon_email.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    line-height: 16px;
    padding: 1px 19.5px 1px 0;
}

.warning {
    background-image: url("resource:/images/r_warning.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    line-height: 20px !important;
    padding-left: 28px;
    display: block;
    font-weight: bold;
}

.y_warning {
    background-image: url("../images/y_warning.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    line-height: 20px !important;
    padding-left: 28px;
    display: block;
    font-weight: bold;
}

.password_reset {
    background-image: url("resource:/images/key.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    line-height: 35px !important;
    padding-left: 40px;
    display: block;
    font-weight: bold;
}

.password_unlock {
    background-image: url("resource:/images/unlock.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    line-height: 35px !important;
    padding-left: 40px;
    display: block;
    font-weight: bold;
}

.add {
    background-image: url("resource:/images/increase.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    line-height: 25px !important;
    padding-left: 28px;
    display: block;
    font-weight: bold;
}

#error {
    width: 875px;
}

.error {
    color: #F00;
    font-weight: bold;
    padding: 0 .5em;
    margin: .3em 0;
}

.error h2, .error h3 {
    color: #F00;
    border-bottom: 1px solid #F00;
}

.radioButtonFieldSet {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.radioButtonFieldSet legend {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 8px 0;
}

.radioButtonFieldSet label, .radioButtonFieldSet .radioLabel {
    display: inline;
    float: none;
    font-weight: normal;
    padding-right: 1em;
    margin-left: 4px;
}

.nobreak {
    white-space: nowrap;
}

.ninja {
    background-image: url("resource:/images/ninja.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    line-height: 40px !important;
    padding-left: 45px;
    display: block;
    font-weight: bold;
    color: yellow;
}

#buyerdetails {
    float: left;
    width: auto;
}

.inlineicon {
    margin-left:5px;
    text-decoration: none;
    height:16px;
    width:16px;
}

a.inlineiconlink:hover, a.inlineiconlink:active {
    text-decoration: none; !important
    margin:0;
    padding:0;
    width:16px;
    height:16px;
}
}

.inlineiconlink {
    text-decoration: none; !important
    margin:0;
    padding:0;
    width:16px;
    height:16px;
}

.readOnly, .readOnly:focus {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #000000;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
#logOutBackToStart{
    float: left;
    clear: both;

}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 481px) {
    /* Style adjustments for viewports 480px and over go here */


    .header {
        padding: .5em 0 1em 0;
        border-top: 5px solid #666;
    }

    .header-txgov {
        background-color: #666;
        background-image: linear-gradient(top, #666666 35%, #7f7f7f 85%);
        background-image: -o-linear-gradient(top, #666666 35%, #7f7f7f 85%);
        background-image: -moz-linear-gradient(top, #666666 35%, #7f7f7f 85%);
        background-image: -webkit-linear-gradient(top, #666666 35%, #7f7f7f 85%);
        background-image: -ms-linear-gradient(top, #666666 35%, #7f7f7f 85%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.35, #666666), color-stop(0.85, #7f7f7f));
        border-radius: 0 0 10px 10px;

        border: 1px solid #666;
        color: #CCC;
        display: inherit;
        font-size: 13px;
        margin-right: 20px;
        padding: .3em .5em;
        position: absolute;
        right: 0;
        top: 0;
    }

    .header-txgov a, .header-txgov a:active, .header-txgov a:visited {
        color: #e5e5e5;
        text-decoration: none;
    }

    .header-txgov a:hover {
        text-decoration: underline;
    }

    .app-name {
        float: left;
    }

    .agency-logo {
        float: left;
        display: inline;
    }

    .txgov-logo {
        float: right;
        display: inline;
        margin-top: 20px;
        margin-right: 70px;

    }

    #agencyLogo {
        background-image: url(../images/dps_logo_sm.png);
        height: 58px;
        width: 50px;
        margin-top: 5px;
    }

    #TexasLogo {
        background-image: url(../images/dps_direct.png);
        margin-top: 10px;
        width: 138px;
        height: 44px;
    }

    .headerWhiteTxt {
        color: #E5E5E5;
    }

    .aside {
        display: inherit;
        width: 15em;
        float: right;
        margin: 0 1em 1em 1em;
        border: 1px solid #CCC
    }

    .aside-section {
        padding: 10px;
        padding-bottom: 1em;
        font-size: .8em;
    }

    .aside-header {
        background-color: #666;

    }

    .aside-header h3 {
        margin: 0;
        padding: 0.2em;
        color: white;
        text-align: center;
        font-size: 1em;
    }

    .aside-section h4 {
        margin: .5em 0 0 .8em;
    }

    .aside ol, .aside ul {
        list-style-position: inside;
        margin: 0;
        padding: 0;
    }

    .aside li {
        padding: 1px 0 1px 0;
    }

    .selected {
        background-color: #EEE;
    }

    .fullWidthPage {
        margin: 0 0 .7em 0;
    }

    .main p, footer p {
        margin-bottom: 15px;
    }

    .footer_left {
        float: left;
    }

    .footer-column {
        float: left;
        width: 14em;
        padding: .2em .5em;
    }

    .footer-column a, .footer-column a:visited, .footer-column a:active {
        text-decoration: none;
    }

    .footer-column a:hover {
        text-decoration: underline;
    }

    #support {
        width: 28em;
    }

    .gray-dropshadow {
        box-shadow: 2px 2px 5px #313D4C;
        border: 1px solid #313D4C;
    }
}

@media only screen and (min-width: 769px) {
    /* Style adjustments for viewports 768px and over go here */

    .header-banner {
        margin: 20px 0 0 30px;
    }

    .content-wrapper {
        max-width: 60em;
        /*width: 75%;*/
        margin: 0 auto;
    }

    .footer-content {
        /*max-width: 60em;*/
        width: 93%;
        margin: 0 auto;
    }

    form label, form .label {
        font-size: 1em;
    }

    .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
        width: auto;
        margin-right: 1em;
    }

    a.button {
        padding: 12px 15px;
    }

    button, input[type="button"] ~ a, input[type="reset"] ~ a, input[type="submit"] ~ a {
        margin: 1.5em 0 0 0;
    }

    .roundcorners {
        -moz-border-radius: 12px; /* FF1-3.6 */
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
        border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    }

    .roundcorners-top {
        -moz-border-radius: 12px 12px 0 0; /* FF1-3.6 */
       /* -ms-border-radius: 12px 12px 0 0;
        -o-border-radius: 12px 12px 0 0;
        -webkit-border-radius: 12px 12px 0 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
       /* border-radius: 12px 12px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
   }
    .footer_left{
        width: 65%;

    }
}

/*================= Start of the responsive code 3/24/2014 Michael Mclaughlin=================*/


@media only screen and (max-width: 1025px) {

    /*--------------------main landing page for all apps--------------------*/
    .main{
        margin: 0 .75em .7em .75em !important;
        width: auto !important;
    }
    .account{
        display: none;
    }

    #menu{
        display: block;
        float: left;
        width: 2em;
        margin: 0 0 .55em 0em;
        padding: .55em;
        z-index: 0;
    }

    #menu-click{
        display: block;
        position: absolute;
        width: 2.35em;
        border: 1px solid dimgrey;
        background-color: grey;
        margin: 0 .2em .55em 0;
        padding: .25em;
        z-index: 1;
    }
    #menu-click a{
        font-size:80%;
        color: white;
        margin: 0 auto;
        text-align: center;
        padding: .25em;

    }
    #menu-blur{
        display: block;
        position: absolute;
        width: 2.35em;
        border: 1px solid dimgrey;
        background-color: lightgrey;
        margin: 0 .2em .55em 0;
        padding: .25em;
        z-index: 0;
    }
    #menu-blur a{
        font-size: 80%;
        color: black;
        margin: 0 auto;
        text-align: center;
        padding: .25em;
    }
    .agency-logo{
        display: none;
    }
    #TexasLogo{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .header-banner{
        margin-top: 0;
        margin-left: 20px;
    }
    .txgov-logo{
        display: block;
        margin-top: 0;
        margin-right: 25px;
    }
    .header{
        position: fixed;
        padding-top: 0;
    }
    .header h1{
        width: auto;
        float: left;
        font-size: 100%;
        padding: .5em 0 .25em 0;
        text-align: center;
        margin-right: 1em;
        margin-left: 2em;

    }
    .app-name{
        text-align: center;
        margin: .25em .2em 0 0;
    }
    h1, h2, h3, h4{
        font-family: Open Sans, Sans-Serif, Hoefler Text;
    }
    h2{
        font-size: 1.55em;
        margin-top: 2.85em;
        letter-spacing: -.035em;
    }

}
/*@media only screen and (max-width:581px) {
.footer_left{
    width: 80%;
}  */
}

@media only screen and (max-width:581px) {
  .txgov-logo{
      margin-right: 0;
  }
    #TexasGovTaglineLogo {
        margin-top: 1em;

    }
    #TexasGovTaglineLogo img{
        margin-left: 1em;
        margin-bottom: 1.25em;

    }
    .footer_right{
        float: right;

    }
    .footer_left {
        float: left;
        width: 60%;
    }

}
@media only screen and (max-width: 560px) {
    .header h1{
        /*float: right; */
        margin-bottom: 1.15em;
        padding-top: .95em;
        font-size: 82%;
    }
    .footer_left{
        float: none;
        width: 100%;
    }

}

@media only screen and (max-width: 500px) {
    .txgov-logo{
        display: none;
    }
    .header h1{

        margin-bottom: .75em;
        padding-top: .85em;
        font-size: 92%;
    }
    #historyTable tr :nth-child(3){
        display: none;
    }

}

@media only screen and (max-width: 430px) {
    #reviewTable tr :nth-child(2n+3) {
        display: none;
    }
    #historyTable tr :nth-child(n+3){
        display: none;
    }
    #responsiveInformation{
        display: block;
        border: 1px solid black;
        padding: .5em;
        margin: 1em 0 1.5em 0;
    }
    #responsiveInformation span{
        display: inline-block;
        padding: .25em 0 .25em 0;
        border-bottom: 1px solid black;
        width: 98%;
    }
    .tooltip{
        border-bottom: none;
    }
}

@media only screen and (max-width: 400px) {

    .header h1{
        margin-bottom: 1.15em;
        padding-top: .85em;
        font-size: 85%;

    }
    .header-banner{
        margin-left: 5px;
    }

}
@media only screen and (max-width: 340px) {

    .header h1{
        font-size: 82%;
        float: right;

    }
}
@media only screen and (max-width: 320px) {

    .header h1{
       margin-left: .5em;
       margin-right: 1em;
       font-size: 77%;
       padding-top: 1.15em;

    }
    #menu{
        padding-left: .5em;
    }
    .footer_right{
        float: left;
    }
}
/*--------------------End main landing page for all apps--------------------*/


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
        box-shadow: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    body {
        border-top: none;
        font-size: 13px;
    }

    #agencyLogo, #TexasLogo, .footer, .header-txgov, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
        display: none;
    }

    fieldset legend {
        color: #000;
    }

    .header {
        padding: 0;
    }

    .page-header {
        border-bottom: none;
    }

    form fieldset, form label, form .label, ul {
        margin: 0;
        padding: 0;
    }
}

/* ==== uppercase =================================
   Works in conjunction with jQuery to uppercase fields
   ================================================ */
.uppercase {
    text-transform: uppercase;
}

/*========Demand DMND0004824===================
  Added militaryStatusText css for Demand
  =============================================*/
#militaryStatusText ol li{
    margin: 0px;
}

@media screen and(max-width: 805px){
    .dataTables_paginate{
        float: left;
        margin-top: 10em;
    }
    .dataTables_filter{
        float: right;
        margin: 2em 0 1em 0;
    }
}



