body,
#app {
    height: auto;
}

h4.titulo {
    color: #FFFFFF;
}

h6.titulo {
    color: #FFFFFF;
}

div.menu_org {
    height: 150px;
}

div.menu_alarm {
    height: 150px;
}

div.menu_sup_sm {
    height: 150px;
}

div.menu_sup {
    height: 322px;
}

div.menu_usu {
    height: 150px;
}

div.menu_doc {
    height: 150px;
}

div.menu_hist {
    height: 150px;
}

div.menu_ayud {
    height: 150px;
}

.invalid-feedback {
    color: red;
}

.color-green {
    color: #41a54d !important;
}

.color-green:hover,
.color-green:focus {
    color: #3a9344;
    text-decoration: none;
}

.card-stats-height {
    min-height: 450px;
}

/* Here is where the magic happens*/

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #000000;
    border-color: #000000 transparent #000000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-inactive,
.section-inactive:hover {
    /*background-color: rgba(0,0,0,0.8) !important;*/
    max-width: 100%;
    opacity: 0.4;
    cursor: not-allowed;
}

.float-collapse {
    position: absolute;
    z-index: 1000;
    background-color: white;
}

.full-page-background {
    position: fixed;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.card-margin {
    margin-left: 17px;
}

.bullets-group {
    display: block;
    position: relative;
    min-height: 50px;
    vertical-align: middle;
    margin-top: 20px;
}

.bullets {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    z-index: 100;
}

.bullets-group .bullet-text {
    display: block;
    position: relative;
    font-size: 1.5em;
    padding-top: 14px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .bullets-group .bullet-text {
        font-size: 2em;
    }
}

.bullets-group .bullet-center-img {
    margin: 10px auto 0;
}

.bullets.bullet-left {
    position: relative;
    display: block;
    float: left;
}

.bullets.bullet-right {
    position: relative;
    display: block;
    float: right;
}

.wrapper {
    overflow-y: visible;
    overflow-x: visible;
}

.mail-bottom {
    margin-bottom: 0;
    z-index: 0;
    height: 60px;
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: #555555;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    line-height: 20px;
}

.bg-blue {
    background-color: #05B0CD;
}

.bg-ltblue {
    background-color: #67C2CB;
}

.bg-indigo {
    background-color: #6574cd;
}

.bg-purple {
    background-color: #9561e2;
}

.bg-pink {
    background-color: #f66D9b;
}

.bg-red {
    background-color: #EC1C25;
}

.bg-orange {
    background-color: #f6993f;
}

.bg-yellow {
    background-color: #ECDE1E;
}

.bg-dkyellow {
    background-color: #E9C71D;
}

.bg-green {
    background-color: #05A64B;
}

.bg-ltgreen {
    background-color: #8AC762;
}

.bg-pistache {
    background-color: #BACF32;
}

.bg-teal {
    background-color: #4dc0b5;
}

.bg-cyan {
    background-color: #6cb2eb;
}

.bg-dkgray {
    background-color: #464547;
}

.bg-ltgray {
    background-color: #B1B3B6;
}

.bg-white {
    background-color: #FFFFFF;
}


.text-blue {
    color: #05B0CD;
}

.text-ltblue {
    color: #67C2CB;
}

.text-indigo {
    color: #6574cd;
}

.text-purple {
    color: #9561e2;
}

.text-pink {
    color: #f66D9b;
}

.text-red {
    color: #EC1C25;
}

.text-orange {
    color: #f6993f;
}

.text-yellow {
    color: #ECDE1E;
}

.text-dkyellow {
    color: #E9C71D;
}

.text-green {
    color: #05A64B;
}

.text-ltgreen {
    color: #8AC762;
}

.text-pistache {
    color: #BACF32;
}

.text-teal {
    color: #4dc0b5;
}

.text-cyan {
    color: #6cb2eb;
}

.text-dkgray {
    color: #464547;
}

.text-ltgray {
    color: #B1B3B6;
}

.text-white {
    color: #FFFFFF;
}

.text-black {
    color: #000000;
}


.border-blue {
    border: 1px solid #05B0CD;
    border-radius: 10px;
}

.border-ltblue {
    border: 1px solid #67C2CB;
    border-radius: 10px;
}

.border-indigo {
    border: 1px solid #6574cd;
    border-radius: 10px;
}

.border-purple {
    border: 1px solid #9561e2;
    border-radius: 10px;
}

.border-pink {
    border: 1px solid #f66D9b;
    border-radius: 10px;
}

.border-red {
    border: 1px solid #EC1C25;
    border-radius: 10px;
}

.border-orange {
    border: 1px solid #f6993f;
    border-radius: 10px;
}

.border-yellow {
    border: 1px solid #ECDE1E;
    border-radius: 10px;
}

.border-dkyellow {
    border: 1px solid #E9C71D;
    border-radius: 10px;
}

.border-green {
    border: 1px solid #05A64B;
    border-radius: 10px;
}

.border-ltgreen {
    border: 1px solid #8AC762;
    border-radius: 10px;
}

.border-pistache {
    border: 1px solid #BACF32;
    border-radius: 10px;
}

.border-teal {
    border: 1px solid #4dc0b5;
    border-radius: 10px;
}

.border-cyan {
    border: 1px solid #6cb2eb;
    border-radius: 10px;
}

.border-dkgray {
    border: 1px solid #464547;
    border-radius: 10px;
}

.border-ltgray {
    border: 1px solid #B1B3B6;
    border-radius: 10px;
}

.border-white {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.border-x2 {
    border-width: 2px !important;
}

.border-x3 {
    border-width: 3px !important;
}

.border-x4 {
    border-width: 4px !important;
}

.top-menu-background {
    background-image: url('/img/fondos/img-cap-pag.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}

.mycard-header {
    padding: 16px 14px;
    border-radius: 6px 6px 0 0;
}

.mycard-title {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    color: #464547;
    font-size: 2em;
}

.mycard-text {
    text-align: center;
    color: #464547;
    font-size: 1em;
    padding-bottom: 10px;
}

.mycard-icon {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.mycard-avatar {
    max-width: 200px;
    max-height: 200px;
    margin: 10px auto 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px #05B0CD solid;
    padding: 10px;
}

.mycard-profile {
    /*margin-top: 30px;*/
    text-align: center;
    border-bottom: 1px solid #B1B3B6;
}

.mycard-profile:last-child {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 0px;
}

.mycard {
    display: inline-block;
    position: relative;
    width: 100%;
    /*margin: 25px 0;*/
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}

.card .myaccount-icon {
    display: inline-block;
    height: 40px;
    width: auto;
    float: left;
}

.card .card-body.card-padding {
    padding: 10px;
}

.card .mycard-title {
    font-size: 1.5em;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #000;
    text-transform: uppercase;
}

.card .mycard-title2 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.card.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card .card-content .category {
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6em;
    padding-left: 10px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-link {
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn.equipo-size {
    font-size: 1.1em;
    z-index: 100;
}

.mybtn-default {
    color: #FFF;
    font-weight: 900 !important;
    background-color: #B1B3B6;
    border-color: #9c9ea1;
}

.btn.btn-default:hover,
.mybtn.mybtn-default:hover {
    color: #FFF;
    font-weight: 900;
    background-color: #8AC762;
    cursor: pointer;
}

.mybtn,
.navbar .navbar-nav>li>a.mybtn {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 8px 12px;
    /*margin: 10px 1px;*/
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.myform-group {
    padding-bottom: 5px;
    margin: 10px 0 0 0;
}

.myform-group label.control-label.equipo-size {
    font-size: 1.1em;
}

.img-zone-container {
    position: relative;
    display: block;
    width: 100%;
    height: 190px;
    background-color: #9c9ea1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
}

.modal-header.modal-header-addons {
    padding-bottom: 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 900;
    color: black;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
}

a.dashboard-color-menu {
    display: block;
    position: relative;
}

a.dashboard-color-menu img {
    width: 50px;
    height: auto;
    float: left;
}

.head-logo-mini {
    position: absolute;
    display: block;
    padding-left: 10px;
}

.head-logo-mini img {
    width: 55px;
}

/* dashboard vertical menu */
.navbar-background {
    background-image: url("/img/fondos/img-cap-pag.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-global {
    background-color: indigo;
}

.navbar-global .navbar-brand {
    color: white;
}

.navbar-global .navbar-user>li>a {
    color: white;
}

.navbar-primary {
    display: block;
    position: fixed;
    top: 76px;
    background-color: #333;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 100%;
    z-index: 8;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 1000;
}

.navbar-primary.collapsed {
    width: 85px;
}

.navbar-primary.collapsed li p {
    display: none;
}

.navbar-primary.collapsed .glyphicon {
    font-size: 22px;
}

.navbar-primary.collapsed .nav-label {
    display: none;
}

.navbar-primary li a i {
    float: left;
    padding: 12px 10px;
}

.navbar-primary li a p {
    margin: 15px auto !important;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-expand-collapse {
    position: relative;
    display: block;
    color: grey;
}

.btn-expand-collapse:hover,
.btn-expand-collapse:focus {
    background-color: #222;
    color: white;
}

.btn-expand-collapse:active {
    background-color: #111;
}

.navbar-primary-menu,
.navbar-primary-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-primary-menu li a {
    display: block;
    padding: 10px 18px;
    text-align: left;
    border-bottom: solid 1px #444;
    color: #ccc;
    clear: both;
    height: 70px;
}

.navbar-primary-menu li .active p {
    color: #05A64B;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar-primary-menu li a:hover {
    background-color: #000;
    text-decoration: none;
    color: white;
}

.navbar-primary-menu li a .glyphicon {
    margin-right: 6px;
}

.navbar-primary-menu li a:hover .glyphicon {
    color: orchid;
}

.main-content {
    display: block;
    margin-top: 60px;
    margin-left: 0px;
    height: 100%;
}

@media (min-width: 992px) {
    .main-content {
        margin-left: 80px;
    }

    .container {
        width: 883px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1095px;
    }
}

.collapsed+.main-content {
    margin-left: 85px;
}

.navbar.navbar-global {
    color: #ffffff;
}

body>#app>#app_body.wrapper>.main-content>.content>.container-fluid>.row>div>.card>.card-content>#variables-container>.row>div>.form-group>.select2>.selection>.select2-selection {
    height: auto;
}

.centerVertical {
    display: flex;
    align-items: center;
}