/* 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;
}

/* Modal: Kod POS */
.pos-code-modal-dialog {
    width: 420px;
    max-width: calc(100% - 24px);
    margin: 80px auto;
}

.pos-code-modal {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.pos-code-modal__header {
    background: linear-gradient(135deg, #337ab7 0%, #286090 100%);
    border-bottom: none;
    color: #fff;
    padding: 22px 24px 18px;
    position: relative;
}

.pos-code-modal__close {
    color: #fff;
    opacity: 0.85;
    text-shadow: none;
    margin-top: -2px;
}

.pos-code-modal__close:hover,
.pos-code-modal__close:focus {
    color: #fff;
    opacity: 1;
}

.pos-code-modal__title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 24px;
}

.pos-code-modal__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 22px;
}

.pos-code-modal__header .modal-title {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.pos-code-modal__subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    opacity: 0.9;
}

.pos-code-modal__body {
    padding: 28px 24px 20px;
    text-align: center;
    background: #f8fafc;
}

.pos-code-modal__state {
    padding: 24px 0;
    color: #666;
}

.pos-code-modal__spinner {
    font-size: 28px;
    color: #337ab7;
    display: block;
    margin-bottom: 12px;
}

.pos-code-modal__alert {
    text-align: left;
    margin-bottom: 0;
}

.pos-code-modal__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin: 0 0 14px;
    font-weight: 600;
}

.pos-code-modal__code {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
}

.pos-code-modal__digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 64px;
    padding: 0 6px;
    font-family: "Consolas", "Courier New", monospace;
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    background: #fff;
    border: 2px solid #dce4ec;
    border-radius: 8px;
    box-shadow: 0 2px 0 #e8edf2;
}

.pos-code-modal__hint {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 16px;
    text-align: left;
    background: #fff;
    border-left: 3px solid #337ab7;
    padding: 10px 12px;
    border-radius: 0 6px 6px 0;
}

.pos-code-modal__copy {
    border-radius: 20px;
    padding: 6px 16px;
}

.pos-code-modal__footer {
    background: #fff;
    border-top: 1px solid #e8edf2;
    padding: 14px 20px;
}

.pos-code-modal__regenerate .fa {
    margin-right: 4px;
}