.primary {
  color: #0073e0 !important; }

.secundary {
  color: #00002c !important; }

.bg-primary {
  background-color: #0073e0 !important; }

.bg-secundary {
  background-color: #00002c !important; }

.black {
  color: #333 !important; }

.white {
  color: #fff !important; }

.lightblue {
  color: #0ebfdf !important; }

.lightbluehover {
  color: #0c98b1 !important; }

.blue {
  color: #253b65 !important; }

.orange {
  color: #f5af17 !important; }

.red {
  color: #9A1010 !important; }

.darkred {
  color: #5F0909 !important; }

.lightyellow {
  color: #e2d737 !important; }

.yellow {
  color: #c5ba19 !important; }

.green {
  color: #3ca125 !important; }

.darkgreen {
  color: #256d15 !important; }

.grey {
  color: #aaa !important; }

.halfgrey {
  color: #ddd !important; }

.lightgrey {
  color: #f0f0f0 !important; }

.bg-black {
  background-color: #333 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-lightblue {
  background-color: #0ebfdf !important; }

.bg-lightbluehover {
  background-color: #0c98b1 !important; }

.bg-blue {
  background-color: #253b65 !important; }

.bg-orange {
  background-color: #f5af17 !important; }

.bg-red {
  background-color: #9A1010 !important; }

.bg-darkred {
  background-color: #5F0909 !important; }

.bg-lightyellow {
  background-color: #e2d737 !important; }

.bg-yellow {
  background-color: #c5ba19 !important; }

.bg-green {
  background-color: #3ca125 !important; }

.bg-darkgreen {
  background-color: #256d15 !important; }

.bg-grey {
  background-color: #aaa !important; }

.bg-halfgrey {
  background-color: #ddd !important; }

.bg-lightgrey {
  background-color: #f0f0f0 !important; }

.mqplan {
  background-color: #e29f4781 !important; }

.validation {
  background-color: #af8feb4d !important; }

.fabrication {
  background-color: #89b1d194 !important; }

.fabrique {
  background-color: #90c06885 !important; }

.clients {
  background-color: #90c06885 !important; }

.frais {
  background-color: #e2d66d8c !important; }

.group {
  background-color: #89b1d194 !important; }

.temp {
  background-color: #af8feb4d !important; }

.facture {
  background-color: #e29f4781 !important; }

.alert1 {
  background-color: #e7de8873 !important; }

.alert2 {
  background-color: #f7c39394 !important; }

.alert3 {
  background-color: #f79a9394 !important; }

.light {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif; }

.regular {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

.bold {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }

.italic {
  font-family: 'Open Sans', sans-serif;
  font-style: italic; }

.size8 {
  font-size: 8px; }

.size10 {
  font-size: 10px; }

.size12 {
  font-size: 12px; }

.size14 {
  font-size: 14px; }

.size16 {
  font-size: 16px; }

.size18 {
  font-size: 18px; }

.size20 {
  font-size: 20px; }

.size22 {
  font-size: 22px; }

.size24 {
  font-size: 24px; }

.size26 {
  font-size: 26px; }

.size28 {
  font-size: 28px; }

.size30 {
  font-size: 30px; }

.size60 {
  font-size: 60px; }

header {
  border-top: 5px solid #0073e0;
  padding: 20px 50px 40px 50px; }
  header .logo {
    width: 120px; }
  header .links {
    padding-top: 20px; }
    header .links .welcome {
      cursor: default;
      pointer-events: none;
      font-style: oblique;
      margin-right: 10px;
      color: #aaa; }
      header .links .welcome span {
        text-transform: capitalize; }
    header .links a {
      margin-left: 30px;
      color: #333;
      height: 100%; }

.print {
  display: none; }

.none {
  display: none; }

.inline {
  display: inline-block !important; }

.block {
  display: block !important; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.pr-none {
  padding-right: 0 !important; }

.mr-none {
  margin-right: 0 !important; }

.pl-none {
  padding-left: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.mb-none {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.m-none {
  margin: 0 !important; }

.vertical-auto {
  margin: auto 0 !important;
  display: inline-block; }

.p-none {
  padding: 0 !important; }

.oh {
  overflow: hidden !important; }

.text-center {
  text-align: center; }

.title {
  margin-bottom: 20px;
  font-size: 40px; }

.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.height200 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #F0F0F0;
  border: 5px solid #fff;
  border-radius: 15px;
  line-height: 24px; }
  .height200:hover {
    background-color: #ddd;
    text-decoration: none; }

.sep {
  margin-top: 20px;
  border-bottom: 2px solid #0073e0;
  text-align: center; }
  .sep.sep_area {
    border-bottom: 2px solid #00002c; }
    .sep.sep_area a {
      color: #00002c;
      border: 0;
      border-bottom: 2px solid #00002c;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #e0e0e0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px);
      font-weight: 400; }
      .sep.sep_area a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #00002c; }
      .sep.sep_area a.active {
        border: 1px solid #00002c;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        font-weight: 700;
        color: #00002c; }
        .sep.sep_area a.active:hover {
          color: #00002c;
          cursor: default; }
  .sep a {
    color: #0073e0;
    border: 0;
    border-bottom: 2px solid #0073e0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e0e0e0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    font-weight: 400; }
    .sep a.fcoff {
      color: #9A1010; }
      .sep a.fcoff:hover {
        color: #fff;
        background-color: #5F0909; }
    .sep a:hover {
      text-decoration: none;
      color: #fff;
      background-color: #0073e0; }
    .sep a.active {
      border: 1px solid #0073e0;
      border-bottom: 1px solid #fff;
      background-color: #fff;
      font-weight: 700;
      color: #00002c; }
      .sep a.active.fcoff {
        color: #9A1010; }
        .sep a.active.fcoff:hover {
          color: #9A1010;
          background-color: #fff; }
      .sep a.active:hover {
        color: #00002c;
        cursor: default; }

.search_section {
  margin: 30px 0; }
  .search_section .searchBox {
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 0;
    border-bottom: 2px solid #0073e0;
    font-size: 18px;
    padding: 7px 20px 5px 20px;
    text-transform: uppercase;
    color: #333; }
    .search_section .searchBox:focus {
      outline: 0; }
    .search_section .searchBox::-webkit-input-placeholder {
      color: #bbb; }
    .search_section .searchBox:-ms-input-placeholder {
      color: #bbb; }
    .search_section .searchBox::-ms-input-placeholder {
      color: #bbb; }
    .search_section .searchBox::placeholder {
      color: #bbb; }

.link_back {
  font-weight: 400;
  color: #aaa;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out; }
  .link_back:hover {
    color: #0073e0;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out; }

.obs {
  white-space: pre-wrap;
  min-height: 80px; }

.radio_field {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .radio_field div {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .radio_field div label {
      text-align: center;
      height: 37px;
      line-height: 37px;
      cursor: pointer;
      border-radius: 5px;
      background-color: #f0f0f0;
      border: 1px solid #fff;
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
      color: #aaa;
      margin-top: 0; }
  .radio_field input[type=radio] {
    visibility: hidden !important;
    position: absolute !important; }
  .radio_field input[type=radio]:checked ~ label {
    background-color: #0073e0;
    color: #fff;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }

.pdf_link {
  border-radius: 5px;
  background-color: #aaa;
  padding: 5px 15px;
  color: #fff; }
  .pdf_link:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none; }

.dash_links {
  margin-top: 50px; }
  .dash_links .background_icon {
    position: absolute;
    bottom: -50px;
    left: 10px;
    width: 200px;
    height: 200px;
    opacity: 0.1; }
  .dash_links a {
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 2px solid #0073e0;
    background-color: #0073e0; }
    .dash_links a.inactive {
      border: 2px solid #f0f0f0;
      background-color: #f0f0f0; }
      .dash_links a.inactive:hover {
        background-color: #f0f0f0; }
    .dash_links a:hover {
      text-decoration: none;
      background-color: #0062cc;
      padding-right: 15px;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
    .dash_links a:focus {
      outline: 0; }
    .dash_links a .dash_span {
      display: block;
      margin-top: 120px;
      text-align: right; }

.line {
  margin-top: 25px;
  border-bottom: 1px solid #f0f0f0; }

#login {
  background-color: #fff; }
  #login .login {
    margin-top: 28vh; }
    #login .login img {
      width: 200px; }
    #login .login form {
      margin-top: 30px; }
      #login .login form input {
        background-color: #fff;
        border: 1px solid #333;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 18px;
        color: #000;
        margin-top: 10px; }
        #login .login form input::-webkit-input-placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input:-ms-input-placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input::-ms-input-placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input::placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input.login_submit {
          background-color: #aaa;
          border: 0;
          border-bottom: 3px solid #0073e0;
          color: #fff;
          cursor: pointer; }
        #login .login form input:focus {
          outline: 0; }
  #login .rodape {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.incorrect {
  margin-top: 25vh; }
  .incorrect img {
    width: 150px; }
  .incorrect h3 {
    margin-top: 30px; }
  .incorrect .try_link {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background-color: #333;
    border-bottom: 3px solid #0073e0;
    border-radius: 5px;
    cursor: pointer; }

footer {
  margin-top: 100px;
  width: 100%;
  font-size: 12px;
  color: #aaa; }

/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.container-large {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container-large {
    width: 90vw; } }

@media print {
  .noprint {
    display: none !important; }
  .print {
    display: block !important; } }

.print.cabecalho {
  margin-top: 20px;
  margin-bottom: 50px; }

.print .logo_print {
  width: 190px; }

.print p {
  margin-top: 10px;
  margin-bottom: 0; }

.print.rodape {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%; }

.legenda {
  margin-top: 20px; }
  .legenda p span {
    width: 20px;
    height: 15px;
    border-radius: 5px;
    background-color: #b3c475;
    display: inline-block;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px); }

.edit_links {
  text-align: right; }
  .edit_links a {
    margin-left: 20px; }

.list .item {
  color: #333; }
  .list .item:hover {
    text-decoration: none; }
    .list .item:hover .card-header {
      background-color: #f0f0f0; }
  .list .item .status_btn {
    border-radius: 5px;
    color: #fff;
    text-decoration: none; }
  .list .item .card-body {
    border-bottom: 1px solid #f0f0f0; }
  .list .item .card-header {
    background-color: #fff;
    cursor: pointer; }
    .list .item .card-header.finalizado {
      pointer-events: none;
      cursor: default; }
    .list .item .card-header .linha_bola {
      border-radius: 50%;
      width: 20px !important;
      height: 20px !important;
      border: 1px solid #333;
      display: inline-block;
      float: right; }
      .list .item .card-header .linha_bola.BRANCA {
        background-color: #fff; }
      .list .item .card-header .linha_bola.PRETA {
        background-color: #333; }
    .list .item .card-header.refs {
      padding: 1.75rem 0 !important; }
    .list .item .card-header[aria-expanded="true"] {
      background-color: #f0f0f0 !important; }
    .list .item .card-header.p-none {
      border-bottom: 1px solid #aaa; }
    .list .item .card-header .image {
      position: relative; }
      .list .item .card-header .image img {
        max-width: 50px;
        max-height: 50px;
        position: absolute;
        top: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .list .item .card-header .semi_list {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      padding: 10px 0; }
      .list .item .card-header .semi_list:last-of-type {
        border-bottom: 0; }
    .list .item .card-header .validated {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #3ca125;
      display: block;
      margin: 0 auto;
      position: absolute;
      left: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .list .item .card-header .status_tecido {
      border-radius: 10px;
      display: inline;
      height: 100%;
      padding: 3px 0; }
  .list .item .item_info {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px; }
    .list .item .item_info .descritif_list {
      margin-bottom: 20px; }
      .list .item .item_info .descritif_list .descritif_item {
        padding: 7px 0;
        border-bottom: 1px solid #f0f0f0; }
    .list .item .item_info .download a {
      display: inline-block;
      margin: 50px auto;
      width: 100%;
      background-color: #f0f0f0;
      padding: 20% 0;
      text-align: center;
      border-radius: 10px; }
      .list .item .item_info .download a:hover {
        background-color: #aaa;
        text-decoration: none; }

.form label {
  font-size: 12px;
  margin-top: 20px; }
  .form label.upload {
    font-size: 16px;
    margin-top: 0; }

.form input, .form select, .form textarea {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px;
  background-color: #f8f8f8; }
  .form input:focus, .form select:focus, .form textarea:focus {
    outline: 0; }
  .form input[type=number]::-webkit-inner-spin-button, .form select[type=number]::-webkit-inner-spin-button, .form textarea[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .form input[type=file], .form select[type=file], .form textarea[type=file] {
    visibility: hidden;
    position: absolute; }
  .form input.debit, .form select.debit, .form textarea.debit {
    background-color: rgba(161, 7, 7, 0.1); }
  .form input.credit, .form select.credit, .form textarea.credit {
    background-color: rgba(40, 184, 40, 0.1); }
  .form input.adresse, .form select.adresse, .form textarea.adresse {
    height: 118px; }

.form .upload {
  background-color: #aaa;
  border: 1px solid #aaa;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px; }
  .form .upload:hover {
    background-color: #f0f0f0; }

.form .submit_section {
  margin-top: 30px; }
  .form .submit_section .cancel {
    padding: 10px;
    text-align: center; }
    .form .submit_section .cancel a {
      color: #00002c; }
      .form .submit_section .cancel a:hover {
        text-decoration: none; }

.form #ajouterbtn {
  margin-top: 20px;
  background-color: #f0f0f0;
  height: 40px;
  border-radius: 20px;
  border: 0;
  position: relative;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  padding-left: 40px; }
  .form #ajouterbtn::before {
    content: '+';
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
  .form #ajouterbtn:hover {
    color: rgba(0, 0, 0, 0);
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .form #ajouterbtn:hover::before {
      width: 100%;
      color: rgba(0, 0, 0, 0.8);
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out; }
  .form #ajouterbtn:focus {
    outline: 0; }

.icons_div a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border-bottom: 2px solid #0073e0;
  display: inline-block;
  text-align: center;
  background-color: #f0f0f0;
  line-height: 0;
  margin-left: 5px;
  cursor: pointer; }
  .icons_div a:hover {
    background-color: #ddd; }
  .icons_div a svg {
    width: 30px;
    margin-top: 5px; }
  .icons_div a img {
    width: 20px;
    margin-top: 10px;
    cursor: pointer; }
  .icons_div a.delete {
    background-color: #f79a9394;
    border-bottom: 2px solid #333; }
  .icons_div a.validate {
    background-color: #90c06885; }

.prod_info {
  margin-top: 40px; }
  .prod_info .validate {
    background-color: #90c06885;
    border-radius: 10px; }
  .prod_info p {
    text-transform: uppercase; }
    .prod_info p.oculto {
      cursor: pointer; }
      .prod_info p.oculto.esconder {
        opacity: 0; }
  .prod_info span {
    margin-top: 15px; }
  .prod_info .image_preview {
    margin-bottom: 40px; }
  .prod_info .prod_separador {
    border-top: 2px solid #f0f0f0;
    color: #ddd;
    margin-top: 30px;
    padding-top: 5px;
    margin-bottom: 20px; }
  .prod_info .link_doc {
    border-radius: 5px;
    border-bottom: 3px solid #00002c;
    text-align: center;
    padding: 5px 10px !important;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    margin-bottom: 30px; }
    .prod_info .link_doc:focus {
      outline: 0; }
  .prod_info .image_galery {
    max-width: 100%; }
  .prod_info .marca_link {
    background-color: #0073e0;
    padding: 2px 10px;
    border-radius: 10px;
    margin-left: 10px; }
    .prod_info .marca_link:hover {
      text-decoration: none;
      background-color: #00002c; }
  .prod_info .compat {
    border-radius: 5px !important;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-left: 0px; }
    .prod_info .compat p {
      color: #ddd;
      margin-bottom: 0; }
      .prod_info .compat p.active {
        border-radius: 5px;
        color: #fff;
        background-color: #333; }
  .prod_info .status {
    padding: 10px 0;
    border-radius: 5px;
    margin: auto 0 !important; }
  .prod_info .echeance {
    margin-top: 10px;
    padding: 5px 0;
    border-radius: 5px; }
    .prod_info .echeance p {
      margin-bottom: 0; }

.status {
  border-radius: 5px;
  padding-top: 2px;
  margin: auto 0 !important; }

.modal_div {
  width: 1000px;
  border-radius: 5px;
  border: 2px solid #0073e0;
  position: absolute;
  display: none;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  padding: 25px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0 500px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 500px rgba(0, 0, 0, 0.2); }
  .modal_div#comment_modal {
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 500px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 500px rgba(0, 0, 0, 0.2); }
  .modal_div#delete_rd_modal {
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 500px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 500px rgba(0, 0, 0, 0.2); }
  .modal_div::before {
    content: '';
    width: 1200px;
    -webkit-filter: blur(1);
    filter: blur(1);
    top: -250px;
    left: -100px;
    position: absolute;
    z-index: -10; }
  .modal_div .close_button {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 100; }
    .modal_div .close_button img {
      width: 20px; }
