/**
 * X14
 * application web pour les metiers de l'immobilier: syndic / gerance / transaction
 *
 * LICENSE
 *
 * This source file is subject to the new BSD license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://x14.gercop.com/LICENCE.txtt
 * 
 * @filesource /public/skins/immosoft/common/style.css 
 * @copyright	Copyright (c) 2015, GERCOP France ( Jacques Bigand ) All rights reserved.
 * @license		http://x14.gercop.com/LICENCE.txtt     New BSD License
 * @author 		Marco Palazzolo, Alexis Bott
 * @version 	0.5.1 - 18/04/2017
 *
*/

/* Sticky footer with fixed navbar
------------------------------------------------*/
@font-face {
    font-family:"Open Sans Light";
    src:url("/fonts/OpenSans-Light.eot?") format("eot"),
        url("/fonts/OpenSans-Light.woff") format("woff"),
        url("/fonts/OpenSans-Light.ttf") format("truetype"),
        url("/fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
}

html,
body {
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    /* The html and body elements cannot have any padding or margin. */
    color:#777777;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-family:"Open Sans Light", Helvetica, Arial, sans-serif;
    color:#3B3E3D;
}

.alert h4, .alert h5, .alert h6 {
    font-family: Helvetica, Arial, sans-serif;
}
footer {
    height: 60px;
    background-color: none;
    color:#323949;	
}
/* Wrapper for page content to push down footer */
#mainWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0px auto -60px;
    /* Pad top by header height Pad bottom by footer height */
    padding: 60px 0 60px;
    /*background-image: url("/css/img/main-background.jpg");*/
    background-position: 0 40px;
    background-repeat: repeat-x;
    background-color: #E8E8E5;
}
.container {
    width: 1300px;
}

.no-margin {
    margin:0;
}
h1.no-margin  {
    margin-bottom:5px;
}

.error {
    color: #D6172A;
}

.zf-green {
    color: #68b604;
}
.bold {
    font-weight:bold;
}
.icon-star-yellow {
    color:#FCDE00;
    font-size:100%;
    text-shadow: 1px 1px 1px #555553;
}

#loading-overlay {

    position: fixed;z-index:2000;
    top: 0; left: 0; right: 0; bottom: 0;
    /* peut ralentir l'affichage */
    background: url('/css/img/loading.gif') no-repeat center;
    background-size: 80px 80px;
    /*opacity: 0.35;*/ 

}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

/** Alertify notifications */

.alertify-notifier .notify-evt-a_traiter, .alertify-notifier .notify-danger{
    background:#f89406;
    color:white;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
    opacity:0;
}
.alertify-notifier .notify-evt-en_cours{
    background:#3a87ad;
    color:white;
    text-shadow: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
    opacity:0;
}
.alertify-notifier .notify-success{
    background:#42C134;
    color:white;
    text-shadow: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
    opacity:0;
}

.ajs-message{ cursor:pointer;}

.tp-banner-containe {
    width:100%;
    position:relative;
    padding:0;
}

.tp-banner{
    width:100%;
    position:relative;
    display : none;
}

/* boite de connexion centrée
---------------------------------------------------- */
.container.center {
    float: none;
    margin: 0 auto;
}
/**
* boutons d'actions
    line-height:50px;
*/

.shortcut {
    text-align:left;
    margin:0;	
    padding:10px;
    width:100%;
    box-shadow: 4px 5px 15px #B7B7B7;
}
.shortcut-label{

}
.shortcuts .col-lg-3,
.shortcuts .col-lg-4,
.shortcuts .col-lg-6 {
    margin:0;
    padding:0;
    padding-right:7px;
    padding-bottom:2px;
}
.shortcuts a {
    margin-bottom:5px;
    margin-left: 0px;
    word-wrap: break-word;
    word-break: break-all;
}

.shortcuts a:hover,
.shortcuts a:active {
    border-bottom: 1px solid #F26209;

}
.shortcuts span{
    font-size:130%;
    padding:2px;
    font-weight:lighter;
}
.shortcuts span i{
    font-size:130%;
    /*margin-right:10px;*/
}

/* Plan
------------------------------------------------*/
.label-important,
.badge-important {
    background-color: #D6172A;
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #468847;
}

.label-success[href],
.badge-success[href] {
    background-color: #356635;
}

.label-info,
.badge-info {
    background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}

#homePlan a:hover {
    text-decoration:none;
}
#homePlan h2 {
    font-size: 22px;
    font-weight: 600;
    display:table;
}
#homePlan h2 a {
    display:table-row;
}
#homePlan h2 div {
    margin-right:5px;
    display:table-cell;
}
#homePlan h2 .badge {
    min-width: 10px;
    padding: 10px 17px;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 30px;
    margin-right:10px;
}
#homePlan h2 .label-important, .badge-important {
    background-color: #cc3f3d;
}
.table-comptabilite td.montant,
.table-comptabilite th.montant {
    text-align:right;
}
.plan-disabled {
    pointer-events: none;
}

#etat-sortie-locataire .cellLabel {
    min-width: 50%;
}

/* Espace après icônes 
------------------------------------------------*/
h1 i, h2 i, h3 i, h4 i{
    margin-right:10px;	
}
a i, button i	{
    margin-right:8px;	
}

/* Formulaires
----------------------------------------------- */
form {
    margin:0;
    padding:0;
}

.form-horizontal .control-label, 
.form-horizontal .radio, 
.form-horizontal .checkbox, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {
    padding-top: 0px;
}
.fiche-body .form-control{
    font-weight:700;
}
legend {
    color: #428bca;
    font-size: 140%;
    border-bottom: 1px solid #428bca;
}

label {
    font-weight:normal;
}

textarea {
    min-height:100px;
    min-width:96%;
}
select.form-control  {

}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: white;
    opacity: 1;
}
input[type=radio], input[type=checkbox] {
    margin: 0px 0 0;
}

fieldset {
    margin-bottom:15px;
}

/* Wizards 
-------------------------------------------------- */
.step-content .badge {
    border-radius: 50px;
    font-size: 150%;
    margin-right: 10px;
    font-weight: normal;
}
.datagrid .badge {
    font-size: 100%;
}
.wizard .list-group-item>.badge {	
    float:left;
    margin-right:10px;
}

li.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff;
}
.wizard  .label-success, .wizard  .badge-success {
    background-color: #468847;
}
.wizard ul li.complete {
    color: #468847;
    background: #f3f4f5;
}

.wizard ul li.complete:hover {
    cursor: pointer;
    color: black;
    background: #e7eff8;
}


.wizard .actions .btn-prev i {
    margin-right: 5px;
}

.wizard .actions .btn-next i {
    margin-left: 5px;
}

.step-content .step-pane {
    display: none;
}

/* ne pas mettre block car empêche la datagrid pagination de s'étaler */
.step-content .active {
    display: inline;
}

.step-content .active .btn-group .active {
    display: inline-block;
}

/* Google maps / Geocode 
-------------------------------------------------- */
.map_canvas {

    position:relative;
    height: 400px; 
    overflow: auto;
    display:block;
    /*width: 100%; height: 100%*/
    border: 1px solid rgb(204, 204, 204); 
    background-color: rgb(229, 227, 223);
}
.map_canvas img {
    /*max-width: none;*/
}

/* jQuery Calendar 
-------------------------------------------------- */
.fc-event {
    background-color: #0088CC;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);	
}
a .fc-event-inner ,
a:focus .fc-event-inner ,
a:visited .fc-event-inner
{

    background-color: #0088CC;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);	
}
a:hover .fc-event-inner  {
    color: #FFFFFF;
    text-decoration:underline;
}
a:hover .fc-event-title  {
    color: #FFFFFF;
    text-decoration:underline;
}
.fc-other-month {
    background-color: #F5F5F5;	
}

/* BootStrap DatePicker 
-------------------------------------------------- */
.datepicker{z-index:1151 !important;}



/* Bandeau Menu principal
---------------------------------------------------*/
.navbar-inverse .navbar-inner {
    background-image:none;
}

.navbar-inverse .icon-2x{
    font-size: 1.5em;
}
.navbar-brand {
    padding: 0px 0px;
}
.navbar-inverse .navbar-brand  {
    color:#428BCA;
}
.navbar-inverse .navbar-brand:hover {
    color:#ffffff;
}


.navbar-inverse .nav > li > a {
    color: #777777;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
    color: #323949;
}

.navbar-inverse .brand {
    color: #ffffff;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    color: #323949;
    background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #323949;
    background-color: #111111;
}

.navbar-inverse .navbar-link {
    color: #323949;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
    color: #ffffff;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-color: #359ECD;

}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    margin-left:5px;
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    /*text-shadow: 0 1px 0 #ffffff;*/
    background-color: #ffffff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    /*background-color: #040404;*/
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
    *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000000 \9;
}
/* Styles dropdown submenu*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Bandeau Menu principal adaptations
---------------------------------------------------*/
/*
.navbar-inverse .navbar-brand b{
    font-weight:bold;
    text-shadow: 0 1px 0 #white;
}
*/
.navbar{
    min-height:0;
}
/*
.navbar-fixed-top , .navbar-static-top {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-top .container, .navbar-fixed-bottom .container {
    border-radius: 0 0 0 0;
    padding-left: 0;
    padding-right: 0;
}
.navbar-fixed-top .container, .navbar-static-top .container {
    border-width: 0 0 2px;
    
}

.navbar-fixed-top{

    }
*/
/* bandeau header */
.navbar-inverse {
    /*ligne orange*/
    /*border-bottom: 3px solid #D16223;*/
    /*background-color:#255072;*/
    background-color:white;
    box-shadow: 2px 2px 8px #B7B7B7;
}

.navbar-logo
{
    float: left;
    display:table-cell;
    height:50px;
    vertical-align:middle;
}
.navbar-logo img {
    min-height: 20px;
    max-height: 50px;
    max-width: 200px;
    border:3px solid white;
}
.navbar-brand #organization_name{
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
}
.container .jumbotron {

    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;

}
.jumbotron{
    height:auto;
}

.jumbotron .organization_logo  {

}

.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-brand:focus {
    color: #428BCA;/*override bootstrap*/
    background-color: transparent;
}
.navbar-inverse .dropdown-menu {
    background-color: #2E6EA4;
    color: white;
    /*
    -webkit-box-shadow: inset 0 0 2px 2px #222;
    -moz-box-shadow: inset 0 0 2px 2px #222;
    box-shadow: inset 0 0 2px 2px #222;
    */
    box-shadow: 2px 2px 8px #B7B7B7;
    margin:0;
    padding:0;
}
.navbar-inverse .divider {
    border-bottom: 2px solid #2B5B7F;
    /*border-top: 1px solid #0086C9;*/
    margin:0;
    padding:0;
}
.navbar-inverse .dropdown-menu li > a{
    display: block;
    padding:10px;
    font-size:110%;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    /*text-shadow: 0 1px 0 #000;*/
    text-decoration: none;
    color: white;
    text-indent: 5px;
}
.navbar-inverse .dropdown-menu li > a:hover{
    color: #2E6EA4;
}
/*
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  
   color: white;
   text-decoration: none;
   background-color: white;
  
}
*/
.list-group-item.active{
    background-color: #428bca;
    color: #ffffff;
}
.list-group-item>.badge {
    /*float: right;*/
    font-size: 100%;
}
.panel .badge,
.fiche-body .badge {
    float: none;
    font-size: 100%;
}
/* dropdown menus + Page slide menu 
----------------------------------------------------*/


#sessionTimer{
    width: 280px;
    padding: 10px 5px;
}

#sessionTimer a{
    color:#DDD;
    font-size: 14px;
}


/* Datagrid Listings
------------------------------------------------- */
.datagrid thead {
    color:white;
    background-color: #428bca;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a #2b669a #2b669a;
}

.datagrid thead .sorted {
    padding-right: 30px;
    color:white;
    font-weight: lighter;
    text-shadow: 'none';
    background-color: #428bca;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2d6ca2), to(#428bca));
    background-image: -webkit-linear-gradient(top, #2d6ca2 0%, #428bca 100%);
    background-image: -moz-linear-gradient(top, #2d6ca2 0%, #428bca 100%);
    background-image: linear-gradient(to bottom, #2d6ca2 0%, #428bca 100%);
    background-repeat: repeat-x;
    border-color: #2b669a #2b669a #fc7100;

    /*
    color: #333333;
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #ffffff 0%,#f4f4f2 20%,#f4f4f2 80%,#e5e5e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f2 20%,#f4f4f2 80%,#e5e5e3 100%);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bebebe;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    */
}

.datagrid thead .sorted i {
    float: right;
    margin-top: 2px;
    margin-right: -22px;
}

.datagrid thead .sortable {
    cursor: pointer;
}

.datagrid thead .sortable:hover {
    color: white;
    text-shadow: 'none';
    background-color: #428bca;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2d6ca2), to(#428bca));
    background-image: -webkit-linear-gradient(top, #2d6ca2 0%, #428bca 100%);
    background-image: -moz-linear-gradient(top, #2d6ca2 0%, #428bca 100%);
    background-image: linear-gradient(to bottom, #2d6ca2 0%, #428bca 100%);
    background-repeat: repeat-x;
    border-bottom-color: #fc7100;
    /*
    color: #333333;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff 0%,#f4f4f2 20%,#f4f4f2 80%,#e5e5e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f2 20%,#f4f4f2 80%,#e5e5e3 100%);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bebebe;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    */
}

.datagrid tbody {
    background-color: #fff;
}
.pagination {
    margin: 0px 0;
}
.step-content .pagination {
    margin: 0px 0;
    display:flex;
}
.list-group-item.rowlink {
    cursor: pointer;
}
.list-group-item.rowlink:hover  {
    background-color: #FFFFE0;
}

tr.rowlink td {
    cursor: pointer;
}
tr.rowlink td.nolink,
tr.rowlink.nolink>td {
    cursor: auto;
}
td.is-locked:before {
    font-family: FontAwesome;
    content: "\f023";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.table>tbody>tr.rowlink:hover  {
    /*background-color: #FFFFE0;*/
    background-color: #D9EDF7;

}

.table-bordered {
    border: 1px solid #428BCA;
}
.table-striped>tbody>tr.rowlink:hover:nth-child(odd)>td {
    /*background-color: #FFFFE0;*/
    background-color: #D9EDF7;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    /*background-color: rgba(22, 97, 161, 0.06);*/
}
a.rowlink {
    color: inherit;
    font: inherit;
    text-decoration: inherit;
}

/* Fiches 
------------------------------------------------- */

.fiche-heading{
    margin-top:0px;
    margin-bottom:10px;
    padding:10px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #B7B7B7;
}


.fiche-body{
    /*border: 1px solid #C7C7B7;*/
    padding: 10px;
    padding-bottom: 20px;	
    background-color: #FCFCFC;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #B7B7B7;
}
.fiche-body-white {
    background: none;
    background-color: white;
}
.fiche-body .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.fiche-body .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fiche-body .col-md-2,
.fiche-body .col-md-4,
.fiche-body .col-md-6,
.fiche-body .col-md-8 {
    padding-left: 11px;
    padding-right: 11px;
    /*border:1px solid red;*/
}

.fiche-body h4 {
    margin-top: 5px;
    margin-left: 0px;
    color: #428bca;
    font-size: 21px;
    font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
}
.fiche-body .table {
    background:white;

    /*border:1px solid red;*/
}
.fiche-footing{
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    background-color: white;
    /*
    background-image: -webkit-linear-gradient(top, #ffffff 0%,#FDFDFA 20%,#FDFDFA 90%,#F3F3F2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#FDFDFA 20%,#FDFDFA 90%,#F3F3F2 100%);
    background-repeat: repeat-x;
    */
    border-radius: 4px;
    box-shadow: 2px 2px 8px #B7B7B7;
}

.fiche-nav-tabs .fiche-body{
    border-top:none;
    padding-top:20px;
}

/* tabs et onglets */
#mainTabs.nav-pills>li>a {
    border-radius: 0px; 
}
#mainTabs.list-group>li:first-child,
#mainTabs.list-group>li:first-child a{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: none;
}
#mainTabs.list-group>li:last-child,
#mainTabs.list-group>li:last-child a{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: none;
}
/* onglets */
ul.nav-tabs {
    /*margin-left:15px;*/
}
.nav-tabs>li>a {
    color: #555;
    background-color: #eee;
    margin-left:1px;	
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
/* menu rubriques */
.nav-stacked>li>a{
    background-color: #fff;
}
.nav-stacked>li {
    box-shadow: 2px 2px 8px #B7B7B7;
}


.breadcrumb{
    background-color: #FDFDFA;
    /*
    background-image: -webkit-linear-gradient(top, #ffffff 0%,#FDFDFA 20%,#FDFDFA 90%,#F3F3F2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#FDFDFA 20%,#FDFDFA 90%,#F3F3F2 100%);
    */

}
.datagrid-search,
.pagination,
.btn-group{
    /*box-shadow: 2px 3px 8px #B7B7B7;*/
    border-radius: 4px;
}
.container .jumbotron {
    border-radius: 4px;
}
.jumbotron,
.breadcrumb,
.panel-default{
    box-shadow: 2px 2px 8px #B7B7B7;
    border-radius: 4px;
}
.jumbotron {
    background-color:white;
}
.jumbotron h1 {
    font-size: 36px;
    margin-top:0px;
    margin-bottom: 0px;
}
.jumbotron h1 i {
    color:#349FCC;
}

.panel-default > .panel-heading,
.panel-default > .panel-footer{
    background-color: #FDFDFA;
    /*
    background-image: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f2 20%,#f4f4f2 80%,#e5e5e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f2 20%,#f4f4f2 80%,#e5e5e3 100%);
    */

}
.panel-title {
    font-size:150%;
}
.roundedBox { 
    border: 1px solid #C7C7B7;
    margin-top:5px;
    margin-left:5px;
    margin-right:15px;
    padding: 10px;
    border-radius: 4px;
    background: white;
}

.cell{
    display:table-cell;
    height:auto;
}
.cellLabel {
    color:black;
    text-align:left;
    font-weight:light;
    float:left;
}
.col-md-6 .cellLabel {
    min-width:30%;
}
.col-md-12 .cellLabel {
    min-width:10%;
}
.cellLabel:after {
    content: " :";
}
.cellData {
    vertical-align:top;
    font-weight:bold;
    padding-left:5px;
    height:20px;
}
/* Multiple Modal overlay z-index */
/*
.modal:nth-of-type(even) {
    z-index: 1042 !important;
}
.modal-backdrop.in:nth-of-type(even) {
    z-index: 1041 !important;
}
*/
.modal-header {
    padding:5px;
    padding-left:15px;
    padding-right:10px;
    border-radius: 5px 5px 0px 0px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.modal-header h3,
.modal-header .close {
    color:white;
    font-size:200%;
}
.modal-body{
    background-color: #FDFDFA;
    /*background-image: linear-gradient(to bottom, #ffffff 0%, #EDEDEA 100%);*/
}
.modal-footer {
    margin-top: 0px;
    border-radius: 0px 0px 5px 5px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.close {
    opacity: 1;
} 
.fc-state-highlight{
    background: #68b604;
    font-weight: bold;
}

/* ajustement pour aligner avec les champs non input-group */
/*
.input-group[class*=col-] {
    padding-left:15px;
}
*/

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.bs-callout {
    margin: 10px 0;
    padding: 10px;
    height: 50px;
    border-left: 3px solid #428bca;
}
.bs-callout-info h4 {
    color: #428bca;
    font-weight: bold;
    font-size: 120%;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

/* Mime_types icons
------------------------------------------------ */
.loading-upload {
    background: url('/images/loading_arrows.gif') no-repeat center;
}
.documents-fusion,
.documents {
    /*font-size:120%;*/
}
.documents-fusion a {

}
.documents-fusion i,
.documents i {
    font-size:130%;
    margin-right:5px;
}
.document-link {
    color: #428bca;
}
.progress {
    margin-top:10px;
}

.pieces-jointes{margin-top:15px;}
#links div.document-link{position:relative;margin-right:15px;
                         background: white;
                         border: 5px solid white;}
#links div.document-link button{position:absolute;right:-10px;top:-10px;}
#links div.document-link .icon-file-pdf-o{color:#D6172A;}
.icon-file-pdf-o { color:#D6172A;}

/* Dossiers Documents et Photos
------------------------------------------------ */
#documentsContainer,
#photosContainer {
    background: transparent;
}
#classeursList .folder,
#photosContainer .folder {
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    min-width: 150px;
    cursor:pointer;
    line-height:1.1;
    color:#19354A;
}

.photoThumbs {
    /*float:left;*/	
    display:inline-block;
    margin-right:12px;	
    margin-left:4px;
    cursor:auto;	
    text-align:center;
}
.photoThumbs img {
    border:none;
}
.photoThumbs .deleteFileAction{
    cursor:pointer;
    color:#d9534f;
    margin-left:10px;
    font-size:120%;
}
#documentsContainer .folderName,
#documentsContainer .fileName,
#photosContainer .folderName,
#photosContainer .fileName {

    margin-bottom:10px;

}
.fileCount {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 10;
    font-weight: 500;
}
.panel-black {
    background:black;
    color:white;
    /*centrer les photos*/
    text-align:center;
}	
.panel-black i,
.panel-black .folderName {
    color:white;
}
.clear-both{
    clear:both;
}

/* Pop up links in fiche-heading
------------------------------------------------ */
.fiche-heading .popup-link {
    margin-left:10px;
    margin-top:10px;
}
.fiche-heading .popup-link a {
    font-size:120%;
}
.text-bold{font-weight:bold;}
.infoBulleBtn{
    border:2px solid #b4b6c2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 23px;
    text-align:center;
    height: auto;
    display: inline-block;
}
.infoBulleBtn i{
    color:#110d8b;
    padding:5px 7px;
}
.padLeft5{
    padding-left:5px;
} 
.padding5{
    padding:0px 5px;
}
.paddingUsePvltFrstRcur{padding-left:20px;}
.display-table-cell{
    display:table-cell;
    vertical-align:middle;
}
.display-table{
    display:table;
}
.w100{
    width:100%;
}
.w60{
    width:60%;
}
.w50{
    width:50%;
}
.w40{
    width:40%;
}
.w30{
    width:30%;
}
.w10{
    width:10%;
}
.nowrap{
    white-space:nowrap;
}
.pre{
    white-space:pre;
}
.pre-line{
    white-space:pre-line;
}
[readonly='readonly']{
    background:#cccccc;
}
.informationSepaRed{
    font-weight:bold;
    color:#D6172A;
    margin-top:20px;
}
.clear{clear:both;}

.modal-content .panel-default{
    box-shadow: none;
    border-radius: 0;
}
/* Validation HTML5 
-------------------------------------------------- */
input:invalid, select:invalid, textarea:invalid {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC);
    background-position: right top;
    background-repeat: no-repeat;*/
    box-shadow: none;
    color: #D6172A;
    border-color: #D6172A;

}
.form-control:focus:invalid {
    border-color: #D6172A;
    outline: 0;
    box-shadow: 0 0 8px #B94A48;
}
input:required:valid, select:required:valid, select:focus:valid {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwMpgImBRMAy58QshrNPTzP8+vOLIUInisFQyYjhz98/DB9/fmT48/+35v7H+8KNhE2+WclZd+G0gZmJmYGThUNz1fUVMZtvbWT59eUXG9wGZIWMUPj993eJ5VeWxuy8veM/CzPL3yfvH/9H0QBSBDYZyOVm4mGYfn6q4cory5lYmFh+MrEwM/76/YsR7mk2ZjbWP///WP37/y8cqIDhx58fjvtu7XV6//ndT34G/v8FasUsDjKO/+A2PP3wpGLd+TVsfOz8XH6KAT+nHpokcu7h6d9q/BoMxToVbBYqlt9///+1GO4/WVdpXqY/zMqXn13/+vTjI9mj94/y//v9/3e9ZRObvYbDT0Y2xnm///x+wsfHB3GSGLf41jb3rv0O8nbcR66d+HPvxf2/+YZFTHaqjl8YWBnm/vv37yly5LL8+vuLgYuVa3uf/4T/Kd8SnSTZpb6FGUXwcvJxbAPKP2VkZESNOBDx8+9PBm4OwR1TwmYwcfzjsBUQFLjOxs52A2YyKysrXANAgAEA7buhysQuIREAAAAASUVORK5CYII=);
    background-position: right top;
    background-repeat: no-repeat;*/
}


.form-control:required:-moz-placeholder {
    color: #D6172A;
}

.form-control:required::-moz-placeholder {
    color: #D6172A;
}

.form-control:required:-ms-input-placeholder {
    color: #D6172A;
}

.form-control:required::-webkit-input-placeholder {
    color: #D6172A;
}

/* Arborescence */
.list-slide ul{
    padding-left: 15px;
    margin-left: 6px;
    list-style: none;
    /* border-left : 1px solid #777;*/
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-slide>ul{
    padding-left: 0px;
    margin-left: 0px;
    border-left : none;
}
.list-slide .icon{
    color: #777;
    margin-right: 6px;
    cursor: pointer;
}
.list-slide>ul a.notactive{
    color:black;
}

/* Carousel indivisaires */
#mandatsGestionContainer .carousel-control.left,
#mandatsGestionContainer .carousel-control.right,
#contratsLocationContainer .carousel-control.left,
#contratsLocationContainer .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
}
#mandatsGestionContainer .carousel-control,
#contratsLocationContainer .carousel-control{
    top:20px;
    text-shadow: none;
}
/* menu responsive */
.navbar-inverse .navbar-toggle, 
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
    background-color: #3071a9;
}
.navbar-inverse .navbar-toggle {
    border-color: #3071a9;
}

/* Badges sur boutons "tuiles" accueil modules 
----------------------------------------------*/
.shortcuts .badge {
    position: absolute;
    top: -2px;
    right: 3px;
    z-index: 10;
    font-size: 110%;
    border:2px solid white;
    border-radius: 50px;
}

/* Responsive 
-------------------------------------------------- */

@media (max-width: 1300px) {
    .container {
        width: 98%;
    }
    .modal-x-large .modal-dialog {
        width: 90vw;
    }
}
/* large screen */

@media (min-width: 1200px) {

    .nav {
        font-size:120%;
    }	
    .modal-x-large .modal-dialog {
        width: 90vw;
    }	
    #mainLogPlace {
        width:40%;
    }
}
@media (min-width: 768px) {
    /*    
        .container {
           width:80%
        }
    */
}

/* ipad 3 & 4 paysage */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape)
{
    .container {
        width:98%;
    }
    #mainLogPlace {
        width:50%;
    }
}

@media (max-width : 1024px){

    .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    #pageslide{
        float: left;
        margin-right: 0;
        width:100%;
    }
    #nav_avancees {
        position:relative;
        display:block;
    }
}

/* tablettes portrait */
@media (max-width: 767px) {


    #mainLogPlace {
        width:90%;
    }
    /* Caler les dropdown-menu toujours à gauche
    -------------------------------*/
    /*
    #topNavLinks {
        float: left;
        width:100%;
        margin-right: 0;
    }
    */
    .navbar-nav .open .dropdown-menu  {
        background-color: #323949;
    }	
    .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }	
    #pageslide{
        float: left;
        margin-right: 0;
        width:100%;
    }
    #nav_avancees {
        position:relative;
        display:block;
    }	
    .nav > li > a {
        padding: 5px 10px;
    }
    ul.nav-tabs {
        margin-left:0px;
    }
    .nav-stacked {
        padding-right:0px;
    }


}

/* mobiles portrait */
@media (max-width: 480px) {

    h1, .h1 {
        font-size: 170%;
    }
    h2, .h2 {
        font-size: 150%;
    }
    h3, .h3 {
        font-size: 130%;
    }
    #homePlan .shortcut-label {
        font-size: 120%;
    }
    #planContainer .fiche-body {
        padding:0px;
    }
    #selectBureauFilAriane {
        display:none;
    }
    #mainLogPlace {
        width:90%;
    }

    .nav-tabs {
        padding: 0;
        background-color: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
        box-shadow: 0 1px 4px rgba(0,0,0,.065);
    }
    .nav-tabs > li {
        float:none;
    }

    .nav-tabs > li > a {
        /*display: block;
        width: 190px \9;*/
        margin: 0 0 -1px;
        padding: 8px 12px;
        border: 1px solid #e5e5e5;
    }
    .nav-tabs > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }
    .nav-tabs > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }
    .nav-tabs > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }

    .nav-tabs > .active > a, 
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        background-color: #0088CC;
        color: #FFFFFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }
    ul.nav-tabs {
        margin-left:0px;
    }
    .nav-stacked {
        padding-right:0px;
    }


}
