﻿/* 
    page size specific when the browser is larger than
    768px
*/
@media (min-width: 1200px) {    
    .spacerbottom {
        min-height: 365px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar > .container .navbar-brand {
        margin-left: -22px;
    }

    .navbar-header {
        margin-left: -130px;
        float: left;
    }
}
@media (min-width: 800px) and (max-width:1000px) {
    .navbar-header {
        margin-left: -80px;
        float: left;
    }
}

@media (min-width: 1000px) and (max-width:1199px) {
    .navbar-header {
        margin-left: -115px;
        float: left;
    }
}


@media screen and (max-width: 767px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 350px;
        padding-top: 85px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 768px) {
    body {
        /*remove for white background in space outside blue for header and footer*/
        /*background-color: #a09e2f;*/
    }

    .navbar-nav {
        float: left;
        margin: -45px;
        margin-left: 0px;
        position: absolute;
    }

    .navbar-brand {
        position: relative;
        top: -47px;
    }

    .SocialMore {
        float:right;
        right:10px;
        position:relative;
        top:30px;
    }

    .spacerbottom {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .spacerbottom {
        min-height: 170px;
    }

    .container {
        padding-top: 0px !important;
    }

    .col-xs-2 {
        position: static;
        width: 30%;
    }

    .col-xs-10 {
        width: 70%;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }    
    /*.navbar-toggle {
        left: 225px !important;
    }*/
    .navbar-toggle {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .logo {
        margin-right: 20px;
        margin-top: -13px !important;
    }
    
    .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

/*for smaller viewing screens (mobile)*/
@media (max-width: 576px) {
    .SocialMore {
        top: 0px;
    }
    
    .spacerbottom {
        min-height: 0px;
    }

    .navbar-fixed-bottom {
        position: unset;
    }

    .logocrop {
        display: none;
    }

    body {
        padding-top: 50px;
    }

    .jumbotron {
        margin-top: 85px;
        max-height: 179px;
        padding: 18px 40px 28px 40px;
    }

    .jumbotron .lead {
        display: none;
    }

    .jumbotron h2 {
        margin-top: 0px; 
    }

    .jumbotron h2 {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom: 1px inset rgba(255,255,250,0.6);
        border-left: 1px inset rgba(255,255,250,0.6);
        border-right: 1px inset rgba(255,255,250,0.6);
    }

    .vagovlogo {
	    background: url(../Content/image/vadotgovlogo.png) no-repeat;
	    width: 151px;
	    height: 40px;    
        position: fixed;
        top: 0px;
        left: 10px;
    }
}

body {
    padding-top:0px;
}

.container {
    font-size: 12px;
}

.body-content {
    min-height: 590px;
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
}

.jumbotron {
    background: url(../Content/image/banner1.png) no-repeat;
    color: #fff;
    /*max-height: 150px;*/
    /*padding: 28px 40px 28px 40px;*/
    padding: 188px 40px 5px 40px;
}

.jumbotron a {
    color: #fff;
    font-size: 15px;
}
    .jumbotron a:hover {
        text-decoration:underline;
    }

.navbar-toggle {        
    float: left;
   /* left: 0px; */
    top: 0px;
    position: absolute;
    margin-top: 5px;
}

.navbar-collapse.in {
    top: 40px;
    left: 0px;
    position: absolute;
}

/*LEFT COLUMN STYLE*/
/*.col-xs-4, .col-md-3 {
    margin-left: 15px;
}*/

.col-xs-8, .col-md-8{
    padding-left:5px;
}

ul, ol {
    padding-left:30px;
}

ol {
    padding-right: 10px;
}
/*------------------*/

.lead {
    background: rgba(20, 35, 25, 0.4);
    padding: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px inset rgba(255,255,250,0.6);
    border-left: 1px inset rgba(255,255,250,0.6);
    border-right: 1px inset rgba(255,255,250,0.6);
}

.jumbotron > h2 {
    background: rgba(20, 35, 25, 0.4);
    padding: 5px;
    margin-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 1px inset rgba(255,255,250,0.6);
    border-left: 1px inset rgba(255,255,250,0.6);
    border-right: 1px inset rgba(255,255,250,0.6);
}

.logo {
    /*-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;*/
    background: url(../Content/image/ocslogo.png);
    width: 99px;
    height: 45px;
    max-width: 99px;
    max-height: 45px;
    /*margin-top: 15px;*/
    margin-top: 33px;
}

.logocrop {			
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	background: url(../Content/image/csacropped.png) no-repeat;
	width: 187px;
	height: 70px;
}

.facebooklogo {
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	background: url(../Content/image/facebook.png) no-repeat;
	width: 40px;
	height: 40px;	
    border-radius:5px;		
}

.twitterlogo {
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	background: url(../Content/image/twitter.png) no-repeat;
	width: 40px;
	height: 40px;
    border-radius:10px;		
}		

.vagovlogo {
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	background: url(../Content/image/vadotgovlogo.png) no-repeat;
	width: 151px;
	height: 40px;
}

/*.navbar-nav {
    background-image: none;
}

.navcolor {
	color: #fff;	
    background-color:  #2f6c98;
    max-height:25px;
}	

.navcolorbottom {
    min-height: 200px;
	color: #fff;	
    background-color:  #2f6c98;
    z-index: 0;
    padding: 0px 0px 20px 0px;
}	
    .navcolorbottom a, .navcolorbottom a:hover {
        color: #fff;
        font-size: 10px;
    }

    .navcolorbottom h4 {
        font-weight: 300;
        text-decoration: underline;
        background-color:  #2f6c98;
        padding: 8px 5px;
    }*/

.spacerbottom {
    background-color: transparent;
    width: 100%;
}

/*.navcolor ul:first-child a {
    color: white;
    font-size: 12px;
    /*background-color: red;*
}

.navcolor ul:first-child a:hover,
.navcolor ul:first-child a:active {
    color: #2f6c98;
    /*background-color: red;*
}

.navcolor ul:first-child ul li a {
    color: #2f6c98;
    /*background-color: red;*
}

.navcolor ul:first-child ul li a:hover {
    color: #fff;
    /*background-color: #2f6c98;*
}

.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus{
  background-color: teal;
  color: #fff;
}*/

.floattitlenb {
    background: #a09e2f;
    border-radius:  8px;
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
    padding: 10px;
}

.floattitle {
    border-radius:  8px;
    border: solid 2px #888;
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
}

.subtitle {
    background: rgba(160, 158, 47, 0.5);
    padding: 8px;
}

/*h3 formating.  If color is not blue then css is inline*/
div > h3, ul > li > h3 {
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    background-color: #2f6c98;
    color: #fff;
}

/*-----------------------*/
/*Tabbed Navigation Panel*/
/*-----------------------*/
.navrightpanel {
    padding: 5px;
    margin: 0px;
    border: 2px inset #888;
    margin-left: -2px;
    margin-bottom: 20px;
    background: rgba(160, 158, 47, .4);
    /*background-color: #a09e2f;*/
}

.navrightpanel > [id^=panelcontent] {    
    background-color: ghostwhite;
    border: 1px inset #000;
    border-radius: 5px;
    margin: 5px;
    padding: 8px;
}

.navleftnavigator {
    padding:0px;
    margin:0px;
}

/*.navleftnavigator div {
    padding: 0px;
    margin-left: 8px;
}*/

#leftnav {
    list-style: none;
    padding-left: 0px;
    border-left: 2px inset #888;
    border-top: 2px inset #888;
    border-bottom: 2px inset #888;
}

    .leftnavsubmenu li a {
        color: #fff;
    }

    /*.leftnavsubmenu li:hover a {
        color: #000;
    }*/

    #leftnav > li {
        background-color: #2f6c98;/*#5c6770;*/
        padding: 7px;
        border: 2px solid #2f6c98;
        vertical-align: middle;
        color:#fff;
    }

    #leftnav > li > a {
        padding: 7px;
        color: #fff;
        /*border: 2px solid #2f6c98;*/
        vertical-align: middle;
    }
    
    #leftnav > li:hover a { 
        padding: 7px;
        color: #2f6c98;
    }

    #leftnav > li:hover, #leftnav > li:last-child:not(:empty) {
        background-color: lightgray;
        border-left: 2px inset transparent;
        border-top: 2px inset transparent;
        border-bottom: 2px inset transparent;
        border-right: 2px inset transparent;
        cursor: pointer;
        color: #000;
        /*color: #5c6770;*/
    }

        #lifooter {/*, #leftnav > li:last-child*/
            background-color: slategray;
            border-left: 2px inset transparent;
            border-top: 2px inset transparent;
            border-bottom: 2px inset transparent;
            border-right: 2px inset transparent;
            cursor: pointer;
            color: #000;
        }

        .leftnavfade {
            background: rgba(94, 158, 214, 0.5);
            border-left: 2px inset transparent;
            border-top: 2px inset transparent;
            border-bottom: 2px inset transparent;
            border-right: 2px inset transparent;
            cursor: pointer;
            color: #000;
            padding: 0px 10px 17px 10px;
        }
    
    #leftnav li span {
        color: lightgray;
    }

    #leftnav li:hover span {
        /*color: lightgray;*/
        color: black;
        font-size: 27px;
        /*margin: 0px auto;*/
        display: block;
    }

    .leftnavicon {
        z-index:50;
        float:right;
        margin-right:-30px;
        margin-top:-8px;
    }

    #leftnav li:active span {
        color: lightgray;
        display: block;
    }

    #leftnav li span {
        display: none;
    }

    /*default height of left nav for side tab menu*/
    #panelcontent {
        min-height: 541px;
    }
    
    #panelcontent1, #panelcontent2, #panelcontent3, #panelcontent4, #panelcontent5, #panelcontent6, #panelcontent7, #panelcontent8, #panelcontent9, #panelcontent10 {
    /*[id^=panelcontent]:not([id^=panelcontent0]) */
        display:none;
    }

    /*/*hides all elements except the first
    #maincontent [id^=panelcontent]:first {
        display:none;
    }*/
/*-----------------------*/

.leftnavbottom {
    list-style:none; 
    background-color:lightgray;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.textbox {
    color: #000000;
    font-weight: bold;
}

.navcolorbottom {
    min-height: 200px;
	color: #fff;	
    background-color:  #2f6c98;
    z-index: 0;
    padding: 0px 0px 20px 0px;
    font-size: 10px;
}	
    .navcolorbottom a, .navcolorbottom a:hover {
        color: #fff;
    }

    .navcolorbottom h4 {
        font-weight: 300;
        text-decoration: underline;
        background-color:  #2f6c98;
        padding: 8px 5px;
    }

    .navcolorbottom ul li {
        font-size:11px;
    }