
.ui-widget-content a, a {
    color: #E17009;
}


hr.clear {
    clear: both;
}

.sclear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .sclear {
    height: 1%;
}

:first-child + html .sclear {
    height: 1%;
}

select, input.txt,
textarea,
input[type=text] {
    width: 250px;
    margin: 2px;
    border: 1px solid #F6AE38;
    background-color: #FFF0A5;
}

input.check,
input.radio {
    width: auto;
    vertical-align: middle;
}

input.datepicker {
    width: 100px;
}

.tbCalView {
    background-color: navy;
}

.tbCalView caption {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: navy;
    padding: 5px 0;
    width: 879px
}

.tbCalView caption #spanInfoWeek {
    padding: 0 15px;
}

.tbCalView caption a.aChangeWeek {
    background-color: #4587BB;
    border: 1px solid;
    color: #fff;
    padding: 1px 5px;
}

.tbCalView caption a.aChangeWeek:hover {
    background-color: #fff;
    color: #4587BB;
}

.tbCalView th {
    text-align: center;
    background-color: #fff;
    padding: 2px 0;
}

.tbCalView td {
    background-color: #fff;
    /*padding : 2px 0;*/
}

#tbWeekView th.evtView {
    width: 96px;
}

#tbWeekView td.evtPlace {
    font-weight: bold;
    padding-left: 10px;
}

#tbWeekView td.evtView {
    width: 96px;
    background: url(../images/fdWeekCal.gif);
}

#tbWeekView td.evtView div.evtViewDiv {
    position: relative;
    height: 25px;
}

#tbWeekView td.evtView .aResa {
    display: block;
    position: absolute;
    background-color: #ccc;
    height: 25px;
    text-decoration: none;
}

/* ================================= */

#sideMenuResa .current_page_item {
    font-weight: bold;
    text-decoration: underline;
}

h2.pageTitle {
    font-size: 2em;
}

.bloc h3 {
    margin: 0 0 5px 0;
}

#blocDates {
    margin: 10px;
    padding: 15px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#blocDates form {
}


/* ================================= */
.ui-datepicker {
    z-index: 5000
}

/* ================================= */
#resa_action {
    padding: .5em 0 1em;
}

/* ================================= */
#types_events ul {
    margin: 0;
    padding: 0;
}

#types_events ul li {
    list-style-type: none;
    margin: 0;
    padding: .3em 5px;
    float: left;
}

#types_events ul li span {
    padding: 1px 3px;
    margin-right: 3px;
    background-color: #ccc;
}

#types_events ul li.li-evt-INVALIDE span,
#tbWeekView td.evtView .evt-INVALIDE {
    background-color: yellow;
}

/* ================================= */
.form-row {
    border-top: 1px solid #6FA7D1;
    border-bottom: 1px solid #6FA7D1;
    padding: 0 0 10px 0;
    margin: 10px 0;
}

.form-row h3 {
    margin: 0 0 10px 0;
    padding: 2px 10px;
    background-color: #E0EFFC;
    color: #6FA7D1;
}

.legend {
    color: #6FA7D1;
    font-size: 0.85em;
    font-style: italic;
}

.pagination {
    text-align: right;
    margin: 5px 0;
    padding: 1px;
    color: #4687BF;
}

.pagination .nbResults {
    margin: 0 25px 0;
    font-weight: bold;
}

.pagination a {
    padding: 2px 3px;
    margin: 0 4px;
    color: #4687BF;
    display: inline-table;
}

.pagination a.pageNum {
    border: 1px solid #6FA7D1;
}

.pagination a.sel {
    background-color: #EFF8FF;
    font-weight: bold;
}

.pagination a.pageNum:hover {
    background-color: #E0EFFC;
}


table.widefat {
    width: 100%;
    background-color: #4687BF;
}

table.widefat th {
    background-color: #E0EFFC;
    color: #6FA7D1;
}

table.widefat td {
    background-color: #fff;
}


tr.trTplace td {
    background-color: #E0EFFC;
    font-weight: bolder;
    padding: 2px 3px;
}

/* ================================= */
.actions {
    text-align: right;
}

.div-actions {
    text-align: right;
    margin: 5px 0 10px;
}

/* ================================= */
.col, .col2 {
    float: left;
    width: 48%;
    margin: 0 2px;

    border: 1px solid #ccc;
}

/* ================================= */
#divContents {
    padding: 10px 0;
    background: url(../images/fdDivContents.gif) top right repeat-y;
    background-size: contain;
}

#divContents.noBg {
    background: #fff;
}

#divContents.contentCol2 {
    background: url(../images/fdDivContentsCol2.gif) top right repeat-y;
    background-size: contain;
}

#divContents label {
    font-style: italic;
    color: #2e6ebf;
}

#divContents h3 {
    color: #2e6ebf;
    font-size: 1.1em;
    border-top: 1px solid #2e6ebf;
    padding: 3px 0 8px 0;
}

#divContents h4 {
    color: #2e6ebf;
    font-size: 1em;
}

.edit-left-col {
    float: left;
    width: 610px;
}

.edit-left-col input.txt,
.edit-left-col select,
.edit-left-col textarea {
    width: 600px;
}


.edit-right-col {
    float: right;
    width: 250px;
    height: 100%;
    padding: 0 5px;
}

.edit-right-col input.txt,
.edit-right-col textarea {
    width: 95%;
}

.edit-right-col select {
    width: auto;
}

/* =================================== */
/* EVENEMENTS */

#evt_types_list {
    background-color: #fff;
    border: 1px solid #89b7d9;
    height: 120px;
    overflow: auto;
}

#evt_types_list ul {
    margin: 1px 0;
    padding: 0;
}

#event_materiel {
    width: 240px;
    height: 150px;
}

#event-files {
    text-align: center
}

#event-files h4 {
    text-align: left;
}

#divEvtDocuments {
    position: relative;
    height: 50px;

}

* > #divEvtDocuments {
    height: auto;
    min-height: 50px;
}

#divEvtDocuments ul {
    text-align: left;
    list-style-type: none;
}

#divEvtImg {
    position: relative;
    height: 317px;
}

* > #divEvtImg {
    height: auto;
    min-height: 317px;
}

#divEvtImg #divPreview-IMG {
    margin: 0 auto;
    padding: 5px;
    background-color: #E3E3E3;
    border: 1px solid #aaa;
}

#divEvtImg #divPreview-IMG img {
    width: 180px;
    height: 200px;
    background-color: #eee;
    border: 1px solid #aaa;
}

#divAjaxFileUpdate {
    display: none;
}

#frmUploadFile {
    position: absolute;
    top: 30px;
    left: -6px;
    margin: 0 auto;
    padding: 2px;
    width: 250px;
    height: 230px;
    background-color: #eee;
    border: 1px solid #aaa;
    text-align: left;
    z-index: 200;
}

* > #frmUploadFile {
    height: auto;
    min-height: 250px;
}

#aCloseUploadForm {
    float: right;
}

#frmUploadFile input,
#frmUploadFile textarea,
#frmUploadFile select {
    width: 230px;
}

#frmUploadFile input.btn {
    width: auto;
    float: right;
}

#divDayWeekEvents {
    background-color: #EEF6FD;
    border: 1px solid #4687BF;
    padding: 5px;
    max-height: 250px;
    overflow: auto;
}

#divDayWeekEvents ul {
    margin: auto !important;
}

/* =================================== */
/* PLACES */

#plc_types_list {
    background-color: #fff;
    border: 1px solid #89b7d9;
    height: 120px;
    overflow: auto;
}

#plc_types_list ul {
    margin: 1px 0;
    padding: 0;
}

/* =================================== */
/* PASSWORD */
#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
    background-color: #eee;
    border-color: #ddd !important;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}

#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}

#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}

/* =================================== */
/* ACCOUNTS */
#acntLeftCol,
#acntRightCol {
    float: left;
    width: 48%;
}

#acntRightCol {
    margin-left: 10px;
}

#acntLeftCol label {
    display: block;
}

#acntLeftCol input.txt,
#acntLeftCol select,
#acntLeftCol textarea {
    width: 90%;
    margin-left: 3%;
}

#pass-strength-bloc {
    text-align: center;
}

#pass-strength-bloc #pass-strength-result {
    float: none;
    margin-left: 100px;
}

#div_profiles_list {
    background-color: #FFFFFF;
    border: 1px solid #89B7D9;
    height: 120px;
    overflow: auto;
}

/* =================================== */
/* PROFILES */
#prflLeftCol,
#prflRightCol {
    float: left;
    width: 48%;
}

#prflRightCol {
    margin-left: 10px;
}

#prflLeftCol label {
    display: block;
}

#prflLeftCol input.txt,
#prflLeftCol select,
#prflLeftCol textarea {
    width: 90%;
    margin-left: 3%;
}

.colAction {
    width: 80px;
    text-align: center;
}

table.tbProfiles {
    width: 95%;
    border-collapse: collapse;
}

.tbProfiles tr:hover td {
    background-color: #EEF6FD;
}

.tbProfiles th,
.tbProfiles td {
    border: 1px solid #6FA7D1;
}

table.tbProfiles tr.trPlcType {
    font-weight: bold;
}

table.tbProfiles tr.trPlcType td {
    border: 1px solid #4687bf;
    background-color: #EEF6FD;
}

table.tbProfiles tr.trPlcType td.tdPlcType {
    border-right: none;
}

table.tbProfiles tr.trPlcType td.colAction {
    border-left: none;
}

/* =================================== */
/* RESERVATIONS */
#ui-datepicker-div {
    z-index: 9999999;
}

.edit-reservation {
    text-align: center;
}

.edit-reservation .id-dialog-content,
#resadialog {
    position: relative;
    text-align: left;
    width: 780px;
}

/* Selection de l'événement --- */
#form_select_event_reservation #divContents {
    background: #fff;
}

#form_select_event_reservation,
#event-sel-main-col {
    width: 760px;
}

#event-sel-main-col select {
    width: 470px;
}

/* /Selection de l'événement --- */

#form_edit_reservation {
    width: 760px;
}

#resaLeftCol.edit-left-col {
    width: 480px;
}

#resaLeftCol.edit-left-col input.txt,
#resaLeftCol.edit-left-col select,
#resaLeftCol.edit-left-col textarea {
    width: 470px;
}

#resa_valid_list {
    background-color: #fff;
    border: 1px solid #89b7d9;
    height: 120px;
    overflow: auto;
}

#resa_valid_list ul {
    margin: 1px 0;
    padding: 0;
}

/* =================================== */
/* TYPES DE LIEUX */
#form_edit_plc_types #divContents {
    text-align: right;
    padding-right: 200px;
}

/* =================================== */
/* TYPES D'EVENEMENTS */
#form_edit_evt_types #divContents {
    text-align: right;
    padding-right: 200px;
}
