/**************** UTIL ****************/

.mt10 {
    margin-top: 10px;
}
.mt25 {
    margin-top: 25px;
}
.mt100 {
     margin-top: 100px;
 }
.mb10 {
    margin-bottom: 10px;
}
.mb25 {
    margin-bottom: 25px;
}

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

.page-content {
    padding: 20px;
}
@media only screen and (max-width: 480px) {
	.breadcrumbs {
		display: none;
	}
	.page-content {
	    padding: 0px;
	}
}
#main-title {
    background-color: #2980b9;
    color: #ffffff;
    margin: 0; 
    padding: 20px;
    border-left: 10px solid #ffca2c;
    text-transform: uppercase;
}
#main-title .tableTools-container .btn-group {
    display: inherit;
}
#main-title .tableTools-container .btn {
    font-size: 16px;
    border: 0;
}
#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;
}

.liste-sites {
    margin-top: 50vh;
    transform: translateY(-50%);
}

#navbar-container .nav .open > a,
#navbar-container .nav .open > a:hover,
#navbar-container .nav .open > a:focus {
    /*background-color: #00102a;*/
    /*color: #FFF;*/
}

.navbar-default #navbar-container .navbar-nav > .active > a,
.navbar-default #navbar-container .navbar-nav > .active > a:hover,
.navbar-default #navbar-container .navbar-nav > .active > a:focus {
    /*color: #ffffff !important;*/
    background-color: #f5f5f5 !important;
}

.breadcrumb > li {
    text-transform: uppercase;
}

.dt-buttons a {
    margin-left: 10px !important;
}

.navbar .navbar-nav > li > .dropdown-menu > li > a{
    line-height: unset;
}

/* SURCOUCHE ACE */
.widget-color-green > .widget-header {
    background: #59a84b;
    border-color: #59a84b;
}
.widget-color-green {
    border-color: #59a84b;
}
.no-skin .nav-list li.active > a:after {
    border-right-color: #ffca2c;
    -moz-border-right-colors: #ffca2c;
}
.no-skin .nav-list > li.active:after {
    border: 0px solid;
}

.text-lowercase{
    text-transform: initial !important;
}
.cursor-normal li {
    cursor: auto !important;
}

/* Couleur page Vue d'ensemble */
/*.bg-questionnaire, .bg-questionnaire:hover {
    background-color: #D4EEE0;
}
.bg-page, .bg-page:hover {
    background-color: #FFDED5;
}
.bg-bloc, .bg-bloc:hover {
    background-color: #FFF3D5;
}
.bg-question, .bg-question:hover {
    background-color: #C1F0D4;
}

.bg-questionnaire:hover, .bg-page:hover, .bg-bloc:hover, .bg-question:hover {
    text-decoration: none;
}*/
.bg-questionnaire-add, .bg-questionnaire-add i, .bg-questionnaire-add:hover {
    background-color: #ca3333;
    color: #FFF;
}
.bg-item-add, .bg-item-add i, .bg-item-add:hover {
    background-color: #4EAD2C;
    color: #FFF;
}
.color-item-add, .color-item-add i, .color-item-add:hover {
    color: #00BC62;
}
.color-item-edit, .color-item-edit i, .color-item-edit:hover {
    color: #1144EB;
}
.color-item-delete, .color-item-delete i, .color-item-delete:hover {
    color: #D53F40;
}
.color-valid {
    color: #4EAD2C;
    font-weight: bold;
}
.color-warning {
    color: #CB7C34;
    font-weight: bold;
}
.border-orange {
    border-left: solid #e8b110 2px !important;
}
.border-red {
    border-left: solid #D53F40 2px !important;
}
.border-blue {
    border-left: solid #1144EB 2px !important;
}
.border-green {
    border-left: solid #9ABC32 2px !important;
}
.border-pink {
    border-left: solid #CB6FD7 2px !important;
}
/*
FFDED5
FFF2EE
FFF3D5
FFFAEE
A5BAC4
D5DEE3
B1D4DB
DBEBE0
c1f0d4
 */