html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

brand-image-pw {
    left: 0px;
    top: 0px;
}

.mini-button {
    border: solid 1px;
    padding: 2px;
    cursor: pointer;
    border-radius: .25rem;
}


.module-disabled.sa-module {
    color: red !important;
}

.sa-role {
    color: red !important;
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /* Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.product-header-block {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    width: 100%;
}


    .product-header-block .product-header-image {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
        border-radius: .25rem;
        background-color: #fff;
        /*border: 1px solid #dee2e6;*/
        /*display: -ms-flexbox;
        display: flex;*/
        margin-right: 1rem;
        max-width: 10rem;
        padding: .5rem;         
    }

        
    .product-header-block .product-header-title {
        font-size: 1.5em;                
    }

    .product-header-block .product-header-subtitle {
        font-size: 1em;
    }

.input-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 0px 0px;
    position: absolute;
    right: -9px;
    top: -4px;
}

.image-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 0px 0px;
    position: absolute;
    right: 5px;
    top: -4px;
}

.nav-link.disabled {
    color: #cccccc !important;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
    width: 100% !important;
    padding: .3rem !important;
}

.select2-selection__arrow {
    height: 37px !important;
}

