﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {

}

/*footer {
    min-height: 70px;
    border-top: 1px solid rgba(50, 50, 50, 0.3);
    width: 100%;
    position: fixed;
    bottom: 0; 
}

.footer {
    border-top: 1px solid #222;
}*/

.anchoTotal
{
    width:100%;
}

.anchoMitad {
    width: 50%;
}

.cuadrado20 {
    width: 20px !important;
    height: 20px !important;
}

.ancho30{
    width:30px!important;
}

.ancho70 {
    width: 70px !important;
}

.ancho75 {
    width: 75px !important;
}

.ancho80 {
    width: 80px !important;
}

.ancho100 {
    width: 100px !important;
}

.ancho130 {
    width: 130px !important;
}

.ancho150 {
    width: 150px !important;
}

.ancho500 {
    width: 500px !important;
}

.alineadoCentro
{
    margin-left:auto;
    margin-right:auto;
}

.textoDcha {
    text-align:right;
}

.textoGrande {
    font-size: 1.6em;
    color: #007aff !important;
}

    .textoGrande:hover {
        color: #f4ca42 !important;
    }

    .checkbox-lg .custom-control-label::before,
    .checkbox-lg .custom-control-label::after {
        top: .8rem;
        width: 1.55rem;
        height: 1.55rem;
    }

.paddingT8
{
    padding-top:8px;
}

.marginT20 {
    margin-top: 20px;
}

@font-face {
    font-family: 'Beyond The Mountains';
    src: url('../fuentes/beyond_the_mountains.otf') format('opentype');
}

.tipoFruitMarket {
    font-family: 'Beyond The Mountains';
}

@font-face {
    font-family: 'Chalkduster';
    src: url('../fuentes/Chalk-Regular.ttf') format('truetype');
}

.text-font-pizarra {
    font-family: 'Chalkduster';
}

@font-face {
    font-family: 'Chalkduster';
    src: url('../fuentes/Chalk-Regular.ttf') format('truetype');
}

.text-font-Right {
    font-family: 'Right';
}

@font-face {
    font-family: 'Right';
    src: url('../fuentes/Right Chalk.ttf') format('truetype');
}

.text-font-neat {
    font-family: 'neat';
}

@font-face {
    font-family: 'neat';
    src: url('../fuentes/Neat Chalk.ttf') format('truetype');
}

.text-font-tiza {
    font-family: 'tiza';
}

.border-circle-white {
    background-color: transparent;
    border: 3px solid white;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 45px;
}

.padding5 {
    padding: 5px .5rem;
}

.fondoVerde {
    background-color: #28a745!important;
}

.fondoRojo {
    background-color: #ff0000 !important;
}

.fondoMarron {
    background-color: #8A421A !important;
}

.fondoBlanco {
    background-color: #ffffff !important;
}

.fondoRojoClaro {
    background-color: rgba(255, 0, 0, 0.25) !important;
}

.obligatorio {
    background-color:#fffeda;
}

.botonInfo {
    margin-left: 10px;
    /*padding: 8px;*/
    padding-top: 0px;
    padding-bottom: 22px;
    margin-top: 4px;
    margin-bottom: 0px;
    /*height: 20px;*/
}

.botonInfo:hover {
    color:#ffffff;
}

.colorBlanco {
    color: #ffffff!important;
}

.colorVerde {
    color: #28a745 !important;
}

.colorMarron {
    color: #8A421A;
}



.ocultar {
    display:none!important;
}

.mano {
    cursor: pointer !important;
}

.small-nav-icon {
    font-size: 10px !important;
    padding-top: 5px;
    vertical-align: text-top;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #7bb1a8;
    color:#000000;
}


.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #7bb1a8;
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #f4ca43;
    color: #000000;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
    color: #000000;
}

[class*=sidebar-dark-] .sidebar a {
    color: #000000;
}

/* MENU MODAL */
.menu-modal {
    padding: 10px;
}

.menu-modal ul
{
    font-size:1.1em;
}

.menu-modal ul li {
    margin-bottom: 5px;
    list-style: none;
    height:40px;
    margin-right:30px;
}

.menu-modal ul li:hover {
    color:white;
    background-color: #808080 !important;
    border: solid 1px #808080;
    border-radius: 10px;
}

.menu-modal ul li a {
    margin-bottom: 3px;
    text-decoration: none;
    color: #808080;
}

.menu-modal ul li a:hover {
    color: white;
}

.menu-modal ul li a i {
    width:25px;
}

.menu-modal ul li a span{
    margin-left: 10px;
}


/* BOTONES REDONDOS */
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.form-group.required .control-label:after {
    color: #bf0214;
    content: "(*obligatorio)";
    position: absolute;
    margin-left: 8px;
    top: 1px;
    font-size: x-small;
    padding-top: 5px;
}

/* Estilos de los acordeones con las flechas giratorias */

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fuentes/glyphicons-halflings-regular.ttf') format('truetype');
}

.panel-heading a:before {
    font-family: 'glyphicons-halflings-regular';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}


.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content-wrapper {
    background: #ffffff;
}




/* ESTILO PRINCIPAL (AZUL) */
.fmprincipal {
    background-color: #88c3b9;
    color: black;
}

.text-principal {
    color: #88c3b9;
}

.btn-fmprincipal {
    background-color: #88c3b9 !important;
    color: white !important;
}

.btn-fmprincipal:hover {
    background-color: #7bb1a8;
    color: white;
}

.btn-outline-fmprincipal {    
    color: #88c3b9;
    border: #88c3b9 solid 1px;
}

.btn-outline-fmprincipal:hover {
    background-color: #88c3b9;
    color: white;
}


/* ESTILO SECUNDARIO (AMARILLO) */
.fmsecundario {
    background-color: #f4ca43;
    color: black;
}

.text-secundario {
    color: #f4ca43;
}

.btn-fmsecundario {
    background-color: #f4ca43;
    color: black;
}

.btn-fmsecundario:hover {
    background-color: #dbb640;
    color: white;
}

.btn-outline-fmsecundario {
    /*border-color: transparent;*/
    border: #f4ca43 solid 1px;
    color: #f4ca43;
}

.btn-outline-fmsecundario:hover {
    background-color: #f4ca43;
    color: black;
}



/* ESTILO TERCIARIO (MARRON) */
.fmTerciario {
    background-color: #8A421A;
    color: black;
}

.text-terciario {
    color: #8A421A;
}

.btn-fmTerciario {
    background-color: #8A421A;
    color: white;
}

.btn-fmTerciario:hover {
    background-color: #643013;
    color: white;
}

.btn-outline-fmTerciario {
    /*border-color: transparent;*/
    border: #8A421A solid 1px;
    color: #8A421A;
}

.btn-outline-fmTerciario:hover {
    background-color: #8A421A;
    color: white;
}

.sinSombra
{
    box-shadow:none;
}

.subir50{
    margin-top:-50px;
}

altoMinim8o300{
    min-height:300px!important;
    display:block;
}

.fmCuarto {
    background-color: #3baa35;
    color: black;
}

.fmQuinto {
    background-color: #a7d6ce;
    color: black;
}

.fmFiligrana {
    border: 3px solid #3baa35;
}

.blink {
    background-color: white;
}

.blink i {
    animation: blink 1s linear infinite;
}

@keyframes blink {

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.rutaConVia {
    width: 200px;
    height: 150px;
    background-image: url('../images/MapaConPtoRecogida.jpg');
    background-size: contain;
    background-position-x:10px;
    background-repeat:no-repeat;
}

.rutaSinVia {
    width: 200px;
    height: 150px;
    background-image: url('../images/MapaSinPtoRecogida.jpg');
    background-size: contain;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

#ruta{
    font-size:.8em;
}

.rutaIzq {
    color: #8A421A;
    padding-top: 50px;
}

.rutaCentro {
    color: #8A421A;
    padding-top: 126px;
    padding-left: 44px;
}

.rutaDcha {
    color: #8A421A;
    padding-top: 50px;
}

.btn {
    padding: .1rem .4rem !important;
}

.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::before {
    background: #28a745;
    border-color: #145523;
}

.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::after {
    background: #86e29b;
}

.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::before {
    background: #f5f5f5;
    border-color: #b92e3c;
}

.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::after {
    background: #b92e3c;
}

select option:disabled {
    background: #ecebeb;
}