/*
Theme Name: Espace Donateur
Theme URI: https://www.iraiser.eu
Description:
Version: 1.0
Author: i-Raiser
Author URI: https://www.iraiser.eu
*/

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Forms

2. SITE STRUCTURE & APPEARANCE
-2.1 Top
-2.2 Header
-2.3 Box
-2.4 Content
-2.5 Footer

3. MISC
-3.1 Buttons

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/

/* 1. SETUP */

/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #F1F4F9;
    font-size: 77%;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #333;
}

a {
    color: #0088CC;
}

h1,h2,h3,h4,h5,h6 {
    text-rendering: optimizelegibility;
}

/* ====== Table ====== */

table {
    width: 100%;
    margin-bottom: 24px;
}

caption {
    padding: 8px;
    text-align: left;
    font-weight: bold;
}

th {
    font-weight: bold;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #ccc;
}

td {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

th,td {
    padding: 8px;
    text-align: left;
}

.zebra thead {
    text-shadow: 1px 1px 1px #F7F7F7;

    -webkit-box-shadow: 0 1px 0 #FFF inset;
    box-shadow: 0 1px 0 #FFF inset;

    background-color: #EEE;
    background-image: -webkit-linear-gradient(#EEEEEE, #DADADA);
    background-image: -moz-linear-gradient(#EEEEEE, #DADADA);
    background-image: -o-linear-gradient(#EEEEEE, #DADADA);
    background-image: -ms-linear-gradient(#EEEEEE, #DADADA);
    background-image: linear-gradient(#EEEEEE, #DADADA);
}

.zebra tbody tr:nth-child(odd) {
    background-color: #F9F9F9;
}

.zebra tbody tr:nth-child(even) {
    background-color: #FFF;
}

/* 1.2 Forms */

#container fieldset {
    margin-bottom: 24px;
    background-color: #FAFAFA;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

#container fieldset p {
    line-height: 1.4em;
    padding: 10px !important;
}

label {
    display: block;
    padding-bottom: 0.1ex;
}

select {
    margin: 0;
}

#lang_account select {
    display: inline;
}

input[type=text],select,textarea {
    display: block;
    padding: 2px;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    
    border: 1px solid;
    border-color: #bfbfbf #d9d9d9 #d9d9d9;
    border-radius: 3px;
}

input[type=text] {
    width: 97%;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

input[type=text]:hover,select:hover,textarea:hover,input[type=text]:focus,select:focus,textarea:focus {
    outline: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-box-shadow: 0px 0px 4px #00ADEE;
    box-shadow: 0px 0px 4px #00ADEE;
}

input[type=text]:focus,select:focus,textarea:focus {
    border: 1px solid #39bff2;
}

input[type=checkbox] {
    border: none; /* Fix IE7 */
}

input[type=submit],.right {
    float: right;
}

#edit-regular-amount {
    display: none;
}
#edit-regular-amount input[type=text] {
    width: 40px;
    display: inline;
}
#edit-regular-amount input[type=submit] {
    float: none;
}

select {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#required-info {
    padding: 0 10px 10px;
}

#required-info,.required {
    color: #D61119;
    font-weight: bold;
}

.help {
    color: #868686;
}

.zebra p:nth-child(even) {
    background-color: #FFF;
}

.column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/* ====== Input List ====== */

.input-list p,.separator {
    border-top: 1px solid #F9F9F9;
}

.input-list input {
    float: left;
    margin-top: 2px;
}

.input-list span {
    display: block;
    margin-left: 25px;
    margin-right: 10px;
}

.input-list .ISO-4217 {
    display: inline;
    margin: 0;
    padding-bottom: 2px;
}

fieldset.input-list {
    border-top: none !important;
}

#mychoice fieldset {
    background: none;
    border: none;
    margin-bottom: 14px;
}

#mychoice fieldset p {
    padding: 2px !important;
    border: none;
}

/* ====== Select Inline ====== */

.select-inline > span {
    display: block;
}

.select-inline label {
    display: inline;
}

.select-inline select,.select-inline input {
    display: inline;
    width: auto;
}

.select-inline select {
    margin-right: 5px;
}

/* ====== CB Form ====== */

#cb h4 {
    font-size: 108%;
    font-weight: bold;
}

#cb p {
    border-top: 1px solid #DEDEDE;
}

#cb-name {
    line-height: 1.5em;
}

#cb-number .help {
    display: block;
}

#cb-number input {
    width: 180px;
}

#cb-scode input {
    width: 50px;
    margin-right: 10px;
}

#cb-scode .help {
    float: left;
    width: 220px;
}

/* ====== Info Message ====== */

#form-valid {
    margin: 10px 5px !important;
}

/* Correct margin donor area */

.contentbox #form-error {
    padding: 10px;
}

.contentbox #form-error ul {
    padding: 0 0 10px;
}

.error {
    background-color: #FCEDED;

    -webkit-box-shadow: 0px 0px 4px red;
    box-shadow: 0px 0px 4px red;
}

.valid {
    background-color: #F3FFE1;

    -webkit-box-shadow: 0px 0px 4px green;
    box-shadow: 0px 0px 4px green;
}

.error:focus,.valid:focus {
    background-color: #FFF;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Top */

#top {
    width: 100%;
    color: #FFF;
    background: #333;
    /* border-bottom: 1px solid #000; */
}

#top-container {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

#top-info {
    float: left;
    padding: 10px;
    line-height: 1.6em;
    font-size: 123.1%;
}

#top-menu {
    float: right;
}

#top-menu li {
    display: inline;
}

/* 2.2 Header */

#logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo h1 {
    padding: 0 10px;
}

#logo a,#copyright a {
    color: #0078A5;
}

#logo a:hover,#copyright a:hover {
    color: #00ADEE;
}

#logo img {
    max-height: 200px;
}

#contact-info {
    margin-top: 10px;
    padding: 20px;
    line-height: 1.5em;
    background: #FFFAE2;
    border-color: #FFDFA1;
}

/* 2.3 Box */

.box {
    margin: 0 5px 10px;
    padding: 1px;
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #CDCDCD;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.headbox {
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
    background-color: #333;
    
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}

.contentbox {
    padding: 20px;
}

.containerbox {
    padding-left: 10px;
}

/* 2.4 Content */

.central {
    margin: 0 auto;
}

/* ====== Box Content ====== */

.headbox h2 {
    letter-spacing: -1px;
    margin: 0;
    padding: 6px 0;
}

.headbox p {
    padding: 6px 10px 0;
}

.contentbox h3,.contentbox h4,.contentbox h5,.contentbox h6,.contentbox p {
    padding: 0 0 10px;
}

.contentbox p {
    line-height: 1.5em;
}

.section-title p {
    padding-left: 10px !important;
}

/* ====== Widgets ====== */

.widgets {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
}

.widgets .section-content {
    padding: 10px;
}

.widgets .section-title {
    background-color: #FAFAFA;
    background-image: -webkit-linear-gradient(#FAFAFA, #E9E9E9);
    background-image: -moz-linear-gradient(#FAFAFA, #E9E9E9);
    background-image: -o-linear-gradient(#FAFAFA, #E9E9E9);
    background-image: -ms-linear-gradient(#FAFAFA, #E9E9E9);
    background-image: linear-gradient(#FAFAFA, #E9E9E9);
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #D5D5D5;
}

.widgets .section-title h3 {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 10px 5px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.widgets .section-content h4 {
    border-bottom: 1px solid whiteSmoke;
    margin-bottom: 12px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
}

#mychoice form>:first-child fieldset {
    margin-right: 40px;
}

#call-up {
    margin-left: 20px;
}

#call-up h4 {
    margin-top: 15px;
}

#personal_info {
    margin-right: 20px;
}

/* ====== Table Content ====== */

.ISO-4217 {
    font-size: 10px;
    vertical-align: text-top;
}

.status {
    font-weight: bold;
}

.delivered {
    color: #4E7D0E;
}

.failed {
    color: #AA1317;
}

.action {
    text-align: right;
}

.action ul {
    padding: 4px 0 0;
}

.action li {
    margin-bottom: 4px;
}

/* 2.5 Footer */

#footer {
    padding: 0 0 10px;
}

#copyright p {
    color: #AAA;
    text-shadow: 1px 1px 1px #FFF;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 3.1 Buttons */

.button {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

.button,.button:hover,.button:active {
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bigrounded {
    border-radius: 8px;
}

.small {
    font-size: 12px;
    padding: 2px 10px;
}

.black {
    background-color: #3C3C3C;
}

.black:hover,.black:active {
    background-color: #232323;
}

.white {
    background-color: #F5F5F5;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    color: #333;
}

.white:hover,.white:active {
    background-color: #E6E6E6;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    color: #333;
}

.orange {
    background-color: #F8A326;
}

.orange:hover,.orange:active {
    background-color: #E48A07;
}

.red {
    background-color: #F34541;
}

.red:hover,.red:active {
    background-color: #F01611;
}

.blue {
    background-color: #00ACEC;
}

.blue:hover,.blue:active {
    background-color: #0087B9;
}

.green {
    background-color: #49BF67;
}

.green:hover,.green:active {
    background-color: #379E51;
}

/* 3.2 Tabs */

.nav-tabs {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.nav-tabs:before,.nav-tabs:after {
    display: table;
    content: " ";
}

.nav-tabs:after {
    clear: both;
}

.nav-tabs > li {
    float: left;
    display: block;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.428571429;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background-color: #eee;
}

.nav-tabs > li > a:hover,.nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: #fafafa;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    color: #555;
    font-weight: 600;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.widgets .nav-tabs {
    padding: 10px 0 0 10px;
    margin-bottom: 10px;
}

.loader {
    text-align: center;
}

#add_email label {
    display: inline-block;
    width: 75%;
}
#add_email .button {margin-top: 14px;}

.jelix-msg-ok,.jelix-msg-error, .jelix-msg-info, .jelix-msg-warning {margin: 20px; padding: 10px; border: 1px solid;}

.jelix-msg-ok {color: #064A06; text-align: center; font-weight: bold; background: #D3FBD3; border-color: #0B840B;}
.jelix-msg-error, .jelix-msg-warning {color: #4B0505; font-weight: bold; background: #FCD2D2; border-color: #870808;}
.jelix-msg-info {color: #000; background: #ffffe1; border-color: #d8d1c9;}

.jelix-msg li {padding:3px; margin:0;}
.jelix-msg li.jelix-msg-item-error {background-color: #F6B1B1;}
.jelix-msg li.jelix-msg-item-warning {background-color: #F6CAB1;}