  /*-------------------------Global css--------------------------------------*/
*::-moz-selection {
    background: #D0D0D0;
    color: #fff;
}
*::selection {
    background: #D0D0D0;
    color: #fff;
}
html {
    min-height: 100%;
    position: relative;
    font-family: 'Lato', sans-serif;
}
body {
    background: url(../img/bg.jpg) left top no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    min-height: 100vh;
    overflow: hidden;
}
.overy-auto {
  overflow-y: auto;
}
.height-100 {
  height: 100vh;
  position: relative;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#version {
	font-size: 10px;
	color: #eee;
}
.height-100p {
  height: 100%;
  position: relative;
}
.iframe-height{
  position: absolute;
  height: 98%;
  border: none
}
.impersonate {
  height: 100%;
  top: 122px;
  z-index: 0;
  bottom: 0;
}

.rightFullPageLoader .impersonate {
  top: 61px;
  height: calc(100% - 61px);
}
@-moz-document url-prefix() {
  .impersonate {
    height: calc(100% - 122px);
  }
}
.main {
  min-height: 100%;
}
.disable-ele {
    pointer-events: none;
    cursor: not-allowed;
}

.thin-font{
  font-weight: 300;
}
.pad-l-0 {
    padding-left: 0;
}
.pad-l-6 {
    padding-left: 6px !important;
}
.mgr-10 {
  margin-right:10px;
}
.pdt-14 {
  padding-top: 14px !important;
}
.sprite-ico {
  background: url(../img/sprite.png);
  display: inline-block;
}
.eye {
  width: 23px;
  height: 14px;
  background-position: -35px -63px;
}
.edit {
  width: 23px;
  height: 19px;
  background-position: -69px -58px;
}
.trash {
  width: 15px;
  height: 19px;
  background-position: -107px -58px;
}
.copy {
  width: 16px;
  height: 19px;
  background-position: -136px -58px;
}
.top-10 {margin-top: 10px !important;}
.phone { background-position: 1px -56px; width: 17px; height: 17px; }
.mobile {background-position: 0px -90px; width: 17px; height: 19px;}
.envelope {background-position: 0px -125px;  width: 17px; height: 12px;}
.bg-white {
  background-color: #fff;
}
.clr-blue {
  color: #004E8C;
}
input::-ms-clear {
    display: none;
}
iframe {
  border: none;
}
.btn {
  margin-top: 10px;
  padding-top: 7px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  min-width: 155px;
  height: 50px;
}
.btn-primary {
  background-color: #004E8C;
  border-color: #004E8C;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #004e8c;
}
.btn-default {
  background-color: #e1e1e1;
  color: #404040;
  border-color: #d0d0d0;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e1e1e1;
}
.btn-success {
  background-color: #00b4a3;
  color: #fff;
  border-color: #00b4a3;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #00b4a3;
}
.btn-normal {
  background-color: #fff;
  color: #868686;
  border-color: #e3e3e3;
}
.btn-normal:hover,
.btn-normal:focus {
  background-color: #fff;
}
.modal-backdrop {
    width: 100%;
    z-index: 1039;
    height: 600%;
}
.over {
  overflow: hidden;
}
.page-heading {
  font-size: 22px;
  color: #323232;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 10px;
  margin-top: 0;
  font-weight: bold;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #00b4a3;
    border-color: #00b4a3;
    cursor: not-allowed;
}
.padding0 {
  padding: 0 !important;
}
.elepsis {
    white-space: nowrap;
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*-------------------------Global css--------------------------------------*/

/*css for header*/
.navbar-default {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
}
.navbar-brand {
  height: auto;
  padding: 3px 15px;
}

.navbar-brand > img {
  height: 50px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 16px;
  font-weight: 600;
  color: #004e8c;
  padding: 10px 8px;
}
.navbar-default .navbar-nav>li>a.username {
  padding:15px 15px 0;
}
.navbar-default .navbar-nav>li>a span.logout {
  background-position: -40px -1px;
  width: 36px;
  height: 33px;
  display: block;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent;
}
.navbar-default .dropdown-menu {
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.3);
  border-radius: 6px !important;
  border-color: transparent;
  min-width: 125px;
  top: 42px;
}
.navbar-default .dropdown-menu li a {
  letter-spacing: 0.5px;
  font-size: 15px;
  color: rgb(14, 14, 14);
}

.navbar-default .navbar-nav>li>a span.hrt {
  background: url(../img/la.png);
  width: 41px;
  height: 34px;
  display: block;
  cursor: pointer;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0px
}
.navbar-nav > li > .dropdown-menu:before {
    display: none;
    content: "";
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    position: relative;
    border-bottom: 9px dashed #fff;
    border-bottom: 4px solid\9;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    margin-top: -13px;
    float: right;
}
/*css for header*/

/*-------------------------css for login--------------------------------------*/
.my-container {
    width: 830px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    min-height: 100%;
}
.in-place {
    height: 426px;
    width: 830px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.22);
    position: absolute;
    margin-top: -213px;
    top: 50%;
    left: 50%;
    margin-left: -415px;
}
.co-py {
        position: absolute;
        width: 100%;
        bottom: 27px;
    }

.left-con {
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.left-con .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding:0 15px 0 25px;
}
.left-con img.bg {
    height: 100%;
}
.left-con .logo {
    clear: both;
    display: block;
    text-align: center;
    padding: 30px 10px 30px 0;
}
.left-con .logo img {
    max-width: 100%;
}
.left-con h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 150px;
}
.left-con p {
  font-size: 18px;
  font-weight: 300;
}
.form-con {
    height: 326px;
    display: table;
    padding: 0px 30px 0;
}
.form-con form {
    width: 100%;
}
.form-con .form-control {
    margin-bottom: 20px;
    border-color: #e2e2e2;
    border-radius: 0;
    font-weight: bold;
    color: #929292;
    height: 50px;
    font-size: 16px;
    color: #323232;
    padding: 15px 15px 0;
}
.g-btn {
  border: 0;
  background: none;
  padding: 0;
  margin-top: 30%;
}
.form-control:focus {
    border-color: #e2e2e2;
    box-shadow: none;
    outline: 0 none;
}
.form-con form.flowuplabels {
  padding-left: 20px;
  padding-right: 20px;
}
.form-con form.flowuplabels .fl_wrap {
  margin-top: 25px;
}
.form-con form.flowuplabels .fl_wrap.focused .fl_input,
.form-con form.flowuplabels .fl_wrap.populated .fl_input,
.form-con form.flowuplabels .fl_wrap.focused .fl_select,
.form-con form.flowuplabels .fl_wrap.populated .fl_select {
  padding-top: 0;
}
/*error message css*/
 span.error-msg {
    display: none;
    color: #dd2b00;
    margin-top: 0;
    margin-bottom: -18px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    right: 0px;
    bottom: 0;
 }
.error span.error-msg {
    display: block;
}
.error .form-control {
  border-color: #dd2b00 !important;
}
/*error message css*/
.form-con h2 {
    color: #323232;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: -20px;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.form-con h4 {
  color: #717171;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.g-signin {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  width: 100%;
}
.form-con h2 span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
}
.remember {
    color: #4c5e70;
    margin-top: 0px;
}
.form-con .btn-primary {
  margin-top: 25px;
  text-transform: uppercase;
}

.form-con2 .btn-primary {
    margin-top: 5px;
}
.form-con2 {}
/* Base for label styling */
/*label animation css*/
/*label*/
.rf_notice {
  font-size:.8em;
  text-align: center;
}

.flowuplabels .fl_label {
  cursor: text;
}
.flowuplabels .fl_wrap {
  /* Can change */
  height: 50px;
  margin: 17px auto 0; /* change 0 to auto for center alignment */

  /* Don't change */
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* initial label state */
.flowuplabels .fl_label {
  /* Can change */
      top: 4px;
    left: 13px;
    font-size: 13px;
    color: #868686;
    position: absolute;
  z-index: 3; /* This can be removed but then the labels must be placed after the inputs in the HTML */
  -webkit-transition: all .05s linear;
     -moz-transition: all .05s linear;
         -transition: all .05s linear;
}
.flowuplabels .fl_label span {
  color: #dd2d2d;
}
.flowuplabels .fl_input,
.flowuplabels .fl_select {

  /* Can change */
  background: none;
  border: 1px solid #dedede;
  border-radius: 0;

  /* Don't change */
  position: absolute;
  top:0;left:0;right:0;bottom:0;
  width: 100%;
  z-index: 2; /* This can be removed but then the labels must be placed after the inputs in the HTML */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* Focus & populated label styling */
.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label,
/* and graceful degradation */
.no-js .flowuplabels .fl_label {
  /* Can change */
  top: -20px;
    font-size: 12px;
    color: #004e8c;
    left: 0;
}
.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label  {
  /* Can change */
  color: #004e8c;
}
.flowuplabels .fl_wrap.focused .fl_label span,
.flowuplabels .fl_wrap.populated .fl_label span {
  display: none;
}

.flowuplabels .fl_wrap.focused .fl_input,
.flowuplabels .fl_wrap.populated .fl_input,
.flowuplabels .fl_wrap.focused .fl_select,
.flowuplabels .fl_wrap.populated .fl_select {
  border-color: #004e8c;
}

.fl_select:disabled {
  /*background-color:gray;*/
}
/*label*/
/*label animation css end*/
.remember input[type="checkbox"] {
  display: none;
}
.remember input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    border: none;
    border: 1px solid #e3e3e3;
    width: 17px;
    height: 17px;
    background: url(../img/sprite.png) left top no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

.remember input[type="checkbox"]:checked + label:before {
    background: url(../img/sprite.png) -15px top no-repeat;
}

/* hover style just for information */

.remember label:hover:before {
    border: none;
}
#txthidden {
    position: fixed;
    opacity: 0;
}
.co-py {
    padding: 25px 10px 0px;
    text-align: center;
    font-size: 12px;
    color: #323232;
}
.co-py a {
    color: #323232;
}

.server-error {
  color: red;
  margin-top: 0;
  line-height: 14px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: -20px;
}
.login-error {
  color: red;
  margin-top: 14px;
}
.form-con form.flowuplabels.form-signin .fl_label {
    top: 16px;
}
.form-con form.flowuplabels.form-signin .fl_wrap.focused .fl_label,
.form-con form.flowuplabels.form-signin .fl_wrap.populated .fl_label,
/* and graceful degradation */
.no-js form.flowuplabels.form-signin .fl_label {
  /* Can change */
  top: 5px;
    font-size: 12px;
    color: #004e8c;
    left: 13px;
}
.form-con form.flowuplabels.form-signin .fl_wrap {
  margin-top: 25px;
}
/*-------------------------css for login--------------------------------------*/
/*-------------------------css for Dashboard--------------------------------------*/

#container {
  width: 100%;
  height: 100%;
  padding-top: 56px;
}
.open_container {
  padding-top: 0px !important;
}
#container #left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 306px;
  background: #f4f4f4;
  padding-top: 57px;
  width: 306px;
}
#container #right {
   position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 306px);
  background: #f4f4f4;
  padding-top: 57px;
}
#container #handle {
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #00b4a3;
  cursor: ew-resize;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
    z-index: 1;
}
#container #handle > span {
  position: absolute;
  left: -32.5px;
  display: block;
  top: 39%;
  border: none;
  width: 65px;
  height: 65px;
  background: url(../img/move-icon.png)  top center no-repeat;
}

/*left,right-side css*/
.place-holder {
  position: absolute;
  width: 100%;
  height: 140px;
  background: url(../img/med-breaf.png) top center no-repeat;
  left: 0;
  top: 50%;
  text-align: center;
  color: #868686;
  font-size: 16px;
  margin-top:-70px;
  padding: 100px 15px;
}
/*left,right-side css*/


/*left-side css*/
.list-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.top-sec {
  display: table;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
  width: 100%;
  padding: 15px 14px 15px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.search-sec {
  position: relative;
}
.no-record-msg {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-top: 15px;
    color: #868686;
    text-align: center;
}
.search-sec input {
  width: calc(100% - 44px);
  border: 1px solid #e3e3e3;
  height: 42px;
  border-right: none;
  padding: 0 15px;
  color: #323232;
  font-size: 14px;
  float: left;
  outline: none !important;
  font-weight: 300;
}
.search-sec input::-moz-placeholder {
     color: #868686;
    opacity: 1
}
.search-sec input:-ms-input-placeholder {
     color: #868686;
}
.search-sec input::-webkit-input-placeholder {
   color: #868686;
}

.search-sec button {
  width: 44px;
  border: 1px solid #e3e3e3;
  height: 42px;
  float: left;
  border-left: none;
  background-position: -130px -2px;
  outline: none !important;

}
.search-sec button.cancel {
  width: 44px;
    border: 1px solid #e3e3e3;
    height: 42px;
    float: left;
    border-left: none;
    background-position: -250px -1px;
    outline: none !important;
    position: absolute;
    background-color: #dd2d2d;
    right: 44px;
    top: 0px;
}
.checkboxes .set {
  position: relative;
  float: left;
  margin-top: 15px;
}

.checkboxes label {
  margin: 0 24px 0 20px;
  color: #868686;
  font-size: 14px;
  float: left;
  font-weight: 300;
  cursor: pointer;
}

.checkboxes .set:last-child label {
  margin-right: 0;
}

.checkboxes input[type="checkbox"] {
  position: absolute;
  left: 0;
  z-index: 1;
  top:2px;
  width: 17px;
  height: 17px;
  opacity: 0;
}
.checkboxes input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    border: none;
    border: 1px solid #00b4a3;
    width: 17px;
    height: 17px;
    background: url(../img/sprite.png) 15px top no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s
}
.checkboxes input[type="checkbox"]:checked + label:before {
    background: url(../img/sprite.png) -15px top no-repeat;
    border: 1px solid #e3e3e3;
}

.mhp-filters {
	postition: relative;
	margin-top: 160px;
    border-top: 1px solid #073961;
}

.bottom-sec {
  width: 100%;
  height: 60px;
  background: #004e8c;
  display: table;
  margin-top: auto;
}
.bottom-sec a {
  color: #fff;
  display: table-cell;
  text-transform: uppercase;
  height: 60px;
  padding: 15px 7px;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.bottom-sec a:first-child {
  border-right: 1px solid #073961;
}
.bottom-sec a:hover, .bottom-sec a:focus, .bottom-sec a:active {
  opacity: 0.8;
}

.sidebar-list {
  padding: 0;
  margin:0;
  overflow-x: hidden;
 }
.sidebar-list li {
  list-style: none;
  min-height: 55px;
  display: table;
  width: 100%;
  border-bottom:1px solid #dcdcdc;
}
.sidebar-list li a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding:0 18px;
  color: #868686;
  padding: 10px 10px;
  cursor: pointer;
}
.sidebar-list li a figure {
  float: left;
  display: inline-block;
  min-width: 41px;
  text-align: center;
}
.sidebar-list li a h3 {
  float: left;
  font-weight: 700;
  font-size:16px;
  padding-left:15px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 210px;
}
.sidebar-list li a.active,
.sidebar-list li a:hover,
.sidebar-list li a:focus {
  background: #fff;
}
.sidebar-list li a h3 span {
  display: block;
  font-weight: 500;
  font-size:14px;
}
/*left-side css*/

/*right-side css*/

.content-area {
  position: relative;
  padding: 30px 18px 30px 30px;
}
.full-screen-btn {
  background-position: -186px -1px;
  height: 47px;
  width: 47px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.content-area {
  overflow-y:auto;
  overflow-x:hidden;
  height: 100%;
}
#right .place-holder {
  margin-top: -42px;
}
.profile-head {
  overflow:hidden;
}
.profile-head .profile-pic {
  text-align: center;
  float: left;
}
.profile-head .profile-pic figure {
  width: 200px;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-head .profile-pic figure img {
  width: 100%;
}
.profile-head .profile-data {
  padding: 0 30px;
  max-width: 710px;
  float: left;
  width: 55%;
}
.profile-head .profile-email{
  padding: 0 30px;
  min-width: 1000px;
  float: left;
}

.profile-head .profile-data .profile-name {
  font-size: 24px;
  color: #323232;
  font-weight: 700;
  margin: 0px;
  max-width: 650px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.profile-head .profile-data .profile-team-code {
  color: #acacac;
}

.info-fixmargin {
  margin-top: 5px !important;
}
.profile-head .profile-data .sub-heading {
  font-size: 16px;
  color: #323232;
  font-weight: 700;
  margin:10px 0;
}
.profile-head .profile-data .ac-status .set {
  color: #868686;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 17px;
  font-weight: 300;
}

.profile-head .profile-data .ac-status .set label {
  width: 38px;
  height: 15px;
  background: #c0c0c0;
  float: right;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.profile-head .profile-data .ac-status .set input[type="checkbox"] {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0px;
  width: 38px;
  height: 15px;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}

.profile-head .profile-data .ac-status .set input[type="checkbox"] + label:before {
  content: '';
  margin-left: 1px;
  margin-top: 1px;
  width: 13px;
  height: 13px;
  background: #fff;
  transition: all .2s;
  -webkit-transition: all .2s;
  display: block;
}
.profile-head .profile-data .ac-status .set input[type="checkbox"]:checked + label {
  background: #17b5a2;
}
.profile-head .profile-data .ac-status .set input[type="checkbox"]:checked + label:before {
  margin-left: 24px;
}
.profile-head .profile-data .ac-status .set input[type="checkbox"]:checked + label + span {
  color: #17b5a2;
}
.profile-head .profile-data .set {
  font-size: 14px;
  font-weight: 600;
  color: #1b7dcb;
  padding-bottom: 17px;
}
.profile-head .profile-data .ac-contact .set span {
  display: block;
  float: left;
  margin-right: 13px;
}
.profile-head .profile-data .ac-contact .set span.envelope {
  margin-top: 5px;
}
.profile-head .profile-edit-btn,
.profile-head .profile-team-edit-btn{
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 20px;
  float: right;
}
.profile-head .profile-edit-btn .btn-primary,
.profile-head .profile-team-edit-btn .btn-team-edit,
.list-panel .panel-default>.panel-heading .btn-primary {
  text-transform: uppercase;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  height: 36px;
  padding-top: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  width: 178px;
}
.profile-head .profile-team-edit-btn .btn-team-edit {
  margin-left: 15px;
}
.panel-default>.panel-heading {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  background-color:#f4f4f4;
  border-color: #f4f4f4;
  text-transform: uppercase;
}
.panel-default .panel-body {
  color: #acacac;
  font-size: 16px;
}
.panel-default {
  border-color: #f4f4f4;
}
.list-panel {
  font-size: 16px;
}
.list-panel .panel-default .panel-body {
  padding: 0px;
}
.list-panel .panel-default>.panel-heading {
  overflow: hidden;
}
.list-panel .panel-default>.panel-heading span {
  margin-top: 10px;
  float: left;
}
.list-panel .panel-default>.panel-heading .search-sec {
  width: 285px;
  float: right;
}
.list-panel .panel-default>.panel-heading .action-sec {
  width: 180px;
  float: right;
}
.list-panel .panel-default .panel-body .table>thead>tr>th {
  background: #cdcdcd;
  color: #323232;
  padding: 10px 40px;
  border-bottom: none;
  font-weight: normal;
}
.list-panel .panel-default .panel-body .table>thead>tr>th:last-child,
.list-panel .panel-default .panel-body .table>tbody>tr>td:last-child {
  text-align: right;
  padding-right: 25px;
}
.team-detail-members-label-owner {
  display: inline-block;
  width: 130px;
  text-align: center;
}
.list-panel .mx-h {
  max-height: 300px;
}
.full-prectitioner {
  background-position: -302px 0px;
  height: 24px;
  width: 15px;
  margin-bottom: -5px;
  display: inline-block;
}
.list-panel .panel-default .panel-body .table>tbody>tr>td {
  padding: 4px 40px;
  border-top: none;
}
.list-panel .panel-default .panel-body .table>thead>tr>th:last-child b {
  min-width: 113px;
  display: block;
  float: right;
  text-align: center;
}
.list-panel .panel-default .panel-body .table>tbody>tr>td b {
  color: #323232;
}
.elepsis.width110 {
  max-width: 110px;
}
.width300 {
  width: 500px;
  max-width: 500px;
  display: inline-block;
}
.width300Nxt {
  width: 300px !important;
}
.action-tag {
  background-color: #17b5a2;
  min-width: 130px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  float: right;
  cursor: pointer;
}
.primary-team-label {
    min-width: 130px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    float: right;
    cursor: auto;
    background-color: #76D076
}
.assign-practitioners-left-button-margin {
    margin-right: 180px!important;
}
.action-tag.remove {
  background-color: #dcdcdc;
  color: #323232;
  cursor: pointer;
}

.action-tag.confirm {
  background-color: #1ec31e!important;
  cursor: pointer;
  margin-right: 5px;
}

.action-tag.decline {
  background-color: #dcdcdc;
  cursor: pointer;
}
.teams-list:first-child {
  margin-top: 10px;
}

.team-header span.action-tag {
	margin-top: 8px;
	margin-right: 25px;
}

/*Add practitioner css*/
.prectitioner-form {
  padding-bottom: 30px;
}
.prectitioner-form .form-control {
    margin-bottom: 20px;
    border-color: #e2e2e2;
    border-radius: 0;
    font-weight: 500;
    color: #929292;
    height: 26px;
    font-size: 12px;
    color: #323232;
    padding: 0px 8px 0;
    z-index: 4;
    resize: none;
}
.prectitioner-form .fl_label {
  font-weight: normal;
}
.prectitioner-form .error .form-control {
    border-color: #dd2b00;
}
.prectitioner-form.flowuplabels .fl_wrap.textarea {
  height: 144px;
}
.prectitioner-form.flowuplabels .fl_wrap.textarea .form-control {
  height: 144px;
  padding-top: 25px;
}
.prectitioner-form.flowuplabels .fl_wrap.focused .fl_input,
.prectitioner-form.flowuplabels .fl_wrap.populated .fl_input {
  padding-top: 0px;
}
.prectitioner-form.flowuplabels .fl_wrap.focused textarea.fl_input,
.prectitioner-form.flowuplabels .fl_wrap.populated textarea.fl_input {
  padding-top: 4px;
}

.prectitioner-form .media-load {
  margin-top: 10px;
  position: relative;
  text-align: center;
  display: block;
}
.prectitioner-form .media-load label {
  position: relative;
}
.prectitioner-form .media-load label.btn.btn-primary {
    margin: 5px 0 0 0;
    height: 26px;
    font-size: 12px;
    padding-top: 4px;
}
.prectitioner-form .media-load input {
  position: absolute;
    height: 72px;
    width: 72px;
    opacity: 0;
    display: inline-block;
    top: 0;
    margin-left: -45px;
    left: 50%;
    border-radius: 50%;
}
.prectitioner-form .media-load figure {
  height: 72px;
  width: 72px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}
.prectitioner-form .media-load figure img {
  width: 100%;
}
.prectitioner-form .media-load figcaption {
  color: #a4a4a4;
  font-style: italic;
  padding: 12px 15px 0;
  font-weight: normal;
  display: block;
}
.prectitioner-form .btn {
  margin-left: 14px;
  margin-top: 26px;
}
.prectitioner-form.flowuplabels .fl_wrap {
  margin-top: 14px;
}

#editor_holder .col-md-12 .well {
  padding: 5px 0;
}

#editor_holder .col-md-12 p {
  background-color: #ffd1d1;
  width: 50%;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 5px;
}

#editor_holder .well > div > div > div:nth-child(3) > div > div.well.well-sm > div:nth-child(1) > div {
  padding-bottom: 10px;
}

#editor_holder .well div:nth-child(2) > div > .well > div:nth-child(1) > div {
  border-radius: 0;
  padding-top: 15px;
}

#editor_holder .well div:nth-child(2) > div > .well > div:nth-child(1) > div:nth-child(1) {
  padding-top: 0;
}

/*delete btns in contacts and licenses on the right side of span*/
.btn-group > .btn:last-child:not(:first-child) {
  margin-left: 15px;
}

/*box shadow and bg for contact 1, 2 ...*/
#editor_holder .well div:nth-child(2) > div > .well > div:nth-child(1) > div > .well > div {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background-color: #f9f9f9;
}

#editor_holder .well div:nth-child(2) > div > .well > div:nth-child(1) > div > .well > div > div > div > div > .well {
  margin-top: 5px;
}

#editor_holder .well div:nth-child(3) > div > .well > div:nth-child(1) > div > .well {
  background-color: rgba(224, 224, 224, 0.3);
}

/*box-shadow and bg for licence 1, 2 ...*/
#editor_holder .well > div > div > div:nth-child(3) > div > .well > div:nth-child(1) > div > .well {
  margin-top: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/*nested divs styling (below licenses),phone 1, phone 2 ...and address */
#editor_holder .well > div > div > div:nth-child(4) > div > .well > div:nth-child(1) > div,
#editor_holder .well > div > div > div:nth-child(5) > div > .well > div:nth-child(1) > div,
#editor_holder .well > div > div > div:nth-child(6) > div > .well > div:nth-child(1) > div,
#editor_holder .well > div > div > div:nth-child(7) > div > .well > div:nth-child(1) > div,
#editor_holder .well > div > div > div:nth-child(8) > div > .well > div:nth-child(1) > div {
  padding: 5px 5px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background-color: rgba(224, 224, 224, 0.3);
}

/*width of seclcts in edit other information*/
#editor_holder .well > div > div > div:nth-child(4) > div > .well > div:nth-child(1) > div .form-group select,
#editor_holder .well > div > div > div:nth-child(5) > div > .well > div:nth-child(1) > div .form-group select,
#editor_holder .well > div > div > div:nth-child(6) > div > .well > div:nth-child(1) > div .form-group select,
#editor_holder .well > div > div > div:nth-child(7) > div > .well > div:nth-child(1) > div .form-group select,
#editor_holder .well > div > div > div:nth-child(8) > div > .well > div:nth-child(1) > div .form-group select{
  width: 50%;
}

#editor_holder .well {
  background-color: transparent;
  border: none;
  padding: 5px 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#editor_holder .well label {
  font-size: 12px;
  color: #868686;
}

.prectitioner-form #editor_holder .well .form-control {
  padding-top: 0;
}
.prectitioner-form #editor_holder .well .btn {
  margin-top: 0;
}

.prectitioner-form #editor_holder {
  margin-top: 20px;
}

/*font size - contacts, licenses, age ... */
.prectitioner-form #editor_holder h3 {
  font-size: 22px;
  margin:15px 0 15px 0;
  font-weight: 700;
}

/*font size - contact 1, 2 ..., license 1, 2*/
.prectitioner-form #editor_holder .well .well h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  display: flex;
	align-items: center;
}

/*font size - phone 1, phone 2...*/
#editor_holder .well div:nth-child(2) > div > .well > div:nth-child(1) > div > .well > div > div > div:nth-child(4) > div > .well > div:nth-child(1) > div > h3 > span {
  font-size: 12px;
}

/*font size - phones, address*/
#editor_holder .well div:nth-child(2) > div > div.well.well-sm > div:nth-child(1) > div > div.well.well-sm > div > div > div:nth-child(5) > div > h3 > span,
#editor_holder .well div:nth-child(2) > div > div.well.well-sm > div:nth-child(1) > div > div.well.well-sm > div > div > div:nth-child(4) > div > h3 > span {
  font-size: 16px;
}

.prectitioner-form #editor_holder .form-control {
  height: 25px;
  font-size: 12px;
  margin-bottom: 5px;
}
.prectitioner-form #editor_holder .form-group {
    margin-bottom: 0;
}
.prectitioner-form #editor_holder .btn-default {
    background-color: #e1e1e1;
    color: #404040;
    border-color: #d0d0d0;
    height: 20px;
    font-size: 12px;
    min-width: 1px;
    padding: 0 7px;
}

.prectitioner-form #editor_holder .json-editor-btn-delete i {
  color: #ff6666;
}

.prectitioner-form #editor_holder .json-editor-btn-add i {
  color: #337ab7;
}

#editor_holder .well {
  margin: 0;
}
#editor_holder .well .row{
  margin: 5px 5px 5px 0;
}
.prectitioner-form #editor_holder .well textarea.form-control{
  min-height: 40px;
  resize: none;
}

.prectitioner-form span.error-msg {
  margin-bottom: 5px;
}
.sub-example {
  display: block;
    color: #dd2b00;
    margin-top: 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    right: 0px;
    top: -19px;
}

.team-edit-sec {
  position: relative;
  padding: 10px 0 0 30px;
}

.team-edit-sec input {
  width: 200px;
  border: 1px solid #e3e3e3;
  height: 42px;
  border-right: none;
  padding: 0 15px;
  color: #323232;
  font-size: 14px;
  float: left;
  outline: none !important;
  font-weight: 300;
}

.team-edit-sec input::-moz-placeholder {
  color: #868686;
  opacity: 1
}

.team-edit-sec input:-ms-input-placeholder {
  color: #868686;
}

.team-edit-sec input::-webkit-input-placeholder {
  color: #868686;
}

.team-edit-sec button {
  width: 44px;
  border: 1px solid #e3e3e3;
  height: 42px;
  float: left;
  border-left: none;
  outline: none !important;
  display: inline-block;
  margin: 0;
}

/*blue header*/
.blue-topbar {
  background: #004e8c;
  overflow: hidden;
  color: #fff;
  line-height: 56px;
  padding: 4px 15px;
  position: relative;
  font-weight: 700;
}
.blue-topbar a {
  color: #fff;
  font-weight: bold;
}
.blue-topbar .btn-success {
  float: right;
  margin-right: 55px;
  height: 35px;
  margin-bottom: 12px;
  padding-top: 6px;
}
/*blue header*/

/*Add practitioner css*/



/*right-side css*/

/*-------------------------css for Dashboard--------------------------------------*/


/*loading css*/

#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('http://loadinggif.com/images/image-selection/3.gif');
    background-color:#000;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}
div.content {
   width : 1000px;
   height : 1000px;
}
.descr .checkbox{
  margin-top: 15px !important;
}

.t-center {
  text-align: center !important;
}
/*loading css*/

/*editional width*/
    .width-12 {
        width: 100%
    }
    .width-11 {
        width: 91.66666667%
    }
    .width-10 {
        width: 83.33333333%
    }
    .width-9 {
        width: 75%
    }
    .width-8 {
        width: 66.66666667%
    }
    .width-7 {
        width: 58.33333333%
    }
    .width-6 {
        width: 50%
    }
    .width-5 {
        width: 41.66666667%
    }
    .width-4 {
        width: 33.33333333%
    }
    .width-3 {
        width: 25%
    }
    .width-2 {
        width: 16.66666667%
    }
    .width-1 {
        width: 8.33333333%
    }
/*editional width*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323232;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.form-control::-moz-placeholder {
     color: #868686;
    opacity: 1
}
input.form-control:-ms-input-placeholder {
     color: #868686;
}
input.form-control::-webkit-input-placeholder {
      color: #868686;
}
.patEdit {
  color: #858585;
}
/*Add patient css*/

.patient-form {
  margin-top: 0px;
  width:682px;
}

.patient-form .dob span.devider {
  float: left;
  width: 6%;
  font-size: 17px;
  color: #868686;
  text-align: center;
  margin-top: 2px;
}

.patient-form .month {
  width: 34% !important;
}
.patient-form .day {
  width: 25% !important;
}
.patient-form .year {
  width: 29% !important;
}
.patient-form .day, .patient-form .year, .patient-form .month {
  padding: 6px 1px;
  float: left;
}
.patient-form  select {
  border-radius: 3px !important;
  float:left;
}
.patient-form .form-control {
  border-radius: 0;
  height: 27px;
  padding: 3px 3px;
}
.patient-form .form-group {
  margin-bottom: 5px;
}
.patient-form label {
  color: #868686;
  font-weight: normal;
}
.patient-form .btn-normal {
  margin-right: 10px;
}
.patient-form .btn {
  max-width: 45%;
}
.patient-form textarea  {
  height: 90px !important;
  max-width: 100%;
  resize: none;

}
.patient-form  span.error-msg {
    left: 100%;
    width: 100%;
    bottom: 29px;
}
.dob span.error-msg {
    font-size: 14px !important;
    color: #dd2b00 !important;
}
textarea {
  resize: none;
}
/*Add patient css*/
/*Add patient view css*/
.profile-head.patient .profile-data .set {
    padding-bottom: 10px;
}
.profile-head.patient .profile-data .info .set {
  padding-bottom: 6px;
}
.profile-head.patient .profile-data .info label {
  font-size: 14px;
  color: #474747;
  font-weight: bold;
  width: 123px;
  margin-bottom: 0;
  margin-right: 7px;
}
.profile-head.patient .profile-data .info label b {
  float: right;
}
.profile-head.patient .profile-data .info span {
  font-size: 14px;
  color: #323232;
  font-weight: normal;
  width: calc(100% - 135px);
  float: right;
}
.profile-head.patient .profile-data .info {
  margin-top: 16px;
}
.patient.content-area .panel-default .panel-body{
  min-height: 110px;
}
.list-panel .panel-default>.panel-heading .btn {
  height: 36px;
  text-transform: uppercase;
  margin-top:0;
  padding-top: 6px;
  font-weight: 300;
}
.patient.content-area .panel-default .panel-body tr td a {
  color: #004e8c;
  text-decoration: none;
}
.patient.content-area .panel-default .panel-body tr td .edit-area a {
  color: #323232;
  text-decoration: none;
}
.patient.content-area .panel-default .panel-body tr td .edit-area a:focus {
  outline: none;
}
.list-panel .panel-default>.panel-heading {
  position: relative;
}
.list-panel .panel-default>.panel-heading .checkboxes {
  position: absolute;
    left: 16px;
    top: 17px;
}
.list-panel .panel-default>.panel-heading span.mgt-10px {
  margin-top: -2px;
}
.list-panel .panel-default>.panel-heading .checkboxes label {
  font-weight: normal;
  text-transform: none;
}
.patient.content-area .panel-default .panel-body.table-h {
  min-height: 1px;
}
.patient.content-area .panel-default .panel-body.table-h .table {
  margin-bottom: 5px;
}

.list-panel .save {
  margin-right: 10px;
}

.list-panel .container-fluid {
  color: #acacac;
  font-size: 16px;
  padding-top: 10px;
}

.list-panel .container-fluid:not(:first-of-type) {
  padding-top: 0;
}

.list-panel .container-fluid .row {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #e1e1e1;
}

.list-panel .container-fluid .row:last-of-type {
  border: none;
}

.list-panel .container-fluid .row .col-md-12 {
  display: flex;
  align-items: center;
  height: 35px;
  margin-bottom: 2px;
}

.patient-head-btn{
  float: right;
    margin-right: 10px;
    padding-top: 4px;
}
/*Add patient view css*/
#left .spinner {
  z-index: 1 !important;
}
#right {
  z-index: 2
}
#right .loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.rightFullPageLoader{
  overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.rightFullPageLoader .loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

#right .loader .spinner {
  margin-left: 10%;
}

.hand-cursor {
  cursor: pointer;
}
.input-wid{
  width: 38%;
}
.select-wid{
    width: 20%;
}
.create-account-check {
    position: absolute;
    top: 18px;
    left: 264px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}



  /*referral css*/
  .patient-referral-navbar {
    background: #004e8c;
    color:#fff;
    margin-bottom: -10px;
    padding: 20px 15px 10px 15px;
    margin-bottom: 0px;
    top: 0;
    width: 100%;
    left: 0;
    margin-top: 0px;
    overflow: hidden;
  }
  .patient-referral-navbar p {
    font-size: 16px;
     margin-top: 5px;
  }
  .patient-referral-navbar p span {
    font-weight: 300;
  }
  .patient-referral-navbar .full-screen-btn {
    margin-top: 5px;
  }
  .patient-referral-navbar .btn {
    height: initial;
    margin-top: 0px;
  }
  .add {
    width: 20px;
    height: 20px;
    background-position: -322px -2px;
  }
  .panel-primary {
    border-color: #004e8c;
  }
  .panel-primary>.panel-heading {
    color: #fff;
    background-color: #004e8c;
    border-color: #004e8c;
  }

  .referral-panel .panel-default .panel-body .table>thead>tr>th {
    background: #d6d6d6;
    color: #323232;
    padding: 10px 15px;
    border-bottom: none;
    font-weight: normal;
  }
  .referral-panel .panel-default .panel-body .table>tbody>tr>td {
    padding: 5px 15px 0;
    border-top: none;
  }
  .referral-panel .panel-default .panel-body .table>tbody>tr>td .name {
    color: #323232;
      white-space: nowrap;
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .referral-panel .panel-default .panel-body .table>tbody>tr>td .add {
    margin-left: 2px;
  }
  .referral-panel .panel-default .panel-body .table>tbody>tr>td .active {
    color: #17b5a2;
  }
  .referral-panel .panel-default .panel-body {
    padding: 0 0 10px;
  }
  .name-head {
    position: relative;
  }
  .name-head h2 {
    height: 32px;
    background: url(../img/recent-bg.jpg) center center no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    color: #0e0e0e;
  }
  .name-head .btn-success {
    float: right;
    margin-top: -42px;
    min-width: 119px;
    height: 38px;
  }
  .t-deseas {
    text-align: center;
  }
  .t-deseas a {
    font-size: 16px;
    color: #868686;
    padding: 10px 8px 10px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
  }
  .t-deseas a:nth-child(2) {
    width: 330px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .t-deseas a:hover, .t-deseas a:focus, .t-deseas a.active {
    color: #323232;
  }
   .t-deseas a.active {
    font-weight: bold;
  }
  .referral-search {
    margin-bottom: 10px;
  }
  .referral-search h3 {
    color: #323232;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -77px;
  }
  .referral-suggestion {
    position: fixed;
    bottom: -152px;
    right: -1px;
    width: 800px;
    z-index: 5;
   }
   .referral-suggestion.open {
    bottom: -1px;
   }
  .referral-suggestion .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px 0px 0px 0px !important;
    -webkit-border-radius: 10px 0px 0px 0px !important;
  }
  .referral-suggestion .panel .panel-body {
    padding: 5px 15px;
    height: 200px;
    overflow: auto;
  }
  .referral-suggestion .panel-body .ref-table {
    margin-bottom: 5px;
  }
  .referral-suggestion .panel-heading {
    padding: 5px 15px;
    position: relative;
  }

.referral-suggestion .panel-body .ref-table>ul {
  padding-left: 0;
}
.referral-suggestion .panel-body .ref-table>ul>li>.sort-handle {
  padding: 5px;
}

.referral-suggestion .panel-body .ref-table>ul>li {
  padding: 8px 5px 0;
  border-top: none;
  list-style-type: none;
  user-select: none;
  display:inline-block;
}
.referral-suggestion .panel-body .ref-table>ul>li .action-tag {
  min-width: 84px;
  background: #dd2d2d;
  color: #fff;
}
.referral-suggestion .panel-body .ref-table>ul>li .name {
  white-space: nowrap;
  max-width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.referral-suggestion .panel-body .ref-table>ul>li {
  padding: 5px;
  list-style-type: none;
  user-select: none;
  display:inline-block;
  position:relative;
}
.move-btn {
  height: 58px;
  width: 58px;
  position: absolute;
  background: url(../img/move-icon2.png) center center no-repeat;
  top: -29px;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.fillter .table {
    margin-bottom: 0px;
}

.patient.content-area .fillter .panel-default {
  border: none;
}
.patient.content-area .fillter .panel-default .panel-body {
  padding-bottom: 0;
  border: none;
}
.fillter .select.collapsed {
    border-top: none;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    color: #999999;
}
.fillter .select {
  color: #00769f;
  border-top: none;
  text-transform: uppercase;
  padding: 5px 10px 0;
  font-size: 14px;
  width: 100%;
  font-weight: 300;
}
.fillter .select p {
  margin-bottom: 5px;
}
.fillter .filterForm > div {
  border:1px solid #f4f4f4;
  border-top: none;
}
.fillter .select.collapsed .sel-arrow {
  transform: rotate(0deg);
  color: #999999;
  float: right;
  margin-top: -20px;
}
.fillter .select .sel-arrow {
  color: #004b80;
  transform: rotate(180deg);
  float: right;
  margin-top: -20px;
}
.fillter .btn-default {
  background: #fff;
  padding-top: 3px;
  height: 28px;
  font-size: 14px;
}

.options p {
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0;
  font-weight: 300;
}
.options p, .options a {
  color: #acacac;
  text-decoration: none;
}
.options p.active, .options p:hover, .options p:focus,
.options a:hover  {
  color: #004b80;
}



.referral-suggestion .panel-heading input {
    position: absolute;
    width: 88%;
    height: 26px;
    background: #004e8c;
    border: none;
    left: 0;
    top: 2px;
    display: none;
    padding: 0 85px 0 20px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .referral-suggestion .panel-heading .dis-b {
    display: block;
  }
  .referral-suggestion i.pencil-icon {
    margin-left: 10px;
    cursor: pointer;
    overflow:hidden;
  }

  .reff-done {
  width: 25px;
  height: 26px;
  border-radius: 50%;
  background-position: -382px -1px;
}
.reff-close {
  width: 25px;
  height: 26px;
  border-radius: 50%;
  background-position: -349px -1px;
}
.referral-suggestion i.reff-done, .referral-suggestion i.reff-close {
    position: absolute;
    right: 100px;
    top: 1px;
    display: none;
    cursor: pointer;
  }
.referral-suggestion i.reff-close {
  right: 74px;
}
  .full-v {
    width: 20px;
    height: 15px;
    background-position: -298px -2px;
  }
  .pagination {
    margin: 0 0 35px 0;
  }
/*rafrrel css*/

td.nav-name {
	color: black;
}

td.prac-name {
	width: 70%;
}

td.prac-name a {
  cursor: pointer;
}

td.med-titles, td.categories {
	width: 15%;
}

td.nav-column {
	width: 30%;
}

table.prac-list {
	width: 70%;
}

span.team-name a {
	font-weight: bold;
	color: black;
  padding-left: 20px;
  cursor: pointer;
  text-decoration: none;
}

div.nav-team {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #f4f4f4;
	padding-top: 8px;
}
/*.loader .spiner {
  position: fixed;
  width: 100%;
  height: 100%;
}*/

.header-62 {
  height:62px !important;
}

.google-sginIn-btn {
  width: 200px;
  height: 35px;
  background-color: #4d90fe;
  border: 1px solid #3079ed;
}

#toast-container {
  position: fixed !important;
  top: 8%;
}
/* hack for fixing modal background*/
.modal-backdrop {
  z-index: -1;
}
.logout-info-login {
  padding-top: 13px;
}
