/* Body and structure
-------------------------------------------------- */

html {
    min-height: 100vh;
}

body {
    padding-top: 60px;
    /* oranges*/
    min-height: calc(100vh - 40px);
}

#mainContainer {
    position: relative;
    /* oranges*/
    min-height: calc(100vh - 40px);
    height: 100%;
}

/* Responsive
-------------------------------------------------- */

/* Tablet
------------------------- */

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
    /* Remove padding above jumbotron */
    body {
        padding-top: 0;
    }
}

.start-headline {
    text-align: center;
}

.start-headline p {
    padding-bottom: 20px;
}

.form-bordered {
    margin-bottom: 10px;
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #173B67;
    border-radius: 4px 4px 4px 4px;
}

.form-bordered h4 {
    margin-left: 10px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #173B67;
}

.form-bordered .row-fluid {
    padding-left: 10px;
}

.form-actions {
    margin-bottom: 0px !important;
}

/*sorting*/
.sortable {
    cursor: pointer;
    background-image: url(../img/sortable.png);
    background-position: 95%;
    background-repeat: no-repeat;
    padding-right: 20px !important;
}

.sortable-active-ascending {
    cursor: pointer;
    background-image: url(../img/sortable-active-asc.png);
    background-position: 95%;
    background-repeat: no-repeat;
}

.sortable-active-descending {
    cursor: pointer;
    background-image: url(../img/sortable-active-desc.png);
    background-position: 95%;
    background-repeat: no-repeat;
}

/*sorting*/

.bfh-languages {
    margin-top: 5px;
}

ul.parsley-error-list, ul.filled {
    list-style-type: none;
    color: red;
    margin: 0;
}

.page-header {
    position: relative;
    clear: both;
    padding: 0;
    margin-bottom: 0;
}

.page-header h1 {
    font-size: 33.5px;
    margin-left: -2px;
}

.page-header small {
    font-size: 17px;
}

.header-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.ffu-breadcrumb-container {
    position: relative;
    overflow: hidden;
    float: left;
    width: auto;
    margin-right: 250px;
}

.ffu-breadcrumb {
    position: relative;
    background-color: white;
    padding-top: 0px;
}

.profile-block {
    margin-right: 5px;
    white-space: nowrap;
}

.profile-fullName {
    margin-right: 0;
    white-space: inherit;
}

.ffu-language-container {
    position: relative;
    /*margin-top: -5px;*/
}

.ffu-blockquote {
    margin: 10px;
}

.ffu-blockquote:empty {
    display: none;
}

.bottom-border {
    border-bottom: 1px solid #e5e5e5;
}

.filter-block {
    padding-bottom: 20px;
}

.main-container {
    /*Oranges changes*/
    /*position: relative;*/
    clear: both;
    margin-top: 0;
    /*margin-bottom: 40px;*/
    /*oranges*/
    margin-bottom: 60px;
}

.footer-container {
    /*position: relative;*/
    overflow: hidden;
    clear: both;
    border-top: 1px solid #e5e5e5;
    padding: 10px;
    /*oranges*/
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.select2-results .select2-result-label {
    font-size: 13px;
}

.select2-container .parsley-errors-list {
    display: none;
}

.select2-chosen {
    white-space: normal !important;
}

.tooltip-on-top {
    overflow: inherit;
}

/*audit*/
i.auditable {
    margin-left: 5px;
}

.audit-date {
    width: 15%;
    min-width: 112px;
}

/*audit*/
/*sorting*/
ul.ui-sortable {
    min-height: 40px;
    border: solid;
    border-width: 1px;
    border-color: #70ff75;
}

div.ui-sortable-caption {
    font-weight: bold;
    text-align: center;
}

ul.ui-sortable li {
    list-style-type: none;
    margin: 0 5px 5px 5px;
    padding: 5px;
}

ul.ui-sortable-selected li {
    background-color: #468847;
}

ul.ui-sortable-possible li {
    background-color: #fcf8e3;
}

/*sorting*/

/* table styles */
.pagination {
    margin: 6px 0px 0px;
}

.table th, .table tbody > tr > th.ffu-table-header {
    color: #fff;
    background-color: #3399d8;
}

.table-cursor-pointer tbody tr:hover:not([data-empty-row]) {
    cursor: pointer;
}

table .col-tools {
    width: 60px;
    min-width: 60px;
}

/* table styles */

/* menu style overrides */
.navbar-inverse .navbar-inner {
    background-color: #173B67;
    background-image: -moz-linear-gradient(top, #173B67, #173B67);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#173B67), to(#173B67));
    background-image: -webkit-linear-gradient(top, #173B67, #173B67);
    background-image: -o-linear-gradient(top, #173B67, #173B67);
    background-image: linear-gradient(to bottom, #173B67, #173B67);
    background-repeat: repeat-x;
    border-color: #173B67;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#173B67', endColorstr='#173B67', GradientType=0);
}

.navbar-inverse .nav > li > a {
    color: #ffffff;
}

/* menu style overrides */

.ffu-toolbox {
    position: absolute;
    right: 0;
    z-index: 1000;
}

/* main container overrides */
.main-container fieldset {
    padding-top: 5px;
}

.main-container legend {
    margin-bottom: 10px;
}

/* form controls overrides */
.form-horizontal .control-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-horizontal .controls {
    margin-left: 400px;
    font-size: 13px;
}

.form-horizontal .control-label {
    width: 380px;
    margin-right: 1px;
    cursor: default;
    padding-top: 0px;
    font-size: 13px;
}

.form-horizontal .controls input[type=text], .form-horizontal input[type=password] {
    width: 150px;
    height: 13px;
    min-height: 13px;
    font-size: 13px;
}

.form-horizontal .controls span {
    padding-top: 0px;
}

/*input[type='text']:not(.select2-input, #loginBlock), .table input[type='text'] {
    width: 150px;
    height: 13px;
    font-size: 13px;
}*/

input[type='button'], a[class*='btn'] {
    padding: 2px 10px !important;
    font-size: 11.9px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

#matchDate input {
    width: 150px;
    height: 13px;
    font-size: 13px;
}

label {
    cursor: default;
}

/* scroll top control */
.scrollTop {
    position: fixed;
    display: block;
    bottom: 102px;
    right: 86px;
    width: 50px;
    height: 50px;
    background: url(../img/arrows2.png) 0 0 no-repeat;
    z-index: 2000;
}

.scrollTop:hover {
    background-position: 0 -58px;
}

/* overrides for form view mode */
.ffu-button-container {
    margin-top: 15px;
}

.ffu-parsley-errors-list {
    font-size: 13px;
}

.ffu-textarea-edit-controls {
    margin-top: 10px;
}

.form-horizontal .ffu-view-form-row {
    margin-top: 1px;
    margin-bottom: 1px;
}

.form-horizontal .ffu-view-form-row-custom {
    margin-bottom: 0px !important;
}

.form-horizontal .ffu-view-form-row .control-label {
    padding-top: 0px;
    margin-bottom: 0;
}

.form-horizontal .ffu-view-form-row .controls {
    padding-top: 0px;
}

.form-horizontal .ffu-view-form-row .radios-yesno {
    margin-top: 0px;
}

.ffu-language-container .dropdown-menu {
    margin-left: -110px;
}

/* overrides for form view mode */

/* user avatar styles */
.user-avatar {
    width: 150px;
    float: left;
    margin-bottom: 10px;
}

.user-avatar input {
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
    color: transparent !important;
    padding: 0;
}

.user-avatar img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    padding: 0 0 0 0;
}

/* user avatar styles */

.player-passport-main-data div {
    text-align: center;
    margin-bottom: 10px;
}

/* scroll top control */
@media (max-width: 1200px) {
    body {
        padding-top: 80px;
    }

    .form-horizontal .controls, .form-horizontal .ffu-view-form-row .controls {
        margin-left: 300px;
    }

    .form-horizontal .control-label, .form-horizontal .ffu-view-form-row .control-label {
        width: 280px;
    }

    .modal .controls input, .modal .controls textarea, .modal .controls .select2 {
        width: 80%;
    }

    .modal-control-group .control-group div.controls {
        margin-left: 200px;
    }

    .modal-control-group .control-group label.control-label {
        width: 180px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 40px;
    }

    .modal .controls input, .modal .controls textarea, .modal .controls .select2 {
        width: 80%;
    }

    /*Fixed problem org structure modal window*/
    .modal-body .container {
        height: auto;
    }

    #orgStructure {
        height: auto;
    }
}

@media (max-width: 980px) {
    body {
        padding-top: 0;
    }

    .global-filter {
        margin-top: -20px;
    }

    .navbar-fixed-top {
        margin-top: 0;
    }

    .form-horizontal .controls, .form-horizontal .ffu-view-form-row .controls, .modal-control-group .controls {
        margin-left: 280px;
    }

    .form-horizontal .control-label, .form-horizontal .ffu-view-form-row .control-label, .modal-control-group .control-label {
        width: 260px;
    }

    .modal .controls input, .modal .controls textarea, .modal .controls .select2 {
        width: 80%;
    }

    .lightening-type {
        white-space: normal !important;
    }

    .match-status .select2-container {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .modal .controls input, .modal .controls textarea, .modal .controls .select2 {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .modal .controls {
        margin-left: 0;
        margin-right: 10px;
        display: block;
    }

    .modal .controls input {
        width: 100%;
    }

    .form-horizontal .ffu-view-form-row {
        margin-top: 4px;
        margin-bottom: -3px;
    }
}

.modal .control-label {
    width: 180px;
}

.modal .controls {
    margin-left: 200px;
}

@media (max-width: 480px) {
    .form-horizontal .control-group {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .form-horizontal .ffu-view-form-row {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .form-horizontal .controls, .form-horizontal .ffu-view-form-row .controls {
        margin-left: 0;
    }

    .form-horizontal .control-label, .form-horizontal .ffu-view-form-row .control-label {
        width: auto;
    }

    .scrollTop {
        right: 10px;
    }

    .ffu-view-form-row .control-label {
        font-weight: bold;
    }
}

@media (max-width: 540px) {
    .modal .control-label {
        width: auto;
    }

    .modal .form-horizontal .controls {
        margin-left: 0;
        clear: both;
    }
}

@media (max-width: 595px ) {
    .modal .control-label {
        width: auto;
    }

    .modal .form-horizontal .controls {
        margin-left: 0;
        clear: both;
    }

    .page-header {
        display: table;
    }

    .ffu-breadcrumb-container {
        position: relative;
        margin-top: 35px;
        margin-right: 0;
    }

    .ffu-breadcrumb-container ul {
        padding-left: 0;
    }

    .ffu-toolbox {
        position: absolute;
        left: 0;
        clear: both;
    }

    .main-container {
        margin-top: 20px;
    }
}

/* form controls overrides */

.player-item .player-checkbox {
    float: left;
    margin-right: 5px;
}

.player-item .player-number {
    float: right;
    width: 17px !important;
    margin-right: 5px;
}

.ffu-datepicker {
    padding: 0px;
}

.bold-details label {
    font-weight: bold;
}

.person-brief-info {
    position: relative;
    font-size: 13px;
    border-right: 2px solid #EEEEEE;
    margin-right: 0px;
    margin-top: -10px;
    padding-right: 0px;
}

.row-fluid .person-info-container {
    margin-left: -2px;
    border-left: 2px solid #EEEEEE;
    padding-left: 2px;
}

.person-brief-info-avatar {
    display: table;
    float: left;
}

.person-brief-info-data {
    margin-left: 20px;
    float: left;
    position: relative;
}

.person-brief-info-data div {
    clear: left;
}

.person-brief-info-data span, .person-brief-info-data label, .person-brief-info-data div {
    float: left;
}

.personBriefBack {
    float: left;
    clear: both;
}

.person-brief-info-green {
    color: green;
}

.person-brief-info-red {
    color: red;
}

.person-brief-info-blue {
    color: #1080ff;
}

.clear-elements {
    clear: both;
}

/*match protocol event icons*/
[class^="match-protocol-event"],
[class*=" match-protocol-event"] {
    display: inline-block;
    width: 40px;
    height: 50px;
    margin: -9% 0 0 0%;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: text-top;
    background-position: 0px 15px;
    background-repeat: no-repeat;
}

.match-protocol-event-GOAL {
    background-image: url("../img/tournament/protocol/GOAL.png")
}

.match-protocol-event-OWN_GOAL {
    background-image: url("../img/tournament/protocol/OWN_GOAL.png")
}

.match-protocol-event-SCORED_PENALTY {
    background-image: url("../img/tournament/protocol/SCORED_PENALTY.png")
}

.match-protocol-event-UNSCORED_PENALTY {
    background-image: url("../img/tournament/protocol/UNSCORED_PENALTY.png")
}

.match-protocol-event-AFTER_MATCH_PENALTY {
    background-image: url("../img/tournament/protocol/AFTER_MATCH_PENALTY.png")
}

.match-protocol-event-UNSCORED_AFTER_MATCH_PENALTY {
    background-image: url("../img/tournament/protocol/UNSCORED_AFTER_MATCH_PENALTY.png")
}

.match-protocol-event-LONG_PENALTY {
    background-image: url("../img/tournament/protocol/LONG_PENALTY.png");

}

.match-protocol-event-UNSCORED_LONG_PENALTY {
    background-image: url("../img/tournament/protocol/UNSCORED_LONG_PENALTY.png");
}

.match-protocol-event-YELLOW_CARD {
    background-image: url("../img/tournament/protocol/YELLOW_CARD.png")
}

.match-protocol-event-RED_CARD {
    background-image: url("../img/tournament/protocol/RED_CARD.png")
}

.match-protocol-event-SUBSTITUTE_IN {
    background-image: url("../img/tournament/protocol/SUBSTITUTE_IN.png")
}

.match-protocol-event-SUBSTITUTE_OUT {
    background-image: url("../img/tournament/protocol/SUBSTITUTE_OUT.png")
}

/*match protocol event icons*/

/*dictionary edit row props */
.dict-cell input {
    font-size: 13px !important;
    height: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 20px;
}

/*dictionary edit row props */

/*disabled inputs*/
.view-mode input[type=text], .view-mode select {
    cursor: default;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
}

.view-mode select {
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wide-form-horizontal .controls, .wide-form-horizontal label {
    margin-left: 0;
}

.form-horizontal .default-hidden-panel {
    display: none;
}

.hidden-panel {
    display: none;
}

.inline-block-panel, .inline-block-panel .datepicker {
    display: inline-block;
}

.inline-block-panel .datepicker input {
    margin-bottom: 0;
}

.select2-panel {
    margin: 20px;
}

.table-col-checkbox {
    width: 20px !important;
}

.table-col-amplua {
    width: 40px;
}

.table-request-amplua-select2 a {
    width: 65px !important;
}

.table-col-number {
    width: 40px !important;
}

.table-date-picker {
    width: 65px !important;
}

.table-col-date-picker {
    width: 100px !important;
}

.table-col-request-register-select2 {
    width: 56px;
}

.table-col-request-sign-select2 {
    width: 100px;
}

.table-request-register-select2 a {
    width: 54px !important;
}

.table-request-sign-select2 a, .table-request-status-select2 a {
    width: 98px !important;
}

.table-col-request-date-picker div {
    width: 96px;
}

.sortable-table .ffu-datepicker {
    margin-top: 0;
}

.table tbody > tr > td.table-selected-row {
    background-color: #00617d;
    color: white;
}

span.invisible-no-content:empty {
    margin-left: 0;
}

span.invisible-no-content:not(:empty) {
    margin-left: 0;
    margin-right: 10px;
}

input.invisible-input, input:focus.invisible-input {
    width: 0px !important;
    border: none;
    visibility: hidden;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*.row-fluid .selected-players-container {*/
/*margin-right: 0;*/
/*}*/
/*.row-fluid .available-players-container {*/
/*margin-left: 0;*/
/*}*/
.selected-players-container {
    width: 670px !important;
}

.player-search-container .control-group {
    margin-top: 0;
    margin-bottom: 0;
}

.player-search-container .control-group label {
    width: auto;
    float: left;
    margin-left: 0;
}

.player-search-container .control-group .controls {
    position: relative;
    float: left;
    margin-left: 0;
    clear: both;
}

.player-search-container .form-horizontal .control-label {
    padding-top: 0;
}

.control-group .controls .datepicker input, .datepicker input {
    width: 150px;
    height: 13px;
    font-size: 13px;
}

span.invisible-element {
    display: none !important;
}

.table .align-center {
    text-align: center;
}

.table .align-left {
    text-align: left;
}

.table .align-right {
    text-align: right;
}

i.change-request {
    margin-left: 5px;
}

.modal .change-request {
    margin-top: 10px;
}

.modal .change-request label {
    position: relative;
    float: left;
    text-align: right;
    margin-top: 4px;
}

.modal .change-request input {
    position: relative;
    float: left;
}

.change-request .controls ul {
    float: left;
    margin-top: -10px;
}

.modal .change-request .controls ul {
    float: left;
    margin-top: 0px;
}

.clear-filter-row {
    margin-top: 15px;
}

.info-header {
    margin: 15px;
    font-size: 17px;
}

/*player personal statistic*/
.player-statistic th, .player-statistic td {
    padding: 3px;
}

[class^="player-statistic-row-"] {
    font-weight: bold;
}

.player-statistic-row-2, .player-statistic-row-3, .player-statistic-row-4, .player-statistic-row-5, .player-statistic-row-6 {
    display: none;
}

.player-statistic-row-1 > td:first-child {
}

.player-statistic-row-2 > td:first-child {
    padding-left: 20px;
}

.player-statistic-row-3 > td:first-child {
    padding-left: 40px;
}

.player-statistic-row-4 > td:first-child {
    padding-left: 60px;
}

.player-statistic-row-5 > td:first-child {
    padding-left: 80px;
}

.player-statistic-row-6 > td:first-child {
    padding-left: 100px;
}

.player-statistic-item-row td:first-child {
    font-weight: normal !important;
}

.player-statistic-caption {
}

.player-statistic-rate {
    overflow: hidden;
    width: 30px;
}

.player-statistic-match-details {
    font-weight: normal !important;
    margin-bottom: 0px;
}

.player-statistic-match-number {
    width: 30px;
}

.player-statistic-match-date {
    width: 80px;
}

.player-statistic-match-result {
    width: 80px;
}

.player-statistic-match-team {
}

/*player personal statistic*/

/*referee personal statistic*/
.referee-statistic th, .referee-statistic td {
    padding: 3px;
}

[class^="referee-statistic-row-"] {
    font-weight: bold;
}

.referee-statistic-row-2 {
    display: none;
}

.referee-statistic-row-1 > td:first-child {
}

.referee-statistic-row-2 > td:first-child {
    padding-left: 20px;
}

.referee-statistic-item-row td:first-child {
    font-weight: normal !important;
}

.referee-statistic-caption {
}

.referee-statistic-rate {
    overflow: hidden;
    width: 20px;
}

.referee-statistic-match-details {
    font-weight: normal !important;
    margin-bottom: 0px;
}

.referee-statistic-match-number {
    width: 30px;
}

.referee-statistic-match-date {
    width: 80px;
}

.referee-statistic-match-result {
    width: 80px;
}

.referee-statistic-match-team {
    width: 370px;
}

.referee-statistic-function {
    width: 200px;
}

/*referee personal statistic*/

/*player disqualification statistic*/
.player-disqualification-statistic-date {
    width: 80px;
}

.player-disqualification-statistic-fio {
    width: 250px;
}

.player-disqualification-statistic-missed {
    width: 80px;
}

.player-disqualification-statistic-team {
    width: 200px;
}

/*player disqualification statistic*/

/*tournament tables*/
.tournament-table table {
    empty-cells: show;

}

.tournament-table th, .tournament-table td {
    padding: 3px;
}

.tournament-table-number {
    width: 30px;
}

.tournament-table-rate {
    overflow: hidden;
    width: 30px;
}

.tournament-table-rate-5 {
    width: 27px;
}

.tournament-table-rate-3 {
    width: 21px;
}

.tournament-table-important-team {
    font-weight: bold;
}

.tournament-table-bold-border td {
    border-top: 3px solid #000000;
}

.brief-info {
    position: relative;
    width: 19% !important;
    font-size: 13px;
    border-right: 2px solid #EEEEEE;
    margin-right: 0px;
    padding-right: 0px;
    margin-top: -10px;
}

.brief-info-data {
    margin-left: 20px;
    float: left;
    position: relative;
}

.brief-info-data div {
    clear: left;
}

.brief-info-data span, .brief-info-data label, .brief-info-data div {
    float: left;
}

.row-fluid .info-container {
    margin-left: -2px;
    border-left: 2px solid #EEEEEE;
    padding-left: 2px;
}

.ffu-table-bordered {
    border-width: 1px;
    border-style: solid;
    border-color: #173B67;
    border-radius: 4px 4px 4px 4px;
}

/*tournament tables*/
/*player personal statistic*/

/* toggle button for view player requests */
.toggle-panel {
    position: relative !important;
    float: right !important;
}

td .revoke-player {
    padding: 0 8px !important;
}

.player-request-view-item {
    width: 155px;
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    margin: 0 10px 20px 10px;
    vertical-align: top;
    zoom: 1;
    cursor: pointer;
}

.player-request-view-item div:first-child {
    display: inline;
}

.revoked-players .player-request-view-item {
    cursor: default;
}

.player-request-breaf-info {
    margin-top: 10px;
    font-size: 13px;
}

.player-request-breaf-info p {
    margin: 0 0 5px;
}

/* toggle button for view player requests */

.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 6px;
    padding-left: 6px;
}

.request-squad td, .request-squad th {
    margin: 0 0 5px;
    padding: 0px;
    text-align: center;
}

/* toggle button for view player requests */

/* select 2 */
.select2-container {
    text-align: left;
}

.select2-container .select2-choice {
    font-size: 13px;
    height: 22px;
    line-height: 22px;
}

.select2-container .select2-choice abbr {
    top: 4px;
}

.select2-container .select2-choice > .select2-chosen {
    display: inline !important;
}

/*protocol squad table*/
.match-protocol-container {
    font-size: 13px;
}

.match-protocol-container .row-fluid [class*="span"] {
    min-height: 0px !important;
}

.match-protocol-container .control-label span {
}

.match-protocol-container .control-label span::after {
    content: ":";
}

.match-protocol-container input, .match-protocol-container select {
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.match-protocol-container .bootstrap-timepicker .add-on {
    padding: 0px !important;
}

.match-protocol-container .input-append, .match-protocol-container .input-prepend {
    margin-bottom: 0px !important;
}

.match-protocol-container .select2-container .select2-choice {
    height: 20px !important;
    line-height: 20px !important;
}

.match-protocol-container .select2-container .select2-choice abbr {
    top: 4px !important;
}

.match-protocol-container .select2-container .select2-choice .select2-arrow b {
    background-position: 0 -4px;
}

.select2-container-multi {
    width: 530px !important;
}

.match-protocol-container .parsley-errors-list {
    clear: left;
}

.match-protocol-table th, .match-protocol-table td {
    padding: 1px;
}

.match-protocol-table th.col-squad-number {
    /*Oranges changes*/
    width: 5%;
}

/*Oranges*/
.tab-group-3 {
    width: 10%;
}

.row-fluid.table-number {
    margin-left: 1%;
    text-align: center;
}

.squadNumber {
    text-align: center;
    width: 95%;
}

.tab-group-0 {
    text-align: center;
}

.lowerAndHigherLeague {
    width: 30%;
}

.match-protocol-table th.col-special-mark {
    width: 7px;
}

.match-protocol-table th.col-captain {
    width: 20px;
}

.match-protocol-table th.col-goals {
    /*Oranges changes*/
    width: 11%;
}

.match-protocol-table th.col-substitute {
    width: 80px;
}

.match-protocol-table th.col-remove-icon {
    width: 20px;
}

.match-protocol-container .match-protocol-span8 {
    width: 74%;
}

.match-protocol-container .match-protocol-span4 {
    margin-left: 14px;
}

.no-wrap-text {
    white-space: nowrap;
}

.no-wrap-info-with-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.officials-block .select2-container.select2-dropdown-open, .officials-block .select2-container:hover,
.squadsContainer .select2-container.select2-dropdown-open, .squadsContainer .select2-container:hover {
    width: 100%;
    z-index: 1000;
}

.squadsContainer td {
    max-width: 50px;
}

.lightening-type {
    white-space: nowrap;
}

.spectators-quantity {
    width: 76px;
}

.row-fluid .uniform-label {
    width: 12%;
}

.protocol-player-warning-table th.col-card {
    width: 20px;
}

.protocol-player-warning-table th.col-minute {
    width: 30px;
}

.protocol-player-warning-table th.col-reason {
    width: 30%;
}

.protocol-player-warning-table th.col-remove-icon {
    width: 20px;
}

.squad-number {
    float: left !important;
}

tr[class^='protocol-squad-player'] .player-mark {
    width: 7px;
    padding: 0;
}

tr[class^='protocol-squad-player'] .legionary {
    width: 7px;
    padding-left: 0;
    padding-right: 0;
    background-color: #23A4FF !important;
}

tr[class^='protocol-squad-player'] .youth {
    width: 7px;
    padding-left: 0;
    padding-right: 0;
    background-color: #f6ff45 !important;
}

/*protocol squad table*/

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 6px;
    padding-left: 6px;
}

.request-squad td, .request-squad th {
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
}

.request-squad .legionaryColor {
    color: red;
}

.data-picker-tournament-table div {
    margin-top: 24px;
}

/* toggle button for view player requests */

tr.row-text-center > th {
    text-align: center;
}

td.cell-text-center {
    text-align: center;
}

.single-row-text {
    clear: both;
}

.col-day-team {
    width: 400px;
}

.col-day-goal-authors {
    min-width: 175px;
}

.col-day-red-yellow-cards {
    min-width: 175px;
}

.col-day-audience-quantity, .col-day-field-mark {
    width: 64px;
}

.event-info-block {
    width: 165px;
}

.day-details td {
    padding: 2px;
}

/* player passport requests table */
.player-passport-requests-data-table {
    margin: 0 auto;
    font-size: 13px;
}

.player-passport-requests-data-table td {
    padding-left: 10px;
}

.table-previous-statistic {
    position: relative;
    float: left;
    /*width: 50%*/
}

.table-next-statistic {
    position: relative;
    float: right;
    /*width: 45%;*/
}

.top-scorers-header {
    margin-top: 30px;
    clear: both;
}

/*narrow-table*/
.narrow-table th, .narrow-table td {
    padding: 1px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
}

.tree-table-row-1 > td:first-child {
}

.tree-table-row-2 > td:first-child {
    padding-left: 20px;
}

.tree-table-row-3 > td:first-child {
    padding-left: 40px;
}

.tree-table-row-4 > td:first-child {
    padding-left: 60px;
}

.view-mode .match-status-margin {
    margin-top: -11px;
}

.edit-mode .match-status-margin {
    margin-top: -11px;
}

.table-form3-details .group-table, .table-form3-details .group-row {
    margin-left: 0;
}

.table-form3-details .group-table .group-table-header {
    height: 15px;
}

.table-players-on-team-caption {
    width: 200px;
    text-align: center !important;
    vertical-align: middle !important;
}

.table-players-on-team-short-caption {
    width: 30px;
    text-align: center !important;
}

.table-players-on-team-index {
    width: 20px;
}

.table-players-on-team-player {
    width: 300px;
}

.table-players-on-team-birthday {
    width: 75px;
}

.table-players-on-team-amplua {
    width: 35px;
}

.table-players-on-team-red-card {
    background-color: red;
}

.table-players-on-team-yellow-card {
    background-color: #ffff00;
}

.half-page-left-block {
    float: left;
    margin-right: 20px;
}

.half-page-right-block {
    float: left;
}

.half-pages-container {
    margin-bottom: 60px;
}

.help-link {
    position: absolute;
    top: 8px;
    right: 0;
    color: green;
    text-decoration: underline;
}

.player-passport-requests-info {
    margin-bottom: 10px;
}

.ffu-toolbox .help-link {
    float: left;
}

.player-short-statistic-table-big {
    width: 80px;
}

.player-short-statistic-table-normal {
    width: 60px;
}

.player-short-statistic-table-small {
    width: 15px;
}

.icon-remove {
    cursor: pointer;
}

.profile-block .tooltip-inner {
    max-width: 500px;
    white-space: pre-wrap;
}

.ajax-spinner {
    position: fixed;
    z-index: 2;
    display: block;
    width: 64px;
    height: 64px;
    top: 30%;
    left: 50%;
    margin-left: -32px;
}

#spinner.modal.fade.in {
    top: 0 !important;
}

#spinner.modal {
    position: absolute !important;
    width: 100% !important;
    /*height: 100% !important;*/
    left: 0 !important;
    margin-left: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

#spinner.modal.fade {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    top: 0 !important;
}

.spinner-backdrop, .spinner-backdrop.fade.in {
    background-color: rgba(255, 255, 255, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.margin-top-10 {
    margin-top: 10px
}

.global-filter > ul > li {
    margin-top: 10px;
}

.global-filter .association-field .select2-container {
    width: 220px;
}

.global-filter .department-field .select2-container {
    width: 160px;
}

.global-filter .season-field .select2-container {
    width: 120px;
}

.global-filter .league-field .select2-container {
    width: 100px;
}

.global-filter .group-field .select2-container {
    width: 95px;
}

.global-filter .age-field .select2-container {
    width: 95px;
}

.global-filter .tournament-field .select2-container {
    width: 271px;
}

.header-row {
    color: #fff;
    background-color: #3399d8;
    padding: 15px 0px 15px 0px;
    position: relative;
    border-radius: 4px 4px 4px 4px;
}

.protocol-header-info {
    margin-top: 15px;
    margin-bottom: 15px;
}

.protocol-header-info span {
    margin-left: 10px;
    margin-right: 10px;
}

.match-protocol-table {
    border-width: 1px;
    border-style: solid;
    border-color: #173B67;
    border-radius: 4px 4px 4px 4px;
}

.padding-10 {
    padding-top: 10px;
}

.protocolContainer .select2-container a {
    width: auto;
}

.protocolContainer .squadsContainer .fairPlayEstContainer {
    font-size: 13px;
}

.table-number {
    margin-left: 4px;
}

.filter-expand-date-form {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.filter-date-form {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.filter-text-form {
    float: left;
    margin: 0 10px 10px 0;
}

.filter-select2-after-dp-form {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.filter-select2-after-text-form {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.filter-text-form input[type=text], .filter-expand-date-form .datepicker input {
    width: 150px;
    height: 13px;
    font-size: 13px;
}

.person-license {
    width: 50px;
}

.parsley-error:not(input[type='radio']) {
    border: 1px solid red !important;
}

.parsley-error input[type='radio'] {
    outline: 1px solid red;
}

table .select2-container {
    width: 100%;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.header-align-center th {
    text-align: center;
}

.header-row .match-status {
    margin-top: 10px;
    float: right;
    text-align: right;
}

.protocol-label::after {
    content: ":";
}

.centered {
    text-align: center;
}

.update-tournaments {
    margin-right: 10px;
}

/* portlet */
.portlet-container {
    padding-top: 10px;
    width: 30%;
    margin: auto;
    display: flex;
}

.portlet-container .portlet-item {
    border: 1px solid #173B67;
    flex: 1;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
}

/* portlet */
ul.parsley-errors-list:empty {
    display: none;
}

div[class^='form'] .row-fluid {
    margin: 10px 0;
}

div[class*='view-mode'] .row-fluid {
    margin: 0;
}

a.dict-btn {
    padding: 0 6px !important;
}

/* userrole */
.userrole-name {
    width: 530px !important;
}

/* userrole */
.statistics-calendar {
    margin-left: 20px;
}

.tab-content {
    overflow: visible;
}

.point-penalty input {
    width: 85%;
    height: 13px;
    font-size: 13px;
}

.filter-block .form-group {
    margin-top: 10px;
}

.matches-to-miss {
    width: 60px !important;
}

input[type='text'].protocol-filter-number {
    width: 50px;
}

.table th.season-boolean-field-col {
    width: 40px;
    min-width: 40px;
    padding-right: 0px !important;
}

.table .season-status-col a {
    padding: 0px 10px !important;
}

.table .season-registration-period-col {
    width: 134px;
    min-width: 134px;
}

.table .season-status-col {
    width: 80px;
    min-width: 80px;
}

.field-error {
    color: #b94a48;
}

.green {
    color: green;
}

.block-element {
    display: block;
}

.arrow-previous, .arrow-next {
    display: none;
    margin-top: 3px;
}

.arrow-previous {
    margin-left: 5px;
}

.arrow-next {
    margin-right: 5px;
}

.table-for-player-warnings-details {
    clear: both;
}

.table .merge-col {
    width: 14px;
}

/* player international transfer certificate window */
.itc-header-row {
    color: #fff;
    background-color: #3399d8;
    padding: 7px 0 0 0;
    position: relative;
    border-radius: 4px 4px 4px 4px;
}

.itc-input-field {
    height: 18px !important;
    padding: 2px !important;
    font-size: 13px !important;
    text-align: center;
}

.itc-number-field {
    padding: 1px !important;
    margin: 0; !important;
    height: 18px !important;
    width: 20px;
    text-align: center;
}

.itc-datepicker-table-field {
    width: 90px !important;
}

.itc-club-name-input {
    width: 125px;
}

.itc-table-header-plus {
    width: 10px;
}

.itc-table-header-checkbox {
    width: 10px;
}

/* player international transfer certificate window */

.red {
    color: red;
}

.line-break {
    word-wrap: break-word;
}

.competitor-select {
    float: left;
    margin-right: 10px;
}

.player-type .select2-container {
    width: 200px;
}

.radio-itc-page-orientation .control-label {
    width: auto;
    margin-right: 30px;
}

.radio-itc-page-orientation .radios-page-orientation {
    margin-left: 0;
}

/*ITC radio apply sign*/
.radio-itc-sign .control-label {
    text-align: left;
    width: auto;
}

.radio-itc-sign .radios-itc-sign {
    margin-left: 15%;
}

.user-help {
    margin-bottom: 25px;
}

.revoke-date {
    margin-left: 7px;
    color: red;
}

.stadium-brief-info-image .controls {
    margin-left: 0;
}

.stadium-carousel {
    margin: 0 50px;
}

.stadium-carousel-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.stadium-carousel-buttons li {
    cursor: pointer;
}

/*Oranges changes*/
.small-revoke-button {
    margin-left: -7px;
    margin-right: -7px;
}

/*File viewing modal*/
.modal.hide.fade.fileUpload {
    width: 95%;
    /*margin-top: -300px !important;*/
    margin-left: -47.5% !important;
    margin-top: -10vh;
}

.modal-body.fileUploadBody {
    max-height: 80vh;
    background: grey;
}

#periodStartAsString.itc-datepicker-table-field {
    width: 66px !important;
}

#periodEndAsString.itc-datepicker-table-field {
    width: 66px !important;
}

/*Player stiles*/
/*#playerPhoto>#uploadPhotoForm>.control-group>.control-label,*/
/*#playerPhoto>#uploadPhotoForm>.control-group>.controls {*/
/*margin-left: 0;*/
/*text-align: left;*/
/*}*/