/**
 *  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 Layout 
 **/
#content_wrapper{
    width:440px;
    margin:auto;
    background-repeat:repeat-y;
    position: relative;
    padding:0;
    z-index: 255;
}
#content_container{
    padding: 0 60px;
}
/* bg wrapper for BV */
.bg-wrapper {
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding:0;
    margin:0;
}
.screen {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
}
.big-image {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    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;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
    color:#FFFFFF;
    font-size:12px;
    margin-top:35px;
}
#content a, #content_wrapper #echosystems_defaultbundle_edittype_choiceSave label{
    color:#FFFFFF;
}
#content_wrapper #echosystems_defaultbundle_edittype_choiceSave input,
#content_wrapper #echosystems_defaultbundle_edittype_choiceSave label{
    display:inline-block;
    width:280px;
}
#content_wrapper #echosystems_defaultbundle_edittype_choiceSave input{
    width:15px;
}

#content_wrapper input[type=text],
#content_wrapper input[type=email],
#content_wrapper 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);
}
#content_wrapper input[type=checkbox]{
    margin:0;
    margin-top:2px;
    margin-right:4px;
    float:left;
}
#content_wrapper button.public-btn{
    margin-top:5px;
    background-image:linear-gradient(bottom, #ffa314 0%, #fccd3f 100%);
    background-image:-o-linear-gradient(bottom, #ffa314 0%, #fccd3f 100%);
    background-image:-moz-linear-gradient(center bottom, #ffa314 0%, #fccd3f 100%);
    background-image:-webkit-linear-gradient(bottom, #ffa314 0%, #fccd3f 100%);
    background-image:-ms-linear-gradient(bottom, #ffa314 0%, #fccd3f 100%);
    background-image:-webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.0, #ffa314),
            color-stop(1.0, #fccd3f)
    );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccd3f', endColorstr='#ffa314'); /* IE6 & IE7 */
    width:100%;
    box-sizing:border-box;
    margin-right:20px;
    background-color:#ffa314;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:0 !important;
    -moz-box-shadow: 2px 2px 2px 0px #656565;
    -webkit-box-shadow: 2px 2px 2px 0px #656565;
    -o-box-shadow: 2px 2px 2px 0px #656565;
    box-shadow: 2px 2px 2px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=2);
    cursor:pointer;
}
#content_wrapper button.public-btn div{
    padding:10px 15px;
    font-weight:bold;
    margin-right:2px;
    background: url('../images/echopark/picto/next.png') center right transparent no-repeat;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.69);
}
#content_wrapper .textAction button.public-btn{
    margin-top:20px;
    margin-bottom:30px;
}
#content_wrapper label{
    color:#5b5c5e;
    font-size:12px;
    font-weight:bold;
}
#content_wrapper a{
    color:#000000;
    font-size:12px;
    display:block;
    margin-top:10px;
}

/**
 * Basic Elements 
 **/
body{
    background-color:#ffffff;
}
body *{
    font-family:Verdana,sans-serif;
}
pre, code{
    font-family:"Bitstream Vera Sans Mono", monospace;
}
/*** End Basic Elements ***/

/**
 * Generic Classes
 **/
.title.bgheader{
    font-weight:bold;
    background: url('../images/echopark/picto/request_info.png') 0 0  transparent no-repeat;
    min-height:24px;
    padding-top:10px;
    padding-left:34px;
    font-size:14px;
}

.title.bgheader_warning{
    font-weight:bold;
    background: url('../images/echopark/picto/warn.png') 0 0  transparent no-repeat;
    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{
    text-align:center;
}
#head_logo img { max-width: 100%; max-height: 100px; }
#content_wrapper #head_logo a { display: block; margin-top: 0; }

#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:inline;
}
#header h1{
    font-size:1.1em;
    font-weight:bold;
}
#header #logo{
    /* margin-top:20px;*/
}

/*** 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;
    background: url('../images/echopark/picto/warn.png') 3px center  #000 no-repeat;
}
#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;
    /* background: url('../images/echopark/picto/request_info.png') 10px 20px  #000 no-repeat; */
    background: url('../images/echopark/picto/info.png') 10px 20px  #000 no-repeat;
}
.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;
    /* background: url('../images/echopark/picto/request_info.png') 10px 20px  #000 no-repeat; */
    background: url('../images/echopark/picto/directory/user.png') 10px 10px  #EFEFEF no-repeat;
    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 ***/