html,
body {
    height: 100%;
    font-size: 14px;
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
}

main > .buroclass, nav > .buroclass  {
    max-width: 1850px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 8px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*Buttons*/
.btn {
    margin-right: 5px;
}

table.colspan {
    width: 100%;
}
table.colspan td, table.colspan th {
    padding: 10px;
}
table.colspan tr {
    border-bottom: 1px solid #ddd;
}

/*Table style*/
.table th, .table td {
    padding: 0.2rem!important;
}
.table .form-control{
    height: calc(1.2em + 0.55rem + 3px);
    padding: 0.3rem 0.3rem;
}
.table .select2-container--krajee-bs4 .select2-selection--single{
    height: 28px;
}
/*Table panel*/
.panel-title{
    font-size: 1.3rem;
    font-weight: 500;
}

.notdisplay input.krajee-datepicker{
    display: none;
}
.notdisplay .input-group > .input-group-prepend:not(:first-child) > .input-group-text
{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
td.notdisplay, th.notdisplay{
    padding: 0.5rem;
}

table.kv-grid-table tr th {
    font-size: 12px;
}


/*Forms*/
.buroflexform span.fas,
.buroflexform span.fa
{
    padding-top: 8px;
}

.buroflexform form .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.buroflexform form .flex label{
    width: 30%;
    margin-bottom: 0;
}
.buroflexform form .flex .input-group{
    width: 70%;
}
.buroflexform form .flex .help-block{
    width: 100%;
}
.buroflexform form .flex .help-block-error{
    color: red;
}

.buroflexform hr{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.buroflexform .flex_checkbox .checkbox label{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
}


.buroflexform .productVariant input{
    height: calc(1.5em + 2px);
    padding: 0.5rem 0.5rem;
}


    /*input[type="checkbox"] {*/
    /*transform: scale(1.4,1.4);*/
/*}*/

label[data-toggle="tooltip"]:after {
    content: "";
    background: #ced4da;
    position: relative;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 50%;
    display: block;
}

.buroclass {
    padding-top: 5px;
}

.panel-title {
    margin-bottom: 0;
}
h1 {
    font-size: 1.5rem;
}

/*FontAwesome Brands*/
.fa-vk,.fa-instagram,.fa-facebook,.fa-odnoklassniki,.fa-telegram,.fa-viber,.fa-whatsapp,.fa-yandex,.fa-youtube,.fa-twitter,.fa-twitch,
.fa-linkedin,.fa-tiktok,.fa-tumblr,.fa-discord, .fa-amilia,
.fa-instagram-square,.fa-odnoklassniki-square,.fa-telegram-plane
{
    font-family: "Font Awesome 5 Brands"!important;
}

.bootstrap-touchspin-down {
    margin-right: 0!important;
}

.btn{
    padding: 0.1rem 0.55rem;
}
button.btn[type="submit"]{
    padding: 0.375rem 0.75rem;
}

.checkbox_messengers{
    padding: 5px 0;
    color: rgb(0, 123, 255);
    margin-left: -6px;
}
.checkbox_messengers input[type="checkbox"]{
}
.checkbox_messengers .fas, .checkbox_messengers .fa{
    margin-right: 2px;
}