/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

@import url(kickstart-forms.css);
@import url(fonts/fontawesome/css/font-awesome.min.css);

html,
button {
    color: #eee;
}

input,
select,
textarea {
    color: #999;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background: #222;
}

::-moz-selection {
    background: #69be28;
    text-shadow: none;
}

::selection {
    background: #69be28;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.darker-text {
    color: #bbb;
}

.brighter-text {
    color: #eee;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica Neue, Helvetica, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Black Theme
      - lime green kawasaki : #69BE28
   =================== */

.header-container,
.main aside {
    background: black;
}

.footer-container,
.main-container {
    background: #222;
}


.title {
    color: white;
}

.header-container {
    height: 60px;
}

div.brand {
    display: block;
	float: left;
    height: 60px;
}

div.title {
	float: right;
	margin: 0.8em 0 0.8em 0.8em;
	line-height: 1.4em;
	font-size: 1.3em;
    font-weight: bold;
	text-transform: uppercase;
}

div.footer-brand {
    display: block;
	float: left;
}

div.footer-version {
    display: block;
	float: right;
}

.container-header-stripes {
	background: black;
	background-image: url('../images/branding/stripes.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 56px; /* This allows to cover also the black frame below the green stripes */
    margin: 0;
}

/* ==============
    MOBILE: Menu
   ============== */

nav {
	position: relative;
	top: 20px;
	background: black;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: black;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    background: #69be28;
    text-shadow: 0px -1px black;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 80px 0 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   ==========================================================================
   ==========================================================================
   Author's custom styles
   ==========================================================================
   ==========================================================================
   ========================================================================== */

.footer-container {
  position:fixed;
  bottom:0px;
  width:100%;
  height: 35px;
  border-top: 1px solid #000;
} 

.footer-inner-container {
  width: 100%;
  height:100%;
  border-top: 1px solid #424242;
}

footer.copyright div {
	font-size: 0.75em;
	margin: 0.25em;
	color: #ccc;
	text-shadow: 0px -1px black;
}

footer.copyright div.right {
	float: right;
}

/* ==========================================================================
   Green button
   ref: http://css-tricks.com/examples/ButtonMaker
   ========================================================================== */

.green-button {
	border-top: 1px solid #b0fa78;
	background: #3e8f00;
	background: -webkit-gradient(linear, left top, left bottom, from(#69be28), to(#3e8f00));
	background: -webkit-linear-gradient(top, #69be28, #3e8f00);
	background: -moz-linear-gradient(top, #69be28, #3e8f00);
	background: -ms-linear-gradient(top, #69be28, #3e8f00);
	background: -o-linear-gradient(top, #69be28, #3e8f00);
	padding: 10px 32px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 1em;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
}
.green-button:hover {
	border-top-color: #3e8f00;
	background: #3e8f00;
	color: #ffffff;
}
.green-button:active {
	border-top-color: #69be28;
	background: #69be28;
}

 .small-button {
 	padding: 4px 16px; !important
}

/* ==========================================================================
   Main menu
   ========================================================================== */

#sections-menu {
	width: 100%;
	height: 450px;
	font-size: 1.2em;
	border: 0;
}

#sections-menu tr td {
	width: 33%;
	height: 33%;
	padding: 5px;
	margin: 0;
}

#sections-menu td a,
#sections-menu td a:link,
#sections-menu td a:visited {
	text-decoration: none;
	text-align: center;
	line-height:8em;
	text-shadow: 0px -1px black;
	display: block; 
	width: 99%;
	height: 95%;
	color: #ccc;
    border: 2px solid #3e8f00;
}

#sections-menu tr td a:hover {
	color: white;
	text-shadow: 0px -1px black;
	background: #4EAD00;
	cursor: hand;
}

#sections-menu tr td a:active {
	color: white;
	text-shadow: 0px -1px black;
	background: #397700;
	cursor: hand;
}

#section-sub-menu {
	border: 0;
}

#section-sub-menu td a,
#section-sub-menu td a:link,
#section-sub-menu td a:visited {
	text-align: center;
	line-height:4em;
}
#section-sub-menu tr td {
	padding: 5px;
	margin: 0;
}

#menu-alert {
	width: 100%;
	height: 5%;
	font-size: 1.2em;
	border: 0;
}

#menu-alert tr td {
	padding: 1px;
	margin: 0;
}

#menu-alert td a,
#menu-alert td a:link,
#menu-alert td a:visited {
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px black;
	display: block; 
	width: 99%;
	height: 95%;
	color: #ccc;
    border: 2px solid red;
}

#menu-alert tr td a:hover {
	color: white;
	text-shadow: 0px -1px black;
	background: #4EAD00;
	cursor: hand;
}

#menu-alert tr td a:active {
	color: white;
	text-shadow: 0px -1px black;
	background: #397700;
	cursor: hand;
}

header div.loggedInUser {
    display: inline-block;

	position: relative;
	top: 23px;
    width: 100%;
    padding: 0px 0;

    text-align: right;

    color: #ccc;
    font-size: 14px;
}

/* ==========================================================================
   Model Recognition Page
   ========================================================================== */

div.mrm-title {
	float: right;
	margin: 0.8em 0 0.8em 0.8em;
	line-height: 1.4em;
	font-size: 1.3em;
    font-weight: bold;
}

.mrm-menu {
	width: 100%;
	font-size: 1em;
}

.mrm-menu tr td {
	width: 25%;
	height: 25%;
	padding: 1px;
	margin: 0;
	border: 1px solid #3e8f00;
}

p.mrm-header {
	font-size: 1.1em;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
}

p.mrm-footer {
	text-align: center;
	vertical-align: center;
	margin: 1;
}

.mrm-container{
	position:absolute;
	top:50%;
	height:100%;
	line-height:100%;
	margin-top:50%;
}
.mrm-menu td a,
.mrm-menu td a:link,
.mrm-menu td a:visited {
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px black;
	display: block; 
	width: 99%;
	height: 95%;
	color: #ccc;
    border: none;
}

.mrm-menu tr td a:hover {
	color: white;
	text-shadow: 0px -1px black;
	background: #4EAD00;
	cursor: hand;
}

.mrm-menu tr td a:active {
	color: white;
	text-shadow: 0px -1px black;
	background: #397700;
	cursor: hand;
}

/* ==========================================================================
   White background page
   ========================================================================== */

body.white {
    background: #f6f6f6;
}

.main-white-container {
    background: #f6f6f6;
}

.main-white {
	background: #fff;
	border-left: solid 2px #eee;
	border-right: solid 2px #eee;
	height: 100%;

	box-shadow: 15px 0 20px -8px rgba(120, 120, 120, 0.6) , -15px 0 20px -8px rgba(120, 120, 120, 0.6); 
	-moz-box-shadow: 15px 0 20px -8px rgba(120, 120, 120, 0.6) , -15px 0 20px -8px rgba(120, 120, 120, 0.6); 
	-webkit-box-shadow: 15px 0 20px -8px rgba(120, 120, 120, 0.6) , -15px 0 20px -8px rgba(120, 120, 120, 0.6); 
}

 table.center {
    margin-left:auto; 
    margin-right:auto;
  }

.bordered {
    margin: 56px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: solid 1px #666;
}

.note {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FDE073;
	color: #555;
	text-align: center;
	line-height: 1.5em;
	text-shadow: 0px 1px #fff;
}

#capsalert {
	position:absolute; 
	left:350;	
	top:60;
	display:none;
	z-index:2;
}

/*---------------------------------
	UTILITY
-----------------------------------*/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

/*---------------------------------
	HR
-----------------------------------*/
hr{clear:both;border-bottom:0;border-top:1px dotted #ccc;border-right:0;border-left:0;margin: 25px 10px 25px 10px;min-height: 0px;height:1px;}
hr.alt1{border-style: solid;}
hr.alt2{border-style: dashed;}

/* ==========================================================================
   ==========================================================================
   ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 5px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: left;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}