@import url(http://fonts.googleapis.com/css?family=Open+Sans);


table{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    border: 1px groove #fff;
    text-align: center;
    border-collapse: collapse;
    margin: 2em 0;

}

th{
    color: #fff;
    background-color: #02044F;
    padding: .5em;
}

td{
    border:1px groove #fff;
    padding: .5em;
    font-size: .95em;
}

tr:nth-child(odd){
    background-color: #fff;
}

td > ul {
    text-align: left;
    padding-left: 1.5em;
}

.nice-text{
    text-transform: capitalize;
}

.bold{
    font-weight: bold;
    text-transform: uppercase;
}

.small{
    font-size: .9em;
}

.top, .bottom, .left, .right {
    position: absolute;
}

.top{
    top: 0;
}

.bottom{
    bottom: 0;
}

.left{
    left: 0;
}

.right{
    right: 0;
}


.fLeft{
    float:left;
}

p{
    margin-top: 0;
}

body{
    font-size: 90%;
    background-color: #202020;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #02044F;
    text-align: justify;
    line-height: 1.9em;
    overflow: auto;
    margin: 0;
}

hr{
    border: 1px groove #fff;
    height: 1px;
    background-color: transparent;
}

a{
    color: inherit;
    text-decoration: none;
}

.h3{
    font-size: 1.17em;
}

a:hover{
    text-decoration: underline;
}

a.pure-button:hover{
    text-decoration: none;
}

.hidden{
    display: none;
}

input.big-input{
    margin: 0 auto !important;
    text-align: center;
    width: 50%;
    height: 3em;
    color: #888888;
    font-size: 1.2em;
}

textarea{
    resize:vertical !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

#wrapper{
    width: 100%;
	min-height:600px;
    margin: 0 auto;
	overflow:auto;
}

header, #main{
    max-width: 1024px;
    min-width: 960px;
    margin: 0 auto;
}


#header-wrapper{
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    border-bottom: 1px groove #FFF;
    -webkit-box-shadow: 0 5px 30px 0 rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0 5px 30px 0 rgba(50, 50, 50, 0.45);
    box-shadow:         0 5px 30px 0 rgba(50, 50, 50, 0.45);


    background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );

}

header{
	padding: .5em 0;
    position: relative;
    overflow: hidden;
}

header .logo{
    border: none;
}

header > a{
    float: left;
}

#main{
    padding: 80px 0;
    overflow: hidden;
}

#pattern{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #202020 url(../resources/pattern.png) repeat-x;
    z-index: -1;
}


.formcard, .maincard{
    background-color: #fff;
    padding: 1em 0;
    position: relative;
}

.maincard{
    margin-top: 2em;
    border-radius: 10px 10px 0 0;
    padding-top: 0;
    overflow: hidden;
    border-bottom: 1px solid #02044F;
}

.maincard > .cover{
    background-color: #02044F;
    color:#fff;
    text-transform: uppercase;
    padding: .2em 2em;
    font-size: 1.6em;
    position: relative;
}


.formcard > section{
    padding: 1em 2em;
    overflow: hidden;
}

.formcard > .cover{
    background-color: #02044F;
    color:#fff;
    text-transform: uppercase;
    padding: .2em 2em;
    font-size: 1.6em;
}

.formcard > .cover > button{
    font-size: 12px;
    margin-right: 20px;
}

.formcard > .aj-loader{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background: rgba(255,255,255,.9) url(../resources/pie.gif) no-repeat center;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.formcard.waiting > .aj-loader{
    display: block;
}

.sec-num{
    position: absolute;
    top: 18px;
    right: 2em;
    color: #787AC7;
    font-size: .6em;
}

.formcard{
    height: 40px;
    overflow: hidden;
    position: relative;
}


.formcard:last-child{
    border-radius: 0 0 10px 10px;
}

.formcard.active{
    height: auto;
}

.formcard button[type=submit]{
    position: absolute;
    bottom: 0;
    right: 2em;
    display: none;
}

.formcard .placeholder{
    text-align: center;
    margin-top: 2em;
    font-style: italic;
    color: #a0a0a0;
}

.formcard.active button[type=submit], .formcard.editing button[type=submit] {
    display: block;
}

.formcard .edit-info{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 4, 79, .7);
    z-index: 9;
    display: none;
}

.formcard .edit-info > .edit-btn{
    position: absolute;
    width: 10%;
    height: 10%;
    left: 45%;
    top: 40%;
}

.spacer{
    height: 5em;
    width: 1px;
}

#login{
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: .5em;
    right: 10em;
    color: #ccc;
}

#login  a{
    color: #FFF;
}

#login a:hover{
    text-decoration: none;
}

#login > li {
    float: left;
    margin: .2em .5em;
}

.pure-button.button-login{
    background-color: #000386;
}

.pure-button.button-logout{
    background-color: #414244;
}

.pure-button.button-modify{
    background-color: #E08A18;
    color: #FFFFFF;
}

.pure-button.button-profile{
    background-color: #3E9DA9;
}

.pure-button.button-green{
    background-color: #25a937;
    color: #FFF;
}

.pure-button.button-red{
    background-color: #a92f0b;
    color: #FFF;
}

.pure-button.button-lblue{
    background-color: #2769a9;
    color: #FFF;
}

*:hover > .button-ghost {
    opacity: 1;
    -webkit-transition: opacity .3s; /* For Safari 3.1 to 6.0 */
    transition: opacity .3s;
}

.button-ghost{
    opacity: 0;
}

.custom-form{
    float: left;
    padding: 3em 1em 2em 1em;
    background-color: #F5F5F5;
    border: 1px groove #FFF;
    position: relative;
    margin: 1em;
}

.custom-form.fill{
    float: none;
}


.custom-form > .banner{
    margin: 0 auto 1em auto;
    font-size: 2em;
    text-align: center;

}

.custom-form > .banner > img{
    vertical-align: middle;
    margin-left: 20px;
}

.custom-form label{
    width: 6em !important;
}

.add-more, .rem-more{
    position: absolute;
    padding: .2em.5em;
    top:0;
    border-radius: 0 0 1em 1em;
}

.add-more{
    background-color: #1C803C;
    color: #91D574;
    right: 3em;
}

.rem-more{
    background-color: #E23F45;
    color: #FAA;
    right: 1em;
}

.add-more:hover{
    background-color: #36B500;
    color: #fff;
}

.rem-more:hover{
    background-color: #E50404;
    color: #fff;
}

.add-more.disabled, .rem-more.disabled{
    background-color: #ccc;
    color: #909090;
}

.token-preview{
    list-style: none;
    padding: 0;
    margin: .5em 0;
    text-transform: capitalize;
}

.token-preview li {
    padding: .15em .6em;
    margin: .25em .25em 0 0;
    background-color: aliceblue;
    float: left;
    border: 1px solid #ccc;
    border-radius: 1em;
}

.token-preview li i{
    position: relative;
    bottom: 2px;
    margin-left: 6px;
    color: #BCBBC5;
}

.token-preview li i:hover{
    color: inherit;
}

.token-preview .token-null{
    background-color: #ddd;
    color: #888;
    display: none;
}

.token-preview .token-null:last-child{
    display: block;
}


.grid{
    float: left;
}

.grid > img{
    width: 100%;
}

.wl{
    margin-right: .5%;
}

.wr{
    margin-left: .5%;
}

.w05 {
    width: 4.5%;
}

.w10{
    width: 9.5%;
}

.w20{
    width: 19.5%;
}

.w25{
    width: 24.5%;
}

.w30{
    width: 29.5%;
}

.w35{
    width: 34.5%;
}

.w40{
    width: 39.5%;
}

.w50{
    width: 49.5%;
}

.w60{
    width: 59.5%;
}

.w65{
    width: 64.5%;
}


.w70{
    width: 69.5%;
}

.w75{
    width: 74.5%;
}

.w80{
    width: 79.5%;
}

.w85{
    width: 84.5%;
}

.w90{
    width: 89.5%;
}

.w100{
    width: 100%;
}

.shade-content{
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
}


.section {
    display: none;
    text-align: justify;
    padding: 1em 2em 2em 2em;
    max-height: 450px;
    overflow-y: scroll;
}

.section:first-child{
    display: block;
}

.section a {
    font-weight: bold;
}


.dialog{
    display: none;
}

.gray{
    color: #909090;
}

.error-label {
    color: #ff0000;
    text-align: center;
    font-size: .8em;
    padding: .4em;
}


#profile-photo{
    text-align: center;
    padding-left: 45%;
}

#profile-photo > .img-preview{
    height: 180px;
    width: 180px;
    border: 1px solid #ccc;
    border-radius: 90px;
    background: #fff url(../resources/profile-icon.png) center no-repeat;
    margin: 1em auto 1em auto;
    -webkit-transition: border-radius .5s, background-color .5s, background-position-y .5s; /* For Safari 3.1 to 6.0 */
    transition: border-radius .5s, background-color .5s, background-position-y .5s;
    overflow: hidden;
    position: relative;
}

#profile-photo > .img-preview:hover{
    border-radius: 0;
    background-color: #EFEFEF;
    background-position-y: 50px;
}


#profile-photo-reserved {
    width: 200px;
    height: 200px;
    border: 1px solid transparent;
    margin: .5em auto;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: border-radius .5s; /* For Safari 3.1 to 6.0 */
    transition: border-radius .5s;
    position: relative;
}

#profile-photo-reserved:hover {
    border-radius: 0;
    border: 1px solid #ccc;
}

#profile-photo-reserved > img{
    width: 100%;
    height: 100%;
    -webkit-transition: height .5s, width .5s, padding .5s; /* For Safari 3.1 to 6.0 */
    transition: height .5s, width .5s, padding .5s;
    position: relative;
    z-index: 1;
}

#profile-photo-reserved > .dummy-icon{
    font-size: 10em;
    color: #D3D3D3;
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    z-index: 0;
}

#profile-photo-reserved:hover > img{
    height: 90%;
    width: 90%;
    padding: 5%;
}

#profile-photo-reserved > .file{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
}

#photo-btn{
    bottom: 15%;
    right: 20%;
    left: auto;
    z-index: 5;
}


.img-preview > img {
    width: 100%;
    height: 100%;
    display: none;
}


.img-preview > .file {
    height: 200px;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.center-img{
    width: 200px;
    margin: 10px auto;
    display: block;
}

.t-center{
    text-align: center;
}

.notes {
    background-color: #E5E5E5;
    padding: 4px;
    color: #808080;
}

.critical{
    color: #D72C2C;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.8em;
    width: 85%;
    margin: 3em auto;
    text-align: center;
}

.pure-button.near-input{
    height: 33px;
    position: relative;
    top: 33px;
    left: 20px;
    float: right;

    background-color: #1B96D4;
    color: #FFF;
    border-radius: 0 20px 20px 0;
}

.file-note{
    margin: 5px auto;
    text-align: center;
    background-color: #E5E5E5;
    font-size: .9em;
    color: #1B499D;
}

.heading{
    background-color: #02044F;
    color: #FFF;
    text-align: center;
}

.profile-table{
    width: 80%;
    margin: 2em auto;
}

.profile-table td{
    position: relative;
}

.profile-table td > .parsley-errors-list{
    list-style: none;
    text-align: center;
    color: #F00;
    text-transform: initial;
    font-weight: normal;
}

.profile-table td > .parsley-errors-list.filled{
    padding: 5px;
    border: 1px solid #F00;
}



.profile-table tr:first-child > td{
    height: 240px;
}


.profile-table tr:first-child button{
    position: absolute;
    right: 10px;
    bottom: 10px;
}


.profile-table td:first-child{
    width: 280px;
    font-weight: bold;
    color: #808080;
    text-transform: uppercase;
    font-size: .9em;
}

.profile-table td:last-child{
    text-align: left;
}

.f-right{
    display: inline-block;
    float: right;
}

.profile-table td.center{
    text-align: center;
}

.reserved{
    opacity: 0;
    visibility: hidden;
}

.reserved.mail{
    width: 210px;
    position: absolute;
    left: 12px;
    display: inline-block !important;
}

.reserved.password{
    position: absolute;
    top: 4px;
}

.reserved.password > input{
    margin: 4px 0;

}

.dummy-bin > .item {
    display: none;
}

.dummy-bin > .item:last-child{
    display: block;
}

.dummy-bin > tr.item:last-child{
    display: table-row;
}

.user-photo{
    max-width: 150px;
    max-height: 150px;
}

#main.administration{
    max-width: 1280px;
}

.cookiebanner{
    text-align: center;
    top:72px;
    bottom: auto !important;
    background-color: rgba(0, 0, 0, 0.5) !important
}