.navbar {
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.bg-primary{
		background-color:#005a94 !important;
	}
	.btn-primary{
		background-color:#005a94 !important;
		border-color:#005a94 ;
	}
	.btn-outline-primary{
		color:#005a94 !important;
		border-color:#005a94 ;
	}
	.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #005a94;
    border-color: #005a94;
}
	.btn-primary{
		background-color:#005a94 !important;
	}
	
	.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #005a94;
    border-color: #005a94;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005a94;
	padding:6px;
}
.badge-primary{
	background-color: #005a94;
}
.start {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) center no-repeat #fff
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  & > [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.card-header{
		padding:5px;
	}
	.card-title{
		margin:2px !important;
	}
	.card-body{
		padding:5px;
	}
.dropdown-menu {
    min-width: 200px !important;
    
}
.dropdown-menu a:hover {
    color:white;
   // background-color:#02B1FF;
   background-color:#005a94;
}

li a {
    text-decoration: none;
    color: black;
}

span a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
}

span a:hover {
    text-decoration: none;
    color: white;
}
.accord {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px 18px 10px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accord.active, .accord:hover {
  background-color: #ccc;
  
}

.accord:after {
  content: '\002B';
  color: #005a94;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  
}

.accord.active:after {
  content: "\2212";
}

.panel {
  padding: 10px 18px 0 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {  
            white-space: pre-line; 
        } 
.cont {
    width: 100%;
    height: 20em;
    margin: 1em auto;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.sl {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: sl 15s linear infinite;
    text-align: left;
}

.sl:hover {
    animation-play-state: paused;
}

@keyframes sl {
    0%   { top:   10em }
    100% { top: -14em }
}

.blur .sl {
  	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}

.blur:before, .blur::before,
.blur:after,  .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.blur:after, .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.blur:before, .blur::before {
    top: 0;
}

.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
}

    .footer-clean li {
        list-style: none;
        font-size: smaller;
    }

.scrollbar {
    height: 300px;
    overflow-y: scroll;
}

.tab-content li{
    padding:10px;
}
.divider{
    padding:6px;
    font-weight:900;
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}
