@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body {
    width: 100%;
    /* height: 100%; */
}

body {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    background: #ffffff;
    background-size: 100% 100%;
    color: #444444;
}

/*Main*/

.main {
    padding-left: 200px;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
}

.topbar {
    position: fixed;
    height: 130px;
    top: 130px;
    margin-top: -130px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #444444;
    overflow-y: scroll-y;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
    z-index:1;
}

.topbar-noheader {
    position: fixed;
    height: 130px;
    top: 130px;
    margin-top: -130px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index:1;
}

.sidebar {
    position: fixed;
    width: 200px;
    left: 200px;
    margin-left: -200px;
    top: 130px;
    bottom: 0;
    /*height: 100%;*/
    background-color: #f5f5f5;
    color: #444444;
    overflow-y: scroll-y;
    border-right: 1px solid #dddddd;
}

.logo {
    display: block;
    position: relative;
    float: left;
    /*min-height: 100px !important;*/
    /*height: 100px !important;*/
}

.loginLogo img {
    max-width: 50%;
}

.navRight {
    text-align: right;
}

.nav ul li {
    margin-left: 5px;
}

.nav ul li ul li {
    margin-left: 30px;
}

.nav ul li.divider {
    margin-left: 0px;
}

.userName, .projectName {
    display: block;
}

.userName {
    margin-top: 12px;
}

.userName .btn {
    font-size: 16px;
}

.projectName {
    font-size:40px;
}

.logo-img {
    /*margin-top: 40px;*/
    max-height: 100px !important;
    width: auto;
}

.logo-img-nohead {
    max-height: 50px !important;
    width: auto;
}

.nav {
    display: block;
    position: relative;
}

.nav .collapsible a, .nav .collapsible-header {
    color: #a22c21;
}

.nav .collapsible a:hover, .nav .collapsible-header:hover {
    /*color: rgba(242, 242, 242, 0.9);*/
    color: #444444;
}

.nav .collapsible {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*links*/
.nav .collapsible-header {
    border: none;
    background-color: #f5f5f5;
    display: block;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    margin-left: 0rem;
    line-height: 3rem;
    letter-spacing: 0.5px;
    padding: 0 1rem;
    min-height: 3rem;
}

/*icons*/
.nav .collapsible li a i {
    width: 2rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
}

.nav .collapsible-body{
    border: none;
    padding: 0;
}

.nav .collapsible-body ul li a {
    color: #888888;
    font-size: 10px;
    text-align: left;
    /*margin-left: 4rem;*/
    line-height: 2rem;
    letter-spacing: 1px;
}

.sidebar .footer {
    position: absolute;
    width: 200px !important;
    bottom: 0;
    margin-top: 25px;
    border: #dddddd 1px solid;
    background-color: #f5f5f5;
    height: auto;
    padding: 0 25px;
}

.sidebar .footer a {
    color: #ccc;
    line-height: 60px;
    font-size: 14px;
}

.sidebar .footer a:hover {
    color: #a22c21;
}

.content {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;
    /*overflow-y: scroll;*/
    margin-top: 130px;
}

.content-noheader {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

/*End main*/

/* Login */

.loginContent {
    max-width: 400px;
    margin:0px auto;
    margin-top: 10%;
}

.loginContent .col {
    padding-left:0px;
}

.loginContent button.btn.btn-large.btn-success.pull-right {
    width:100%;
    margin-left: 0px;
}

.loginLogo {
    margin-bottom: 20px;
}

.needAssistance {
    line-height: 54px;
}
/*Modal*/

span.badge {
    position: relative;
    right:0;
}

#cancel {
    margin-right: 15px;
}

#modalLogin {
    overflow: hidden;
}

#modalLogin .modal-footer {
    padding: 0px 35px;
}

.smallSquareLogo {
    max-width: 30px;
    height: auto;
}

.publicLogo {
    max-width: 80%;
    margin: 35px auto 0 auto;
}

.mainNav {
    font-size: 66px;
    max-width: 80%;
    margin: 50px auto 0 auto;
    list-style: none;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.aboutText {
    max-width: 80%;
    margin: 50px auto 0 auto;
}

.body p {
    font-family: "Oswald", sans-serif;
}

.copy {
    text-align: center;
    font-family: "Oswald", sans-serif;
}

img#footerLogo {
    max-height: 25px;
    vertical-align: middle;
    margin-bottom: 7px;
    padding-right:5px;
}

#indexTheCallSheet, #indexTumblr, #indexTwitter {
    display: none;
}

.aboutContent hr {
    max-width: 80%;
    margin: 20px auto;
}

.left.col.l4.m12.s12 {
    margin-bottom: 40px;
}

div {
    position: relative;
}

.owl-dots {
    position: absolute;
    top: -40px;
}

@media only screen and (max-width: 700px) {
    .owl-dots {
        display:none;
    }
}

.owl-theme .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    font-family: "Oswald", sans-serif;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #a22c21;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    background-color: #fff;
}

.green-highlight {
    background-color: #4CAF50;
    color: #fff;
    border: 1px solid #4CAF50;
}

span.btn.green-highlight:hover {
    color: #4CAF50;
    background: #fff;
}

span.delete-image {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 35px;
    cursor: pointer;
}

td.temp-RFG {
    color: blue;
}

td.temp-FRZ {
    color: lightblue;
}