﻿


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: none;
  /*background-image: url(../Images/fond.png);*/
  background-repeat: no-repeat; 
  background-size: cover;
}


.page-header-ds {
  padding-bottom: 3px;
  margin: 15px;
  border-bottom: 1px solid #999999;
}


.center {
    margin-left: auto;
    margin-right: auto;
}

.inLign
{
    display: inline;
    font-weight:bold;
    text-decoration: underline;
}

#basic_map
{
    text-align: center;
    margin:10px 0 10px 0;
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
}

.error-label
{
    color: red;
    font-style:italic;
    font-weight: bold;
}

.ds-left
{
    text-align: left;
}
.ds-right
{
    text-align: right;

}
.ds-center
{
    text-align:center;
}

.ds-p-align
{
    padding-top: 6px;
}

.ds-p-align9
{
    padding-top: 9px;
}
.ds-p-align16
{
    padding-top: 16px;
}

.ds-p-align-9
{
    margin-top: -9px;
}

.ds-p-align12
{
    padding-top:12px;
}

.ds-p-align40
{
    padding-top: 40px;
}

.ds-marge
{
    margin-left: 5%;
}

.colDetail
{
    width: 30px;
    text-align: left;
}
.colNommage
{
    width: 45%
}
.colType
{
    width: 20%;
}
.colVille
{
}
.colIcone
{
    width: 50px;
    text-align: center;
}
.colActif
{
    width: 25px;
}
.colNom
{
    width: 28%;
}
.colPicto {
    width: 8%;
}


#englobant {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
}

#push {
    height: 60px;
}

#date_heure
{
    color: #000;
    text-align:center;
    font-size: small;
}

.footer
{
    text-align: center;
    
    color: #999999;
    font-style:italic;
    font-size: 11px;
}

.footercontainer
{
    padding-top: 10px;
}

.tabAppli
{
    padding-top: 70px;
}
.grp
{
    font-size: 16px;
}
.validation-summary-error
{
    border: 1px solid #FF0000;
    background-color: #FFDFDF;
    color: red;
}
.field-validation-error
{
    color: red;
    font-size: 10px;
    display: block;
}
.input-validation-error {
    border: 1px solid #FF0000;
    color:#990099;
    background-color: #FFDFDF;
    margin: 0px;
}

.connect
{
    padding-right: 20px;
    text-decoration: wavy;
}
/*.textBoxDS, input[type="text"], input[type="password"], textarea, select
{
    -moz-box-shadow: 0 0 2px 2px #888;
    -webkit-box-shadow: 0 0 2px 2px #888;
     box-shadow: 0 0 2px 2px #888;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}*/

.hr {
  border-top: 1px dotted #0081CC;
  color: #F5F5F5;
  background-color: #F5F5F5;
  height: 1px;
  
}
.ui-draggable, .ui-droppable {
	background-position: top;
}


.college
{
    width: 50%;
}
.btSupp
{
    width: 90px;
}
.voix
{
    width: 20%;
    text-align: center;
}


#demoChartDiv{
   position : relative;
    width:200px;
    height:200px;

}

.chartMap {
        display : none;
}
.chartImage {
        position : absolute;
        z-index : 2;
        top : 0px;
        left : 0px;
        border : none;
}
.chartTooltip {
        position : absolute;
        z-index : 3;
        top : -5000px;
        left : -5000px;
        padding : 6px 9px 6px 12px;
        border-width : 1px;
        border-style : solid;
        border-color : #ddd #ccc #aaa #ccc;
        border-radius : 6px;
        min-width : 90px;
        line-height : 1.5em;
        background-color : #fff;
        box-shadow : 1px 1px 1px rgba(255, 255, 255, 0.4);
}

#ChartResult{
   position : relative;
    width:200px;
    height:200px;
    left: 15%;
}

#ChartCollege
{
    position : relative;
    left: 25%;
    width:150px;
    height:150px;
}
#ChartVoix
{
    position : relative;
    left: 25%;
    width:150px;
    height:150px;
}

.colorBox{
    display:inline-block;
    *display:inline;
    zoom:1;
    margin:0px 6px 3px 0px;
    width:9px;
    height:9px;
    border:1px solid #777;
    border-radius:2px;
    overflow:hidden;
    vertical-align:middle;
}



.well2 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well2-lg {
  padding: 24px;
  border-radius: 6px;
}

.well2-sm {
  padding: 9px;
  border-radius: 3px;
}


.wellGreen {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(148, 251, 198, 0.35);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wellGreen blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.wellGreen-lg {
  padding: 24px;
  border-radius: 6px;
}

.wellGreen-sm {
  padding: 9px;
  border-radius: 3px;
}


.wellOrange {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(255, 150, 81, 0.2);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wellOrange blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.wellOrange-lg {
  padding: 24px;
  border-radius: 6px;
}

.wellOrange-sm {
  padding: 9px;
  border-radius: 3px;
}

.wellDS {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255, 0.5);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wellDS blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.wellDS-lg {
  padding: 24px;
  border-radius: 6px;
}

.wellDS-sm {
  padding: 9px;
  border-radius: 3px;
}



.wellT {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(245,245,245,0.5);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wellT blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.wellT-lg {
  padding: 24px;
  border-radius: 6px;
}

.wellT-sm {
  padding: 9px;
  border-radius: 3px;
}


.wellTBordered {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(245,245,245,0.5);
  border: 1px solid #727272;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wellTBordered blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.wellTBordered-lg {
  padding: 24px;
  border-radius: 6px;
}

.wellTBordered-sm {
  padding: 9px;
  border-radius: 3px;
}

.table-striped-ds > tbody > tr:nth-child(odd) > td,
.table-striped-ds > tbody > tr:nth-child(odd) > th {
  background-color: rgba(249,249,249,0.5); /*#f9f9f9;*/
}

.table-bordered-ds {
  border: 1px solid #dddddd;
}

.table-bordered-ds > thead > tr > th,
.table-bordered-ds > tbody > tr > th,
.table-bordered-ds > tfoot > tr > th,
.table-bordered-ds > thead > tr > td,
.table-bordered-ds > tbody > tr > td,
.table-bordered-ds > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered-ds > thead > tr > th,
.table-bordered-ds > thead > tr > td {
  border-bottom-width: 2px;
  text-align:center;
}


.thumbnail-ds {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: rgba(255,255,255, 0.5);
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail-ds > img,
.thumbnail-ds a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail-ds:hover,
a.thumbnail-ds:focus,
a.thumbnail-ds.active {
  border-color: #428bca;
}

.thumbnail-ds .caption {
  padding: 9px;
  color: #333333;
}



.thumbnail-ds-green {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: rgba(0,204,142, 0.2);
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail-ds-green > img,
.thumbnail-ds-green a > img {
  display: block;
  height: 61px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail-ds-green:hover,
a.thumbnail-ds-green:focus,
a.thumbnail-ds-green.active {
  border-color: #428bca;
}

.thumbnail-ds-green .caption {
  padding: 9px;
  color: #333333;
}




.thumbnail-ds-gray {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: rgba(224,224,224, 0.5);
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail-ds-gray > img,
.thumbnail-ds-gray a > img {
  display: block;
  height: 61px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail-ds-gray:hover,
a.thumbnail-ds-gray:focus,
a.thumbnail-ds-gray.active {
  border-color: #428bca;
}

.thumbnail-ds-gray .caption {
  padding: 9px;
  color: #333333;
}



.thumbnail-ds-pres {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: rgba(221, 221, 221, 0.33);
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  height: 180px;
}

.thumbnail-ds-pres > img,
.thumbnail-ds-pres a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  
}

a.thumbnail-ds-pres:hover,
a.thumbnail-ds-pres:focus,
a.thumbnail-ds-pres.active {
  border-color: #428bca;
}

.thumbnail-ds-pres .bandeau {
  padding: 0px;
  background-color: rgba(200, 196, 196, 0.66);
  color: #333333;
  height: 45px;  
}

.thumbnail-ds-pres .bandeau > p {
    text-align: center;
    padding: 10px;
    font: bold 12px;
}

.thumbnail-ds-pres .bandeau > img {
    float: left;
}

.thumbnail-ds-pres .caption {
  padding: 9px;
  color: #333333;
}



.borderDS {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.borderDS blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.borderDS-lg {
  padding: 24px;
  border-radius: 6px;
}

.borderDS-sm {
  padding: 9px;
  border-radius: 3px;
}

.listeRecherche
{
    width : 400px;
}

.codeCP
{
    width: 100px;
}

.identifiant
{
    width: 350px;
}

.codeCmp
{
    width:auto;
}
.uniteCmp
{
    width:120px;
}
.dosageCmp
{
    width:auto;
}


.row-ds {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 10px;
}

.row-ds:before,
.row-ds:after {
  display: table;
  content: " ";
}

.row-ds:after {
  clear: both;
}

.row-ds:before,
.row-ds:after {
  display: table;
  content: " ";
}

.row-ds:after {
  clear: both;
}

.hds
{
    color:inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;    
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px;    
}
.h1ds
{
    font-size: 36px;
}
.h2ds
{
    font-size: 30px;
}
.h3ds
{
    font-size: 24px;
}
.h4ds
{
    font-size: 18px;
}
.h5ds
{
    font-size: 14px;
}
.h6ds
{
    font-size: 12px;
}
.h7ds
{
    font-size: 10px;
}

.topTitle
{
    margin-top: 21px;
}
.topNombre
{
    margin-top: 34px;
}

.wellCenter
{
    text-align:center;
}



.nav2 {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.bs-sidebar.affix {
  position: static;
}

/* First level of nav */
.bs-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav2 > li > a {
  display: block;
  color: #716b7a;
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 50px;
  font-size: 90%;
}
.bs-sidebar .nav2 > li > a:hover,
.bs-sidebar .nav2 > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav2 > .active > a,
.bs-sidebar .nav2 > .active:hover > a,
.bs-sidebar .nav2 > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav2 .nav2 {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar .nav2 .nav2 > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 50px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav2 > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}

/* Sidebar avec effet de transparence*/
.bs-sidenav-T {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: rgba(247,245,250,0.5);
  border-radius: 5px;
}

/* First level of nav */
.bs-sidenav-T {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: rgba(247,245,250,0.5);
  border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar-T .nav2 > li > a {
  display: block;
  color: #716b7a;
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 50px;
  font-size: 90%;
}
.bs-sidebar-T .nav2 > li > a:hover,
.bs-sidebar-T .nav2 > li > a:focus {
  text-decoration: none;
  background-color: rgba(229,227,233,0.5);
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar-T .nav2 > .active > a,
.bs-sidebar-T .nav2 > .active:hover > a,
.bs-sidebar-T .nav2 > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}

/* Nav: second level (shown on .active) */
.bs-sidebar-T .nav2 .nav2 {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar-T .nav2 .nav2 > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 50px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-sidebar-T .nav2 > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar-T.affix,
  .bs-sidebar-T.affix-bottom {
    width: 213px;
  }
  .bs-sidebar-T.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .bs-sidebar-T.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar-T.affix-bottom .bs-sidenav,
  .bs-sidebar-T.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar-T.affix-bottom,
  .bs-sidebar-T.affix {
    width: 263px;
  }
}



.a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}

.pds
{
    text-align:center;
    margin: 0;
}


.codeClpPhrase
{
    width: 150px;
}
.numero
{
    width: 80px;
}
.libelle
{
    width: 65%;
}

.inputSearch80 {
    width: 80%;
    height: 28px;
}

.inputSearch60 {
    width: 60%;
    height: 28px;
}
.inputSearch
{
    width: 95%;
    height: 28px;
}
.inputSearch100
{
    width: 100%;
    height: 28px;
}
.areaSearch
{
    width:100%;
    height: 140px;
}
.selectSearch
{
    width: 100%;
    height: 34px;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: table-cell;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    border-radius: 5px 0 0 5px;
}


.font-ds
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 2px;
}

.alertds
{
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px;
}

.barre
{
    text-decoration:line-through;
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 9px;
}

input[type="checkbox"] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.infoRien
{
    padding-top: 10px;
    color: darkgreen;
    font-style: italic;
    font-size: 14px;
    text-decoration: underline;
}

.day
{
    width: 10%;
    text-align : center;
}
.month
{
    width: 10%;
    text-align : center;
}
.year
{
    width: 15%;
    text-align : center;
}

.dateForm
{
    height: 34px;
    padding: 6px 6px;
    color: #555555;
}

.redb
{
    color: red;
    font-weight: bold;
}

.red {
    color: red;
}

.jsControlKO
{
    color: red;
    text-align: center;
    border: 1px solid red;
    border-radius: 4px;
    background-color : #FFB5B5;
}

.jsControlOK
{
    color: #555555;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color : #F5F5F5;
}

.recap
{
     color: #555555;
     text-align: center;
     border: 1px solid #cccccc;
     border-radius: 4px;
     background-color: #EEEEEE;
     font-style: normal;
     font-weight: normal;
     width: 100%;
}

.recapRed
{
     color: red;
     text-align: center;
     border: 1px solid #cccccc;
     border-radius: 4px;
     background-color: #EEEEEE;
     font-style: normal;
     font-weight: bold;
     width: 100%;
}

.alert-ds {
    border: 2px solid #b94a48;
    background-color: #f2dede;
    color: #b94a48;
    border-radius: 5px;
    margin: 0px;
    padding: 10px;
    font-weight: bold;
}

    .alert-ds .validation-summary-valid {
        padding-top: 8px;
        
    }