/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: OpenSans-Regular;
    src: url('fonts/monserrat_font/MONTSERRAT-MEDIUM.OTF');
}

@font-face {
    font-family: OpenSans-Black;
    src: url('fonts/monserrat_font/MONTSERRAT-BLACK.OTF');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: OpenSans-Regular, sans-serif;
    background: #000;
    /*background: url(../images/home.png) no-repeat center center fixed !important;*/
}

.container-login100 {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/*---------------------------------------------*/
a {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 1.7;
    /*color: #666666;*/
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input::-webkit-input-placeholder {
    color: #666666;
}

input:-moz-placeholder {
    color: #666666;
}

input::-moz-placeholder {
    color: #666666;
}

input:-ms-input-placeholder {
    color: #666666;
}

textarea::-webkit-input-placeholder {
    color: #666666;
}

textarea:-moz-placeholder {
    color: #666666;
}

textarea::-moz-placeholder {
    color: #666666;
}

textarea:-ms-input-placeholder {
    color: #666666;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #999999;
}

.txt2 {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #4272d7;
}

.hov1:hover {
    text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.wrap-login100 {
    margin: 0 15px;
    background: url(../images/backgroundlogincontainer.png) repeat !important;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
    .wrap-login100 {
        margin: 0 auto;
        width: 500px;
    }
}

/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-family: OpenSans-Regular;
    font-size: 30px;
    color: #555555;
    line-height: 1.2;
    text-align: center;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.wrap-input100.rs1 {
    border-top: none;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

input::placeholder {
    /* Most modern browsers support this now. */
    color: #fff;
}

.input100 {
    display: block;
    width: 100%;
    background: #616160;
    color: white !important;
    font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 1.2;
    border: none;
}

/*---------------------------------------------*/
input.input100 {
    height: 68px;
    padding: 0 25px 0 25px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100-1,
.focus-input100-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #8a9909;
}

.focus-input100-1::before {
    top: -1px;
    left: 0;
}

.focus-input100-2::before {
    bottom: -1px;
    right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #8a9909;
}

.focus-input100-1::after {
    top: 0;
    right: -1px;
}

.focus-input100-2::after {
    bottom: 0;
    left: -1px;
}

.input100:focus + .focus-input100-1::before {
    -webkit-animation: full-w 0.2s linear 0s;
    animation: full-w 0.2s linear 0s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1::after {
    -webkit-animation: full-h 0.1s linear 0.2s;
    animation: full-h 0.1s linear 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::before {
    -webkit-animation: full-w 0.2s linear 0.3s;
    animation: full-w 0.2s linear 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::after {
    -webkit-animation: full-h 0.1s linear 0.5s;
    animation: full-h 0.1s linear 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes full-w {
    to {
        width: calc(100% + 1px);
    }
}

@keyframes full-h {
    to {
        height: calc(100% + 1px);
    }
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    background-color: #b3c60b;
    font-family: OpenSans-Regular;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background-color: #8a9909;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;

    font-family: OpenSans-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: '\f12a';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.section {
    background-color: #fff;
    padding: 50px 0;
}

.container {
    max-width: 1113px !important;
}

.sm-container {
    max-width: 1000px !important;
}

footer {
    background: black;
    border-bottom: none;
    padding: 10px 0px;
}

.label-primary {
    background-color: rgb(188, 209, 0) !important;
    font-weight: 900;
    font-size: 18px;
    color: #000;
    padding: 5px 15px;
}

.title-section {
    position: relative;
    color: #3c3c3b;
    font-weight: 600;
    font-size: 30px;
    padding-left: 35px;
}

.title-section b {
    font-weight: 900;
    font-size: 40px;
    color: #b3c60b;
}

.title-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    display: block;
    width: 25px;
    height: 11px;
    background-color: #d1d1d1;
}

.subtitle-section {
    width: 100%;
    text-align: center;
    font-size: 30px;
    background-color: black;
    padding: 9px 0px;
    margin: 10px 0px 20px 0px;
    color: #b4c60a;
}

.download-format-container {
    background: #e7e7e7;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}

.download-format-container .download-format-icon img {
    height: 66px;
    width: 66px;
}

.download-format-container .download-format-description {
    width: 100%;
    min-height: 66px;
    font-weight: 900;
    font-size: 20px;
    padding: 18px 30px;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
}

@media (max-width: 769px) {
    .download-format-container .download-format-description {
        font-size: 14px;
    }
}

.form-control.form-control-secondary,
.form-control.form-control-secondary::placeholder,
.form-control.form-control-secondary:focus {
    border-radius: 0;
    background-color: #575756;
    font-weight: 700;
    color: white;
}

.filters {
    background-color: #ededed;
    font-style: normal;
    color: #3c3c3b;
    padding: 25px;
}

.filters .filters-header {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.filters .filters-header .filters-header-title {
    font-style: normal;
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
    font-size: 22px;
    line-height: 0.84;
}

ul.filters-options {
    margin-left: 0;
    padding-left: 25px;
}

ul.filters-options > li.option {
    cursor: pointer;
    line-height: normal;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

ul.filters-options > li::before {
    display: none;
}

ul.filters-options > li.option > div::before {
    position: absolute;
    border: 2px solid #3c3c3b;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    left: -25px;
    top: -2px;
    content: '';
}

ul.filters-options > li.option.active > div::before {
    display: block;
    background-color: rgb(188, 209, 0);
}

.filters .filters-content .filter-section {
    margin-top: 30px;
}

.filters .filters-content .filters-content-title {
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.journal-item {
    width: 100%;
    margin-bottom: 25px;
}

.journal-item > a:hover {
    text-decoration: none;
}

.journal-item img.journal-cover {
    width: 100%;
}

.journal-item .journal-content {
    width: 100%;
    background-color: rgb(188, 209, 0);
    color: #000;
    padding: 15px 15px 30px 15px;
}

.journal-item .journal-title {
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
    margin: 0;
}

.journal-item .journal-date {
    font-size: 10px;
}

.gray-container {
    background-color: #3c3c3b;
    padding: 50px;
    position: relative;
}

.journal-arrows .journal-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 50px;
}

.journal-arrows .journal-btn.journal-btn-prev {
    left: 10px;
}

.journal-arrows .journal-btn.journal-btn-next {
    right: 10px;
}

.journal-controls {
    margin-top: auto;
    font-size: 18px;
    color: white;
    display: flex;
    font-weight: bold;
    align-items: center;
}

.journal-controls .journal-pages-details {
    font-size: 14px;
    display: flex;
}

.journal-controls .journal-control {
    cursor: pointer;
    margin-right: 10px;
}

#journal {
    position: relative;
}

#journal:fullscreen .react-pdf__Document {
    zoom: 1.4;
}

#journal:fullscreen .journal-controls {
    position: absolute;
    width: calc(100% - 100px);
    bottom: 20px;
    left: 50px;
}

.page {
    background-color: #ffffff;
}

.card-item {
    width: 100%;
}

.card-item > a:hover {
    text-decoration: none;
}

.card-item img.card-cover {
    width: 100%;
}

.card-item .card-content {
    width: 100%;
    background-color: rgb(188, 209, 0);
    color: #000;
    padding: 10px 15px;
}

.card-item .card-title {
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
}

.calendar-event.calendar-event-detail {
    padding: 15px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: ce;
    font-size: 14px;
}

.calendar-event {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    border-radius: 0px;
    padding: 2px 3px;
}

.calendar-event .fc-event-title {
    color: #000;
    font-size: 9px;
}

.calendar-event.event-type1 {
    background-color: #01adee;
    border-color: #01adee;
}

.calendar-event.event-type2 {
    background-color: #ec2224;
    border-color: #ec2224;
}

.calendar-event.event-type3 {
    background-color: #8ec641;
    border-color: #8ec641;
}

.calendar-event.event-type4 {
    background-color: #fff000;
    border-color: #fff000;
}

.profile-picture {
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.react-pdf__Document {
    margin: auto;
}

.react-pdf__Page__textContent {
    display: none;
}

.project-location {
    cursor: pointer;
    display: flex;
    margin-bottom: 25px;
}

.project-location .project-location__image {
    border: 3px solid #d9d9d9;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-location .project-location__image img {
    width: 80%;
    height: auto;
}

.project-location .project-location__info {
    display: flex;
    flex-direction: column;
    background-color: #d9d9d9;
    width: 80%;
    font-size: 10px;
    text-align: center;
    min-height: 101px;
}

.project-location .project-location__info .project-location__info--title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 15px;
}

.project-location .project-location__info .project-location__info--city {
    background-color: #000;
    color: #fff;
    font-size: 12px;
}

.project-location .project-location__info .project-location__info--adress {
    padding: 5px 15px;
    font-weight: 500;
}

.internal-profile-picture {
    width: 100%;
}

@media (min-width: 768px) {
    .internal-profile-picture {
        width: 80%;
    }
}

.internal-profile-picture img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.card-simple {
    color: #000;
}

.card-simple .card-simple__title {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    color: #000;
    font-weight: 900;
    line-height: 1.4;
    font-size: 12px;
}

.card-simple a:hover {
    text-decoration: none;
}

.mantine-Slider-track::before {
    background-color: #9e9e9d;
}

.project-iframe iframe {
    width: 100% !important;
}

.react-pdf__Document {
    text-align: -webkit-center;
}

.comments-input {
    border: 1px solid !important;
    color: #4c4c4c !important;
    border-radius: 0 !important;
    padding: 15px !important;
    font-weight: 500 !important;
}

.comments-input::placeholder {
    color: #4c4c4c !important;
    font-weight: 500 !important;
}

.comment {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f4f4f4;
}

.comment .comment-side {
    width: 65px;
}

.comment .comment-side .profile-picture {
    width: 100%;
    height: 60px;
    border-radius: 0;
}

.comment .comment-body {
    padding: 15px 20px;
    width: 100%;
}

.comment .comment-body .comment-body__user {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.comment .comment-body .comment-body__date {
    margin-top: -11px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(188, 209, 0) !important;
}

.comment .comment-body .comment-body__description {
    width: 100%;
    margin-top: 15px;
    font-weight: 500;
}

.comment .comment-body .comment-body__reply-link {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: rgb(188, 209, 0) !important;
}

.card-image-item {
    position: relative;
    height: 100%;
}

.card-image-item a:hover {
    text-decoration: none;
}

.card-image-item .card-image-item__title {
    display: flex;
    min-height: 88px;
    background: #e8e8e8;
    color: #000;
    margin: 0;
    padding: 20px;
}

.card-image-item .card-image-item__title h5 {
    margin: auto;
    text-align: center;
}

.card-image-item .card-image-item__cover {
    text-align: center;
}

.card-image-item .card-image-item__description {
    width: 100%;
    text-align: left;
    font-size: 12px;
    background: #e8e8e8;
    font-weight: bold;
    padding: 20px;
    margin: 0;
}

.table.table-contacts > tbody {
    font-size: 10px;
    width: 100%;
    /*word-wrap: break-word;*/
    table-layout: fixed;
}

.table.table-contacts > tbody > tr > td {
    vertical-align: middle;
}

.table.table-contacts > thead {
    font-size: 10.5px;
}

.form-login {
}