﻿
/*_________________________________________________Accordion______________________________________*/

.accordion__button {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
    background: #a6a6a6;
    box-shadow: 0px 0 14px 1px rgba(0, 0, 0, 0.12);
    color: #494b4d;
    font-weight: bold;
}

.accordion__button::after {
    content: '\25be';
    float: right;
    transform: scale(1.5);

}

.accordion__button--active + .accordion__content {
    display: block;
}

.accordion__button--active {
    background: #a6a6a6;
    box-shadow: 0px 0 14px 1px rgba(0, 0, 0, 0.12);
    color: #494b4d;
}

.accordion__button--active::after {
    content: '\25b4';
}

.accordion__content {
    font-family: sans-serif;
    /*background: #eeeeee;*/
    display: none;
    overflow: auto;
    padding: 20px;

    background: #FBFCFC;
    box-shadow: 0px 0 14px 1px rgba(0, 0, 0, 0.12);
}












/*___________________Owl Carussel______________________*/


.latest-blog-posts {
    position: relative;
    background: transparent !important;
}

    .latest-blog-posts .container-fluid {
        padding: 60px;
        position: relative;
        max-width: 1230px;
    }

    .latest-blog-posts .thumbnail {
        margin: 0 15px;
    }

    .latest-blog-posts .customNavigation {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: calc(50% - 37px);
        position: absolute;
        width: 100%;
        left: 0;
    }

        .latest-blog-posts .customNavigation > span {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            position: absolute;
        }

    .latest-blog-posts .pager-left {
        left: calc(0% + 15px);
    }

    .latest-blog-posts .pager-right {
        right: calc(0% + 15px);
    }

    .latest-blog-posts .next, .latest-blog-posts .prev {
        font-size: 28px;
        color: #ccc;
    }



@media screen and (max-width: 650px) {
    .latest-blog-posts .container-fluid {
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 29px;
        padding-bottom: 5px;
    }

    .customNavigation {
        display: none;
    }
}

.glyphicon {
    color: #6d6d6d;
}











#content {
    margin-top: 136px;
}


.elementButton {
    background: transparent;
    color: #000;
    padding: 10px;
}

.elementButtonNotClickable {
    background: transparent;
    color: #bdbcbc;
    padding: 10px;
}

.elementButtonExpired {
    color: #fb0303;
}







.employeeName {
    text-align: center;
    color: #6d6d6d;
    font-weight: bold;
}



button:focus {
    outline: none;
}

.accordion__content {
    /*display: block;
    overflow: auto;*/
}


@media (min-width: 800px) {
    .card-horizontal {
        display: flex;
        flex: 1 1 auto;
    }
}


.imgEmployeeCard {
    border-radius: 2%;
    width: 300px;
}

.card-title {
    font-weight: bold;
    color: #494b4d;
    font-size: 24px;
    word-break: break-word;
}






.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


.pathTriangle {
    font-size: 13px;
}






.adminButton {
    background: #a6a6a6;
    color: #6d6d6d;
    width: 307px;
    font-size: 23px;
}






.tooltip-inner {
    min-width: 150px;
    font-size: 15px;
    background-color: #a6a6a6 !important;
    color: #6d6d6d;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #a6a6a6 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #a6a6a6 !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #a6a6a6 !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #a6a6a6 !important;
}




.fileUpload {
    height: 35px;
    font-size: 14px;
}

.removeImg {
    font-size: 29px;
    font-weight: bold;
    color: #ff0000;
    background: #fff;
    height: 39px;
    width: 39px;
    margin-top: 29px;
    position: absolute;
    margin-left: 404px;
    border: #a6a6a6;
    border-style: solid;
    border-width: 2px;
}

.removeImg span {
    margin-top: -21px;
    position: absolute;
    margin-left: -8px;
}

.adminModalContent {
    width: 100% !important;
}

.adminTextAreaField {
    min-height: 109px !important;
    max-height: 250px !important;
    font-size: 16px;
}

.adminInputField {
    font-size: 16px;
    height: 39px;
}


.adminModalCancel {
    width: 93px;
    background: #a6a6a6;
    margin-top: 0px;
}

.adminModalCancel:hover {
    background: #8e8c8c;
}

.adminModalSubmit {
    width: 93px;
    background: #319f4a;
}

.adminModalDelete {
    width: 93px;
    background: #d03333;
    border-color: #d03333;
}

.adminModalDelete:hover {
    background: #b31e1e;
    border-color: #b31e1e;
}




#descriptionInput {
    white-space: pre-wrap;
}




.labelCheckbox {
    padding-left: 8px;
    font-weight: normal;
}


.imageCaruselRooms {
    width: 260px;
}

.imageCaruselEmployees {
    border-radius: 24%;
    width: 122px;
}

.imageCaruselForeign {
    width: 97%;
    border-radius: 1%;
}

#roomCarusselElem {
    width: 100%;
}

.removedImgCarusel {
    color: red;
    display: none;
}

.bannerImg {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
}

.headder {
    color: #6d6d6d;
    word-break: break-word
}






.inputContact {
    font-size: 16px;
    height: 38px;
    color: #000;
}

.inputContactSend {
    font-size: 16px;
    height: 38px;
    color: #fff;
    background: #4e86cd;
}






.w3-animate-zoom {
    margin-top: 130px !important;
}

.imageCaruselForeignPopUp:hover {
    opacity: 0.7;
    cursor: zoom-in;
}



.cursorMove {
    cursor: url(img/jester.ani), url(img/tail.ani), url(img/normal.cur), move;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

span.li {
    display: list-item;
    margin-left: 1em
}


.imageRooms {
    width: 524px;
}

.roomElem {
    float: left;
    padding: 15px;
}

@media screen and (max-width: 1199px) {
    .roomElem {
        float: none;
    }
}

.labelNews {
    margin-left: -187px;
    margin-top: 10px;
}

:target {
    display: block;
    position: relative;
    top: -215px;
    visibility: hidden;
}

@media screen and (max-width: 750px) {
    :target {
        display: block;
        position: relative;
        top: -80px;
        visibility: hidden;
    }
}