﻿body {
}

h4 {
    font-size: 16px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    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;
    width: 300px;
    margin-right: 50px;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
textarea,
select {
    width: 90%;
}

    textarea.form-control {
        padding: 6px 10px;
    }

.alert {
    text-align: center;
}

select {
    padding: 1px 0;
}

header {
}

.adminheader {
    background-color: #ff7c00;
    margin: 0;
    padding: 0;
}

    .adminheader h1 {
        font-weight: 900;
        color: #ffffff;
    }

.menurow {
    background-color: #4f5259;
    padding: 1rem 0;
}

.table {
    font-size: 1.2rem;
}

.docpopupbehind {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.tablemenupopup {
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    border: solid 1px #999999;
    padding: 1rem;
    right: 0;
    white-space: nowrap;
}

.reportmenurow {
    background-color: #7f8289;
    padding: 0.2rem 0;
}

nav {
}

    nav label {
        font-weight: normal;
        float: left;
        padding: 0;
        margin: 0;
        padding-right: 2rem;
    }

        nav label a {
            color: #ffffff;
            cursor: pointer;
        }

            nav label a:hover {
                color: #999999;
            }

        nav label.selected {
            color: #00c7ff;
        }

            nav label.selected a {
                color: #00c7ff;
            }

        nav label:last-child::after {
            clear: both;
        }

.mobilemenu {
    margin-top: 1rem;
    padding: 1rem;
    width: 100%;
    background-color: #d9d9db;
}

    .mobilemenu summary {
        font-size: 2rem;
        padding: 0.25rem;
    }

    .mobilemenu label {
        display: block;
        padding-left: 2rem;
        font-size: 1.2rem;
    }

.botalign {
    display: inline-block;
    vertical-align: baseline;
}

.username {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    float: right;
}

    .username:hover {
        color: #ffffff;
        background-color: #818181;
        color: #000000;
    }

    .username:after {
        clear: both;
    }

.usermenu {
    display: none;
    position: absolute;
    z-index: 10;
    width: 150px;
    background-color: #ff7c00;
    border: solid 1px #cc4900;
    border-radius: 2rem;
    margin-top: -20px;
    left: 50%;
    margin-left: -75px;
}

h1, h2, h3, h4, h5 {
    font-family: Helvetica;
}

h1 {
    color: #50525a;
    font-size: 34px;
    font-weight: 300;
}

h4, h5 {
    color: #ff7c00;
}

.AcaName select {
    margin-top: 0px;
}

.AcaName h4 {
    font-weight: 400;
}

.footerborder {
    margin-top: 2rem;
    border-top: solid 1px #555555;
}

.errormessage {
    color: red;
}

.message {
    color: green;
}

.nomarg {
    margin: 0;
}

.nopadd {
    padding: 0;
}

.itemalert {
    text-align: center;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    z-index: 10;
    font-size: 1.4rem;
    color: black;
    background-color: lightgreen;
    border: solid 1px darkgreen;
    border-radius: 10px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0.2rem 2rem;
    font-weight: bold;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.itemstandout {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes backgroundfade {
    50% {
        background-color: lightgreen;
    }

    100% {
        background-color: white;
    }
}

@keyframes backgroundfade {
    50% {
        background-color: lightgreen;
    }

    100% {
        background-color: white;
    }
}

.backgroundfade {
    -webkit-animation-name: backgroundfade;
    animation-name: backgroundfade;
}

.goback {
    font-size: 1.2rem;
    color: purple;
    border: solid 1px purple;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0.4rem 1rem;
    font-weight: bold;
    margin-top: 1rem;
}

    .goback:hover {
        background-color: mediumpurple;
        color: white;
        text-decoration: none;
    }

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #666666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    margin: 0px 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .10s, box-shadow ease-in-out .10s;
    -o-transition: border-color ease-in-out .10s, box-shadow ease-in-out .10s;
    -webkit-transition: border-color ease-in-out .10s, -webkit-box-shadow ease-in-out .10s;
    transition: border-color ease-in-out .10s, -webkit-box-shadow ease-in-out .10s;
    transition: border-color ease-in-out .10s, box-shadow ease-in-out .10s;
    transition: border-color ease-in-out .10s, box-shadow ease-in-out .10s, -webkit-box-shadow ease-in-out .10s;
}

.form-group {
    margin-bottom: 15px;
    margin-top: 15px;
}

select.input-sm {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
}

body {
    background-color: #ffffff;
}


.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: none;
}

.btn-dis {
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

    .btn-dis:hover {
        background-color: transparent;
        color: transparent;
    }

.btn-success {
    color: #fff;
    background-color: #4cb44c;
    background-color: #67bc9b;
    border-color: #398439;
}

.btn-danger {
    color: #fff;
    background-color: #df3632;
    border-color: #ac2925;
}

.btn-primary {
    background-color: #00c7ff;
}

footer {
    background-color: #4f5259;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
}

    footer .copyright {
        text-align: right;
    }

    footer p {
        margin: 0;
        padding: 0;
    }

    footer a {
        color: #ffffff;
        font-weight: bold;
    }

        footer a:hover {
            color: #999999;
            text-decoration: none;
        }

.griditem {
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding: 2px 0;
    border: solid 1px #e1e1e1;
    border-bottom: none;
}

.gridtitle {
    background-color: #fff;
    font-size: 14px;
    font-weight: 900 !important;
    color: #000;
    padding: 2px 4px;
}

.Dashboard {
    margin-top: 50px;
}

.dashboardstandouts {
    width: 80%;
    /*margin: 4rem auto;*/
    margin: 0 auto;
}

    .dashboardstandouts .dashboardstandout {
        border: solid 3px #676c72;
        text-align: center;
        padding: 0;
        margin: 1rem 0;
        position: relative;
    }

        .dashboardstandouts .dashboardstandout label {
            display: block;
            margin: 0;
            font-weight: normal;
            font-size: 14px;
        }

            .dashboardstandouts .dashboardstandout label.sovalue {
                font-size: 3rem;
                margin: 2rem 0;
                color: #000000;
                display: inline;
            }

        .dashboardstandouts .dashboardstandout .sotraffic {
            position: absolute;
            top: 1rem;
            right: 1rem;
        }

        .dashboardstandouts .dashboardstandout label.sotitle {
            width: 100%;
            background-color: #00c7ff;
            color: #ffffff;
            min-height: 5rem;
            padding: 2px 5rem 2px 0.2rem;
        }

        .dashboardstandouts .dashboardstandout img {
            margin-left: 3rem;
            height: 70px;
        }

.sumbtn {
    font-size: 20px;
    color: #fff;
    padding: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

    .sumbtn.orangetopmar {
        border-top: solid 0.5rem #ff7c00;
    }

    .sumbtn.greyback {
        background-color: #96979c;
    }

.TitleBG {
    background-color: #eaeaec;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

    .TitleBG h1.TitleBG h4, .TitleBG h5 {
        margin: 0px;
    }

    .TitleBG h4, .TitleBG h5 {
        margin-top: 30px !important;
    }

.m10 {
    margin-top: 10px;
}

.StaffTableWrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.StaffTable .row {
    background-color: #fff;
    border-bottom: solid 1px #ffaf66;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .StaffTable .row.highlighted {
        background-color: rgba(0, 255, 0, .2);
    }

.StaffHeader {
    margin-bottom: 20px;
}
/* LogIn. */

.LogInLogo {
    padding: 4rem 0 0 0;
}

/*Budgets*/

.budgetlists {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
}

    .budgetlists summary {
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
        border-bottom: solid 3px #ffaf66;
    }

    .budgetlists .budgetheader .budgetcell {
        background-color: #4f5259;
        color: #ffffff;
        font-weight: bold;
        border-right: 5px solid #ffffff;
    }

    .budgetlists .budgetdetail .budgetcell {
        background-color: #e4e5e7;
        border-right: 5px solid #ffffff;
    }

    .budgetlists .budgetfooter .budgetcell {
        background-color: #cacbcd;
        border-right: 5px solid #ffffff;
    }

        /*Characteristices*/
.CharWrap {
    margin-top: 20px;
}

    .CharWrap .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
        font-weight: bold;
    }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.loginbox {
    width: 100%;
    background-color: #efefef;
    margin-top: 1rem;
    margin-bottom: 4rem;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px, rgba(0, 0, 0, 0.18) 0px 4px 11px;
    transition: all 0.222s ease-out 0s;
    display: block;
}

    .loginbox:hover {
        transform: translate3d(0px, -1px, 0px);
        background-color: #dedede;
        font-weight: bold;
        text-decoration: none;
    }

.cover {
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
}

    .cover.covershown {
        display: initial;
    }


.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 1rem;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: -10px 0 8px #888888;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #1f1f1f;
        }

    .sidenav .closebtn {
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .sidenavpadd {
        padding: 0 6rem 0 3rem;
    }

#main {
    transition: margin-right.5s;
}



.gridend {
    padding: 2px 0;
    border-top: solid 1px #999999;
}

.dashboard details {
    cursor: pointer;
}

details:focus, summary:focus {
    outline: none;
}

.gutterless {
    margin-right: 0;
    margin-left: 0;
}

.nopadd {
    padding-left: 0;
    padding-right: 0;
}

.importform p {
    margin: 0;
    padding: 0;
}

.importform .radiolist {
    list-style: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 20px;
}

    .importform .radiolist input {
        margin-right: 2rem;
    }



.budgetlists .row {
    padding-left: 3rem;
    margin-bottom: 0.2rem;
}

.budgetlists .budgetitem:last-of-type {
    margin-bottom: 2rem;
}

.noterow {
    background-color: #495057;
    display: none;
    font-size: 14px;
}

    .noterow.opened {
        display: block;
    }

    .noterow textarea {
        margin: 1rem 0;
        min-height: 5rem;
        border: solid 1px #000000;
        color: #000000;
    }

    .noterow .btn {
        margin-top: 1rem;
    }

.bg-success {
    padding: 2rem 0;
}

    .bg-success label {
        margin: 0;
        padding: 0;
    }

.form-padded {
    margin-top: 0.5rem;
}

.selectpadding {
    padding-top: 0;
    padding-bottom: 0;
}

.assetoptionbar {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background-color: #e3e3e3;
    margin-bottom: 2rem;
    padding: 1rem 0;
}

.disposed {
    background-color: #ffcccc;
}

.redstar {
    color: red;
    font-weight: bold;
    font-size: 2rem;
    float: right;
    margin-left: 1rem;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
