/* style.css */
html {
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;

    /* hide body until Language.translate is done */
    display: none;

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300 !important;
}

body.login {
    height: 100%;
    background-color: #2E5170;
    background-image: -moz-linear-gradient(#2E5170, #111e2b);
    background-image: -webkit-linear-gradient(#2E5170, #111e2b);
    background-image: linear-gradient(#2E5170, #111e2b);
    background-repeat: repeat no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: initial;
}

a.black {
    color: inherit;
}

.selected {
    font-weight: bold !important;
}

div.login {
    text-align: center;
}

.center_text {
    text-align: center;
}

.login_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 325px;
}

.login_button {
    padding: 10px;
    background-color: #eee;
    border-radius: 0px 0px 10px 10px;
}

.login_header {
    margin: 8px 0px 32px 0px;
}

.login_margin {
    margin: 8px 0px 8px 0px;
}

.login_footer {
    margin: 16px 0px 8px 0px;
}

.forgotten_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 400px;
}

.forgotten_header {
    margin: 8px 0px 32px 0px;
}

.forgotten_margin {
    margin: 8px 0px 8px 0px;
}

.forgotten_footer {
    margin: 16px 0px 8px 0px;
}

.forgotten_title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px
}

.forgotten_text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.login_details {
    overflow: auto;
}

.login_details table {
    width: 100%;

}

.login_details table tr {
    vertical-align: top;
}

.login_details table tbody tr:nth-child(odd) {
    background-color: #e7e7e7;
}

.login_details table tr td {
    white-space: nowrap;
    padding: 2px;
}

.login_details table tr td .email {
    font-size: 10px;
    font-weight: bold;
}

input.forgotten {
    width: 262px;
    display: initial;
}

button.forgotten {
    width: 262px;
    display: initial;
    text-transform: uppercase;
}

.reset_password {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF !important;
    margin-left: 10px;
}

button.login {
    width: 100%;
    text-transform: uppercase;
}

img.logo {
    width: 260px;
    height: 90px;
}

img.heart {
    width: 58px;
    height: 56px;
}

.content_padding {
    padding: 10px;
}

.button_staff {
    border-radius: 5px;
    padding: 2px 10px !important;
    cursor: pointer;
    font-size: 16px;
}

.button_staff:hover {
    color: white !important;
}

.button_orange {
    border: 1px solid orange;
}

.button_orange:hover {
    background-color: orange;
}

.button_green {
    border: 1px solid green;
}

.button_green:hover {
    background-color: green;
}

.button_red {
    border: 1px solid red;
}

.button_red:hover {
    background-color: red;
}

#login_button {
    margin-top: 8px;
}

.block_inline div {
    display: inline-block;
}

.inline_block {
    display: inline-block;
}

.block div {
    display: block;
    padding-right: initial;
}

.padding-left {
    margin-left: 4px;
}

.medium-padding-left {
    margin-left: 8px;
}

.padding-bottom {
    margin-bottom: 4px;
}

.padding-right {
    margin-right: 4px;
}

.padding-right-large {
    padding-right: 20px;
}

.padding-top {
    margin-top: 4px;
}

.padding-top-footer-align {
    padding-top: 1rem;
}

.large-padding-top {
    margin-top: 16px;
}

.medium-padding-bottom {
    margin-bottom: 8px;
}

.large-padding-bottom {
    margin-bottom: 16px;
}

.medium-padding {
    margin: 0px 8px 8px 8px;
}

.small-padding {
    margin: 4px;
}

.nowrap {
    white-space: nowrap;
}

.center {
    display: inherit;
    text-align: center;
}

.login_error {
    margin-top: 8px;
    color: crimson;
}

.login_error_plain {
    margin-top: 8px;
    color: #fff;
}

#search_error {
    color: crimson;
}

.error_div {
    color: crimson;
    border-bottom: 0px none white !important;
}

.error_text {
    color: crimson;
}

.customer_list {
    width: 100%;
}

.customer_list thead {
    border-bottom: 1px solid #ccc;
}

.customer_list thead tr{
}

.customer_list tbody {
    text-align: left;
}

.customer_list tbody .list_border:nth-child(odd) {
    background-color: #e7e7e7;
}

.user_list {
    width: 100%;
}

.user_list thead {
    border-bottom: 1px solid #ccc;
}

.user_list tbody {
    text-align: left;
}

.user_list tbody .list_border:nth-child(odd) {
    background-color: #e7e7e7;
}

.staff_list {
    width: 100%;
}

.staff_list thead {
    border-bottom: 1px solid #ccc;
}

.staff-ivo-hosp-container {
    height: 44px;
}

.staff-ivo-hosp {
    margin-top: 8px;
    height: fit-content !important;
}

th, .list_border td {
    padding: 4px;
}

tr.list_border {
    vertical-align: top;
}

.list_border .padding_top {
    padding-top: 20px;
}

.visma_staff_line td {
    padding: 4px;
    font-weight: bold;
    background-color: #cccc;
}

.visma_line td {
    padding: 4px;
}

.visma_selected_line td {
    padding: 4px;
    background-color: #e7e7e7;
}

.fortnox_staff_line td {
    padding: 4px;
    font-weight: bold;
    background-color: #cccc;
}

.fortnox_line td {
    padding: 4px;
}

.fortnox_selected_line td {
    padding: 4px;
    background-color: #e7e7e7;
}

.list_line td {
    border-bottom: 1px dashed grey;
    padding: 10px;
}

.staff_list tbody {
    text-align: left;
}

.staff_list tbody .list_border:nth-child(odd) {
    background-color: #e7e7e7;
}

.staff_list_fade_inactive {
    color: grey;
}

.period_row {
    padding: 8px;
}

.chosen {
    background-color: #28a74582 !important;
}

.period_row:nth-child(odd) {
    background-color: #e7e7e7;
}

.period_row td {
    padding: 4px 8px 4px 8px;
}

.edit_period_container {
    overflow-x: scroll;
    height: 130px
}

.edit_period_head tr th {
    color: white;
    text-align: center;
    white-space: nowrap;
    padding: 2px 10px;
}

.edit_period_month th {
    background-color: #e7c4e1;
}

.edit_period_month th:nth-child(odd) {
    background-color: #e797d5;
}

.edit_period_day th {
    background-color: #c16fb3;
}

.edit_period_day th:nth-child(odd) {
    background-color: #9f4b8c;
}

.edit_td_date {
    background-color: #e7e7e7;
    height: 40px;
    text-align: center;
    padding: 2px 10px;
}

.edit_td_date:nth-child(odd) {
    /* background-color: #cccc; */
}

.edit_td_present_date {
    background-color: #e7e7e7;
    border-radius: 0px !important;
    text-align: center;
}

.edit_td_present_date:nth-child(odd) {
    background-color: #cccc;
}

.edit_period_month th:first-child {
    border-top-left-radius: 4px;
}

.edit_period_month th:last-child {
    border-top-right-radius: 4px;
}

.edit_td_present_week {
    background-color: silver;
    text-align: center;
    padding: 2px 0px;
}

.edit_td_present_week:nth-child(even) {
    background-color: darkgray;
}

.edit_td_week {
    background-color: silver;
    height: 30px;
    text-align: center;
    padding: 2px 0px;
}

.edit_td_week:nth-child(even) {
    background-color: darkgray;
}

.edit_td_week:first-child {
    border-bottom-left-radius: 4px;
}

.edit_td_week:last-child {
    border-bottom-right-radius: 4px;
}

.invites_ .checked{
    background-color: #fdff00;
}

.edit_td_NEW {
    background-color: #ea80bc !important;
}

.edit_td_PRESENTED {
    background-color: #ea80bc !important;
}

.edit_td_RESPONSE_RECEIVED {
    background-color: #ea80bc !important;
}

.edit_td_PRESENTED_CUSTOMER {
    background-color: #fdff00 !important;
}

.edit_td_ACCEPTED {
    background-color: #04ff00 !important;
}

.edit_td_ACCEPTED_invoice {
    background-color: #ff9902 !important;
}

.edit_td_ACCEPTED_salary {
    background-color: #04ff00 !important;
}

.edit_td_REJECTED {
    background-color: #999999 !important;
}

.edit_td_TIME_REPORTED {
    background-color: #3c78d8 !important;
}

.edit_td_TIME_REPORT_APPROVED {
    background-color: #3c78d8 !important;
}

.edit_td_INVOICED {
    background-color: #b6d7a8 !important;
}

@media (max-width: 767px) {
    .blank_column {
        display: none !important;
    }
}

.table_content {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: scroll;
    min-height: 310px;
}

.table_content thead tr th {
    border-left: 1px solid #ccc;
}

.table_content thead tr th:first-child {
    border-left: none;
}

.table_max_height {
    /* max-height: 490px; */
    max-height: 375px;
}

.table_height {
    min-height: 150px;
    max-height: 150px;
}

.table_content thead tr th {
    text-align: center;
    white-space: nowrap;
}

tr .sortable {
    cursor: pointer;
}

#table {
    padding-top: 5px;
}

#table_editor {
    color: #fff;
}

.black_font {
    color: black !important;
}

.path_title {
    padding: 5px 5px 5px 5px;
}

.title {
    font-size: 18px;
    font-weight: bold;
}

.desc {
    font-size: 12px;
}

.light {
    color: white;
}

.sort {
    padding-left: 4px;
}

#page_selector_div {
}

.pagination {
    background-color: #fff;
    color: #000;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    /*margin-left: 4px;*/
    margin-bottom: 0px;
}

.pagination li {
    width: 100%;
    cursor: pointer;
    line-height: 26px;
    border-left: 1px solid #aaa;
}

.pagination .selected {
    background-color: #dddddd;
    font-weight: bold;
    cursor: default;
}

.pagination li:first-child {
    border-left: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_content {
    text-align: left;
    display: none !important;
    position: absolute;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #aaa;
    white-space: nowrap;
    padding: 0px !important;
    z-index: 100;
}

.dropdown_container {
    max-height: 200px;
    overflow-y: scroll;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 1px !important;
    display: block !important;
}

.dropdown_content .dropdown_field {
    padding: 4px;
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown_content .dropdown_save {
    padding: 4px;
}

.page_select {
    max-width: 70px;
    display: inline;
    /*margin-left: 4px;*/
}

.flex {
    display: flex;
}

.font_bold {
    font-weight: bold;
}

.small_btn {
    font-size: x-small;
    padding: 2px 8px;
}

.description {
    line-height: 2.25rem;
}

.dropdown_content .dropdown_select_all {
    margin: 1px;
}

.dropdown_content .dropdown_field:hover {
    background-color: #ddd;
    cursor: pointer;
}

.dropdown_content .dropdown_field input:hover {
    cursor: pointer;
}

.dropdown_content .dropdown_field input {
    pointer-events: none;
}

.dropdown:hover .dropdown_content {
    display: block !important;
}

.dropdown_content:hover .dropdown_content {
    display: block !important;
}

.dropdown:hover .dropdown_button {
    background-color: darkgray;
    color: white;
}

.pointer_block:hover {
    cursor: pointer;
}

.list_line td {
    min-width: 50px;
}

.error_red[type="date"], .error_red, .error_red[type="text"] {
    border: 1px solid red !important;
}

.visible_border {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
}

.max_height {
    height: 220px;
    overflow: scroll;
}

img.profile_picture {
    max-width: 100%;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.customer_profile_image {
    width: 100%;
    height: 162px;
    padding: 0px;
    background: none;
    border: 1px solid #cccccc;
    color: #000000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}

.profile_image {
    width: 100%;
    height: 115px;
    padding: 0px;
    background: none;
    border: 1px solid #cccccc;
    color: #000000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}

img.loading {
    width: 22px;
    height: 22px;
    position: fixed;
    margin-left: -11px;
    margin-top: -80px;
    display: none;
    z-index: 9999;
}

.browse {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px;
    border-radius: 4px;
    white-space: normal;
    text-transform: initial;
}

.browse_container {
    display: inherit;
    width: 100%;
    text-align: center;
    height: 100%;
    min-height: 200px;
    line-height: 22px;
    font-size: 13px;
}

.browse_container_document {
    height: 100px;
    min-height: 100px;
}

.browse_container_document_agreement {
    height: 80px;
    min-height: 80px;
}

.browse_container_import_customer {
    padding-top: 70px;
}

.form-control {
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
}

.btn {
    white-space: nowrap;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
    text-transform: uppercase !important;
}

.btn-primary {
    color: #000000 !important;
    background-color: #76BC21 !important;
    border-color: #76BC21 !important;
    padding: 0rem 0.75rem;
}

.btn-success {
    color: #000000 !important;
    background-color: #76BC21 !important;
    border-color: #76BC21 !important;
    padding: 0rem 0.75rem;
}

.btn-warning {
    padding: 0rem 0.75rem;
}

.btn-info {
    padding: 0rem 0.75rem;
}

.btn-danger {
    padding: 0rem 0.75rem;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

input[type=checkbox] {
    height: 30px;
}

input[type=checkbox].compact {
    height: initial;
}

.checkbox_sameLine {
    height: 12px;
    width: 12px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}

.document_upload {
    width: 100%;
    padding: 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px;
}

.document_table {
    max-height: 250px;
    overflow: scroll;
    width: 100%;
}

.document_container {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.table_document_container {
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.table_document_container thead tr th {
    padding: 4px 8px 4px 8px;
}

.table_document_container tbody tr td {
    padding: 4px 8px 4px 8px;
}

.table_document_container tbody td {
    width: 10%;
    overflow: hidden;
}

.table_document_container tbody tr {
    cursor: pointer;
}

.table_document_container tbody tr:nth-child(4n), .table_document_container tbody tr:nth-child(4n-1) {
    background-color: white;
}

.table_document_container tbody tr:nth-child(4n-2), .table_document_container tbody tr:nth-child(4n-3) {
    background-color: #e7e7e7;
}

.assignment_document_container {
    width: 100%;
    text-align: left;
}

.assignment_document_container thead tr th {
    padding: 4px 8px 4px 8px;
}

.assignment_document_container tbody tr td {
    padding: 4px 8px 4px 8px;
}

.assignment_document_container tbody tr:nth-child(odd) {
    background-color: #e7e7e7;
}

.comment_row {
    padding: 8px;
}

.comment_row:nth-child(odd) {
    background-color: #e7e7e7;
}

.comments_container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-bottom: 10px;
    width: 100%;
}

.comments_scroll_container {
    max-height: 204px;
    overflow: scroll;
    margin: 6px 0px 0px 0px;
}

.comment_type {
    font-size: 10px;
}

.comment_created {
    font-size: 10px;
}

.comment_text {
    font-size: 14px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.remove_document {
    height: 24px;
    cursor: pointer;
}

img.upload_loading {
    width: 22px;
    height: 22px;
    margin-left: -8px;
    margin-top: -3px;
    margin-right: 2px;
    display: none;
}

.border_bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.standard_border {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.mini_profile {
    width: 50px;
    height: 50px;
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}

.font-control {
    line-height: 1.75;
    font-size: 0.875rem;
}

.font-control-padding {
    line-height: 1.75;
    font-size: 0.875rem;
    padding: 0px 8px;
}

.display_flex {
    display: flex;
}

.display_none {
    display: none;
}

.mandatory {
    color: #F00;
    font-weight: bold;
}

.underline {
    border-bottom: 1px solid #ced4da
}

.topmenu {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 73px;
    background-color: #2E5170;
    background-image: -moz-linear-gradient(#2E5170, #111e2b);
    background-image: -webkit-linear-gradient(#2E5170, #111e2b);
    background-image: linear-gradient(#2E5170, #111e2b);
    background-repeat: repeat no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

span.topmenu_logo {
    float: left;
    margin: 10px 10px 10px 10px;
    display: flex;
}

span.topmenu_logo img {
    height: 60px;
    width: 173px;
}

.content_area {
    top: 72px;
    position: inherit;
}

.content_menu {
    position: fixed;
    z-index: 998;
    top: 72px;
}

.content_right {
    left: 0px;
    width: 100%;
    position: relative;
}

span.profile {
    float: right;
    margin-top: 16px;
    margin-right: 20px;
    display: none;
}

.profile_info {
    margin-right: 10px;
    color: #fff;
    text-align: right;
}

.profile_info_name {
    font-weight: bold;
}

img.profile {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

div.menu {
    height: calc(100% - 72px);
    background-color: #2E5170;
    background-image: -moz-linear-gradient(#2E5170, #111e2b);
    background-image: -webkit-linear-gradient(#2E5170, #111e2b);
    background-image: linear-gradient(#2E5170, #111e2b);
    background-repeat: repeat no-repeat;
    background-attachment: fixed;
    position: inherit;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    overflow: auto;
}

.navbar-toggle {
    float: left;
    margin: 19px 0px 0px 0px !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.sidebar-heading {
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-repeat: repeat no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.menu_shading {
    position: fixed;
    top: 73px;
    width: 100%;
    height: 5px;
    z-index: 999;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-repeat: repeat no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

ul.menu {
    margin-top: 20px;
    list-style-type: none;
    padding-inline-start: 20px;
    -webkit-padding-start: 20px;
    color: #fff;
}

ul.menu li {
    margin-bottom: 8px;
}

ul.menu li ul.submenu li {
    margin-bottom: 0px;
}

ul.menu li span.header {
    list-style-type: none;
    font-size: 12px;
    font-weight: initial;
    color: #fff;
}

ul.menu li ul {
    list-style-type: none;
    padding-inline-start: 20px;
    -webkit-padding-start: 20px;
    font-size: 14px;
    font-weight: initial;
    color: #fff;
}

ul.menu li ul a {
    list-style-type: none;
    font-weight: initial;
    color: #fff;
    text-decoration: none;
}

.activate_email {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 0rem .75rem;
    height: calc(1.50rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    color: #999;
    background-color: white !important;
}

.div_substitute_image {
    position: relative;
    height: 115px;
    width: 100%;
    border-radius: 4px;
}

img.substitute_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
    max-width: 115px;
}

.div_customer_substitute_image {
    position: relative;
    height: 162px;
    width: 100%;
    border-radius: 4px;
}

img.customer_substitute_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
    max-width: 162px;
}

@media (max-width: 767px) {
    .hide_substitute_image {
        display: none !important;
    }
}

.specialty_scroll_container {
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top: none;
    padding: 2px 4px 2px 4px;
    width: 100%;
    max-height: 70px;
    min-height: 32px;
    overflow: scroll;
}

.specialty_scroll_container_units {
    min-height: 52px;
}

.specialty_text_border {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #e7e7e7;
    display: inline-block;
    padding: 0px 2px;
    margin: 2px 4px 2px 0px;
}

.specialty {
    font-size: 14px;
}

.cursor_pointer {
    cursor: pointer;
}

.system_message_container {
    position: fixed;
    display: block;
    z-index: 9999;
    width: 60%;
    bottom: 0px;
    left: 50%;
    margin-left: -30%;
}

.system_message {
    border: 1px solid #ccc;
    border-radius: 4px;
    background:rgba(247,247,247,0.75);
    text-align: center;
    font-weight: bold;
    padding: 8px;
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}

.system_message_success {
    border: 1px solid #ccc;
    border-radius: 4px;
    background:rgba(0,143,0,0.75);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}

.system_message_error {
    border: 1px solid #ccc;
    border-radius: 4px;
    background:rgba(143,0,0,0.75);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}

label {
    width: 100%;
}

.label_margin{
    margin-bottom: 0px;
}

input[type=checkbox].checkbox_height{
    height: initial;
}

input[type=checkbox].roles {
    float: left;
}

span.roles {
    line-height: 30px;
}

.import_customer {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.import_status {
    margin-left: 10px;
    font-weight: bold;
}

.full_width {
    width: 100%;
}

.connected_input_left {
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    border-color: #ced4da;
    padding: 0rem .75rem;
}

.connected_input_right {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
    border-color: #ced4da;
    background-color: #fff;
    padding: 0rem .75rem;
}

.semi_transparent {
    opacity: 0.54;
}

.table_cell_edit {
    width: 100%;
    min-width: 50px;
    text-align: center;
}

.contact_person_table {
    border-collapse: collapse;
    width: 100%;
}

.contact_person_table tr td {
    padding: 0px 8px 0px 3px;
    text-align: left;
    white-space: nowrap;
}

.contact_person_table_td_name {
    width: 50%;
}

.contact_person_table_td_email {
    width: 45%;
}

.contact_person_table_td_checkbox {
    height: 12px;
    width: 12px;
    vertical-align: middle;
    pointer-events: none;
}

.customer_legend {
    text-align: left;
    width: auto;
    margin-left: 16px;
    padding: 0px 8px;
    font-size: 16px;
    font-weight: bold;
}

.customer_fieldset_container {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-bottom: 8px;
}

.dimmed_color {
    color:#ced4da;
}

.period_legend {
    text-align: left;
    width: auto;
    margin-left: 16px;
    padding: 0px 8px;
    font-size: 16px;
}

.assignment_fieldset_container {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px
}

.period_fieldset_container {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-bottom: 8px;
    margin-top: 4px;
}

ul.pagination li {
    width: 35px;
}

.assignment_container {
    width: 100%;
}

.assignment_container tbody tr {
    vertical-align: top;
    cursor: pointer;
}

.assignment_container tbody tr td {
    padding: 4px 8px 4px 8px;
}

.assignment_container tbody tr:nth-child(odd) {
    background-color: #e7e7e7;
}

.added_assignment_container {
    width: 100%;
}

.added_assignment_container tbody tr {
    vertical-align: top;
}

.added_assignment_container tbody tr td {
    padding: 4px 8px 4px 8px;
}

.added_assignment_container tbody tr:nth-child(odd) {
    background-color: #e7e7e7;
}

.assignment_scroll_container {
    display: none;
    width: 100%;
    max-height: 145px;
    overflow: scroll;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.assignment_table_container {
    width:100%;
}

.staff_container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-bottom: 0px;
    width: 100%;
}

.staff_scroll_container {
    display: none;
    width: 100%;
    max-height: 145px;
    overflow: scroll;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.staff_table_container {
    width:100%;
}

.fill_in_data_line{
    margin: 0px;
    width: 130px;
    border-color: black;
}

.customer_confirmation_text {
    font-size: 12px;
    font-weight: bold;
}

.staff_contract_title {
    font-size: 12px;
    font-weight: 500;
    text-align:center;
}

.staff_contract_header {
    font-size: 12px;
    font-weight: 500;
    text-align:left;
    text-decoration: underline;
}

.staff_contract_text {
    font-size: 12px;
    font-weight: 500;
    text-align:left;
}

.staff_contract_input_text_large {
    margin-top: 3px;
    width: 170px;
}

.staff_contract_input_text_small {
    margin-top: 3px;
    width: 130px;
}

.staff_contract_input_text_xsmall {
    width: 55px;
}

.staff_contract_columns_padding {
    padding: 1px;
}

.staff_contract_columns_padding_left {
    padding: 1px 1px 1px 3px;
}

.no_padding_left_right {
    padding-left: 0px;
    padding-right: 0px;
}

.padding_top_bottom {
    padding-top: 8px;
    padding-bottom: 8px;
}

.padding_bottom_large {
    padding-bottom: 20px;
}

.book_staff_scroll_box {
    max-height: 400px;
    overflow: scroll;
}

.book_staff_checkbox_box {
    height: 180px;
    overflow: unset;
}

.book_staff_padding_scroll_boxes {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 10px;
}

.form_control_compact {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    padding: 0.375rem 0.75rem !important;
}

.input_field_width_small {
    width: 78px;
}

.input_field_width_medium {
    width: 230px;
}

.assignment_header tr th {
    padding: 4px 8px 4px 8px;
    white-space: nowrap;
}

.assignment_header tr th:first-child {
    border-left: none;
}

.assignment_row {
    padding: 8px;
}

.assignment_row:nth-child(odd) {
    background-color: #e7e7e7;
}

.assignment_row td {
    cursor: pointer;
    padding: 4px 8px 4px 8px;
}

.rules_row:nth-child(odd) {
    background-color: #e7e7e7;
}

.rules_row.rules_lift, .rules_lift ~ .rules_row:nth-child(odd) {
    background-color: white;
}

.rules_lift ~ .rules_row:nth-child(even) {
    background-color: #e7e7e7;
}

.rules_row td {
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    white-space:nowrap;
}

.rules_placeholder td {
    padding: 4px 8px 4px 8px;
    background-color: #ccc;
}

.rules_lift {
    background-color: white;
    width: 100%;
}

.rules_lift td {
    white-space:nowrap;
}

.schedule_row {
    padding: 8px;
}

.schedule_row:nth-child(odd) {
    background-color: #e7e7e7;
}

.schedule_row td {
    padding: 4px 8px 4px 8px;
}

.odd_week_row {
    padding: 8px;
    background-color: white;
}

.odd_week_row td {
    padding: 4px 8px 4px 8px;
}

.even_week_row {
    padding: 8px;
    background-color: #e7e7e7;
}

.even_week_row td {
    padding: 4px 8px 4px 8px;
}
.no_padding td {
    padding: 4px 8px 0 8px;
}
.no_padding input {
    height: 14px;
    width: 14px;
}

.units_container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-bottom: 0px;
    width: 100%;
}

.units_scroll_container {
    display: none;
    width: 100%;
    max-height: 145px;
    overflow: scroll;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.units_table_container {
    width:100%;
}

.unit_header tr th {
    padding: 4px 8px 4px 8px;
    white-space: nowrap;
}

.unit_header tr th:first-child {
    border-left: none;
}

.unit_row {
    padding: 8px;
}

.unit_row:nth-child(odd) {
    background-color: #e7e7e7;
}

.unit_row td {
    cursor: pointer;
    padding: 4px 8px 4px 8px;
}

.truncated {
    position: relative;
    display: initial;
}

.truncated_container {
    display: none;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 10001;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    white-space: normal;
    word-wrap: break-word;
}

.salary_price {
    width: 80px;
    display: inherit;
}

.salary_percentage {
    width: 50px;
    display: inherit;
}

.salary_coefficient {
    width: 80px;
    display: initial;
}

.salary_weekcost {
    width: 70px;
    display: initial;
}

.salary_total {
    font-weight: bold;
    font-size: 14px;
}

.section_close {
    margin-left: 10px;
}

.form-control {
    padding: 0rem .75rem;
    height: calc(1.50rem + 2px);
}

.previous_search {
    padding: 0px 0.75rem;
}

.legend-btn {
    line-height: 0.8 !important;
    padding: 5px 10px;
    text-transform: none !important;
}

.display_flex {
    display:flex;
}

.weekDays-selector input {
    display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 4px;
    background: #ced4da;
    height: calc(1.50rem + 2px);
    width: 11.8%;
    margin-right: 0.8%;
    line-height: 2.2;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox] + label:last-child {
    margin-right: 0px;
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #28a745;;
    color: #ffffff;
}

.edit_tr_present .unchecked {
    background-color:#fdff00;
}

.edit_tr_present .checked {
    background-color:#28a745;
}

.edit_td_present_date input, .edit_td_present_week input {
    display: none !important;
}

.present_container {
    padding-bottom:14px;
    max-height:140px;
    width:100%;
    overflow:scroll;
}

.hover_select:hover {
    cursor: pointer;
    background-color: dimgray;
    color: white;
}

textarea.address {
    height: 120px;
}

.click_icon {
    font-size: 16px;
    margin-left: 16px;
    cursor: pointer;
}

.period_click_icon {
    font-size: 16px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 4px;
    cursor: pointer;
}

.period_icon {
    font-size: 16px;
    margin-right: 8px;
    margin-left: 8px;
}

.visma_icon {
    font-size: 12px;
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
    width: 50px;
}

.fortnox_icon {
    font-size: 12px;
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
    width: 50px;
}

table.reported_details {
    width: 100%;
    overflow: auto;
    max-width: 100%;
}

table.reported_details th {
    padding: 2px 4px 2px 4px;
    white-space: nowrap;
}

table.reported_details td {
    padding: 2px 4px 2px 4px;
    white-space: nowrap;
}

table.reported_details th.right {
    text-align: right;
}

table.reported_details td.right {
    text-align: right;
}

table.reported_details tr.week td {
    font-weight: bold;
    border-top: 1px solid #ddd;
}

table.reported_details tr.total td {
    font-weight: bold;
}

table.reported_details tr td.warning {
    color: red;
}

table.timereported_total {
    margin-top: 20px;
    border-top: 1px solid lightgrey;
}

#loading_container {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#fortnox_exported_list_table_content > #loading_container > img {
    width: 50px;
    height: 50px;
}

.loading_timereport {
    width: 50px;
    height: 50px;
}

.approved {
    text-align: center;
    width: 100%;
    color: #1e7e34;
}

.nonapproved {
    text-align: center;
    width: 100%;
    color: red;
}

input.date {
    width: 100px;
}

select.oncall {
    width: 100px;
}

input.time {
    width: 65px;
}

td.week {
    font-size: 10px;
    font-weight: bold;
}

.period_scroll_container {
    max-height: 144px;
    overflow: scroll;
    margin: 0px;
    padding: 0px;
}

.period_legend {
    text-align: left;
    width: auto;
    margin-left: 16px;
    padding: 0px 8px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

.title_font {
    font-size: 16px;
    font-weight: bold;
}


.front_container {
    border-radius: 4px;
    background-color: #e7e7e7;
    padding-bottom: 12px;
    padding-top: 6px;
}

.white_background {
    background-color: white;
}

.overview_header_year_color {
    background-color: #eee;
}

.overview_top_table_container {
    height: calc(100% - 222px);
}

.overview_no_padding {
    padding: 0px;
}

.overview_container {
    width: 100%;
    overflow: scroll;
    padding-bottom: 40px;
}

.overview_container_outer {
    /*position: absolute;*/
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overview_container_inner {
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

.overview_header_container {
    position: relative;
    margin-left: 0px;
    z-index: 997;
}

.overview_body_container {
    /*overflow: auto;*/
    padding-bottom: 20px;
}

.overview_inner_container {
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: white;
}

.overview_title_customer {
    padding: 8px !important;
    width: 200px;
    display: block;
    background-color: #eee;
}

span.overview_spacing {
    width: 20px;
    display: flex;
}

td.overview_spacing {
    border: none;
    white-space: nowrap;
}

.overview_year {
    padding: 8px !important;
}

.overview_year_new_year {
    padding: 8px 0 8px 4px !important;
}

.overview_year_even {
    background-color: #e797d5;
}

.overview_year_odd {
    background-color: #e7c4e1;
}

.overview_month {
    text-align: center;
    max-width: 33px;
    font-weight: initial;
}

.overview_month_even {
    background-color: #c16fb3;
    color: #fff;
}

.overview_month_odd {
    background-color: #9f4b8c;
    color: #fff;
}

span.overview_title_week {
    display: block;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

th.overview_title_week {
    background-color: #925487;
    color: #fff;
    /*border-left: 1px solid transparent;*/
    border-left: 1px solid #925487;
}

th.overview_title_week:nth-child(odd) {
    background-color: #592A4F;
    color: #fff;
}

span.overview_week {
    display: block;
    /*max-width: 30px;*/
    min-width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 0px;
}

td.overview_week {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
}

td.overview_week:nth-child(odd) {
}

.overview_customer_row {
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
}

.green_label {
    background-color: #77FF77;
    border: 1px solid #77FF77;
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
    font-size: 7px;
}

.overview_customer_title {
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    padding: 8px !important;
    cursor: pointer;
    background-color: #ddd;
}

.overview_unit_row {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

.overview_unit_title {
    padding-left: 16px !important;
    padding-right: 0px !important;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    width: 200px;
    display: block;
    background-color: #eee;
}

span.overview_unit_title {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.overview_1st_column_title {
    width: calc(100% - 36px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 19px;
    line-height: 26px;
}

table.assignment_overview {
    border-collapse: collapse;
    width: 100%;
}

table.assignment_overview thead {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

table.assignment_overview thead tr th {
    padding: 0px;
}

table.assignment_overview tbody tr td {
    padding: 0px;
}

.assignment_status_smallbox {
    width: 11px;
    height: 11px;
    margin: 1px;
}

.assignment_status_mediumbox {
    width: 18px;
    height: 18px;
    margin: 1px;
    display: block;}

.assignment_status_container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px;
    width: fit-content;
}

.assignment_status_description_container {
    display: none;
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    white-space: nowrap;
}

td.contains_on_calls{
    background-color: black;
}

td.contains_on_calls span {
    border-bottom-right-radius: 20px;
}

.assignment_status_NEW {
    background-color: #ea80bc !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_PRESENTED {
    background-color: #ea80bc !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_RESPONSE_RECEIVED {
    background-color: #ea80bc !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_PRESENTED_CUSTOMER {
    background-color: #fdff00 !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_ACCEPTED {
    background-color: #ff9902 !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_ACCEPTED_salary {
    background-color: #04ff00 !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_ACCEPTED_invoice {
    background-color: #ff9902 !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_REJECTED {
    background-color: #999999 !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_TIME_REPORTED {
    background-color: #3c78d8 !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_TIME_REPORT_APPROVED {
    background-color: lightblue !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_status_INVOICED {
    background-color: #b6d7a8 !important;
    border-radius: 2px;
    cursor: pointer;
}

.assignment_invite_header {
    text-align: left;
    width: auto;
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .negative-margin {
        margin-top: -44px;
    }
}

@media (min-width: 768px) {
    .content_right {
        left: 192px;
        width: calc(100% - 192px);
    }

    .negative-margin {
        /* margin-top: -44px;*/
    }

    .overview_header_container {
        margin-left: 0px !important;
    }

    .bottom_menu_container {
        left: 192px !important;
    }

    span.profile {
        display: flex;
    }
}

.bottom_menu {
}

.bottom_menu_margin {
    margin-bottom: 120px;
}

.bottom_menu_padding {
    padding: 8px 12px 8px 12px;
}

.bottom_menu_shadow {
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 5px);
    background-repeat: repeat no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 5px;
    z-index: 999;
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0px;}

.bottom_menu_container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 2px 12px 4px 12px;
    background-color: #111e2b;
}

.is_dev {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    text-shadow: 1px 1px #700;
    position: absolute;
    z-index: 9999;
    left: 100px;
    right: 100px;
    top: 20px;
}

.customer_tooltip {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.unit_tooltip {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.week_tooltip {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
}

.timereport_details_dialog {
    overflow: auto;
    max-height: 480px;
}

.calculator {
    padding: 0px 8px;
    float: right;
    height: 30px;
}

textarea.assignment_message {
    height: 200px;
}

.weekperiods_small {
    font-size: 10px;
    line-height: 8px;
}

.assignment_info_container {

}

.assignment_info_container tr {
    vertical-align: top;
}

.assignment_info_container td {
    padding: 0px 8px 0px 8px;
}

.mobile_container {
    display: none;
    margin-top: 20px;
}

.appstore {
    max-width: 100px;
    max-height: 100px;
}

.move-left {
    width: auto;
}

.weekdays {
    display: flex;
}

.weekdays span {
    margin: 0px 2px 0px 2px;
}

.weekdays div.title {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}

.weekdays div.title_date {
    font-size: 10px;
    text-align: center;
    padding-top: 20px;
    white-space: nowrap;
    font-weight: bold;
}

.weekdays div.weekday_container {
    width: 40px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #ccc;
    color: white;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
    font-weight: bold;
}

.weekdays div.booked {
    background-color: #ff9902;
}

.weekdays div.timereported {
    background-color: #3c78d8;
}

.weekday_container_mouseover {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px;
}

.input {
    width: 30%;
}

.label_align {
    margin-right: 10px;
    width: 65px;
}

.dashboard_title {
    font-weight: bold;
    text-align: center;
}

.dashboard_component {
    width: 720px;
    height: 375px;
    float: left;
    margin-bottom: 16px;
}

.dashboard_component_large {
    height: 410px;
}

.dot_salary {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: #04ff00 !important;
    margin-right: 3px;
}

.dot_invoice {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ff9902 !important;
    margin-right: 3px;
}

.late_comment {
    background-color: #ff000059 !important;
}

.staff_list tbody .late_comment:nth-child(odd) {
    background-color: #ff000070 !important;
}

.no_pointer_cursor {
    cursor: default !important;
}

.dashboard_tooltip {
    font-weight: initial;
    text-align: left;
}

.dashboard_table_content {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: scroll;
    height: 310px;
}

.dashboard_table_content thead tr th {
    border-left: 1px solid #ccc;
}

.dashboard_table_content thead tr th:first-child {
    border-left: none;
}

.dashboard_table_content thead tr th {
    text-align: center;
    white-space: nowrap;
}

.dashboard_unread_messages {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
    white-space: nowrap;
}

.dashboard_error_btn {
    font-size: 12px !important;
    width: 100%;
    color: white !important;
}

.dashboard_load_more_messages {
    display: block;
    margin: auto;
    color: #17a2b8;
    border: none;
    background-color: white;
    cursor: pointer;
}

.dashboard_circle {
    display: inline-block;
    border-radius: 11px;
    border: 1px solid;
    background-color: red;
    min-width: 10px;
    padding: 4px 4px 0px 4px;
    margin-left: 0.5em;
    margin-bottom: 2px;
    vertical-align: bottom;
}

.dashboard_number {
    position: relative;
    height: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    top: -10px;
    font-size: 12px;
}

.subrow {
    font-size: 10px;
    color: #595959;
}

.todo_table_content {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: scroll;
    height: 120px;
    margin: 8px 0px;
}

.todo_table_content thead tr th {
    border-left: 1px solid #ccc;
}

.todo_table_content thead tr th:first-child {
    border-left: none;
}

.todo_table_content thead tr th {
    text-align: center;
    white-space: nowrap;
}

.button_move {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}



.table_specialties {
    margin-top: 20px;
}

.border {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.document_table_agreement {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 250px;
    overflow: scroll;
}

.document_table_agreement thead tr th {
    border-left: 1px solid #ccc;
}

.document_table_agreement thead tr th {
    text-align: center;
    white-space: nowrap;
}

.agreement_table {
    min-height:0px;
    width: 100%;
}

.agreement_document {
    width: 100%;
    height: 100%;
}

.contains_submenus {
    cursor: pointer;
}

.sub_icon {
    vertical-align: text-bottom;
    padding-left: 10px;
}

.hosp_upload {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
}

.red_week {
    background: linear-gradient(to top right,transparent 80%,#ce3434 0);
}

.agreement_filter {
    max-width: 7%;
}

.checkbox_margin {
    margin-bottom: -7px;
}

.background_check_button {
    margin-top: 22px;
}

.overwriting_warning {
    color: red;
}

.staff_assignment_padding {
    padding-top: 10px;
    padding-left: 60px;
}

.one_drive_authorization {
    color: white;
    font-size: 16px;
}

.one_drive_loading {
    width: 22px;
    height: 22px;
}

.vertical_scrolling_after_210_px {
    max-height: 210px;
    overflow-y:auto;
    /*overflow-x:hidden;*/
    padding-right: 10px;
}

.document_title_field {
    overflow: hidden;
}

.error_number_color {
    color: white;
}

.error_number_circle {
    margin-top: 15px;
    margin-left: -15px;
    z-index: 999;
}

.width30 {
    max-width: 30px;
    padding-right: 30px;
}

.checkbox-size {
    height: 14px !important;
    width: 14px;
}

.row_height {
    height: 45px;
}

.daytime {
    border: none !important;
    min-width: 25px;
    text-align: right;
    padding-right: 8px;
}

.align_right {
    text-align: right;
}

.dashboard_count_height {
    height: 35px;
}

i[disabled]{
    color: lightgrey;
}

i[disabled]:hover{
    cursor: not-allowed;
}

input[disabled]:hover{
    cursor: not-allowed;
}

.fa-check {
    color: green;
}

.xMarkExemption {
    color: red;
}

.auth_loading {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 70px !important;
    height: 70px !important;
}