﻿html,
body {
    height: 100%;
}

a:focus,
a:active {
    outline: none;
}

a.none:hover{
    text-decoration: none;
}

a.white,
h1.white,
h2.white{
    color: #efefef !important;
}

.opacity-hidden{
    opacity: 0;
}

h2 {
    margin-right: 20px;
}

table.table-xs tr > td{
    border-top: 0px;
    padding: 4px;
    line-height: 2;
}

table.table-xs tr.thead td{
    color: #428bca;
    border-bottom: 2px dotted #ddd;
    padding: 16px 4px 4px 4px;
}

table.table-xs tr td.tlabel{
    font-weight: bold;
}


#wrapper:not(.login-page) {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#wrapper > .container {
    padding-bottom: 35px;
}

#navigation .navbar-brand,
#navigation .navbar-brand:hover {
    color: #FFF;
}

#navigation .navbar-nav > li > a,
#navigation .navbar-nav > li > a:focus {
    color: #EFEFEF;
}

#navigation .navbar-nav > li:hover > i,
#navigation .navbar-nav > li:hover > a {
    color: #FFF;
}

#navigation .navbar-nav > li > a .caret {
    border-top: 4px solid #bfcbe3 !important;
}

#navigation .navbar-nav > li:hover > a .caret {
    border-top: 4px solid #FFF !important;
}
#navigation .navbar-nav > li.open > a,
#navigation .navbar-nav > li.active > a,
#navigation .navbar-nav > li.open > a:focus ,
#navigation .navbar-nav > li.open:hover > a,
#navigation .navbar-nav > li.active:hover > a {
    color: #FFF;
    background-color: #3071a9;
    border-color: #2d6ca2;
}
#navigation .in .open .dropdown-menu > li > a {
    color: #FFF !important;
}

#navigation .navbar-toggle:hover,
#navigation .navbar-toggle:focus {
    background-color: transparent;
    outline: none;
}

#navigation {
    background-color: #428bca;
    border-color: #3071a9;
}

.light-theme #navigation {
    background: linear-gradient(180deg, #132845 0%, #0e2340 100%);
}

.dark-theme #navigation {
    background-color: #111;
    border-top-width: 5px;
    border-bottom: none;
}

/* Breadcrumb styling lives in site.css */

.form-bottom-margin {
    margin-bottom: 40px;
}

form .form-width-550 {
    max-width: 550px;
}

form .form-width-750 {
    max-width: 750px;
}

.navbar-brand img {
    margin-bottom: 3px;
    margin-right: 5px;
    width: 15px;
}

.nav-icon {
    width: 12px;
    margin-bottom: 3px;
}

.radio-inline, 
.checkbox-inline {
    margin-top: 3px !important;
 }


.highcharts-title,
.dashboard-subtitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    padding: 12px 15px 12px 18px!important;
}


.meter {
    background-color: #428bca;
    border-color: #2d6ca2;
    display: inline-block;
    height: 20px; 
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.featuredtext {
    text-align: center;
}
.featuredtext .text {
    margin: 20px 0px 30px;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #777;
}
.featuredtext .text:before {
    height: 1px;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 17px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(119,119,119,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(119,119,119,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(119,119,119,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(119,119,119,0.75), rgba(0,0,0,0)); 
}
.featuredtext .text span {
    background: #fff;
    padding: 0 12px;
    position: relative;
    top: 10px;
}

.blue {
    color: #428bca;
}

.paging_bootstrap > ul {
    margin: 0px;
}

.paging_bootstrap > ul > li {
}

.paging_bootstrap .disabled > a {
    cursor: default !important;
}

table.table {
    border-bottom: 2px solid #ddd;
}

.margin-right {
    margin-right: 10px;
}

.border-right {
    border-right: 1px solid #CCC;
}

/** alternative modal style*/

.modal.modal-blue .modal-header {
    background: #428bca;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal.modal-blue .modal-header .close {
    margin-top: 2px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    outline: none;
}

/*.modal.modal-blue .modal-footer {
    background: #428bca;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}*/

.modal.modal-wide .modal-dialog {
    width: 700px;
}

.modal.modal-narrow .modal-body {
    padding: 0px;
}

span.required {
    color: #b94a48;
    font-size: 24px;
    padding: 10px 10px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    position: absolute;
}

span.btn-marker{
    position: absolute;
    right: -15px;
    bottom: 0px;
}

.form-horizontal span.required {
    right: -12px;
    bottom: 10px;
}

form > .alert:not(.alert-visible) {
    display: none;
}

.form-vertical .form-group {
    position: relative;
}

.form-vertical span.required {
    right: -30px;
    bottom: 9px;
}

.form-vertical .combobox-form-group span.required {
    right: -10px;
    bottom: 12px;
}

.validation-summary-errors ul{
    margin:0;
    padding:0;
    list-style-type: none;
}

a.link {
    cursor: pointer;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#loader {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: -1;
	opacity: 0;
	background: url(img/loading.gif) no-repeat center center;
	transition: all .5s ease-in-out;
}

.loading {
    opacity: 0.7;
}

.loading #loader {z-index: 1000; opacity: 1.0}

.request-status {
    color: #999999;
    display: none;
}

/* chrome */
body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
}
body::-webkit-scrollbar-track {
        background-color: #CCC;
}
body::-webkit-scrollbar-thumb:vertical {
        background-color: #333;
}
body::-webkit-scrollbar-thumb:vertical:hover,
body::-webkit-scrollbar-thumb:horizontal:hover {
        background: #428bca;
}
body::-webkit-scrollbar-thumb:horizontal {
        background-color: #333;
}
        
/* IE */
body{
    scrollbar-base-color: #666;
    scrollbar-3dlight-color: #333;
    scrollbar-highlight-color: #428bca;
    scrollbar-track-color: #333;
    scrollbar-arrow-color: #666;
    scrollbar-shadow-color: #333;
    scrollbar-darkshadow-color: #333;
}

.index-wrapper {
    position: relative;
}

/* Slide section */

.slide-section {
    position: fixed;
    top: 50px;
    z-index: 999;
    height: 100%;
}

.slide-section.slide-right {
    float: right;
}

.slide-section.slide-left {
    float: left;
}

.slide-section.slide-right.slide-page {
    right: -600px;
}

.slide-section.slide-right.slide-bar {
    right:-300px;
}

.slide-section.slide-left.slide-page {
    left: -600px;
}

.slide-section.slide-left.slide-bar {
    left:-300px;
}

.slide-section .slide-toggle {
    height: 100%;
    cursor: pointer;
    width: 40px;
	background-color: #FFF;
}

.slide-section .slide-toggle .toggle {
    color: #333;
    text-decoration: none;
    position: relative;
    top: 40%;
    font-size: 18px;
    left: 15px;
}

.slide-section.slide-right .slide-toggle .toggle {
    top: 41.5%;
}

.slide-section.slide-left .slide-toggle .toggle {
    top: 40%;
}

.slide-section.slide-right .slide-toggle {
    position: absolute;
	left:-40px;
    float: right;
    border-left: 1px solid #CCC;
}

.slide-section.slide-left .slide-toggle {
    position: absolute;
	right:-40px;
    float: left;
    border-right: 1px solid #CCC;
}

.slide-section .slide-content{
    height: 100%;
	background-color: #FFF;
    padding: 30px 40px 40px 0px;
}

.slide-section.slide-page .slide-content{
    width: 600px;
}
.slide-section.slide-bar .slide-content{
    width: 300px;
}

.slide-section.slide-right .slide-content {
    float: right;
}

.slide-section.slide-left .slide-content {
    float: left;
}

.navbar-collapse {
    max-height: none !important;
}


/* Panels
 *---------------------------------*/

.panel-header {
    border-bottom: 1px solid #ddd;
    padding: 8px 15px; 
    background: #428bca;
    color: #FFF;
}

.light-theme .panel-header{
    background: #f0f0f0;
    color: #666;
}

.dark-theme .panel-header{
    /*background: #428bca;
    color: #FFF;*/
    background: #f0f0f0;
    color: #666;
}

.panel-header > .button {
    display: inline-block;
    cursor: pointer;
    /*color: #EFEFEF;*/
}


.panel-list {
    list-style-type: none;
    padding: 0px;
    padding-top: 10px;
    color: #666;
}

.panel-list li {
     padding: 10px 15px;
}

.panel-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.panel-list li .cell {
    display: table-cell;
}

.panel-group .panel-title a {
    display: block;
    color: #666;
}

.panel-group .panel-title a:hover {
    text-decoration: none;
    color: #3071a9;
}

.select-navigation {
    font-size: 18px;
    outline: none;
    box-shadow: none;
    height: 40px;
}

.select-navigation:focus {
    outline: none;
    box-shadow: none;
}

.nav-tree .tree{
    display: none;
}

.nav-tree a {
    color: #444;
}

.nav-tree > li > a {
    font-weight: bold;
}

.nav-tree li.active:hover > a,
.nav-tree li.active {
    background-color: #428bca;
}

.nav-tree > li.active li {
    background-color: #FFF;
}

.nav-tree > li.active > a {
    color: #fff;
}

.nav-tree .tree > li > a{
    padding: 10px 8px;
    padding-left: 16px;
    border-bottom: 1px solid #CCC;
}

.nav-tree li.empty {
    padding: 10px 15px;
}

.nav-tab-link {
    border-bottom: 1px solid #ccc;
}

.text-gray {
    color: #333;
}
