﻿@charset "UTF-8";
/* CSS Document */

.panel-header-rc {
	/* height: 120px; */
}

.page-title {
  color: #FFF;
  font-weight: 400;
  font-size: 1.2rem;
}

.gray-border{
  border: 1px solid #CCC;
  border-radius: 3px;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.navbar-patient{
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.ta-border{
  background-color: transparent;
  border: 1px solid #E3E3E3 !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px !important;
  color: #2c2c2c;
  line-height: normal;
  height: auto;
  font-size: 0.8571em;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  box-shadow: none;
  overflow: auto;
}

.select-style {
    padding: 10px !important;
    border: 1px solid #e3e3e3 !important;
    width: 300px;
	height: 35px;
    border-radius: 30px !important;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.select-style:after {
    top: 50%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-style select {
    padding: 10px !important;
    width: 130% !important;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.text-1{
  font-size: 0.75rem;
}

.btn-header{
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	margin-left: 10px;
}



.valign-middle{
	vertical-align: middle;
}

.c-gray{
	color: #eee;
}

.content-margin{
	margin-top: -80px !important;
}

.content-patient{
    padding-left: 20px;
    padding-right: 20px;
}

.margin-btm-10{
	margin-bottom: 10px !important;
}

.margin-top-20{
	margin-top: 20px !important;
}

/*
.align-items-center {
  margin-top: auto;
  margin-bottom: auto;
  -ms-flex-align: center !important;
  align-items: center !important;
}
*/

.facility-details{
	padding: 1rem 1rem .5rem 0rem;
}

.badge-rc {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-rc:empty {
  display: none;
}

.btn .badge-rc {
  position: relative;
  top: -1px;
}

.badge-rc-pill {
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 10rem;
}

.badge-rc-primary {
  color: #333;
  background-color: #acd4ff;
  

}
/* 
.badge-rc-primary[href]:hover, .badge-rc-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
} */

.badge-rc-secondary {
  color: #fff;
  background-color: #8d9caa;
}

/* .badge-rc-secondary[href]:hover, .badge-rc-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
} */

.badge-rc-success {
  color: #333;
  background-color: #78e990;
}

/* .badge-rc-success[href]:hover, .badge-rc-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
} */

.badge-rc-info {
  color: #fff;
  background-color: #69ccdb;
}

/* .badge-rc-info[href]:hover, .badge-rc-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
} */

.badge-rc-warning {
  color: #212529;
  background-color: #f0cc62;
}

/* .badge-rc-warning[href]:hover, .badge-rc-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
} */

.badge-rc-danger {
  color: #fff;
  background-color: #dd7f8a;
}

/* .badge-rc-danger[href]:hover, .badge-rc-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
} */

.badge-rc-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* .badge-rc-light[href]:hover, .badge-rc-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
} */

.badge-rc-dark {
  color: #fff;
  background-color: #343a40;
}

/* .badge-rc-dark[href]:hover, .badge-rc-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
} */
@media (max-width: 480px) {
    .panel-header-rc {
	height: 140px;
}
}