.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 12px;*/
    margin: 0px 0px 0px 12px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-inline .form-control.positions {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.loading {
    background:  rgba( 255, 255, 255, .7 )
                50% 50% 
                no-repeat;
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

.loading img{    
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}

.glyphicon-question-sign {
    font-size: 24px;
}

.dropTargetContainer {
	min-height:35px;
	padding:0px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}

div.sdmxOutputPage p{
	margin-bottom: 290px;
}
p{
	margin-bottom: 340px;
}
div.paramSheetPage p{
	margin-bottom: 210px;
}
input[readonly='readonly'] {
  pointer-events: none !important;
  opacity:0.5;
  cursor: none;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-top-15{
	margin-top:15px;
}
.margin-left-3{
	margin-left:3px;
}
.min-width-100{
	min-width:100px;
}
.label-colapse{
	font-weight:normal;
	font-size:12pt;
	padding-left:5px;
	padding-top:5px;
}
.grey{
	color:#adadad;
}
.break-word {
  overflow-wrap: break-word;
}
.max-width-600 {
 	max-width:600px;
}
.max-width-500 {
    max-width:500px;
}
#input-dropzone {
    display: block;
    width: 100%;
    height:100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mydrop{
    display: inline-block;
}
.mydrop button.dz-button {
    font-weight: 600;
    font-size: larger;
}

#input-dropzone .dz-preview .dz-image {
    height: 100px;
}

.blue {
    color: #d0eaf7;
}

.addField, .removeField {
    min-height: 20px;
    min-width: 20px;
    border-width: 0px;
    background-color: #f5f5f5;

}
.addField .glyphicon, .removeField .glyphicon {
    top:0px;
}

.form-inline.mapping-li {
    width: 100%;
    white-space:nowrap;
}

.occurrences {
    display: inline-block;
    color:#337ab7;
    line-height: 2;
    vertical-align: middle;
    height: 20px;
    font-weight: 700;
    font-size: 11px;
    font-style: italic;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
