@font-face {
  font-family: gobCL;
  src: url(/font/gobCL_Regular.otf);
  font-weight: 500;
}
@font-face {
  font-family: gobCL;
  src: url(/font/gobCL_Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: gobCL;
  src: url(/font/gobCL_Heavy.otf);
  font-weight: 900;
}
@font-face {
  font-family: gobCL;
  src: url(/font/gobCL_Light.otf);
  font-weight: 300;
}
@media (min-width: 0) {
  .xs-p-0 {
    padding: 0px;
  }
  .xs-pt-0 {
    padding-top: 0px;
  }
  .xs-pl-0 {
    padding-left: 0px;
  }
  .xs-pr-0 {
    padding-right: 0px;
  }
  .xs-pb-0 {
    padding-bottom: 0px;
  }
  .xs-m-0 {
    margin: 0px;
  }
  .xs-mt-0 {
    margin-top: 0px;
  }
  .xs-ml-0 {
    margin-left: 0px;
  }
  .xs-mr-0 {
    margin-right: 0px;
  }
  .xs-mb-0 {
    margin-bottom: 0px;
  }
  .xs-p-5 {
    padding: 5px;
  }
  .xs-pt-5 {
    padding-top: 5px;
  }
  .xs-pl-5 {
    padding-left: 5px;
  }
  .xs-pr-5 {
    padding-right: 5px;
  }
  .xs-pb-5 {
    padding-bottom: 5px;
  }
  .xs-m-5 {
    margin: 5px;
  }
  .xs-mt-5 {
    margin-top: 5px;
  }
  .xs-ml-5 {
    margin-left: 5px;
  }
  .xs-mr-5 {
    margin-right: 5px;
  }
  .xs-mb-5 {
    margin-bottom: 5px;
  }
  .xs-p-10 {
    padding: 10px;
  }
  .xs-pt-10 {
    padding-top: 10px;
  }
  .xs-pl-10 {
    padding-left: 10px;
  }
  .xs-pr-10 {
    padding-right: 10px;
  }
  .xs-pb-10 {
    padding-bottom: 10px;
  }
  .xs-m-10 {
    margin: 10px;
  }
  .xs-mt-10 {
    margin-top: 10px;
  }
  .xs-ml-10 {
    margin-left: 10px;
  }
  .xs-mr-10 {
    margin-right: 10px;
  }
  .xs-mb-10 {
    margin-bottom: 10px;
  }
  .xs-p-15 {
    padding: 15px;
  }
  .xs-pt-15 {
    padding-top: 15px;
  }
  .xs-pl-15 {
    padding-left: 15px;
  }
  .xs-pr-15 {
    padding-right: 15px;
  }
  .xs-pb-15 {
    padding-bottom: 15px;
  }
  .xs-m-15 {
    margin: 15px;
  }
  .xs-mt-15 {
    margin-top: 15px;
  }
  .xs-ml-15 {
    margin-left: 15px;
  }
  .xs-mr-15 {
    margin-right: 15px;
  }
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  .xs-p-20 {
    padding: 20px;
  }
  .xs-pt-20 {
    padding-top: 20px;
  }
  .xs-pl-20 {
    padding-left: 20px;
  }
  .xs-pr-20 {
    padding-right: 20px;
  }
  .xs-pb-20 {
    padding-bottom: 20px;
  }
  .xs-m-20 {
    margin: 20px;
  }
  .xs-mt-20 {
    margin-top: 20px;
  }
  .xs-ml-20 {
    margin-left: 20px;
  }
  .xs-mr-20 {
    margin-right: 20px;
  }
  .xs-mb-20 {
    margin-bottom: 20px;
  }
  .xs-p-30 {
    padding: 30px;
  }
  .xs-pt-30 {
    padding-top: 30px;
  }
  .xs-pl-30 {
    padding-left: 30px;
  }
  .xs-pr-30 {
    padding-right: 30px;
  }
  .xs-pb-30 {
    padding-bottom: 30px;
  }
  .xs-m-30 {
    margin: 30px;
  }
  .xs-mt-30 {
    margin-top: 30px;
  }
  .xs-ml-30 {
    margin-left: 30px;
  }
  .xs-mr-30 {
    margin-right: 30px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-p-40 {
    padding: 40px;
  }
  .xs-pt-40 {
    padding-top: 40px;
  }
  .xs-pl-40 {
    padding-left: 40px;
  }
  .xs-pr-40 {
    padding-right: 40px;
  }
  .xs-pb-40 {
    padding-bottom: 40px;
  }
  .xs-m-40 {
    margin: 40px;
  }
  .xs-mt-40 {
    margin-top: 40px;
  }
  .xs-ml-40 {
    margin-left: 40px;
  }
  .xs-mr-40 {
    margin-right: 40px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .xs-p-50 {
    padding: 50px;
  }
  .xs-pt-50 {
    padding-top: 50px;
  }
  .xs-pl-50 {
    padding-left: 50px;
  }
  .xs-pr-50 {
    padding-right: 50px;
  }
  .xs-pb-50 {
    padding-bottom: 50px;
  }
  .xs-m-50 {
    margin: 50px;
  }
  .xs-mt-50 {
    margin-top: 50px;
  }
  .xs-ml-50 {
    margin-left: 50px;
  }
  .xs-mr-50 {
    margin-right: 50px;
  }
  .xs-mb-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) {
  .sm-p-0 {
    padding: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-m-0 {
    margin: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-p-5 {
    padding: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-m-5 {
    margin: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-p-10 {
    padding: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-m-10 {
    margin: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-p-15 {
    padding: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-m-15 {
    margin: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-p-20 {
    padding: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-m-20 {
    margin: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-p-30 {
    padding: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-m-30 {
    margin: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-p-40 {
    padding: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-m-40 {
    margin: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-p-50 {
    padding: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-m-50 {
    margin: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .md-p-0 {
    padding: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-m-0 {
    margin: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-ml-0 {
    margin-left: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-p-5 {
    padding: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-m-5 {
    margin: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-ml-5 {
    margin-left: 5px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-p-10 {
    padding: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-m-10 {
    margin: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-ml-10 {
    margin-left: 10px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-p-15 {
    padding: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-m-15 {
    margin: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-p-20 {
    padding: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-m-20 {
    margin: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-ml-20 {
    margin-left: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-p-30 {
    padding: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-m-30 {
    margin: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-p-40 {
    padding: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-m-40 {
    margin: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-p-50 {
    padding: 50px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-m-50 {
    margin: 50px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-ml-50 {
    margin-left: 50px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .lg-p-0 {
    padding: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-m-0 {
    margin: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-p-5 {
    padding: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-m-5 {
    margin: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-p-10 {
    padding: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-m-10 {
    margin: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-p-15 {
    padding: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-m-15 {
    margin: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-p-20 {
    padding: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-m-20 {
    margin: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-p-30 {
    padding: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-m-30 {
    margin: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-p-40 {
    padding: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-m-40 {
    margin: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-p-50 {
    padding: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-m-50 {
    margin: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .xl-p-0 {
    padding: 0px;
  }
  .xl-pt-0 {
    padding-top: 0px;
  }
  .xl-pl-0 {
    padding-left: 0px;
  }
  .xl-pr-0 {
    padding-right: 0px;
  }
  .xl-pb-0 {
    padding-bottom: 0px;
  }
  .xl-m-0 {
    margin: 0px;
  }
  .xl-mt-0 {
    margin-top: 0px;
  }
  .xl-ml-0 {
    margin-left: 0px;
  }
  .xl-mr-0 {
    margin-right: 0px;
  }
  .xl-mb-0 {
    margin-bottom: 0px;
  }
  .xl-p-5 {
    padding: 5px;
  }
  .xl-pt-5 {
    padding-top: 5px;
  }
  .xl-pl-5 {
    padding-left: 5px;
  }
  .xl-pr-5 {
    padding-right: 5px;
  }
  .xl-pb-5 {
    padding-bottom: 5px;
  }
  .xl-m-5 {
    margin: 5px;
  }
  .xl-mt-5 {
    margin-top: 5px;
  }
  .xl-ml-5 {
    margin-left: 5px;
  }
  .xl-mr-5 {
    margin-right: 5px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-p-10 {
    padding: 10px;
  }
  .xl-pt-10 {
    padding-top: 10px;
  }
  .xl-pl-10 {
    padding-left: 10px;
  }
  .xl-pr-10 {
    padding-right: 10px;
  }
  .xl-pb-10 {
    padding-bottom: 10px;
  }
  .xl-m-10 {
    margin: 10px;
  }
  .xl-mt-10 {
    margin-top: 10px;
  }
  .xl-ml-10 {
    margin-left: 10px;
  }
  .xl-mr-10 {
    margin-right: 10px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-p-15 {
    padding: 15px;
  }
  .xl-pt-15 {
    padding-top: 15px;
  }
  .xl-pl-15 {
    padding-left: 15px;
  }
  .xl-pr-15 {
    padding-right: 15px;
  }
  .xl-pb-15 {
    padding-bottom: 15px;
  }
  .xl-m-15 {
    margin: 15px;
  }
  .xl-mt-15 {
    margin-top: 15px;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
  .xl-mr-15 {
    margin-right: 15px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-p-20 {
    padding: 20px;
  }
  .xl-pt-20 {
    padding-top: 20px;
  }
  .xl-pl-20 {
    padding-left: 20px;
  }
  .xl-pr-20 {
    padding-right: 20px;
  }
  .xl-pb-20 {
    padding-bottom: 20px;
  }
  .xl-m-20 {
    margin: 20px;
  }
  .xl-mt-20 {
    margin-top: 20px;
  }
  .xl-ml-20 {
    margin-left: 20px;
  }
  .xl-mr-20 {
    margin-right: 20px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-p-30 {
    padding: 30px;
  }
  .xl-pt-30 {
    padding-top: 30px;
  }
  .xl-pl-30 {
    padding-left: 30px;
  }
  .xl-pr-30 {
    padding-right: 30px;
  }
  .xl-pb-30 {
    padding-bottom: 30px;
  }
  .xl-m-30 {
    margin: 30px;
  }
  .xl-mt-30 {
    margin-top: 30px;
  }
  .xl-ml-30 {
    margin-left: 30px;
  }
  .xl-mr-30 {
    margin-right: 30px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-p-40 {
    padding: 40px;
  }
  .xl-pt-40 {
    padding-top: 40px;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-40 {
    padding-right: 40px;
  }
  .xl-pb-40 {
    padding-bottom: 40px;
  }
  .xl-m-40 {
    margin: 40px;
  }
  .xl-mt-40 {
    margin-top: 40px;
  }
  .xl-ml-40 {
    margin-left: 40px;
  }
  .xl-mr-40 {
    margin-right: 40px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-p-50 {
    padding: 50px;
  }
  .xl-pt-50 {
    padding-top: 50px;
  }
  .xl-pl-50 {
    padding-left: 50px;
  }
  .xl-pr-50 {
    padding-right: 50px;
  }
  .xl-pb-50 {
    padding-bottom: 50px;
  }
  .xl-m-50 {
    margin: 50px;
  }
  .xl-mt-50 {
    margin-top: 50px;
  }
  .xl-ml-50 {
    margin-left: 50px;
  }
  .xl-mr-50 {
    margin-right: 50px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
}
.login-container {
  position: fixed;
  width: 100%;
  height: 100%;
}
.login-container .login-info,
.login-container .login-box {
  height: 100vh;
  display: inline;
  float: left;
}
.login-container .login-info {
  width: 60%;
  background: url("/img/projects/login_background.png") no-repeat center;
  background-size: cover;
  padding: 15vh 32px;
}
@media screen and (max-width: 767px) {
  .login-container .login-info {
    width: 0;
    display: none;
  }
}
.login-container .login-info p {
  width: 80%;
  font-size: 14px;
}
.login-container .login-info .title {
  font-size: 24px;
}
.login-container .login-info a.btn {
  padding-left: 32px;
  padding-right: 32px;
}
.login-container .login-box {
  width: 40%;
  background: white;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .login-container .login-box {
    width: 100%;
  }
}
.login-container .login-box .login-box-legal {
  position: absolute;
  bottom: 0px;
  width: 40%;
  color: #90A4AE;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .login-container .login-box .login-box-legal {
    width: 100%;
  }
}
.login-container .login-box .login-box-body {
  padding: 16px 5vw;
}
.login-container .login-box .login-box-body .login-box-logo {
  display: block;
  margin: 10vh auto 5vh;
  height: 20vh;
}
.login-container .login-box .login-box-body button.btn {
  padding-left: 32px;
  padding-right: 32px;
}
.login-container .login-box .login-box-body .footer {
  text-align: center;
}
.login-container .login-box .login-box-body .footer .btn {
  display: block;
  margin: 0px auto;
}
.login-container .login-box .login-box-body .footer .recover-password,
.login-container .login-box .login-box-body .footer .sign-up {
  display: block;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.login-container .login-box .login-box-body .footer .recover-password {
  margin-top: 8px;
  color: #90A4AE;
}
.login-container .login-box .login-box-body .footer .sign-up {
  font-weight: bold;
  color: #016D2C;
}
.sign-up-container {
  padding: 16px;
}
.sign-up-container .cvs-box-logo {
  display: block;
  margin: 10vh auto 5vh;
  height: 20vh;
}
.sign-up-container .title {
  font-size: 20px;
}
.sign-up-container .subtitle {
  font-size: 12px;
  color: #90A4AE;
}
.sign-up-container .sign-up-back {
  text-decoration: none;
  vertical-align: middle;
}
.sign-up-container .sign-up-back span {
  margin-left: 8px;
  color: #016D2C;
  font-weight: bold;
}
.sign-up-container .footer {
  text-align: center;
}
.sign-up-container .footer .btn {
  display: block;
  margin: 0px auto;
}
.g-recaptcha {
  margin: 0 auto;
  width: 300px;
}
.cvs-title {
  font-weight: 700;
}
.cvs-title.cvs-title-green {
  color: #016D2C;
}
.cvs-activity-item {
  display: table;
  padding: 20px 24px;
}
.cvs-activity-item:nth-child(even) {
  background: rgba(1, 109, 44, 0.15);
}
.cvs-activity-item .cvs-activity-item-pic,
.cvs-activity-item .cvs-activity-item-data {
  display: table-cell;
}
.cvs-activity-item .cvs-activity-item-pic {
  vertical-align: top;
}
.cvs-activity-item .cvs-activity-item-pic img {
  width: 36px;
  height: 36px;
}
.cvs-activity-item .cvs-activity-item-data {
  width: 100%;
  padding-left: 8px;
}
.cvs-activity-item .cvs-activity-item-data .name {
  font-size: 20px;
  line-height: 23px;
  color: black;
}
.cvs-activity-item .cvs-activity-item-data .event {
  color: #016D2C;
  font-size: 16px;
  opacity: 0.86;
  font-weight: normal;
}
.cvs-activity-item .cvs-activity-item-data .time-since {
  color: #000A12;
  opacity: 0.52;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
  text-align: right;
}
.project-view p {
  font-size: 16px;
}
.new-project .card .card-body {
  padding: 30px 24px !important;
}
.new-project .cvs-title.cvs-title-green {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.project-actions {
  font-size: 20px;
}
.project-actions > a:not(:last-child) {
  margin-right: 5px;
}
.btn-box {
  font-size: 24px;
  height: 150px;
  width: 150px;
  border: 1px solid #A5A5A5;
  display: inline-block;
  padding: 15px;
  margin-bottom: 30px;
}
.btn-box > p > i {
  font-size: 36px;
}
.certification-variable-index .table > thead > tr > th {
  border-bottom: 0;
}
.certification-variable-index .table > tbody > tr > td {
  border-top: 0;
}
.certification-variable-index .topic-tr {
  cursor: pointer;
}
.certification-variable-index .topic-tr:hover {
  background-color: rgba(1, 109, 44, 0.15);
}
body .action-payments {
  font-size: 20px;
}
body .card-payment {
  padding: 32px 32px;
  margin-left: auto;
  margin-right: auto;
}
body .card-payment ul.payment-tab {
  padding: 0px;
  display: table;
  width: 100%;
  margin-bottom: 0px;
}
body .card-payment ul.payment-tab li {
  border: 1px solid #cccccc;
  display: table-cell;
  background: #E5E5E5;
  text-align: center;
}
body .card-payment ul.payment-tab li a {
  color: #016D2C;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
body .card-payment ul.payment-tab li a img {
  max-width: 155px;
}
body .card-payment ul.payment-tab li a:hover {
  color: #016D2C;
  text-decoration: none;
}
body .card-payment ul.payment-tab li.active {
  background: white;
  border-bottom: none;
}
body .card-payment .tab-content {
  padding: 8px;
  border: 1px solid #cccccc;
  border-top: none;
}
body .card-payment .tab-content .payment-description {
  color: rgba(50, 60, 75, 0.7);
  font-size: 16px;
}
body .card-payment .cvs-transfer-info {
  margin: auto;
}
@media screen and (min-width: 768px) {
  body .card-payment .cvs-transfer-info {
    width: 60%;
  }
}
body .card-payment .cvs-transfer-info .title {
  color: #016D2C;
  font-weight: bold;
  font-size: 20px;
}
body .card-payment .cvs-transfer-info .summary {
  color: rgba(50, 60, 75, 0.7);
  font-size: 16px;
  padding: 15px;
  border: 1px solid #E5E5E5;
}
body .card-payment .cvs-transfer-info .summary > .row:not(:first-child) {
  border-top: 1px solid #E5E5E5;
}
body .card-payment .cvs-transfer-info .summary .amount {
  color: #016D2C;
  font-weight: bold;
}
.topic-dropdown {
  margin-left: -30px;
}
.topic-dropdown .dropdown-menu {
  margin-left: -23px;
}
.cvs-topic-item {
  display: table;
}
.cvs-topic-item .topic-image-container {
  display: table-cell;
  vertical-align: top;
  min-width: 30px;
}
.cvs-topic-item .topic-image-container img {
  margin: 8px 10px;
  width: 34px;
  height: 34px;
}
.cvs-topic-item .topic-info {
  display: none;
  margin-left: 8px;
  text-decoration: none;
}
.cvs-topic-item .topic-info .topic-name,
.cvs-topic-item .topic-info .topic-forms {
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none !important;
  white-space: nowrap;
}
.cvs-topic-item .topic-info .topic-name:link,
.cvs-topic-item .topic-info .topic-forms:link,
.cvs-topic-item .topic-info .topic-name:visited,
.cvs-topic-item .topic-info .topic-forms:visited {
  text-decoration: none !important;
}
.cvs-topic-item .topic-info .topic-name {
  font-weight: bold;
  line-height: 14px;
  color: #323C4B;
  margin-bottom: 6px;
}
.cvs-topic-item .topic-info .topic-forms {
  line-height: 10px;
  color: #90A4AE;
  margin-bottom: 0;
}
.cvs-topic-item:hover > .topic-info {
  display: table-cell;
  vertical-align: middle;
}
.cvs-topic-item.cvs-topic-item-selected {
  border-radius: 6px;
  box-shadow: 1px 3px 4px rgba(171, 94, 4, 0.3) !important;
  padding: 2px 16px 2px 0;
}
.cvs-topic-item.cvs-topic-item-selected .topic-info {
  display: table-cell;
  vertical-align: middle;
}
.cvs-topic-item.cvs-topic-item-selected .topic-info .topic-name,
.cvs-topic-item.cvs-topic-item-selected .topic-info .topic-forms {
  color: white !important;
}
.cvs-topic-item.cvs-topic-item-selected .topic-info .topic-name {
  text-transform: uppercase;
}
.cvs-topic-item.cvs-topic-item-not-selected .topic-info {
  display: table-cell;
  vertical-align: middle;
}
.cvs-topic-item.cvs-topic-item-not-selected .topic-info .topic-name,
.cvs-topic-item.cvs-topic-item-not-selected .topic-info .topic-forms {
  color: #323C4B !important;
}
.cvs-topic-item.cvs-topic-item-title {
  display: table-cell;
  margin-right: 16px;
  padding-top: 30px;
}
.cvs-topic-item.cvs-topic-item-title .topic-image-container > img {
  margin: 0 20px;
  width: 42px;
  height: 42px;
}
.cvs-topic-item.cvs-topic-item-title .topic-info {
  display: table-cell;
}
.cvs-topic-item.cvs-topic-item-title .topic-info .topic-name {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 4px;
}
.cvs-topic-item.cvs-topic-item-title .topic-info .topic-forms {
  font-size: 18px;
  line-height: 18px;
}
.cvs-btn-submit-variables {
  margin-top: 8px;
  height: 42px;
  font-size: 16px;
  line-height: 19px;
}
.cvs-list-form-response .cvs-list-form-response-search {
  width: 100%;
  padding: 30px 50px;
}
.cvs-list-form-response .cvs-list-item.cvs-variable-list-item {
  cursor: pointer;
}
.cvs-list-form-response .cvs-list-item.cvs-variable-list-item .cvs-list-item-action {
  font-size: 18px;
}
.cvs-list-form-response .cvs-list-item.cvs-variable-list-item.disabled {
  background-color: #F5F5F5;
  cursor: default;
}
.cvs-list-form-response .cvs-list-item.cvs-variable-list-item.disabled .cvs-list-item-action {
  display: none !important;
}
.cvs-list-form-response .cvs-list-item.cvs-variable-list-item.disabled:hover {
  background-color: #F5F5F5;
}
.cvs-list-form-response .cvs-list-item.cvs-variable-list-item:hover {
  background: rgba(1, 109, 44, 0.15);
}
.cvs-list-form-response .cvs-list-item .form-is-opted {
  width: 24px;
  height: 24px;
}
.cvs-list-form-response .cvs-list-item .submit-status {
  display: inline-block;
}
.cvs-list-form-response .cvs-list-item .submit-status .form-control {
  border: 0.5px solid #979797;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.cvs-list-form-response .cvs-list-item p {
  margin-top: 10px;
}
.cvs-list-form-response .cvs-list-item .response-status {
  margin-left: 16px;
  display: inline-block;
  float: left;
}
.cvs-list-form-response .cvs-list-item .response-status img {
  margin-top: 50%;
}
.cvs-list-form-response .cvs-list-item .cvs-list-item-point-left,
.cvs-list-form-response .cvs-list-item .cvs-list-item-point-right {
  text-align: center;
}
.cvs-list-form-response .cvs-list-item .cvs-list-item-point-left span,
.cvs-list-form-response .cvs-list-item .cvs-list-item-point-right span {
  margin: 0 auto;
  color: #8EB644;
  font-size: 20px;
}
.cvs-list-form-response .cvs-list-item .cvs-list-item-point-left:after {
  content: '/';
  font-size: 20px;
  color: #90A4AE;
  float: right;
  margin-right: -2vw;
}
.cvs-list-form-response .cvs-list-item .cvs-list-item-total {
  text-align: center;
  border-left: solid 2px #E5E5E5;
}
.cvs-list-form-response .cvs-list-item .cvs-list-item-total span {
  background: #016D2C;
  border-radius: 2px;
  color: white;
  padding: 6px 8px 2px;
  font-size: 20px;
  vertical-align: text-top;
}
.cvs-list-form-response .cvs-list-item .cvs-list-item-options {
  display: none;
}
.cvs-list-form-response .cvs-list-item.selected .cvs-list-item-options {
  display: block;
}
.cvs-list-form-response .cvs-list-item.selected progress.form-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}
.cvs-list-form-response .cvs-list-item.selected progress.form-progress[value]::-webkit-progress-value {
  background: #8EB644;
  border-radius: 40px;
}
.cvs-list-form-response .cvs-list-item.selected progress.form-progress[value]::-moz-progress-bar {
  background: #8EB644;
  border-radius: 40px;
}
.cvs-list-form-response .cvs-list-item progress.form-progress {
  height: 8px;
  border-radius: 8px;
}
.cvs-list-form-response .cvs-list-item progress.form-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 40px;
  height: 8px;
}
.cvs-list-form-response .cvs-list-item progress.form-progress[value]::-webkit-progress-value {
  background: #8EB644;
  border-radius: 40px;
}
.cvs-list-form-response .cvs-list-item progress.form-progress[value]::-moz-progress-bar {
  background: #8EB644;
  border-radius: 40px;
}
.cvs-form-header {
  background-color: #e9f4d0;
}
.cvs-form-header p {
  margin-bottom: 5px;
  font-weight: bold;
}
.cvs-form-header .title {
  font-size: 24px;
  color: black;
  margin-bottom: 0;
}
.cvs-form-header .version {
  color: #37DFC1;
  font-size: 16px;
}
.cvs-form-header .param-field,
.cvs-form-header .param-value {
  font-size: 18px;
}
.cvs-form-header .param-field {
  color: #323C4B;
}
.cvs-form-header .param-value {
  color: black;
  font-weight: 400;
}
.cvs-form .title {
  color: #016D2C;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin: 40px auto;
  text-align: left;
  text-transform: uppercase;
}
.cvs-form .subtitle {
  color: #8EB644;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-top: 10px;
}
.cvs-form .description.has-error .help-block,
.cvs-form .form-group.has-error .help-block,
.cvs-form .description.has-error .control-label,
.cvs-form .form-group.has-error .control-label {
  color: red;
}
.cvs-form .description.has-error .form-control,
.cvs-form .form-group.has-error .form-control {
  border-color: red;
}
.cvs-form .description {
  font-size: 14px;
  text-align: justify;
}
.cvs-form label {
  color: #323C4B;
  font-size: 14px;
  font-weight: 400;
}
.cvs-form .form-control {
  border: 1px solid #8EB644;
  font-size: 14px;
}
.cvs-form input[type="radio"],
.cvs-form input[type="checkbox"] {
  margin-right: 20px;
}
.cvs-form .upload-kit .upload-kit-input,
.cvs-form .upload-kit .upload-kit-item {
  color: white;
  background: #F2A750;
  border: 2px solid #F2A750;
  height: 42px;
  border-radius: 30px;
  box-shadow: 1px 3px 4px rgba(47, 128, 237, 0.3);
  width: 150px;
  text-align: center;
}
.cvs-form .upload-kit .upload-kit-item.not-image .name {
  bottom: 4px;
  border-radius: 35px;
  text-transform: none;
  font-weight: normal;
  background: none;
  text-align: center;
  vertical-align: middle;
  display: block;
  position: absolute;
  padding: 5px 7px;
  width: 146px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cvs-form .upload-kit .upload-kit-item .remove {
  top: 14px;
  left: 78px;
  width: 40px;
  height: 40px;
  font-size: 31px;
}
.cvs-form .upload-kit .upload-kit-input .drag,
.cvs-form .upload-kit .upload-kit-input .add {
  font-size: 24px;
}
.cvs-form .upload-kit .upload-kit-input .popover {
  color: black;
  font-size: 12px;
}
.initial-form .card .card-header {
  padding: 30px 24px 12px;
}
.initial-form .card .card-body {
  padding: 8px 5vw 50px;
}
.initial-form .form-group {
  margin-bottom: 0;
}
.initial-form .card .card-body hr {
  border: 0.5px solid #90A4AE;
}
.initial-form label {
  height: 35px;
}
.kv-sidebar .nav .active a,
.kv-sidebar .nav .active:hover a {
  color: #016D2C;
  border-right-color: #016D2C;
}
.cvs-variable-form.card img {
  max-width: -webkit-fill-available;
}
.cvs-variable-form.card .card-header {
  padding: 30px 24px 12px;
}
.cvs-variable-form.card .cvs-form {
  padding: 15px 50px 50px;
}
@media screen and (max-width: 767px) {
  .cvs-variable-form.card .cvs-form {
    padding: 8px 24px 30px;
  }
}
.cvs-variable-form.card .cvs-form .form-group {
  padding-left: 0;
}
.cvs-variable-form.card .cvs-form .cvs-list .cvs-list-item {
  border: 1px solid #8EB644;
  margin: 0;
}
.cvs-variable-form.card .cvs-form .cvs-list .cvs-list-header {
  margin: auto 0;
  background: #8EB644;
  color: white;
  text-transform: uppercase;
  border-bottom: none;
}
.cvs-variable-form.card .cvs-form label {
  font-weight: 600;
  text-transform: uppercase;
}
.cvs-variable-form.card .info-green {
  background: #8EB644;
  color: white;
  border: 2px solid #8EB644;
  padding: 12px;
  border-radius: 5px 0 0 5px;
  text-align: center;
  font-weight: bold;
}
.cvs-variable-form.card .info-white {
  border: 2px solid #8EB644;
  border-left: 0;
  padding: 12px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  font-weight: bold;
  background-color: white;
}
.cvs-variable-form.card .requirements-table {
  padding-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cvs-variable-form.card .requirements-table .cvs-list {
    min-width: 800px;
  }
}
.cvs-variable-form.card .upload-kit {
  margin-top: 15px;
}
.requirement-question {
  border: 1px solid #8EB644;
}
.requirement-question > div {
  padding: 20px 20px 5px 20px;
}
.requirement-question .requirement-question-checkbox {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3174b9;
  color: white;
  z-index: 11;
  padding-right: 10px;
}
.requirement-question .requirement-question-checkbox .form-group {
  margin: 0;
}
.requirement-question .requirement-question-checkbox .form-group label {
  color: white;
  margin: 0;
  line-height: 40px;
}
.requirement-question .requirement-question-checkbox .form-group label input[type="checkbox"] {
  margin: 8px;
}
.requirement-question .requirement-question-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.cvs-post {
  margin-top: 16px;
  background: white;
  padding: 0 16px;
}
.cvs-post .cvs-post-header {
  padding: 12px;
  background-color: rgba(1, 109, 44, 0.15);
  vertical-align: middle;
  margin: auto -16px;
}
.cvs-post .cvs-post-header p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.cvs-post .cvs-post-header .header-time {
  margin-top: 4px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}
.cvs-post .cvs-post-header .user-photo {
  width: 25px;
  height: 25px;
}
.cvs-post .cvs-post-body {
  padding: 16px;
}
.cvs-post .cvs-post-body .content {
  display: block;
}
.cvs-post .cvs-post-body .content p {
  white-space: break-spaces;
}
.cvs-post .cvs-post-body .edit-form {
  display: none;
}
.cvs-post .cvs-post-footer {
  padding: 8px;
  border-top: solid 1px #E5E5E5;
}
.cvs-post.cvs-post-edit .cvs-post-body .content {
  display: none;
}
.cvs-post.cvs-post-edit .cvs-post-body .edit-form {
  display: block;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container {
  padding-right: 0;
  padding-left: 0;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body {
  background: #F5F5F5;
  font-family: gobCL;
}
body select.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/img/icon_select_caret.png") 96% / 10px no-repeat;
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  font-family: gobCL;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h4 {
  font-size: 24px;
}
h5 {
  color: #90A4AE;
}
.text-green {
  color: #016D2C;
}
.text-red {
  color: #dd4b39;
}
.text-blue {
  color: #1780EE;
}
.list-view > .empty {
  padding: 8px 16px 30px;
}
.a-no-underline {
  text-decoration: none !important;
}
.a-no-underline:link,
.a-no-underline:visited {
  text-decoration: none !important;
}
.form-control-round {
  border-radius: 40px;
}
.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb a {
  color: rgba(50, 60, 75, 0.7);
}
.breadcrumb > li + li:before {
  padding: 0 2px;
}
.breadcrumb li.active {
  font-weight: 500;
}
.cvs-navbar {
  width: 100%;
  height: 58px;
  background: #84b523;
  position: fixed;
  top: 0;
  z-index: 1001;
}
.cvs-navbar .logo {
  position: absolute;
  left: 36px;
  top: 6px;
  height: calc(58px  - 12px);
}
.cvs-navbar .cvs-project-title {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  line-height: 58px;
}
.cvs-navbar .cvs-project-title .title {
  display: inline;
  color: white;
  font-size: 29px;
  vertical-align: middle;
  margin-left: 115px;
}
.cvs-navbar .cvs-project-menu {
  display: inline;
  float: right;
  color: white;
  padding-top: 24px;
}
.cvs-navbar .cvs-project-menu li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}
.cvs-navbar .cvs-project-menu li.selected {
  border-bottom: 4px solid white;
}
.cvs-navbar .cvs-project-menu li.selected a {
  color: white;
}
.cvs-navbar .cvs-project-menu li:hover a {
  color: white;
}
.cvs-navbar .menu {
  display: table;
  float: right;
  padding: 11px 8px;
}
.cvs-navbar .menu > li {
  display: table-cell;
  border-right: 2px solid white;
  padding: 0 16px;
  vertical-align: middle;
}
.cvs-navbar .menu > li:last-child {
  border-right: none;
}
.cvs-navbar .menu .btn-logout {
  display: block;
  margin-left: 16px;
  margin-right: 16px;
}
.cvs-navbar .menu .user {
  vertical-align: top;
}
.cvs-navbar .menu .user .user-info .user-photo {
  width: 36px;
  height: 36px;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-top: auto;
  border-radius: 50%;
}
.cvs-navbar .menu .user .user-info .user-data {
  display: inline-block;
  vertical-align: top;
}
.cvs-navbar .menu .user .user-info .user-data .name {
  color: white;
  font-size: 16px;
  margin: 0;
}
.cvs-navbar .menu .user .user-info .user-data .role {
  font-size: 12px;
  color: white;
  margin: 0;
}
.cvs-navbar .menu .user.open {
  background: #74a01f;
}
.cvs-navbar .menu .user .dropdown-menu {
  width: 280px;
  position: absolute;
  padding: 0;
  right: 0;
  left: auto;
  text-align: center;
}
.cvs-navbar .menu .user .dropdown-menu .user-header {
  background-color: #84b523;
  color: white;
  height: 175px;
  padding: 8px;
  text-align: center;
}
.cvs-navbar .menu .user .dropdown-menu .user-header img {
  width: 90px;
  height: 90px;
}
.cvs-navbar .menu .user .dropdown-menu .user-header p {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0;
}
.cvs-navbar .menu .user .dropdown-menu .user-header small {
  font-size: 12px;
}
.cvs-navbar .menu .user .dropdown-menu .user-footer {
  display: inline-block;
  padding: 8px;
}
.cvsNavbar {
  background: #84b523;
  color: white;
  border-radius: 0;
}
.cvsNavbar .navbar-brand {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cvsNavbar .navbar-brand {
    padding-left: 20px;
  }
}
.cvsNavbar .navbar-project {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.cvsNavbar .logo {
  height: 50px;
}
.cvsNavbar .navbar-toggle .icon-bar {
  background-color: white;
}
.cvsNavbar .navbar-brand {
  color: white;
}
.cvsNavbar .navbar-nav li a {
  color: white;
}
.cvsNavbar .navbar-nav li a:hover {
  background-color: rgba(1, 109, 44, 0.15);
}
.cvsNavbar .navbar-nav .active a {
  background-color: rgba(1, 109, 44, 0.15);
}
.cvsNavbar .navbar-nav .active a:hover {
  background-color: rgba(1, 109, 44, 0.15);
}
.cvs-project-navbar {
  width: 100%;
  height: 50px;
  background: white;
  position: absolute;
  top: 58px;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cvs-project-navbar .breadcrumb {
  padding: 15px 24px;
  margin-bottom: 0;
  font-size: 14px;
}
.cvs-project-navbar .cvs-project-title {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  line-height: 50px;
}
.cvs-project-navbar .cvs-project-title .back {
  display: inline-block;
  background: #F2A750;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid white;
  margin-left: 32px;
  vertical-align: middle;
  padding: 8px;
}
.cvs-project-navbar .cvs-project-title .back img {
  display: block;
}
.cvs-project-navbar .cvs-project-title .title {
  display: inline;
  color: white;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 16px;
}
.cvs-project-navbar .cvs-project-menu {
  display: inline;
  float: right;
  margin-right: 32px;
  color: white;
  padding-top: 24px;
}
.cvs-project-navbar .cvs-project-menu li a {
  text-decoration: none;
  color: #cccccc;
  font-size: 16px;
}
.cvs-project-navbar .cvs-project-menu li.selected {
  border-bottom: 4px solid white;
}
.cvs-project-navbar .cvs-project-menu li.selected a {
  color: white;
}
.cvs-project-navbar .cvs-project-menu li:hover a {
  color: white;
}
.cvs-container {
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px;
}
.cvs-container .breadcrumb {
  margin-top: 10px;
}
.cvs-container .breadcrumb li.active {
  font-weight: bold;
}
.cvs-back-button {
  font-size: 17px;
  margin-bottom: 10px;
}
.cvs-container-project {
  padding-top: 10px;
}
.card {
  background: white;
  border-top: 3px solid #8EB644;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.card hr {
  margin-top: 8px;
  margin-bottom: 8px;
  opacity: 0.3;
  border: 1px solid #979797;
}
.card .card-header {
  padding: 20px 24px 10px;
}
.card .card-header h4 {
  margin: 0;
}
.card .card-header .cvs-btn {
  margin-top: -8px;
}
.card .card-body {
  padding: 8px 24px 30px;
}
.card .card-body hr {
  margin-left: -24px;
  margin-right: -24px;
}
.card .card-header:before,
.card .card-body:before {
  content: " ";
  display: table;
}
.card .card-header:after,
.card .card-body:after {
  clear: both;
}
.cvs-btn {
  border-radius: 30px;
  color: white !important;
  text-decoration: none;
  padding: 8px 16px;
  cursor: pointer;
  border: none;
  box-shadow: 1px 3px 4px rgba(47, 128, 237, 0.3);
  line-height: 24px;
}
.cvs-btn:hover,
.cvs-btn:focus {
  color: white;
  text-decoration: none;
}
.cvs-btn.cvs-btn-square {
  border-radius: 4px;
}
.cvs-btn.cvs-btn-green {
  background: #8EB644;
}
.cvs-btn.cvs-btn-green:hover {
  background: #719136;
}
.cvs-btn.cvs-btn-red {
  background: #dd4b39;
}
.cvs-btn.cvs-btn-red:hover {
  background: #c23321;
}
.cvs-btn.cvs-btn-primary {
  background: #F2A750;
}
.cvs-btn.cvs-btn-primary:hover {
  background: #ee8f21;
}
.cvs-btn.cvs-btn-cancel {
  background: white;
  border: 2px solid #F2A750;
  color: #F2A750 !important;
}
.cvs-btn.cvs-btn-cancel:hover {
  border: 2px solid #ee8f21;
  color: #F2A750;
  background: #e6e6e6;
}
.cvs-btn.cvs-btn-disabled {
  background-color: #E5E5E5;
  color: #A5A5A5 !important;
  border: #A5A5A5;
  box-shadow: 1px 3px 4px rgba(47, 128, 237, 0.3);
  pointer-events: none;
}
.cvs-alert {
  background: #F2A750;
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px;
}
.cvs-alert .cvs-alert-title {
  color: white;
  font-size: 20px;
}
.cvs-alert .cvs-alert-content {
  color: white;
  font-size: 14px;
  line-height: 12px;
}
.cvs-alert .cvs-alert-text {
  color: white;
}
.cvs-alert.cvs-alert-success {
  background-color: #8EB644;
}
.cvs-alert.cvs-alert-green {
  background-color: #016D2C;
}
.cvs-alert.cvs-alert-yellow {
  background-color: rgba(255, 235, 59, 0.8);
}
.cvs-alert.cvs-alert-yellow .cvs-alert-title,
.cvs-alert.cvs-alert-yellow .cvs-alert-content {
  color: black;
}
@media screen and (min-width: 768px) {
  .cvs-review-list .card-header .cvs-btn {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .cvs-review-list .card-header .cvs-btn {
    margin-top: 0;
  }
}
.cvs-list {
  padding: 0;
}
.cvs-list .cvs-list-header,
.cvs-list .cvs-list-item {
  padding: 16px 16px 16px 40px;
}
@media screen and (max-width: 767px) {
  .cvs-list .cvs-list-header,
  .cvs-list .cvs-list-item {
    padding: 0 15px 15px 14px;
  }
}
.cvs-list .cvs-list-header {
  font-size: 12px;
  color: #90A4AE;
  border-bottom: solid 2px #E5E5E5;
  margin: 0 -24px;
}
.cvs-list .cvs-list-item {
  color: black;
  font-size: 14px;
  border-bottom: solid 1px #E5E5E5;
  vertical-align: middle;
}
.cvs-list .cvs-list-item.selected {
  background: rgba(1, 109, 44, 0.15);
}
.cvs-table {
  padding: 0 0 10px;
}
.cvs-table table {
  border: none;
}
.cvs-table table thead {
  font-size: 12px;
  color: #90A4AE;
  border: none;
}
.cvs-table table thead td,
.cvs-table table thead th {
  color: #90A4AE;
  font-size: 17px;
}
.cvs-table table thead td a,
.cvs-table table thead th a {
  color: #90A4AE;
}
.cvs-table table tbody tr,
.cvs-table table tbody th {
  color: black;
  font-size: 14px;
  border: none;
}
.cvs-table table tr {
  background-color: white !important;
  vertical-align: middle;
}
.cvs-table table tr td,
.cvs-table table tr th {
  padding: 16px 16px;
  border: none !important;
}
.cvs-table table tr.selected {
  background: #E5E5E5;
}
.cvs-table table > thead > tr > th:first-of-type,
.cvs-table table > tbody > tr > td:first-of-type {
  padding-left: 24px;
}
.cvs-table-selectable tbody tr:hover {
  background-color: rgba(1, 109, 44, 0.15) !important;
  cursor: pointer;
}
.cvs-tag {
  border-radius: 4px;
  padding: 1px 3px;
  border: 1px solid;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}
.cvs-tag.cvs-tag-closed,
.cvs-tag.cvs-tag-orange {
  color: #8c3113;
  background-color: rgba(226, 82, 35, 0.4);
  border-color: #8c3113;
}
.cvs-tag.cvs-tag-appeal,
.cvs-tag.cvs-tag-red {
  color: #960d0d;
  background-color: rgba(236, 29, 29, 0.4);
  border-color: #960d0d;
}
.cvs-tag.cvs-tag-review,
.cvs-tag.cvs-tag-yellow {
  color: #996500;
  background-color: rgba(255, 168, 0, 0.4);
  border-color: #996500;
}
.cvs-tag.cvs-tag-created,
.cvs-tag.cvs-tag-document,
.cvs-tag.cvs-tag-blue {
  color: rgba(7, 60, 159, 0.59);
  background-color: rgba(23, 100, 245, 0.4);
  border-color: rgba(7, 60, 159, 0.59);
}
.cvs-tag.cvs-tag-green {
  color: #546c28;
  background-color: rgba(142, 182, 68, 0.4);
  border-color: #546c28;
}
.cvs-tag.cvs-tag-gray {
  color: #727272;
  background-color: rgba(165, 165, 165, 0.4);
  border-color: #727272;
}
.cvs-card-header {
  display: table;
  width: 100%;
}
.cvs-card-header .cvs-card-header-item {
  display: table-cell;
  vertical-align: middle;
  background-color: #e9f4d0;
}
.cvs-card-header .cvs-card-header-item .form-control-search {
  background: url("/img/icon_search.png") 5% / 10% no-repeat;
  padding: 12px 20px 12px 40px;
}
.cvs-card-header .cvs-card-header-item #certificationvariablesearch-name {
  background-color: #ffffff;
}
.cvs-card-header .cvs-card-header-item select {
  width: auto;
  margin-left: 8px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/img/icon_select_caret.png") 96% / 10px no-repeat;
}
.cvs-card-header .cvs-card-header-item select:hover,
.cvs-card-header .cvs-card-header-item select:focus {
  border: none;
}
label {
  color: #90A4AE;
  font-size: 14px;
}
.user-photo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4px;
}
.cvs-clearfix-md-1 > .col-md-1:nth-child(12n + 1) {
  clear: both;
}
.cvs-clearfix-md-2 > .col-md-2:nth-child(6n + 1) {
  clear: both;
}
.cvs-clearfix-md-3 > .col-md-3:nth-child(4n + 1) {
  clear: both;
}
.cvs-clearfix-md-4 > .col-md-4:nth-child(3n + 1) {
  clear: both;
}
.cvs-clearfix-md-5 > .col-md-5:nth-child(2n + 1) {
  clear: both;
}
.cvs-clearfix-md-6 > .col-md-6:nth-child(2n + 1) {
  clear: both;
}
.cvs-clearfix-md-7 > .col-md-7:nth-child(1n + 1) {
  clear: both;
}
.cvs-clearfix-md-8 > .col-md-8:nth-child(1n + 1) {
  clear: both;
}
.cvs-clearfix-md-9 > .col-md-9:nth-child(1n + 1) {
  clear: both;
}
.cvs-clearfix-md-10 > .col-md-10:nth-child(1n + 1) {
  clear: both;
}
.cvs-clearfix-md-11 > .col-md-11:nth-child(1n + 1) {
  clear: both;
}
.cvs-clearfix-md-12 > .col-md-12:nth-child(1n + 1) {
  clear: both;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 15px auto;
  font-size: 2px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cvs-white-background {
  background-color: white !important;
}
.upload-kit .upload-kit-item {
  width: 42px !important;
}
.upload-kit .upload-kit-item .name {
  width: 42px !important;
}
.upload-kit .upload-kit-item.done {
  background-color: white;
  border-color: white;
}
.upload-kit .upload-kit-item.done .name {
  display: none;
}
.upload-kit .cvs-btn {
  float: left;
  margin-right: 10px;
}
.upload-kit .upload-kit-item .remove {
  display: block !important;
  left: 0 !important;
  margin-left: -6px !important;
  margin-top: -19px !important;
  background-color: transparent;
  color: #dd4b39;
  font-size: 42px !important;
}
.cvs-form .upload-kit .upload-kit-item.not-image .name {
  display: none;
}
/*# sourceMappingURL=style.css.map */