/* overwrites */
html {
    height: 100%;
}
body {
    min-height: 100%;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.container, 
.navbar-static-top .container, 
.navbar-fixed-top .container, 
.navbar-fixed-bottom .container {
    max-width: 95%;
    width: 95% !important;
}

.radio.inline, 
.checkbox.inline {
    margin-bottom: 5px;
}

form .panel-group {
    margin-bottom: 20px;
}

.alert {
    margin-bottom: 10px;
}

/* additionals */
.navbar .filterForm ul {
    display: block;
    clear: both;
    margin: 10px 0;
    padding: 0;
    overflow: auto;
}
.navbar .filterForm ul li {
    list-style: none;
    width: auto;
    float:left;
    padding: 0 1em;
}
table th.text-right,
table td.text-right {
    text-align: right;
}
table th.text-center,
table td.text-center {
    text-align: center;
}

input.date {
    width: 100px;
    text-align: center;
}
input[type="time"] {
    width: 70px;
    text-align: center;
    margin-left: 14px;
}
input[type="number"] {
    text-align: right;
}
label {
    font-weight: normal;
}
label.required {
    font-weight: bold;
}
label.control-label:after {
    content:":";
}

.input-prepend input.span3,
.input-append input.span3 {
    width: 229px;
}

ul.errorMessages {
    margin: 0.5em 0 1em 0.5em;
    list-style: none;
}


/* tables */
t-right,
table .t-right {
    text-align: right;
}
table .timeValue {
    text-align: right;
    width: 90px;
}
table .dateValue {
    text-align: right;
    width: 50px;
}
table .dateTimeValue {
    text-align: right;
    width: 140px;
}
table .countValue {
    text-align: right;
    width: 60px;
}
table .rowIndex {
    text-align: right;
    width: 30px;
}
table .currencyValue {
    text-align: right;
}
table .percentValue {
    text-align: right;
}

.table .progress {
    margin-bottom: 2px;
}
.table .daySumRow td {
    font-style: italic;
}

@media (max-width: 767px) {
    .dataTables_length .form-control,
    .dataTables_filter .form-control {
        display: inline-block;
    }
}

/* buttons */
@media (max-width: 767px) {
    .btn > span {
        display:none;
    }
}

/* sidenav */
.nav-side-affix.affix {
    top: 70px;
}
.nav.nav-side > li > a {
    display: inline-block;
    /*width: auto;*/
    padding: 3px 5px;
}

/* scrollTop */
#scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.50);
    background-color: rgba(0,0,0,0.5);
    font-size: 12px;
    padding: 10px;
    display: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#scrollTop > .fa {
    font-size: 30px;
}

#scrollTop:hover {    
    color: rgba(0,0,0,0.5);
    background-color: rgba(255, 255, 255, 0.50);
}

/* placeholder */
input[placeholder]::-webkit-input-placeholder {
    color: #ccc;
}
input[placeholder]::-moz-placeholder {
    color: #ccc;
}
input[placeholder]:-moz-placeholder {   /* Older versions of Firefox */
    color: #ccc;
}
input[placeholder]:-ms-input-placeholder { 
    color: #ccc;
}