html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

@media screen and (max-width: 532px) {
    /* Specific to this particular image */
    .footer {
        height: 120px;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 140px;
    }
}

.link-homepage {
    padding: 70px 0;
    margin-bottom: 10px;
    opacity: 1;
    -webkit-transition: opacity 150ms ease;
    -moz-transition: opacity 150ms ease;
    -o-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
}

.link-homepage:hover {
    text-decoration: none !important;
    opacity: 0.7;
    -webkit-transition: opacity 150ms ease;
    -moz-transition: opacity 150ms ease;
    -o-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
}

.footer-logo {
    width: 85px;
    margin-top: -5px;
}

.footer-content {
    margin-top: 22px;
}

h1.page-header {
    font-size: 24px !important;
}

.home-image-container {
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
}

.home-image {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1280px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: -25%;
    left: 0;

    z-index: -1;
}

@media screen and (max-width: 1920px) {
    /* Specific to this particular image */
    .home-image {
        left: 50%;
        margin-left: -960px; /* 50% */
    }
}

.select-small {
    padding: 5px;
}

select.form-control {
    padding: 5px;
}

canvas {
    width: 100%;
}

.success,
.danger,
.warning,
.td-success,
.td-warning,
.td-danger,
.alert-warning-scuro {
    color: #ffffff;
}

.modal-backdrop {
    bottom: 0;
    height: 100000px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.v-align-middle {
    vertical-align: middle !important
}

.table-small-text {
    font-size: 0.8em;
}

.table-small-text th {
    text-align: center;
}

.success,
.td-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    color: #fff !important;
}

.warning,
.alert-warning-scuro,
.td-warning {
    background-color: #F0AD4E !important;
    border-color: #EEA236 !important;
    color: #fff !important;
}

.danger,
.td-danger {
    background-color: #D9534F !important;
    border-color: #D43F3A !important;
    color: #fff !important;
}

.checkbox-col-vis {
    font-weight: normal;
    display: block;
    cursor: pointer;
    font-size: 0.8em;
}

.dms-cursor-pointer {
    cursor: pointer !important;
}

.product-modal-large .modal-dialog {
    width: 90%;
    margin: 40px auto;
}

.has-error {
    color: #a94442;
}

.bold {
    font-weight: bold;
}

.tooltip-inner {
    max-width: 100%;
}

/* Calendario */
.fc-toolbar h2 {
    font-size: 20px !important;
}

.fc-day-header {
    font-size: 12px !important;
}

.fc-day-number {
    font-size: 10px !important;
}

.fc-event-container {
    text-align: center;
}

.fc-content {
    white-space: normal !important;
    font-size: 10px !important;
    text-align: center;
}

.fc-content-skeleton table {
    height: 4.5em !important;
}

tr.fixed-height {
    height: 80px;
}

a.link-action-plan {
    color: #fff;
    font-weight: bold;
}

.shift-table-container {
    border: 1px solid #dddddd;
    padding: 1px 5px;
    margin-bottom: 6px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #e2e2e2;
}

.shift-table-container-2 {
    padding: 1px 5px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.img-home {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    width: 100%;
    position: relative;
}

#homepage-background {
    width: 100%;
    background-color: #e43216;
    text-align: center;
}

#homepage-img {
    margin-top: 80px;
    margin-bottom: 80px;
}

h1#homepage-title {
    color: #fff;
    margin: 20px 0 0 0;
    padding-bottom: 60px;
    font-family: sans-serif;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.app-title {
    position: absolute;
    font-weight: 300;
    color: #fff;
    bottom: 15px;
    right: 40px;
    letter-spacing: 3px;
}

table.table-actionplan tbody > tr,
table.table-actionplan tbody > tr > td {
    height: 34px;
}

textarea.textarea-description {
    resize: vertical;
    min-height: 80px;
}

.dms-checkbox {
    margin-top: 0;
    margin-bottom: 6px;
}

.dms-checkbox > label {
    font-weight: bold;
}

.row-highlight {
    background: aliceblue;
}

.dms-badge {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
}

.dms-badge > span {
    border-radius: 50px 0 0 50px;
    float: left;
    background: #3e93de;
    border-right: 1px solid white;
    color: white;
    padding: 0 10px;
}

.dms-badge > button {
    border-radius: 0 50px 50px 0;
    border: none;
    color: white;
    float: left;
    background: #3e93de;
    opacity: 1;
    padding: 0 3px 0 0;
    width: 30px;
}

.dms-badge > button:hover {
    opacity: 0.9;
}

.owners-list {
    font-size: 12px;
    text-transform: capitalize;
}

.doc-link {
    color: #333;
}

.doc-link:hover {
    color: #009688;
}

.doc-selected {
    background-color: rgba(255, 217, 22, 1) !important;
}

.doc-not-selected {
    background-color: rgba(255, 217, 22, 0);
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.loading-layer {
	position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 2000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	cursor: wait !important;
}

.table-responsive {
   overflow-x: inherit;
}

.carriage-return {
    white-space: pre-line;
}