﻿body { background-color: #f5f5f5; }



/*dropdown submenu*/

.dropdown-menu { z-index: 1028; }

.dropdown-menu li { position: relative; }


.dropdown-menu .dropdown-submenu {
   display: none;
   left: 100%;
   position: absolute;
   top: -7px;
}


.dropdown-menu .dropdown-submenu-left {
   left: auto;
   right: 100%;
}

.dropdown-menu > li:hover > .dropdown-submenu { display: block; }

a {
   color: #0d6efd;
   text-decoration: none;
}

.btn-link {
   color: #0d6efd;
   font-weight: 400;
   text-decoration: none;
}

.form-group { margin-bottom: 1rem !important; }