﻿.text-danger {
  color: #dc3545 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-primary {
  color: #007bff !important;
}

.text-dark {
  color: #343a40 !important;
}

.btn-group > .btn:first-child {
    background-color: transparent;
}

.nav-tabs {
    border-top: 5px solid #ddd;
    border-bottom: 5px solid #ddd;
    background: #f5f5f5;
}

.nav-tabs > li > a, .nav-pills > li > a {
    color: #888888;
    font-weight: bold;
}

.nav-tabs .dropdown-menu, .dropdown-menu
{
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 2px 0px 0px 0px;
}

li.open ul {
    min-width: 100%;
}

li.open li, .dropdown-menu li {
    border-bottom: 1px solid #D6D6D6;
    border-right: none;
    background: none;
}

.text-center{
    text-align: center!important;
}

div .ui-datepicker {
    font-size: 12px;
}
.RDI-InputError
{
    color: #b94a48 !important;
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}


/*Estilos - Label tamaños - negrita - Height filas - etc...*/

    /*Tamaños Labels y negrita*/
.bold, .bold label{
    font-weight:bold;
}
.RDI-SmallLabel, .RDI-SmallLabel label
{
    font-size:small;
}
.RDI-X-SmallLabel, .RDI-X-SmallLabel label
{
    font-size:x-small;
}
.RDI-XX-SmallLabel, .RDI-XX-SmallLabel label
{
    font-size:xx-small;
}

    /*Items a la derecha*/
.RDI-FloatRight
{
    float:right;
    margin-left:3px;
}
    /*Fila Small, por defecto es 30px*/
.RDI-Row-Height-Small
{
    height:15px;
}
.RDI-Row-Height-Medium
{
    height:23px;
}
    /*DropDownList Small, por defecto es 20px de height y padding 4 6 4 6*/
.RDI-ddl-txt-Small
{
    height:20px !important;
    padding:0px !important;
    min-height:20px !important;
}

/* ------------------------------------- */




/* DataGrid */
.RDI-DataGrid-Right {
    text-align: right !important;
    padding-right: 20px !important;
}
/* ------------------------------------- */




/* CheckBoxList */
.RDI-CheckBoxList input {
    margin-left: 20px;
    margin-bottom: 3px;
}
.RDI-CheckBoxList label {
    display: inline-block;
    margin-left: 5px;
}
/* ------------------------------------- */

span input[type="checkbox"]
{
    float: left;
    margin: 0 auto;
}



/* Tablas Bordes, Paneles Tabs*/
.RDI-TablaConBorde
{
    border-width: 1.5px;
    border-color: #A7BAC5;
    border-collapse: collapse;
    width:100%;
    margin-bottom:3px;
    border-style:solid;
}
.RDI-TablaSinBorde
{
    border-width: 0px;
    border-color: #A7BAC5;
    border-collapse: collapse;
    width:100%;
    margin-bottom:3px;
    border-style:none;
    padding: 5px;
    background: #F3F3F3;
}
.RDI-paneldeBotones
{
    border-width:0px;
    border-color:black;
    border-style:none;
    border-radius:3px;
    background: #FFFFFF;
    padding: 10px;
}
.RDI-solapa_press
{

	 border-width:0px;
	 border-color:black;
	 border-style:none;
	 border-radius:3px;
	 background: #FFFFFF;/* #f9f9f9;  Fondo de las pestañas */
	 border-radius: .25em .25em 0 0;
	 color: #888; /* Color del texto de las pestañas */
	 cursor: pointer;
	 display: block;
	 float: left;
	 font-size: 1em; /* Tamaño del texto de las pestañas */
	 height: 2.5em;
	 line-height: 2.5em;
	 margin-right: .25em;
	 padding: 0 1.5em;
	 text-align: center;
}
.RDI-button_solapa
{
	 border-width:0px;
	 border-color:black;
	 border-style:none;
	 border-radius:3px;
	 background: #999;/* #f9f9f9;  Fondo de las pestañas */
	 border-radius: .25em .25em 0 0;
	 color: #f9f9f9; /* Color del texto de las pestañas */
	 cursor: pointer;
	 display: block;
	 float: left;
	 font-size: 1em; /* Tamaño del texto de las pestañas */
	 height: 2.5em;
	 line-height: 2.5em;
	 margin-right: .25em;
	 padding: 0 1.5em;
	 text-align: center;
}
/* --------------------------------------------------------------------- */





/*Autocomplete*/
.ui-menu-item, ui-autocomplete-category
{
	font-size: 11px;
}
.ui-menu, ui-autocomplete-category
{
    height:120px;
    overflow:auto;

}
.ui-autocomplete-category
{
	font-size: 12px;
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;

}
.ui-autocomplete-loading {
    background: white;
}
/*-------------------------------------------------------------*/




/* Solapa links del edit
.RDI-btn-edit-link {
    background-color:black !important;
    color:white !important;
}
.RDI-caretEdit {
   border-top:4px solid white !important;
   margin-top:11px !important;
} */
/* -------------------- */

.overlay 
{
        opacity: 0.7;
        background-color: rgb(162, 211, 205); 
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999999;
        display: none;
}
 
.modal 
{
        display: none;
        background: #FFFFFF;
        overflow: auto;
        z-index: 999999999999;
        position: fixed;
        -webkit-box-shadow: 0 3px 5px #47958c;
        -moz-box-shadow: 0 3px 5px #47958c;
        box-shadow: 0 3px 5px #47958c;
        min-height: 30px;
        min-width: 200px;
}





/* Container needed to position the overlay. Adjust the width as needed */
.rdi-gallery .imgcontainer {
    position: relative;
    /*width: 100%;*/
    max-width: 400px;
    height: 300px;
    margin-top: 5px;
    margin-left: 0px !important;
    margin-right: 10px;
    border: solid 2px black;
    padding: 5px;
}

/* Make the image to responsive */
.rdi-gallery .image {
    width: 100%;
    height: auto;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.rdi-gallery .imgoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: red;
    text-align: center;
}

/* When you mouse over the container, fade in the overlay icon*/
.rdi-gallery .imgcontainer:hover .imgoverlay {
    opacity: 1;
}

.rdi-gallery .imgoverlay span {
    color: white;
    margin: 0 auto;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.rdi-gallery .imgicon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/* When you move the mouse over the icon, change color */
.imgicon:hover {
    color: white;
}



/* AJAX TOOLKIT */
/*  
.ajax__html_editor_extender_texteditor div, .ajax__html_editor_extender_texteditor span, .ajax__html_editor_extender_texteditor applet, .ajax__html_editor_extender_texteditor object, .ajax__html_editor_extender_texteditor iframe, .ajax__html_editor_extender_texteditor h1, .ajax__html_editor_extender_texteditor h2, .ajax__html_editor_extender_texteditor h3, .ajax__html_editor_extender_texteditor h4, .ajax__html_editor_extender_texteditor h5, .ajax__html_editor_extender_texteditor h6, .ajax__html_editor_extender_texteditor p, .ajax__html_editor_extender_texteditor blockquote, .ajax__html_editor_extender_texteditor pre, .ajax__html_editor_extender_texteditor a, .ajax__html_editor_extender_texteditor abbr, .ajax__html_editor_extender_texteditor acronym, .ajax__html_editor_extender_texteditor address, .ajax__html_editor_extender_texteditor big, .ajax__html_editor_extender_texteditor cite, .ajax__html_editor_extender_texteditor code, .ajax__html_editor_extender_texteditor del, .ajax__html_editor_extender_texteditor dfn, .ajax__html_editor_extender_texteditor em, .ajax__html_editor_extender_texteditor img, .ajax__html_editor_extender_texteditor ins, .ajax__html_editor_extender_texteditor kbd, .ajax__html_editor_extender_texteditor q, .ajax__html_editor_extender_texteditor s, .ajax__html_editor_extender_texteditor samp, .ajax__html_editor_extender_texteditor small, .ajax__html_editor_extender_texteditor strike, .ajax__html_editor_extender_texteditor strong, .ajax__html_editor_extender_texteditor sub, .ajax__html_editor_extender_texteditor sup, .ajax__html_editor_extender_texteditor tt, .ajax__html_editor_extender_texteditor var, .ajax__html_editor_extender_texteditor b, .ajax__html_editor_extender_texteditor u, .ajax__html_editor_extender_texteditor i, .ajax__html_editor_extender_texteditor center, .ajax__html_editor_extender_texteditor dl, .ajax__html_editor_extender_texteditor dt, .ajax__html_editor_extender_texteditor dd, .ajax__html_editor_extender_texteditor ol, .ajax__html_editor_extender_texteditor ul, .ajax__html_editor_extender_texteditor li, .ajax__html_editor_extender_texteditor table, .ajax__html_editor_extender_texteditor caption, .ajax__html_editor_extender_texteditor tbody, .ajax__html_editor_extender_texteditor tfoot, .ajax__html_editor_extender_texteditor thead, .ajax__html_editor_extender_texteditor tr, .ajax__html_editor_extender_texteditor th, .ajax__html_editor_extender_texteditor td, .ajax__html_editor_extender_texteditor article, .ajax__html_editor_extender_texteditor aside, .ajax__html_editor_extender_texteditor canvas, .ajax__html_editor_extender_texteditor details, .ajax__html_editor_extender_texteditor embed, .ajax__html_editor_extender_texteditor figure, .ajax__html_editor_extender_texteditor figcaption, .ajax__html_editor_extender_texteditor footer, .ajax__html_editor_extender_texteditor header, .ajax__html_editor_extender_texteditor hgroup, .ajax__html_editor_extender_texteditor menu, .ajax__html_editor_extender_texteditor nav, .ajax__html_editor_extender_texteditor output, .ajax__html_editor_extender_texteditor ruby, .ajax__html_editor_extender_texteditor section, .ajax__html_editor_extender_texteditor summary, .ajax__html_editor_extender_texteditor time, .ajax__html_editor_extender_texteditor mark, .ajax__html_editor_extender_texteditor audio, .ajax__html_editor_extender_texteditor video {
    border: initial;
    font-size: initial;
    font: initial;
    margin: initial;
    padding: initial;
    vertical-align: initial;
    zoom: initial;
}*/
.ajax__html_editor_extender_texteditor {
    background-color: white;
}

    .ajax__html_editor_extender_texteditor a {
        color: blue;
    }

    .ajax__html_editor_extender_texteditor b {
        font-weight: bold;
    }

    .ajax__html_editor_extender_texteditor i {
        font-style: italic;
    }

    .ajax__html_editor_extender_texteditor u {
        text-decoration: underline;
    }

    .ajax__html_editor_extender_texteditor ul, .ajax__html_editor_extender_texteditor ol {
        margin: 0 0 10px 25px;
    }

    .ajax__html_editor_extender_texteditor ul {
        list-style: circle;
        list-style-type: circle;
    }

    .ajax__html_editor_extender_texteditor ol {
        list-style: decimal;
        list-style-type: decimal;
    }

.ajax__fileupload_dropzone {
    background-color: white;
}

.ajax__fileupload_selectFileButton, .ajax__html_editor_extender_texteditor .ajax_fileupload_cancelbutton {
    background: #ddd;
    border-radius: 0;
    border: 0;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.ajax_fileupload_cancelbutton {
    display: none;
}


/* 2024 */
.module-wrapper span, .module-wrapper h1, .module-wrapper h2, .module-wrapper h3, .module-wrapper h4, .table th, .table thead td, .table tbody tr.thead-fix td
,.btn.btn-small,.btn-primary, .btn-success
,.table th a, .table thead td a, .table tbody tr.thead-fix td a, .table th a small, .table thead td a small, .table tbody tr.thead-fix td a small, .table th a small sup, .table thead td a small sup, .table tbody tr.thead-fix td a small sup
,.tabs-left > .nav-tabs > li.nav-environment span, .tabs-up > .nav-tabs > li.nav-environment span, .tabs-left > .nav-tabs > li.nav-environment i, .tabs-up > .nav-tabs > li.nav-environment i
,header .widgets-wrapper
{
    color: #2B3E4C;
}