/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 juil. 2019, 10:56:39
    Author     : soufiane
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Raleway);

h1{
    color: #23B9CE;
}

#register {
    max-width: 1000px;
    
}

#register_third {
    width: 33%;
    display: inline-block;
    text-align: right;
    background-color: #FFFAEB;
}

#register_half {
    width: 49.7%;
    display: inline-block;
    text-align: right;
}

.login {
    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);
}
.login input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.login textarea  {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    max-width: 100%;
    min-width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.login select{
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.login select option{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.login button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #23B9CE;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
a.buttonLink {
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    display:block;
    outline: 0;
    background: #23B9CE;
    width: auto;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.login button:hover,.form button:active,.form button:focus {
    background: #23B9CE;
}
.login .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.login .message a {
    color: #23B9CE;
    text-decoration: none;
}
.login .link a {
    color: #23B9CE;
    text-decoration: none;
    margin-top: 80px;
}
.login .register-form {
    display: none;
}

div.menu {
    font-family: Raleway;
    margin: 0 auto;
    padding: 1em 1em;
    text-align: center;
}

div.menu a
{
    color: #FFF;
    text-decoration: none;
    font: 15px Raleway;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.red
{
    background: #23B9CE;
}

div.topBotomBordersOut a:before, div.topBotomBordersOut a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersOut a:before
{
    top: 0px;
    transform: translateY(10px);
}

div.topBotomBordersOut a:after
{
    bottom: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersOut a:hover:before, div.topBotomBordersOut a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}

.main-title{
    background-color: #23B9CE;
}

.sub-title{
    background-color: #23B9CE;
}

.portlet-decoration {
    background-color: #23B9CE;
}

.items thead th{
   background: #23B9CE!important;
}

body{
    background : #FFFAEB;
}

#page{
    background : #FFFAEB;
    border: 1px solid #FFFAEB;
}

#header
{
    border-top: 3px solid #FFFAEB;
}

#footer
{
    border-top: 1px solid #FFFAEB;
}