h1 {
    font-size: 30px;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

#page-wrapper {
    padding-top:60px;
}

.page-header {
    margin:10px 0px 10px;
}

h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.box {
    border: 1px solid #DBDEE0;
    margin: 0 0 30px;
    color: #5B5B5B;
}

.box .box-header {
    background: none repeat scroll 0 0 #F7F7F8;
    border-bottom: 1px solid #DBDEE0;
    color: #34383C;
    font-size: 16px;
    height: 40px;
}

.box .box-header h2 {
    float: left;
    margin: 0 0 0 20px;
    padding: 10px 0;
}

.box .box-header h2 i {
    border-right: 1px solid #DBDEE0;
    color: #CED1D4;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: -10px 15px -10px -20px;
    padding: 12px 0;
    text-align: center;
    width: 40px;
}

.box .box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
}

.datetime input.form-control {
    display: inline;
    width: auto;
}

.dataTable caption{
    text-align: left;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.box .box-filter {
    border: 1px solid #DBDEE0;
    color: #34383C;
    font-size: 16px;
    height: 36px;
    line-height:35px;
    border-radius: 4px;
}

.box .filter-small {
    font-size: 12px;
    line-height: 24px;
    height: 25px;
}

.box .filter-small  a{
    font-size: 12px;
    height: 25px;
}

.box .box-filter ul {
    list-style: none;
    padding-left: 0px;
    margin:0;
}

.box .box-filter li {
    float:left;
    padding:0px 20px 0px 20px;
    margin:0;
    border-right: 1px solid #DBDEE0;
}

.box .box-filter li:hover {
    background-color:#DBDEE0;
}

.box-header .col-md-6 {
    padding-left:0px;
}

.error {
    color: #A94442;
}

#stats-legend {
    font-size: 20px;
}

.label-green {
    background-color: #008a17;
}

.label-blue {
    background-color: #67A2FF;
}

.label-gray {
    background-color: #5E5341;;
}

.required {
    color:red;
}

.select2-container .select2-choice {
    height: 34px !important;
    line-height: 34px !important;
}

#wrapper {
    height: auto !important;
    margin: 0 auto -50px auto;
    min-height: 100%;
}

#footer {
    /*border-top: 1px solid #dbdee0;
    background-color: #f7f7f8;*/
    height: 50px;
    line-height:50px;
}