/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.asterisk {display:none;}

.a:link {
 color: #163a39 !important;
}
.a:visited {
 color: #163a39 !important;
}
.a:hover {
 color: #7b9fa2 !important;
}
.a:active {
 color: #163a39 !important;
}

.btn-primary {
  border-color: #163a39 !important;
  color: #000000 !important;
  background-color: #f7ce2f !important;
}

.progress-bar
{
  border-color: #163a39 !important;
  color: #439be0 !important;
  background-color: #163a39 !important;
}

.group-title {
  border-color: #ffffff !important;
  color: #163a39 !important;
  background-color: #ffffff !important;
  font-size: 1em !important;
}

.accordion {
width: 100%;
margin: 0 0 0 0;
}
.accordion [type=radio],
.accordion [type=checkbox] {
display: none;
}
.accordion label {
font-weight: normal;
margin: 5px;
color: #000000;
}
.accordion label:hover {
background-color: #FFFFFF;
color: #7b9fa2;
}
.accordion [type=radio]:checked ~ label,
.accordion [type=checkbox]:checked ~ label {
color: #A9A9A9;
}
.accordion label:before {
content: '» '; 
padding: 0px 0px 0 0px;
}
.accordion [type=radio]:checked ~ label:before,
.accordion [type=checkbox]:checked ~ label:before {
content: '« ';
padding: 0px 0px 0 0px;
}
.accordion [type=radio]:checked ~ label + div,
.accordion [type=checkbox]:checked ~ label + div {
overflow: auto;
height: auto;
}
.accordion div {
margin: 0px 0px 0px 0px;
height: 0;
padding: 0px 10px 0px 10px;
overflow: hidden;
border-bottom: 0px none #c0c0c0;
border-top: 0px none #c0c0c0;
border-left: 0px none #c0c0c0;
border-right: 0px none #c0c0c0;
background-color: #ededed;
transition: all 1s ease-in;
font-size:small
}
