/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0c404c4a5cb69ee1296a0c4d7967a51f)
 * Config saved to config.json and https://gist.github.com/0c404c4a5cb69ee1296a0c4d7967a51f
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {
  border-color: #05091d;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #060c26;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #060c26;
  border-color: #05091d;
}
.btn-success {
  border-color: #166367;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #176b6f;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #176b6f;
  border-color: #166367;
}
.btn-info {
  border-color: #004a77;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #005181;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #005181;
  border-color: #004a77;
}
.btn-warning {
  border-color: #855500;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #8f5b00;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #8f5b00;
  border-color: #855500;
}
.btn-danger {
  border-color: #850001;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #8f0001;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #8f0001;
  border-color: #850001;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #999;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  border-color: #b2dba1;
}
.alert-info {
  border-color: #9acfea;
}
.alert-warning {
  border-color: #f5e79e;
}
.alert-danger {
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #0f1d5a 0%, #080f2e 100%);
  background-image: -o-linear-gradient(top, #0f1d5a 0%, #080f2e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f1d5a), to(#080f2e));
  background-image: linear-gradient(to bottom, #0f1d5a 0%, #080f2e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f1d5a', endColorstr='#ff080f2e', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #229ba2 0%, #197378 100%);
  background-image: -o-linear-gradient(top, #229ba2 0%, #197378 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#229ba2), to(#197378));
  background-image: linear-gradient(to bottom, #229ba2 0%, #197378 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff229ba2', endColorstr='#ff197378', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #0077be 0%, #00578b 100%);
  background-image: -o-linear-gradient(top, #0077be 0%, #00578b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0077be), to(#00578b));
  background-image: linear-gradient(to bottom, #0077be 0%, #00578b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0077be', endColorstr='#ff00578b', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #cc8200 0%, #996200 100%);
  background-image: -o-linear-gradient(top, #cc8200 0%, #996200 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc8200), to(#996200));
  background-image: linear-gradient(to bottom, #cc8200 0%, #996200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc8200', endColorstr='#ff996200', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #cc0001 0%, #990001 100%);
  background-image: -o-linear-gradient(top, #cc0001 0%, #990001 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0001), to(#990001));
  background-image: linear-gradient(to bottom, #cc0001 0%, #990001 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0001', endColorstr='#ff990001', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #080f2e;
  background-image: -webkit-linear-gradient(top, #0f1d5a 0%, #0a1239 100%);
  background-image: -o-linear-gradient(top, #0f1d5a 0%, #0a1239 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f1d5a), to(#0a1239));
  background-image: linear-gradient(to bottom, #0f1d5a 0%, #0a1239 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f1d5a', endColorstr='#ff0a1239', GradientType=0);
  border-color: #0a1239;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #0f1d5a 0%, #0b1644 100%);
  background-image: -o-linear-gradient(top, #0f1d5a 0%, #0b1644 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f1d5a), to(#0b1644));
  background-image: linear-gradient(to bottom, #0f1d5a 0%, #0b1644 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f1d5a', endColorstr='#ff0b1644', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  border-color: #e6e6e6;
}




@media(max-width:1200px){
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
	}
	.navbar-nav>li {
        float: none;
    }
    .collapse.in{
  		display:block !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: 0;
	}
}