﻿/*!
 * Harris Web Branding Package
 * Enables the ability to reskin branding portions of the site easily as a private/white label solution.
 *
 * Copyright 2018 Harris Recording Solutions
 * Designed and built with all the love in the world by joe farrar
 */

/*Navigation customizations*/

    /*15px black divider below the menus but above the body and breadcrumb */
    .navdivide {
        background-color: #000;
        height: 5px;
    }

/* Header Customizations */

    /*Navigation Header background color*/
    .header-style{ background-color: #ffffff;}

    /*County department*/
    .deptTitle{ font-size: 1.75em; color:#2D4F80;}

    /*App title: RECORDS SEARCH SYSTEM etc.*/
    .appTitle{ font-size: 0.75em; color: #2D4F80;}

    /*County Official Name*/
    .countyOfficial{ font-size: 1.75em; color:#2D4F80}

    /*County Official Title*/
    .countyTitle{ font-size: 0.75em; color:#2D4F80}

    /*Top left alert section*/
    .notice{ 
        background-color: #d7534d; 
        color: #fff;
        font-size: 1.1em;
    }
    .notice a { 
        text-decoration: underline; 
        color: #FFF;
    }
    .k-grid-content tr:not(.k-grouping-row) td:not(.k-group-cell) {
        cursor: pointer !important;
    }
    .k-grid tr:hover {
        background-color: #C5B8A8;
    }