@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:200,300,400,600,700,900');

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	background: #F6F6F6;
}
h1 {
	font-size: 28px;
	font-weight: 300;
}
h2 {
	font-size: 24px;
	font-weight: 400;
}
h3 {
	
}
h4 {
	font-size: 15px;
	font-size: 500;
}
h5 {
	
}
h6 {
	
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-18 {
	font-size: 18px;
}
.font-22 {
	font-size: 18px;
}
.font-26 {
	font-size: 26px;
}
.font-30 {
	font-size: 30px;
}
.font-36 {
	font-size: 36px;
}
/*** Colors ***/
/*
*.primary: #8C24AA 
*.success: #6fae00
*.info: #E89A56
*.warning: #FF7F61
*.danger : #E8435A
*.secondary: #651985
*.primary-light: #F2ECFA
*.dark: #303130
*/
.text-primary {
	color: #8C24AA !important;
}
.text-secondary {
	color: #651985 !important;
}
.text-success {
	color: #6fae00 !important;
}
.text-info {
	color: #E89A56 !important;
}
.text-warning {
	color: #FF7F61 !important;
}
.text-danger {
	color: #E8435A !important;
}
.text-primary-light {
	color: #F2ECFA !important;
}
.text-dark {
	color: #303130 !important;
}

.btn {
	border-radius: 0;
}

.bg-primary, .btn-primary {
	background-color: #8C24AA !important;
}
.bg-secondary, .btn-secondary {
	background-color: #651985 !important;
}
.bg-success, .btn-success {
	background-color: #6fae00 !important;
}
.bg-info, .btn-info {
	background-color: #E89A56 !important;
}
.bg-warning, .btn-warning {
	background-color: #FF7F61 !important;
}
.bg-danger, .btn-danger {
	background-color: #E8435A !important;
}
.bg-transparent {
	background-color: transparent;
}
.bg-primary-light, .btn-primary-light {
	background-color: #F2ECFA !important;
}
.bg-dark, .btn-dark {
	background-color: #303130 !important;
}

.btn-primary {
	border-color: #8C24AA !important;
	color: #fff !important;
}
.btn-secondary {
	border-color: #651985 !important;
}
.btn-success {
	border-color: #6fae00 !important;
}
.btn-info {
	border-color: #E89A56 !important;
}
.btn-warning {
	border-color: #FF7F61 !important;
	color: #fff !important;
}
.btn-danger {
	border-color: #E8435A !important;
}
.btn-primary-light {
	border-color: #F2ECFA !important;
	color: #fff;
}
.btn-dark {
	border-color: #303130 !important;
	color: #f4f4f4 !important;
}

.btn-primary:hover, 
.btn-outline-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary.dropdown-toggle,
a.bg-primary:hover, 
a.bg-primary:focus, 
button.bg-primary:hover, 
button.bg-primary:focus {
	background-color: #e5622e !important;
	border-color: #e5622e !important;
}
.btn-secondary:hover, 
.btn-outline-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled).active, 
.show > .btn-secondary.dropdown-toggle,
.btn-outline-secondary:not(:disabled):not(.disabled):active, 
.btn-outline-secondary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-secondary.dropdown-toggle,
a.bg-secondary:hover, 
a.bg-secondary:focus, 
button.bg-secondary:hover, 
button.bg-secondary:focus {
	background-color: #bf7b60 !important;
	border-color: #bf7b60 !important;
}
.btn-success:hover, 
.btn-outline-success:hover,
.btn-success:not(:disabled):not(.disabled):active, 
.btn-success:not(:disabled):not(.disabled).active, 
.show > .btn-success.dropdown-toggle,
.btn-outline-success:not(:disabled):not(.disabled):active, 
.btn-outline-success:not(:disabled):not(.disabled).active, 
.show > .btn-outline-success.dropdown-toggle,
a.bg-success:hover, 
a.bg-success:focus, 
button.bg-success:hover, 
button.bg-success:focus {
	background-color: #80a633 !important;
	border-color: #80a633 !important;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.25);*/
}
.btn-info:hover, 
.btn-outline-info:hover,
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:not(:disabled):not(.disabled).active, 
.show > .btn-info.dropdown-toggle,
.btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active, 
.show > .btn-outline-info.dropdown-toggle,
a.bg-info:hover, 
a.bg-info:focus, 
button.bg-info:hover, 
button.bg-info:focus {
	background-color: #73396b !important;
	border-color: #73396b !important;
}
.btn-warning:hover, 
.btn-outline-warning:hover,
.btn-warning:not(:disabled):not(.disabled):active, 
.btn-warning:not(:disabled):not(.disabled).active, 
.show > .btn-warning.dropdown-toggle,
.btn-outline-warning:not(:disabled):not(.disabled):active, 
.btn-outline-warning:not(:disabled):not(.disabled).active, 
.show > .btn-outline-warning.dropdown-toggle,
a.bg-warning:hover, 
a.bg-warning:focus, 
button.bg-warning:hover, 
button.bg-warning:focus {
	background-color: #ffa31a !important;
	border-color: #ffa31a !important;
}
.btn-danger:hover, 
.btn-outline-danger:hover,
.btn-danger:not(:disabled):not(.disabled):active, 
.btn-danger:not(:disabled):not(.disabled).active, 
.show > .btn-danger.dropdown-toggle,
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.btn-outline-danger:not(:disabled):not(.disabled).active, 
.show > .btn-outline-danger.dropdown-toggle,
a.bg-danger:hover, 
a.bg-danger:focus, 
button.bg-danger:hover, 
button.bg-danger:focus {
	background-color: #ff5340 !important;
	border-color: #ff5340 !important;
}
.btn-primary-light:hover, 
.btn-outline-primary-light:hover,
.btn-primary-light:not(:disabled):not(.disabled):active, 
.btn-primary-light:not(:disabled):not(.disabled).active, 
.show > .btn-primary-light.dropdown-toggle,
.btn-outline-primary-light:not(:disabled):not(.disabled):active, 
.btn-outline-primary-light:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary-light.dropdown-toggle,
a.bg-primary-light:hover, 
a.bg-primary-light:focus, 
button.bg-primary-light:hover, 
button.bg-primary-light:focus {
	background-color: #fff !important;
	border-color: #1cfdff !important;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.25);*/
}
.btn-dark:hover, 
.btn-outline-dark:hover,
.btn-dark:not(:disabled):not(.disabled):active, 
.btn-dark:not(:disabled):not(.disabled).active, 
.show > .btn-dark.dropdown-toggle,
.btn-outline-dark:not(:disabled):not(.disabled):active, 
.btn-outline-dark:not(:disabled):not(.disabled).active, 
.show > .btn-outline-dark.dropdown-toggle,
a.bg-dark:hover, 
a.bg-dark:focus, 
button.bg-dark:hover, 
button.bg-dark:focus {
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-primary:focus, 
.btn-primary.focus,
.btn-outline-primary:focus, 
.btn-outline-primary.focus {
    /*box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);*/
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #8C24AA !important;
	border-color: #8C24AA !important;
}
.btn-secondary:focus, 
.btn-secondary.focus,
.btn-outline-secondary:focus, 
.btn-outline-secondary.focus {
    /*box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);*/
}
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active, 
.btn-outline-secondary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-secondary.dropdown-toggle {
	background-color: transparent!important;
	border-color: #651985 !important;
	color: #651985 !important;
}
.btn-success:focus, 
.btn-success.focus,
.btn-outline-success:focus, 
.btn-outline-success.focus {
    /*box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);*/
}
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active, 
.btn-outline-success:not(:disabled):not(.disabled).active, 
.show > .btn-outline-success.dropdown-toggle {
	background-color: #6fae00 !important;
	border-color: #6fae00 !important;
}
.btn-info:focus, 
.btn-info.focus,
.btn-outline-info:focus, 
.btn-outline-info.focus {
    box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);
}
.btn-outline-info:hover,
.btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active, 
.show > .btn-outline-info.dropdown-toggle {
	background-color: #E89A56 !important;
	border-color: #E89A56 !important;
}
.btn-warning:focus, 
.btn-warning.focus,
.btn-outline-warning:focus, 
.btn-outline-warning.focus {
    /*box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);*/
}
.btn-outline-warning:hover,
.btn-outline-warning:not(:disabled):not(.disabled):active, 
.btn-outline-warning:not(:disabled):not(.disabled).active, 
.show > .btn-outline-warning.dropdown-toggle {
	background-color: #FF7F61 !important;
	border-color: #FF7F61 !important;
}
.btn-danger:focus, 
.btn-danger.focus,
.btn-outline-danger:focus, 
.btn-outline-danger.focus {
    /*box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);*/
}
.btn-outline-danger:hover,
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.btn-outline-danger:not(:disabled):not(.disabled).active, 
.show > .btn-outline-danger.dropdown-toggle {
	background-color: #E8435A !important;
	border-color: #E8435A !important;
}
.btn-primary-light:focus, 
.btn-primary-light.focus,
.btn-outline-primary-light:focus, 
.btn-outline-primary-light.focus {
    /*box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);*/
}
.btn-outline-primary-light:hover,
.btn-outline-primary-light:not(:disabled):not(.disabled):active, 
.btn-outline-primary-light:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary-light.dropdown-toggle {
	background-color: #1cfdff !important;
	border-color: #1cfdff !important;
	color: #8C24AA;
}
.btn-dark:focus, 
.btn-dark.focus,
.btn-outline-dark:focus, 
.btn-outline-dark.focus {
    /*box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);*/
}
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active, 
.btn-outline-dark:not(:disabled):not(.disabled).active, 
.show > .btn-outline-dark.dropdown-toggle {
	background-color: #303130 !important;
	border-color: #303130 !important;
}

.btn-outline-primary {
	border-color: #8C24AA;
	color: #8C24AA;
}
.btn-outline-success {
	border-color: #6fae00;
	color: #6fae00;
}
.btn-outline-info {
	border-color: #E89A56;
	color: #E89A56;
}
.btn-outline-warning {
	border-color: #FF7F61;
	color: #FF7F61;
}
.btn-outline-danger {
	border-color: #E8435A;
	color: #E8435A;
}
.btn-outline-dark {
	border-color: #303130;
	color: #303130;
}
.btn-outline-secondary {
	border-color: #939598;
	color: #939598;
}
.btn-outline-primary-light {
	border-color: #1cfdff;
	color: #1cfdff;
}
.btn-rounded {
	border-radius: 33px;
	height: 33px;
	box-sizing: border-box;
	line-height: 33px;
	font-size: 12px !important;
	font-weight: 700;
	padding: 0 15px 0 5px !important;
}
.btn-rounded img {
	position: relative;
	top: -3px !important;
}
.btn-rounded-lg {
	border-radius: 60px;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	line-height: 56px;
	font-size: 24px !important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 15px 0 5px !important;
	border-width: 3px;
}
.btn-circle {
	border-radius: 100%;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	padding: 0;
	font-weight: 300;
	box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);
}
.btn-circle-text {
	font-size: 44px;
}
.btn-circle-sm {
	width: 40px;
	height: 40px;
	line-height: 36px;
	padding: 0;
	font-size: 25px;
}
.btn-wide {
	width: 100%;
}
.alert-primary {
    color: #2C2C2C;
    background-color: #f5b4ae;
    border-color: #f5b4ae;
}
.alert-success {
    color: #2C2C2C;
    background-color: #dee8ba;
    border-color: #dee8ba;
}
.alert-info {
    color: #2C2C2C;
    background-color: #d5f2f0;
    border-color: #d5f2f0;
}
.alert-warning {
    color: #2C2C2C;
    background-color: #dbbeaf;
    border-color: #dbbeaf;
}
.alert-danger {
    color: #2C2C2C;
    background-color: #ea8979;
    border-color: #ea8979;
}
.alert-dark {
    color: #fff;
    background-color: #8a9dab;
    border-color: #8a9dab;
}
.alert-secondary {
    color: #2C2C2C;
    background-color: #d9bdcf;
    border-color: #d9bdcf;
}

footer {
	
}
footer a {
	
}

#preloader {
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9998;
}
#spinner {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	background: url(../images/spinner.gif) no-repeat top center;
	text-align:center;
	z-index: 9998;
	padding-top: 54px;
	color: #651985;
	font-size: 13px;
	text-transform: uppercase;
}
#main-banner {
    background-color: #651985;
    height: 240px;
    background-image: -webkit-linear-gradient(270deg,rgba(140,36,170,1.00) 0%,rgba(101,25,133,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(140,36,170,1.00) 0%,rgba(101,25,133,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(140,36,170,1.00) 0%,rgba(101,25,133,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(140,36,170,1.00) 0%,rgba(101,25,133,1.00) 100%);
	background-image: url("../images/bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#main-banner h1 {
	color: #fff;
	box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.45);
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#main-banner h1 a {
	color: #fff !important;
	text-decoration: none;
}
.btn-warpper {
	position: absolute;
	bottom: -25px;
	right: 25px;
	z-index: 999;
}
#headline-bar span {
	font-size: 28px;
	font-weight: 500;
	margin-right: 6px;
}
#headline-bar {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.card {
	margin: 3px 0;
	padding: 0;
}
.card.active {
	background: #6fae00;
	color: #fff !important;
}
.card.active .btn, 
.card.active .list-unstyled .text-black-50,
.card.active .text-black-50.btn .text-black-50 {
	color: #fff !important;
}
.date-box, .date-box:hover {
	background: #E8435A;
	padding: 30px 15px;
	color: #fff;
	text-align: center;
	width: 33%;
	text-decoration: none;
}
.date-box.active, .date-box.active:hover {
	background: #6fae00;
}

.date-box h3 {
	font-size: 30px;
	font-weight: 300;
}
.date-box div {
	font-size: 16px;
	font-weight: 600;
}
.details-box {
	padding: 10px;
	line-height: 1.5;
}
.report .date-box {
	padding: 0px;
	color: #fff;
	text-align: center;
	width: 150px;
}
#new-session, #edit-user, #new-user {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 100%;
	z-index: 9999;
	display: none;
}
.row-nm {
	margin: 10px 0;
}
.user-box {
	background: transparent;
	padding: 0;
	text-align: center;
	width: 100%;
}
.card.user {
	background: transparent;
	border: 0 none;
	box-shadow: none;
	text-align: center !important;
}
.card.user.active {
	background: transparent;
	color: #333 !important;
	text-align: center !important;
}
.card.user.active .btn, 
.card.user.active .list-unstyled .text-black-50, 
.card.user.active .text-black-50.btn .text-black-50 {
	color: #333 !important;
}
.card.user.active .user-box img {
	border: 10px solid #FF7F61;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.3);
}
.card.user > .d-flex > .dropdown > .btn {
	padding-right: 0;
}
.user-box img {
	border-radius: 100%;
}
.session-headline-bar {
	padding: 10px 0;
	margin: 0 0 15px 0;
}
#heads {
	border: 0 none;
	width: 50px;
	text-align: center;
	font-size: 25px;
	height: 50px;
	line-height: 36px;
	position: relative;
	top: 6px;
	margin: 0 5px;
	background: #f2f2f2;
	border-radius: 50px;
}
#head-controls {
	position: absolute; 
	top: 55px; 
	width: 180px; 
	left: 50%; 
	margin-left: -90px;
}

#no-sessions {
	width: 100%; 
	padding: 50px 30px;
	font-size: 50px;
	opacity: 0.5;
	text-align: center;
}
#no-sessions span {
	width: 100%; 
	font-size: 20px;
	display: block;
	text-align: center;
}
/*** Forms ***/
.form-control, 
.form-control:active, 
.form-control:focus {
	display: block;
	height: 36px;
	/*width: 100%; */
	border: none;
	border-radius: 0 !important;
	font-size: 16px;
	font-weight: 300;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #757575;
}
.form-control:active, 
.form-control:focus {
	background-color: #f4f4f4;
}
.form-group:active label, 
.form-group:focus label {
	/*font-weight: 500;*/
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 22px;
	}
	#main-banner {
    	height: 140px;
	}
	.date-box, .date-box:hover {
		padding: 30px 10px;
		width: 40%;
	}
	.date-box h3 {
		padding: 5px 5px;
		font-size: 14px;
		margin: 3px;
		font-weight: 500;
	}
	.date-box div {
		font-size: 12px;
	}
}