﻿body {
    background-color: #ecf0f1;
   
}

body.modal-open {
padding-right: 0px !important;
overflow-y: auto;
}

.complaint-form {
    min-height: auto;
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 6px #888888;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 6px #888888;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 6px #888888;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.hand {
    cursor: pointer;
}

/* Firefox fieldset hack */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.form-control.file-control {
    height: auto;
}

/* Begin navigation circles magic. */
li.status-btn {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 0.3em solid #3345B8;
    background: #3345B8;
    margin: 0 1em;
    display: inline-block;
    color: whitesmoke;
    position: relative;
    vertical-align: top;
    z-index: 1;
}

.status-btn::before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: -2.6em;
    width: 2.4em;
    height: .2em;
    background: #3345B8;
    z-index: 0;
}

.status-btn:first-child::before {
    display: none;
}

.status-btn.active {
    background: whitesmoke;
    color: #3345B8 !important;
    border-color: #3345B8;
    font-weight: bolder;
    z-index: 100;
}

.status-btn.active ~ li {
    border: 0.3em solid lightblue;
    color: lightblue !important;
    background: whitesmoke;
}

    .status-btn.active > a {
        color: #3345B8 !important;
    }

    .status-btn.active ~ li > a {
        color: #3345B8 !important;
        pointer-events: none;
        cursor: default;
    }

.status-btn.active ~ li::before {
    background: lightblue;
}

li.status-btn > a > span {
    display: block;
    color: #3345B8;
    position: relative;
    top: 3em;
    margin: 0 -2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75em;
}

li.status-btn > a,
li.status-btn > a:hover,
li.status-btn > a:focus,
li.status-btn > a:active,
li.status-btn > a:visited {
    color: whitesmoke;
    text-decoration: none;
}

li.status-btn > a:disabled {
    cursor: none;
}

li.next > a {
    background-color: #E3F7FF;
}
/* End navigation circles magic. */

.spacer-xs {
    margin-top: 1em;
}

.spacer-sm {
    margin-top: 2em;
}

.spacer-md {
    margin-top: 8em;
}

.spacer-lg {
    margin-top: 12em;
}

.icon-spacing-left {
    margin-left: 1em;
}

.icon-spacing-right {
    margin-right: 1em;
}

legend {
    font-weight: bolder;
}

blockquote {
    font-size: 15.5px;
}

/* Override the default asterisk size to shrink it a bit. */
.glyphicon-asterisk {
    font-size: 0.8em;
}

.box-shadow-required {
/*
    -moz-box-shadow: 0 0 7px lightblue;
    -webkit-box-shadow: 0 0 7px lightblue;
    box-shadow: 0 0 7px lightblue;
*/
}

.form-control:focus {
    border-color: dodgerblue;
}

.file-upload-no-files {
    margin: 5px;
}
/* Required for Angular UI component */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.breadcrumb > li + li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    color: #ccc;
    padding: 0 5px;
}

#commonBanner {
    font-size: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAApCAIAAADYoLJDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIFJREFUeNrs2skNgDAMRUEc6Cz9V5SNAjBSjkjML2HEcy5ErfWwxwqCdNeckwKXbZe1FgXfy7bLGIOCjrjoyN3VkY50pCMd6YiLuS+vLr13ColLa40CF3fX3eXChQsX7xEXHf1r/mfQkY64cHF3v7AoBU2yE0F+XyIg5C5gkt0CDAAM+GOvYPTplAAAAABJRU5ErkJggg==') repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 40px;
    background-color: #312f32;
}

#commonBanner .virginiaLogo {
    float: left;
    margin-top: 5px;
}

#commonBanner a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#commonBanner .alignLeft {
    float: left;
    margin-left: 10px;
    color: #fff;
    padding-top: 13px;
}

#commonBanner #virginiaSearch {
    margin-top: 10px;
    float: right;
    padding-right: 25px;
    color: #fff;
}

.spinner {  
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:darkgray;
    opacity: .8;
 }

.spinner-image {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -64px; /* -1 * image width / 2 */
    margin-top: -64px;  /* -1 * image height / 2 */
    display: block;     
}

.submit-dialog {
    position:absolute;
    top:0;
    left:0;
    width:98%;
    height:92%;
    z-index:1000;
    background-color:darkgray;
    opacity: .8;
}

.table-thank-you {
    margin: 5px;
}

.table-thank-you > thead th {
    background-color: silver;
    font-size: 1.3em;
    font-weight: bolder;
    text-align: left;
}

.table-thank-you > tbody tr td:first-of-type {
    background-color: #FAFAFA;
    font-weight: bold;
    text-align: right;
    width: 35%;
}

.table-thank-you > tbody tr td:last-of-type {
    background-color: white;
    text-align: left;
    padding-left: 10px;
}

button.btn-print {
    
}

.requiredField {
    color: red;
}

.doNotCheckMe {
    display: none;
}

.page-header {
    border-bottom: none;
}

.slide-in-left.ng-enter {
    -webkit-animation:fadeInLeft 0.5s;
	-moz-animation:fadeInLeft 0.5s;
	animation:fadeInLeft 0.5s;   
}

.slide-in-left.ng-leave {
    -webkit-animation:fadeOutRight 0.5s;
	-moz-animation:fadeOutRight 0.5s;
	animation:fadeOutRight 0.5s;   
}

.error-text {
    color: #a94442;
}
.large-bold {
    font-weight: bold;
    font-size: large;
}

.header1 {
    font-size: 2.6em;
}

.header3 {
    font-size: 1.4em;
}

.header4 {
    font-size: 1.1em;
}

#vagBreadcrumbs li a {
    color: #3345B8;
}

#vagBreadcrumbs li.active {
    color: #515151;
}

#formNavigation ul li {
    color: #3345B8;
}

a, .noattachment {
    color: #3345B8;
}


p {
    line-height: 1.5;
}

.input-group-addon {
    color: #494949;
}

.formError {
    color: #A90000;
}