body {
	background: #0c0c0c;
}
p {
	font-weight: 200;
}
a:hover {text-decoration: none}
.bg-login {
	display: table;
	width: 100%;
	height: 100vh;
	background: #0c0c0c;
}
.bg-login > div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.login-box img.logo {
	display: block;
	margin: auto;
	margin-bottom: 50px;
}
.form-group {
	width: 300px;
	margin: auto;
	position: relative;
}
.form-group > div.fieldCon {
	position: relative
}
.ErrorText1, .ErrorText2 {
	color: #FF5050 !important;
	visibility: visible;
	position: absolute;
}
.form-group .ErrorText1 {
	right: -50px;
	top: 10px;
}
.form-group .ErrorText2 {
	right: -50px;
	top: 10px;
}
.ErrorText {
    margin-top: 30px;
    display: inline-block;
    color: #FF5050;
}

.SuccessText {
	margin-top: 30px;
    display: inline-block;
	color:#BCF47F
}

.form-group input {
	width: 250px;
	padding: 10px 15px;
	border: 0;
	border-radius: 30px;
	display: block;
	margin: auto;
}
.report-box .form-group, .settings-box .form-group {
	position: relative;
	width: 315px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.form-group .ErrorText2 {
	right: -50px;
	top: 10px;
}
.form-group.timeTable {
	width: 650px;
	text-align: center;
}
.details-box .form-group {
	width: 620px
}
.formCol {
	width: 300px
}
.left {
	float: left;
}
.right {
	float: right;
}
.login-box input[type=submit] {
	background: #EA0391;
	color: white;
}
.login-box input[type=submit]:hover {
	background: #C40083;
}
.login-box input[type=password] {
	margin: 15px auto;
}
.btn, .login-box input[type=submit] {
	transition: all 0.2s ease;
}
.btn:hover, .login-box input[type=submit]:hover {
	background: #C40083;
}
.logged-out {
	position: absolute;
	bottom: -70px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	color: #BCF47F;
	text-align: center;
}
.header-bar {
	padding: 30px;
}
.header-bar .logo {
	width: 230px
}
.btn {
	background: #EA0391;
	border-radius: 30px;
	padding: 10px 15px;
	color: #FFF;
	transition: all 0.2s ease;
}
.footer {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
}
.footer a {
	color: #707070;
	font-weight: 200
}
.wrapper {
	background: #0c0c0c;
	height: 100vh;
}
.dashboard-options {
	margin-top: 50px;
}
.dashboard-options > div {
	position: relative
}
.dashboard-options a {
	padding: 20px;
	text-align: center;
	display: block;
	height: 300px;
}
.dashboard-options a img {
	width: 100%;
	height:100%;
	transition: all 0.2s ease-in-out;
}
.dashboard-options a:hover img {
	transform: scale(1.1);
}
.dashboard-box span {
	width: 100%;
	color: #FFF
}
h1 {
	padding-top: 100px;
	color: #fff;
	font-weight: 200;
	text-align: center;
}
.report-box {
	width: 650px;
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.report-box hr {
	margin: 40px 0;
	border-color: white;
}
.date-inputs {
	position: relative;
	display: inline-block;
}
.date-inputs .calendar {
	position: absolute;
	right: 5px;
	top: 1px;
	width: auto;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
th {
	text-align: left;
	height: 50px;
}
div.editUser {
	position: relative;
	width: 25px;
	text-align: center;
	color: #1DAF8E;
}
div.editUser input {
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -2px;
	top: -2px;
	padding: 0;
	cursor: pointer;
	outline: none;
}
div.editUser:before {
	content: '\f013';
	font-family: Fontawesome;
	font-size: 19px;
}
div.deleteUser {
	position: relative;
	width: 25px;
	text-align: center;
	color: #1DAF8E;
}
div.deleteUser input {
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -2px;
	top: -2px;
	padding: 0;
	cursor: pointer;
	outline: none;
}
div.deleteUser:before {
	content: '\f014';
	font-family: Fontawesome;
	font-size: 19px;
}
.mGrid th {
	position: relative;
	font-weight: 100;
	text-align: left;
	padding: 15px 5px;
	background-color: #fff
}
.mGrid th a {
	text-align: left;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.mGrid th a:after {
	content: '\f0d7';
	font-family: Fontawesome;
	padding-left: 5px;
}
.mGrid tbody tr td {
	padding: 15px 5px;
	border-bottom: solid 1px #fff
}
.mGrid tbody tr td:first-child {
	padding-left: 20px
}
.mGrid .alt {
	background: #e0e0e0;
}
.mGrid tbody tr.pgr td {
	background-color: #fff;
}
tbody tr.pgr td {
	background-color: #fff;
}
.pt50 {
	padding-top: 50px;
}
.pb50 {
	padding-bottom: 100px
}
.pb100 {
	padding-bottom: 100px
}
.btnAlt {
	border-radius: 0 30px 30px 0;
	position: absolute;
	top: 40%;
}
.btnFixed {
	position: fixed;
}
.confirmPassword {
	margin: 15px auto !important;
}
textarea {
	border-radius: 20px;
	border: 0;
	padding: 10px 15px;
}
select {
	background-color: transparent;
	border: 0
}
.selectBox {
	border-radius: 36px;
	display: inline-block;
	overflow: hidden;
	background: #cccccc;
	width: 300px;
	background: #FFF;
	padding: 10px;
	position: relative;
	margin-bottom: 15px;
	overflow: visible
}
.selectBox span {
	position: absolute;
	right: 0;
	top: -23px;
	color: #FF5050 !important;
}
.field-label {
	color: #FFF;
	padding-bottom: 5px;
	padding-left: 3px;
}
.privacy {
	color: #fff
}
.privacy h3 {
	color: #EA0391
} 




 
#Welcome.modal {
	text-align: center
}
#Welcome .modal-content {margin-top: 50%;}
#Welcome .modal-body {padding: 70px 10px;}
#Welcome.modal h3 {color:#EA0391; font-weight: bold;margin: 0;}
#Welcome.modal p {font-size:1.3em;}
#Welcome.modal p:first-of-type {padding-top:20px}

#Welcome .close { 
    background: #EA0391;
    border-radius: 20px;
    text-shadow: none;
    padding: 10px 0;
    color: #FFF;
    opacity: 1;
    position: absolute;
    bottom: -20px; 
    width: 100px;
    left: 50%;
    margin-left: -50px; 
	font-weight:normal;
	transition: all 0.2s ease;
}

#Welcome .close:hover {
	background: #C40083;
}


.procedures ul a {color:#fff; text-decoration: none; height:100%; width:100%; display:block;padding: 20px 40px;transition: 0.5s;}
.procedures ul {padding:0; margin:50px 0 0 0;list-style: none;border-top:1px solid;}

.procedures ul > li {padding:0;border-bottom:1px solid;background: url(../../Dashboards/img/document.svg) left center no-repeat;transition: all .2s ease-in-out;}
.procedures ul > li:hover {transform: scale(1.05);}

