.center {
    text-align: center;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255,255,255,0.7) url(../images/loader.svg) no-repeat center center;
    z-index: 10000;
}
.login-header-logo {
    margin: 5px;
    padding: 5px;
    text-align: center;
}
textarea { 
    text-transform: uppercase;
}
input { 
    text-transform: uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}
.login-header-logo img{
    max-width: 25%;
}
.login-header-text h5{
    font-size: 31.5px;
}
.login-header-text p{
    font-size: 18px;
}
.login-header-text h5,p {
    color: #474440;
    opacity: .85;
}
.login-bg{
    background: url(../images/system/BC-bg-1-small.png) no-repeat center;
    background-size: cover;
    height: 50%; 
}
.auth-form-btn {
    padding: 0.825rem 2rem !important;
}
.request-header-logo {
    margin: 5px;
    padding: 5px;
    /* text-align: center; */
}

.request-header-logo img{
    max-width: 100%;
}

.dropdown-menu-right{
    right:0;
}

.dropdown-menu-left{
    left:0;
}
.sub-menu .nav-item .nav-link .menu-title{
    padding: 0.5rem 0 !important;
    left: 50px !important;
    width: 115px !important;
}
@media (max-width: 380px) {
    
    .breadcrumb .breadcrumb-item{
        overflow:hidden; 
        white-space:nowrap; 
        text-overflow:ellipsis;
        width: 60px;
    }
    .breadcrumb .breadcrumb-item.active{
        overflow:hidden; 
        white-space:nowrap; 
        text-overflow:ellipsis;
        width: 200px;
    }
}
@media (max-width: 570px) {
    
    .request-header-logo {
        text-align: center !important;
    }

    .request-header-logo img{
        max-width: 35%;
    }
    .auth-form-light {
        padding: 1rem !important;
    }
    .login-header-logo img{
        max-width: 60%;
    }
    .login-header-text h5{
        font-size: 18px;
    }
    .login-header-text p{
        font-size: 12px;
    }
    .login-bg{
        background: url(../images/system/BC-bg-3-small.png) no-repeat center;
        background-size: cover;
        height: 50%; 
    }

    .page-header {
        display: block !important;
    }
    .breadcrumb {
        padding: 0.75rem 0 !important;
    }
    .content-wrapper {
        padding: 1.25rem 1.25rem !important;
    }
    .card .card-body{
        padding: 1rem;
    }
    .search-field-mini{
        display: inline-block;
    }
}

@media (max-width: 860px) {
    
    .request-header-logo {
        text-align: center !important;
    }

    .request-header-logo img{
        max-width: 50%;
    }
    .login-bg{
        background: url(../images/system/BC-bg-2-small.png) no-repeat center;
        background-size: cover;
        height: 50%; 
    }
    .search-field-mini{
        display: inline-block !important;
    }
    .search-field{
        display: none !important;
    }
}

.search-field-mini{
    display: none;
}
.error-img {
    width: 45%
}

.img-preview {
    max-height: 100px;
    max-width: 90%;
}

.error-template {
    height: 70vh;
    width: 100%;
}

.parent-menu {
    padding-top: 30px;
    border-bottom: 3px solid #875d4c;
    border-top: 3px solid #875d4c;
}

.sidenav-header.logo {
    margin: 0 1rem;
    border-bottom: 3px solid #875d4c;
}

.icons {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.btn .icons {
    vertical-align: middle;
    margin-top: -1px;
    margin-bottom: -1px;
    font-size: 1.1rem;
    display: inline-block;
    top: 0;
}

.nav.nav-pills .nav-link .icons {
    top: 3px;
}

.sub-menu {
    margin-left: 1rem !important;
    width : 93% !important;
}

.list-icons {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  padding-right: 10px;
  padding-top: 5px;
}

.list-material-icons {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    padding-right: 10px;
    padding-top: 5px;
}

.button_outer {background: #875d4c; border-radius:30px; text-align: center; height: 50px; width: 200px; display: inline-block; transition: .2s; position: relative; overflow: hidden;}
.btn_upload {padding: 12px 30px 12px; color: #fff; text-align: center; position: relative; display: inline-block; overflow: hidden; z-index: 3; white-space: nowrap;}
.btn_upload input {position: absolute; width: 100%; left: 0; top: 0; width: 100%; height: 105%; cursor: pointer; opacity: 0;}

select {text-transform:capitalize}
.select2-container{
    /* z-index:100000; */
}
.select2-container--default .select2-selection--single{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    background: none;
    border: 1px solid #d2d6da;
    border-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    padding: 0.75rem 0.75rem !important;
    line-height: 1.3 !important;
    width: 100%;
    height: 2.875rem !important;
}

.select2-selection__arrow {
    padding: 1.15rem 0.75rem !important;
}

.select2-selection__rendered {
    /* padding: 0.625rem 0.75rem !important; */
    margin-top: -0.3rem !important;
    padding-left: 0 !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #495057 !important;
    transition: 0.2s ease !important;
}

.datepicker td,th{
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

iframe {
    display: block;
    border: none;         /* Reset default border */
    height: 45vh;        /* Viewport-relative units */
    width: calc(100% + 17px);
}

.brand-logo {
    width: 65%;
}
.brand-img img{
    width: 65% !important;
}
.brand-name {
    color: #fd9e0c;
    padding: 0;
}
.brand-name h4{
    display: inline;
    vertical-align: middle;
}
.breadcrumb-item a{
    text-decoration: none;
}
.page-title {
    height:37px;
    line-height:37px;
}
.file-upload-browse {
    padding-top: 17px;
    padding-bottom: 17px;
}
.file-preview img{
    max-height: 70px;
}
.btn-icon i {
    margin: 0 !important;
}
.badge-lg {
    font-size: 12px !important;
    padding: .5rem .75rem !important; 
}
a.btn {
    font-size: 0.85rem !important;
    padding: 0.825rem !important;
}
/* .table-responsive {
    scrollbar-width: none;
} */
.nav-link svg {
    width: 12.5px !important;
}
.hidden {
    display: none;
}
.select2-container{
    width: 100% !important;
}
.barcode {
    width: unset !important;
    height: unset!important;
    border-radius: 0% !important;
    width: 80% !important
}
.barcode-detail {
    height: 100% !important;   
}
.barcode-list {
    border-radius: 0% !important;
    height: 50px !important;  
    width: 100% !important;
}
.twitter-typeahead{
    width: 100%;
}
.tt-suggestion.tt-selectable {
    padding:10px;
}
.tt-suggestion.tt-selectable:hover{
    background-color: #e9e9e9;
}
.input-group-append .btn{
    padding: 0.98rem 2.5rem;
}