/* CUSTOM CSS PIOTR MIKA */

.cursor_link
{
    cursor: pointer;
}

.badge-success
{
    background-color: #468847;
}

.pagination
{
    display: inline !important;
    float: right;
    margin: 3px 0 0 0;
}

.table-pagination
{
    font-size: 14px;
}

.position_red
{
    color: red !important;
}

.table-left-cell
{
    font-style: italic;
}

.table-right-cell
{
    padding: 0 0 0 10px;
}

.accordion-toggle
{
    cursor: pointer;
}

dir
{
    display: inline;
    margin-left: -40px;
}

li a
{
    cursor: pointer;
}

.nav-tabs>li.active>a
{
    border-bottom-color: #ddd !important;
}

.msg-red
{
    color: red;
}

.label-middle
{
    height: 28px;
    line-height: 28px;
    padding-left: 0px;
}

.input-margin
{
    margin-bottom: 10px;
}

.input-dialog
{
    font-size: 12px !important;
    height: 28px !important;
}

.textarea-dialog
{
    font-size: 12px !important;
}

.presence_cal
{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-radius: 2px;
}

.presence_cal-tr
{
    border-bottom: 1px solid #e1e1e1;
}

.presence_cal-tr:hover
{
    background-color: #fafafa;
}

.presence_cal-td
{
    width: 14% !important;
    min-width: 100px !important;
    height: 100px;
    border-right: 1px solid #e1e1e1;
    position: relative !important;
    padding-top: 25px !important;
    vertical-align:top;
}

.presence_cal-td:hover
{
    background-color: #ededed;
}

.presence_cal_day
{
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 5px;

}
.drop-hover
{
    background-color: #ededed !important;
}

.presence_cal-td .btn
{
    white-space: normal !important;
    width: 100%;
    font-size: 11px;

}

.no-list
{
    list-style: none;
}

.col-lg-1_5
{
    width: 10%;
}

chart
{
    display: none;
    width:95%;
    height: 400px;
}

chartpie
{
    display: none;
    width: 400px;
    height: 400px;
}

.legend
{
    position: absolute;
    right: 50px;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.nav-close
{
    display: none;
}

.nav-open
{
    display: block;
}

li.collapse ul
{
    display: none;
}

li.collpase_in ul
{
    display: block;
}

.nav-second-level li a {
    padding-left: 37px;
    font-size: 12px;
}

.tab-content
{
    margin-top: 10px;
}

.form_error
{
    color: #ff4a54;
    padding-right: 10px;
    font-size: 10px;
}

.btn-ranking
{
    font-size: 10px;
}

.bold
{
    font-weight: bold;
    font-size: 15px;
}

.bold2
{
    font-weight: bold;
    font-size: 12px;
}

.ranking_green {
    color: green !important;
}

.ranking_red td {
    color: red !important;
}

.powers_item
{
    border-top: 1px solid #dddddd;
    padding: 8px;
    line-height: 18px;
}

.club
{
    padding: 5px 5px 5px 10px;
    min-height: 60px;
    margin-bottom: 5px !important;
}

.club:hover
{
    cursor: pointer;
}

.entrance_table>tbody>tr>td
{
    padding: 3px;
}

.well_red
{
    background-color: #f2a6a6;
}

.well-clubs:hover
{
    border: 2px solid #000;
}

.tab_red, .tab_red td
{
    background-color: #ebcccc !important;
}

.border-red {
    border: 2px solid red !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@keyframes blinker {
    50% { opacity: 0.0; }
}

@keyframes blinker2 {
    50% { opacity: 0.0; }
}

.field_blue {
    color: mediumblue;
}

.sort_click {
    cursor: pointer;
}

.btn_border {
    border: 2px solid #000;
}

.calendar_status {
    float: right;
    font-size: 10px;
    padding-top: 3px;
}

.calendar_status_left {
    float: left;
    font-size: 10px;
    padding-top: 3px;
    color: #000;
}

.btn-left {
    text-align: left;
}

.circle {
    float: left;
    border: 2px solid #000;
    height: 14px;
    width: 14px;
    -webkit-border-radius: 15px;
    margin-top: 2px;
}

.btn-pink {
    color: #fff;
    background-color: pink;
    border-color: #eea236;
}

.btn-pink:hover {
    color: #fff;
    background-color: pink;
    border-color: #eea236;
}

.rank_tbl th, .rank_tbl td {
    padding: 2px !important;
}

.table-bordered2  {
    border: 2px solid #000;
}

.table-bordered2>tbody>tr>td, .table-bordered2>tbody>tr>th, .table-bordered2>tfoot>tr>td, .table-bordered2>tfoot>tr>th, .table-bordered2>thead>tr>td, .table-bordered2>thead>tr>th {
    border: 2px solid #000;
}

.light {
    color: #eb8f00;
}

.img-tv {
    margin-top: 20px;
    border: 5px #FFF solid;
    box-shadow:3px 3px 6px black;
}
.body_class {
    background-image: url('../girls_tv/img/tv_bg.jpg');
    color: #FFF;
}