
footer{ 
	position:fixed;
	bottom:0;	
	width:100%; 
	height:30px;
	background:#68284d; 
	color:#fff; 
	text-align:center;
	line-height:30px;
	font-weight:500;
}
.navbar {
    position: relative;
    height:100px;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -170px !important;  /* 50% of your logo width */
    display: block;
}
nav{ 
	background:#68284d;  
}
.label{
	position:absolute;
	margin-top:-25px;
	font-weight:500;
}
.labeldown{
	position:absolute;
	margin-top:35px;
	font-weight:500;
}
.checkboxlabel{
	margin-top:-5px;
	margin-left:5px;
}
.spanlabel{
	position:absolute;
	margin-top:108px;
	margin-left:18px;
}
.dropdown-menu.show{
	margin-left:-70px;
}
.cwhite{
	color:white;
}
.cblack{
	color:black;
}
.design {  
	margin-right: 5px;
}
.light{
	font-size:18px;
	font-weight:500;
}
.user_card {
	background: #ccc;
	padding: 10px;
	border-radius: 5px;
}
.form_container {
	margin-top: 30px;
	margin-bottom: 30px;
	padding:0 20px;
}
.login_btn {
	margin-left:10px;
	margin-right:10px;
	width: 100%;
	color: white !important;
}
.input-group-text {
	background: #68284d !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.dottedborder{
    border-bottom:2px dotted #68284d;
    display:inline-block;
}
#admin-sidebar .img-fluid{
	width:120px;
	height:120px;
}
#admin-sidebar{
    height: auto;
    min-height:100vh;
	background:#68284d3d;
}
#myTable{
	border: 1px solid #68284d;
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	color: #000;
}
#myTable th, #myTable td{
	border: 1px solid #68284d;
}
#myTable_filter input[type="search"]{	
    font-size: 15px;
    border: 2px solid #68284d;
    border-radius: 10px;
	margin-right: 10px
}
.activeTab{
    background:#68284d;
    color:#fff !important;
}
.sidebar_table-row:hover
{
    background:#68284d;
    cursor: pointer;
    color:white;
    text-decoration:none;
}
.sidebar_table{
    display:table; 
    border:1px solid red;
    width:100%;
}
.sidebar_table-row{ 
    display:table-row;
    color:black; 
}
.sidebar_table-cell{ 
    display:table-cell; 
    border:1px solid #68284d; 
    padding:5px; 
}


@media only screen and (max-width: 600px) {
	.mt-50{
	    margin-top:-50px;
	}
	.mt50{
	    margin-top:50px;
	}
	.signtab{
		margin-top:30px;
	}
	.mobileTopMargin{
		margin-top:0px !important;
	}
	.dropdown-menu.show{
		margin-left:0px;
	}
	.navbar-dark .navbar-toggler{
	    background: red;
        margin-left: 250px;    
	}
	.navbar-brand img{
        width: 210px;
    }
    .btnDash{
        font-size: 12px !important;
        width: fit-content;
        padding: 5px 5px !important;
    }
    .ml-auto{
        margin-top:25px;
        background:black;
        display:-webkit-box !important;
    }
    .ml-auto li{
        margin-left: 15px;
    }
    .dropdown-menu{
        background: red !important;
        position: absolute !important;
        margin-top: -65px !important;
        margin-left: 65px !important;
    }
    .dropdown-menu a{
        color: white !important;
    }
}


