/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body, html{
        height: 100%;
 	background-repeat: no-repeat;
 	background-color: #EBEBEB;
 	font-family: 'Oxygen', sans-serif;
}

.main{
 	margin-top: 10px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400;
}
.title{
    color: #0f749c;
}
.label_color{
    color: #0f749c;
}

hr{
	width: 30%;
	color: #fff;
}

.form-group{
	margin-bottom: 15px;
}

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 650px;
        padding: 60px 60px;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}
.piechart1{
    min-height: 200px;
    border:1px solid #002166;
    margin-bottom: 10px;
}

.select_box{
    margin-top: 10px;
    text-align: center;
    font-family: monospace;
    font-size: 15px;
    font-weight: bold;
}
.add_body{
    margin-top: 20px;
    
}
.request_textarea{
    min-height: 80px;
    width: 100%;
    padding: 6 px 12 px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.request_button{
    min-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px;
}

.row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.label_text{
    padding-top: 12cm;
}
.request_body{
    min-height: 100px;
    margin-top: 20px;
}
.request_report{
    min-height: 100px;
}
.report_header{
  border-radius: 4px;
  border-bottom:  1px solid blue;
  height: 33px;
  margin: 2% 0;
  padding: 1% 2%;
  width: 100%;
  border-bottom: lined;
  border-bottom-color: blue;
  font-size: 15px;
}

.edit_tools{
    height: 30px;
    background:red;
}

.rr{
    min-height: 100px;
    background: red;
}

