﻿/* Submenu CSS */
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: 6px !important;
    top: .8em !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-left: .1rem !important;
    margin-right: .1rem !important;
}

.btn-success {
    background-color: #50CCFF;
    border-color: #50CCFF;
}

.btn-success:hover {
    background-color: #1ABAFF;
    border-color: #1ABAFF;
}

.btn-success:active:focus {
    background-color: #1ABAFF !important;
    border-color: #1ABAFF !important;
}

.btn-bdpcl {
    background-color: #50CCFF;
    border-color: #50CCFF;
    color: #ffffff;
}

.btn-bdpcl:hover {
    background-color: #1ABAFF !important;
    border-color: #1ABAFF !important;
    outline-color: #1ABAFF !important;
    color: #ffffff;
}

.btn-bdpcl:active:focus {
    background-color: #1ABAFF !important;
    border-color: #1ABAFF !important;
    outline-color: #1ABAFF !important;
    color: #ffffff;
}


.btn-danger {
    background-color: #275b97;
    border-color: #275b97;
}

.btn-danger:hover {
    background-color: #1C426C;
    border-color: #1C426C;
}

.btn-danger:active:focus {
    background-color: #1C426C !important;
    border-color: #1C426C !important;
}

.navbar-custom {
    background-color: #275b97;
}
