﻿hr {
    border: 1px solid #E5E5E5;
}




.login-wrapper {
    max-width: 400px;
    margin: 0px auto;
}

#login-navigator li {
    display: block;
    float: left;
    padding-left: 0px;
}

#login-navigator a {
    float: left;
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px;
    border-left: 1px solid #e5e5e5;
    padding: 0 20px;
}

.infotext-error {
    margin-top: 3px;
    background-color: rgb(255, 232, 232);
    border-color: rgb(255, 136, 136) !important;
    padding: 8px 9px 5px 9px;
    font-family: 'BrownPro';
    color: #fb3f3f;
}

@media(max-width:991px) {

    .container {
        width: 100%;
    }

    h1 {
        word-break: break-word;
    }

    footer .block {
        clear: both;
        margin: 10px 0 0 0;
        display: block;
    }

    nav a {
        width: 100%;
    }

    nav ul, nav ul li, nav ul li a {
        border: none !important;
        width: 100%;
    }

    .item-with-kids::after {
        display: none;
    }

    .sub-nav-item a {
        padding-left: 40px;
    }

    #navigation-wrapper {
        display: none;
    }

    .sub-nav-list {
        position: relative;
        top: 0px;
    }

    #navigation-toggler {
        display: block;
    }

    #sidebar-userinfo {
        width: 100%;
        clear: both;
        text-align: right;
    }

    .sub-nav-list {
        display: block;
    }

    .program-detail_holder {
        padding: 0;
    }

    .container-photo .photo-cropper {
        width: 100%;
    }
}

@media (min-width:960px) {
    .program-detail_holder {
        padding: 0 90px;
    }
}

@media (max-width: 600px) {
    .prodejniportal {
        display: none;
    }

    #sidebar-userinfo {
        font-size: 12px;
    }

    .program-detail_holder {
        padding: 0;
    }
}


/* photo upload */

.croppedImg {
    width: 204px;
}

.webcam_content .container-fluid {
    height: 400px;
}

#imgCrop {
    max-width: 100%;
    max-height: 400px;
}

.preview-container {
    width: 110px !important;
    height: 136px !important;
    margin: 0px auto;
    border: 2px solid #cecece;
    padding: 2px;
}

#imgPreview {
    width: 102px !important;
    height: 128px !important;
    overflow: hidden;
}

.container-photo {
    overflow: hidden;
    clear: both;
}

    .container-photo .photo-cropper {
        overflow: hidden;
    }

    .container-photo .photo-preview {
        float: right;
        width: 112px;
        margin-left: 10px;
    }

/*pagination*/

.pagination {
    margin: 0px;
}

    .pagination li {
        padding-left: 0px;
        margin-right: 5px;
        display: block;
        float: left;
    }

.alpha li a {
    border: none;
    background-color: transparent;
}

.alpha .inactive, .pagination > li > a, .pagination > li > span {
    border: none;
    background-color: transparent;
}

    .alpha .inactive span {
        color: #e3e3e3;
    }

.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:last-child > a {
    padding: 2px 6px 0px 6px;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    border-radius: 0px !important;
    color: #000;
    min-width: 26px;
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 2px !important;
}

.pagination > li.active > a, .pagination > li > span, .pagination > li.active:first-child > a, .pagination > li.active:first-child > span, .pagination > li.active:last-child > a, .pagination > li.active:last-child > span {
    color: #FFF;
}


.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    color: #000;
}

.alpha .inactive span {
    background-color: transparent;
    color: #ddd !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #fbbb01;
}

.pagination > li > span:hover, .pagination > li > a:hover {
    background: #fbbb01;
    color: #fff;
}

.pagination > li.inactive > span:hover {
    background: #FFF;
    color: #DDD;
}

.p-small li {
    margin-right: 1px !important;
}

/* industry guide */

.ig-filter {
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    border-radius: 2px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.ig-item {
    line-height: 18px;
}

    .ig-item a {
        text-decoration: none !important;
    }


    .ig-item table {
        width: auto;
    }


.ig-item-link {
    color: #575756;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

    .ig-item-link:hover, .ig-item-link:active, .ig-item-link:checked, .ig-item-link:visited {
        color: #575756;
        text-decoration: none !important;
        background-color: #f8f8f8;
        -webkit-box-shadow: 0px 0px 0px 10px rgba(248,248,248,1);
        -moz-box-shadow: 0px 0px 0px 10px rgba(248,248,248,1);
        box-shadow: 0px 0px 0px 10px rgba(248,248,248,1);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

/*.ig-item-link:hover a {
    }*/

.ig-item-img {
    width: 90px !important;
    padding: 0px;
    border: 1px solid #eee;
    float: left;
    margin: 0px 15px 20px 0px;
}

.ig-item-text {
    overflow: hidden;
    letter-spacing: 0px;
}

.ig-item-name {
    color: #000;
    text-transform: uppercase;
    line-height: 18px;
    font-family: 'BrownPro';
    margin-bottom: 10px;
    display: block;
    letter-spacing: 1px;
    margin-top: 5px;
    font-weight: 600;
}

.ig-item-company {
    font-family: 'BrownPro';
    color: #009ee1;
    font-size: 0.9rem;
}

.ig-item-country {
    color: #9fa3a7;
    font-size: 0.9rem;
}

.ig-item-group-country {
    clear: both;
    font-size: 2.3rem;
    font-weight: 400;
    width: 98%;
    margin: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
    border-bottom: 2px solid #fbbb01;
}

.ig-item-position {
    font-family: 'BrownPro';
    font-size: 0.9rem;
    margin-top: 3px;
    font-style: italic;
}

.ig-item-email {
    color: #9fa3a7;
    font-size: 0.9rem;
    word-wrap: break-word;
    color: #fbbb01;
}

.ig-item-stay {
    font-family: 'BrownPro';
    font-size: 0.9rem;
    color: #000;
    margin-top: 2px;
    font-weight: 500;
}

@media(max-width:991px) {
    .ig-item-img {
        margin: 0px 15px 0px 0px;
    }
}


.div-who-detail {
    display: flex;
    margin-top: 20px;
}

    .div-who-detail h1 {
        font-size: 2.5em;
        margin-bottom: 10px;
        font-weight: bold;
    }

.div-who-detail-photo {
    float: left;
    width: 102px;
    margin-right: 20px;
}

.div-who-detail-content {
    overflow: hidden;
    float: left;
    margin-left: 10px;
    width: 100%;
    font-family: 'BrownPro';
}

.label-name {
    font-size: 28px;
    font-family: 'BrownPro';
}

.label-profession {
    font-family: 'BrownPro';
}


.ig-detail-stay {
    font-family: 'BrownPro';
    color: #009ee1;
    font-weight: 500;
}

.crumbs {
    clear: both;
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 0px dotted #dedede;
    margin-bottom: 10px;
}

    .crumbs li {
        margin: 0;
        padding: 20px 0;
        display: inline-block;
        color: #777;
        list-style-type: none;
        list-style-image: none;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 1;
    }

        .crumbs li:before {
            display: inline-block;
            content: '/';
            color: #fbbb01;
            padding: 0 5px;
        }

        .crumbs li a {
            padding: 0;
            text-decoration: none;
            color: #000;
        }

        .crumbs li:first-child {
            display: none;
        }




.fg-item {
    margin-bottom: 40px;
}

    .fg-item a {
        color: #575756;
        display: block;
    }

        .fg-item a, .fg-item a:hover, .fg-item a:active, .fg-item a:visited, .fg-item a:checked {
            text-decoration: none;
        }

.fg-item-img img {
    width: 100%;
}

.fg-item-section {
    font-size: 11px;
    line-height: 16px;
}

.fg-item-title {
    color: #009ee1;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

a.fg-item-more {
    color: #FCAF17;
}

.fg-item .textBg {
    width: 91.2%;
    height: 61px;
    float: right;
    clear: both;
    margin-top: -61px;
    position: absolute;
    z-index: 2;
    /*opacity: .65;*/
    opacity: 0;
    margin-left: 0px;
}

.fg-item .text {
    text-transform: uppercase;
    font-size: 0.7em;
    margin-bottom: 5px;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fg-item .text-small {
    float: left;
    clear: both;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    margin-top: -52px;
    max-height: 45px;
    color: whitesmoke;
    text-transform: uppercase;
    line-height: 12px;
    font-size: 12px;
}

.fg-item-description span {
    font-weight: 400;
}

.program-detail_holder h1 {
    text-align: left;
    margin: 20px 0;
}

.program-detail_back {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 0;
    text-align: center;
    z-index: 100;
    text-decoration: none;
}

    .program-detail_back i {
        font-size: 1.75rem;
    }

.program-detail_holder h1 {
    margin: 6px 0 5px 0;
    padding: 0;
    font-size: 3.25rem;
    font-weight: bold;
    position: relative;
}


.program-detail_technical {
    clear: both;
    margin: 0;
    padding: 0;
}

    /*.program-detail_technical li:first-child {
    display: none;
}*/

    .program-detail_technical ul {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .program-detail_technical li {
        margin: 0;
        padding: 0px 0;
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
    }

        .program-detail_technical li:before {
            display: inline-block;
            content: '/';
            color: #fbbb01;
            padding: 0 5px;
        }

        .program-detail_technical li:first-child:before {
            display: inline-block;
            content: '';
            color: #fbbb01;
            padding: 0 5px;
        }

/*.emty-cart {
    text-align: center;
    padding: 20px 50px;
    border: 1px solid #e5e5e5;
    width: 350px;
    margin: 0 auto;
    border-radius: 50px;
}*/

.language-switcher-container {
    text-align: right;
}

.language-switcher {
}

.contact-box, .attachment-box {
    cursor: pointer;
}

.attachment-add-button {
    display: block;
    float: left;
    color: #FFCC64;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px;
}

.attachment-add-text {
    opacity: 0;
    margin-top: -5px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.attachment-add-button:hover {
}

    .attachment-add-button:hover .attachment-add-text {
        opacity: 1;
    }

.attachment-container {
    min-width: 120px;
    display: block;
    float: left;
    padding: 4px 4px 4px 8px;
    background-color: rgba(227, 227, 227, 0.41);
    color: #000;
    border: 1px solid black;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.attachment-title {
    font-size: 16px;
    font-weight: bold;
}

.attachment-description {
    font-size: 14px;
}

    .attachment-description .fa {
        font-size: 13px;
    }

.attachment-container .attachment-buttons {
    position: absolute;
    bottom: 2px;
    right: 8px;
    display: block;
}

.attachment-buttons .fa, .attachment-buttons .fa:active, .attachment-buttons .fa:visited, .attachment-buttons .fa {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

    .attachment-buttons .fa:hover {
        color: red;
    }


.contact-container {
    min-width: 120px;
    display: block;
    float: left;
    padding: 4px 32px 4px 4px;
    background-color: #EEEEEE;
    color: #181818;
    border: 1px solid #E5E5E5;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    line-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.contact-title {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 20px;
}

.contact-description {
    font-size: 14px;
    line-height: 16px;
}

    .contact-description .fa {
        font-size: 16px;
    }

.contact-left {
    float: left;
}

.contact-inner:hover {
    cursor: pointer;
    color: #ff0013;
}

.contact-right {
    margin-left: 4px;
    float: right;
}

.contact-container .contact-buttons {
    position: absolute;
    bottom: 2px;
    right: 8px;
    display: block;
    line-height: 24px;
}

.contact-buttons .fa, .contact-buttons .fa:active, .contact-buttons .fa:visited, .contact-buttons .fa {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

    .contact-buttons .fa:hover {
        color: red;
    }

.contact-photo {
    width: 45px;
    float: right;
}

.login-page-container {
    clear: both;
    border-left: 2px solid #EEEEEE;
}

@media(max-width:991px) {
    .login-page-container {
        border-left: none;
        padding-top: 10px;
    }
}


#contact-ajax-wrapper .control-label {
    font-size: 0.85em !important;
}


.event-list-item {    
    display: block;    
    padding: 15px;
    background-color: #EEEEEE;
    color: #181818;
    border: 1px solid #E5E5E5;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    line-height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);     
}

.event-list-item {    
    padding: 10px;
    font-size: 15px;
    /*border-color: #0077be;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;*/
}

.event-list-name {
    font-size: 24px;
    font-weight: 500;
    /*font-size: 20px;
    line-height: 24px;*/
}

.event-container {
    margin-top: 0px;
}

.event-caption {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #808080;
}


.event-date {
    text-align: center;
    font-size: 20px;
}

.event-address {
    text-align: center;
    font-size: 18px;
}

.event-description {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
}

.event-person-name {
    text-align: center;
    font-size: 20px;
}

.button-right {
    text-align: right;
}

.button-left {
}

.event-button-reject:hover {
    background-color: #FF5224;
}

.event-button-accept:hover {
    background-color: #57ff24;
}

@media(max-width: 991px) {
    .button-right {
        text-align: center;        
    }

    .button-left {
        margin-top: 10px;
        text-align: center;
    }
}

.dxbButton_ZFF {
    background-color: white;
}