@font-face {
  font-family: 'TauriRegular';
  src: url('../fonts/Tauri-Regular.eot');
  src: url('../fonts/Tauri-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Tauri-Regular.woff') format('woff'),
       url('../fonts/Tauri-Regular.ttf') format('truetype'),
       url('../fonts/Tauri-Regular.svg#TauriRegular') format('svg');
}
@font-face {
  font-family: 'poor_richardregular';
  src: url('../fonts/poorich-webfont.eot');
  src: url('../fonts/poorich-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poorich-webfont.woff') format('woff'),
       url('../fonts/poorich-webfont.ttf') format('truetype'),
       url('../fonts/poorich-webfont') format('svg');
}
body{ font-family:'TauriRegular',sans-serif !important; -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
	.company-tis{
    color: #a00000;
    font-family: 'poor_richardregular';
    pointer: cursor;
    font-weight: bold;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family:'TauriRegular',sans-serif !important; 
}
.margin-top-10{ margin-top:5px;}
.phone-input{
	margin-bottom:8px;
}
.navbar-custom-menu .dropdown-menu li a {
    padding: 10px;
}
.date-r-o{ border-radius:0px !important;}
@media (min-width: 768px){
 .child {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;

    overflow-y: scroll; 
  }
  

}

.child {
  background-color: #FC6E51;
  text-align: center;
  height:100%;
}

/*#right {
  height:100%;
  background-color: #4FC1E9;
  text-align: center;
}
*/
/*.parent{
    height: 100%;
    width: 100%;
    overflow: hidden;
   
}
.child {
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
}*/
.red{ color:#f00;}
.has-feedback span { font-size:24px;}
.chat-box-all{min-height:200px; height:200px ; overflow-y:scroll;}
.contacts-list-info {
    margin-left: 45px;
    color: #000 !important;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 139px !important;
    padding: 10px;
    text-align: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
}
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
   
    color: #333!important;
    font-size: 17px;
    margin-top: 10px;
}
.skin-blue .main-header li.user-header {
    background-color: #ffffff !important;
}
.progress { margin-bottom:0px !important;}
.tsf-controls  {display:block !important;}
.logo-bottom div {
    padding-top: 52px;
    float: left;
    width: 100%;
	    font-size: 18px;
		font-weight:bold;
}
.top-title {
    margin-top: 14px;
    /* display: block; */
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.main-header .logo .logo-mini {
    display: none;
    padding: 0px;
    width: 39px;
    padding: 3px;
}
.logo-bottom img {
    padding: 10px;
}
.day-s { width:100%;}
.day-s tr td { padding:5px;}
.performers-line{ line-height:78px;}
.performer .nav-tabs-custom{margin-bottom:0px !important}
.performer {padding-bottom:0px !important}
.progress {
    background-color: #eaeaea !important;
    border-radius: 50px !important;
}
.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
}
.btn-box-h{float:left; width:100%; padding:10px;}
.view-profile-f{ z-index:999;}
.margin-remove{ margin-top:32px;}
.critical-patients{line-height:34px;}
.appointment-requests{line-height:49px;}
.content-wrapper {
    min-height: 100%;
    background-color: #fff !important;
    z-index: 800;
}
.bell { list-style:none;}
.bell li {
  padding-left: 1.3em;
 
}
.bell li:before {
  content: "\f0a2"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.broadcast { list-style:none;}
.broadcast li {
  padding-left: 1.3em;
 
}
.broadcast li:before {
  content: "\f111  "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.box-calender{ padding:0px 10px;}
.cal-box { padding:5px; margin-bottom:10px;}
.cal-box img{ min-width:50px; width:50px;  margin-bottom:10px;}
.days { font-weight:bold; margin-bottom:10px; float:left; width:100%;}
.box-r { margin-bottom:10px; }
.direct-chat-messages-chat{ height:100vh !important; }

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.message-user1 { width:100%; color:#fff;}
.message-user1 tr td{ padding:10px 20px;}
.message-user tr td{ padding:10px 20px;}

.appointment-requests .btn-group {
    margin-top: 15px;
}
.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 0px !important;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.skin-blue .main-header .navbar {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
}
.form-control {
   
    box-shadow: none;
    border:1px solid #bdbdbd !important;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    background: #f5f5f5;
    border-bottom: 1px solid #dadada;
}
.nav-tabs-custom img{ width:83px;} 
.box {
    position: relative;
    border-radius: 0px !important;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    
	    border: 1px solid #dadada!important;
}
.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #dadada;
}
.btn-primary {
    background-color: #0055b1 !important;
    border-color: #0055b1 !important;
}
.login-bg{
	background: url(../img/login.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
.sidebar-toggle{background:#0151a5;}
.login-top{    margin: 43% 0px; color:#fff !important ; float:left; width:100%;}
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.effect7
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.search-box  ul li { list-style:none; padding-top:10px; margin-bottom:0px !important;}
.search-box  ul { margin-bottom:0px !important;}
.message-menu li { padding:20px; list-style:none; margin-left:0px; }
.message-menu { padding-left:0px; }
.message-menu li a { color:#fff; }

.cal-box { border:1px solid #ddd;}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #d6d6d6; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; padding: 0; 
    color: #fff; 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #00a65a; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #d73925; color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


 .onoffswitch1 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch1-checkbox {
    display: none;
}

.onoffswitch1-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 30px;
}

.onoffswitch1-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before, .onoffswitch1-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.onoffswitch1-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}

.onoffswitch1-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.onoffswitch1-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 30px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
    right: 0px; 
}

.onoffswitch2 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 5px;
}

.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch2-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch2-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch2-switch {
    display: block; width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 68px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px; 
}

.onoffswitch3
{
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    padding-right: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 18px; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
}
.onoffswitch3-inactive .onoffswitch3-switch {
    background: #A1A1A1; right: 0;
}

.onoffswitch3-active .onoffswitch3-switch:before {
    content: " "; position: absolute; top: 0; left: 18px; 
    border-style: solid; border-color: #27A1CA transparent transparent #27A1CA; border-width: 15px 9px;
}


.onoffswitch3-inactive .onoffswitch3-switch:before {
    content: " "; position: absolute; top: 0; right: 18px; 
    border-style: solid; border-color: transparent #A1A1A1 #A1A1A1 transparent; border-width: 15px 9px;
}


.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.onoffswitch4 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch4-checkbox {
    display: none;
}

.onoffswitch4-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #27A1CA; border-radius: 0px;
}

.onoffswitch4-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner:before, .onoffswitch4-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 26px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.onoffswitch4-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: #FFFFFF; color: #27A1CA;
}

.onoffswitch4-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}

.onoffswitch4-switch {
    display: block; width: 25px; margin: 0px;
    background: #27A1CA;
    position: absolute; top: 0; bottom: 0; right: 65px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
    right: 0px; 
}



.cmn-toggle 
{
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label 
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label 
{
  padding: 2px;
  width: 75px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
  display: block;
  position: absolute;
  content: "";
}

input.cmn-toggle-round-flat + label:before 
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after 
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label 
{
  background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked + label:after 
{
  margin-left: 45px;
  background-color: #27A1CA;
}

div.switch5 { clear: both; margin: 0px 0px; }
div.switch5 > input.switch:empty { margin-left: -999px; }
div.switch5 > input.switch:empty ~ label { position: relative; float: left; line-height: 1.6em; text-indent: 4em; margin: 0.2em 0px; cursor: pointer; -moz-user-select: none; }
div.switch5 > input.switch:empty ~ label:before, input.switch:empty ~ label:after { position: absolute; display: block; top: 0px; bottom: 0px; left: 0px; content: "off"; width: 3.6em; height: 1.5em; text-indent: 2.4em; color: rgb(153, 0, 0); background-color: rgb(204, 51, 51); border-radius: 0.3em; box-shadow: 0px 0.2em 0px rgba(0, 0, 0, 0.3) inset; }
div.switch5 > input.switch:empty ~ label:after { content: " "; width: 1.4em; height: 1.5em; top: 0.1em; bottom: 0.1em; text-align: center; text-indent: 0px; margin-left: 0.1em; color: rgb(255, 136, 136); background-color: rgb(255, 255, 255); border-radius: 0.15em; box-shadow: 0px -0.2em 0px rgba(0, 0, 0, 0.2) inset; transition: all 100ms ease-in 0s; }
div.switch5 > input.switch:checked ~ label:before { content: "on"; text-indent: 0.5em; color: rgb(102, 255, 102); background-color: rgb(51, 153, 51); }
div.switch5 > input.switch:checked ~ label:after { margin-left: 2.1em; color: rgb(102, 204, 102); }
div.switch5 > input.switch:focus ~ label { color: rgb(0, 0, 0); }
div.switch5 > input.switch:focus ~ label:before { box-shadow: 0px 0px 0px 3px rgb(153, 153, 153); }







.switch6 {  max-width: 17em;  margin: 0 auto; }
.switch6-light > span, .switch-toggle > span {  color: #000000; }
.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {  color: #2b2b2b; }

.switch-toggle a, 
.switch6-light span span { display: none; }

.switch6-light { display: block; height: 30px; position: relative; overflow: visible; padding: 0px; margin-left:0px; }
.switch6-light * { box-sizing: border-box; }
.switch6-light a { display: block; transition: all 0.3s ease-out 0s; }

.switch6-light label, 
.switch6-light > span { line-height: 30px; vertical-align: middle;}

.switch6-light label {font-weight: 700; margin-bottom: px; max-width: 100%;}

.switch6-light input:focus ~ a, .switch6-light input:focus + label { outline: 1px dotted rgb(136, 136, 136); }
.switch6-light input { position: absolute; opacity: 0; z-index: 5; }
.switch6-light input:checked ~ a { right: 0%; }
.switch6-light > span { position: absolute; left: -100px; width: 100%; margin: 0px; padding-right: 100px; text-align: left; }
.switch6-light > span span { position: absolute; top: 0px; left: 0px; z-index: 5; display: block; width: 50%; margin-left: 100px; text-align: center; }
.switch6-light > span span:last-child { left: 50%; }
.switch6-light a { position: absolute; right: 50%; top: 0px; z-index: 4; display: block; width: 50%; height: 100%; padding: 0px; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50% !important;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;a
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }
@media (min-width: 760px) and (max-width: 2000px) { .sidebar-toggle{display:none;}
 }
 
 @media (min-width: 100px) and (max-width: 767px) { 
 .navbar-form {
    padding:0px !important;
    margin-top: 0px !important;
    margin-right: 15px!important;
   margin-bottom: 0px!important;
     margin-left:15px!important;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
}
 .mobile-top{ margin-top:40px;}
 .main-sidebar {margin-top:40px;}
 }
 @media (min-width: 100px) and (max-width: 2000px) { 
 .sidebar-menu > li .badge {
    margin-top: -7px !important;
}
 }
  @media (min-width: 768px) and (max-width: 2000px) { 
  #navbar-search-input{width:280%;}
  }

/*btn*/

.btn-primary, .fc-today-button {
  color: #fff;
  background-color: #20a8d8 !important;
  border-color: #20a8d8 !important; }
  .btn-primary:hover, .fc-today-button:hover {
    color: #fff;
    background-color: #1985ac !important;
    border-color: #187fa3 !important; }
  .btn-primary:focus, .fc-today-button:focus, .btn-primary.focus, .focus.fc-today-button {
    color: #fff!important;
    background-color: #1985ac!important;
    border-color: #187fa3!important; }
 
.btn-secondary, .fc button {
  color: #2a2c36!important;
  background-color: #fff!important;
  border-color: #ccc!important;}
  .btn-secondary:hover, .fc button:hover {
    color: #2a2c36!important;
    background-color: #e6e6e6!important;
    border-color: #adadad!important; }
  .btn-secondary:focus, .fc button:focus, .btn-secondary.focus, .fc button.focus {
    color: #2a2c36!important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;}

   
.btn-info {
  color: #fff!important;
  background-color: #63c2de!important;
  border-color: #63c2de!important;}
  .btn-info:hover {
    color: #fff;
    background-color: #39b2d5!important;
    border-color: #30aed3!important; }
  .btn-info:focus, .btn-info.focus {
    color: #fff!important;
    background-color: #39b2d5!important;
    border-color: #30aed3!important; }
  
.btn-success {
  color: #fff!important;
  background-color: #4dbd74!important;
  border-color: #4dbd74!important; }
  .btn-success:hover {
    color: #fff!important;
    background-color: #3a9d5d!important;
    border-color: #379558!important; }
  .btn-success:focus, .btn-success.focus {
    color: #fff!important;
    background-color: #3a9d5d!important;
    border-color: #379558!important;}
 

.btn-warning {
  color: #fff!important;
  background-color: #f8cb00!important;
  border-color: #f8cb00!important; }
  .btn-warning:hover {
    color: #fff!important;
    background-color: #c5a100!important;
    border-color: #bb9900!important; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff!important;
    background-color: #c5a100!important;
    border-color: #bb9900!important;}
  
.btn-danger {
  color: #fff;
  background-color: #f86c6b!important;
  border-color: #f86c6b!important;}
  .btn-danger:hover {
    color: #fff;
    background-color: #f63c3a!important;
    border-color: #f53231!important; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff!important;
    background-color: #f63c3a!important;
    border-color: #f53231!important; }
  
/*btn*/
.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #67757c; }
  .icon-list-demo div:hover {
    color: #263238; }
  .icon-list-demo div p {
    margin: 10px 0;
    padding: 5px 0; }

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.icon-list-demo .col-md-4, .icon-list-demo .col-3 {
  border-radius: 4px; }
  .icon-list-demo .col-md-4:hover, .icon-list-demo .col-3:hover {
    background-color: #ebf3f5; }

.icon-list-demo .div:hover i {
  font-size: 2em; }

/*******************
Icon list material icon
******************/
.material-icon-list-demo .mdi {
  font-size: 21px; }

.error,.error:hover,.error:focus {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
.upload_hint_block{
    margin:10px 0;
    
}
.block_center {
margin: 0 auto;
float:none !important;
}




#radioBtn > .active {
    color: #fff !important;
    background-color: #496fff !important;
    border-color: #496fff !important;
}

#radioBtn .not-active {
    color: #3276b1 !important;
    background-color: #fff !important;
}

#radioBtn > .not-active:hover, #radioBtn > .active:hover {
    color: #fff !important;
    background-color: #496fff !important;
  }


#radioBtncolor .btn.active {
    border: 2px solid #0065b3 !important;
}

#radioBtncolor .not-active {
    border: 2px solid white !important;
}

#radioBtncolor .btn {
    width: 67px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 4px 10px;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio-small label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    text-align: center;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio-small input[type="radio"]:empty,
.funkyradio-small input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio-small input[type="radio"]:empty ~ label,
.funkyradio-small input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2em;
    text-indent: 2em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 2.25em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio-small input[type="radio"]:empty ~ label,
.funkyradio-small input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 1.5em;
    text-indent: 1.25em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label, .funkyradio-small input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio-small input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #656565;
    border: 1px solid #3f60e1;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(37,76,177,0.6);
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="radio"]:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:not(:checked) ~ label:before {
        display: block;
        border: solid 0.8em #ccc;
        border-radius: 0.8em;
        height: 0;
        width: 0;
        position: absolute;
        left: 0.5em;
        top: 40%;
        margin-top: -0.5em;
    }

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:after, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:after,
    .funkyradio input[type="radio"]:not(:checked) ~ label:after, .funkyradio input[type="checkbox"]:not(:checked) ~ label:after {
        content: " ";
        display: block;
        width: 0.4em;
        height: 0.8em;
        border: solid #fff;
        border-width: 0 0.15em 0.15em 0;
        position: absolute;
        left: 1.1em;
        top: 40%;
        margin-top: -0.2em;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .funkyradio-small input[type="radio"]:hover:not(:checked) ~ label:after, .funkyradio-small input[type="checkbox"]:hover:not(:checked) ~ label:after,
    .funkyradio-small input[type="radio"]:not(:checked) ~ label:after, .funkyradio-small input[type="checkbox"]:not(:checked) ~ label:after {
        display: block;
        width: 0.4em;
        height: 0.8em;
        border: solid #000;
        border-width: 0 0.15em 0.15em 0;
        position: absolute;
        left: 0.5em;
        top: 40%;
        margin-top: -0.2em;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label, .funkyradio-small input[type="radio"]:checked ~ label,
.funkyradio-small input[type="checkbox"]:checked ~ label {
    color: #fff;
    background-color: #3f60e1;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before, .funkyradio-small input[type="radio"]:focus ~ label:before,
.funkyradio-small input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
    color: #656565;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    display: block;
    border: solid 0.8em #fff;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 40%;
    margin-top: -0.5em;
    background: #3f60e1;
}

.funkyradio input[type="radio"]:checked ~ label:after,
.funkyradio input[type="checkbox"]:checked ~ label:after {
    content: " ";
    display: block;
    width: 0.4em;
    height: 0.8em;
    border: solid #3f60e1;
    border-width: 0 0.15em 0.15em 0;
    position: absolute;
    left: 1.1em;
    top: 40%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.funkyradio-small input[type="radio"]:checked ~ label:before,
.funkyradio-small input[type="checkbox"]:checked ~ label:before {
    display: block;
    border: solid 0.8em #fff;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 40%;
    margin-top: -0.5em;
    background: #3f60e1;
}

.funkyradio-small input[type="radio"]:checked ~ label:after,
.funkyradio-small input[type="checkbox"]:checked ~ label:after {
    content: " ";
    display: block;
    width: 0.4em;
    height: 0.8em;
    border: solid #fff;
    border-width: 0 0.15em 0.15em 0;
    position: absolute;
    left: 0.5em;
    top: 40%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

/*reports section*/

li.us-r-filter-menu-warp-head-date .us-r-filter-menu-warp-date {
    margin-right: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
    width: 118px;
    height: 50px;
    padding-top: 9px;
}

.us-r-filter-menu-warp-date {
    text-align: center;
}

.us-r-filter-menu-warp-date input.daterpt {
    background-image: url(../img/calender-icon.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 22px !important;
    min-width: 23px !important;
    height: 10px;
    padding: 18px;
    border: none;
    cursor: pointer;
    font-size: 0px !important;
}

.us-r-filter-menu-warp-date.us-f-mw-long {
    width: 246px !important;
    padding-left: 23px;
    padding-right: 23px;
}

@media screen and (min-width:767px) and (max-width:992px) {
    .head-filter-warp .navbar-nav {
        float: none;
    }

    li.us-r-filter-menu-warp-head-date {
        margin-bottom: 16px;
    }

    #appointment_new .nav.navbar-nav li:nth-child(3) {
        clear: both;
    }

    #rev_repo .nav.navbar-nav li:nth-child(4) {
        clear: both;
    }

    .box-header-report-warp.pull-right {
        float: left !important;
    }

    .box-header-report-warp .tab-content li.us-tab-nav-head {
        padding: 0px 5px;
    }
}

.box-header-report-warp .tab-content {
    width: 100% !important;
}

    .box-header-report-warp .tab-content li.us-tab-nav-head {
        margin: 0 8px;
        padding: 0px 18px;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        text-align: center;
    }

.box-header-report-warp li.us-tab-nav-head.active {
    background: #0065b3 !important;
}

.box-header-report-warp li.us-tab-nav-head a {
    font-size: 15px !important;
    line-height: 38px;
    color: #fff;
}

li.us-tab-nav-head a {
    padding: 0 !important;
    margin: 0px 7px;
    font-size: 13px !important;
    text-transform: capitalize;
}

.tab-pane {
    padding: 15px 0;
}

    li.us-tab-nav-head a:hover {
        background: transparent !important;
        color: #f2f2f2 !important;
    }

    li.us-tab-nav-head a::after {
        background: darkgrey;
    }

    li.us-tab-nav-head a.active {
        background: transparent !important;
        color: #f2f2f2;
    }

.box-header-report-warp li.us-tab-nav-head {
    background: #a9a9a9 !important;
}
#fromdatetodate {
    min-width: 169px;
}

li.us-r-filter-menu-warp-head-date .us-r-filter-menu-warp-date {
    margin-right: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
    width: 118px;
    height: 50px;
    padding-top: 9px;
}

.head-filter-warp .navbar-nav {
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

.filter-warp-list ul {
    padding-left: 0px;
}

    .filter-warp-list ul li {
        display: inline-block;
        margin-right: 18px;
        background: #a9a9a933;
        padding: 0 9px;
        margin-bottom: 9px;
        font-size: 12px;
    }

    .box-header-report-warp li.us-tab-nav-head.active a {
        background: transparent !important;
        color: rgb(255, 255, 255) !important;
    }

@media screen and (min-width:280px) and (max-width:767px) {
    .box-header-report-warp.pull-right {
        float: left !important;
    }

    #appointment_new .nav.navbar-nav li:nth-child(1),
    #appointment_new .nav.navbar-nav li:nth-child(2) {
        margin-bottom: 12px;
    }

    ul.nav.navbar-nav li .us-r-filter-menu-warp {
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

    #rev_repo li.us-r-filter-menu-warp-head-date .us-r-filter-menu-warp-date,
    #pres_repo li.us-r-filter-menu-warp-head-date .us-r-filter-menu-warp-date,
    #lab_repo li.us-r-filter-menu-warp-head-date .us-r-filter-menu-warp-date,
    #appointment_new li.us-r-filter-menu-warp-head-date .us-r-filter-menu-warp-date {
        margin: auto;
        margin-bottom: 12px;
    }
}

p.us-r-filter-mwp-headtext {
    font-size: 12px;
    text-align: center;
}

.us-r-filter-menu-warp img {
    width: 34px;
    height: 26px;
    padding-left: 10px;
    margin-bottom: 9px;
    float: left;
    margin-top: 10px;
}

.us-r-filter-menu-warp p {
    margin: 0 0 10px;
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}

ul.nav.navbar-nav li .us-r-filter-menu-warp {
    margin-right: 10px;
    background-color: #f7f7f7;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px lightgrey;
    width: 171px;
    height: 48px;
    display: inline-block;
}

    ul.nav.navbar-nav li .us-r-filter-menu-warp.four-col-ser {
        width: 226px;
    }

ul.us-r-filter-menu-warp li {
    list-style: none;
    display: inline-block;
}

ul.us-r-filter-menu-warp-dropdown {
    display: none;
}

ul.us-r-filter-menu-warp-dropdown {
    position: absolute;
    z-index: 100;
    width: 95%;
}

.us-r-filter-menu-warp-head:hover .us-r-filter-menu-warp-dropdown {
    display: block;
}

ul.us-r-filter-menu-warp-dropdown li {
    padding: 4px 8px;
    background: #f7f7f7;
    top: 4px;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #31313129;
}

ul.us-r-filter-menu-warp-dropdown {
    padding-left: 0;
}

.adj-cb-rpt {
    display: none;
}

.us-r-filter-menu-warp-filter {
    margin-top: 26px;
}

.us-r-filter-menu-warp-date.us-f-mw-long {
    width: 246px !important;
    padding-left: 23px;
    padding-right: 23px;
}

@media screen and (min-width:768px) {
    .rptclose.btnreportfilterclose,
    p.box-title.pull-right.btn.rptShowcloseFilter {
        display: none;
    }
}

.us-r-filter-menu-warp input[type="checkbox"][id^="cb"] {
    display: none;
}

.us-r-filter-menu-warp label {
    border: 1px solid #7779;
    background: white;
    padding: 5px 9px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

    .us-r-filter-menu-warp label:before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        border: 1px solid grey;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 28px;
        transition-duration: 0.4s;
        transform: scale(0);
    }

    .us-r-filter-menu-warp label img {
        height: 100px;
        width: 100px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }

.us-r-filter-menu-warp input:checked + label {
    border-color: #ddd;
    background: #777777;
}

    .us-r-filter-menu-warp input:checked + label i {
        color: #fff;
    }

    .us-r-filter-menu-warp input:checked + label img {
        transform: scale(0.9);
        box-shadow: 0 0 5px #333;
        z-index: -1;
    }
/*date range picker starts*/

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}

    .daterangepicker:before, .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.opensleft:before {
        right: 9px;
    }

    .daterangepicker.opensleft:after {
        right: 10px;
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.opensright:before {
        left: 9px;
    }

    .daterangepicker.opensright:after {
        left: 10px;
    }

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3001;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: none;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px;
        margin: 4px;
    }

        .daterangepicker .calendar.single .calendar-table {
            border: none;
        }

        .daterangepicker .calendar th, .daterangepicker .calendar td {
            white-space: nowrap;
            text-align: center;
            min-width: 32px;
        }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        padding: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background-color: #eee;
            border-color: transparent;
            color: inherit;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

        .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
            background-color: #fff;
            border-color: transparent;
            color: #999;
        }

        .daterangepicker td.in-range {
            background-color: #ebf4f8;
            border-color: transparent;
            color: #000;
            border-radius: 0;
        }

        .daterangepicker td.start-date {
            border-radius: 4px 0 0 4px;
        }

        .daterangepicker td.end-date {
            border-radius: 0 4px 4px 0;
        }

        .daterangepicker td.start-date.end-date {
            border-radius: 4px;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #357ebd;
            border-color: transparent;
            color: #fff;
        }

        .daterangepicker th.month {
            width: auto;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: line-through;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

    .daterangepicker .input-mini {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        height: 30px;
        line-height: 30px;
        display: block;
        vertical-align: middle;
        margin: 0 0 5px 0;
        padding: 0 6px 0 28px;
        width: 100%;
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #08c;
            border-radius: 4px;
        }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

        .daterangepicker .daterangepicker_input i {
            position: absolute;
            left: 8px;
            top: 8px;
        }

    .daterangepicker.rtl .input-mini {
        padding-right: 28px;
        padding-left: 6px;
    }

    .daterangepicker.rtl .daterangepicker_input i {
        left: auto;
        right: 8px;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 5px auto;
        line-height: 30px;
        position: relative;
        padding-left: 28px;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

    .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .ranges li {
        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        color: #08c;
        padding: 3px 12px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .ranges li:hover {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

        .ranges li.active {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
            float: left;
        }

        .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
            float: right;
        }

        .daterangepicker.ltr {
            direction: ltr;
            text-align: left;
        }

            .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0;
            }

                .daterangepicker.ltr .calendar.left .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.ltr .calendar.right {
                margin-left: 0;
            }

                .daterangepicker.ltr .calendar.right .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px;
            }

            .daterangepicker.ltr .calendar.left .calendar-table {
                padding-right: 12px;
            }

            .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
                float: left;
            }

        .daterangepicker.rtl {
            direction: rtl;
            text-align: right;
        }

            .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0;
            }

                .daterangepicker.rtl .calendar.left .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.rtl .calendar.right {
                margin-right: 0;
            }

                .daterangepicker.rtl .calendar.right .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px;
            }

            .daterangepicker.rtl .calendar.left .calendar-table {
                padding-left: 12px;
            }

            .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
                text-align: right;
                float: right;
            }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
    }
}


/*date range picker ends*/

.img-center {
    text-align: center;
    margin: 0 auto;
}

.load-position {
    position: absolute;
    left: 25%;
    top: 20%;
    width: 100%;
    height: auto;
    z-index: 2;
}

.da-load-patsearch {
    background-color: rgba(111, 105, 105, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 100000;
}

.da-load-patsearch-img {
    position: absolute;
    left: 48%;
    top: 47%;
    max-width: 102px;
    margin: 0 auto;
}

.userrights-head {
    font-size: 18px;
    FONT-WEIGHT: 500;
    color: #418bfe;
    padding-bottom: 12px;
    border-bottom: 1px solid #9c9c9c36;
}

.user-head-warp {
    padding: 10px 0px;
}

.us-hc-tbl td, .us-hc-tbl th {
  
    font-size: 12px !important;
}