@charset "utf-8";
/* CSS Document */

/*
                                                                                                                                                
                ^1			LAYOUT 												
                ---------------------------------------------------------------	
                ~1.1		Header 		
                ~1.2            Navigation
                ~1.3            Breadcrumbs
                ~1.4            Left Navigation
                ~1.5            Main Content
                ~1.6            Footer Content
                ~1.7            Footer Secondary Content
                ~1.8            Misc
                                
                
                ^2 			CONTENT 												
                -----------------------------------------------------------	
                ~2.1            Headings
                ~2.2            Labels
                ~2.3            Forms
                ~2.4            Table Filters


                ^3 			PAGE ELEMENTS										
                ---------------------------------------------------------------	
                ~3.1            Page Container

                ^4 			APPLICATION										
                ---------------------------------------------------------------	
                ~4.1            Page Container

                ^5 			ADMINISTRATION
                ---------------------------------------------------------------	
                ~5.1            Program Year

                ^6 			CES DIRECTORY
                ---------------------------------------------------------------	
                ~6.1            Detail Page

*/

/*****************************************************************************
                        ^1	LAYOUT STYLES
******************************************************************************/


/*********     ~1.1	Header     **************************************************/

#top-header-left {
    float: left;
}

#top-header-left img {
    width:265px;
    height:73px;
}

#top-header-right {
    float: right;
}

#top-header-right img {
    width: 550px;
}

/*********     ~1.2	Navigation     **************************************************/

#top-nav {

    font-weight: bold;
    background-color: #56a0d3;
    border-color: #E7E7E7;
}

#top-nav li a {
    background-color: #56a0d3;
    color: #FFFFFF;
}

#top-nav li a:hover {
    background-color: #3687C0;
    color: #FFFFFF;
}

/*********     ~1.3	Breadcrumbs     **************************************************/

#breadcrumbs {
    padding: 7px 0px;
    margin: -10px 0px 10px 0px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

#breadcrumb_left {
    padding-left: 0px;
}

#breadcrumb_right {
    text-align: right;
    padding-right: 0px;
}

/*********     ~1.4	Left Navigation     **************************************************/

#left_navigation {

}

#left_navigation .section-header {
    font-weight: bold;
    text-transform: uppercase; 
    color: #FFFFFF;
    background-color: #3687C0;
    padding: 5px;
}

#left_navigation ul {
    margin-left: -40px;
    list-style-type: none;
}

#left_navigation ul li {
    font-size: 85%;
    line-height: 1.4em;
    border-bottom: 1px solid #D9D9D9;    
}

#left_navigation ul li:hover {
    color: #FFFFFF !important;
    background-color: #56a0d3;
}

#left_navigation ul li a {
    display: block;
    padding: 10px 8px;
}

#left_navigation ul li a:hover, 
#left_navigation ul li a:active {
    color: #FFFFFF;
    text-decoration: none;
}

/*********     ~1.8	Misc     **************************************************/

.hidden {
    display: none;
}

.clearfix {
    height:0;
    font-size:0.01em;
    line-height:0.01em;
    clear: both;
}

/*********     ~1.9	Bootstrap Updates     **************************************************/

.tab-pane-bordered {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    box-shadow: 1px 1px 1px #888888;
}

.tab-pane-padded {
    padding: 15px;
}

.tab-pane-padded-left {
    padding-left: 15px;
}

.nav-tabs-bordered {
    margin-bottom: 0;
}

/*****************************************************************************
                        ^2	CONTENT STYLES
******************************************************************************/

/*********     ~2.1	Headings     **************************************/

h1 {
    color: #56a0d3;
    font-size: 197%;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 12px 0;
    line-height: 1.2em;
}

/*********     ~2.1	Labels     **************************************/

.label-size-small {
    padding: 5px;
    font-size: 13px;
}

.label-size-normal {
    padding: 7px;
    font-size: 15px;
}

.label-size-normal-full {
    padding: 7px;
    font-size: 15px;
}

.label-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/*********     ~2.3	Forms     **************************************/

.form-required {
    font-weight: bold;
    color: red;
}

.form-control-inline {
    min-width: 0;
    width: auto;

}

.control-label {
    color: #666;
}

.form-size-x-small {
    max-width: 300px;
}

.form-size-small {
    max-width: 400px;
}

.form-size-medium {
    max-width: 600px;
}

.form-size-large {
    max-width: 800px;
}

.form-size-x-large {
    max-width: 1000px;
}

.form-size-full {
    width: auto;
}

.text-area-default {
    height: 10px;
}

/*********     ~2.4	Table Filters     **************************************/

.form_error_input {
    padding: 5px;
    background-color: #F2DEDE;
    margin: 10px;
}

.form_error_messages {
    margin-top: 5px;
    color: red;
    font-weight: bold;
}

.filter_form_header {
    margin: 14px 0 8px 0;
    font-size: 24px;
    padding: 5px 8px;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: #4f7eac 0 0.05em 0.05em;
    background: #56a0d3 url(images/h2_bg_repeat.gif) repeat-x left bottom;
    border-top: #9bbdde solid 1px;
    position: relative;
}

.filter_form {
    width: 800px;
    margin: 15px auto 0 auto;
}

.filter_form .date-switch {
    cursor: pointer;
}

.filter_form .help-text {
    cursor: pointer;
    color: #FFD700;
    position: relative;
    left: -40px;
    top: 7px;
}

.filter_form .column_checkbox_container {
    padding: 5px;
    width: 170px;
    float: left;
}

.filter_form .filter_table_label_container {
    padding: 5px;
    width: 170px;
    border: 1px solid black;
}

.filter_form .filter_table_operator_container {
    padding: 5px;
    width: 50px;
}

.filter_form .filter_table_input_container {
    padding: 5px;
}

.filter_form .filter_table_input {
    width: 100px;
}

.filter_form .not_col {
    margin-right: -40px;
}

.filter_form .display_name {
    text-align: right;
    margin-right: 20px;
}

.filter_form .relation_container {
    margin-right: 20px;
}

.filter_form .panel:first-child .row {
    margin-top: -18px;
    margin-right: 0;
}

.filter_form .panel:first-child .row:hover {
    background-color: #f5f5f5;
}

.filter_form select, 
.filter_form input[type="text"] {
    width: 100% !important;
}

.filter_form .filter_table_input_extra {
    padding-left: 10px;
}

.filter_table {
    text-align: center; 
    border-collapse: collapse; 
    border: 1px solid black;
}

.filter_table th {
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    vertical-align: middle;
    border:1px solid black;
}

.filter_table_cell {
    padding: 10px 20px; 
    vertical-align: middle;
    border: 1px solid black;
}

.filter_table_page_sort {
    font-size: .7em;
}

.filter_table_page_sort a:hover {
    text-decoration: underline;
    font-size: .7em;
}

.filter_table_data_sort a:hover {
    text-decoration: underline;
}

#filter_form_paging_container {
    
}

.filter_form_paging_left {
    float: left;
}

.filter_form_paging_right {
    float: right;
}

.filter_form_pagination {
    
    float: left;
}

.filter_form_per_page {
    padding-top: 30px;
}

/*********     ~2.5	Buttons     **************************************************/

.btn {
    -webkit-box-shadow: 0 6px 6px -6px black;
    -moz-box-shadow: 0 6px 6px -6px black;
    box-shadow: 0 6px 6px -6px black;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1d7631;
  border-color: #1d7631;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1d7631;
  border-color: #1d7631;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/*********     ~2.6	Icons     **************************************************/

.glyphcss-pull-right-sm {
    margin-right: 5px;
}

.glyphcss-pull-right-md {
    margin-right: 10px;
}

.glyphcss-pull-left-sm {
    margin-left: 5px;
}

.glyphcss-pull-left-md {
    margin-left: 10px;
}

/*********     ~2.7	Labels     **************************************************/

.label-size-sm {
    
    /* Display and Box Model */
    padding: 5px 8px;
    
    /* Text */
    font-size: 12px;
}

.label-size-md {
    
    /* Display and Box Model */
    padding: 10px 15px;    
    
    /* Text */
    font-size: 15px;
}

.label-size-lg {
    
    /* Display and Box Model */
    padding: 10px 15px;
    
    /* Text */
    font-size: 20px;
}

/*****************************************************************************
                        ^3	PAGE ELEMENT STYLES
******************************************************************************/


/*********     ~3.1	Page Container     **************************************************/

#page {
    padding: 20px;
}

.current_program_link {
    font-size:28px;
    font-weight:bold;
}

/*****************************************************************************
                        ^4	APPLICATION
******************************************************************************/

/*********     ~4.1	Budgets     **************************************/

.budget-required {
    font-weight: bold;
    font-size: 18px;
    color: red;
}

.budget-section-line {
    width: 5%;
}

.budget-section-item {
    width: 30%;
}

.budget-section-description {
    width: 55%;
}

.budget-section-amount {
    width: 10%;
}

.budget-section-amount input {
    text-align: right;
}

.budget-section-total {
    font-weight: bold;
}

/*********     ~4.2	Documents     **************************************/

.document-button-container {
    text-align: center;
}

/*********     ~4.3	Agreement     **************************************/

.application-verification-text {
    margin-left: 10px;
}


/*****************************************************************************
                        ^5	ADMINISTRATION STYLES
******************************************************************************/


/*********     ~5.1	Program Year     **************************************************/

.program-year-table tr {
    vertical-align: middle;
}

.program-year-detail-section-link {
    width: 5%;
}

.program-year-detail-section-sort-order {
    width: 10%;
    text-align: center;
}

.program-year-detail-section-id {
    width: 5%;
    text-align: center;
}

.program-year-detail-section-header {
    font-weight: bold;
}

/* ==========================================================================
   6 CES Directory Elements
   ========================================================================== */

/* 6.1 Search Page
   ========================================================================== */


/* 6.2 User Management
   ========================================================================== */

.detail-page-table-title {
    width: 200px;
    font-weight: bold;
}


