
h1 {
    color: #004386;
    font-family: 'Ubuntu';
    font-size: 1.97em;
    line-height: 1em;
    padding: 0.7em 0 0.5em 0;;
    font-weight: 300;
}

h3{
    font-size:1.5em;
}

main{
    box-shadow: 0px -4px 3px rgba(150, 150, 150, 0.1);
}

.partners-welcome{
    background:#f7f7f7;
    padding:3em 0;
}



.partners-welcome .forms{
    background:#fff;
    padding:1em 2em;
    border-radius:1em;
}

.partners-welcome .forms .tabs{
    border-top:0px;
    border-left:0px;
    border-right:0px;
}


.partners-welcome h2{
    color:#004386;
    font-size:1.3em;
    margin-bottom:1em;
}


.partners-welcome .forms .tabs-content{
    border:0;
}

.partners-welcome .forms .tabs-title > a{
    color:#aaaaaa;
}

.partners-welcome .forms .tabs-title > a[aria-selected="true"]{
    color:#004386;
    background:none;
}

.partners-welcome .forms .tabs-title > a,
.partners-welcome .forms .tabs-title > a[aria-selected="true"]{
    font-size:1.0em;
}

form.login button,
form.dataform button{
    color: #fff;
    background-color: #0f5295;
    display: block;
    font-size: 1.2em;
    text-align: center;
    padding: 0.4em 1.5em;
    border-radius: 1.5em;
    border: 3px solid #0f5295;
    transition: all 0.2s ease;
    cursor: pointer;
}


form.dataform{
    background:#fff;
    padding:2em;
    border-radius: 1.5em;
}

form.dataform span.error{
    display:block;
    color: #cc2d30;
    margin-top:-1em;
}


.formpanel{
    margin-top: 1.5em;
}

.formpanel .passwordreset{
    font-size:0.8em;
}

.profileoptions{
    margin-top:2em;
}

.profileoptions a{
    
}

.profileoptions a.active{
    color:#000;
}

.orderstable{
    margin-top: 2em;
}


.orderstable .cancel{
    display:inline-block;
    color:#444;
    font-size:0.9em;
    transition:0.2s all ease;
    padding-bottom:0.2em;
    border-bottom:1px solid #fff;
}

.orderstable .cancel:hover{
    color:#000;
    border-bottom:1px dashed #000;
}

.itemslisttable{
    margin-top:3em;
}

.itemslisttable tr td .title{
    color: #004386;
    font-size:1.1em;
}

.itemslisttable img.pic{
    height:7em;
    max-width:100%;
}


.reveal button{
    display:inline-block;
    cursor:pointer;
    font-size:1.1em;
    border:1px solid #ccc;
    padding:0.3em 0.6em;
}

.ordersummary{
    padding:0 0 1em 0;
}


.iderror{
    font-size:1.3em;
    padding:4em 0;
}

.iderror a{
    display:inline-block;
    font-size:0.8em;
    margin-top:1em;
    padding-left:2em;
}



/* ================ MEDIA QUERIES ================== */
/*================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {

    .partners-welcome{
        margin-top:6em;
    }

    form.register{
        margin-top:3em;
    }

    .loginpanel .passwordreset{
        display:inline-block;
        margin-top:1.5em;
    }

    .users.titlebox{
        padding-top:6em;
    }

    .itemslisttable img.pic {
        height:auto;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .loginpanel .passwordreset{
        display:inline-block;
        margin-top:1.5em;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}


/* custom sizes */
@media screen and (max-width: 61.250em) {

}

