﻿@font-face {
    font-family: "Font Awesome 5 Pro";
    /*src: url("../fonts/glyphicons-halflings-regular.eot");*/
    /*src: url("../fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg") format("svg");*/
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
    body {
    padding-top: 1px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*Custom Css*/
.masterHeader {
    /*background: White url(images/Logo2.jpg) no-repeat 120px 0px;*/
    width: 15%;
    height: 110px;
}
@media screen and (min-width: 1285px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1400px) {
    .container {
        width: 95%;
    }
}
.header-container {
    padding: 8px 0px;
}
.container {
    height: 100px;
    width: 100%;
}
.container {
    background-color: transparent;
    max-height: 100%;
}
.Containerheader {
    background-position: 0px 50px;
    height: 32px;
    width: 99%;
    padding: 7px 2px 2px 4px;
    margin-right: 10px;
    background-color: yellow;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.header-right {
    float: right;
}
.right-content {
    text-align: right;
}
.float-element {
    float: left;
    margin-left: 12px;
    margin-top: 10px;
    margin-right: 14px;
}


.logo {
    padding: 0;
}
    .logo .emblem {
        /*position: absolute;*/
        left: 10px;
        top: 0px;
    }
.logo {
    float: left;
    font-size: 160%;
    line-height: 105%;
    min-height: 103px;
    padding: 14px 0 0 85px;
    text-transform: uppercase;
    position: relative;
}
.logo a strong {
    font-weight: 300;
    display: block;
    font-size: 75%;
    padding-bottom: 0;
}
    .logo .logo-text {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        font-size: 44px;
    }

.boxHead {
    border: 1px solid #3b5998;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    background-color: #f7f7f7;
    color: #3b5998;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-top: 6px;
    padding-left: 10px;
    text-align: center;
}

.button {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    color: #f7f7f7;
    background-color: #094791;
    font-weight: bold;
    border-color: #996633;
    border-width: 1px;
    width: 89px;
    height: 24px;
    margin-left: 0px;
}
.body a {
    color: #3b5998;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.Grid {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    margin: 5px 0 10px 0px;
    border: solid 1px #996633;
    border-collapse: collapse;
}
    .Grid th {
        padding: 5px;
        background-color: #094791;
        font-size: 11px;
        height: 16px;
        color: #ffffff;
        font-weight: bold;
        text-align: left;
    }
    .Grid td {
        padding: 5px;
        border: solid 1px #996633;
        height: 6px;
    }
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*.loader {
    
    position: absolute;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: rgba(0,0,0,0.6);
}*/

/* Safari */
/*@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 100px;
    height: 100px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;

}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}
/*Menu CSS*/
.navbar-inverse {
    background-color: #b8e3a6 !important;
    border-color: #080808;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #000;
    }

    .navbar-inverse .navbar-nav > li > :hover {
        background-color: #f7f7f7 !important;
        color: #000 !important;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #000 !important;
        /*background-color: #b7b7b7 !important;*/
        background-color: #f5f5f5 !important;
    }

.active {
    background-color: #f7f7f7 !important;
    color: #000 !important;
}
nav {
    display: block;
    text-align: center;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.nav a {
    display: block;
    background: #b8e3a6 !important;
    color: #000;
    text-decoration: none;
    padding: 0.8em 1.8em;
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 0px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
}

.nav {
    vertical-align: top;
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius: 6px;
}

    .nav li {
        position: relative;
    }

    .nav > li {
        float: left;
        border-bottom: 4px #aaa solid;
        margin-right: 1px;
    }

        .nav > li > a {
            margin-bottom: 1px;
            box-shadow: inset 0 2em .33em -1.5em #555;
        }

        .nav > li:hover,
        .nav > li:hover > a {
            border-bottom-color: orange;
        }

    .nav li:hover > a {
        color: orange;
    }

    .nav > li:first-child {
        border-radius: 0px 0 0 0px;
    }

        .nav > li:first-child > a {
            border-radius: 0px 0 0 0;
        }

    .nav > li:last-child {
        border-radius: 0 0 0px 0;
        margin-right: 0;
    }

        .nav > li:last-child > a {
            border-radius: 0 0px 0 0;
        }

    .nav li li a {
        margin-top: 1px;
    }

    .nav li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 50%;
        right: 2px;
    }
    /* submenu positioning*/
    .nav ul {
        position: absolute;
        white-space: nowrap;
        border-bottom: 5px solid orange;
        z-index: 1;
        left: -99999em;
    }

    .nav > li:hover > ul {
        left: auto;
        margin-top: 5px;
        min-width: 100%;
    }

    .nav > li li:hover > ul {
        left: 100%;
        margin-left: 1px;
        top: -1px;
    }
    /* arrow hover styling */
    .nav > li > a:first-child:nth-last-child(2):before {
        border-top-color: #aaa;
    }

    .nav > li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-bottom-color: orange;
        margin-top: -5px
    }

    .nav li li > a:first-child:nth-last-child(2):before {
        border-left-color: #aaa;
        margin-top: -5px
    }

    .nav li li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-right-color: orange;
        right: 10px;
        
    }
ul ul {
    list-style-type: none!important;
}