﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size:12px !important;
}

.navbar {
    padding-top:0px;
    padding-bottom:0px;
    background-color: #0077b3 !important;
 
}
.navbar-brand {
    font-size:14px;
}
.dx_label {
    font-size:12px;
}
.dx_row {
    margin-top:10px;
}
.dropdown-item {
    font-size:12px;
}

.dropdown-item:active {
    background-color:#0077b3 !important;
}

.btn {
    font-size: 12px;
    line-height:0px;
}
.btn-link {
    color: #0077b3;
    @include hover {
    color: #0077b3;
  }
}
.btn-outline-info {
    color: #0077b3;
    border-color: #0077b3;
}
.btn-default:hover {
    color: #fff;
    background-color: #0077b3;
    border-color: #285e8e; /*set the color you want here*/
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    border-color: silver;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0077b3;
}
.form-control {
    font-size: 12px;
    padding-bottom:5px;
    padding-top:5px;
}

.form-group {
    margin-bottom:4px;
    line-height:0px;
}

label {
  padding-bottom:0.375rem;
  padding-top:0.375rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  line-height:0px;
  }

button {
  margin-bottom: .5rem;
}
.col-md-6 {
  padding-left:0px;
  padding-right:0px;
}
.col-md-3 {
  padding-left:0px;
  padding-right:0px;
}
.col-md-12 {
  padding-left:0px;
  padding-right:0px;
}
.card-header {
    padding: 0.2rem 0.7rem;
}
.card {
    margin-left:0rem;
}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}



.dropdown-large {
  /*position: static !important;*/
}

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 35px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  /*white-space: normal;*/
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca !important;
  font-size: 12px;
  border-bottom: 0.6px dotted #428bca;
  font-weight: 700;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 10px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 10px !important;
  }
}

.dropdown-header {
    padding-left: 0px;
}

dx_label {
    padding-bottom: 0rem!important;
    padding-top: 0rem!important;
    padding-left: 0rem!important;
    padding-right: 0rem!important;
    display: none;
    white-space: nowrap;
    line-height: 0px;
}