﻿/*
 *  Document   : main.css
 *  Author     : pixelcave
 *  Description: The main stylesheet of the template
 *
 *  Structure (with shortcodes):
 *      (#m01mls) MAIN LAYOUT
 *      (#m02hds) HEADER
 *      (#m03sns) SIDEBAR/NAVIGATION
 *      (#m04mcs) MAIN CONTENT
 *      (#m05pgs) PAGES
 *      (#m06bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
 *      (#m07hes) HELPERS
 *      (#m08ths) THEMES
 *      (#m09res) RESPONSIVE
 */

/*
=================================================================
(#m01mls) MAIN LAYOUT
=================================================================
*/

/* Include Lato font from Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic');

/* Preloader */
#page-wrapper.page-loading {
    overflow: hidden;
}

    #page-wrapper.page-loading .preloader {
        display: block;
    }

    #page-wrapper.page-loading #page-container {
        opacity: 0;
    }

.preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
}

    .preloader .inner {
        position: fixed;
        top: 20%;
        left: 50%;
        margin: 0 0 0 -50px;
        width: 100px;
        height: 100px;
        text-align: center;
    }

.path {
    stroke-dasharray: 7;
}

.preloader-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #cccccc;
    -webkit-animation: rotateplane .8s infinite ease-in-out;
    animation: rotateplane .8s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* Main Structure */
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #454e59;
    background-color: white;
    font-size: 1.5rem;
}

.form-control, h5 {
    font-size: 1em;
}

.btn-sm {
    font-size: 0.8em;
}


/* Login */
#login-container {
    position: absolute;
    width: 350px;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

#login-signature-img {
    height: 183px;
    padding-top: 31px;
}

#icon_login_title {
    color: #411409;
}

.title_login {
    color: #411409;
}

.subtitle_login {
    color: #411409;
    font-weight: bold;
    font-size: 1.5em;
}

.signature_login {
    padding-bottom: 6px;
    border-bottom: 1px solid #bcbcbc;
    width: 160px;
}

.block-title_login {
    margin: -20px -15px 20px;
    border-bottom: 1px solid #411409;
}

.block-title-login-no-border {
    margin: 10px 0px 0px;
}
    .block-title-login-no-border .subtitle_login{
        margin-top: 0px;
    }

.new-login-block {
    min-width: 300px;
}

.new-login-block.border {
    border-right: 1px solid #bbbbbb;
    border-bottom: 0px solid #bbbbbb;
}

.new-login-block.first {
    padding-right: 20px;
}

.new-login-block.second {
    padding-left: 20px;
    margin-top: 0px;
}

.forgot-pwd-div {
    margin-bottom: 0px;
}

.login-contact-support {
    margin-top: 15px !important;
}

#sedimec-login #actionLogin {
    width: 100%;
}

.aux-login-btn-signature-single {
    margin-top: 80px;
}

.aux-login-btn-signature-multiple {
    margin-top: 48px;
}

.aux-login-btn-sedimec {
    margin-bottom: 0px;
    margin-top: 60px;
}

.btn-signature {
    background-color: white;
    border-color: #1D7CBE;
    width: 223px;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .btn-signature img {
        margin: 0px 30px;
    }

    .btn-signature .fa-spinner {
        color: #144c74;
        font-size: 16px;
    }

.btn-primary-login, .btn-login {
    left: 120px;
    border-radius: 20px;
    background-color: #FFB828;
    color: white;
    font-weight: 600;
    border: none;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-primary-success {
    left: 120px !important;
    border-radius: 20px !important;
    background-color: #9ddc5a !important;
    color: white !important;
    font-weight: 600;
    border: none !important;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 3px;
}


.fa-check {
    margin-right: 10px;
}

.fa-exclamation-circle,
.fa-plus,
#caret_create_account {
    color: #411409;
}

.block-login {
    margin: 0 0 10px;
    padding: 30px 25px 10px;
    margin-left: -5px;
    margin-right: -5px;
    color: black;
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px solid #411409;
    width: 370px;
}

#login_email, #login_password {
    color: black;
}

.floating-help-button {
    margin: 15px 0px;
    width: 80px;
    cursor: pointer;
}

.floating-help-button-container {
    /*height: 98px;*/
    padding: 0 5px;
}

.floating-help-content {
    color: white;
    background-color: orange;
    border-radius: 20px 0 0 20px;
}

.div-title {
    margin-top: -6px;
    margin-bottom: -2px
}


.div-help {
    display: none;
}

.floating-help-content {
    cursor: pointer;
}

.pointer-cursor {
    cursor: pointer;
}

.help-arrow {
    display: none !important;
}

.help-i {
    display: inline-block !important;
}

.hidden-floating-help-button {
    margin-right: -80px;
}

.transition {
    -webkit-transition: right 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: right 0.3s ease-out; /* Firefox 4-15 */
    -o-transition: right 0.3s ease-out; /* Opera 10.50–12.00 */
    transition: right 0.3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/* End login */
#page-container,
#main-container {
    min-width: 240px;
}

#page-container {
    opacity: 1;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: background-color .2s ease-out, opacity .3s ease-out;
    transition: background-color .2s ease-out, opacity .3s ease-out;
}

#page-content {
    padding: 10px 5px 1px;
    background-color: #ffffff;
    background-image: url(/img/bee_background.jpg);
    background-repeat-y: no-repeat;
    /* background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
        */
}

    #page-content.no-background {
        background-image: url();
    }

#page-content-sidebar {
    padding: 10px;
    margin: -10px -5px 10px;
    background-color: #ffffff;
    border-bottom: 2px solid #dae0e8;
}

#page-container,
#sidebar {
    background-color: #411409;
}

#sidebar,
#sidebar-alt,
#sidebar-alt-close,
#main-container,
header.navbar.navbar-fixed-top,
header.navbar.navbar-fixed-bottom {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#sidebar,
#sidebar-alt,
#sidebar-alt-close {
    z-index: 1029;
}

.patient-weight-input {
    width: 55px;
    min-width: 55px;
}

.input-sm-width {
    width: 75px;
}

.icon-header {
    align-self: center;
    margin-left: 10px;
}

/* Alternative Sidebar */
#sidebar-alt,
#sidebar-alt-close {
    background: rgba(69, 78, 89, .9);
}

#sidebar-alt {
    position: fixed;
    top: 50px;
    right: -220px;
    bottom: 0;
    width: 220px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#page-container.header-fixed-bottom #sidebar-alt {
    top: 0;
    bottom: 50px;
}

#sidebar-alt-close {
    display: inline-block;
    position: fixed;
    right: -30px;
    top: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
}

#page-container.header-fixed-top #sidebar-alt-close,
#page-container.header-fixed-bottom #sidebar-alt-close {
    display: none !important;
}

#page-container.sidebar-alt-visible-xs #sidebar-alt {
    -webkit-transform: translateX(-220px);
    transform: translateX(-220px);
}

#page-container.sidebar-alt-visible-xs #sidebar-alt-close {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    opacity: 1;
}

/* Sidebar + Static Layout */
#sidebar {
    position: absolute;
    overflow: hidden;
    width: 220px;
    left: -220px;
    -webkit-backface-visibility: visible !important;
    backface-visibility: hidden;
}

#page-container.sidebar-visible-xs #sidebar,
#page-container.sidebar-visible-xs #main-container {
    -webkit-transform: translateX(220px);
    transform: translateX(220px);
}

/* Sidebar + Fixed Layout */
#page-container.header-fixed-top #page-content {
    padding-top: 84px;
}

#page-container.header-fixed-bottom #page-content {
    padding-bottom: 60px;
}

#page-container.header-fixed-top #sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
}

#page-container.header-fixed-bottom #sidebar {
    position: fixed;
    top: 0;
    bottom: 50px;
}

#page-container.header-fixed-top.sidebar-visible-xs #main-container,
#page-container.header-fixed-bottom.sidebar-visible-xs #main-container {
    -webkit-transform: none;
    transform: none;
}

#page-container.header-fixed-top #sidebar-extra-info,
#page-container.header-fixed-bottom #sidebar-extra-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.sidebar-content .endorsed-content img,
.sidebar-content .endorsed-content div,
.sidebar-content .sidebar-slogan {
    margin-top: 20px;
}

.sidebar-content .endorsed-content strong {
    margin-left: 20px;
}

#page-container.header-fixed-top #sidebar-brand,
#page-container.header-fixed-top #sidebar-logo,
#page-container.header-fixed-bottom #sidebar-brand {
    display: none;
}

/* Fixed Width Layout */
#page-container.fixed-width {
    position: relative;
    max-width: 1280px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

    #page-container.fixed-width #sidebar-alt,
    #page-container.fixed-width #sidebar-alt-close {
        background: rgba(25, 25, 25, .8) !important;
    }

/*
=================================================================
(#m02hds) HEADER
=================================================================
*/

header.navbar-default,
header.navbar-inverse {
    padding: 0;
    margin: 0;
    min-width: 320px;
    border: none;
    border-bottom: 3px solid #FFB828;
}

.header-success-badge:after {
    background: #28a745;
}

.header-warning-badge:after {
    background: red;
}

/* Header Nav */
.navbar-default .navbar-nav > li > a {
    color: #454e59;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #5ccdde;
    }

.navbar-inverse .collapse.in .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
}

.nav.navbar-nav-custom {
    float: left;
    margin: 0;
}

    .nav.navbar-nav-custom > li {
        min-height: 80px;
        float: left;
    }

        .nav.navbar-nav-custom > li > a {
            min-width: 50px;
            padding: 15px 7px;
            line-height: 48px;
            color: #454e59;
            position: relative;
        }

            .nav.navbar-nav-custom > li > a .gi,
            .nav.navbar-nav-custom > li > a .hi,
            .nav.navbar-nav-custom > li > a .si,
            .nav.navbar-nav-custom > li > a .fi {
                margin-top: -3px;
            }

            .nav.navbar-nav-custom > li > a .label-indicator {
                position: absolute;
                top: 4px;
                right: 4px;
                min-width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                border-radius: 50%;
                font-weight: 600;
                border-radius: 10px;
            }

.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: black;
    font-weight: 600;
}

.nav.navbar-nav-custom > li.open > a,
.nav.navbar-nav-custom > li > a:hover,
.nav.navbar-nav-custom > li > a:focus {
    background-color: #5ccdde;
    color: #ffffff;
}

.navbar-inverse .nav.navbar-nav-custom > li.open > a,
.navbar-inverse .nav.navbar-nav-custom > li > a:hover,
.navbar-inverse .nav.navbar-nav-custom > li > a:focus {
    background: rgba(128, 128, 128, .05);
    color: black;
}

.profile-image {
    position: relative;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
}

.auto-height {
    height: auto;
}

.hexagon {
    position: relative;
    width: 50px;
    height: 28.87px;
    margin: 10px;
    float: right;
    background-size: auto 48.4974px;
    background-position: center;
    background-color: white; /*It is used for cases where the image has transparent background*/
    border-left: solid 4px #ffb828;
    border-right: solid 4px #ffb828;
}

.hexTop,
.hexBottom {
    position: absolute;
    z-index: 1;
    width: 35.36px;
    height: 35.36px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 3.32px;
}

    /*counter transform the bg image on the caps*/
    .hexTop:after,
    .hexBottom:after {
        content: "";
        position: absolute;
        width: 42.0000px;
        height: 24.248711305964285px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-12.1244px);
        -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-12.1244px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-12.1244px);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        background: inherit;
    }

.hexTop {
    top: -17.6777px;
    border-top: solid 5.6569px #ffb828;
    border-right: solid 5.6569px #ffb828;
}

    .hexTop:after {
        background-position: center top;
    }

.hexBottom {
    bottom: -17.6777px;
    border-bottom: solid 5.6569px #ffb828;
    border-left: solid 5.6569px #ffb828;
}

    .hexBottom:after {
        background-position: center bottom;
    }

.hexagon:after {
    content: "";
    position: absolute;
    top: 2.3094px;
    left: 0;
    width: 42.0000px;
    height: 24.2487px;
    z-index: 2;
    background: inherit;
}


.hexagon-sm {
    position: relative;
    width: 30px;
    height: 17.32px;
    margin: 8.66px 0;
    background-color: white; /*It is used for cases where the image has transparent background*/
    background-size: auto 34.6410px;
    background-position: center;
}

.hexTop-sm,
.hexBottom-sm {
    position: absolute;
    z-index: 1;
    width: 21.21px;
    height: 21.21px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 4.39px;
}

    /*counter transform the bg image on the caps*/
    .hexTop-sm:after,
    .hexBottom-sm:after {
        content: "";
        position: absolute;
        width: 30.0000px;
        height: 17.320508075688775px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-8.6603px);
        -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-8.6603px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-8.6603px);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        background: inherit;
    }

.hexTop-sm {
    top: -10.6066px;
}

    .hexTop-sm:after {
        background-position: center top;
    }

.hexBottom-sm {
    bottom: -10.6066px;
}

    .hexBottom-sm:after {
        background-position: center bottom;
    }

.hexagon-sm:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 30.0000px;
    height: 17.3205px;
    z-index: 2;
    background: inherit;
}


.hexagon-lg {
    position: relative;
    width: 80px;
    height: 46.19px;
    margin: 23.09px 0;
    background-color: white; /*It is used for cases where the image has transparent background*/
    background-size: auto 92.3760px;
    background-position: center;
}

.hexTop-lg,
.hexBottom-lg {
    position: absolute;
    z-index: 1;
    width: 56.57px;
    height: 56.57px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 11.72px;
}

    /*counter transform the bg image on the caps*/
    .hexTop-lg:after,
    .hexBottom-lg:after {
        content: "";
        position: absolute;
        width: 80.0000px;
        height: 46.188021535170066px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-23.0940px);
        -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-23.0940px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-23.0940px);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        background: inherit;
    }

.hexTop-lg {
    top: -28.2843px;
}

    .hexTop-lg:after {
        background-position: center top;
    }

.hexBottom-lg {
    bottom: -28.2843px;
}

    .hexBottom-lg:after {
        background-position: center bottom;
    }

.hexagon-lg:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 80.0000px;
    height: 46.1880px;
    z-index: 2;
    background: inherit;
}

.nav.navbar-nav-custom .dropdown-menu {
    margin-top: 0;
}

/* Header Search */
.navbar-form {
    margin: 7px 0;
}

.collapsing .navbar-form,
.collapse.in .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
}

    .collapsing .navbar-form .form-group,
    .collapse.in .navbar-form .form-group {
        margin-bottom: 0;
    }

.navbar-form-custom {
    margin: 0;
    padding: 5px 8px;
    width: 140px;
}

    .navbar-form-custom .form-control {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
        border: none;
        background: #ffffff;
        border-radius: 20px;
        opacity: .5;
    }

.navbar-default .navbar-form-custom .form-control {
    background: #eeeeee;
}

.navbar-form-custom .form-control:hover,
.navbar-form-custom .form-control:focus {
    opacity: 1;
}

/*
=================================================================
(#m03sns) SIDEBAR/NAVIGATION
=================================================================
*/

/* Sidebar Content */
.sidebar-content {
    width: 220px;
    color: white;
    font-weight: 700;
}

.sidebar-section {
    padding: 10px 15px;
}

#sidebar-extra-info {
    padding: 7px 15px 10px;
}

/* Sidebar Title */
.sidebar-title {
    /*min-height: 82px;*/
    padding: 0px 5px 0px 5px;
    margin: 0;
    font-weight: 300;
    font-size: 1.2em;
    display: block;
    color: black;
    background-color: white;
    /*border-bottom: 3px solid #FFB828;*/
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.sidebar-brand {
    border-bottom: 3px solid #FFB828;
}

a.sidebar-title:hover,
a.sidebar-title:focus {
    background: rgba(128, 128, 128, .05);
    color: black;
    text-decoration: none;
}

.sidebar-title i {
    width: 18px;
    margin-right: 8px;
    opacity: .75;
}

/* Sidebar Navigation */
.sidebar-nav {
    list-style: none;
    margin-bottom: 0px;
    padding: 10px 0 0;
}

.sidebar-separator {
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}

    .sidebar-separator i {
        opacity: .1;
    }

#sidebar-toggle-mini {
    display: none;
}

.sidebar-nav-ripple {
    display: block;
    position: absolute;
    background: rgba(92, 205, 222, .3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

    .sidebar-nav-ripple.animate {
        -webkit-animation: ripple 1s ease-out;
        animation: ripple 1s ease-out;
    }

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

.sidebar-nav a {
    display: block;
    color: white;
    padding: 5px 10px;
    min-height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}

    .sidebar-nav a:hover,
    .sidebar-nav a:focus,
    .sidebar-nav a.active,
    .sidebar-nav a.open,
    .sidebar-nav li.active > a {
        color: #FFB828;
        background: rgba(0, 0, 0, .5);
        text-decoration: none;
    }

    .sidebar-nav a.open,
    .sidebar-nav li.active > a {
        background: rgba(0, 0, 0, .2);
    }

    .sidebar-nav a.active {
        color: #FFB828;
        background: rgba(0, 0, 0, .5);
    }

    .sidebar-nav a > .sidebar-nav-icon {
        margin-right: 20px;
    }

    .sidebar-nav a > .sidebar-nav-icon,
    .sidebar-nav a > .sidebar-nav-indicator {
        display: inline-block;
        opacity: .5;
        width: 18px;
        font-size: 1em;
        text-align: center;
    }

.sidebar-nav-mini-hide img#logo {
    position: absolute;
    /*margin-left: 20px;*/
    height: 120px;
    width: auto;
    /*margin-top: 2.7px;*/
}

.sidebar-remove-margin img#logoMargin {
    position: relative;
    height: 95px;
}

.sidebar-nav a > .sidebar-nav-indicator {
    float: right;
    line-height: inherit;
    margin-left: 4px;
    font-size: 0.9em;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-nav a:hover,
.sidebar-nav a:hover > .sidebar-nav-icon,
.sidebar-nav a:hover > .sidebar-nav-indicator,
.sidebar-nav a.active,
.sidebar-nav a.active > .sidebar-nav-icon,
.sidebar-nav a.active > .sidebar-nav-indicator,
.sidebar-nav a.open,
.sidebar-nav a.open > .sidebar-nav-icon,
.sidebar-nav a.open > .sidebar-nav-indicator,
.sidebar-nav li.active > a,
.sidebar-nav li.active > a > .sidebar-nav-icon,
.sidebar-nav li.active > a > .sidebar-nav-indicator {
    opacity: 1;
}

    .sidebar-nav a.active > .sidebar-nav-indicator,
    .sidebar-nav a.open > .sidebar-nav-indicator,
    .sidebar-nav li.active > a > .sidebar-nav-indicator {
        -webkit-transform: rotate(-90deg) rotateZ(0deg);
        transform: rotate(-90deg) rotateZ(0deg);
    }

.sidebar-nav ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    -webkit-transition: background .25s ease-out;
    transition: background .25s ease-out;
}

.sidebar-nav .active > ul,
.sidebar-nav .open + ul {
    display: block;
    background: rgba(255, 255, 255, .1);
}

.sidebar-nav ul a {
    margin: 0 0 0 19px;
    padding-left: 19px;
    border-left: 1px solid #454e59;
    min-height: 34px;
    line-height: 34px;
    font-weight: normal;
}

    .sidebar-nav ul a.open,
    .sidebar-nav ul li.active > a {
        background: none;
    }

.sidebar-nav ul ul {
    margin: 0 0 0 19px;
}

    .sidebar-nav ul ul a {
        margin: 0;
        padding-left: 19px;
        font-size: 1em;
        min-height: 32px;
        line-height: 32px;
    }

.sidebar-nav ul .active > ul,
.sidebar-nav ul .open + ul {
    background-color: #454e59;
}

/* Sidebar Light Mode */
#page-container.sidebar-light {
    background-color: #ffffff;
}

    #page-container.sidebar-light .content-header {
        background: rgba(255, 255, 255, .75);
    }

    #page-container.sidebar-light #page-content-sidebar {
        padding-left: 9px;
    }

    #page-container.sidebar-light .sidebar-themes li.active a {
        border: 2px solid #333333;
    }

    #page-container.sidebar-light #sidebar {
        background-color: #ffffff;
    }

        #page-container.sidebar-light #sidebar .sidebar-content {
            color: #999999;
        }

        #page-container.sidebar-light #sidebar .sidebar-separator {
            color: #000000;
        }

        #page-container.sidebar-light #sidebar .sidebar-nav a {
            color: #7b7b7b;
        }

            #page-container.sidebar-light #sidebar .sidebar-nav a:hover,
            #page-container.sidebar-light #sidebar .sidebar-nav a:focus,
            #page-container.sidebar-light #sidebar .sidebar-nav a.active,
            #page-container.sidebar-light #sidebar .sidebar-nav a.open,
            #page-container.sidebar-light #sidebar .sidebar-nav li.active > a {
                color: #4b4b4b;
            }

            #page-container.sidebar-light #sidebar .sidebar-nav a.open,
            #page-container.sidebar-light #sidebar .sidebar-nav li.active > a {
                background: rgba(0, 0, 0, .1);
            }

            #page-container.sidebar-light #sidebar .sidebar-nav a.active {
                background-color: #f9f9f9;
            }

        #page-container.sidebar-light #sidebar .sidebar-nav .active > ul,
        #page-container.sidebar-light #sidebar .sidebar-nav .open + ul {
            background: rgba(0, 0, 0, .04);
        }

        #page-container.sidebar-light #sidebar .sidebar-nav ul a {
            border-left-color: #cbcbcb;
        }

/* Sidebar Color Themes */
.sidebar-themes {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: .35;
    transition: opacity .15s ease-out;
}

    .sidebar-themes:hover {
        opacity: 1;
    }

    .sidebar-themes li {
        float: left;
        margin: 0 6px 10px 0;
    }

        .sidebar-themes li a {
            position: relative;
            display: block;
            width: 21px;
            height: 21px;
            overflow: hidden;
        }

            .sidebar-themes li a:hover {
                border: 2px solid rgba(255, 255, 255, .66);
            }

        .sidebar-themes li.active a {
            border: 2px solid #ffffff;
        }

    .sidebar-themes .section-header,
    .sidebar-themes .section-side,
    .sidebar-themes .section-content {
        position: absolute;
        display: block;
    }

    .sidebar-themes .section-side {
        top: 8px;
        right: 8px;
        bottom: 0;
        left: 0;
        background-color: #f9f9f9;
    }

    .sidebar-themes .section-header {
        top: 0;
        right: 0;
        bottom: 9px;
        left: 9px;
        background-color: #ffffff;
    }

    .sidebar-themes .section-content {
        top: 8px;
        right: 0;
        bottom: 0;
        left: 9px;
        background-color: #dddddd;
    }

/*
=================================================================
(#m04mcs) MAIN CONTENT
=================================================================
*/

/* Content Header */
.inline-element {
    display: inline;
}

.inline-flex-element {
    display: inline-flex;
}

.inline-block-element {
    display: inline-block;
}

.block-element {
    display: block;
}

.content-header {
    margin: 10px 3vw 10px;
    padding: 0 15px;
}

    .content-header h1,
    .content-header h2 {
        margin: 5px 0;
        line-height: 28px;
        color: #411409;
    }

    .content-header h1 {
        font-weight: 500;
        font-size: 1.7em;
    }

    .content-header h2 {
        font-size: 1.3em;
    }

    .content-header small {
        font-size: 1em;
        font-weight: 400;
    }

.header-section {
    padding: 15px 0;
}

.content-header-media {
    position: relative;
    height: 260px;
    overflow: hidden;
}

    .content-header-media .header-section {
        z-index: 10;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        color: #ffffff;
        background: rgba(0, 0, 0, .55);
    }

    .content-header-media > img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 2560px;
        height: 260px;
        margin-left: -1280px;
    }

    .content-header-media small {
        color: #cccccc;
    }

.prescription-img {
    width: 100%;
    max-width: 100%;
}

.prescription-img-container {
    max-height: 300px;
    overflow-y: auto;
    border-style: solid;
    border-color: #eee;
}

.custom-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .custom-hr.gray {
        border-top: 1px solid #454e59;
    }



/* Blocks */
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
    box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
}

    .block .block {
        border: 1px solid #dae0e8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .block.full {
        margin: 10px 5vw 100px 5vw;
    }

        .block.full.tab {
            margin: 0px 5vw 100px 5vw;
        }

    .block .block-content-full {
        margin: -20px -15px -1px;
    }

    .block .block-content-mini-padding {
        padding: 8px;
    }

    .block.full .block-content-full {
        margin: -20px -15px;
    }

.custom-block {
    padding: 20px;
}

.block-title {
    margin: -20px -15px 20px;
    border-bottom: 2px solid #dae0e8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: rgba(218, 224, 232, .15);
}

    .block-title h1,
    .block-title h2,
    .block-title h3,
    .block-title h4,
    .block-title h5,
    .block-title h6 {
        display: inline-block;
        font-size: 1em;
        line-height: 1em;
        margin: 0;
        padding: 10px 15px 9px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .block-title h1 small,
        .block-title h2 small,
        .block-title h3 small,
        .block-title h4 small,
        .block-title h5 small,
        .block-title h6 small {
            font-size: 1em;
            font-weight: 600;
        }

    .block-title .nav-tabs {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

        .block-title .nav-tabs > li > a {
            border: none;
            min-height: 40px;
            line-height: 40px;
            padding-top: 0;
            padding-bottom: 0;
            margin: 0;
            border-radius: 0;
        }

            .block-title .nav-tabs > li > a:hover {
                background-color: #ffffff;
            }

        .block-title .nav-tabs > li.active > a,
        .block-title .nav-tabs > li.active > a:hover,
        .block-title .nav-tabs > li.active > a:focus {
            border: none;
            background-color: #dae0e8;
        }

    .block-title button {
        margin-left: 10px;
        margin-top: -2px;
    }

.block-options {
    padding: 2px 5px;
    height: 38px;
}

    .block-options .fa-item {
        text-align: center;
        vertical-align: middle;
        color: #454e59;
        opacity: 1 !important;
        display: inline;
        padding: 6px 8px;
    }


    .block-options .label {
        display: inline-block;
        padding: 6px;
        vertical-align: middle;
        font-size: 1em;
    }

    .block-options .dropdown-menu {
        margin-top: 3px;
    }

    .block-options .btn {
        padding-right: 8px;
        padding-left: 8px;
        min-width: 34px;
        text-align: center;
        color: #454e59;
        opacity: .4;
        background: transparent;
        border-color: transparent;
        -webkit-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
    }

        .block-options .btn.default-opacity,
        .block-options .btn.default-opacity .fa-plus {
            opacity: 1;
            color: #babdc1;
        }

        .block-options .btn:hover,
        .block-options .btn:active,
        .block-options .btn.active,
        .block-options .btn:focus {
            opacity: 1;
        }

        .block-options .btn i {
            font-size: 1em;
        }

.block-section {
    margin-bottom: 20px;
}

 .default-opacity {
    opacity: 1 !important;
    color: #babdc1;
}

.download-app-img {
    width: 200px;
}

.index-btn {
    width: 16%;
    height: 25%;
    display: block;
    position: absolute;
    z-index: 9998;
    /*background-color: green;*/
}

#index-top {
    left: 42%;
    top: 16%;
}

#index-left {
    left: 32%;
    top: 55%;
}

#index-right {
    left: 52%;
    top: 55%;
}

#index-left-2 {
    left: 12%;
    top: 60%;
}

#index-right-2 {
    left: 50%;
    top: 60%;
}

#index-top-2 {
    left: 32%;
    top: 18%;
}

.home-logo-container {
    width: 40%;
    position: absolute;
}

.home-logo-img {
    margin-top: 13px;
    margin-left: 133px;
}

.home-slogan-text {
    margin-left: 113px;
    max-width: 240px;
}

.home-country {
    float: right;
    min-width: 130px;
    position: absolute;
    top: 0;
    right: 0;
}

.due-date-input {
    width: 70px;
}

/* Widgets */
.widget {
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    border-radius: 2px;
}

    .widget > .widget-content:first-child,
    .widget > .widget-image:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .widget > .widget-content:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

a.widget,
a.widget-content {
    display: block;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

    a.widget:hover,
    a.widget:focus,
    a.widget-content:hover,
    a.widget-content:focus {
        text-decoration: none;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    a.widget:active,
    a.widget-content:active {
        text-decoration: none;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.widget-image {
    height: 310px;
    overflow: hidden;
    position: relative;
}

    .widget-image > img {
        min-width: 787px;
    }

    .widget-image.widget-image-bottom img {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .widget-image.widget-image-sm {
        height: 270px;
    }

    .widget-image.widget-image-xs {
        height: 175px;
    }

    .widget-image > i {
        position: absolute;
        right: 30px;
        bottom: 30px;
        color: #ffffff;
        font-size: 5em;
        opacity: .5;
    }

.widget-image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 25px;
    background: rgba(0, 0, 0, .65);
}

.pull-left .block-options-btn {
    margin-right: 10px;
}

.widget-content {
    padding: 15px;
}

    .widget-content.widget-content-mini {
        padding-top: 7px;
        padding-bottom: 7px;
        overflow: hidden;
    }

    .widget-content.widget-content-full {
        padding: 0;
    }

    .widget-content.widget-content-full-top-bottom {
        padding-top: 0;
        padding-bottom: 0;
    }

    .widget-content .pull-left {
        margin-right: 20px;
    }

    .widget-content .pull-right {
        margin-left: 20px;
    }

a.widget-content {
    display: block;
}

a.widget-content {
    display: block;
}

.widget-heading {
    margin: 10px 0;
}

.widget-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 60px;
    margin: 5px;
    font-size: 2em;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .05);
}

    .widget-icon.pull-left {
        margin: 5px 5px 5px 0;
    }

    .widget-icon.pull-right {
        margin: 5px 0 5px 5px;
    }

    .widget-icon .gi,
    .widget-icon .hi,
    .widget-icon .si,
    .widget-icon .fi {
        margin-top: -3px;
    }

.video-iframe {
    width: 100%;
}

.overflow-item {
    overflow-x: auto;
}


/* Full Background Image */
img.full-bg {
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

    img.full-bg.full-bg-bottom {
        top: auto;
        bottom: 0;
    }

@media screen and (max-width: 1280px) {
    img.full-bg {
        left: 50%;
        margin-left: -640px;
    }
}

/* Content which contains floats */
.content-float .pull-left {
    margin: 0 20px 20px 0;
}

.content-float .pull-right {
    margin: 0 0 20px 20px;
}

.content-float-hor .pull-left {
    margin-right: 20px;
}

.content-float-hor .pull-right {
    margin-left: 20px;
}

#apololab-link {
    color: white;
    font-weight: 500;
}

/*
=================================================================
(#m05pgs) PAGES
=================================================================
*/

/* Calendar */
.calendar-events {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .calendar-events li {
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 6px;
        padding: 10px 12px;
        border-radius: 3px;
        background-color: #555555;
        opacity: .8;
        -webkit-box-shadow: inset 2px 0 rgba(0, 0, 0, .15);
        box-shadow: inset 2px 0 rgba(0, 0, 0, .15);
    }

        .calendar-events li i {
            margin-right: 10px;
        }

        .calendar-events li:hover {
            cursor: move;
            opacity: 1;
        }

/* Gallery */
.gallery img, a[data-toggle="lightbox-image"] img {
    max-width: 100%;
}

a[data-toggle="lightbox-image"],
a.gallery-link {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    a[data-toggle="lightbox-image"]:hover img {
        opacity: .75;
    }

.gallery-image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-image-options {
    padding: 30px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

    .gallery-image-options:hover,
    .gallery-image-options:focus {
        text-decoration: none;
    }

.gallery-image-container:hover .gallery-image-options {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Media Items */
.media-items {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

    .media-items:hover {
        background: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }

        .media-items:hover .media-items-options {
            display: block;
        }

    .media-items .media-items-options {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px;
        display: none;
    }

    .media-items .media-items-content {
        padding: 10px 0;
    }

/* Charts */
.pie-chart .pie-avatar {
    position: absolute;
    top: 8px;
    left: 8px;
}

.chart-tooltip,
.mini-chart-tooltip {
    position: absolute;
    display: none;
    color: #ffffff;
    background: rgba(0, 0, 0, .75);
    padding: 4px 8px;
}

.chart-pie-label {
    font-size: 0.9em;
    text-align: center;
    padding: 4px 8px;
    color: #ffffff;
}

.mini-chart-tooltip {
    left: 0;
    top: 0;
    visibility: hidden;
}

.legend table td {
    padding: 3px 5px;
    font-size: 1.1em;
}

/* Error */
#error-container {
    padding: 30px;
    position: relative;
}

    #error-container h1 {
        font-size: 5.1em;
        margin-bottom: 30px;
    }

    #error-container h2 {
        margin-bottom: 50px;
    }

/* Timeline */
.timeline {
    position: relative;
}

.timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .timeline-list li {
        position: relative;
        margin: 0;
        padding: 0 0 20px;
    }

.timeline-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 3px;
    z-index: 500;
}

.timeline-time {
    padding: 0 80px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.timeline-content {
    padding-left: 20px;
}

.block-content-full .timeline-content,
.widget-content-full .timeline-content {
    padding-right: 20px;
}

/* Chat UI */
.chatui.chatui-window.widget {
    position: fixed;
    bottom: 0;
    right: 50%;
    width: 300px;
    margin-right: -150px;
    margin-bottom: 0;
    z-index: 1028;
}

#page-container.header-fixed-bottom .chatui.chatui-window {
    bottom: 50px;
}

.chatui .chatui-action-close,
.chatui .chatui-action-open {
    display: none;
}

.chatui.chatui-window .chatui-action-close,
.chatui.chatui-window.chatui-window-close .chatui-action-open {
    display: inline;
}

.chatui.chatui-window.chatui-window-close .chatui-talk,
.chatui.chatui-window.chatui-window-close .chatui-form,
.chatui.chatui-window.chatui-window-close .chatui-action-close {
    display: none;
}

.chatui-talk {
    height: 250px;
    overflow-y: auto;
}

    .chatui-talk ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .chatui-talk li {
        padding: 2px 0;
        margin-bottom: 5px;
    }

    .chatui-talk .chatui-talk-msg {
        min-height: 40px;
        padding: 10px 10px 10px 46px;
        background-color: #f6f6f6;
        border-radius: 25px;
        position: relative;
        margin-right: 15%;
    }

        .chatui-talk .chatui-talk-msg.chatui-talk-msg-right {
            margin-left: 15%;
            margin-right: 0;
        }

.chatui-talk-msg .chatui-talk-msg-avatar {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
}

.chatui-form {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eeeeee;
}

    .chatui-form .form-control,
    .chatui-form .form-control:focus {
        border-radius: 0;
        border: none;
    }


/* Chat */

.contact-centered-row {
    display: grid;
    height: 100%;
}

.chat-panel-message {
    position: absolute;
    top: 50%;
    width: 90%;
    text-align: center;
}

.contact-sm-img {
    /*border-radius: 50%;
    width: 30px;*/
}

.contact-md-img {
    border-radius: 50%;
    width: 40px;
}

.flex-container {
    display: flex;
}

.contact-cell-div {
    display: inline-block;
}

.new-messages {
    float: right;
}

#chat-contact-list {
    width: 30%;
    min-width: 300px;
    float: left;
    display: block;
    overflow-y: auto;
    background-color: white;
    height: 90vh;
}

#contacts-body tr td {
    padding-left: 30px;
    padding-right: 30px;
}

.chat-left-container {
    width: 30%;
    min-width: 300px;
    float: left;
    background-color: white;
    padding-left: 20px;
    padding-top: 20px;
}

.chat-right-container {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 10px;
}

.search-contact-div {
    padding: 20px 20px 0px 20px;
}

#chat-content {
    width: 94%;
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 200px;
    position: relative;
    visibility: visible;
    background-color: white;
    max-height: 80vh;
    overflow: auto;
}

#selected-contact-panel {
    display: inline-block;
    margin-top: 5vh;
    margin-right: 3%;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    min-height: 150px;
    min-width: 270px;
    position: relative;
    visibility: visible;
    background-color: white;
    max-height: 75vh;
    overflow: auto;
}

.selected-contact-details {
    margin-left: 30px;
}

#contacts-table {
    width: 100%;
}

.new-message-div {
    height: 15%;
}

.messages-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 85%;
}

.message-box {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 150px;
    display: inline;
    word-break: break-all;
    word-wrap: break-word;
    border-color: #f4f4f4;
    border-style: solid;
    max-width: 70%;
}

    .message-box h5 {
        padding: 10px 10px 0px 10px;
        margin-bottom: 0px;
    }

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f4f4f4;
    margin-top: 10px;
    float: left;
}


.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f4f4f4;
    margin-top: 10px;
    float: right
}

.receiver-img {
    float: left;
    margin-top: 11px;
}

.sender-img {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
}

.received {
    background-color: #f4f4f4;
    border-radius: 0px 10px 10px 10px;
    float: left;
}

.sent {
    background-color: #ffffff;
    border-radius: 10px 0px 10px 10px;
    float: right;
}

.message-date {
    display: inline-block;
    font-size: xx-small;
    margin-left: 5px;
    margin-bottom: 10px;
    overflow: visible;
}


.read-icon-message {
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
}

    .read-icon-message i {
        color: #f4f4f4;
    }

.delivered-icon-message {
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
}

    .delivered-icon-message i {
        color: #f4f4f4;
    }

#contacts-table > tbody > tr:hover > td,
#contacts-table > tbody > tr:hover > th {
    background-color: #FFE65E;
}

/* Dispensation */

.quote-notes {
    width: 90%;
    display: inline;
    float: left;
    resize: vertical;
}

#drug-item-tbody {
    border-bottom: 2px solid white;
    border-collapse: separate;
}

.letter-black {
    color: black;
}

.letter-red {
    color: red;
}

.letter-secondary-color {
    color: #1cbbb4;
}

.letter-lightslategrey{
    color: lightslategrey;
    font-size: small;
}

.letter-orange-color {
    color: #FEA014;
}


.letter-medium {
    font-size: 14px;
    color: #757070;
}

.letter-small {
    font-size: 12px;
    color: #757070;
}

.letter-green {
    color: #1cbbb4;
}

.letter-white-big {
    font-size: 65px;
    color: #FBFBFF;
}
/* Tasks */
.task-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .task-list li {
        position: relative;
        padding: 10px 40px 10px 15px;
        margin-bottom: 12px;
        background-color: #ffffff;
        border-radius: 3px;
        -webkit-transition: box-shadow .15s ease-out;
        transition: box-shadow .15s ease-out;
    }

        .task-list li:hover {
            -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
            box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
        }

        .task-list li.in-1x {
            margin-left: 20px;
        }

        .task-list li.in-2x {
            margin-left: 40px;
        }

        .task-list li > .task-close {
            position: absolute;
            top: 10px;
            right: 15px;
            opacity: 0;
            -webkit-transition: opacity .15s ease-out;
            transition: opacity .15s ease-out;
        }

        .task-list li:hover > .task-close {
            opacity: 1;
        }

        .task-list li.task-done {
            opacity: .5;
        }

            .task-list li.task-done > label {
                text-decoration: line-through;
            }

            .task-list li.task-done:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
            }


.page-table-lg {
    margin-left: 40px;
    margin-right: 40px;
}

    .page-table-lg th,
    .page-table-lg td {
        text-align: center;
    }

    .page-table-lg .text-info,
    .page-table-lg .text-info:hover {
        color: #FFB828;
    }

        .page-table-lg .text-info:hover {
            color: #FFB828;
        }

.pagination-container .pagination .active a {
    background-color: #FFB828;
    color: white;
}

    .pagination-container .pagination .active a:hover {
        background-color: #FFE65E;
    }

.pagination-container .pagination a:hover {
    background-color: #FFE65E;
}

.pagination-container .pagination a {
    color: #FFB828;
}

.page-table-lg .text-success {
    color: #28a745;
}

    .page-table-lg .text-success:hover {
        color: #28a745;
    }

.deleted-value-tr {
    background-color: antiquewhite;
}

/* Prescription */

.indented-text {
    margin: 0px 0px 0px 20px;
}

.interaction-title {
    margin: 0;
}

.interaction-element .fa {
    color: #ffffff;
}

a.min-width {
    width: 38px;
}


.last-drugtreatments-suggestions {
    margin: 0 5vw 20px;
    border-radius: 12px !important;
    min-height: 70px;
}

.last-drugtreatments-suggestions a.see-more,
.last-drugtreatments-suggestions a.see-less {
    color: black;
}

    .last-drugtreatments-suggestions a.see-more:hover,
    .last-drugtreatments-suggestions a.see-less:hover {
        color: darkslategray;
        cursor: pointer;
    }

    .last-drugtreatments-suggestions h3{
        margin: 0px;
        min-height: 38px;
        display: flex;
        align-items: center;
        font-weight: 500;
        color: black;
    }

.last-drugtreatment-row {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    color: black;
}

    .last-drugtreatment-row:hover {
        background-color: #3997c5;
    }
    
.last-drugtreatments-suggestions .block-options a.btn {
    color: black;
    opacity: 1;
}

.last-drugtreatments-suggestions-extra {
    margin-top: 15px;
}

.last-drugtreatments-suggestions-extra .last-drugtreatment-row .refill-btn {
    float: none;
}
/*
=================================================================
(#m06bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
=================================================================
*/
/* Navbar */
.navbar.navbar-default.navbar-glass {
    background: rgba(255, 255, 255, .9);
}

.navbar.navbar-inverse.navbar-glass {
    background: white;
}

.navbar.navbar-default,
.navbar.navbar-default.navbar-glass:hover {
    background: #ffffff;
    border-bottom: 1px solid #dae0e8;
}

.navbar.navbar-inverse,
.navbar.navbar-inverse.navbar-glass:hover {
    background: white;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    border-width: 0;
}

/* Public Prescription */

.google-map {
    width: 100%;
    height: 400px;
    background-color: grey;
    margin-bottom: 40px;
}

/* Typography */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
    h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
    .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 300;
        color: #879599;
    }

h1, h2, h3 {
    margin-bottom: 15px;
}

h5 {
    overflow: hidden;
}

.text-primary,
.text-primary:hover,
a,
a:hover,
a:focus,
a.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    color: #5ccdde;
}

    .text-danger,
    .text-danger:hover,
    a.text-danger,
    a.text-danger:hover,
    a.text-danger:focus {
        color: #de815c;
    }

    .text-warning,
    .text-warning:hover,
    a.text-warning,
    a.text-warning:hover,
    a.text-warning:focus {
        color: #deb25c;
    }

    .text-success,
    .text-success:hover,
    a.text-success,
    a.text-success:hover,
    a.text-success:focus {
        color: #afde5c;
    }

    .text-info,
    .text-info:hover,
    a.text-info,
    a.text-info:hover,
    a.text-info:focus {
        color: #5cafde;
    }

    .text-muted,
    .text-muted:hover,
    a.text-muted,
    a.text-muted:hover,
    a.text-muted:focus {
        color: #999999;
    }

    .text-light,
    .text-light:hover,
    a.text-light,
    a.text-light:hover,
    a.text-light:focus {
        color: #ffffff;
    }

    .text-dark,
    .text-dark:hover,
    a.text-dark,
    a.text-dark:hover,
    a.text-dark:focus {
        color: #454e59;
    }

    .text-black,
    .text-black:hover,
    a.text-black,
    a.text-black:hover,
    a.text-black:focus {
        color: #000000;
    }

    .text-light-op,
    .text-light-op:hover,
    a.text-light-op,
    a.text-light-op:hover,
    a.text-light-op:focus {
        color: rgba(255, 255, 255, .8);
    }

    .text-dark-op,
    .text-dark-op:hover,
    a.text-dark-op,
    a.text-dark-op:hover,
    a.text-dark-op:focus {
        color: rgba(0, 0, 0, .4);
    }

b, strong {
    font-weight: 600;
}

ul,
ol {
    padding-left: 30px;
}

p {
    line-height: 1.7;
    overflow: hidden;
}

.well {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
}

.page-header {
    margin: 30px 0;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.sub-header {
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px dashed #dddddd;
}

.inner-sidebar-header {
    margin: 20px 0 10px;
}

    .inner-sidebar-header .pull-right,
    .inner-sidebar-header .pull-left {
        margin-top: -2px;
    }

blockquote {
    margin: 20px 0;
    padding: 30px 60px 30px 20px;
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 3px;
}

    blockquote:before {
        display: block;
        content: "\201C";
        font-family: serif;
        font-size: 6.85em;
        position: absolute;
        right: 10px;
        top: -20px;
        color: #000000;
        opacity: .15;
    }

    blockquote.pull-right:before {
        left: 10px;
        right: auto;
    }

article.article-story p {
    font-size: 1.28em;
    line-height: 1.8;
}

.message-note {
    text-align: center;
    font-size: 0.9em;
}

/* Forms */
fieldset legend {
    font-size: 1.28em;
    padding: 30px 0 10px;
    border-bottom: 2px solid #ebeef2;
}

input[type="file"] {
    padding-top: 7px;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
textarea.form-control {
    -webkit-appearance: none;
}

.form-control {
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0;
    color: #454e59;
    border-color: #dae0e8;
    border-radius: 3px;
}

input[type="text"].form-control.input-lg,
input[type="password"].form-control.input-lg,
input[type="email"].form-control.input-lg {
    height: 45px;
}

.input-group {
    margin-top: 1px;
    margin-bottom: 1px;
}

    .input-group .form-control {
        margin-top: 0;
    }

.form-control:focus {
    border-color: #bca886;
}

.help-block {
    margin-top: 8px;
    color: #999999;
    font-weight: 400;
    font-style: italic;
}

.date-selector-error-msg-container .help-block {
    color: #de815c;
}

.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: #ffffff;
    border-color: #dae0e8;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-horizontal .control-label-fixed {
    padding-top: 5px;
    margin-bottom: 5px;
}

.form-bordered {
    margin: -15px -15px -1px;
}

.modal-body .form-bordered {
    margin-bottom: -20px;
}

.modal-x-lg {
    width: 1200px !important;
    
}

.modal-body-x-lg {
    height: 80vh;
    overflow-y: auto;
}


/*.modal {
    overflow-y: auto !important;
}*/

.form-bordered fieldset legend {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.form-bordered .form-group {
    margin: 0;
    border: none;
    padding: 15px;
    border-bottom: 1px dotted #ebeef2;
}

    .form-bordered .form-group.form-actions {
        background-color: #f9f9f9;
        border-bottom: none;
    }

.form-horizontal.form-bordered .form-group {
    padding-left: 0;
    padding-right: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .input-group-addon,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .radio,
.has-success .radio-inline {
    color: #afde5c;
}

.has-success .form-control,
.has-success .input-group-addon {
    border-color: #afde5c;
    background-color: #ffffff;
}

    .has-success .form-control:focus {
        border-color: #7fb364;
    }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .input-group-addon,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .radio,
.has-warning .radio-inline {
    color: #deb25c;
}

.has-warning .form-control,
.has-warning .input-group-addon {
    border-color: #deb25c;
    background-color: #ffffff;
}

    .has-warning .form-control:focus {
        border-color: #e58f5a;
    }

.has-error .help-block,
.has-error .control-label,
.has-error .input-group-addon,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .radio,
.has-error .radio-inline {
    color: #de815c;
}

.has-error .form-control,
.has-error .input-group-addon {
    border-color: #de815c;
    background-color: #ffffff;
}

    .has-error .form-control:focus {
        border-color: #cc7872;
    }

.form-control.form-control-borderless,
.form-control.form-control-borderless:focus {
    border: none;
}

.inline-text {
    display: flex;
    align-items: center;
}

/* Form Select Switches */
.switch {
    margin: 1px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

    .switch input {
        position: absolute;
        opacity: 0;
    }

    .switch span {
        position: relative;
        display: inline-block;
        width: 54px;
        height: 28px;
        border-radius: 14px;
        background: rgba(0, 0, 0, .2);
        -webkit-transition: background-color .75s;
        transition: background-color .75s;
    }

        .switch span:after {
            content: "";
            position: absolute;
            left: 2px;
            top: 2px;
            bottom: 2px;
            width: 24px;
            background-color: #ffffff;
            border-radius: 12px;
            -webkit-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

    .switch input:checked + span:after {
        left: 27px;
        width: 24px;
        top: 2px;
        bottom: 2px;
    }

    .switch input:checked + span {
        background-color: #eeeeee;
    }

.switch-default input:checked + span {
    background-color: #dae0e8;
}

.switch-warning input:checked + span {
    background-color: #deb25c;
}

.switch-danger input:checked + span {
    background-color: #de815c;
}

.switch-info input:checked + span {
    background-color: #5cafde;
}

.switch-success input:checked + span {
    background-color: #afde5c;
}

.switch-primary input:checked + span {
    background-color: #5ccdde;
}

/* Form CSS Checkboxes */
.csscheckbox {
    margin: 1px 0;
    padding: 7px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

    .csscheckbox input {
        position: absolute;
        opacity: 0;
    }

    .csscheckbox span {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: rgba(250, 250, 250, .25);
        border: 1px solid #dae0e8;
    }

        .csscheckbox span:hover {
            background: rgba(250, 250, 250, .75);
        }

        .csscheckbox span:after {
            content: "";
            position: absolute;
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            border-radius: 3px;
            background-color: #ffffff;
            opacity: 0;
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
            -webkit-transform: scale(.5);
            transform: scale(.5);
        }

    .csscheckbox input:checked + span:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .csscheckbox input:checked + span:after {
        background-color: #eeeeee;
    }

.csscheckbox-default input:checked + span:after {
    background-color: #dae0e8;
}

.csscheckbox-warning input:checked + span:after {
    background-color: #deb25c;
}

.csscheckbox-danger input:checked + span:after {
    background-color: #de815c;
}

.csscheckbox-info input:checked + span:after {
    background-color: #5cafde;
}

.csscheckbox-success input:checked + span:after {
    background-color: #afde5c;
}

.csscheckbox-primary input:checked + span:after {
    background-color: #5ccdde;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #9DDC5A !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #9DDC5A !important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*Stars*/
.stars input {
    position: absolute;
    left: -999999px;
}

.stars a {
    display: inline-block;
    padding-right: 4px;
    text-decoration: none;
    margin: 0;
}

    .stars a:after {
        position: relative;
        font-size: 18px;
        font-family: 'FontAwesome';
        display: block;
        content: "\f006";
        color: #9e9e9e;
    }


.spanStar {
    font-size: 0; /* trick to remove inline-element's margin */
}


.stars a:hover ~ a:after {
    color: #9e9e9e !important;
    background: none !important;
}

span.active a.active ~ a:after {
    color: #9e9e9e !important;
    background: none !important;
}

span:hover a:after {
    /*    color: orange !important;*/
    background-image: url(/img/apple-touch-icon-57x57.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    color: transparent !important;
    content: "\f006" !important;
}

span.active a:after,
.stars a.active:after {
    /*    //color: orange;*/
    color: transparent !important;
    background-size: cover;
    width: 25px;
    height: 25px;
    content: "\f006" !important;
    background-image: url(/img/apple-touch-icon-57x57.png);
}

.spanStar {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 2px;
}

span.active a:before,
.stars a.active:before {
    /*    //color: orange;*/
    color: none !important;
    background-size: cover;
    width: 25px;
    height: 25px;
    background-image: url(/img/apple-touch-icon-57x57.png);
    color: none !important;
}

.starsCont {
    width: 93%;
    max-width: 300px;
    text-align: center;
    margin: 1% auto;
    padding: 0px 0;
    color: #EEE;
    border-radius: 5px;
    border: thin solid #444;
    overflow: hidden;
    border-color: orange;
    background-color: antiquewhite;
}

.starsTitle {
    color: black;
}


/* Tables */
.table.table-vcenter th,
.table.table-vcenter td {
    vertical-align: middle;
}

.table thead > tr > th {
    font-size: 1.28em;
    font-weight: 600;
}

    .table thead > tr > th > small {
        font-weight: 400;
        font-size: 75%;
    }

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.table thead.no-padding > tr > th,
.table thead.no-padding > tr > td,
.table tfoot.no-padding > tr > th,
.table tfoot.no-padding > tr > td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.table tbody > tr > th,
.table tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table.table-condensed tbody > tr > th,
.table.table-condensed tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.table tfoot > tr > th,
.table tfoot > tr > td {
    background-color: #f9f9f9;
}

.table-borderless tbody > tr > th,
.table-borderless tbody > tr > td {
    border-top-width: 0;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.table tbody + tbody,
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #ebeef2;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #ebeef2;
}

.td-label {
    border-left-width: 3px;
    border-left-style: solid;
}

.td-label-danger {
    border-left-color: #de815c !important;
}

.td-label-warning {
    border-left-color: #deb25c !important;
}

.td-label-info {
    border-left-color: #5cafde !important;
}

.td-label-success {
    border-left-color: #afde5c !important;
}

.td-label-muted {
    border-left-color: #cccccc !important;
}

.table.table-pricing {
    background-color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    .table.table-pricing.table-featured,
    .table.table-pricing:hover {
        border-color: #5ccdde;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    }

    .table.table-pricing th {
        text-align: center;
        background-color: #5ccdde;
        border-bottom: none;
        color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .table.table-pricing td {
        padding-top: 12px;
        padding-bottom: 12px;
    }


.table-header th {
    color: #FFB828;
}

.table thead > tr > td.min-width-td,
.table tbody > tr > td.min-width-td {
    min-width: 120px;
}

.table thead > tr > td.min-width-mid-td,
.table tbody > tr > td.min-width-mid-td {
    min-width: 140px;
}

.table thead > tr > td.fixed-width-td,
.table tbody > tr > td.fixed-width-td {
    width: 120px;
}


.table-subheading {
    background: #d8d8d8;
    border-radius: 15px;
}

.tr-line {
    border-bottom: 2px solid #b6bfca;
    border-top: 2px solid #b6bfca;
}

.tr-line-yellow {
    border-bottom: 2px solid #fae0ac !important;
    border-top: 3px solid #fae0ac !important;
}

/* List Group */
.list-group-item {
    border-color: #ebeef2;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #5ccdde;
    border-color: #5ccdde;
}

    a.list-group-item.active .list-group-item-text,
    a.list-group-item.active:hover .list-group-item-text,
    a.list-group-item.active:focus .list-group-item-text {
        color: #ffffff;
    }

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #f9f9f9;
}

a.list-group-item.active > .badge {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

/* Navs */
.nav-pills > li > a {
    color: #454e59;
    border-radius: 3px;
}

.nav-pills i.icon-push {
    margin-right: 8px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: black;
    background-color: rgba(128, 128, 128, .05);
}

.nav > li i {
    font-size: 1em;
}

.nav-pills > .active > a > .badge {
    color: #5ccdde;
}

.nav-pills.nav-icons > li.active > a i,
.nav-pills.nav-icons > li.active > a:hover i,
.nav-pills.nav-icons > li.active > a:focus i {
    color: #ffffff;
}

.nav-stacked > li > a {
    margin: 4px 0 0;
}

.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {
    border-top-color: black;
    border-bottom-color: black;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f9f9f9;
}

.nav-tabs {
    border-bottom-color: #ebeef2;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            padding-left: 7px;
            padding-right: 7px;
            margin-bottom: -1px;
            font-weight: 500;
            color: #454e59;
        }

            .nav-tabs > li > a:hover {
                border-color: #ebeef2;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #454e59;
            /*border-color: #ebeef2;*/ /*  This line commented makes tabs more visible  */
            border-bottom-color: transparent;
        }

.nav-pills > li.active > a > .badge {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.nav-users {
    list-style: none;
    margin: 0;
    padding-left: 5px;
}

.nav-users-online,
.nav-users-away,
.nav-users-offline {
    border-left-width: 2px;
    border-left-style: solid;
}

.nav-users-online {
    border-left-color: #afde5c;
}

.nav-users-away {
    border-left-color: #deb25c;
}

.nav-users-offline {
    border-left-color: #de815c;
}

    .nav-users-offline a {
        opacity: .5;
    }

.nav-users a {
    display: block;
    min-height: 56px;
    padding: 8px 10px 8px 60px;
    position: relative;
    color: #454e59;
    border-radius: 3px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

    .nav-users a:hover,
    .nav-users a:focus {
        text-decoration: none;
        opacity: 1;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .nav-users a:active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .02);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02);
    }

.nav-users-avatar {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
}

.nav-users-indicator {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-users-heading {
    display: block;
    margin-top: 2px;
    font-weight: 600;
}

.dropdown-menu {
    min-width: 180px;
    padding: 0;
    font-size: 1em;
    border-color: #dae0e8;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .dropdown-menu.dropdown-menu-right {
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }

.dropup .dropdown-menu {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

    .dropup .dropdown-menu.dropdown-menu-right {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
    }

.open > .dropdown-menu,
.dropdown-menu.open {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lt-ie10 .dropdown-menu {
    display: none;
}

    .lt-ie10 .open > .dropdown-menu,
    .lt-ie10 .dropdown-menu.open {
        display: block;
    }

.dropdown-menu > li > a {
    padding: 8px 10px;
}

.dropdown-menu i {
    opacity: 0.2;
    line-height: 17px;
}

.dropdown-menu a:hover i {
    opacity: 0.5;
}

.dropdown-menu .divider {
    margin: 3px 0;
    padding: 0 !important;
    background-color: #f0f0f0;
}

li.dropdown-header {
    padding: 8px 10px;
    color: #454e59;
    background-color: #ebeef2;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -3px;
        margin-left: 0;
    }

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

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

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.collapse.in .dropdown.open .dropdown-menu {
    display: block;
    position: static;
    margin: 0 0 0 15px;
    left: auto;
    top: auto;
}

.pagination > li > a,
.pagination > li > span {
    font-weight: 500;
    color: #5ccdde;
    margin-left: 5px;
    margin-right: 5px;
    border: none !important;
    border-radius: 3px !important;
    background: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #5ccdde;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background: transparent;
}

.pager > li > a,
.pager > li > span {
    border-color: #ebeef2;
}

    .pager > li > a:hover,
    .pagination > li > a:hover {
        background-color: #5ccdde;
        border-color: #5ccdde;
        color: #ffffff;
    }

.pager > li.disabled > a:hover {
    border-color: #ebeef2;
}

/* Popover */
.popover {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.popover-title {
    background: none;
    border: none;
    font-size: 1.1em;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 2px;
}

/* Tooltip */
.tooltip {
    z-index: 1051;
}

    .tooltip.in {
        opacity: 1;
    }

.tooltip-inner {
    padding: 4px 6px;
    background-color: #000000;
    color: #ffffff;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
}

/* Breadcrumps */
.breadcrumb {
    background-color: transparent;
}

    .breadcrumb i {
        font-size: 1em;
    }

.breadcrumb-top {
    font-size: 0.85em;
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 7px;
}

/* Progress Bars */
.progress {
    background: rgba(0, 0, 0, .1);
}

.progress,
.progress-bar {
    height: 18px;
    line-height: 18px;
    font-weight: 600;
}

    .progress.progress-mini,
    .progress-bar.progress-mini,
    .progress-mini .progress-bar {
        height: 7px;
        line-height: 7px;
    }

.progress-bar-danger {
    background-color: #de815c;
}

.progress-bar-warning {
    background-color: #deb25c;
}

.progress-bar-success {
    background-color: #afde5c;
}

.progress-bar-info {
    background-color: #5cafde;
}

.progress-bar-primary {
    background-color: #5ccdde;
}

/* Modals */
.modal-content {
    border-color: #411409;
    border-style: solid;
}

.modal-header {
    padding: 17px 15px 15px;
    border-bottom: none;
    background-color: #411409;
}

    .modal-header .nav-tabs {
        margin: 0 -15px -15px;
    }

.modal-title {
    font-weight: 300;
    color: white;
    font-weight: bold;
    min-height: 25.6px;
}

.modal-body {
    padding: 20px 15px;
}

.modal-footer {
    margin-top: 0;
    padding: 9px 15px 10px;
    border-top: none;
    background-color: #f9f9f9;
}

    .modal-footer .alert {
        text-align: center;
    }

.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal {
    z-index: 9999;
}

.modal-backdrop.in {
    opacity: .75;
    position: fixed;
    bottom: 0;
    z-index: 9998;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-margin-top {
    padding-top: 8% !important;
}

/* Buttons */
.btn {
    margin: 1px 0;
    background-color: #ffffff;
    border-radius: 3px;
}

.btn-yellow {
    background-color: #fea014 !important;
    color: white !important;
    margin-top: 3px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
}

    .btn-yellow:hover {
        color: white;
        background-color: #ffb114 !important;
    }

.btn.btn-rounded {
    border-radius: 20px;
}

.btn.btn-square {
    border-radius: 0;
}

.btn-ripple {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

    .btn-ripple.animate {
        -webkit-animation: ripple 1s ease-out;
        animation: ripple 1s ease-out;
    }

.btn .gi,
.btn .hi,
.btn .si,
.btn .fi {
    line-height: 1;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .4;
}

.set-opacity {
    opacity: .4;
}

.block-options .btn,
.input-group .btn,
.modal-content .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .btn-default.dropdown-toggle {
        background-color: #dddddd;
        border-color: #dddddd;
    }

    .btn-default.disabled,
    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled:active,
    .btn-default.disabled.active,
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #eeeeee;
        border-color: #eeeeee;
    }

.btn-primary {
    background-color: #FFB828;
    border-color: #FFB828 !important;
}

.btn-secondary {
    background-color: #1cbbb4;
    border-color: #1cbbb4 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .btn-primary.dropdown-toggle {
    background-color: #ffb114 !important;
    border-color: #ffb114;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #5ccdde;
    border-color: #5ccdde;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .btn-secondary.dropdown-toggle {
    background-color: #1cbbb4 !important;
    border-color: #1cbbb4;
}

.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
    background-color: #1cbbb4;
    border-color: #1cbbb4;
}

.btn-secondary h1,
.btn-secondary h2,
.btn-secondary h3,
.btn-secondary h4,
.btn-secondary h5 {
    color: white;
}


.btn-primary-custom {
    color: #411409;
}

    .btn-primary-custom:hover,
    .btn-primary-custom:focus,
    .btn-primary-custom:active,
    .btn-primary-custom.active,
    .open .btn-primary-custom.dropdown-toggle {
        color: #411409;
    }

.btn-danger {
    background-color: #de815c;
    border-color: #de815c;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .btn-danger.dropdown-toggle {
        background-color: #c43902;
        border-color: #c43902;
        color: #ffffff !important;
    }

    .btn-danger.disabled,
    .btn-danger.disabled:hover,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled]:hover,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #de815c;
        border-color: #de815c;
    }

.btn-warning {
    background-color: #deb25c;
    border-color: #deb25c;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .btn-warning.dropdown-toggle {
        background-color: #de9502;
        border-color: #de9502;
        color: #ffffff !important;
    }

    .btn-warning.disabled,
    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled]:hover,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #c48402;
        border-color: #c48402;
    }

.btn-success {
    background-color: #afde5c;
    border-color: #afde5c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .btn-success.dropdown-toggle {
        background-color: #7dc402;
        border-color: #7dc402;
        color: #ffffff !important;
    }

    .btn-success.disabled,
    .btn-success.disabled:hover,
    .btn-success.disabled:focus,
    .btn-success.disabled:active,
    .btn-success.disabled.active,
    .btn-success[disabled]:hover,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #afde5c;
        border-color: #afde5c;
    }

.btn-info {
    background-color: #5cafde;
    border-color: #5cafde;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .btn-info.dropdown-toggle {
        background-color: #027dc4;
        border-color: #027dc4;
        color: #ffffff !important;
    }

    .btn-info.disabled,
    .btn-info.disabled:hover,
    .btn-info.disabled:focus,
    .btn-info.disabled:active,
    .btn-info.disabled.active,
    .btn-info[disabled]:hover,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #5cafde;
        border-color: #5cafde;
    }

.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: #5ccdde;
}

.btn-wine {
    background-color: #411409;
    border-color: #411409;
}

    .btn-wine-active,
    .btn-wine:hover,
    .btn-wine:focus,
    .btn-wine:active,
    .btn-wine.active,
    .open .btn-wine.dropdown-toggle {
        background-color: #deb35c;
        border-color: #deb35c;
        color: #ffffff !important;
    }


.inline-btn {
    margin-left: 5px;
    margin-right: 5px;
}

.span-collapse-expand {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.btn-add-circle {
    content: '';
    width: 16px;
    height: 16px;
    background: red !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
    position: absolute !important;
    margin-top: 8px;
}

.btn-margin {
    margin-left: 5px;
    margin-right: 20px;
}


/* Panels */
.panel {
    margin: 0 5vw 20px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 10px grey !important;
    box-shadow: 2px 3px 10px rgba(0,0,0, .3) !important;
    border-color: #f2aa23;
}

.panel-lg {
    margin: 0px 0px 20px;
}

#drug-form > .panel {
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.panel-primary {
    border: none;
}

.panel-heading {
    padding: 10px;
    /*margin-top: 20px;*/
    border-radius: 12px 12px 0 0;
    color: black !important;
    font-weight: 600;
    background-color: #fAfAfA !important;
    border-bottom: 1.5px solid #f5f5f5 !important;
}

    .panel-heading.success-heading {
        background-color: #9ddc5aa6 !important;
    }

.panel-title {
    font-size: 1em;
}

.panel-default > .panel-heading {
    background-color: #f9f9f9;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-red {
    background-color: #FCE79B !important;
}

/* Pre, Code */
pre {
    background: #151515;
    overflow: scroll;
}

code {
    border: 1px solid #fad4df;
    margin: 1px 0;
    display: inline-block;
}

.btn code {
    display: inline;
    margin: 0;
}

/* Alerts */
.alert {
    color: #ffffff;
    border-width: 0;
    border-radius: 3px;
}

    .alert .alert-link {
        color: #000000;
        opacity: .4;
    }

.alert-white {
    color: #454e59;
}

.alert-danger {
    background-color: #de815c;
}

.alert-warning {
    background-color: #deb25c;
}

.alert-success {
    color: #ffb828 !important;
    background-color: #411409;
}

.alert-info {
    background-color: #5cafde;
}

.alert-dismissable .close {
    top: -8px;
    right: -26px;
    color: #000000;
}

.alert-custom {
    background-color: #857e61;
}

.close {
    color: white;
    opacity: 0.8;
    text-shadow: none;
}

    .close:hover,
    .close:focus {
        opacity: 1;
        color: white;
    }

.container-drug .alert-white.major-severity {
    border: 1.5px solid red;
}

.container-drug .alert-white.moderate-severity {
    border: 1.5px solid #fea014;
}

.container-drug .alert-white.minor-severity {
    border: 1.5px solid #ffe31f;
}

.container-drug .alert-white.not_specified-severity {
    border: 1.5px solid #5cafde;
}

.container-drug .alert-white i {
    color: #babdc1;
}

    .container-drug i.major-severity {
        color: red;
    }

    .container-drug i.moderate-severity {
        color: #fea014;
    }

    .container-drug i.minor-severity {
        color: #ffe31f;
    }

    .container-drug i.not_specified-severity {
        color: #5cafde;
    }

/* Labels, Badges */
.label,
.badge {
    font-weight: normal;
    font-size: 90%;
}

.label {
    padding: 1px 4px;
}

.badge {
    background: rgba(0, 0, 0, .3);
    padding: 3px 6px;
}

    .badge.success-badge {
        background: #9ddc5a;
    }

.label-danger,
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #ff0000;
}

.label-warning,
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #fea014;
}

.label-success,
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #afde5c;
}

.label-info,
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #5cafde;
}

.label-primary,
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #ffe31f;
    color: gray;
}

.label-default,
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #999999;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus,
    .label-warning[href]:hover,
    .label-warning[href]:focus,
    .label-success[href]:hover,
    .label-success[href]:focus,
    .label-info[href]:hover,
    .label-info[href]:focus,
    .label-primary[href]:hover,
    .label-primary[href]:focus,
    .label-default[href]:hover,
    .label-default[href]:focus {
        opacity: .75;
    }


.danger-icon {
    color: #e74c3c;
}

.success-icon {
    color: #2ecc71;
}

.drsbee-small-icon {
    height: 15px;
}

i.info-icon {
    width: 15px;
}

img.drsbee-small-icon {
    vertical-align: baseline;
}

/* Carousel */
.carousel-control {
    max-width: 50px;
}

    .carousel-control.left,
    .carousel-control.right {
        background: none;
        opacity: 0;
        filter: none;
    }

.carousel:hover .carousel-control.left,
.carousel:hover .carousel-control.right {
    opacity: 1;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: rgba(0, 0, 0, .2);
}

.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.carousel-indicators,
.carousel-caption {
    bottom: 5px;
}

.carousel-caption {
    text-shadow: 0 5px 15px #000000;
}

/* Thumbnail */
.img-thumbnail-transparent {
    background-color: rgba(255, 255, 255, .25);
    border-color: transparent;
}

.img-thumbnail-avatar {
    width: 69px !important;
    height: 69px !important;
}

.img-thumbnail-avatar-2x {
    width: 133px !important;
    height: 133px !important;
}

.img-icon-xs {
    width: 60px;
}

/* Bottom Margin */
p, .table, .alert, .carousel {
    margin-bottom: 20px;
}

/* Removing shadows and radius */
.navbar-form,
.navbar-collapse,
.form-control,
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.progress,
.progress-bar,
.panel,
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar,
.dropdown-menu,
.tooltip-inner,
.breadcrumb,
.modal-content,
.panel-group .panel {
    border-radius: 0;
}

.status-icon {
    width: 16px;
}

.editable-div {
    cursor: text;
    border: 1px solid #ccc;
    padding: 5px;
    height: auto;
}

.notes-div {
    min-height: 70px;
}

.focus-editable-div {
    border-color: #bca886;
}

.custom-input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    width: auto;
    max-width: -webkit-fill-available;
}

.tag {
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: .25em;
    color: #565656;
    padding: 4px;
    white-space: normal;
    text-align: left;
}



/*
=================================================================
(#m07hes) HELPERS
=================================================================
*/
.centered-vertical-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-button {
    left: 0;
    right: 10px;
    white-space: normal;
    overflow: hidden;
}

.centered-by-content {
    margin: auto;
    display: table;
}

.text-align-center {
    text-align: center;
}

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

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

.text-align-justify {
    text-align: justify !important;
}

.centered-vertical {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-content-center-vertically {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.align-self-center {
    align-self: center;
}

.border-top {
    border-top: 1px solid #eeeeee;
}

.border-right {
    border-right: 1px solid #eeeeee;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.border-left {
    border-left: 1px solid #eeeeee;
}

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

.push-top {
    margin-top: 15px !important;
}

.push-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.push-bit {
    margin-bottom: 10px !important;
}

.push-bit-top {
    margin-top: 10px !important;
}

.push-enough-top {
    margin-top: 30px !important;
}

.push-bit-top-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

.push-right {
    margin-right: 15px;
}

.push-left {
    margin-left: 15px;
}

.push-right-left {
    margin-left: 10px;
    margin-right: 10px;
}

.push-inner-top-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.push-mid-bottom {
    margin-bottom: 20px !important;
}

.overflow-hidden {
    overflow: hidden;
}

.display-none {
    display: none;
}

.margin-bit {
    margin: 10px !important;
}

.remove-margin {
    margin: 0 !important;
}

.remove-margin-bottom {
    margin-bottom: 0 !important;
}

.remove-padding {
    padding: 0 !important;
}

.remove-radius {
    border-radius: 0 !important;
}

.remove-radius-top {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.remove-radius-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.add-radius {
    border-radius: 12px;
}

.lt-ie10 .hidden-lt-ie10 {
    display: none !important;
}

.visible-lt-ie10 {
    display: none;
}

.lt-ie10 .visible-lt-ie10 {
    display: block;
}

:focus {
    outline: 0 !important;
}

.complete-width {
    width: 100%;
}

.align-text-right {
    text-align: right;
}

/*
=================================================================
(#m08ths) THEMES
=================================================================
*/
/* Default Color Theme specific colors */
.themed-color {
    color: #5ccdde !important;
}

.themed-background {
    background-color: white !important;
}

.themed-color-dark {
    color: #454e59 !important;
}

.themed-background-dark {
    background-color: #454e59 !important;
}

/* Contextual Background Colors */
.themed-background-danger {
    background-color: #de815c !important;
}

.themed-background-warning {
    background-color: #deb25c !important;
}

.themed-background-info {
    background-color: #5cafde !important;
}

.themed-background-success {
    background-color: #afde5c !important;
}

.themed-background-muted {
    background-color: #f9f9f9 !important;
}



.img-finish-encounter {
    width: 32px; /*width of your image*/
    height: 24px; /*height of your image*/
    background-image: url('/img/finishenc.gif');
    margin: 10px; /* If you want no margin */
    padding: 0; /*if your want to padding */
    background-size: cover;
    background-repeat: no-repeat;
}

.physician-name {
    display: inline-block;
    max-width: 140px;
    max-height: 70px;
    line-height: 1.5;
    /*overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}

.normal-white-space {
    white-space: normal;
}

.nowrap-white-space {
    white-space: nowrap;
}

.word-break {
    word-break: break-all;
}

/*
=================================================================
(#m09res) RESPONSIVE
=================================================================
*/
/* Small devices, Tablets (>767px) */
@media screen and (min-width: 768px) {

    /* General */
    .home-img {
        height: 600px;
    }

    .index-btn {
        width: 29%;
        height: 25%;
    }

    #index-top {
        left: 35.5%;
        top: 7%;
    }

    #index-left {
        left: 19%;
        top: 36%;
    }

    #index-right {
        left: 51%;
        top: 36%;
    }

    #index-bottom {
        left: 35.5%;
        top: 65%;
    }

    #index-left-2 {
        left: 19%;
        top: 60%;
    }

    #index-right-2 {
        left: 51%;
        top: 60%;
    }

    #index-top-2 {
        left: 35%;
        top: 18%;
    }

    .patient-details {
        width: 400px;
    }

    .center-td-row {
        display: flex;
        align-items: center;
    }

    #login-container {
        width: 700px;
        top: 120px;
        margin-left: -350px;
    }

    #page-content {
        padding: 20px 20px 1px;
    }

    #page-container.header-fixed-top #page-content {
        padding-top: 84px;
    }

    #page-container.header-fixed-bottom #page-content {
        padding-bottom: 70px;
    }

    #page-content.inner-sidebar-left,
    #page-content.inner-sidebar-right {
        position: relative;
    }

    #page-content.inner-sidebar-left {
        padding-left: 240px;
    }

    #page-content.inner-sidebar-right {
        padding-right: 240px;
    }

    #page-content-sidebar {
        margin: 0;
        width: 220px;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        border-bottom: none;
    }

    #page-content.inner-sidebar-left #page-content-sidebar {
        left: 0;
        border-right: 1px solid #dae0e8;
    }

    #page-container.sidebar-light #page-content.inner-sidebar-left #page-content-sidebar {
        border-left: 1px solid #dae0e8;
    }

    #page-content.inner-sidebar-right #page-content-sidebar {
        right: 0;
        border-left: 1px solid #dae0e8;
    }

    #page-container.header-fixed-top #page-content-sidebar {
        top: 50px;
    }

    #page-container.header-fixed-bottom #page-content-sidebar {
        bottom: 50px;
    }

    .content-header,
    .content-header-media .header-section,
    .block,
    .block.full,
    .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

        .block .block-content-full {
            margin: -20px -20px -1px;
        }

        .block.full .block-content-full {
            margin: -20px;
        }

    .content-header {
        margin: 20px 5vw 10px;
    }

    .block,
    .widget {
        margin-bottom: 20px;
    }

    .block-title {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* Forms */
    .form-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }

        .form-bordered .form-group {
            padding-left: 20px;
            padding-right: 20px;
        }

    .form-horizontal.form-bordered .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Tabs */
    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 3px;
        margin-right: 3px;
    }

    /* Modal */
    .modal-dialog {
        margin: 60px auto;
    }

    .modal-header,
    .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

        .modal-header .nav-tabs {
            margin-left: -20px;
            margin-right: -20px;
        }

    /* Error Page */
    #error-container h1 {
        font-size: 6.85em;
        margin: 50px 0 70px;
    }

    /* Timeline */
    .timeline-list li {
        padding: 20px 0;
    }

    .timeline-list:after {
        position: absolute;
        display: block;
        width: 4px;
        top: 0;
        left: 134px;
        bottom: 0;
        content: "";
        background-color: #f9f9f9;
        z-index: 1;
    }

    .timeline-icon {
        left: 115px;
        right: auto;
    }

    .timeline-time {
        float: left;
        padding: 0;
        text-align: right;
        width: 100px;
        height: 40px;
        line-height: 40px;
        border-bottom: none;
        margin-bottom: 0;
        background-color: transparent;
    }

    .timeline-content {
        padding-left: 166px;
    }

    /* Panel */
    .panel-lg {
        margin: 0px 40px 20px;
    }

    /* Page */
    #page-container,
    #main-container {
        min-width: 320px;
    }
}
/* Medium devices, Desktops (>991px) */
@media screen and (min-width: 992px) {

    .floating-help-content:hover > .div-help {
        display: inline-block;
        padding: 0;
    }

    .floating-help-content:hover {
        height: 98px;
        padding: 0 5px;
        color: orange;
        background-color: white;
        border-radius: 20px 0 0 20px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-width: 1px;
    }

    .nav.navbar-nav-custom > li {
        height: 80px;
    }

    .floating-help-content:hover > .open-help-button {
        border-radius: 0px;
    }

    .help-i {
        display: none !important;
    }

    .help-arrow {
        display: inline-block !important;
    }

    .header-age-div {
        width: 100px;
    }

    .index-btn {
        width: 24%;
        height: 25%;
    }

    #index-top {
        left: 37.5%;
        top: 7%;
    }

    #index-left {
        left: 24.5%;
        top: 36%;
    }

    #index-right {
        left: 50.5%;
        top: 36%;
    }

    #index-bottom {
        left: 37.5%;
        top: 65%;
    }

    #index-left-2 {
        left: 24.5%;
        top: 60%;
    }

    #index-right-2 {
        left: 50.5%;
        top: 60%;
    }

    #index-top-2 {
        left: 38%;
        top: 18%;
    }

    .signature-login {
        margin-left: auto;
        margin-right: 0px;
    }

    .sedimec-login {
        margin-left: 0px;
        margin-right: auto;
    }

    /* Alternative Sidebar */
    #page-container.sidebar-alt-visible-xs #sidebar-alt {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: -220px;
    }

    #page-container.sidebar-alt-visible-lg #sidebar-alt {
        -webkit-transform: translateX(-220px);
        transform: translateX(-220px);
    }

    #page-container.sidebar-alt-visible-xs #sidebar-alt-close {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: -30px;
        opacity: 0;
    }

    #page-container.sidebar-alt-visible-lg #sidebar-alt-close {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
        opacity: 1;
    }

    /* Sidebar Reset Small Screens Classes */
    #page-container.sidebar-visible-xs #sidebar {
        width: 0;
    }

    #page-container.sidebar-visible-xs #sidebar,
    #page-container.sidebar-visible-xs #main-container {
        -webkit-transform: none;
        transform: none;
    }

    /* Layout Transitions */
    #sidebar {
        -webkit-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
    }

    #main-container {
        -webkit-transition: none;
        transition: none;
    }

    header.navbar.navbar-fixed-top,
    header.navbar.navbar-fixed-bottom {
        -webkit-transition: background .2s ease-out;
        transition: background .2s ease-out;
    }

    #page-container.sidebar-visible-lg-mini #sidebar-toggle-full,
    #page-container.sidebar-visible-lg-full #sidebar-toggle-mini {
        display: inline-block;
    }

    #page-container.sidebar-visible-lg-mini #sidebar-toggle-mini,
    #page-container.sidebar-visible-lg-full #sidebar-toggle-full {
        display: none;
    }

    /* Sidebar + Static Layout */
    #sidebar {
        width: 0;
        left: 0;
    }

    #main-container {
        margin-left: 0;
        margin-right: 0;
    }

    #page-container.sidebar-visible-lg-mini #sidebar {
        width: 40px;
    }

    #page-container.sidebar-visible-lg-mini #main-container {
        margin-left: 40px;
    }

    #page-container.sidebar-visible-lg-full #sidebar {
        width: 220px;
    }

    #page-container.sidebar-visible-lg-full #main-container {
        margin-left: 220px;
    }

    /* Sidebar + Fixed Layout */
    #page-container.header-fixed-top #sidebar,
    #page-container.header-fixed-bottom #sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }

    #page-container.header-fixed-top #sidebar-brand,
    #page-container.header-fixed-top #sidebar-logo,
    #page-container.header-fixed-bottom #sidebar-brand {
        display: block;
    }

    #page-container.sidebar-visible-lg-mini header.navbar-fixed-top,
    #page-container.sidebar-visible-lg-mini header.navbar-fixed-bottom {
        left: 40px;
    }

    #page-container.sidebar-visible-lg-full header.navbar-fixed-top,
    #page-container.sidebar-visible-lg-full header.navbar-fixed-bottom {
        left: 220px;
    }

    #page-container.sidebar-visible-lg-full #sidebar .sidebar-remove-margin {
        display: none;
    }
    /* Sidebar Condensed Menu */
    #page-container.sidebar-visible-lg-mini #sidebar {
        overflow: visible;
    }

        #page-container.sidebar-visible-lg-mini #sidebar .sidebar-content {
            width: 40px;
        }

        #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav-mini-hide {
            display: none;
        }

        #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav li {
            position: relative;
        }

        #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu + ul {
            position: absolute;
            width: 220px;
            top: 0;
            right: -220px;
            margin: 0;
            padding: 6px 5px;
            background-color: #363e46;
        }

    #page-container.sidebar-visible-lg-mini.sidebar-light #sidebar .sidebar-nav .sidebar-nav-menu + ul {
        background-color: #e6e6e6;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav ul a {
        margin: 0;
        padding-left: 10px;
        border-left: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav ul ul {
        margin-left: 0;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav > li.active > ul {
        display: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu.open + ul {
        display: block !important;
    }

    /* Navbar Nav Search */
    .navbar-form-custom {
        width: 300px;
    }

    /* Chat */
    .chatui.chatui-window.widget {
        right: 70px;
        margin-right: 0;
    }
}


@media screen and (min-width: 1199px) {

    .index-btn {
        width: 18%;
        height: 25%;
    }


    #index-top {
        left: 41%;
        top: 7%;
    }

    #index-left {
        left: 31%;
        top: 36%;
    }

    #index-right {
        left: 51%;
        top: 36%;
    }

    #index-bottom {
        left: 41%;
        top: 65%;
    }

    #index-left-2 {
        left: 31%;
        top: 60%;
    }

    #index-right-2 {
        left: 51%;
        top: 60%;
    }

    #index-top-2 {
        left: 41%;
        top: 18%;
    }

    .physician-controls {
        width: 480px;
    }

    .physician-dropdown {
        max-height: 80px;
    }
    
    .last-drugtreatments-suggestions-extra .last-drugtreatment-row .refill-btn {
        float: right;
    }
}

@media screen and (max-width: 1199px) {
    .home-logo-container {
        width: 100%;
        position: relative;
    }
}

/*@media screen and (max-width: 414px) */
@media screen and (max-width: 414px) {
    .block-login {
        width: 300px;
    }

    .index-btn {
        width: 45%;
    }

    #login-signature {
        width: auto;
    }

    #index-left {
        top: 54%;
        left: 2%;
    }

    #index-right {
        top: 54%;
        left: 2%;
    }

    #index-left-2 {
        top: 36%;
        left: 12%;
    }

    #index-right-2 {
        top: 36%;
        left: 50%;
    }

    .table tbody > tr > th.small-width-xs {
        width: 35%;
    }
}

@media screen and (max-width: 767px) {

    .home-logo-img {
        margin-top: 23px;
        margin-left: 148px;
    }

    .home-slogan-text {
        margin-left: 128px;
        width: 240px;
    }

    .btn-select-pharmacy {
        width: 150px;
        white-space: normal;
    }

    .page-table-lg {
        margin-left: 0px;
        margin-right: 0px;
    }

    #chat-content {
        width: 94%;
        height: 100vh;
    }

    #chat-contact-list {
        z-index: 1;
        background: white;
        display: none;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        height: 100%;
    }

    .chat-left-container {
        width: 94%;
        min-width: 0px;
        padding-top: 30px;
        margin-left: 3%;
        margin-right: 3%
    }

    #index-top {
        left: 32%;
        top: 7%;
    }

    #index-left {
        left: 11%;
        top: 36%;
    }

    #index-right {
        left: 51%;
        top: 36%;
    }

    #index-bottom {
        left: 32%;
        top: 65%;
    }

    .index-btn {
        width: 37%;
        height: 25%;
    }

    .content-header .prescription-detail-header {
        font-size: 1.5em;
    }

    .hexagon {
        position: relative;
        width: 40px;
        height: 23.09px;
        margin: 11.55px 0;
        background-size: auto 39.2598px;
        background-color: white; /*It is used for cases where the image has transparent background*/
        background-position: center;
        border-left: solid 3px #ffb828;
        border-right: solid 3px #ffb828;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 16px;
    }

    .hexTop,
    .hexBottom {
        position: absolute;
        z-index: 1;
        width: 28.28px;
        height: 28.28px;
        overflow: hidden;
        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);
        background: inherit;
        left: 2.86px;
    }

        /*counter transform the bg image on the caps*/
        .hexTop:after,
        .hexBottom:after {
            content: "";
            position: absolute;
            width: 34.0000px;
            height: 19.62990915244728px;
            -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-9.8150px);
            -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-9.8150px);
            transform: rotate(45deg) scaleY(1.7321) translateY(-9.8150px);
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            background: inherit;
        }

    .hexTop {
        top: -14.1421px;
        border-top: solid 4.2426px #ffb828;
        border-right: solid 4.2426px #ffb828;
    }

        .hexTop:after {
            background-position: center top;
        }

    .hexBottom {
        bottom: -14.1421px;
        border-bottom: solid 4.2426px #ffb828;
        border-left: solid 4.2426px #ffb828;
    }

        .hexBottom:after {
            background-position: center bottom;
        }

    .hexagon:after {
        content: "";
        position: absolute;
        top: 1.7321px;
        left: 0;
        width: 34.0000px;
        height: 19.6299px;
        z-index: 2;
        background: inherit;
    }

    .small-height {
        height: 50px;
    }


    .img-finish-encounter {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .nav.navbar-nav-custom > li {
        float: right;
        min-height: 30px;
    }

    .header-large-nav {
        max-width: 260px;
    }

    .nav.navbar-nav-custom > li > a {
        line-height: 0px;
    }

    .fixed-line-height {
        line-height: 38px !important;
    }

    .sidebar-toggle {
        margin-left: 20px;
    }

    .patient-name {
        width: 180px;
    }

    .patient-details {
        width: 280px;
    }

    .header-small-nav {
        width: 60px;
    }

    .hidden-xs-caret {
        visibility: hidden;
    }

    .finish-encounter-container {
        padding-top: 5px !important;
        padding-bottom: 2px !important;
    }

    #finish-encounter-button {
        font-size: 12px !important;
    }

    .no-padding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .padding-xs-custom {
        padding-bottom: 70px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .img-icon-xs {
        width: 35px;
    }
    
    .img-icon-md {
        width: 50px;
    }
    
    .img-bn-md {
        padding-top: 15px;
    }

    .table.tr-xs thead > tr > th {
        font-size: 0.90em;
        padding: 8px 2px;
    }

    .table.tr-xs tbody > tr > td {
        font-size: 0.85em;
        padding: 8px 2px;
    }

        .table.tr-xs tbody > tr > td .btn {
            font-size: 0.80em;
            padding: 4px 2px;
        }

    .table thead > tr > th.small-width-xs {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {

    .floating-help-button {
        margin: 15px;
        width: 60px;
    }

    .floating-help-button-container {
        height: 81px;
    }

    .hidden-floating-help-button {
        margin-right: -50px;
    }

    .login-div-container {
        margin: auto;
        display: table;
        margin-bottom: 15px;
    }

    .physician-name {
        display: none;
    }

    #chat-content {
        width: 94%;
    }
    
    .new-login-block.border {
        border-right: 0px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }
    
    .new-login-block.first {
        padding-right: 15px;
    }
    
    .new-login-block.second {
        padding-right: 15px;
        margin-top: 35px;
    }
    
    .login-contact-support {
        margin-top: 0px;
    }
    
    .forgot-pwd-div {
        margin-bottom: 15px;
    }
    
    .aux-login-btn-signature-single {
        margin-top: 10px;
    }

    .aux-login-btn-signature-multiple {
        margin-top: 20px;
    }
    
    .aux-login-btn-sedimec {
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

div .preloader-spinner-image {
    width: 48px; /*width of your image*/
    height: 48px; /*height of your image*/
    background-image: url('/img/preloader.gif');
    margin: 0; /* If you want no margin */
    padding: 0; /*if your want to padding */
    background-size: cover;
    background-repeat: no-repeat;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

/*Profile*/

.profile-info-container {
    margin-bottom: 20px;
}

#passwordSpinner {
    margin-top: 5%;
    margin-left: 45%;
}

/*footer*/
#footer-content {
    background-color: #ffffff;
}

/*Finish Encounter */

#titleSelectOffice {
    font-weight: bold;
}

#selectOfficeLayout {
    padding: 4%;
    border-radius: 14px;
    border: 1px solid #411409;
}


.modalCapsule {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalCapsule-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
#closemodalCapsule {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    #closemodalCapsule:hover,
    #closemodalCapsule:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#dayScheduleLetters h5 {
    display: block;
    width: 100px;
    height: 100%;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    padding-top: 11%;
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#daySchedyleLayout label {
    text-align: center;
    display: block;
    width: 85px;
    height: 100%;
    margin: 0 auto;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
    }

input.cmn-toggle-round + label {
    padding: 15px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
}

    input.cmn-toggle-round + label:before,
    input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 0px;
        background-color: #f1f1f1;
        border-radius: 60px;
        transition: background 0.4s;
    }

    input.cmn-toggle-round + label:after {
        width: 22px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 40px;
}

#daySchedyleLayout {
    /*border: 1px solid;*/ /*If the box is needed just uncomment this line*/
    padding-top: 5%;
    border-radius: 10%;
    height: 230px;
    width: 80px;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
}

    #daySchedyleLayout .fa-plus {
        margin-bottom: 5%;
        margin-top: 16%;
    }

    #daySchedyleLayout label {
        height: auto;
        width: 80px;
        margin: auto;
        margin-bottom: 1%;
        padding-bottom: 15%;
    }

    #daySchedyleLayout button {
        background-color: transparent;
        border-color: transparent;
    }

    #daySchedyleLayout .swicth_toggle {
        width: 65px;
    }

#scheduleDiv {
    height: 90%;
    width: 14%;
    padding-left: 0px;
    padding-right: 5px;
}

.timepicker {
    height: 25px !important;
    width: 75px !important;
    text-align: center;
    display: block;
    margin: auto;
}

input.cmn-toggle-round + label {
    margin-top: 5% !important;
    padding: 12px !important;
}

.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
    background: #fefefe;
    margin: 0 auto;
    border-radius: 0.1px;
    width: 270px;
    height: 130px;
    font-size: 14px;
    display: none;
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4C4C4C;
    font-size: inherit;
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer;
}

    .wickedpicker__close:before {
        content: '\00d7';
    }

.wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0;
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 35px;
    letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    color: #34495e;
    position: relative;
    display: block;
    margin: 3px auto;
    font-size: 18px;
    cursor: pointer;
}

    .wickedpicker__controls__control-up:before {
        content: '\e800';
    }

    .wickedpicker__controls__control-down:after {
        content: '\e801';
    }

.wickedpicker__controls__control--separator {
    width: 5px;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    text-align: center;
}

.hover-state {
    color: #3498db;
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?52602240");
    src: url("../fonts/fontello.eot?52602240#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?52602240") format("woff"), url("../fonts/fontello.ttf?52602240") format("truetype"), url("../fonts/fontello.svg?52602240#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}

#row-check-pharmacist {
    margin-bottom: 5px;
    margin-top: 5px;
}

#pharmacy-check-label {
    border: none;
    background: #fff;
    margin-bottom: 10px;
}

#pharmacy-check-title {
    display: inline-block;
    padding: 10px 15px 9px;
    font-weight: 600;
    text-transform: uppercase;
}

#pharmacy-search-container {
    margin-bottom: 20px;
}

#pharmacy-distance-container {
    margin-bottom: 20px;
}

#search-pharmacy-row {
    width: 100%;
    margin-bottom: 20px;
}

#searchPharmacyRow {
    border-radius: 3px;
}

/*Pedro Mira*/
table#DetalleFactura {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#DetalleFactura th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleFactura td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleFactura tr:nth-child(even) {
    background-color: #dddddd;
}

i.fa.fa-trash {
    color: red;
}

i#addElement {
    color: green;
}

i.fa.fa-check-circle {
    color: green;
}

th#impuestocol {
    width: 7%;
}

th#codigocol {
    width: 18%;
}

th#montocol {
    width: 17%;
    padding-left: 4%;
}

.spinner {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 40%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(52,148,214,.15);
    border-right: 6px solid rgba(52,148,214,.15);
    border-bottom: 6px solid rgba(52,148,214,.15);
    border-top: 6px solid rgba(52,148,214,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


label#montoRequerido {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 53%;
}

i.fa.fa-star {
    color: #F39C12;
    padding-left: 16%;
}

i#favHome {
    color: white;
}

i#addLine {
    color: white;
}

i#eliminarFavorito {
    position: relative;
    padding-left: 20%;
}

label#montoRequeridoFav {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 53%;
}

label#lineaexitoagregada {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

label#lineaexitoagregadaFav {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}


.areatextdesc {
    resize: none
}

label#descriptionLength {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}

label#descriptionFavLength {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}

div#tableCategorias {
    overflow: scroll;
    height: 298px;
    overflow-x: hidden;
    overflow-y: auto;
}

div#tableCategoriasFav {
    overflow: scroll;
    height: 298px;
    overflow-x: hidden;
    overflow-y: auto;
}

td.detail {
    width: 54%;
}

th#totalprev {
    padding-left: 6%;
}

th#montoprev {
    padding-left: 4%;
}

th#impuestoprev {
    position: fixed;
}



.input-symbol-colon {
    position: relative;
}

.input-symbol-colon:before {
        position: absolute;
        top: 8px;
        content: "₡";
        right: -11px;
        z-index: 100;
}


div#accountLogsTable_info {
    background-color: white;
    border: none;
}

div#accountLogsTable_length {
    background-color: white;
    border: none;
}

div#accountLogsTable_paginate {
    background-color: white;
    border: none;
}

div#accountLogsTable_filter {
    background-color: white;
    border: none;
}


.descriptionAcc {
    text-align: justify;
}

th.fecAcc.sorting {
    width: 48px !important;
}

th.claveAcc.claveAccount.sorting {
    width: 229px !important;
}

td.claveAccount {
    word-break: break-word;
}


div#btnInfoAccountancy {
    position: relative;
    top: 15px;
}

.action-btn {
    background: #fea014;
    border: 1px solid #411409;
    padding: 4px 0;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 16px;
}

i.fa.fa-eye {
    color: #411409 !important;
}


.discount-banner-rigth-container {
    height: 8em;
    display: flex;
    align-items: center;
}

    .discount-banner-rigth-container p {
        margin-bottom: 0px !important;
    }

.discount {
    font-size: 5vh;
}

.custom-alert-dismissible {
    background-color: white;//#d2b888;
    font-weight: bolder;
    padding-right: 15px;
    color: black !important;
}

    .custom-alert-dismissible .close {
        right: 0px;
    }
    
    .custom-alert-dismissible .animated-bee {
        display: inline;
        height: 8em;
        margin-right: 0.5em;
        float: right;
    }

.modal-header-custom {
    padding: 4px 16px 36px;
    border-bottom: none;
    background-color: #411409;
    color: white;
}

h5#titledetalle {
    position: relative;
    top: 16px;
    font-size: 18px;
}

a.action-btn.accountancyDetailbtn {
    position: relative;
    left: 12px;
}

button#btn-contable-module {
    position: relative;
    left: 9%;
}

.colorBtn {
    background: #FFB828;
}

label#TextFac {
    font-size: 20px;
    position: relative;
    left: 22%;
    top: 8px;
}

label#YearGraphic {
    position: relative;
    left: 23%;
    top: 8px;
    font-size: 20px;
}

.moneyAling {
    text-align: right;
}

label.indicationsC {
    font-weight: 450;
}

div#consolidadoTable_paginate {
    background: white;
    border: none;
}

div#consolidadoTable_length {
    background: white;
    border: none;
}

div#consolidadoTable_filter {
    background: white;
    border: none;
}

th.received.moneyAling.sorting {
    background: white;
}

label.TextIdentificacion {
    color: #FFB828;
    font-size: 24px;
}

label#textSearchCabys {
    color: #411409;
}

label#NotFoundCab {
    color: red;
}

label#labelOc {
    font-size: 20px;
    color: #FFB828;
    position: relative;
    left: 42%;
}

table#DetalleOtrosCargos {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#DetalleOtrosCargos th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleOtrosCargos td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleOtrosCargos tr:nth-child(even) {
    background-color: #dddddd;
}

label#lineaexitoagregadaOC {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

i#iconOtrosCargos {
    color: green;
}

label#lineaexitoagregadaOCFav {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}


button#OtrosCargosbtn {
    color: green;
    font-weight: bold;
    font-size: 20px;
}

label#descripcionOC {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

label#descripcionOCFav {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}


label#descriptionLengthOC {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}

label#descriptionLengthOCFav {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}

i#iconOtrosCargos {
    color: green;
}

div#invoicepaidCheck {
    top: 16px;
}

button#nextCampaign {
    background: #36CD27;
    color: white;
}

button#rememberLater {
    position: fixed;
    bottom:11px;
    left: 20px;
}

a#leftCampaignCarousel {
    height: 40px;
    position: fixed;
    top: 242px;
}

a#rigthCampaignCarousel {
    height: 40px;
    position: fixed;
    top: 242px;
}

label.labelform {
    padding-left: 10px;
}


span.icon-next.styleIcon {
    font-size: 76px !important;
    position: sticky;
    color: #FFB828;
    border-color: black;
}

span.icon-prev.styleIcon {
    font-size: 76px !important;
    position: sticky;
    color: #FFB828;
    border-color: black;
    left: 10px;
}

.order-received{
    background:#FDEDEC
}

.order-delivered{
    background:#EAFAF1
}

.order-other-status{
    background:#FEF9E7
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: none !important;
}

.boldText {
    font-weight: bold;
    color: black;
}

/*haciendo scroll contenido center modal*/
/*div#contentBodyCampaign {
    height: 470px;
    overflow: auto;
    overflow-x: hidden;
}*/

.settingsSection {
    margin-left: 24px;
}

div#noticeSectionId {
    margin-left: 15px;
    color: red;
    font-style: italic;
}

div#CampaignBodyDiv {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

/*div#campaign-modal {
    position: fixed;
    top: -38px;
    
}*/

div#contentCampaignModal {
    background: #DDDDDD;
}

div#footerCampaign {
    background: #DDDDDD;
}

div#carousel-modal-demo {
    margin-bottom: 0px !important;
}

/* Other branding exlusions */
.kolbisalud-content {
    display: none;
}


/* Horizontal scrolling */
.table-horizontal-container {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-container {
    width: fit-content;
    overflow-x: auto;
    text-align: left;
}

.horizontal-container > .horizontal-row {
    white-space: nowrap;
}

.horizontal-container .horizontal-card {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 1px;
    text-align: center;
}

.horizontal-container .horizontal-card img {
    width: 150px;
    height: 100px;
}

.horizontal-container .horizontal-card img:hover {
    opacity: 0.8;
}

.horizontal-container .horizontal-card .description-text{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -30px;
    margin-bottom: 0px;
    color: white;
    background-color: #00000070;
    border-radius: 10px;
    font-weight: bold;
}

.horizontal-container .horizontal-card .item{
    width: 90%;
    left: 5%;
    bottom: -30px;
    margin-bottom: 0px;
    color: white;
    background-color: #958f8f21;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 15%);
}

.user-location-row {
    margin-bottom: 20px;
}

.user-location-row .col-xs-2,
.user-location-row .col-xs-8 {
    height: 80px;
    display: flex;
    align-items: center;
}

.location-title-btn {
    display: inline-block;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

.user-location-row .location-title-btn h4 {
    display: inline-flex;
}

.user-location-row:hover {
    background-color: #d3d3d326;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    div#campaign-modal {
        position: fixed;
        top: 0px;
    }

    div#contentBodyCampaign {
        height: 62vh;
        overflow: auto;
        overflow-x: hidden;
    }
    
    .img-kolbi-header {
        width: 50%; 
        margin-top: 3em
    }
    
    .custom-alert-dismissible .animated-bee {
        display: block;
        margin: auto;   
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    div#campaign-modal {
        position: fixed;
        top: 0px;
    }


    div#contentBodyCampaign {
        height: 64vh;
        overflow: auto;
        overflow-x: hidden;
    }
    
    .img-kolbi-header {
        width: 50%; 
        margin-top: 3em
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    div#campaign-modal {
        position: fixed;
        top: 0px;
    }


    div#contentBodyCampaign {
        height: 64vh;
        overflow: auto;
        overflow-x: hidden;
    }
    
    .img-kolbi-header {
        width: 40%; 
        margin-top: 3em
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    div#campaign-modal {
        position: fixed;
        top: -24px;
    }

    div#contentBodyCampaign {
        height: 66vh;
        overflow: auto;
        overflow-x: hidden;
    }
    
    .img-kolbi-header {
        width: 20%; 
        margin-top: 3em
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    div#campaign-modal {
        position: fixed;
        top: -38px;
    }

    div#contentBodyCampaign {
        height: 68vh;
        overflow: auto;
        overflow-x: hidden;
    }
    
    .img-kolbi-header {
        width: 20%; 
        margin-top: 3em
    }

}

/* Bouncing effect*/

@keyframes bouncing {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bouncing {
    animation-duration: 2s;
    animation-name: bouncing;
    animation-iteration-count: initial;
}
