@CHARSET "UTF-8";

/*background*/
.wrapper, .right-side, .content { background-color: #EEE; }

#messageBox { display: none; width: 500px; height: 400px; position: fixed; right: 5px; bottom: 5px; margin: 0px; border: 1px solid #000; background: #FFF; padding: 2px; box-shadow: 3px 3px 3px #333; }
#messageBox h2 { background: #DDD; margin: 0; font-size: 18px; line-height: 33px; }
#messageBox .tab-content { margin: 0; padding: 0; height: 340px;  }
#messageBox .tab-content ul { list-style-type: none; margin: 0; padding: 0; height: 315px; overflow-y: scroll; }
#messageBox .tab-content ul li { padding: 5px; }
#messageBox .tab-content ul li.me { background: #F0F0F0; }
#messageBox .tab-content ul li span { float: right; font-size: 10px; color: #999; }
#messageBox .send { background: #DDD; height: 32px; }
#messageBox .nav-tabs li a.red { color: #F00; }

#messageBoxMinimized { display: none; width: 200px; height: 27px; position: fixed; right: 5px; bottom: 5px; border: 1px solid #000; background: #FFF; padding: 2px; box-shadow: 3px 3px 3px #333; }

.ui-helper-hidden-accessible { display: none; }
.ui-autocomplete { background: #FFF; border: 1px solid #DDD; width: 400px; list-style-type: none; margin: 0px; padding: 5px 10px; }

#login-box .header {
    font-family: "Kaushan Script", cursive;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.form-box { margin-top: 40px; }

.dt-buttons { margin-left: 5px; }

.nav-tabs-custom { background: inherit; box-shadow: none; }
.nav-tabs-custom > .nav-tabs > li {
    background-color: #FFF;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.shirt-no {
    display: inline-block;
    background: url(/img/shirt.png) no-repeat;
    width: 24px;
    height: 19px;
    text-align: center;
    padding-top: 2px;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    margin-left: 10px;
}





#player-content table {
    width: 100%;
}
#player-stats table tr td, #player-stats table tr th {
    border: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: bottom;
}
#player-stats table tr th {
    height: auto;
}
#player-stats table tr td.const {
    width: 50px;
}
#player-stats table tr td.name {
    padding-left: 5px;
    text-align: left;
    width: 174px;
}
#player-stats table tr.h td, #player-stats table th {
    background: #a1a1a1 none repeat scroll 0 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 400;
}
#player-stats table tr.c td, #player-stats table tbody td {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
}
#player-stats table tr.c td:nth-child(2n), #player-stats table tbody td:nth-child(2n) {
    background: #e6e6e6 none repeat scroll 0 0;
}
#player-stats table tr.c td:nth-child(3) {
    font-weight: 700;
    padding-left: 5px;
    text-align: left;
}
#player-stats table tr.d td {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
}
#player-stats table tr.d td:first-child {
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    text-align: left;
}
#player-stats table tr.d:last-child td {
    background: #d80000 none repeat scroll 0 0;
    color: #fff;
}

.bg-mygray { background: #DDD !important; }

.nav > li > a { padding: 5px 7px; }

.btn-xxs {
    padding: 1px 2px;
    font-size: 11px;
    line-height: 1;
    border-radius: 3px;
}

.nav-tabs .fa { font-size: 26px; }

@media (max-width: 767px) {
    ol.breadcrumb {
        display: none;
    }

    .small-box h3 { font-size: 24px; }
    .small-box .inner { height: 90px; }
    .small-box .inner.training { height: auto !important; }
    .small-box .inner .smaller { font-size: 16px !important; }
}




.box, .box.box-primary { border-top: 0px;}
body > .header .navbar { box-shadow: 0px 0px 4px 0px #999; }
.btn { border-radius: 10px; box-shadow: 0px 0px 4px 0px #999; }
.btn.btn-xs { border-radius: 5px; box-shadow: 0px 0px 2px 0px #999; }
.small-box { border-radius: 10px; box-shadow: 0px 0px 4px 0px #999; }
.small-box .small-box-footer { border-radius: 0px 0px 10px 10px;}
.box { border-radius: 10px !important; box-shadow: 0px 0px 4px 0px #999; }
.box .box-body { border-radius: 10px !important; padding-bottom: 10px !important; }
.box .box-footer { border-radius: 10px !important; }
.box .box-body table { border-radius: 10px !important; }

.form-control { border-radius: 10px !important; box-shadow: inset 1px 1px 3px 0px #DDD; }

.input-group .form-control:last-child { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; }
.input-group .input-group-addon { border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important;}

.pagination > li:first-of-type a { border-top-left-radius: 7px !important; border-bottom-left-radius: 7px !important; }
.pagination > li:last-of-type a { border-top-right-radius: 7px !important; border-bottom-right-radius: 7px !important; }




.direct-chat .box-body {
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat.timestamp-light .direct-chat-timestamp {
    color: #30465f;
}

.direct-chat.timestamp-dark .direct-chat-timestamp {
    color: #cccccc;
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /*height: 250px;*/
    /*overflow: auto;*/
    padding: 10px;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 5px;
}

.direct-chat-msg::after {
    display: block;
    clear: both;
    content: "";
}

.direct-chat-messages,
.direct-chat-contacts {
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.direct-chat-text {
    border-radius: 8px;
    background-color: #FDFDFD;
    border: 1px solid #d2d6de;
    color: #444;
    margin: 0px 0 5px 20px;
    padding: 5px 10px;
    position: relative;
    width: auto;
    display: inline-block;
}

.right .direct-chat-text {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
    float: right;
}

.direct-chat-text::after, .direct-chat-text::before {
    border: solid transparent;
    border-right-color: #d2d6de;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}

.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-text::before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-text {
    margin-left: 0;
    margin-right: 20px;
}

.right .direct-chat-text::after, .right .direct-chat-text::before {
    border-left-color: #0088CC;
    border-right-color: transparent;
    left: 100%;
    right: auto;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-infos {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 2px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #697582;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
    background-color: #343a40;
    bottom: 0;
    color: #fff;
    height: 250px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.direct-chat-contacts-light {
    background-color: #f8f9fa;
}

.direct-chat-contacts-light .contacts-list-name {
    color: #495057;
}

.direct-chat-contacts-light .contacts-list-date {
    color: #6c757d;
}

.direct-chat-contacts-light .contacts-list-msg {
    color: #545b62;
}
