@font-face{
    font-family: Silo-Bold;
    src: url('../../fonts/3468D5_1_0.woff2');
}

@font-face{
    font-family: Roboto;
    src: url('../../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2');
}

html,body{
    font-family: Roboto, Arial;
    font-size: 16px;
    line-height: 19px;
    padding:0px;
    margin:0px;
    width:100%;
    height:100%;
    position:relative;
    font-size:14px;
    color:#000;
    letter-spacing: 1.5px;
}

.frmLogin{
    position: fixed;
    width: 290px;
    height: 230px;
    left:calc((100% - 300px) / 2);
    top:calc((100% - 250px) / 2);
    border:1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}

header {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100px;
    padding: 10px;
    background-color: #1D1934;
    box-shadow: -1px 3px 9px 0px #7b6c6c;
    z-index: 1px;
}
section.main-container{
    width: calc(100% - 250px);
    position: fixed;
    float: left;
    padding: 5px;
    left: 250px;
    overflow-y: auto;
    max-height: calc(100% - 150px);
    z-index: 1px;
}
section.main-container.no-aside{
    width: 100%;
    left: 0px;
    height: calc(100% - 150px);
}

aside{
    width: 250px;
    left: 0px;
    height: calc(100% - 100px);
    float: left;
    background-color: #868e96;
    position:fixed;
    z-index: 1px;
}

aside.no-aside{
    display: none;
}

aside .list-group-item:first-child{
    margin-top: 20px;
}
aside .list-group-item.active {
    z-index: 2;
    color: #3900D9;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: -15px 0px 20px 0px #212529;
}

aside .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: 10px;
    background-color: #1d1934;
    font-size: 1.5em;
    color: #fff;
    height: 65px;
    vertical-align: middle;
    border-radius: 0px !important;
    width: 95%;
    left: 5%;
}
aside .list-group-item i{
    width: 9.9%;
    position: relative;
    float: left;
    display: inline;
    margin-top:10px;
}
aside .list-group-item span {
    position: relative;
    width: 85%;
    float: right;
    display: inline;
    text-align: center;
}

footer{
    position: fixed;
    width: 100%;
    background-color: #000;
    color:#fff;
    height: 50px;
    bottom:0px;
}

footer .address {
    margin-top: 10px;
    position: relative;
    width: 100%;
    float: left;
}

footer .address a, footer .address a:hover,footer .address a:visited{
    color:#fff;
    text-decoration: underline;
}

footer .logo-footer {
    height: 50px;
    position: relative;
    float: right;
    margin-right: -15px;
}

footer .logo-footer::before{
    content:"By ";
    width:50px;
    color:#fff;
}

.form-control, .form-control:focus {
    border-radius: 0px;
    background-color: rgba(216, 208, 208, 0.3);
    box-shadow: inset -1px 1px 3px 0px #2125296e;
    height: 35px;
}

.logotipo {
    max-width: 160px;
    position: relative;
    margin-top: +10px;
    margin-left: +70px;
}

.form-group label {
    font-size: 1em;
    font-weight: bold;
    color: #1D1934;
    margin-top: +5px;
}

.required::before {
    content: "*";
    padding-right: 5px;
    color: #ff0000;
}

.form-group label::after {
    content: ":";
    padding-left: 2px;
    color: #212529;
}

.container-fluid{
    padding:0px;
}

.btn-black{
    border-color: #1f1b1b;
    background-color: #131111;
    color:#fff;
    border-radius: 10px;
    box-shadow: inset 1px 2px 3px #bdb0b0, inset -1px -1px 5px #fdf9f9;    
}

.btn-black:hover{
    border-color: #000;
    background-color: #000;
    color:#fff;
    text-decoration: none;
    box-shadow: inset 1px 2px 3px #bdb0b0, inset -1px -1px 5px #fdf9f9, 1px 2px 10px #fbeeee;
}

.btnMensajer{
    font-size: 2em;
    margin-top:10px;
}

/*******************************************************************************
    HOME
 *******************************************************************************/
#home{
    margin-bottom: 50px;
}



#home h1.title{
    font-size: 2.5em;
    color:#000;
    padding: 14px;
}

#home div.texto-principal{
    padding: 14px;
    width:calc(100% - 350px);
}

#home div.texto-principal.all-percent{
    width:100%;
}

#home div.texto-principal p, #home div.texto-principal ol, ul {
    font-size: 1.2em;
    line-height: 32px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom:10px;
}

#home .btnMensajer{
    width:300px;
    position: relative;
    margin-left:calc((100% - 300px) / 2);
}

#home .container-frmSeguimiento{
    position: fixed;
    right: 5px;
    bottom:50px;
    width: 350px;
    font-size: 1.2em;
    z-index:1000;
}

#home .container-frmSeguimiento .title {
    background-color: #000;
    height: 50px;
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    border-radius: 50px 50px 0px 0px;
}

#home .frmSeguimiento{
    padding: 25px;    
    background: -moz-linear-gradient(90deg, #3900D9 0%,#3900D9 57%,#3900D9 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, #3900D9 0%,#3900D9 57%,#3900D9 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, #3900D9 0%,#3900D9  57%,#3900D9  98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#682b00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /*box-shadow: 3px 11px 20px 0px #6d3b3b;*/
}

#home .frmSeguimiento .form-group {
    margin-bottom: 10px;
    width: 100%;
    left: 10px;
    position: relative;
    height: 35px;
}

#home .frmSeguimiento .form-group label {
    position: relative;
    width: 35%;
    float: left;
    display: inline;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin-top:5px;
}

#home .frmSeguimiento .form-group .form-control {
    position: relative;
    width: 50%;
    float: left;
    display: inline;
    margin-left: 10px;
    background-color: #fff;
}

#home .frmSeguimiento  .btnAceptar {
    position: relative;
    margin-top: 10px;
    font-size: 1.2em;
}

/*******************************************************************************
    FORM DENUNCIAS
 *******************************************************************************/
#form-mensajes{
    font-size:1.2em;
    margin-bottom: 50px;
    margin-top:10px;
}

#form-mensajes .label-estatus {
    width: 350px;
    padding: 10px;
    background-color: #495057;
    color: #ddd;
    font-size: 1.2em;
    position: fixed;
    border: 0px;
    margin: 0px;
    right: 0px;
    top: 25px;
    border-radius: 10px 0px 0px 10px;
}

#form-mensajes .label-estatus span{

}

#form-mensajes .label-estatus strong {
    font-weight: bold;
    color: #0bf941;
}

#form-mensajes textarea[name="detalles"], textarea[name="detalles"]:focus {
    height: 250px;
    border-radius: 10px;
    width: 90%;
    left: 5%;
    position: relative;
}

#form-mensajes .form-control:disabled,#form-mensajes  .form-control[readonly],
#form-mensajes .form-control:disabled:focus,#form-mensajes  .form-control[readonly]:focus{
    background-color: #a0a5ab;
    opacity: 1;
    box-shadow: none;
    border: 0px;
    content: "no aplica";
}

#form-mensajes table th {
    background-color: #607D8B;
    color: rgba(255,255,255,0.9);
    border: 0px;
    border-left: 4px solid #ffffff;
    text-align: center;
}

#form-mensajes .dataTables_info{
    display: none;
}

#form-mensajes table.dataTable.no-footer{
    border:0px;
}

#form-mensajes .dataTables_wrapper table {
    width: 100% !important;
    position: relative;
}

#form-mensajes .section{
    margin-bottom: 20px;
    padding: 0px;
}
#form-mensajes .section .description {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #17191b;
    color: #fff;
    padding: 10px;
    border-left: 15px solid #3900d9;
    box-shadow: 4px 4px 3px #3900d9;
    margin-bottom: 35px;
}

#form-mensajes .btnTop {
    font-size: 1.2em;
    margin-right: 10px;
    border-radius: 0px;
    cursor: pointer;
    margin-top: +10px;
}

#form-mensajes .container-checkboxes{
    margin-left:-50px;
}

form.form-shadow-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;

}

form.form-shadow-box h4{
    text-align: center;
    margin-bottom:10px;
}

form.form-shadow-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #0000006e;
    z-index: 1;
}

form.form-shadow-box .container {
    z-index: 999999999999999;
    position: fixed;
    width: 450px;
    /*height: 300px;*/
    left: calc((100% - 450px) / 2);
    top: 100px;
    background-color: #fff;
    padding: 10px;
    border: 10px solid #ccc;
    border-radius: 10px;
    box-shadow: 4px 5px 18px #111;
}

form.form-shadow-box  button{
    margin: 0 auto;
    position: relative;
    width: 30%;
    left: 35%;
    font-size: 1.2em;
    font-weight: bold;
}
form.form-shadow-box  a.close-btn{
    width: 35px;
    height: 35px;
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #d22d2d;
    text-align: center;
    padding-top: 8px;
    color: #fff;
    margin-top: -14px;
    margin-right: -55px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 1px 2px 3px #000, inset -1px 7px 13px 0px #ff0000;
}



/*******************************************************************************
    SWITCH TOOGLE
 *******************************************************************************/


/**/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.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);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    margin-top: 7px;
    position: absolute;
    font-size: inherit;
}

.column-left {
    margin-top: +33px;
}



.form-check{
    margin-top:+40px;
}

.captcha-container {
    position: fixed;
    z-index: 999999999;
    background-color: #11111136;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    float: left;
    box-sizing:inherit;
    overflow: hidden;
}
.captcha {
    position: relative;
    width: 400px;
    top: calc((100% - 85px) / 2);
    left: calc((100% - 470px) / 2);
    padding: 35px;
    background-color: #f9f9f9;
    border: 10px solid #3900d9;
    box-shadow: -1px -1px 10px 11px #33333370;
}

.g-recaptcha{
    margin-left: calc((100% - 304px) / 2);
    border:0px;
}

.g-recaptcha iframe{
    border:0px;
}

.hide{
    display: none;
}

div#ui-datepicker-div {
    box-shadow: 4px 9px 18px #343a40, -4px 9px 18px #212529;
    border-radius: 0px;
    padding: 0px;
}

.ui-datepicker-header.ui-widget-header {
    border-radius: 0px;
    margin: 0px;
    border: 0px;
}

.btn-add{
    font-size:1.2em;
}



/*******************************************************************************
    LOADER CSS
    http://tobiasahlin.com/spinkit/
 *******************************************************************************/
.spinner-shadowbox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #11111194;
    opacity: .9em;
    z-index: 100000000000000000000000000000 !important;
    opacity: .6;
}

.sk-fading-circle {
    width: 100px;
    height: 100px;
    position: relative;
    left: calc((100% - 100px) / 2);
    top: calc((100% - 100px) / 2);
    position: fixed;
    z-index: 1000000000000000000000000000001 !important;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
}

.frmRespuesta {
    display: none;
    position: fixed;
    left: 0px;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    z-index: 999999999999999999999;
    background-color: #FFF;
}

.frmRespuesta .table-container{
    position:relative;
    width:400px;
    top: 25px;
    left:calc((100% - 400px) / 2);

}
.frmRespuesta h3{
    text-align: center;
    padding: 5px;
}
.frmRespuesta .form{
    position: relative;
    border:0px;
    width:100%;
    background: -moz-linear-gradient(90deg, #3900D9 0%,#3900D9 57%,#3900D9 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, #3900D9 0%,#3900D9 57%,#3900D9 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, #3900D9 0%,#3900D9 57%,#3900D9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#682b00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /*box-shadow: 13px 20px 20px 4px #6f6b6b;*/
    padding:50px;    
    border-radius:10px;
}

.frmRespuesta p{
    text-align: center;
    margin-top:10px;
}

.frmRespuesta .form-control{
    background-color: #FFF;
    border:0px;
    text-align: center;
}

.frmRespuesta .btn {
    width: 50%;
    left: 25%;
    position: relative;
    font-size: 1.2em;
}

/************************************************************
APP FRAME
************************************************************/
.app-frame{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: transparent;   
}

.app-frame-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    left: 0px;
    top: 0px;
    padding: 0px;
}

.app-frame-container::before{
    position: fixed;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
}

.app-frame-nav{
    position: relative;
    width: 100%;
    height: 35px;
}
.app-frame-header{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,cc0000+100;Red+Flat */
    background: #cc0000; /* Old browsers */
    background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc0000 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    padding: 10px;
}
.app-frame-body{
    position: relative;
    width:100%;
    height: calc(100% - 35px);
    background-color: #fff;
    overflow-y:auto;
    padding:0px;
}

button.app-frame-close{
    height: 32px;
    width: 30px;
    border: 0px;
    font-size: 1.5em;
    font-weight: bold;
    left: calc(100% - 35px);
    position: relative;
    top: 1.5px;
    background: none;
    color: rgba(17, 17, 17, 0.57);
}

button.app-frame-close:hover{
    text-shadow:2px 1px 10px #c1a6a6;
    background-color: #FF0000;
    color:#fff;

}

input[type="number"]{
    text-align: right;
}

@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {
    html, body{
        font-size:12px;
    }
    #form-mensajes .dataTables_wrapper{
        padding: 10px;
    }

    .logotipo{
        margin-left:0px;
    }

    section.main-container{
        width:100%;
        left:0px;
        top:170px;
    }
    aside{
        width:100%;
        height: 70px;
    }
    aside .list-group{
        position: relative;
        float:left;
        width:100%;
        display:inherit;
    }
    aside .list-group-item {
        float: left;
        display: inline;
        width: 150px;
        font-size: 1em;
        height: 55px;
        top: 15px;
        margin-left: 5px;
        padding: 9px;
        display: table-cell;
    }

    aside .list-group-item:first-child{
        margin-top: inherit;
    }

    aside .list-group-item.active{
        box-shadow: 5px -3px 2px #6e757b;
    }

    #home div.texto-principal{
        width:95% !important;
        font-size:1.2em;
        margin-top: -20px;
    }
    #home div.texto-principal p{
        font-size: 1em;
        line-height: 25px;
    }

    #home .container-frmSeguimiento{
        position: fixed;
        right: 0px;
        bottom: inherit;
        top:175px;
        right: -315px;
    }


    #home .container-frmSeguimiento .title{
        width: 10%;
        float: left;
        height: 185px;
        border-radius: 50px 0px 0px 50px;
    }

    #home .container-frmSeguimiento .title div{
        transform: rotate(270deg);
        text-align: left;
        float: left;
        position: relative;
        margin-left: -60px;
        margin-top: 70px;
        cursor:pointer;
    }

    #home .container-frmSeguimiento .frmSeguimiento{
        width: 90%;
        float: right;
    }
}

@media only screen and (max-width : 560px) {
    aside .list-group-item {
        width: 75px;
    }

    #form-mensajes .label-estatus {
        width: 235px;
        font-size: 1em;
        top: 5px;
    }

    #form-mensajes .label-estatus span{

    }


    aside .list-group-item i{
        width:100%;
        text-align: center;
        font-size: 21px;
    }
    aside .list-group-item span{
        display: none;
    }

}

@media only screen and (max-width : 450px) {

    html,body{
        font-size:12px;
    }

    header{
        height: 50px;
    }

    header .logotipo{
        position: relative;
        height: 100%;
        margin-top:0px;
    }

    section.main-container{
        max-height: calc(100% - 50px);
        top: 120px;
        left: 0px;
        width: 100%;        
        padding-bottom: 50px;
    }

    footer{
        display: none;
    }

    #home div.texto-principal{
        width:95% !important;
        font-size:1.1em;
        margin-top: -20px;
    }
    #home div.texto-principal p, #home div.texto-principal ol, ul{
        font-size: 1em;
        line-height: 15px;
    }


    #form-mensajes .options-container{
        background-color: #000;
        margin: 0px;
        padding: 0px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        height: 50px;
        opacity: 1;
        z-index: 4;
        box-shadow: 0px -3px 9px #868e96;
    }

    #form-mensajes .section .description{
        font-size:1em;
    }
    form.form-shadow-box a.close-btn{
        margin-right: -10px;
        margin-top:-10px;
        border-radius: 0px;
        box-shadow: none;
    }

    form.form-shadow-box .save-btn{
        position: absolute;
        bottom: 10px;
        width: 90%;
        left: 5%;
        height: 50px
    }

    form.form-shadow-box::before{
        top:50px;
    }    
    form.form-shadow-box{
        z-index: 9;
    }

    form.form-shadow-box .container{
        left:0px;
        top:50px;
        border-radius: 0px;
        width: 100%;
        height: calc(100% - 50px);
    }

    #form-mensajes .options-container .btn{
        width: calc((100% / 2) - 50px);
        position: relative;
        float: left !important;
        display: inline;
        text-align: center;
        left: 45px;
        margin-top: 5px;
    }

    #form-mensajes .options-container .btn span{
        display: none;

    }

    section.main-container.no-aside{
        height: calc(100% - 50px);
        top:50px;
    }

    .captcha{
        left: 0px;
        width:100%;
    }

    .g-recaptcha{
        margin-left: calc((100% - 304px) / 2);
        border: 0px;
    }

    .g-recaptcha iframe{
        width: 300px;
        border: 0px;
        margin-left: 1px;
        border-radius: 261px;        
    }

    #form-mensajes .container-checkboxes{
        margin-left: 0px;
    }

    #home .container-frmSeguimiento .title div{
        margin-left: -50px;
    }

    .dataTables_length{
        position: relative;
        width: 50%;
        float: left !important;
    }

    .dataTables_length select{
        display: block;
    }

    .dataTables_filter{
        position: relative;
        width:50%;
        float: right !important;
    }



}
@media only screen and (min-height:401px){
    .alert-orientation{
        display: none;
    }
}
@media only screen and (min-height:300px){
    .alert-orientation{
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #fff;        
        opacity: .92;
    }

    .alert-orientation img{
        height: 200px;
        width: 200px;
        position: relative;
        left: calc((100% - 200px) / 2);
        top: calc((100% - 200px) / 2);        
    }

    .alert-orientation::before{
        content: "Por favor cambia la orientación de tu dispositivo";
        position: absolute;
        bottom: 20px;
        text-align: center;
        width: 100%;
        font-size: 1.2em;
    }
}


/***************************/
.dataTables_wrapper {
    padding: 10px;
    margin-top:20px !important;

}

.dataTable{
    position: relative;
    float:left;
    border-bottom: 0px !important;
    font-size: 1em !important;
    margin-top: 20px !important;
}

.dataTable th{
    text-transform: uppercase;
    text-align: center;
    background-color: #4a90e2;
    color:#fff;
    font-weight: bold;
}
.dataTable th.sorting_asc{
    border-bottom: 6px solid #3900d9 !important;
}

.dataTable th.sorting_desc{
    border-bottom: 6px solid #007bff !important;
}

.dataTable td,.dataTable th{
    border: 0px !important;
    font-weight: normal !important;
    border-bottom: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}

body .detalles-container{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999999999;
    background-color: #00000052;
}

body .detalles-container .detalles{
    position: relative;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px -5px 17px 6px #5d5757;
}

body .detalles-container .detalles textarea{
    position: relative;
    width:100%;
    height: calc(100% - 60px);
    margin-bottom: 10px;
    font-size:1.2em;

}    
body .detalles-container .detalles .btn{
    position: relative;
    width:50%;
    left:25%;
    height: 45px;
}    


header .logos-partners{
    float: right;
    position: relative;
    top: 0px;
    height: 90%;
}
