@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

        .typo-line .category {
            transform: translateY(-50%);
            top: 50%;
            left: 0px;
            position: absolute;
        }
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.space-70 {
    height: 70px;
    display: block;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

    .tim-typo .tim-note {
        bottom: 10px;
        color: #c0c1c2;
        display: block;
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        left: 0;
        margin-left: 20px;
        position: absolute;
        width: 260px;
    }

.tim-row {
    padding-top: 50px;
}

    .tim-row h3 {
        margin-top: 0;
    }

.fixed-plugin li > a,
.fixed-plugin .badge {
    transition: all .34s;
    -webkit-transition: all .34s;
    -moz-transition: all .34s;
}

.fixed-plugin {
    position: fixed;
    top: 180px;
    right: 0;
    width: 64px;
    background: rgba(0,0,0,.3);
    z-index: 1031;
    border-radius: 8px 0 0 8px;
    text-align: center;
}

    .fixed-plugin .fa-cog {
        color: #FFFFFF;
        padding: 10px;
        border-radius: 0 0 6px 6px;
        width: auto;
    }

    .fixed-plugin .dropdown-menu {
        right: 80px;
        left: auto;
        width: 290px;
        border-radius: 10px;
        padding: 0 10px;
    }

        .fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before {
            right: 10px;
            margin-left: auto;
            left: auto;
        }

    .fixed-plugin .fa-circle-thin {
        color: #FFFFFF;
    }

    .fixed-plugin .active .fa-circle-thin {
        color: #00bbff;
    }

    .fixed-plugin .dropdown-menu > .active > a,
    .fixed-plugin .dropdown-menu > .active > a:hover,
    .fixed-plugin .dropdown-menu > .active > a:focus {
        color: #777777;
        text-align: center;
    }

    .fixed-plugin img {
        border-radius: 0;
        width: 100%;
        height: 100px;
        margin: 0 auto;
    }

    .fixed-plugin .dropdown-menu li > a:hover,
    .fixed-plugin .dropdown-menu li > a:focus {
        box-shadow: none;
    }

    .fixed-plugin .badge {
        border: 3px solid #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 23px;
        margin-right: 5px;
        position: relative;
        width: 23px;
    }

        .fixed-plugin .badge.active,
        .fixed-plugin .badge:hover {
            border-color: #00bbff;
        }

    .fixed-plugin .badge-blue {
        background-color: #00bcd4;
    }

    .fixed-plugin .badge-green {
        background-color: #4caf50;
    }

    .fixed-plugin .badge-orange {
        background-color: #ff9800;
    }

    .fixed-plugin .badge-purple {
        background-color: #9c27b0;
    }

    .fixed-plugin .badge-red {
        background-color: #f44336;
    }

    .fixed-plugin .badge-rose {
        background-color: #e91e63;
    }

    .fixed-plugin .badge-black {
        background-color: #000;
    }

    .fixed-plugin .badge-white {
        background-color: rgba(200, 200, 200, 0.2);
    }

    .fixed-plugin h5 {
        font-size: 14px;
        margin: 10px;
    }

    .fixed-plugin .dropdown-menu li {
        display: block;
        padding: 5px 2px;
        width: 25%;
        float: left;
    }

    .fixed-plugin li.adjustments-line,
    .fixed-plugin li.header-title,
    .fixed-plugin li.button-container {
        width: 100%;
        height: 50px;
        min-height: inherit;
    }

    .fixed-plugin li.button-container {
        height: auto;
    }

        .fixed-plugin li.button-container div {
            margin-bottom: 5px;
        }

    .fixed-plugin #sharrreTitle {
        text-align: center;
        padding: 10px 0;
        height: 50px;
    }

    .fixed-plugin li.header-title {
        height: 30px;
        line-height: 25px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

    .fixed-plugin .adjustments-line p {
        float: left;
        display: inline-block;
        margin-bottom: 0;
        font-size: 1em;
        color: #3C4858;
    }

    .fixed-plugin .adjustments-line a .badge-colors {
        position: relative;
        top: -2px;
    }

    .fixed-plugin .adjustments-line .togglebutton {
        float: right;
    }

        .fixed-plugin .adjustments-line .togglebutton .toggle {
            margin-right: 0;
        }

    .fixed-plugin .dropdown-menu > li.adjustments-line > a {
        padding-right: 0;
        padding-left: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        margin: 0;
    }

    .fixed-plugin .dropdown-menu > li > a.img-holder {
        font-size: 16px;
        text-align: center;
        border-radius: 10px;
        background-color: #FFF;
        border: 3px solid #FFF;
        padding-left: 0;
        padding-right: 0;
        opacity: 1;
        cursor: pointer;
        max-height: 100px;
        overflow: hidden;
        padding: 0;
    }

    .fixed-plugin .dropdown-menu > li > a.switch-trigger:hover,
    .fixed-plugin .dropdown-menu > li > a.switch-trigger:focus {
        background-color: transparent;
    }

    .fixed-plugin .dropdown-menu > li:hover > a.img-holder,
    .fixed-plugin .dropdown-menu > li:focus > a.img-holder {
        border-color: rgba(0, 187, 255, 0.53);
        ;
    }

    .fixed-plugin .dropdown-menu > .active > a.img-holder,
    .fixed-plugin .dropdown-menu > .active > a.img-holder {
        border-color: #00bbff;
        background-color: #FFFFFF;
    }

    .fixed-plugin .dropdown-menu > li > a img {
        margin-top: auto;
    }

    .fixed-plugin .btn-social {
        width: 50%;
        display: block;
        width: 48%;
        float: left;
        font-weight: 600;
    }

        .fixed-plugin .btn-social i {
            margin-right: 5px;
        }

        .fixed-plugin .btn-social:first-child {
            margin-right: 2%;
        }

    .fixed-plugin .dropdown .dropdown-menu {
        -webkit-transform: translateY(-15%);
        -moz-transform: translateY(-15%);
        -o-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
        top: 27px;
        opacity: 0;
        transform-origin: 0 0;
    }

    .fixed-plugin .dropdown.open .dropdown-menu {
        opacity: 1;
        -webkit-transform: translateY(-13%);
        -moz-transform: translateY(-13%);
        -o-transform: translateY(-13%);
        -ms-transform: translateY(-13%);
        transform: translateY(-13%);
        transform-origin: 0 0;
    }

    .fixed-plugin .dropdown-menu:before,
    .fixed-plugin .dropdown-menu:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 78px;
        width: 16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .fixed-plugin .dropdown-menu:before {
        border-bottom: 16px solid rgba(0, 0, 0, 0);
        border-left: 16px solid rgba(0,0,0,0.2);
        border-top: 16px solid rgba(0,0,0,0);
        right: -17px;
    }

    .fixed-plugin .dropdown-menu:after {
        border-bottom: 16px solid rgba(0, 0, 0, 0);
        border-left: 16px solid #FFFFFF;
        border-top: 16px solid rgba(0,0,0,0);
        right: -16px;
    }

.wrapper-full-page ~ .fixed-plugin .dropdown.open .dropdown-menu {
    -webkit-transform: translateY(-17%);
    -moz-transform: translateY(-17%);
    -o-transform: translateY(-17%);
    -ms-transform: translateY(-17%);
    transform: translateY(-17%);
}

.wrapper-full-page ~ .fixed-plugin .dropdown .dropdown-menu {
    -webkit-transform: translateY(-19%);
    -moz-transform: translateY(-19%);
    -o-transform: translateY(-19%);
    -ms-transform: translateY(-19%);
    transform: translateY(-19%);
}

.fixed-plugin {
    top: 120px;
}

@media (min-width: 992px) {

    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

        .typo-line .category {
            transform: translateY(-50%);
            top: 50%;
            left: 0px;
            position: absolute;
        }
}

@media (max-width: 991px) {

    .wrapper-full-page ~ .fixed-plugin .dropdown-menu:after,
    .wrapper-full-page ~ .fixed-plugin .dropdown-menu:before {
        top: 99px;
    }

    .wrapper-full-page ~ .fixed-plugin .adjustments-line a .badge-colors {
        top: 3px;
    }

    .wrapper-full-page ~ .fixed-plugin .adjustments-line + .header-title {
        margin-top: 15px;
    }

    .fixed-plugin .dropdown-menu {
        right: 81px;
        width: 250px;
    }

    .fixed-plugin li.button-container {
        height: auto;
    }

    .fixed-plugin .adjustments-line .switch {
        float: right;
        margin: 0 0px;
    }

    .fixed-plugin li.header-title {
        height: 40px;
    }

    .fixed-plugin .dropdown .dropdown-menu {
        top: 10px;
    }

    .fixed-plugin .dropdown-menu:after,
    .fixed-plugin .dropdown-menu:before {
        top: 96px;
    }

    .fixed-plugin .dropdown-menu > li > a.img-holder {
        max-height: 75px;
    }

    .fixed-plugin {
        top: 80px;
    }
}

.main-panel > .content {
    margin-top: 0px !important;
}

.notification-menu-left {
    position: absolute;
    top: 15px;
    /*border: 1px solid #FFF;*/
    right: 10px;
    font-size: 9px;
    /*background: #f44336;
    color: #FFFFFF;*/
    min-width: 20px;
    padding: 0px 5px;
    height: 20px;
    /*border-radius: 10px;
    text-align: center;*/
    line-height: 19px;
    /*vertical-align: middle;
    display: block;*/
}

    .notification-menu-left.notification-menu-fa-hospital-o.label.color-badge {
        background: linear-gradient(60deg, #ffa726, #fb8c00);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    }

    .notification-menu-left.notification-menu-fa-hotel.label.color-badge {
        background: linear-gradient(60deg, #ec407a, #d81b60);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
    }

    .notification-menu-left.notification-menu-fa-user-md.label.color-badge {
        background: linear-gradient(60deg, #66bb6a, #43a047);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
    }

    .notification-menu-left.notification-menu-MissingOrder.label.color-badge {
        background: linear-gradient(60deg, #ffa726, #fb8c00);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    }

    .notification-menu-left.notification-menu-fa-calendar.label.color-badge {
        background: linear-gradient(60deg, #ffa726, #fb8c00);
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    }

.back-body-login {
    background-image: url(../../Images/P3.jpg);
    background-size: cover;
    min-height: 100%;
    /*min-width: 1024px;*/
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.back-body-login-waiting {
    background-image: url(../../Images/P2.jpg);
    background-size: cover;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}


.inputs-login-margin {
    margin: 25px 0 25px 0px;
}

.inputs-regin-margin {
    margin: 0px 0 0px 0px;
}

.footer.inputs-login-margin > input {
    display: inline-block;
}

.footer.inputs-login-margin > label {
    color: #596d88;
    display: block;
    font-size: smaller;
}

.icon-bell-notify {
    font-size: 50px;
    margin-top: 40px;
    margin-right: 10px;
    color: #e43042 !IMPORTANT;
}

.notify-info {
    color: #f7f5f5;
    background-color: #00BCD4;
    border: 1px #00BCD4 solid;
    border-radius: 11px;
    padding-top: 25px;
}
/*.main-panel {
    overflow-y: scroll !important;
}*/
.view-log-out {
    color: white;
    padding: 50px;
}

span.btn-label {
    padding-right: 10px;
}

h4 span {
    padding-left: 10px;
}

body.modal-open {
    overflow: visible;
    position: absolute;
    width: 100%;
    height: 100%;
}

label small {
    color: red;
}

.register-page .container.container_waiting_list {
    position: relative;
    z-index: 3;
    padding-top: 5vh !important;
    padding-left: 5vh !important;
    padding-right: 5vh !important;
}

.timeline > li > .timeline-panel {
    margin-bottom: 0px;
}

.timeline > li > .timeline-panel {
    padding: 10px;
}

.timeline > li.timeline-inverted > .timeline-panel.panel_waiting_list {
    background-color: transparent;
    box-shadow: none;
}

.timeline > li > .timeline-panel.panel_waiting_list:after {
    border-right: 0 solid #009899;
}

.timeline > li > .timeline-panel.panel_waiting_list_1:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #f44336;
    border-bottom: 15px solid transparent;
    content: " ";
    border-right: #f44336;
}

.timeline > li > .timeline-panel.panel_waiting_list_2:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #009899;
    border-bottom: 15px solid transparent;
    content: " ";
    border-right: #009899;
}

.timeline > li > .timeline-panel.panel_waiting_list_3:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #5f708a;
    border-bottom: 15px solid transparent;
    content: " ";
    border-right: #5f708a;
}

.timeline-badge.icon_waiting_list_1 {
    background-color: #f44336 !important;
}

.timeline-badge.icon_waiting_list_2 {
    background-color: #009899 !important;
}

.timeline-badge.icon_waiting_list_3 {
    background-color: #5f708a !important;
}

.row_waiting_list_base {
    height: 45px;
    color: white;
    line-height: 45px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.row_waiting_list_2 {
    background-color: #009899;
}

    .row_waiting_list_2 > span {
        padding-left: 10px;
    }

.row_waiting_list_1 {
    background-color: #f44336;
}

.row_waiting_list_1 > span {
    padding-left: 10px;
}

.row_waiting_list_3 {
    background-color: #5f708a;
}

.row_waiting_list_3 > span {
    padding-left: 10px;
}

.alert_waiting_list {
    height: 90px;
    color: white;
    line-height: 90px;
    border-radius: 30px;
    margin-bottom: 10px;
    background-color: #5f708a;
    font-size: 3vw;
    font-weight: bold;
}

    .alert_waiting_list > span {
        padding-left: 10px;
    }

.card-content.table-responsive.table_waiting_list {
    font-size: 2vw;
    overflow: hidden;
}
.label.label_header_waiting_list_1 {
    background-color: #f44336;
    font-size: 1vw;
}
.label.label_header_waiting_list_2 {
    background-color: #009997;
    font-size: 1vw;
}
.label.label_header_waiting_list_3 {
    background-color: #5f708a;
    font-size: 1vw;
}
.alert_text_waiting_list {
    font-size: 3vw;
    font-weight: bold;
}
.alert_text_dr_waiting_list {
    font-size: 2vw;
    font-weight: bold;
}
.swal-wide {
    width: 850px !important;
}
.container_list_img {
}
.list_img {
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
}
.one-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}
@media (min-width: 1200px) {
    .container.container_waiting_list {
        width: 100%;
    }
}
