img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 110%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e6e7e8;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #aeafb1;
}
.text-primary {
  color: #DA021A;
}
a.text-primary:hover {
  color: #2973cf;
}
.text-success {
  color: #527f26;
}
a.text-success:hover {
  color: #39581a;
}
.text-info {
  color: #157890;
}
a.text-info:hover {
  color: #0f5363;
}
.text-warning {
  color: #927608;
}
a.text-warning:hover {
  color: #614f06;
}
.text-danger {
  color: #a81515;
}
a.text-danger:hover {
  color: #7b0f0f;
}
.bg-primary {
  color: #fff;
  background-color: #DA021A;
}
a.bg-primary:hover {
  background-color: #2973cf;
}
.bg-success {
  background-color: #ebf6e1;
}
a.bg-success:hover {
  background-color: #d2eaba;
}
.bg-info {
  background-color: #ddf4fa;
}
a.bg-info:hover {
  background-color: #b0e6f4;
}
.bg-warning {
  background-color: #fcf3d0;
}
a.bg-warning:hover {
  background-color: #f9e8a0;
}
.bg-danger {
  background-color: #fdf2f2;
}
a.bg-danger:hover {
  background-color: #f8c4c4;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #edeef0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .padding-logo{
           top:100px;
        }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #edeef0;
}
.nav > li.disabled > a {
  color: #aeafb1;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #aeafb1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #edeef0;
  border-color: #DA021A;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #d2d3d6;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #edeef0 #edeef0 #d2d3d6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4f5259;
  background-color: #f7f8fa;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f7f8fa;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #d2d3d6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f7f8fa;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* Containers */

#page-container {
  background: #e6e7e8;
  overflow: hidden;
}
#page-content {
  min-height: 650px;
  background: #f7f8fa;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#wrap > .container {
  padding: 20px;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: none;
}
/* Logo */
.navbar-brand {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url("../img/logo.png") no-repeat center center;
  height: 40px;
  width: 106px;
}
@media (max-width: 480px) {
  ul.toolbar {
    display: block;
    float: none !important;
    margin: 0;
    background-color: #3d3f46;
  }
  .navbar-header {
    margin: 0 auto;
    float: none !important;
    width: 106px;
  }
  #page-rightbar,
  #sidebar {
    top: 80px !important;
  }
}

nav.navbar {
  background: #e6e7e8;
}
nav.navbar .navbar-toggle,
nav.navbar .navbar-toggle:hover,
nav.navbar .navbar-toggle:focus {
  background: transparent;
  color: #ffffff;
  border: none;
}
@media (min-width: 768px) {
  #horizontal-navbar.large-icons-nav .navbar-nav {
    margin-bottom: 0;
  }
  #horizontal-navbar.large-icons-nav .navbar-nav li {
    min-width: 120px;
  }
  #horizontal-navbar.large-icons-nav .navbar-nav li a > i {
    font-size: 28px;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }
  #horizontal-navbar.large-icons-nav .navbar-nav li span {
    display: block;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.panel {
  margin: 0px 0 20px;
  border-radius: 1px;
}
.panel-body {
  border: 1px solid #dddddd;
  border-radius: 1px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  height: 40px;
  line-height: 2em;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading .nav.nav-tabs li a {
  color: #888;
  outline: none;
}
.panel-heading .nav.nav-tabs li a:hover {
  border: 1px solid transparent;
  color: #444;
  background: none;
}
.panel-heading .nav.nav-tabs li.active a {
  color: #000;
  background-color: #f7f8fa;
  border-left: 1px solid #d2d3d6;
  border-right: 1px solid #d2d3d6;
  border-top: 1px solid #d2d3d6;
}
.panel-heading h4 {
  float: left;
  margin: 0;
  line-height: 40px;
}
.panel-heading h4 i {
  position: relative;
}
.panel-heading .options {
  float: right !important;
  float: right;
}
.panel-heading .options:before,
.panel-heading .options:after {
  content: " ";
  display: table;
}
.panel-heading .options:after {
  clear: both;
}
.panel-heading .options:before,
.panel-heading .options:after {
  content: " ";
  display: table;
}
.panel-heading .options:after {
  clear: both;
}
.panel-heading .options .nav-tabs {
  float: left;
  position: relative;
  top: 5px;
}
.panel-heading .options .nav-tabs li a {
  line-height: 2.36em;
}
.panel-heading .options > a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #000;
  font-size: 14px;
  float: right;
  line-height: 40px;
  padding-left: 10px;
}
.panel-heading .options > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.panel-heading .options .btn {
  line-height: 1em !important;
  padding-top: 2px;
  padding-bottom: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer {
  padding: 20px 20px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-body {
  padding: 20px;
}
.panel-heading + .panel-body {
  border: none;
  padding: 20px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-body + .panel-footer {
  padding: 10px 0 0;
  border-top: 1px solid #dddddd;
  color: #dddddd;
}
.options .nav-tabs {
  border-bottom: 0;
}
.options .nav-tabs li a {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 2.5em;
}
.options .nav-tabs li a:hover {
  background: none;
}
.options .nav-tabs > li > a {
  margin-right: 0;
}
.icon-highlight {
  font-size: 14px;
  top: -1px;
  padding: 5px 0px;
  height: 25px;
  width: 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  margin: 5px 3px 5px -3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.panel-primary {
  border-color: #DA021A;
}
.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #DA021A;
  border-color: #DA021A;
}
.panel-primary .panel-body {
  border-top: 2px solid #DA021A;
}
.panel-success {
  border-color: #85c744;
}
.panel-success .panel-heading {
  color: #ffffff;
  background-color: #85c744;
  border-color: #85c744;
}
.panel-success .panel-body {
  border-top: 2px solid #85c744;
}
.panel-warning {
  border-color: #f1c40f;
}
.panel-warning .panel-heading {
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.panel-warning .panel-body {
  border-top: 2px solid #f1c40f;
}
.panel-danger {
  border-color: #e73c3c;
}
.panel-danger .panel-heading {
  color: #ffffff;
  background-color: #e73c3c;
  border-color: #e73c3c;
}
.panel-danger .panel-body {
  border-top: 2px solid #e73c3c;
}
.panel-info {
  border-color: #2bbce0;
}
.panel-info .panel-heading {
  color: #ffffff;
  border-color: #2bbce0;
}
.panel-info .panel-body {
  border-top: 1px solid #ddd;
}
.panel-inverse {
  border-color: #4f5259;
}
.panel-inverse .panel-heading {
  color: #ffffff;
  background-color: #4f5259;
  border-color: #4f5259;
}
.panel-inverse .panel-body {
  border-top: 2px solid #4f5259;
}
.panel-brown {
  border-color: #c0392b;
}
.panel-brown .panel-heading {
  color: #ffffff;
  background-color: #c0392b;
  border-color: #c0392b;
}
.panel-brown .panel-body {
  border-top: 2px solid #c0392b;
}
.panel-indigo {
  border-color: #9358ac;
}
.panel-indigo .panel-heading {
  color: #ffffff;
  background-color: #9358ac;
  border-color: #9358ac;
}
.panel-indigo .panel-body {
  border-top: 2px solid #9358ac;
}
.panel-orange {
  border-color: #efa131;
}
.panel-orange .panel-heading {
  color: #ffffff;
  background-color: #efa131;
  border-color: #efa131;
}
.panel-orange .panel-body {
  border-top: 2px solid #efa131;
}
.panel-sky {
  border-color: #76c4ed;
}
.panel-sky .panel-heading {
  color: #ffffff;
  background-color: #76c4ed;
  border-color: #76c4ed;
}
.panel-sky .panel-body {
  border-top: 2px solid #76c4ed;
}
.panel-midnightblue {
  border-color: #34495e;
}
.panel-midnightblue .panel-heading {
  color: #ffffff;
  background-color: #34495e;
  border-color: #34495e;
}
.panel-midnightblue .panel-body {
  border-top: 2px solid #34495e;
}
.panel-magenta {
  border-color: #e73c68;
}
.panel-magenta .panel-heading {
  color: #ffffff;
  background-color: #e73c68;
  border-color: #e73c68;
}
.panel-magenta .panel-body {
  border-top: 2px solid #e73c68;
}
.panel-green {
  border-color: #16a085;
}
.panel-green .panel-heading {
  color: #ffffff;
  background-color: #16a085;
  border-color: #16a085;
}
.panel-green .panel-body {
  border-top: 2px solid #16a085;
}
.panel-purple {
  border-color: #e044ab;
}
.panel-purple .panel-heading {
  color: #ffffff;
  background-color: #e044ab;
  border-color: #e044ab;
}
.panel-purple .panel-body {
  border-top: 2px solid #e044ab;
}
.panel-grape {
  border-color: #7a869c;
}
.panel-grape .panel-heading {
  color: #ffffff;
  background-color: #7a869c;
  border-color: #7a869c;
}
.panel-grape .panel-body {
  border-top: 2px solid #7a869c;
}
.panel.gray {
  border-color: #000000;
}
.panel.gray .panel-heading {
  color: #4d4d4d;
  background-color: #edeef0;
  border-color: #000000;
}
.panel.gray .panel-body {
  border-top: 2px solid #000000;
}
.panel.gray .panel-heading {
  border-bottom: 1px solid #d2d3d6;
  padding-right: 10px;
}
.panel.gray .panel-heading .nav.nav-tabs li.active a {
  background: #fff;
}
.panel.gray .panel-heading .nav.nav-tabs li.active a:hover {
  background: #fff;
}
.panel.gray .panel-heading h4 {
  padding-left: 10px;
  color: #000 !important;
}
.panel.gray .panel-heading h4 > .nav.nav-tabs {
  right: 10px;
  bottom: -3px;
}
.panel.gray .panel-heading h4 > .nav.nav-tabs li a {
  line-height: 38px;
  padding: 0 10px;
  margin-top: -2px;
}
.panel.gray .panel-body {
  background-color: #fff;
  border-top: 0px !important;
  border-left: 1px solid #d2d3d6;
  border-right: 1px solid #d2d3d6;
  border-bottom: 1px solid #d2d3d6;
  padding: 20px !important;
}
.panel-gray {
  border-color: #edeef0;
}
.panel-gray .panel-heading {
  color: #000000;
  background-color: #edeef0;
  border-color: #edeef0;
}
.panel-gray .panel-body {
  border-top: 2px solid #edeef0;
}
.panel-gray .panel-heading {
  border-top: 1px solid #d2d3d6 !important;
  border-left: 1px solid #d2d3d6 !important;
  border-right: 1px solid #d2d3d6 !important;
  border-bottom: none;
}
.panel-gray .panel-heading h4 {
  color: #000000 !important;
}
.panel-gray .panel-heading .options a {
  color: #000000 !important;
}
.panel-gray .panel-heading.rounded-bottom {
  border-bottom: 1px solid #d2d3d6 !important;
}
.panel-gray .panel-body {
  border-bottom: 1px solid #d2d3d6 !important;
  border-left: 1px solid #d2d3d6 !important;
  border-right: 1px solid #d2d3d6 !important;
}
[class*="panel-"].panel .panel-heading {
  padding: 0 10px;
  border-bottom: none;
}
[class*="panel-"].panel .panel-heading.rounded-bottom {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  background: #3C3C3C;
      border-bottom: 1px;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li a:hover {
  color: #fff;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.active a {
  color: #000;
  background: #fff;
}
[class*="panel-"].panel .panel-heading .options a {
  color: #fff;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li,
[class*="panel-"].panel .panel-heading .options .nav-tabs li a {
  border: none;
  font-size: 14px !important;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li a {
  line-height: 35px;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li.active a:hover {
  color: #000;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li a i {
  font-size: 14px;
}
[class*="panel-"].panel .panel-body {
  padding: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
}
[class*="panel-"].panel .panel-footer {
  background-color: #f7f8fa;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dddddd;
  padding: 20px 20px;
  color: #000000;
}
[class*="panel-"].panel .panel-heading + .panel-body {
 /* border-top: none;*/
}
[class*="panel-"].panel .panel-body .panel-footer {
  margin: 20px -21px -21px;
  border-top: 1px solid #dddddd;
}
.panel-heading > h4 > ul.nav.nav-tabs {
  position: relative;
  bottom: -3px;
}
.panel-heading > h4 > ul.nav.nav-tabs > li {
  padding-left: 0;
}
.panel-heading > h4 > ul.nav.nav-tabs > li > a {
  padding: 0 10px;
  line-height: 38px;
  margin-top: -2px;
}
[class*="panel-"].panel .panel-heading > h4 {
  color: #fff;
}
[class*="panel-"].panel .panel-heading > h4 > ul.nav.nav-tabs {
  bottom: -1px;
  right: 9px;
  border: none;
}
[class*="panel-"].panel .panel-heading > h4 > ul.nav.nav-tabs > li > a {
  border: none;
  padding: 0 10px;
  line-height: 40px;
  margin-top: 0px;
}
.panel-body > .list-group {
  margin: -20px;
}
.panel-body > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel-body > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-body > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #e6e7e8;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading h4 a {
  color: #ffffff;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-group .panel-collapse .panel-body {
/*  border-top: none;*/
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel .panel-heading .nav.nav-tabs > li {
  margin-bottom: -2px;
}
.panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover,
.panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
  color: #000;
  background-color: transparent;
}
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a,
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover,
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li {
  margin-bottom: -1px;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
  background-color: transparent;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
  background-color: transparent;
  color: #fff;
  border: none;
}
.panel-heading h4 .nav.nav-tabs .dropdown-menu {
  margin-top: -2px;
}
.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a {
  color: #000;
}
.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a:hover {
  background-color: #D2D3D6;
  border: none;
}

.panel-comments,
.panel-threads,
.panel-users {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.panel-comments li,
.panel-threads li,
.panel-users li {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px;
  border-bottom: 1px solid #e6e7e8;
}
.panel-comments li:before,
.panel-threads li:before,
.panel-users li:before,
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  content: " ";
  display: table;
}
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  clear: both;
}
.panel-comments li:before,
.panel-threads li:before,
.panel-users li:before,
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  content: " ";
  display: table;
}
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  clear: both;
}
.panel-comments li:first-child,
.panel-threads li:first-child,
.panel-users li:first-child {
  padding-top: 0;
}
.panel-comments li img,
.panel-threads li img,
.panel-users li img {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 1px;
}
.panel-comments li .content,
.panel-threads li .content,
.panel-users li .content {
  margin-left: 45px;
}
.panel-comments li .content .time,
.panel-threads li .content .time,
.panel-users li .content .time {
  float: right;
  color: #aeafb1;
  font-size: 12px;
}
.panel-userprofile {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.panel-userprofile li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e6e7e8;
}
.panel-userprofile li:before,
.panel-userprofile li:after {
  content: " ";
  display: table;
}
.panel-userprofile li:after {
  clear: both;
}
.panel-userprofile li:before,
.panel-userprofile li:after {
  content: " ";
  display: table;
}
.panel-userprofile li:after {
  clear: both;
}
.panel-userprofile li:first-child {
  padding-top: 0;
}
.panel-userprofile li:last-child {
  border-bottom: 0;
}
.panel-userprofile li img {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 1px;
}
.panel-userprofile li .content {
  margin-left: 45px;
}
.panel-userprofile li .content .time {
  float: right;
  color: #aeafb1;
  font-size: 12px;
}
.panel-comments li .content .commented {
  display: block;
  margin-bottom: 10px;
}
.panel-comments li .content .actions {
  display: block;
  line-height: 1em;
  float: right;
}
.panel-comments li .content .actions a {
  color: #4f5259;
  font-size: 14px;
  margin-left: 10px;
}
.panel-comments li .content .actions a:first-child {
  margin-left: 0;
}
.panel-comments li .content .actions a:hover {
  text-decoration: none;
  color: #4d4d4d;
}
.panel-threads li .content .title {
  display: block;
}
.panel-threads li .content .thread {
  color: #aeafb1;
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 14px;
}
.panel-threads li .content .thread a {
  color: #4f5259;
}
.panel-threads li .content .thread a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
.panel-users li .content .desc {
  display: block;
}
.panel-users li .content > div {
  font-size: 12px;
  color: #aeafb1;
}
.panel-tasks {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.panel-tasks li {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 10px;
  background-color: #f2f3f5;
  margin-bottom: 1px;
  border-left: 2px solid #e6e7e8;
  border-radius: 1px;
}
.panel-tasks li:before,
.panel-tasks li:after {
  content: " ";
  display: table;
}
.panel-tasks li:after {
  clear: both;
}
.panel-tasks li:before,
.panel-tasks li:after {
  content: " ";
  display: table;
}
.panel-tasks li:after {
  clear: both;
}
.panel-tasks li label {
  margin-bottom: 0;
}
.panel-tasks li label .task-description {
  margin: 0 5px 0 5px;
}
.panel-tasks li label .task-description.done {
  text-decoration: line-through;
  font-style: italic;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.panel-tasks li.item-primary {
  border-left: 2px solid #DA021A;
}
.panel-tasks li.item-info {
  border-left: 2px solid #2bbce0;
}
.panel-tasks li.item-danger {
  border-left: 2px solid #e73c3c;
}
.panel-tasks li.item-warning {
  border-left: 2px solid #f1c40f;
}
.panel-tasks li.item-success {
  border-left: 2px solid #85c744;
}
.panel-tasks li.item-inverse {
  border-left: 2px solid #4f5259;
}
.panel-tasks li.item-placeholder {
  background-color: #e6e7e8;
  border: 1px dashed #666;
  height: 42px;
}
.panel-tasks li .options {
  float: right;
}
.panel-tasks li .icon-dragtask {
  color: transparent;
  margin-right: 6px;
  width: 6px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAMAAAA7QZ0XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFf39/////F3PnHQAAAAJ0Uk5T/wDltzBKAAAAGklEQVR42mJgYGBkZAABMMUIBjCKKnIAAQYAClYANToXblMAAAAASUVORK5CYII=);
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.panel-tasks li .icon-dragtask:active,
.panel-tasks li .icon-dragtask:focus {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.panel-chat {
  margin-bottom: 20px;
  height: 700px;
  overflow-y: hidden;
}
.panel-chat .chat-message {
  margin-bottom: 10px;
  position: relative;
}
.panel-chat .chat-message:last-child {
  margin-bottom: 0;
}
.panel-chat .chat-message:after {
  left: 38px;
  top: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #EEE;
  border-width: 6px;
  margin-top: -4px;
}
.panel-chat .chat-message .chat-contact {
  float: left;
  margin-right: 10px;
}
.panel-chat .chat-message .chat-contact img {
  max-width: 40px;
  border-radius: 1px;
}
.panel-chat .chat-message .chat-text {
  padding: 10px;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
.panel-chat .chat-message.me .chat-contact {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.panel-chat .chat-message.me .chat-text {
  background-color: #ddd;
}
.panel-chat .chat-message.me:after {
  border-right-color: transparent;
  border-left-color: #ddd;
  right: 38px;
  left: auto;
}
.tab-container {
  margin-bottom: 20px;
}
.tab-container .nav-tabs > li > a {
  border-radius: 0;
  background: #666
}
.tab-container .tab-content {
  border: 1px solid #d2d3d6;
  border-top: 0;
  padding: 10px 15px;
}
.tab-container > .nav-tabs > li.active > a {
  border-top: 2px solid #DA021A;
  background-color: #ffffff;
}
.tab-container.tab-left > .nav-tabs > li,
.tab-container.tab-right > .nav-tabs > li {
  float: none;
  min-width: 75px;
}
.tab-container.tab-left > .nav-tabs > li > a,
.tab-container.tab-right > .nav-tabs > li > a {
  border: 1px solid #d2d3d6;
}
.tab-container.tab-left > .nav-tabs > li.active > a,
.tab-container.tab-right > .nav-tabs > li.active > a {
  border-top-color: #d2d3d6 !important;
}
.tab-container.tab-left .tab-content,
.tab-container.tab-right .tab-content {
  overflow: hidden;
  border-top: 1px solid #d2d3d6;
}
.tab-container.tab-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tab-container.tab-left > .nav-tabs > li > a {
}
.tab-container.tab-left > .nav-tabs > li.active > a {
  border-left: 2px solid #DA021A;
}
.tab-container.tab-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tab-container.tab-right > .nav-tabs > li > a {
  border-left: 0;
}
.tab-container.tab-right > .nav-tabs > li.active > a {
  border-right: 2px solid #DA021A;
}
.tab-container.tab-bottom > .tab-content {
  border-top: 1px solid #d2d3d6;
}
.tab-container.tab-bottom > .nav-tabs {
  border-bottom: none;
  margin-top: 0px;
}
.tab-container.tab-bottom > .nav-tabs > li.active > a {
  margin-top: -2px;
  border-top-color: transparent !important;
  border-bottom: 2px solid #DA021A;
}
.tab-primary.tab-container > .nav-tabs > li.active > a {
  border-top-color: #DA021A;
}
.tab-primary.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #DA021A;
}
.tab-primary.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #DA021A;
}
.tab-primary.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #DA021A;
}
.tab-warning.tab-container > .nav-tabs > li.active > a {
  border-top-color: #f1c40f;
}
.tab-warning.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #f1c40f;
}
.tab-warning.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #f1c40f;
}
.tab-warning.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #f1c40f;
}
.tab-danger.tab-container > .nav-tabs > li.active > a {
  border-top-color: #e73c3c;
}
.tab-danger.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #e73c3c;
}
.tab-danger.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #e73c3c;
}
.tab-danger.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #e73c3c;
}
.tab-success.tab-container > .nav-tabs > li.active > a {
  border-top-color: #85c744;
}
.tab-success.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #85c744;
}
.tab-success.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #85c744;
}
.tab-success.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #85c744;
}
.tab-info.tab-container > .nav-tabs > li.active > a {
  border-top-color: #2bbce0;
}
.tab-info.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #2bbce0;
}
.tab-info.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #2bbce0;
}
.tab-info.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #2bbce0;
}
.tab-inverse.tab-container > .nav-tabs > li.active > a {
  border-top-color: #4f5259;
}
.tab-inverse.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #4f5259;
}
.tab-inverse.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #4f5259;
}
.tab-inverse.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #4f5259;
}
.tab-brown.tab-container > .nav-tabs > li.active > a {
  border-top-color: #c0392b;
}
.tab-brown.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #c0392b;
}
.tab-brown.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #c0392b;
}
.tab-brown.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #c0392b;
}
.tab-indigo.tab-container > .nav-tabs > li.active > a {
  border-top-color: #9358ac;
}
.tab-indigo.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #9358ac;
}
.tab-indigo.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #9358ac;
}
.tab-indigo.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #9358ac;
}
.tab-orange.tab-container > .nav-tabs > li.active > a {
  border-top-color: #efa131;
}
.tab-orange.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #efa131;
}
.tab-orange.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #efa131;
}
.tab-orange.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #efa131;
}
.tab-sky.tab-container > .nav-tabs > li.active > a {
  border-top-color: #76c4ed;
}
.tab-sky.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #76c4ed;
}
.tab-sky.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #76c4ed;
}
.tab-sky.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #76c4ed;
}
.tab-midnightblue.tab-container > .nav-tabs > li.active > a {
  border-top-color: #34495e;
}
.tab-midnightblue.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #34495e;
}
.tab-midnightblue.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #34495e;
}
.tab-midnightblue.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #34495e;
}
.tab-magenta.tab-container > .nav-tabs > li.active > a {
  border-top-color: #e73c68;
}
.tab-magenta.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #e73c68;
}
.tab-magenta.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #e73c68;
}
.tab-magenta.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #e73c68;
}
.tab-green.tab-container > .nav-tabs > li.active > a {
  border-top-color: #16a085;
}
.tab-green.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #16a085;
}
.tab-green.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #16a085;
}
.tab-green.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #16a085;
}
.tab-purple.tab-container > .nav-tabs > li.active > a {
  border-top-color: #e044ab;
}
.tab-purple.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #e044ab;
}
.tab-purple.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #e044ab;
}
.tab-purple.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #e044ab;
}