
*{
    font-family: 'Roboto';
}

.body {
    background-color: #f8f8f8;
    font-family: 'Roboto';
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 910px;
    background-color: rgb(242, 244, 244);
    /*padding-top: 15px !important;*/
}

#mainWrapper{
    padding: 10px 0;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 232px;
        padding: 0 30px 50px 100px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar{
    min-height: 64px !important;
    position: initial;
    height: 64px;
}

.navbar-default {
    background-color: #1fbaff;
    border-color: #b8b8b8;
    margin-top: -1px;
}

.navbar-default .navbar-brand img{
    width: 118px;
    margin-left: 16px;
    margin-top: 5px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover{
    color: #fff;
}

.navbar-top-links {
    margin-right: 0;
    margin-top: 7px;
}

.navbar-top-links li {
    display: inline-block;
}


.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 19px 10px 15px 10px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    /*border-bottom: 1px solid #e7e7e7;*/
    margin-top: 6px;
}

.sidebar ul li:first-child{
    margin-top: 14px;
}


.sidebar .arrow {
    float: right;
    margin-top: 4px;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
   /* padding-left: 37px;*/
    padding-left: 20px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 232px;
        margin-top: 64px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    /*height: 350px;*/
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.nav li a {
    color: #74788B;
    font-family: 'Roboto' !important;
    font-size: 15px !important;
}

.nav li i{
    margin-right: 10px;
    text-align: left;
}

.nav li a:hover {
    /*background-color: rgb(248,248,248);*/
    background-color: #ffffff;
    color: #262626;
}

@media(max-width: 767px)
{
	.navbar-brand
	{
	  font-size: 14px;
	}
}

.nz-icon-notification-activ {
    border: 1px solid #ed2e5a;
    background-color: #ed2e5a;
    border-radius: 30px;
    /*width: 16px;
    height: 16px;*/
    width: 24px;
    height: 15px;
    position: absolute;
    margin-left: 5px;
    /*top: -7px;*/
    top: 12px;
    color: #fffefe;
    font-size: 10px;
    text-align: center;
}

.nz-vertical-line {
    border-right: .7px solid #fafafa;
    height: 28px;
    margin: 0 22px 0 22px;
    position: relative;
    top: 9px;
}


.sideMenu li span{
    margin-left: 25px;
    vertical-align: sub;
}

.sideMenu li{
    border-left: 8px solid #ffffff;
}

.sideMenu li.active, .sideMenu li.active:hover {
    border-left: 8px solid #1fbaff;
    background: transparent linear-gradient(90deg, #76BCFF26 0%, #4A90E200 100%) 0% 0% no-repeat padding-box;
}

   
.sideMenu li:hover{
    border-left: 8px solid #ffffff;
}

.logedUser,
.logedUser:active,
.logedUser:focus,
.logedUser:hover{
    background-color: #1fbaff !important;
    color: #ffffff !important;
}

.sidebar{
    background-color: #ffffff;
}

.sideBarToogle{
    margin-top: 29px;
    margin-left: 83px;
    width: 17px;
}

.nz-photo-profile-medic{
   margin: 0 0 5px 3px;
}

.sideBarFooter .sideMenu{
    position:fixed;
    bottom: 2px;
    width: 232px;
}

.nav > li > a:focus {
    background-color: #ffffff;
}

.sidebar .secondLevelPerfil {
    padding-left: 30px;
    background-color: #ffffff;
}

.sidebar .secondLevelPerfil .imgBullet{
    margin-top: 5px;
}

.sidebar .secondLevelPerfil li.active{
    margin-left: -14px;
}

.dropdown .caret {
   margin-left: 15px;
}

.lblHideMenu {
    color: #ffffff;
    font-size: 13px;
    font-family: Arial;
    font-weight: 100;
    position: relative;
    top: 15px;
    left: 12px;
}

#btnSideBarToggle {
   text-decoration: none;
}

.sideMenu {
    margin-top: 20px;
}

.sideMenu .sideBarIcon {
    width: 20px;
}

.link-terminos {
    padding: 0px 15px 10px 15px !important;
}

.link-terminos span {
    font-size: 12px !important;
    font-family: 'SFProDisplayMedium' !important;
    color: #C2C2C2;
}

.notifications-menu .menu li{
    font-family: 'SFProDisplayRegular' !important;
    padding: 0px 0px;
}

    .notifications-menu .menu li:hover {
        background-color: #76BCFF26;
    }

    .notifications-menu .menu li a {
        font-size: 13px !important;
        text-decoration: none;
    }


    .notifications-menu .dropdown-menu {
        padding: 10px;
        /*box-shadow: 0px 5px 25px rgb(0 0 0 / 61%);*/
        box-shadow: 5px 8px 20px #353535c4;
        max-height: 600px;
        overflow-y: auto;
    }

        .notifications-menu .dropdown-menu li a {
            padding: 3px 10px;
        }

            .notifications-menu .dropdown-menu li a:hover {
                background-color: transparent !important;
                color: #74788B;
            }

    .notifications-menu .dropdown-menu .header {
        padding-bottom: 10px;
        border-bottom: 1px solid #ebebeb;
        /*margin-bottom: 10px;*/
        font-weight: 700;
        font-size: 13px;
    }

.menuNotificaciones,
.menuNotificaciones:hover,
.menuNotificaciones:focus,
.menuNotificaciones:active {
    background-color: transparent !important;
}

.notifications-menu .menu {
    width: 320px;
    padding-inline-start: 0px !important;
    margin-right: 5px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
   background-color: transparent !important;
}

.notifications-menu .menu .sideBarIconNotificaciones {
    width:25px;
    vertical-align:bottom;
    /*margin-right: 5px;*/
}
/* =========================================================================================== */
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px){

    #page-wrapper {
        padding: 0 30px 50px 0px;
    }

    .navbar-static-top{
        position: fixed;
        width: 100%;
    }

    .navbar-top-links{
        float: right;
    }

    .nz-photo-profile-medic {
        margin: 0 15px 0 13px;
    }

    .nav li a {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #page-wrapper {
        padding: 0 30px 50px 0;
        margin: 0px !important;
    }

    .navbar-static-top{
        position: fixed;
        width: 100%;
    }

    .navbar-top-links{
        float: right;
    }

    .nz-photo-profile-medic {
        margin: 0 15px 0 13px;
    }

    .sideBarFooter .sidebar-nav{
        padding-left: 0px;
    }

    .sidebar{
        margin-top: 64px;
        border: 1px solid #d8d8d8;
        height: 1000px;
        z-index: 0;
    }

    .nav li a {
        font-size: 14px !important;
    }

    .sideBarToogle {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {

    #page-wrapper {
        padding: 0 30px 50px 0px;
        margin: 0px !important;
    }

    .navbar-static-top{
        position: fixed;
        width: 100%;
    }

    .navbar-top-links{
        float: right;
    }

    .nz-photo-profile-medic {
        margin: 0 15px 0 13px;
        display: none;
        width: 30px;
        height: 30px;
    }

    .sideBarFooter .sidebar-nav{
        padding-left: 0px;
    }

    .navbar-default .navbar-brand img {
        width: 88px;
        margin-left: 0px;
    }

    .sideBarToogle {
        margin-left: 10px;
        margin-top: 27px;
    }

    .logedUser{
        font-size: 12px !important;
    }

    .navbar-top-links{
        margin-top: -45px;
    }

    .sidebar{
        margin-top: 14px;
        border: 1px solid #d8d8d8;
        height: 1000px;
        z-index: 0;
    }

    .nz-vertical-line {
        height: 24px;
        margin: 0 4px 0 14px;
    }

    .navbar-top-links li:last-child {
         margin-right: 0px;
    }

    .nav li a {
        font-size: 12px !important;
    }

    .link-terminos, .link-logout{
        text-align: center;
    }

    .bellNotifications{
        max-width: 82%;
    }

    .navbar-brand {
        padding: 15px 10px 15px 10px;
    }

    .navbar-top-links li a {
        padding: 19px 10px 15px 5px;
    }




    .navbar-static-top{
        position: absolute;
    }

    .sideBarFooter .sideMenu {
        position: relative;
    }

    .sidebar {
        height: 600px;
    }

    .sideBarFooter{
        background-color: #ffffff !important;
        border-right: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }

    .sideMenu {
        margin-top: 5px;
    }

    .lblHideMenu{
        display: none;
    }

    .notifications-menu .menu {
        width: 286px;
    }

    .notifications-menu .dropdown-menu {
        margin-left: -150px;
    }

}

@media(max-width: 767px) and (max-height: 441px){
    .navbar-static-top{
        position: absolute;
    }

    .sideBarFooter .sideMenu {
        position: relative;
    }

    .sidebar {
        height: 600px;
    }

    .sideBarFooter{
        background-color: #ffffff !important;
        border-right: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }
}



/* ============================================================================= */
/* Estilo para las modificaciones en el header*/

@media (min-width: 1200px) {

    .nz-vertical-line {
        top: -11px;
    }

    .imgHeaderMedico {
        /* vertical-align: unset;
        margin-bottom: 8px;
        width: 35px;
        height: 35px;
        border-radius: 50px;*/
        height: 35px;
        width: 35px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        border-radius: 50%;
        margin-bottom: 8px;
        /*cursor: pointer;
        margin-left: auto;
        margin-right: auto;
        border: 0.5px solid #1fbaff;
        margin-bottom: 10px;*/
    }

    .logedUser {
        padding: 9px 10px 0px 10px;
    }

    .colLeftDropDownHeader p {
        margin-bottom: 0px;
        line-height: 17px;
    }

        .colLeftDropDownHeader p small {
            font-size: 75%;
        }

    .colRighttDropDownHeader .caret {
        margin-left: 0px;
    }

    .dropDownMenuNotificaciones {
        margin-top: -15px;
    }

    .lblNumeroNotificaciones {
        top: -6px;
    }

    .bellNotifications {
        margin-top: -37px;
    }

    .dropDownMenuCerrarSesion {
       margin-top: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .nz-vertical-line {
        top: -11px;
    }

    .imgHeaderMedico {
        /*vertical-align: unset;
        margin-bottom: 8px;
        width: 35px;
        height: 35px;*/
        height: 35px;
        width: 35px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        border-radius: 50%;
        margin-bottom: 8px;
    }

    .logedUser {
        padding: 9px 10px 0px 10px;
    }

    .colLeftDropDownHeader p {
        margin-bottom: 0px;
        line-height: 17px;
    }

        .colLeftDropDownHeader p small {
            font-size: 75%;
        }

    .colRighttDropDownHeader .caret {
        margin-left: 0px;
    }

    .dropDownMenuNotificaciones {
        margin-top: -15px;
    }

    .lblNumeroNotificaciones {
        top: -6px;
    }

    .bellNotifications {
        margin-top: -37px;
    }

    .dropDownMenuCerrarSesion {
        margin-top: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .nz-vertical-line {
        top: -11px;
    }

    .imgHeaderMedico {
        /*vertical-align: unset;
        margin-bottom: 8px;
        width: 35px;
        height: 35px;*/
        height: 35px;
        width: 35px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        border-radius: 50%;
        margin-bottom: 8px;
    }

    .logedUser {
        padding: 9px 10px 0px 10px;
    }

    .colLeftDropDownHeader p {
        margin-bottom: 0px;
        line-height: 17px;
    }

        .colLeftDropDownHeader p small {
            font-size: 75%;
        }

    .colRighttDropDownHeader .caret {
        margin-left: 0px;
    }

    .dropDownMenuNotificaciones {
        margin-top: -15px;
    }

    .lblNumeroNotificaciones {
        top: -6px;
    }

    .bellNotifications {
        margin-top: -37px;
    }

    .dropDownMenuCerrarSesion {
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .dropDownMenuCerrarSesion {
        margin-top: 6px;
        margin-left: -59px;
    }

    .dropDownMenuNotificaciones {
        margin-top: 7px;
    }
}

/*=======================================================================================*/

#rowInfoMedicoContainer{
    min-width: 500px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .lblHideMenu {
       display: none;
    }
}

