﻿.btn{
    text-decoration:none;
}

[data-toggle="buttons"] .btn-default.active {
    color: #000;
    background-color: #b7a6ee;
    border-color: #8875c3;
}

.btn span.glyphicon-check {
	opacity: 0;
	display: none;
}

.btn.active span.glyphicon-check {
	opacity: 1;
	display: inline-block;
}

.btn span.glyphicon-unchecked {
	opacity: 1;
	display: inline-block;
}

.btn.active span.glyphicon-unchecked {
	opacity: 0;
	display: none;
}
.modal-footer{
    text-align:left;
}





.text-xs-left {
	text-align: left;
}

.text-xs-right {
	text-align: right;
}

.text-xs-center {
	text-align: center;
}

.text-xs-justify {
	text-align: justify;
}

.pull-xs-left{
    float:left;
}

.pull-xs-right{
    float:right;
}

@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;
	}

    .pull-sm-left{
        float:left;
    }

    .pull-sm-right{
        float:right;
    }
}

@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;
	}

    .pull-md-left{
        float:left;
    }

    .pull-md-right{
        float:right;
    }
}

@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;
	}

    .pull-lg-left{
        float:left;
    }

    .pull-lg-right{
        float:right;
    }
}


.requiredDocument{
    position: relative;
}

.requiredDocument .progress{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: initial;
    -webkit-box-shadow:none;
    box-shadow:none;
    /*z-index: 0;*/
}

.requiredDocument .progress-bar{
    background-color: #bfd6e1;
}

.requiredDocument.alert-success{
    color:#232323;
}