/* REGIDESO global theme overrides */

/* Brand color */
.text-primary { color: #0052CC !important; }
.btn-primary { background-color: #0052CC !important; border-color: #0052CC !important; }
.bg-soft-primary { background-color: rgba(0, 82, 204, 0.12) !important; }
.link-primary { color: #0052CC !important; }
.badge-soft-success { color: #0f5132; background-color: rgba(25, 135, 84, 0.15); }

/* Microsoft buttons */
.btn-microsoft {
     background-color: #0078D4 !important;
     border-color: #0078D4 !important;
     color: #fff !important;
     transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn-microsoft:hover, .btn-microsoft:focus {
     background-color: #106EBE !important;
     border-color: #106EBE !important;
     color: #fff !important;
     box-shadow: 0 0 0 .2rem rgba(0,120,212,.25);
}
.btn-microsoft:active {
     background-color: #0E5AA7 !important;
     border-color: #0E5AA7 !important;
     color: #fff !important;
}
.btn-microsoft-gray {
     background-color: #F3F2F1 !important;
     border-color: #E1DFDD !important;
     color: #201F1E !important;
     transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn-microsoft-gray:hover, .btn-microsoft-gray:focus {
     background-color: #E1DFDD !important;
     border-color: #C8C6C4 !important;
     color: #201F1E !important;
     box-shadow: 0 0 0 .2rem rgba(32,31,30,.15);
}
.btn-microsoft-gray:active {
     background-color: #D2D0CE !important;
     border-color: #BEBBB8 !important;
     color: #201F1E !important;
}













