/*-------------------------------------------------------------------------------------------------------------------------------*/

/*General Style  */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

img {
    max-width: 100%;
    height: auto;
}

.text-header {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.text-desc {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

body * {
    -webkit-text-size-adjust: none;
}

body *::selection {
    color: #fff;
    background: #00aabb;
}

body *::-moz-selection {
    color: #fff;
    background: #00aabb;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    display: block;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

input, textarea {
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

body a:hover, body a:focus, body a:active {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

html body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    color: #31394a;
    background: #f5f6f7;
    min-width: 1200px;
    white-space: nowrap;
    overflow: auto;
}

body a:hover {
    color: #00aabb;
    text-decoration: none;
}

/*-- Scrollbar Style----Only works in webkit browsers --*/

body::-webkit-scrollbar {
    width: 10px;
}

.slim-scroll::-webkit-scrollbar, .ui.search.dropdown .menu::-webkit-scrollbar {
    width: 5px;
}

.slim-scroll-h::-webkit-scrollbar {
    height: 8px;
}

body::-webkit-scrollbar-track, .slim-scroll-h::-webkit-scrollbar-track, .slim-scroll::-webkit-scrollbar-track, .ui.search.dropdown .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb, .slim-scroll-h::-webkit-scrollbar-thumb, .slim-scroll::-webkit-scrollbar-thumb, .ui.search.dropdown .menu::-webkit-scrollbar-thumb {
    background-color: rgb(157, 180, 187);
    outline: 1px solid slategrey;
}

.table-scroll.slim-scroll {
    max-height: 300px;
    overflow: auto;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.follow-reports-wrapper .table .form-control {
    width: 100%;
}

.table .td-date .form-control {
    width: inherit;
    max-width: 100%;
    min-width: 100%;
}

.table .md2-datepicker-trigger svg {
    width: 15px;
}

.table td.td-date {
    width: 130px;
    max-width: 130px;
}

.table .form-control {
    height: 24px;
    padding: 0 5px;
    font-size: 12px;
}

.table .form-control.duration-input {
    width: calc(100% - 45px);
    float: left;
}

.table .duration-input-td {
    max-width: 120px;
    width: 120px;
}

.duration-after {
    position: relative;
    top: 6px;
    left: 4px;
}

.invoice-details-wrapper .table .form-control {
    width: 100%;
}

.table .small-width {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    white-space: initial;
}

.table td.delete-btn-circle {
    width: 40px;
    max-width: 40px;
}

.table .form-control:focus {
    border-color: #00aabb;
    box-shadow: none;
}

.md2-dialog-body .table td, .md2-dialog-body .table th {
    vertical-align: middle;
}

.table td a {
    color: #31394a;
}

.table td a.delete-file {
    color: #ffbebe;
}

.table td a.delete-file:hover {
    color: red;
}

.table sm-select.form-control {
    width: auto;
    height: auto;
    min-width: 100%;
    padding: 0;
}

.table sm-select.form-control .field, .table sm-select.form-control .search {
    height: inherit;
}

body .table .ui.selection.dropdown {
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: auto;
}

.form-wrapper .table .label-value {
    width: 100%;
    min-width: calc(100% - 34px);
    line-height: 20px;
    padding: 0;
}

.form-wrapper .table .full-width-td .label-value {
    width: 100%;
    min-width: 100%;
}

.table .md2-datepicker-input {
    height: 24px;
}

.table md2-datepicker .md2-datepicker-button {
    top: 0;
}

.section {
    float: left;
    width: 100%;
    position: relative;
}

.top-bar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 55px;
}

.top-bar {
    background-color: #31394a;
    padding: 0 3px;
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
}

.top-bar .search-clients-dropdown {
    position: relative;
}

.top-bar .search-clients-dropdown .ng-select-dropdown {
    display: none;
}

.top-bar .search-clients-dropdown.dropdownOpened .ng-select-dropdown {
    display: inline-block;
    width: 100%;
}

.top-bar .search-clients-dropdown.dropdownOpened {
    position: static;
}

.top-bar .search-clients-dropdown .ng-select .ng-control .ng-value-container .ng-placeholder, .top-bar .search-clients-dropdown .ng-select .ng-control .ng-value-container {
    display: none;
}

.top-bar .search-clients-dropdown.dropdownOpened .ng-select.bottom > .ng-control {
    border-radius: 0;
    background-color: #fff;
}

.top-bar .search-clients-dropdown.dropdownOpened .ng-select .ng-value-container {
    height: inherit;
    display: inline-block;
    min-height: 55px;
    background-color: #fff;
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option:not(.disabled):before {
    content: "";
    background-image: url(../images/eye.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    top: 10px;
    left: 8px;
    position: absolute;
    transition: all .15s ease-in;
    opacity: 0;
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option.marked {
    background-color: rgba(0, 0, 0, 0.04);
    color: #31394a !important;
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    background-color: rgba(0, 0, 0, 0.02);
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option:hover {
    padding: 11px 10px 11px 38px;
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option:hover:before {
    opacity: 1;
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    position: relative;
    -webkit-transition: ease-in all .15s;
    -moz-transition: ease-in all .15s;
    -ms-transition: ease-in all .15s;
    -o-transition: ease-in all .15s;
    transition: ease-in all .15s;
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option .ng-option-label {
    text-transform: capitalize;
}

.top-bar .search-clients-dropdown .ng-select.ng-single .ng-control .ng-value-container .ng-input {
    top: 0;
    min-height: inherit;
    line-height: normal;
    /*line-height: 55px;*/
}

.top-bar .search-clients-dropdown .ng-select.ng-single .ng-control .ng-value-container .ng-input input {
    height: 55px;
}

.top-bar .search-clients-dropdown .ng-select.opened .ng-control .ng-value-container .ng-placeholder {
    display: inline-block;
    line-height: 55px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}

.top-bar .search-clients-dropdown .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected .ng-option-label {
    color: #31394a;
}

.top-bar .search-clients-dropdown.dropdownOpened .ng-select .ng-arrow-zone .ng-arrow:before {
    display: none;
}

.top-bar .search-clients-dropdown .ng-select .ng-arrow-zone .ng-arrow {
    border: 0;
    display: inline;
}

.top-bar .search-clients-dropdown.dropdownOpened .ng-select {
    position: absolute;
    left: 0;
    width: 29%;
    z-index: 999;
}

.top-bar .search-clients-dropdown .ng-select .ng-arrow-zone .ng-arrow:before {
    content: "\F002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
}

.top-bar .search-clients-dropdown .ng-select .ng-clear-zone {
    display: none;
}

.top-bar .search-clients-dropdown .ng-select {
    min-width: 53px;
    width: 53px;
}

.top-bar .search-clients-dropdown.dropdownOpened .ng-select .ng-arrow-zone {
    display: none;
}

.top-bar .search-clients-dropdown.dropdownOpened .ng-select .ng-control .ng-value-container {
    display: inline-block;
}

.top-bar .search-clients-dropdown .ng-select .ng-arrow-zone {
    position: absolute;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    text-align: center;
}

.top-bar li.language-switcher {
    min-width: 56px;
}

.top-bar .ui.selection.dropdown .menu {
    width: 100%;
    min-width: 100%;
}

.top-bar .language-switcher .ui.selection.dropdown {
    padding-right: 28px;
}

.top-bar ul {
    margin-bottom: 0;
}

.top-bar li {
    float: left;
    vertical-align: middle;
    position: relative;
    padding: 0 6px;
    min-height: inherit;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.top-bar li.view-links {
    padding: 0;
}

.top-bar li.view-links .ng-value {
    min-height: 55px;
    line-height: 55px;
    width: 100%;
}

.top-bar li.view-links .icon {
    float: right;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 16px;
}

.top-bar li.view-links .opened .ng-select-dropdown-outer {
    visibility: visible;
    display: block;
}

.top-bar .view-links .ng-select {
    min-width: 200px;
}

.top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    padding: 0
}

.top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option a {
    display: inline-block;
    padding: 11px 20px;
    width: 100%;
}

.top-bar .view-links .ng-select-dropdown-outer.bottom, .top-bar .language-switcher .ng-select-dropdown-outer.bottom {
    background-color: rgb(49, 57, 74);
    color: rgb(255, 255, 255);
    border-color: rgb(49, 57, 74);
}

.top-bar .view-links .ng-select-dropdown-outer {
    display: none;
}

.top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected {
    background-color: rgb(0, 170, 187);
}

.top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option, .top-bar .language-switcher .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
}

.top-bar .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    padding: 11px 10px;
}

.top-bar .view-links .ng-value-wrapper span, .language-switcher .ng-value-wrapper span {
    color: #fff;
    font-weight: bold;
}

.top-bar .language-switcher .ng-value:before {
    content: "";
    background-image: url(../images/world.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -8px;
    top: 5px;
    background-size: 20px;
}

.top-bar .language-switcher .icon {
    background-image: url(../images/downwards-pointer.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 6px;
    right: -5px;
}

.top-bar .language-switcher .ng-select-dropdown-outer .ng-select-dropdown .ng-option:hover, .top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option:hover {
    background: rgba(0, 170, 187, .16);
}

.top-bar .language-switcher .ng-select.opened .ng-select-dropdown-outer {
    visibility: visible;
}

.top-bar .language-switcher .ng-value {
    line-height: 30px;
}

.top-bar .language-switcher .icon:before {
    display: none;
}

.top-bar .ng-select .ng-control, .top-bar .ng-select.opened .ng-control {
    background-color: transparent;
    border: 0;
}

.top-bar .view-links .ng-select {
    min-width: 200px;
}

.top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected,
.top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected.marked,
.top-bar .language-switcher .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected,
.top-bar .language-switcher .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected.marked {
    background-color: rgb(0, 170, 187);
}

.top-bar .view-links .ng-select-dropdown-outer .ng-select-dropdown .ng-option.marked, .top-bar .language-switcher .ng-select-dropdown-outer .ng-select-dropdown .ng-option.marked {
    background-color: rgba(0, 170, 187, .16);
}

.language-switcher .ng-select {
    min-width: 48px;
}

.top-bar a {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #ffffff !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.top-bar .today-date-header {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff !important;
}

.top-bar sm-select a {
    padding-left: 0;
    padding-right: 0;
}

.top-bar .wider-select .ui.selection.active.dropdown:hover, .top-bar .wider-select .ui.selection.active.dropdown:hover {
    background-color: #fff;
    color: #31394a;
}

.top-bar .wider-select .ng-select .ng-control .ng-value-container .ng-placeholder {
    display: none;
}

.top-bar .wider-select .ng-select .ng-control:before {
    content: "\F002";
    font-family: FontAwesome;
}

.top-bar .wider-ng-select .ng-control {
    background-color: transparent;
    border: 0;
}

.top-bar .wider-select .ui.selection.dropdown .menu, .top-bar .wider-select .ui.selection.active.dropdown:hover .menu {
    background-color: #eeeeee;
}

body .wider-select .ui.dropdown .menu .item:hover, .top-bar .wider-select .ui.selection.dropdown .menu .active:hover {
    background-color: #fff;
}

.top-bar .wider-select .ui.selection.dropdown .menu > .item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: all .15s ease-in;
}

.top-bar .wider-select .ui.selection.dropdown .menu > .item:before {
    content: "";
    background-image: url(../images/eye.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    top: 10px;
    position: absolute;
    transition: all .15s ease-in;
    opacity: 0;
}

.top-bar .wider-select .ui.selection.dropdown .menu {
    max-height: 178px;
}

.top-bar .wider-search-input .ui.selection.dropdown .menu {
    top: 55px;
}

.top-bar .wider-select .ui.selection.dropdown .menu > .item:hover:before {
    opacity: 1;
}

body .top-bar .wider-select .ui.fluid.dropdown > .dropdown.icon {
    right: 23px;
    top: 20px;
}

.wider-select .ui.dropdown > .dropdown.icon:before {
    content: "\F002";
    font-family: FontAwesome;
    color: #31394a;
    font-size: 22px;
}

.top-bar .wider-select .ui.selection.dropdown .menu a {
    font-weight: 300;
    line-height: 2.5;
    text-align: left;
    color: #31394a !important;
    text-transform: none;
    font-size: 16px;
    width: 100%;
    padding-left: 30px;
}

.top-bar .wider-select .ui.selection.dropdown .menu .active {
    background-color: rgba(0, 170, 187, .16);
}

.day-desc {
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px;
    float: left;
}

md2-pagination .md2-pagination li.active {
    background: rgb(0, 170, 187) !important;
}

md2-pagination .md2-rows-select label {
    vertical-align: bottom !important;
}

.info-td {
    max-width: 50px;
    width: 50px;
    text-align: center;
}

.md2-tooltip {
    max-width: auto !important;
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    line-height: 13px;
    background: #31394a !important;
    margin-top: 0 !important;
}

.info-td a, .table td a.delete-btn {
    font-size: 14px;
    display: inline-block;
}

.top-bar .wider-select .ui.search.dropdown > .text, .top-bar .wider-select .ui.search.dropdown > .text a {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: left;
    color: #31394a !important;
    text-transform: none !important;
    top: 11px;
    left: 30px !important;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
}

.top-bar .wider-search-input {
    position: absolute;
    left: 0;
    width: 50%;
    z-index: 9999;
    height: 55px;
    top: 0;
}

.top-bar .wider-search-input .close-search {
    position: absolute;
    color: #333 !important;
    z-index: 999;
    font-size: 20px;
    top: 18px;
}

.wider-select .ui.search.selection.dropdown > input.search {
    height: inherit;
    font-size: 16px;
    padding-left: 55px;
}

.top-bar .wider-select .ui.selection.dropdown {
    background-color: #fff;
    height: 55px;
    border-radius: 0;
}

.top-bar a:hover {
    color: #00aabb;
}

.nav-left {
    float: left;
}

.nav-left i {
    font-size: 15px;
}

.nav-right {
    float: right;
}

.top-bar select {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    display: inherit;
    padding: 0 50px 0 5px;
    margin: 0 10px;
}

.main-title h4 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

.filter-select-demo {
    height: 34px;
    background: #fff;
    border-color: #fff;
    width: 100%;
}

main.section {
    padding: 40px 40px 100px 40px;
    min-height: calc(100vh - 57px);
    margin-top: 55px;
}

.main-title h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.top-bar select option {
    color: #333;
}

.content-section {
    border-radius: 13px;
    background-color: #fff;
}

.form-wrapper .label-value {
    float: left;
    width: calc(100% - 140px);
    font-weight: bold;
    min-width: calc(100% - 140px);
    color: #222;
    padding: 0 10px;
    background-color: transparent;
    border-bottom: 1px solid #c0c0c0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.form-wrapper m2-datepicker.label-value {
    width: calc(100% - 140px);
}

.form-wrapper .label-value, .form-wrapper .label-name {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    line-height: 32px;
    padding-top: 10px;
    font-weight: 400;
    font-size: 12px;
}

.form-wrapper .extra-info-column .label-name {
    width: 92px;
}

.form-wrapper .extra-info-column .label-value {
    width: calc(100% - 92px);
}

option[disabled] {
    display: none;
}

.form-wrapper .search.label-value {
    padding-top: 9px;
    padding-right: 0;
    padding-left: 0;
}

.form-wrapper .data-list-element.search.label-value {
    padding-top: 10px;
}

.form-wrapper .label-value:focus {
    border-color: #00aabb;
}

body div.no-padding-right, body div.no-padding-left {
    padding-left: 0;
    padding-right: 0;
}

.form-wrapper .cabinet-medical label {
    width: 160px;
}

.form-wrapper .cabinet-medical .label-value {
    width: calc(100% - 160px);
    min-width: calc(100% - 160px);
}

.licences-row-section .main-title {
    margin-bottom: 20px;
}

body .no-padding-right {
    padding-right: 0;
}

.licences-row-section.no-padding-right {
    padding-left: 15px;
}

.md2-datepicker-trigger svg {
    width: 18px;
}

.md2-datepicker-content {
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15) !important;
}

body .ui.dropdown .menu .active.item, body .ui.dropdown .menu .active.item:hover {
    background: rgb(0, 170, 187);
    color: #fff;
}

body .ui.dropdown .menu .item:hover {
    background: rgba(0, 170, 187, .16);
}

body .ui.dropdown .menu .item {
    word-wrap: break-word;
}

.table .ui.search.dropdown > .text {
    left: 8px;
}

.error-message {
    text-align: left;
    color: #ff0052;
    font-size: 12px;
    padding-left: 15px;
    padding-top: 3px;
    white-space: normal;
}

.table .ui.search.dropdown > input.search {
    padding-left: 7px !important;
    padding-top: 4px;
    padding-bottom: 3px;
}

.table .ui.search.dropdown .menu {
    top: 23px;
}

body .ui.fluid.dropdown > .dropdown.icon {
    padding-right: 0;
    padding-left: 0;
}

.ui.search.dropdown > .text {
    left: 12px;
}

.client-birthday .ui.search.dropdown > .text {
    left: 8px;
}

.client-birthday-input-holder {
    float: left;
    width: calc(100% - 120px);
    display: grid;
    grid-template-columns: 57px 57px auto;
}

.client-birthday-input-holder .ng-select {
    width: 100%;
}

.client-birthday .ui.search.selection.dropdown > input.search {
    padding-left: 3px;
}

body .ui.dropdown .menu > .item {
    font-size: 12px;
    border-top: 0 !important;
    border-radius: 0;
}

md2-datepicker .md2-datepicker-button {
    padding: 0;
    width: 20px;
    height: 20px;
    left: inherit;
    right: 0;
    z-index: 9;
}

md2-datepicker .md2-datepicker-arrow {
    display: none;
}

body .ui.default.dropdown:not(.button) > .text, body .ui.dropdown:not(.button) > .default.text {
    color: grey;
}

md2-datepicker .md2-datepicker-trigger {
    padding: 0 0 2px 0;
}

body .md2-calendar-body-selected, .md2-clock-hand, .md2-clock-hand:before, .md2-clock-center, .md2-clock-cell.md2-clock-cell-selected, .md2-clock-cell:not(.md2-clock-cell-selected):not(.md2-clock-cell-disabled):hover {
    background-color: #00aabb !important;
}

.md2-clock-cell:not(.md2-clock-cell-selected):not(.md2-clock-cell-disabled):hover {
    color: #fff !important;
}

body .md2-calendar:focus .md2-calendar-body-active > .md2-calendar-body-cell-content:not(.md2-calendar-body-selected), body :not(.md2-calendar-body-disabled):hover > .md2-calendar-body-cell-content:not(.md2-calendar-body-selected) {
    background-color: rgba(0, 170, 187, .16);
}

.md2-clock {
    background-color: rgba(0, 170, 187, .14) !important;
}

body .md2-clock-cell {
    font-size: 12px;
}

body .md2-calendar-body-today:not(.md2-calendar-body-selected) {
    border-color: #00aabb;
}

body .md2-calendar {
    height: auto;
}

body .md2-calendar-body-cell-content {
    width: 80%;
    height: 80%;
    font-size: 12px;
}

.md2-datepicker-input {
    border-bottom: 0 !important;
}

.form-wrapper .client-birthday .label-name {
    width: 120px;
    min-width: 120px;
}

.form-wrapper .client-birthday .search.label-value.day, .form-wrapper .client-birthday .search.label-value.month {
    width: 100%;
    min-width: 100%;
}

.form-wrapper .client-birthday .search.label-value.year {
    width: 71px;
    min-width: 71px;
}

body .client-birthday .ui.fluid.dropdown > .dropdown.icon {
    padding-right: 0px;
    padding-left: 4px;
    right: 7px;
}

body .md2-datepicker-placeholder.md2-floating-placeholder {
    transform: translate3d(0, 13px, 0) scale(.75);
    display: none;
}

body .md2-calendar-header-date-time {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    margin-top: 10px;
}

body .md2-calendar-period-button strong {
    color: #444;
    font-weight: 500;
}

body .md2-calendar-period-button {
    line-height: 23px;
}

body .md2-calendar-header {
    background-color: #00aabb;
    padding: 9px 16px;
}

.md2-calendar-next-button svg:hover path, .md2-calendar-previous-button svg:hover path {
    fill: #00aabb;
}

.md2-calendar-header-date-time, .md2-calendar-header-year {
    font-size: 12px;
}

aside textarea {
    border: 1px solid #c0c0c0;
    resize: none;
    width: 100%;
    background-color: transparent;
    margin-top: 12px;
    min-height: 70px;
    padding: 5px;
}

aside textarea:focus {
    border-color: #00aabb;
}

.form-wrapper .label-name {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #31394a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui.search.dropdown > .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 93%;
}

.form-wrapper label {
    float: left;
    width: 140px;
    color: #666;
    font-weight: 600;
    border-bottom: 1px solid #a5a5a5;
}

.form-wrapper .checkbox-holder label {
    border: 0;
    width: auto;
    margin-top: 24px;
    margin-left: 18px;
}

.doctor-info:before {
    content: '';
    width: 5px;
    border-radius: 5px;
    background-color: #31394a;
    height: 100%;
    position: absolute;
    left: -10px;
}

div.content-inner-padding {
    padding: 15px;
}

.doctor-info div.content-inner-padding {
    padding: 0 15px;
}

.doctor-info div.content-inner-padding.content-section {
    padding: 30px 30px 35px 30px;
}

.doctor-info {
    margin-top: 80px;
}

.doctor-info .main-title h2 {
    margin-top: 0;
}

.methodes .main-title h2 {
    margin-bottom: 30px;
}

.methodes .field {
    background-color: #fff;
}

table {
    width: 100%;
}

div .table > thead > tr > th {
    border-bottom: 1px solid rgba(151, 151, 151, 0.69);
    font-size: 14px;
    font-weight: 500;
}

div .table > tbody > tr > td, div .table > tbody > tr > th, div .table > tfoot > tr > td, div .table > tfoot > tr > th, div .table > thead > tr > td, div .table > thead > tr > th {
    border-top: 0;
    font-size: 12px;
    font-weight: 500;
}

body .table {
    margin-bottom: 0;
}

div .table > tbody > tr > td.paid {
    color: #417505;
}

div .table > tbody > tr > td.canceled {
    color: #d0011b;
}

.doctor-info {
    position: relative;
    float: left;
    width: 100%;
}

.main-btn {
    height: 48px;
    border-radius: 4px;
    background-color: #00aabb;
    border: 1px solid #00aabb;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 60px;
    margin-top: 40px;
    font-weight: 600;
    float: right;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.main-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #00aabb;
    -moz-box-shadow: 0 0 0 2px #00aabb;
    box-shadow: 0 0 0 2px #00aabb;
    background-color: transparent;
    color: #31394a;
}

.margin-t-30 {
    margin-top: 30px;
}

.cabinet-image {
    height: 156px;
    text-align: center;
    line-height: 142px;
    margin-bottom: 15px;
    position: relative;
    background-size: 50%;
    background-position: center center;
    object-fit: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

.cabinet-image dropzone.dz-wrapper {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../images/camera-white.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center 33px;
    transition: all .2s ease-in;
}

.cabinet-image:hover dropzone.dz-wrapper {
    opacity: 1;
    background-position: center 54px;
}

.cabinet-image dropzone.dz-wrapper > .dropzone {
    opacity: 0;
}

.cabinet-image dropzone.dz-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

inline-editor-text .form-control {
    padding: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: transparent;
}

inline-editor-text .form-control:focus {
    border-color: #00aabb;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: transparent;
}

body .col-md-1, body .col-md-10,
body .col-md-11, body .col-md-12,
body .col-md-2, body .col-md-3,
body .col-md-4, body .col-md-5,
body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9 {
    padding-left: 5px;
    padding-right: 5px;
}

body .aside {
    padding-right: 20px;
}

.border-table {
    border-top: 4px solid #c0c0c0;
}

div .table.border-table > thead > tr > th {
    line-height: 14px;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: 0;
}

div .table.border-table > tbody > tr > td {
    border-bottom: 2px solid #c0c0c0;
    white-space: initial;
    line-height: 19px;
}

.methodes {
    padding-left: 20px;
}

.doctor-info-title {
    font-weight: 600;
    position: absolute;
    left: -8px;
    top: -35px;
    font-size: 20px;
    margin-bottom: 0;
}

.has-border li:after {
    content: "";
    width: 1px;
    height: 55px;
    display: inline-flex;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.52);
    right: 0;
    top: 0;
    z-index: 99;
}

.clients-list-wrapper .input-holder input {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 9px 10px 9px 43px;
    width: 100%;
    font-size: 12px;
}

.input-holder input[type="search"] {
    background-image: url(../images/search.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.clients-list-wrapper select, .input-holder input[type="search"] {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.clients-list-wrapper input[type="search"] {
    max-width: 450px;
}

.clients-list-wrapper .input-holder input[type="search"] {
    max-width: 100%;
    padding: 9px 10px 9px 45px;
}

.clients-list-wrapper .input-holder input[type="search"].client-dashboard-search {
    max-width: 500px;
}

.input-holder input[type="search"]:focus {
    background-image: url(../images/search-blue.svg);
}

.total-clients {
    width: 100%;
    display: inline-block;
    text-align: right;
    font-size: 14px;
    color: #31394a;
    font-weight: 500;
    padding-right: 5px;
    margin-bottom: 25px;
}

small.pdf {
    display: inline-block;
    width: 25px;
    height: 13px;
    line-height: 13px;
    background-color: #e2574c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
}

a.generate-manung {
    font-size: 10px;
    background-color: #f6a623;
    color: #000;
    text-transform: capitalize;
    height: 24px;
    line-height: 24px;
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    float: right;
    margin-top: 3px;
    position: relative;
}

.add-btn.generate-manung:hover {
    -webkit-box-shadow: 0 0 0 2px #333;
    -moz-box-shadow: 0 0 0 2px #333;
    box-shadow: 0 0 0 2px #333;
    color: #fff;
    background-color: #333;
}

.md2-option.md2-selected {
    background: rgb(0, 170, 187) !important;
    color: #fff !important;
}

.md2-select-underline {
    background-color: #00aabb !important;
}

.md2-select-placeholder.md2-floating-placeholder {
    display: none;
}

.md2-select-value-text {
    font-size: 14px;
}

.md2-select-arrow {
    position: absolute;
    right: 0;
}

.md2-option {
    line-height: 34px !important;
    height: 34px !important;
}

.top-filters select:focus, .clients-list-wrapper .input-holder input:focus {
    webkit-box-shadow: 0 0 0 2px #00aabb;
    -moz-box-shadow: 0 0 0 2px #00aabb;
    box-shadow: 0 0 0 2px #00aabb;
}

.top-filters .md2-select {
    width: 100%;
}

.insurance-table svg {
    position: relative;
    top: 3px;
}

body .top-filters .ui.selection.dropdown {
    background-color: #fff;
}

.top-filters .md2-select-trigger {
    height: 36px;
    background-color: #fff;
}

.top-filters .md2-select-underline {
    display: none;
}

.top-filters .md2-select-placeholder {
    font-size: 14px;
    color: #31394a;
    padding-left: 15px;
}

.top-filters .no-padding {
    padding-left: 0;
    padding-right: 0;
}

.top-filters .md2-select-value-text {
    font-size: 14px;
    padding-left: 15px;
}

.clients-list-wrapper .input-holder input[type="text"] {
    padding: 9px 10px 9px 0;
}

.clients-list-wrapper .add-btn.download {
    width: 100%;
}

form .form-control:focus {
    box-shadow: none;
}

.clients-list-wrapper .border-table, .invoice-list-wrapper .border-table {
    border-top: 0;
}

.top-filters select {
    height: 36px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid transparent;
    width: 100%;
    font-size: 12px;
    padding-left: 13px;
}

.clients-list-wrapper .table.border-table > thead > tr > th, .invoice-list-wrapper .table.border-table > thead > tr > th {
    border-bottom: 4px solid #31394a;
    background-color: transparent;
    line-height: 25px;
    font-size: 12px;
}

.client-dashboard-list svg {
    position: relative;
    top: 3px;
}

.client-dashboard-list th {
    cursor: pointer;
}

.clients-list-wrapper .table.border-table :not(thead) tr:nth-child(odd) td, .invoice-list-wrapper .table.border-table :not(thead) tr:nth-child(odd) td {
    background-color: #ffffff;
}

.clients-list-wrapper .table.border-table tr:nth-child(even) td, .invoice-list-wrapper .table.border-table tr:nth-child(even) td {
    background-color: #f3f3f3;
}

.clients-list-wrapper .table.border-table > tbody > tr > td, .invoice-list-wrapper .table.border-table > tbody > tr > td {
    border-bottom: 0;
    padding: 8px 8px;
    font-weight: 300;
    font-size: 12px;
}

.clients-list-wrapper .add-btn, .invoice-list-wrapper .add-btn {
    background-image: url(../images/plus-icon-white.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 18px center;
    width: auto;
    padding: 0 40px 0 50px;
    font-size: 12px;
    margin-bottom: 35px;
}

.client-id-td {
    width: 30px;
    min-width: 30px;
}

.invoice-list-wrapper.invoice-list-wrapper .top-filters {
    margin-bottom: 50px;
}

.clients-list-wrapper .input-holder input {
    padding: 9px 10px 9px 15px;
}

.clients-list-wrapper .add-btn:hover {
    background-image: url("../images/plus-button-blue.svg");
}

.clients-list-wrapper .table.border-table > tbody > tr > td.client-name {
    font-weight: 600;
}

.clients-list-wrapper thead tr:first-child td {
    padding-left: 0;
}

.clients-list-table {
    margin-top: 44px;
}

.clients-list-table td a {
    color: #31394a;
    font-weight: 500;
}

.date .main-title h2 {
    font-size: 40px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.date {
    text-align: right;
    position: fixed;
    bottom: 20px;
    right: 40px;
    background-color: #f5f6f7;
}

.date h5 {
    font-weight: 300;
    font-size: 16px;
}

.add-btn {
    display: inline-block;
    height: 36px;
    border-radius: 4px;
    background-color: #31394a;
    border: 1px solid transparent;
    vertical-align: middle;
    line-height: 36px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.add-btn.download {
    background-image: url("../images/download.svg");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 20px;
}

.add-btn.download:focus {
    text-decoration: none;
}

.add-btn.download:hover {
    background-image: url("../images/download-blue.svg");
}

.add-btn img {
    margin-right: 15px;
}

.methodes .top-filters {
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
    padding: 0 10px;
}

.delete-btn {
    font-size: 18px;
    color: #ffbebe;
}

.delete-btn:hover {
    color: red;
}

.add-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #31394a;
    -moz-box-shadow: 0 0 0 2px #31394a;
    box-shadow: 0 0 0 2px #31394a;
    background-color: transparent;
}

.mediem-top-anchors img {
    max-width: 74px;
    margin-bottom: 65px;
}

.mediem-top-anchors li {
    width: calc(25% - 26px);
    height: 200px;
    text-align: center;
    border-radius: 11px;
    float: left;
    position: relative;
    margin: 0 17px;
}

.mediem-top-anchors li:last-child {
    margin-right: 0;
}

.mediem-top-anchors li:first-child {
    margin-left: 0;
}

.mediem-top-anchors h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #31394a;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    transition: all .15s ease-in;
}

.mediem-top-anchors li:hover h3 {
    bottom: 10px;
}

.mediem-top-anchors li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}

.mediem-top-anchors li.clients {
    background-image: linear-gradient(to bottom, #b4ed50, #84BE6A);
}

.mediem-top-anchors li.invoices {
    background-image: linear-gradient(to bottom, #fbda61, #FFA500);
}

.mediem-top-anchors li.materials {
    background-image: linear-gradient(to top, #2cb2ee, #84cff1);
}

.mediem-top-anchors li.settings {
    background-image: linear-gradient(to bottom, #eeeeee, #bab8b8);
}

.mediem-top-anchors .plus-btn {
    width: 65px;
    height: 47px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 9px;
}

.mediem-top-anchors .plus-btn:hover .black-plus-icon {
    display: inline-block;
}

.mediem-top-anchors .plus-btn:hover .white-plus-icon {
    display: none;
}

.black-plus-icon {
    display: none;
}

.mediem-top-anchors {
    display: inline-block;
    width: 100%;
    margin-bottom: 65px;
}

.mediem-top-anchors .plus-btn img {
    max-width: 17px;
    margin-bottom: 0;
}

.general-overview li {
    font-size: 16px;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 4px;
    position: relative;
}

.general-overview li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.general-overview .main-title.client-birthday-section {
    color: #ff0052;
    margin-top: 56px;
}

body .general-overview .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
}

.general-overview .main-title h2 {
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative;
}

.general-overview li:first-child:after {
    content: "";
    background-size: 48px;
    position: absolute;
    display: inline-block;
    width: 66px;
    height: 70px;
    z-index: -1;
    top: -33px;
    right: 53px;
    background-repeat: no-repeat;
}

.work-documents li:first-child:after {
    background-image: url(../images/book.svg);
}

.upcoming-appointments li:first-child:after {
    background-image: url(../images/doc_eq.svg);
}

.view-patient-profile {
    width: 24px;
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 15px;
    background-image: url(../images/eye.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0);
}

.work-documents .delete-file {
    color: #ffbebe;
    vertical-align: middle;
    margin-top: 3px;
    font-size: 18px;
    transform: scale(0);
    position: absolute;
    right: 15px;
}

.work-documents .delete-file:hover {
    color: red;
}

.general-overview li:hover .view-patient-profile, .general-overview li:hover .delete-file {
    transform: scale(1);
}

.client-birthday-section li:first-child:after {
    background-image: url(../images/gift.svg);
}

.general-overview li .visited-date, .client-birth-date {
    font-weight: 300;
    display: inline-block;
    width: 180px;
}

.general-overview li .file-name {
    font-weight: 300;
    padding-left: 15px;
}

.general-overview li .patient-name, .client-name {
    font-weight: 500;
    padding-left: 33px;
}

.login-body {
    min-height: calc(100vh - 51px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.upload-document, .add-appointment {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 0;
    background-repeat: no-repeat;
}

.upload-document:hover, .add-appointment:hover {
    transform: scale(1.2);
}

.upload-document {
    background-image: url("../images/upload.svg");
    background-size: 22px;
    height: 22px;
    width: 22px;
}

.add-appointment {
    background-size: 18px;
    height: 18px;
    width: 18px;
    background-image: url("../images/plus-button-black.svg");
}

.add-appointment:hover {
    background-image: url("../images/add-plus-button.svg");
}

.aside-bar {
    width: 340px;
    float: left;
    position: fixed;
    z-index: 12;
    background-color:rgba(216, 216, 216, 0.53);;
    transition: all .3s ease-in;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 35px;
}

.client-number .error-message {
    float: left;
    padding: 0;
}

.form-wrapper .clientNumberExists label, .form-wrapper .clientNumberExists .label-value {
    border-bottom-color: #ff0052;
}

.aside-bar .client-name {
    font-size: 16px;
    margin: 0 0 12px 0;
    padding: 0;
}

.aside-bar .client-main-info {
    padding: 15px;
    background-color: #fff;
    white-space: initial;
}

.aside-bar .client-main-info p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    word-break: break-word;
    width: 100%;
}

.aside-bar .form-wrapper {
    padding: 10px 0 35px 0;
    float: left;
    width: 100%;
}

.aside-bar .form-wrapper .input-holder, .aside-bar .form-wrapper .input-holder.textarea-holder h5 {
    padding: 0 15px;
}

.aside-bar .form-wrapper .input-holder.textarea-holder h5 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 30px;
}

.aside-bar .form-wrapper .input-holder.textarea-holder {
    padding: 0;
}

.aside-bar .form-wrapper .input-holder.textarea-holder textarea {
    background-color: #fff;
    border-right: 0;
    border-left: 0;
    padding: 10px 15px;
}

.aside-bar .client-main-info p:last-child {
    margin-bottom: 0;
}

body .ui.selection.dropdown {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
}

body .ui.selection.dropdown {
    padding-right: 0;
    padding-left: 0;
}

body .ui.selection.active.dropdown, body .ui.selection.active.dropdown:hover {
    box-shadow: none;
    border: 0;
}

body .ui.selection.active.dropdown .menu {
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
    border: 0;
    border-radius: 0;
}

main {
    clear: left;
}

.page-wrapper {
    margin-left: 340px;
    width: calc(100% - 340px);
    position: relative;
    transition: all .3s ease-in;
    float: left;
}

.page-wrapper.restore-export-wrapper {
    margin-left: 0;
    width: 100%;
}

.restore-export-wrapper .main-btn, .restore-import-wrapper dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
    margin: 0;
    height: 30px;
    font-size: 11px;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    padding: 0;
    float: none;
    display: inline-block;
}

.restore-export-wrapper .main-btn {
    background-image: url("../images/export-white.svg");
}

.restore-import-wrapper dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
    background-image: url("../images/import-white.svg");
}

.restore-import-wrapper dropzone.dz-wrapper > .dropzone.dz-single .dz-message {
    margin: 0;
    border: 0;
    background: transparent;
    min-height: auto;
    height: 34px;
}

.restore-import-wrapper dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text {
    padding: 0;
    margin: 2px 0 0 0;
    transform: none;
    text-indent: -999999px;
    border-radius: 4px;
    background-color: #00aabb;
    border: 1px solid #00aabb;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.restore-import-wrapper dropzone.dz-wrapper > .dropzone {
    overflow: hidden;
}

.restore-import-wrapper dropzone.dz-wrapper > .dropzone.dz-single .dz-details {
    padding: 0;
}

.restore-export-wrapper .main-btn:hover {
    background-image: url("../images/export.svg");
}

.restore-import-wrapper dropzone.dz-wrapper > .dropzone.dz-single .dz-message .dz-text:hover {
    background-image: url("../images/import.svg");
    -webkit-box-shadow: 0 0 0 2px #00aabb;
    -moz-box-shadow: 0 0 0 2px #00aabb;
    box-shadow: 0 0 0 2px #00aabb;
    background-color: transparent;
    color: #31394a;
}

.restore-export-wrapper .table > tbody > tr > td {
    vertical-align: middle;
}

.restore-export-wrapper .actions {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.restore-export-wrapper .table {
    max-width: 600px;
    margin-top: 40px;
}

.button-holder {
    margin-top: 30px;
}

.page-wrapper.full-screen {
    margin-left: 0;
    width: 100%;
}

.page-wrapper h3 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 26px;
    display: inline-block;
}

.page-wrapper.company-wrapper h3 {
    border-bottom: 3px solid #00aabb;
    font-size: 27px;
}

.sidebar-hidden .page-wrapper {
    width: 100%;
    margin-left: 0;
}

.add-new-btn {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 18px;
    margin-top: 9px;
}

.right-aligned {
    float: right;
    position: relative;
}

.right-aligned a {
    display: inline-block;
    padding: 43px 20px 5px 20px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center 0px;
    position: absolute;
    top: -8px;
    font-size: 9px;
    color: #fff;
    width: 87px;
    text-align: center;
    font-weight: 300;
}

.not-link {
    pointer-events: none;
}

.right-aligned a.print-page {
    padding-left: 0;
    padding-right: 0;
}

.cancel-changes {
    background-image: url(../images/cancel.svg);
    right: 80px;
}

.cancel-changes:hover {
    background-image: url(../images/cancel-blue-col.svg);
}

.print-page {
    background-image: url(../images/print.svg);
    right: 0;
}

.print-page:hover {
    background-image: url(../images/print-blue-col.svg);
}

.sidebar-hidden .aside-bar {
    margin-left: -340px;
}

a.toggle-sidebar {
    background-color: #979797;
    display: inline-block;
    color: #fff;
    height: 80px;
    left: 0;
    position: fixed;
    width: 25px;
    border-bottom-right-radius: 3px;
    font-size: 20px;
    z-index: 9;
    -webkit-transform: translateX(340px);
    -moz-transform: translateX(340px);
    -ms-transform: translateX(340px);
    -o-transform: translateX(340px);
    transform: translateX(340px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.sidebar-hidden .toggle-sidebar {
    transform: translateX(0);
    height: 80px;
}

.sidebar-hidden .toggle-sidebar i {
    transform: rotate(-180deg);
}

.sidebar-hidden .hidden-top-bar {
    margin-top: 0;
    display: inline-block;
}

.toggle-sidebar:hover, .toggle-sidebar:focus, .toggle-sidebar:active {
    color: #fff;
}

.top-header, .hidden-top-bar {
    background-color: rgba(49, 57, 74, 0.91);
    color: #fff;
    padding: 20px 0;
}

.top-header {
    padding: 20px 64px 20px 100px;
    top: 55px;
    min-height: 75px;
}

.top-header.invoice-top-bar {
    top: 0;
    width: calc(100% - 340px);
    margin-left: 340px;
}

.hidden-top-bar {
    display: none;
}

.sidebar-hidden .hidden-top-bar {
    margin-left: 0;
    width: 100%;
    -webkit-animation: fadeIn .5s ease;
    -moz-animation: fadeIn .5s ease;
    animation: fadeIn .5s ease;
}

.hidden-top-bar .client-name, .top-header .client-name {
    font-size: 16px;
    padding-left: 0;
    font-weight: 500;
    position: relative;
    top: -14px
}

.hidden-top-bar span, .top-header span {
    line-height: 1.43;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    margin-left: 70px;
    max-width: 275px;
    word-wrap: break-word;
    white-space: normal;
}

.page-wrapper .table > tbody > tr > td,
.page-wrapper .table > tbody > tr > th,
.page-wrapper .table > tfoot > tr > td,
.page-wrapper .table > tfoot > tr > th,
.page-wrapper .table > thead > tr > td,
.page-wrapper .table > thead > tr > th {
    font-size: 12px;
    font-weight: 400;
}

.page-wrapper .table > thead > tr > th {
    border-bottom: 0;
    background-color: #e0e0e0;
    padding: 10px 6px;
    font-weight: 600;
}

.page-wrapper .table > tbody > tr:nth-child(even) > td {
    background-color: rgba(230, 230, 230, 0.62);
    vertical-align: middle;
}

.page-wrapper .table > tbody > tr > td {
    border-bottom: 1px solid #eff0f1;
    padding: 6px;
    white-space: initial;
}

.follow-reports-wrapper.page-wrapper .table > tbody > tr:nth-child(even) > td, .follow-reports-wrapper.page-wrapper .table > tbody > tr:nth-child(odd) > td {
    /*background-color: transparent;*/
}

.follow-reports-wrapper .table td.td-date {
    width: 168px;
    max-width: 168px;
}

.page-wrapper .table > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

.page-wrapper .table > tbody > tr:hover > td, .clients-list-wrapper .table.border-table :not(thead) tr:hover td {
    background-color: rgba(0, 170, 187, 0.02)
}

.page-wrapper .table > thead > tr > th:first-child {
    border-top-left-radius: 3px;
}

.page-wrapper .table > thead > tr > th:last-child {
    border-top-right-radius: 3px;
}

.delete-btn-circle {
    text-align: center;
}

.form-group {
    display: inline-block;
    width: 100%;
}

.actions .bullets {
    height: 15px;
    border-radius: 5px;
    background-color: #d8d8d8;
    display: inline-block;
    width: 27px;
    text-align: center;
    font-size: 5px;
    color: #333;
    line-height: 15px;
}

.filters {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.filters-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    grid-gap: 15px;
}

.filters-grid-item-date {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.filters a, .seances-table-actions a, aside .btn-element, .invoice-wrapper .add-btn, .new-appointment-section .add-new-btn {
    display: inline-block;
    height: 30px;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: relative;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 12px;
}

body .invoice-wrapper .table {
    margin-bottom: 50px;
}

.total-value {
    float: right;
    min-width: 310px;
}

.total-value p {
    float: left;
    width: 100%;
}

.top-bar .nav-left sm-select {
    width: 100%;
    display: inline-block;
    min-width: 200px;
}

body .top-bar .ui.default.dropdown:not(.button) > .text, body .top-bar .ui.dropdown:not(.button) > .default.text, .top-bar .ui.dropdown > .text, .top-bar .ui.selection.visible.dropdown > .text:not(.default) {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.top-bar .ui.selection.dropdown .menu > .item {
    border-top: 1px solid #31394a;
    color: #fff;
}

.language-switcher .ui.dropdown > .text {
    position: relative;
    padding-right: 12px;
}

.language-switcher .ui.dropdown > .text:before {
    content: "";
    background-image: url(../images/world.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -27px;
    top: -4px;
    background-size: 20px;
}

body .top-bar .language-switcher .ui.fluid.dropdown > .dropdown.icon {
    background-image: url(../images/downwards-pointer.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 15px;
}

body .top-bar .language-switcher .ui.fluid.dropdown > .dropdown.icon:before {
    display: none;
}

.top-bar .ui.selection.dropdown .menu, .top-bar .ui.selection.active.dropdown:hover, .top-bar .ui.selection.active.dropdown:hover, .top-bar .ui.selection.active.dropdown:hover .menu {
    background-color: rgb(49, 57, 74);
    color: rgb(255, 255, 255);
    border-color: rgb(49, 57, 74);
}

.top-bar .ui.selection.dropdown {
    padding-left: 25px;
    height: auto;
    line-height: inherit;
    min-height: inherit;
    padding-right: 90px;
}

.top-bar .ui.selection.dropdown .menu > .item {
    text-transform: uppercase;
    padding: 13px 27px !important;
    font-weight: 600;
    font-size: 12px;
}

.top-bar .ui.selection.dropdown .menu {
    top: 44px;
    border-left: 1px solid rgba(255, 255, 255, 0.52);
    border-right: 1px solid rgba(255, 255, 255, 0.52);
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    width: 100%;
    min-width: 100%;
    left: 0;
}

body .top-bar .ui.fluid.dropdown > .dropdown.icon {
    padding-right: 0;
    padding-left: 0;
    right: 20px;
    top: 10px;
    opacity: 1;
}

body .top-bar .ui.fluid.dropdown > .dropdown.icon {
    color: #fff;
}

aside .btn-element {
    float: left;
    border: 1px solid transparent;
    background-color: #31394a;
    margin: 30px 0 20px 15px;
    font-size: 12px;
    max-width: 135px;
    height: 30px;
    line-height: 28px;
    font-weight: 500;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

aside .btn-element.delete-btn {
    background-color: #d0011b;
    max-width: 100%;
    width: auto;
    padding: 0 13px;
}

aside .btn-element.delete-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #d0011b;
    -moz-box-shadow: 0 0 0 2px #d0011b;
    box-shadow: 0 0 0 2px #d0011b;
    background-color: transparent;
    color: #d0011b;
}

aside .btn-element:hover {
    -webkit-box-shadow: 0 0 0 2px #31394a;
    -moz-box-shadow: 0 0 0 2px #31394a;
    box-shadow: 0 0 0 2px #31394a;
    background-color: transparent;
    color: #00aabb;
}

.form-wrapper .textarea-holder .label-name {
    width: 100%;
}

.seances-table-actions {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.seances-table-actions select {
    border-radius: 4px;
    background-color: #ffffff;
    height: 30px;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    color: #333;
    float: right;
}

.seances-table-actions a {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}

a.create-invoice {
    background-color: #f6a623;
    margin-right: 6px;
    color: #31394a;
}

a.create-invoice:hover, .actions .bullets:hover {
    -webkit-box-shadow: 0 0 0 2px #f6a623;
    -moz-box-shadow: 0 0 0 2px #f6a623;
    box-shadow: 0 0 0 2px #f6a623;
    color: #f6a623;
    background-color: #fff;
}

.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden !important;
}

.label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: left;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
}

.label-cbx .checkbox svg path {
    fill: none;
    stroke: #31394a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.checkbox-holder {
    position: relative;
}

.label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
}

.label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.label-cbx input:checked + .checkbox svg path {
    fill: #31394a;
}

.label-cbx input:checked + .checkbox {
    border-color: #31394a;
}

.label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.seances-table-actions a.delete-selected-seances {
    background-color: #d7d7d7;
    color: #d0011b;
}

.seances-table-actions a.delete-selected-seances:hover {
    -webkit-box-shadow: 0 0 0 2px #d0011b;
    -moz-box-shadow: 0 0 0 2px #d0011b;
    box-shadow: 0 0 0 2px #d0011b;
    background-color: transparent;
    color: #d0011b;
}

.filters span {
    color: #31394a;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin-top: 10px;
    padding-left: 0;
    left: 0;
}

.general-anamnese {
    background-color: #dfe9f2;
    padding-bottom: 20px;
}

.section-title {
    text-transform: uppercase;
    font-weight: 600;
}

.main-btn.open-invoice-btn {
    height: 30px;
    width: auto;
    padding: 0 18px;
    text-transform: capitalize;
    margin-top: 0;
    float: left;
}

select {
    border: 1px solid #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 9px !important;;
    padding-right: 27px;
    padding-left: 15px;
    border-radius: 4px;
    background-repeat: no-repeat !important;;
    background-position: calc(100% - 10px) center !important;
    background-image: url("../images/sort-down.svg") !important;
}

.back-btn {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 13px center;
    background-color: #00aabb;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 18px 10px 44px;
    background-image: url(../images/previous.svg);
    margin-left: 10px;
}

.back-btn:hover {
    background-position: 10px center;
    color: #fff;
    background-color: #31394a;
}

.general-examination-wrapper .delete-inner-examination {
    width: 50%;
    background-color: #DB626C;
    display: inline-block;
    height: 35px;
    border-radius: 3px;
    color: #fff !important;
    font-weight: 600;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}

.general-examination-wrapper .main-title {
    display: inline-block;
    width: 100%;
}

.system-examination-holder .delete-inner-examination {
    margin-top: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.general-examination-wrapper .delete-inner-examination:hover {
    -webkit-box-shadow: 0 0 0 2px #DB626C;
    -moz-box-shadow: 0 0 0 2px #DB626C;
    box-shadow: 0 0 0 2px #d0011b;
    background-color: transparent;
    color: #DB626C !important;
}

.filters span + select {
    width: calc(100% - 122px);
    display: inline-block;
    float: right;
}

.filters a i, .invoice-wrapper .add-btn i {
    padding-right: 15px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.filters a.add-seance, .invoice-wrapper .add-btn {
    background-color: #7ed321;
    margin-bottom: 15px;
}

.filters a.add-material {
    background-color: #46baef;
}

.filters a.add-extras {
    background-color: #ec7474;
    border-color: #ec7474;
}

.filters a.add-extras:hover {
    -webkit-box-shadow: 0 0 0 2px #ec7474;
    -moz-box-shadow: 0 0 0 2px #ec7474;
    box-shadow: 0 0 0 2px #ec7474;
    background-color: transparent;
    color: #ec7474;
}

.filters a.add-material:hover {
    -webkit-box-shadow: 0 0 0 2px #46baef;
    -moz-box-shadow: 0 0 0 2px #46baef;
    box-shadow: 0 0 0 2px #46baef;
    background-color: transparent;
    color: #46baef;
}

.filters a.add-seance:focus {
    color: #fff;
}

.follow-reports-column .follow-reports {
    width: calc(100% - 43px);
    margin-right: 5px;
}

.follow-reports-column .print-list {
    width: 35px;
}

.filters .follow-reports-column a.print-list {
    background-position: center;
}

.invoice-details-wrapper .add-btn {
    max-width: 320px;
}

.invoice-wrapper .generate-pdf-invoice {
    background-color: #31394a;
    border-color: #31394a;
}

.invoice-wrapper .generate-pdf-invoice.add-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #31394a;
    -moz-box-shadow: 0 0 0 2px #31394a;
    box-shadow: 0 0 0 2px #31394a;
    background-color: transparent;
    color: #31394a;
}

.filters a.add-seance:hover, .invoice-wrapper .add-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #7ed321;
    -moz-box-shadow: 0 0 0 2px #7ed321;
    box-shadow: 0 0 0 2px #7ed321;
    background-color: transparent;
    color: #7ed321;
}

.small-add-btn:hover {

}

.invoice-wrapper h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 16px;
}

.small-add-btn:hover {
    background-color: #fff;
}

.filters .left-offset {
    margin-left: 16%;
}

.filters a.follow-reports:hover, .filters a.material-in-invoice:hover {
    -webkit-box-shadow: 0 0 0 2px #45baef;
    -moz-box-shadow: 0 0 0 2px #45baef;
    box-shadow: 0 0 0 2px #45baef;
    background-color: transparent;
    color: #45baef;
}

.filters a.print-list:hover {
    -webkit-box-shadow: 0 0 0 2px #31394a;
    -moz-box-shadow: 0 0 0 2px #31394a;
    box-shadow: 0 0 0 2px #31394a;
    background-color: transparent;
    color: #31394a;
}

.filters a.follow-reports, .filters a.material-in-invoice {
    background-color: #2287b5;
}

.filters a.follow-reports {
    background-image: url(../images/report.svg);
}

.filters a.material-in-invoice {
    background-image: url(../images/material.svg);
    background-size: 19px;
}

.filters a.print-list {
    background-image: url(../images/print.svg);
    background-size: 15px;
}

.filters a.follow-reports:hover {
    background-image: url(../images/report-blue-col.svg);
}

.filters a.material-in-invoice:hover {
    background-image: url("../images/material-blue-col.svg");
}

.filters a.print-list:hover {
    background-image: url(../images/print-black-color.svg);
}

.filters select {
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    height: 30px;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
}

.filters a.print-list {
    background-color: #31394a;
}

.filters .col-4, .filters .col-3, .filters .col-5, .filters .col-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.filters .sort-methodes select {
    width: calc(50% - 10px);
    margin-right: 6px;
}

.filters .buttons-list a {
    width: calc(33.33% - 5px);
    margin-bottom: 0;
    margin-right: 5px;
}

.aside-bar input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    width: 22px;
    height: 18px;
    margin-top: 18px;
}

body input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.aside-bar h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 14px;
    padding: 0 15px;
    float: left;
}

main.section.profile-wrapper {
    padding: 0 0 170px 0;
}

.invoices-section {
    background-color: #dfe9f2;
    margin-top: 5px;
}

.invoice-default-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #fff;
    background-size: 13px;
}

.invoice-default-icon.seance {
    background-color: #7ed321;
}

.invoice-default-icon.material {
    background-color: #46baef;
}

.invoice-default-icon.extras {
    background-color: #ec7474;
}

.custom-checkbox .checkbox {
    text-align: center;
    border-radius: 4px;
    width: 18px;
    height: 18px;
}

.seance .checkbox {
    border-color: #7ed321;
}

.extras .checkbox {
    border-color: #ec7474;
}

.material .checkbox {
    border-color: #46baef;
}

.invoice-char {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    font-size: 10px;
}

.materials-wrapper .invoice-char {
    top: 2px;
}

.seance .label-cbx input:checked + .checkbox {
    border-color: #7ed321;
    background-color: transparent;
}

.custom-checkbox .label-cbx {
    position: relative;
}

.material .label-cbx input:checked + .checkbox {
    border-color: #46baef;
    background-color: transparent;
}

.extras .label-cbx input:checked + .checkbox {
    border-color: #ec7474;
    background-color: transparent;
}

.extras .label-cbx .checkbox svg polyline {
    stroke: #ec7474;
}

.material .label-cbx .checkbox svg polyline {
    stroke: #46baef;
}

.custom-checkbox .label-cbx input:checked + .invoice-char {
    display: none;
}

.seance .label-cbx .checkbox svg polyline {
    stroke: #7ed321;
}

.custom-checkbox .label-cbx .checkbox svg {
    top: 0;
    left: 0;
    stroke-width: 15px;
}

.new-appointment-section {
    padding: 10px;
    background-color: #b8e986;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 3px;
}

.general-overview .new-appointment-section .ui.search.dropdown > input.search {
    margin-top: 0;
    background-color: #fff !important;
}

.general-overview .new-appointment-section .ui.search.dropdown .text {
    color: #333 !important;
}

.new-appointment-section .ui.fluid.dropdown > .dropdown.icon {
    padding-right: 7px;
}

.invoice-default-icon.invoiced {
    background-image: url(../images/invoiced.svg);
    background-repeat: no-repeat;
    text-indent: -999px;
}

.new-appointment-section .add-new-btn {
    margin: 27px 0 0 0;
    background-color: #709f09;
    color: #fff;
    max-width: 50%;
    float: left;
}

.new-appointment-section md2-datepicker {
    width: 100%;
    margin-top: 7px;
    background-color: #fff;
}

.new-appointment-section .add-new-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #709f09;
    -moz-box-shadow: 0 0 0 2px #709f09;
    box-shadow: 0 0 0 2px #709f09;
    background-color: transparent;
    color: #709f09;
}

.new-appointment-section .md2-datepicker-input {
    width: 100%;
    line-height: 20px;
}

.new-appointment-section md2-datepicker .md2-datepicker-button {
    top: 3px;
    right: 2px;
}

.work-documents .new-appointment-section {
    background-color: #ffd74c;
}

.new-appointment-section select {
    width: 100%;
    border: 0;
    height: 30px;
    border-radius: 3px;
    padding: 0 15px;
}

.new-appointment-section input {
    width: 100%;
    float: left;
    margin-top: 15px;
    border: 0;
    background: #fff;
    padding: 7px 20px;
    border-radius: 3px;
}

.new-appointment-section md2-datepicker input {
    background-color: transparent;
}

.new-appointment-section md2-datepicker input {
    padding-top: 7px;
    padding-bottom: 4px;
    margin: 0;
}

.new-appointment-section .md2-datepicker-placeholder {
    color: #333;
    padding-left: 15px;
    font-size: 12px;
}

.invoices-section md2-datepicker {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    text-align: left;
    float: left;
    margin-left: 0;
    min-width: 100%;
    width: 100%;
}

.invoices-section .create-invoice {
    max-width: 100%;
}

.invoices-section md2-datepicker .md2-datepicker-trigger {
    padding: 0;
}

.invoices-section .md2-datepicker-value {
    font-size: 12px;
}

.invoices-section .md2-datepicker-button {
    top: 5px;
}

.content-padding {
    padding: 10px 30px;
}

.general-examination-wrapper .form-control {
    height: 30px;
    border: solid 1px #e1e1e1;
    resize: none;
    border-radius: 0;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 12px;
}

.general-examination-wrapper .md2-datepicker-value, .general-examination-wrapper .md2-datepicker-placeholder {
    font-size: 12px;
}

.general-examination-wrapper .form-group {
    padding: 0 15px;
}

.general-examination-wrapper .main-btn, .company-wrapper .main-btn {
    height: 33px;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0 30px;
}

.general-examination-wrapper .main-btn i, .company-wrapper .main-btn i {
    margin-right: 12px;
}

.company-wrapper .main-btn {
    float: none;
    margin-top: 10px;
}

.general-examination-wrapper md2-datepicker .md2-datepicker-button {
    top: 3px;
}

.general-examination-wrapper md2-datepicker.form-control {
    padding-top: 0;
}

.general-examination-wrapper .fa-calendar {
    position: absolute;
    right: 11px;
    top: 7px;
    font-size: 16px;
}

.form-control:focus + i {
    color: #00aabb;
}

.general-examination-wrapper .main-title h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #31394a;
    margin-top: 0;
    margin-bottom: 50px;
    float: left;
    display: inline-block;
}

.general-examination-wrapper .medicaments textarea {
    height: 321px;
}

.system-examination-holder textarea.form-control {
    height: 90px;
}

.system-examination-holder .wider-height-textarea textarea.form-control {
    height: 124px;
}

.general-examination-wrapper .pere textarea {
    height: 105px;
}

.general-examination-wrapper .small-margin-b {
    margin-bottom: 11px;
}

.general-examination-wrapper .medicaments {
    margin-bottom: 30px;
}

.general-examination-wrapper .medium-margin-b {
    margin-bottom: 54px;
}

.general-examination-wrapper input[type="radio"] {
    -webkit-appearance: radio;
    -mmoz-appearance: radio;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.general-examination-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #00aabb;
    outline: none;
}

.general-examination-wrapper .important-a-signaler textarea, .general-examination-wrapper .general-remarks textarea {
    height: 152px;
}

.general-examination-wrapper .title {
    font-size: 12px;
    color: #31394a;
    margin-top: 0;
    margin-left: 27%;
    margin-bottom: 5px;
    font-weight: 600;
}

.general-examination-wrapper label {
    font-size: 11px;
    text-align: right;
    color: #31394a;
    font-weight: 500;
    margin-top: 13px;
    white-space: initial;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.consultation-reason textarea.form-control, .vaccins textarea.form-control, .allergies textarea.form-control {
    height: 90px;
}

.generalite textarea.form-control {
    height: 60px;
}

.radio-btn-holder {
    margin-top: 7px;
}

.alimentation {
    margin-bottom: 92px;
}

.radio-btn-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
}

.anterncedents-personnels textarea.form-control {
    height:  290px;
}

.submit-btn {
    background-image: url(../images/back.svg);
    position: absolute;
    padding: 58px 16px 13px 16px;
    background-color: transparent;
    border: 0;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 32px 11px;
    font-size: 9px;
    top: 0;
    left: 0;
    font-weight: 300;
    border-right: 1px solid rgba(255, 255, 255, 0.52);
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.submit-btn:hover {
    background-position: 25px 11px;
    color: #00aabb;
    background-image: url(../images/back-blue-col.svg);
}

.anterncedents-personnels {
    margin-top: 17px;
}

.small-add-btn {
    width: 55px;
    height: 32px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #7ed321;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    position: absolute;
    right: 15px;
}

.report-top-banner > a {
    font-size: 14px;
    color: #fff;
    background-color: #6c737e;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    padding: 0 20px;
    float: left;
}

.report-top-banner {
    top: 55px;
    display: flex;
}

.report-top-banner ul {
    background-color: rgba(108, 115, 126, 0.75);
    display: inline-block;
    width: calc(100% - 189px);
    float: left;
    margin: 0;
}

.report-top-banner ul li {
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.report-top-banner ul li.active a, .report-top-banner ul li a:hover {
    background-color: #00aabb;
    text-decoration: none;
}

.report-top-banner ul li a {
    font-size: 14px;
    color: #fff;
    padding: 14px 10px;
    display: inline-block;
}

.report-top-banner > a img {
    margin-right: 7px;
}

.follow-reports-wrapper.page-wrapper {
    margin: 0;
    width: 100%;
    overflow: auto;
}

.form-wrapper .follow-reports-wrapper .checkbox-holder label {
    margin-top: 0;
}

.follow-reports-wrapper .content-holder {
    padding: 5px;
}

.follow-reports-wrapper .add-new-btn {
    height: 30px;
    border-radius: 4px;
    background-color: #7ed321;
    line-height: 30px;
    padding: 0 30px 0 22px;
    color: #fff;
    font-size: 12px;
    float: none;
    margin-bottom: 20px;
}

.follow-reports-wrapper .add-new-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #7ed321;
    -moz-box-shadow: 0 0 0 2px #7ed321;
    box-shadow: 0 0 0 2px #7ed321;
    background-color: transparent;
    color: #7ed321;
}

.follow-reports-wrapper .add-new-btn i {
    margin-right: 12px;
}

td.actions {
    width: 50px;
}

.checkbox-td {
    width: 30px;
    max-width: 30px;
    text-align: center;
}

/*
======================================

 ** --Ng Select-- **

==========================================
*/

.filters .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 11px 10px;
}

body .ng-select-dropdown-outer {
    z-index: 99;
}

.filters .ng-select .ng-arrow-zone {
    float: none;
    margin: 0;
}

.filters .ng-select-dropdown-outer .ng-select-dropdown .ng-option span, .ng-select .ng-clear-zone .ng-clear {
    margin: 0;
}

.ng-select-dropdown-outer .ng-select-dropdown {
    text-align: left;
}

.filters .ng-select .ng-control {
    min-height: 30px;
    border: 0;
}

body .ng-select-dropdown-outer.bottom {
    box-shadow: rgba(34, 36, 38, 0.15) 0 2px 3px 0;
    border: 0;
}

.form-wrapper .label-value.ng-select {
    padding-right: 0;
}

.ng-select.ng-single.label-value .ng-control .ng-value-container, .ng-select.ng-single.label-value .ng-control .ng-value-container .ng-input {
    padding-left: 0;
}

.ng-select.ng-single.label-value .ng-control .ng-value-container .ng-input {
    padding-right: 38px;
}

.aside-bar .client-birthday-input-holder .ng-select.ng-single.label-value .ng-control .ng-value-container .ng-input {
    padding-right: 16px;
}

.table .ng-select .ng-control {
    min-height: 24px;
}

.ng-select .ng-select-dropdown-outer {
    z-index: 2;
}

.ng-select.label-value .ng-arrow-zone {
    padding-right: 0;
    width: 16px;
}

.no-clear-data .ng-select .ng-clear-zone .ng-clear {
    display: none;
}

body .ng-select .ng-clear-zone {
    width: 14px;
}

body .ng-select .ng-clear-zone span {
    position: relative;
    top: 2px;
}

body .label-value .ng-select-dropdown-outer.bottom {
    left: 0;
}

body .ng-select.label-value .ng-control {
    border: 0;
    background-color: transparent;
    min-height: 30px;
}

.label-value .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    padding: 3px 10px;
}

body .ng-select.focused:not(.opened) > .ng-control {
    border-color: #ccc;
    box-shadow: none;
    outline: 0;
}

.filters .ng-select .ng-arrow-zone .ng-arrow {
    margin-top: 0;
}

.filters .ng-select span.ng-value-label {
    margin-top: 3px;
}

.filters .ng-select .ng-clear-zone {
    margin-top: 0;
}

body .ng-select-dropdown-outer .ng-select-dropdown .ng-option.marked {
    background-color: rgba(0, 170, 187, .16);
}

body .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected {
    background-color: rgb(0, 170, 187);
}

body .ng-select-dropdown-outer .ng-select-dropdown .ng-option.selected .ng-option-label {
    color: #fff;
}

body .ng-select .ng-arrow-zone {
    width: 16px;
}

body .ng-select-dropdown-outer .ng-select-dropdown .ng-option .ng-option-label {
    white-space: normal;
    line-height: 18px;
}

.table .ng-select .ng-control .ng-value-container, .table .ng-select.ng-single .ng-control .ng-value-container .ng-input {
    padding-left: 6px;
}

.table .ng-select .ng-clear-zone .ng-clear {
    line-height: 0.5;
}

.table .ng-select-dropdown-outer .ng-select-dropdown .ng-option {
    font-size: 12px;
}

/*
======================================

 ** -- M2 Dialog Modal Restyle -- **

==========================================
*/

.modal-inner .col-3, .modal-inner .col-2, .modal-inner .col-1, .modal-inner .col-4, .modal-inner .col-12, .modal-inner .col-10 {
    padding-right: 5px;
    padding-left: 5px;
}

app-edit-popup .modal-inner {
    width: 80%;
}

app-edit-popup .modal-inner .modal-actions {
    margin-top: 50px !important;
}

.actions a {
    font-size: 14px;
}

app-edit-popup .modal-inner textarea {
    margin-top: 20px;
    min-height: 100px;
    resize: none;
}

.md2-dialog-content .md2-dialog-header {
    background: transparent;
    position: relative;
}

.md2-dialog-content .md2-dialog-header:before {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00aabb;
    background-image: -webkit-linear-gradient(left, #25e8c8, #00aabb);
    background-image: linear-gradient(to right, #25e8c8, #00aabb);
}

.md2-dialog-content .md2-dialog-body {
    padding: 50px 50px 16px 16px;
}

.md2-dialog-content .md2-dialog-panel {
    border-radius: 4px;
}

.md2-dialog-content .dialog-message {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
}

.md2-dialog-content .md2-dialog-footer, .md2-dialog-content md2-dialog-footer {
    border-top: 0;
    display: inline-block;
    width: 100%;
    padding: 30px 20px 16px 16px;
}

.md2-dialog-content .main-btn {
    margin-left: 13px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    margin-top: 0;
    padding: 0 40px;
}

.md2-dialog-content .main-btn.danger-btn {
    background-color: #DB626C;
    border-color: #DB626C;
}

.md2-dialog-content .main-btn.danger-btn:hover {
    -webkit-box-shadow: 0 0 0 2px #DB626C;
    -moz-box-shadow: 0 0 0 2px #DB626C;
    box-shadow: 0 0 0 2px #DB626C;
    background-color: transparent;
    color: #DB626C;
}

.cdk-overlay-pane .md2-dialog-panel {
    min-width: 420px;
    width: auto;
}

.default-method {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.default-method .input-holder {
    max-width: 50%;
    float: right;
    margin-top: 0;
}

.default-method .input-holder.payment-due {
    float: left;
    max-width: 30%;
    margin-right: 20%;
}

.form-wrapper .payment-due .label-value {
    width: 74px;
    min-width: 75px;
    text-align: center;
}

.aside-bar.wider {
    width: 400px;
    top: 135px;
    height: calc(100% - 125px);
    overflow-x: hidden;
}

.edit-seance-aside.aside-bar.wider {
    position: absolute;
    height: 100%;
}

main.section.edit-seance, .edit-seance-top-banner.section {
    width: calc(100% - 400px);
    margin-left: 400px;
}

.md2-dialog-header .close::after, .md2-dialog-header .close::before {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.md2-dialog-header .close:hover::after, .md2-dialog-header .close:hover::before {
    background: #00aabb;
}

.inline-editor-button-group .btn-primary {
    color: #fff;
    background-color: #00aabb;
    border-color: #00aabb;
}

.inline-editor-button-group .btn-primary:hover {
    border-color: #31394a;
    color: #fff;
    background-color: #31394a;
}

.inline-editor-button-group .btn-primary, .inline-editor-button-group .btn-danger {
    padding: 1px;
    border-radius: 0;
    font-size: 11px;
    min-width: 17px;
}

.admin-dashboard-company .error-message {
    float: left;
    padding-left: 0;
    margin-top: 7px;
}

.admin-dashboard-company .add-new-doc-inner {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    border: 1px solid rgba(0, 170, 187, 0.2);
    text-align: center;
}

.admin-dashboard-company .add-new-doc-inner img {
    display: block;
    margin: auto;
}

.admin-dashboard-company .add-new-doc-inner p {
    font-size: 24px;
    font-weight: 600;
    color: #4a5560;
    line-height: 41px;
    border: 0;
    text-align: center;
    width: 100%;
    margin-top: 8px;
}

.admin-dashboard-company .row-section h4 {
    width: 100%;
    margin-left: 15px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
}

.admin-dashboard-company .row-section {
    background-color: rgba(0, 170, 187, 0.03);
    margin-top: 30px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.admin-dashboard-company .row-section .delete-doc {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    color: #ff1744;
}

main.section.admin-dashboard-company {
    padding: 40px;
}

.admin-dashboard-company .row-section:hover .delete-doc {
    opacity: 1;
}

.admin-dashboard-company .add-new-doc-section {
    padding-top: 0;
    border-top: 1px solid lightblue;
    margin-top: 40px;
}

.admin-dashboard-company .main-btn.full-width {
    width: 100%;
}

.admin-dashboard-company .action-btn {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid lightblue;
    padding-top: 25px;
}

.admin-dashboard-company .action-btn button {
    margin-bottom: 0;
}

.admin-dashboard-company .row-section .delete-doc:hover {
    color: red;
}

.admin-dashboard-company .add-new-doc-inner a {
    line-height: 30px;
    margin: auto;
    display: inline-block;
    margin-top: 20px;
}

.admin-dashboard-company .add-new-doc-inner {
    margin-top: 50px;
}

.admin-dashboard-company .activity-overview {
    margin-bottom: 30px;
    display: inline-block;
    padding: 30px;
    background-color: rgba(0, 170, 187, 0.03);
    border: 1px solid rgba(0, 170, 187, 0.2);
    margin-left: -35px;
}

.admin-dashboard-company .activity-overview strong {
    text-decoration: underline;
}

inline-editor {
    display: inline-block;
}

.admin-dashboard-company .table thead th, .admin-dashboard-company .table tbody td {
    padding: 6px;
}

/*
======================================

 ** -- Login Page Start-- **

==========================================
*/

.login-body .input-element {
    height: 48px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #343434;
    padding: 0 15px;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.login-body .input-element::-webkit-input-placeholder {
    text-transform: uppercase;
}

.login-body .input-element:-moz-placeholder {
    text-transform: uppercase;
}

.login-body .input-element::-moz-placeholder {
    text-transform: uppercase;
}

.login-body .input-element:-ms-input-placeholder {
    text-transform: uppercase;
}

.login-body .input-element:-ms-input-placeholder {
    text-transform: uppercase;
}

.login-inner {
    width: 360px;
    text-align: center;
}

.login-inner .input-holder {
    margin-bottom: 18px;
}

.input-holder {
    position: relative;
    float: left;
    width: 100%;
}

.login-body .input-element:focus {
    webkit-box-shadow: 0 0 0 2px #00aabb;
    -moz-box-shadow: 0 0 0 2px #00aabb;
    box-shadow: 0 0 0 2px #00aabb;
}

.login-inner .main-btn {
    width: 100%;
}

.brand-logo {
    max-width: 60%;
    margin: 0 auto 65px auto;
}

.forget-password {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    text-align: right;
    color: #31394a;
    float: left;
    margin-top: 17px;
}

/*
======================================

 ** -- Animations-- **

==========================================
*/

@keyframes pulse-shadow--collection {
    0% {
        box-shadow: 0 0
    }
    70% {
        box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*
======================================

 ** -- Media Queries-- **

==========================================
*/

@media (min-width: 768px) {
    body .col-md-1, body .col-md-10, body .col-md-11, body .col-md-12, body .col-md-2, body .col-md-3, body .col-md-4, body .col-md-5, body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1440px) {
    .content-padding {
        padding: 10px;
    }

    .h-scrolled-table {
        overflow: auto;
        float: left;
        white-space: nowrap;
        max-width: 100%;
        width: 100%;
    }

    .filters-grid {
        display: grid;
        grid-template-columns: 110px repeat(3, 1fr);
    }
}

/*

*****************************    End of Style   *****************************

                                       |
                                       |
                                       |

 ***********************************  *_*  **********************************

                                       |
                                       |
                                       |

*********************************  Mediem App  *******************************

*/