.border-1 {
    border-width:1px !important;
}
.border-2 {
    border-width:2px !important;
}
.border-3{
    border-width:3px !important;
}

[data-toggle="collapse"].collapsed i:before{
    content: "\f13a";
}

[data-toggle="collapse"] i:before{
    content: "\f139";
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 100px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*display: none;*/
    z-index: 9999;
}
/*Cookie Consent End*/
