/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/



/*.outerframe .group-title {
	color: white;
	background-color: #2c7db7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 64px;
	padding-bottom: 32px;
	padding-left: -32px;
	margin-left: -14px;
	margin-right: -14px;
} */

/*.navbar-brand {
	width: 76px;
	background-image: url("https://www.province-sud.nc/themes/custom/psud/img/logo_psud_multicolor.svg");
	background-color: white;
	height : 75px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    background-color: white;
} */

/* logo */

.select2 {
	display: block !important;
}


.survey-contact, .surveys-list-container
{
    text-align :center;
}

.surveys-list .btn-group {
    width: 100%;
  }

.outerframe::before {
	background-image: url('https://www.province-sud.nc/limesurvey/themes/admin/Bay_of_Many/images/logo.png');
	width: 250px;
	height: 250px;
	background-color: white;
	text-align: center;
	background-size: 250px 250px;
	margin: auto;
}

.navbar-default {
	background-color: #003798  !important;
}


.progress-bar {
    background-color: #003798;
}

.top-container .progress {
    height: 28px;

}




.progress .progress-bar {
    font-size: 13px;
    padding-top : 5px;
}

/* Aide */
.text-info, .text-info:hover {
	color: #3498db;
} 

.well {
background-color : white;
}
/* Questions */
.bg-primary {
	background-color: white;
	border-width: 0px 0px 0px 0px;
	border-color: #dbdbdb;
	/* color: #2669A5; */
}

/* Bulles message  */
.alert-warning {
	 background-color : #00adef;
}

.bg-warning {
    background-color: white !important;
}
.bg-warning:active, .bg-warning:focus, .bg-warning:hover {
    background-color: #346FEF !important;
}

/* Boutons précedent, suivant, envoyer  */
.btn-primary:hover, .btn-primary:focus, .btn-primary.active  {
	background-color: #346FEF !important;
}

.btn-primary  {
	background-color: #2669A5 ;
}

.btn-default:hover, .btn-default:focus
{
    background-color: #346FEF !important;
}


.btn-default 
{
    background-color: #2669A5;
}

/* Header  */
.navbar a :hover {
	color: #346FEF;
}

a, a:hover, a:focus {
 color:rgb(0,159,227);
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #346FEF;
}

/* Incrémentation des question  */
.question-number {
	position: relative;
	top: 1px;
	left: -5px;
	color: #2669A5;
	font-size : 21px;
}

.question-number::after {
	content: ".";
}

body {
	font-size: 18px ;
}

.question-text 
{
    font-size: 23px;
}

.h3
{
    font-size: 33px;
    color: #2669A5;
}

.form-control
{
    font-size: 15px;

}

/*.question-container {
    color: #2669A5;
}*/


.question-valid-container {
	background-color: white;
	text-align: left;
}
.question-title-container
{
    color: #2669A5;
}

/*
.radio-item input[type="radio"], .checkbox-item input[type="checkbox"] {
	height: 30px !important;
	width: 30px !important;
} */
.alert {
 border-color: #00adef;
}


.answer-item .control-label {
	display: flex;
	text-align : left;
	width : 100%;
}

/* Tableaux */
.ls-answers tbody .answertext {
	text-align: center;
}


.question-item div {
	width: 100%;
}

/* Bootstrap buttons  */
.yesno-button, .gender-button {

	width : 100%; 
}

/* Lignes de séparation */
.answer-container {
  border-width: 0px 0px 0px 0px;
}

/* custom.css | https://qualif.province-sud.nc/limesurvey/tmp/assets/7f8a09bc/css/custom.css */


/* */

/* Alignement des boutons radios et checkboxes */
.radio-item .radio-label::before, .radio-item .radio-label::after {
	margin-top: 4px;
}

.checkbox-item label::before, .checkbox-item label::after {
  margin-top: 4px;
}


