@font-face {
  font-family: 'Roboto';
  src:  url('../font/roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../font/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../font/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../font/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../font/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../font/roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/*.nav2*/
body{
  background-color: #F5F5F5;
}
::-webkit-input-placeholder{
  font-style: italic;
}
.lightText{
  font-weight: 200;
}
.nav2{
  font-family: 'Roboto', sans-serif !important;
  font-size:      14px;
  letter-spacing: 0;
  line-height:    20px;
  background-color: #ececec;
}
.nav2 .navBarTitle, .main-dashboard .navBarTitle{
  font-size:    14px;
  line-height:  1;
}
.nav2 .mainUserMenu, .main-dashboard .mainUserMenu{
  position:   absolute;
  margin:     0 0 0 -240px;
  background: transparent;
  border:     0;
  box-shadow: 0 0 0 black;
  top:        43px !important;
  right:      4px !important;
  z-index:    1;
  line-height: 1.4285em;
}
.nav2 .mainUserMenuTriangle, .main-dashboard .mainUserMenuTriangle{
  color:    #FAFAFA;
  position:   absolute;
  top:        -24px;
  right:      -4px;
  font-size:  44px !important;
}
.nav2 .mainUserMenuContent, .main-dashboard .mainUserMenuContent{
  background-color: white;
  border: 1px solid #d0d0d0;
  color: #404041;
  width: 250px;
  border-radius: 15px;
}
.nav2 .appsMenu, .main-dashboard .appsMenu{
  position:     absolute;
  margin:       0 0 0 -240px;
  background:   transparent;
  border:       0;
  top:          36px !important;
  box-shadow:   0 0 0 0 transparent;
  z-index:      5;
  line-height:  1.4285em;
}
.nav2 .appsMenuApp, .main-dashboard .appsMenuApp{
  line-height : 1.4;
  text-align  : center;
  font-size   : 12px;
  margin-top  : 6px;
}
.nav2 .appsMenuTriangle, .main-dashboard .appsMenuTriangle{
  color:    #FAFAFA;
  position:   absolute;
  top:        -24px;
  right:      143px;
  font-size:  44px !important;
}
.nav2 .appsMenuSubtitle, .main-dashboard .appsMenuSubtitle{
  width:      100%;
  text-align: center;
  margin:     5px auto;
  font-size:  14px;
}
.nav2 .appsMenuSection, .main-dashboard .appsMenuSection{
  font-size: 16px;
}
.sectionMenuItem{
  align-items:  baseline !important;
  cursor:       pointer;
  color:      #477ACD;
  min-height:   21px;
}
.sectionMenuItem:hover .nav2 .appsMenuSection, .main-dashboard:hover .nav2 .appsMenuSection{
  text-decoration: underline;
}
.nav2 .appsMenuSectionSub, .main-dashboard .appsMenuSectionSub{
  font-size:   12px;
  color:     #A8A8A8;
  font-weight: 200;
  margin-left: 10px;
}
.nav2 .appsMenuContent, .main-dashboard .appsMenuContent{
  background-color: #fff;
  color:            #404041;
  width:              330px;
  border-radius:      15px;
  padding:            5px;
  border: 1px solid #d0d0d0;
}
.nav2 .appsMenuContent .moreButton, .main-dashboard .appsMenuContent .moreButton{
  background-color: #f5f5f5;
  font-size:          13px;
  height:             30px;
  line-height:        2.3;
  margin:             0 -15px -15px;
  border-radius:      0 0 3px 3px;
  cursor:             pointer;
}
.nav2 .appsMenuItem, .main-dashboard .appsMenuItem{
  cursor:        pointer;
  align-items:   center;
  border-radius: 5px;
  margin:        10px 0 0;
  padding:       5px;
  width:         105px;
}
.nav2 .dropdown-menu li:hover .sub-menu , .main-dashboard .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.nav2 .navBarPicture, .main-dashboard .navBarPicture{
  border-radius:15px;
  min-width: 24px;
  height: 24px;
  background-color: #404041;
  color: white;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 200;
}
.nav2 .mainUserMenuPicture, .main-dashboard .mainUserMenuPicture{
  border-radius:30px;
  width: 60px;
  height: 60px;
  background-color: #404041;
  font-size: 20px;
  justify-content: center;
  line-height: 1;
  color: white;
  font-weight: 200;
  margin: 0 10px;
}
.nav2 #mainNavbar, .main-dashboard #mainNavbar{
  background-color: white;
  color: #404041;
  height: 40px;
}
.nav2 #subNavBar, .main-dashboard #subNavBar{
  background-color: #404041;
  height: 27px;
  color: white !important;
}
.nav2 #subNavBar > .sectionItem, .main-dashboard #subNavBar > .sectionItem{
  cursor          : pointer;
  height          : 22px;
  padding         : 0 6px 2px;
  margin          : 2px 8px -1px;
  align-items     : center;
  font-size       : 14px !important;
  text-decoration : none;
  font-weight     : 200;
}
.nav2 #subNavBar > .sectionItem:hover, .main-dashboard #subNavBar > .sectionItem:hover{
  background-color: rgba(255, 255, 255, 0.15);
}
.nav2 #subNavBar > .sectionItem.selected, .main-dashboard #subNavBar > .sectionItem.selected{
  cursor        : default;
  border-bottom : 3px solid white;
  margin-bottom : -2px;
  padding       : 0 6px 2px;
  font-weight   : 700;
}
.nav2 #subNavBar > .sectionItem.selected:hover, .main-dashboard #subNavBar > .sectionItem.selected:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
.nav2 .brand-logo, .main-dashboard .brand-logo{
  width:22px;
  height:22px;
}
.nav2 .navBarText, .main-dashboard .navBarText{
  color         : lightgray;
  line-height   : 1;
  font-size     : 13px;
  overflow      : hidden;
  text-overflow : ellipsis;
  white-space   : nowrap;
  max-width     : 190px;
}
.nav2 .navbar-left-item-logo , .main-dashboard .navbar-left-item-logo {
  margin:   0 10px;
  padding:  0;
  float:    none;
}
.nav2 .headerActiveUser, .main-dashboard .headerActiveUser{
  color: white;
  font-size: 12px;
}
.nav2 .headerActiveUserPicture, .main-dashboard .headerActiveUserPicture{
  margin: 0 5px;
}

.staffPicture{
  width:              60px;
  height:             60px;
  border-radius:      50%;
  font-size:          26px;
  justify-content:    center;
  background-color: #404041;
  color:            white;
  font-weight:        400;
  margin:             0 8px 0 0;
}
.transferPicture{
  min-width:          90px;
  width:              90px;
  height:             90px;
  border-radius:      50%;
}

img.patient-profile-pic {
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
  width: 60px;
  height: 60px;
}

/*General Dropdown*/
.dropdownItem{
  color:        #404041;
  cursor:        pointer;
  align-items:   center;
  padding:       6px;
}
.dropdownItem:hover {
  background-color: #ececec;
}

/*Filter sidebar*/
.filterSideBar{
  font-size:      13px !important;
  color:        #404041;
  width:          250px;
  height:         calc(100% - 8px);
  margin-bottom:  0;
  padding-bottom: 0;
  align-self:     flex-start;
}
.filterTopBar{
  font-size:      13px !important;
  color:        #404041;
  margin-bottom:  0;
  padding-bottom: 0;
}
.filterTopBar .filterTopBarContainer .filterGroup{
  margin:     5px;
  align-items: center;
}
.filterSideBar input{
  background-color: transparent;
}
.filterSideBar .filterSideBarContainer{
  height:     100%;
  margin:     5px 0 0;
}
.filterSideBar .filterSideBarContainer .filterGroup h2,
.filterTopBar .filterTopBarContainer .filterGroup h2{
  font-size:   14px;
  font-weight: 700;
  margin:      10px 0 5px;
}
.filterSideBar .filterSideBarContainer .filterGroup .filterOption{
  font-size:     12px;
  cursor:        pointer;
  margin:        0 20px 1px 10px;
  padding:       1px 3px;
  border-radius: 3px;
}
.filterTopBar .filterTopBarContainer .filterGroup .filterOption{
  align-self:     stretch;
  text-align:     center;
  margin:         1px 20px;
  padding:        1px 8px;
  font-size:      12px;
  cursor:         pointer;
  border-radius:  3px;
}
.filterSideBar .filterSideBarContainer .filterGroup .filterOption:hover,
.filterTopBar .filterTopBarContainer .filterGroup .filterOption:hover{
  font-weight: 700;
}
.filterSideBar .filterSideBarContainer .filterGroup .filterOption.selectedOption,
.filterTopBar .filterTopBarContainer .filterGroup .filterOption.selectedOption{
  font-weight:      800;
  background-color: #404041;
  color:          white;
}
.filterTopBar .filterTopBarContainer .filterGroup .filterOption path,
.filterSideBar .filterSideBarContainer .filterGroup .filterOption path{
  fill: #404041;
}
.filterTopBar .filterTopBarContainer .filterGroup .filterOption.selectedOption path,
.filterSideBar .filterSideBarContainer .filterGroup .filterOption.selectedOption path{
  fill: white;
}
.filterSideBar .filterSideBarContainer .filterGroup .filterOption .filterRow{
  font-size:     12px;
  cursor:        pointer;
  margin:        0 10px;
  padding:       1px 3px;
  border-radius: 3px;
  align-items:   baseline;
}
.filterSideBar .filterSideBarContainer .filterGroup .filterOption .filterRow .filterTextWidth{
    width:      55px;
    text-align: right;
  }
.filterSideBar .filterSideBarContainer .filterGroup .filterOption .filterRow .filterSelect,
.filterSideBar .filterSideBarContainer .filterGroup .filterOption .filterRow .filterInput{
    border-radius:    0;
    font-size:        13px;
    color:          #404041;
    background-color: transparent;
    padding:          3px 3px 0;
    margin:           0 5px 0;
    border:           0;
    border-bottom:    1px solid lightgray;
}
.filterSideBarAbsolute {
  position: absolute;
  top: 0;
  left: 0;
}
/*End filter sidebar*/

/*search*/
#mainNavbar .searchContainer{
  position:         relative;
  align-items:      center;
  justify-content:  center;
  border-radius:    3px;
  background-color: rgba(255,255,255,0.1);
  padding:          3px 8px 3px 3px;
  transition:       all 0.2s linear;
  font-size:        11px;
  color:            white;
  transition:       all 150ms linear;
}
#mainNavbar .searchContainer#mainSearchContainer{
  width:      350px;
  min-width:  350px;
  height:     26px;
}
#mainNavbar .searchContainer.focusedSearchContainer{
  background-color: #FAFAFA;
  color:            #404041;
  transition:       all 150ms linear;
}
#mainNavbar .searchContainer.focusedSearchContainer#mainSearchContainer{
  min-width: 500px;
}
#mainNavbar .searchContainer .searchInput{
  margin-left:      5px;
  border:           0;
  background-color: transparent;
  color:          white;
  transition:       all 150ms linear;
  box-shadow:       0 0 0 transparent;
  font-size:        11px;
}
#mainNavbar .searchContainer .searchInput:focus{
  border: 0;
  outline: 0;
  color: #404041;
}
#mainNavbar .searchContainer .searchInput:focus::-webkit-input-placeholder {
  color: rgba(0,0,0,0.7);;
}
#mainNavbar .searchContainer .searchInput::-webkit-input-placeholder {
  color: rgba(255,255,255,0.7);
}
/*End search*/


.searchContainer .searchInput{
  font-size:        13px;
  margin-left:      5px;
  border:           0;
  background-color: transparent;
  transition:       all 150ms linear;
}
.searchContainer .searchInput:focus{
  border:  0;
  outline: 0;
  color: #404041;
}
.searchContainer .searchInput:focus::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
}
.searchContainer .searchInput::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
}

.listVerticalCard{
  background-color: white;
  width:            240px;
  justify-content:  center;
  cursor:           pointer;
  transition:       all 150ms ease-in-out;
  margin:           4px;
}


/*lists*/
.listCard{
  background-color: white;
  width:            700px;
  justify-content:  center;
  cursor:           pointer;
  transition:       all 150ms ease-in-out;
  margin:           3px 8px;
}
.listCard.staffCard{
  width:          500px;
  min-height:     78px;
}
.disabledSelect{
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.listCard:hover{
  color:    #477ACD;
  box-shadow: 0 4px 2px 0px rgba(0,0,0,0.3);
}
.listCard:hover path{
  fill:    #477ACD;
}
.listCard.disabled{
  background-color: #f3f3f3 !important;
  color:            #c5c5c5 !important;
}
.listCard.disabled path{
  fill: #c5c5c5 !important;
}
.listCard.disabled:hover{
  color: #404041 !important;
}
.listCard.disabled:hover path{
  fill: #404041 !important;
}
.listCard:hover .listCardSub, .listCard .bigCardTitle{
  margin-bottom: 3px;
}
.listCard:hover .listCardSub, .listCard:hover .bigCardTitle{
  color:    #477ACD;
}
.colorOnSelected{
  background-color: #477ACD !important;
  color:            white !important;
}
.colorOnSelected path{
  fill: white !important;
}
.colorOnSelected a{
  color: white !important;
}
.colorOnSelected .listCardSub, .colorOnSelected .bigCardTitle, .colorOnSelected .dropdownToggle, .colorOnSelected .cardContent{
  color: white !important;
}
.colorOnSelected .hideOnHover path{
  fill: white !important;
}
.whiteCheckbox{
  color: white;
}
.listCard .listCardSub{
  font-size:    12px;
  line-height:  1;
}

/*dashboard*/
.dashboardPicture{
  border-radius:    50%;
  width:            38px;
  height:           38px;
  background-color: #404041;
  font-size:        16px;
  justify-content:  center;
  line-height:      1;
  color:            white;
  font-weight:      200;
  margin:           0 10px;
}

.funderInput{
  margin:     4px 8px 0 0;
  font-size:  14px !important;
  padding:    1px 0 !important;
  text-align: right;
}

.planTag{
  padding:            4px 8px;
  background-color: #477ACD;
  color:            white;
  /*border:             1px solid #E5E5E5;*/
  margin:             8px;
  border-radius:      3px;
  /*box-shadow:         0 1px 1px rgba(0,0,0,0.3);*/
}

.newBillable{
  padding:            4px 8px;
  background-color: white;
  border:             1px solid #E5E5E5;
  margin:             8px;
  border-radius:      2px;
}

.materialPill{
  background-color: #9e9e9e;
  color:            white;
  padding:          3px 8px;
  margin:           3px;
  border-radius:    2px;
  font-size:        11px;
  line-height:      1;
  cursor:           pointer;
  white-space:      nowrap;
}
.materialPill path{
  fill: white !important;
}
.materialPill.darkGray.selected{
  background-color: #696969;
}
.materialPill.darkGray:hover{
  background-color: #477ACD;
}
.materialPill.white{
  background-color: white;
  color: #404041
}
.materialPill.white:hover{
  background-color: #fefefe;
}
.materialPill.big{
  font-size:  12px;
  padding:    4px 8px;
}
.materialPill:hover{
  background-color: #616161;
}
.materialPill.selected{
  background-color: #477ACD;
}
.materialPill.disabled{
  background-color: gold;
  cursor: default;
}
.materialPill.disabled:hover{
  cursor: not-allowed;
}
.tableUnitFormat{
  white-space: nowrap;
  margin: 0 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 1px;
}
.tableUnitFormat.bullet{
  min-width:        15px;
  height:           15px;
  border-radius:    50%;
  color:          white;
  font-size:        10px;
  text-align:       center;
  line-height:      1.5;
  margin-bottom:    2px;
  position: relative;
  overflow: visible;
}
.tableUnitFormat.bullet.yellow{
  background-color: #f57c00;
}
.tableUnitFormat.bullet.red{
  background-color: #d32f2f;
}
.tableUnitFormat.bullet.green{
  background-color: #388e3c;
}
.tableUnitFormat.bullet.purple{
  background-color: #7b1fa2;
}
.tableUnitFormat.bullet.blue{
  background-color: #1976d2;
}
.hoverStateSelector{
  position: absolute;
  right: 0;
  top: -5px;
  background-color: white;
  display: none;
  z-index: 5;
  margin: 0;
}
.tableRow .tableUnitFormat.bullet:hover .hoverStateSelector{
  display: block;
}
.tableHeader{
  padding:        2px 4px;
  border-bottom:  1px solid #B7B7B7;
  margin:         10px 0;
}
.tableRow{
  position:       relative;
  padding:        1px 4px;
  border-radius:  2px;
  min-height:     34px;
  display:        inline-table;
}
.tableRow:hover{
  background-color: #E5E5E5;
}
.tableRow.frame{
  outline:          1px solid #E0E0E0;
  background-color: #FBFBFB;
  border-radius:    2px;
  min-height: auto;
}
.tableRow.frame:hover{
  background-color: #F0F0F0;
}
.tableRow input[type="checkbox"]{
  opacity: 0;
}
.tableRow input[type="checkbox"]:checked{
  opacity: 1;
}
.tableRow:hover input[type="checkbox"]{
  opacity: 1;
}
.md-10 { font-size: 10px;  }
.md-11 { font-size: 11px;  }
.md-12 { font-size: 12px;  }
.md-14 { font-size: 14px;  }
.md-16 { font-size: 16px;  }
.md-18 { font-size: 18px;  }
.md-19 { font-size: 19px;  }
.md-20 { font-size: 20px;  }
.md-22 { font-size: 22px;  }
.md-24 { font-size: 24px;  }
.md-25 { font-size: 25px;  }
.md-26 { font-size: 26px;  }
.md-30 { font-size: 30px;  }
.md-34 { font-size: 34px;  }
.md-36 { font-size: 36px;  }
.md-38 { font-size: 38px;  }
.md-40 { font-size: 40px;  }
.md-46 { font-size: 46px;  }
.md-60 { font-size: 60px;  }
.md-120{ font-size: 120px; }

.greenText {
  color: #388e3c;
}
.blueText {
  color: #477ACD;
}
.caps{
  text-transform: uppercase;
}
.redText {
  color: #d32f2f;
}
.orangeText{
  color: #f57c00;
}
.inset{
  margin-left: 8px;
}
.footer{
  padding:            8px;
  background-color: #666666;
  color:            white;
  border-radius:      3px 3px 0 0;
}
.footer .footerText{
  font-size:    14px;
  font-weight:  400;
  margin:       0 8px;
}
.toolbar{
  height: 40px;
  margin: 4px 0;
  padding: 4px;
}
.redPath path{
  fill: #d32f2f;
}
.orangePath path{
  fill: #f57f17;
}
.greenPath path{
  fill: #388e3c;
}

/*Semantic Changes*/
.ui.selection.dropdown{
  border:         0;
  /*border-bottom:  1px solid rgba(34,36,38,0.15);*/
  border-radius:  0;
}
.ui.selection.dropdown.plain{
  border-bottom:  0 solid transparent !important;
  margin-bottom: -4px;
}

.ui.dropdown .default.text{
  color:#666666;
  opacity: 0.8;
}
.selectedRow{
  background-color: #477ACD !important;
  color: white !important;
}
.selectedRow:hover{
  background-color: #1976d2 !important;
}

.cardFrame{
  border:           1px solid #E0E0E0;
  background-color: #FBFBFB;
  border-radius:    2px;
  padding:          8px;
}
.cardFrame.selected{
  background-color: #477ACD;
  color:            white;
}
.cardItemIcon{
   font-size:     18px;
   margin-right:  5px;
}

/*Spin infinite loader*/
.spinLoader {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border: 3px solid #ddd;
  border-top: 3px solid #477ACD;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

@-webkit-keyframes spin {
  to {
    border-top-color: #ff9800;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    border-top-color: #ff9800;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*End Spin infinite loader*/

.billableRow{
  border-radius : 2px;
  padding       : 8px
}
.billableRow.newBillable{
  background-color: #dee2ff !important;
}
.billableRow:hover{
  background-color:#efefef;
}
.billableRow .hiddenItem{
  opacity: 0;
}
.billableRow:hover .hiddenItem{
  opacity: 1;
}

/* Dashboard Back Office */

.backoffice.dashboard{
  align-items: center;
  padding: 20px;
}
.backoffice.dashboard > .boCard{
  background-color: white;
  width: 400px;
  height: 100px;
}
.backoffice.dashboard > .boCard > .boCardContent{
  justify-content: center;
}
.backoffice.dashboard > .boCard > .boCardContent > .boCardCustomIcon{
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.backoffice.dashboard > .boCard > .boCardContent > .boCardIcon{
  font-size: 48px;
  margin-right: 8px;
}
.backoffice.dashboard > .boCard > .boCardContent > div > .boCardHLine{
  width: 90%;
  height: 1px;
  background-color: #6f6f6f;
}
.backoffice.dashboard > .boCard > .boCardContent > div > .boCardHLine.boCardHover{
  background-color: #477ACD;
}
.backoffice.dashboard > .boCard > .boCardContent > div > .boCardDesc{
  font-size: 12px;
}

/* People Back Office */

.backoffice.people, .backoffice.users{
  align-items: center;
  padding: 20px;
}
.backoffice.people > form > .searchSelect{
  width: 190px;
  height: 35px;
  margin-right: 15px;
  font-size: 16px;
  background-color: transparent;
}
.backoffice.people > form > .searchDocumentInput{
  font-size: 16px;
  width: 200px;
  height: 35px;
}
.backoffice.people > form > .searchSelect:focus{
  outline: none;
}
.backoffice.people > .noEntries > i{
  font-size: 120px;
}
.backoffice.people > .noEntries > .personEditionText, .backoffice.people > .noEntries > .loadingText, .backoffice.people > div > .noResultsFound{
  font-size: 20px;
  margin-top: 10px;
}
.backoffice.people > .spinnerLoadingContainer{
  height: 100px;
  justify-content: center;
}
.backoffice.people > .spinnerLoadingContainer > .spinnerLoading{
  margin: 0 auto;
  margin-top: 30px;
}
.backoffice.people > div > .boCard{
  background-color: white;
  width: 600px;
  padding: 0;
}
.backoffice.people > div > .boCard > .boCardContent{
  justify-content: center;
  height: 110px;
  padding: 10px;
}
.backoffice.people > div > .boCard > .boCardContent > i{
  font-size: 52px;
  margin-right: 8px;
}
.backoffice.people > div > .boCard > .boCardContent > div > .personFullName{
  font-size: 20px;
  margin-right: 5px;
}
.backoffice.people > div > .boCard > .boCardContent > div > div > span > svg.personGenre{
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.backoffice.people > div > .boCard > .boCardContent > div > .personDetails{
  font-size: 12px;
}
.backoffice.people > div > .boCard > .personForm{
  padding: 10px;
  padding-top: 0;
  cursor: auto;
  color: initial !important;
}
.backoffice.people > div > .boCard > .personForm > .boCardHLine{
  width: 100%;
  height: 1px;
  background-color: #6f6f6f;
  margin-bottom: 5px;
}
.backoffice.people > div > .boCard > .personForm > div > .personNameFormGroup{
  margin-right: 10px;
  align-items: initial;
}
.backoffice.people > div > .boCard > .personForm > div{
  margin-top: 5px;
}
.backoffice.people > div > .boCard > .personForm > div > .personNameFormGroup > div > input{
  margin-left: 5px;
  font-size: 14px;
  height: 20px;
  width: 200px;
}
.backoffice.people > div > .boCard > .personForm > div > .personNameFormGroup > div > input.lastName{
  width: 170px;
}
.backoffice.people > div > .boCard > .personForm > .personGenreFormGroup{
  justify-content: center;
}
.backoffice.people > div > .boCard > .personForm > .personGenreFormGroup > div{
  margin-right: 10px;
}
.backoffice.people > div > .boCard > .personForm > div > .personBirthDateFormGroup{
  align-items: initial;
}
.backoffice.people > div > .boCard > .personForm > div > .personBirthDateFormGroup > div > input{
  margin-left: 5px;
  font-size: 14px;
  height: 20px;
  text-align: right;
}
.backoffice.people > div > .boCard > .personForm > div > .personDocumentFormGroup{
  align-items: initial;
}
.backoffice.people > div > .boCard > .personForm > div > .personDocumentFormGroup > div > select, .backoffice.people > div > .boCard > .personForm > div > .personDocumentFormGroup > div > input{
  margin-left: 5px;
  font-size: 14px;
  height: 20px;
}

/* Notifications Back Office */
.backoffice.notifications{
  width: 600px;
}
.backoffice.notifications > .boCard{
  background-color: white;
  width: 600px;
  padding: 10px;
  cursor: default;
}

/* Users Back Office */
.backoffice.users{
  width: 600px;
}
.backoffice.users > form > .searchSelect{
  width: 280px;
  height: 35px;
  margin-right: 5px;
  font-size: 16px;
  background-color: transparent;
}
.backoffice.users > form > .searchTextInput{
  font-size: 16px;
  width: 250px;
  height: 35px;
}
.backoffice.users > form > .searchTextInput:focus{
  outline: none;
}
.backoffice.users > .noEntries > i{
  font-size: 120px;
}
.backoffice.users > div > .amountFound{
  font-size: 12;
  justify-content: flex-end;
  width: 616px;
}
.backoffice.users > .noEntries > .usersSearchText, .backoffice.users > .noEntries > .loadingText, .backoffice.users > div > .noResultsFound{
  font-size: 20px;
  margin-top: 10px;
}
.backoffice.users > .spinnerLoadingContainer{
  height: 100px;
  justify-content: center;
}
.backoffice.users > .spinnerLoadingContainer > .spinnerLoading{
  margin: 0 auto;
  margin-top: 30px;
}
.backoffice.users > div > .boCard{
  background-color: white;
  width: 600px;
  padding: 0;
  cursor: default;
}
.backoffice.users > div > .boCard.userDisabled{
  opacity: 0.5;
}
.backoffice.users > div > .boCard > .boCardContent{
  justify-content: center;
  height: 110px;
  padding: 10px;
}
.backoffice.users > div > .boCard > .boCardContent > i{
  font-size: 52px;
  margin-right: 8px;
}
.backoffice.users > div > .boCard > .boCardContent > div > .userFullName{
  font-size: 20px;
  margin-right: 5px;
}
.backoffice.users > div > .boCard > .boCardContent > div > div > span > svg.userGenre{
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.backoffice.users > div > .boCard > .boCardContent > div > .userDetails{
  font-size: 12px;
}
.backoffice.users > div > .boCard > .boCardContent > div > .userDetails.email{
  text-decoration: none;
}
.backoffice.users > div > .boCard > .boCardContent > div > .userDetails.email > a:hover{
  text-decoration: underline;
}
.filterHelpInfoIcon{
  margin-left: 3px;
  cursor: default;
  font-size: 14px;
  color: #444444;
}

/* Analytics */

.analyticsContainer{
  padding     : 5px;
  padding-top : 20px;
  width       : 900px;
}
.materialCard.default{
  background-color: white;
  color:            #404041;
}
.analyticsContainer .materialCard{
  background-color  :white;
  width             : 200px;
  display           : block;
}
.analyticsContainer .materialCard.x2{
  width: 400px;
}
.analyticsContainer .materialCard.x3{
  width: 932px;
}
.analyticsContainer .materialCard.y2{
  height: 500px;
}
.materialCard .cardNumbers{
  font-size   : 72px;
  line-height : 1;
}

.redText{
  color:#d32f2f;
}
.newPersonLabel{
  width:      200px;
  text-align: right;
  margin:     10px 0 0;
}
.staffProfileLabel{
  width:      86px;
  text-align: right;
}

.roleCard {
  border-radius:  2px;
  margin:         2px auto
}
.roleCard:hover {
  background-color: #f3f3f3;
}


/*Navbar Search Results*/
.searchResults{
  opacity:          0;
  position:         absolute;
  max-height:       300px;
  overflow-y:       auto;
  background-color: #fafafa;
  color:          #404041;
  top:              26px;
  left:             0;
  right:            0;
  border-radius:    0 0 2px 2px;
  line-height:      1;
}
.searchResults.focusedSearchResults{
  opacity: 1;
  z-index: 1;
}
.searchResults .searchedResult{
  min-height:  45px;
  font-size:   14px;
  padding:     5px;
  font-weight: 400;
  margin:      2px 0;
  cursor:      pointer;
}
.searchResults .thin{
  font-weight: 200;
}
.searchResults .secondLine{
  font-size: 10px;
  color:   #6f6f6f;
}
.mainAlert{
    margin:           10px 20px;
    background-color: #447ACD;
    color:            white;
    padding:          5px;
    border-radius:    3px;
    box-shadow:       0 2px 3px lightgray;
    min-height:       30px;
    height:           30px;
    z-index:          10;
    text-align:       center;
    justify-content:  center;
  }
.dangerAlert{
  background-color: #F44336;
}
.orangeAlert{
  background-color: #f57c00;
}
.greenAlert{
  background-color: #388e3c;
}
.greyAlert{
  background-color: #616161;
}


.materialButton.withDialog{
  position: relative;
  overflow: visible;
}
.materialButton .materialButtonDialog{
  position:         absolute;
  background-color: #f1f1f1;
  border-radius:    2px;
  box-shadow:       0 2px 2px 0px rgba(0,0,0,0.3);
  padding:          8px;
  bottom:           35px;
  right:            -5px
}
.materialButton .disabledButtonLabel{
  margin-left: 5px;
  color:     #404041;
  line-height: 0.9;
}
.materialButton .disabledButtonRow{
  margin: 3px 0;
}

/* Semantic */
.ui.dropdown{
  border            : 0 !important;
  background-color  : transparent !important;
  border-bottom     : 1px solid rgba(0,0,0,0.2) !important;
  border-radius     : 0;
  padding           : 0 30px 0 0;
}
.ui.dropdown.white{
  border-bottom : 1px solid rgba(255,255,255,0.2) !important;
  color         : white !important;
}
.ui.dropdown .default.text{
  color: #404041 !important;
}
.ui.dropdown.white .default.text{
  color: white !important;
}
.ui.dropdown .menu{
  border: 0;
}
.ui.dropdown .label{
  background-color  : #477ACD;
  color             : white;
}
.ui.dropdown .label i{
  color: white !important;
}
.ui.dropdown .label path{
  fill: white;
}

.ui.dropdown.white .label{
  background-color  : white;
  color             : #696969;
}
.ui.dropdown.white .label i{
  color: #696969 !important;
}
.ui.dropdown.white .label path{
  fill: #696969;
}

.ui.dropdown .label svg{
  margin-bottom: -2px;
}
.ui.dropdown .label:hover{
  background-color  : #477ACD;
  color             : white;
}
.chromeVersion{
  background-color: #b71c1c;
  color:            #fff;
  padding:            3px;
  font-size:          12px;
  font-weight:        700;
  text-align:         center;
  line-height:        1.5;
  width: 100%;
}
.dashboardPromo{
  background-color  : #477ACD;
  color             : #fff;
  padding           : 5px;
  font-size         : 12px;
  font-weight       : 700;
  text-align        : center;
  line-height       : 1.5;
  border-radius     : 2px;
  margin            : 0 45px;
  /* width: 100%; */
}

.userConfigCategory{
  font-size:     14px;
  cursor:        pointer;
  margin:        0 8px 1px 10px;
  padding:       1px 3px;
  border-radius: 3px;
}
.userConfigCategory.selectedCategory{
  font-weight:      800;
  background-color: #404041;
  color:          white;
}
#mainToast{
  display: flex;
  position: fixed;
  background-color: #323232;
  color: #f1f1f1;
  min-height: 48px;
  min-width: 288px;
  padding: 16px 24px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  margin: 12px;
  font-size: 14px;
  cursor: default;
  transition: all 0.3s;
  opacity: 0;
  left: 0px;
  bottom: -96px;
  z-index: 100;
}
.dashboardMsg{
  font-size   : 14px;
  text-align  : center;
  width       : 100%;
  padding     : 4px;
  color       : #477ACD;
}
.notificationMenuContent{
  background-color  : #EEEEEF;
  color             : #404041;
  width             : 370px;
  height            : 300px;
  border-radius     : 3px;
  padding           : 0 0 8px;
  box-shadow        : 0 2px 1px lightgray;
  font-size         : 12px;
}
.notificationCounter{
  color             : #d32f2f;
  background-color: rgba(255, 255, 255, 0.8);
  width             : 14px;
  height            : 14px;
  font-size         : 12px;
  border-radius     : 50%;
  position          : absolute;
  top               : 5px;
  right             : 5px;
  text-align        : center;
  line-height       : 1.5;
  font-size         : 10px;
  font-weight       : 700;
}
.notificationDot{
  position          : absolute;
  top               : 2px;
  right             : 2px;
  background-color  : #d32f2f;
  width             : 8px;
  height            : 8px;
  border-radius     : 50%;
}
.notificationCard{
  background-color  :white;
  margin            : 0 8px 2px;
  border-radius     : 2px;
  padding           : 8px;
  box-shadow        : 0 2px 1px lightgray;
  transition        : all 300ms ease-in-out;
}
.notificationCard.clearedNotification{
  animation: slideAndShrink 600ms ease-in-out forwards;
  overflow: hidden;
}

@keyframes slideAndShrink {
  0% {
    margin-left: 0;
    opacity: 1;
    width: auto;
    height: auto;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.notificationCard .notifTitle{
  font-size : 14px;
}
.notificationCard .notifContent{
  font-weight : 200;
  font-size   : 11px;
  text-align: left;
}
.notificationCard:hover{
  background-color  : #fefefe;
  box-shadow        : 0 4px 1px lightgray;
}
.notificationCard .hiddenItem{
  opacity: 0;
}
.notificationCard:hover .hiddenItem{
  opacity: 1;
}

.noWrap{
  white-space   : nowrap;
  text-overflow : ellipsis;
  overflow      : hidden;
}

.categorySelectorItem{
  cursor: pointer !important;
}
.categorySelectorItem:hover{
  background-color: #E0E0E0 !important;
}
.selectedOptionService{
  background-color     : #d7d7d7 !important;
  border-radius        : 2px;
  color                : #404041
}
.bb-ambulatory {
  border-bottom        : 3px solid #ff9800;
}
.bb-ambulatory_surgery {
  border-bottom        : 3px solid #009688;
}

.star-checked {
  color: #ff9800;
}

.autoAssignationsColor {
  margin:0;
  background-color: #7b7b7b !important;
  color: white !important;
}

.autoAssignationsColor:hover {
  background-color: #838383 !important;
}

.autoAssignationsColor.selected {
  background-color: #4e4e4e !important;
}

.info-box {
  padding: 11px;
  margin: 0 0 11.5px;
  line-height: 1.846;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.backoffice-patients-list .patients-list {
  max-height: 500px;
  overflow: auto;
}