/* Feuille de style */

html * {
	
	font-familly: verdana;
}

body{
	
	margin: 0px;
	padding: 0px;
    font-family: Helvetica, Arial, Sans-Serif;
}

#canvas {
	
    display: flex;
    flex-direction: column;
	margin: 0px;
	padding: 0px;
    background: url('https://extranet2.groupepharmup.fr/images/gui/squared_metal.png') repeat scroll 0% 0% transparent;
    height: 100%;
    justify-content: flex-start;
}

.header, #header {
	
	margin: auto;
    margin-top: 0px;
	height: 110px;
	width: 100%;
	background-image: url('https://extranet2.groupepharmup.fr/images/gui/admin_header_bg.png');
	background-repeat: repeat-x;
	background-position: center left;
	color: #FFF;
}

.main, #main {
	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	margin-top: 0px;
	width: 100%;
	background: url('https://extranet2.groupepharmup.fr/images/gui/squared_metal.png') repeat scroll 0% 0% transparent;
}

.notifs, #notifs {
    
    padding: 8px;
    background-color: #FF6347;
    color: #FFF;
    font-weight: 800;
    width: 90%;
    margin-left: 20px;

}

.footer, #footer {
	
	height: 40px;
	margin: auto;
	width: 100%;
	background-color: #7A7A7A;
    text-align: right;
}

.loginbox, #loginbox {
	
	width: 400px;
	height: 250px;
	background-color: #7E7E7E;
	border-radius: 15px 0px 15px 0px;
	border: 1px solid #1C1C1C;
	padding: 10px;
	margin: auto;
	margin-top: 100px;
}

tr.listing:nth-of-type(odd) { background-color: #51B906; color:#EFEFEF;}
tr.listing:nth-of-type(even) { background-color: #8AC452; color:#EFEFEF;}
tr.listing:hover { background-color: #936363; border: 1px silver solid; cursor: pointer;}

.clock {
    width: 300px;
    // margin: 0 auto;
    padding: 5px;
    border: 0px solid #333;
    color: #fff;
}

#Date {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 21px;
    text-align: center;
    text-shadow: 0 0 5px #00c6ff;
}

ul {
    width: 300px;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

ul li {
    display: inline;
    font-size: 1em;
    text-align: center;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    // text-shadow: 0 0 5px #00c6ff;
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    // text-shadow: 0 0 20px #00c6ff;
}

50% {
    opacity: 0;
    text-shadow: none;
}

100% {
    opacity: 1.0;
    // text-shadow: 0 0 20px #00c6ff;
}	
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        // text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        // text-shadow: 0 0 20px #00c6ff;
    };
}

.caldiv {
    
     width: 30%;
     margin: 0px;
     padding: 0px;
     height: 200px;
}

.caldiv > h2 {
    
    font-size: 16pt;
}

.selectdates{

    display: flex;
    flex-direction: row;
    justify-content: space-around;    
    width: 100;
    height: 120px;
    margin-top: 15px;
    background: #FFF;
}

.inputcal {
    
    width: 100%;
    height: 50px;
    font-size: 16pt;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    background: url('https://extranet2.groupepharmup.fr/images/calendar.png') no-repeat center right;
}

.inputcal:focus{
        
        border-color: #FF3300;
        border-width: 2px;
}

/*######## Smart Green ########*/
.smart-green {
    margin-left:auto;
    margin-right:auto;
    width: 75%;
    // max-width: 500px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    width: 250px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #42A1C9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#71B9D7;
}