.main-body {
    background-color: #f4f7fd;
    margin: 5px;
    font-family: Montserrat, serif !important;
    font-size: 1em;
    color: #212f45;
    min-height: 100vh;
    width: 100vw;
    min-width: 1024px;
}

.login-info {
    text-indent: 20px;
}

#language-switcher .bootstrap-select {
    width: 90px;
    margin-top: 5px;
    margin-left: 8px;
}

.user-info {
    margin-top: 5px;
    margin-left: 8px;
}
.user-info span{
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

#language-switcher .bootstrap-select button {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

#language-switcher .bootstrap-select button:hover {
    color: rgba(0, 0, 0, .9);
}

.lselector {
    font-size: small;
    color: rgba(0, 0, 0, .5);
    padding: 0;
}

.lselector:hover {
    color: rgba(0, 0, 0, .9);
}

.lselector:hover {
    color: rgba(0, 0, 0, .9);
    border: none;
}

.navbar-brand img {
    height: 35px;
    margin-bottom: 3px
}

.navbar-top {
    max-height: 160px;
    padding-bottom: 0;
}

.navbar-bottom {
    box-shadow: 0 2px 4px rgba(33, 47, 69, .2);
    border-bottom: 1px solid #e6e8e9;
}

.from-search-input {
    width: 174px;
    padding: 2px 25px 2px 15px;
    border-radius: 25px;
    height: 2rem;
    transition: .5s;
    position: absolute;
    margin-left: -180px;
    font-size: 14px;
}

.box-menu {
    padding-right: 15px;
}

.content {
    min-height: calc(100vh - 280px);
    margin-right: auto;
    margin-left: auto;

}

.footer {
    width: 100%;
    height: auto;
    background-color: #0971b7;
    padding: 50px 0 15px;
    font-style: normal;
    font-weight: 400;
     box-shadow: 0 -2px 4px rgba(33, 47, 69, .4);
    margin-top: 10px;
}

.footer .footer-block-content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer .footer-block-content-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-block-content-item .title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.footer .footer-block-content-item .title img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.footer .footer-block-content-item .footer-menu a {

    color: #fff;
    opacity: .5;
    width: 100%;
    display: block;
    transition: all .2s;
    line-height: 28px;
    text-decoration: none;
    font-size: 15px;
}

.footer .footer-block-content-item .info-block {
    text-align: center;
}

.footer .footer-block-content-item .info-block .title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 15px;
    font-weight: 400;
}

.footer .footer-block-content-item .info-block .title a, .footer .footer-block-content-item .info-block .title span {
    color: #fff;
}

.footer .footer-block-content-item {
    color: hsla(0, 0%, 100%, .4);
    font-size: 14px;
    margin: 0;
}

.footer hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2);
}

.pagination .page-item i::before {
    margin-top: 6px;
    cursor: pointer;
}

.btn-box {
    justify-content: flex-end;
    display: flex;

}
.btn-box button {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 5px;
    height: 28px;
    border-radius: 100px;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border: 0;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(33, 47, 69, .3);
}

.btn-box button:disabled {
  cursor: not-allowed;
    box-shadow: none;
}

.btn-box .btn-edit,
.btn-box .btn-save {
     background: linear-gradient(60.01deg, #0971b7 16.32%, #2ca9e1 84.16%);
    color: #edeffc;
}

.btn-box .btn-sign {
     background: linear-gradient(60.01deg, #0971b7 16.32%, #2ca9e1 84.16%);
    color: #fff;
}
.btn-box .btn-new {
    background: linear-gradient(60.01deg, #0971b7 16.32%, #2ca9e1 84.16%);
    color: #fff;
}

.btn-box .uil {
    font-size: 1rem;
}


.doclist {
    font-size: 0.85rem;
    color: rgba(61, 61, 61, 0.9);
}

.clickable-row {
     cursor: pointer;
}

.updated-row {
     font-weight: bold;
}

.profile-card {
    border: 1px solid #d1d5d9;
    padding: 0 14px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(33, 47, 69, .2);
}

.profile-card div.col-4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #5e5e5e;
    border-right: 1px solid #d3d7da;
}
.profile-card div {
    padding-top: 3px;
    padding-bottom: 3px;
}

.profile-card .row {
    padding: 7px 0;
    color: #000;
    border-bottom: 1px solid #edf1f7;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;


}

.profile-card input,
.profile-card select,
.profile-card textarea
{
    border: 1px solid #d2d5d9;
    border-radius: 5px;
    padding-left: 5px;
    font-family: monospace, monospace;
    width: 95%;
}

.profile-card input:invalid,
.profile-card textarea:invalid
{
  border: #f8a4a1 solid 1px;
}

.ban-sign {
    color:#761c19;
    font-size: 1rem;
    margin-right: 5px;
}

.item-load,
.item-load:hover {
    color: #2b542c;
    font-size: 1rem;
    margin-right: 5px;
    font-weight: 700;
    text-decoration: none;
}

.profile-card input:invalid:required {
  background-image: linear-gradient(to right, #fdf4f9, #fceffa);
}



.collapse-indicator {
 color: #1e347b;
    font-size: 1rem;
    margin-right: 5px;
}

.orderitem-info {
    cursor: pointer;
}
.profile-info p {
    margin-bottom: 3px;
    font-size: 0.8rem;
}

.paymessage {
    text-align: center;
    color: #b62c27;
    margin-right: 80px;
    justify-content: center;
}
.codes_pdf_icon {
    cursor: pointer;
}