﻿
@media screen and (min-width:0) and (max-width:991px) {
/* CSS code for small screens */
    .top-nav li {
        list-style-type:disc;
        }


    #container{
        width: 100%;
    }

    .mynav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #030;
        /*position: fixed;*/
        top: 0; 
        width: 100%; /* Full width */
    }

    .small-label {
        font-size: x-small;
        padding: 0px;
        font-weight:700;
        }

    .mobile-header {
        visibility: visible;
    }

    .mobile-bg {
        background-color: #030;
    }

    .control-height {
        height: 1.6em;
    }

    .top-bar {
    padding-left: 2.2em;
    padding-top: .9em;
    padding-bottom: .9em;
    padding-right: 2em;
    text-transform: uppercase;
    background-color: #003300;
    color: #fff;
    letter-spacing: .05em;
    font-size: 1em;
    width: 100%;
 }
    
    /*.btn {
    padding:.5em;
    border: none;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: 0 none;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
     background: #287228;
}
 
.btn-primary:active, .btn-primary.active {
     box-shadow: none;
}*/

    /*.btn-primary {
        border-radius: .50em;
     }

    .btn-warning {
        border-radius: .50em;
     }*/
    .btn-round {
         border-radius: .50em;
    }

    footer {
        color: #fff;
        background-color: #030;
        text-align: center;
        font-size: 0.9em;
        vertical-align: text-bottom;
        vertical-align: bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 50px;
    }

    a.footer {
        color: #fff;
        background-color: #030;
        text-align: center;
        font-size: 0.9em;
        vertical-align: text-bottom;
        vertical-align: bottom;
    }

    .official-byline {
        font-size: .7em;
        text-decoration: none;
        color: white;
    }
}

























@media screen and (min-width:992px)  {
/* CSS code for larger screens */

body {
	background-color: #FFFFFF;
    position: relative;
    height: 100%;
    /*min-height: 500px;*/
    /*overflow: hidden;*/
}


    .control-height {
        height: 1.6em;
    }

    .mobile-header {
        display: none;
    }

  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }

.top-bar {
    padding-left: 2.2em;
    padding-top: .9em;
    padding-bottom: .9em;
    padding-right: 2em;
    text-transform: uppercase;
    background-color: #003300;
    color: #fff;
    letter-spacing: .05em;
    font-size: 12px;
    width: 100%;
 }

.mynav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

.searchborder {
    border:solid;
    color: green;
    width: 1px;
 }

.row {
    padding: 3px;
}

.thinborder {
    background-color:#CCCCCC;
    border:solid 1px #808080;
    padding: 5px;
}



.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px; 
}

.alert { 
    display: block; 
}
.alert .glyphicon {
    display:table-cell;
}




.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}




#vermont-official {
    float: right;
    letter-spacing: 0.05em;
    font-size: 12px;
}

#content {
    max-height: calc(100% - 120px);
 /*padding: 0px 10%;*/   
    margin-top: 60px;
}

header#header #name-and-slogan {
    margin: 1em;
}
    
/*media all*/
header#header #header-left {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
}

#header {
    background: #efefe3;
    margin: 0;
    padding: .5em;
    color: #fff;
    font-size: 16px;
    letter-spacing: .01em;
}


html {
    font-family: "Lato",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
}

/*media all*/
header#header {
    background: #efefe3;
    margin: 0;
    padding: .5em;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.01em;
}

header#header h1#site-name {
    font-family: "Open Sans",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 1.8em;
    font-weight: 100;
    line-height: 1em;
    font-weight: bold;
}



a.DecAnchor2 {
    padding-left: .8em;
    font-family: "Open Sans",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1em;
    color:#030;
    text-decoration: none;
}

    .site-name {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1em;
        color: #003300;
        text-decoration: none;
    }

    nav.navbar li a {
        color: black;
    }

/*.btn-link {
  font-weight: normal;
  color: #164516;
  border-radius: 0;
}

.btn {
    padding:.5em;
    border: none;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #287228;
}
 
.btn-primary:active, .btn-primary.active {
   box-shadow: none;
}*/

/*.btn-primary {
      color: #ffffff;
    border-radius: .50em 5px;
    border-color: white;
  }*/

.btn-round, btn {
     border-radius: .50em;
}

.gridheader {
    background-color: #646464;
    font-family:  "Lato",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    /*text-transform: uppercase;*/
    color: White;
    border: none 0px transparent;
    text-align: center;
    font-size: .9em;
}

.gridviewrows {
    background-color: #fff;
    font-family:  "Lato",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    font-size: .9em;
    color: #000;
    text-align: left;
    border: none 0px transparent;
    padding: 20px;
    height: 10px;
}

/*.rounded_corners {
    border: 1px solid #646464;
    border-radius: 8px;
    overflow: hidden;
}*/

.navbar-default {
    background-color: #efefe3;
    border:none;
    font-family: "Open Sans",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    color: #030;
    font-size: .9em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #efefe3;
    color: #289831;
 }

/*media all*/
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after {
    content: " ";
    display: table;
}

.nodecoration   {
    text-decoration: none;
    vertical-align:bottom;
}

.gridViewHeader a:link {
    text-decoration: none;
}

/*gridview*/

.table {
    --bs-table-striped-color: none;
}

.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .table table > tbody > tr > th {
        text-decoration: none;
    }

    .table table > tbody > tr > td:first-child > a,
    .table table > tbody > tr > td:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    
/*end gridview */
}

.DetailsView { border: solid 1px #FFFFFF; }
.Grid td
{
    border: solid 1px #FFFFFF;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    text-align: center;
    font-size: x-small;
}
.GridHeader
{
    /*font-weight: bold;*/
    background-color: #8b8dbb;
     font-size: x-small;
}
.GridItem
{
    background-color: #e6e6e6;
     font-size: x-small;
}
 
.GridAltItem
{
    background-color: white;
}

    footer {
        color: #fff;
        background-color: #030;
        text-align: center;
        font-size: 1em;
        vertical-align: text-bottom;
        vertical-align: bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 50px;
    }

    a.footer {
        color: #fff;
        background-color: #030;
        text-align: center;
        font-size: 1em;
        vertical-align: text-bottom;
        vertical-align: bottom;
    }


    .official-byline {
        margin-top: 10em;
        color: white;
        text-decoration: none;
        margin-top: .2em;
        font-size: 1em;
    }
}





a.ANR {
    font-family: "Open Sans",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    color: #030;
    font-size: .9em;
    text-transform: uppercase;
    color: #030;
    text-decoration: none;
}

body {
    margin-bottom: 10em;
    font-family: "Open Sans",Verdana,Tahoma,"DejaVu Sans",sans-serif;
}


hr {
    border-top: 1px solid #8c8c8c;
}

.vtLogo {
    max-height: 20px;
    width: 15em;
}

.jumbotron {
    padding-top: 0px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #efefe3;
}

.title {
    color: #030;
}

.card-body-color {
    background-color: #efefe3;
}

.card-body-color-danger {
    background-color: #b2202066 !important;
}

.spacingLeft label {
    margin-left: 5px;
}

.spacingRight label {
    margin-right: 5px;
}

.labelSpacing label {
    margin: 0 5px;
    display: inline;
}

.callout {
    padding: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0 solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: #5bc0de;
}

.autoWidth {
    width: auto !important;
}

i {
    padding-right: 15px;
}

.checkboxSpacing label {
    font-weight: normal;
    margin-left: 5px;
}

.buttonPadding {
    padding: 0 !important;
}