/*------------------------------------*\
    #BASE
\*------------------------------------*/

body {
	background: #ECF0F1;
	font-family: 'Source Sans Pro', sans-serif;
	height: 100%;
	margin: 0;
}

table tr th, table tr td, label, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
	font-size: .875rem;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
	line-height: .875rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen', sans-serif;
}

.row {
	max-width: 100%;
}

table {
	width: 100%;
}

th h2 {
	font-size: 24px;
	margin: 0;
}

.block {
	padding: 20px;
}

.panel {
	background: #fff;
}

.panel h2 {
	border-bottom: 1px solid #ddd;
	padding: 0 0 .625rem;
	margin: 0 0 .625rem;
	font-size: 1.5rem;
}


.panel h3 {
	font-size: 1rem;
}

/*------------------------------------*\
    #LOGIN PAGE
\*------------------------------------*/

.login .row {
	height: 100vh;
}

.login-form {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
	.login-form .logo {
		margin: 0 auto 30px auto;
		max-width:870px;
		width: auto;
		height: auto;
		transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		-webkit-transform: scale(0.5, 0.5);
		background: url(../img/RIM-logo.png) no-repeat center center;

	}
*/
/*
.login-form .logo {
	background-image: url(../img/RIM-logo.png);
	height: 100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.login-form form {
	background: #fff;
	border-top: 5px solid #303641;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 14px;
	margin-bottom: 20px;
}

.login-form .button {
	background: #303641;
}

.login-form .button:hover {
	background: #212630;
}

.login-form p {
	text-align: center;
}


/*------------------------------------*\
    #DASHBOARD
\*------------------------------------*/

.top-bar {
	background: #252B33;
}

.top-bar-section ul.button-group li {
	background: transparent;
}

.sidebar-menu {
	background: #303641;
	padding: 0;
}

.sidebar-menu div a {
	padding: 10px;
	border-bottom: 1px solid rgba(69, 74, 84, 0.7);
	color: #aaabae;
	display: block;
}

.sidebar-menu div a:hover {
	color: #fff;
}

.sidebar-menu div a:hover,
.sidebar-menu div.active a {
	background-color: rgba(69, 74, 84, 0.5);
	color: #fff;
}

.sidebar-menu div:hover h2,
.sidebar-menu div.active h2 {
	color: #fff;
}

.sidebar-menu h2 {
	font-size: 24px;
	margin: 0;
	color: #aaabae;
}

.sidebar-menu p {
	margin: 0;
}

.filter {
	background: #fff;
	border-bottom: 1px solid #ccc;
}


/*------------------------------------*\
    #DETAIL
\*------------------------------------*/

.energy-green {
	background: #009900;
	color: #fff;
	border-radius: 5px;
	font-size: .75em;
}


/*------------------------------------*\
    #REFRESHED LOGIN
\*------------------------------------*/

.refresh-login-logo {
	background-image: url(../img/RIM-logo.png);
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.refresh-login-section {
	min-width: 750px;
	min-height: 375px;
	border-radius: 15px;
	margin: 30px;
	background-color: transparent;
}

div.refresh-transparentbox {
 opacity: 0.1;
 margin: 30px;
 min-width: 750px;
 min-height: 375px;
 border-radius: 15px;
 background-color: #ffffff;

}

.refresh-button {
	font-family: "Antipasto Pro Thin";
	background-color: rgb(41,171,266);
	border: none;
	color: white;
	text-align: center;
	display: inline-block;
	padding: 10px 50px;
	font-size: 24px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 10px;
	top: 62%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.refresh-insights-text {
	font-family: "Antipasto Pro Thin";
	font-size: 250px;
	color: white;
	position: fixed;
	top: 20%;
	left: 51%;
	transform: translate(-50%, -50%);
}

.refresh-centered {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.refresh-logintext {
	font-family: "Antipasto Pro Thin";
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
}

.refresh-logintext-error {
	/* font-family: "Antipasto Pro Thin"; */
	text-align: center;
	color: red;
	font-size: 15px;
	font-weight: bold;
}

.refresh-inputbox {
	position: absolute;
	font-size: 24px;
	width: 575px;
	height: 45px;
	background-color: rgb(99,105,104);
	border-radius: 13px;
	padding-left: 20px;
}

.refresh-inputbox1 {
	top: 27%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.refresh-inputbox2 {
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.refresh-copyright {
	font-family: "Antipasto Pro Thin";
	color: white;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black;
	opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: black;
}

.refresh-logo {
	top: 10%;
	width: 242px;
	height: 41px;
	float: right;
}