@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/* Support for IE. */
.material-icons {
    font-feature-settings: 'liga';
}

/*
 * Body
 */

body {
    font-family: 'Roboto', sans-serif;
    background: #EEEEEE;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


/*
 * Navbar
 */

header nav.navbar {
    background: #EF3829;
}

header nav.navbar a {
    color: #fff;
    /*font-size: 1.2em;*/
}

header nav .navbar-brand {
    padding-top: 9px;
    padding-bottom: 9px;
    box-shadow: inset -1px 0 0 #d32f2f;
    text-align: center;
}

header nav .navbar-brand img {
    height: 32px;
    /*line-height: 32px;*/
}

header nav .btn-group {
    margin-right: 5%;
}

header nav .btn-group a {
    color: #424242;
    /*font-size: 1.2em;*/
}
header nav .btn-group a i {
    float: left;
    margin-right: 1em;
    color: #920202;
}
header nav .btn-secondary {
    background: #BD0707;
    border-color: #920202; /*#820B0B; /*#710404;*/
}

header nav .btn-secondary:hover {
    background: #920202; /*#820B0B; /**/
    border-color: #710404;
}

header nav .btn-secondary:active {
    background: #820B0B;
    border-color: #710404;
}

header nav .dropdown-menu {
    min-width: 17.2rem;
}

header .nav-underline {
    margin-top: 52px;
}

header .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}
header .nav-underline .nav-link.active {
    font-weight: bold;
}

/*header .nav-underline .nav-link.active, header .nav-underline .nav-link:hover {
    color: #1f979e;
}*/

header .nav-underline {
    margin-bottom: -52px;
    background-color: #fafafa
}

header .nav-underline .row {
    padding: 2em 2em
}

header .nav-underline .shadow {
    float: left;
    padding: 0.25em;
    margin-right: 2em;
    line-height: 1em;
    background: #ffffff;
}

header .nav-underline .shadow i {
    font-size: 48px;
    line-height: 48px;
    background: -webkit-linear-gradient(#0B6676, #1097AE, #b2dfdb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*header .nav-underline .shadow i:hover {
    background: -webkit-linear-gradient(#b2dfdb, #1097AE, #0B6676);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

header .nav-underline .page-title a {
    font-weight: 400;
    color: rgba(0,0,0,.87) !important;
    text-decoration: none;
}
header .nav-underline .page-title a:hover {
    color: #1097AE !important;
}

header .nav-underline .page-subtitle {
    color: #9e9e9e;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    font-size: 1rem;
    width: 275px;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.sidebar .nav-link .badge {
    float: right;
    line-height: inherit;
}

.sidebar .nav-link i {
    float: left;
    margin-right: 0.5em;
    color: #999;
}
.sidebar .nav-link.active {
    color: #1f979e;
}
.sidebar .nav-link:hover {
    color: #0B6676;
}
.sidebar .nav-link:hover i,
.sidebar .nav-link.active i {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    flex: 1 0 auto;
     /* Space for fixed navbar */
}

/*
 * Footer
 */

.footer {
    background-color: #f5f5f5;
}

/*
 * Buttons
 */

.btn-primary {
    background-color: #1f979e;
    border-color: #00695c;
}
.btn-primary:hover {
    background-color: #00796b;
    border-color: #004d40;
}
.btn-primary:active {
    background-color: #00695c !important;
    border-color: #1f979e !important;
}

.btn-link {
    color: #1f979e;
    font-size: 0.9em;
}
.btn-link:hover {
    color: #00695c;
}
.btn-link:active {
    color: #00796b !important;
}

.btn-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.model-actions .btn {
    padding: 4px 4px 2px 4px;
    line-height: 1em;
    margin-right: 0.5em;
}
.model-actions .btn:last-child {
    margin-right: 0;
}

/*
 * Forms
 */

.form-group .help-block {
    font-size: 0.75em;
    font-weight: bold;
    /*line-height: 0.65em;*/
    padding: 0 5px;
}
.form-group.has-error .help-block {
    color: #a94442;
}
.form-group.has-error input {
    border: 1px solid #a94442;
}
.form-group.has-error label:after {
    color: red;
    font-family: 'Ionicons';
    font-size: 1.1em;
    font-weight: normal;
    content: "\f276";
    margin-left: 0.35em;
}
.form-footer {
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: 1px solid #e5e5e5;
}

.form-group label:not(.custom-control-label) {
    font-size: 0.9em;
    font-weight: lighter;
    color: #757575;
}
.tachado { text-decoration:line-through; }

/*Datatable*/
.dataTables_wrapper {
    max-width: 100%;
    overflow-x: scroll;
}
.dataTables_wrapper .row {
    width: 100% !important;
}
.dataTable{margin:0;width: 100% !important; font-size: 0.85em}
.comp_check{left:0;position:relative}
.dataTables_length{margin-top: 0.5em; margin-left:3em;/*font-size:0.8em;/* min-width: 30%*/}
.dataTables_length select{display:inline-block;/*margin:0 5px;width:37%;height:2rem*/}
.dataTables_filter{margin-bottom:25px;margin-right:2rem;/*width:20rem !important;*/ }
.dataTables_filter label{font-size:1.1em;text-transform:uppercase}
.dataTables_filter input{text-align: right; margin: 0}
.dataTables_wrapper .dataTables_info{padding-top:25px !important; padding-left:10px; font-size: 0.85em; color: #666666}
.dataTables_wrapper .dataTables_paginate{padding-top:17px !important; font-size: 0.85em; color: #666666}
.dataTables_wrapper{/*background:#fafafa;*/padding:0 0 1rem 0;text-align:center}
.dataTables_wrapper thead{background:#b2dfdb; color:#000;text-align:center;font-size:1.2em;}
.dataTables_wrapper tbody td{text-align:center;padding-top:1em !important; padding-bottom: 1em !important;}
.dataTables_wrapper thead th{text-align:center;border-radius:0;padding:1em 0 !important;border:1px solid #1f979e !important}
table.dataTable {border-collapse: collapse !important;}
.dataTables_wrapper .dataTable tbody tr {border-bottom: solid 1px #f5f5f5 !important;}
table.dataTable.no-footer {border-top: 1px solid #111 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background: #1f979e !important; color: #fff !important; border: 0 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {background: transparent; border: 0; color: #1f979e !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button a:hover {
    color: #000 !important;
    border: 0;
    background: #bdbdbd;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {color: #bdbdbd !important;}
/*.paginate_button.disabled, .paginate_button.disabled:hover {cursor: default; color: #666 !important; border: 1px solid transparent; background: transparent; box-shadow: none;}
.paginate_button:hover {background: #009688 !important; border: 0 !important;}*/
.dataTables_wrapper .dataTables_processing {
    min-height: 3em;
    height: inherit !important;
    width: 100% !important;
    font-weight: bold;
    padding-bottom: 1em;
    background: rgb(195,217,255);
    margin-top: -50px !important;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);*/

    background: -moz-linear-gradient(90deg, rgba(195,217,255,1) 0%, rgba(177,200,239,1) 41%, rgba(152,176,217,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(195,217,255,1)), color-stop(41%,rgba(177,200,239,1)), color-stop(100%,rgba(152,176,217,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* IE10+ */
    background: linear-gradient(90deg, rgba(177,200,239,0.5) 0%,rgba(210,220,230,0.8) 25%,rgba(255,255,255,1) 50%,rgba(210,220,230,0.8) 75%, rgba(177,200,239,0.5) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*.odd :hover {
    background-color: #e1f5fe;
}
.even :hover {
    background-color: #f5f5f5;
}*/
table.dataTable tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}

.dataTable th, .dataTable td {
    vertical-align: middle !important;
}
.no-margin {
    margin: 0;
}
.modal-title img {
    margin-right: 1em;
    height: 1.25rem;
    width: auto;
}

/**
 * Boxes
 */
div.box {
    border-top: 3px solid #0B6676;
    background: #ffffff;
    border-radius:.3rem;
    padding: 1em;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 1rem;
}
div.box.box-none {
    border-top-color: #888888 !important;
}
div.box.box-active {
    border-top-color: #44AF69 !important;
}
div.box.box-deleted {
    border-top-color: #EF3829 !important;
}

div.box nav {
    border-bottom: 1px solid #CADBDE;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
div.box.box-none nav {
    border-bottom-color: #888888;
}
div.box.box-active nav {
    border-bottom-color: #44AF69;
}
div.box.box-deleted nav {
    border-bottom-color: #EF3829;
}

div.box h5 {
    font-weight: lighter;
    text-align: center;
    font-size: 0.75em;
    color: #888888;
}

/**
 * Timeline
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    width:4px;
    background:#CADBDE;
    left:31px;
    margin:0;
    border-radius:2px
}
.timeline > li {
    position:relative;
    margin-right:10px;
    margin-bottom:15px
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display:table
}
.timeline > li:after {
    clear:both
}
.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #CADBDE;
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline > li > .timeline-item > .time {
    color:#999;
    float:right;
    padding:10px;
    font-size:12px;
}
.timeline > li > .timeline-item > .timeline-header {
    margin:0;color:#555;
    border-bottom: 1px solid #CADBDE;
    padding:10px;
    font-size:16px;
    line-height:1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 400;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
    text-align: justify;
}
.timeline > li > .timeline-item > .timeline-footer {
    text-align: center;
    color: #ffffff;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion, .timeline > li > .material-icons {
    width:30px;
    height:30px;
    font-size:15px;
    line-height:30px;
    position:absolute;
    color:#0B6676;
    background:#b2dfdb;
    border-radius:50%;
    text-align:center;
    left:18px;
    top:0;
}

.timeline > li > .fa.disabled, .timeline > li > .glyphicon.disabled, .timeline > li > .ion.disabled, .timeline > li > .material-icons.disabled {
    color:#fff;
    background:#e0e0e0;
}
.timeline > .time-label > span {
    font-weight:400;
    padding:5px;
    display:inline-block;
    background-color:#1097AE;
    color:#fff;
    border-radius:4px;
    font-size: 0.9em;
}
.timeline > .time-label > span.disabled {
    background-color:#bdbdbd;
}
.timeline-inverse > li > .timeline-item {
    background:#f0f0f0;
    border:1px solid #ddd;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.timeline-inverse > li > .timeline-item > .timeline-header{
    border-bottom-color:#ddd;
}

.style-data-tables table.dataTable{
    border: 0px !important;
}

.style-data-tables table.dataTable thead .sorting{
    background-image: none;
}

.style-data-tables table.dataTable thead th{
    background: #E2E7F6 !important;
    border: 0px !important;
    color: #434752 !important;
    border-radius: 0px;
    font-weight: 500;
}

.style-data-tables table.dataTable thead th:first-child{
    border-top-left-radius: 10px;
}

.style-data-tables table.dataTable thead th:last-child{
    border-top-right-radius: 10px;
}

.style-data-tables table.dataTable tbody tr,
.style-data-tables table.dataTable tbody tr td{
    border: 0px !important;
}

.style-data-tables table.dataTable tbody>tr>td:first-child{
    width: 15%;
}

.style-data-tables table.dataTable tbody tr td span{
    color: #383838 !important;
    font-weight: 400 !important;
}

.style-data-tables table.dataTable tbody .btn-outline-edit{
    border-radius: 12px;
    background-color: #ffede6;
    padding: 0.5rem;
}

.style-data-tables table.dataTable tbody .btn-outline-delete{
    border-radius: 12px;
    background-color: #ffd7d4;
    padding: 0.5rem;
}

.style-data-tables .btn-nueva-gestion{
    background-color: #BD0707;
    color: #ffff;
    border-radius: 20px;
}

.style-data-tables .dataTables_length select{
    background: #F7FEFF;
    border: 1px solid #1097AE;
    border-radius: 10px;
    padding: 0.2rem 1rem 0.2rem 0.5rem;
    color: #0B4A55;
}

.style-data-tables .dataTables_length select {
    background-image: url(http://10.40.165.9/admin/tiendavirtual-uploader/public/images/news-icons/icon-arrow-down.svg); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.style-data-tables .dataTables_length select::-ms-expand {
    display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

.style-data-tables .dataTables_filter input.input-search-custom {
    background: #F7F7F7;
    border: 1px solid #EFE4E4;
    border-radius: 20px;
    padding: 1.25rem;
    font-size: 1rem;
}

.style-data-tables .dataTables_filter input.input-search-custom::placeholder{
    font-size: 1em;
}
.style-data-tables .dataTables_filter i.icon-search-customize {
    position: absolute;
    top: 0.3rem;
    right: 0.5rem;
    z-index: 3;
}

.style-data-tables .dataTables_filter .input-group-customize{
    width: 120%;
}