﻿.template_contact, .template_unload, .template_fax, .template_partner, .template_classification {
    display: none;
}

.bg-white {
    background: #ab1032 !important;
}

.left-top {
    min-height: 4.5rem;
}

.fa {
    color: #fff;
}

.table tr {
    cursor: pointer;
}

.custom-file {
    margin-top: -10px;
}

.card {
    margin-top: 10px;
}

.brand-link {
    background: #ab1032 !important;
    padding: 6px;
}

.card-header {
    padding: 15px !important;
    background: #e4e7ea !important;
    color: #000 !important;
    font-weight: 600;
}

.newuser {
    font-size: 14px;
}

.mynav {
    padding: 8px;
    font-size: 16px !important;
}

.bg-secondary {
    border-radius: 9px;
    background-color: #f5f5f5 !important;
}

    .bg-secondary, .bg-secondary a {
        color: #ab1032 !important;
    }

.card-title {
    /*font-size: 1rem !important;*/
}

.badgetitle {
    margin-left: 10px;
}
.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
    margin-left: 10px;
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
    .tablet-hidden {
        display: none;
    }
}








.multipleInput-container {
    border: 1px #999 solid;
    padding: 1px;
    padding-bottom: 0;
    cursor: text;
    font-size: 15px;
    width: 100%;
    border-radius: 6px
}

    .multipleInput-container input {
        font-size: 15px;
        clear: both;
        height: 60px;
        border: 0;
        margin-bottom: 1px;
    }

    .multipleInput-container ul {
        list-style-type: none;
    }

li.multipleInput-email {
    float: left;
    padding: 6px;
    color: #fff;
    background: #FD9160;
    margin-top: 0;
    border-radius: 6px;
    margin: 6px 2px 6px 6px;
}

.multipleInput-close {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin: -2px 0px 0px 8px;
    color: #fff;
    font-size: 16px;
}



