/* ------------------------
   SCREENLOCK.HTML
--------------------------*/

.screenlock-page #page-logo {
	width: 250px;
	margin: 50px auto 80px;
}
.screenlock-page .panel {
	width: 500px;
	margin: 0 auto;
	position: relative;
}
.screenlock-page .login-info {
	margin: 20px 0;
	font-size: 13px;
    text-align: center;
}
.screenlock-page .login-info .login-name b {
	font-size: 14px;
}
.screenlock-page .login-info .login-email {
	padding-top: 8px;
	font-size: 12px;
	color: #AAA;
}
.screenlock-page .login-avatar {
	padding: 6px 20px 25px 10px;
	margin-right: 20px;
/*	border-right: 1px dashed #DDD;
	float: left;*/
}
.screenlock-page .login-avatar img {
	display: block;
	margin: 0 auto;
	padding: 5px;
	border: 2px solid #DDD;
}
.screenlock-page .login-alert {
	padding-top: 15px;
	margin: 5px 0;
	border-top: 1px dashed #DDD;
	clear: both;
}
.screenlock-page .login-alert .alert {
	font-size: 13px;
	padding: 7px 13px;
	margin-bottom: 0;
}
.screenlock-page .col-sm-8 {
	float:none!important;
}
.screenlock-page .col-sm-8 #password {
	width:155px;
}
/*.col-sm-8 .help-block {
	width:385px;
}*/ 
/* ------------------------
   INDEX.HTML
--------------------------*/
.console-btn {
	padding: 10px 10px 10px 15px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border-radius: 3px;
	text-shadow: 0 1px #fff;
	border: 1px solid #d2d2d2;
	background-color: rgba(248, 248, 248, 0.9);
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
	background-image: linear-gradient(to bottom, #ffffff 1%, #f1f1f1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.console-btn:hover {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45), rgba(241, 241, 241, 0.45));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(241, 241, 241, 0.45));
}
.console-btn:hover .console-icon {
	color: #d9534f;
}
.console-btn .console-icon {
	height: 40px;
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
}
.console-btn .console-text {
	display: inline-block;
	padding-top: 3px;
}
.console-btn .console-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #555;
}
.console-btn .console-subtitle {
	font-size: 11px;
	color: #888;
}
.console-filter {
	float: right;
	width: 77%;
	padding-top: 4px;
	margin-right: 5%;
}
/* Dividers for console icons - Options: Left, right, Bottom */
.console-btn .console-icon.divider-right {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #DDD;
	position: relative;
}
.console-btn .console-icon.divider-right:after {
	content: "";
	margin-right: -2px;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
}
.console-btn .console-icon.divider-left {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #DDD;
}
.console-btn .console-icon.divider-bottom {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
/* Console Button Alt Style - Block Icon, best used without divider */
.console-btn.console-block .console-icon {
	display: block;
	height: auto;
}
.console-btn.console-block .console-text {
	display: block;
	padding: 0;
}
/* Console Button Alt Style - No BG */
.console-btn.console-alt {
	border: 0;
	background: none;
	box-shadow: none;
	padding: 5px 8px;
}
.console-btn.console-alt .console-icon {
	font-size: 20px;
}
.console-btn.console-alt .console-text {
	padding: 0;
}
.console-btn.console-alt .console-title {
	font-size: 14px;
}
.console-btn.console-alt .console-badge .badge {
	position: absolute;
	top: -5px;
	right: 20px;
	text-shadow: none;
}
/* CHART ICONS */
.chart-btn {
	padding-top: 8px;
}
.chart-btn .chart-icon {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 40px;
	margin-bottom: 10px;
}
.chart-btn .chart-text {
	display: inline-block;
	vertical-align: top;
}
.chart-btn .chart-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #555;
}
.chart-btn .chart-subtitle {
	font-size: 15px;
	color: #888;
	text-align: left;
}
.messages-page .email-menu-avatar img {
	max-width: 50px;
	min-width: 50px;
}

.cookies{
    bottom:0;
    position: fixed;
    z-index: 100;
}

.nomargin_bottom{
    margin-bottom:0px;
    display: none;
}

.screenlock-page .form-group .input-group{
    margin-left: 102px;
    text-align: center;
}
