#ffe773/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 200px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-turquoise {
    background-color: turquoise;
    outline-color: rgba(255,255,255,0);
    border-color: turquoise;
}

.btn-turquoise:focus {
    outline-color: rgba(255,255,255,0) !important;
}

.btn-turquoise:hover {
    background-color: #37c0b2 !important;
    border-color: turquoise;
}

.btn-circle {
    width: 20px;
    height: 20px;
    padding: 4px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 8px;
    line-height: 1;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}


.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #FFEF1E;
}

.panel-yellow .panel-heading {
    border-color: #FFEF1E;
    color: #000;
    background-color: #FFEF1E;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.patienteerGreen {
    color: #fff;
    background-color: #069B81;
}

.panel-patienteerGreen {
    border-color: #069B81;
}

.panel-patienteerGreen .panel-heading {
    border-color: #069B81;
    color: #fff;
    background-color: #069B81;
}

.panel-patienteerGreen a {
    color: #fff;
}

.panel-patienteerGreen a:hover {
    color: #000;
}

.panel-white {
    border-color: #000;
}
.panel-white .panel-heading {
    border-color: #000;
    color: #000;
    background-color: #fff;
}

.panel-blue {
    border-color: #00B0F0;
}
    .panel-blue .panel-heading {
        border-color: #00B0F0;
        color: #fff;
        background-color: #00B0F0;
    }

.panel-lightblue {
    border-color: #C5D9F1;
}

.panel-lightblue .panel-heading {
    border-color: #C5D9F1;
    color: #000;
    background-color: #C5D9F1;
}


.panel-lighterblue {
    border-color: #9BC2E6;
}

    .panel-lighterblue .panel-heading {
        border-color: #9BC2E6;
        color: #000;
        background-color: #9BC2E6;
    }

.panel-beige {
    border-color: #FFE699;
}

    .panel-beige .panel-heading {
        border-color: #FFE699;
        color: #000;
        background-color: #FFE699;
    }

.panel-orange {
    border-color: #ffc000;
}

.panel-orange .panel-heading {
    border-color: #ffc000;
    color: #000;
    background-color: #ffc000;
}

.panel-lightgreen {
    border-color: #92D050;
}

.panel-lightgreen .panel-heading {
    border-color: #92D050;
    color: #000;
    background-color: #92D050;
}
.panel-darkgreen {
    border-color: #A9D08E;
}

    .panel-darkgreen .panel-heading {
        border-color: #A9D08E;
        color: #000;
        background-color: #A9D08E;
    }

.panel-lightpink {
    border-color: #FCE4D6;
}

.panel-lightpink .panel-heading {
    border-color: #FCE4D6;
    color: #000;
    background-color: #FCE4D6;
}

.panel-brown {
    border-color: #C65911;
}

.panel-brown .panel-heading {
    border-color: #C65911;
    color: #fff;
    background-color: #C65911;
}

.panel-tan {
    border-color: #FFE699;
}

.panel-tan .panel-heading {
    border-color: #FFE699;
    color: #000;
    background-color: #FFE699;
}

.panel-purple {
    border-color: #4B0082;
}

    .panel-purple .panel-heading {
        border-color: #4B0082;
        color: #FFF;
        background-color: #4B0082;
    }

/* Modal popup */

@media screen and (min-width: 401px) {
    .modal-lrg {
        width: 60%; /* respsonsive width */
    }
}

.blueHyperlink {
            color: blue !important;
            text-decoration:none !important;
        }
        .blueHyperlink:hover, 
        .blueHyperlink:focus {
            color: lightblue !important;
        }
                .redHyperlink {
            color: red !important;
            text-decoration:none !important;
        }
        .redHyperlink:hover, 
        .redHyperlink:focus {
            color: #F9404E !important;
        }
        .greenHyperlink {
            color: #67CB67 !important;
            text-decoration:none !important;
        }
        .greenHyperlink:hover, 
        .greenHyperlink:focus {
            color: lightgreen !important;
        }



    /* set a max-width for horizontal fluid layout and make it centered */
    .container-fluid {
      margin-right: auto;
      margin-left: auto;
      max-width: 1600px; /* or 950px */
    }


    /* Print styling */

@media print {

[class*="col-sm-"] {
	float: left;
}

[class*="col-xs-"] {
	float: left;
}

.col-sm-12, .col-xs-12 { 
	width:100% !important;
}

.col-sm-11, .col-xs-11 { 
	width:91.66666667% !important;
}

.col-sm-10, .col-xs-10 { 
	width:83.33333333% !important;
}

.col-sm-9, .col-xs-9 { 
	width:75% !important;
}

.col-sm-8, .col-xs-8 { 
	width:66.66666667% !important;
}

.col-sm-7, .col-xs-7 { 
	width:58.33333333% !important;
}

.col-sm-6, .col-xs-6 { 
	width:50% !important;
}

.col-sm-5, .col-xs-5 { 
	width:41.66666667% !important;
}

.col-sm-4, .col-xs-4 { 
	width:33.33333333% !important;
}

.col-sm-3, .col-xs-3 { 
	width:25% !important;
}

.col-sm-2, .col-xs-2 { 
	width:16.66666667% !important;
}

.col-sm-1, .col-xs-1 { 
	width:8.33333333% !important;
}
  
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left !important;
}

body {
	margin: 0;
	padding: 0 !important;
	min-width: 768px;
}

.container {
	width: auto;
	min-width: 750px;
}

body {
	font-size: 10px;
}

a[href]:after {
	content: none;
}

.noprint, 
div.alert, 
header, 
.group-media, 
.btn, 
.footer, 
#comments, 
.nav, 
ul.links.list-inline,
ul.action-links {
	display:none !important;
}

}

/* #loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('../../img/gif/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier 
}*/

.panel-body{
    position: relative;
}

#loadingDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center;
    opacity: 0.5;
    filter: alpha(opacity=40);
    z-index: 1000;
}

.centerOverlay {
    text-align: center;
    font-size: 18px;
    font-family: Segoe UI,Tahoma,Geneva,Verdana,sans-serif;
    color: beige;
    position: relative;
    top: 35%;
}

th.dt-center, td.dt-center {
    text-align: center;
}

.display-popover {
    cursor: pointer;
    width: fit-content;
}

.popover{
    max-width: none;
}

.btn-refresh-outline {
    padding: 2px 5px;
    background-color: transparent;
    color: limegreen;
    margin-top: -2px;
}

.delayOption {
    max-height: 28px;
    font-size: 10px;
    padding: 6px 3px;
}

user-search-control.dtOwnerSelect span.ui-select-toggle, ul.ui-select-choices {
    font-size: 10px;
    padding: 8px 8px;
}

user-search-control.dtOwnerSelect .ui-select-bootstrap .ui-select-choices-row > span {
    padding: 3px 6px;
}

user-search-control.dtOwnerSelect span.ui-select-match-text {
    padding-right: 60px;
}

user-search-control.ptConsultantSelect span.ui-select-toggle, ul.ui-select-choices {
    font-size: 10px;
    padding: 8px 8px;
}

user-search-control.ptConsultantSelect .ui-select-bootstrap .ui-select-choices-row > span {
    padding: 3px 6px;
}

user-search-control.ptConsultantSelect span.ui-select-match-text {
    padding-right: 60px;
}

#listDepartmentWards {
    border-radius: 2px;
    padding: 8px 12px;
    height: 35px;
}
.center-info {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translate(50%,-50%);
}

.patientCount {
    font-style: italic;
    display: inline-block;
}

.patientCount .countItem {
    display: inline-block;
    margin: 4px 6px;    
}

.patientCount .countItem span {    
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

.shade-gray {
    background-color: darkgray !important;
    color: whitesmoke !important;
}

.shade-lightgray {
    background-color: #d9d9d9 !important;
}

.shade-yellow {
    background-color: #ffe773 !important;
    color: #333 !important;
}

.shade-lightyellow {
    background-color: #ffee99 !important;
    color: #333 !important;
}

.shade-lightgreen {
    background-color: lightgreen !important;
    color: #333 !important;
}

.table-hover > tbody > tr.shade-gray:hover {
    background-color: #939393 !important;
}

.error-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(208, 208, 208, 0.5);
    z-index: 2;
}

.error-overlay .message{
    background: white;
    width: fit-content;
    padding: 10px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    box-shadow: 5px 10px 18px #888888;
}

.working-diagnosis:hover{
    cursor: pointer;
}

.x-close-button {
    cursor: pointer;
    font-size: 1.5em;
    margin-top: -3px;
    color: #d9534f;
    border-color: #d43f3a;
}

.x-close-button:hover {
    color: #c9302c;
    border-color: #ac2925;
}

.btn-referral-match {
    margin-left: 7px;    
}

label.error{
    color: red;
}

input[name="opttime"] {
    margin-top: 1px;
}

div.radio-filter label {
    cursor: pointer;
}

.radio-filter {
    width: fit-content;
    margin-top: 10px;
}

.fa-12-b {
    font-size: 12px;
    font-weight: bold;
}

