.pagination{
    margin-top: 10px;
}

/*
 * Component: alert
 * ----------------
 */
.alert {
    border-radius: 3px;
    padding: 10px;
    color: #fff !important;
    margin-bottom: 20px;
}

.alert-info {
    color: #31708f !important;
}

.alert p{
    margin: 0px !important;
}

/*.alert h4 {
    font-weight: 600;
}
.alert .icon {
    margin-right: 10px;
}
.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/
.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert-success {
    border-color: #008d4c;
    background-color: #00a65a !important;
}
.alert-danger,
.alert-error {
    border-color: #d73925;
    background-color: #dd4b39 !important;
}
/*.alert-warning {
    border-color: #e08e0b;
}
.alert-info {
    border-color: #00acd6;
}*/

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.m-l-0{
    margin-left: 0px !important;
}

.m-l-5{
    margin-left: 5px !important;
}

.m-l-10{
    margin-left: 10px !important;
}

.m-r-0{
    margin-right: 0px !important;
}

.m-r-5{
    margin-right: 5px !important;
}

.m-r-10{
    margin-right: 10px !important;
}

.m-t-0{
    margin-top: 0px !important;
}

.m-t-5{
    margin-top: 5px !important;
}

.m-t-10{
    margin-top: 10px !important;
}

.m-t-15{
    margin-top: 15px !important;
}

.m-t-20{
    margin-top: 20px !important;
}

.m-b-0{
    margin-bottom: 0px !important;
}

.m-b-10{
    margin-bottom: 10px !important;
}

.m-b-20{
    margin-bottom: 20px !important;
}

.p-l-0{
    padding-left: 0px !important;
}

.p-l-5{
    padding-left: 5px !important;
}

.p-l-10{
    padding-left: 10px !important;
}

.p-l-15{
    padding-left: 15px !important;
}

.p-l-20{
    padding-left: 20px !important;
}

.p-r-0{
    padding-right: 0px !important;
}

.p-b-0{
    padding-bottom: 0px !important;
}

.p-b-10{
    padding-bottom: 10px !important;
}

.p-b-20{
    padding-bottom: 20px !important;
}

.session_data{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: fixed;
    top: 5px; 
    left: 5px; 
    z-index: 1031;
    color: #333;
}


/* FEEDBACK */
.feedback_btn{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2; /*żeby nie znikał pod kalendarzem */
}
.hover_btn span{
    font-size: 0px;
    /*display: none;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover_btn:hover span,
.hover_btn:focus span{    
    font-size: 1em;
}

.feedback_img canvas{
    max-width: 100%;
    max-width: 320px;
}

.box-feedbacks .message_content{
    background-color: #EEEEEE;
    /*cursor: not-allowed;*/
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: table;
    /*display: block;*/
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
}

.side-filters_new {
    margin-top: 55px;
    color: #acacac;
}

.side-filters_new .side-filters-actives {
    font-size: 12px;
}

.side-filters_new [class*="btn-"] {
    font-size: 12px;
    font-weight: 700;
    color: #888;
}

.side-filters_new label {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    margin-left: 5px;
}

.side-filters_new label input{  
    margin-right: 5px;
}

#filter-btn{
    color: #fff;
    /*background-color: #ea0001;*/
    background-color: #d53f48;
    border-radius: 5px;
    font-size: 14px;
}

.table {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 20px;*/
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
    text-align: center;
}

.table-bordered tr > th,
.table-bordered tr > td {
    padding: 6px 12px;
}
/*
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;

}*/

.toggle.btn-default,
.toggle-group .btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}