@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');

h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif !important;
}

.files__upload>ul>li.downloadLink>a {
    font-size: 1rem;
    color: #000;
}

.btnTextIcon {
    background-image: url("../images/text_invisible.svg");
    display: inline-block;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-left: -7px;
}

.btnTextIcon.active {
    background-image: url("../images/text_visible.svg");
    display: inline-block;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.btnDescriptionIcon {
    background-image: url("../images/info_invisible.svg");
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-top: 5px;
}

.btnDescriptionIcon.active {
    background-image: url("../images/info_visible.svg");
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-top: 5px;
}

.btnCommentIcon {
    background-image: url("../images/comment_invisible.svg");
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-top: 5px;
}

.btnCommentIcon.active {
    background-image: url("../images/comment_visible.svg");
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-top: 5px;
}

.btnCommentIcon.edit {
    background-image: url("../images/comment_edit_visible.svg");
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-top: 5px;
}

.icon-document::after{
    display: inline-block;
}

.btnCheckIcon {
    /* background-image: url("../images/verified.svg"); */
    background-image: url("../images/asterisk.svg");
    display: inline-block;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    left: 35px;
    position: absolute;
    top: 10px;
}

.btnTrashIcon{
    background-image: url("../images/icon_trash.svg");
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.btnTrashIcon:hover,
.btnTrashIcon:focus{
    background-image: url("../images/icon_trash_red.svg");
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.table__data--wrapper .table th, .table__data--wrapper .table td{
    position: relative;
}

span.spaceBox {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.freeTextContent {
    padding-top: 16px;
}

.htmlTextArea {
    font-size: 18px;
}

.htmlTextArea p {
    margin-bottom: 1rem;
    font-size: 18px;
}

.htmlTextArea i, .htmlTextArea b, .htmlTextArea p, .htmlTextArea ul, .htmlTextArea li, .htmlTextArea ol, .htmlTextArea span, .htmlTextArea small, .htmlTextArea i, .htmlTextArea strong {
    font-size: 18px;
}

.form__questions {
    width: 100%;
}

.radio.radio__red .styled-radio:checked+label:before {
    background-image: url(../images/checked-radio-red.svg);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion .card .card-body p a {
    font-size: 18px;
}

h1.logo {
    margin-bottom: 0;
}

.banner-front {
    padding-top: 45px;
}

.video__block--description h3 {
    margin-bottom: 1rem;
}

body:not(.home) .main-content.for_transport {
    padding-top: 0;
}

body:not(.home) .video__block {
    padding: 0 15px;
}

.about .row {
    padding: 20px 0;
}

.about {
    background: transparent;
}


/* FT-90 */
/* Change fonts to Oswald and adjusted to not break */

.recent__news--wrapper h5 {
    width: 130px;
    white-space: nowrap;
}

.video__block--description h3{
    line-height: 52px;
}

.features__block--wrapper .item h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.news__block--item h4{
    font-family: 'Oswald', sans-serif;
    line-height: 38px;
}

footer.footer .footer__text h5 {
    font-size: 22px;
}

.accordion .card .card-body p strong,
.accordion .card .card-body p b{
    font-size: 18px;
}

@media(max-width: 768px){
    .banner-front{
        padding-top: 50px;
        background-size: contain;
        background-position: bottom;
    }
    .banner-front h2{
        line-height: 70px;
        margin-bottom: 30px;
        font-size: 46px;
        line-height: 52px;
    }
    .banner-front .intro{
        max-width: 100%;
        font-size: 22px;
        line-height: normal;
    }
    .news__wrapper--content{
        padding: 15px;
    }
    .news__wrapper--content h4{
        line-height: 36px;
    }
}

@media (max-width: 576px){
    .main__menu--mobile ul li a {
        font-size: 2rem;
    }
}

.marquee a{
    padding: 0px 50px;
    animation: none;
}

.recent__news--wrapper h5{
    border-right: 0;
}

.marquee {
    border-left: 2px solid #e5e5e5;
    /* padding-top: 16px; */
}

.searchMapBody .gm-style-iw h3 {
    font-size: 1.75rem;
}

.with__background--footer{
    background-image: url(../images/green-footer.png);
    padding-bottom: 500px !important;
}


.questionValidateModal .btn-danger{
    background-color: #fd3932;
}

.questionValidateModal .btn-success{
    background-color: #269f45;
}

.map {
    height: auto;
}


.object-left {
    float: left;
}

.object-right {
    float: right;
}

.object-center {
    text-align: center;
}

.object-center:after, .object-center:before {
    content: " ";
    display: table;
    clear: both;
}

.image_fluid img{
    max-width: 100%;
    height: auto;
}

img.image_fluid{
    max-width: 100%;
    height: auto;
}


.image_full img{
    width: 100%;
    height: auto;
}

img.image_full{
    width: 100%;
    height: auto;
}

.profile__logo {
    width: 160px;
    float: right;
}

.profile__logo_no_edit{
    margin-top: 15px;
    position: absolute;
    right: 15px;
}

@media (max-width: 767px){
    .custom-upload .custom-upload__button{
        line-height: normal;
        font-size: 0.9rem;
    }

    .profile__logo {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .profile__logo_no_edit{
        position: relative;
        right: auto;
        margin-bottom: 0;
        margin-top: 30px;
    }
}


.image__badge img {
    max-width: none;
}


.chart-text {
font-size: 1.4em;
text-transform: uppercase;
text-anchor: middle;
-moz-transform: translateY(0.25em);
-ms-transform: translateY(0.25em);
-webkit-transform: translateY(0.25em);
transform: translateY(0.25em);
font-family: "DIN Condensed Medium", sans-serif;
}


.rm-height{
    min-height: inherit;
    height: auto;
}

.features__data.company__statistics{
    padding: 30px 15px;
    margin: 0;
    background: #f5f6f6;
}

.features__data.company__statistics .features__data--item{
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px){
    .features__data.company__statistics .features__data--item:nth-last-child(-n+2){
        border-bottom: none;
    }
}

@media (max-width: 767px){
    .features__data.company__statistics .features__data--item:last-child{
        border-bottom: none;
    }
}


.features__data.company__statistics .features__data--item:nth-child(even){
    border-right: none;
}



/* ************************************************ */

.svg-item {
    height: 65px;
    width: 65px;
    max-width: 100%;
    margin-right: 20px;
    font-size: 16px;
    animation: donutfade 1s;
    display: inline-block;
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

/* @media (min-width: 992px) {
    .svg-item {
        width: 80%;
    }
} */

.donut-ring {
    stroke: #404040;
}

.donut-segment {
    transform-origin: center;
    stroke: #404040;
}

.donut-segment-2 {
    stroke: #269f45;
    animation: donut1 3s;
}

.segment-2{fill:#269f45;}

.donut-percent {
    animation: donutfadelong 1s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 100, 0;
    }
}

.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #404040;
}
.donut-text-1 {
    fill: #404040;
}

.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.12em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color:#666;
    fill: #666;
    animation: donutfadelong 1s;
}


.commentTitle{
    font-size: 20px;
}


.cc_formWrapper{
    margin-bottom: 20px;
}

.cc_formWrapper textarea{
    width: 100%;
}

.cc_formWrapper .btn.btn-success{
    float: right;
}

.cc_formWrapper:after, .cc_formWrapper:before {
    content: " ";
    display: table;
    clear: both;
}

.cc_listWrapper .cc_list {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
}


.cc_listInfo{
    margin-bottom: 5px;
    position: relative;
}

.cc_listInfo > p {
    font-weight: 600;
    font-size: 14px !important;
    margin-bottom: 0;
}


.cc_listComment{
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.cc_listComment:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.modal-header{
    background: #f7f7f7;
    border-bottom: none;
}

.modal-footer{
    background: #f7f7f7;
    border-top: none;
}


/* New answer pagination stuff */

.pagination__head {
    margin-top: 30px;
    height: 42px;
    background-image: url("../images/table-pagination-head.png");
}
.pagination__head div {
    max-width: 330px;
}
.pagination__head div a {
    height: 42px;
    background-color: #128330;
}
.pagination__head div a:last-child {
    text-align: right!important;
    background-color: transparent;
}
.pagination__head div a:last-child:after{
        vertical-align: baseline;
}

.pagination__head div a:first-child {
    text-align: left!important;
    background-color: transparent;
}

.pagination__head div a:first-child:before{
    vertical-align: baseline;
}

.pagination__head + .form-inline .form__questions{
    margin-top: 0;
}

@media(max-width: 420px){
    .pagination__head{
        height: auto;
        background-color: #269f45;
    }
    .pagination__head div a{
        height: auto;
        padding: 8px 0 8px 0;
    }
}

.pagination__head div a.btn-saved {
    background-color: #01671C;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,calc(50vh - 50%));
    transform: translate(0,calc(50vh - 50%));
}

/* Search related adjustments  */

.for-transport .open-map {
    /* position: absolute; */
    /* right: 0; */
    /* margin: 10px 20px 0px 0; */
    margin: 0;
    height: 50px;
}

.for-transport .form-group + div{
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .for-transport .form-group{
        padding-left: 25px;
        /* padding-right: 25px; */
        /* max-width: none; */
        flex-wrap: wrap;
        /* justify-content: flex-end; */
        margin-left: 0;
    }

    .for-transport .open-map{
        /* position: static; */
        /* margin: 10px 0 0 10px; */
        margin: 0;
    }

    /* .for-transport .form-group .form-group-filters,  .for-transport .form-group .form-group-search{
        width: auto;
        flex-grow: 1;
    } */
}
@media(max-width: 991px){
    .for-transport .form-group .form-group-filters{
        width: 40%;
    }
}

@media (max-width: 767px){
    .for-transport .form-group .form-group-filters {
        width: 100%;
    }
}


.icon{
    position: relative;
    color: #404040;
}

.icon.iconDownloadImg,
.icon.iconDownloadFile{
    margin-bottom: 20px;
    display: inline-block;
}

.icon.iconDownloadImg::before {
    content: "";
    background-image: url("../images/icon_image_download.svg");
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-bottom: -5px;
    margin-right: 5px;
}

.icon.iconDownloadFile::before {
    content: "";
    background-image: url("../images/icon_file_download.svg");
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-bottom: -5px;
    margin-right: 5px;
}

/* see FT-161 */
#auditorCommentIcon{
    height: 25px;
    width: 25px;
    cursor: pointer;
}

#question-lamp{
    padding: 0px;
    max-width: 25px;
}

#auditor-comment-icon{
    padding: 0px;
    max-width: 28px;
    padding-top: 3px;
}

#lamp-and-comment-icon{
    padding-left: 10px;
    padding-bottom: 5px;
}

@media (max-width: 767px){
    #question-lamp{
        width: 50%;
    }
    #auditor-comment-icon{
        width: 50%;
    }
    #auditorCommentIcon{
        height: 20px;
        width: 35px;
    }
}

@media (max-width: 575px){
    .form__questions--wrapper {
        width: 85%;
    }
    .form__questions--steps{
        width: 15%;
    }
}

/* see FT-163 */
@keyframes spin {
    to { transform: rotate(360deg); }
}

.spinner {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-left-color: #269f45;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    display: none;
    animation: spin 1s linear infinite;
}

.results__itemInit {
    display: none;
}

.urlFilterBox {
    text-align: right;
}

.urlFilterBox a{
    margin-right: 20px;
}

.urlFilterBox a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-image: url(../images/arrow_link.svg);
    margin-top: 5px;
}

.imgCertification{
    width: 30px;
    height: 30px;
    display: none;
}

.imgCertification.active{
    display: block;
}

.imgCertification img{
    width: 100%;
    margin: 0 auto;
}