﻿
.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

.font24 {
    font-size: 24px;
}

.txt-color-login {
    color: #24125D;
}

img.online{
    float:right !important;
}

#main_loginpage {
    margin-left: 0 !important;
    margin-top: 0 !important;
    min-height: 500px;
    padding: 0 0 52px;
    position: relative;
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important;
}

.modal-body {
    
    max-height:500px;
    overflow-y: auto;
}

.jarviswidget-color-fuchsia > header {
    background: #f50091 none repeat scroll 0 0;
    border-color: #f0008c !important;
    color: #ffffff;
}

    .jarviswidget-color-fuchsia > header > .jarviswidget-ctrls a, .jarviswidget-color-fuchsia .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-fuchsia .nav-tabs li a:hover {
    color: #333 !important;
}

.bg-color-fuchsia {
    background-color:  #f50091 !important;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

/*FORMATOWANIE CHECKBOXÓW DLA HTML.CHECKBOXFOR()*/
label input.checkbox[type="checkbox"]:checked ~ span:before {
    color: #2e7bcc;
    content: "";
}

label input.checkbox[type="checkbox"] ~ span:before {
    content: " ";
}

label input.checkbox[type="checkbox"] ~ span:before, label input.radiobox[type="radio"] ~ span:before {
    background-color: #f4f4f4;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    content: " ";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 400;
    height: 12px;
    line-height: 12px;
    margin-right: 5px;
    margin-top: -1px;
    min-width: 12px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}

input.checkbox[type="checkbox"] ~ span, input.checkbox[type="checkbox"] ~ span:after, input.checkbox[type="checkbox"] ~ span:before, input.radiobox[type="radio"] ~ span, input.radiobox[type="radio"] ~ span:after, input.radiobox[type="radio"] ~ span:before {
    box-sizing: content-box !important;
}

*, *:before, *:after {
    box-sizing: border-box;
}

label input.checkbox[type="checkbox"]:checked ~ span {
    font-weight: 700;
}

.checkbox input.checkbox[type="checkbox"] ~ span, .checkbox-inline input.checkbox[type="checkbox"] ~ span, .radio input.radiobox[type="radio"] ~ span, .radiobox-inline input.radiobox[type="radio"] ~ span {
    margin-left: -20px;
}

label input.checkbox[type="checkbox"] ~ span, label input.radiobox[type="radio"] ~ span {
    display: inline-block;
    line-height: 17px;
    margin: 0 5px 0 0;
    min-height: 14px;
    min-width: 14px;
    position: relative;
    z-index: 19;
}

input.checkbox[type="checkbox"] ~ span, label input.radiobox[type="radio"] ~ span {
    line-height: 20px;
    vertical-align: middle;
}

.dropdown-menu {
    left: auto;
    right: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {    
    border: 1px solid;
}

/* ----------------------------------- */
table {
    max-width: none;
}

.table-scrollable {
    overflow: auto;
}

/*FORMATOWANIE POLA ZALOGOWANEGO UŻYTKOWNIKA*/
/*Usunięcie dużej litery*/
.login-info a span {
    text-transform: none;
}

/*Usunięcie borderu z lewej strony obrazka*/
.login-info img {
    border-left: none;
}
/* ----------------------------------- */

#logo img {
    width: 140px;
}

.select2-hidden-accessible {
    display: none !important;
}

.select2-container.select2-allowclear .select2-choice abbr {
    font-size: 18px;
    right: 32px;
    top: 5px;
}

    .select2-container.select2-allowclear .select2-choice abbr:before {
        color: #3276b1;
        content: "\f00d";
    }

.input-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.dataTables_length {
    float: right;
}


/*KATALOG NAGROD RH*/
.superbox-list {
    padding: 5px 0 5px 0;
    text-align: center;
}

.superbox-imageinfo {
    max-width: 700px !important;
}

.superbox-img {
    width: auto;
}

@media only screen and (min-width: 320px) {
    .superbox-list {
        width: 48%;
    }
}

@media only screen and (min-width: 486px) {
    .superbox-list {
        width: 24%;
    }
}

@media only screen and (min-width: 768px) {
    .superbox-list {
        width: 16%;
    }
}

@media only screen and (min-width: 1025px) {
    .superbox-list {
        width: 12%;
    }
}

@media only screen and (min-width: 1824px) {
    .superbox-list {
        width: 12%;
    }
}

/* ----------------------------------- */

.spinner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: Gray;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


.dataTable tr:not(.row-detail) th:last-child:not(:only-child):empty {
    width: 70px;
}

table.nowrap > tbody > tr > th, table.nowrap > tbody > tr > td, table.nowrap > tfoot > tr > td {
    white-space: nowrap;
}


/*RAPORTY*/

.table-report-header {
    border: 0 none;
    font-family: "Times Roman", Times, serif;
    font-size: 15px;
    width: 100%;
}

    .table-report-header > thead > tr > th, .table-report-header > tbody > tr > td {
        text-align: left;
    }

        .table-report-header > thead > tr > th:first-child, .table-report-header > tbody > tr > td:first-child {
            padding-left: 35px;
            padding-right: 10px;
            /*width: 50%;*/
        }

        .table-report-header > thead > tr > th:last-child .table-report-header > tbody > tr > td:last-child {
            padding-right: 35px;
            padding-left: 10px;
        }


    .table-report-header > thead > tr > th {
        padding-top: 2px;
        /*padding-bottom: 5px;*/
    }


.table-report-header-dark {
    background-color: #999999 !important;
}

.table-report-header-bright {
    background-color: #e5e5e5 !important;
}

.table-report {
    border: 1px solid #000 !important;
    font-family: "Times Roman", Times, serif;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

    .table-report > tbody > tr > th, .table-report > tfoot > tr > th, .table-report > tfoot > tr > td {
        text-align: right;
        font-weight: bold;
    }

    .table-report > thead > tr > th, .table-report > tbody > tr > th, .table-report > tfoot > tr > th, .table-report > thead > tr > td, .table-report > tbody > tr > td, .table-report > tfoot > tr > td {
        /*text-align: center;*/
        padding: 2px 2px !important;
        border: 1px solid #000;
        font-size: 12px;
    }

    .table-report > thead > tr > th {
        background-color: #999999 !important;
        font-size: 15px;
    }

    .table-report > tfoot > tr > th {
        background-color: #e5e5e5 !important;
    }

    .table-report > thead > tr > th, .table-report > thead > tr > td {
        text-align: center;
        font-weight: normal;
    }

    .table-report > tbody > tr > td, .table-report > tfoot > tr > th, .table-report > tfoot > tr > td {
        text-align: right;
    }

/*RAPORTY*/



@media print {

    tr, td, th {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-row-group;
    }

    table {
        /*border-collapse: collapse;*/
        border-spacing: 0;
    }

    .table-responsive {
        overflow-x: visible !important;
    }

    .table-report-header {
        border: 0 none;
        font-family: "Times Roman", Times, serif;
        font-size: 15px;
        width: 100%;
    }

        .table-report-header > thead > tr > th, .table-report-header > tbody > tr > td {
            text-align: left;
        }

            .table-report-header > thead > tr > th:first-child, .table-report-header > tbody > tr > td:first-child {
                padding-left: 35px;
                padding-right: 10px;
                /*width: 50%;*/
            }

            .table-report-header > thead > tr > th:last-child .table-report-header > tbody > tr > td:last-child {
                padding-right: 35px;
                padding-left: 10px;
            }


        .table-report-header > thead > tr > th {
            padding-top: 2px;
            /*padding-bottom: 5px;*/
        }


    .table-report {
        border: 1px solid #000 !important;
    }

        .table-report > thead > tr > th, .table-report > tbody > tr > th, .table-report > tfoot > tr > th, .table-report > thead > tr > td, .table-report > tbody > tr > td, .table-report > tfoot > tr > td {
            /*text-align: center;*/
            padding: 2px 2px !important;
            border: 1px solid #000 !important;
            font-size: 11px;
        }

        .table-report > thead > tr > th {
            font-size: 15px;
        }

    table.noborder {
        border: 0 none !important;
    }
}

/*textarea {
    resize: none;
}*/

table {
    word-break: break-word;
}

.wrapped-text {
    display: inline-block;
    white-space: normal;  /*CSS3 */
    /*white-space: -moz-pre-wrap;*/  /*Firefox */
    /*white-space: -pre-wrap;*/  /*Opera <7 */
    /*white-space: -o-pre-wrap;*/
    word-wrap: break-word;
    word-break: break-word;
    padding-right: 9px;
    text-align: left;
    -ms-word-break: normal;
    -ms-word-wrap: break-word;
    max-width: 100%;
}
