.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

body {
    background-color:#fff;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}
.fileUpload input.upload_field {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footerAnker {
    list-style-type: none;
    text-align: left;
    margin:0;
    padding:0;
}

.footerAnker li {
    display: block;
    margin-right:0;
    text-align: center;
}

@media (min-width: 992px) {
    .footerAnker li {
        display: inline;
        margin-right:20px;
    }
}

.file-list {
    list-style: none;
    padding:0px;
}

.stepLabel {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}

.passedStepLabel {
    
}

.activeStepLabel {
    text-decoration: underline;
}

.nextStepLabel {
    
}

input[type='checkbox'] {
    width:16px;
    height:20px;
    margin:0px;
}

.item-arrow:hover {
    cursor: pointer;
}