/* BUNDLED : _components_comp_view_style.css */
#YMapsID {
    width: 100%;
    height: 400px;
}

#cv-info dt {
    margin-top: 10px;
}

#comp-spm-limit-progress {
    width: 140px;
}

/*---*/

#comp-spm-table tr.a, #comp-spm-table tr.s, #comp-spm-table tr.sd {
    background-color: #fcf9f9;
}

#comp-spm-table .a-title  button,
#comp-spm-table .s-title  button,
#comp-spm-table .sd-title button {
    visibility: hidden;
}

#comp-spm-table tr:hover .a-title  button,
#comp-spm-table tr:hover .s-title  button,
#comp-spm-table tr:hover .sd-title button {
    visibility: visible;
}

#comp-spm-table .a-title {
    font-weight: bold;
    margin-left: 20px;
}

#comp-spm-table .s-title {
    font-style: italic;
    margin-left: 40px;
}

#comp-spm-table .sd-title {
    font-style: italic;
    margin-left: 60px;
}

#comp-spm-table tr.spm {
    font-size: 10px;
}

#comp-spm-table tr.spm-s-f {

}

#comp-spm-table .spm-group-by {
    font-weight: bold;
}

#comp-spm-table .foto-preview {
    height: 16px;
    margin-right: 5px;
}

#comp-spm-table .col-age {
    min-width: 35px;
}

/*---*/

.table-comp-requests .col-last-changed {
    min-width: 110px;
}

.table-comp-requests .col-spm-count {
    min-width: 100px;
}

.table-comp-requests .col-status {
    min-width: 160px;
}

/*---*/

.req-buttons .btn {
    margin-bottom: 4px;
}

/*---*/

.layout2col-col-right {
    min-height: 900px;
}

.sidebar-left.affix {
    position: static;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {

    .sidebar-left {
        width: 265px;
    }

    .sidebar-left.affix {
        position: fixed;
        top: 5px;
    }

}

#comp-logo-lock {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
}

.tcr-accepted-true {
    color : green;
}









/* BUNDLED : _components_sport_discipl_quota_style.css */
.sdq-quantity {
    font-weight: bold;
}

#sdq table {
    display: inline-table;
    width: 500px;
}

#sdq tr.sdq-select .ctrls {
    opacity: 0.5;
}

#sdq tr.sdq-select:hover .ctrls{
    opacity: 1.0;
}

#sdq .sdq-data-row div.checkbox label span {
    margin-left: 20px;
}





/* BUNDLED : _components_async_download_style.css */

/* BUNDLED : _components_mailbox_indicator_style.css */
.mailbox-indicator.badge {
    background-color: #FF0000;
    left: 28px;
    top: 30px;
    position: absolute;
    z-index: 5;
}

/* BUNDLED : _components_login_style.css */
#login-form .form-group {
    margin-left: 20px;
    margin-right: 20px;
}

#js-login-form {
    margin: 5px 15px 0 15px;
    min-width: 200px;
}

#js-login-form i.fa-spinner, #js-login-form.process i.fa-sign-in {
    display: none;
}

#js-login-form.process i.fa-spinner {
    display: inline-block;
}

#js-login-form.process  {
    opacity: 0.5;
}

.checkbox.remember_login {
    margin-top: -15px;
    margin-bottom: 10px;
}
