html {
	/*
		background: url("../reseller_images/thomas_background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	width: 100vw;
	font-size: 2vh;
	font-family: tahoma;
	overflow: hidden;
}
.loaderclass {
	background-repeat: no-repeat;
	background-image: url("../images/loader.gif");
	height:100%;
	width:100%;
	margin-left: 35%;
    margin-top: 8%;
}
body {
    background-color: cadetblue !important;
}

.login_container{
	background-color:rgba(200,200,200,0.8);
	border-radius:15px;
}

.odd{
	background-color:rgb(245, 246, 247) !important;
}

#left_section{
	height:100vh; 
	/*
	background: url("../images/sidebar-4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	  background: url("../images/sidebar-4.jpg");
	background-size: cover;*/
	  background: linear-gradient(rgba(200, 200, 200, 0.7), rgba(0, 0, 0, 0.7)), url("../images/sidebar-4.jpg");
  
  background-repeat: no-repeat;
  background-size: 200% ;
	
}
.square_button {
	margin: 10px 0px 10px;
	width:70px;
	font-size: 36px;
	text-align: center;
	line-height: 56px;
	height: 60px

}
.square_button_position{
	left:0px;
	margin-top: -20px;
	border-radius: 3px;
}

.square_button_one {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(76, 175, 80,.4);
	border-radius:3px;
}

.square_button_two {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(0, 172, 193,.4);
	border-radius:3px;
}

.square_button_three {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(255, 152, 0,.4);
	border-radius:3px;
}

.square_button_four {
    background: linear-gradient(60deg, #ff3835, #891918);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(187, 45, 59,.4);
	border-radius:3px;
}
.square-container {
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    border: 0;
    display: flex;
    position: relative;
    font-size: .875rem;
    min-width: 0;
    word-wrap: break-word;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin-top: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
    flex-direction: column;
	text-align: right;
	cursor:pointer;
}

.square_title{
	position: absolute;
    float: right;
    right: 1vw;
    padding: 6px;
    font-size: 20px;
	width:80%;
	text-align:center;
}


.result-container {
	color: rgba(0, 0, 0, 0.87);
	width: 100%;
	border: 0;
	display: flex;
	position: relative;
	font-size: .875rem;
	min-width: 0;
	word-wrap: break-word;
	background: #FFF;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	margin-top: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	flex-direction: column;
}
.collapsbutton{
	text-decoration: none;
	font-weight: 500;
	font-size: inherit;
	text-transform: capitalize;
}
tbody, td, tfoot, th, thead, tr {
	border-style: none !IMPORTANT; 

}
	
.menu-btn{
	margin-top:5px;
	text-align: left !important;
	color:white;
}

.menu-btn-active{
	color: #fff !important;
	background-color: #2070BF !important;
	border-color: #1c63a9 !important;
	box-shadow: 0 0 0 .05rem rgba(225,83,97,.5) !important;
}
.sub-menu-item{
	padding-left:2vw;
}	
