body {
    background-color: #262b32;
}

.logo {width:100%;margin:12px 0px;}
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px 15px 15px;
    min-height: 568px;
    background-color: #262b32;
}

#pageloader
{
position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background: #333 url(../images/loading.gif) center center no-repeat;
    background-size: 350px 15px;
    z-index: 9999;
    text-align: center;
    padding-top: 160px;
    font-size: 12px;
    opacity: 0.85;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #333;
    }
}

.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 #333;
}

.sidebar ul li a.active {
    background-color: #333;
}

.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: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
    

}

@media (max-width: 767px) {
    .navbar-right
    {
    float:right;
    margin-top:-50px;
    }
}

.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%;
}

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(150,150,150,.5);
}

.doctors-list {
	background:#262b32;
	border:0px;
	color:#fff;
	font-size:28px;
	width:100%;
	   
}

.border-bottom-primary {
	border-bottom: 1px solid #a5823e;
	margin-bottom:15px;
}

.doctors-list-header {position:relative;border-bottom:0px;margin-bottom:0px;}
.doctors-list-header .fa {
	position:absolute;
	top:10px;right:0px;
	background:#262b32;
	font-size:30px;
	pointer-events: none;
	
}


.btn-circle {
    width: 25px;
    height: 25px;
    padding: 3px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.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 {
}

.panel-green .panel-heading {
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
}

.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 {
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #fff;
}

.panel-yellow a:hover {
    color: #fff;
}

.sortable-heading  {cursor: move;}

.inactive-record {opacity:0.3;}
.footer {text-align:center;background:#262b32;padding:5px;border-top:1px solid #333;color:#888;}
.tab-pane {padding:15px;border:1px solid #444;border-top:0px;}


.tooth-map:link, .tooth-map:visited {position:absolute;z-index:10;display:inline-block;width:18px;height:18px;-webkit-border-radius: 9px;-moz-border-radius: 9px;border-radius: 9px;}
.tooth-map:hover , .tooth-map.active {background:red;opacity:0.5;}


#tooth-no-11 { left:115px;top:86px;}
#tooth-no-21 { left:135px;top:86px;}

#tooth-no-12 { left:100px;top:94px;}
#tooth-no-22 { left:152px;top:94px;}

#tooth-no-13 { left:87px;top:105px;}
#tooth-no-23 { left:163px;top:105px;}

#tooth-no-14 { left:79px;top:118px;}
#tooth-no-24 { left:170px;top:120px;}

#tooth-no-15 { left:71px;top:134px;}
#tooth-no-25 { left:180px;top:136px;}

#tooth-no-16 { left:65px;top:152px;}
#tooth-no-26 { left:186px;top:152px;}

#tooth-no-17 { left:61px;top:171px;}
#tooth-no-27 { left:189px;top:172px;}

#tooth-no-18 { left:61px;top:190px;}
#tooth-no-28 { left:188px;top:192px;}

#tooth-no-31 { left:135px;top:325px;width:14px;height:14px;}
#tooth-no-41 { left:122px;top:325px;width:14px;height:14px;}

#tooth-no-32 { left:147px;top:320px;width:14px;height:14px;}
#tooth-no-42 { left:109px;top:323px;width:14px;height:14px;}

#tooth-no-33 { left:158px;top:315px;width:14px;height:14px;}
#tooth-no-43 { left:97px;top:315px;width:14px;height:14px;}

#tooth-no-34 { left:166px;top:299px;}
#tooth-no-44 { left:87px;top:300px;}

#tooth-no-35 { left:178px;top:282px;}
#tooth-no-45 { left:75px;top:284px;}

#tooth-no-36 { left:187px;top:262px;}
#tooth-no-46 { left:66px;top:265px;}

#tooth-no-37 {left:189px;top:242px;}
#tooth-no-47 {left:62px;top:244px;}

#tooth-no-38 { left:189px;top:222px;}
#tooth-no-48 { left:62px;top:222px;}

* {border-radius:0px !important;}
.btn-circle {
    border-radius: 15px !important;;
}

.table th {white-space:nowrap !important;}
.table td .btn-sm {margin:2px !important;}
.tooth-selection img {float:left;margin:0px;}
.tooth-link {cursor:pointer;}

#service-list-here {}
.saved-panel {border:5px solid #398439;}


a.full-upper, a.full-lower {
	position: absolute;
    width: 130px;
    height: 72px;
    left: 152px;
    top: 144px;
    text-align: center;
    line-height: 72px;
    border-radius: 5px !important;
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
	color:#000;
	opacity:0;
	text-decoration:none;
}

a.full-lower {
    top: 315px;
}

a.full-upper:hover, a.full-lower:hover {opacity:1;}


#notification_list_arr small {text-align:right;color:#eee;display:block;}
#notification_list_arr {max-height:400px;overflow-y:scroll;padding:0px 20px; scroll-behavior: smooth;}
  
  
#notification_list_arr::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
#notification_list_arr::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #444;
}

#notification_list_arr::-webkit-scrollbar-track:hover {
  background-color: #444;
}

#notification_list_arr::-webkit-scrollbar-track:active {
  background-color: #444;
}

#notification_list_arr::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #222;
}

#notification_list_arr::-webkit-scrollbar-thumb:hover {
  background-color: #222;
}

#notification_list_arr::-webkit-scrollbar-thumb:active {
  background-color: #222;
}

#notification_list_arr  li a {padding:0px;}

#signaturePad {border: 1px solid #ccc; width: 300px; height: 200px;background:#fff;color:blue;}

.sig-wrapper {position: relative; display: inline-block;margin:auto;background:#fff;}

.sig-signature {
    display: block;
  }

.sig-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
  }