@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/************************
*  BASE TEPLATE STYLES
*************************/

body {
	font-family: 'Open Sans';
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background: #FFFFFF;
	color: #111820;
	position: relative;
}

#header {
	z-index: 510;
}

#header a{
	color: #111820;
}

#title {
	font-size: 2rem;
	margin: 0px 0px 0px 10px;
}

#sidebarheight {
	width: 0px;
}

#sidebarcontent {
	width: 499px; /* 500 - left border */
}

#sidebar {
	position: relative;
	left: -500px;
	z-index: 500;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

#contentwrapper {
	min-height: calc(100vh - 76px - 100px);
}

#content, content {
	max-width: 1200px;
}

#footer {
	width: 100%;
	text-align: center;
	padding: 10px;
	z-index: 510;
	position: relative;
}

/* FontAwesome/icons */
svg.led.red {
	color: #A41F35;
}

svg.led.green {
	color: #789D4A;
}

svg.led.yellow {
	color: #E0CD62;
}

svg.disabled {
	color: #B2B1B0;
}

/* make stacked icon default to same size as non stacked (fontawesome's default is double size), but only when there is no explicit size modifier */
span.fa-stack:not(.fa-xs):not(.fa-sm):not(.fa-lg):not(.fa-1x):not(.fa-2x):not(.fa-3x):not(.fa-4x):not(.fa-5x):not(.fa-6x):not(.fa-7x):not(.fa-8x):not(.fa-9x):not(.fa-10x) {
	font-size: 0.5em;
}

/* stacked and non stacked play icon hover */
.fa-stack:not(.disabled)>svg.fa-play:hover, :not(.fa-stack)>svg.fa-play:not(.disabled):hover {
	color: #789D4A;
}

/* stacked and non stacked stop button hover */
.fa-stack:not(.disabled)>svg.fa-stop:hover, :not(.fa-stack)>svg.fa-stop:not(.disabled):hover {
	color: #A41F35;
}

/************************
*  MISCELLANEOUS
*************************/

#errors {
	color: #FF0000;
	text-align: center;
	padding: 10px;
}

.textcenter {
	text-align: center;
}

.dot {
	font-size: 10px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
}

.submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
}

.bottom_shadow {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
}

.top_shadow {
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.35);
}

.left_shadow {
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.35);
}

.right_shadow {
	box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.35);
}

img[action_link]:hover {
	cursor: pointer;
}

table th, table td {
	padding: 4px;
}

table.center th, table.center td, tr.center th, tr.center td, th.center, td.center {
	text-align: center;
}

.rightborder {
	border-right: 2px solid #cccccc;
}

.leftborder {
	border-left: 2px solid #cccccc;
}

.topborder {
	border-top: 2px solid #cccccc;
}

.bottomborder {
	border-bottom: 2px solid #cccccc;
}

#countdowntimer {
	position:absolute;
	top:60px;
	right:10px;
	text-align: center;
}

.fc-title, .fc-content {
	color: #ffff;
	text-align: center;
}

/* navbar menu open on hover */
.navbar .nav-item > .dropdown-menu{
    display: none;
    margin-top:0; /* remove gap that would close the menu */
}
.navbar .nav-item:hover > .dropdown-menu{
    display: block;
}

/* highlight menu on hover */
.navbar .nav-item:hover .nav-link{
    color: #fff;
}

/* submenu caret, positioning and open on hover */
.dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropdown-menu .dropdown-menu{
    margin-left:0; margin-right: 0;
}
.dropdown-menu li{
    position: relative;
}
.nav-item .submenu{
    display: none;
    position: absolute;
    left:100%; top:-7px;
}
.nav-item .submenu-left{
    right:100%; left:auto;
}
.dropdown-menu > li:hover{ background-color: #fff }
.dropdown-menu > li:hover > .submenu{ display: block; }
.dropdown-menu > li > a:hover:after {
    transform: rotate(90deg); /* rotate caret in submenus */
}

.aehidden {
	display: none;
}

.right {
	float: right;
}

/************************
*  STYLE FOR resource_info.html
*************************/
table.resource_info {
	text-align: left;
}

table.resource_info th {
	padding: 2px 5px 2px 5px;
}

table.resource_info td {
	padding: 2px 5px 2px 5px;
}

.sso-icon {
	width: 34px;
	height: 24px;
	border-right: 1px solid var(--black);
}

/* AIF Severities */
.severity-high {
    color: var(--danger)!important;
}

.severity-medium {
    color: var(--warning)!important;
}

.severity-low {
    color: var(--success)!important;
}

/* chart legends */
    ul.legend {
        list-style: none;
        cursor: pointer;
        padding-left: 0;
        width: 582px; /* 250 + 250 -2x4 -2x4 */
    }

    ul.legend div.legendValue.hidden {
        text-decoration: line-through;
    }

    ul.legend li span.marker {
        border-radius: 5px;
        display: inline-block;
        line-height: 0.8em;
        margin-right: 10px;
        width: 30px;
    }

    ul.legend li span.label {
        font-size: 0.8em;
    }

/* never reverse-align datatable headers, keeps order icon to the right */
table.dataTable th div.dt-column-header {
flex-direction: row !important;
}

/* add some space between the up/down arrows for datatable sorting */
table.dataTable .dt-column-order:before {
    bottom: 60% !important;
}

table.dataTable  .dt-column-order:after {
    top: 60% !important;
}