.form-group>span[class="label label-info"] {
    background-color: #fff0 !important;
    color: red !important;
    font-size: 1.8em;
    line-height: 1em;
    margin-left: 10px;
    position: absolute;
    top: -3;
}

div[class="callout callout-warning"] h4, div[class="callout callout-warning"] ul * {
    color: #333;
}

    #declaracionFormulario .box .box-body {
        margin-top: 10px;
    }

    .btn-wrap {
        color: red;
        margin: 0;
        margin-top: 20px;
    }

    .btn-wrap button {
        font-weight: bolder;
        padding: 5px 40px;
        cursor: pointer;
    }

    #someDivToDisplayErrors {
        padding-left: 20px;
        font-size: 1.1em;
        color: #333;
    }

    .preload{
        display: none;
    }

    .preload2 {
        width: 100vw;
        height: 250vh;
        background-color: rgba(0,0,0,.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: .5;
        position: absolute;
    }
    .preload2 .overlay i {
        font-size: 10em !important;
        justify-content: center;

        } 

.moneda {
    text-align: right;
}

hr {
	border-top-color: #3c8dbc;
}

.overlay{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: .5;
	position: absolute;
	display: none;
	text-align: center;
}

.overlay i {
	font-size: 10em !important;
	margin-top: 20% !important;
}



.bs-callout-danger {
    border-left-color: #ce4844 !important;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background: white;
}

/* .bs-callout-danger {
	border-left-color: #ce4844 !important;
} */

.bs-callout .bs-callout-danger{
    border-left-color: #ce4844 !important;
}

.jumbotron {
    padding: 1em 20px;
}

.jumbotron h2 {
	font-size: 3.5em;
	margin-bottom: .6em;
}

.jumbotron h2 i {
	color: #f94;
	margin-right: 15px;
}

.jumbotron p {
	text-align: left;
}

.jumbotron > * {
	text-align: center;
}

.jumbotron ol, .jumbotron ul {
	font-size: 1.3em;
	text-align: left;
}
.botones{
	margin-top: 70px;
}
.mensajes{
	color: #1a4b63;
	font-size: 16px;
	margin-top: 200px;
	margin-right: 20px;
}
.preload{
	height: 260px;
	text-align: center;
}
#spina{
	margin-top: 16px;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #00a65a !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255,255,255,0.7);
}

