/**** HTML TAGS ****/
html, body {
	margin:0;
    padding:0;
    height:100%;
	background-color: #ffffff;
}
#layout-admin #layoutContainer { background: url('../images/default/background.png'); }
img { border: 0; }
@font-face {
    font-family: "planer";
    src: url("../fonts/Planer-Regular-webfont.ttf");
}

/**** CSS CLASSES ****/
.font {font-family:verdana,arial,helvetica,trebuchet,sans;}
.font.nano {font-size:7pt;}
.font.small {font-size:8pt;}
.font.normal {font-size:9pt;}
.font.large {font-size:10pt;}
.font.big {font-size:12pt;}
.font.huge {font-size:15pt;}
.font.bold {font-weight:bold;}
.font.nobold {font-weight:normal;}
.font.italic {font-style:italic;}
.font.noitalic {font-style:normal;}
.font.justify {text-align:justify;}

.fontCustom { font-family:planer,arial,serif; }

.center {margin-left:auto; margin-right:auto;}
.right {margin-left:auto; margin-right:0;}
.left {margin-left:0; margin-right:auto;}
.textright {text-align:right;}
.textleft {text-align:left;}
.textcenter {text-align:center;}
.fright {float:right;}
.fleft {float:left;}
.clear {clear:both;}
.vtop {vertical-align:top}
.vmiddle {vertical-align:middle}
.vbottom {vertical-align:bottom}
.nowrap {white-space:nowrap}

.inline {display:inline;}
.inlineblock {display:inline-block;}
.hidden {visibility:hidden; display:none;}
.visible {visibility:visible;}
.link {cursor:pointer;}
.sucess {color:#5A9C33;}
.error {color:#ff3c3c;}
.required {font-weight:bold;} /* Zend_Form auto class required fields */
.doublebr {padding: 5px;} /* To use in Zend_Form decorators to put some whitespace between fields */
.errors {display:none;visibility:hidden;}
.errorField {
    border: 2px solid #EF5F4E;
}

.w100{width:100%;}
.w90{width:90%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w30{width:30%;}
.w20{width:20%;}
.w10{width:10%;}
.h100{height:100%;}

.userLink {
    color:#508154;
    font-style:italic;
}
.rgpd {
    margin: 1% 1%;
}
/**** CSS CONTAINERS ****/
#layoutContainer {
    position:relative;
    height: auto !important;
    height:100%;
    min-height:100%;
}
#layoutHeader {
	/*
    border-bottom: 1px solid #06344B;
    background-image: linear-gradient(bottom, rgb(36,91,115) -1%, rgb(28,110,140) 100%);
    background-image: -o-linear-gradient(bottom, rgb(36,91,115) -1%, rgb(28,110,140) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(36,91,115) -1%, rgb(28,110,140) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(36,91,115) -1%, rgb(28,110,140) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(36,91,115) -1%, rgb(28,110,140) 100%);
    */
    height:60px;
	font-family: planer,arial,serif;
	background: rgba(27, 99, 119, 0.95);
}

#layoutHeader table:first-child { width: 96% !important; margin: 0 auto !important; }

#layoutHeader .menuItem {
    padding-left:20px;
    font-size:12pt;
    color:#FFFFFF;
    text-decoration:none;
}
#layoutHeader .menuItem:hover {
    color:#FAD581;
}
#layoutHeader .menuItem.events {
    color:#9FEE60;
}
#layoutHeader .menuItem.admin {
    color:#FDA394;
}
#layoutHeader .menuItem.logout {
    color:#BED7D9;
}
#layoutLogin {
    background: rgba(27, 99, 119, 1);
    color: #98c5d5;
    border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position:fixed;
    top:53px;
    right:45px;
    padding:10px;
    padding-top:20px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(200, 200, 200, 0.5);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(200, 200, 200, 0.5);
    box-shadow: inset 1px 1px 1px 0px rgba(200, 200, 200, 0.5);
}
#layoutLogin table {
    padding:0;
    margin:0;
    border-spacing:0;
}
#layoutLogin a {
    color:#FFC261;
    text-decoration:none;
}
#layoutLogin .hr {
    height:1px;
    border-top:1px solid #0F4E62;
    border-bottom:1px solid #266F87;
    margin:10px;
    margin-top:20px;
}
#layoutLogin .text {
    margin-left:5px;
    margin-top:10px;
    margin-bottom:10px;
}
#layoutLogin .loginError {
    margin-left:10px;
    color:#FF7174;
}
#formLogin {
    margin:0;
    padding:0;
}
#formLogin dt {
    display:none;
}
#formLogin dd {
    padding:0;
    margin:0;
}
#formLogin .field {
    background-color: transparent;
	height: 25px;
	color: #7496A2;

    margin-left:5px;
    margin-right:10px;
    width:220px;
    margin-bottom:10px;
    padding-left:30px;
    font-weight: 200;
    font-family:helvetica, arial, serif;
    font-style:italic;
    border-width: 0;
    border-bottom-width: 0px;
    border-bottom-width: 0px;
    border-bottom: 1px solid #BBB;
    color: #FFF;
    font-size: 11pt;
}
#formLogin .field.border {
    border: 1px solid rgba(200, 200, 200, 0.3);
}
#formLogin input#email_login {
    background-image: url('../images/default/icon_email.png');
    background-repeat:no-repeat;
    background-position:8px center;
}
#formLogin input#password_login {
    background-image: url('../images/default/icon_password.png');
    background-repeat:no-repeat;
    background-position:8px center;
}
#formLogin #submit_login {
    margin:0;
    display: inline-block;
    line-height: 18pt;
    text-align: center;
    font-size: 11pt;
    color: rgba(255, 255, 255, 1);
    font-weight: 200;
    border: 2px solid rgba(255, 255, 255, 1);
    background-color: rgba(200, 200, 200, 0.4);
    text-transform: none;
    padding: 5px 20px;
    text-decoration: none;
    transition: all 0.4s linear;
    border-radius: 3em;
    margin-bottom: 10px;
}
#formLogin #submit_login:hover {
    background-color: rgba(200, 200, 200, 0.15);
}
#formLogin .nano { font-size: 8pt; }

#layoutLang { display: inline-block; text-transform: uppercase; position: fixed; top: 65px; right: 0; z-index: 1004; font-family: planer,arial,serif; margin: 0; padding: 0; background-color: #1b6377; font-size: 12pt; }
#layoutLang:hover { margin: 0; padding: 0; font-size: 12pt; }
#layoutLang label { display: block; min-width: 20px; position: relative; padding: 10px; font-size: 12pt; color: #FFFFFF; background: rgba(255, 255, 255, 0.2); margin: 0; cursor: pointer; }
#layoutLang a { display: none; min-width: 20px; padding: 10px; font-size: 12pt; color: #e3e3e3; background: rgba(255, 255, 255, 0); margin: 0; text-decoration: none; }
#layoutLang a:hover { background: rgba(255, 255, 255, 0.15); color: #FAD581; }
#layoutLang label .fa-sort-desc { display: block; position: absolute; left: 16px; bottom: 1px; font-size: 10pt; }
#layoutLang label .fa-sort-asc { display: none; position: absolute; left: 16px; bottom: -4px; font-size: 10pt; }
#layoutLang:hover label .fa-sort-asc { display: inline-block; }
#layoutLang:hover label .fa-sort-desc { display: none; }
#layoutLang:hover a { display: block; }

#layoutAdmin {
    position:absolute;
    top:65px;
    right:45px;
    padding:10px 4px;
	font-family: planer,arial,serif;
	background: rgba(27, 99, 119, 0.95);
    color: #98c5d5;
	/*border-radius: 5px;*/

}
#layoutAdmin a {
    color:#FFFFFF;
	font-size: 0.9em;
    margin-right:10px;
	text-decoration:none;
}
#layoutContent {
    border-top: 1px solid #27a3c2;
	padding-top: 100px;
    padding-bottom:200px;
}
#layoutFooter {
    border-top:1px solid #093B46;
    background-image: url('../images/default/bg_footer.png');
    background-repeat:repeat;
    background-color:#163342;
    position:absolute;
    width:100%;
    bottom:0;
    height:370px;
    color:#FFFFFF;
}
#layoutFooter .gradient {
    border-top:1px solid #1b8099;
    background-image: linear-gradient(bottom, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.1) 99%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.1) 99%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.1) 99%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.1) 99%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.1) 99%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.01, rgba(0,0,0,0.3)),
        color-stop(0.99, rgba(0,0,0,0.1))
    );
}
#layoutFooter .table {
    border-spacing:8px;
}
#layoutFooter .boxTitle {
    margin-top:10px;
    margin-bottom:20px;
    color: #f2e08c;
    font-size:1.4em;
    background-color: rgba(0, 0, 0, 0.1);
    border-top:1px solid #1C5467;
    padding:2px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}
#layoutFooter hr {
    border: 0;
    height: 1px;
    background-color: #217390;
    width:95%;
}
#layoutFooter .eventsBox {
    padding:0;
    background-color: rgba(0, 200, 250, 0.1);
}
#layoutFooter .eventsItem {
    padding:4px;
    padding-left:10px;
}
#layoutFooter .eventsItemText {
    font-size:0.8em;
    font-style:italic;
}
#layoutFooter .eventsItemInfo {
    font-size:0.6em;
    font-family:helvetica, arial, serif;
    letter-spacing:0.1em;
    color:#B4DCE9;
}
#layoutFooter .socialBox {
    padding:0;
    background-color: rgba(0, 200, 250, 0.1);
}
#layoutFooter .tweet {
    margin-bottom:20px;
    color:#B4DCE9;
    font-style:italic;
    font-size:0.75em;
    font-family:Arial;
    line-height:1.4em;
    text-align:justify;
    width:90%;
    padding-right:10px;
}
#layoutFooter a {
    color:#FFC261;
    text-decoration:none;
}
#layoutFooter .tweetDate {
    color:#3EA7C9;
    font-size:0.8em;
    font-style:normal;
}
#layoutFooter .aboutBox {
    padding:0;
    background-color: rgba(0, 200, 250, 0.1);
}
#layoutFooter .aboutText {
    margin-right:10px;
    margin-top:15px;
    color:#233438;
    font-size:1.1em;
}
#layoutAbout {
    font-family:helvetica, arial, serif;
    font-size:0.8em;
}
#layoutContact dt {
    display:none;
}
#layoutContact dd {
    width:75%;
    padding:0;
    margin:auto auto;
}
#layoutContact input {
    width:100%;
    margin-bottom:10px;
    background-color:#3F8195;
    box-shadow: inset 1px 1px 1px 1px #326077;
    border-radius:5px;
    height:24px;
    padding:2px;
    padding-left:6px;
    color:#B4DCE9;
    font-size:0.8em;
    font-family:helvetica, arial, serif;
}
#layoutContact input.border {
    border:1px solid #204F6E;
}
#layoutContact #validate-label {
    display:inline;
	font-family: arial;
	font-size: 0.7em;
}
#layoutContact #validate-element {
    display:inline;
}
#layoutContact #submit-element {
    display:inline;
}
#layoutContact input.short {
	width:10%;
	height: 18px;
}
#layoutContact textarea {
    width:100%;
    margin-bottom:8px;
    background-color:#3F8195;
    box-shadow: inset 1px 1px 1px 1px #326077;
    border-radius:5px;
    height:60px;
    padding:6px;
    color:#283E4C;
    font-size:0.8em;
    font-family:helvetica, arial, serif;
    font-style:italic;
	overflow-y: auto;
}
#layoutContact textarea.border {
    border:1px solid #204F6E;
}
#layoutContact #submit {
    width:30%;
    padding:5px;
    color: #164155;
	background-color: #8fb619;
    background-image: linear-gradient(bottom, rgb(182,111,24) 0%, rgb(254,181,65) 100%);
    background-image: -o-linear-gradient(bottom, rgb(182,111,24) 0%, rgb(254,181,65) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(182,111,24) 0%, rgb(254,181,65) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(182,111,24) 0%, rgb(254,181,65) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(182,111,24) 0%, rgb(254,181,65) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(182,111,24)),
        color-stop(1, rgb(254,181,65))
    );
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(252, 208, 132, 0.5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(252, 208, 132, 0.5);
    box-shadow: inset 1px 1px 0px 0px rgba(252, 208, 132, 0.5);
    border: 1px solid #164155;
}
#signup {
    width: 160px;
    height: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #6e8628;
    background-color: #8fb619;
    background-image: linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(123,158,18)),
        color-stop(1, rgb(168,211,40))
    );
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #294b57;
    line-height: 2.4em;
    margin-bottom:5px;
}
#helper {
    padding:6px;
    margin-left:10px;
    margin-right:20px;
    min-height:15px;
    max-width:400px;
}
#helper.assistant {
    background-color: #fbf3e2;
	background-image: linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -o-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(242,240,200)),
        color-stop(1, rgb(252,251,222))
    );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ABA867;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	color: #7D7B58;
}
#helper.error {
    background-color: #ffd9c6;
	background-image: linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(255,208,185)),
        color-stop(1, rgb(255,229,216))
    );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #da7767;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	color: #bc6959;
}
#messenger {
    position:absolute;
    left:200px;
    top:0;
    padding-right:40px;
}
#messenger.success_msg {
    background-color: #d0f7d5;
    color: #4d6550;
    border: 1px solid #77b27f;
}
#messenger.error_msg {
    background-color: #f8d8d8;
    color: #894a4a;
    border: 1px solid #d68585;
}
#no_script {
	background-color: #febca0;
	color: #000000;
	text-align: center;
	padding: 10px;
}
#ui-datepicker-div {
 font-size: 12px;
}
footer {
	font-family: planer,arial,serif;
	color: #FFFFFF;
    background: #0B4B59;
        background-image: none;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-image: url('../images/default/header.jpg');
    background-size: cover;
    background-position: center center;
	padding: 2px 0;
    text-align: center;
	font-size: 10pt;
	position: absolute;
width: 100%;
left: 0;
bottom: 0;
}
footer a { color: #FFFFFF; text-decoration: none; }
footer img.logo { width: 60px; }

#recoverPanel, #registrationPanel { background-color: transparent !important; margin-left: 0 !important; }
#layout-home #registrationPanel table, #layout-home #registrationPanel tbody, #layout-home #registrationPanel tr, #layout-home #registrationPanel td { display: block; text-align: left !important; width: 100% !important; }
#layout-home #registrationPanel tbody { display: flex !important; justify-content: space-between; flex-wrap: wrap; }
#layout-home #registrationPanel tr { display: inline-block !important; width: auto; }
#formLostpass dl { text-align: left !important; }

#recoverPanel input[type="text"], #layout-home #registrationPanel input[type="text"], #layout-home #registrationPanel input[type="password"] {
    background: transparent !important;
    border-width: 0 !important;
    border-bottom-width: 0px !important;
    border-bottom: 1px solid #999 !important;
    color: #999 !important;
    padding: 5px 0 !important;
    margin: 0 0 30px 0 !important;
	height: 30px !important;
	font-size: 11pt !important;
	box-shadow: none !important;
	max-width: 600px !important;
	width: 90% !important;
	border-radius: 0;
}
#layout-home #registrationPanel input[type="text"].errorField, #layout-home #registrationPanel input[type="password"].errorField { border-bottom: 2px solid #EF5F4E !important; }
#recoverInfo { font-size: 11pt !important; }

#recoverPanel #submit, #layout-home #registrationPanel #submit {
	cursor: pointer;
	background-image: none !important;
	font-size: 10pt !important;
	line-height: 16pt !important;
	color: #FFFFFF !important;
	font-weight: 200 !important;
	border: 2px solid #1b6377 !important;
	background-color: #1b6377 !important;
	text-transform: none !important;
	padding: 5px 20px !important;
	text-decoration: none !important;
	transition: all 0.4s linear;
	border-radius: 3em !important;
	margin-top: 30px !important;
	margin-left: 30px !important;
	box-shadow: none !important;
}
#recoverPanel #submit:hover, #layout-home #registrationPanel #submit:hover {
	color: #1b6377 !important;
	background-color: rgba(200, 200, 200, 0.4) !important;
}

#layout-home #registrationPanel input[type="text"].question { max-width: 60px !important; }
#layout-home #questionHelp { margin-left: 30px !important; }

#layout-home #registrationPanel .label { padding-bottom: 0 !important; font-size: 11pt !important; font-weight: 200; }
#layout-home #registrationPanel .label.bold { font-weight: 600; }

#layout-home #registrationPanel.w60, #recoverPanel.w60 { display: block; width: 100%; max-width: 600px !important; white-space: nowrap; margin-left: auto !important; margin-right: auto; }

#layout-home #registrationTitle, #layout-home #recoverTitle { text-align: center; margin: 0 !important; }
#layout-home #registrationTitle label::after, #layout-home #recoverTitle label::after {
    content: url('../images/default/app/line.png');
	margin-left: 40px;
}
#layout-home #registrationTitle label::before, #layout-home #recoverTitle label::before {
    content: url('../images/default/app/line.png');
    margin-right: 40px;
}
#layout-home #registrationTitle label, #layout-home #recoverTitle label {
	font-family: planer,arial,serif;
    display: inline-block;
    font-size: 22pt;
    color: #185063;
    font-weight: 400;
    margin: 50px 0;
    text-transform: uppercase;
}

#layout-home #registrationPanel #submit-element { text-align: center; }

.mainmenu {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
	overflow-y: auto;
    z-index: 1002;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: planer,arial,serif;
	background: rgba(27, 99, 119, 0.95);
}
.mainmenu .grid {
	padding: 0;
	max-width: 96%;
	min-height: 60px;
	margin: 0 auto;
	align-items: center;
}
#layout-home .mainmenu.is-sticky {
    position: fixed;
    top: 0;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    opacity: 1;
}
#layoutAdmin { position: absolute; top: 65px; right: 45px; display: inline-block; z-index: 1003; height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	background: rgba(27, 99, 119, 0.95);
	border-radius: 0;
}
.nav_menu { float: right; display: inline-block; margin-top: 20px; margin-bottom: 2px; font-family: planer,arial,serif; }
.nav_menu ul { margin: 0; }
.nav_menu .nav1 { display: inline-block; width: calc(50% - 50px); }
.nav_menu .nav2 { display: inline-block; width: calc(49% - 50px); }
.nav__list {
    list-style: none;
    padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.nav__list-item { min-height: 1.5em; color: #ffffff; }
.nav_menu a, #layoutAdmin a { text-decoration: none; color: #FFFFFF; font-size: 12pt; text-transform: uppercase; padding: 5px 10px; border-bottom: 2px solid rgba(255, 255, 255, 0); transition: color 0.6s; }
.nav_menu label { color: #FFFFFF; font-size: 12pt; text-transform: uppercase; padding: 5px 10px; border-bottom: 2px solid rgba(255, 255, 255, 0); transition: color 0.6s; }
.nav_menu a.active, #layoutAdmin a.active { color: #FAD581; }
.nav_menu a:hover, .nav_menu label:hover, #layoutAdmin a:hover { color: #FAD581; }
.nav_menu a.logout, .nav_menu a.login, .nav_menu label.login { color: #cccccc; }
.nav_menu label.active, #layoutAdmin a.active { color: #FAD581; }
.nav_menu a.logout:hover { color: #cc3333; }
.nav_menu a.login:hover, .nav_menu label.login:hover { color: #FAD581; }


#layoutAdmin a { font-size: 9pt; padding: 5px 1px; margin-left: 2px; margin-right: 2px; }

/* LOGO */
.logomini img {  max-height: 50px; margin: 10px 0 0; padding: 0; }
.logo_place { display: inline-block; width: 100px; }


#nav-icon {
	display: none;
	float: right;
    width: 36px;
	height: 20px;
	position: relative;
	margin-top: 20px;
	margin-right: 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon::after { clear: both; }
#menu_label {
	display: none;
	position: absolute;
	right: 80px;
	top: 22px;
	font-family: "planer";
	color: #ffffff;
	font-size: 12pt;
	font-weight: 400;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  will-change: transform;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  will-change: transform;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 10px;
  will-change: transform;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 20px;
  will-change: transform;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
	will-change: transform;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
	will-change: transform;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 4px;
}

@media only screen and (max-width: 1060px) {
	.nav_menu { clear: both; display: none; }
	#menu_label { display: inline-block; }
	.nav_menu { width: 100%; height: calc(100vh - 60px); top: 60px; left: 0; margin: 0; background: rgba(27, 99, 119, 0.95); }
	.nav_menu .nav1, .nav_menu .nav2 { display: block; width: 100%; }
	.mainmenu .grid { display: block; }
	.logomini { display: inline-block; }
	#nav-icon { display: inline-block; }
	.nav__list { display: block; }
	.nav__list-item { display: block; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.05); }
	.nav__list-item a { display: block; padding: 15px; width: 100%; }
	#layoutAdmin { position: static; display: block; padding: 0; }
	#layoutAdmin a { display: block; text-align: center; padding: 15px;  }
}

@media only screen and (max-width: 960px) {
	.grid { max-width: 90%; }
	#layoutLogin { display: block; width: 100%; left: 0; top: 60px; }
    #layoutLogin table, #layoutLogin tbody, #layoutLogin tr, #layoutLogin td{ display: block; width: 100%; margin-top: 0 !important; margin-bottom: 0 !important; }
    #layoutLogin dd { text-align: center !important; }
    .nav__list-item label { display: block; padding: 15px 0; }
    .nav__list-item label, .nav__list-item a { margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
}
