﻿/************************* Begin Bootstrap Overrides ************************************/
.navbar {
    margin-bottom: 0;
    min-height: 20px;
}

.navbar-brand, .navbar-nav > li > a {
    padding: 10px 20px 10px 20px;
}


.navbar-inverse {
    /*background-color: #004982;
    border-color: #004982;
        */
    background: #004982;
    background-image: linear-gradient(320deg,#0074cf 20%,#004982 90%); /*!important;*/
}

    .navbar-inverse .navbar-brand {
        color: #D3D3D1;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #D3D3D1;
    }

.text-primary {
    color: #0077c8;
}

.btn-primary {
    color: #ffffff;
    background-color: #0077c8;
    border-color: #0071BE;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0077c8;
}

.label-primary {
    background-color: #0077c8;
}

.panel-primary {
    border-color: #0077c8;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #0077c8;
        border-color: #0077c8;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #0077c8;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #0077c8;
    }

pre {
    font-family: "Titillium Web","Alegreya Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/************************* End Bootstrap Overrides *******88*****************************/


/************************* Begin Kendo Overrides ************************************/

.k-combobox {
    width: 100%;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-listbox, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
    width: 100%;
}

.k-dialog-titlebar,
.k-header {
    background-color: #0077c8 !important;
    color: #fff !important;
}

    .k-header .k-link {
        color: #fff !important;
    }

.k-button.k-button-icontext.k-grid-excel {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439
}



/************************* End Kendo Overrides ************************************/

body {
    padding-bottom: 60px;
    font-family: "Titillium Web","Alegreya Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    overflow-y: scroll;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 60px;
    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;

}*/



.debug-warning-banner {
    background-color: #FF9933;
    color: #000000;
    font-weight: bold;
    text-align: center;
}


/****************** Begin Alert styles ***************************/

.alert {
    margin-top: 20px;
}

.alert-attention {
    background-color: #FFF0E1;
    border-color: #FFDDBB;
    color: #FF9900;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #D4E9C2;
    color: #468847;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #EFD0D5;
    color: #b94a48;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info h4 {
        color: #3a87ad;
    }

/****************** End Alert styles *****************************/


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    border-top: 2px solid #e5e5e5;
    background-color: #f5f5f5;
    text-align: center;
}

    .footer p {
        margin-bottom: 0;
        color: #777;
    }

.footer-links {
    margin: 10px 0;
}

    .footer-links li {
        display: inline;
        padding: 0 2px;
    }

        .footer-links li:first-child {
            padding-left: 0;
        }


/**********************************************/
/* USC Timetable Data Collection specific css */
/**********************************************/


/* USC typography */

/*
body {
    font-family: "Alegreya Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .lead {
    font-family: Amaranth,Georgia,"Times New Roman",Times,serif;
}

    h4:first-child, h5:first-child, h6:first-child, ol:first-child, p:first-child, p:first-of-type, ul:first-child {
        margin-top: 0;
    }

h4, h5 {
    line-height: 1.1;
}
*/


/* Home page */
/*hr {
    margin: 0 0 14px 0;
}*/

.term-name {
    font-size: 17px;
    font-weight: bold;
}

.term-info {
    font-size: 14px;
}

.course-title {
    color: green;
    font-size: 17px;
    font-weight: bold;
}
/*#search-course-btn {
    margin-left: 8px;
    height: 40px;
    width: 95px;
}
*/
.center-text {
    text-align: center;
}

#search-courses {
    margin-top: 20px;
}

/* Main form layout CSS */
.usc-field {
    margin-bottom: 10px;
}

.usc-field-prompt {
    font-size: 22px;
    font-weight: bold;
    color: #0077c8; /* USC primary blue */
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*max-width: 890px;*/
    line-height: 1.3em;
}

.usc-field-label {
    color: #555; /* USC dark grey */
}

.usc-field-header-label {
    width: 96px;
}

.usc-field-help {
    color: #555; /* USC dark grey */
    /* max-width: 500px;*/
}

.usc-field-numeric {
    width: 100px;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    padding: 12px;
}

.nav-tabs {
    margin-bottom: 0;
    font-weight: bold;
}

.tab-pane h3 {
    margin-top: 0;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.text-middle {
    vertical-align: middle /*!important;*/
}

/* Default Kendo styles */


.field-validation-error {
    color: red;
    font-weight: bold;
}


.tab-content label {
    font-weight: normal;
}




/******************** START:: Enable sub menus in navigation that was removed in bootstrap 3 ***********************/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }




/******************** END:: Enable sub menus in navigation that was removed in bootstrap 3 ***********************/


.table thead {
    font-weight: bold;
}

legend {
    margin-top: 20px;
}


thead {
    display: table-header-group;
}

tfoot {
    display: table-row-group;
}

tr {
    page-break-inside: avoid !important;
}

.form-display {
    padding-top: 7px;
    display: inline-block;
}

.pre-normal-text {
    background-color: #FFFFFF;
    border: 0px;
    font-size: 1em;
    padding: 0px;
}