﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 20px;
    color: #333;
}

/*div {
    border: 1px solid red;
}*/

textarea {
    box-sizing: border-box;
    resize: none;
}

    textarea.animated {
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s;
    }

/*Temporary*/
.sitemenu {
    position: unset;
    top: unset;
    z-index: unset;
    height: unset;
    background-color: #102A4C;
}
/*Temporary*/


.siteheader {
    background-color: #102A4C;
    /*background-image: -moz-linear-gradient(top,#d1d1d1,#fefefe);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#d1d1d1),to(#fefefe));
    background-image: -webkit-linear-gradient(top,#d1d1d1,#fefefe);
    background-image: -o-linear-gradient(top,#d1d1d1,#fefefe);
    background-image: linear-gradient(to bottom,#d1d1d1,#fefefe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1d1d1', endColorstr='#fffefefe', GradientType=0);*/
}

.sitelogo a, .sitelogo a:hover {
    text-decoration: none;
}

.sitelogo, .sitelogo img {
    width: 20rem;
    height: 4rem;
}

.pageheader {
    -webkit-transition: "all 0.5s ease-in";
    -moz-transition: "all 0.5s ease-in";
    -o-transition: "all 0.5s ease-in";
    transition: "all 0.5s ease-in";
    background-color: #F37021;
    border-top: 3px solid #F37021;
    border-bottom: 3px solid #F37021;
    padding: 5px;
    padding: 0.25rem;
    color: #F37021;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.usermenu > a {
    color: #fff;
    text-decoration: none;
}

    .usermenu > a:hover {
        color: #fff;
    }

.sitetitle {
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
}

.formtitle {
    color: #000000;
    letter-spacing: -.025em;
    line-height: 1em;
    padding: 15px;
    display: block;
}

.WelcomeLabel {
    color: #000000;
    letter-spacing: -.025em;
    line-height: 1em;
}

.pagetitle {
    font-size: 1rem;
    color: #ffffff;
}

.sitefooter {
    bottom: 0;
    /*text-align: center;*/
    background-color: #102A4C;
    font-weight: 300;
    font-style: normal;
    font-family: 'Gotham SSm A','Gotham SSm B','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #fff;
    padding: 5px;
}

    .sitefooter span {
        display: inline-block;
        text-decoration: none;
        line-height: 1em;
        font-size: 12px;
        font-size: 0.8rem;
    }

    .sitefooter a {
        color: #fff;
        text-decoration: none;
    }

        .sitefooter a:hover {
            color: #fff;
            text-decoration: underline;
        }

/*.sitemenu {
}*/

.menuitem {
    border-radius: 0;
    /*word-break: break-word;
    white-space: normal;*/
    padding: 0.5rem;
    width: 100%;
    color: #ffffff;
}

    .menuitem > ul > li {
        padding: 0.5rem !important;
        margin-left: 0.5rem;
    }

        .menuitem > a, .menuitem > ul > li > a {
            padding: 0px !important;
        }

    .menuitem .menuitemtext {
        display: inline-block;
        width: -webkit-calc(100% - 1.5rem);
        width: -moz-calc(100% - 1.5rem);
        width: calc(100% - 1.5rem);
    }

    .menuitem .menuitemicon {
        display: inline-block;
        width: 1.5rem;
    }

    .menuitem.active {
        font-weight: bold !important;
        margin: 0 !important;
        color: #f37021;
    }

    .menuitem a:hover {
        color: #f37021;
        text-decoration: underline;
    }

.validationerror {
    padding: 0.25rem;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eeeeee;
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

/*// Extra small devices (portrait phones, less than 576px) 
// No media query since this is the default in Bootstrap 

// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 165px;
        margin-top: 64px;
    }
    /*.menutoggle {
        width: 75px;
    }*/

    .sitelogo, .sitelogo img {
        width: 50rem;
        height: 8rem;
    }

    .sitetitle {
        font-size: 1.5rem;
    }

    .formtitle {
        font-size: 1.25rem;
    }

    /*@supports ((position:-webkit-sticky) or (position:sticky)) {
        .sitemenu {
            top: 110px;
            height: calc(100vh - 110px);
        }
    }*/
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 180px;
        margin-top: 64px;
    }
    /*.menutoggle {
        width: 100px;
    }*/

    .sitelogo, .sitelogo img {
        width: 20rem;
        height: 4rem;
    }

    .sitetitle {
        font-size: 1.75rem;
    }

    .formtitle {
        font-size: 1.5rem;
    }

    .mainform {
        min-height: calc(100vh - 13rem);
    }

    /*@supports ((position:-webkit-sticky) or (position:sticky)) {
        .sitemenu {
            top: 135px;
            height: calc(100vh - 135px);
        }
    }*/
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /*.menutoggle {
        width: 125px;
    }*/
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 255px;
        margin-top: 64px;
    }

    .sitelogo, .sitelogo img {
        width: 295px;
        height: 75px;
    }

    .sitetitle {
        font-size: 2rem;
    }

    .formtitle {
        font-size: 1.75rem;
    }

    .mainform {
        min-height: calc(100vh - 16rem);
    }

    /*@supports ((position:-webkit-sticky) or (position:sticky)) {
        .sitemenu {
            top: 160px;
            height: calc(100vh - 160px);
        }
    }*/
}

.PaddingLeft15 {
    padding-left: 15px
}

.PaddingRight200 {
    padding-right: 200px
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: Left;
}

.textRight {
    text-align: right;
}

.fontSmall {
    font-size: small;
}

.fontMedium {
    font-size: medium;
}

.fontLarge {
    font-size: large;
}
