﻿:root {
    --ColorHeavyHard: #2d5839;
    --ColorHard: #3e774e;
    --ColorSmooth: #6d9478;
    --ColorLight: white;
    --colorFondo: white;
/*    --fondoDecoA: url(/Content/Images/asfalt-dark.png);
    --fondoDecoB: url(/Content/Images/beige-paper.png);
    --fondoDecoC: url(/Content/Images/low-contrast-linen.png);*/
    --colorFuente: black;
    --colorLista:white;
}
.noche {
    --ColorHeavyHard: #1f1f1f;
    --ColorHard: #3b3b3b;
    --ColorSmooth: #7e7e7e;
    --ColorLight: white;
    --colorFondo: #121212;
    --colorFuente: white;
    --colorLista: lightgray;
}
.list-group-flush .list-group-item {
    background-color: var(--colorLista)
}
html, form {
    height: calc(100%);
}
body {
    padding-top: 70px;
    /*padding-bottom: 20px;*/
    height:100%;
    background-color:var(--colorFondo);
    color:var(--colorFuente);
}
/*@media (max-width: 600px), (max-height: 800px) {
    body {
        padding: 0;
        height: unset;
        background: #2d5839;
    }
}*/
.bg-hardGreen {
    background-color: var(--ColorHard)
}
.color-light {
    color:var(--ColorLight)
}
.navbar-light .navbar-toggler {
    background-color: var(--ColorSmooth);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--ColorHeavyHard);
}
.tittleSection {
    color: var(--ColorLight);
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    background-color:var(--ColorSmooth);
    padding:5px;
}
.barColor {
    color: var(--ColorLight);
    font-size: 1.5em !important;
}
.resizableBox {
    width: 50%;
    height: 50%;
    padding: 25px;
/*    border: 1px solid black;*/
}
.iconMenu {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    background-color:aquamarine;
}
@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}
.CuadradoMenu {
    background-color: whitesmoke;
    color: black;
}
.CuadradoMenu:hover {
    background-color:  lightgrey;
    color: white;
}


.MenuButton{
color:var(--ColorHard)
}
.MenuButton:hover {
    text-decoration:none;
    color:var(--ColorHeavyHard)
}
    .MenuButton:hover div.media-left {
        text-decoration: none;
        color: var(--ColorHeavyHard)
    }

.arearow {
    padding: 15px;
    border-bottom:1px solid lightgray;
}
.media-body small {
    color: darkgray;
}
.media-left {
    margin-right: 5px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 5px;
    min-width: 60px;
    min-height: 60px;
    background-color: var(--ColorHard);
    color: white;
}

    .media-left img {
        vertical-align: middle;
        border-style: none;
        margin-top: -20px;
        width: 60px;
        height: 96px;
    }


.responsive-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .responsive-video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 8px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.dxbs-gridview > .card > .card-body > .card-body {
    display: none !important;
}
.dxbs-gridview > .card {
    background-color:var(--colorFondo)
}
.col-form-label {
padding:0px !important;
}
/*#ctl00_Content_formSeguros_gridSeguros_DXMainTable tbody tr.dxbs-details-row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}*/
.dxbs-fl.form-horizontal .form-group {
    margin-bottom:0px !important;
}
.inputLogin {
margin-bottom:1rem !important;
}
.dxbs-fl-ctrl.dxgvADDC.form-control-plaintext {
    padding:0px;
}


/****/
.circle{
    border-radius:8001px;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.add-button {
    position: absolute;
    top: 1px;
    width: 100%;
    background-color: white;
    padding-top: 10px;
    padding-bottom:10px;
    box-shadow: 0px 0px 6px black;
}
.nav-link svg {
    min-width: 20px;
}




.grayFiller {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #252525;
    opacity: .5;
    z-index: 99;
    display: none;
    cursor: pointer;
}
.Loading {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #F3F8F1dd;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}

    .Loading > div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .Loading p {
        text-shadow: 0px 0px 10px #FFF;
        font-size: 1.5em;
        font-weight: bold;
        padding: 0.5em;
    }

.spinner {
    margin-left: auto;
    margin-right: auto;

    border: 20px solid #F3F8F1;
    border-top: 20px solid #B1D1A2;
    border-right: 20px solid #8DC06E;
    border-bottom: 20px solid #3E774E;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*.spinner {
    width: 40px;
    height: 40px;
    background-color: var(--ColorHard);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    text-align: center;*/
    /* height: calc(50% - 20px); */
    /*vertical-align: middle;
    position: fixed;
    top: calc(50% - 115px);
    left: calc(50% - 106px)
}*/

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.btnReload {
    position: absolute;
    z-index: 999;
    right: 8px;
    top: 80px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    border-radius: 5px;
}

.bodyFondoPaisaje {
    background-image: url(/Content/Images/campo-cielo-nubes-cuadrado-c50.jpg);
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*    
    background-attachment: fixed;*/
    background-position: center;
}

.pMensajeError {
    display: none;
    background: white;
    color: darkred;
    padding-top: 5px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}
.textoBlanco {
    color: white;
}
.textoSombra {
    text-shadow: 0px 2px 2px #00000080;
}
.textoNegrita {
    font-weight: bold;
}
.oculto {
    display: none;
}