.header-logo {
    text-decoration: none !important;
    color: #000;
}

.header-logo:hover {
    color: #000;
}

.btn_link:hover {
    color: #fff;
    background-color: #2c679d;
}

.new-news {
    margin-bottom: 15px;
}

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

.news-item {
    margin-right: 29px !important;
    margin-left: 29px !important;
}

.latest-news {
    justify-content: flex-start !important;
    max-height: 800px;
    overflow: auto;
}

.header-active-item {
    border-bottom: 3px solid #ffa901;
    padding-bottom: 4px;
}

.header-user-name {
    color: #000;
}

.news-edit-image {
    max-width: 300px;
    max-height: 300px;
}

.main-sign-in-button {
    color: #fff;
}

.main-sign-in-button:hover {
    color: #fff;
    text-decoration: none;
}

.main-sign-in-button:focus {
    text-decoration: none;
    color: #fff;
}

.login-sign-up-button {
    color: #ffa901;
}

.login-sign-up-button:hover {
    color: #ffa901;
    text-decoration: none;
}

.main-page-dropdown {
    cursor: pointer;
}

.main-page-dropdown div {
    display: inline-block;
}

.main-page-dropdown div i {
    margin-left: 3px;
    color: #000 !important;
}

.dropdown-menu {
    padding: 5px 10px 5px 10px;
    color: #000;
    min-width: 215px;
}

.dropdown-menu a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

.dropdown-menu a:hover {
    color: #da8c01;
}

.dropdown-menu hr {
    margin: 5px 0 5px 0;
}

.user-info-message {
    font-weight: bold;
    font-size: 22px;
}

.forgot-password {
    text-align: right;
}

.forgot-password a {
    color: #000;
    text-decoration: underline;
}

.news__img img {
    width: 224px;
    height: 224px;
}

.read__more {
    color: #000;
}

.projects-menu-name:hover li span,
.projects-menu-border {
    border-bottom: 2px solid white !important;
    padding-bottom: 2px !important;
}

.projects-menu-name {
    text-decoration: none !important;
    cursor: pointer;
}

.projects-add-user:hover {
    color: #fff !important;
}

.flash-message {
    padding: 5px;
    color: #008000;
    padding-bottom: 0;
}

.flash-message-error {
    color: red;
}

.profile-delete-account {
    width: 200px !important;
}

.contact-us-button button {
    width: 220px;
}

.contact-us-button:hover {
    text-decoration: none;
}

.fc-event-container {
    cursor: pointer;
}

.fc-allow-mouse-resize {
    opacity: 0.6 !important;
}

.fc-slats table tbody tr {
    cursor: pointer;
}

.fc-slats table tbody tr:hover {
    background-color: #efefef;
}

.fc-content-skeleton table thead tr td,
.fc-content-skeleton table tbody tr td,
.fc-bg table tbody tr td {
    cursor: pointer;
}

.fc-nonbusiness {
    background-color: #adadad !important;
}

.delete-booking-button,
.delete-project-button {
    margin-top: 10px;
}

.new-project-form-label {
    margin-bottom: -6px;
}

.new-project-form-label-signature {
    margin-bottom: 3px;
}

.add-user-button {
    margin-top: 20px !important;
}

.project-add-user .form-group {
    padding-left: 0 !important;
}

.project-menu-name {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.project-submenu {
    margin-left: -20px;
}

.project-submenu-name {
    color: #c3c3c3;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 5px;
}
.project-additional-menu-list a {
    text-decoration: none;
}

.project-submenu a {
    text-decoration: none;
}

.project-submenu-name:hover {
    color: #fff;
}

.additional-menu-title {
    font-size: 18px;
    color: #9e9e9e;
}


.additional-menu-body {
    padding-left: 15px;
}

.additional-menu-body a {
    text-decoration: none;
}
.additional-menu-title a {
    text-decoration: none;
}

.additional-menu-body li {
    list-style-type: none;
    color: #fff;
}

.projects-menu {
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

.additional-menu-body li:hover span,
.additional-menu-title a:hover span,
.project-additional-menu-list a:hover span,
.additional-menu-selected {
    border-bottom: 1px solid white !important;
}

#add-note-form .add-note-date {
    display: none;
}

.calendar-add-note img {
    max-height: 20px;
}

.calendar-day-note {
    display: flex;
    justify-content: center;
    background-color: #AFD7F2;
    text-transform: none;
}
.calendar-day-note p {
    margin: 0;
}

.calendar-legend {
    width: 100%;
    position: absolute;
    bottom: 11px;
    z-index: 100;
}

.calendar-legend div div {
    width: 70%;
    text-align: center;
    margin: auto;
}

.legend-gray {
    background-color: gray;
}

.legend-orange {
    background-color: orange;
}

.legend-blue {
    background-color: blue;
}

.legend-green {
    background-color: green;
}

.legend-gray,
.legend-orange,
.legend-blue,
.legend-green {
    color: white;
    border-radius: 3px;
}

#datatable-statistic tfoot {
    display: table-header-group;
}

#datatable-files tfoot {
    display: table-header-group;
}

.language-flag-select {
    border-bottom: 3px solid #ffa901;
    padding-bottom: 3px;
}

.language-flag-non-select {
    border-bottom: 3px solid #fff;
    padding-bottom: 3px;
}

.fc-toolbar,
.fc-day-header {
    text-transform: capitalize;
}

.booking-already-accept {
    font-size: 20px;
    color: #ff0000;
}

.edit-project-checkbox {
    margin-top: -8px !important;
    width: 16px !important;
}

.phone-number-block,
.phone-number-body,
.phone-number-code {
    display: inline-block;
}

.phone-number-code {
    width: 31%;
}

.phone-number-body {
    width: 68%;
}

html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(2) {
    min-width: 11%;
    max-width: 11%;
}

html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(4) {
    min-width: 17%;
    max-width: 17%;
}

.modal-title {
    font-size: 22px !important;
}

.job-icons {
    margin-bottom: 5px;
}

.job-icons .dropdown {
    display: inline-block;
    margin-right: 5px;
}

.job-icon-circle {
    width: 27px;
    height: 27px;
    border-radius: 16px;
    text-align: center;
}

.job-icon-count {
    padding-top: 3px;
}

.job-dropdown-menu {
    left: -75px;
    border-radius: 10px;
    min-width: 220px;
    max-width: 220px;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.job-dropdown-elem {
    padding: 3px 3px 3px 5px;
    margin: 0 0 0 0;
    border-radius: 8px;
}

.job-dropdown-elem a {
    font-size: 13px !important;
}

.job-dropdown-new-date {
    color: #144614;
    margin-bottom: -3px;
}

.job-dropdown-accept-date {
    color: #524924;;
    margin-bottom: -3px;
}

.job-dropdown-accept-date {
    color: #aa2d2d;;
    margin-bottom: -3px;
}

.job-dropdown-new-description,
.job-dropdown-accept-description,
.job-dropdown-approval-description{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-dropdown-new-description {
    color: #257d25;
}

.job-dropdown-accept-description {
    color: #b79646;
}

.job-dropdown-approval-description {
    color: #e60b0b;
}

.job-dropdown-elem-new:hover {
    background-color: #dcf5d7;
}

.job-dropdown-elem-accept:hover {
    background-color: #fff2ca;
}

.job-dropdown-elem-approval:hover {
    background-color: #fff2ca;
}

.green-icon {
    background-color: #37c737;
}

.yellow-icon {
    background-color: #ffa901;
}

.red-icon {
    background-color: #e60b0b;
}

.job-dropdown-menu::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.job-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #7b7888;
    border-radius: 10px;
}

.job-dropdown-menu::-webkit-scrollbar-track {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
    margin-top: -1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.job-accept-empty,
.job-new-empty,
.job-approval-empty{
    padding: 12px 0 12px 0;
    text-align: center;
    font-weight: bold;
}

.job-accept-empty {
    color: #e6ac20;
}

.job-new-empty {
    color: #63c146;
}

.job-approval-empty {
    color: #e60b0b;
}

#booking-form textarea {
    height: 34px;
    min-height: 34px;
    max-width: 100%;
    min-width: 100%;
}

.booking-form-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.booking-approval {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.booking-approval .status-not-approved {
    border: 2px solid #ffa901;
}

#booking-form .col-md-6,
#booking-form .col-md-12 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.booking-form-right-padding {
    padding-left: 0 !important;
}

.project-users-edit-field {
    width: 100%;
    border: none;
    outline: none;
}

.project-users-edit-field:focus {
    border: 1px solid #aba8a8;
}

#datatable-users tbody tr td {
    height: 26px;
    padding-bottom: 3px;
    padding-top: 4px;
}

.edit-form-buttons div {
    padding: 0 !important;
}

.latest-news::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
}

.latest-news::-webkit-scrollbar-thumb {
    background-color: #ffa901;
    border-radius: 10px;
}

.advertising-text-block {
    background: #fff;
    width: 300px;
}

.advertising-text {
    font-size: 18px;
    font-weight: 600;
}

html body .main-wrapper .side__block {
    padding: 0;
}

html body.projects__page .projects__wrapper .projects__sidebar {
    padding: 16px 45px;

}

.projects__content {
    display: flex;
    flex-direction: column;
}

.project-search__wrap {
    margin-left: auto;
}

.project-search {
    background: #cacaca;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding-left: 3px;
    width: 100%;
}

.project-search:focus {
    outline: none;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #fff;
}

.project-search-content {
    background: #cacaca;
    border: 1px solid #cacaca;
    height: 25px;
    width: 200px;
    text-align: center;
    font-weight: 600;
}

.project-name-block,
.project-name-body,
.project-number-body {
    display: inline-block;
}

.project-name-body {
    width: 60%;
}

.project-number-body {
    width: 38%;
}

.cookie-popup {
    background-color: #e89a00;
    width: 100%;
    height: 45px;
}

.cookie-popup div {
    /*display: inline-block;*/
}

.cookie-message {
    float: left;
    margin-top: 12px;
    margin-left: 25px;
    color: #fff;
    font-weight: bold;
}

.cookie-button {
    float: right;
    margin-top: 5px;
    margin-right: 35px;
}

.cookie-button button {
    background-color: #fff;
    color: #e89a00;
    width: 120px;
    height: 35px;
    border-radius: 15px;
    border: 0;
    font-weight: bold;
}

.cookie-button button:hover,
.cookie-button button:focus,
.cookie-button button:active {
    background-color: #fff !important;
    color: #e89a00 !important;
}

/* Custom Calendar Table */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    top: calc(100% + 4px);
    right: -22%;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.fc-left {
    position: relative;
}

.showDropdown {
    display: block;
}

.fc-header-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fc-header-toolbar .fc-button-primary {
    margin: 0;
    margin-left: 0 !important;
    margin-right: 7px;
}

.fc-header-toolbar .fc-left {
    display: flex;
    align-items: center;
}

.fc-header-toolbar .fc-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-header-toolbar .fc-right {
    display: flex;
    align-items: center;
}

.privacy-policy-link-color {
    color: #fff;
}

.privacy-policy-link-color:hover,
.privacy-policy-link-color:active,
.privacy-policy-link-color:focus {
    color: #50452d;
    text-decoration: none;
}

.excel-export-icon {
    padding-left: 0 !important;
}

.excel-buttons i {
    font-size: 32px !important;
    margin-right: 11px;
    margin-left: 11px;
    cursor: pointer;
}

.excel-export {
    color: #dc5937 !important;
}

.excel-export:hover {
    color: #d63005 !important;
}

.project-additional-menu {
    margin-top: 5px;
    margin-bottom: 5px;
}

.project-additional-menu-list {
    padding-bottom: 5px;
}

.project-menu {
    margin-top: 10px;
}

.alert {
    margin-bottom: 0;
}

/*Top menu*/
.block-lins {
    display: flex;
    flex-wrap: wrap;

}

.block-lins__item {
    width: 150px;
    margin: 10px;
    background-color: #ffa901;
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.block-btn__calendar {
    width: 200px;
    margin: 10px;
    background-color: #ffa901;
    text-decoration: none;
    color: white;
    font-size: 18px;

}
.block-lins__item:last-child {
    margin-left: auto;
    background-color: black;
}

/*Template Resource*/
.block-create {
    display: flex;
    flex-wrap: wrap;
}

.block-create__item {
    margin: 10px;
    background-color: #ffa901;
    text-decoration: none;
    color: white;

}

.block-resource {
    height: 400px;
    /*overflow-y: auto;*/
}

.block-resource__title {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
}

.block-resource__item {
    margin: 1rem 0;
    display: flex;
    border-bottom: 1px solid black;
    justify-content: space-between;
    margin-left: 10px;

}

.block-resource__list {
    border: 2px solid black;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.block-resource__icon {
    margin: 3px;
    width: 50px;
    background-color: #ffa901;
    text-decoration: none;
    color: white;
    font-size: 14px;
    padding: 2px;
}

.block-resource__icon i {
    color: #ffa901;
}

.row .form-group .flash-message-error {
    padding-top: 5px;
}

.btn_orange.btn-save {
    height: 40px;
    font-size: 18px;
    min-width: 117px;
}

/* Create New Template */

.booking_template {


}

.booking_template .checkbox-row {
    display: flex;
    align-items: center;
}

.booking_template.new_template .form__col .checkbox-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.highlight-heading {
    text-transform: uppercase;
    border-bottom: 2px solid #ffa901;
    font-weight: 600;
    width: fit-content;
}

.edit-template #booking_template_templateName {
    max-width: 300px;
    margin-left: 30px;
    border: 2px solid #ffa901;
}


@media screen and (max-width: 500px) {
    .block-resource {
        max-width: 100%;
        width: 100%;
    }
}