#chart .c3-line-PlansCreated {
  stroke-width: 3px; }

#chart .c3-line-PlansClosed {
  stroke-width: 3px; }

#chart .c3-line-PlansCancelled {
  stroke-width: 3px; }

.overview-data h3 {
  color: #444 !important; }

ul.float {
  position: absolute;
  right: 0; }

.selectedTextColorGreen > a {
  color: #2AB673; }

ul.float > li > a {
  color: #f5f5f5;
  font-size: 15px;
  cursor: pointer; }

.activeTab {
  color: #FFF !important;
  font-weight: 600; }

.overview-data {
  padding: 10px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 -10px 10px #ddd;
  overflow: hidden;
  height: 121px;
  width: 157px; }

.margin_col {
  margin: 10px; }

.font-size-13px {
  font-size: 13px; }

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

@import url("https://fonts.googleapis.com/css?family=Open+Sans");
#adminDashboard *:not(md-icon):not(i) {
  font-family: 'Open Sans', sans-serif !important; }

#adminDashboard .form-control {
  font-size: 12px; }

#adminDashboard .blue-div h2 {
  font-size: 12px; }

#adminDashboard .md-datepicker-input {
  font-size: 13px; }

#adminDashboard .blue-rounded {
  font-size: 12px; }

#adminDashboard button {
  font-size: 12px; }

#adminDashboard td {
  font-size: 12px; }

#adminDashboard th {
  font-size: 12px; }

#adminDashboard h2 > span {
  font-size: 13px; }

#adminDashboard md-sidenav.md-locked-open {
  z-index: 999; }

.errorSpan {
  text-align: center;
  color: red;
  display: block;
  margin-bottom: 15px; }

.pagination li a {
  cursor: pointer; }

#adminDashboard md-input-container .md-input {
  text-transform: uppercase;
  border: 1px solid #dddddd;
  padding: 5px;
  height: 40px; }

#adminDashboard .md-sidemenu-wrapper.md-active {
  border-left: 2px solid #00B772; }

#adminDashboard md-toolbar h1.md-toolbar-tools {
  background-color: #054560 !important;
  padding-left: 50px;
  font-size: 30px;
  color: #ffffff; }

#adminDashboard md-sidenav.md-sidenav-left {
  background-color: #054560; }

#adminDashboard md-toolbar.main_toolbar {
  background-color: #054560 !important;
  border-bottom: 1px solid #49778B; }

#adminDashboard .md-sidemenu .md-button {
  background: #054560 !important;
  color: #9fb1b9; }

#adminDashboard .md-sidemenu .md-button:hover {
  color: #ffffff; }

#adminDashboard .md-checkbox-enabled.md-default-theme[selected] .md-icon, .md-checkbox-enabled[selected] .md-icon {
  background-color: #52b6e0; }

.ap-input-container {
  position: relative;
  margin-bottom: 10px; }

.ap-input {
  border: 0;
  padding: 7px 4px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  color: #444; }

.ap-input-container ::-webkit-input-placeholder {
  color: #777;
  font-size: 14px; }

.ap-input-container ::-moz-placeholder {
  color: #777;
  font-size: 14px; }

.ap-input-container :-ms-input-placeholder {
  color: #777;
  font-size: 14px; }

.ap-input-container ::placeholder {
  color: #777;
  font-size: 14px; }

.ap-input:focus {
  outline: none; }

.ap-input ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 99; }

.ap-input ~ .focus-border:before,
.ap-input ~ .focus-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #3399ff;
  transition: 0.4s; }

.ap-input ~ .focus-border:after {
  left: auto;
  right: 0; }

.ap-input:focus ~ .focus-border:before,
.ap-input:focus ~ .focus-border:after {
  width: 50%;
  transition: 0.4s; }

md-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 5px !important;
  background-color: #f9f9f9 !important; }

md-content::-webkit-scrollbar {
  width: 5px !important;
  background-color: #f9f9f9 !important; }

md-content::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #52b6e0 !important; }

#adminDashboard .logo {
  margin-left: 40px;
  margin-top: 10px; }

#adminDashboard .red-text {
  color: red; }

#adminDashboard md-toolbar.toolbar {
  background-color: #054560; }

#adminDashboard .md-sidemenu-toggle md-icon {
  color: #fff !important; }

#adminDashboard .md-sidemenu {
  margin-top: 65px; }

#adminDashboard #loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9; }

@keyframes geet {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#adminDashboard .load-circle-parent {
  width: 40px;
  height: 50px;
  display: block; }

#adminDashboard .load-circle {
  width: 100%;
  height: 100%;
  animation: geet 0.5s linear infinite;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #52C48D; }

#adminDashboard .pos-rel {
  position: relative; }

#adminDashboard .pos-abs {
  position: absolute; }

#adminDashboard md-sidenav,
md-sidenav.md-locked-open,
#adminDashboard h3 {
  color: #f5f5f5; }

#adminDashboard .blueSubHead {
  background: #50bcdd;
  padding: 10px;
  margin-top: 10px; }

#adminDashboard .blueSubHead h4 {
  color: #fff;
  font-size: 15px; }

#adminDashboard .user-details {
  color: #9fb1b9;
  font-weight: 600;
  font-size: 13px !important; }

#adminDashboard .md-divider-white {
  border-top-color: #9fb1b9 !important; }

#adminDashboard .icon-padding-right {
  padding-right: 12px;
  padding-left: 20px; }

#adminDashboard .nav_menu {
  background-color: transparent !important; }

#adminDashboard .nav_menu:hover, #adminDashboard .nav_menu.active {
  background-color: #f06f6f !important;
  border-radius: 50px; }

#adminDashboard .nav_menu:hover, #adminDashboard .nav_menu.active h4 {
  color: #FFFFFF !important; }

#adminDashboard .nav-menu .md-button:not([disabled]):hover {
  background-color: transparent !important; }

#adminDashboard md-sidenav {
  max-width: 240px !important; }

#adminDashboard .menu-button {
  margin-right: 45px !important; }

#adminDashboard .margin-left-toolbar {
  margin-left: 0px; }

#adminDashboard .layout-fill {
  font-size: 14px;
  font-weight: 400; }

#adminDashboard md-sidenav::-webkit-scrollbar {
  width: 3px;
  background-color: #286a86; }

#adminDashboard md-sidenav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #74ccfa;
  background-color: #74ccfa;
  border: 1px solid #74ccfa; }

#adminDashboard .nav > li:focus {
  outline: none; }

.navChildText {
  font-size: 13px !important;
  white-space: nowrap; }

.db-icon {
  display: inline-block;
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.9);
  opacity: .8; }

.upDownArrow {
  position: absolute;
  left: 160px;
  top: 10px; }

.adminDashboardNav {
  margin-top: 65px; }

.adminDashboardNav .nav > li > a {
  color: rgba(255, 255, 255, 0.9);
  transition: all ease .3s;
  margin-left: 0;
  opacity: .7;
  font-size: 15px;
  white-space: nowrap !important;
  display: inline-block;
  position: relative;
  width: 150px;
  cursor: pointer; }

.adminDashboardNav ul.nav {
  padding-left: 20px; }

.adminDashboardNav ul.in {
  padding-left: 20px; }

.adminDashboardNav .nav > li > a:hover, .nav > li > a:focus {
  background: transparent !important;
  color: #fff;
  opacity: 1; }

.adminDashboardNav .nav > li > a:hover .db-icon {
  color: #fff;
  opacity: 1; }

.db-icon:hover, .db-icon:focus {
  color: #fff;
  opacity: 1; }

.round-imp {
  border-radius: 25px !important; }

.no-margin {
  margin: 0 !important; }

.blue-rounded {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px 30px;
  color: #4a4a4a;
  transition: all ease .5s;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }

.blue-rounded:hover {
  background: #51b6e0;
  border: 1px solid #51b6e0;
  color: #fff; }

.blue-rounded:active, .blue-rounded:visited, .blue-rounded:focus {
  outline: none; }

.blue-square-inline {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 30px;
  color: #4a4a4a;
  transition: all ease .5s;
  display: inline;
  margin: 0 auto;
  margin-bottom: 10px; }

.blue-square-inline:hover {
  background: #51b6e0;
  border: 1px solid #51b6e0;
  color: #fff; }

.blue-square-inline:focus {
  outline: none; }

.plusMinusTd span {
  position: relative;
  left: -5px; }

.plusMinusTd span i {
  color: green; }

.plusMinusTd .fa-plus-circle:before {
  content: "\f055";
  color: #34b475; }

.plusMinusTd .fa-minus-circle:before {
  content: "\f056";
  color: #34b475; }

.leadsListRow ul li {
  padding: 10px 20px;
  font-size: 12px; }

.leadsListRow strong {
  text-transform: capitalize;
  letter-spacing: 2px; }

.noData {
  text-align: center;
  color: #999;
  font-size: 18px;
  margin-top: 20px; }

.rounded-input {
  border-radius: 50px;
  border: 1px solid #ddd; }

.medsAction {
  max-width: 250px;
  display: block;
  margin: 0 auto; }

.medsOrderListTd {
  text-align: center;
  width: 11%;
  word-wrap: break-word;
  font-size: 13px;
  padding: 5px; }

.homePickupTd {
  text-align: center;
  width: 60px;
  word-wrap: break-word;
  font-size: 13px;
  padding: 5px; }

.homePickupTable {
  width: 100%; }

.homePickupTable tr {
  width: 100%; }

.defaultBlue {
  background: #fff;
  color: #444;
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 5px 20px;
  transition: all ease .3s; }

.defaultBlue:hover, .defaultBlue:focus {
  background: #52b6e0;
  color: #fff;
  outline: none; }

.downloadDiv {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 40px;
  /*border: 1px solid #fff;*/
  top: 2px;
  text-align: center; }

.donloadImg {
  width: 20px; }

.text-white {
  color: #fff !important; }

.blue-div {
  height: 40px;
  position: relative; }

.blue-div h2 {
  font-size: 18px; }

.searchTable {
  transition: all ease .3s;
  border: 1px solid #eee; }

.searchTable:focus {
  border: none;
  box-shadow: inset 0 1px 0px #ccc, -5px 5px 10px #eee;
  border: 1px solid #eee; }

#adminDashboard .downloadBtn {
  color: #fff;
  font-size: 16px; }

#adminDashboard .col-fff a {
  text-decoration: none;
  z-index: 1;
  color: #fff;
  position: relative;
  font-weight: 400; }

#adminDashboard .md-sidemenu {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

#adminDashboard md-backdrop.md-opaque {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  transition: all ease .3s; }

#adminDashboard .md-sidemenu::-webkit-scrollbar {
  width: 3px;
  background-color: #286a86; }

#adminDashboard .md-sidemenu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #74ccfa;
  background-color: #74ccfa;
  border: 1px solid #74ccfa; }

@media screen and (max-device-width: 480px) {
  #adminDashboard .margin-left-toolbar {
    margin-left: 0px !important; }
  #adminDashboard .menu-button {
    margin-right: 0px !important; }
  #adminDashboard .toolbar-mobile {
    height: 56px;
    max-height: 56px;
    background-color: #054560 !important; } }

#chart .c3-line-PlansCreated {
  stroke-width: 3px; }

#chart .c3-line-PlansClosed {
  stroke-width: 3px; }

#chart .c3-line-PlansCancelled {
  stroke-width: 3px; }

.overview-data h3 {
  color: #444 !important; }

ul.float {
  position: absolute;
  right: 0; }

.selectedTextColorGreen > a {
  color: #2AB673; }

ul.float > li > a {
  color: #f5f5f5;
  font-size: 15px;
  cursor: pointer; }

.activeTab {
  color: #FFF !important;
  font-weight: 600; }

.overview-data {
  padding: 10px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 -10px 10px #ddd;
  overflow: hidden;
  height: 121px;
  width: 157px; }

.margin_col {
  margin: 10px; }

.font-size-13px {
  font-size: 13px; }

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

.selectedTextColorGreen {
  color: #2AB673; }

.selectedTextColorGreen:click {
  outline: none; }

.selectedTextColorGreen:visited {
  outline: none; }

.selectedTextColorGreen:active {
  outline: none; }

.selectedTextColorGreen:focus {
  outline: none; }

.font-size-hospital-li li {
  font-size: 13px;
  cursor: pointer; }

.blueHeader{
    width: 97%;
    padding: 5px 10px;
    background: #52b6e0;
    margin: 15px auto;
}
.blueHeader .title{
    color: #fff;
    font-size: 16px;
}
.attendenceTable{
    table-layout: fixed;
}
.attendenceTable td{
    word-wrap: break-word;
}
.searchByPlan{
    position: relative;
    top: 2px;
}
.searchByPlan .btn-default{
    position: absolute;
    right: 0;
    border: none;
    top: 3px;
    background: transparent;
}
.searchByPlan .btn-default:hover,.searchByPlan .btn-default:focus,
.searchByPlan .btn-default[disabled]{
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}


span.status{
    height: 10px;
    width: 10px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;

}

span.green{
    background: green;
}

span.red-absent{
    background: red;
    /*animation: blink 1s step-start 0s infinite;*/
}
.sortBtn{
    color: #444;
    font-size: 17px;
    position: relative;
    top: 1px;
    cursor: pointer;
    background: #eee;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #ddd;
}
.sortBtn:hover,.sortBtn:active{
    color: #444;
}
.searchByCity{
    /*border: 1px solid #ddd;
    background: #eee;*/
}
.searchByCity .badge{
    background: #eee;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
    display: inline-block;
    margin-right: 5px;
    color: #444;
    border-radius: 0;
}
.searchByCity .badge .fa{
    cursor: pointer;
}
.pos-rel{
    position: relative;
}
.mapBtn{
    background: #eee;
    border-radius: 0;
    border: 1px solid #eee;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%);
}
div.timer{
    background: #fff;
    width: 97%;
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
}
.timeWrap{
    width: 500px;
    margin:0 auto;
    position: relative;
    text-align: center;
}
.timeWrap h4{
    text-align: center;
    display: inline-block;
}
.timeWrap span{
    font-weight: 600;
}
.timeWrap p{
    display: inline-block;
    margin: 0px 10px;
}
.refreshBtn{
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #444;
    transition: all ease .3s;
    display: inline-block;
    margin: 0px 10px;
}
.refreshBtn:hover{
    background: #53b6e0;
    color: #fff;
    outline: none;
}
.refreshBtn:focus{
    outline: none;
    color: #444;
    background: #fff;
}
/*ravi work start from here*/

#fcliveDataTabel
{
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 30px;
}
#fcliveDataTabel .header
{
    list-style: none;
    border-bottom: 1px solid #c1bfbf;
    margin-bottom: 0;
    padding: 18px 0px;

}
#fcliveDataTabel .header>li
{
    display: inline-block;
    width: 14%;
    text-align: center;
}
#fcliveDataTabel .header>li strong
{

}
#fcliveDataTabel .datafcsAttendancelist
{
    list-style: none;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}
#fcliveDataTabel .datafcsAttendancelist li
{
    float: left;
    width: 100%;
    position: relative;
    outline: none;
    cursor: pointer;
}
#fcliveDataTabel .datafcsAttendancelist >li> div
{
    display: inline-block;
    width: 14%;
    text-align: center;
    padding: 11px 0px;
    border-bottom: 1px solid #c5c2c2;
    float: left;
}
#fcliveDataTabel .datafcsAttendancelist li div>span
{

}
.fcLiveAttandancedata select.form-control
{font-weight: 700;
 font-size: 14px;
}
.paginationForData {
    display: block;
    margin: 0 auto;
    width: 50%;
}
.nodatavailable {
    padding: 10% 0%;
}
.persentData {
    color: #36c336;
    font-weight: 600;
}
.absent {
    color: #cb4646;
    font-weight: 600;
}
.accodrendom
{
    width: 100% !important;
    float: left !important;
    border: 1px solid #dadada;
    border-top: 0;
    background: #f5f5f5;

}
.accodrendom.slideout {
}
ul.mapLat {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
}
ul.mapLat>li 
{
    border-bottom: 1px solid #dcd8d8;
    padding: 8px 0px;
    margin-bottom: 15px;
}
ul.mapLat>li:last-child
{
    border-bottom: none !important;
}
ul.mapLat li p
{
    font-size: 18px;
    font-weight: 600;
}
ul.mapLat li a
{
    font-size: 40px;
}
.nodatavailable h1
{
    font-size: 22px;
}
#fcliveDataTabel ul.mapLat > div
{
    float:left !important;
    width: 100% !important;
}


.admin_deficit_heading{background: #51b6e0;padding: 10px;margin-bottom: 20px}
.admin_deficit_heading h4{color: #fff;text-align: left;display: inline;}
.overallDeficite_table{}
.overallDeficite_table>thead>tr>th{font-size: 14px;font-weight: 400}
.overallDeficite_table td{}
.deficit_row{position: relative;max-width: 820px;margin: 0 auto;margin-bottom: 20px;}
.deficit_box_container{display: block;width: 820px;margin: 0 auto;margin-bottom: 20px}
.deficit_box{position: relative;padding: 10px;width: 200px;float: left;border: 1px solid #eaeaea;height: 150px;margin-left: 5px;box-shadow: inset 0 8px 8px -23px #ccc, inset 0 -25px 30px -10px #ccc}
.deficit_box>h4{text-align: left;font-size: 18px;font-weight: 400;color: #444}
.deficit_box>.overall_deficit_number{font-size: 24px;font-weight:400;text-align: left;position: absolute;bottom: 0px;}
.download_deficit{float: right;color: #fff;cursor: pointer;}
.download_deficit:hover{color: #fff;outline: none}
.download_deficit:focus{color: #fff;outline: none}
.download_deficit:active{color: #fff;outline: none}
.download_deficit:visited{color: #fff;outline: none}

#chart .c3-line-PlansCreated {
  stroke-width: 3px; }

#chart .c3-line-PlansClosed {
  stroke-width: 3px; }

#chart .c3-line-PlansCancelled {
  stroke-width: 3px; }

.overview-data h3 {
  color: #444 !important; }

ul.float {
  position: absolute;
  right: 0; }

.selectedTextColorGreen > a {
  color: #2AB673; }

ul.float > li > a {
  color: #f5f5f5;
  font-size: 15px;
  cursor: pointer; }

.activeTab {
  color: #FFF !important;
  font-weight: 600; }

.overview-data {
  padding: 10px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 -10px 10px #ddd;
  overflow: hidden;
  height: 121px;
  width: 157px; }

.margin_col, .margin_col1 {
  margin: 10px; }

.font-size-13px {
  font-size: 13px; }

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

.table > tbody > tr > td {
  text-align: left;
}

.margin_col,.margin_col1 p,h4 {
  text-align: center;
}

.col-sm-2.margin_col {
  border-style: outset;
}

.col-sm-3.margin_col1 {
  border-style: outset;
  width: 22%;
}

.col-sm-3.margin_col {
  border-style: outset;
}

.removePadding {
  padding-top: 0px
}

.removeLeftPadding {
  padding-left: 0px;
}

#attendanceList,#hospitalFcList
{
  float: left;
width: 100%;
position: relative;
border: 1px solid #4444;
}

#attendanceList ul.headerlist
{
  list-style: none;
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  padding: 8px 0px;
  margin-bottom: 0;
  background-color: antiquewhite;
}
#attendanceList ul.headerlist>li
{
  width: 50%;
  float: left;
}
#attendanceList ul.datalistIteams
{
  list-style: none;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0;
    padding: 10px 14px;
    line-height: 20px;
}
#attendanceList ul.datalistIteams>li
{
  float: left;
  width: 50%;
}


#hospitalFcList ul.headerlist
{
  list-style: none;
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  padding: 8px 0px;
  margin-bottom: 0;
  background-color: antiquewhite;
}
#hospitalFcList ul.headerlist>li
{
  width: 50%;
  float: left;
}
#hospitalFcList ul.datalistIteams
{
  list-style: none;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0;
    padding: 10px 14px;
    line-height: 20px;
}
#hospitalFcList ul.datalistIteams>li
{
  float: left;
  width: 50%;
}
div#commonLoaderAP {

   width:100%;


}

/* .table{table-layout: fixed;} */
.table td{word-wrap: break-word;}

#hospitalWiseTargetTable,#hospitalCountTable,#felacTable
{
  border: 1px solid #d0d0d0;
}

.tilesTabs div {
    border-radius: 15px;
}



.linkOne:link				{ color:#fff; text-decoration:none;}
.linkOne:visited			{ color:#fff; text-decoration:underline;}
.linkOne:hover				{ color:#fff; text-decoration:underline;}
.linkOne:active				{ color:#fff; text-decoration:underline;}

/* Appointments list*/
.sa_appt_table{border:none; border-spacing: 10px;border-collapse: separate;}
.sa_appt_table_inner{background-color:#51b6e0; height:44px; line-height:44px;width: 100%}
.sa_appt_main_td{color:#fff; padding-left:10px; font-size:16px;}
.sa_appt_second_td{color: #fff;width: 200px}
.sa_appt_third_td{color: #fff;width: 50px}
.sa_appt_data_table{width:100%}
.sa_appt_data_table tr td{padding:15px}
.sa_appt_data_table_two{width:96%}
.sa_appt_data_table_two tr td{ padding: 0;min-width: 85px;text-align: center;vertical-align: middle;}
.sa_appt_data_table_hidden{width: 96%}
.sa_appt_data_table_hidden tr td{ padding: 0;min-width: 85px;text-align: center;vertical-align: middle;}
/*end*/

/*Cancel Plan*/
.sa_cancel_table{width: 100%}
.sa_cancel_table_inner{background-color:#51b6e0; height:44px; line-height:44px;width: 100%;padding: 20px}
.cancel_main_td{color:#fff; padding-left:10px; font-size:16px;float: left;}
.cancel_download_td{padding-left: 10px;float: right;}

.cancel_body_td{height:30px; line-height:30px; font-size:14px;}
.cancel_select_td{height:42px; line-height:42px; font-size:14px;}
.cancel_select_reason{font-size:12px; color:#999; height:30px; line-height:30px; width:100%; padding-left:10px; border:1px #CCC solid;}
.cancel_comment{height:30px; line-height:30px; font-size:14px;}
.cancel_text_td{height:42px; line-height:42px; font-size:14px;}
.cancel_text_input{font-size:12px; color:#999; line-height:30px; width:715px; padding-left:10px; border:1px #CCC solid;}
.cancel_btn_th{height:42px; line-height:42px;}
.cancel_btn_td{height:42px; line-height:42px;font-size:14px;}

/*end*/

/*User List*/
.sa_user_table_outer{width: 100%}
.sa_user_td_main{padding:20px 15px;}
.circle2{float: left;font-size: 24px}
.sa_user_table_inner{width: 100%}
.sa_user_table_inner_two{background-color:#51b6e0; height:44px; line-height:44px;width: 100%}
.sa_user_list_td{color:#fff; padding-left:10px; font-size:16px;}
.sa_user_import{width: 30px}
.sa_user_list_table{width: 100%}
.user_list_td{padding-left:10px;  line-height:42px;text-align: center;}
.user_data_td{padding-left:10px; line-height:21px; background:#f0f1f2; border-bottom:5px #fff solid;text-align: center;}
.get_user_input{width: 250px;padding: 5px}
.get_user_btn{
  background: #f5f5f5;
  color: rgba(68, 68, 68, 0.79);
  padding: 8px;
  border-radius: 1px;
  margin-left: 20px;
  box-shadow: none;
  border: 1px solid #ddd;
  font-size: 13px;
  transition: all ease .3s;
  }
.get_user_btn:click,.button2:click{outline: none;box-shadow: none}
.get_user_btn:hover,.button2:hover{outline: none;color: #444}
.get_user_btn:visited,.button2:visited{outline: none}
.get_user_btn:clicked,.button2:clicked{outline: none;box-shadow: none}
.get_user_btn:active,.button2:active{outline: none}
.get_user_btn:focus,.button2:focus{outline: none;color: #444}
.user_type{width: 150px;float: left;margin: 0px 20px;display: inline-block;}
.user_input{float: left;display: inline-block;border: 1px solid #d0caca;}
.user_input:focus{outline: none}
.sa_edit_btn{color: #444;font-size: 20px;margin-right: 5px;cursor: pointer;}
.sa_roles_span{text-align: center;display: block;}
/*end*/


/*User List Pop Up*/
.sa_popUp_table{width: 60%}
.sa_popUp_table_main{background-color:#51b6e0; height:44px; line-height:44px;width: 100%}
.add_user_btn{color:#fff; padding-left:10px; font-size:16px;text-align: center;}
.sa_popUp_table_data{width: 100%}
.sa_popUp_table_data_td{height: 270px;border-bottom: 1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; padding:30px;}
.sa_popUp_table_inner{width: 100%}
.sa_popUp_table_inner_td{height:42px; line-height:42px; font-size:14px;}
.sa_popUp_table_inner_td_input{font-size:12px; color:#444; line-height:30px; width:450px; padding-left:10px; border:1px #CCC solid;}
.select_role_td{height:42px; }
.user_select_role{font-size:12px; color:#999; height:30px; line-height:30px; width:446px; padding-left:10px; border:1px #CCC solid;}
.popUpSubmit{height:42px; line-height:42px;font-size:14px;width: 50px}
.popUpCancel{height:42px; line-height:42px;font-size:14px;width: 250px}
.userBtnRow{margin-top: 20px}
.sa_chips>.md-chips{max-width: 450px;margin-bottom: 20px; padding-bottom: 0}
.sa_toast{top: 50px;right: 0;color: #fff;text-align: center;}
.sa_toast>.md-toast-content{background: #DFF2BF;color: #4F8A10;text-align: center;padding: 10px;text-align: center;}
.sa_error>.md-toast-content{color: #fff !important;background-color: #d50000 !important;text-align: center;}
.sa_toast>.md-toast-content>p{width: 200px;margin: 0 auto;text-align: center;color: #4F8A10;font-size: 16px}
/*end*/


/*Update User Details*/

/*end*/

.button {
    background-color: #51b6e0;
    border: none;
    color: white;
    padding:5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {border-radius: 25px;padding: 0px 40px}

.button2 {
    background-color: #51b6e0;
    border: none;
    padding:0px 10px 0px 0px ;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	line-height:40px;

}

.button3 {border-radius: 32px;}

.button4 {
    background-color: #dcdcdc;
    border: none;
    color: #5e5e5e;
    padding:0px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.button5 {
    background-color: #2ab673;
    border: none;
    color: #fff;
    padding:5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}
.circle {
   width: 40px;
   height: 40px;
   background: #ccc;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   line-height:40px;
   color:#5e5e5e;
}

.circle2 {
   width: 40px;
   height: 40px;
   background: #2ab673;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   line-height:40px;
   color:#fff;

}


.accordion_container {
    width: 825px;
}
.accordion_head {
    background-color:#f0f1f2;
    color: #626262;
    cursor: pointer;
    margin: 0 0 5px 0;
}
.accordion_body {
    background:#FFF;
}
.accordion_body p {
    padding: 5px;
    margin: 0px;
}
.plusminus {
    float:left;
	padding-left:10px;
	line-height:21px;
	font-size:18px;
	font-weight:bold;
	width:10px;
	margin-top:10px;
}

/*#finance .plusMinusTd span{position: relative;left: -5px}
#finance .plusMinusTd span i{color: green}
#finance .plusMinusTd .fa-plus-circle:before {
	content: "\f055";
	color: #34b475;
}
#finance .plusMinusTd .fa-minus-circle:before {
	content: "\f056";
	color: #34b475;
}*/

/*Finance*/
.sa_finance_outer_table{width: 100%}
.sa_finance_outer_table_two{background-color:#51b6e0; height:44px; line-height:44px;width: 100%;color: #fff}
.sa_finance_outer_main_td_one{color:#fff; padding-left:10px; font-size:16px;}
.sa_finance_outer_main_td_two{color:#fff;width: 250px;}
.sa_finance_outer_main_td_three{color:#fff; width: 50px}
.sa_finance_inner_table{width: 100%}
.sa_finance_inner_td{padding-left:10px; line-height:42px;text-align: center;}
.sa_finance_inner_td_two{padding-left:10px; line-height:35px; background:#f0f1f2; border-bottom:5px #fff solid;text-align: center;}
/*end*/

/*Voucher List*/
.sa_voucher_table_outer{width: 100%;}
.sa_voucher_table_outer_two{width: 100%;background-color:#51b6e0; height:44px; line-height:44px;}
.sa_voucher_main_td_one{color:#fff; padding-left:10px; font-size:16px;}
.sa_voucher_main_td_two{width: 250px;color: #fff}
.sa_voucher_main_td_three{width: 50px}
.sa_voucher_table_inner{width: 100%}
.sa_voucher_inner_td{padding-left:10px; line-height:42px;text-align: center;}
.sa_voucher_inner_td_two{padding-left:10px; line-height:35px; background:#f0f1f2; border-bottom:5px #fff solid;text-align: center;}
.sa_top_row{width: 100%;background: #fff;padding: 10px;width: 100%;padding: 10px;display: block;height: 60px;margin-top: -18px}
.sa_btn_group{min-width: 270px;max-width: 905px;margin: 0 auto;height: 45px}
.sa_approved,.sa_not_approved{float: left}

.sa_approved>.sa_btn{
  background: #fff;
  color: #444;
  border: .5px solid #ddd;
  padding: 10px 20px;
  transition: all ease .3s;
  border-radius: 50px 0px 0px 50px;
}
.sa_not_approved>.sa_btn{
  background: #fff;
  color: #444;
  border: .5px solid #ddd;
  padding: 10px 20px;
  transition: all ease .3s;
  border-radius: 0px 50px 50px 0px;
}
.sa_not_approved>.sa_btn:hover,.sa_approved>.sa_btn:hover{
  background: #51b6e0;
  color: #fff;
  border-color: #51b6e0;
}
.sa_active{
  background: #51b6e0 !important;
  color: #fff !important;
  border-color: #51b6e0 !important;
}
.sa_btn:clicked{outline: none}
.sa_btn:visited{outline: none}
.sa_btn:active{outline: none}
.sa_btn:focus{outline: none;box-shadow: none}
.sa_btn:click{outline: none}
/*.action_btn {
    float: right;
    position: fixed;
    right: 0;
    bottom: 0px;
    border: 1px solid #ddd;
}*/

.action_btn{
  position: fixed;
    right: 0;
    top: 60px;
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.54);
    padding: 10px;
    transition: all ease .2s;
}
.action_btn .sa_btn_group_bottom{
  width: 250px;
  margin: 0 auto;
}
.sa_approved_bottom,.sa_not_approved_bottom{float: left}
.sa_bottom_blue{background: #51b6e0;color: #fff;border: none;padding: 5px;box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.72);width: 150px;font-size: 20px;border-radius: 60px;}
.sa_bottom_black{
    color: #4F8A10;
    background-color: #f5f5f5;
    border-right: 1px solid #ddd;
    float: left;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
}
.sa_bottom_blue_flat{
  color: #D8000C;
  background-color: #f5f5f5;
  border: none;
  float: left;
  padding: 11px 40px;
  border-radius: 0;
}
/*end*/

#finance td{font-size: 12px}
/* Cancel Plan */
.cancel_table_outer{width: 100%}
.cancel_table_outer_two{background-color:#51b6e0; height:44px; line-height:44px;width: 100%}
.cancel_main_td_one{color:#fff; padding-left:10px; font-size:16px;}
.cancel_main_td_two{width: 250px;color: #fff}
.cancel_main_td_three{width: 50px}
.cancel_table_inner{width:100%}
.cancel_inner_main_td{border-bottom: 1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; padding:20px 15px;}
.cancel_inner_main_td_two{height:42px; line-height:42px;font-size:14px;}
.cancel_inner_main_td_two>span{color:#900;}
.cancel_inner_main_td_three{height:42px; line-height:42px;font-size:14px;}
.cancel_inner_main_td_three>span{padding-left:10px; line-height:30px;}
.cancel_from_field{font-size:12px; color:#999; line-height:30px; width:150px; padding-left:10px; border:1px #CCC solid;}
.cancel_inner_main_td_four{height:42px; line-height:42px;font-size:14px;width: 30px}
.cancel_inner_main_td_four>span{color:#900;}
.cancel_inner_main_td_five{height:42px; line-height:42px;font-size:14px;}
.cancel_inner_main_td_five>span{padding-left:10px; line-height:30px;}
.cancel_to_field{font-size:12px; color:#999; line-height:30px; width:150px; padding-left:10px; border:1px #CCC solid;}
.cancel_inner_main_td_six{height:42px; line-height:42px;font-size:14px;}
.cancel_data_table{width: 100%}
.cancel_data_td_main{width: 10.7%;padding: 5px;text-align: center;}
.cancel_accordition_td{width: 11%;padding: 5px;text-align: center;font-size: 12px}
.cancel_accordition_body_table{width: 100%}
.cancel_accordition_body_td_one{padding: 10px;font-size: 13px;width: 33%}
.cancel_accordition_body_td_two{padding:10px;font-size: 13px;width: 33%}
.cancel_accordition_body_td_three{padding:10px;font-size: 13px;width: 33%}
tr:focus{outline:none!important}

/*end*/

/*Voucher and Finance*/
.hospital_accordition_td{width: 12%;padding: 10px; max-width: 121px;font-size: 12px}
.hospital_accordition_td_salesFunnel{padding: 10px; max-width: 20px;font-size: 12px;text-align: center;}
.sa_salesFunnel_th{position: relative;left: 35px;}
.sa_salesFunnel_comments_td{padding: 10px;}
.hospital_accordition_table{width: 100%}
.hospital_accordition_body_td_one{padding:0px 50px;}
.hospital_accordition_body_td_width{padding:0px 10px;width: 150px}
.voucher_accordition_table{width: 100%;table-layout: fixed;}
.voucher_accordition_body_td_one{padding:0px 10px;width: 50px}
.voucher_accordition_td {
  padding: 10px;
  max-width: 121px;
  text-align: center;
  width: 10.3%;
  font-size: 13px;
  word-wrap: break-word;
}
/*end*/

#mySpinner{width: 150px;margin: 0 auto;position: relative;top: 200px;text-align: center;}
.button {
  background-color: #51b6e0;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 25px;padding: 0px 40px}

.button2 {
  background-color: #51b6e0;
  border: none;
  padding:0px 10px 0px 0px ;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  line-height:40px;

}

.button3 {border-radius: 32px;}

.button4 {
  background-color: #dcdcdc;
  border: none;
  color: #5e5e5e;
  padding:0px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.button5 {
  background-color: #2ab673;
  border: none;
  color: #fff;
  padding:5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}
.circle {
  width: 40px;
  height: 40px;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height:40px;
  color:#5e5e5e;
}

.circle2 {
  width: 40px;
  height: 40px;
  background: #2ab673;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height:40px;
  color:#fff;

}


.accordion_container {
  width: 100%;
}
.accordion_head {
  background-color:#f0f1f2;
  color: #626262;
  cursor: pointer;
  margin: 0 0 5px 0;
}
.accordion_body {
  background:#FFF;
}
.accordion_body p {
  padding: 5px;
  margin: 0px;
}
.plusminus {
  float:left;
  padding-left:10px;
  line-height:21px;
  font-size:18px;
  font-weight:bold;
  width:10px;
  margin-top:10px;
}
md-select-header {
  position: sticky;
  top: 0;
  width: calc(100% - 5px);
  z-index: 99;
}