/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 6, 2020, 9:50:27 AM
    Author     : jonathan sb
*/

#custom-category-box
{
    min-height: 320px;
    margin-bottom: 1em;
}

#category_index_list_info
{
    color:white;
}

#category_index_list_txt
{
    color:white;
    font-size: 2em;
    padding-bottom: 1.5em;
}

.categoria_seleccionada
{
    border-style: solid none none none; border-width:0.4em; border-color:black;
}

.bg-white {
  background: #fefefe;
}

.adm_class1 {
    padding-left:1em;
    padding-right:1em;
    background-color:#e3f2f9;
    border-radius: 1em;
}

.adm_class1:hover {
    background-color:#82c7e3;
    border-radius: 0.5em;
}

.adm_class1_active {
    font-weight: bold;
    padding-left:1em;
    padding-right:1em;
    background-color:#82c7e3;
    border-radius: 1em;
}

.adm_class1_active:hover {
    border-radius: 0.5em;
}

.adm_class2 {
    padding-top:0.35em;
    color:blue;
}

.adm_class2:hover {
    padding-top:0.35em;
    color:blueviolet;
}

.adm_class2_active {
    padding-top:0.35em;
    color:blueviolet;
    font-weight: bold;
}

.cancel_button
{
    margin-top: 0.25em;
    color:whitesmoke;
/*    border-color:#676476;*/
    border-color:#000000;
    background-color:#676476;
    padding:0.5em 1em 0.5em 1em;
}

.almost_main_btn
{
    margin-top: 0.25em;
    color:white;
/*    border-color:#676476;*/
    border-color:#000000;
    background-color:#000000;
    padding:0.5em 1em 0.5em 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: darkslategrey;
}

.dropdown_custom
{
    background-color:#f2f7f3;
    padding-top: 1em;
    margin-top: 2em;
}

.dropdown_custom:hover
{
    background-color:#f2f7f3;
    font-weight: bold;
}