﻿/*body {
}
*/

.example {
    visibility: hidden;
    /*    position: absolute;
    left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

    .example div {
        /*        width: 350px;
        height: 80px;*/
        margin: 10px auto;
        background-color: rgba(255, 255, 255, 0.5);
        /*background-color: #f2f2f2;*/
        /*        background-color: white;  */
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #666666;
        padding: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        border: 3px solid #cccccc;
        /*        position: absolute;
        left: 50%;
        top: 100px;*/
        /*        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);*/
    }

        .example div li {
            font-weight: 500;
            font-size: medium;
        }

        .example div h1 {
            font-size: xx-large;
            color: black;
        }

.example-next {
    visibility: hidden;
    /*    position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

    .example-next div {
        /*width: 350px;*/
        /*        height: 80px;*/
        margin: 10px auto;
        background-color: #f2f2f2;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #666666;
        padding: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        border: 3px solid #cccccc;
        /*        position: absolute;
        left: 50%;
        top: 100px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);*/
    }

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 0.5;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 300px;
        position: relative;
        margin: 30% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: -moz-linear-gradient(#2edbe8, #01a6b2);
        background: -webkit-linear-gradient(#2edbe8, #01a6b2);
        background: -o-linear-gradient(#2edbe8, #01a6b2);
    }

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #6ed1d8;
    }

.carousel-caption-top {
    margin-top: 90px;
}

.clients {
    background-color: rgba(0, 0, 0, 0.0);
    /*display: none;*/
    position: fixed;
    z-index: 99999;
    /*height: 100px;*/
    top: 10px;
    /*right: 0;*/
    /* bottom: 0;*/
    left: 5px;
    display: flex;
    /*flex-direction: row-reverse;*/
}

    .clients > div {
        /*background: #fff;*/
        /*        width: 100px;
        margin: 25% auto;
        padding: 5px 20px 13px 20px;
        border: 2px solid #1BA600;*/
        position: relative;
        -webkit-box-shadow: 0px 0px 20px #000;
        -moz-box-shadow: 0px 0px 20px #000;
        /*box-shadow: 0px 0px 20px #000;*/
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        /*border-radius: 15px;*/
    }

.over {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 23px;
    /*right: 0;*/
    /*bottom: 450px;*/
    left: 120px;
    /*background: rgba(0,0,0,0.1);*/
    background: rgba(255,255,255,0.0);
    z-index: 999;
    opacity: 1;
    /*-webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;*/
}

    .over:target {
        opacity: 0.5;
        pointer-events: auto;
    }

    .over > div {
        width: auto;
        position: relative;
        bottom: -5%;
        right: -5%;
        /*margin: 90% auto;*/
        /*margin-top: 90%;*/
        /*padding: 5px 20px 13px 20px;*/
        border-radius: 10px;
        /*        background: -moz-linear-gradient(#2edbe8, #01a6b2);
        background: -webkit-linear-gradient(#2edbe8, #01a6b2);
        background: -o-linear-gradient(#2edbe8, #01a6b2);*/
    }

.over-det {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 10px;
    right: 0;
    bottom: 500px;
    left: 10px;
    /*background: rgba(0,0,0,0.1);*/
    background: rgba(255,255,255,0.0);
    z-index: 999;
    opacity: 1;
    /*-webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;*/
}

    .over-det:target {
        opacity: 0.5;
        pointer-events: auto;
    }

    .over-det > div {
        width: auto;
        position: relative;
        bottom: -5%;
        right: -5%;
        /*margin: 90% auto;*/
        /*margin-top: 90%;*/
        /*padding: 5px 20px 13px 20px;*/
        border-radius: 10px;
        /*        background: -moz-linear-gradient(#2edbe8, #01a6b2);
        background: -webkit-linear-gradient(#2edbe8, #01a6b2);
        background: -o-linear-gradient(#2edbe8, #01a6b2);*/
    }

.over-list {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    /*top: 10px;*/
    right: 0;
    bottom: 270px;
    left: 150px;
    /*background: rgba(0,0,0,0.1);*/
    background: rgba(255,255,255,0.0);
    z-index: 999;
    opacity: 1;
    /*-webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;*/
}

    .over-list:target {
        opacity: 0.5;
        pointer-events: auto;
    }

    .over-list > div {
        width: auto;
        position: relative;
        bottom: -25%;
        right: -5%;
        /*margin: 90% auto;*/
        /*margin-top: 90%;*/
        /*padding: 5px 20px 13px 20px;*/
        border-radius: 10px;
        /*        background: -moz-linear-gradient(#2edbe8, #01a6b2);
        background: -webkit-linear-gradient(#2edbe8, #01a6b2);
        background: -o-linear-gradient(#2edbe8, #01a6b2);*/
    }

.reclama-promotion {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    /*top: 10px;*/
    right: 0;
    bottom: 270px;
    left: 150px;
    /*background: rgba(0,0,0,0.1);*/
    background: rgba(255,255,255,0.0);
    z-index: 999;
    opacity: 1;
    /*-webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;*/
}

    .reclama-promotion:target {
        opacity: 0.5;
        pointer-events: auto;
    }

    .reclama-promotion > div {
        width: auto;
        position: relative;
        bottom: -25%;
        right: -5%;
    }

.reclama-list h1 {
    color: #FFC107;
    font-size: large;
    /*font-weight: 500;*/
    text-shadow: red 2px 2px 10px;
}

.reclama-list li {
    color: #FFC107;
    font-size: large;
    /*font-weight: 500;*/
    text-shadow: red 2px 2px 10px;
}

.reclama-list label {
    /*color: white;*/
    color: #FFC107;
    font-size: large;
    font-weight: 700;
    text-shadow: red 2px 2px 10px;
}

.reclama-list #GroupId {
    /*background: #FFF;*/
    width: 100%;
    font-size: large;
    color: #00b1a1;
    background: #ffc107;
    border:solid 1px white;
    border-radius:10px;
    /*box-shadow: red 2px 2px 10px;*/
    margin-bottom: 10px;
}

/*    .reclama-list #GroupId:hover {
        color: #FFF;
        background: #00b1a1;
    }

    .reclama-list #GroupId:active {
        color: #FFF;
        background: #00b1a1;
    }
*/
.reclama-list #GroupId-n {
    /*background: #FFF;*/
    background: #FFC107;
    width: 100%;
    /*box-shadow: red 2px 2px 10px;*/
}

#reclama li {
    color: #FFC107;
    /*color: black;*/
    font-size: medium;
    font-weight: 700;
    text-shadow: red 2px 2px 10px;
}

#reclama h1 {
    color: #FFC107;
    /*    font-size: x-large;
    font-weight: 700;*/
    text-shadow: red 2px 2px 10px;
}


#bg_popup {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popup {
    background: #fff;
    width: 520px;
    margin: 25% auto;
    padding: 5px 20px 13px 20px;
    border: 2px solid #1BA600;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.no-build {
    opacity: 0.6;
}

#reclama {
    opacity: 0;
    margin-bottom: 0rem;
    margin-top: 1rem;
    background-color: rgba(110, 177, 161, 0);
    /*color: yellow;*/
}

/*.reclama-list {
    display: inline;
    width:50px;
}
*/

#menu-up {
    width: 40px;
    background: #FEE6BA;
    border: 1px solid #7B6F61;
    border-radius: 15px;
    font-weight: 500;
    font-size: large;
}

.input-field {
    border: none;
    text-align: end;
}

#people {
    /*border: none;*/
    text-align: end;
    font-weight: 700;
    max-width: 7rem;
    padding-bottom:0;
    padding-top:0;
}

#nick {
    /*border: none;*/
   /* text-align: end;
    font-weight: 700;*/
    max-width: 10rem;
}

#phone {
    max-width: 8rem;
}