@CHARSET "UTF-8";

#accordion {
	padding-bottom: 40px;
}
.promoteur-logo {
    background: transparent url("/javax.faces.resource/img/sponsor/study-logo.png.xhtml") center no-repeat;
    height: 100px;
    margin: 40px auto 50px auto;
    background-size: contain;
}


.promoteur-logo-home {
    background: transparent url("/javax.faces.resource/img/sponsor/study-logo.png.xhtml") center no-repeat;
    height: 150px;
    margin: 5px auto;
    background-size: contain;
}

select.hideDisabled option[disabled] {
    display: none;
}

.cs-edc-logo {
    height: 45px;
}

.bottom-logo {
    height: 54px;
    margin: 0 0 0px 5px;
}

.input-radio-h {
	font-size:12px  !important;
}

.txt-import {
    color: #F7772A;
}

.txt-import input.form-control {
    color: #F7772A;
}

#MTL2 table .sub-collapse .row {
    padding-right: 10px;
}

.close-loc {
	/*float: right;*/
	
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
    margin-top: 3px;
}

button.close-loc {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.loc {
	width: 90% !important;
}

.text-italic {
	font-style: italic;
}

.text-italic-grey {
	color: #898989;
	font-style: italic;
}

.txt16 {
	font-size: 16px;
}

.glyphicon-edit, .glyphicon-warning-sign {
	margin-right: 10px;
}

.resizable {
	resize: vertical !important;
}

.cs-stop40 {
	margin-top: 40px;
}

.negative {
	background-image: url("/javax.faces.resource/img/negative.png.xhtml");
	width:60px;
	height:42px;
	background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
}
.neutral {
	background-image: url("/javax.faces.resource/img/neutral.png.xhtml");
	width:60px;
	height:42px;
	background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
}
.positive{
	background-image: url("/javax.faces.resource/img/positive.png.xhtml");
	width:60px;
	height:42px;
	background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
}

.cc-selector input[type="radio"] {
	margin-top: 18px;
    margin-right: 5px;
}


.cc-selector input[type="radio"]:active +label .drinkcard-cc {
	opacity: 1;
}
.cc-selector input[type="radio"]:checked +label .drinkcard-cc {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc {
    cursor:pointer;;
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: grayscale(2);
       -moz-filter:  grayscale(2);
            filter:  grayscale(2);
}
/* .drinkcard-cc:hover{ */
/*     -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9); */
/*        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9); */
/*             filter: brightness(1.2) grayscale(.5) opacity(.9); */
/* } */


.dvp-loading {
    color: #a86d3b;
}

.glyphicon-edit, .glyphicon-warning-sign, .glyphicon-info-sign {
	margin-right: 10px;
}


.text-bold {
    font-weight: bold;
}

.text-warning {
    color: #a86d3b;
}