﻿#sidebar {
	background: #2a2c36;
	color: #eee;
	position: fixed;
	height: 100%;
	width: 250px;
	
	left: 0;
	margin: 0;
	-moz-transition: left ease .25s;
	-o-transition: left ease .25s;
	-webkit-transition: left ease .25s;
	transition: left ease .25s;
}

	#sidebar.hide-sidebar {
		left: -250px;
		-moz-transition: left ease .25s;
		-o-transition: left ease .25s;
		-webkit-transition: left ease .25s;
		transition: left ease .25s;
	}

#username {
	margin: 10px 15px;
}

#wrapper {
	margin: 0 0 0 250px;
	-moz-transition: margin-left ease .25s;
	-o-transition: margin-left ease .25s;
	-webkit-transition: margin-left ease .25s;
	transition: margin-left ease .25s;
}

	#wrapper.hide-sidebar {
		margin-left: 0;
		-moz-transition: margin-left ease .25s;
		-o-transition: margin-left ease .25s;
		-webkit-transition: margin-left ease .25s;
		transition: margin-left ease .25s;
	}

.daybox {
	border: 1px solid black;
	height: 30px;
	width: 50px;
	float: left;
}

.widget {
	padding-left: 0;
	padding-right: 0;
}

.icon {
	text-decoration: none !important;
}

.churnIcon {
	vertical-align: middle;
	font-size: 30px;
}

th.header {
	cursor: pointer;
	text-align: center;
}

th.headerSort:after {
	content: "  \f0dc";
	font-family: "Font Awesome 5 Free";
}

th.headerSortDown:after {
	content: "  \f0dd";
	font-family: "Font Awesome 5 Free";
}

th.headerSortUp:after {
	content: "  \f0de";
	font-family: "Font Awesome 5 Free";
}

.statusHeader {
	text-align: left !important;
}

.dbtesting-view-animate {
	position: absolute;
	left: 15px;
	right: 15px;
}

	.dbtesting-view-animate.ng-enter, .dbtesting-view-animate.ng-leave {
		transition: opacity 1.5s;
		/*display: inline;*/
		/*width: 100%;*/
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
	}

	.dbtesting-view-animate.ng-enter {
		opacity: 0;
	}

		.dbtesting-view-animate.ng-enter.ng-enter-active {
			opacity: 1;
		}

	.dbtesting-view-animate.ng-leave.ng-leave-active {
		opacity: 0;
	}

.auditSharing-view-animate {
	position: absolute;
	left: 15px;
	right: 15px;
}

	.auditSharing-view-animate.ng-enter, .auditSharing-view-animate.ng-leave {
		transition: opacity 1.5s;
		/*display: inline;*/
		/*width: 100%;*/
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
	}

	.auditSharing-view-animate.ng-enter {
		opacity: 0;
	}

		.auditSharing-view-animate.ng-enter.ng-enter-active {
			opacity: 1;
		}

	.auditSharing-view-animate.ng-leave.ng-leave-active {
		opacity: 0;
	}

.nv-file-over {
	border: 1px solid red;
}





/*W3Schools Modal Code*/
/* The Modal (background) */
.Cmodal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.Cmodal-content {
	background-color: #fefefe;
	margin: 100px auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	z-index: 4;
    
}

/* The Close Button */
.Cclose {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}

	.Cclose:hover,
	.Cclose:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

#pingPopupChart, #sessionPopupChart, #outagePopupChart, #dbPingPopupChart {
	width: 100% !important;
	margin-left: -30px;
}

div[id$="Chart"] {
	width: 100% !important;
	margin-left: -30px;
	margin-top: 20px;
}

.clickable {
	cursor: pointer;
}

.homepageSquareStat {
	width: 37px;
}

hr.Admin {
	border-top: 4px double #8c8b8b;
	text-align: center;
	width: 90%;
}

	hr.Admin:after {
		content: 'Admin';
		display: inline-block;
		position: relative;
		top: -15px;
		padding: 0 10px;
		background: #2a2c36;
		font-size: 18px;
	}

hr.UserAdmin {
    border-top: 4px double #8c8b8b;
    text-align: center;
    width: 90%;
}

    hr.UserAdmin:after {
        content: 'User Admin';
        display: inline-block;
        position: relative;
        top: -15px;
        padding: 0 10px;
        background: #2a2c36;
        font-size: 18px;
    }

.centerCell {
    text-align: center;
}

.ComplianceWidget {
    height: 210px;
    /*border: 1px solid black;*/
    text-align: center;
}

.ComplianceWidgetHeader {
    height: 75px;
    vertical-align: middle;
}

/*th.rotateHeader {
    height: 140px;
    white-space: nowrap;
    width: 30px;
}

th.rotateHeader > div {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    -webkit-transform: translate(25px, 10px) rotate(315deg);
    transform: translate(25px, 10px) rotate(315deg);
    width: 30px;
}*/

.table-header-rotated {
    border-collapse: collapse;
}

    .table-header-rotated th.rotateHeader {
        white-space: nowrap;
        width: 30px;
    }

    .table-header-rotated th.rotateHeader > div {
        -webkit-transform: translate(10px, 0px) rotate(315deg);
        transform: translate(10px, 0px) rotate(315deg);
        width: 30px;
    }

        .table-header-rotated th.rotateHeader > div > span {
            border-bottom: 1px solid #ccc;
            padding: 5px 10px;
        }

.table-header-rotated th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}
