﻿/*
    Bootstrap button
 */
.btn-ttuhsc {
    color: #eeeeee !important;
    background-color: #333333;
    border-color: #161616;
    margin-right: 15px;
}

    .btn-ttuhsc:focus,
    .btn-ttuhsc.focus {
        color: #eeeeee !important;
        background-color: #555555;
        border-color: #7b7b7b;
    }

    .btn-ttuhsc:hover {
        color: #eeeeee !important;
        background-color: #444444;
        border-color: #9c9c9c;
    }

    .btn-ttuhsc:active,
    .btn-ttuhsc.active,
    .open > .dropdown-toggle.btn-ttuhsc {
        color: #eeeeee !important;
        background-color: #555555;
        border-color: #7b7b7b;
    }

        .btn-ttuhsc:active:hover,
        .btn-ttuhsc.active:hover,
        .open > .dropdown-toggle.btn-ttuhsc:hover,
        .btn-ttuhsc:active:focus,
        .btn-ttuhsc.active:focus,
        .open > .dropdown-toggle.btn-ttuhsc:focus,
        .btn-ttuhsc:active.focus,
        .btn-ttuhsc.active.focus,
        .open > .dropdown-toggle.btn-ttuhsc.focus {
            color: #eeeeee !important;
            background-color: #555555;
            border-color: #7b7b7b;
        }

    .btn-ttuhsc:active,
    .btn-ttuhsc.active,
    .open > .dropdown-toggle.btn-ttuhsc {
        background-image: none;
    }

    .btn-ttuhsc.disabled,
    .btn-ttuhsc[disabled],
    fieldset[disabled] .btn-ttuhsc,
    .btn-ttuhsc.disabled:hover,
    .btn-ttuhsc[disabled]:hover,
    fieldset[disabled] .btn-ttuhsc:hover,
    .btn-ttuhsc.disabled:focus,
    .btn-ttuhsc[disabled]:focus,
    fieldset[disabled] .btn-ttuhsc:focus,
    .btn-ttuhsc.disabled.focus,
    .btn-ttuhsc[disabled].focus,
    fieldset[disabled] .btn-ttuhsc.focus,
    .btn-ttuhsc.disabled:active,
    .btn-ttuhsc[disabled]:active,
    fieldset[disabled] .btn-ttuhsc:active,
    .btn-ttuhsc.disabled.active,
    .btn-ttuhsc[disabled].active,
    fieldset[disabled] .btn-ttuhsc.active {
        background-color: #333333;
        border-color: #bbbbbb;
    }

    .btn-ttuhsc .badge {
        color: #eeeeee;
        background-color: #333333;
    }

/*
    Header
 */
.header {
    min-width: 400px !important;
}

.assigned-hours span {
    font-size: 20px;
}

.button-calendar {
    margin-right: 2px;
}

.button-calendar-right {
    margin-right: 3px;
    float: right;
}

/*
    Header, small and medium
*/
@media (max-width: 768px) {
    .header-logo {
        display: none;
    }
}

/*
    Header, all sizes.
*/
@media (min-width: 320px) {
    .header {
        width: 100%;
        background: #99281e;
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #da0b1d), color-stop(100%, #8B0000));
        background: -o-radial-gradient(center, ellipse cover, #da0b1d 1%, #99281e 100%);
        background: -ms-radial-gradient(center, ellipse cover, #da0b1d 1%, #99281e 100%);
        background: -moz-radial-gradient(#da0b1d, #99281e);
        background: radial-gradient(#da0b1d, #99281e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da0b1d', endColorstr='#99281e', GradientType=1);
        z-index: 999;
        position: fixed;
        top: 0;
        clear: both;
    }

    .header-logo {
        margin-top: 5px;
        width: 100%;
        height: 50px;
    }

        .header-logo a {
            width: 100%;
            height: 100%;
        }

            .header-logo a img {
                width: 100%;
                height: 100%;
                max-height: 70px;
                max-width: 300px;
            }

    .header-application {
        width: 100%;
        top: 25px;
        text-align: center;
    }

        .header-application span {
            display: block;
            font-size: 2.5em;
            font-weight: bold;
            letter-spacing: 2px;
            color: #ffffff;
            text-shadow: 2px 2px 3px #333333;
        }

    .header-login {
        text-align: right;
        margin-right: 15px;
        margin-top: 15px;
        color: #ffffff;
        font-weight: 500;
    }

        .header-login a {
            text-decoration: none;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            padding-right: 5px;
        }

        .header-login span {
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
        }
}

@media (min-width: 320px) and (max-width: 990px) {
    .header-application span {
        display: block;
        font-size: 1.3em;
        font-weight: bold;
        letter-spacing: 2px;
        color: #ffffff;
        text-shadow: 2px 2px 3px #333333;
    }

    .fc-header-title h2 {
        font-size: 16px !important;
    }

    .subHeaderTitle h1 {
        font-size: 26px !important;
    }

    .assigned-hours {
        width: 100%;
        text-align: center;
        display: none;
        padding-bottom: 10px;
    }

        .assigned-hours span {
            font-size: 16px;
        }
}

/*
    Menu, small and medium sizes.
*/
@media (max-width: 991px) {
    .navbar {
        margin: 0 !important;
        width: 100% !important;
        min-height: 60px !important;
    }

    .navbar-header {
        display: block;
        height: 60px !important;
    }

    .navbar-toggle {
        margin-top: 10px !important;
        margin-right: 10px !important;
    }

        .navbar-toggle .icon-bar {
            width: 25px !important;
            height: 3px !important;
        }

    .nav-menu {
        top: 5px;
        padding-top: 2px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 60px !important;
        width: 100%;
        background-color: #333333;
        z-index: 999;
        margin: 0;
        padding: 0;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        -ms-box-shadow: 0 0 5px 3px #333333;
        -webkit-box-shadow: 0 0 5px 3px #333333;
        -moz-box-shadow: 0 0 5px 3px #333333;
        -o-box-shadow: 0 0 5px 3px #333333;
        box-shadow: 0 0 5px 3px #333333;
    }

        .nav-menu .menu-container {
            margin-top: 1px;
        }

        .nav-menu .menu-brand {
            display: block;
        }

            .nav-menu .menu-brand .menu-logo {
                max-height: 40px;
            }
}

/*
    Menu, large and extra large sizes.
*/
@media (min-width: 992px) {
    .navbar {
        margin: 0 !important;
        width: 100% !important;
        min-height: 30px !important;
    }

    .navbar-header {
        display: none;
    }

    .nav-menu {
        top: 5px;
        padding-top: 5px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
        background-color: #333333;
        z-index: 999;
        margin: 0;
        padding: 0;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        -ms-box-shadow: 0 0 5px 3px #333333;
        -webkit-box-shadow: 0 0 5px 3px #333333;
        -moz-box-shadow: 0 0 5px 3px #333333;
        -o-box-shadow: 0 0 5px 3px #333333;
        box-shadow: 0 0 5px 3px #333333;
    }

        .nav-menu .menu-container {
            margin-top: 3px;
        }

        .nav-menu .menu-brand {
            display: none;
        }
}

.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-item:hover {
    background-color: #195c93 !important;
}

/*
    Sub-Header
 */
.subheader {
    position: relative;
    clear: both;
    padding-bottom: 20px;
}

/*
    Content
 */
.content {
    min-width: 400px;
    position: relative;
    clear: both;
}

/*
    footer
 */
.footer {
    min-height: 25px;
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: #333333;
    z-index: 900;
    -ms-box-shadow: 0 0 6px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 6px 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 6px 3px rgba(0,0,0,0.4);
}

    .footer .copyright {
        margin-top: 5px;
        margin-left: 10px;
        float: left;
        color: #777777;
        font-size: 0.8em;
    }

/*
    Layout
 */
.topSpacer {
    height: 120px;
}

.bottomSpacer {
    height: 50px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #555 !important;
}

.dropdown-menu > li > a:hover {
    color: #ffffff !important;
}

.roundCorner {
    border: solid 1px #000000;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.hide {
    visibility: hidden;
}

/*
    Parsley Validation Classes
*/
input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #28a745;
    background-color: #c1f0cc;
    border: 1px solid #28a745;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #dc3545;
    background-color: #f4bec3;
    border: 1px solid #dc3545;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    -ms-opacity: 0;
    opacity: 0;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .parsley-errors-list.filled {
        -ms-opacity: 1;
        opacity: 1;
    }

.parsley-max,
.parsley-min,
.parsley-maxlength,
.parsley-pattern,
.parsley-required,
.parsley-type,
.parsley-range,
.parsley-validDate,
.parsley-validText {
    color: #dc3545;
}

/*
    Schedule event for Calendar
*/
@media (min-width: 320px) and (max-width: 575px) {
    .fc-event {
        font-size: 8px !important;
    }

    .footer .copyright {
        margin-top: 5px;
        margin-left: 10px;
        float: left;
        color: #eeeeee;
        font-size: 0.55em;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .fc-event {
        font-size: 9px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fc-event {
        font-size: 10px !important;
    }
}

@media (min-width: 1200px) {
    .fc-event {
        font-size: 11px !important;
    }
}

/*
    Spinner and block dialog.
*/
.block-dialog {
    display: none;
    background-color: transparent;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #cc0000;
    width: 150px;
    height: 150px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

body .uwy.userway_p3 .userway_buttons_wrapper {
    bottom: 25px !important;
}