/*
VERSION = 1.0
FECHA = 27/07/2018
EMPRESA = Basik Soft
AUTOR = LEANDRO CHICA RIOS Basik_dev
*/

/* ===========
   Components List
   - Varios
   - Buttons
   - Panels
   - Tables
   - HN Personalizado
   - HN CSS Desactivado
 =============*/

legend {
    border-bottom: none !important;
    color: #00ffdd !important;
}

/* ===========
   Varios
 =============*/

/* INICIO application.CSS MULTILEVEL DROPDOWN */
/* sidebar */
body {
    padding-top: 70px !important;
}

/* FIN application.CSS MULTILEVEL DROPDOWN */

/* FIN application.CSS MULTILEVEL DROPDOWN */

/* INICIO LOGIN.CSS MULTILEVEL DROPDOWN */
.background{
    background-size: cover !important;

}


.footer-login {
    display:none !important;

}

.form-signin {
    background-color: #00253d;
    border: #001b2f;
}
.form-signin label {
    color: white;
}


.form-signin a {
    color: white;

}
.center {

    color:red;
    border-radius: 5px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
    text-align: center;
    border-style: solid;
    border-right: 4px;
    border-left: 4px;
    padding: 15px;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    width: 90%;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 7px 9px;
    border-radius: 30px;
    background: #000000;
    border-color: #000000;
    color:#ffffff;
}

/*
.form-signin input[type="text"]::placeholder, .form-signin input[type="password"]::placeholder {
    color:#ffffff;
    text-align: center;
}
.form-signin label[type="text"], .form-signin label {
    display: none;
}
.form-signin p {
    margin: 0
}

/* FIN LOGIN.CSS MULTILEVEL DROPDOWN */


.nav-stacked li a:hover {
    border-radius: 100px !important;
    background-color: #000000 !important;
    -webkit-box-shadow: inset 0 0 0 1px #00ffdd !important;
    -moz-box-shadow: inset 0 0 0 1px #00ffdd !important;
    box-shadow: inset 0 0 0 1px #00ffdd !important;
}

.nav-stacked li a:focus {
    border-radius: 100px !important;
    background-color: #000000 !important;
    -webkit-box-shadow: inset 0 0 0 1px #00ffdd !important;
    -moz-box-shadow: inset 0 0 0 1px #00ffdd !important;
    box-shadow: inset 0 0 0 1px #00ffdd !important;
}

#sidebar-wrapper {
    /* background-color: #001B2F !important; */
}

.sidebar-nav {
    /* background-color: #001B2F !important; */
}

.text-left {
    padding-left: 14px !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

.text-left a {
    color: #ffffff !important;
}

/* IMAGENES DEL TOP MENU */

.text-left a img {
    width: 14px !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

/* #accordion {
  background-color: #001B2F !important;
  border-top: 1px solid #001423 !important;
} */

/* CSS MENU TOP */

.sidebar-wrapper {
    /* background-color: #001B2F !important; */
}

#system-message {
    background: #001b2f !important;
    /*width: 90% !important;*/
    margin: 0 auto 20px auto !important;
    padding-top: 20px !important;
    border-top: 1px solid #001423 !important;
    border-right: 1px solid #001423 !important;
    border-left: 1px solid #001423 !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

#system-message .close {
    opacity: 0.7;
}

#system-message .close:hover {
    color: inherit !important;
    opacity: 0.9;
}

/* MODELACION WRAPPER */

/*
#page-content-wrapper {
}*/

.page-title-box {
    background-color: #8bffaf !important;
    /*max-width: 100% !important;*/
    margin: 0px auto 20px auto !important;
    padding: 5px 0px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-right: 1px solid #001423 !important;
    border-bottom: 1px solid #001423 !important;
    border-left: 1px solid #001423 !important;
    display: flex !important;
    /* border: 1px solid #001423 !important;
  border-top: none !important; */
}

.semaforo-rojo {
    background-color: #ff8b95 !important;
}

.semaforo-naranja {
    background-color: #ef8440 !important;
}

.semaforo-verde {
    background-color: #97ff8b !important;
}

@media (min-width: 768px) {
    .page-title-box {
        margin: -20px auto 20px auto !important;
    }
}

.page-title {
    padding: 0px 16px 0px 16px !important;
    color: #00253d !important;
    text-align: left !important;
    display: inline-block !important;
}




/* CSS MULTILEVEL DROPDOWN */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #00253d;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* FIN CSS MULTILEVEL DROPDOWN */



/* ===========
  FIN Varios
=============*/




/* ===========
   Buttons
 =============*/

.btn-default {
    background-color: #ffffff !important;
    color: #00253d !important;
    border: 1px solid #00253d !important;
}

.btn-default:hover {
    background-color: #ebebeb !important;
    border: 1px solid #c7c7c7 !important;
}

/*--HN: INICIO--------creacion de un nuevo bottom primary--*/
.btn-primary .btn-success {


    border-radius: 30px;
    background-color: #00ebdb;

}

.btn-primary:hover {
    background-color: #ebebeb !important;
    border: 1px solid #c7c7c7 !important;

}

/* ===========
   FIN Buttons
=============*/

/* ===========
   Panels
 =============*/

.panel-border {
    border: 1px solid #c7c7c7 !important;
}

.hn-panel-heading {
    display: flex !important;
    vertical-align: middle !important;
    position: relative !important;
    border-bottom: 1px solid #c7c7c7c7 !important;
}

#sidebar-wrapper .panel-default > .panel-heading {
    /* background-color: #001B2F !important; */
    border-bottom: 1px solid #001321 !important;
    color: #797979 !important;
    line-height: 0px !important;
}

/* -- CAMBIO BORDE TOP MENU 23/07/2018 */

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none !important;
}

/* ===========
  FIN Panels
=============*/

/* ===========
   Tables
 =============*/

.hn-m-table-aseguradora {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.hn-table-border-align {
    border: 1px solid #2a434c !important;
    vertical-align: middle !important;
}


/* ===========
  FIN Tables
=============*/

/* ===========
   HN Personalizado
 =============*/
.hn-m-auto {
    margin: auto !important;
}

.hn-m-0 {
    margin: 0px !important;
}

.hn-mb-0 {
    margin-bottom: 0px !important;
}

.hn-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.hn-my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.hn-my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.hn-my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.hn-my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.hn-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.hn-my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.hn-my-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.hn-my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.hn-my-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.hn-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.hn-mx-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.hn-mx-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

.hn-mx-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
}

.hn-mx-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
}

.hn-mx-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.hn-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.hn-mx-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
}

.hn-mx-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
}

.hn-mx-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}

.hn-mx-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
}

.hn-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.hn-mt-0 {
    margin-top: 0px !important;
}

.hn-mt-1 {
    margin-top: 1px !important;
}

.hn-mt-2 {
    margin-top: 2px !important;
}

.hn-mt-3 {
    margin-top: 3px !important;
}

.hn-mt-4 {
    margin-top: 4px !important;
}

.hn-mt-5 {
    margin-top: 5px !important;
}

.hn-mt-6 {
    margin-top: 6px !important;
}

.hn-mt-7 {
    margin-top: 7px !important;
}

.hn-mt-8 {
    margin-top: 8px !important;
}

.hn-mt-9 {
    margin-top: 9px !important;
}

.hn-mt-10 {
    margin-top: 10px !important;
}

.hn-mt-20 {
    margin-top: 20px !important;
}

.hn-mb-0 {
    margin-bottom: 0px !important;
}

.hn-mb-1 {
    margin-bottom: 1px !important;
}

.hn-mb-2 {
    margin-bottom: 2px !important;
}

.hn-mb-3 {
    margin-bottom: 3px !important;
}

.hn-mb-4 {
    margin-bottom: 4px !important;
}

.hn-mb-5 {
    margin-bottom: 5px !important;
}

.hn-mb-6 {
    margin-bottom: 6px !important;
}

.hn-mb-7 {
    margin-bottom: 7px !important;
}

.hn-mb-8 {
    margin-bottom: 8px !important;
}

.hn-mb-9 {
    margin-bottom: 9px !important;
}

.hn-mb-10 {
    margin-bottom: 10px !important;
}

.hn-mb-15 {
    margin-bottom: 15px !important;
}



.hn-mt-negative-personas-title {
    margin-top: -40px !important;
}

.hn-p-auto {
    padding: auto !important;
}

.hn-pl-0 {
    padding-left: 0px !important;
}

.hn-p-0 {
    padding: 0px !important;
}

.hn-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.hn-py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.hn-py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.hn-py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.hn-py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.hn-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.hn-py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.hn-py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.hn-py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.hn-py-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.hn-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.hn-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hn-px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.hn-px-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.hn-px-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.hn-px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.hn-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.hn-px-6 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.hn-px-7 {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

.hn-px-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.hn-px-9 {
    padding-right: 9px !important;
    padding-left: 9px !important;
}

.hn-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.hn-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.hn-pt-0 {
    padding-top: 0px !important;
}

.hn-pt-1 {
    padding-top: 1px !important;
}

.hn-pt-2 {
    padding-top: 2px !important;
}

.hn-pt-3 {
    padding-top: 3px !important;
}

.hn-pt-4 {
    padding-top: 4px !important;
}

.hn-pt-5 {
    padding-top: 5px !important;
}

.hn-pt-6 {
    padding-top: 6px !important;
}

.hn-pt-7 {
    padding-top: 7px !important;
}

.hn-pt-8 {
    padding-top: 8px !important;
}

.hn-pt-9 {
    padding-top: 9px !important;
}

.hn-pt-10 {
    padding-top: 10px !important;
}

.hn-pt-15 {
    padding-top: 15px !important;
}

.hn-pb-0 {
    padding-bottom: 0px !important;
}

.hn-pb-1 {
    padding-bottom: 1px !important;
}

.hn-pb-2 {
    padding-bottom: 2px !important;
}

.hn-pb-3 {
    padding-bottom: 3px !important;
}

.hn-pb-4 {
    padding-bottom: 4px !important;
}

.hn-pb-5 {
    padding-bottom: 5px !important;
}

.hn-pb-6 {
    padding-bottom: 6px !important;
}

.hn-pb-7 {
    padding-bottom: 7px !important;
}

.hn-pb-8 {
    padding-bottom: 8px !important;
}

.hn-pb-9 {
    padding-bottom: 9px !important;
}

.hn-pb-10 {
    padding-bottom: 10px !important;
}

.hn-pl-5 {
    padding-left: 5px !important;
}

.hn-pl-14 {
    padding-left: 14px !important;
}

.hn-pestana-a-p {
    padding: 5px 15px !important;
}

.hn-text-right {
    text-align: right !important;
    color: #000000 !important;
}

.hn-text-left {
    text-align: left !important;
    color: #000000 !important;
}

.hn-text-white {
    color: #ffffff !important;
}

.hn-bg-background {
    background-color: #00253d !important;
}

.hn-bg-blue-primary {
    background-color: #00253d !important;
}

.hn-bg-gris {
    background-color: #f5f5f5 !important;
}

.hn-bg-table-primary {
    background-color: #001B2F !important;
}

.hn-bg-transparent {
    background-color: transparent !important;
}

.hn-border-blue-ceniza-primary {
    border: 1px solid #385965 !important;
}
.hn-border-gris {
    border: 1px solid #dddddd !important;
}

.hn-border-30 {
    border: 30px !important;
}

.hn-border-t-none {
    border-top: none !important;
}

.hn-border-l-none {
    border-left: none !important;
}

.hn-border-b {
    border-bottom: 1px solid #000000 !important;
}

.hn-border-b-none {
    border-bottom: none !important;
}

.hn-br-tr-5 {
    border-top-right-radius: 5px !important;
}

.hn-br-tl-5 {
    border-top-left-radius: 5px !important;
}

.hn-br-br-5 {
    border-bottom-right-radius: 5px !important;
}

.hn-br-bl-5 {
    border-bottom-left-radius: 5px !important;
}
.hn-border-radius-3 {
    border-radius: 3px !important;
}
.hn-border-radius-4 {
    border-radius: 4px !important;
}
.hn-border-radius-5 {
    border-radius: 5px !important;
}
.hn-border-radius-10 {
    border-radius: 10px !important;
}

.hn-br-tr-7 {
    border-top-right-radius: 7px !important;
}

.hn-br-tl-7 {
    border-top-left-radius: 7px !important;
}

.hn-br-br-7 {
    border-bottom-right-radius: 7px !important;
}

.hn-br-bl-7 {
    border-bottom-left-radius: 7px !important;
}

.hn-border-radius-7 {
    border-radius: 7px !important;
}

.hn-encabezado-bg-style {
    background-color: #001B2F !important;
    border-bottom: 1px solid #000 !important;
    color: #797979 !important;
    line-height: 0px !important;
}

.hn-cabecera-small {
    height: 35px !important;
    margin: 0px 0px 0px 16px !important;
    padding: 11px 0px 0px 16px !important;
    position: relative !important;
    vertical-align: middle !important;
    display: inline-block !important;
    border-left: 1px solid #68bf83 !important;
}

.hn-small-acordion {
    margin: 0px 0px 0px 16px !important;
    padding: 15px 0px 15px 16px !important;
    border-left: 1px solid #c7c7c7 !important;
}

.hn-small-i {
    margin: -3px 0px 0px 16px !important;
    padding: 15px 15px 16px 16px !important;
    border-left: 1px solid #DDDDDD !important;
}

.hn-fontsize-13 {
    font-size: 13px !important;
}

.hn-text-left {
    text-align: left !important;
}

.hn-text-center {
    text-align: center !important;
}

.hn-text-right {
    text-align: right !important;
}


.hn-acordion-a {
    vertical-align: middle !important;
    position: absolute !important;
    right: 0px !important;
}

.hn-acordion-i {
    width: 17px !important;
    color: #00253d !important;
    padding-top: 5px !important;
    right: 0px !important;
    margin-right: 10px !important;
}

.hn-collapse-valor {
    background-color: #ebebeb !important;
    padding-top: 8px !important;
    padding-right: 15px !important;
    padding-bottom: 6px !important;
    font-size: 15px !important;
    color: #797979 !important;
    border-top: 0px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
    border-bottom-right-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    float: right !important;
    margin: -12px 40px 0px 0px !important;
}

.hn-vertical-align-middle {
    vertical-align: middle !important;
}

.hn-height-48 {
    height: 48px !important;
}

.hn-height-55 {
    height: 55px !important;
}

.hn-pt10-icon-small {
    padding-top: 10px !important;
}

.hn-pt15-icon-small {
    padding-top: 15px !important;
}

.hn-pt20-icon-small {
    padding-top: 20px !important;
}

.hn-porcentaje-w-100 {
    width: 100% !important;
}

.hn-bg-pestana-pt {
    background-color: #f5f5f5 !important;
    padding-top: 6px !important;
    /* border-top: 1px solid #c7c7c7c7 !important; */
}

.hn-text-green-primary {
    color: #00ffdd !important
}

.hn-d-box {
    display: -moz-box !important;
}

.hn-d-flex {
    display: flex !important;
}

.hn-border-l-none {
    border-left: none !important;
}

.hn-border-b-blue-primary {
    border-bottom: 2px solid #00253d !important;
}
.hn-border-blue-ceniza-primary {
    border: 1px solid #385965 !important;
}

.hn-border-b-blue-ceniza-secundary {
    border-bottom: 2px solid #29404b !important;
}

.hn-color-azul-ceniza-tercero{
    color: #2a434c !important;
}

.hn-color-green-primary {
    color: #00ffdd !important;
}

/* COLORES */

.hn-bg-blue-primary {
    background-color: #00253d !important;
}

.hn-bg-blue-ceniza-primary {
    background-color: #385965 !important;
}

.hn-bg-blue-ceniza-secundary {
    background-color: #29404b !important;
}


/* CSS PERSONALIZADO NOTAS DE ENFERMERIA */

/* MENU RIGHT */
.hn-menu-right-personas {
    border: 1px solid #DDDDDD !important;
    border-radius: 5px !important;
    background-color: #F5F5F5 !important;
}

.hn-menu-right-personas ul li a:hover {
    border-radius: 0px !important;
    background-color: #ebebeb !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.hn-menu-right-personas ul li a:focus {
    border-radius: 0px !important;
    background-color: #ebebeb !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* MEDIAS CLIENTE EN CONSULTA */
@media (min-width: 760px) {
    .hn-text-right-persona {
        text-align: right!important;
        color: #000000 !important;
    }
}

@media (max-width: 760px) {
    .hn-text-right-persona {
        text-align: center !important;
        color: #000000 !important;
    }
}

@media (min-width: 760px) {
    .hn-text-left-persona {
        text-align: left !important;
        color: #000000 !important;
    }
}

@media (max-width: 760px) {
    .hn-text-left-persona {
        text-align: center !important;
        color: #000000 !important;
    }
}

.font-weight-bold {
    font-weight: bold !important;
}

.panel-hn {
    border-color: #2a434c;
}

.panel-hn>.panel-heading {
    color: #fff;
    background-color: #2a434c;
    border-color: #2a434c;
}

.text-error {
    color: #a94442;
}


/* ===========
  HN Personalizado
=============*/

/* ===========
 HN CSS Desactivado
 =============*/

/* hr{
   margin: 0px;
   padding: 0px;
   float: right;
   border: none;
   border-left: 1px solid hsla(200, 10%, 50%,100);
   height: 10px;
   width: 1px;
} */

/* #sidebar-wrapper .panel-default > .{
    background-color: #00253d !important;
} */

/* .hn-row-p-20 {
 padding-right: 20px !important;
 padding-left: 20px !important;
}*/

/* ===========
  FINAL HN CSS Desactivado
=============*/
