
/*CSS pour formulaire inscription*/ 
.form-row {
    width: 100%;
}
.form-row .row label {
    width: 25%!important;
    display: inline-block;
}
.form-row .row .form-input {
    width: 50%;
    display: inline-block;
}
.form-row .row {
    margin: 5px;
}
.form-row .row input.error {
    border-color: #E00707;
}
.form-row .row input[type=radio] {
    width: 10%;
}
.clearboth{
    clear: both;
}

.event-form {
    background-color: #333;  
    color: #ddd;
    padding: 10px;
    padding: 15px;
    margin: 15px;
}
/*fin css pour formulaire d'inscription darkgray; **/
.alert-box {
    color:#555;
    border-radius:5px;
    padding:10px 10px 10px 36px;
    margin:10px;
}
.alert{
    color: #555;
    border-radius: 5px;
    font-family: Tahoma,Geneva,Arial,sans-serif;font-size:11px;
}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.error {
    background:#ffecec url('../images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
    padding-left: 30px !important;
}
.success {
    background:#e9ffd9 url('../images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('../images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}
.sidebar-ms{
    float: left!important;
}
.member-space{
    float: right;
    /*background-color: #333;*/
    width: 75%;
    padding: 15px;
}
ul.vertical li a {
    background-color: #cc0000;
    color: #fff;
    display: block;
    outline: medium none;
    padding: 6px 20px;
    text-decoration: none;
    font-weight: bold;
    margin: 5px;
    vertical-align: middle;
}
.sidebar-ms {
    width: 22%!important;
}
.page-head {
    padding: 3px 15px;
}
a.more-link{
    background-color: #cc0000;
}
a.more-link.edit{
    background-color: #cc0000;
}
a.more-link.details{
    background-color: #0A0;
}
img.event-list{
    width: 100px;
}
.event-thumb{
    margin: 5px;
}
.tribe_sectionheader h4 {
    font-weight: bolder;
    font-size: small;
    margin: 5px 0px;
}
.cancel_event_image_upload:hover{
    cursor: pointer;
}
.event-thumb .alert{
    display: inline;
}
.event-thumb .alert .notice {
    padding: 5px 5px 5px 34px;
}
#eventPage{
    clear: both;
    padding-top: 10px;
}
span.required {
    color: red;
    font-weight: bolder;
}
table.profile-table {
    color: #333;
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    text-align: left;
    line-height: 40px;
    border-spacing: 0;
    /*border: 1px solid #428bca;*/ 
    width: 80%;
    margin: 20px auto;
}

.profile-table thead tr:first-child {
    background: #428bca;
    color: #fff;
    border: none;
}
#dialog-form-container table.profile-table {
    width: 100%;
}
.profile-table th {font-weight: bold;}
.profile-table th:first-child, td:first-child {padding: 0 15px 0 20px;}

.profile-table thead tr:last-child th {border-bottom: 2px solid #ddd;}

.profile-table tbody tr:hover {background-color: #f0fbff;}
.profile-table tbody tr:last-child td {border: none;}
.profile-table tbody td {border-bottom: 1px solid #ddd;}

.profile-table td:last-child {
    text-align: right;
    padding-right: 10px;
}

.profile-table .button {
    color: #696969;
    padding-right: 5px;
    cursor: pointer;
}

.alterar:hover {
    color: #fff;
}

.excluir:hover {
    color: #dc2a2a;
}
table.profile-table td i.button {
    background-color: #fff;
}
#dialog-form-container input[type=password]{
    margin-bottom:12px;  padding: .4em;
}
#dialog-form-container fieldset{
    padding: 0; border: 0; margin-top: 25px;
}
#dialog-form-container .validateTips{
    border: 1px solid transparent; padding: 0.3em;
}
#dialog-form-container label{
    display: inline;
    width: 30%;
}
#dialog-form-container {
    width: 60%;
}
.hidden{
    display: none;
}
span#update-pass {
    cursor: pointer;
}
.ui-state-highlight.ui-corner-all.validateTips {
    padding: 5px;
}
a.sign-up, .login-block {
    width: auto;
    padding: 5px 12px;
    background-color: #49b7e5;
    color: #fff;
    border-radius: 3px;
}
#login-form #log {
    width: auto;
}
#login-form #pwd {
    width: auto;
}
.inscription-form{
    display: none;
    padding: 10px;
}

footer#theme-footer, .footer-bottom {
    /*    display: inline-block!important;
        margin-left: -25px!important;
        width: 105%!important;*/
}
.tribe-organizer-error.error.form-invalid {
    padding: 2px;
    padding-left: 30px;
    width: 50%;
    background-color: red;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
}
hr.new-tax {
    height: 5px;
    background-color: #fff;
    margin: 5px 0;
}
p.login-username label, p.login-password label {
    width: 20%;
    display: inline-block;
}
p.login-submit {
    margin-left: 25%;
}
.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}

.pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.pagination .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}