﻿body {
    padding-top: 0px;
    font-family: 'ralewaylight', Verdana, Helvetica, Arial, sans-serif;
}
.container-fluid.header {
    background-color: #ffffff;
    min-height: 70px;
    padding-bottom: 0px;
}
.container-fluid.header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.label, .glyphicon {
    margin-right: 5px;
}
.container-fluid.header .navbar-default .navbar-nav > li > a {
    color: #173967;
}
.container-fluid.header .navbar-default .navbar-nav > .open > a,
.container-fluid.header .navbar-default .navbar-nav > .open > a:hover,
.container-fluid.header .navbar-default .navbar-nav > .open > a:focus {
    background-color: #173967;
    color: #fff;
}
.navbar-inverse {
    background-color: #003057;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-color: transparent;
    margin-bottom: 0px;
    border-bottom-color: transparent;
    border-radius: 0px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #A71D23;
}
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
h2.sub-header {
    margin-top: 0px;
}
.navbar-fixed-top {
    border: 0;
    height: 100px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 100px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}
.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #173967;
}
.main {
    padding: 20px 10px;
}
.page-container {
    padding: 15px 30px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.main .page-header {
    margin-top: 0;
}
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 0%;
}
.header .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}
.header .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
}
.header .navbar-right {
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #ececec;
}
.navbar-nav {
    color: #ffffff;
    font-size: 16px;
}
.navbar-nav {
    color: #ffffff;
    font-size: 16px;
}
.btn-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.chart-container {
    border: 1px solid #ececec;
    margin: 10px 0px;
    padding: 5px;
}
.dropzone {
    min-height: 20px;
    border: 1px solid #ececec;
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 2px 0px;
}
ul.nav-documents {
    margin-top: 5px;
    margin-bottom: 30px;
}

.nav-documents li.active a,
.nav-documents li.active a:hover,
.nav-documents li a {
    background-color: #ffffff;
}
.nav-tabs > li {
    text-transform: uppercase;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    border-top: 5px solid #173967;
}
.table-user-information,
.table-last-update {
    font-size: 12px;
}
.roaa-table, .tagr-table,
.nllgr-table {
    font-size: 10px;
}
.dashboard-icon {
}
.dashboard-icon:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.dashboard-icon a {
    display: block;
    width: 100%;
}
.dashboard-icon a,
.dashboard-icon .fa {
    color: #173967;
}
/*.dashboard-icon .fa {
    font-size: 48px;
}*/

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.popover {
    z-index: 1010;
}
.fa-square.chart-legend-yellow {
    color: #FFC207;
    margin-right: 5px;
}
.fa-square.chart-legend-green {
    color: #238b18;
    margin-right: 5px;
}
.fa-square.chart-legend-blue {
    color: #173967;
    margin-right: 5px;
}
.bs-docs-footer.cb-resource-footer {
    background-color: #003057;
}
.bs-docs-footer.cb-resource-footer .text-muted,
.bs-docs-footer.cb-resource-footer li a {
    color: #fff;
}
.bs-docs-footer {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 10px;
    color: #767676;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.bs-docs-footer-links {
    padding-left: 0;
    margin-top: 10px;
}

.bs-login-footer {
		  height: auto;
		  background-color:#173967;
		  color:#ffffff;
		  padding: 30px 50px;
		  position: fixed; 
		  bottom: 0;
		}
.login-background-image {
			/*background-image: url('~Images/illustration-2.jpg');*/
			background-size: cover;
			background-position: center top;
			
		}
.chart-title h5 {
    font-size: 16px;
    font-weight: normal;
    background-color: #ececec;
    padding: 5px;
    line-height: 1.25em;
}
.badge.newDocument, .badge.newActivity {
    background-color: #A71D23;
}
.nav-documents li {
    padding: 5px 0px;
    border: 0px solid #cccccc;
    background-color: #ffffff;
}
.nav-documents li.divider {
    border-bottom: 1px solid #cccccc;
    padding: 0px;
}
.nav label {
    color: #173967;
    font-weight: normal;
    text-transform: uppercase;
}
.tree > li > label {
    padding: 10px 15px;
}
.tree > li > ul > li > a {
    color: #cc0000;
    font-size: 10pt;
    margin-left: 15px;
}
h5.resource-links {
    background-color: #173967;
    padding: 10px 5px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
.navbar-brand img {
    width: 70px;
}
#btnExportCram{
    text-transform:none;
}

.dashboard-icon.inactive-subscription a, .dashboard-icon.inactive-subscription p, .dashboard-icon.inactive-subscription .fa{color: #dddddd;}

   .busycircleouter {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgba(167, 29, 36,0.9);
        opacity: .9;
        border-right: 5px solid rgba(0,0,0,0);
        border-left: 5px solid rgba(0,0,0,0);
        border-radius: 50px;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        -moz-animation: spinPulse 1s infinite ease-in-out;
        -webkit-animation: spinPulse 1s infinite linear;
    }

    .busycircleinner {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgba(23, 57, 103,0.9);
        opacity: .9;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-radius: 50px;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        position: relative;
        top: -40px;
        -moz-animation: spinoffPulse 1s infinite linear;
        -webkit-animation: spinoffPulse 1s infinite linear;
    }

    @-moz-keyframes spinPulse {
        0% {
            -moz-transform: rotate(160deg);
            opacity: 0;
        }

        50% {
            -moz-transform: rotate(145deg);
            opacity: 1;
        }

        100% {
            -moz-transform: rotate(-320deg);
            opacity: 0;
        }
    }

    @-moz-keyframes spinoffPulse {
        0% {
            -moz-transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spinPulse {
        0% {
            -webkit-transform: rotate(160deg);
            opacity: 0;
        }

        50% {
            -webkit-transform: rotate(145deg);
            opacity: 1;
        }

        100% {
            -webkit-transform: rotate(-320deg);
            opacity: 0;
        }
    }

    @-webkit-keyframes spinoffPulse {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    #dropZone {
        background: gray;
        border: black dashed 3px;
        width: 200px;
        padding: 50px;
        text-align: center;
        color: white;
    }

    .hideGreenBox
    {
        display:none;
    }
    .unhideGreenBox
    {
        display:block;
    }

.dropdown-menu > li > a, .dropdown-menu > li > form > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.activity-feed {
    height: 530px;
    overflow-y: scroll;
    padding: 15px;
}

.modal-backdrop {
    display: none;
}

.nav-documents li.active {
    padding: 5px 0px;
    border: 0px;
    border-left: 2px solid #003057;
    background-color: #f4f4f4;
}
