﻿.logo-setclapp {
    height: 50px;
}

label {
    font-size: inherit;
}

.languageBox {
    float: right;
    margin: 5px;
}

.languageBoxItem{
    display: flex;
    align-items: center;
}

.form-group {
    margin-bottom: 0.25rem;
}

footer.sticky-footer {
    padding: 1rem 0;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 5px;
    position: relative;
    border-radius: 4px;
    background-color: #FFF;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-right: 0px;
    min-width: 5%;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    background-color: #ffffff;
}

.nav-tabs .nav-link {
    font-size: 14px;
}

.text-red {
    color: red;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-body-static {
    height: calc(60vh);
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
    position: absolute;
    padding-left: 2px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.modal-lg-wide{
    max-width: 1200px;
}

.custom-textarea{
    resize: vertical;
    min-height: 100px;
}

.description[data-original-title=''][title=''] {
    display: none !important;
}

.transform-2 {
    transform: scale(2);
}