body {

}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.search_div{
    position: absolute;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.search_div tr{
    cursor: pointer;
}

.supplier_patterns, .user_patterns{
    min-height: 150px;
    max-height: 200px;
    overflow-y: auto;
}

.supplier_patterns{

}

.user_patterns{

}

.d_search_users {
    position: absolute;
    top: 6.4vh;
    width: 91%;
    margin: 0px auto;
}

#grey_out { 
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;        
    z-index: 999;
    cursor: wait;
}

.patternCheckOption_label{
    vertical-align: sub;
}

.config_navigation{
    width: 52px;
}

.star_product{
    vertical-align: inherit;
}

.loadingIndicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    height: 2px;
}
.loadingIndicator.hidden {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.25s;
}
.loadingIndicator__bar {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    visibility: visible;
    display: block;
    -webkit-animation: animate-loading-indicator 2s linear infinite;
    animation: animate-loading-indicator 2s linear infinite;
    background-color: #FF95C1;
    background-image: linear-gradient(to right, #E8488B 0%, #E8488B 50%, #FF95C1 50%, #FF95C1 100%);
    background-repeat: repeat-x;
    background-size: 400px 400px;
    width: 200%;
}
@-webkit-keyframes animate-loading-indicator {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
}
@keyframes animate-loading-indicator {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
}

.newsletter-iframe{
    width: 90%;
    height: 600px;
}

.email-sent{
}

.selected-user-newsletter{
    vertical-align: middle;
}

.demand-descript-selector-img{    
    height: 30px;
}

.table-xsm th,
.table-xsm td, 
div.section-header{
    padding: 0.1rem 0.3rem !important;
}

div.cross-compare-div2 {
    overflow-y: auto;
    overflow-x: hidden;
    width: 716px;
    min-height: 600px;
    max-height: 72vh;
}

table.product-supplier{
    width: 700px;    
}

td.wizzard-supplier{
    min-width: 150px;
}
td.wizzard-add{
    width: 40px;
    max-width: 40px;
}
td.providers-type-group{
    width: 250px;
    max-width: 250px;
}

tr.all-families>td{
    top: 21px !important;
    background-color: #f2f2f2;
}

.bg-expert-dark{
    background-color: #69a4e9 !important;
}
.bg-expert-dark2{
    background-color: #005571 !important;
}
.bg-expert-light{
    background-color: #c1d5ec !important;
}

.text-expert-dark{
    color: #69a4e9 !important;
}
.text-expert-dark2{
    color: #005571 !important;
}
.text-expert-light{    
    color: #c1d5ec !important;
}  

div.pattern-available-list{
    min-height: 50px;
    max-height: 350px;
    overflow-y: auto;
}

label.margin-fix{
    margin-top: 0.1rem;
}

.demo-user-container{
    width: 1200px;
}
table.demo-user-list, table.elecsys-user-list{
    table-layout: fixed;
}
table.demo-user-list td, table.elecsys-user-list td{
    cursor: pointer;
}
.table-xsm th,
.table-xsm td, 
div.section-header{
    padding: 0.1rem 0.3rem !important;
}

#neo-name,#elecsys-name{
    width: 350px;
}

.demo-user-list-container{
    max-height: 450px;
    overflow-y: auto;
}
    
.demo-row.selected{
    font-weight: bold;
    background-color: #bfbfbf !important;
}

.demo-stuff{
    width: 70%
}

.top-nav-bar-zindex{
    z-index: 1500;
}

.gender_pic{
    width: 7px;
}
.product-icon{
    width: 20px;
}

tr.product-radio-fix{
    top: 22px;
}

div.own-suppliers-configured{
    min-height: 35px;
    max-height: 70px;
    overflow-y: auto;
}

select#own-providers-list{
    width: 250px;
}

div.own-suppliers-configured[data-edit="Y"] img.delete-img{
    visibility: visible;
    cursor: pointer;
}

.delete-img{
    height: 14px;
    vertical-align: text-bottom;
    visibility: hidden;
}