/* Place le curseur pointer sur les TR cliquable */
tr[data-url] {
    cursor: pointer;
}

/* --- */

/* empêche les boutons disabled de bloquer les toolitps */
div[data-toggle=tooltip] {
    display: inline-block!important;
}

div[data-toggle=tooltip] button[disabled=disabled]{
    pointer-events: none;
}
/* --- */

/* class pour aligner verticalement le texte */
.text-middle {
    vertical-align: middle !important;
}

.text-bottom {
    vertical-align: bottom !important;
}

/* --- */

/* réaligner les input-group avec les input de base */
.input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* --- */

/*  */
.btn-link {
    padding: 0;
}

.text-black {
    color:#000;
}

.text-lot-libre
{
    color:#339900;
}
.text-lot-option
{
    color:#ff9900;
}
.text-lot-reserve
{
    color:#ff0000;
}
.text-lot-vendu
{
    color:#000000;
}

.legend-puce-tab-appart {
    padding-left: 10px;
}
.legend-tab-appart {
    text-align: right;
    margin-bottom: 30px;
}

.tableFloatingHeaderOriginal {
    border-top: 1px solid #ddd;
}

.table-tr-linked {
    table-layout: fixed;
}

#appartement-list thead {
    font-size: 12px;
}

#appartement-list .tab-text-info {
    font-size: 12px;
}


.input-group-addon { min-width: 45px; }

/* --- */

/* pour les notifications */
#cima_notifications {
    margin-right: 40px;
    margin-top: 60px;
    position: fixed;
    right: 0;
    width: 300px;
    z-index: 100;
}

/* --- */

/* Cacher par défaut les formulaires option et reserve */
div[id^="option-form"], div[id^="reserve-form"], div[id^="vendu-form"] {
    display: none;
}

/* --- */

ul.menu-actions-buttons{
    padding-top: 40px;
}

/* est caché sur le site, mais sera affiché pour le print */
.print-show {
    display: none;
}
/* --- */

/* les DT sont trop courts */
#document-access .dl-horizontal dt {
    width: 180px;
}

#document-access .dl-horizontal dd {
    margin-left: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* parsley style */
.parsley-errors-list {
    list-style: none;
    font-size: 11px;
    color: #002FA7;
}

/* upload */
.upload_frame {
    background-color: #FFFFFF;
    overflow: hidden;
}

.uploaded_files_list {
    font-size: 11px;
}

.uploaded_file {
    font-size: 14px;
}

.import_submit {
    text-align: right;
}

.import_caption {
    float: left;
}

.import_submit .btn {
	padding : 2px 6px!important;
}

#document-access .upload_iframe {
	display: inline-block!important;
}

.uploaded_files_list .uploaded_file{
	font-size: 11px!important;
}

.dl_separator {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 20px;
}

.programme_commentaire {
	font-size: 14px !important;
}

/* navigation les 3 blocs */
.user-menu-bloc .v120 {
	font-size: 20px;
}

/* tri des colonnes */
.sortheader {
	cursor: pointer;
}

.sortheader:hover {
	text-decoration: none;
}

a.sortheader.activated {
	text-decoration: none;
}

/* Scroll top */
#scrollUp {
	background-image: url("../images/top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
}

#scrollUp:focus {
	outline: none;
}

/* ficha appartement */

/*Parkings*/
.parking-details {
    margin-top: 2rem;
}

.title-parking {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;

}

.dropdown-item {
    display: block;
    padding: .25rem 1rem;
}

/** logo */
.logo-greem {
    max-height: 90px;
}


.text-maintenance {
    text-align:center;
    background-color:#002fa7;
    color:#fff;
    padding:25px 12px;
    font-size:14px;
    margin-left:-15px;
    margin-right:-15px;
}

#partenaires-infos {
    padding-top: 35px;
    padding-bottom: 35px;
}