hr {
    border-color: #cecece;
}

.dxeButtonEditSys, .dxeTextBoxSys, .dxeMemoSys {
    width: 100%;
}

.control-label {
    text-align: left !important;
}

.form-group {
    margin-bottom: 4px;
}

.form-horizontal .control-label {
    text-align: left !important;
    font-family: 'BrownPro';
    font-weight: 500;
    /*font-size: 0.85em;*/
    padding-top: 8px;
    padding-right: 5px !important;
}

.form-horizontal .control-value {
    padding-top: 8px;
    font-weight: 100;
}

.span-link {
    color: #009ee1;
    cursor: pointer;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.form-horizontal .normal-labels .control-label {
    font-weight: normal;
}

.dxeRoot_ZFF {
    width: 100%;
}

.dxeTextBoxDefaultWidthSys, .dxeButtonEditSys {
    width: 100%;
    min-height: 23px;
}

.short {
    width: 150px;
    max-width: 150px;
}

.medium {
    max-width: 300px;
}

.long {
    max-width: 450px;
}

.text-danger {
    color: #e2001a;
    font-size: 11px;
    font-weight: bold;
}

    .text-danger.visible {
        display: block !important;
    }

.dxbButton_ZFF.btn-small {
    width: auto;
}

    .dxbButton_ZFF.btn-small div.dxb {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 8px;
    }

.checkbox label, .radio label {
    padding-left: 0px;
    cursor: pointer;
}

.dxeMemoEditAreaSys {
    padding: 8px 0px 7px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dxeMemoSys {
    width: 100%;
}

.no-padding-right {
    padding-right: 3px;
}

.no-padding-left {
    padding-left: 3px;
}

.dxlpLoadingPanel_ZFF.dxlpControl_ZFF {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contact-ajax-wrapper {
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    padding: 10px 15px;
}

#PopupContact_PWC-1 {
    padding: 0px;
}


.croppic_imgUploadForm {
    display: none;
}

#imgPhoto {
    width: 102px;
    height: 128px;
    cursor: pointer;
}

.transparent {
    color: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1px;
    height: 0px;
    min-height: 0px;
}

    .transparent:focus {
        border: 0 !important;
        outline: 0 !important;
    }


/* 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.875rem;
}

.ig-item-country {
    color: #9fa3a7;
    font-size: 0.875rem;
}

.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.875rem;
    margin-top: 3px;
    font-style: italic;
}

.ig-item-email {
    color: #9fa3a7;
    font-size: 0.875rem;
    word-wrap: break-word;
    color: #fbbb01;
}

.ig-item-stay {
    font-family: 'BrownPro';
    font-size: 0.875rem;
    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;
}

.uppertext {
    text-transform: uppercase;
}


.section-separator {
    border-bottom-width: 1px;
    border-bottom-color: #E5E5E5;
    border-bottom-style: solid;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.section-separator-main {
    border-bottom-width: 2px;
    border-bottom-color: #fbbb01;
    border-bottom-style: solid;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.dxbButton_ZFF {
    background-color: white;
}

h1 {
    margin: 1.5em 0 .15em 0;
    line-height: 1.3em;
    font-family: 'BrownPro',sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0;
    border-bottom: 0px solid #aaa;
    text-align: center;
}


h4 {
    font-weight: bold;
    font-family: 'BrownPro';
    text-align: center;
    font-size: 1.3rem;
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
}

.header-kosik {
    display: inline-block;
}

    .header-kosik .ico {
        float: left;
        width: 32px;
        height: 32px;
        background: #f0f0f0 url('/images/header-kosik-ico.png') center center no-repeat;
        position: relative;
        margin-right: 10px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -khtml-border-radius: 50px;
    }

    .header-kosik .number {
        position: absolute;
        top: -2px;
        right: -5px;
        width: 14px;
        height: 14px;
        background-color: #f9593a;
        color: #fff;
        font-family: BrownPro-Bold;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        font-weight: regular;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -khtml-border-radius: 50px;
    }

    .header-kosik .name {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'BrownPro-Regular';
        font-weight: bold;
        float: right;
        margin: 8px 0px 0 15px;
        letter-spacing: 2px;
        color: #1a171b;
    }


.alert {
    width: auto;
    min-width: 350px;
}

.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    line-height: 0.1em;
    margin: 15px 0 20px;
}

    .line span {
        background: #fff;
        padding: 0px 10px;
    }



    .fg-detail-section {
        opacity: 1;
    margin: 0;
    padding: 0;
		z-index: 10;
    border: 3px solid rgba(240,240,240,1);
    }