body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
  margin:0px;
}

html, body, .wrapper {
    min-height: 100vh;
}

.wrapper {
  margin: 0 auto;
background-color:#eaeaea;
}


.page-main {
  margin: 0 auto;
  padding: 40px;
  max-width: 1200px;
}












/* login */



.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}

#logintitle {
	font-size: 33px;
    font-weight: bold;
    margin: 0 0 35px 0;
    color: #2980b9;
    font-family: helvetica;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f6f6f6;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #2980b9;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #333;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;

}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}














/* dropdown */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
	
}
li span{
	color: white;
	font-weight:bold;
}
	
li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #2980b9;
}

li.user {
    position:absolute;
	right:0px;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}











/* formes */


label {
    color: #555;
    font-weight: bold;
    display: block;
    width: 180px;
    float: left;
    text-align: right;
    margin-right: 20px;
}


input[type="text"] {
	margin-bottom: 15px;
    height: 20px;
    width: 40%;
}

textarea {
	margin-bottom: 15px;
    
    width: 40%;
}

.login-form input[type="text"] {
	margin-bottom: 15px;
    height: 49px;
    width: 100%;
	
}

select {
	margin-bottom: 15px;
    height:30px;
    width: 40%;
}
input[type="submit"] {
	float: right;
    margin-right: 43%;
    background-color: #2980b9;
    padding: 15px;
    outline: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

    
table {
   /*margin: 0 auto;*/
   max-width: 1400px;
   min-width: 1000px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

table a {
   text-decoration:none;
   font-style: italic;
   color:#2980b9;
}

table a:visited {
   color:#2980b9;
}

table a:hover {
   color:#333;
}

tr {
  display: table-row;
  background: #f6f6f6;
}

tr:nth-of-type(odd) {
  background: #e9e9e9;
}

tr.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}

tr.green {
  background: #999999;
}

tr.blue {
  background: #2980b9;
}

tr.red {
  background: #333333;
}
td {
  padding: 6px 12px;
  display: table-cell;
}
td img {
    max-width: 20px;
}

td.centered{
	text-align: center;
}
td.icon{
	text-align: center;
	width:120px;
}










/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the links inside the tab */
div.tab a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
div.tab a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab a:focus, .active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	  background:#fff;
}


#gobutton {
	background-color: #666;
    color: #fff;
    padding: 15px;
    text-decoration: none;
}

#delbutton {
	background-color: red;
    color: #fff;
    padding: 15px;
    text-decoration: none;
	
}
#editbutton {
	background-color: orange;
    color: #fff;
    padding: 15px;
    text-decoration: none;
	
}

#newchbutton {
	background-color: #2980b9;
    color: #fff;
    padding: 15px;
    text-decoration: none;
	
}
#newrcbutton {
	background-color: green;
    color: #fff;
    padding: 15px;
    text-decoration: none;
	
}
#printbutton {
	background-color: orange;
    color: #fff;
    padding: 15px;
    text-decoration: none;
	
}

@media print {
  body * {
    visibility: hidden;
  }
  table {
	  box-shadow:none !important;
  }
   #section-no-print, #section-no-print *{
	visibility: hidden !important;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top:50px;
  }
  #titleprint {
	  visibility: visible;
	   position: absolute;
    left: 0;
    top: 0;
  }
}



