/**************** GLOBAL ****************/

.page-content {
    padding: 20px;
}
@media only screen and (max-width: 480px) {
	.breadcrumbs {
		display: none;
	}
	.page-content {
	    padding: 0px;
	}
}
#main-title {
    background-color: #62a8d1;
    color: #ffffff;
    margin: 0; 
    padding: 20px;
}
#main-title .tableTools-container .btn-group {
    display: inherit;
}
#main-title .tableTools-container .btn {
    background-color: transparent !important;
    border: 0;
    font-size: 20px;
}
#main-title .tableTools-container .btn i {
    color: #fff !important;
}
@media only screen and (max-width: 480px) {
    #main-title {
        font-size: 20px;
    }
    #main-title .btn {
        padding: 0 10px;
    }
}
.alert{
	line-height: 25px !important;
	display: flex;
}

.alert > i {
	font-size: 25px;
	padding-right: 10px;
}

.alert > span {
	line-height: 25px !important;
}

.nowrap{
	white-space: nowrap;
}
.margin-5 {
    margin: 5px;
}
.margin-10 {
    margin: 10px;
}
.padding-10 {
    padding: 0px;
}
.padding-50 {
    padding: 50px;
}
@media only screen and (max-width: 480px) {
	.padding-50 {
	    padding: 0px;
	}
}
.bold {
	font-weight: bold;
}
.dn {
	display: none !important;
}

/**************** FORMS ****************/

.zend_form {
    margin: 0;
}
.zend_form dl {
    margin: 0;
}
.zend_form dt, .zend_form dd {
    float: left;
    padding: 5px;
}
.zend_form dt {
    width: 25%;
    margin-top: 6px;
    clear: both;
}
.zend_form dt[id^=fieldset] {
    display: none;
}
.zend_form dd {
    width: 75%;
}
.zend_form dd[id^=fieldset] {
    width: 100%;
}
.zend_form dd[id^=fieldset] {
    padding: 0;
}
.zend_form fieldset[id^=fieldset-fieldsetGroupeReponses] {
    border-bottom: 1px solid #cccccc;
}
.zend_form dd textarea,
.zend_form dd input,
.zend_form dd select {
    width: 100%;
}
.zend_form dd textarea {
    height: 100px;
}
.zend_form dd select[multiple=multiple] {
	overflow-y: auto; 
}
.zend_form #actions-label {
    display: none;
}
.zend_form #actions-element {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.zend_form #actions-element #retour, .zend_form #actions-element #enregistrer {
    width: 40%;
}

@media only screen and (max-width: 480px) {
	.zend_form #actions-element #retour, .zend_form #actions-element #enregistrer {
	    width: 100%;
	}
}
.zend_form #actions-element #retour i, .zend_form #actions-element #enregistrer i {
    font-size: 20px;
}
.zend_form #actions-element #retour i {
    float: left;
}
.zend_form #actions-element #enregistrer i {
    float: right;
}
.zend_form ul.errors {
	color: #d16e6c;
	list-style-type: none;
}
.zend_form .has-error input,
.zend_form .has-error select,
.zend_form .has-error textarea {
    border-color: #f2a696;
    color: #d68273;
}
.zend_form .wysiwyg-editor {
    max-height: 200px;
    height: 200px;
}

.zend_form audio {
    width: 100%;
}

/* SPECIAL NESTABLE TABLE */
#nestable {
	max-width: none;
}

#nestable li{
	cursor: move;
}

.ordre-reponse{	
    font-weight: normal !important;
    font-size: 12px;
}

/**************** SITES ****************/

.card-site {
    background-color: #ffffff;
    width: 29%;
    margin: 0 1%;
    display: inline-block;
    border: 2px solid #ffffff;
}
.card-site:HOVER {
    border-color: #337ab7;
}
.card-site:HOVER h3 a {
    color: #337ab7;
}
.card-site h3 {
    margin: 0;
    line-height: 54px;
}
.card-site h3 a {
    display: block;
}
.card-site h3 a:HOVER {
    text-decoration: none;
    color: #337ab7;
}

@media only screen and (max-width: 991px) {
	.card-site h3 {
	    font-size: 16px
	}
}

@media only screen and (max-width: 480px) {
    .card-site {
        width: 100%;
        margin: 0px;
    }
    .card-site h3 {
        font-size: 22px;
    }
    .card-site img {
        display: inherit;
    }
}

/**************** SPECIFIQUE ****************/

.widget-tablette .widget-toolbar {
    padding-left: 0;
}
.widget-tablette .widget-toolbar:BEFORE {
    border: 0;
}
.widget-tablette .widget-toolbar a {
    display: inline-flex;
}
.profile-user-info {
    width: 100%;
}
.nav .locked * {
	color: #cccccc;
}
.nav-page-menu {
    margin: 0;
    border: 1px solid #cccccc;
}
.nav-page-menu li {
    text-align: left;
    border-bottom: 1px solid #cccccc;
    margin: 0 !important;
}
.nav-page-menu li:LAST-CHILD {
    border-bottom: 0;
}
.nav-page-menu li a {
    border-radius: 0;
}
.nav-page-menu li.active a,
.nav-page-menu li.active a:hover {
    background-color: #ffffff;
    color: #337ab7;
    font-weight: bold;
}

.import-form-file > input{
	width: 100%;
}

#placeholderDatas, #placeholderNotes{
	width: 100%;
	min-height: 280px;
}

/************* PAGE DE RESULTAT ***************/
tfoot {
	font-weight: bold;
}

.percentage {
	font-size: 25px;
}

.infobox {
	height: auto;
	width: auto;
	padding: 15px;
}

.infobox > .infobox-data {
	padding-left: 110px;
	font-size: 20px;
}

.infobox > .infobox-data > .infobox-text {
	font-size : 30px;
	margin: 2px 0 14px;
}

.resultat-candidat {
	cursor: pointer;
}

.resultat-candidat-chosen {
	font-weight: bold;
}

.ponderation-slider-text {
	width: 40px;
	text-align: center;
	font-weight: bold;
}

.without-border-left {
	border-left: none !important;
	width: 60px;
}

.ponderation-univers {
	width: 250px;
}

#detail-questionnaire-modal > .modal-dialog {
	width: 900px;
}

#detail-questionnaire-modal tbody {
	font-size: 12px;
}

.bonne-reponse {
	font-weight: bold;
	color: #87b87f;
}

.mauvaise-reponse {
	font-weight: bold;
	color: #d15b47;
}

.no-reponse {
	font-style: italic;
}

.add-button{
    margin-top: -72px;
    float: right;
	color: #FFF;
	font-size: 22px;
	cursor: pointer;
}

.btn-separate{
    margin-left: 3px !important;
}

/************* DATATABLE ***************/
@media only screen and (max-width: 767px) {
	.form-control {
	    display: inline-block;
	}
}

.padding-top-15 {
	padding-top: 15px;
}

/*********** FLOT *********************/
.axisLabel {
    position: absolute;
    text-align: center;
    font-size: 12px;
}

.xaxisLabel {
    bottom: -14px;
    left: 0;
    right: 0;
}

.yaxisLabel {
    top: 60%;
    left: -13px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform:  rotate(-90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.resultats-recherche-nb-candidats{
    color: inherit;
    font-size: inherit;
}
.resultats-recherche-nb-candidats:before{
    content: " (";
}
.resultats-recherche-nb-candidats:after{
    content: " candidat(s))";
}

.statistiques-title-moyenne{
    font-weight: bold;    
    display: inline-block;
    position: relative;
    float: right;
    line-height: 30px;
    color:black;
    padding-right: 10px;
}

.statistiques-title-moyenne:before{
    content: "Moyenne: ";
}

.tooltip-notes{
    position: relative;
    border: 1px solid rgb(255, 221, 221);
    padding: 2px;
    opacity: 0;
    background-color: rgb(255, 238, 238);
    width: 120px;
    font-weight: bold;
    text-align: center; 
    font-size: 12px;
}

.tooltip-temps{
    position: relative;
    border: 1px solid rgb(237,194,64);
    padding: 2px;
    opacity: 0;
    background-color: rgb(237,244,114);
    width: 120px;
    font-weight: bold;
    text-align: center; 
    font-size: 12px;
}