/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
:root {
    --primary-color: #f13737
}

#logo img {
    height: 45px
}

#header {
    height: 65px;
}

#header>div {
    height: 65px;
}

.btn-header.pull-right {
    margin-top: 0.8rem;
}

#left-panel {
    padding-top: 65px;
}

#left-panel,
.page-footer {
    background-color: var(--primary-color) !important;
}

.page-title {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.page-title span {
    font-size: 18px;
}

.form-control {
    border-radius: 0.4rem !important;
}

.btn {
    border-radius: 0.4rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.btn-primary {
    color: #000;
    background-color: #fdd429;
    border-color: #e6ba08
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ccaa24;
    border-color: #9e8317
}

.dropdown-toggle {
    box-shadow: none;
    background-color: transparent;
}

.hide-arrow {
    width: 100%;
}

.loadingGif {
    position: fixed;
    z-index: 1000;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    color: green;
    text-decoration: underline;
}

.popover {
    max-width: 100% !important;
}

.salto15 {
    clear: both;
    margin-bottom: 15px;
}

.salto20 {
    clear: both;
    margin-bottom: 20px;
}

.salto25 {
    clear: both;
    margin-bottom: 25px;
}

.salto30 {
    clear: both;
    margin-bottom: 30px;
}

.salto10 {
    clear: both;
    margin-bottom: 10px;
}

.MT10 {
    margin-top: 10%;
}

.MT20 {
    margin-top: 20%;
}

.botonera_edit {
    width: auto;
}

.ui-front {
    z-index: 1000 !important;
}

.float-right {
    float: right !important;
}

.sticky-custom>article {
    background-color: #3A3633;
}

#google-map {
    height: 100%;
    min-height: 400px;
    width: 100%;
    max-width: 100%;
}

.bg-login {
    /*background: url('/assets/adm/img/login_bg.png') no-repeat ;*/
    /*background-size: cover;*/
    height: 100vh;
}

.pointer-subgrid {
    cursor: pointer;
    border: 1px solid #ddd !important;
}

.pointer-subgrid:hover {
    /*color:green;*/
    text-decoration: underline;
}

.btn-fb {
    border: 1px solid #3b5998 !important;
    background-color: #3b5998 !important;
}

.btn-ins {
    border: 1px solid #fd9e6c !important;
    background: #fdf497 !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.btn-tw {
    border: 1px solid #00acee !important;
    background-color: #00acee !important;
}

.btn-gris {
    border: 1px solid #8b91a0 !important;
    background-color: #8b91a0 !important;
}

.azul {
    color: #3276b1;
}

.verde {
    color: #2cb52c;
}

.rojo {
    color: red;
}

.note-list {
    list-style: none;
}

.note-ul {
    overflow: hidden;
    margin: 1em;
    padding: 0;
}

.note-li {
    margin-bottom: 1em;
    margin-right: 1em;
}

.text-ul .text-li .text-a {
    text-decoration: none;
    color: #000;
    background: #d9edf7;
    display: block;
    height: 10em;
    width: 10em;
    padding: 1em;
}

.shadow {
    text-decoration: none;
    color: #000;
    background: #ffc;

    /* Firefox */
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    /* Opera */
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
}

.tit_tablon {
    font-size: 18px;
    color: #0a4a7e;
    font-weight: 600;
}

.tit_tablon>i {
    color: #ff7043;
}

.table-tablon {
    background-color: #e6e6e6;
    border: 1px solid #c5c5c5;
}

/* * Márgenes y Padding */
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/* * Anchuras */
.W50 {
    width: 50px;
    max-width: 50px;
}

.W75 {
    width: 75px;
    max-width: 75px;
}

.W80 {
    width: 80px;
    max-width: 80px;
}

.W90 {
    width: 90px;
    max-width: 90px;
}

.W100 {
    width: 100px;
    max-width: 100px;
}

.W110 {
    width: 110px;
    max-width: 110px;
}

.W125 {
    width: 125px;
    max-width: 125px;
}

.W150 {
    width: 150px;
    max-width: 150px;
}

.W175 {
    width: 175px;
    max-width: 175px;
}

.W200 {
    width: 200px;
    max-width: 200px;
}

.W225 {
    width: 225px;
    max-width: 225px;
}

.W250 {
    width: 250px;
    max-width: 250px;
}

.W275 {
    width: 275px;
    max-width: 275px;
}

.W300 {
    width: 300px;
    max-width: 300px;
}

.W325 {
    width: 325px;
    max-width: 325px;
}

.W350 {
    width: 350px;
    max-width: 350px;
}

.W375 {
    width: 375px;
    max-width: 375px;
}

.W400 {
    width: 400px;
    max-width: 400px;
}

.W425 {
    width: 425px;
    max-width: 425px;
}

.W450 {
    width: 450px;
    max-width: 450px;
}

.W475 {
    width: 475px;
    max-width: 475px;
}

.W500 {
    width: 500px;
    max-width: 500px;
}

.W525 {
    width: 525px;
    max-width: 525px;
}

.W550 {
    width: 550px;
    max-width: 550px;
}

.W575 {
    width: 575px;
    max-width: 575px;
}

/* * Cabecera Tabla */
.header tr th {
    background-color: #f3f3f3 !important;
    border-bottom: solid 1px silver;
}

.pt-label {
    padding-top: 23.5px;
}

.label {
    font-weight: 700 !important;
}

nav ul li a {
    font-size: 15px;
}

.align-middle {
    vertical-align: middle !important;
}