html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px; /* Margin bottom by footer height */
    background: #ffffff;
}

#home-section {
	background: url("../images/keyboard.jpeg") no-repeat;
	min-height: 700px;
	background-size: cover;
	background-attachment: fixed;
}

#home-section .dark-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 700px; }

#home-section .home-inner {
	padding-top: 150px;
}

#navbar-home{
	border-bottom:#008ed6 3px solid;
	opacity:0.8;
}

#users-nav-item .nav-item{
	margin: 0px 5px;
}

#shopping-cart-icon{
	font-size: 30px;
	background-color: transparent;

}

#shopping-cart-collapse{
	max-width: 180px;
}

.global-errors{
	list-style-type: none;
	padding: 0px;
}

#login-form{
    margin-top: 150px;
}

#registration-form{
    margin-top: 150px;
}


/*region Admin page*/
/*================================================================*/
#admin-section {
    /*background: url("../images/code1.jpeg") no-repeat;*/
    min-height: 100%;
    /*margin-bottom:;*/
    background-size: cover;
    background-attachment: fixed;
	padding-bottom: 25px;
}

#admin-sidebar{
    margin-top: 70px;
    /*min-height:95vh;*/
	border-radius: 3%;
}

#admin-content {
    padding-top: 75px;
    color: #333;
	width: 85%;
}

#remove-link{
	cursor: pointer;
}

#admin-content .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%; }


.edit-btn{
	color: darkslategrey;
}

#admin-sidebar{
	width: 20%;
	margin-right: 20px;
}

.admin-form{
	width: 70%;
}

.thead{
	background-color: darkslategrey !important;
	color: white;
}

th {
	cursor: pointer;
}

#pageSizeSelect{
	width: 50px;
	padding: 0;
	margin: 0;
}

#search-user-dropdown{
	font-size: 15px;
}

#search-lead-dropdown{
	font-size: 15px;
}

#user-table{
	width: 100%;
}
/*================================================================*/
/*endregion*/


/*region Footer*/
/*================================================================*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* fixed height of the footer  */
	line-height: 60px; /* Vertically center the text there */
    color: darkgrey;
}
/*================================================================*/
/*endregion*/

.img-invoice{
	width: 250px;
	padding: 30px 0px;
	margin: 0px 15px;
}

.mt-0 { margin-top: 0 !important}
.mt-1 { margin-top: 1px}
.mt-2 { margin-top: 2px}
.mt-3 { margin-top: 3px}
.mt-3 { margin-top: 4px}
.mt-5 { margin-top: 5px !important}
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px !important;}
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-125 { margin-top: 125px }
.mt-130 { margin-top: 130px }
.mt-135 { margin-top: 135px }
.mt-140 { margin-top: 140px }
.mt-145 { margin-top: 145px }
.mt-150 { margin-top: 150px }

.text-primary{
	color:#66BB6A!important
}

.rental-box{
	background:#66BB6A;
	padding: 15px;
	color: #FFFFFF;
	margin-top: 25px;
}
/* Breadcrumb Css Start */
.section-block1.grey-bg.breadcrumb ul {
    display: flex;
}
.section-block1.grey-bg.breadcrumb li:first-child::after {
    content: ">";
}
.section-block1.grey-bg.breadcrumb li {
    padding-left: 2px;
    padding-right: 2px;
}
/* Breadcrumb Css End*/