/**Overwrite site.css from Main Southeastern Website **/

input[type="text"],
input[type="password"],
input[type="email"],
#contribute_content select,
#contribute_content textarea {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    font-size: 1.1em;
}

input[type="text"],
input[type="password"],
input[type="email"],
#contribute_content select {
    height: 40px;
}

ul {
    /*Added to overwrite the default disc-type in firefox*/
    list-style: none;
}

#contribute_content {
    font-family: 'RobotoLight', Arial, sans-serif;
    font-size: 16px;
    margin: 30px 0 0;
}

#contribute_content .navbar-inner,
#contribute_content .navbar-inner .container-fluid,
#contribute_content .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#contribute_content .container-fluid>.navbar-header,
#contribute_content .container-fluid>.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-menu li a:hover,
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: underline;
}

#contribute_content .btn {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}


/* General Styling */

.table th {
    font-size: 1.1em;
}

.section-divider {
    margin-top: 15px;
}

.line-break {
    margin-bottom: 10px;
}

.logout-section {
    margin-top: 40px;
}


/* General Form Styling */

.submit-btn {
    font-family: 'RobotoLight', Arial, sans-serif;
    background: none repeat scroll 0 0 #007CCE;
    border: none;
    box-shadow: none;
    color: #FFFFFF;
    line-height: 22px;
    text-shadow: none;
    transition: all 0.25s ease 0s;
    height: 40px;
    padding: 0 20px;
}

.submit-btn:hover {
    background-color: #228CD2;
    outline: none;
    text-decoration: none;
    transition: 0.25s;
}

.form-label {
    font-size: 1.15em;
    color: #111111;
}

.inline-label {
    display: inline-block;
}

.description-box {
    max-width: 450px;
    max-height: 400px;
    overflow: auto;
}

.description {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: 'RobotoLight', Arial, sans-serif;
    font-size: 1em;
    padding: 0;
    word-break: normal;
    white-space: pre-wrap;
}


/* Login Form Styling */

.login-box {
    border: 1px solid #DDDDDD;
    margin: auto;
    max-width: 285px;
}

.login-box-content {
    background: #F7F7F7;
    color: #444444;
    padding: 20px 25px 5px 14px;
}

.login-box-content .form-label {
    font-weight: normal;
}

.login-box .submit-btn {
    font: 1.4em 'RobotoLight', Arial, sans-serif;
    padding: 0 6px;
    width: 100%;
}

.login-troubleshoot {
    padding-top: 10px;
    padding-right: 15px;
    font-size: 0.8em;
}

.login-troubleshoot-user {
    font-size: 0.9em;
}

.login-troubleshoot a {
    color: #439fe0;
}

.logo-container {
    margin: 10px 0 20px;
    text-align: center;
}


/* Bubble Notification for Login Form */

.notification {
    color: #F7F7F7;
    border-radius: 8px;
    margin: 0 0 1em;
    padding: 12px;
    position: relative;
}

.notification:after {
    border-color: #B94A48 transparent;
    border-style: solid;
    border-width: 0 10px 15px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
}

.notification.top {
    background-color: #B94A48;
}

.notification.top:after {
    border-color: #B94A48 transparent;
    border-width: 0 10px 15px;
    top: -15px;
}


/* Navigation Menu Styling */

.nav-tabs li.active>a,
.nav-tabs li.active>a:active,
.nav-tabs li.active>a:visited,
.app-menu .navbar-nav>li>a:hover {
    color: #FFFFFF;
    border: 1px solid transparent;
    background-color: #1460AA;
}

.nav-tabs li.active>a:hover {
    cursor: pointer;
}

.nav-tabs li>a:hover {
    cursor: pointer;
    text-decoration: none;
}


/* Border Styling */

.border-top {
    border-top: 1px solid #CCCCCC;
}

.border-bottom {
    border-bottom: 1px solid #CCCCCC;
}

.border-right {
    border-right: 1px solid #CCCCCC;
}


/* Scroll to Top Link Styling */

.scroll-top {
    background-color: #F7F7F8;
    border: 1px solid #BBBBBB;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    padding: 10px 12px;
    position: fixed;
    right: 40px;
    text-align: center;
    top: 500px;
    z-index: 1000;
}

.scroll-top:hover {
    background-color: #E9C225;
}


/* Fix for media object image */

.media img {
    max-width: 120px;
}

.dataTables_filter {
    float: right;
}

@media(max-width:768px) {
    .top1,
    #main_nav_bar,
    #footer_content_container {
        display: none;
    }
    .nav-item li {
        display: inline;
    }
    .nav-item {
        display: inline;
    }
    .nav-item a {
        display: inline;
    }
    .border-right {
        border: none;
    }
    .logout-section {
        margin: auto;
    }
}


/* CSS Style for the print page */

@media print {
    @page {
        margin: 0.5cm;
    }
    body {
        margin: 0;
        padding: 0;
        font: 0.9em Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }
    h1,
    h2 {
        font-size: 1.2em;
    }
    h3,
    h4 {
        font-size: 1.1em;
        margin-bottom: 1em;
    }
    h5,
    h6 {
        font-size: 1em;
        margin-bottom: 1em;
    }
    table {
        border-collapse: collapse;
        border: 1px solid #000000;
    }
    th,
    td {
        border: 1px solid #000000;
    }
    #header_bar_backdrop,
    #logo,
    #main_nav_bar,
    #sticker,
    #footer_content_container,
    #footer_copyright_container {
        display: none;
    }
    .print-button,
    i.fa,
    .btn,
    .btn-default,
    .hide-print {
        display: none;
    }
    .info-box,
    .mail-info-box {
        border: none;
    }
    .row {
        width: 100%;
        *zoom: 1;
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after {
        clear: both;
    }
    .row [class*="col-md-"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
    }
    .row [class*="col-md-"]:first-child {
        margin-left: 0;
    }
    .row .col-md-12 {
        width: 100%;
        *width: 99.94680851063829%;
    }
    .row .col-md-11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%;
    }
    .row .col-md-10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%;
    }
    .row .col-md-9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%;
    }
    .row .col-md-8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%;
    }
    .row .col-md-7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%;
    }
    .row .col-md-6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%;
    }
    .row .col-md-5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%;
    }
    .row .col-md-4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%;
    }
    .row .col-md-3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%;
    }
    .row .col-md-2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%;
    }
    .row .col-md-1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%;
    }
    .row .col-md-offset-12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%;
    }
    .row .col-md-offset-12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%;
    }
    .row .col-md-offset-11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%;
    }
    .row .col-md-offset-11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%;
    }
    .row .col-md-offset-10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%;
    }
    .row .col-md-offset-10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%;
    }
    .row .col-md-offset-9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%;
    }
    .row .col-md-offset-9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%;
    }
    .row .col-md-offset-8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%;
    }
    .row .col-md-offset-8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%;
    }
    .row .col-md-offset-7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%;
    }
    .row .col-md-offset-7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%;
    }
    .row .col-md-offset-6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%;
    }
    .row .col-md-offset-6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%;
    }
    .row .col-md-offset-5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%;
    }
    .row .col-md-offset-5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%;
    }
    .row .col-md-offset-4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%;
    }
    .row .col-md-offset-4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%;
    }
    .row .col-md-offset-3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%;
    }
    .row .col-md-offset-3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%;
    }
    .row .col-md-offset-2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%;
    }
    .row .col-md-offset-2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%;
    }
    .row .col-md-offset-1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%;
    }
    .row .col-md-offset-1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%;
    }
}

/* Panel heading background color - Global override with high specificity */
div.panel.panel-primary > div.panel-heading,
div.panel.panel-primary div.panel-heading,
div.panel.panel-info > div.panel-heading,
div.panel.panel-info div.panel-heading,
div.panel.panel-success > div.panel-heading,
div.panel.panel-success div.panel-heading,
div.panel.panel-warning > div.panel-heading,
div.panel.panel-warning div.panel-heading,
.panel-primary > .panel-heading,
.panel-primary .panel-heading,
.panel-info > .panel-heading,
.panel-info .panel-heading,
.panel-success > .panel-heading,
.panel-success .panel-heading,
.panel-warning > .panel-heading,
.panel-warning .panel-heading {
    background-color: #1A5632 !important;
    background: #1A5632 !important;
    border-color: #1A5632 !important;
    border: 1px solid #1A5632 !important;
}

/* Panel border color */
div.panel.panel-primary,
div.panel.panel-info,
div.panel.panel-success,
div.panel.panel-warning {
    border-color: #1A5632 !important;
    border: 1px solid #1A5632 !important;
}
