/* 
    Created on : 21 juin 2016, 15:22:08
    Author     : dpiette
*/


* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Lato';
    /*line-height: 1.42857143;*/
    line-height: 1.2;
    font-size: 9pt;
    color: var(--main-color);
    background-color: var(--main-font-size);    
    display: block;
}

@media only screen and (max-width:768px) {
    body {
        line-height: 100%;

    }

    .liste {
        font-size: 80%;        
        line-height: 1;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container.loginForm .row{
        margin-left: 0px;
        /*padding-left: 15px;*/
    }
    
    .well {
        margin-bottom: 5px;
    }
}

a {
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.hover {
    cursor: pointer;
}


.navbar {   
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;    
    margin-bottom: 0px;
    background: none;
    border-radius: 0px;

}

.nav>li>a {
	/*
    padding-top: 10px;
    padding-bottom: 10px;
    */
    /*line-height: 20px; */
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.center {
    text-align: center;
}

@media only screen and (max-width:768px) {
    .form-horizontal .form-group {
        margin-left: 0px;
    }   
}

@media (min-width: 800px) {

    .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }    
    .navbar-collapse.collapse {
        display: block!important;
        /*height: auto!important;*/
        padding-bottom: 0;
        overflow: visible!important;
        height: 50px;
    }    

    .navbar-nav {
        float: left;
        margin: 0;

    }   

    .navbar-nav>li {
        float: left;
        margin-right: 5px;
    }

    .navbar-nav>li>a {
        /*padding-top: 15px;
        padding-bottom: 15px;*/
    }

    .navbar-header {
        float: left;
    }
}

.navbar-right {
    float: right !important;
    margin-right: 1px;
}   


.nav>li, .toolbar>li {
    position: relative;
    display: block;
}

#topMenu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

#topMenu .container-fluid .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-top: 2px;
    border-radius: 10px;

    border: solid 1px #bbb;

}

.nav > li > a:hover,
.nav > li > a:focus,
.toolbar > ul > li > a:hover,
.toolbar > ul > li > a:focus{
    text-decoration: none;
    background-color: #eee;
    color: #fff;
}
.nav > li.disabled > a,
.toolbar > ul > li.disabled > a {
    color: #777;
}

.toolbar > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.toolbar>ul>li>a {
    position: relative;
    display: block;
    padding: 4px 6px;
    border-radius: 5px;
    border: solid 1px #bbb;
    font-size: 10px;
    font-weight: bold;
    color: #606060;
}

ul.horizontal > li {
    display: inline-block;
    margin-left: 2px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-defaut {
    background-color: var(--nav-bar-bgcolor);
    border-bottom: solid 5px var(--nav-bar-border-color);

}
.navbar-action {
    background-color: var(--nav-bar-action-bg-color);
    border-bottom: solid 1px var(--nav-bar-action-border-color);
    margin-bottom: 3px;
    color: var(--nav-bar-action-color);
    height: 1em;
    min-height: 25px;
    font-weight: bold;
        padding: 5px;
    font-size: 110%;
    border-bottom: solid 2px #d6d3d1;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-brand {
    color: var(--navbar-brand);
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}


/*
.navbar-default .navbar-nav>li>a {
    color: #777;
}
*/
.form-group {
    margin-bottom: 3px;
}

/* *******************************************
*   boutons
*/
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    display: inline-block;
}

button:hover {
    background-color: #e7e7e7;
}

.btn {
    padding: 0px 5px; !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navigateur {
    text-align: center;  
}

.navigateur>.count {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.navigateur>.pagination {
    margin: 0px;
    float: left;
}
/* ***********************************
*   Cadres
*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width:768px) {
    
    .row{
        
    margin-right: 0px;
    margin-left: 0px;
    }
    
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
    .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 1px;
        padding-left: 1px;
    }
    
    .modal-dialog {
        margin: 0px;
    }
    
}

.ui-widget {
    font-size: 100% ;
}

.affix {
    position: fixed;
}


.bg-white {
    background-color: #fff;
}


.msgerreur {
    border-top: solid 10px #ac2925;
    border-bottom: solid 10px #ac2925;
    border-radius: 15px;
    font-size: 150%;
    text-align: center;
    padding: 40px 20px;
}

tr.new td {
    height: 1.5em;
}

tr.deleted td {
    text-decoration: line-through;
    font-style: italic;
}

td.col-img {
    width: 20px;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
	font-style: italic;
}

hr {
    margin: 0px;
}

.page-break-before {
    page-break-before: always;
}

.iframe {
    position:relative;
    padding-bottom:56.25%;
    padding-top: 0px;
    height:0;
    overflow:hidden;    
    width: 100%;
}

.iframe iframe {
        position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border: solid 1px transparent;
}

#barMenu {
	margin-right: 15px;
	margin-left: 15px;
}

/* ***********************************************************************
***             Spreadsheets
*/

.oneXlsSheet {
    float: left;
    margin-left: 10px;
}

.oneXlsSheet .column0 {
    min-width: 150px;
    
}

.oneXlsSheet .style0 {
}

.oneXlsSheet .n {
    padding-left: 20px; 
}