body {
    font-family: "Helvetica Neue", "Arial", SansSerif;
    font-weight: 200;
}


.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: rgb(31, 31, 31);
    padding: 5px;
    font-size: 12px;
    color: white;
    z-index: 9999;
}

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






.conversions {
    width: CALC(50% - 70px);
}

.drop-area {
    min-height: CALC(65vh - 145px);
    width: 100%;
    padding: 0 !important;
}

.custom-file-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-centered {
    width: 30%;
    text-align: center;
}


#file-selector {
    display: none;
}


.left-side {
    margin-right: 45px;
    width: 30%;
}

.img-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    height: 220px;
    background: white;
    background-image: url("/img/placeholder.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cfcece;
}

.right-side {
    width: CALC(70% - 45px);
}

.fake-input {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 0 5px 2px 3px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
}

input {
    outline: none;
}

#title, #pin, #url, #pin-keyword {
    border: 0 solid #dcdcdc;
    padding: 3px 5px;
    border-radius: 15px;
}

.drop-area-2 {
    height: 100px;
    position: relative;
    transition: height 0.3s;
    border: 3px dotted #8c0015;
}

.drop-area-2.init {
    height: 50vh;

}

#preview {
    display: none;
}

.label {
    margin-right: 5px;
    display: inline-block;
    padding-bottom: 6px;
}

.glyphicon-space {
    margin-left: 3px;
    transform: translate(3px, 3px);
    padding-left: 5px;
    border-left: 1px solid white;
    cursor: pointer;
}

.delete {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 999;
}


.nav-spacer {
    margin-top: 60px !important;
}

.navbar {
    display: none;
}



.brand-logo {
    position: absolute;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.logged-in-as {
    right: 15px !important;
}

.logged-in-as b {
    font-size: 12px;
}

.btn-logout {
    position: absolute;
    top: 22px;
    right: 0;
}

.btn-settings {
    position: absolute;
    top: 32px;
    right: 65px;
}
.btn-users {
    position: absolute;
    top: 32px;
    right: 116px;
}

.input-group-addon, .input-group-btn {
    width: 30px;
}

.checkbox label, .radio label {
    font-size: 14px !important;
}

.three-columns-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.column {
    width: CALC((100% - 75px) / 4);
    background: grey;
    margin-bottom: 25px;
    display: flex;
    border: 1px solid black;
    position: relative;
    margin-right: 25px;
}

.column:nth-child(4n) {
    margin-right: 0;
}

.aspect {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
}

.thumbWrapper {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.thumb {
    width: 50%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#recent-uploads h4 {
    margin-bottom: 25px;
    font-size: 28px;
}

.modal-body {
    padding: 35px !important;
}

.close {
    opacity: 1 !important;
    position: absolute !important;
    top: 5px;
    right: 15px;
}

.close span {
    font-size: 28px;
}

#sendButton {
    margin-top: 15px;
}


.top-spaced{
    display: flex;
}

.bottom-spaced{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.bottom-spaced input{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 0 5px 2px 3px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
}

.bottom-spaced textarea{
    border: 1px solid #dcdcdc;
    padding: 0 5px 2px 3px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
}





.btn-warning{
    background-color: #f59b00 !important;
    border-color: #f59b00 !important;
}
.btn-danger{
    background-color: #8c0014 !important;
    border-color: #8c0014 !important;
}


.header-area {
    display: flex;
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 20px auto;
    background-color: rgb(31, 31, 31);
    height: 73px;
    color: white;
}

.label-primary{
    background-color: #aba79e;
}

