/*////////////////////////////////////////////////////*/
/*/               A P S Y N E T                      /*/
/*////////////////////////////////////////////////////*/
/*/ Version : 4.1.0.84                          /*/
/*////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    vertical-align:middle;
}
.main_container {
    margin: auto;
    min-width: 320px;
}

.table-menu-container {
    height: 14px;
    line-height: 14px;
}
.title-qry {
    min-width: initial;

}


button.sheetbtn, #val1584578826 {
    background-color: #EAB823;
    text-indent: 0;
    border: none !important;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
}


button.sheetbtn:hover, #val1584578826:hover {
     background-color: #107F74;
}

button.sheetbtn:active {
    position: relative;
    top: 1px;
}

button.sheetbtn:disabled, #val1584578826:disabled {
	/*Personnalise les boutons d�sactiv�s*/
    background:#C8CAD2 ! important;
    border: 1px solid #C8CAD2!important;
    color: #ffffff!important;
}


/***FONT******************************************
****Personnalisation de la police*****************
*************************************************/

body {
    /*Modifie la police de l'emsemble du portail*/
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    min-width:initial;
}


.footer_font_color {
    /*Modifie la couleur de police du pied de page
      et des titres des pages de contenus*/
    color: #d9dde2;
}

/*.cat-name {
    color: rgb(1,64,35);
}*/

.username {
    color:#d9dde2;
}

.titlebloc {
    /*Modifie la couleur de police du pied de page
      et des titres des pages de contenus*/
    color: #15ada0;
    background-color: white;
    border-bottom: 2px solid #15ada0;
    font-size: 14px;
    font-weight : bold!important;
}
.displaySearch {
    color: #15ada0!important;
    background-color: white!important;
}
.welcome_msg {
    /*Modifie la couleur de police du message de bienvenue
      sur accueil.html*/
    color: #243F60;
    text-align: center;
    font-size: 26px;
    margin: 20px 0 30px;
    line-height: 35px;
}


/***BACKGROUND************************************
****Personnalisation du background****************
*************************************************/
.loadingframe_container {
    /*Personnalise l'image de fond du body*/
    background-color: #F3F3F1;
}

.background_img {
    /*Personnalise l'image de fond du body*/
    /*background-image: url('../resources/bgd.png');*/
    /*background-color: #F3F3F1;*/
    margin: auto;
}

.background_img_doc {
    /*Personnalise l'image de fond du body*/
    background-image: url('../../CommonDashboard/resources/bgdoc.png');
}


/***BANNER****************************************
****Banni�re logo de l'entreprise******************
*************************************************/
.banner_img {
    /*Personnalise la banni�re du portail avec le logo de votre entreprise*/
    /*background: url('../../CommonDashboard/resources/ban.png') no-repeat;*/
    /*Permet de positionner l'image, valeurs conseill�es : Right, Center ou Left*/
    /*background-position: center -30px;
    Sp�cifier ici la hauteur en pixel de vote image de banni�re*/
/*    height: 60px;*/
}

.navbar {
    /*Sp�cifier la hauteur de votre image de banni�re -30pixel
        pour que le menu s'ajuste � celle-ci
    padding-top: 0px;*/
}

.banner_color {
    /*Personnalise la couleur de fond de la banni�re*/
    background-color: #fff;
}



.society_name2 {
    /*Modifie la couleur de police du nom de la soci�t� dans la banni�re*/
    /*color: #704454;*/ 
    /*ou charge le logo de l'entreprise*/

    /*en ranseignant les dimensions de l'image ici*/
    height:50px; /*hauteur*/
    width:323px; /*largeur*/
}




/***MENU*****************************************
****Personnalisation du menu*********************
*************************************************/
.navbar-inner {
    min-height: auto;
    /*On modifie ici la couleur de fond du menu*/
    background-color: #445571;
    /*On modifie ici le d�grad� du menu en restant compatible avec les diff�rents navigateurs.
        La 1�re couleur est la plus fon��e, la 2�me la plus claire.
        Vous pouvez vous aider d'outils comme color-hex.com pour d�terminer une couleur
        en valeur hexadecimale.*/
    /*background: linear-gradient(to bottom, #445571, #36445a);
    -webkit-background-image: linear-gradient(to bottom, #36445a, #36445a);*/
}

.navbar .nav > li > a {
    /*On modifie ici la couleur des textes des onglets du menu*/
    color: white;
    /*On modifie la couleur des ombres des textes des onglets du menu*/
   /*text-shadow: 0 1px 0 #fff;*/
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    /*Permet de d�terminer la couleur des triangles qu'on onglet est d�roulant*/
    border-top-color: #fff;
    border-bottom-color: #243F60;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.topmenu a:hover,
.navbar .nav li.sidemenu a:hover,
.sidemenu.active > a, 
.sidemenu a:hover,
.sidemenu a:focus,
.dropdown-menu  a:hover > a,
.dropdown-menu  a:focus> a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a
{
    /*On modifie ici la couleur d'un onglet actif...*/
  background-color: #FDD661;
    /*Ainsi que la couleur de police.*/
    color: #15ada0 !important;
}

.dropdown-menu > li > a:hover,
.dropdown > a:hover,
.dropdown-menu > li > a:focus {
    /*On modifie la couleur d'un lien dans un menu d�roulant ici*/
 background-color: #FDD661;
}

.selecto {
    /*On modifie ici la couleur du triangle d'un onglet actif*/
    border-top-color: #243F60;
}

/***BACKGROUND & COLOR DIVERSES*******************
Personnalisation des couleurs des �l�ments diverses
*************************************************/

.login_container {
    /*Personnalise la couleur de fond du container
        qui affiche le nom de l'utilisateur*/
    background-color: #8fd300;
    /*Personnalise la couleur de la police du container
        qui affiche le nom de l'utilisateur*/
    color: #d9dde2;
}

.footer_color {
    /*Personnalise la couleur de fond du footer*/
    background-color: #243F60;
}

.main_container, .bloc_acceuil {
    /*Personnalise la couleur de fond du container principal
        et des blocs de l'acceuil*/
    background-color: #fff;
}





.bg-mob {
    /*Personnalise la couleur de rappel soci�t� en web mobile*/
    background-color: rgb(190,208,0);
}

.bloc-img-mob {
    /*Personnalise la bordue des ic�nes de la page d'accueil en mobile*/
    border: 3px solid #704454;
}

.accueil-eco {
    margin: 5px;
}

#encadrement {
    padding: 5px;
}

.button-search-class {
     background-color: #243F60;
     color: white;
}

.button-color {
    background-color: #243F60;
}

.btn-close-doc {
    color: white;
    border:1px solid white;
}

#currentnav {
    background: white;
    display: inline-block;
    padding : 5px;
}

#homeback {
    background-color: #243F60;
    display: inline-block;
    border : 1px solid white;
    color: white;
    padding : 5px;
    width: 60px;    
    cursor: pointer;
}

#homeback:hover {
    background: -webkit-gradient(linear, 0% 0% 0% 100% from(#e1e2e3), color-stop(0.5, #d3d3d3), color-stop(0.5, #c7c7c7), color-stop(0.5, #c7c7c7), to(#c7c7c7));
	background: -webkit-linear-gradient(top, #e1e2e3, #d3d3d3 50%, #c7c7c7, #c7c7c7 50%, #c7c7c7);
	background: -moz-linear-gradient(top, #e1e2e3, #d3d3d3 50%, #c7c7c7, #c7c7c7 50%, #c7c7c7);
	background: -ms-linear-gradient(top, #e1e2e3, #d3d3d3 50%, #c7c7c7, #c7c7c7 50%, #c7c7c7);
	background: -o-linear-gradient(top, #e1e2e3, #d3d3d3 50%, #c7c7c7, #c7c7c7 50%, #c7c7c7);
    border: 1px solid #979797;
    color: black;
}

#homeback:active {
    background: -webkit-gradient(linear, 0% 0% 0% 100% from(#c7c7c7), color-stop(0.5, #c7c7c7), color-stop(0.5, #e1e2e3), color-stop(0.5, #d3d3d3), to(#e1e2e3));
	background: -webkit-linear-gradient(top, #c7c7c7, #c7c7c7 50%, #e1e2e3, #d3d3d3 50%, #e1e2e3);
	background: -moz-linear-gradient(top, #c7c7c7, #c7c7c7 50%, #e1e2e3, #d3d3d3 50%, #e1e2e3);
	background: -ms-linear-gradient(top, #c7c7c7, #c7c7c7 50%, #e1e2e3, #d3d3d3 50%, #e1e2e3);
	background: -o-linear-gradient(top, #c7c7c7, #c7c7c7 50%, #e1e2e3, #d3d3d3 50%, #e1e2e3);
    border: 1px solid #979797;
    color: black;
}


.table-wrapper {
    width: 550px;
    border: 2px solid white;
    background: white;
    overflow:hidden;
}
.bloc-count-dashboard {
    width:163px;
    border: 2px solid white;
    background: white;
    margin: 1px;
    height: 185px;
}

.count-number {
    font-size:150px; 
    height:150px; 
    line-height:150px;
    margin-top: 10px; 
    text-align: center;
}

.qryCell {
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dataTables_info,
.dataTables_paginate {
    padding-top: 2px !important;
}

.btn-close-doc {
    width: 140px;
    margin: auto;
    text-align:center;
    cursor: pointer;
}

.no-padding {
    padding:1px;
}

.title-for-only-one-qry {
    padding: 5px;
}

/****************************/
/*** Largeur des colonnes ***/
/****************************/



.bg-mob{
    background-color: #15ada0;
}
.navbar-inner, .footer_color, .button-color{
    background-color: #FDD661;
}

.Homebutton {
    background-color: #15ada0;  
}

.Homebutton:hover{
  background-color: #0B564F;
}


.bloc_accueil h1{
  color: #15ada0;
  border-bottom: 2px solid #15ada0;
}

.bloc_accueil {
    border-radius: 10px;
    border: 5px solid #fff;
    margin: 16px;
}
.selecto {
    border-top-color: #FDD661;
}

table.dataTable tr.odd { 	background-color: white; }
table.dataTable tr.even { 	background-color: white; }
table.dataTable tr.odd td.sorting_1 { background-color: white; }
table.dataTable tr.odd td.sorting_2 { background-color: white; }
table.dataTable tr.odd td.sorting_3 { background-color: white; }
table.dataTable tr.even td.sorting_1 { background-color: white; }
table.dataTable tr.even td.sorting_2 { background-color: white; }
table.dataTable tr.even td.sorting_3 { background-color: white; }

