
body {
  font-family: 'Nunito', sans-serif, "Helvetica Neue",Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

h2 {
  font-size: 20px;
  font-weight: 700;
}

h3 sub {
  font-size: 42%;
}

.ajax_spinner {
    display: none;
}

.ajax_loader_out {
    float: left;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2000;
}

.ajax_loader_in {
    float: left;
    width: 100%;
    height: 100%;
}

.ajax_loader_in .ajax_loader_center {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -35px;
    width: 50px;
    height: 50px;
}

.ajax_loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3db2bc;
  border-bottom: 6px solid #3db2bc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*.login-card-body .input-group .form-control, 
.register-card-body .input-group .form-control {
     border-right-width: 1px; 
}

select:not(:last-child), 
.input-group>.form-control:not(:last-child) {
     border-top-right-radius: .25rem; 
     border-bottom-right-radius: .25rem; 
}*/

.monetary_symbol {
  color: #bd2130;
}

.form-group label {
  width: 100%;
  float: left;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
    font-size: 14px;
}

.form-control {
  font-size: 14px;
}

.common_modal .select2-container,
.col-md-6 .select2-container,
.col-md-3 .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.select2-container--default .select2-results>.select2-results__options {
  font-size: 14px;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  border-color: #80bdff !important;
  box-shadow: none !important;
}

.select2-selection.select2-selection--single {
  box-shadow: none !important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 11px;
  text-transform: capitalize;
}
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:focus {
  outline: none;
  outline: 0;
  outline-width: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.error,
select.error,
textarea.error {
    /*border-color: #EE001C;*/
    border-color: #bd2130;
    background-image: none;
}

select.form-control:not([size]):not([multiple]).error {
    border-color: #bd2130;
}

input.valid,
select.valid,
textarea.valid {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
}

select.form-control:not([size]):not([multiple]).valid {
    background-color: transparent;
}

.has-danger .select2-container--default .select2-selection--single {
  border-color: #bd2130 !important
}

textarea.form-control {
  height: 80px;
  resize: none;
}

.btn {
  font-size: 15px;
  padding: 7px 16px;
}

.btn.disabled, .btn:disabled {
  pointer-events: none !important;
}

.alert_wrapper {
  width: 100%;
  float: left;
  padding: 0 20px;
}

.alert_wrapper .alert {
  margin-top: 10px;
}

.login-logo {
  margin-bottom: 25px;
}

.login-logo img {
  width: 230px;
}

.main-header .brand {
  width: 15%;
  float: left;
  padding-left: 15px
}

.main-header .brand-image {
  width: 160px;
}

.navbar-nav-main {
  width: 70%;
  float: none;
  text-align: center;
}

.navbar-nav-main ul {
  float: none;
  display: inline-block;
}

.navbar-nav-main ul li {
  float: none;
  display: inline-block; 
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-item.active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #3db2bc;
  font-weight: 700;
}

.navbar-link-right {
  width: 15%;
  float: right;
}

.navbar-link-right ul {
  float: right;
}

.navbar-nav .nav-link img {
  width: 40px;
  margin-top: -8px
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, 
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  border-radius: 0;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link {
  font-size: 15px;
  border-radius: 0;
}
.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
  font-size: 12px;
}

.main-sidebar, 
.main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 190px;
}

.main-sidebar .nav-sidebar>.nav-item .nav-icon.fas {
  font-size: 14px;
}
.main-sidebar .nav-sidebar .nav-item>.nav-link {
  font-size: 14px;
  padding: .5rem .65rem;
}

.sidebar {
  padding-left: 0;
  padding-right: 0;
}

/*@media (min-width: 768px) {  */
body:not(.sidebar-mini-md) .content-wrapper, 
body:not(.sidebar-mini-md) .main-footer, 
body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 0;
}
/*}*/

/*
body:not(.sidebar-mini-md) .content-wrapper, 
body:not(.sidebar-mini-md) .main-footer, 
body:not(.sidebar-mini-md) .main-header {
  margin-left: 0 !important;
}*/

.table thead {
  background-color: rgba(0,0,0,.05);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.03);
}

.content-container {
  width: 100%;
  float: left;
  position: relative;
}

.content-wrapper.m-left {
    transition: margin-left .3s ease-in-out; 
    margin-left: 190px !important;
}

.content-wrapper {
  padding: 0 10px;
  background-color: #fdfdfd;
}

.content-header h1 {
  font-size: 20px;
  font-weight: 700
}

.table-bordered thead td, 
.table-bordered thead th {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

.table-bordered tbody td,
.table-bordered tfoot td {
  font-size: 14px;
  line-height: 1.2em;
}

.common_modal .modal-dialog {
    max-width: 580px;
}

.common_modal .modal-body {
    position: relative;
    padding: 30px 30px 30px 30px;
}

.common_modal .form_modal_container {
    float: left;
    width: 100%;
}

.common_modal .button_container {
  padding-top: 10px;
}

.common_modal .button_container .btn {
  padding-left: 20px;
  padding-right: 20px;
}

#forgot_password_user .modal-dialog {
    max-width: 480px;
}

.modal_alert_wrapper {
    float: left;
    width: 100%;
}

.modal_alert_wrapper .alert {
    margin-top: 10px;
}

.form_modal_container .modal_caption {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #131313;
    margin-bottom: 5px;
}

.form_modal_container .modal_text {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #131313;
    margin-bottom: 15px;
}

.form_modal_container .btn_blue {
    float: left;
    width: 100%;
}

.form_modal_container .icon_modal_close {
    float: left;
    width: 20px;
    height: 20px;
    background: url(/img/icon_modal_close.svg);
    background-size: 15px 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.confirm_modal.modal {
    z-index: 1060;
}

.confirm_modal .modal-dialog {
    min-width: 500px;
}

.confirm_modal .modal_footer_new {
    width: 100%;
    float: left;
    border-top: none;
    padding: 5px 25px 25px 25px;
}

.confirm_modal .modal_footer_new .btn {
  min-width: 110px;
}

.confirm_modal .modal_footer_new .btn-primary {
    margin-right: 20px;
}

.confirm_modal .modal-body {
    padding: 25px;
    padding-bottom: 0;
    text-align: left;
}

.btn_edit {
  width: 20px;
  height: 20px;
  float: none;
  text-align: center;
  /*font-size: 13px;*/
  margin-right: 12px;
}

/*.btn_edit i {
  font-size: 13px;
  margin-right: 3px
}*/

.btn_delete {
  width: 20px;
  height: 20px;
  float: none;
  text-align: center;
  /*font-size: 13px;*/
  color: #bd2130;
  /*padding: 6px 14px;*/
}

/*.btn_delete i {
  font-size: 13px;
  margin-right: 3px
}*/

.btn_delete:hover {
  color: #bd2130; 
}

.btn_invoice_cancel {
  color: #bd2130;
  font-size: 13px;
  font-weight: 700 !important;
}

.btn_invoice_cancel:hover {
  color: #bd2130;
}

.pagination_wrapper {
  width: 100%;
  float: left;
  padding-top: 5px;
}

.pagination_wrapper .box_pagination {
  float: right;
}

.pagination_wrapper .box_pagination ul li.prev, 
.pagination_wrapper .box_pagination ul li.next {
  display: none;
}

.table_container .btn-xs {
  width: auto;
  display: inline;
  font-size: 14px;
  padding: 2px 7px;
  margin: -4px 0;
}

.search_box_out {
  width: 265px;
  float: right;
  margin-bottom: 20px;
}

.search_box_out label {
  width: 60px;
  float: left;
  padding-top: 7px;
}

.search_box_out .search_box {
  width: 205px;
  float: left;
}

.back_to_link {
  font-size: 15px;
  font-weight: 600;
}

.table_purchase_order td.has-danger .help-block.form-error {
  display: none;
}

.table_purchase_order thead th,
.table_purchase_order_view thead th{
  font-size: 13px;
}

.table_purchase_order_view textarea.form-control, 
.table_purchase_order textarea.form-control {
  height: 165px;
}

.table_purchase_order_view textarea.small,  
.table_purchase_order textarea.small {
  height: 100px;
}

.table_purchase_order .itemRow {
  margin-top: 10px;
}

.table_purchase_order table .note-style {
  display: none;
}
.table_purchase_order_view table th,
.table_purchase_order_view table td {
  padding: 9px;
  vertical-align: top
}

.table_purchase_order_view table td.description_text {
  line-height: 18px;
}

.table_purchase_order_view table td.description_text p {
  padding-bottom: 2px;
  margin-bottom: 0;
}

.tfoot td {
  font-size: 14px;
  font-weight: 700;
}

.view_link {
  font-weight: 700;
}

.add_amend_po {
  display: none;
}

.btn_reset_hide {
  display: none;
}

.disabled-select {
  background-color:rgba(233,236,239,0.4);
  border-radius:3px;
  cursor:not-allowed;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}

.list_po table th, 
.list_po table td{
  width: 7%;
  padding: 15px 12px;
}

.list_po table th:nth-child(1) {
  width: 13%;
}

.list_po table th:nth-child(3),
.list_po table th:nth-child(4) {
  width: 12%;
}

.list_po table th:nth-child(2),
.list_po table th:nth-child(5),
.list_po table th:nth-child(6),
.list_po table th:nth-child(7) {
  width: 7.5%;
}

.list_po table th:nth-child(9) {
  width: 11%;
}

.list_po table th:nth-child(10) {
  width: 6%;
}

.list_po .dropdown-menu {
  width: 120px;
  min-width: 100%;
}

.list_wo .dropdown-menu {
  width: 140px;
}

.list_po .view_link {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
}

.validate_text {
  color: #bd2130;
  font-size: 14px;
  text-align: right;
  display: none;
}

.textarea_editor_out .note-editor.note-frame.card {
  margin-bottom: 0;
}

.textarea_editor_out h1,
.textarea_editor_out h2,
.textarea_editor_out h3,
.textarea_editor_out h4,
.textarea_editor_out h5,
.textarea_editor_out h6 {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.textarea_editor_out p {
  font-size: 15px;
}

.textarea_editor_out .note-fontname,
.textarea_editor_out .note-para, 
.textarea_editor_out .note-color, 
.textarea_editor_out .note-table, 
.textarea_editor_out .note-insert, 
.textarea_editor_out .note-view button:nth-child(3){
  display: none;
}

.textarea_editor_out .textarea_editor {
  height: 200px;
  padding: 10px;
}


.table_container .detail_expand {
  width: 100%;
  float: none;
  display: none;
}

.error_txt {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #bd2130;
  display: none;
  margin-top: 4px;
}

.col-lg-3 .small-box h3, .col-md-3 .small-box h3, .col-xl-3 .small-box h3 {
  font-size: 30px;
}