body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background-color: #ebebeb!important;
}

/*GENERAL*/

h1{
	font-size: 44px!important;
	color: #feae01!important;
	font-family: "Roboto", sans-serif!important;
	font-weight: 600!important;
	margin-bottom: 20px!important;
}

.topbar{
	background-color: #ffad00;
	font-size: 28px;
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.under-topbar{
	background-color: #ffad00;
	font-size: 28px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
}

#menuIcon{
	padding: 0px 20px;
}

#topbar-text{
    padding-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#topbar-text.toggledText{
    padding-left: 0px;
}

.search{
	border-radius: 10px;
    border: 2px solid #c3c3c3;
    padding: 5px 10px;
    margin-bottom: 20px;
    min-width: 300px;
}

.search-wrap{
	margin: 0px 20px;
}

.page-container{
	padding: 92px 50px;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	position: relative;
	min-height: 92vh;
}

h4{
	color: #ffad00!important;
	font-size: 16px!important;
	font-family: 'Roboto', sans-serif!important;
	text-transform: uppercase;
	font-weight: 600!important;
	margin-bottom: 20px!important;
	text-align: left;
}

h5{
    font-size: 16px!important;
    margin-bottom: 20px!important;
    text-transform: uppercase;
    font-weight: bold!important;
}

.hidden{
    display: none;
}

.alert{
    margin-top: 15px;
}

/*SIDEBAR*/

#sidebar{
/*	height: 100vh;*/
	overflow: hidden;
	z-index: 1000;
    position: fixed;
	width: 300px!important;
    height: 100%;
    margin-left: -300px;
    overflow-y: hidden;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background-color: white;
}

#sidebar ::-webkit-scrollbar{
    width: 10px;
}

#sidebar::-webkit-scrollbar-track { 
  border-radius: 10px;
}

#sidebar::-webkit-scrollbar-thumb {
  background: #CBCBCB; 
  border-radius: 10px;
}

#wrapper {
	padding-left: 300px;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 0px;
}

#wrapper.toggled #sidebar {
	width: 300px;
}

#sidebar-content{
	z-index: 1;
	position: absolute;
    top: 0;
    left: 0;
}

#sidebar-content img{
	height: 150px;
	margin: 10px 50px;
}

.nav-list{
	color: white;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif!important;
	font-weight: 600;
	list-style: none;
	margin: 50px 0px!important;
	padding: 0px;
	font-size: 18px;
}

.nav-list a{
	color: #474b56!important;
	transition: .2s ease;
}

.nav-list a:hover{
	text-decoration: none!important;
	color: #ffad00!important;
}

.nav-list li{
	padding: 5px 0px;
	margin: 0px 50px;
}

.active-link{
	transform: rotate(45deg);
	color: #ffad00;
	margin-right: 8px;
	margin-left: -26px;
}

.close-menu{
	background-color: #fff;
	border: none!important;
	color: #ffad00;
	outline: none;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	z-index: 2;
}

.close-menu:focus{
	outline: none;
}

.sub-item{
    color: #ffad00;
    text-transform: none;
    font-size: 16px;
}

/*WHITE SIDE BAR*/

.white-nav-list{
	color: #41444b;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif!important;
	font-weight: 600;
	list-style: none;
	margin: 50px 0px!important;
	padding: 0px;
	font-size: 18px;
    height: 70vh;
    overflow-y: scroll;
}

.white-nav-list a{
	color: #41444b!important;
	transition: .2s ease;
}

.white-nav-list a:hover{
	text-decoration: none!important;
	color: #474b56!important;
}

.white-nav-list li, .client-list li{
	padding: 5px 0px;
	margin: 0px 50px;
}

.white-nav-sub-item{
/*    color: #ffad00;*/
    text-transform: none;
    font-size: 16px;
    font-weight: 100;
}

.white-nav-sub-item input{
/*    color: #ffad00;*/
    text-transform: none;
    font-size: 16px;
    font-weight: 100;
    color: #41444b;
	font-family: 'Roboto', sans-serif!important;
	padding: 0px;
    background-color: rgba(0,0,0,0.00);
    border: 0px;
}

.white-close-menu{
    background-color: white;
	border: none!important;
	color: #41444b;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
}

#backToMenu{
    text-transform: none;
    font-size: 16px;
}

/*LOGIN CSS*/

.login-logo{
	height: 170px;
	margin-bottom: 50px;
}

#loginPageWrapper{
	padding: 60px 40px;
	font-family: 'Roboto', sans-serif;
	min-height: 100vh;
	background-color: #1b1b1d;
	background-image: url("../img/background-img.png");
	background-size: cover;
}

#loginBox{
	text-align: center;
	width: 50%;
	margin: auto;
}

.assetpoint-input{
	border-radius: 40px!important;
	border: 2px solid #48494e!important;
	background-color: #48494e;
	width: 350px;
	display: block;
	padding: 12px 24px;
	text-align: center;
	color: white;
	font-size: 14px;
	margin: auto;
}

.assetpoint-input:focus{
	background-color: white;
	color: #48494e;
	border: 2px solid #feae01!important;
	outline: none;
}

.btn-login{
	background-color: #ffad00;
	color: #42464f;
	transition: 0.4s;
	text-transform: uppercase;
	font-weight: 600!important;
	border-radius: 40px!important;
	font-size: 14px;
	margin: auto;
	width: 350px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
}

.btn-login:hover{
	background-color: #E89D00;
}

.btn-login:focus{
	outline: none;
}

#loginError{
	color: #A2A2A2;
}

/*DASHBOARD*/

.dashboard-list-box{
	background-color: #72767f;
	color: white;
	padding: 15px 25px;
}

.dash-list-wrap{
	max-height: 70vh;
	overflow-y: scroll;
	z-index: 1;
}

.list-item{
	margin-bottom: 5px;
}

.dash-list-wrap::-webkit-scrollbar {
  width: 10px;
}

.dash-list-wrap::-webkit-scrollbar-track { 
  border-radius: 10px;
}

.dash-list-wrap::-webkit-scrollbar-thumb {
  background: #CBCBCB; 
  border-radius: 10px;
}

.dashboard-item-box{
	background-color: #72767f;
	padding: 40px 20px;
	text-align: center;
	color: white;
	font-size: 24px;
}

.dash-icon-circle{
	background-color: #ffad00;
	height: 85px;
	width: 85px;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 40px;
	color: white;
	line-height: 85px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

.dash-text{
	display: inline-block;
	line-height: 85px;
	vertical-align: middle;
}

.dash-number{
	font-size: 50px;
	color: #ffad00;
}

.dash-link{
    color: white;
    transition: .2s ease;
}

.dash-link:hover{
    color: #ffad00;
    text-decoration: none;
}

/*NEW COMPANY*/

label{
	color: #474b56;
	font-weight: 600;
	margin-top: 15px;
	font-family: "Roboto", sans-serif;
	text-transform: capitalize;
}

.form-input{
	border-radius: 10px!important;
	border: 2px solid #ebebeb!important;
	width: 100%;
	display: block;
	padding: 10px 15px;
	text-align: left;
	font-family: "Roboto", sans-serif;
}

.submit-btn{
	border-radius: 10px;
	border: none!important;
	color: white;
	background-color: #ffad00;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	padding: 10px 15px;
	font-weight: 700;
	margin: 15px 0px;
	cursor: pointer;
}

.filter-btn, .reset-btn{
	border-radius: 10px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	padding: 5px 15px;
	font-weight: 700;
	margin: 0px 10px 15px 0px;
	cursor: pointer;
	width: 150px;
	font-size: 14px;
	border: 2px solid #ffad00;
}

.filter-btn{
	background-color: #ffad00;
	color: white;
}

.reset-btn{
	color: #ffad00;
	background-color: white;
}

.form-btn{
	background-color: #ffad00;
	color: black;
	text-transform: uppercase;
	padding: 5px 35px;
	font-weight: 600!important;
	border: none!important;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	right: 50px;
	transition: .4s;
}

.form-btn-half-page{
    background-color: #ffad00;
	color: black;
	text-transform: uppercase;
	padding: 5px 35px;
	font-weight: 600!important;
	border: none!important;
	cursor: pointer;
	position: absolute;
	right: 15px;
    margin-top: 10px;
	transition: .4s;
}

.form-btn:hover{
	background-color: #FDD032;
}

#companyPrev{
    right: 170px;
}

.contactListItem{
    margin-top: 23px;
    border: solid 2px #ffad00;
    padding: 5px;
    color: white;
}

.siteListItem{
    margin-top: 23px;
    border: solid 2px #72767f;
    padding: 5px;
    color: white;
}

.siteListItem p, .contactListItem p{
    margin-bottom: 0px;
}

.add-btn{
    font-size: 32px;
    color: #ffad00;
    margin-top: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.siteContact{
    padding: 5px 0px;
}

#addSiteContact{
    background-color: #ffad00;
	color: black;
	text-transform: uppercase;
	padding: 5px 35px;
	font-weight: 600!important;
	border: none!important;
	cursor: pointer;
	transition: .4s;
    margin-top: 10px;
}

#addSiteContact:hover{
    background-color: #FDD032;
}

/*
.company-form{
    max-height: 80vh;
    overflow-y: scroll;
}

.company-form::-webkit-scrollbar {
  width: 10px;
}

.company-form::-webkit-scrollbar-track { 
  border-radius: 10px;
}

.company-form::-webkit-scrollbar-thumb {
  background: #CBCBCB; 
  border-radius: 10px;
}
*/

/*COMPANY PAGE*/

.siteInfoBox{
    background-color: #72767f;
    padding: 10px;
    color: white;
}

.siteInfoBox p{
    margin-bottom: 0px;
}

.client-list{
    margin-top: 90px;
    list-style-type: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.client-list a{
    color: white;
    transition: .2s ease;
}

.client-list a:hover{
    text-decoration: none;
    color: #ffad00;
}

.client-list input{
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s ease;
    background-color: rgba(0,0,0,0.00);
    border: none;
    padding: 0px;
    cursor: pointer;
}

.client-list input:hover{
    text-decoration: none;
    color: #ffad00;
}

.site-contact:first-of-type{
    margin-top: 0px;
}

.site-contact{
    margin-top: 30px;
}

/*ASSET TYPE PAGE*/

.asset-list{
    margin-top: 35px;
    list-style-type: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px;
}

.asset-list li{
    padding: 12px 0px;
}

/*ASSET REPORTS PAGE*/

.report-card{
    border: none !important;
    border-radius: 0px!important;
    color: white;
    margin: 10px 0px;
}

.report-header{
    border: none !important;
    border-radius: 0px!important;
    background-color: #72767f!important;
    cursor: pointer;
    user-select: none;
}

.report-card{
    background-color:#7C8089!important;
}

.report-btn{
    width: 100%;
    border: none!important;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
}

.edit-btn{
    background-color: #41444b;
    color: white;
}

.authorise-btn{
    background-color: #ffad00;
    color: #41444b;
}

.accordion{
    margin-bottom: 50px;
}

.accordion-heading{
    color: white;
}

/*WORK REQUEST*/

#makeWorkRequestBtn{
    cursor: pointer;
}

#makeWorkRequestBtn:hover{
    text-decoration: none;
    color: #ffad00;
}

#makeRequest{
    border: none!important;
/*
    background-color: #212529;
    color: #ffad00;
*/
    color: #212529;
    background-color: #ffad00;
    border-radius: 0px;
    padding: 8px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.qr-code-img-wrapper{
    margin-top: 20px;
    text-align: right;
}

.row-header{
	font-weight: 600;
	text-transform: capitalize;
	color: #ffad00;
}

.row-list{
	padding: 15px;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.row-list:nth-child(odd){
	background-color: #ebebeb;
}

.row-list .row{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.row-link, .row-link:hover{
	color: #474b56;
}

.box{
	height: 680px;
	overflow-y: scroll;
	margin: 0 20px 20px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgb(85 83 99 / 20%);
    padding: 16px;
    color: #474b56;
    border-radius: 10px;
}

.box-sm{
	min-height: 400px;
	margin: 0px 0px 20px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgb(85 83 99 / 20%);
    padding: 16px;
    color: #474b56!important;
    border-radius: 10px;
}

.details-title{
	font-weight: 600;
	margin-top: 1rem;
	color: #474b56!important;
	text-transform: capitalize;
}

.box-sm p{
	color: grey;
	margin-bottom: 0px;
}

.add-new-wrap{
	text-align: right;
	padding-bottom: 15px;
}

.add-new-wrap button{
	background-color: white;
	border: none;
	color: #ffad00;
	cursor: pointer;
}

.add-new-wrap button:focus{
	outline: none;
}

.button-container{
	text-align: right;
}

.modal-content{
	border: none!important;
	border-top: 3px solid #ffad00!important;
}

.modal-header{
	border-bottom: none!important;
}

#successBox .modal-content{
	border-top: 3px solid #4BB543!important;
	color: #808080;
	text-align: center;
	padding: 20px;
}

#errorBox .modal-content{
	border-top: 3px solid #e33434!important;
	color: #808080;
	text-align: center;
	padding: 20px;
}

.success-header{
	font-size: 20px;
}

.success-msg{
	font-size: 18px;
	font-weight: 200;
}

.message__btn{
	border: none;
    cursor: pointer;
    padding: 0.625rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    word-spacing: 3px;
    border-radius: 0.625rem;
    width: 200px;
    margin: auto;
}

.success__bg{
	background-color: #4BB543;
}

.error__bg{
	background-color: #e33434;
}

.success__col, .error__col{
	margin: 0px auto 20px;
}

.success__col{
	color: #4BB543;
}

.error__col{
	color: #e33434;
}

.page-options-wrap p{
	background-color: #ffad00;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
}

.qr-code-box{
	text-align: center;
	min-height: unset;
	width: 150px;
	
}

.checkbox_p{
	color: #474b56;
    font-weight: 600;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
	text-transform: capitalize;
}

.checkbox_container{
	position: relative;
    padding: 0px 35px;
}

.hidden_check{
	position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}

.checkmark{
	position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 15px;
}

.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox_container input:checked ~ .checkmark {
    background-color: #ffad00; /* Orange */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff; /* White */
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control-icon{
	cursor: pointer;
	color: #7b7d85;
}

.control-icon:hover{
	color: #474b56;
}

.cancel-btn{
	border-radius: 10px;
    border: none!important;
    background-color: #474b56;
    color: #ffad00;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    padding: 10px 15px;
    font-weight: 700;
    margin-top: 15px;
    cursor: pointer;
	margin-left: 10px;
}

.alert-p{
	background-color: #cfcfcf;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
}

.laptop_question{
	display: none;
}

.sort-icon {
	width: 18% !important;
	cursor: pointer;
}

#sortUpTag,
#sortUpName {
	display: none;
}

.highlight-row-hover:hover {
	text-decoration: underline;
	cursor: pointer;
}

.toggle-btn{
	background-color: white;
	color: orange;
	padding: 5px 50px!important;
	margin-bottom: 30px;
}

.active-toggle-btn{
	background-color: orange;
	color: white;
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 1100px) and (min-width: 768px){
	
	#loginBox{
		width: 50%;
	}
	
}

@media only screen and (max-width: 767px){
	
	#loginBox{
		width: 100%;
		padding: 40px 20px;
	}
}