﻿@media print {
    .no-print {
        display: none !important;
    }
}

html, body {
    height: 100%;
}

body {
    padding-top: 0;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-weight: 500;
}
/* Sticky Footer using flexbox   
    see: https://css-tricks.com/couple-takes-sticky-footer/
    *******************/
body {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

/* Space between header and body content   ***/
/*.body-content { padding-top: 2em;}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Heading levels */
/* Add space between first heading on page and header */
h2 { margin-top: 1.5em;}

/* Add underline to all links */
a {
    text-decoration: underline;
}
/* Do not underline menu bar links */
.nav a {
    text-decoration: none;
}

/***   ADA Accessibility bootstrap overrides   **********************************/
a, a.page-link { color: #0071eb; }
.btn-primary, .page-item.active .page-link { background-color: #0071eb; border-color: #0071eb; }
.btn-outline-primary {
    color: #0071eb;
    border-color: #0071eb;
}
.text-success {
    color: #218739 !important;
}
.table-striped tbody tr:nth-of-type(odd) a { color: #3072ab; }
    .table-striped tbody tr:nth-of-type(odd) a.text-success { color: #1e7e34 !important;}
    .table-striped tbody tr:nth-of-type(odd) a.text-danger { color: #d42537 !important; }



    /* Outline links and change background color on hover */
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
    a:focus, a:hover,
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
    .btn-link:hover, .btn-link:focus {
        background-color: #fdf6e7;
        color: #00539b;
        text-decoration: none;
        outline: #6da031 1px solid;
    }

.topnav-separator {
    border-color: #9d2235;
    border-width: 2px;
}

header {
    border-bottom: 2px solid #9d2235;
}

/* Skip link   ***********************/
.skip-link:focus {
    font-weight: bold;
    border: 1px solid blue;
    position: relative;
    left: auto;
    top: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 2;
    padding: 5px 0;
    margin-top: 3px;
    margin-bottom: 5px;
    /*overflow: hidden;
                   clip: rect(0, 0, 0, 0);
                   border: 0;*/
}

/* Back to top link    ***************/
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #fff;
    background-color: #ff9000;
    padding-left: 9px;
    padding-top: 5px;
}

    .back-to-top i {
        font-size: 60px;
    }

/* 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
 {
    max-width: 280px;
}
textarea { max-width: 400px; }

/* FORMS: remove space above and below checkbox div for tables   */
table > tbody div.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

/* Form field validation   **************************************/
.field-validation-error {
    color: #bb0808;
    font-weight: bold;
}

.input-validation-error {
    border-color: #bb0808;
    border: 1px solid red;
    /*box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85);*/
}

input-validation-error:focus {
    border: 1px solid red;
    outline: none;
}

.input-validation-error + label {
    color: #bb0808;
}

.validation-summary-errors {
    color: #bb0808;
}

    .validation-summary-errors ul {
        list-style: none;
    }

/* Form label    *******/
/*.control-label { font-weight: bold;}*/

/* From interpreter.css */


.content {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

/**** Top Navigation           *******************/
/*.navbar { margin-bottom: 0;}*/

/* Make top navbar look like Partners - uofapartners.uark.edu    *********************************/
.navbar {
    background-color: #fff;
    color: #222;
}

.navbar-default .navbar-nav > li > a {
    color: #222;
}

.navbar-default {
    border: none;
    margin-bottom: 0;
}

    .navbar-default .navbar-toggle {
        background-color: #fff;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #000;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:active {
            background-color: #000;
            color: #fff;
        }

            .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar,
            .navbar-default .navbar-toggle:active .icon-bar {
                background-color: #fff;
            }

/* Logout nav link/button     *****************************************/
.btn-link { text-decoration: underline;}
.logout-link { font-size: 14px; }

/* Sign In Button Styles
-----------------------------------------------------*/
.sign-in-button {
    padding: 0;
    border: none;
    background-color: #fff;
}

    .sign-in-button > img {
        cursor: pointer;
        width: 215px;
    }

h1 {
    color: #000;
}

h1 {
    font-size: 2.5em;
    color: #000; /*color: #1b5c99;*/
    margin-bottom: .5em;
    margin-top: .5em;
}

/* Make footer look like Partners   ***********************************/
footer {
    /*background-color: #e7e8e9;*/
    background-color: #fff;
    padding: 35px 0 30px 0;
    border-top: 3px solid #e7e8e9;
}

footer {
    margin-top: 3em;
}

.footer-name {
    font-weight: bold;
}

/* Links on striped table rows    **************/
/*.table-striped > tbody > tr:nth-of-type(odd) a {
    color: #3277B3;
}*/

    .table-striped > tbody > tr:nth-of-type(odd) a.btn {
        color: #fff;
    }

/* Remove link underline from button links   *************/
a.btn {
    text-decoration: none;
}

/*** Home Page  *****/
.home-info {
    padding-top: 25px;
}

/***   Interpreter Profile     ******************/
/*.profile-checkbox input[type=checkbox] { padding-left: 35px; }*/
.profile-checkbox {
    padding-left: 25px; padding-bottom: .5rem;
}
.profile-checkbox label { display: inline; }

.checkbox-list-heading {
    font-weight: bold;
}

.checkbox-label {
    display: inline;
    margin-left: 15px;
}

/* Agree not checked  */
.agree-not-checked {
    border: 1px solid #ff0000;
}

.agree-checkbox { margin-right: 10px; }
.agree-container { padding: 10px; }

.block {
    display: block;
}

/* spacing  */
.space-above {
    padding-top: 3em;
}

.back-link {
    margin-top: 2em;
    margin-bottom: 2em;
}

.vertical-space-xs {
    padding-top: .5em;
    padding-bottom: .5em;
}

.vertical-space-sm {
    padding-top: 1em;
    padding-bottom: 1em;
}

.vertical-space-md {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.vertical-space-lg {
    padding-top: 2em;
    padding-bottom: 2em;
}

/*** Search Results  *********************/
.search-result {
    border-bottom: 1px solid #ccc;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.search-result-name {
    font-weight: bold;
    padding-bottom: 15px;
}

.status-approved {
    color: #3C773C;
}

.status-rejected {
    color: #a33f3c;
}

.status-approved, .status-rejected {
    font-weight: bold;
}

/*** Profile details   ********************/
.profile-container {
    border: 1px solid #2c4fa4;
    padding: 10px 10px;
}

.profile-header {
    border-radius: 6px;
}

    .profile-header h2 {
        background-color: #1b5c99;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 10px;
        text-align: center;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

.contact-info {
    padding: 1em 0;
}

/* Override panel title font size */
.panel-title {
    font-size: 1.5em;
    text-align: center;
}

/* Forms  *****************/

/* Button colors for contrast   */
.btn-success {
    background-color: #388038;
}

.btn-danger {
    background-color: #D4403A;
}

/** User Role Status    *************/
/*#roleStatus { padding: 10px 5px; background-color: #dff0d8; color: #3c763d; }*/
/*.role-status { padding: 10px 5px; background-color: #dff0d8; color: #3c763d; }*/
.role-status {
    display: none;
}

.role-status-hidden {
    display: none;
}

/* Checkbox Switch     **************/
/* courtesy of https://proto.io/freebies/onoff/    ************/
.onoffswitch {
    position: relative;
    width: 61px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 19px;
        padding: 0;
        line-height: 19px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 11px;
    margin: 4px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
