*{
    font-family: "futura-pt", "Helvetica Neue", "Arial", SansSerif;
    font-weight: 300;
    font-size: 16px;
}


.bg{
    background-image:url(/gfx/bg.jpg);
    background-position:center;
    background-size:cover;
    width:100%;
    height:100%;
    position:fixed;
}
#logo{
    height: 60px;
    margin-right: 20px;
}
#login-logo{
    height: 150px;
}

.hid{
    display:none;
}

.error{
    display:none;
}

.input-lg{
    margin-bottom: 15px;
}

.login-sub-menu{
    margin-bottom: 20px;
}

.container-fluid{
    max-width: 1400px;
}

.navbar-brand{
    margin-top: -10px;
}

.footer{
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100vw;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    padding: 5px;
    font-size: 12px;
}

.navbar{
    min-height: 70px;
}

.navbar-nav{
    margin-top: 25px;
}

.panel-transparent{
    background-color: rgba(255, 255, 255, 0.85);
}

.nav-spacer{
    margin-top: 90px;
}

.footer-spacer{
    margin-top: 40px;
}

th{
    font-weight: 400;
}

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

.orange{
    background-color: #ffdb8c;
}

.green{
    background-color: #c3ffaf;
}

.red{
    background-color: #ff6c7d;
}

.loading-gif{
    height: 20px;
}

.centered{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.loading{
    margin: 20px auto;
    display: block;
}

.expand{
    display: none;
}

.expanded{
    display: block;
}

.btn-logout{
    margin-top: 10px;
    margin-right: 15px;
}

.panel-title, .panel-footer{
    text-align: center;
}

.label-xs{
    padding: .2em .6em .2em;
    font-weight: 500;
}

.modal-lg{
    max-width: 1400px;
    width: 100%;
}

.comparison-table{
    border: 1px dotted darkgray;
    margin-top: 10px;
}

.comparison-table table{
    width: 100%;
}

.comparison-table table td:first-child{
    font-weight: 500;
}

.comparison-table table td{
    padding: 5px;
}

.comparison-table table td{
    border-bottom: 1px dotted darkgray;
    border-right: 1px dotted darkgray;
}

.comparison-table table td:last-child{
    border-right: none;
}

.comparison-table table tr:last-child td{
    border-bottom: none;
}

.td-hover{
    background-color: #d3d3d3;
    cursor: pointer;
}

.td-delete-hover, .td-delete-hover .td-hover{
    background-color: #ff8984;
}


.popover{
    text-align: center;
}

.panel-heading{
    position: relative;
}

.panel-heading .btn{
    position: absolute;
    top: 0;
    right: 0;
    height: CALC(100% + 2px);
    border-radius: 0px;
    border-top-right-radius: 4px;
    margin: -1px;
}

.logged-in-as{
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 12px;
}

.logged-in-as b{
    font-weight: 500;
}

.navbar-collapse{
    position: relative;
}

.hidden-upload{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.step2, .step3{
    display: none;
}

.popover{
    max-width: 800px;
}

label .popover{
    max-width: 800px;
    min-width: 400px;
    text-align: left;
    font-size: 14px;
}

.scroll-wrapper, .scroll-wrapper2{
    max-height: 80vh;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.settings .panel-title{
    text-align: left;
}

.navbar-nav img{
    opacity: .7;
    transition: opacity .2s, transform .4s;
}

.navbar-nav img:hover{
    opacity: 1;
    transform: scale(1.2,1.2);
}

.inactive{
    opacity: .2;
    pointer-events:none;
}

.conversions{
    background-color: #ededed;
    display: flex;
    width: 20%;
    position: relative;
    margin-right: 5%;
    height:200px;
}

.conversions-text{
    padding: 10px 0;
    width: 50%;
}

.bar{
    background-color: green;
    width: 100%;
    transition: height .5s;
    transition-timing-function: ease-out;
}

.bar-wrapper{
    height: 200px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-right: 1px;
}

.indicator {
    position: absolute;
    left: 0px;
    width: CALC(100% + 40px);
    bottom: 80%;
    border-bottom: 1px solid red;
    text-align: right;
    color: red;
    display: none;
}

.indicator2 {
    bottom: 40%;
}

.flex{
    display: flex;
}

.col-25-percent{
    width: 25%;
}

.col-50-percent{
    width: 50%;
}

.product-preview{
    width: 100%;
    border: none;
}

.next, .prev{
    position: fixed;
    top:50%;
    width: 80px;
    height: 80px;
    background-color: #c7c7c7;
    cursor: pointer;
}

.next{
    right:0;
}

.prev{
    left:0;
}

.profiles{
    transform-origin-y: 0;
    transition: transform .5s ease-out, width .5s ease-out;
    margin: 20px auto;
    width: 100%;
}

.profile-options{
    text-align: center;
}

.loading-sm{
    height: 15px;
}
/*
p input {
    border: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    padding: none;
    width: auto;
}*/
