body {
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
}

.seccion-seammon {
	margin-top: 0.5em;
}

.img-logo-seammon {
	width: 80px;
}

.btn-nav-semmon {
	background-color: #FF0C0C;
	border-right: 2px solid #fafafa;
	color: #fafafa;
	font-size: 1em;
}

.simmon-slogan {
    padding-top: 5em;
    text-align: center;
    color: #FF0C0C;
    font-size: 2em;
}

.btn-entrar {
    background: #FF0C0C; 
    color: #fafafa;
}

.btn-entrar:hover {
    background:rgba(255, 12, 12, 0.83);
    color: #fafafa;
}

.header-logeo {
    background: #F1F1F1; 
    color: #000;
}

.margenes {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cabecera-tabla {
    background: #FF0C0C;
    color: #fafafa;
    font-size:13px;
    font-weight: normal;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-headre-error {
    background: #2c3e50;
    color: #fff;
}

.hideGridColumn
    {
        display:none;
    }

.contenido {
    font-size: 13px;
    font-weight: normal;
}

.content-box-gray {
    overflow: hidden;
    border: 2px solid #bdbdbd;
}

.margenes-titulo {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
}
.cabecera-pagina {
    padding-bottom: 5px;
    padding-top: 5px;
    background: rgb(241, 241, 241);
    border-bottom: 1px solid #eee;
    padding-left: 1%;
    margin-top: 0px;
}

.letra {
    font-size: 12px; 
    font-weight: 100;
}

.ModalOperacionesTamano{
     width: 85% !important;
}


.fondo-contenido {
    background: #F1F1F1;
}

.footer-login {
    padding: 0px;
    border-top: 1px solid #e5e5e5;
}

.titulo-login {
    font-weight: 400;
    text-align: left;
    margin: 0px 10px;
}

.box-control {
    border: 1px solid #fafafa;
}

.dropdown-semmon {
    background-color: #FF0C0C;
    width: 100%;
}

.dropdown-semmon>li>a {
    color: #fafafa;
    font-size: 1.65rem;
    border-bottom: 2px solid #fafafa;
}

fieldset {
    padding: .35em .625em .4em;
    margin: 1px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
    margin-bottom: auto;
    width: auto;
    font-size: 1.45rem;
    color: #1B00E6;
    font-weight: 500;
}

.paginacionGridOld
{
  /*padding: 105px;*/
  letter-spacing:1em
}

.paginacionGrid table 
{
    float: right;
}

.paginacionGridOld
{
  /*padding: 105px;*/
  letter-spacing:1em
}

.paginacionGrid span
{
  padding: 5px;
  border: solid 1px #d8d8d7;
  text-decoration: none;
  white-space: nowrap;
  background: #d8d8d7;
  border: solid 1px #000000;
  border-radius: 3px;
}

.paginacionGrid a, 
.pagination a:visited
{
  text-decoration: none;
  padding: 6px;
  white-space: nowrap;
  background: #ececec;
  border: solid 1px #000000;
  border-radius: 3px;
}
.paginacionGrid a:hover, 
.paginacionGrid a:active
{
  padding: 5px;
  border: solid 1px #b2b2b0;
  text-decoration: none;
  white-space: nowrap;
  background: #b2b2b0;
}


.print-title {
    font-size: 11px;
    font-weight: 600;
}

.print-subtitle {
    font-size: 8px;
}

.print-content {
    font-size: 9px;
}

.print-negrita {
    font-weight: 600;
}

#table-operacion td.number {
    text-align: right;
    padding-right: .15em;
}