*{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	
}
html, body{
	margin: 0;
}
body{
	background-color: #fff;
}
.content{
	margin: 8px 0;
}
.box{
	border-bottom: 2px solid #1f91f3;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2) !important;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 8px;
}

.box:hover{
	background-color: #f9f9f9;
}

.boxhome{
	height: 100px;
	padding: 8px 0 8px 15px;
	overflow: hidden;
	position: relative;
}
.box .icon{
	padding-top: 5px;
	position: absolute;
	
}
.box .title{
	background-color: rgba(255, 255, 255, 0.8);
	color: #555555;
	float:right;
	padding: 0 15px 0 10px;
	position: relative;
}
.right{
	text-align: right;
}
.box .value{
	text-align: right;
	font-weight: 200;
}
table{
	width: 100%;
	margin-bottom: 20px;
}
table thead{
	
}
table tr th{
	padding: 8px 8px;
	background-color: #1f91f3;
	color: #fff;
}
table tr:hover td{
	background-color: #c9c9c9;
}
table tr td{
	border-top: 1px solid #ddd;
	padding: 8px 8px;
}
table tr:nth-child(even) {
	background: #fff
}
table tr:nth-child(odd) {
		background-color: #f9f9f9;
}
#sidebar{
	background: #0d0d0d;
	color: #ccc;
}
#sidebar i.fa{
	font-size: 48px;
	
}
#sidebar a{
	color: #ccc;
}

.tableresponsive{
	width:100%;
	overflow-x:auto;
}
.h2{
	font-weight: 400;
	color: #1d1d1d;
	font-size: 24px;
	line-height: 1.618;
	margin: 0;
	margin-bottom: 20px;
}

.bg-red {
	background-color: #d9534f;
}
.bg-yellow {
	background-color: #f0ad4e;
}
.bg-blue {
	background-color: #337ab7;
}
.alert {
	margin-bottom: 20px;
	text-align: center;
	border: 0 !important;
	color: #ffffff;
}

@media (max-width: 360px) 
{
	table tr th, table tr td{
		padding: 8px 4px;
	}
}


/* bootstrap reset */
.navbar-header,
.navbar-nav,
ul.navbar-nav li
{
	float: none;
}
.bgcolor{
    height: 50%;
    width: 100%;
    background: var(--color1);
    background-image: linear-gradient(to bottom right, rgba(255,0,0,0), rgba(0,0,0,0.1));
    position: fixed;
    bottom: 0;
    z-index: -100
}
.submitbutton{
    color: var(--color2);
    background-color: var(--color1);
    background-image: linear-gradient(to bottom right, rgba(255,0,0,0), rgba(0,0,0,0.1));
    border-color: var(--color1);
}
.submitbutton:hover{
    background-image: linear-gradient(to bottom right, rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}