﻿body, html {
    height: 100%;
    margin: 0;
}

body {
    background-color: white;
}

h1 {
    font-size: 1.5em;
}

em {
    font-size: 0.7em;
    color: #FE5000;
    font-style: normal;
}

header {
    width: 100%;
    float: left;
    position: relative;
    background-color: #E9E9E9;
    font-weight: normal;
}

    header h1 {
        margin-top: 1% !important;
        font-weight: normal;
        color: #007057;
        font-size: 1.5em;
        margin-left: 0px;
    }

.divHeaderOverBottom {
    background: #0AA1AB;
    width: 100%;
    height: 2px;
    overflow: hidden;
}

footer {
    background: #fff url('../img/borderfooter.gif') repeat-x 0px 0px;
}

.black {
    color: rgb(102, 102, 102);
}

.navMenu {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.userIcon {
    width: 100%;
    z-index: -1;
}

h4 a {
    color: #464646;
    text-decoration: none !important;
}

/* Estilos Nuevos */

.navbar-default {
    background-color: #fff !important;
    background-image: none !important;
}

    .navbar-default .container-fluid {
        height: 80px;
    }

#DatosUsuario > p {
    margin: 0 !important;
    color: #0AA1AB;
    font-size: 12px;
}

#DatosUsuario {
    margin-top: 10px;
    margin-right: 10px;
}

.dropdown-toggle {
    background-color: #fff !important;
    color: #666666 !important;
    border-color: #cccccc !important;
    height: 40px;
    margin-top: -4px;
}

.scheduler-border {
    margin: 0px 0px 15px;
}

.table-header {
    font-size: 10px;
    text-transform: uppercase;
    background-color: rgba(10, 161, 171, 1);
    color: #fff;
}



.form-control {
    padding: 4px 5px !important;
    color: #000 !important;
    height: 30px !important;
}

.textarea {
    min-height: 30px !important;
    max-height: 300px !important;
}


.btn-default:focus {
    background-color: #0AA1AB !important;
}

.bootstrap-select {
    box-shadow: none !important;
    padding: 3px 0px !important;
}

.btn {
    height: 38px;
    text-shadow: none !important;
}

    .btn.disabled, .btn[disabled] {
        background-color: #fff;
        color: rgba(10,161,171,0.75);
        border: 1px solid rgba(10,161,171,0.65)
    }

label {
    line-height: 2;
    vertical-align: middle;
}

legend {
    border-bottom: 1px solid rgba(10,161,171,0.65) !important;
}

button.btn.dropdown-toggle.disabled.btn-default {
    background-color: #dadada !important;
}

.bootstrap-select > .dropdown-toggle {
    border-radius: 5px;
}

.input-sm, input, .btn {
    border-radius: 5px !important;
}

.input-sm {
    height: 30px !important;
}

.input-sm-rut {
    width: 120px !important;
}

textarea.input-sm {
    height: unset !important;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}

select[disabled] {
    border: 1px solid #CCC !important;
    opacity: 0.5 !important;
}

.table > tbody > tr > td {
    padding: 4px !important;
}

.td-padding-hidden {
    padding: 5px !important;
    display: none;
}

.desactivado {
    /*background-color:aliceblue;*/
    filter: brightness(0.5);
}
/*botones*/

.btn-primary {
    color: #fff;
    background-color: #78C2AD;
    border-color: #78C2AD;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #6CC3D5;
    border-color: #6CC3D5;
}

.btn-warning {
    color: #fff;
    background-color: #FFCE67;
    border-color: #FFCE67;
}

.btn-danger {
    color: #fff;
    background-color: #FF7851;
    border-color: #FF7851;
}

.fondoSeleccionarRec {
    background-color: #b8c9a3 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > fondoSeleccionarRec {
    background-color: #b8c9a3 !important;
}

.table-striped > tbody > tr:nth-of-type(odd).fondoSeleccionarRec {
    background-color: #b8c9a3 !important;
}

.tbl-backoffice tr td input {
    cursor: pointer;
}
/*
.fondoSinSeleccionar {
    background-color: white !important;
}
*/

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E9E9E9 !important;
}

.table > tbody > tr:hover {
    background-color: #D0D0D0 !important;
}

.table > tbody {
    font-size: 0.8em!important;
}

/*Loader*/

.loader {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    z-index: 9999;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #fff url("../img/gears.gif") no-repeat 50%;
}

.divAccionOculta div {
    position: relative;
    transform: rotate(270deg);
    left: -16px;
    top: 25px;
    float: left;
    cursor: pointer;
}

.divAccionOculta {
    width: 20px;
    background-color: #fff;
    border: 1px solid #BBB;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    z-index: 99;
    float: right;
}

    .divAccionOculta img {
        display: none;
        cursor: pointer;
        margin-left: 45px;
        margin-top: 6px;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .divAccionOculta {
        height: 57px;
        font-size: 13px;
        top: 2px;
    }

        .divAccionOculta div {
            top: 18px !important;
        }
}

.btn-default:hover {
    background-color: #0AA1AB;
}

.modal-header {
    text-align: center;
    font-size: 15px;
}

.bg-primary {
    background-color: #0AA1AB !important;
}

.red-border {
    border: solid 1px red !important;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
}

.pagination .page-item.active .page-link {
    background-color: #0AA1AB !important;
    color: #fff;
    cursor: pointer;
}

.btn-app {
    min-width: 60px;
    border: 1px solid #ddd;
    font-size: 18px;
    transition: all .2s;
    background-color: #78C2AD !important;
}

    .btn-app:hover, .btn-app:focus {
        background-color: #0AA1AB;
    }
textarea {
    resize: none;
}

input[type="checkbox"] {
    background-color: #78C2AD;
}
.ui-autocomplete {
    z-index: 2147483647;
}

.modal {
    overflow-y: auto;
    padding-right: 0 !important;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}