body {
    margin:0;
    padding:0;
    font-family: 'Raleway', sans-serif;
}
h1 {
    font-family: 'Righteous', cursive;
    margin:0;
    padding:0;
    color:#343434;
}
h2 , h3 , h4 , h5 , h6 {
    font-family: 'Raleway', sans-serif;
    margin:0;
    padding:0;
    color:#004f00!important;
}
h4#example {
    margin-bottom: 10px;
    text-transform: none;
}
/* sections  */
section {
    padding:30px 15px;
}
section h4 {
    text-transform:uppercase;
    margin-bottom:20px;
}

/* HEADINGS */

h1 , h2 , h3, h5 , h6 {
    margin-bottom:10px;
    margin-top:20px;
}
/* BUTTONS */

button {
    padding:10px 25px;
    border-radius:5px;
    text-transform:uppercase;
    color:white;
    margin-right:10px;
    margin-bottom:15px;
    border:none;
}
.blue {
    background-color:#00afaa;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.green {
    background-color:#8dc223;
}
.red {
    background-color:#fc1e00;
}
.orange {
    background-color:#ff9933;
}

.blue_outline {
    border:2px solid #67d9db;
    background-color:white;
    color:#67d9db;
    font-weight: bold;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.blue_outline:hover {
    color:white;
    background-color:#67d9db;
}
.green_outline {
    border:2px solid #8dc223;
    background-color:white;
    color:#8dc223;
}
.red_outline {
    border:2px solid #fc1e00;
    background-color:white;
    color:#fc1e00;
}
.orange_outline {
    border:2px solid #ff9933;
    background-color:white;
    color:#ff9933;
}

button.blue:hover {
    cursor:pointer;
    background-color:#04d1ca;
}
/* TABLES */

th {
    color:#004f00;
    text-transform:uppercase;
}

table#alt tr.alt {
    background-color:#f6f6f6;
}
table tr:hover {
    background-color:#dbe4ee;

}

/* ICONS */
main svg {
    color:#00afaa;
}
ul.icons li a i {
    color:#343434;
}
ul.icons li a svg:hover {
    color:#00afaa;
}
ul.icons#options {
    display:flex;
    flex-flow:row;
    justify-content: flex-start;
    list-style-type: none;
    margin-bottom:0!important;
    padding-left:0!important;
}
ul.icons#options li {
    margin-right: 10px;
}
/* FORMULARIOS */
form {
    border:1px solid #dee2e6;
    padding:25px;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;*/
}
label {
    font-weight: bold;
    color:#343434;
    display: block;
}
div#radio label {
    display:inline;
}
div#radio input {
    min-width:auto;
}
input  , select , textarea{
    border-radius:5px;
    border:1px solid #e4e7ea;
    padding:5px;
    margin-right: 10px;
    margin-bottom: 20px;
}
input[type="text"] ,input[type="password"] ,input[type="email"] , select , textarea{
    /*min-width:300px;*/
    width:100%;
}
input.error {
    border:2px solid red;
}
i.error {
    color:red;
}
div.form-check {
    margin:0 10px;
}
div.form-check input {
    width:auto;
}

/* header */

ul#info_top.icons {
    display:flex;
    flex-flow:row;
    justify-content: space-around;
    list-style: none;
    color:#00afaa;
}
header ul#info_top.icons li {
    margin-left:10px;
}
ol.breadcrumb li.breadcrumb-item {
    color:#00afaa;
}
.breadcrumb-item.active {
    color: #6c757d!important;
}
#buscar {
    color:#002856;
    font-size:18px;
}
/*login */
body.login div.wrapper {
    display: block;
}
div#login {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    flex-flow: column;
    
    color:white;
}
div#login div.contenedor {
   display:flex;
   flex-flow:column;
   align-items:center;
}

div#login form {
    flex-flow:column;
    margin-bottom:0;
}
div#login form h2 {
    width:100%;
    text-align:center;
}
label.error {
    width: 100%;
    color: red;
}
div#login a {
    display:block;
    text-align:center;
    color:#002856;
    margin-bottom:5px;
}
div#login form button {
    margin:10px auto;
    display:block;
    text-transform: capitalize;
}

form#buscador {
    margin-bottom:20px;
}
form#buscador div#boton{
    width:100%;
}

div#logo-fondo {
    width:100%;
    height:500px;
    display:flex;
    justify-content: center;
    align-items:center;
}

footer#copyright {
    background-color: #343434;
    color:white;
    width:100%;
    text-align:center;
    padding:10px 0;
}
footer#copyright span{
    font-weight: bold;
}

#sidebar {
    position:relative;
}
#sidebar div.sidebar-header img {
    width: 100%;
}
#sidebar footer#copyright {
    position: absolute;
    bottom:0;
}
input.datepicker {
    margin:0;
}
h6#plasefi {
    margin-top:0;
    text-transform: uppercase;
    font-weight: 700;
}

/*data-tool-tip*/
a[data-tool-tip] {
    position:relative;
}
a[data-tool-tip]::after {
    content:attr(data-tool-tip);
    position: absolute;
    display:block;
    background-color:rgba(52,52,52,0.6);
    color:white;
    font-weight: bold;
    font-size:10px;
    padding:5px 10px;
    border-radius:5px;
    bottom:0;
    left:0;
    white-space: nowrap;
    transform:scale(0);
    transition: transform ease-out 150ms ,
                bottom ease-out 150ms;

}
a[data-tool-tip]:hover::after {
    transform:scale(1);
    bottom:100%;
}

/* detalle-contenido */
div#content .container h4 {
    margin-bottom:20px;
    margin-top:25px;
    text-decoration: underline;
}
div#content .container p {
    color:#343434;
    font-size: 16px;
}
div#content .container h2 a.edit {
    color:green!important;
}
div#content .container ul.doc_adjuntos {
    list-style: none;
    margin:0;
    padding:0;
}
div#content .container ul.doc_adjuntos li h5 {
    color:#343434;
}
div#content .container div#album.row img {
    width:100%;
}
div#content .container div.album-videos-embebidos ul {
    margin:0;
    padding:0;
}
div#content .container div.album-videos-embebidos iframe{
    width:85%!important;
}
/* cartelera */
div#cartelera ul {
    margin:0;
    padding:0;
    list-style:none;
}

div#cartelera div.note {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em auto;
    background: #FFCC00;
    height: max-content;
}

div#cartelera div.note div.datos {
    font-size: 14px;
}
div#cartelera div.note h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
div#cartelera div.note h6 {
    font-style: italic;
    margin-bottom: 0px;
}
div#cartelera div.note a {
    color: inherit;
    font-size: 14px;
    margin-bottom: 5px;
}
div#cartelera div.note p{
    font-size: 16px;
    color:#004f00;
    font-weight: 500;
}
div#cartelera div.note iframe {
    max-width: 100%;
    margin-top: 10px;

}
.note:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #deb306 #fff;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  }
div#cartelera div.note ul.options {
    margin:0;
    padding:0;
    list-style:none;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}
div#cartelera div.note ul.options li {
    margin-left:10px;
}

/* sanciones progress */
#sanciones_bar  {
    background-color:red;
}

/* tareas home */

div#tareas-home ul {
    list-style: none;
    margin:0;
    padding:0;
}

div#tareas-home ul li {
    margin-bottom:15px;
}
div#tareas-home ul li div {
    background-color:#ff9933;
    padding:1em 1.5em;
}
div#tareas-home ul li div a {
    color:white;
}

div#tareas-home ul li div span {
    color:white;
}
div#tareas-home ul li div h3 {
    font-size:20px;
    margin-top:10px;
    color:white;
}


/* tareas */
div#content h4 {
    margin-bottom:15px;
}
form#filtros {
    padding:10px;
    margin-bottom:15px;
}

ul#tareas {
    list-style: none;
    margin:0;
    padding:0;
}

ul#tareas li {
    margin-bottom:10px;
}
ul#tareas li div {
    padding:1em 1.5em;
    background-color:#eee;
}
ul#tareas li div h3 {
    margin-top:10px;
}

/*data-tool-tip*/
a[data-tool-tip] {
    position:relative;
}
a[data-tool-tip]::after {
    content:attr(data-tool-tip);
    position: absolute;
    display:block;
    background-color:rgba(52,52,52,0.6);
    color:white;
    font-weight: bold;
    font-size:10px;
    padding:5px 10px;
    border-radius:5px;
    bottom:0;
    left:0;
    white-space: nowrap;
    transform:scale(0);
    transition: transform ease-out 150ms ,
                bottom ease-out 150ms;

}
a[data-tool-tip]:hover::after {
    transform:scale(1);
    bottom:100%;
}
/* calendario */
div#calendario {
    max-width: 800px;
    margin:auto;
}
/* boletin */
td.below {
    color:red;
    font-weight: 600;
}
tr.concept-group {
    background:#eee;
}
tr.concept-group td:first-of-type {
    color:#004f00;
    font-weight: 600;
}
/* inasistencia */

tfoot tr {
    color:#00afaa;
    font-weight: 500;
}
/* materiales */


div.caja-filtros {
    background: #ced6e0;
    padding: 10px 35px;
}
div.caja-filtros ul {
    list-style: none;
    padding:0;
}
/* hijos */
div.fichamini-hijos {
    margin: 20px 0;
}
div.fichamini-hijos div.dropdown span {
    font-weight: bold;
    color:#004f00;
}

/*fomrs tablas*/
div.solo_email , div.form-problemas {
    max-width: 400px;
    margin:auto;
}
table.boton-final tr {
    display: flex;
    flex-flow: row-reverse;
}
table.boton-final a {
    padding: 10px 25px;
    color:white;
    background:#00afaa;
    text-transform: uppercase;
}
table.boton-final a:first-of-type {
    margin-right: 15px;
}
div.form-problemas td.etiquetas-forms {
    text-align: left;
    font-weight: 500;
}

div#content.registro {
    display: flex;
    flex-flow: column;
    width: 400px;
    margin: auto;
    align-items: center;
}
div#content.registro td.etiquetas-forms {
    text-align: left;
    font-weight: 500;
}
div.curso-comentarios ul {
    list-style: none;
}
div.curso-comentarios ul li h4 {
    font-size: 18px!important;
    margin-bottom: 5px!important;
}
div.curso-comentarios ul li p {
    font-size: 14px!important;
}
div.curso-comentarios form {
    padding:0;
    border:none;
}

div#fichamini-cursos {
    margin-top: 20px;
}
div#fichamini-cursos button {
    background:#004f00;
    padding: 5px 45px ;
}

nav.navbar button.dropdown-toggle {
    padding: 5px 40px;
}

#fichamini-cursos span {
    margin-left: 15px;
    font-weight: bold;
}
ul.icons#options li a i.destacado {
    color: #deb306;
}
span.tarea_label {
    background: red;
    padding: 5px;
    border-radius: 5px;
    color: white;
    margin-right: 10px;
    font-size: 12px;
    text-transform:uppercase;
}
a.badge
{
    text-align: left!important;
}
#sidebar ul.list-unstyled.components li a.badge::after {
	content: attr(data-badge);
	width: 5px;
	height: 5px;
	font-size: 12px;
    padding: 5px;
    border-radius: 20px;
    margin-left: 7px;
}
#sidebar ul.list-unstyled.components li#menu-95 a.badge::after {
	background-color: #f7d42b;
	color: initial;
}
#sidebar ul.list-unstyled.components li#menu-96 a.badge::after {
	background-color: #327ae6;
}
#sidebar ul.list-unstyled.components li#menu-97 a.badge::after {
	background-color: green;
}

a.nuevo::after {
    content: 'Nuevo';
    margin-left: 10px;
    font-size: 12px;
    background: green;
    color: white;
    padding: 5px;
    border-radius: 5px;
}