html, body, .main-wrapper {
	min-height: 100%;
  height: 100%;
}

.wrapper {
	min-height: 100%;
	height: 100%;
	/*margin: 0 auto -120px;  the bottom margin is the negative value of the footer's height */
}

.container.ng-scope{
  width: 100%;
}

nav.navbar-secondary {
  margin-top: 60px;
}

.navbar-right .dropdown a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.alert.alert-danger{
  background-color: #cd5747;
}

/*Navbar*/
img.brand-logo {
  width: 24px;
  height: 24px;
}
.navbar-container-height{
  height: 50px;
}
.current-center{
  margin-top: -4px;
}
.navbar-shadow{
  -webkit-box-shadow: 0px 5px 5px 0px rgba(111,111,111,0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(111,111,111,0.5);
  box-shadow: 0px 5px 5px 0px rgba(111,111,111,0.5);
  z-index: 1;
}
.navbar-left-item-logo {
  float: left;
  padding-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
}
.navbar-container {
  background-color: #477acd;
  padding: 0px;
}
.navbar-divider-line{
  float: left;
  background-color: white;
  height: 35px;
  width: 2px;
  margin-top: 8px;
}
.navbar-left-item-context-logo{
  padding: 10px;
  float: left;
  cursor: default;
}
.navbar-left-item-context-logo > i{
  font-size: 32px;
  color: white;
}
.navbar-right-item-logo{
  font-size: 42px;
  color: white;
}
.navbar-left-item-links > .nav.navbar-nav > li.dropdown.open > ul.dropdown-menu > li > a{
  color: white;
  font-size: 14px;
}
.navbar-left-item-links > .nav.navbar-nav > li.dropdown.open > ul.dropdown-menu > li > a:hover{
  background-color: inherit;
  color: #b5c9eb;
}
.navbar-left-item-links {
  float: left;
}
.navbar-right-item {
  float: right;
  padding: 4px;
  padding-right: 20px;
}
.navbar-item-color{
  color: white;
}
.nav.navbar-nav > li.dropdown.open > ul.dropdown-menu{
  background-color: #477acd;
  margin-top: -1px;
  border-radius: 0;
}
.navbar-right-item > li.dropdown.open > ul.dropdown-menu{
  background-color: white;
  margin-top: -3px;
  border-radius: 0;
  left: -50px;
}
.navbar-right-item > li{
  list-style-type: none;
}
.navbar .navbar-nav > li > a {
    color: white;
}
.navbar .navbar-nav > li > a:hover {
    color: #b5c9eb;
}
.navbar .navbar-nav > li > a.selected:hover {
    color: white;
}
.navbar-nav > li > a{
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.nav.navbar-nav .open > a, .nav.navbar-nav .open > a:hover, .nav.navbar-nav .open > a:focus, .nav.navbar-nav > li > a.active{
  background-color: #3861a4;
}
.nav > li > a:hover, .nav > li > a:focus{
  background-color: #477acd;
}
.navbar{
  min-height: 50px;
  max-height: 50px;
}
/*Navbar ENDS*/

legend.panel-title {
  color: #0d87e9;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 1.8em;
}

.panel-body.padded {
  padding: 30px 40px;
}

.role-form .radio-group {
  margin-left: 25px;
}

.new-person-data {
  border: 1px solid #dcdcdc;
  padding: 10px 10px;
  margin: 0px 0px 30px 0px;
}

.new-person-data strong{
  font-size: 1.5em;
}

.person-alternative{
  cursor: pointer;
}

h4.subtitle, h5.subtitle {
  color: #0d87f0;
  margin-bottom: 25px;
}

.dealsSetTab{
  padding-bottom: 1px;
  border-bottom: solid white 1px;
  cursor: pointer;
}

.dealsSetTab.selected{
  border-bottom: solid #7986cb 1px;
  cursor: default;
  font-weight: bold;
}

.dealsSetTab:hover{
  border-bottom: solid #7986cb 1px;
}

.new-person-data p {
  font-size: 1.3em;
}

.gender-group-focus input[type="radio"]::after {
  border-color: #2196f3;
}

.alternatives {
  list-style: none;
  padding-left: 0px;
}

.alternatives .score {
  font-size: 2em;
  margin: 10px;
  padding-top: 1px;
  line-height: 28px;
}

.alternatives .score .close-match {
  background: #c33;
}

.alternatives tr.exact-match {
  background: gold !important;
}

.alternatives button {
  margin:0px;
  width: auto;
}

.alternatives .fa-check-circle-o {
  color: green;
}

.alternatives tr.member {
  color: black;
  /*background-color: rgb(174, 220, 253) !important;*/
}

.no-alternatives {
  margin: 20px;
  font-size: 1.3em;
}

.no-alternatives a:hover {
  text-decoration: none;
}

fieldset.hce-roles {
  border: 1px solid #ddd;
  padding: 0px 15px;
}

fieldset.hce-roles legend {
  margin: 0px;
  border: none;
  font-size: 1.1em;
  padding: 0px 10px;
  width: inherit;
}

fieldset.hce-roles legend::first-letter {
  text-transform: uppercase;
}


/* STAFF LIST */
.empty-search {
  text-align: center;
}
.empty-search h3, .empty-search h4 {
    color: rgba(184, 184, 184, 0.35);
}

.empty-search .fa {
  font-size: 16em;
  color: rgba(184, 184, 184, 0.35);
}

.search-filters {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 46px;
}

.search-filters li {
  display: inline-block;
  padding: 0 10px 0 20px;
  font-size: .9em;
  font-weight: 200;
}

.row-extra p {
  margin: 0;
}

.row-selected .list-group-item-text {
  color: #555555;
}

.row-margin-top {
  margin-top: 20px;
}

.password-display {
 -webkit-text-security: disc;
}

.row-picture img {
  height: 70px;
}

.panel-heading h6 + h5 {
  border-top: 1px solid #bbb;
  padding: 10px;
}

div.action-fab {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

div.action-fab button {
  background-color: #d23f31;
  border-radius: 50%;
  font-size: 3em;
  padding: 0px 25px;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

div.action-fab button:hover, div.action-fab button:active, div.action-fab button:focus {
  background-color: #d11d15;
  background-image: none;
}

/** STAFF NEW ROLES */
.remove-license-icon-color {
  color: #BE5108;
}

.add-license-icon-color {
  color: #4A8522;
}

/** MAIN DASHBOARD **/
.main-dashboard {
  min-height: calc(100% + 45px);
  margin-top: -45px;
  padding-top: 0;
}
.main-dashboard .logo {
  height: 40px;
}
.main-dashboard .cardLogo {
  height: 30px;
}

.main-dashboard .navbar-nav li.details {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: right;
  margin-right: 6px;
  margin-top: 2px;
}

.main-dashboard .navbar-nav li.photo i {
  font-size: 3.5em;
}

.main-dashboard .navbar-nav li.photo a {
  padding: 0;
}

.main-dashboard .navbar-nav li.photo a:hover, .main-dashboard .navbar-nav li.photo a:active {
  background-color: transparent;
}

.main-dashboard .welcome {
  min-height: 60px;
  text-align: center;
  padding-top: 18px;
}
.main-dashboard .welcomeText{
  font-size:    46px;
  line-height:  1;
  font-weight:  100;
}
.main-dashboard .welcomeSubtext{
  font-weight: 200;
  font-size: 1.5em;
}

.main-dashboard .cards-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 20px;
}

.main-dashboard .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.main-dashboard .card {
  width: 350px;
  height:180px;
  margin-right: 10px;
  display:flex;
  padding: 5px;
  align-items: baseline;
  flex-wrap: wrap;
}

.main-dashboard .card-heading {
  width: 100%;
}

.main-dashboard .card-heading a{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd6d6;
  width: 100%;
  text-align: center;
}

.main-dashboard .card-heading .icon{
  max-width:21%;
  min-width:21%;
}

.main-dashboard .card-heading .icon i{
  font-size: 3em;
  color: #477acd;
}

.main-dashboard .card-heading .title {
  max-width:70%;
  min-width:70%;
  font-size: 1.4em;
  line-height: 1.2em;
}
.main-dashboard .card-heading a {
  color: #6f6f6f;
}

.main-dashboard .card-heading a:hover {
  text-decoration: none;
  color: #477acd;
}

.main-dashboard .card-heading .arrow {
  max-width:5%;
  min-width:5%;
}

.main-dashboard .card-heading .arrow i {
  font-size: 3em;
}

.main-dashboard .card-body {
  padding: 20px;
}

.main-dashboard .cards-container {
  min-height: 66%;
}

.main-dashboard .footer {
  background-color: rgba(0,0,0,0.05);
  border-top: 1px solid rgba(0,0,0,0.1);
  min-height: 60px;
  height: 60px;
  /*clear: both;*/
}

.footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
  height: 60px;
  color: white;
}

.footer ul > li > a{
  color: white;
}

/** END MAIN DASHBOARD **/

/** START APPOINTMENTS **/

.timepicker-page .btn-link {
  background-color: #f0f0f0;
}

hr.dotted {
  border-top-style: dotted;
}

.agenda-preferences {
  height: 45px;
}

.app-user-prefs-col-durations{
  margin-left: -30px;
}

.app-user-prefs-col-overturn{
  margin-left: -25px;
}

.app-user-prefs-col-def-duration{
  margin-left: -50px;
}

.appointments-border{
  border: 1px solid #e4e4e4;
  padding: 10px;
}
.appointments-border-prefs{
  border: 1px solid #e4e4e4;
  padding: 10px;
}
.appointments-border-hours{
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  height: 52px;
}
.appointments-border-hours-overflow{
  height: 90px;
}
.appointments-border-hours > ul{
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
.appointments-panel-header{
  padding: 5px 10px;
  height: 45px;
}

.appointment-list-no-agenda{
  margin-top: 6px;
}

.agenda-body{
  padding: 0;
}

.appointments-icon-color{
  color: #6b94d7;
}
.appointments-icon{
  vertical-align: middle;
  margin-right: 5px;
}

.appointments-border-hours > ul > li > a{
  height: 38px;
}
.appointments-border-slot-picker{
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding-top: 10px;
  padding-left: 35px;
  padding-bottom: 30px;
}

.navArrow{
  background-color: white;
}
.pagination > li:last-child > a:focus, .pagination > li:first-child > a:focus{
  background-color: inherit;
  color: #2196f3;
}

.datepicker {
  font-size: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}

.slot-occupied, .slot-occupied:hover {
  background-color: red;
  color: #ffffff;
}

.slot-overturn, .slot-overturn:hover, .slot-overturn:focus {
  background-color: #af0000;
  color: #ffffff;
}
.slot-overturn.btn-primary, .slot-overturn.btn-primary:hover, .slot-overturn.btn-primary:focus {
  background-color: #2196f3;
  -webkit-box-shadow:inset 0px 0px 0px 2px #af0000;
  -moz-box-shadow:inset 0px 0px 0px 2px #af0000;
  box-shadow:inset 0px 0px 0px 2px #af0000;
}

.slot-unavailable, .slot-unavailable[disabled], .slot-unavailable:hover, .slot-unavailable:hover[disabled] {
  background-color: #e4e4e4;
}

.slot-occupied.btn-primary, .slot-occupied.btn-primary:hover  {
  background-color: #2196f3;
  -webkit-box-shadow:inset 0px 0px 0px 2px red;
  -moz-box-shadow:inset 0px 0px 0px 2px red;
  box-shadow:inset 0px 0px 0px 2px red;
}

.slot-reserved, .slot-reserved:hover{
  background-color:  #ff471b;
  color: #ffffff;
}

.slot-firstTimeAppt{
  border:  #673AB7 2px solid;
}

.slot-firstTimeAppt:hover{
  border:  #673AB7 2px solid;
}

.slot-free {
  background-color:  #ffffff;
  color: #000000;
  box-shadow: 0px 0px 1px #5f5f5f;
}

.slot-free:hover {
  box-shadow: 0px 0px 2px #5f5f5f;
}

.slot-free.btn-primary, .slot-free.btn-primary:hover {
  background-color: #2196f3;
  color: #ffffff;
}

.slot-reserved.btn-primary, .slot-reserved.btn-primary:hover  {
  background-color: #2196f3;
  -webkit-box-shadow:inset 0px 0px 0px 2px #ff471b;
  -moz-box-shadow:inset 0px 0px 0px 2px #ff471b;
  box-shadow:inset 0px 0px 0px 2px #ff471b;
  color: #ffffff;
}

.slot-next.slot-selected {
  background-color: #b0dcff;
}

.slot-next.slot-selected.slot-occupied {
  -webkit-box-shadow:inset 0px 0px 0px 2px #ff471b;
  -moz-box-shadow:inset 0px 0px 0px 2px #ff471b;
  box-shadow:inset 0px 0px 0px 2px #ff471b;
}

.timepicker-page .btn:focus {
  outline:0;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active:hover {
  background-color: #2196f3;
  border-color: white;
}

.appointments-agenda-select{
 margin-left: -60px;
 height: 20px;
}
.new-appointment-select{
 margin-left: -40px;
 margin-top: 4px;
 height: 20px;
}
.appointments-title{
  font-size: 16px;
  padding-top: 7px;
}
.overturn-warning {
  margin-top: 20px;
  margin-bottom: 20px;
}
.overturn-warning i {
  vertical-align: sub;
}
.overturn-warning.overturn-warning-red {
  color: red;
}
.new-appointment-select-min{
  height: 30px;
  margin-top: -5px;
}

.hc-warning {
  color: red;
  font-size: 14px;
}

/*Datepicker*/
.datepicker-fullDay{
  background-color: #d7191c;
  color: white;
  transition: background linear 1s;
}
.datepicker table tr td.datepicker-fullDay:hover{
  background-color: #b41517;
  color: white;
  transition: background linear 0s;
}
.datepicker-medFullDay{
  background-color: #fdae61;
  color: white;
  transition: background linear 1s;
}
.datepicker table tr td.datepicker-medFullDay:hover{
  background-color: #fc8614;
  color: white;
  transition: background linear 0s;
}
.datepicker-medDay{
  background-color: #e5e5ab;
  color: white;
  transition: background linear 1s;
}
.datepicker table tr td.datepicker-medDay:hover{
  background-color: #cece99;
  color: white;
  transition: background linear 0s;
}
.datepicker-medEmptyDay{
  background-color: #a6d96a;
  color: white;
  transition: background linear 1s;
}
.datepicker table tr td.datepicker-medEmptyDay:hover{
  background-color: #95c35f;
  color: white;
  transition: background linear 0s;
}
.datepicker-emptyDay{
  background-color: #1a9641;
  color: white;
  transition: background linear 1s;
}
.datepicker table tr td.datepicker-emptyDay:hover{
  background-color: #147533;
  color: white;
  transition: background linear 0s;
}
.datepicker table tr td{
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 0;
}
.datepicker table tr td.disabled:hover{
  background-color: rgba(170, 170, 170, 1);
  color: white;
  cursor: not-allowed;
  transition: background linear 0s;
}
.datepicker-hideDay{
  visibility: hidden;
}
.datepicker table tr td.disabled {
  background-color: rgba(184, 184, 184, 0.70);
  color: white;
  cursor: not-allowed;
  transition: background linear 0.5s;
}
.datepicker table{
  margin-left: 2px;
  margin-bottom: 2px;
}
.datepicker {
  min-width: 225px;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: top;
}

/* Hide default HTML checkbox */
.switch input {
  display:none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.no-prefs-warn {
  font-size: 18px;
}

.no-prefs-warn i {
  vertical-align:middle;
}

.patient-list-appointments-footer {
  text-align: center;
  margin-top: 40px;
}

/** END APPOINTMENTS **/

/** Patient list **/
.patient-select-component{
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.container.patients-list-container{
  display: flex;
  justify-content: center;
}
.container.patients-list-container > div{
  flex: 1;
}
.patients-list-item-container{
  flex: 3;
  margin-bottom: 15px;
}
.patients-list-item{
  padding:          5px;
  border-radius:    0;
  border:           solid 1px #E0E0E0;
  background-color: white;
  border-top:       none;
  min-height:       100px;
  justify-content:  center;
}
.patients-list-item.isDead{
  opacity: 0.6;
}
.patients-list-item.first{
  border-top: solid 1px #E0E0E0;
}
.patients-list-no-history-found{
  justify-content: center;
  color: #BDBDBD;
  font-size: 20px;
}
.patients-list-item-heading{
  font-size: 24px;
}
.patients-list-item-content{
  margin-left: 20px;
  flex: 1;
}
.patients-list-item-content > .text1{
  margin-top: -10px;
  color: #BDBDBD;
}
.patients-list-item-content > .text2{
  margin-top: -8px;
  color: #BDBDBD;
}
.more-info-container > div{
  color: #5da1ed;
  cursor: pointer;
  margin-top: -8px;
}
.more-info-container.expand > div{
  margin-left: 25px;
  margin-top: 0px;
}
.more-info-container.expand-history > div{
  margin-top: -15px;
  margin-left: 25px;
}
.more-info-container.expand-history > div:hover{
  font-weight: bold;
}
.more-info-container > div:hover{
  font-weight: bold;
}
.patients-list-expanded-item > div{
  margin-left: 20px;
}
.patients-list-expanded-item > div.more-info-container{
  margin-left: 0;
}
.patients-list-item .patients-list-expanded-item {
  margin-top: 20px;
}
.patients-list-item .patient-profile-pic {
  border-radius: 15px;
  width: 70px;
  height: 70px;
}
.vis-hidden{
  visibility: hidden;
}
.patients-list-item-edit{
  color: #90CAF9;
  cursor: pointer;
}
.patients-list-item-edit:hover{
  font-weight: bold;
  color: #1565C0;
}
.patient-list-history-button{
  border: solid #BDBDBD 1px;
  padding: 1px 3px;
  margin-top: -25px;
  margin-right: 10px;
  font-size: 12px;
  background-color: white;
  cursor: pointer;
}
.patient-list-history-button:hover{
  background-color: #E0E0E0;
}
.patients-list-history-icon{
  margin-right: 5px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #EEEEEE;
  padding: 4px;
}
.patients-list-history-item{
  margin-bottom: 15px;
}
.patients-list-history-item.past.first > .patients-list-history-vertical-line{
  height: 0;
  border: none;
}
.patients-list-history-item.past.first{
  margin-top: 15px;
}
.patients-list-history-vertical-line{
  height: 20px;
  width: 0;
  margin-left: 35px;
  border: solid 1px #EEEEEE;
  margin-top: -15px;
}
.patients-list-history-vertical-line-details{
  height: 100px;
  width: 0;
  margin-left: 35px;
  border: solid 1px #EEEEEE;
}
.patients-list-history-container{
  margin-top: 15px;
}
.patients-list-history-container.longer{
  margin-top: 8px;
}
.patients-list-history-expand{
  cursor: pointer;
  margin-top: 3px;
}
.patients-list-history-expand:hover{
  font-weight: bold;
}
.dis-hidden{
  display: none;
}
.patients-list-history{
  margin-left: -15px;
  margin-top: -15px;
  font-size: 16px;
}
.patients-list-history.attended{
  color: #4CAF50;
}
.patients-list-history.cancelled{
  color: #FF9800;
}
.patients-list-history.absent{
  color: #9E9E9E;
}
.patients-list-history.received{
  color: white;
  background-color: #2196F3;
  border-radius: 50%;
  font-size: 12px;
  padding: 1px 2px 2px 2px;

}
.patients-list-history-details{
  background-color: #EEEEEE;
  flex: 1;
  margin-left: 20px;
  margin-right: 5px;
  padding: 8px 10px 13px 10px;
}
.patients-list-history-details > div{
  margin-bottom: -5px;
}
.patients-list-past-title{
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
}
.patients-list-past-title-container{
  margin-top: -15px;
}
/** Patient list end **/

/** PATIENT EXTRA INFO**/
.patient-extra-desc{
  padding-left: 20px;
  font-size: 16px;
}
.patient-extra-category-name{
  font-size: 16px;
  padding-right: 20px;
  font-weight: 200;
}
.patient-extra-category-name.selected{
  /*background-color: #f5f5f5;*/
  font-weight: 700;
  /*border-right: solid 4px #2196f3;*/
  text-decoration: none;
}
.patient-extra-category-name > a:hover{
  font-weight: bold;
  text-decoration: none;
}
.patient-extra-category-name > a:focus{
  text-decoration: none;
}
.patient-extra-category-name.error > a{
  color: indianred;
}
.patient-extra-form-padding{
  padding-top: 28px;
}
.patient-extra-form-col-margin{
  margin-left: -50px;
}
.patient-extra-category{
  /*background-color: #f5f5f5;*/
  min-height: 150px;
}
.patient-extra-select2-padding{
  padding-top: 8px;
}
.patient-extra-form-padding.patient-extra-select2-padding{
  padding-top: 36px;
}
.patient-extra-input-padding{
  padding-top: 24px;
}
.patient-extra-form-nav-button{
  margin-right:30px;
}
.patient-file-attach p {
  font-size: 16px;
}
.patient-file-attach i {
  vertical-align: sub;
  margin-left: 10px;
}
.patient-file-attach span, .patient-file-attach img {
  margin-left: 10px;
}
.patient-extra-relative-contact-row-border{
  border-bottom: #dddddd solid 1px;
}
.patient-extra-relative-contact-row-padding-top{
  padding-top: 12px;
}
.patient-extra-relative-contact-row-padding-bottom{
  padding-bottom: 5px;
}
.patient-extra-relative-contact-row-padding-last{
  padding-bottom: 20px;
}
.patient-extra-relative-add-contact{
  margin-left: -32px;
}
.patient-extra-relative-contact-buttons{
  margin-left: -50px;
}
.patient-extra-relative-contact-font{
  font-size: 14px;
}
.patient-extra-relative-contact-icon{
  font-size: 17px;
}
.patient-extra-relative-contact-text{
  margin-top: 4px;
}
.patient-extra-relative-contact-text1{
  margin-top: -4px;
  margin-left: -12px;
}
patient-extra-relative-contact-text-fullName{
  margin-top: -4px;
  margin-left: -13px;
}
.patient-extra-relative-contact-text2{
  margin-top: -4px;
  margin-left: -15px;
}
.patient-extra-relative-contact-text3{
  margin-top: -4px;
  margin-left: -28px;
}
.patient-extra-relative-contact-padding-bottom{
  padding-bottom: 20px;
}
#patient-extra-header{
  z-index: 99;
  position: fixed;
  visibility: hidden;
  border-bottom: solid 1px #d1d1d1;
}
#patient-extra-menu{
  z-index: 99;
  position: fixed;
  visibility: visible;
  padding-right: 30px;
  width: 250px;
}
#patient-extra-menu-fixed{
  visibility: hidden;
  width: 250px;
}

/** END PATIENT EXTRA INFO**/

/** PATIENT EXTRA INFO**/

.staff-roles-category-name{
  font-size: 16px;
  padding-right: 15px;
}
.staff-roles-category-name.selected{
  background-color: #f5f5f5;
  border-left: solid 4px #2196f3;
  text-decoration: none;
}
.staff-roles-category-name > a:hover{
  font-weight: bold;
  text-decoration: none;
}
.staff-roles-category-name > a:focus{
  text-decoration: none;
}
.staff-roles-category-name.error > a{
  color: indianred;
}
.staff-roles-desc{
  padding-left: 20px;
  font-size: 16px;
  padding-top: 14px;
}
.staff-roles-category{
  background-color: #f5f5f5;
  min-height: 116px;
  padding-top: 20px;
}
.staff-roles-centers{
  margin-left: -40px;
}
.staff-roles-checkbox{
  padding-top: 3px;
  padding-bottom: 3px;
}

/** END PATIENT EXTRA INFO**/

/** INDETERMINATED PROGRESS LINE */
#progress-line {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2000;
}

#progress-line:before {
  background-color: rgb(243,131,55);
  content: '';
  -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

#progress-line, #progress-line:before {
  height: 3px;
  width: 100%;
  margin-bottom: 8px;
}

@-webkit-keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}

@keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%;  }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0;  }
}


/** Appointment extended information */
.appointment-extra-form {
  padding: 5px;
}

#extra-appointment-modal .modal-content  {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

#extra-appointment-modal .modal-header
{
    background-color: #0C7CD5;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

#extra-appointment-modal .modal-header * {
  color: #fff;
}

.authorization-control {
    margin-right: 15px;
    padding: 5px;
}

.health-care-fieldset div {
  padding: 5px;
  background-color: #f5f5f5;
}

/** Health care controls group */
.health-care-fieldset .row{
  padding: 2px;
}

.health-care-fieldset .plan-warning {
  color:red;
}

.health-care-fieldset .plan-warning i {
  vertical-align: sub;
}

/* Appointment scheduler */
.appointment-scheduler > .header {
  color: #212121;
  background-color: #F5F5F5;
  padding: 10px 15px;
}

.appointment-scheduler > .body {
  padding: 15px;
}
#appointment-history-container{
  position: fixed;
  top: 75px;
  right: 10px;
}
.appointment-scheduler h4 .material-icons {
  font-size: 28px;
  vertical-align: sub;
}

.appointment-scheduler-footer {
  padding-bottom: 10px;
}

.material-icons.size-32 {
  font-size: 32px;
}

.modal {
  overflow-y: auto;
}

#quick-appointment-scheduler-modal .modal-dialog.modal-xl{
  min-width: 1124px !important;
}

#new-appointment .appointment-scheduler {
  border: none;
  border-radius: 2px;
  /*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
  /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
  margin-bottom: 23px;
  background-color: #ffffff;
}
/* Appointment scheduler end */

/* AGENDA - appointments-list */
.agendaUserDisabled{
  opacity: 0.5;
}
.agendaUserDisabled.hover{
  opacity: 1;
}
.agenda-table-row{
  border-bottom: #eeeeee solid 1px;
}
.agenda-table-row.disabled{
  background-color: #e2e2e2
}
.agenda-table-row:hover{
  background-color: #f5f5f5;
}
.agenda-table-main-row{
  height: 35px;
}
.agenda-table-row:hover .agenda-action-buttons{
  opacity: 1;
}
.agenda-table-extra-info-row{
  border-top: #dddddd dotted 1px;
  background-color: white !important;
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 5px;
}
.agenda-table-app-details-row{
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-top: -24px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.agenda-hour-col{
  margin-left: -25px;
}
.professional-agenda-table {
  padding-bottom: 50px;
}
.appointments-icon-link:hover{
  text-decoration: none;
}
.agenda-appointment-list-container{
  /*overflow-y: auto;*/
}
.agenda-list-last-professional{
  padding-bottom: 30px;
}
.agenda-table-ver-bar{
  width: 2px;
  background-color: #6f6f6f;
  opacity: 0.4;
  height: 25px;
}
.agenda-action-buttons{
  /*opacity: 0;*/
  width: 200px;
}
.agenda-prof-name-container{
  border-bottom: solid 1px #dddddd;
  padding-top: 15px;
}
.agenda-prof-name-container.agenda-first{
  padding-top: 5px;
}
.agenda-last{
  margin-bottom: 10px;
}
.agenda-prof-name{
  color: rgb(33, 150, 243);
  font-size: 20px;
}
.last-agenda-professional{
  margin-bottom: 120px;
}
.agenda-prof-name > a:hover, agenda-prof-name > a:focus, agenda-prof-name > a:active{
  font-weight: 400;
  text-decoration: none;
}
.agenda-cancelled-appointment{
  text-decoration: line-through;
}
.agenda-select-date-icon{
  font-size: 35px;
  margin-left: -10px;
  margin-top: -5px;
}
.agenda-extra-info-image > img{
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.agenda-extra-info-name{
  font-size: 20px;
  font-weight: bold;
}
.agenda-extra-info-row-padding{
  padding-top: 8px;
}
.agenda-extra-info-contact{
  width: 310px;
  padding-top: 10px;
}
.agenda-extra-info-container{
  margin-top: 5px;
}
.horizontalLayout.align-items-flex-start{
  align-items: flex-start;
}
.agenda-extra-info-contact-address{
  line-height: 15px;
  padding-top:3px;
}
.agenda-extra-info-icon{
  font-size: 18px;
}
.agenda-extra-app-details-text{
  font-weight: 600;
}
.agenda-extra-app-details-text-no-attentionBy{
  font-weight: 400;
}
.agenda-modify-button{
  width: 200px;
  height: 0px;
  text-align: left;
}
.agenda-horizontal-align{
  align-content: center;
}
.agenda-app-details-modify-buttom-margin{
  margin-top: -20px;
}
.agenda-extra-info-edit-button{
  margin-top: 5px;
  font-size: 16px;
}
.agenda-extra-app-details-icon{
  padding-left: 30px;
}
.agenda-extra-info-padding-left{
  padding-left: 15px;
}
.agenda-app-details-arrow-cont{
  margin-left: 27px;
}
.agenda-app-details-arrow{
  font-size: 40px;
  color: #f5f5f5;
  margin-top: -12px;
}
.agenda-search-input{
  margin-top: -5px;
}
.agenda-list-label{
  margin: -5px 1px 0;
}
.agenda-search{
  margin-left: -55px;
  margin-top: -7px;
}
.agenda-search-container{
  height: 43px;
}
.agenda-search-icon{
  font-size: 35px;
}
.agenda-reload-icon{
  font-size: 25px;
  padding-top: 3px;
}
.agenda-reload-col{
  height: 32px;
  max-height: 32px;
}
.agenda-reload-button{
  max-height: 32px;
}
.agenda-reload{
  margin-top: -5px;
  margin-right: -38px;
}
.agenda-reload-text{
  font-style: italic;
  color: #a3a3a3;
  margin-right: -25px;
}
.date-to-show{
  font-size: 16px;
  padding-top: 7px;
}
.agenda-nav-days{
  height: 38px;
}
.agenda-nav-link{
  height: 38px;
  margin-top: -20px;
  width: 42px;
  background-color: white;
}
.pagination>li>a.agenda-nav-link:focus, .pagination>li>span:focus{
  background-color: white;
}
.agenda-nav-link-text{
  margin-left: -7px;
  color: #666666;
}
.agenda-date-currentDay{
  color: #2196f3;
}
.datepicker-to-show{
  margin-top: 3px;
}
/* AGENDA - appointments-list ENDS **/

/* appointments PDF begin */
.pdf-header {
  background-color: #f5f5f5;
  padding: 15px 10px;
}
.agenda-appointment-list-container.pdf-view .time-entry {
  margin-top: 3px;
}
.agenda-appointment-list-container.pdf-view .agenda-prof-name {
  margin-top: 20px;
}
.agenda-appointment-list-container.pdf-view .agenda-extra-info-name {
  font-size: 16px;
}
.agenda-appointment-list-container.pdf-view .details {
  background-color: #f5f5f5;
}
.agenda-appointment-list-container.pdf-view .avoid-page-break {
  page-break-inside: avoid;
}
.agenda-appointment-list-container.pdf-view .page-break-after {
  page-break-after: always;
}
/* appointments PDF end */


/** Appointment extra - **/


/** Modal of availability for a given day **/
#range_pick_modal .row {
  margin: 5px 5px;
}

#range_pick_modal .interval {
  margin: 5px 0px;
  border-radius: 3px;
}

#range_pick_modal  div.interval.alert-danger {
  padding-top: 5px;
}

#range_pick_modal  div.interval.alert-danger label.control-label {
  color: white;
}

#range_pick_modal div.interval.alert-danger input {
  color: white;
}

/* Appointments-user-conf*/
.app-user-conf-select-title{
  font-size: 16px;
}

/** Modals customization */
.modal-xl {
  width: 80%;
}

/* Appointment-extra */

.appointment-extra-history-row{
  border-bottom: #dddddd solid 1px;
  cursor: default;
}
.appointment-extra-history-row:hover{
  background-color: #ecf1fa;
}


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

/* Confirm Modal (also used for Message Modal) */

.confirm-modal-header {
  background-color: #477acd;
}

.confirm-modal-header .title {
  color: #ffffff;
}

.label-on-demand{
  background-color: chocolate;
}

/* Text overflow */
.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

/* Flex */
.verticalLayout{
  display: flex;
  flex-direction: column;
}
.horizontalLayout{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stretch{
  align-items: stretch;
}
.flex-start{
  align-items: flex-start;
}
.flex-0-7{
  flex: 0.7;
}
.flex{
  flex: 1;
}
.flex-2{
  flex: 2;
}
.flex-3{
  flex: 3;
}
.flex-4{
  flex: 4;
}
.flex-5{
  flex: 5;
}
.wrapLayout{
  flex-wrap: wrap;
}
.selfStart{
  align-self: flex-start;
}
.selfEnd{
  align-self: flex-end;
}
.selfStretch{
  align-self: stretch;
}
.selfCenter{
  align-self: center;
}
.baseAlign, .baseline{
  align-items: baseline;
}
.center{
  align-items:center;
}
.start{
  align-items:flex-start;
}
.end {
  align-items: flex-end;
}
.vSeparator{
  width: 1px;
  background-color: #404041;
  height: 95%;
  opacity: 0.4;
  margin: 0 10px;
}
.hSeparator{
  height: 1px;
  width: 95%;
  background-color: #404041;
  opacity: 0.4;
  margin: 10px 0;
}

/* Flex ends */
.headerBox{
  background-color: white;
  border-radius:      2px;
  box-shadow:         0 2px 1px lightgrey;
  padding:            20px 40px;
}
.headerBox .hiddenItem{
  opacity: 0;
}
.headerBox:hover .hiddenItem{
  opacity: 1;
}
/* Margins */
.margin-left-10{
  margin-left: 10px;
}
.margin-top-right-10{
  margin-top: 10px;
  margin-right: 10px;
}
.margin-left-20{
  margin-left: 20px;
}
.margin-right-20{
  margin-right: 20px;
}
.margin-right-5{
  margin-right: 5px;
}
.margin-right-10{
  margin-right: 10px;
}
.margin-left-5{
  margin-left: 5px;
}

/* New styles */
.centerDate{
  font-size: 16px;
}
dialog {
  background: #FFF;
  padding: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
dialog::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.lightText{
  font-weight: 200;
}
.dialogSubtitle{
  line-height: 1;
}
.dialogSubtitle.big{
  font-size:   32px;
}
.dialogSubtitle.small{
  font-size:   24px;
}
.buttons{
  padding:5px;
}
.materialButton{
  cursor:        pointer;
  padding:       8px 10px;
  line-height:   1;
  border:        0;
  border-radius: 2px;
  margin:        5px 10px;
  color:         #404041;
  overflow:      hidden;
  text-overflow: ellipsis;
  white-space:   nowrap;
  text-decoration: none !important;
}
.materialButton.small{
  margin: 2px;
  padding: 1px 4px;
  font-size: 12px;
}
.materialButton.hoverRaise{
  transition: all 150ms linear;
}
.materialButton.hoverRaise:hover{
  box-shadow: 0 2px 2px 0px rgba(0,0,0,0.3);
}
.materialButton .hiddenItem{
  display: none;
}
.materialButton:hover .hiddenItem{
  display: flex !important;
}
.materialButton .itemToHide{
  display: flex;
}
.materialButton:hover .itemToHide{
  display: none !important;
}
.materialButton.disabled{
  color: #c5c5c5;
  cursor: default;
}
.materialButton.disabled:hover{
  color: #c5c5c5;
}
.materialButton:hover{
  color: black;
}
.materialButton.red{
  color: #d32f2f;
}
.materialButton.red:hover{
  color: #f44336;
}
.materialButton.blue{
  color: #1976d2;
}
.materialButton.blue:hover{
  color: #2196f3;
}
.materialButton.white{
  color: #F5F5F5;
}
.materialButton.white{
  color: white;
}
.materialButton.cancelButton:hover{
  box-shadow: 0 2px 2px 0px rgba(0,0,0,0.3);
}
.materialButton.icon{
  padding: 0;
  height: 25px;
}
.materialButton.disabledIcon{
  padding: 0;
  height: 25px;
  opacity: 0.5;
}
.materialButton.isolated{
  margin: 0 !important;
}
.materialButton.icon20{
  padding: 0;
  height:  20px;
  margin:  0 4px;
}
.materialButton.material-icons{
  border-radius:  50%;
  padding:        3px 8px;
  margin:         0 4px;
}
.materialButton.material-icons.md-20{
  height      : 40px;
  width       : 40px;
  line-height : 1.6;
  margin      : 4px;
}
.materialButton.material-icons.md-18{
  height:         34px;
  width:          34px;
  line-height:    1.6;
}
.materialButton.material-icons.md-16{
  height      : 24px;
  width       : 24px;
  line-height : 1.2;
  padding     : 3px 4px;
}
.materialButton.material-icons.md-10{
  height      : 16px;
  width       : 16px;
  padding     : 3px;
}
.materialButton.material-icons.md-14{
  height      : 14px;
  width       : 14px;
  padding     : 0px;
}
.materialButton.material-icons.enabled{
  color: #404041;
}
.materialButton.material-icons.enabled.white{
  color: white;
}
.materialButton.material-icons.enabled.blue{
  color: #477ACD;
}
.materialButton.material-icons.enabled.green{
  color: #388e3c;
}
.materialButton.material-icons.disabled{
  color: #949494;
  cursor: default;
}
.materialButton.material-icons:hover{
  background-color: rgba(0,0,0,.12);
}
.materialButton.mdCheckbox{
  font-size:  18px;
  padding:    6px 8px;
}
.materialButton.round{
  border-radius:  50%;
  padding:        4px;
  font-size:      20px;
  transition:     all 200ms linear;
}
.materialButton.colorButton{
  background-color: #477ACD !important;
  color:            white !important;
}
.materialButton.colorButton path{
  fill: white !important;
}
.materialButton.colorButton:hover{
  background-color: #2758a5 !important;
}
.materialButton.outpatientButton{
  background-color: #ff9800 !important;
  color:            white !important;
}
.materialButton.outpatientButton path{
  fill: white !important;
}
.materialButton.outpatientButton:hover{
  background-color: #e28700 !important;
}
/* .materialButton.whiteButton{
  background-color: #F5F5F5 !important;
  color:            #404041 !important;
}
.materialButton.whiteButton:hover{
  background-color: white !important;
} */
.materialButton.orangeButton{
  background-color: #ef6c00 !important;
  color:            white !important;
}
.materialButton.orangeButton:hover{
  background-color: #e65100 !important;
}
.materialButton.redButton{
  background-color: #d32f2f !important;
  color:            white !important;
}
.materialButton.redButton:hover{
  background-color: #f44336 !important;
}
.materialButton.greenButton{
  background-color: #4caf50 !important;
  color:            white !important;
}
.materialButton.greenButton:hover{
  background-color: #388e3c !important;
}
.materialButton.purpleButton{
  background-color: #9c27b0 !important;
  color:            white !important;
}
.materialButton.purpleButton:hover{
  background-color: #7b1fa2 !important;
}
.materialButton.disabledButton{
  background-color: #e0e0e0;
  color:            #9e9e9e;
  cursor:           default !important;
}
.materialButton.selectedGrayButton{
  background-color: #e4e4e4;
  color:            #404041;
}
.materialButton.grayButton{
  background-color: #e0e0e0;
  color:            #404041;
}
.materialButton.grayButton:hover{
  background-color: #9e9e9e;
}
.materialButton.hoverGray:hover{
  background-color: #bebebe;
}
.materialButton.hoverLightGray:hover{
  background-color: #e7e7e7;
}
.materialButton.hoverBlue:hover{
  color: #2758a5 !important;
}
.materialButton.hoverWhite:hover{
  color: white !important;
}
.materialButton.hoverWhiteButton:hover{
  background-color: white !important;
}
.materialButton.hoverWhiteButton:hover path{
  fill: #477ACD !important;
}
.materialButton.hoverRed:hover{
  color: #d32f2f !important;
}
.raised{
  /* box-shadow: 0 2px 2px 0px rgba(0,0,0,0.3); */
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.grayBack {
  background-color: #f5f5f5;
}
.staffContainer{
  transition: all 150ms linear;
}
.hiddenButtons{
  opacity: 0;
}
.staffContainer:hover .hiddenButtons{
  opacity: 1;
}
.hcFieldTitle{
  width: 190px;
}
.hcField{
  width: 200px;
}

.materialCard{
  border-radius: 2px;
  padding: 8px;
  margin: 8px;
}
.materialCard.hoverRaise{
  cursor: pointer;
  transition: all 100ms linear;
}
.materialCard.hoverRaise:hover{
  box-shadow: 0 6px 6px rgba(0,0,0,0.3);
  background-color: #FEFEFE !important;
  color: #477ACD !important
}
.materialCard.hoverRaise:hover path{
  fill: #477ACD !important
}
.materialCard .cardTitle{
  text-overflow: ellipsis;
  white-space:   nowrap;
  overflow:      hidden;
  font-size:     16px;
  min-height:    22px;
}
.materialCard .cardSubtitle{
  text-overflow : ellipsis;
  white-space   : nowrap;
  overflow      : hidden;
  font-size     : 16px;
  min-height    : 19px;
  cursor        : default;
  opacity       : 0.7;
}
.materialCard .cardContent{
  padding: 8px;
}
.materialCard .header{
  font-size : 10px;
  color     :white;
  margin    : -8px -8px 0 -8px;
  padding   : 0px 4px;
}
.materialCard .header.redHeader{
  background-color: #d32f2f;
}
.materialCard .header.orangeHeader{
  background-color: #f57f17;
}
.materialCard .header.greenHeader{
  background-color: #388e3c;
}
.showOnHover{
  display: none;
}
.showOnHoverSon{
  display: none;
}
.visOnHoverParent > i.visOnHover {
  visibility: hidden;
}
.visOnHoverParent:hover > i.visOnHover {
  visibility: visible;
}
.showOnHoverParent:hover > .showOnHoverSon {
  display: flex;
}
.materialCard:hover .showOnHover{
  display: flex;
}
.hideOnHover{
  display: flex;
}
.materialCard:hover .hideOnHover{
  display: none;
}
.materialTextarea{
  border:           0;
  background-color: transparent;
  color:          #404041;
  border-radius:    2px;
  padding:          3px;
  resize:           vertical;
  font-size:14px;
  box-shadow: 0 0 0 0 transparent;
}
.materialTextarea.disabled{
  color: #9e9e9e;
  cursor: normal;
  font-style: italic;
}
.materialTextarea:focus{
  border:   0;
  outline: 0;
}
.colorRed{
  color: #d32f2f;
}
.materialTextarea::-webkit-input-placeholder {
  color: rgba(0,0,0,0.2);
}
.materialInput{
  border:           0 !important;
  border-bottom:    1px solid rgba(0,0,0,0.2) !important;
  background-color: transparent;
  color:          #404041;
  box-shadow:       inset 0 0 0 #ddd !important;
}
.materialInput.white{
  color: white !important;
  border-bottom: 1px solid lightgray !important;
}
.materialInput:focus{
  border:        0 !important;
  border-bottom: 1px solid #404041;
  outline:       0 !important;
}
.materialInput.white:focus{
  border:        0 !important;
  border-bottom: 1px solid white !important;
  outline:       0 !important;
}
.materialInput::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5) !important;
}
.materialInput.disabled{
  color:    #9e9e9e;
  cursor:     normal;
  font-style: italic;
}
.smallPlaceholder::placeholder{
  font-size: 12px;
}
.smallPlaceholder.white::-webkit-input-placeholder{
  color:rgba(255,255,255,0.5) !important;
}
filterGroupTitle{
  margin:      15px 0 0;
  font-weight: 700;
}
.noEntries{
  margin-top: 20px;
  width:      100%;
  text-align: center;
  color:    lightgray;
}
.noEntries path{
  fill: lightgray;
}

/*Dropdown*/
.dropdown{
  position: relative;
}
.dropdown .dropdownToggle{
    cursor: pointer;
}
.dropdown .dropdownToggle:hover{
  opacity: 0.8;
}
.dropdown .dropdownToggle:focus{
  outline: 0;
}
.dropdown .dropdownToggle.active{
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
}
.dropdown .dropdownSingleContent{
    background-color: white;
    padding: 5px 0;
    position: absolute;
    display: none;
    top: 24px;
    right: 0;
    z-index: 10;
    font-weight: 200;
}
.dropdown .dropdownSingleContent .dropdownItem .dropdownItemIcon{
  margin-right: 5px;
}
.dropdown .dropdownContent{
    display:    none;
    background: transparent;
    position:   absolute;
    top:        0;
    right:      0;
    opacity:    0;
    border:     0;
    transition: all 150ms linear;
}
.dropdown .dropdownContent.show{
  opacity: 1;
}
.dropdown .dropdownContent .dropdownMenuContent{
    background-color: white;
    border-radius:    2px;
    padding:          3px 0;
    white-space:      nowrap;
    display:          inline-flex;
}
.dropdown .dropdownContent .dropdownMenuContent .dropdownMenuItem{
  color: #404041;
  padding:     4px 10px 4px 5px;
  font-weight: 200;
  cursor:      pointer;
}
.dropdown .dropdownContent .dropdownMenuContent .dropdownMenuItem:hover{
  color:     black;
  font-weight: 400;
  padding:     4px 8px 4px 5px;
}

.dropdown .dropdownContent .dropdownMenuContent .dropdownMenuItem > a{
  text-decoration: none;
  color: #404041;
  font-weight: 200;
}
.dropdown .dropdownContent .dropdownMenuContent .dropdownMenuItem:hover > a{
  color:     black;
  font-weight: 400;
}
.dropdown .dropdownTriangle{
  color:   white;
  position:  absolute;
  top:       -25px;
  right:     -4px;
  font-size: 44px !important;
}
/*End Dropdown*/

/*Products and billing*/

form.billable-item-form .interval {
  margin: 5px 0px;
  border-radius: 3px;
}

form.billable-item-form  div.interval.alert-danger {
  padding-top: 5px;
}

form.billable-item-form  div.interval.alert-danger label.control-label {
  color: white;
}

form.billable-item-form div.interval.alert-danger input {
  color: white;
}

.svg-icon{
  fill: #477ACD !important;
}

.personCard{
  background-color: white;
  transition:       all 150ms ease-in-out;
  position:         relative;
}
.personCard:hover{
  /*background-color: #FAFAFA;*/
  color:          #477ACD;
  box-shadow:       0 4px 2px 0px rgba(0,0,0,0.3);
}
.personCard .hiddenItem{
  opacity: 0;
}
.personCard:hover .hiddenItem{
  opacity: 1
}
.mainPersonCard{
  background-color: #FAFAFA;
}
.personContainer{
  background-color: white;
  height:             600px;
  border-radius:      8px;
  padding:            8px;
}
.personContainer.alternativeContainer{
  background-color: #F5F5F5;
  overflow:           auto;
}

dialog {
  background:   #FFF;
  padding:        0;
  margin:         auto;
  top:            0;
  bottom:         0;
  border:         0;
  border-radius:  3px;
  box-shadow:     0 2px 10px rgba(0,0,0,0.5);
}
dialog::backdrop {
  position:         fixed;
  top:              0;
  left:             0;
  right:            0;
  bottom:           0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialogHeader{
  color:    #2A323F;
  margin:     15px 15px 0;
  font-size:  18px;
}
.dialogContent{
  padding: 8px 16px;
}

.propertyTitle{
  font-weight:  200;
  font-size:    12px;
}
.personProperty{
  margin-top:   10px;
  font-size:    15px;
  align-items:  center;
  line-height:  1.4;
}
.personProperty.big{
  align-items:  center;
  font-size:    32px;
  line-height:  1.3;
}
.exactMatchProperty{
  /*color:      #388e3c;*/
  font-weight:  700;
}
.noMatchProperty{
  color:      #d32f2f;
  font-weight:  700;
}

.lastPreBillingRow{
  margin-bottom: 70px;
}

.intervalContainerBorder{
  border-bottom: solid #717171 1px;
}

.hideContent{
  display: none !important;
}

.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}


/******************************************************************/
/*                            MEDIA QUERIES                       */
/******************************************************************/

@media (min-width:768px){
  .container {
    width: 100% !important;
  }
}
