

.bg-primary,
.btn-primary,
.btn-outline-primary,
.cmr_primary {
    background-color:rgba(33, 150, 243,1) !important
}

.eec_primary
{
    background-color: #880e4f !important;
}

.eec_primary_text
{
    color: #880e4f !important;
}

.cmr_primary_text
{
    color: #2196f3 !important;
}


.cmr_primary_gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2196f3+0,ffffff+86 */
    background: #2196f3; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #2196f3 0%, #ffffff 86%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #2196f3 0%,#ffffff 86%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #2196f3 0%,#ffffff 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bg-warning
{

}


label
{
    color:rgba(33, 150, 243,1);
    font-size: 0.85rem;
}

.btn-tiny
{
    padding:5px !important;
    font-size:.65rem !important;
    text-transform: none !important;
    margin:1px;

}

.md-toast
{
    opacity: 0.9 !important;
}

#toast-container>div {
    position: relative;


    overflow: hidden;
    filter: alpha(opacity=95);
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: .95
}


#myAjaxTable tr:hover,
#myAjaxTable tr:hover a:not(.btn)
{
    color: rgba(33, 150, 243,1) !important;

}

.tooltip .arrow:before
{

}
.tooltip-inner
{

    font-size: 0.7rem;
    color:white;
}

.form-control-sm
{
    border:1px solid #efebe9;
    padding:2px !important;
    display: block;
    width:100%;
}

select.form-control
{
    padding:0.2rem !important;
    font-size:0.9rem !important;
    height: calc(1.3em + .75rem + 2px) !important;
}

textarea.form-control-sm
{
    overflow: auto;
    height:40px;
}
