/*** RESET ***/

* {
    margin:0px;
    padding:0px;
    border:none;
    box-sizing: border-box;
}


optgroup
{
    padding-top:3px;
    padding-bottom:3px;
}
    
table {
    border-collapse:collapse;
}
th, td {
    text-align:left;
    vertical-align:top;
    border: 1px solid white;
}
a, a:visited {
    color: #c00;
    text-decoration: none;
}
a:active, a:hover {
    color: #f00;
    
}
li {
    list-style-position: inside;
}
form {
    text-align: center;
}
fieldset {
    background: transparent;
    border: none;
    padding: 0;
    margin: 40px 0;
    width: 50%;
    float: left;
}
legend {
    font-size: 36px;
    color: #999;
    padding-left: 100px;
}
input, select, button {
    border: 1px solid #999;
    font-size: 14px;
    color: #666;
    padding: 2px 5px;
    background: #fff;
}
input:focus {
    border-color: #c60;
    outline: 0;
    
}
button {
    background-image: url(../img/reload.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    position: relative;
    top: 6px;
}
input[type=checkbox], input[type=radio] {
    width: auto;
    display: inline;
    border: none;
    background: none;
    box-shadow: none;
}
label {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}
label.radio, label.checkbox {
    display: inline;
}
.control-group {
    margin-top: 12px;
}
.controls {
    display: inline-block;
}
div.forminput {
    margin-top: 20px;
}

.error {
    border: 1px solid #c00;
    background: #fcc;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0;
    color: #c00;
    font-size: 18px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}
.alert.alert-error {
    width: 430px;
}



        
body {
    font-family: Calibri, Verdana, Arial, no-serif;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}

#container {
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
    background: #eee;
}

h1,h2,h3,h4 {
}
h1 {
    font-weight: bold;
    font-size: 24px;
    color: #444;
    margin: 5px 0 10px;
    text-align: center;
}
h2,h3,h4 {
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}
h2 { font-size: 24px;}
h3 { font-size: 20px;}
h4 { font-size: 14px;}

td {
    background: #ddd;
    padding: 2px 3px;
    white-space: nowrap;
}
th {
    background: #ccc;
    font-weight: bold;
    padding: 2px 3px;
    text-align: left;
}


div.graph {
    width: 100%;
    height: 300px;
    float: left;
    border: 1px solid #ddd;
    margin: 5px 0;
    background: #fff;
}
div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    z-index:10 !important;
}


@media only screen and (max-device-width: 1024px) , only screen and (max-width: 1024px) {
	div.graph {
		width: 100%;
	}
}

