/**
 * This CSS is a duplicate of style-public.css modified to match with PCPA new ergonomic - October 2018
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Layout
 *  3. Content
 *  4. Basic Elements
 *  5. Generic Classes
 *  6. Header
 *  7. Sidebar
 *  8. Footer
 *  9. Navigation
 * 10. Forms
 * 11. Modules
 * 12. Print styles
 *
 **/

/**
 * Reset
 **/
/*@import url("reset.css");*/

/**
 * Basic Elements
 **/
/* roboto-300 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/pcpa/fonts/roboto-v18-latin-ext_latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

*, ::before, ::after {
    box-sizing: border-box;
}
body{
    background-color:#ffffff;
}
body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
}
pre, code{
    font-family:"Bitstream Vera Sans Mono", monospace;
}
/*** End Basic Elements ***/
/**
 * Basic Layout
 **/
#content_wrapper{
    position: relative;
    width:440px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-repeat: repeat-y;
    z-index: 255;
}
.survey_content #content_wrapper { width: auto; margin: 0 auto; }
.survey_content #header { width:440px; margin: 0 auto; }
#content_container{ padding: 0 60px; }
/* bg wrapper for BV */
.bg-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.screen {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.big-image {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.big-logo {
    height: 150px;
    width: auto;
}

.big-footer {
    width: auto;
}
.vjs-control-bar, .vjs-hidden{
    display:none;
}
/*** End Basic Layout ***/

/*** Content ***/
#content{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #000000;
    background-color:#000;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
    color:#FFFFFF;
    font-size:12px;
    margin-top:35px;
}
#content a, #echopark_homebundle_formedittype label{
    color:#FFFFFF;
}
#echosystems_defaultbundle_edittype_choiceSave label {
    margin-left: 10px;
    margin-left: 10px;
}
#echosystems_defaultbundle_edittype_choiceSave input,
#echosystems_defaultbundle_edittype_choiceSave label{
    display:inline-block;
    width:280px;
}
#echosystems_defaultbundle_edittype_choiceSave input{
    width:15px;
}
textarea { width: 100%; padding: .75rem 1rem; }
input[type=text],
input[type=email],
input[type=password]{
    width:100%;
    padding:10px 15px;
    box-sizing:border-box;
    margin-bottom:10px;
    border:1px solid #AAAAAA;
    margin-right:20px;
    background-color:#FFFFFF;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow:inset 1px 1px 4px #CCC;
    -webkit-box-shadow:inset 1px 1px 4px #CCC;
    box-shadow:inset 1px 1px 4px #CCC;
    text-shadow: 1px 1px 2px rgba(200, 200, 200, 0.69);
}
input[type=checkbox]{
    margin:0;
    margin-top:2px;
    margin-right:4px;
    float:left;
}
.public-btn {
    width: 100%;
    margin-top: 5px;
    margin-right: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid !important;
    border-color: #808080 !important;
    cursor: pointer;
}
a.public-btn { background: #F0F0F0; }
.public-btn {
    padding:10px 15px;
    font-weight:bold;
    margin-right:2px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.69);
}
.public-btn{
    margin-top:20px;
    margin-bottom:20px;
}
label{
    color:#5b5c5e;
    font-size:12px;
    font-weight:bold;
}
a{
    margin-top: 10px;
    color: #000000;
}

#echosystems_defaultbundle_edittype_choiceSave .col-md-4.col-sd-4 { flex: 100%; max-width: 100%; margin-top: 10px; }
/**
 * Generic Classes
 **/
.title.bgheader{
    font-weight:bold;
    min-height:24px;
    padding-top:10px;
    padding-left:34px;
    font-size:14px;
}

.title.bgheader_warning{
    font-weight:bold;
    min-height:24px;
    padding-top:10px;
    padding-left:34px;
    font-size:14px;
}

#content .text{
    padding:10px;
    text-align:justify;
    max-height:200px;
    overflow:auto;
    margin-bottom:15px;
}
.text strong{
    font-weight:bold;
}
.text em{
    font-style:italic;
}
.text ul,
.text ol{
    padding-left:10px;
    margin-left:10px;
}

.mce-btn button {
    padding: 2px 3px !important;
}
/*** End Generic Classes ***/

/**
 * Header
 **/
#header{
    /* padding-bottom:30px;*/
    text-align:center;
    height:171px;
}
#head_logo{
    margin-top: 0 !important;
    text-align:center;
}

#head_protected{
    padding: 0 60px;
}

#head_protected div{
    border: 1px solid #AAAAAA;
    border-top: 0;
    background-color:#FFFFFF;
    padding-top:20px;
    padding-bottom:20px;
    max-height: 100px;
    -moz-box-shadow: 1px 1px 4px #CCC;
    -webkit-box-shadow: 1px 1px 4px #CCC;
    box-shadow: 1px 1px 4px #CCC;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#header a{
    display: block;
    margin-top: 0;
}
#header h1{
    font-size:1.1em;
    font-weight:bold;
}

#head_logo img { max-width: 100%; }

/*** End Header ***/

/**
 * Sidebar
 **/


/*** End Sidebar ***/


/**
 * Footer
 **/
#footer{
    position:absolute;
    bottom:10px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    clear:both;
    z-index:3;
}
#footer_content{
    width:600px;
    margin-left:auto;
    margin-right:auto;
}
#footer_left{
    float:left;
    width:auto;
}
#footer_right{
    float:right;
    width:auto;
}
/*** End Footer ***/

/**
 * Navigation
 **/
/*** End Navigation ***/

/**
 * Forms
 **/
.form_row{
    margin-top:10px;
}
.form_row label{
    padding:0 5px 0 5px;
}
#content .form_row label{
    color: #FFFFFF;
}
.error_list, #content_wrapper .simple_warning{
    margin:5px 10px;
    padding:0;
    color:#FFFFFF;
    font-size:0.7em;
    text-align:left;
    font-weight:bold;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #000000;
    background-color:#000;
    padding:20px;
    padding-left:40px;
    margin-left:auto;
    margin-right:auto;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
    margin-bottom:10px;
}
#content_wrapper .simple_warning a{
    color:#FFFFFF;
    font-weight:bold;
}
.simple_info{
    margin:5px 10px;
    padding:0;
    color:#FFFFFF;
    font-size:0.7em;
    text-align:left;
    font-weight:bold;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #000000;
    background-color:#000;
    padding:20px;
    padding-left:40px;
    margin-left:auto;
    margin-right:auto;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
    margin-bottom:10px;
}
.simple_user{
    margin:5px 10px;
    padding:0;
    color:#000000;
    font-size:0.7em;
    text-align:left;
    font-weight:bold;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #EEEEEE;
    background-color:#EFEFEF;
    padding:20px;
    padding-left:50px;
    margin-left:auto;
    margin-right:auto;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
    margin-bottom:10px;
    font-size:12px;
}
/*** End Forms ***/

/**
 * Modules
 *
 * !!! It may be better to add a new style sheet on the layout.html.twig of your bundle.
 * use the head_stylesheets block to add it.
 **/
.ui-progress-bar {
    height:5px !important;
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.ui-progress-bar div{
    height:5px !important;
}
.ui-progress {
    position:relative;
    display:block;
    overflow:hidden;
    height:2px;
    background-color:#000000;
}
/*** End Modules ***/

/**
 * Print styles
 **/
@media print {
}
/*** End Print styles ***/

/*** Custom ECF ***/
#content_container .echopark_request_survey {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
}

.echopark_request_survey_header .bloc-picto i { font-size: 19px; }

.fieldtypechoice_expanded_entry div { display: inline-block; }
.fieldtypechoice_expanded .required { display: none; }

/*** End Custom ECF ***/
.bloc-bg {
    margin-bottom: 10px;
    padding: 14px 17px;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
}


/**
 * SELECT 2
 */
.select2-container {
    display: inline-block !important;
    padding: 0 !important;
    border: 0;
}

.select2ContainerResize {
    background: #f2f2f2;
    display: inline-block !important;
    min-width: auto;
    border: 0;
    padding: 0 !important;
}

.select-modal-planification {
    background: #f2f2f2;
    display: inline-block !important;
    min-width: 130px;
    border: 0;
    padding: 0 !important;
}
.select2-container-multi .select2-choices .select2-search-field {
    background: #f2f2f2;
}

.select2-container .select2-choice {
    min-width: 55px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 15px;
    background: #f2f2f2;
    border: 0;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
    border: 0;
    background: #f2f2f2;
}
.select2-container .select2-choice .select2-arrow b {
    background-position: 0 8px;
}

.select2-container-multi .select2-choices {
    background: #f2f2f2;
    border: 0;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 0;
    box-shadow: none;
}
.select2-search input {
    background: white;
}
.select2-results {
    background: white;
    margin: 0;
    padding: 4px;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: none;
}

.select2-container.select2-allowclear .select2-choice abbr {
    top: 13px;
}

.select2-drop-active {
    border: 0;
}
.select2-results .select2-highlighted {
    background: #5897fb;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background-color: #f2f2f2 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
    background-color: #fff;
    background-image: none;
}

.select2-container-multi .select2-search-choice-close {
    left: 4px;
    top: 8px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-family: Roboto;
    font-weight: bold;
}

.select2-container .select2-search-field:first-child,
.select2-container .select2-search-field:first-child input {
    width: 100% !important;
    padding: 0 5px;
}

.col-form-label {
    display: flex;
    align-items: center;
}
.col-form-label label {
    margin: 0;
}

.datetimepicker-input { margin-right: 0 !important; }
