﻿#content {
	background-color: #EFEFEF;
	background-image: url(../../Images/Teach/background-1.png);
	background-repeat: repeat-x;
	background-position: center top;
}

    #content input, #content select {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    #content input:focus, input:active, #content select:focus, select:active {
        background-color: white;
        border: 1px solid #cccccc;
    }
    
    #content div.ElementoEtapa {
        margin-top: 10px;
    }


h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
#content h3 {
	font-size: 1em;
	color: #666;
	font-weight: bold;
}
#content h3 em {
	font-weight: 300;
}

#content h2 {
    font-weight: bold;
}

#content h1 img {
	height: 28px;
	width: auto;
	margin-top: 4px;
}

.top-bar-section ul  {
	/*background-color: #42BDD8;*/
	height: 41px;
}
.top-bar-section li a  {
	/*background-color: #42BDD8;*/
	height: 41px;
}
.top-bar-section li a:hover {
	background-color: #35A5C0;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 0px 15px;
    line-height: 45px;
    background: none repeat scroll 0% 0% #42BDD8;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #35A5C0	;
}

.basic-container {
	padding: 1em;
}
.basic-container ul {
	/*padding: 0 1.25em 0 1.25em;*/
}
.basic-container ol {
	padding: 1em;
}
.container-01 {
	background-color: #FFF;
}
.basic-shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.h2-main-landing {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 3.75em;
	margin-bottom: 10px;
	font-weight: 400;
}
.h2-main-landing-complemnt {
	font-size: 0.2em;
}
/*.bottom-bar {
	height: 200px;
	line-height: 0.75px;
	top: calc(100% - 200px);
	position: absolute;
	background-color: #534741;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FC0;
	width: 100%;
	color: #FFF;
	padding-top: 1em;
	padding-left: 1em;
	/*display: none;*/
}
.bottom-bar .row .column{
	font-size: 0.5em;
}
.add-item-cat {
	font-style: italic;
	font-weight: 300;
	color: #666;
}
.row-min-height {
	min-height: 140px;
}
.row-max-width {
	max-width: 100%;
}
.stage-title {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 1em;
	margin-bottom: 2em;
}
.footer-max-width {
	width: 100%;
	background-color: #61358B;
	-webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px -2px 3px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px -2px 3px 0px rgba(0, 0, 0, 0.5);
}
.footer-max-width h3 {
	color: #FFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2em;
}
.footer-max-width label {
	display: none;
}
#content nav {
	font-size: 0.85em;
}

.add-item-ok {
	font-weight: 300;
	color: #FFF;
	background-color: #360;
	display: inline-block;
	padding: 0.25em 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.add-item-ok:hover {
	background-color: #390;
    color: #FFF;
}
.add-item-cancel {
	font-style: italic;
	font-weight: 300;
	color: #666;
}
.comp-title {
    font-size: 0.8em;
}
#addGoals, #addReferences, #addCompressions, #addQuestions, #addKnowledges, #addSkills {
    display: none;
}

#Recursos .add-resource {
    margin-bottom: 10px;
}

#Recursos .Recurso {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

    .content-input span.postfix {
        display: none;
    }

    .content-input:hover span.postfix {
        display: block;
        border-left: solid 1px #cccccc;
    }

.row.collapse .columns {
    padding: 0;
}

.ver-como-padre{
    font-size: 0.8rem;
    padding-left: 1rem;
}
.ver-como-padre a{
    display: block;
    margin-top: 0.5rem;
}

