﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

/* 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;
}


/*Navigation customizations*/

.navdivide {
    background-color: #000;
    height: 5px;
}

.welcome {
    padding-top: 15px;
    padding-bottom: 15px;
}


.breadcrumb {
    font-size: 1.15em;
}

    .breadcrumb > li + li:before {
        content: ">\00a0";
        padding: 0 5px;
        color: #ccc;
    }

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #e5e5e5;
}

/* Header Customizations */

.deptTitle {
    font-size: 1.75em;
    color: #000000;
    margin-top: -75px;
    margin-left: 120px;
}

.appTitle {
    font-size: 0.75em;
    color: #000000;
    width: 300px;
    margin-top: 10px;
}

#countyOfficial {
    margin-top: -20px;
}

.countyOfficial {
    font-size: 1.75em;
    color: #000000;
    margin-top: -85px;
    width: 325px;
    padding-left: 120px;
}

.countyTitle {
    font-size: 0.75em;
    color: #000000;
}

.notice {
    background-color: #d7534d;
    color: #fff;
    font-size: 1.1em;
    padding: 5px;
    margin-top: -30px;
}

    .notice a {
        text-decoration: underline;
        color: #FFF;
    }

.body-content {
    margin-left: 10px;
    margin-right: 10px;
}

.mainmenuopt {
    margin-top: 85px;
}

/* Success template */
.upload-success {
    max-width: 1100px;
    min-width: 300px;
    height: 100px;
    color: #FFF;
    font-size: 1.4em;
    background-color: #37b400;
}

    .upload-success p {
        text-align: center;
        padding-top: 30px;
    }

/* form customizations */

.formFieldMargin {
    margin-top: 2px;
}

#TransactionSummaryGrid {
    height: initial !important;
}

    #TransactionSummaryGrid .k-grid-content {
        height: initial !important;
    }


@media (max-width: 1025px) {
    #mainLogo {
        margin-top: 20px !important;
    }
}



@media (max-width: 768px) {
    #countyOfficial {
        display: none !important;
    }

    #mainLogo {
        width: 75px !important;
        height: 75px !important;
        margin-top: 50px !important;
    }

    .mainmenuopt {
        float: right;
        margin-top: 55px;
    }

    .deptTitle {
        font-size: 1.4em !important;
        color: #000000;
        margin-top: -60px !important;
        margin-left: 85px !important;
    }

    .appTitle {
        font-size: 0.7em !important;
        color: #000000;
    }
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu {
    opacity: 0;
    transform: translateY(2rem);
    transition: transform 0.5s;
}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(-2px);
    transition: opacity 0.5s, transform 0.5s;
}

.dropdown-menu > li > a {
    font-size: 14px
}

@media (max-width: 415px) {

    #layoutSearchMenu {
        margin-top: 60px !important;
    }

    .mainmenuopt {
        margin-top: 0px;
    }
}

@media (max-width: 376px) {

    #layoutSearchMenu, #layoutSearchMenuCollapse {
        margin-right: -25px !important;
    }
}

a {
    color: #337ab7;
}

.grecaptcha-badge {
    visibility: hidden;
}

.divCertificateHtmlToolbar {
    border: 1px solid #DDDDDD;
    background-color: #DDDDDD;
}