@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Montserrat%7COxygen+Mono%7CPatua+One');

*{
    margin: 0;
    padding: 0;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

a, a:hover{
    text-decoration: none;
    color:#000;
}

img{
    max-width: 100%;
}

hr{
    margin: 0;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.nopadding{
    padding:0;
}

.pd-lr-30{
    padding-left: 30px;
    padding-right: 30px;
}

html{
    height: 100%;
}

body{
    max-width: 100%;
    min-width: 320px;
    min-height: 100%;
    font-size: 13px;
    font-family: 'Montserrat', 'Raleway', sans-serif, Arial, Helvetica;
    color:#000;
    background-color: #eaeaea;
    position: relative;
}

header{
    margin: 0 auto;
    height: auto;
    padding-top:10px;
    padding-bottom:10px;
}

.font_11{
    font-size:11px;
}

.font_12{
    font-size:12px;
}

.content-wrap {
    padding-bottom: 5rem; /*ALTURA DEL FOOTER*/
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;   /*ALTURA DEL FOOTER + MARGIN TOP*/
    left:0;
    padding-top: 1rem;
}

.back_to_top {
    display: none;
    position: fixed;
    bottom: 7.25rem;
    right: 3%;
    z-index: 99;
    border: none;
    outline: none;
    color: #FFF;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius:50%;
    transition: 0.6s;
    font-size: 0.8rem;
    transition: 0.6s;
    background-color: #d5180d;
}

.red{
    color: red;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
}


.form-login-center{
    min-height: 80%;
    min-height: 80vh; 
    display: flex;
    align-items: top;
}

.abs-center-login {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.form-signin {
    width: 100%;
    max-width: 320px;
    padding: 15px;
    margin: 0 auto;
    border:1px solid #CCC;
    background: white;
    box-shadow: 2px 2px 5px #999;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #6d7fcc;*/
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a i {
    margin-right: 10px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    /*background: #6d7fcc !important;*/
    color: #fff !important;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.form_installation{
    margin-top: 4%;
    min-width: 320px;
}

.flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.modal{
    min-width: 320px;
}

textarea{
    resize: none;
}

textarea.resizable{
    resize: vertical !important;
}

.opacity-9{
    opacity: 0.9;
}

.content_nav_images .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #343a40;
    box-shadow: 0px 4px 8px -4px #000000 !important;
}

.note-editor.note-frame{
    width: 100% !important;
}

.nav-link{
    margin-left: 2px;
    border: 1px solid #000000;
    padding: 0.4rem 0.6rem !important;
}

@media (max-width: 991px){
    #sidebar{
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar ul li>a,
    a[aria-expanded="true"] {
        color: #fff;
        /*background: #6d7fcc;*/
    }

    .flex-sm-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;

    }
    .min_w_logo_admin{
        min-width: 100%;
    }

    .list-unstyled.components{
        overflow-wrap: break-word;
    }

    .note-editor.note-frame.card{
        width: auto !important;
        max-width: 100% !important;
    }

    #sidebar .sidebar-header{
        overflow: hidden;
    }
}

@media (max-width: 767px){ /*md-x bootstrap*/
    .table_order .fa{
        display: none;
    }
}

@media (max-width: 575px){ /*md-x bootstrap*/
    #content{
        max-width: 75%;
    }
}

/*.vertical-text{
    width:1px;
    word-wrap: break-word;
    white-space:pre-wrap; 
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
}*/

/*Configuración menu INCIAL*/
.size_title{
    font-size: calc(1em + 1vw);
    height: calc(1em + 1vw);
}

.btn_shadow{
    box-shadow: 0px 4px 8px -4px #000000;
    background-color: rgb(232,232,232);
}

.sombra {
    box-shadow: 2px 2px 5px #999;
}

.splide__slide img {
    width : 100%;
    height: auto;
}

.carousel-control-prev{
    width: 4% !important;
    padding-right: 30px;
    padding: none;
}
.carousel-control-next{
    width: 4% !important;
    padding-left: 30px;
    padding: none;
}
/*Fin Configuracion menu INICIAL*/

.fechas_inactividad{
    /*resize: auto !important;*/
}

.line_delete{
    background-color: #eaeaea;
    border-radius: 4px;
    border: 1px solid black;
    text-align: right;
}