html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}
.safe-avatar {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}

.safe-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.safe-drawer {
  border: none;
}
/* iOS Safari specific workaround */
.safe-drawer .mdl-menu__container {
  z-index: -1;
}
.safe-drawer .safe-navigation {
  z-index: -2;
}
/* END iOS Safari specific workaround */
.safe-drawer .mdl-menu .mdl-menu__item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.safe-drawer-header {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px;
}

.safe-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.safe-layout .safe-navigation .mdl-navigation__link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 500;
}
.safe-layout .safe-navigation .mdl-navigation__link:hover {
  background-color: #00BCD4;
  color: #37474F;
}
.safe-navigation .mdl-navigation__link .material-icons {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 5px;
}

.safe-cards {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.safe-cards .safe-separator {
  height: 32px;
}
.safe-cards .mdl-card__title.mdl-card__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.safe-cards ul {
  padding: 0;
}
.safe-cards h3 {
  font-size: 1em;
}
.safe-updates .mdl-card__title {
  min-height: 200px;
  background-position: 90% 100%;
  background-repeat: no-repeat;
}
.safe-cards .mdl-card__actions a {
  color: #00BCD4;
  text-decoration: none;
}

.safe-options h3 {
  margin: 0;
}
.safe-options .mdl-checkbox__box-outline {
  border-color: rgba(255, 255, 255, 0.89);
}
.safe-options ul {
  margin: 0;
  list-style-type: none;
}
.safe-options li {
  margin: 4px 0;
}
.safe-options .material-icons {
  color: rgba(255, 255, 255, 0.89);
}
.safe-options .mdl-card__actions {
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.safe-img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: auto;
}

.mdl-navigation .mdl-navigation__link{
padding: 10px 20px;}

.mdl-textfield
{
	width:250px;
	margin-right:10px;
}

.mdl-textfield__input{
/*color:black*/
}

.mdl-textfield.is-disabled .mdl-textfield__input{
color:inherit}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label
{
	font-size: 16px;
}

.mdl-textfield__input
{
	border : 1px solid #CCCCCC;
}

.mdl-textfield.is-disabled .mdl-textfield__input
{
	background-color:rgba(0,0,0,0.03);
	border : 1px solid #CCCCCC;
}
.safe-select-nav{
	color:white;
	padding-left:30px;
	border:none;
	margin-left:20px;
	box-shadow:unset;
	width:200px;
}

.safe-bloc-center 
{
	padding-top: 120px;
	width:100%;
	margin:0 auto;
	/*max-width: 400px;*/
}

.safe-bloc-shareware 
{
	padding-top: 5%;
	width:100%;
	margin:auto;
	max-width: 60%;
	
}

.mdl-layout__container 
{
	background-image: url("../images/fond.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: right bottom;
}

.mdl-button i
{
	vertical-align:middle;
}

.mdl-textfield__label
{
	padding-left:1px;
}
.safe-drawer{
	background-color:#263238;
}

th.header
{
	cursor:ns-resize;
}

.headerSortDown
{
	background-image: url(../images/down.png); 
    background-color: #E0E0E0;
    background-repeat: no-repeat; 
    background-position: center right;
}

.headerSortUp
{
	background-image: url(../images/up.png); 
    background-color: #E0E0E0;
    background-repeat: no-repeat; 
    background-position: center right;
}


.mdl-tabs__tab
{
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	color: rgba(0, 0, 0, 0.2);
}

.mdl-card, .mdl-data-table, .mdl-grid
{
	border-radius: 1em;
}
.mdl-card
{
	text-align:center;
}


.mdl-tabs__tab-bar
{
	border-bottom:5px solid white;
}

.mdl-data-table tbody tr
{
	height:0px;
}

.mdl-data-table td
{
	padding:4px;
	height:0px;
	vertical-align:middle;
}

.mdl-checkbox
{
	display:inline;
}

.mdl-checkbox__box-outline{
	top: 0px;
}

.mdl-card__supporting-text
{
	width:calc(100% - 14px);
    padding: 7px;
}

h3
{
	font-weight:bold;
}

.mdl-textfield__error
{
	left:0px;
}

.upload
{
	top: 0px;
	cursor: pointer;
	left: 0px;
	width: 100%;
	opacity: 0;
	height: 100%;
	position: absolute;
}

.mdl-card__media 
{
	background: none;
}

.mdl-card__media
{
	height:100%;
	vertical-align:middle;
}

.mdl-textfield--expandable
{
	width: auto;
}

.mdl-badge[data-badge]:after{
	right: -33px;
	width: 32px;
	border-radius: 40%;
}

.mdl-badge-petit[data-badge]:after{
	font-size: 10px;
	width: 20px;
	height: 20px;
	top: -10px;
    right: -20px;
    border-radius: 50%;
}
.mdl-badge-petit-pret-sortant[data-badge]:after{
	font-size: 10px;
	width: 20px;
	height: 20px;
	top: -10px;
    right: -20px;
}



.mdl-data-table th {
    padding: 0px 4px;
    line-height: 40px;
}

.mdl-cell {
    margin: 8px;
}

.mdl-cell--12-col {
    width: calc(100% - 16px);
}

.mdl-cell--8-col {
    width: calc(66.6666% - 16px);
}

.mdl-cell--3-col {
    width: calc(25% - 16px);
}

.mdl-cell--4-col {
width: calc(33.3333% - 16px);
}

.mdl-cell--6-col {
width: calc(50% - 16px);
}

h5{
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
}

form{
	width:100%;
}


.iconselect{
	font-size:40px;
	cursor:pointer;
	}
	
.mdl-textfield__error {
    top:50px;
}

.mdl-layout__content{
	overflow: auto;
}

#tableauPlanning tbody tr:hover{
	background-color:inherit;
	}
	
.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
    padding-left: 10px;
}

.mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
    padding-right: 10px;
}


.imgUp{
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
    transform-origin: 0px 30px;
}

.imgUp:hover {
    transform:scale(5,5);
    opacity: 1;
}



.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.droite {
  float:right;
}

.ctr{
	text-align:center;
}
.lft{
	text-align:left;
}
.rgt{
	text-align:right;
}

.photo{
	position:relative;
	height:30px;
	width:30px;
	margin:auto
}

#infoAdmin{
	color:green;
}

.mdl-layout__drawer .mdl-navigation {
    padding-top: 0px;
}

#cadreConnexion{
    max-width: 400px;
    max-height: 203px;
}

#cadreCnil{
    width: 766px;
    margin: 0 auto;
}

#cadreMessageErreur{
    margin: 0 auto;
    width: 50%;
    margin-bottom: 10px;
}

.mdl-grid.center-items {
  justify-content: center;
}