/* 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_user_info_style.css */
.user-info-popup {
    position: fixed;
    top: -1000px;
    left: -1000px;
    display: block;
    width: 350px;
    height: 165px;
    position: absolute;
    z-index: 10;

    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    background-color: #ffffff;
}

.user-info-popup.shadow {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.user-info-popup .widget-inner .info {
    margin: 10px 15px 5px 15px;
    height: 118px;
    overflow: hidden;
}

.user-info-popup .widget-footer {
    background-color: #F9F9F9;
    border-top: 1px solid #ccc;
    padding: 5px 15px;
    height: 30px;
}

.user-info-popup .widget-footer a {
    margin-left: 10px;
}

.user-info-popup .online-true i.fa {
    color: green;
}

.user-info-popup .online-false i.fa {
    color: #d3d3d3;
}

.user-info-popup .n {
    font-weight: bold;
    font-size: 20px;
}

.user-info-popup .o {
    font-size: 14px;
    padding: 0 0 5px 0;
}

.user-info-popup .e {
    font-size: 14px;
}

.user-info-popup .ai {
    font-size: 10px;
    font-style: italic;
}

.user-online {
    color: green;
}

/* 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;
}
