@charset "utf-8";
/* CSS Document */
@font-face{font-family:'FontAwesome';src:url('https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ');}

.no-padding{
padding-left:0px;
padding-right:0px;
}
.padding{padding-left:0px;}
.product{background: #1c2c32;}
.list{list-style:none; line-height: 45px;}
.list li ol {line-height:30px;}
.table-dark {color: #fff; background-color: #212529;}
.table-hover > tbody > tr:hover{background:#333333!important; cursor:pointer;}
.tpadding{padding-top: 119px!important; padding-bottom: 119px!important;}
.navbar-nav>li>.dropdown-menu { margin-top: 15px; right: -312px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {color: #fff; text-decoration: none; background-color: #4078c0;}
/*--------------------------Acordion--------------------------------------*/
.panel-body {
    color: #5f5d5d;
}
.panel-default>.panel-heading {
  color: #fff;
  background-color: #3381f5;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default>.panel-heading a:hover{
color:#fff;
}
.panel-default {
    border-color:#84a8de!important;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px 10px;
  font-size: 17px;
    font-family: arial;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #3381f5;
  font-size: 17px;
    font-family: arial;
	color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
 font-family: FontAwesome;
  content: "\f104";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
 font-family: FontAwesome;
  content: "\f105";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}