﻿/* style custom Juan G */
.loginMain {
    background: #ffffff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.loginMainBtn {
    background-color: #db3339 !important;
    color: #ffffff !important;
    /*padding: 10px!important;*/
    text-transform: uppercase;
}

.main-menu > li > a:hover {
    background-color: #DB3339;
    color: #ffffff;
}

.dateTables_filter,
.dataTables_length {
    padding: 20px 0px !important;
}

table {
    background: #ffffff !important;
}

tr {
    padding: 40px;
}

table.dataTable tbody td {
    padding: 20px !important;
}

.dataTables_length select {
    padding: 9px 15px !important;
    margin: 0 0px !important;
}

.docEdit {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.docEditDeleted {
    background: #f2dede;
    padding: 20px;
    margin-bottom: 20px;
    color: #a94442;
}

.docEditDetails {
    background: #fcf8e3;
    padding: 20px;
    margin-bottom: 20px;
    color: #8a6d3b;
}

.spaceClose {
    padding-top: 5.5px;
}

.dataTables_info,
.dataTables_paginate {
    padding: 0px !important;
    margin-top: 10px;
}

.whiteC {
    color: #ffffff;
}

.tooltip {
    position: fixed !important;
}

.bgBrand {
    background: #ffffff !important;
    padding: 10px !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1) !important;
}

.sub-titleMain {
    margin-top: 0px;
    color: #999;
}

h1, h2, h3, h4, h5, h6 {
    color: #3e433e !important;
}

/*Botones inferiores del sitio Arriba y Atrás*/
.cd-back, .cd-top {
    bottom: 20px;
    display: inline-block;
    position: fixed;
    z-index: 8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    height: auto !important;
    width: auto !important;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    color: white;
    background: #db3339 no-repeat center 50%;
}

.cd-top {
    right: 20px;
}

.cd-back {
    left: 20px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible { /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-back {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    left: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #DB3339 no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 1029;
}

    .cd-back.cd-is-visible, .cd-back.cd-fade-out, .no-touch .cd-back:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-back.cd-is-visible { /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-back.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-back:hover {
    background-color: black;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .cd-back {
        left: 10px;
        bottom: 20px;
    }

    .hide-xs {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .cd-back {
        left: 30px;
        bottom: 20px;
        font-size: 1.3em;
    }

    .cd-top {
        font-size: 1.3em;
    }

    .hide-xs {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-back {
        height: 60px;
        width: 60px;
        left: 30px;
        bottom: 20px;
    }
}

[data-ma-theme=red] {
    background-color: #DB3339;
}

    [data-ma-theme=red] .ss-icon {
        color: #DB3339;
    }

    [data-ma-theme=red] .ha-menu {
        background: #DB3339;
    }

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.noPadR {
    padding-right: 0px !important;
}

.width-35em {
    width: 35em !important;
}

@media only screen and (max-width: 400px) {
    .width-35em {
        width: 15em !important;
    }

    .width-100-mobile {
        width: 100%;
    }

    #notaReportarError {
        margin: -10px -5px 10px !important;
    }

    #contentReportarError {
        font-size: 0.9rem;
    }
}

select,
option {
    font-family: "Roboto", sans-serif !important;
}
