@font-face {
	font-family: mostaza;
	src:url("../Fonts/Roboto-Regular.ttf");
}

@font-face {
	font-family: 'iconos';
	src:url("../Fonts/FontAwesome.otf");
}


html,body {
    height: calc(100% - 50px);
}
body 
    {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

#menu
{
    vertical-align: top;
    width: 200px;
    display: inline-block;
}
#submenu
{
    display: inline-block;
    margin-left: 10px;
}
nav {
    background-image: url(../images/bk02.png?v=1);
    background-repeat: repeat-x;
    width: 100%;
    padding: 0;
    vertical-align: top;
    padding: 0 0 0 0;
    margin-bottom: 20px;
}

.logo img
{
    margin: 0;
    padding: 0;
}

.logo {
  text-align: center;
  display: inline-block;
}

nav ul
{
    display: inline-block;
    margin: 0 !important;
    padding: 0; !important;
}
nav li
{
    display: inline-block;
    background-color: #444444;
}
#menu
{

}

.menu
    {
    white-space: nowrap;
    height: 100%;    
    }

a.menu 
    {
    font-family: mostaza;
    padding: 3px 10px 1px 10px;
    display: inline-block;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color 0.5s ease;
    color: #ADADAD;
    font-size: .9rem;    
    }


a.menu:hover  
    {
    background-color: #3900CE;
    color: #ffffff;
    }


.menuAdmin.cerrar
{
    float: right;
}

.menuAdmin.cerrar a
{
    color: #ffffff;
}


.menuAdmin li a
{
    line-height: 30px;
    height: auto;
    padding-bottom: 0;
}


main {
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
  display: block;
  margin: 0 auto;
  padding: 20px;
  vertical-align: middle;
}

#contentinfo1
{
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.95);
    border-radius: 8px;
    width: 100%;
    height: calc(100% - 20px);
}

.tabContent
{
    overflow: scroll;
    overflow-x: auto;
    overflow-y: scroll;
    height: 100% !important;
    width: 100%;
}

#contenido {
    margin: auto auto;
    height: 100% !important;
}

#loginfrm
{
    height: 100%;
}
#loginfrm table
{
   
}

.tableborder 
	{
	
    font-family: "mostaza";
    background-color:#D8EFFA;    
	}
.tableborder th
{
    padding: 10px;
}


.button-add,.button-back,.button-save-cancel,.buttons
{
    margin: 8px;
    min-width: 100px;
    margin-left: 0;
}


.button-add,
button,
input[type=button],
input[type=submit]
{
    border: none;
    padding: 8px;
    background-color: #0033CC;
    border-radius: 4px;
    font-family: Mostaza;
	color: white;
    
}
.button-add,
button:hover,
input[type=button]:hover,
input[type=submit]:hover
{
    border: none;
    padding: 8px;
    color: white;
    background-color: #3900CE;
    
    
}

input[type=submit],
input[type=submit]:hover
{
    padding: 8px;
    text-transform: capitalize;
    font-weight: bold;
}

.button-editydelete
{
    width: 35px;
    font-family: 'iconos' !important;
}

.button-edit
{
    background-color: #555555 !important;
}
.button-edit:hover
{
    background-color: #333333 !important;
}
.linea-puntos-gris a span
{    
    min-width: 200px;
    text-align: center;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 10px;
}

.linea-puntos-gris a img
{
    display: inline-block;  
}

.linea-puntos-gris
{
    border-bottom: 1px dotted #999999;
    padding-left: 10px;    
}

.linea-puntos-gris a
{
    text-decoration: none;
    color: #111111;
}
.linea-puntos-gris a:hover
{
    text-decoration: underline;
}

textarea
{
    min-width: 400px;
    min-height: 60px;
    padding: 5px;
}
input[type=text],
input[type=email],
input[type=password]
{
    min-width: 400px;
    line-height: 30px;
    padding: 3px;
}
select
{
    min-width: 400px;
    padding: 6px 3px;
}
option{
  height: 35px; 
  padding:5px !important; 
  line-height: 35px !important;
  font-size: 15px;
  }


.titulos
{
    line-height: 30px;
    white-space: nowrap;
    margin-right: 10px;
    min-width: 130px;
    display: inline-block;
}

.mensajes {
	color: black;
	font-family: mostaza;
	font-weight:bold;
}




.tecladoAuto
{
    font-family: 'iconos';
    display: inline-block !important;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    
}

.tecladoAuto:hover
{
 background-color: #efefef;    
}

.fa-keyboard-o:before {
    content: "\f11c";
}

#textoKey
{
	font-family: mostaza;
	font-size:22px;
    margin: 10px;
    height: 40px !important;    
    width: 820px;
}




#savescreen
{
    display: none;
}


.tituloTabla
{
    font-family: "mostaza";
    background-color: #DDDDDD;
    padding: 3px;
    color: #666666;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 10px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

    
}

.footTabla
{
    height: 100px;
}

.row-1
{
    background-color: #dfdfdf;
}

.button-edit,
.button-del
{
    width: 35px;
    font-family: 'iconos' !important;
}
input[type=number]
{
    text-align: center;
}

#div_image_1
{
    border: 1px dotted #999999;
    max-width: 410px;
}
#div_image_1 img
{

}


.image1View
{
    width: 90%;
    max-width: 300px;
    height: 300px;
    overflow: scroll;
}

.votantes
{
    min-width: 600px;
    font-family: "Mostaza";
    border-spacing: 0 10px;
}
.votantes tr
{
    margin-bottom: 15px;
}
.votantes .td1
{
    border-bottom:1px dashed #cccccc;
    background-color: #ffffff;
    line-height: 30px;
    padding-left: 10px;
    
}

.editVotacion
{
    border: 3px solid #dedede;
    border-radius: 8px;
    width: 600px;
    min-height: 300px;
    position: absolute;
    background-color: #ffffff;
    color: #555555;
    font-family: "Mostaza";
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -300px;
    font-size: 13px;
    font-weight: lighter;
    
-webkit-box-shadow: 6px 6px 45px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 45px -12px rgba(0,0,0,0.75);
box-shadow: 6px 6px 45px -12px rgba(0,0,0,0.75);
    
}
.editVotacionH
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #eeeeee;
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.editVotacionF
{
    
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.editVotacionS
{
    width: 100%;
    height: 220px;
    overflow: auto;
}
.editVotacion td
{
    padding-left: 10px;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 6px;
}

.editVotacion table
{
    border-spacing: 0 5px;
}

.editVotacion input[type=text]
{
    line-height: 20px;
    height: 20px;
    width: auto;
    border-color: #dddddd;
    border-width: 1px;
    
}

.image3View
{
    min-width: 150px;
    min-height: 150px;
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
    overflow: auto;
    background-color: #dedede;
}

.tabContent table td,
#loginfrm td
{
    padding-left: 10px;
}
.imagenCanIn1
{
    float: left;
}
.imagenCanIn2
{
    min-width: auto !important;
    width: 250px !important;
    margin-top: 10px;
}

#cuadroEditVot,
#cuadroEditFunc,
#cuadroEditSec
{
    display: none;
}

#header1
{
    height: 80px;
    background-color: #0033CC;
    margin-bottom: 30px;
    background-image: url(../images/bk01.png);
    background-repeat: repeat-x;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

#foot1
{
    
    height: 80px;
    background-color: #FF7A00;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    
}

.ac_gr
{
    text-align: left;
    font-variant: small-caps;
    font-weight: bold;
    color: #cc0000;
}
.ac_co
{
    color: #008800;
}


.btn-link
{
    color: #0033CC;
}

.btn-link:hover
{
    color: #3900CE;
}


#submenucmp
    {
        position: absolute;
    }
    
#submenucmp li
    {
    display: block;
    }
    
#submenucmp li a
    {
    height: 30px;
    line-height: 30px;
    width: 86%;        
    }
    
#submenu ul li
    {
        height: 30px;
        line-height: 30px;
    }



#bmenu
{
    display: block;
}

@media (max-width: 750px) {

#navmenu
    {
    width: 100%;
    }
    
#submenu
    {
    float: right;
    position: absolute;
    right: 5px;
    top: 40px;
    display: none;
    }
    
#navmenu ul
    {
    display: block;
    }
#navmenu li
    {
    display: block;
    }
    
.menuAdmin.cerrar
    {
    display: block;
    clear: both;        
    }
    
#bmenu
    {
        display: block;
        font-family: 'iconos' !important;
    }
    
#bmenu:before
    {
       content: "\f0c9";
        float: right;
        color: #ffffff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
        margin: 0;
        padding: 0;
    }
    
.tableborder th
    {
        width: auto;
    }
    
.tableborder td,
.tableborder th
    {
        text-align: left;
        font-size: 11px;
    }
    
.tableborder td
    {
    padding: 0;
    }
.tableborder th:nth-child(2),
.linea-puntos-gris:nth-child(2),
.tableborder th:nth-child(3),
.linea-puntos-gris:nth-child(3)    
    {
        display: none;
    }
    
.tabContent .button-editydelete
    {
    padding: 6px 4px !important;
    width: 26px;
    }

.logo img
    {
        height: 35px;
    }

.titulos
    {
        min-width: auto;
    }
    
    
#loginfrm .tabContent
    {
        height: auto !important;
    }
    
#loginfrm .tabContent textarea
    {
    min-height: 50px;
    }
#loginfrm   input[type=text],
#loginfrm   input[type=number],
#loginfrm   input[type=email],    
#loginfrm   textarea
    {
        min-width: 90%;
    }
    
#loginfrm .tabContent select
    {
        min-width: 95%;
    }
    
#loginfrm .tabContent td
    {
        display: block;
    }
    
.footTabla
    {
        height: 50px;
        text-align: center;
        position: relative;
    }
    

#div_image_1
{
    border: 1px dotted #999999;
    max-width: 93%;
}
#div_image_1 img
    {
        width: 80%;
    }
    
.votantes
{
    min-width: 100%;
}
    
.tablaItems,
.tablaItems td
    {
        display: table-cell !important;
        text-align: center;
    }
 
.editVotacion
    {
        top: 10px;
        left: 5px;
        right: 5px;
        margin: 0;
        height: auto;
        min-height: auto;
        width: auto;
        position: fixed;
        background-color: #fbfbfb !important;
    }
    
    
.editVotacion input,
select
    {
        min-width: unset !important;
    }
}



#scompra,
#sventa
    {
        
        height: 35px;
        margin-right: 5px;
        font-weight: bold;
        min-width: 30px !important;
    }
    
#ccompra,
#cventa
    {
    min-width: 30px !important;
    height: 34px;
    margin: 0 5px;
    font-weight: bold;
    padding: 0;
    border: none;
    background: none;
    border: 1px dotted #111111;
    text-align: center;
    width: 120px !important;
    }
    

#compra,
#venta
    {
    height: 30px !important;
    line-height: 30px !important;
    width: 120px !important;
        
    }


#div_image_1 {
    max-width: 90%;
}

#div_image_1 img {
 width: 90%;   
}
    