.bg-gradient-primary {
    background-color: #9f2942;
    background-image: linear-gradient(180deg,#9f2942 10%,#c17211 100%);
    background-size: cover;
}

.btn-primary {
    color: #fff;
    background-color: #9f2942;
    border-color: #7c2135;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #9f2942;
    border-color: #7c2135;
}

a {
    color: #f2a325;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #c17211;
    text-decoration: underline;
}

.bg-login-admin {
    background: url(/assets/login1-c0b976ce797abbdae2cbea3a17a5e13bfb0a9be10d7988f720778e09b37ad90d.jpg);
    background-position: center;
    background-size: cover;
}

.bg-login-worker  {
    background: url(/assets/login2-a5dbc16829092a98caec98f79a1291554f3f9d859fc61d9b1e550f25ab04c6f7.jpg);
    background-position: center;
    background-size: cover;
}

.bg-login-analyst {
    background: url(/assets/login3-66299f894496939a567c02e50297ea3af83425d95cd54d75d7ccd338ad329872.jpg);
    background-position: center;
    background-size: cover;
}

.bg-cert {
    background: url(/assets/cert-f7e66a10f089792f5223584ae6f3e07be11a8d6cd35da25332268d1caa896a5d.jpg);
    background-position: center;
    background-size: cover;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #f2a325;
    border: 1px solid #f2a325;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

.sidebar-dark .sidebar-brand {
    color: #fff;
    background-color: #FFF;
}

.text-primary {
    color: #9f2942!important;
}

.page-link {    
    color: #f2a325;    
}

.page-link:hover {
    z-index: 2;
    color: #f2a325;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff!important;
    background-color: #9f2942!important;
    border-color: #9f2942;
}


.alert {    
    margin-bottom: 0rem;
}

.accordion-body-course-item {
    padding: 0px!important;
}

.accordion-button[aria-expanded="true"]{
    background-color: #f2a343;
}

.accordion-button:not(.collapsed) {
    color: #000000;
}


.playicon {
    color: #f2a343;
    margin-right: 10px;
}

#videoplay {
    width: 100%;
    min-height: 500px;
    height: auto;
}

.checkboxuncheck{
  color: #d2d2d2;
}

.checkboxcheck{
  color: #000000;
}

.sidebar-brand-icon  {
  display: block;
  height: 70px;
}

.pdf{
    background-color: #818186;
    position: relative;
    height: 100%,
}

.certheader{
    width: 80%;
    margin: 0 auto;
}

.col {
    width: 33%;
    display: inline-block;
}
.logocert {
    width: 220px;
    margin-top: -20%;
}

.firmacert {
    width: 150px;
}

.certificatebg {
    width: 100%;
}

.positiva {
    width: 250px;
    margin-top: -23%;
}

.ribbon{
    position: absolute;
    bottom: 2%;
    right: 9%;
    height: 350px;
    width: 234px;
}

.certdate {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.certtext{
    position: absolute;
    top: 14%;
    text-align: center;
    left: 0%;
    width: 100%;
}

.certtitle{
    font-size: 40px;
}

.certsubtitle{
    font-size: 25px;
}

.certbold {
    font-weight: bold;
    color: #000;
}

.certlogo {
    margin: 8px 0;
}

.certbrand {
    font-size: 12px;
}

.certsignature{
    border-top: 3px solid #235a83;
    width: 30%;
    margin-left: 35%;
    text-align: center;
}

.report{
    max-width: 330px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 450px) {
      #videoplay {
        width: 345px;
        height: 300px;
    }
}

.form-control-dropdown {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.editcourseitem{
  background-color: #efefef;
}

.buttonheader {
    min-width: 115px;
    margin: 0px 4px;
}

.login-brand-icon {
    display: block;
    height: 70px;
    margin: 0 auto;
}

.login_header{
    background-color: #FFF;
}

.serviola {
    width: 150px;
    position: absolute;
    bottom: 30%;
    left: 9%;    
}

.atecno{
    width: 150px;
    position: absolute;
    bottom: 31%;
    left: 23%;
}

.aa{
    width: 115px;
    position: absolute;
    bottom: 20%;
    left: 17%;
}

.sticky-footer{
position: absolute;
bottom: 0px;
width: 100%;
}

#content {
    padding-bottom: 80px;
}
