﻿@font-face {
    font-family: 'Marcellus SC';
    src: url('../fonts/marcellus-v4-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'open sans';
    src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
}
/* Make title bar more readable */
.navbar-nav {
    font-weight: 600;
}

.navbar-inverse .navbar-brand {
    color: white !important;
    font-size: 1.5em;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: gray !important;
}

.panel-body {
    padding-left: 10px;
}

.form-control {
    padding-left: 6px;
    padding-right: 6px;
}

.container {
    width: 95%;
}
@media screen and (max-width:768px) and (min-width:450px) {
    .collapse {
        visibility:visible;
    }
    .navbar-brand {
        visibility:hidden;
    }
  .navbar-right {
    float: right!important;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    overflow: visible!important;
    border: none;
    margin-right: 15px;
  }
  .navbar-nav>li {
    float: left;
    margin: 5px 0;
  }
  .navbar-header {
    float: left
  }
  .navbar-toggle {
    display: none
  }
  .navbar-nav{
      display:block;
  }
}
@media screen and (max-width:768px) {
    .dataTables_info {
        visibility:hidden;
    }
}
.panel-body {
    padding-left: 4px;
}
.panel-heading {
    font-size: larger;
    font-weight:bold;
}
.form-control {
    padding-left: 4px;
    padding-right: 4px;
}
a:hover{
    text-decoration:none;   
}

#skiplookup{
    width: 100px;
}

#lklast{
    min-width: 300px;
    display: inline;
}
#eac-container-lklast{
    min-width: 300px;
}
label {
    font-weight: normal;
}
.alpaca-form-buttons-container {
    margin-top: -20px;
}
.form-group{
    margin-bottom:5px;
}
.dataTables_filter{
    margin-top: -22px;
}

label:has(> input[type="radio"]:checked ) {
    font-weight: 800 !important;
    text-decoration: underline;
}
.logo-txt-head {
    display: block;
    font-size: 2em;
    font-family: 'Marcellus SC', serif;
    font-variant:small-caps;
    color:white ;
    text-decoration:none;
}

.logo-txt {
    display: inline-block;
    margin: 39px 0 17px 0;
    padding: 0 10px;
}

.logo-sub {
    display: block;
    font-size: 16px;
    opacity: .95;
    font-family: 'open sans', arial, sans-serif;
    padding: 0 0 0 3px;
    color:white;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .logo-cga {
        max-width: 114px;
        margin: 10px 0;
    }

    .logo-txt {
        margin: 30px 0 20px 0;
        padding: 0 0 0 10px;
    }

    .logo-txt-head {
        font-size: 1.8em;
    }

    .head-links ul {
        text-align: left;
        margin-left: -14px;
    }

        .head-links ul li {
            padding: 0 .667rem .667rem 0;
        }

    header nav .largeleft {
        margin-left: 0px;
    }

    .jetmenu li > .megamenu ul {
        margin: 0;
    }

    .jetform .searchTerm {
        font-size: .8em !important;
        color: #666 !important;
    }

    .jetform .searchButton {
        background: #fff;
    }
}


/* Small Screens */
@media only screen and (max-width: 40em) {
    .logo-cga {
        max-width: 75px;
        margin: 10px auto 5px auto;
        display: block;
        float: none;
        text-align: center;
    }

    .logo-txt {
        display: block;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .logo-sub {
        font-size: .9em;
    }

    .logo-txt-head {
        font-size: 1.25em;
        margin-bottom: -5px;
    }

    header nav .largeleft {
        margin-left: 0px;
    }

    .jetmenu li > .megamenu ul {
        margin: 0;
    }

    .jetform .searchTerm {
        font-size: .8em !important;
        color: #666 !important;
    }

    .jetform .searchButton {
        background: #fff;
    }

    .scrollie img {
        max-width: 45px;
    }

    .foot-links li {
        background: #ACBAD6;
    }

        .foot-links li:nth-child(n+3) {
            background: #A0B0D1;
        }

        .foot-links li:nth-child(n+5) {
            background: #91A4CA;
        }

        .foot-links li:nth-child(n+7) {
            background: #849AC4;
        }
}