.card_customer{
    width: 100%;
    margin: 25px 0px 0px 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    background: #fff;
    /*border-left: 40px solid #14937D;*/
}

.innercard_customer {
    width: 90%;
    border-radius: 6px;
    padding: 15px;
}

.padding-left-customer
{
    padding-left:30px;
}

.border-bottom-customer
{
    border-bottom: 1px solid lightgrey;
}

.card-header2-customer
{
    background-color: #14937D;
    text-align:center;
    float:left;
    color:white;
    z-index:1;
    border-radius: 3px;
    padding: 25px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}

.vertical-text-customer {
    transform: rotate(270deg);
    position: relative;
    top: 50%;
    color: white;
}

.content-customer
{
    position: relative;
    top: 60px;
}

.float-right-customer
{
    float: right;
    color: #14937D;
}

#icon_color
{
    color: #14937D;
}
.inline-customer
{
    display: inline-block;
}

.logo_container
{
    height:inherit;
    min-width:230px;
}

.customer-search
{
   margin-top: 18px;
}

.integrator
{
    background-color: #14937d;
}

.integrator-name
{
    color: white;
    text-align: center;
    padding: 12px;
}

.customer-menu
{
    font-size: 25px;
}