﻿ .ksmain {
    background: white;
    min-height: 585px;
    margin-top: 16px !important;
}
.ks-right-panel {
    margin-left: 187px;
    border-left: 1px solid rgba(60,64,67,.08);
}

    .ks-right-panel .ks-right-panelheader {
    }

        .ks-right-panel .ks-right-panelheader:hover {
            background: none;
        }

    .ks-right-panel .ks-right-panelheader {
        padding: 10px;
        padding-top: 0;
        border-bottom: solid 1px #ddd;
        margin-bottom: 13px;
    }

        .ks-right-panel .ks-right-panelheader h3 {
            margin: 9px 0;
        }

        .ks-right-panel .ks-right-panelheader input.form-control {
            border-width: 1px;
            padding: 10px 16px;
        }

.ks-left-panel {
    float: left;
    position: absolute;
    width: 200px;
    min-height: 585px;    
    background-color: #1f393a;
    left: 0;
    top: -1px;
    bottom: 0;
}

    .ks-left-panel .main-btn {
        margin: 13px 0;
    }

    .ks-left-panel .ks-menu {
        list-style: none;
        padding: 0;
    }

    .ks-left-panel .ks-menu li a {
        border-bottom: 1px solid #606060
    }

    .ks-left-panel .ks-menu li a {
        display: block;
        padding: 10px 13px;
        color: #FFF;
    }

        .ks-left-panel .ks-menu li a:hover {
            background: #fff;
            color: #808080;
        }

    .ks-left-panel .ks-menu li.active {
        background: #808080;
        font-weight: bold;
        border-left: #A7FFEB 5px solid;
    }

        .ks-left-panel .ks-menu li.active a::before {
            content: "\f0d9";
            font-family: FontAwesome;
            display: block;
            height: 27px;
            line-height: 25px;
            width: 27px;
            position: absolute;
            right: -16px;
            font-size: 38px;
            color: #FFF;
        }

.ks-right-panel .search-result h5 {
    padding-bottom: 5px;
}

    .ks-right-panel .search-result h5 small {
        font-weight: bold;
    }

.ks-right-panel .search-result .profile-photo-small {
    width: 70px;
    height: 70px;
    margin-left: 0;
}

.ks-right-panel .search-result .profile-photo-device {
    margin-left: -85px !important;
}


.ks-right-panel .search-result .profile-info-small {
    display: inherit;
}

.ks-right-panel .search-result .well {
    padding: 10px 2px;
}
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 15%;
    }
}
    .ks-right-panel .search-result .well:hover {
        box-shadow: 0 2px 2px teal;
        -webkit-box-shadow: 0 2px 2px teal;
        -moz-box-shadow: 0 2px 2px teal;
    }

.ks-right-panel .search-result .status {
    border-top: 1px solid #efefef;
    margin: 13px 0 0;
    padding-top: 13px;
}

    .ks-right-panel .search-result .status div {
       /* border-right: 1px solid #CCC;*/
        text-align: center;
    }

        .ks-right-panel .search-result .status div.no-border-right {
           /* border-right: none;*/
        }




/*follow all pages in Inpatient section*/
.ks-right-panel-content {
    padding: 0 13px;
}

.ks-right-panel.ks {
    margin-left: 352px;
    
}

.ks-nav {
    /*border-radius: 3px;*/
    color: #5f6368;
    font-size: 13px;
    overflow: hidden;
    /*transition: box-shadow 135ms cubic-bezier(.4,0,.2,1),width 235ms cubic-bezier(.4,0,.2,1);
        box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
        transition: box-shadow 135ms cubic-bezier(.4,0,.2,1);*/
    /*border-right: 1px solid rgba(60,64,67,.08);*/
    padding-left: 0px;
    padding-right: 0px;
    width: 165px;
    position: absolute;
    margin-left: 187px;
    top: 0;
    background: #FFF;
}

    .ks-nav > ul > li a.active {
        background-color: #eee;
        border-right: 3px solid teal;
    }

    .ks-nav > ul > li {
        border-bottom: 1px medium #eee;
    }
        .ks-nav > ul > li > ul {
            padding: 0;
        }
    .ks-nav ul li a {
        border-bottom: 1px solid #eff2f7;
        padding: 13px 13px 13px;
        display: block;
        color: #999;
    }

.floor {
    width: 150px;
    float: left;
    margin-top: -2px;
    margin-left: -2px;
}

.room-section .clearfix {
    margin-bottom: 13px;
}

.floor .room {
    border: 2px solid #ddd;
    height: 55px;
    width: 70px;
    text-align: center;
    float: left;
}

    .floor .room:nth-child(2) {
        float: right;
    }

.floor.multi-bed {
    width: 210px;
}

    .floor.multi-bed .room {
        width: 100px;
        height: auto;
    }

.floor .room .room-no {
    margin-top: -10px;
    padding-top: 2px;
    font-weight: bold;
    color: #ef8156;
}

.floor .room svg.bed-left, .floor .room svg.bed-right {
    width: 40px;
    height: 40px;
}

    .floor .room svg.bed-left path, .floor .room svg.bed-right path {
        /*fill: #ccc;*/
    }

.floor.multi-bed .room svg.bed-left, .floor.multi-bed .room svg.bed-right {
    width: 40px;
    height: 40px;
}

.floor.multi-bed .room div.bed-left, .floor.multi-bed .room div.bed-right {
    float: left;
    width: 40px;
    margin-left: 3px;
}

.floor.multi-bed .room div.bed-right {
    float: right;
    margin-left: 0;
    margin-right: 3px;
}

.floor .room svg.bed-left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 10px;
    /*margin-right: 50px;*/
}

.room svg.bed-left {
    margin-right: 10px;
}

.floor .room svg.bed-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
}

.floor.multi-bed .room svg.bed-right {
    margin-left: 0;
}

.room svg.bed-right {
    margin-left: 10px;
}

.floor .room svg.selected path {
    fill: rgba(0, 128, 128, 0.50);
}

.floor .room svg.booked path {
    fill: rgba(0, 128, 10, 0.36);
}

.ward-left-panel {
    float: left;
    position: absolute;
    width: 100px;
    margin-left: 186px;
    background-color: #2d494a;
    min-height: 550px;
    left: 0;
    top: -1px;
    bottom: 0;
}

.ward-menu, .ward-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

    .ward-menu ul {
        background-color: #375152;
    }

    .ward-menu > li > a {
        border-bottom: 1px solid #808080;
    }

    .ward-menu > li > li > a {
        border-bottom: 1px dotted #808080;
    }

    .ward-menu li a {
        display: block;
        padding: 10px 0px;
        color: #FFF;
    }

.ward .floor-header {
    margin-bottom: 13px;
    color: teal;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

    .ward .floor-header small {
        font-size: 8pt;
    }
.form-header {
    margin-bottom: 13px;
    color: teal;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}
.ks-nav ul li.building.active {
    border-bottom: 1px solid #eff2f7;
    display: block;
    color: #999;
    border-right: 3px solid #17a5ae;
}

.cls-1 {
    fill: #e8eaea;
}

.cls-2 {
    fill: #17a5ae;
}

.cls-3 {
    fill: #f2f2f2;
}

.cls-4 {
    fill: #54c0eb;
}

.cls-5 {
    fill: #84dbff;
}

.cls-6 {
    fill: #40596b;
}

.cls-7 {
    fill: #acb3ba;
}
/* Consultation design collapse*/


.ks-right-panel .ks-right-content{
    width:100%;
    overflow:auto;
}
.ks-autocomplete-tag {
    font-size: 14px;
    padding: .3em .4em 0.2em;
    margin: 0px 5px 5px 0px;
    background-color: white !important;
    border: 1px solid #d8d8d8;
    color: #b9b0b0;
    font-weight: normal;
    border-radius: 4px;
    float: left;
}

.ks-autocomplete-tag a {
    color: #bbb;
    cursor: pointer;
    opacity: 0.6;
}

.ks-autocomplete-tag a:hover {
    opacity: 1.0
}

.ks-autocomplete-tag .remove {
    vertical-align: bottom;
    top: 0;
}

.ks-autocomplete-tag a {
    margin: 0 0 0 .3em;
}
.ks-fa-calendar {
    font-size: 20px !important;
    position: absolute;
    top: 11px;
    margin-left: 10px;
}
.ks-autocomplete-tag a .fa-times-circle-o {
    color: #e69292;
    margin-bottom: 2px;
}

.NotificationBellbadge {
    padding: 2px 3px 3px;
    position: absolute;
    top: -4px;
    right: -4px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.badge-danger {
    background-color: #db5565;
}

.forgot-password-link {
    color: #3276b1 !important;
}