.form-tips-error{
	color: tomato;
	font-size: 0.9em;
}

.form-global-error{
	margin-top: 15px;
	padding: 10px;
	background-color: tomato;
	color: white;
	font-weight: bold;
	display: none;
}

.tabbable .tab-content{
	padding-top: 5px;
}

.card-popin{
	position: absolute;
	top: 40px;
	right: 5px;
	min-width: 250px;
	background-color: white;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	padding: 1em;
	box-shadow: 1px 1px 5px #555;
	z-index: 2;
	font-size: 0.9em;
	text-align: left;


}

.card-popin .cp-head{
	display: flex;

	strong{
		flex-grow: 1;
	}
	a{
		font-weight: bold;
		color: #555;
		cursor: pointer;
		font-size: 1.1em;
	}
}

.card-popin select{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    width: 206px;
}
/* .card-popin select, input[type="file"] {
    height: 30px;
    line-height: 30px;
} */

.card-popin .btn-success {
    background-color: rgb(91, 183, 91);
    background-image: linear-gradient(to bottom, rgb(98, 196, 98), rgb(81, 163, 81));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: rgb(255, 255, 255);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.card-popin .btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
}

.card-popin select, button{
	margin-top: 5px;
}

a.disabled.enable-tooltip {
	/* re-enable tooltip displaying */
	pointer-events: all;
}
