body{
	width:100%;
	min-height:200px;
	margin:0 auto;
}

.container{
	font-family: "Lato", sans-serif;
}

.container-fluid{
	padding-left:10px;
	padding-right:10px;
}

.row{
	padding-left:-10px;
	padding-right:-10px;
}

.header{
	background:rgba(239,10,10,1);
	width:100%;
	height:10%;
}



.button{
	color:#fff;
	border-radius:3px;
}

.nav-menu h1{
	font-size:14pt;
	color:#fff;
	text-align:center;
}

.nav-menu .header-left{
	float:left;
	padding-top:20px;
}

.nav-menu .header-right{
	padding-top:13px;
}

.content{
	padding:20px;
}

.form-group{
	margin-top:10px;
}

.form-button{
	margin-top:10px;
}

.form-button-login{
	margin-top:10px;
}

.form-group input{
	height: 35px;
    width: 100%;
    margin-top: 2px;
    background: #ffffff;
    border: 2px solid #a17b7b;
    border-radius: 4px;
    color: #ababab;
    font-size: 11pt;
}

.form-button input{
	height:40px;
	width:100%;
	background:#0070c0;
	border:2px solid #0070c0;
	color:#fff;
	font-size:12pt;
}



.form-group textarea{
	height:80px;
	width:100%;
	margin-top:2px;
	background:#f7f7f7;
	border:2px solid #d4d4d4;
	font-size:11pt;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

label{
	font-weight:bold;
	font-size:11pt;
}

.sidenav a {
    padding: 15px 15px 15px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom:1px solid #d4d4d4;
}

.sidenav a:hover {
    color: #f1f1f1;
    background:#d4d4d4;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.login-form{
	padding:50% 30px 0px 30px;
}

.login-form .login{
	background:rgba(239,10,10,1);
	border-radius:8px;
	padding:20px 20px 40px 20px;
}

.login-form h1{
	font-size:14pt;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}

.form-button-login input{
	
	width:100%;
	background:#ffffff;
	border:2px solid #e52828;
	color:#000;
	font-size:12pt;
	border-radius:3px;
}

.form-button-login input:hover{
	
	background:#e52828;
	color:#fff;
	
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
