
.form-group.required label::after {
    content: ' *';
    color: red;
}

.m-brand {
    padding-left: 0;
}

#ui-datepicker-div {
    z-index: 2 !important;
}

body.modal-open .modal {
    display: flex !important;
    height: 100%;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
}

.modal-header {
    display: inline;
}

.mobile-large-icon span {
    font-size: 300%;
}

.table th {
    text-align: center;
}

.m-language-panel {
    padding-left: 20px;
    display: flex;
    height: 100%;
    align-items: center;
}

.odd {
    background-color: white;
}

.even {
    background-color: #c0c0c0;
}

.table.tr-height tr {
    height: 100px;
}

.table.tr-height tr td {
    vertical-align: middle;
}

.mobile-large-icon {
    color: #2739c1;
}

.m-menu__item {
    padding-top: 10px !important;
}

.text-lg {
    font-size: 25px;
}

.action-buttons a + a {
    padding-left: 15px;
}

.tr-height .action-buttons a + a {
    padding-left: inherit;
}

.tr-height .text-lg {
    font-size: inherit;
}

.modal-footer {
    display: block;
}

.language.active {
    border-bottom: solid 2px;
}

.language {
    margin-right: 10px;
}

.m-checkbox--padding {
    padding-left: 25px !important;
}

.form-group .checkbox {
    /*padding-top: 40px;*/
    /*padding-bottom: 5px;*/
}

h3 .m-checkbox {
    padding-top: 5px;
}

.m-portlet__head-title label {
    margin-top: 25px;
}

label.m--bg-success {
    border: none;
    color: white;
}

label.m--bg-success span {
    color: white !important;
}

.form-group .help-block {
    display: inline;
}

.form-group label {
    padding-right: 10px;
}

.file-caption-main {
    width: 80%;
}

.file-input .input-group-btn {

}

.file-input .input-group-append {
    display: inline;
}

.file-input .input-group-btn button {
    height: 38px;
}

.file-input .input-group-btn {
    top: -1px;
}

.file-preview-image.kv-preview-data {
    font: inherit;
    color: inherit;
    word-break: break-word;
}

.m-stack.m-stack--general.m-stack--ver > .m-stack__item.request-submit-button {
    vertical-align: middle;
}

.nav-item.active a {
    background-color: #5867dd !important;
    color: white !important;
}


.cross-block {
    position: relative;
}


.line-cross {
    display: inline-block; /* запрещает перенос текста на следующую строку */
    text-decoration: none;
    position: relative;
    width: 150px;
    height: 100px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden; /* запрещает обтекать другие блоки */
    content: url(/images/cross.svg);
}

.start-border {
    border-top: 2px solid black;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.intermission {
    height: 130px;
    font-size: 3rem;
}

.comp-choreograph {
    text-align: center;
    font-size: 1.5rem;
}

.vote-grid {
    width: 100%;
    text-align: center !important;
}

.vote-grid h3 {
    font-size: 1.5rem !important;
}

.modal-lg {
    width: 800px;
}

/*#vote-modal .btn {*/
/*    font-size: 2rem;*/
/*    width: 64px;*/
/*    height: 64px;*/
/*}*/

.text-middle {
    vertical-align: middle !important;
}

.file-caption .input-group {
    width: 79%;
}