﻿/*Tema Consalud*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');*/

html {
    position: relative;
    min-height: 100%;
    background-color: #F8F8FA;
    overflow: auto;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding: 10px 15px 0px 15px;
}


.selectFullWidth {
    width: 100% !important;
}



/*
    Se comenta porque interfiere con los estilos de bulma
body {
    font-family: 'Roboto', sans-serif;
    height: calc(100vh);
    overflow: auto;
    font-size: 12px;
}
    */
/* TYPE */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

a {
    color: #00a19a;
}
/* NAVBARS */
.navbar-inverse {
    background: #fff;
    border: none;
    border-bottom: 5px solid #ededed;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #555;
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #888;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background: teal;
    }

    .navbar-inverse .navbar-brand:focus,
    .navbar-inverse .navbar-brand:hover {
        color: #f5c52d;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: teal;
        background: #f5c52d;
    }
/* NAVBAR DEFAULT */
.navbar-default {
    background: #00a19c;
    background-color: #00a19c;
    border: none;
    border-radius: 0;
    height: 55px;
}

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #f5c52d;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background: teal;
    }

    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        color: #f5c52d;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: teal;
        background: #f5c52d;
    }

    .navbar-default .navbar-text {
        color: #fff;
        font-weight: 200;
    }


.navbar-brand img {
    width: 152px;
    max-height: fit-content;
}

.navbar-static-top {
    margin-bottom: 19px;
}

.navbar-static-top {
    background-color: #00a19c;
    border-bottom: 5px solid teal;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}

    .navbar-static-top .navbar-brand {
        color: #fff;
    }

    .navbar-static-top .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-static-top .navbar-nav > li > a:focus,
        .navbar-static-top .navbar-nav > li > a:hover {
            color: #f5c52d;
        }

    .navbar-static-top .navbar-nav > .active > a,
    .navbar-static-top .navbar-nav > .active > a:focus,
    .navbar-static-top .navbar-nav > .active > a:hover {
        color: #fff;
        background: teal;
    }

    .navbar-static-top .navbar-brand:focus,
    .navbar-static-top .navbar-brand:hover {
        color: #f5c52d;
    }

    .navbar-static-top .navbar-nav > .open > a,
    .navbar-static-top .navbar-nav > .open > a:focus,
    .navbar-static-top .navbar-nav > .open > a:hover {
        color: teal;
        background: #f5c52d;
    }


.navbar-button {
    background-color: #00a19c;
    border-color: white;
    border-width: 1px;
    color: #fff;
}

.navbar-divider {
    background-color: whitesmoke;
    border: none;
    height: 35px;
    margin: 10px 0px 0px 0px;
    width: 1px;
}

@media screen and (max-width: 1023px) {
    .navbar-menu.is-active {
        display: inline-flex;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-menu {
        background-color: #00a19c;
        box-shadow: 0 8px 16px rgb(10 10 10 / 10%);
        padding: 0.5rem 0;
    }
}

/* DROPDOWN MENUS*/
.dropdown-menu {
    border: none;
    border-top: 5px solid #daaf28;
    border-radius: 0 0 5px 5px;
}

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background: #00a19a;
    }
/* JUMBOTRON */
.jumbotron {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}

    .jumbotron .h1,
    .jumbotron h1 {
        color: teal;
        font-weight: 200;
        text-shadow: 1px 1px 0px #fff;
    }

    .jumbotron p {
        color: #666;
        font-weight: 400;
    }
/* BUTTONS */
.btn {
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 3px;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), 1px 1px 5px 1px rgba(0,0,0,.3);
}

.btn-default {
    background: #ECE9E6;
}

    .btn-default:hover {
        background: #FFF;
    }

.btn-primary {
    background: rgb(0,195,189);
    background: -moz-linear-gradient(top, rgba(0,195,189,1) 0%, rgba(0,156,151,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,195,189,1) 0%,rgba(0,156,151,1) 100%);
    background: linear-gradient(to bottom, rgba(0,195,189,1) 0%,rgba(0,156,151,1) 100%);
}

    .btn-primary:hover {
        background: rgb(0,195,189);
    }

.btn.btn-link {
    box-shadow: none;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 30px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 20px;
    font-size: 13px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 3px 10px;
    font-size: 11px;
}
/* TABLES */
table {
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}

thead {
    color: #4b4b4b;
    background: #eeeeee;
    font-size: 11px;
}

th {
    text-align: center;
    font-weight: 300;
}

.table > thead > tr > th {
    border-bottom: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    color: #7f7f7f;
    border-top: none;
    font-size: 13px;
}
/* LABELS */
.label {
    border-radius: 3px;
}

.label-default {
    background: #ECE9E6;
    color: #888;
}

.label-primary {
    background: rgb(0,195,189);
}
/* PROGRESS BAR */
.progress-bar {
    background-image: -moz-linear-gradient(top, rgba(0,191,178,1) 0%, rgba(0,161,154,1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0,191,178,1) 0%,rgba(0,161,154,1) 100%);
    background-image: linear-gradient(to bottom, rgba(0,191,178,1) 0%,rgba(0,161,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfb2', endColorstr='#00a19a',GradientType=0 );
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
/* LIST GROUPS */
.list-group {
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: #00a19a;
    border: none;
    text-shadow: none;
}

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text {
        color: #fff;
    }
/* PANELS */
.panel {
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
    border: none;
}

.panel-default > .panel-heading {
    background: #eeeeee;
    border: none;
}

.panel-primary > .panel-heading {
    background: #00a19a;
    border: none;
}
/* NAVS */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #00a19c;
}
/* CAROUSEL */
.carousel-control.left {
    background: -moz-linear-gradient(left, rgba(0,161,154,1) 0%, rgba(0,191,178,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,161,154,1) 0%,rgba(0,191,178,0) 100%);
    background: linear-gradient(to right, rgba(0,161,154,1) 0%,rgba(0,191,178,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a19a', endColorstr='#0000bfb2',GradientType=1 );
}

.carousel-control.right {
    background: -moz-linear-gradient(left, rgba(0,191,178,0) 0%, rgba(0,161,154,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,191,178,0) 0%,rgba(0,161,154,1) 100%);
    background: linear-gradient(to right, rgba(0,191,178,0) 0%,rgba(0,161,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000bfb2', endColorstr='#00a19a',GradientType=1 );
}

.carousel-indicators li {
    border: 1px solid #00a19c;
}

.carousel-indicators .active {
    background: #00a19c;
}
/* SIDEBAR MENU PUSH*/
#main {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -1px;
}

    #main.toggled {
        padding-left: 250px;
    }

.menu-sidebar {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    padding: 10px 0 0 0;
    margin-left: -250px;
    overflow-y: auto;
    background: teal;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.toggle-menu {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 12px 10px 10px 10px;
    background: teal;
    border-radius: 0 20px 20px 0;
    z-index: 9999;
}

    .toggle-menu,
    .toggle-menu:hover,
    .toggle-menu:active,
    .toggle-menu:focus {
        color: #fff;
    }

        .toggle-menu.hideit span {
            transform: rotate(0deg);
        }

        .toggle-menu span {
            transform: rotate(180deg);
        }

#main.toggled .menu-sidebar {
    width: 250px;
    box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.menu-sidebar li {
    width: 250px;
}

    .menu-sidebar li + li {
        margin-top: 0px;
    }

    .menu-sidebar li a {
        color: #fff;
        border-radius: 0;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

        .menu-sidebar li a:focus,
        .menu-sidebar li a:hover {
            background: #00a19c;
        }

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    padding-bottom: 60px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/**/
.form-control {
    /*display: block;*/
    /*width: auto; */ /*100%;*/
    height: 26px;
    padding: 3px 3px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline;
}
/*PARA NUMERO*/
.ui-spinner .form-control {
    margin: 0;
    padding: 12px 40px 12px 8px;
}
/*PARA MULTIFILTRO*/
.ms-parent .MultiFiltro .form-control {
    margin: 0;
    padding: 12px 40px 12px 8px;
}

.RadioListaVertical {
    display: inline-block !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

    .RadioListaVertical div {
        float: left !important;
        clear: both !important;
        display: inline-block !important;
    }

    .RadioListaVertical label {
        margin-left: 2px;
        margin-right: 10px;
    }

.RadioListaHorizontal {
    display: inline-block !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

    .RadioListaHorizontal div {
        float: left !important;
        display: inline-block !important;
        clear: none !important;
    }

    .RadioListaHorizontal label {
        margin-left: 2px;
        margin-right: 10px;
    }

.CheckListaVertical {
    display: inline-block !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

    .CheckListaVertical div {
        float: left !important;
        clear: both !important;
        display: inline-block !important;
    }

    .CheckListaVertical label {
        margin-left: 2px;
        margin-right: 10px;
    }

.CheckListaHorizontal {
    display: inline-block !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

    .CheckListaHorizontal div {
        float: left !important;
        display: inline-block !important;
        clear: none !important;
    }

    .CheckListaHorizontal label {
        margin-left: 2px;
        margin-right: 10px;
    }

.top-buffer {
    margin-top: 10px;
}

.bottom-buffer {
    margin-bottom: 10px;
}

.navbar-header {
    float: left !important;
}

.navbar-text {
    float: left !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
}
/*MVC GRID*/
.mvc-grid > table > thead {
    background: #00a19a;
    color: #FFF;
}

    .mvc-grid > table > thead > tr > th {
        color: #ffffff !important;
    }

.mvc-grid > table {
    border-collapse: collapse;
    border-radius: 5px;
}

.mvc-grid > table, td:not(:last-child) {
    border-right: 1px solid #EFEFEF;
}

    .mvc-grid > table th:first-child {
        border-radius: 5px 0 0 0;
    }

    .mvc-grid > table th:last-child {
        border-radius: 0 5px 0 0;
    }

.mvc-grid > table, tr:not(:last-child) {
    border-bottom: 1px solid #EFEFEF;
}

.mvc-grid > div > ul.pagination {
    margin: 2px !important;
}



/*datepicker hack*/
#ui-datepicker-div {
    z-index: 10000 !important;
}



.div-is-rounded {
    border-radius: 16px;
}

.cardheaderReferidos {
    background-color: #EEEEEE;
}

.borderBottomTitulo {
    border-bottom: 1px solid #EEEEEE;
}

.aOtroEstado {
    background-color: #87E3DE !important;
    padding: 4px 25px !important;
    white-space: normal;
    height: auto;
    width: 100%;
}

.aEstadoDpsFun {
    background-color: #CFC8FF !important;
    padding: 4px 25px !important;
    white-space: normal;
    height: auto;
    width: 100%;
}

#divPageLoader {
    display: flex;
    position: fixed;
    top: 0rem;
    left: 0rem;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

    #divPageLoader .loader-wraper {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.loader-wraper .button {
    background-color: transparent;
    border-color: transparent;
    font-size: 6rem;
}

    .loader-wraper .button.elem {
        color: black;
        opacity: 1;
        font-weight: bolder;
    }

.element-active {
    background-color: #00a19c30 !important;
    font-weight: 600;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    display: block;
}

.widthButton{
    width: 75% !important;
}

.widthButtonFull {
    width: 100% !important;
}

.buttonDanger {
    background-color: #f14668;
    border-color: transparent;
    color: #fff;
}

    .buttonDanger:hover, .buttonDanger.is-hovered {
        background-color: #f03a5f;
        border-color: transparent;
        color: #fff;
    }

    .buttonDanger:focus, .buttonDanger.is-focused {
        border-color: transparent;
        color: #fff;
    }

        .buttonDanger:focus:not(:active), .buttonDanger.is-focused:not(:active) {
            box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
        }

    .buttonDanger:active, .buttonDanger.is-active {
        background-color: #ef2e55;
        border-color: transparent;
        color: #fff;
    }


.select2-container .select2-selection--single {
    height: auto !important;
    padding: 3px 0 !important;
    border: 1px solid #dbdbdb !important;
}

    .select2-container .select2-selection--single .select2-selection__arrow {
        top: 5px !important;
        display: none;
    }

    .select2-container .select2-selection--single .select2-selection__placeholder {
        color: #dbdbdb !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        margin-left: 1em;
    }

.select2-container .select2-dropdown {
    border: 1px solid #dbdbdb !important;
    border-top: 0 !important;
}

    .select2-container .select2-dropdown .select2-search {
        margin: 5px;
    }

        .select2-container .select2-dropdown .select2-search .select2-search__field {
            padding: 10px !important;
            border-radius: 3px !important;
            font-size: 1rem;
            height: 2.25em;
            box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
            max-width: 100%;
            width: 100%;
        }

    .select2-container .select2-dropdown .select2-results__options {
        max-height: 200px !important;
    }

        .select2-container .select2-dropdown .select2-results__options .select2-results__option {
            padding: 0.37em 0.75em !important;
            font-size: 1rem;
        }
 

.select2-selection.select2-selection--single.is-danger {
    border-color: #f14668 !important;
}




.icon.is-16x16 {
    height: 16px;
    width: 16px;
}

.icon.is-24x24 {
    height: 24px;
    width: 24px;
}

.icon.is-32x32 {
    height: 32px;
    width: 32px;
}

.icon.is-48x48 {
    height: 48px;
    width: 48px;
}

.icon.is-64x64 {
    height: 64px;
    width: 64px;
}

.icon.is-96x96 {
    height: 96px;
    width: 96px;
}

.icon.is-128x128 {
    height: 128px;
    width: 128px;
}
