.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #000;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}
.my-table
{
	text-align: center;
}
.bg-table
{
	background-color: #343a40;
	color: #ffffff;
}
.c-overlay
{
	width: 100%;
	height: 100%;
	background: #a7a3a34f;
	position: absolute;
	z-index: 1;
	display: none;
}
.loader
{
	width: 50px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
}
.my-table tbody tr:nth-child(odd) {
  background-color: #dee2e6;
}
.finance-panel
{
  height: 100vh;
/*  background: url('http://picz.in/data/media/5/201221205754_Finans.jpg');
  background-size: cover;*/
  background-color: #15549a;
}
.caption
{
  caption-side: top;
}

.select2-container--default .select2-selection--single {
    
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    box-shadow: inset 0 0 0 transparent !important;
     outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    display: block !important;
    padding-left: 8px !important;
    padding-right: 20px !important;
    padding-top: 0px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0 !important;
    left: 50% !important;
    margin-left: -4px !important;
    margin-top: -5px !important;
    position: absolute !important;
    top: 90% !important;
    width: 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #fff !important;
    outline: none !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #494e54;
    color: #fff;
    font-size: 14px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #c2c7d0;
    font-size: 14px;
}
.required{
  color: #ff0000;
}