﻿.ajaxformsubmit_icons
{
    display:inline-block;
    display:none;
}

.ajaxitemsloadericon {
    font-size: 18px;
    color: #3e54bf;
    display:none;
}

.activemenu {
    background: #1d1f2c;
    color: white !important;
}

.table_imgpreview {
    height: 90px;
}

.card-mytab .tabs-menu li a.active {
    background: #425bd6;
    color: #fff;
}

.card-mytab .tabs-menu li a.active {
    border-radius: 4px;
    text-align: center;
}

.card-mytab .tabs-menu li a {
    padding: 0.75rem 1rem;
    background: #f1f5ff;
    font-size: 14px;
    color: #171a29;
    display: block;
    text-align: center;
    border-right: 1px solid #ebf1ff;
}
 
.mt28{
    margin-top:28px;
}

.cardh100{
    height:100%;
}

.btnselectOtherProgram {
    border: none;
    text-align: center;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ebf1ff;
    border-radius: 50px;
    background: #f1f5ff;
    margin-left: 10px;
}

.ui-datepicker {
    z-index: 99999999 !important;
}

select[readonly] {
    background: #cacaca; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.notificationdiv_headertext {
    white-space: normal;
    padding-left: 55px;
}

.form-control.error{
    border-color:red;
}
.error{
    color:#e65151
}

.modalminwidth {
    width: 800px;
    max-width: 90% !important;
}

.iconsformodal {
    background: #3d51b1;
    color: white;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    padding-top: 3px;
}


.dropzone_wrapper {
    border: 2px dashed #ebf1ff;
    border-radius: 8px;
    padding: 0;
    background-color: #f1f5ff;
    opacity: 0.85;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 300px;
}

    .dropzone_wrapper:hover {
        opacity: 1;
        background-color: #FDFDFD;
        border-color: #e0e6f1;
    }

.dropzone_div {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-right .header-notify .dropdown-menu{
    min-width:50vw;
}

.avatar_nameinitials {
    background: #00b6dd;
}

.dash3-icons.green2-shadow:before {
    background: rgba(157 ,214, 66 ,0.4);
}
.dash3-icons.green2-shadow:after {
    background: #9dd642;
}