body, html {
	height: 100%;
	background: #eee;
	line-height: none;
}

.baseurl {
	display: none;
}
.bg {
	background-image:url('../html/images/loginbg/bg1.png'); 
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: absolute;
	z-index: 1;
	float: left;
}

.loginFormBox {
	width: 40%;
	float: right;
	position: relative;
	height: 100%;
	z-index: 2;
}

.login-card {
	width:80%; position:absolute; top:0; right:0; 
	left:0; bottom:0; margin:auto; height:500px;
}

.fixed-sn .page-footer .container-fluid, .fixed-sn main {
	margin-left: 1%;
	margin-right: 1%;
}
.cascading-admin-card {
	margin-top: 1.25rem;
}
.cascading-admin-card .admin-up {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: -1.25rem;
}
.cascading-admin-card .admin-up .fab, .cascading-admin-card .admin-up .far, .cascading-admin-card .admin-up .fas {
	padding: 1.7rem;
	font-size: 2rem;
	color: #fff;
	text-align: left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cascading-admin-card .admin-up .data {
	float: right;
	margin-top: 2rem;
	text-align: right;
}
.cascading-admin-card .admin-up .data p {
	color: #999;
	font-size: 12px;
}
.progress, .progress .progress-bar {
	height: 6px;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.classic-admin-card .card-body {
	color: #fff;
	margin-bottom: 0;
    padding: .9rem;
}
.classic-admin-card .card-body p {
	font-size: 13px;
	opacity: .7;
	margin-bottom: 0;
}
.classic-admin-card .card-body h4 {
	margin-top: 10px;
}
.classic-admin-card .progress {
	margin: 0;
	opacity: .7;
}

.side-nav.wide.slim:hover {
	width: 15rem;
}
.side-nav.wide.slim:hover .fa-angle-down.rotate-icon {
	opacity: 1;
	display: block;
}
.loaderAjax {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.7);
	z-index: 999999999;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0;
}
label.form-check-label.label-table {
 	height:.94rem;
	padding-left: 25px;
}
#entryViewModal .modal-content, #masterModal .modal-content, #uploadViewModal .modal-content {
	margin:15px;
	width:calc(100% - 30px);
}
#entryViewModal .modal-body, #masterModal .modal-body, #uploadViewModal .modal-content{
	min-height: 350px;
	max-height: 350px;
}

#audioPlayer .modal-content{
	background:none;
	box-shadow:none;
}
#audioPlayer .modal-content audio{
	width:100%;
}

span.spcBtn {
	padding: 0 10px;
	position: relative;
	margin: 0 10px !important;
	color: #999;
}
span.spcBtn::before, span.spcBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 5px;
	border-bottom: 1px solid #999;
}
span.spcBtn::before {
	left: 0;
}
span.spcBtn::after {
	right: 0;
}
span.cnclBtn {
	color: #666;
	cursor: pointer;
}
span.cnclBtn:hover {
	color: #0ba7e6;
}
.jconfirm-box-container .content {
	padding: 0;
}
.jconfirm-box-container .content .form-control {
	height: 34px;
	border-radius: 4px;
}
.jconfirm-box-container {
	margin: auto;
}
.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default {
	padding: 6px 15px;
	margin: 0;
	background: none !important;
}
.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default:hover {
	background: #666 !important;
	transition: background .1s;
}
.jconfirm.jconfirm-material .jconfirm-box .buttons button {
	padding: 6px 15px;
}
.addMoreTable table {
	width: 100%;
}
.addMoreTable table tr td {
	padding: 0 10px 0 0;
}
ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.iconMenu {
	cursor: pointer;
	font-size: 20px;
	float: right;
	padding: 7px 0 7px 10px;
}

#menuBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	padding: 25px 50px;
	top: 0;
	left: 0;
	z-index: 99999;
	color: #fff;
}

#menuBox .close-icon {
	margin: 0 0 15px;
	cursor: pointer;
}

#menuBox .close-icon i {
	font-size: 36px;
}

#menuBox ul {
	display: block;
}

#menuBox ul li {
	display: block;
	width: 20%;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 50px;
	float: left;
	cursor: pointer;
}

#menuBox ul li span {
	display: table;
	border-radius: 50px;
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight:400;
	padding: 0 10px;
	margin: 5px auto 0;
}

.masterBtnDropdown {
	flex: 1;
	display: flex;
}
.masterBtnDropdown .select-wrapper {
	width: 100%;
}

.masterBtnAdd {
	margin: 24px 0 24px 2px;
	padding: 0 10px;
    border-radius:0 .25rem .25rem 0;
	color: #fff;
	line-height: 38.8px;
	font-size: 10px;
	cursor: pointer;
	height: 38.8px;
}

.addMoreTable .masterBtnDropdown .masterBtnAdd {
	margin: 0 0 0 2px;
}

.addMoreTable .md-form {
	margin: 0;
}
.addMoreTable .md-form input, .addMoreTable .md-form.mdb-select {
	margin: 0 0 5px;
}

.addMoreTable.form-group.col-md-12 {
	background: #f6f6f6;
	padding: 15px;
}

.addMoreTable table thead tr td {
	font-size: 18px;
	font-weight: 400;
	color: #676767;
	padding: 5px 0;
}

.addMoreTable h4 {
	font-size: 20px;
	font-weight: 400;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
	background: #eee;
}

.md-form, .md-form.md-outline {
	margin-bottom: 0;
}

ul.dbCards {
	display: flex;
	padding:0;
	margin:0;
}

ul.dbCards li {
	display: block;
	flex: 1;
	margin-right: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 0 6px rgba(0,0,0,0.33);
}

ul.dbCards li:last-child {
	margin-right: 0;
}

.dbCardHead {
	background: #ccc;
	border-radius: 10px 10px 0 0;
	padding: 7px 12px;
}

.headIcon {
	float: left;
}

.headText {
	float: right;
	font-size: 14px;
	height: 47px;
	align-items: center;
	display: flex;
	color: #fff;
	font-weight: 400;
	width:calc(100% - 57px);
}

.dbCardCount {
	padding: 18px;
}
.cntText {
	color: #858181;
	font-size: 14px;
	display: block;
	font-weight: 400;
}

.cntVal {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	display: block;
}

.dbCardCount .cntText {
	float: left;
}

.dbCardCount .cntVal {
	float: right;
}

.dbCardFullCnt {
	padding: 0 18px 18px;
	text-align:center;
}

ul.dbCards li:nth-child(1n) .dbCardHead {
	background: #4285f4;
}
ul.dbCards li:nth-child(2n) .dbCardHead {
	background: #ffbb33;
}
ul.dbCards li:nth-child(3n) .dbCardHead {
	background: #13c6b9;
}
ul.dbCards li:nth-child(4n) .dbCardHead {
	background: #ff5252;
}
ul.dbCards li:nth-child(5n) .dbCardHead {
	background: #29b6f6;
}
ul.dbCards li:nth-child(6n) .dbCardHead {
	background: #51c42a;
}

.md-form label{
	left: 0px !important;
}

.md-form label span {
	color: #DC4739;
}

.mdb-main-label span {
	color: #DC4739;
}

.change_password{	
	width:50%;
	position:absolute;
	top:0;
	right:0;
	left:0; 
	bottom:0; 
	margin:auto; 
	height:350px;
}

.modal-title{
  color: #ffffff !important;
}

.select-wrapper + label{
	text-transform: uppercase;
	font-size: 12px;
}

.select-wrapper + label.active{
	left: 5px !important;
	text-transform: uppercase;
	font-size: 12px;
}
.md-form.mdb-select{
	margin-top: 1.6rem;
}
.edit-notify{
	margin-left: 200px;
	top:5px;
	position: relative;
}
table.table a{
	color: #007bff;	
}


.form-group{
	position: relative;
	margin-top: 1.5rem;	
} 

.form-group label{
	font-size: 1rem;
    transform-origin: 0 100%;
    transform: translateY(12px);
    color: #757575;
}

.custom-input{
	box-sizing: content-box;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0 0 !important;
}