.body-modal h1,
.body-modal h2,
.body-modal h3,
.body-modal h4,
.body-modal h5,
.body-modal h6 {
    font-size: 18pt;
    font-weight: bold;
    line-height: 150%;
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
    color:#2b2b2b;
    text-align: left;
}
.body-modal span,
.body-modal p
{
    font-size: 12pt;
    line-height: 150%;
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
    color:#2b2b2b;
    text-align: justify;
}
.font_p{
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
    font-size: 16px;
}
.div_pos_table{
    border: 0px #ff2255 solid;
    padding-bottom: -15px;
}
.div_pos_pagination{
    border: 0px #1e55ff solid;
    position:relative;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top: 0px;
    top:-50px;
    width: 100%;
    height:auto;
    /*background-color: #ffffff;*/
}
.div_pos_pagination_export{
    border: 0px #1e55ff solid;
    position:relative;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top: 0px;
    top:-20px;
    width: 100%;
    height:auto;
    /*background-color: #ffffff;*/
}
.card_che {
    background: #fff;
    min-height: 50px;
   /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    position: relative;
    margin-bottom: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.up_clear_fix{
    content: "";
    margin-bottom: -100px;
}
.up_clear_fix_50{
    content: "";
    margin-bottom: -50px;
}
.top-margin-clear{
	margin-top: -50px;
	clear: both;
}
.add-top-margin-30{
    margin-top: 30px;
    clear: both;
}
/*---------------------------------------------------------------------------*/
.dropdown-menu-date {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin-top: 100px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.dropdown-menu-date.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu-date .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
}
.dropdown-menu-date a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu-date li > a:hover,
.dropdown-menu-date .active > a,
.dropdown-menu-date .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
}
/*-------------------------------------------------------------------------------*/
.dropdown-menu-date-time {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin-top: 0px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.dropdown-menu-date-time.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu-date-time .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
}
.dropdown-menu-date-time a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu-date-time li > a:hover,
.dropdown-menu-date-time .active > a,
.dropdown-menu-date-time .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
}

#input_numero_index{
    position: absolute;
    z-index: 10;
    width: 92%;
}
.dt-button.red {
    color: #c90000;
    font-weight: bold;
    font-size: 13px;
}
.title_info{
    font-size: 18pt;
    font-weight: bold;
}
.cke_dialog
{
    z-index: 10055 !important;
}
.font_view
{
    font-size:16px;
    font-family:Arial,Helvetica,sans-serif;
}
/*mark{
    background: #ffa500;
    color: black;
}
span.markYellow {
    background: yellow;
    color: black;
}*/

/*--------------------------loading-----------------------------*/

/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;

    box-shadow:
        rgba(13, 110, 253, 0.75) 1.5em 0 0 0,
        rgba(13, 110, 253, 0.75) 1.1em 1.1em 0 0,
        rgba(13, 110, 253, 0.75) 0 1.5em 0 0,
        rgba(13, 110, 253, 0.75) -1.1em 1.1em 0 0,
        rgba(13, 110, 253, 0.5) -1.5em 0 0 0,
        rgba(13, 110, 253, 0.5) -1.1em -1.1em 0 0,
        rgba(13, 110, 253, 0.75) 0 -1.5em 0 0,
        rgba(13, 110, 253, 0.75) 1.1em -1.1em 0 0;
}

/*.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 0, 0, 0.76) 1.5em 0 0 0, rgba(255, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(255, 0, 0, 0.75) 0 1.5em 0 0, rgba(255, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(255, 0, 0, 0.5) -1.5em 0 0 0, rgba(255, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 0, 0, 0.75) 0 -1.5em 0 0, rgba(255, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 0, 0, 0.75) 1.5em 0 0 0, rgba(255, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(255, 0, 0, 0.75) 0 1.5em 0 0, rgba(255, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(255, 0, 0, 0.75) -1.5em 0 0 0, rgba(255, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(255, 0, 0, 0.75) 0 -1.5em 0 0, rgba(255, 0, 0, 0.75) 1.1em -1.1em 0 0;
} */

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*------------------------fin----loading-------------------------*/
