


.btn {
    color: #ffffff;
    border-radius: 4px;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    text-shadow:none;
}

    .btn:hover {
        border-color: rgba(255,255,255,0.3);
    }

.btn-success {
    background-color: rgba(92, 184, 92, 0.6);
}

    .btn-success:hover {
        background-color: rgba(68, 157, 68, 0.8);
        box-shadow: 0 0 10px #116E11;
    }

.btn-info {
    background-color: rgba(91,192,225,0.6);
}

    .btn-info:hover {
        background-color: rgba(62, 167, 206, 0.8);
        box-shadow: 0 0 10px #0084A7;
    }


.btn-warning {
    background-color: rgba(240, 173, 78, 0.6);
}

    .btn-warning:hover {
        background-color: rgba(222, 140, 18, 0.8);
        box-shadow: 0 0 10px #B16302;
    }

.btn-danger {
    background-color: rgba(217, 83, 79, 0.6);
}

    .btn-danger:hover {
        background-color: rgba(189, 28, 24, 0.8);
        box-shadow: 0 0 10px #C7071D;
    }

.btn-primary {
    background-color: rgba(243, 96, 25, 0.6);
}

    .btn-primary:hover {
        background-color: rgba(231, 68, 19, 0.8);
        box-shadow: 0 0 10px #7A1302;
    }

.btn-default {
    background-color: rgba(78, 93, 108, 0.6);
}

    .btn-default:hover {
        background-color: rgba(59, 73, 86, 0.8);
        box-shadow: 0 0 10px #1B3858;
    }




.mpo-overlay {
    background: rgba(255, 255, 255, 0.7);
}

.main-modal-color {
    background-color: rgba(0, 0, 0, 0.77);
}
