﻿/* DEBUT SECTION DE LA RECURRENCE */

.sectionRecurrence label {
    display: inline-block;
    margin-top: 0;
}

.sectionRecurrence table {
    width: auto;
}

.sectionRecurrence table td {
    vertical-align: top;
}

.divFrequenceRecurrence {
    display: none;
}

.joursSemaines {
    margin-top: 10px;
}

.joursSemaines td {
    padding-left: 25px;
}

.nombre,
.RadComboBox.RadComboBox_Default.nombre {
    width: 40px !important;
}
/* FIN SECTION DE LA RECURRENCE */

.titrePopupCalendrier {
    border: 1px solid #e78f08;
    background: #f6a828;
    height: 30px;
    font-size: 13px;
    font-weight: 700;
    color: white;
    padding-left: 10px;
}

.coinArrondi5 {
    border-radius: 5px;
}

.sectionPopupReservationRessource {
    width: 1000px;
    margin: auto;
}

.conteneurPopupReservationRessource {
    display: none;
    z-index: 10001;
    position: absolute;
    width: 1000px;
}

.texteGras {
    font-weight: bold;
}

.listeFlipFlap {
    width: 445px;
    height: 108px;
}

.alignementCentre {
    align-items: center;
}

#divTooltipRessource,
#divTooltipRessourceSystemeMobile {
    background-color: #fff;
    border: 1px solid black;
    padding: 5px;
    position: absolute;
    z-index: 2;
}

/* Onglets */

#divReservationRessourceOngletContainer .nav:before,
#divReservationRessourceOngletContainer .nav:after {
    display: table;
    content: " ";
}

#divReservationRessourceOngletContainer .nav:after {
    clear: both;
}

#divReservationRessourceOngletContainer .nav {
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

#divReservationRessourceOngletContainer .nav > li {
    position: relative;
    display: block;
}

#divReservationRessourceOngletContainer .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#divReservationRessourceOngletContainer .nav > li > a:hover,
#divReservationRessourceOngletContainer .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    outline: 0;
}

#divReservationRessourceOngletContainer .nav > li.disabled > a {
    color: #777;
}

#divReservationRessourceOngletContainer .nav > li.disabled > a:hover,
#divReservationRessourceOngletContainer .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

#divReservationRessourceOngletContainer .nav-tabs {
    border-bottom: 1px solid #ddd;
}

#divReservationRessourceOngletContainer .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

#divReservationRessourceOngletContainer .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

#divReservationRessourceOngletContainer .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

#divReservationRessourceOngletContainer .nav-tabs > li.active > a,
#divReservationRessourceOngletContainer .nav-tabs > li.active > a:hover,
#divReservationRessourceOngletContainer .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
