
/* Login page */
.indexRegisterMenu {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.loginIntroLogo {
    width: 16px;
    margin-right: 10px;
    margin-top: -5px;
}
.loginIntroText {
    text-align: center;
    margin-top: 25px;
    font-weight: lighter;
}
.login-page {
  min-height: 100vh;
}
.login-content {
  margin: auto;
}
.login-screen-logo {
  text-align: right;
  padding: 0 20px 15px 0;
}
.login-screen-logo img {
  height: 25px;
}
.login-content form {
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.login-row label {
  font-size: 0.8rem;
  color: #999;
}
.login-row input {
  border-color: #e5e5e5;
  background-color: #fcfcfc;
  font-weight: 500;
  font-size: 1rem;
}
.submit-container {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.submit-container button {
  font-size: 0.8rem;
  background-color: #6591ea;
  color: #fff;
}
.submit-container .form-group {
  margin-bottom: 0;
  margin-left: 0.5rem;
  color: #999;
  display: flex;
  align-items: center;
}
    .submit-container .form-group label {
        margin-bottom: 0;
    }
.forgot-password {
  padding: 0 48px;
  margin-top: -10px;
}
.forgot-password a, .forgot-password span {
  font-size: 0.8rem;
  color: #999;
  text-decoration: none;
}
.forgot-password a:hover {
  color: #6591ea;
}
.forgot-password span {
  margin: 0 0.5rem;

}
.createItem {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    color: black !important;
    font-size: 15px;
    text-align: center;
}

.createItem:hover {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    color: black !important;
    font-size: 15px;
    text-decoration: underline;
}

.createItemIcon {
    width: 18px;
    margin-right: 5px;
}

.loginButton {
    background-color: #6591ea;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    padding: 0.37rem 0.75rem;
    line-height: 1.5rem;
    text-decoration: none;
    border-width: 0;
}

    .loginButton:hover {
        background-color: #729ffa;
        color: #fafafa;
        cursor: pointer;
        text-decoration: none;
    }

/*Visits page*/
.visits-page-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: -1rem;
}
    .visits-page-actions h5 {
        margin-bottom: 0;
    }
.pay-button {
    background-color: #6591ea;
    color: #fff;
    border-radius: 0.25rem;
    border-width: 0;
    padding: 0.35rem 0.75rem;
}
    .pay-button:hover {
        background-color: #729ffa;
        color: #fafafa;
        cursor: pointer;
    }
.dropdown-payment form {
    padding: 1rem;
}
    .dropdown-payment form input.pay {
        background-color: #6591ea;
        color: #fff;
        padding: 0.35rem 0.75rem;
        border: none;
        border-radius: 0.25rem;
    }
        .dropdown-payment form input.pay:hover {
            background-color: #729ffa;
            color: #fafafa;
            cursor: pointer;
        }


/*Visits/Add new*/
.add-visit-header-section {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}
.add-visit-header-section h5 {
    margin-bottom: 0;
}
.add-visit {
    background-color: #6591ea;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    padding: 0.37rem 0.75rem;
    line-height: 1.5rem;
    text-decoration: none;
}
.add-visit:hover {
    background-color: #729ffa;
    color: #fafafa;
    cursor: pointer;
    text-decoration: none;
}
.add-visit-table-header {
    border-bottom: 1px solid #dee2e6;
}
.visit-services-added {
    padding: 1rem;
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    margin-bottom: 1rem;
}
.visit-services-table {
    margin-bottom: 0;
}
.category-table.visit-services-table tbody {
    min-height: 2rem;
}
.category-table.visit-services-table tbody tr td {
    border-bottom: none;
    vertical-align: middle;
}
    .category-table.visit-services-table tbody tr td:last-of-type {
        padding: 0.8rem 1.1rem;
        text-align: right;
    }
    .category-table.visit-services-table tbody tr td a {
        color: #6591ea;
        border: 1px solid #6591ea;
        text-decoration: none;
        padding: 0.25rem 0.75rem;
        font-size: 0.9rem;
        border-radius: 0.25rem;
    }

        .category-table.visit-services-table tbody tr td a:hover {
            color: #729ffa;
            border: 1px solid #729ffa;
            text-decoration: none;
            cursor: pointer;
        }
.category-table.visit-services-table tbody tr:last-of-type {
   border-bottom: none;
}
.total-price-add-visit {
    padding: 1rem 0 0 0;
    text-align: right;
    border-top: 1px solid #dee2e6;
}
.total-price-add-visit .container.total-price {
    padding: 0;
}
.total-price-add-visit .container.total-price h5 {
    margin-bottom: 0;
}
.searchbar-container.add-visit-page {
    flex-grow: 1;
    margin-bottom: 0.3rem;
    margin-top: 1.5rem;
    justify-content: flex-start;
    background-color: rgba(136,152,170,.15);
    padding: 0.5rem;
    border-radius: 0.25rem;
}
    .searchbar-container.add-visit-page .searchbar {
        flex-grow: 0.4;
        align-items: flex-start;
    }
        .searchbar-container.add-visit-page .searchbar:last-of-type {
            padding-left: 0.5rem;
        }
        .searchbar-container.add-visit-page .searchbar label {
            margin-top: -1.5rem;
            margin-bottom: 0.5rem;
        }
        .searchbar-container.add-visit-page .searchbar input {
            border-left-width: 0;
            border-right-width: 0;
            border-top-width: 0;
            width: 100%;
            background-color: #fff;
            padding: 0.3rem;
            border-radius: 0;
            font-weight: 300;
        }
            .searchbar-container.add-visit-page .searchbar input:valid {
                background-color: #fff;
            }
        .searchbar-container.add-visit-page .searchbar select {
            border-left-width: 0;
            border-right-width: 0;
            border-top-width: 0;
            min-height: 2.15rem;
            width: 100%;
            border-color: #e5e5e5;
        }
    .searchbar-container.add-visit-page button {
        flex-grow: 0.2;
        padding: 0;
        text-align: center;
        border: none;
        background-color: #6591ea;
        color: #fff;
        max-height: 2.15rem;
        font-size: 0.9rem;
        margin-left: 0.5rem;
    }
        .searchbar-container.add-visit-page button:hover {
            background-color: #729ffa;
            color: #fafafa;
            cursor: pointer;
            text-decoration: none;
        }
.services-options.visit-page {
    padding: 0;
}
.service-table.visit-page tbody tr td {
     vertical-align: middle;
}
.service-table.visit-page tbody tr td a {
    color: #6591ea;
    border: 1px solid #6591ea;
    text-decoration: none;
    padding: 0.2rem 0.75rem 0.35rem 0.75rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
}
    .service-table.visit-page tbody tr td a:hover {
        color: #729ffa;
        border: 1px solid #729ffa;
        text-decoration: none;
        cursor: pointer;
    }


/* Layout */
.hoverDiv {
    background: #fff;
}

.hoverDiv:hover {
    background: #f5f5f5;
}
/* ----- Header ----- */
.header-container {
  background-color: #fcfcfc;
}
.header-container .top-content {
  padding: 20px 0;
}
.header-container .top-content .row {
  margin: auto;
}

.brand-logo {
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.brand-logo img {
  height: 45px;
}
.instance-logo, .login-status {
  text-align: right;
}
.instance-logo img {
  height: 45px;
}
.login-status {
  font-size: 0.8rem;
  color: #888;
}
@media (max-width: 730px) {
    .login-status {
        font-size: 11px;
        text-align: center;
    }
}
@media (max-width: 730px) {
    .titleName{
        font-size: 1.25rem;
        text-align: center;
    }
}
@media (max-width: 730px) {
    #test{
        overflow: hidden;
    }
}
.login-status .user-address, .login-status .time {
  font-weight: bold;
  color: #335574;
}
.menu-container {
  background-color: #2e4f66;
  padding: 0;
}
.navbar {
  padding: 0;
}
.navbar .navbar-nav {
  flex: 1;
  justify-content: space-between;
  padding-top: 1.1rem;
}
.navbar-nav .pages, .navbar-nav .user-options {
  display: inline-flex;
}
.nav-item {
  text-align: center;
  padding-right: 0.5rem;
}
.navbar-dark .navbar-nav li .nav-link {
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0 1rem 0 0;
  font-size: 0.9rem;
  border-bottom: 3px solid transparent;
}
.navbar-dark .navbar-nav .user-options li:last-of-type {
  padding-right: 0;
}
.navbar-dark .navbar-nav .user-options li:last-of-type .nav-link {
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.3rem 0 0.8rem 0;
}
.navbar-dark .nav-item.active .nav-link, .navbar-dark .nav-item:hover .nav-link {
  border-bottom: 3px solid #93b2f0;
}
.navbar-dark .navbar-nav li.active .nav-link, .navbar-dark .navbar-nav li:hover .nav-link {
  color: #93b2f0;
}
.navbar-nav li.active .default-icon, .navbar-nav li:hover .default-icon {
  display: none;
}
.navbar-nav li.active .active-icon, .navbar-nav li:hover .active-icon {
  display: block;
}

.navbar-nav li img {
  height: 0.9rem;
  margin: auto;
}
.navbar-nav li .default-icon {
  display: block;
}
.navbar-nav li .active-icon {
  display: none;
}

/* Footer */
.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 0;
}
.copyright {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: #999;
}
.footer-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-logos span {
  color: #999;
  font-size: 0.8rem;
  padding: 0 0.7rem;
}
.footer-logos img {
  height: 1.3rem;
}
.footer-actions a, .footer-actions span {
  font-size: 0.8rem;
  color: #999;
  text-decoration: none;
}
.footer-actions a:hover {
  color: #6591ea;
}
.footer-actions span {
  padding: 0 0.5rem;
}

/*===================================== O A =======================================*/

.showDateInput {
    width: 142px;
    border-radius: 6px;
    height: 30px;
    border: 1px solid #ced4da;
    margin-right: 13px;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 109px 5px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
}

.ui-datepicker-trigger {
    display: none;
}

.oa-delete {
    display: none;
}

.oa-bodyStyle {
    background-color: #fbfbfb;
}

.oa-pageWrapperStyle {
    
}

.oa-headerWrapperStyle {
    background-color: #fff;
}

.oa-filterWrapperStyle {
    background-color: #fff;

}

.oa-mainTableWrapperStyle {
    background-color: #fff;
}

#oa-filterWrapper {
    border-bottom: solid 1px #ddd;
}

#oa-mainTableWrapper {
    margin-top: 12px;
}

.oa-centerH {
    margin-left: auto;
    margin-right: auto;
}

.oa-titleArea {
    padding: 65px 0 25px 0;
    border-bottom: solid 1px #ddd;
}

.oa-pageTitle {
    font-weight: 400;
}

.oa-pageTitle:hover {
    font-weight: 400;
}

.oa-searchFormArea {
    padding: 20px 0 20px 0;
}

.oa-searchFormWidget {
    margin: 0;
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 34px;
    line-height: 14px;
    color: #333;
    background-color: #fbfbfb;
}

.showDateInput.oa-searchFormWidget {
    background-position-x: calc(100% - 6px);
}

.oa-font {
    font-family: robotolight;
    font-size: 14px;
}

.oa-searchFormWidget::placeholder {
    color: #999;
    font-style: italic;
    opacity: 1 !important;
}

select.oa-searchFormWidget > * {
    display: block;
    line-height: 14px;
    color: #333;
    line-height: 14px;
}

select.oa-searchFormWidget:first-child {
    display: block;
    color: #999;
    font-style: italic;
    line-height: 14px;
}

select.oa-searchFormWidget {
    display: block;
    line-height: 14px;
    color: #333;
    line-height: 14px;
}

.oa-btnL {
    display: block;
    padding: 6px 18px 6px 18px;
    border-radius: 6px;
    width: auto;
    background-color: #ff8839;
    font-weight: 400;
}

.oa-btnL:hover {
    width: auto;
    background-color: #6c757d;
    font-weight: 400;
    border-radius: 6px;
}

.oa-btnM {
    display: block;
    padding: 2px 10px 2px 10px;
    border-radius: 6px;
    width: auto;
    background-color: #ff8839;
    font-weight: 400;
}

.oa-btnM:hover {
    width: auto;
    background-color: #6c757d;
    font-weight: 400;
}

.oa-btnS {
    display: block;
    padding: 2px;
    border-radius: 6px;
    width: auto;
    background-color: #ff8839;
    font-weight: 400;
}

.oa-btnS:hover {
    width: auto;
    background-color: #6c757d;
    font-weight: 400;
}

.oa-mtop10 {
    margin-top: 10px;
}

.oa-mtop20 {
    margin-top: 20px;
}

.oa-paginationTable {
    border: none;
    border-collapse: separate;
}

.oa-paginationTable td {
    border: solid 1px #ddd;
    border-right: none;
    background-color: #fff;
}

.oa-paginationTable td:last-child {
    border-right: solid 1px #ddd;
}


.oa-paginationTable tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.oa-paginationTable tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.oa-results {
    color: #999;
}

.oa-mainTable {
    border: none;
    border-collapse: separate;
    background: none;
}

.oa-mainTable tr {
    background: none;
    background-color: #fff;
}

.oa-mainTable thead {
    background: none;
}

.oa-mainTable td {
    border: none;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
}

.oa-mainTable td:first-child {
    border-left: solid 1px #ddd;
}

.oa-mainTable td:last-child {
    border-right: solid 1px #ddd;
}

.oa-mainTable tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.oa-mainTable tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.oa-mainTable th {
    background: none !important;
    border: none !important;
    border-top: solid 1px #ddd !important;
    border-bottom: solid 1px #ddd !important;
    color: #999 !important;
    font-weight: 300;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: left;
    vertical-align: bottom;
}

.oa-mainTable th:first-child {
    border-top-left-radius: 6px;
    border-left: solid 1px #ddd !important;
}

.oa-mainTable th:last-child {
    border-top-right-radius: 6px;
    border-right: solid 1px #ddd !important;
}

.oa-noBorder {
    border: none;
}

.oa-label {
    display: block !important;
    text-align: left;
    margin-bottom: 6px !important;
    color: #999;
}

.oa-flex {
    display: flex;
}

.oa-searchwidget-flex {
    margin-left: 10px;
}

.oa-searchwidget-button {
    display: inline-block;
    height: 34px;
    width: 90px;
}

.oa-searchwidget-button:hover {
    display: inline-block;
    height: 34px;
    width: 90px;
}

.oa-maintable-actionbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.oa-maintable-actionbox-item {
    display: block;
    width: auto;
    padding: 0 10px 0 10px;
}

.oa-maintable-actionbox-item:hover {
    width: auto;
    padding: 0 10px 0 10px;
}

/* Profile page */
.actions-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
.actions-container button {
  background-color: #6591ea;
  color: #fff;
}
.actions-container button:hover {
  background-color: #729ffa;
  color: #fafafa;
}
.profile-content {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 2rem 1rem 1rem 1rem;
  background-color: #fcfcfc;
}
.profile-content input, .profile-content select, .profile-content textarea {
  background-color: #fcfcfc;
}
.profile-content input {
  font-weight: 500;
  font-size: 1rem;
}
.user-data-row {
  padding-top: 1rem;
}
.gender-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 2.4rem;
}
.gender-option:first-of-type {
  margin-right: 2rem;
}


/* Services (lista-servicii) page */
.services-header {
  padding: 1.5rem 0 1.3rem 0;
}
.searchbar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.searchbar, .filters {
  display: flex;
  flex-direction: column;
}
.searchbar label, .filters .filters-title {
  font-size: 0.7rem;
  color: #999;
}
.searchbar div, .filter-options {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.searchbar input {
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  min-width: 20rem;
  font-weight: 500;
  font-size: 1rem;
}
.searchbar button {
  background-color: #6591ea;
  color: #fff;
  font-size: 0.9rem;
  margin-left: 0.5rem;
  padding: 0.2rem 0.8rem;
}
.filters {
  text-align: right;
}
.filter-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1.5rem;
}
.filter-option input {
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-bottom: -0.2rem;
}
.services-options {
  border-top: 1px solid #ededed;
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fcfcfc;
}
.collapse-list {
  font-size: 1.2rem;
  font-weight: 500;
}
.collapse-list::before, .collapsse-list.collapsed::before {
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.3rem;
}
.collapse-list[aria-expanded="true"]::before {
  background-image: url('./static/icon-expanded.png');
}
.collapse-list[aria-expanded="true"]:hover::before {
  background-image: url('./static/icon-expanded-hover.png');
  cursor: pointer;
}
.collapse-list[aria-expanded="false"]::before{
  background-image: url('./static/icon-collapsed.png');
}
.collapse-list[aria-expanded="false"]:hover::before{
  background-image: url('./static/icon-collapsed-hover.png');
  cursor: pointer;
}
.service-table thead tr th {
  border: none;
  margin-top: 0.5rem;
  color: #999;
  font-weight: 400;
}
.list-data table tbody tr td {
  border: none;
}
.list-data table tbody tr td input {
  margin-right: 1rem;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
}
.list-data table tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}
.total-price-container {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1rem 1rem 1.5rem 1rem;
  background-color: #fcfcfc;
}
.total-cost-title {
  font-size: 0.9rem;
  color: #999;
}

/* Documents (adaugare-documente) page */
.documents-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
.documents-header button {
  background-color: #6591ea;
  color: #fff;
}
.documents-header button a {
  color: #fff;
}
.documents-header button:hover {
  background-color: #729ffa;
  color: #fafafa;
}
.documents-header button:hover a {
  color: #fff;
  text-decoration: none;
}
.documents-container {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fcfcfc;
}
.documents-data {
  padding: 0;
}
.documents-table thead tr th {
  border: none;
  margin-top: 0.5rem;
  color: #999;
  font-weight: 400;
  font-size: 0.9rem;
}
.documents-list-data table tbody tr td {
  border: none;
  font-weight: 500;
}
.documents-list-data table tbody tr td:first-of-type {
  color: #6591ea;
}
.documents-list-data table tbody tr td div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.documents-list-data table tbody tr td button {
  border: 1px solid #6591ea;
  border-radius: 3px;
  color: #6591ea;
  font-size: 0.9rem;
  margin-left: 1rem;
  background-color: transparent;
}
.documents-list-data table tbody tr td button:hover {
  border: 1px solid #729ffa;
  color: #729ffa;
}
.documents-list-data table tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}
.addNewButton {
    background-color: #6591ea;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 10px;
    text-decoration: none;
}
.addNewButton:hover {
    background-color: #729ffa;
}
.addNewButton:focus {
    outline: none;
}
.backButton {
    background-color: #d76461;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
}
.backButton:hover {
    background-color: #ea7774;
}
.backButton:focus {
    outline: none;
}
.saveButton {
    background-color: #6591ea;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
}
.saveButton:hover {
    background-color: #729ffa;
}
.saveButton:focus {
    outline: none;
}

/* New document (adaugare document nou) page */
.new-document-content {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fcfcfc;
}
.document-actions-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
@media (max-width: 730px) {
    .document-actions-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
}

@media (max-width: 730px) {
    .new-document-options {
        text-align: center;
    }
}
.loading-icon {
  height: 1.8rem;
  display: none;
}
/* when the loader should be displayed
based on the event add the 'show' class
to the loader-icon in order to display
the image */
.loading-icon.show {
  display: block;
}
.new-document-options button, .pick-file button {
  color: #fff;
  font-size: 0.9rem;
}
.new-document-options button:hover, .pick-file button:hover {
  color: #fafafa;
}
.new-document-options .cancel {
  background-color: #d76461;
}
.new-document-options .cancel:hover {
  background-color: #ea7774;
}
.new-document-options .add, .new-document-options .loading, .pick-file button {
  background-color: #6591ea;
}
.new-document-options .loading {
  cursor: not-allowed;
}
/* when the data is loading add the 'show-icon' class
to the 'loading' class in order to display the image */
.new-document-options .loading.show-icon {
  background-image: url('./static/loader-white.png');
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.new-document-options .add:hover, .pick-file button:hover{
  background-color: #729ffa;
}
.new-document-data .row label {
  font-size: 0.8rem;
  color: #999;
}
.new-document-data .row input {
  border-color: #e5e5e5;
  background-color: #fcfcfc;
  font-weight: 500;
  font-size: 1rem;
}
.pick-file div {
  display: flex;
  flex-direction: row;
}
.pick-file input {
  min-width: 20rem;
  margin-right: 0.8rem;
}
.pick-file input::placeholder {
  font-size: 0.8rem;
  font-weight: 300;
  color: #999;
}
.drag-and-drop-files {
  padding: 1rem;
  border: 1px dashed #e5e5e5;
  margin: 1rem 0;
}
.draggable-info p {
  color: #b8b8b8;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.draggable-info p:last-of-type {
  margin-bottom: 0;
}

/* Input file button (documents) */
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed #e5e5e5;
    border-radius: 3px;
    background-color: #f2f2f2;
    transition: 0.2s;
}

.file-drop-area .is-active {
    background-color: #fff;
}

.fake-btn {
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

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

/* Sharing (partajare) page */
.share-title-container {
  padding: 1.5rem 0;
}
.shared-result-container {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.sharing-form-row label {
  font-size: 0.8rem;
  color: #999;
}
.sharing-form-row input {
  border-color: #e5e5e5;
  background-color: #fcfcfc;
  font-weight: 500;
  font-size: 1rem;
}
.shared-result-info {
  margin-bottom: 2rem;
}
.sending-options {
  display: flex;
  flex-direction: row;
}
.sending-options label {
  font-size: 1rem;
  color: #000;
}
.send-option:first-of-type {
  margin-right: 2rem;
}
.send-option {
  display: flex;
  flex-direction: row;
}
.send-option input {
  width: 1rem;
  height: 1rem;
  margin: auto 0.4rem auto auto;
}
.share-file {
  background-color: #6591ea;
  color: #fff;
  font-size: 0.9rem;  
  margin-bottom: 1rem;
}
.share-file:hover {
  background-color: #729ffa;
  color: #fafafa;
  text-decoration: none;
}
.copy-link-container a {
  color: #6591ea;
  display: block;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
}
.copy-link-container a:hover {
  color: #729ffa;
  text-decoration: none;
}
.copy-link-container button {
  background-color: #6591ea;
  color: #fff;
  font-size: 0.9rem;
  display: block;
}
.copy-link-container button:hover {
  background-color: #729ffa;
  color: #fafafa;
}
.shared-title-list {
  padding: 1rem 0;
}
.shared-list-container {
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fcfcfc;
}
.shared-list-data-container {
  padding: 0;
}
.shared-list-table thead tr th {
  border: none;
  margin-top: 0.5rem;
  color: #999;
  font-weight: 400;
  font-size: 0.9rem;
}
.shared-list-data table tbody tr td {
  border: none;
  font-weight: 500;
}
.shared-list-data table tbody tr td:first-of-type {
  color: #6591ea;
}
.shared-list-data table tbody tr td div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.shared-list-data table tbody tr td button {
  border: 1px solid #6591ea;
  border-radius: 3px;
  color: #6591ea;
  font-size: 0.9rem;
  margin-left: 0.7rem;
  background-color: transparent;
}
.shared-list-data table tbody tr td button:hover {
  border: 1px solid #729ffa;
  color: #729ffa;
}
.shared-list-data table tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}

/* Consulatations (prezentari) page */
.consultations-header .title {
  padding: 1.5rem 0;
  margin-bottom: 0;
}
.customer-data-table {
  margin-bottom: 1.5rem;
  width: auto;
}
.customer-data-table thead tr th {
  border: none;
  margin-top: 0.5rem;
  color: #999;
  font-weight: 400;
  padding: 0 3rem 0 0;
  font-size: 0.9rem;
}
.customer-data-table thead tr th:first-of-type {
  padding: 0 8rem 0 0;
}
.customer-data-table tbody tr td {
  border: none;
  padding: 0 3rem 0 0;
  font-weight: 500;
}
.customer-data-table tbody tr td:first-of-type {
  padding: 0 8rem 0 0;
}
.consultations-container {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fcfcfc;
}
.consultations-container .container {
  padding: 0 3px;
}
.consultatons-data {
  padding: 0;
}
.consultations-table thead tr th {
  border: none;
  margin-top: 0.5rem;
  color: #999;
  font-weight: 400;
  font-size: 0.9rem;
}
.consultations-list-data .title {
  padding: 0 12px;
}
.consultations-list-data table tbody tr td {
  border: none;
  font-weight: 500;
}
.consultations-list-data table tbody tr td:first-of-type {
  color: #6591ea;
}
.consultations-list-data table tbody tr td a {
  color: #6591ea;
}
.consultations-list-data table tbody tr td a:hover {
  text-decoration: none;
  color: #729ffa;
}
.consultations-list-data table tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}
/* Results (rezultate) page */
.results-header {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.results-header div {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.results-header div h5 {
  margin-bottom: 0;
}
.go-back:before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  background-image: url('./static/icon-back.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin-right: 0.3rem;
}
.results-header button {
  font-size: 0.9rem;
}
.results-header div button {
  color: #777;
  border: 1px solid #777;
  border-radius: 4px;
  margin-right: 2rem;
}
.results-header div button a {
  color: #777;
}
.results-header div button a:hover {
  color: #999;
  text-decoration: none;
}
.results-header div button:hover {
  color: #999;
  border: 1px solid #999;
}
.resulta-header div button:hover a {
  color: #999;
}
.results-header div button:hover .go-back:before {
  background-image: url('./static/icon-back-hover.png');
}
.print-file {
  background-color: #6591ea;
  color: #fff;
}
.print-file:hover {
  background-color: #729ffa;
  color: #fafafa
}
.results-container {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fcfcfc;
}
.results-data {
  padding: 0; 
}
.results-section-row {
  border-bottom: 1px solid #ededed;
  padding: 1rem 1rem 1.5rem 1rem;
}
.clinic-info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.logo-and-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
}
.logo-and-info img {
  margin-right: 1rem;
}
.logo-and-info h4 {
  margin-bottom: 0;
}
.address-info p {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 500;
}
.brand-principles {
  text-align: right;
}
.brand-principles h5 {
  font-size: 1.15rem;
}
.brand-principles p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.dates, .dates div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dates div:first-of-type {
  margin-right: 3rem;
}
.dates div span:first-of-type {
  color: #999;
  font-size: 0.8rem;
  padding-right: 0.3rem;
}
.dates div span:last-of-type {
  font-size: 1rem;
  font-weight: 500;
}
.customer-extended-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -0.5rem;
}
.info-column {
  margin-right: 2.5rem;
  margin-top: 1rem;
}
.info-column p:first-of-type {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 0;
}
.info-column p:last-of-type {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.results-section-row .row .collapse {
  width: 100%;
}
.results-section-row.category {
  padding-bottom: 1rem;
}
.category-title {
  margin: 0.5rem 0;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1rem;
}
.category-subtitle {
  margin-top: 0.5rem;
  padding: 0 1rem;
}
.category-subtitle span:first-of-type {
  font-weight: 500;
  font-size: 1.1rem;
}
.category-table thead tr th {
  border: none;
  margin-top: 0.5rem;
  color: #999;
  font-size: 0.8rem;
  font-weight: 400;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.category-table tbody tr:last-of-type {
  border-bottom: 1px solid #dee2e6;
}
.category-table tbody tr td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.category-table tbody tr td:first-of-type {
  font-weight: 500;
}
.category-extra-table {
  width: auto;
}
.category-extra-table thead tr th {
  border: none;
  margin-top: 0.5rem;
  color: #999;
  font-size: 0.8rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.category-extra-table tbody tr td {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.extra-data-title {
  font-weight: 400;
}
.extra-data-title, .category-note {
  padding: 0 12px;
}
.general-note {
  padding: 1.5rem 0 0.5rem 0;
}
.general-note p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.general-note p:first-of-type {
  color: #999;
}
.general-note-date {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.general-note-date div {
  margin-right: 2rem;
  font-size: 0.9rem;
}
.general-note-date div span:first-of-type {
  color: #999;
  font-size: 0.8rem;
}

@media(max-width: 767px) {
  /* Header MOBILE */
  html {
    width: 100%;
  }
  .header-container .top-content {
    padding: 20px 15px 0.5rem 15px;
  }
  .brand-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0;
  }
  .brand-logo img {
    height: 30px;
  }
  .login-status-container {
    padding: 0;
  }
  .menu-container .container {
    padding: 0;
  }
  .navbar-toggler {
    margin: 0.8rem auto 0.8rem 15px;
    padding: 0;
    border: none;
  }
  .navbar-nav .pages, .navbar-nav .user-options {
    display: flex;
    flex-direction: column;
  }
  .navbar-nav .pages .nav-item, .navbar-nav .user-options .nav-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.8rem;
  }
  .navbar-nav li img {
    margin: 0 10px 0 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar-dark .navbar-nav li .nav-link {
    border-bottom: 1px solid transparent;
  }
  .navbar-dark .nav-item.active .nav-link, .navbar-dark .nav-item:hover .nav-link {
    border-bottom: 1px solid #93b2f0;
  }
   /* Footer MOBILE */
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-logos {
    justify-content: center;
   }
  .footer-actions {
    margin-top: 0.5rem;
    text-align: center;
   }

  /* Profile page MOBILE */
  .profile-data {
    padding: 0;
  }
  .profile-data .row {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .user-data-row {
    padding-top: 0;
  }

  /* Services (lista-servicii) page MOBILE */
  .searchbar-container {
    flex-direction: column;
  }
  .searchbar input {
    min-width: 14rem;
  }
  .searchbar-container.add-visit-page .searchbar {
    margin-bottom: 0.5rem;
  }
  .searchbar-container.add-visit-page .searchbar:last-of-type {
    padding-left: 0;
  }
  .searchbar-container.add-visit-page .searchbar label {
    margin-top: 0;  
  }
  .searchbar-container.add-visit-page button {
    margin-left: 0;
  }
  .filter-options {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .filter-option {
    margin-left: 0;
    margin-right: 1.5rem;
  }
  .filters-title {
    margin-top: 1rem;
    text-align: left;
  }
  .services-data, .total-price {
    padding: 0;
  }

  /* Documents (adaugare documente) page MOBILE */
  .documents-header {
    flex-direction: column;
  }  
  /* New document (adaugare document nou) page MOBILE */
  .document-actions-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .new-document-data {
    padding: 0;
  }
  .new-document-data .row {
    display: block;
  }
  .new-document-data .row label {
    font-size: 0.9rem;
  }
  .pick-file input {
    min-width: 10rem;
    margin-right: 0.5rem;
  }
  /* Sharing (partajare) page MOBILE*/
  .sharing-form-row, .shared-result-info {
    display: block;
  }
  .shared-result-container .container, .shared-list-data-container .container {
    padding: 0;
  }
  /* Consulatations (prezentari) page MOBILE */
  .consultations-header.visits-page {
    margin-left: -1rem;
  }
  .customer-data-table {
    width: 100%
  }
  .customer-data-table thead tr th {
    padding: 0 1rem 0 0;
  }
  .customer-data-table thead tr th:first-of-type {
    padding: 0 1rem 0 0;
  }
  .customer-data-table tbody tr td {
    padding: 0 1rem 0 0;
  }
  .customer-data-table tbody tr td:first-of-type {
    padding: 0 1rem 0 0;
  }
  .consultations-container {
    padding-left: 0;
    padding-right: 0;
  }
  .consultations-container .container {
    padding: 0;
  }
  /* Results (rezultate) page MOBILE */
  .results-header {
    flex-direction: row;
  }
  .results-header button {
    font-size: 0.8rem;
  }
  .results-header div button {
    margin-right: 1rem;
  }
  .results-header div h5 {
    font-size: 1rem;
  }
  .clinic-info-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-principles {
    text-align: left;
    margin-top: 1rem;
  }
  .dates {
    flex-direction: column;
    align-items: flex-start;
  }
  .results-section-row {
    padding-left: 0;
    padding-right: 0;
  }
  .category-extra-table {
    width: 100%;
  }
  .general-note-container {
    padding: 0;
  }
  .general-note p {
    font-size: 1rem;
  }
  .general-note-date {
    flex-direction: column;
  }
  .general-note-date div {
    font-size: 1rem;
  }


}
@media (min-width: 768px) and (max-width: 992px) {
  /* Header TABLET portrait */
  .menu-container .container {
    padding: 0;
  }
   /* Services page MOBILE */
  .searchbar-container {
    flex-direction: column;
  }
  .searchbar-container.add-visit-page {
    flex-direction: row;
  }
  .filter-options {
    justify-content: flex-end;
  }
}