:focus {
    outline: none !important;
}
body{
  font-family: 'Montserrat', sans-serif;
  height: 100vh;
}
h1, h2, h3, h4, h5{
  font-family: 'Noto Sans', sans-serif;
}
.bg-gd-blue {
  background: #343a40 ;
  background: linear-gradient(135deg, #343a40  0%, #343a40 100%) !important;
  height: 100vh;
}
.form-material {
    position: relative;
    padding-top: 26px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-size: 1rem;
    line-height: 16px;
    color: #575757;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dcdfe3;
    border-radius: 0.25rem;
    /* transition: border-color ease-in-out 0.15s; */
}
.form-material>.form-control {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0 1px 0 #dcdfe3;
    transition: box-shadow .3s ease-out;
}
.content-boxes{
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
  min-height: 450px;
  height: 100vh;
}
.form-material.floating > label {
    font-size: 1.142857rem;
    font-weight: 400;
    cursor: text;
    z-index: 2;
    transition: all .2s ease-out;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}
.form-material > label {
    position: absolute;
    top: 6px;
    left: 0;
    margin-bottom: 0;
}
.form-material > label, .form-material > .form-control:focus + label, .form-material.floating.open > label {
    font-size: 1rem;
    /* font-weight: 600; */
    cursor: default;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.pt-10{
  padding-top: 10%;
}
.pb-10{
  padding-bottom: 10%;
}
.btn-default{
  /* padding: 14px 38px; */
    /* font-size: 1rem; */
    line-height: 16px;
    border-radius: 3px;
    height: auto;
    border-radius: 50px !important;
    /* width: 100%; */
}
.btn-primary-blue{
  padding: 14px 38px;
    font-size: 1rem;
    line-height: 16px;
    border-radius: 3px;
    height: auto;
    border-radius: 50px !important;
    color: #0965ae;
    background-color: #d3eafd;
    border-color: #d3eafd;
    width: 100%;
}
.btn-primary-blue:hover{
  color: #ffffff;
  background-color: #3d81be;
  border-color: #3d81be;
}
.btn-gray{
  /* padding: 14px 38px; */
    font-size: 1rem;
    line-height: 16px;
    border-radius: 3px;
    height: auto;
    border-radius: 50px !important;
    color: #171717;
    background-color: #dee2e6;
    border-color: #dee2e6;
    /* width: 100%; */
}
.btn-gray:hover{
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-orange {
    padding: 14px 38px;
    font-size: 1rem;
    line-height: 16px;
    border-radius: 3px;
    height: auto;
    /* border-radius: 5px !important; */
    color: #fff;
    background-color: #eb4e0f;
    border-color: #eb4e0f;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem!important;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.error{
    color: #e40a28;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.error.register{
    display: none;
}

.messagePopup{
    display: none;
}

.messagePopupError{
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.4);
}
.page-link {
  font-family: 'FontAwesome';
}
@media (max-width: 575.98px) {
.default-btn-r{
  flex-direction: column;
  align-items: center;
}
 }


@media (min-width: 576px) and (max-width: 767.98px) {  }


@media (min-width: 768px) and (max-width: 991.98px) {  }


@media (min-width: 992px) and (max-width: 1199.98px) {  }


@media (min-width: 1200px) { }

.skin-3 .num-in span {
    display: block;
    float: left;
    width: 25px;
    height: 34px;
    position: relative;
    cursor: pointer;
}

.skin-3 .num-in span.minus:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    background-color: #000;
}

.skin-3 .num-in .in-num {
    float: left;
    width: 50px;
    height: 34px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}

.skin-3 .num-in span.plus:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    background-color: #000;
}

.skin-3 .num-in span.plus:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 2px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -1px;
    background-color: #000;
}
#invoice-template #tableOrder td.quantity {
  width: 157px;
} 

.list-group.category ul {
  list-style: none;
}
#tableOrder .price {
  min-width: 125px;
}
.list-group.category ul {
    padding: 0;
}
.categoris-list {
    max-width: 20%;
}
.categoris-list+#configuration {
    max-width: 80%;
}
.dropdown-menu {
    box-shadow: none;
    width: 100%;
    padding-left: 20px;
    max-height: 250px;
    overflow: auto;
}
td.valueName.filterable {
    max-width: 300px;
}
img.loading {
    width: 19px;
    margin-right: 10px;
}
.card-header.category-header {
    display: flex;
    justify-content: space-between;
}
.price-file a {
    font-weight: 700;
    color: #0b999b;
    font-size: 19px;
}