
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default1 {
  background-image: -webkit-linear-gradient(top, Yellow 10%, blue 100%);
  background-image:         linear-gradient(to bottom, Yellow 10%, Blue 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-default1:hover,
.btn-default1:focus {
  background-color: pink;
  background-position: 0 -15px;
}
.btn-default1:active,
.btn-default1.active {
  background-color: green;
  border-color: yellow;
}

hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid black;
}
.marginBottom{
margin-bottom: 10px;
}

#freelance dt{
overflow: visible;
width: 250px !important;
margin-right: 8px;
}

.breadcrumb {
   
 /* background-color:rgb(230,219,219); */
 background-color: white;
   margin-bottom:5px;
   margin-top:2px;
   padding:2px 15px;;
   font-size:0.9em;
}

.breadcrumb a {
   
   color:black;
   
}
.breadcrumb>li+li:before
{
   color:black;
   
}

.errortext {
   color:red;
    
}
@media all and (max-width: 1200px) { /* screen size until 1200px */
    body {
        font-size: 1.5em; /* 1.5x default size */
    }
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
    body {
        font-size: 1.4em; /* 1.2x default size */
        }
    }
@media all and (max-width: 500px) { /* screen size until 500px */
    body {
        font-size: 1.2em; /* 0.8x default size */
        }
    }
 

/* Common banner css fro VITA */

#commonBanner{background:url('/img/Common_Banner_background.png') repeat-x;font-family:Verdana, sans-serif;height:40px;color:#fff;font-size:12px;}
@media print { #commonBanner {display:none;} }
#commonBanner .virginiaLogo{border:none;float:left;display:block;width:151px;height:40px;text-decoration:none;background:url('/img/Virginia_dot_Gov_logo.png') center no-repeat;}
#commonBanner .alignLeft{float:left;margin-left:20px;padding-top:11px;}
#commonBanner a:hover{color:#ccc;}
#commonBanner a{text-decoration:none;font-weight:bold;color:#fff;}
#commonBanner #virginiaSearch{float:right;padding-top:11px;padding-right:10px;}
#commonBanner .screenReaderOnly {position:absolute;left:-999em;width:1em;overflow:hidden;}


@media print {
  [class*="col-lg-"] {
    float: left;
    
  }
}


