﻿/* Errors */
.validation-summary-errors
{
    background-color: #fcc;
    box-shadow: 5px 5px 10px #000;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}

.validation-summary-errors li
{
    display: block;
    background: url(images/error-icon24x24.png) no-repeat 0px 50%;
    padding: 5px 0px 5px 25px;
}

.field-validation-error, span.input-validation-error
{
    color: #cc0000;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error
{
    border: 1px solid #cc0000;
    background-color: #ffffcc;
}

.error
{
}


/* Notification styles
-----------------------------------------------------------*/
.notificationbox
{
    z-index: 1000;
    margin-top: 10px;
    padding: 12px 10px 10px 40px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 6px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #ccc;
    display: none;
    width: 100%;
}

.nb-success
{
    color: #060;
    background: #cfc url(images/success-icon24x24.png) no-repeat 8px 12px;
}

.nb-error
{
    color: #c00;
    background: #fcc url(images/error-icon24x24.png) no-repeat 8px 12px;
}

.nb-warning
{
    color: #c60;
    background: #ffc url(images/warning-icon24x24.png) no-repeat 8px 12px;
}

.notificationlink
{
    margin: 5px 0 0 0;
    font-family: Verdana;
    font-size: 0.8em;
    font-style: italic;
    text-decoration: underline;
}

.notificationstackbox
{
    border: 1px dashed #808080;
    display: none;
    background-color: #FFF4F4;
    margin: 5px;
    padding: 5px;
}

#dynamic-notificacion {
    /* position: absolute;   
     display: -webkit-box; 
    z-index: 500;
    clear: both;
    padding-top: 15px;    
    padding-left: 10px; 
    padding-right: 10px;*/
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1500;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
}
/* *************** */

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fcfcfc;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 10px 0 0 0;
    padding: 0;
    color: #696969;
    height: 100%; /* padding: 15px; */
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}


header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    /*width: 95%;*/
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #EEE;
    padding: 10px;
    background-color: #00bcd4;
    overflow: auto;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px;
    margin: 0;
    border: none;
    font-size: 20px !important;
}

#main
{
    padding-top: 3px;
    padding-bottom: 15px; /*padding-left: 15px;*/
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

footer, #footer
{
    background: #cccccc;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 98%;
    height: 20px; /* Height of the footer */
}


nav, #menucontainer
{
    margin: 0px 0px 0px 0px;
    padding: 14px 0px 0px 10px;
}


.itemmenu
{
    font-size: 10pt;
    font-weight: normal;
    padding: 10px;
    border-radius: 5px;
    margin: 3px;
    background-color: #fefefe;
    float: left !important;
}


.itemmenu2
{
    display: block;
    clear: right;
    font-size: small;
    line-height: 1.1em;
}

#comboprincipal
{
    /*border: 1px solid black;*/
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #d9edf7;
    border: solid 1px #fafafa;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
    background-image: url(images/blanco-512.png);
    margin-top: 13px;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    background-color: #cecece;
    padding: 10px;
    min-height: 60px;
}

#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #eee;
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}

.display-field
{
    margin: 0px 0px 0px 7px;
    padding: 4px 0px 0px 5px;
    border-left: solid 1px rgba(128, 128, 128, 0.13);
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



.dd-select
{
    background-color: White;
}

/*  formato para los avisos y codigos de ejemplo */
code
{
    font-family: consolas, courier, monospace;
    color: #009;
}

pre
{
    font-family: consolas, courier, monospace;
    font-size: 1em; /*line-height: 1.2em;*/
    background-color: #ddd;
    color: #000; /* likewise the background-color comment */
    border: 1px solid #999;
    padding: 5px;
}

/* clase de la tabla generada por JS */
.jsonHtmlTableClass
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

.jsonHtmlTableClass td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

.jsonHtmlTableClass th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* toogle buttons */
.toogleButtonOff
{
    background-color: #C0C0C0;
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: inherit;
}

.toogleButtonOn
{
    background-color: #009933;
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: inherit;
}

.celdaHorario
{
    padding: 0px;
}

.toogleHeader
{
    text-align: center;
    text-transform: uppercase;
}

.mensajeTopWindow
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    top: 0;
    position: fixed;
    background-color: #CCCCFF;
    height: 15px;
}

/* *** tarjetas *** */
.vcard_portlet
{
    margin: 0.5em;
    float: left;
    min-width: 220px;
    min-height: 85px;
}

.display_title_data
{
    font-size: medium;
    font-variant: inherit; /*     font-style: italic;     text-decoration: underline;     */
    font-weight: bold;
    background-color: rgba(128, 128, 128, 0.13);
    border-radius: 5px;
    padding: 5px;
    font-family: sans-serif;
    margin-bottom: 10px;
}


.display_subtitle_data {
    font-size: small;
    font-variant: inherit;
    font-weight: bold;
    background-color: rgba(128, 128, 128, 0.08);
    border-radius: 5px;
    padding: 5px;
    font-family: sans-serif;
    margin-bottom: 10px;
    color: #808080de;
}

.display_number_aderecha {
    text-align: right;
}

.display_number_marginright_custom {
    margin-right: 4px;
}

.display_subtitle_child_row {
    font-size: small;
    color: #808080de;
}

.user_in_role
{
    background-color: #A6CEA6;
    min-width: 150px;
}

.user_not_in_role
{
    min-width: 150px;
    background-color: #DEDEDD;
}

th > a
{
    color: #337AB7;
    text-decoration: underline;
}

.pagination > .active > a
{
    background-color: #EFEFEF !important;
    border-color: #C9C9CA !important;
}

.alert-neutral
{
    background-color: #F5F5F5 !important;
    border-color: #EAE9E6;
}


.user_is_related
{
    background-color: #A6CEA6;
    min-width: 150px;
}

.user_not_related
{
    min-width: 150px;
    background-color: #DEDEDD;
}

#messageContainer
{
    display: block;
    padding: 50px;
    text-align: center;
}

.waiting
{
    border: 1px dashed red;
    background-color: rgba(255, 0, 0, 0.06);
}

.success
{
    border: 1px dashed green;
    background-color: rgba(0, 255, 87, 0.11);
}

.user_client_assign
{
    min-width: 250px;
    margin: 7px;
}

.user_role_assign
{
    min-width: 250px;
    margin: 7px;
}

.cliente_baloon
{
    margin: 10px 0px 10px 0px;
}

td > a.btn-default
{
    min-width: 300px;
}

.alert-custom-attrs
{
    /* margin-top: 10px; */
}

#qrContainer
{
    display: block;
    padding: 20px;
    text-align: center;
}

.small_box {
    float: left;
    margin: 5px;
    padding: 5px;
}

.small_title {
    font-size: small;
    font-variant: inherit;
    font-weight: bold;
    background-color: #d3e7ea;
    border-radius: 3px;
    padding: 5px;
    font-family: sans-serif;
    margin-bottom: 1px;
}

.small_value
{
}

.ntf-sospechoso
{
    color: #901b1b;
}

.headerPreviewRow {
    border-bottom: 1px solid #e0e0e0;
}

.headerPreviewTitle {
    font-weight: bold;
    padding: 1px;
    font-family: sans-serif;
    margin-bottom: 1px;
}

.headerPreviewValue {
    padding: 1px;
    font-family: sans-serif;
    margin-bottom: 1px;
    color: #888;
    text-align: right;
}

.headerPreviewLogo {
    text-align: right;
}

.headerPreviewSubTitle {
    padding: 1px;
    font-family: sans-serif;
    margin-bottom: 1px;
    color: #888;
    text-align: left;
}

.previewSubtitleObs {
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
.previewDescriptionObs {
    margin: 10px 0px 10px 0px;
}

.previewPreguntaDescripcion {
    padding-top: 5px;
    font-weight: bold;
}


.contenido-lista-imagen {
    margin: 1px;
    display: grid;
    border: 1px #ddd solid;
    padding: 2px;
    border-radius: 2px;
}

.contenido-lista-audio {
    margin: 3px;
    display: grid;
    border: 1px #ccc solid;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.contenido-audio-control-custom {
    width: 200px
}
