﻿/* Move down content because we have a fixed navbar that is 50px tall */

/*body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}*/

/*
    Home Mod Colors
    primary colors
    Blue RGB(31,62,124) #1F3E7C
     Orange RGB (230,85,38) #E65526

    secondary colors
    Gray RGB(91,101,110 )  #5B656E
     Aqua   RGB(0,144,186) #0090BA
     Green (bright)  RGB(0,168,137) #00A889

    cedac.org colors
    #DEE3E5 light gray
    
    
*/

/*

      color: #55acee;
    background-color: white;
}
.brand > .logo {
    border: none;
    outline: none;
    float: left;
    height: 30px;
    width: 30px;
    border: 0px;
    background:transparent url('https://g.twimg.com/Twitter_logo_white.png') center top no-repeat;
    background-size: 100% auto;
}
.brand:hover > .logo {
    background-image: url('https://g.twimg.com/Twitter_logo_blue.png');
    background-size: 100% auto;
}

    

*/




/* Home Mod classes*/


/* overrides for jquery ui calendar */
.ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year, .ui-datepicker .ui-datepicker th {
    color: #003eaa;
}

.ui-datepicker .ui-widget-header .ui-icon, .ui-datepicker .ui-icon-circle-triangle-e {
    background-image: url("/content/ui-icons_72a7cf_256x240.png") !important;
}

.ui-datepicker .ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !Important;
}

/*
    cccccc light gray
    4b8e0b green
    72a7cf light blue
    222222 black
    a83300 maroon
    ffffff gray white background    
*/

.suggestion {
    color: #435872;
    font-size: 11px;
    font-weight: bold;
}
.suggestion14 {
    color: #435872;
    font-size: 14px;
    font-weight: bold;
}
.suggestion_red {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.suggestion_maroon {
    color: maroon;
    font-size: 11px;
    font-weight: bold;
}

.lookup-grid {
    width: 480px;
}
/*Buttons */
.btn-primary {  
    background-color: #0090BA;  
}


.btn-success {    
    background-color: #00A889;    
}



.table-beneficiary thead > tr {
    background-color: #DEE3E5;
    font-size: 90%;
    color: #1F3E7C; /* blue */
}

.table-beneficiary tr td:first-child {
    font-size: 90%;
    color: #1F3E7C; /* blue */
   
}

.table-financial {
    font-size: 100%;
    color: #1F3E7C; /* blue */
   
}
    .table-financial .btn {
        padding: 2px 4px;
    }


.hm-top-buffer {
    margin-top: 4px;
}
.hm-nav-anchors{
    font-weight: 600;

}
/* Bootstrap class overrides*/
body {
    padding-top: 63px;
    padding-bottom: 20px;
    font-size: 12px;
}
.project-tabs {
    position: fixed;
    background: white;
    z-index:1020;
    margin-left:-15px;
    width:100%;
}
.project-content {
    padding-top: 75px;

}

/* project tab has focus color*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #E65526;
    font-weight: 600;
}


.row {
    padding-top: 3px;
}

.section-header {
    background-color: #DEE3E5;
    vertical-align: middle;
}

.validator {
    color: #E65526; /*red;*/
    font-size: 150%;
}
.validation-list {
    color: #E65526; /*red;*/
    font-size: 90%;
    font-weight: bold;
}
.validation {
    color: #E65526; /*red;*/
    font-size: 90%;
    font-weight: bold;
}


.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 4px;
    border-top: 1px solid;
    border-color: #1F3E7C; /*#dddddd*/
  
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #1F3E7C;
}

/*.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */


.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

/* 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;
}


.label {  
    font-size: 90%; 
    color:  #1F3E7C; /* blue */    
   
}



.control-label {
    font-size: 90%;
    color: #1F3E7C; /* blue */
}



/* Set widths on the form inputs since otherwise they're 100% wide 
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
select
{
    max-width: 140px;
}

*/


.asp-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}



.form-control {
    max-width: 140px;
    width: 100%;
    height: 26px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.428571429;
   
    border-radius: 4px;
  
}

textarea.form-control {
    max-width: 640px;
    height:auto;
}
.width-standard {
    max-width: 140px;
}

.width-double {
    max-width: 280px;
}

.width-half {
    max-width: 70px;
}

.width-quarter {
    max-width: 35px;
}

.signature-text {
    width: 380px;
}.signature-preview{ white-space :pre-wrap; }
.btn {
   
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
  
}

   
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1F3E7C; /* blue */
}


.navbar {
    min-height: 70px;
}

.navbar-inverse {
    background-color: #DEE3E5; /*#7a56ac;*/
    border-color: #1F3E7C; /* blue */ /* #080808;*/
}

.navbar-nav > li > a {
    padding-top: 22px; /*15px*/
}
    .navbar-inverse .navbar-brand {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: ghostwhite; /* logo hover*/
        }

    .navbar-inverse .navbar-text {
        color: #1F3E7C; /* blue */ /*#999999;*/
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #1F3E7C; /* blue */ /*#999999;*/
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: rgb(91,101,110);/* #5C6670; /* #5C6670; /*35b656e; #ffffff;*/
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #428bca; /*  rgb(91,101,110);   #080808;*/
}

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999999;
        border-bottom-color: #999999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret,
    .navbar-inverse .navbar-nav > .open > a:hover .caret,
    .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

.dropdown-menu, .dropdown-menu > a {
    font-size: 12px;
    color: #1F3E7C;
}
