/*
 * $Date$
 */
 /* */
.select2-container {
    width: 100% !important;
}
.bf-form {
    margin-bottom: 30px;
}
.form-group-fekal {
    margin-bottom: 15px;
}
.bf-subscribe-wrapper {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px 0;
    margin-top: 30px;
    text-align: center;
}
.bf-subscribe-form {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
}
.bf-subtitle {
    margin: 5px 5px 5px 15px;
}
.bf-subtitle-right {
    margin: 10px 15px 5px 5px;
}
#release-version{
    position: relative;
    display: block;
    padding: 15px;
}
 /* */
#filters .form-group {
    margin-bottom: 5px;
}
#filters label {
    margin-bottom: 0px;
}
#filters .form-horizontal .checkbox{
    padding-top: 2px;
    padding-left: 15px;
}
#filters .bf-costil {
    margin-top: 10px;
    margin-bottom: 15px;
}
#filters .bf-costil .btn {
    padding-left: 30px;
    padding-right: 30px;
}
.filter-item {
	width: auto;
	min-height: 70px;
}
.collapse-label{
	cursor: pointer;
	display: block;
	min-height: 60px;
}
.inputblock{
	background: #fff;
    position: absolute;
    white-space: nowrap;
    z-index: 100;
    padding-left: 5px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    -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;
}
#daterange {
	width: 22em;
}

ul.landings > li,
ul.offers > li {
	height: 40px;
}

.top-margin {
	margin-top: 1em;
}

.right-margin {
	margin-right: 1em;
}

.move {
	cursor: move;
}

@-webkit-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@-moz-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.loading {
    text-align: center; 
    margin: 100px 0 0 0;
}

.loading span {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: opacity;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: infinite;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
}

.glyphicon:hover {
	text-decoration: none;
}

/*
fieldset.fieldset {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
*/

fieldset.fieldset {
    border: dotted 1px #ccc !important;
    border-radius: 6px;
    padding: 2em 0 1em 0;
    border-bottom: none;
    position: relative;
    margin: 1em 0 1.5em 0;
}
legend.legend {
    width: auto !important;
    border: none;
    position: absolute;
    left: 1em;
    top: -0.7em;
    background: white;
    padding: 0 0.3em;
}
legend.legend a {
	vertical-align: middle;
}
.inactive {
	color: #bbb;
}
