﻿html, body {
    margin:0;
    padding:0;
    height:100%;
}

body {
    padding-top: 50px;
}

#body-container {
   min-height:100%;
   position:relative;
   /*background-color: #e6e6e6;*/
}

#logo {
    width: 194px;
    padding: 7px;
    border-radius: 10px;
}

#content {
   padding-bottom:60px;
}

#footer {
    text-align: center;
    background-color: #212121;
    color: #f5f5f5;
    padding: 14px;
    position:absolute;
    bottom:0;
    width:100%;
}

#footer p {
    margin: 0;
}

#compilacion {
    color: rgba(255, 255, 255, 0.28);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* custom styles*/
.parte-active {
    background-color: rgba(0, 0, 0, 0.11) !important;
}
.parte-active:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
}
#lblUsuari {
    line-height: 50px;
    color: rgba(255, 255, 255, 0.65);
}
#lblUsuari label {
    margin-bottom: 0;
}
.parteDetalleFila .bootstrap-datetimepicker-widget a[data-action] {
    padding: 0 !important;
}

.parteDetalleFila .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 14em !important;
}
.parteDetalleFila .bootstrap-datetimepicker-widget table td {
    width: 0 !important;
}

@media (max-width: 767px) {
    #lblUsuari {
        margin-left: 15px;
    }
}
#loading {
    background-color: rgba(128, 128, 128, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
#loading > img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left: -42px;
}
#missatgeAlerta {
    position: fixed;
    bottom: 45px;
    left: 10%;
    right: 10%;
    z-index: 1000;
    display:none;
}

#loginForm #LDAP {
    margin-top: 10px;
}

/*.navbar-inverse {
    background-color: #38608d;
    border-color: #38608d;
}
.navbar-inverse .navbar-brand {
    color: #ffffffb3;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffffb3;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #2e527a;
}
.navbar-inverse .navbar-toggle {
    border:none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none;
}*/