pl-1{
    padding-left: 1px;
}
pl-2 {
    padding-left: 2px;
}

.border-admin {
    background-color: #333;
    color: white !important;
}
.border-generic {
    border-top: 3px solid #8882BD;
}
.border-administrative {
    border-top: 3px solid #ff671f;
}
.border-teacher {
    border-top: 3px solid #0bbbef;
}
.color-white{
    color: white !important;
}
.color-black {
    color: black !important;
}

.bg-type-1 {
    background-color: #4CA8E6;
}

.bg-type-2 {
    background-color: #4B1B46;
}

.bg-type-3 {
    background-color: #E04E16;
}

.bg-type-4 {
    background-color: #E54B4B;
}


.bg-state-0 {
    background-color: #f6f6f6;
}

.bg-state-1 {
    background-color: #c9ffd5;
}

.bg-state-2 {
    background-color: #8be89f;
}

.bg-card {
    background-color: #eaeaea !important;
    border: 2px solid #999;
    width: 96%;
    margin: 2%;
}

.bg-whatsapp {
    background: #128C7E !important;
}

.bg-email {
    background: #00afe3 !important;
}

.btn-whatsapp {
    color: #fff !important;
    background: #128C7E !important;
    border-color: #128C7E !important;
}

.tag-contact-type-1 {
    background-color: #333;
    color: white;
}

.tag-contact-type-2 {
    background-color: #128C7E;
    color: white;
}

.tag-contact-type-3 {
    background-color: #ef233c;
    color: white;
}

.tag-contact-type-4 {
    background-color: #4CA8E6;
    color: white;
}

.tag-contact-type-5 {
    background-color: #f77f00;
    color: white;
}

.tag-contact-type-6 {
    background-color: #894ac7;
    color: white;
}
.tag-contact-type-7 {
    background-color: #338B5F;
    color: white;
}
.tag-contact-type-8 {
    background-color: #6F4C28;
    color: white;
}
.tag-contact-type-9 {
    background-color: #5D3D7D;
    color: white;
}
.tag-contact-type-10 {
    background-color: #636397;
    color: white;
}


.demo_version {
    width: 200px;
    height: 20px;
    background-color: #ddfa2f;
    -ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
    z-index: 1000;
    position: fixed;
    left: -60px;
    top: 8px;
    text-align: center;
    color: black;
    font-weight: 800;
}

.v1_version {
    float: left;
    width: auto;
    height: auto;
    background-color: #ddfa2f;
    z-index: 1000;
    text-align: center;
    font-size: 0.7rem;
    color: black;
    font-weight: 800;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
}

.cursor-default {
    cursor: default !important;
}

.dropzone {
    min-width: 100%;
    min-height: 100px;
    justify-content: center;
    height: 100%;
    background-color: #eee;
    opacity: 0.5;
    border-radius: 10px;
    bottom: 0 !important;
    position: absolute;
}

.card-selected {
    background-color: #f4f4f4 !important;
    border: 1px solid #8882BD !important;
}

.state-0{
    padding: 11px;
    background-color: #f78282;
    border-radius: 10px;
}

.state-1 {
    padding: 11px;
    background-color: #35d024;
    border-radius: 10px;
}


@media all and (min-width : 300px) {
    .v1_version {
        display: none;
    }
}

@media all and (min-width : 700px) {
    .v1_version {
        display: block;
    }
}

.bg-featured{
    background-color: #efefef;
}


.notok {
    border: 1px solid red !important;
    background: #FFCECE;
}

.ok {
    border: 1px solid #babfc7 !important;
    background: #FFF;
}

.additional_notes {
    float: left;
    width: auto;
    height: auto;
    background-color: #ddfa2f;
    z-index: 1000;
    text-align: center;
    font-size: 0.7rem;
    color: black;
    font-weight: 800;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
}