/* ==========================================================================
   BEVOOTECH TCM custom styles
   ========================================================================== */

html,body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    padding-top: 66px;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}

.fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.login-bg {
    background: url(../img/login-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login-bg.jpg', sizingMethod='scale')";
    height: 100%;
    width: 100%;
}

.login {
    margin-top: 3%;
}

.admin-bg {
    background: url(../img/admin-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/admin-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/admin-bg.jpg', sizingMethod='scale')";
    height: 100%;
    width: 100%;
    min-height: 740px;
}


/*
.login .btn {
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
    background-image: linear-gradient(top,#dd4b39,#d14836);
    border-color: transparent;
}
.login .btn:hover {
    background: #81B441;
    border-color: #81B441;
}
*/

.login-title h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #616161;
    font-weight: 300;
}

.login-title {
    margin-top: 20px;
}

.login-bg h2 {
    color: #616161;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    font-size: 24px;
    margin-bottom: 30px;
}

.short-title {
    color: #616161;
    font-weight: 300;
    font-size: 14px;
}

#qaapp-login h2 {
    text-align: center;
}

.login .form-control {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    border-radius: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, .84);
    font-weight: 400;
}

#qaapp-login .form-control {
    border-bottom: 1px solid #666;
    background:transparent;
}

#qaapp-login .szyapp {
    /*padding: 8px 10px;
    border: 1px solid #1777cb;*/
    text-align: center;
    background: transparent;
    /*box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);*/
    width:360px;
    margin-left:-180px;
    left:50%;
}


/* Button */

.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.btn:focus {
    outline: none !important;
}

.btn-primary {
    background: #0d87e9;
    border-color: #0d87e9;
}

.btn-primary:hover {
    background: #1d88e6;
    border-color: #1d88e6;
}

.btn-default {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #444;
}

.btn-default:hover {
    background-color: #fff;
    border-color: #b7b6b9 !important;
    color: #212121!important;
}

.btn-time {
    background: #acb7c0;
    border-radius: 2px;
    padding: 7px 11px;
    color: #f9f9f9;
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
}


/* Hero */

.hero {
    min-height: 140px;
    padding: 20px 10px;
    color: #fff;
    background: url(../img/hero2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero2.jpg', sizingMethod='scale')";
}

.report-hero {
    min-height: 140px;
    padding: 20px 10px;
    color: #fff;
    background: url(../img/report-hero.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/report-hero.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/report-hero.jpg', sizingMethod='scale')";
}

.hero .btn {
    margin-top: 32px;
    font-weight: 500;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
}

.hero ul {
    margin-bottom: 0;
    text-align: right;
}

.hero li:first-child button {
    margin-right: 10px;
}

.navbar-inverse.navbar {
    background-color: #1777cb;
    border-color: #1568b4;
    color: #555;
}

.menu-toggle-icon {
    margin-left: 40px;
}

#menu-toggle-2.navbar-toggle {
    color: #fff;
    border: none;
    margin-top: 22px;
    margin-bottom: 22px;
    padding: 0;
    background: none;
}

#menu-toggle-2.navbar-toggle:hover {
    color: #333;
}

#menu-toggle-2.navbar-toggle:focus {
    color: #fff
}

.active#menu-toggle-2.navbar-toggle {
    background: #000;
}

.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-success {
    background-color: #8BC34A;
    background-image: -webkit-linear-gradient(top, transparent, transparent);
    background-image: linear-gradient(top, transparent, transparent);
    border: 1px solid transparent;
    padding: 8px 30px;
    border-radius: 2px;
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
}

.btn-success:hover,
.btn-success:focus {
    background-color: #7CB342;
    border-color: #7CB342;
}

#qaapp-login .btn-success {
    background: #1777cb;
    box-shadow: 2px 2px 0 0 #ccc;
    color: #fff;
    border-radius: 0;
}

#qaapp-login .btn-success:hover,
#qaapp-login .btn-success:focus {
    background: #1777cb;
    border-color: #1777cb;
}

#qaapp-login input[type="text"]::-webkit-input-placeholder {
    color:#333!important;
}

#qaapp-login input[type="password"]::-webkit-input-placeholder {
    color:#333!important;
}

#topnav-dropdown {
    margin-top: 17px;
    margin-bottom: 17px;
    margin-right: 0;
    margin-left: 15px;
}

#topnav-dropdown>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #616161;
    background: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

#topnav-dropdown .dropdown-menu,
.content-top-admin .dropdown-menu {
    margin-top: 15px !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(61, 70, 77, 0.1);
}

#topnav-dropdown .dropdown-menu li>a:hover {
    color: #212121;
}

#topnav-dropdown .dropdown-menu li:first-child a:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#topnav-dropdown .dropdown-menu li:last-child a:hover {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#topnav-dropdown .dropdown-menu li>a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
    color: #616161;
    font-weight: 500;
}

#topnav-dropdown .dropdown-menu i {
    margin-right: 15px;
}

#topnav-dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 15px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#topnav-dropdown .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 16px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

#doctor-nav {
    margin-top: 17px;
    margin-bottom: 17px;
}

#doctor-nav li>a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 2px;
}

#doctor-nav li>a:hover {
    background-color: #fff;
    color: #212121;
}

#doctor-nav .badge {
    background-color: #8BC34A;
    margin-top: -1px;
}

.label-pad label {
    font-size: 14px !important;
    color: #212121;
    margin: 10px 0 5px !important;
    font-weight: 500;
}
#put_prescription h4 {
        font-weight: 600;
     font-size: 14px;
    color: #212121;
}
.a2z-label {
    font-size: 11px;
    font-weight: bold;
    padding: 7px 12px;
    border: 1px solid #bbb;
    margin: 0 5px 10px 0;
    display: inline-block;
    border-radius: 2px;
    color: rgba(0,0,0,.87);
    background-color: #FFF;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);
}
.a2z-label:hover {
    background: #8BC34A;
    border-color: #8BC34A;
    color: #fff;
    cursor: pointer;
}

.navbar-default .btn-default {
    background-color: transparent;
    color: rgba(255, 255, 255, .84);
    color: rgba(0, 0, 0, .84);
    border-color: transparent;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #c2c2c2;
    background: #fff;
    font-size: 13px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.navbar-default .btn-default:hover {
    border: 1px solid #c2c2c2;
    background: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.navbar-inverse.navbar .btn-default {
    border: none;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 20px;
}

.navbar-inverse.navbar .btn-default:hover {
    color: #1777cb !important;
}

.navbar-inverse .navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.navbar-brand {
    padding-top: 15px;
}

.navbar-brand img {
    width: 164px;
    height: 34px;
}


/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled {
    padding-left: 230px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 230px;
    width: 0;
    height: 100%;
    margin-left: -230px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);*/
}

#wrapper.toggled #sidebar-wrapper {
    width: 230px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    background: #f8f9fb;
}

#page-content-wrapper-split {
    float: left;
    width: 100%;
    padding-right: 359px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -230px;
}

.fixed-brand {
    width: auto;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 54px;
    width: 230px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

#myMenuTab .btn {
    border-radius: 0;
    border: 0;
    background: #f8f9fb;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#myMenuTab .btn:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

#myMenuTab .btn-default.active,
#myMenuTab .btn-default:active,
#myMenuTab .open>.dropdown-toggle.btn-default {
    box-shadow: none;
    background: #fff;
    color: #0079C0;
    border-bottom: 1px solid #fff !important;
}

#myMenuTab .btn-default.active:hover {
    border-bottom: 1px solid #fff;
}

#myMenuTab a {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 55px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

#sidebar-title {
    position: absolute;
    top: 0px;
    width: 230px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    height: 54px;
}

#sidebar-title li {
    background-color: #f8f9fb;
    color: #212121;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.sidebar-nav li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li a:hover {
    border-left: 4px solid #81B441;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #616161;
    font-weight: 500;
    padding: 10px 45px 10px 15px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-left: 4px solid transparent;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li.active a i {
    color: #0079C0;
}

.sidebar-nav li.active a {
    color: #212121;
    border-left: 4px solid #81B441;
}

.sidebar-nav li.active .dropdown-menu a {
    border-left: 4px solid transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav .badge {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 0.9;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav .dropdown-header {
    color: #212121;
    background-color: #fff;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar-nav .dropdown-menu,
.sidebar-right .nav .dropdown-menu {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #f8f9fb;
    box-shadow: none;
}

.sidebar-nav .dropdown-menu li,
.sidebar-right .nav .dropdown-menu li {
    border-top: 0;
    border-bottom: 0;
}

.sidebar-nav .dropdown-menu li a,
.sidebar-right .nav .dropdown-menu li a {
    white-space: pre-wrap;
    font-size: 12px !important;
    padding: 15px 42px 15px 15px;
    color: #616161;
    background-color: #f8f9fb;
}

.sidebar-nav .dropdown-menu li a:hover,
.sidebar-nav .dropdown-menu li a:focus,
.sidebar-right .nav .dropdown-menu li a:hover,
.sidebar-right .nav .dropdown-menu li a:focus {
    background-color: #cecece;
    color: #212121;
}

.sub_icon {
    display: inline-block;
    margin-right: 15px;
    width: 26px;
    height: 26px;
    text-align: left;
    font-size: 19px;
}

.sidebar-nav li a .caret {
    position: absolute;
    right: 24px;
    top: 20px;
}

.no-margin {
    margin: 0;
}

.sidebar-nav .dropdown.open,
.navbar .open>a,
.navbar .open>a:focus,
.navbar .open>a:hover {
    color: #212121;
    background-color: #f8f9fb;
}

.sidebar-nav>li>a:focus,
.sidebar-nav>li>a:hover {
    border-left: 4px solid #81B441;
    color: #212121;
    background-color: #f8f9fb;
}

#wrapper.toggled-2 #sidebar-title {
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease .01s;
    -moz-transition: all .1s ease .01s;
    -o-transition: all .1s ease .01s;
    -ms-transition: all .1s ease .01s;
    transition: all .1s ease .01s;
}

#wrapper.toggled #sidebar-title {
    -webkit-transition: all .1s ease .15s;
    -moz-transition: all .1s ease .15s;
    -o-transition: all .1s ease .15s;
    -ms-transition: all .1s ease .15s;
    transition: all .1s ease .15s;
    visibility: visible;
    opacity: 1;
    height: 50px;
}

#wrapper.toggled-2 .sidebar-nav {
    top: 0;
}

#wrapper.toggled-2 .copyright {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease .15s;
    -moz-transition: all .1s ease .15s;
    -o-transition: all .1s ease .15s;
    -ms-transition: all .1s ease .15s;
    transition: all .1s ease .15s;
}

#wrapper.toggled-3 #sidebar-wrapper {
    position: fixed;
    z-index: 1100;
    left: 230px;
    height: 100%;
    min-height: 100%;
    width: 230px;
    visibility: visible;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .9);
    transition: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-duration: .3s;
}

#wrapper.toggled-3 #page-content-wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 1009;
}

@media(min-width:768px) {

    #wrapper {
        padding-left: 230px;
    }
    .fixed-brand {
        width: auto
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #wrapper.toggled-2 {
        padding-left: 60px;
        height: 100%;
        min-height: 100%;
    }
    #sidebar-wrapper {
        width: 230px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 230px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 60px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 230px;
    }
    #page-content-wrapper {
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 230px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navbar-default.navbar .navbar-nav>li>a {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

@media (max-width: 480px) {
    .title-wrap h1 {
        font-size: 16px !important;
        margin-top: 10px !important;
    }
    .title-wrap h1 small {
        font-size: 14px !important;
    }
    .breadcrumb a {
        font-size: 12px;
    }
    .hero .btn {
        margin-top: 0;
        width: 100%;
    }
    .quick-links li+li {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #wrapper #sidebar-wrapper {
        top: 52px;
    }
}


/* Rest */

.fa-pill {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=.5);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-pill:before {
    content: "\f205";
}

.copyright {
    position: absolute;
    bottom: 50px;
    margin-bottom: 0;
    padding: 5px 3px;
    width: 230px;
    font-size: 10px;
    /*
    background: url(../img/bgbg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-bg.jpg', sizingMethod='scale')";
    */
}

.copyright p {
    color: #070707;
    font-size: 9px;
    text-align: center;
}

.navbar-default #wika {
    margin-top: 19px;
    margin-bottom: 19px;
}

.navbar-default #wika li {
    color: #666;
    padding: 0 15px;
    border-right: 1px solid #666;
    line-height: 0.9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default #wika li:last-child {
    border-right: 0;
}

.navbar-default #wika li.active,
.navbar-default #wika li:hover {
    color: #81B441;
    cursor: pointer;
}

.navbar-default .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

#wika {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 12px;
}

.navbar-inverse #wika:hover {
    background: #fff;
    border-radius: 2px;
}

.navbar-inverse #wika:hover li {
    color: #212121;
    border-right: 1px solid #212121;
}

.navbar-inverse #wika .active {
    color: #81B441;
}

.navbar-inverse #wika li {
    color: #fff;
    border-right: 1px solid #f9f9f9;
    line-height: 0.9;
    margin: 12px 0 11px;
    padding: 0px 12px;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
}

.navbar-inverse #wika li:last-child,
.navbar-inverse #wika:hover li:last-child {
    border-right: 0;
}

.navbar-inverse #wika li:hover {
    cursor: pointer;
    color: #81B441;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-top: 20px;
}

.breadcrumb a {
    font-weight: 700;
    color: #333;
}

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
}

.notice .alert {
    border-radius: 0;
    border: 0;
    min-height: 50px;
    margin-bottom: 0;
}

.panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-default {
    border-top: solid 1px #eff2f3;
    border-bottom: 1px solid #eff2f3;
    border-left: 0;
    border-right: 0;
}

.panel-default>.panel-heading {
    border-radius: 0;
    font-weight: 700;
    background-color: #f8f9fb;
    color: rgba(0, 0, 0, .84);
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    border-bottom: 1px solid #eff2f3;
    letter-spacing: 1px;
}

.search-title {
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.panel-default .form-control {
    border-radius: 50px;
    height: 43px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #e8eced;
}

.panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-body .input-group-addon {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: none;
    box-shadow: none;
    border-right: 0;
}

.content-top {
    background-color: #fff;
    padding: 8px 20px;
    min-height: 55px;
    height: 55px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.content-top select.form-control {
    height: 34px;
}
.content-top .list-inline {
    margin-bottom: 0;
}

.content-top .btn-default {
    margin-top: 6px;
    border: 1px solid rgba(0, 0, 0, .15);
    background: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.navi-drop {
    margin-top: 2px;
}

.content-top-admin .navbar-nav>li>a {
    font-size: 12px;
    color: #212121;
    font-weight: 500;
    padding-top: 17px;
    padding-bottom: 17px;
}

.content-top-admin .navbar-nav>li>a:hover,
.content-top-admin .navbar-nav>li>a:focus {
    background: none;
    color: #1777cb;
}

.content-top-admin .dropdown-menu a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
    color: #616161;
    font-weight: 500;
}

.content-top-admin .dropdown-menu>.active>a,
.content-top-admin .dropdown-menu>.active>a:focus {
    background: #f9f9f9;
}

.content-top-admin .dropdown-menu>.active>a:hover {
    background: #1777cb;
}

.content-top-admin .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.quick-links {
    padding-top: 10px;
}

.quick-links .badge {
    line-height: 0.9;
    font-size: 11px;
    margin-left: 5px;
}

.quick-links p {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
}

.quick-links .list-inline {
    margin-bottom: 0;
}

.quick-links .list-inline>li+li {
    padding-left: 2px;
    padding-right: 2px;
}

.quick-links li {
    border-right: 1px solid #999;
    padding: 0 20px;
    line-height: 1;
}

.quick-links li:last-child,
.quick-links li:first-child {
    border-right: 0;
}

.quick-links li.active>a {
    text-decoration: none;
    color: #212121;
}

.quick-links li:first-child {
    padding-left: 15px;
    padding-right: 0;
}

.quick-links li.active>a:hover {}

.quick-links li.active>a .badge {
    background: #81B441;
    color: #fff;
}

.quick-links li a {
    font-weight: 500;
    color: #616161;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quick-links li a:hover,
.quick-links li a:focus {
    text-decoration: none;
    color: #1777cb;
}

#tog-right {
    font-size: 12px;
    border: 0;
    background: none;
    text-decoration: underline;
}

#tog-right i {
    padding-right: 5px;
}

.pagination {
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1777cb;
    color: #fff;
    border-color: #1777cb;
}


/* Text */

.title-area {
    margin-bottom: 10px;
    margin-top: 20px;
}

.title-wrap h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
}

.title-wrap h1 small {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}


/* Table */

.action-view {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
}

.action-view .btn-default {
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #616161;
}

.action-view .btn-default.active {
    color: #212121;
}

.action-view .list-inline .btn-default {
    border: 1px solid rgba(0, 0, 0, .15);
    background: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}


/*
 * table
 */

.alt-wrap .table-inner .table {
    margin-bottom: 10px;
}

.alt-wrap .table-inner .form-group .btn-default {
    border: 1px solid transparent;
    margin-right: 10px;
    padding: 8px 30px;
    border-radius: 2px
}

.alt-wrap .table-inner .lg.btn-primary {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    margin-right: 10px;
    padding: 8px 30px;
    border-radius: 2px
}

.alt-wrap .table-inner input {
    border-radius: 0;
}

.alt-wrap .table-inner .form-group .btn-default:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    border-color: transparent;
}

.alt-wrap .table-inner p {
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 500;
}

.alt-wrap .btn-edit-group {
    top: 8px;
}

.alt-wrap h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.alt-wrap .table-inner {
    padding: 15px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}

.alt-wrap .table-inner label {
    letter-spacing: 0;
    font-size: 12px;
    margin-bottom: 0;
}

.listview-table {
    background: #fff;
    padding: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listview-table h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.listview-table .results,
.alt-wrap .results {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: right;
    font-weight: 500;
    color: #616161;
}

.listview-table .table-inner {
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, .17);
    border-radius: 2px;
    margin-bottom: 20px;
}

.listview-table .table-inner ul {
    margin-bottom: 0;
}

.listview-table .table-inner ul > li {
    font-size: 13px;
    line-height: 2;
    color: #212121;
    font-weight: 400;
}

.listview-table .table-inner p {
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 15px;
    font-weight: 500;
}

.listview-table .table-patient-name:hover {
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    color: #1777cb;
}

.listview-table .search {
    background: #fff;
}

.listview-table .search h4 {
    margin-bottom: 20px;
    color: #212121;
    font-weight: 400;
    font-size: 20px;
}

.alt-wrap .search h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.listview-table .search .form-control,
.alt-wrap .search .form-control {
    border-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 45px;
    font-size: 16px;
    border-color: rgba(0, 0, 0, .12);
    font-weight: 400;
    box-shadow: none;
}

.alt-wrap #searcher {
    margin-bottom: 0;
}

#searcher {
    margin-bottom: 35px;
}

#searcher .form-control {
    border-left: 0;
}

#searcher .input-group-addon {
    font-size: 18px;
    background: none;
    box-shadow: none;
    color: #ccc;
    border-color: #e7e7e7;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.listview-table .table-inner:nth-of-type(even) {
    background: #f8f9fb;
}

.listview-table .table-inner li:before,
.alt-wrap .table-inner li:before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    width: 130px;
    padding-right: 20px;
    font-size: 13px;
}

.listview-table .table-inner .btn-primary {
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: 10px;
}

.btn-action {
    margin-top: 44px;
    text-align: right;
}

.btn-action .btn {
    padding: 8px 20px;
    font-size: 13px;
}

.btn-action-2 .btn-primary {
    background: #0d87e9;
    border-color: #0d87e9;
}

.btn-edit-group {
    position: absolute;
    right: 15px;
    top: -3px;
}

.btn-edit {
    border: none;
    background: none;
    font-size: 16px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-edit:hover {
    background: #F7464A;
    color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}

.btn-profile {
    border: none;
    background: none;
    font-size: 16px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-profile:hover {
    background: #00B5B5;
    color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}

.btn-edit-now {
    border: none;
    background: none;
    font-size: 16px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-edit-now:hover {
    background: #9E9D9B;
    color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}

footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 15px 30px;
}

footer p {
    font-size: 11px;
    margin-bottom: 0;
    text-align: left;
}

footer .scroll-up {
    text-align: right;
    font-weight: 11px;
}

#scrollUp {
    z-index: 9999;
    position: fixed;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #333;
    background-color: rgba(0, 0, 0, .3);
    font-size: 13px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#scrollUp:hover {
    background: #333;
}

#scrollUp a {
    color: #fff;
}

.button-wrapper {
    margin-top: 6%;
}

.button-wrapper button {
    display: block;
    vertical-align: middle;
}

table {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.table {
    margin-bottom: 60px;
}

.table-inner label {
    letter-spacing: 1px;
    font-size: 14px;
    color: #212121;
}

table thead {
    background: transparent;
    color: rgba(0, 0, 0, .84);
}

.table>tbody>tr:nth-child(even) {
    background: #fff;
}

.table>tbody>tr:nth-child(odd) {
    background: #fff;
}

.alt-wrap .after-label {
    font-size: 12px;
    color: #212121;
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding-top: 12px;
    padding-bottom: 15px;
    line-height: 1.8;
}

.alt-wrap .table {
    border-bottom: 0;
}

.alt-wrap .table-inner .table>thead>tr>th {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #212121;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    border-bottom: 0;
}

.table>thead>tr>th {
    border-bottom: 2px solid #eff2f3;
    padding: 12px 13px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #212121;
    width: auto !important;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid rgba(0, 0, 0, .07);
}

.alt-wrap .table-inner .table>tbody>tr>td,
.alt-wrap .table-inner .table>tbody>tr>th,
.alt-wrap .table-inner .table>tfoot>tr>td,
.alt-wrap .table-inner .table>tfoot>tr>th {
    height: 48px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 12px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th {
    padding: 20px 13px;
    vertical-align: middle;
    border-bottom: 1px solid #eff2f3;
    font-size: 13px;
    font-weight: 400;
    color: #212121;
}

.table>tbody>tr:last-child td {
    border-bottom: none;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f1f1f1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

table .btn-primary {
    background: #0d87e9;
    border-color: #0d87e9;
}

table .btn-primary:hover,
table .btn-primary:focus {
    background: #026aa7;
    border-color: #026aa7;
}

.del.btn {
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 13px;
}

.del:hover {
    color: #e51c23;
    cursor: pointer;
}

.del-btn {
    border: 1px solid rgba(0, 0, 0, .15);
    background: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    width: 36px;
    height: 36px;
    border-radius: 50px;
}

@media (max-width: 993px) {
    .login-title h1 {
        text-align: left;
        font-size: 26px;
    }
    .login h2 {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 51px;
    }

#qaapp-login .szyapp {
    width:auto;
    margin:auto;
    left:auto;
}
    
    .navbar-brand {
        width: 100%;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .navbar-brand img {
        margin: 0 auto;
    }
    #menu-toggle.navbar-toggle {
        position: absolute;
        left: 15px;
        border: 1px solid #c2c2c2;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
        font-weight: 600;
        width: 34px;
        height: 34px;
        padding: 0;
        margin-right: 0;
        margin-top: 9px;
        margin-bottom: 9px;
        color: rgba(0, 0, 0, .84);
    }
    table {
        border: 0;
    }
    table thead {
        display: none;
    }
    table tr {
        margin-bottom: 10px;
        display: block;
        border: 1px solid #ddd;
    }
    table td {
        display: block;
        text-align: right;
        font-size: 13px;
    }
    table td:first-child {
        border-top: 0 !important;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        font-size: 13px;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th {
        padding: 10px 10px;
    }
    .table-hover tbody tr:hover td,
    .table-hover tbody tr:hover th {
        background-color: #fff;
    }
    table .btn {
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }
    table .btn-group {
        width: 100%;
        margin-top: 5px;
    }
    table .btn-group .btn {
        width: 100%;
        margin-bottom: 5px;
        border-radius: 2px;
    }
    table .del-btn {
        background-color: #d14836;
        background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
        background-image: linear-gradient(top, #dd4b39, #d14836);
        color: #fff;
        padding: 8px 15px;
        width: 100%;
        border-radius: 2px;
        border: none;
    }
}


/* Misc */

a {
    color: #1777cb;
}

.margin-top-lg {
    margin-top: 60px;
}

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

.margin-top-sm {
    margin-top: 20px;
}

.help-block {
    margin-top: 0;
}

textarea.form-control {
    padding: 8px !important;
}

.date .form-control,
.date .input-group-addon {
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
hr {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
}


/* scroll fixes */

.modal-open .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: 1px solid transparent;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.modal-content .btn-default {
    padding: 8px 30px;
    border-radius: 2px;
    text-decoration: none;
}

#tallModal .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0;
}

#tallModal .modal-content {
    height: 100%;
    border-radius: 0;
    overflow: auto;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
    height: 100%;
}

.button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.close {
    font-size: 34px;
    font-weight: 300;
    line-height: 24px;
    opacity: 0.6;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.alt-wrap {
    background-color: #f5f5f5;
    padding: 20px;
}

.wrapper-white {
    background: #fff;
    padding: 20px;
}

.content-top-admin .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 15px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.content-top-admin .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 16px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

#admin_content .listview-table {
    border-bottom: none;
}

#admin_menu .panel {
    border-top: 0;
    border-bottom: 0;
}

#admin_menu {
    height: 100%;
    background: #f8f9fb;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

#admin_menu i {
    margin-right: 10px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

#admin_menu li:hover {
    cursor: pointer;
    color: #1777cb;
    background: #f8f9fb;
}

.admin-sub-menu {
    margin-left: 39px;
}

.admin-menu-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
}

#admin_menu .panel>.panel-heading {
    background-color: #f8f9fb;
    border-color: rgba(0, 0, 0, 0.12);
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
}

#admin_menu li {
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}

#admin_menu li:first-child {
    border-top: none;
}

#add-form .btn-default,
#editform .btn-default {
    padding: 8px 30px;
    border-radius: 2px
}

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

#add-form .form-control,
#editform .form-control {
    border-radius: 2px;
    font-size: 16px;
    border-color: rgba(0, 0, 0, .15);
    padding: 0;
}

#add-form .selectize-control {
    height: 42px;
}

#add-form input.form-control,
#editform input.form-control {
    border-radius: 2px;
    height: 40px;
    font-size: 16px;
    border-color: rgba(0, 0, 0, .15);
    font-weight: 400;
    box-shadow: none;
    color: #666;
    padding: 0 15px;
}

#add-form .input-group-addon,
#editform .input-group-addon {
    border-color: rgba(0, 0, 0, .15);
    box-shadow: none;
}

#add-form .control-label,
#editform .control-label {
    font-weight: 600;
    padding-right: 0;
    font-size: 13px;
}

.select2-dropdown {
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 2px;
}

.selectize-input {
    border: none !important;
    border-radius: 2px;
    height: 40px;
    font-size: 16px;
}

.selectize-dropdown-content {
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
select.form-control {
    height: 40px;
    font-size: 16px;
    border-radius: 2px !important;
    color: #666;
    padding: 0 15px !important;
}

/* Sidebar Fixed */

#right_table {
    border-left: 1px solid rgba(0, 0, 0, .15);
    height: 100%;
    position: fixed;
    width: 360px;
    right: 360px;
    margin-right: -360px;
    z-index: 1000;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-hide {
    padding-right: 0 !important;
}

.right-show {
    padding-right: 359px !important;
}

.right-menu-hide {
    margin-right: 0 !important;
    right: -360px !important;
}

.sidebar-right {
    background: #fff;
    min-height: 100%;
    overflow-y: auto;
}

.sidebar-right-title {
    background: #f8f9fb;
    position: relative;
    color: #212121;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.sidebar-right-title h3 {
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    line-height: 55px;
}

.sidebar-right-title #ext-fullview {
    position: absolute;
    left: 20px;
    top: 12px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    width: 31px;
    height: 31px;
    line-height: 31px;
    color: #212121;
}

.sidebar-right-title #ext-fullview:hover {
    cursor: pointer;
    color: #212121;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
    background: #fff;
}

.sidebar-right-title #ext-fullview i {
    font-size: 12px;
}

.sidebar-right .tab-w-1 {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-block;
}

.sidebar-right .tab-w-2 {
    display: inline-block;
}

.sidebar-right .b-tab {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    color: #616161;
}

.sidebar-right .b-tab:hover,
.sidebar-right .b-tab.active {
    border-bottom-color: #ccc;
    color: #212121;
    cursor: pointer;
}

.b-tab+.b-tab {
    border-right: none;
}

.sidebar-right .nav-justified>li>a {
    background: #fff;
    padding: 15px 15px !important;
    text-align: center !important;
    border-radius: 0;
}

.sidebar-right .nav-pills>li.active>a,
.sidebar-right .nav-pills>li.active>a:focus,
.sidebar-right .nav-pills>li.active>a:hover {
    background: #fff;
    color: #212121;
}

.sidebar-right .nav-pills>li:hover {
    border-bottom: 2px solid #1777cb;
}

.sidebar-right .nav-pills>li:hover a {
    color: #212121;
}

.sidebar-right .nav-pills>li.active {
    border-bottom: 2px solid #1777cb;
}

.padding {
    padding: 20px;
}

.sidebar-right .item {
    border-radius: 50px;
    padding: 7px 15px;
    background: #f2f2f2;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-bottom: 13px;
    margin-right: 6px;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-right .item:hover {
    background: #81B441;
    color: #fff;
    cursor: pointer;
}

.sidebar-right .nav li a {
    color: #616161;
    font-weight: 500;
    padding: 10px 45px 10px 15px;
    font-size: 13px;
    line-height: 1.2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-left: 4px solid transparent;
}

.sidebar-right input.form-control {
    -webkit-animation-duration: .0001s;
    animation-duration: .0001s;
    background-color: transparent;
    color: rgba(0, 0, 0, .87);
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .26);
    outline: 0;
    height: 32px;
    width: 100%;
    padding: 0;
    box-shadow: none;
    font-size: 16px;
    background-image: none;
}

.sidebar-right input.form-control:focus {
    border-bottom: 1px solid #1777cb;
}

.sidebar-right #drugs {
    display: inline-block;
}


/* Treeview */

#htmllist ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid rgba(0, 0, 0, .26);
}

#htmllist ul {
    padding-left: 0;
    margin-left: 1em;
    position: relative;
    list-style: none;
}

#htmllist ul li {
    padding: 0 0px 0 25px;
    font-size: 15px;
    position: relative;
}

#htmllist ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, .26);
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

#htmllist ul ul {
    margin-left: 10px;
    list-style: none;
}


/* Treeview */

.node-treeview1 {
    font-size: 12px;
}

.node-selected {
    background: #1777cb !important;
    color: #fff;
}

.treeview span.icon {
    font-size: 6px;
}


/* Billing */

.big-icon-wrap {
    background-color: #fff;
    padding: 6px 15px;
    color: #616161;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
}

.big-icon-wrap:hover {
    cursor: pointer;
    color: #212121;
    background-color: #f8f9fb;
}

.big-icon-wrap img {
    margin-top: 5px;
}

.big-icon-wrap h4 {
    font-weight: 500;
    font-size: 13px;
}

#personal tr>td {
    font-size: 14px;
}

#personal_info table {
    border: 0;
}

#grand-total {
    position: absolute;
    bottom: 65px;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    z-index: 1;
}

#grand-total select {
    margin-bottom: 0;
    border: none;
    padding: 5px 10px;
    background: transparent;
    border-radius: 0;
    height: 36px;
    line-height: 1;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    z-index: -1;
}

#grand-total .select-wrapper {
    border-radius: 2px;
    border: 2px solid #ddd;
    margin-bottom: 7px;
    width: 100%;
}

#grand-total .select-wrapper:after {
    background: none;
    color: #ccc;
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 13px;
    height: 36px;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}


/* This hides dropdown button arrow in IE */

#grand-total select::-ms-expand {
    display: none;
}


/* This hides focus around selected option in FF */

#grand-total select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#grand-total .form-group {
    margin-bottom: 5px;
}

#grand-total .control-label {
    font-size: 13px;
    margin-bottom: 0;
}

input[type=text].totals {
    color: #333;
    width: 50%;
    border: 0;
    background: 0;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

#dataTable {
    position: relative;
    margin-top: 35px;
}

#dataTable .col-md-2,
#dataTable .col-md-8,
#dataTable .col-md-4 {
    margin-bottom: 10px;
}

#dataTable input.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .12);
    font-size: 13px;
}

@media (min-width: 768px) {
    .navbar-form {
        margin-top: 16px;
        margin-bottom: 15px;
    }
    .navbar-form .input-group {
        width: 100%;
    }
    .navbar-form .form-control {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        color: #fff;
        box-shadow: none;
        border-radius: 2px;
        font-size: 14px;
        font-weight: 500;
    }
    .navbar-form .input-group .input-group-addon {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        color: rgba(255, 255, 255, 0.6);
        padding-left: 5px;
        padding-right: 5px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
}