﻿@font-face {
    font-family: 'Stag-Light';
    src: url('/css/fonts/Stag-Light.eot');
    src: url('/css/fonts/Stag-Light.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Stag-Light.woff') format('woff'), url('/css/fonts/Stag-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    overflow: hidden;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ECEDEF;
}

/* 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,
textarea {
    max-width: 280px;
}

#header {
    background-color: white;
    border: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccccd2;
}

    #header a {
        color: #475264;
    }

    #header .glyphicon, #header .fa {
        font-size: 26px;
    }

.headerButtonOuter {
    padding-right: 10px;
}

.headerButtonInner {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
}

.headerButtonGroup {
    border-left: 1px solid #ccccd2;
}

    .headerButtonGroup btn {
        color: #475264;
        font-size: 1.2em;
        height: 60px;
        width: 60px;
        padding-top: 15px;
    }

.sidebar {
    /*background-color:#475264;*/
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #475264;
    color: white;
}

.main {
    padding: 0;
    background-color: #EAEAEA;
    position: fixed;
    left: 300px;
    top: 0;
    right: 0;
    bottom: 0;
}

.mainreport {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.menuclass {
    padding: 20px;
}

iframe {
    border: none;
}

.panel {
    background-color: #475264;
    color: white;
    border: none;
}

.panel-default .panel-heading {
    background-color: #394253;
    color: white;
}

    .panel-default .panel-heading a {
        text-decoration: none;
    }

.panel-body a {
    color: white;
}

.panel-default {
    border-left: 6px solid #008486 !important;
    background-color: #394253 !important;
}

.table {
    margin-bottom: 0;
}

    .table > tbody > tr > td {
        border: none;
    }

.panel-group {
    margin-left: -10px;
}

    .panel-group .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

.table > tbody > tr > td.active {
    background-color: #677284;
}

.explorationContainer .exploreCanvas {
    background-color: #fff !important;
}

.reportitem {
    padding: 8px 20px;
    background-color: #2a3845;
    cursor: pointer;
    position: relative;
}

    .reportitem a {
        color: #fff;
        text-decoration: none;
    }

.reportgroup {
    padding: 8px 0px;
    cursor: pointer;
    position: relative;
    background-color: #435464;
}

    .reportgroup a {
        color: #fff;
        text-decoration: none;
    }

    .reportgroup.active, .reportgroup:hover {
        background-color: #2a3845;
    }

.rgtitle {
    padding: 0px 20px;
}

.reportitem.active, .reportitem:hover {
    background-color: #1a2530;
}

.reportgroup .highlight {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #00b4aa;
}

.reportitem.active .highlight {
    display: block;
}

/*Login Page*/
.LoginPanel {
    position: absolute;
    background-color: #435464;
    top: 50%;
    left: 50%;
    height: 400px;
    width: 400px;
    margin-left: -200px;
    margin-top: -200px;
    border-radius: 200px;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
}

    .LoginPanel h2 {
        font-family: Stag-Light;
        font-size: 32px;
    }

    .LoginPanel .text-danger {
        color: #fff;
    }

.logininput {
    width: 360px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: black;
    margin: 0 auto;
}

.orange-checkbox input {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid orange;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    padding: 9px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.orange-checkbox label {
    line-height: 20px;
}

.orange-checkbox input:active, .orange-checkbox input:checked:active {
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
    background-color: orange;
}

.orange-checkbox input:checked {
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
    background-color: orange;
}

    .orange-checkbox input:checked:after {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: #fff;
    }

.btn-orange {
    background-color: orange;
    color: white;
    min-width: 100px;
    border-radius: 10px;
    border: 0;
}

    .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
        color: #fff;
    }

.orange-link {
    color: orange;
}

    .orange-link:focus, .orange-link:active, .orange-link:hover {
        color: orange;
    }

.downloadbtn {
    padding: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #475264;
    font-size:14pt;
}

    .downloadbtn:hover, .downloadbtn:active, .downloadbtn:focus {
        text-decoration: none;
        color: #333;
    }