/* CUSTOM CSS PIOTR MIKA */

body, #cssmenu {
    font-family: 'Ubuntu', sans-serif !important;
}

.badge{
    padding: 1px 7px !important;
}

/*body {*/
/*font-family: 'Ubuntu', sans-serif !important;*/
/*}*/

.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;
}

.position_green
{
    color: green !important;
}

.position_orange
{
    color: orange !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;
}

.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;
}

.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;
}

.form_error
{
    color: #ff4a54;
    padding-right: 10px;
    font-size: 10px;
}

.btn-ranking
{
    font-size: 10px;
}

.bold
{
    font-weight: bold;
    font-size: 15px;
}

.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;
}

.user-header
{
    font-size: 18px;
    padding-top: 10px !important;
}

.fc-event-inner {
    margin-bottom: 2px;
    white-space: normal !important;
}

.tab-content {
    overflow: hidden;
}

.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);}
}

@media print {
    body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
    }
    .container {
        width: auto;
        min-width: 750px;
    }
    .row {
        margin-left: -1%;
        margin-left: -1%;
    }
    [class*="col-"] {
        float: left;
        padding-left: 1%;
        padding-right: 1%;
    }
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100%
    }
    .col-sm-11,
    .col-md-11,
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-sm-10,
    .col-md-10,
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-sm-9,
    .col-md-9,
    .col-lg-9 {
        width: 75%
    }
    .col-sm-8,
    .col-md-8,
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-sm-7,
    .col-md-7,
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-sm-6,
    .col-md-6,
    .col-lg-6 {
        width: 50%
    }
    .col-sm-5,
    .col-md-5,
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-sm-4,
    .col-md-4,
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-sm-3,
    .col-md-3,
    .col-lg-3 {
        width: 25%
    }
    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        width: 8.33333333%
    }
}

.field_blue {
    color: mediumblue;
}

.sort_click {
    cursor: pointer;
}

@media (max-width: 767px) {
    .btn {
        margin: 0px !important;
    }
}

.green {
    color: green;
}

.list-group-item {
    padding: 5px 10px;
}

header .logo img {
    max-width: 40px;
}


ul.stylish-lists {
    margin-left: 25px;
    list-style-type: square;
}

.timesheetbolder {
    font-weight: 900; font-size: 14px;
}

.prov-border {
    border: darkorange 2px solid;
}

.sticky {
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    width: 100%;
    -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    /* Opera */
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    padding:1em;
}

.sticky:after {
    content: "";
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 2em;
    border-width: 1em;
    border-style: solid;
    border-color: #ffc;
    -moz-box-shadow:0px 5px 7px rgba(33,33,33,1);
    /* Safari+Chrome */
    -webkit-box-shadow: 0px 5px 7px rgba(33,33,33,.7);
    /* Opera */
    box-shadow: 0px 5px 7px rgba(33,33,33,.7);
}
.sticky:before {
    content: "";
    position: absolute;
    bottom: -2em;
    right: 0;
    border-width: 2em 2em 0 0;
    border-style: solid;
    border-color: #cea900 transparent;
}

.calendar-notes-table-column {
    width: 14.28% !important;
}

.calendar-notes-table-column-margin {
    width: 14.28% !important;
    padding-bottom: 30px !important;
}

.scrollableContainer { height: inherit; }

.panel {
    margin-bottom: 14px;
    border: 1px solid #dbdbdb;
}

.btn-transparent {
    background-color: transparent;
}

.btn-transparent.btn-info {
    color: #3693cf;
}

.btn-transparent.btn-info:hover {
    background-color: #3693cf;
    border-color: #3693cf;
    color: #fff;
}

.translation-item:hover {
    background-color: #C0BEBE !important;
}

.purple-text {
    color: green;
}

.chat-list {
    padding: 0;
    font-size: 13px;
}

.chat-list li {
    margin-bottom: 10px;
    overflow: auto;
    color: #fff;
}

.chat-list .out .chat-message {
    background: #DFF0D8;
    color: #3c763d;
}

.chat-list .out .chat-body {
    float: right;
    margin-right: 20px;
    text-align: right;
}

.chat-list .chat-message {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #D9EDF6;
    display: inline-block;
    padding: 3px 15px;
    position: relative;
    color: #31708f;
}

.chat-list .chat-body {
    margin-left: 20px;
    float: left;
    width: 70%;
}

.chat-list .chat-img img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
}

.chat-list .chat-message:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
}

.chat-list .out .chat-message:before {
    right: -12px;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #DFF0D8;
}

.chat-list .in .chat-message:before {
    left: -12px;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #D9EDF6;;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

ul.settings-menu {
    width: 100%;
    background-color: #F2F2F2;
}

ul.settings-menu li {
    min-height: 50px;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    border-right: 1px solid #CCCCCC;
    color: #2286C5;
    font-size: 16px;
}

ul.settings-menu li.active {
    background-color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.users-wrapper .users-info .users-detail p {
    white-space: inherit !important;
}

/*CHAT*/

.card {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    margin-bottom: .8rem;
    background: #fff;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.chat-text {
    font: 400 12px 'Open Sans',sans-serif;
    color: #2e323c;
}

@media (max-width: 767px) {
    .dashboard-wrapper {
        overflow: overlay !important;
    }
}

.western span {
    word-break: break-word;
    white-space: pre-line;
}

.vacations {
    background-color: grey;
}

.blue-bg {
    background: #2698e2;
}

.user-stats {
    color: #ffffff;
}

.red-bg {
    background: #f23f3f;
}

.table>thead>tr>th {
    border-bottom: 2px solid #b3b3b3;
    font-weight: 600;
    background: #ededed;
}

.red-invoice {
    color: red;
    text-decoration: line-through;
}

/* Styl dla pozycji listy w komponencie employeeselect */
.list-group-item {
    cursor: pointer;
}

/* Styl dla pozycji listy po najechaniu */
.list-group-item:hover {
    background-color: #f0f0f0; /* Możesz dostosować kolor podświetlenia */
}