/**
 * Created by David Furmánek on 27.6.14.
 */

.col-centered{
    float: none;
    margin: 0 auto;
}

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

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

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

.bg-body-grey {
    background: url(../../img/mybg.png) #fff;
}

/**************Bootstrap progress bar customization***************/
.progress {
    text-align:center;
}
.progress-value {
    position:absolute;
    right:0;
    left:0;
}

/****** list item bottom padding *******/

.li-padding li { padding-bottom: 10px;}


/********* UNDER TAB BUTTONS **********/

.btn-under-tab{
    margin-left: 10px;
    margin-top: 5px;
}

/******   FIX bugu šedého pozadí u dlouhých modal dialogů, bug je v bootstrap 3.3.1    ******/
.modal-backdrop {
    position: fixed;
    bottom: 0;
}