/*
 *  
 */


.head-portrait {
  width:100%;
  height:100%;
  border-radius:50%;
  overflow:hidden;
  box-shadow:1px 1px 4px rgba(0,0,0,.12);
  background-color:#5a8eff;
  color:#ffffff;
}

@media (min-width: 992px) {
  .head-portrait {
    width:100%;
    height:100%;
    border-radius:50%;
    overflow:hidden;
    box-shadow:1px 1px 4px rgba(0,0,0,.12);
    background-color:#5a8eff;
    color:#ffffff;
  }
}

@media (min-width: 1200px) {
  .head-portrait {
    width:100%;
    height:100%;
    border-radius:50%;
    overflow:hidden;
    box-shadow:1px 1px 4px rgba(0,0,0,.12);
    background-color:#5a8eff;
    color:#ffffff;
  }
}

.chat-item{
  width: 100%;
}

.chat-content .chat-item.left{
  text-align: left !important;
}

.chat-content .chat-item.right{
  text-align: right !important;
}

/* Style the tab content */
.tab-content {
  display: none;
}

.conversion-tabs-tab:hover{
  background-color: #eeeeee;
  color: #5a8eff;
}

.tab-content.active{
  display: block;
  padding: 20px 15px;
}

.btn_delete{
  cursor: pointer;
}

table.table-borderless thead th{
  border-bottom: 0;
}

table.table-borderless thead th{
  border-top: 0;
}

table.table-borderless tbody td{
  border-top: 0;
}

table#tbl_product_summary td, table#tbl_product_summary th{
  padding: .25rem;
}

.tbl_pr{
  border: 1px solid #000; 
  border-collapse: collapse;
  font-size: 12px;
}

.tbl_pr th, .tbl_pr td{
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  border: 1px solid #000; 
  border-collapse: collapse;
  padding: 2px 5px;
}

.tbl_products{
  border: 1px solid rgb(87, 87, 87); 
  border-collapse: collapse;
  font-size: 12px;
}

.tbl_products td{
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 11px;
  border: 1px solid rgb(87, 87, 87); 
  border-collapse: collapse;
  padding: .3rem;
}

.tbl_products thead th{
  background-color: #ffae00;
  color: #ffffff;
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 11px;
  padding: .3rem;
}


.title{
  font-weight: bold;
}


#btn_nxt:hover{
  background-color: rgb(167, 121, 4) !important;
}

.vl{
  border-left: 1px solid rgb(148, 148, 148);
  height: 20px;
}


#tbl_materials th{
  text-align: center;
}


.nav-pills .nav-link{
  color: #000;
}

.nav-payment{
  padding: 20px;
}

.step-container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.step-indicator{
  border-collapse: separate;
  display: table;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  padding-top: 15px;
}

.step-indicator li{
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}

.step-indicator .step{
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 8px #dddd;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  position: relative;
  width: 64px;
  z-index: 1;
}

.step-indicator li .step-caption{
  color: #9d9d9d;
  padding: 11px 16px;
}

.step-indicator li.active .step{
  background-color: #007bff;
  color: #ffffff;
}

.step-indicator li.active .step-caption{
  color: #007bff;
}

.step-indicator li.active.first:after{
  left: 50%;
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 32px;
}

.step-indicator li.active.second:after{
  right: 50%;
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 32px;
}


.preloader{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99;
}

.status{
  width: 200px;
  height: 200px;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}

.table-quotation{
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.table-quotation td{
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-weight: 500;
}

.table-quotation thead{
  padding: 6px 12px;
  background-color: #ffae00;
  color: #ffffff;
}

.table-quotation th{
  padding: 6px 12px;
  text-align: center;
}

.pr_container{
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  border: 1px solid #ccc;
  height: 65px;
  padding: 12px;
  display: flex;
  font-size: 14px;
}

.pr_container_left{
  align-items: flex-start;
  width: 100%;
  line-height: 18px;
}

.pr_container_right{
  align-items: flex-end;
  width: 100%;
  text-align: right;
  height: 100%;
}

.pr_container_action{
  color: #3F51B5;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.nav_link{
  color: #3F51B5;
}

.nav_link:hover{
  color: #005ec6;
}

.pr_container_action:hover{
  color: #005ec6;
}

div.message_container{
  border: 1px solid #ccc;
  height: auto;
}

#po_message{
  resize: none;
}

.mgs_file_attachments{
  height: auto;
  width: 100%;
  padding: 10px 10px;
}

.msg_menu{
  background-color: rgb(243, 243, 243);
  width: 100%; 
  height: auto; 
  padding: 5px 0;
}

.btn_material_inquiry{
  background-color: #007bff;
  color: #fff;
  border-radius: 7px;
  font-size: 12px;
  border: 0;
  margin: 0 5px;
  padding: 2px 10px;
  cursor: pointer;
}

.btn_material_inquiry:hover{
  background-color: #0462c7;
  border: 0;
}

.btn_msg_menu{
  color: rgb(124, 124, 124);
  font-size: 15px;
  background-color: transparent;
  border: 0;
  margin: 0 5px;
  cursor: pointer;
}

.btn_msg_menu:hover{
  transition: background-size 2s;
  background-color: #ddd;
  color: #212121;
  border: 0;
}

.btn_msg_menu:focus{
  border: 0;
}

.btn_material_inquiry:focus{
  border: 0;
}

.purchase_order_list{
  border: 1px solid #000;
  height: 310px;
  margin-top: 5px;
  list-style-type: none;
  overflow-y: auto;
}

.purchase_order_selected{
  border: 1px solid #000;
  height: 345px;
  list-style-type: none;
  overflow-y: auto;
}


@media (min-width: 992px){
  .modal-lg{
    max-width: 1100px;
  }
}

.button-gold.button-small{
  border-radius: 20px;
  background-color: #ffae00;
  color: #fff;
  padding: 2px 9px;
  cursor: pointer;
  border: 0;
}

.button-gold.button-small:hover{
  background-color: #ce8b00;
}

.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}

.orders-nav{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 15px;
}

.orders-nav-item .orders-nav-link{
  color: #212121;
}

.orders-nav-item .orders-nav-link:hover{
  color: #ffae00;
}

.orders-nav-item.active{
  border-bottom: 1px solid #ffae00;
}

.orders-nav-item.active .orders-nav-link{
  color: #ffae00;
}

.orders-list-container{
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #0000002a;
  border-radius: .125rem;
}

.orders-nav-item{
  display: block;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding: 1rem 1.25rem;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.card{
  border: 0;
  box-shadow: 0 1px 2px 0 #00000028;
}

@media (min-width: 1024px) AND (max-width: 1924px){

  #customer_name{
    margin-left: 62px;
  }

  #customer_email{
    margin-left: 55px;
  }

  #customer_com_name{
    margin-left: 62px;
  }

  #customer_contactnum{
    margin-left: 50px;
  }

  .product-form{
    height: 25px;
    width: 60px;
    font-size: 10px;
    border: 1px solid #c7c7c7;
    background-color: transparent;
  }

  .exist_products{
    font-size: 11px;
    font-weight: bold;
    align-items: flex-start;
    width: 100%;
    text-align: justify;
  }

  .order-form-control{
    height: 20px;
    width: 40px;
    font-size: 9px;
    border: 1px solid #c7c7c7;
    background-color: transparent;
  }

  .inventory-form-control{
    height: 20px;
    width: 90px;
    font-size: 12px;
    border: 1px solid #c7c7c7;
    background-color: transparent;
  }

  .unit-form{
    height: 25px;
    width: 85px;
    font-size: 10px;
    border: 1px solid #c7c7c7;
    background-color: transparent;
  }

  .search_box_main{
    border: 1px solid #ccc;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
  }

  .inquired_main{
    border: 1px solid #ccc;
    padding: 0;
    height: 395px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .inquiry-filter{
    height: 79%;
  }

  #inquiry_form{
    height: 100%;
  }

  .moda{
    display: table-cell;
  }

  .search_box_text{
    font-size: 10px;
    font-weight: bold;
    align-items: flex-start;
    width: 100%;
    text-align: justify;
  }

}

@media (min-width: 200px) and (max-width: 964px){

  .carousel-img{
    height: 60px !important;
  }

  .carousel-razon .carousel-img img{
    width: 40% !important;
  }

  #customer_name{
    margin-left: 5px;
  }

  #customer_email{
    margin-left: 5px;
  }

  #customer_com_name{
    margin-left: 5px;
  }

  #customer_contactnum{
    margin-left: 5px;
  }

  .product-form{
    height: 24px;
    width: 42px;
    font-size: 9px;
    border: 1px solid #c7c7c7;
    background-color: transparent;
  }

  .exist_products{
    font-size: 7px;
    font-weight: 700;
    align-items: flex-start;
    width: 60%;
    text-align: justify;
  }

  .unit-form{
    height: 25px;
    width: 42px;
    font-size: 10px;
    border: 1px solid #c7c7c7;
    background-color: transparent;
  }

  .search_box_main{
    border: 1px solid #ccc;
    height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
  }

  .inquired_main{
    border: 1px solid #ccc;
    padding: 0;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .inquiry-filter{
    height: 35%;
    padding-left: 0;
    padding-right: 0;
  }
  .moda.inquiry-filter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-content.inquiry-filter{
    height: 100%;
  }

  .search_box_text{
    font-size: 9px;
    font-weight: 500;
    align-items: flex-start;
    width: 90%;
    text-align: justify;
  }
}

.form-control.filter-select{
  height: 30px;
  font-size: 12px;
  padding: 6px 5px;
}

.dataTables_wrapper .dataTables_filter input{
  border: 1px solid #000;
}

.dataTables_wrapper .dataTables_filter{
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

.table.table-striped{
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}


.clear-filter{
  cursor: pointer;
  font-size: 12px;
  color: #1047f5 !important;
}

.clear-filter:hover{
  text-decoration: underline !important;
}

.clear-filter:active{
  color: #0462c7;
}


.invoicecont{
  position: relative;
  text-align: center;
  font-size: 0.85rem;
  font-weight: bold;
}

.text-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.invoice_attachments{
  cursor:pointer;
}

.selection{
  width: 100%;
}

.select2-container{
  display: inline-flex !important;
}

#tblUpdateBrand tbody tr{
  cursor: pointer;
}

#tblInvBrand tbody tr{
  cursor: pointer;
}


.quote-table{
  width: 100%;
  border: 2px solid #ddd;
  border-collapse: collapse;
  font-weight: 700;
}

.quote-table thead{
  background-color: #ffae00;
  color: #fff;
  border: 2px solid #ddd;
  text-align:center;
  padding: 5rem 0;
  font-size: 12px;
}

.quote-table tr{
  border: 2px solid #ddd;
}

.quote-table th{
  border-collapse: collapse;
  padding: .2rem;
}

.quote-table tbody{
  border: 2px solid #ddd;
  color: #444444;
  padding: .5rem;
  font-size: 11px;
}

.quote-table tfoot{
  border: 2px solid #ddd;
  color: #444444;
  padding: .5rem;
  font-size: 11px;
}

.quote-table td{
  border: 2px solid #ddd;
  border-collapse: collapse;
  padding: .5rem;
}



.tbl_new_orderss{
  width: 100%;
  border: 2px solid #ddd;
  border-collapse: collapse;
  font-weight: 700;
}

.tbl_new_orderss thead{
  background-color: #ffae00;
  color: #fff;
  border: 2px solid #ddd;
  text-align:center;
  padding: 5rem 0;
  font-size: 12px;
}

.tbl_new_orderss tr{
  border: 2px solid #ddd;
}

.tbl_new_orderss th{
  border-collapse: collapse;
  padding: .2rem;
}

.tbl_new_orderss tbody{
  border: 2px solid #ddd;
  color: #444444;
  padding: .5rem;
  font-size: 11px;
}

.tbl_new_orderss tfoot{
  border: 2px solid #ddd;
  color: #444444;
  padding: .5rem;
  font-size: 11px;
}

.tbl_new_orderss td{
  border: 2px solid #ddd;
  border-collapse: collapse;
  padding: .5rem;
}






@media (max-width: 1023px) and (min-width: 600px){
  #navcol-2{
    display: none !important;
  }
  .nav-two{
    display: none !important;
  }
  .navigation{
    color: #000;
    text-align: center;
  }
}

@media (max-width: 599px) and (min-width: 100px){
  .nav-one{
    display: none;
  }
  .nav-two{
    display: block !important;
  }
  .navbar-nav{
    box-shadow: inset 0px 0px 1px 1px #00000028;
    border-radius: 6px;
    margin-top: 15px;
  }

  .navigation{
    color: #000;
    font-size: 10px;
    text-align: center;
  }

}


@media (max-width: 3000px) and (min-width: 1024px){
  #navcol-2{
    display: none !important;
  }
  .nav-two{
    display: none !important;
  }
  .navigation{
    color: #000;
    text-align: center;
  }
}

.btn-decline{
  border: none;
  border-radius: 4px;
  height: 100px;
  width: 60px;
  padding: 11px 50px;
  background-color: #FF0000;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

.btn-decline:hover{
  background-color: #da0303;
}

.btn-decline:active{
  background-color: #a00404;
}

.btn-approve{
  border: none; border-radius: 4px;height: 100px; width: 60px; padding: 11px 50px; background-color: #2196F3; color: #fff !important; text-decoration: none;cursor: pointer;
}

.btn-approve:hover{
  background-color: #005ec6;
}

.btn-approve:active{
  background-color: #3F51B5;
}