/* Global Styles */

/* ------------------------------- */

 body {
    background-color: #f8f8f8;
}

/* Wrappers */

/* ------------------------------- */

 #wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
    /*margin: 0 0 0 160px;*/
    padding: 0 30px;
}



@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
       /* margin: 0 0 0 160px;*/
        padding: 0 30px;
        min-height: 1300px;
        border-left: 1px solid #e7e7e7;
    }
}
@media (max-width: 767px) {
	#page-wrapper {
        /*margin: 0 ;*/
        padding: 0 30px;
        
    }
    .navbar-static-side {
    width: 100%;
    
}
}


.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

 .navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px!important;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

 .sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}



@media(min-width:768px) {
    .navbar-static-side {
        z-index: 999;
        position: absolute;
        width: 160px;
        left:0!important
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.navbar-static-side {
    height: 100%;
    overflow: auto;
    position: fixed;
    width: 160px;
    z-index: 500!important;
}

/* Buttons */

/* ------------------------------- */

 .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

 .chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

 .login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

 .flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

 table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

 .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}


.full-screen {
    width: 98%;
    height: 95%;
    margin: 20px auto;
    top: 0;
    left: 0;
}

.full-screen .modal-content {
  height: 100%;
  
}

.full-screen .modal-content-inner {
  height: 100%;
  overflow:hidden;
}


.full-screen .modal-content-inner .modal-footer{
    background: #fff none repeat scroll 0 0;
    bottom: 0px;
    position: absolute !important;
    width: 100%;
    padding: 10px;
}



.full-screen .modal-content #ModContentGallery{
  height: 100%;
  
}

.full-screen .modal-content #ModContentGallery .modal-body {
    height:78%;
    position: relative;
    padding-top: 10px;
}

.full-screen .modal-content #ModContentGallery .modal-body .tab-content {
    bottom: 0;
    padding: 0 18px;
    position: absolute;
    right: 0;
    top: 53px;
}

.full-screen .modal-content #ModContentGallery .modal-body .tab-content .tab-pane{
	height: 100%;
    position: relative;
   
}

.full-screen .modal-content #ModContentGallery .modal-body .tab-content .tab-pane .row{
	height: 100%;
    position: relative;
   
}


.full-screen .modal-content #ModContentGallery .modal-body .tab-content .tab-pane .row .gallery_body{
	height: 100%;
    position: relative;
    
}

.full-screen .modal-content #ModContentGallery .modal-body .tab-content .tab-pane .row .gallery_body .dropzone{
	height: 100%;
    position: relative;
    overflow-y: auto;
    margin:0!important;
}

#wrapper.full .a_navbar_top{
	height: 38px;	
}

.a_navbar_top.navbar-fixed-top{
	min-height:auto;
	border:none;
}

#wrapper {
	padding-top:36px;
}

.nano {
    position: fixed;
    width: 160px;
    z-index: 1;
    height:200px;
    background:#222;
}


.nano .nano-content {     right: -17px!important;/*padding: 10px;*/ height:100%!important}

.nano .nano-pane   { background: #999; }
.nano .nano-slider { background: #fff; }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 160px;
    width: 0px;
    height: 100%;
    margin-left: -160px;
    overflow-y: auto;
    background:#222222;
   /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

#wrapper.toggled #sidebar-wrapper {
    width: 160px;
}

#page-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    background: #e5e9ec;
}

#wrapper.toggled #page-wrapper {
    position: absolute;
    margin-right: -160px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 160px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.header_fix {
    background: #fff;
    border-bottom: 1px solid #ccc;
    left: 0;
    padding-left: 180px;
    padding-right: 20px;
    padding-top: ;
    position: fixed;
    top: 37px;
    width: 100%;
    z-index:100;
}

#wrapper.full .header_fix {
	padding-left: 20px;
}

.header_fix .page-header {
    border:none;
    font-size: 20px!important;
    margin: 6px 0;
    padding: 6px 0;
}
.header_fix .page-header .btn-primary {
    margin-top:-6px;
}

.ui-datepicker{
    z-index: 10000!important;
}
.ui-datepicker-trigger {
    bottom: 5px;
    position: absolute;
    right: 5px;
    width: 24px;
}


.gallery_add_new{
	text-align:center;
}

.gallery_add_new .thumbnail{
	padding-bottom:20px;
}

.gallery-item .edit{
	color:#ffffff;
	text-decoration:none;
}
.gallery_add_new .fa-picture-o{
	font-size:40px;
	padding:30px 0;
	display:block;
	display
}


.show_msg{
	left: 0;
    padding-left: 180px;
    padding-right: 20px;
    position: fixed;
    top: 83px;
    width: 100%;
    z-index: 100;
}

.show_msg .success.msg{
	width:40%;
	margin: 0 auto;
}
   
   
.navbar-default .navbar-toggle {
    border-color: #222222!important;
    margin-right:0px;
    height:22px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: #222222!important;
}
.navbar-default .navbar-toggle .icon-bar {
	 background-color:#A5A5A5;
}


.open > .dropdown-menu.dropdown-messages {
    display: block;
    left: auto!important;
    right: 0 !important;
}
.navbar-top-links .dropdown-messages {
	width:200px!important;
}


.theme_items .panel-body{
	padding:0;
}

.theme_item img{
	width:100%;
	opacity:0.6;
}

.theme_item img:hover{
	opacity:0.8;
}


.planes_item .panel-heading{
	padding:4px 0;
}

.planes_item .panel-heading strong{
	font-size:1.5em;
	text-transform:uppercase;
}

.planes_item .panel-body {
	padding: 0  0 10px ;
	
}

.planes_item .panel-body ul li{
	border-bottom:1px solid #eee;
	padding:10px;
	color:#666;
}
.planes_item .price{
	background:#eeeeee;
	padding:8px;
	font-size:1.2em;
}
	

	
.modules_item .panel-heading{
	    font-size: 18px;
}

.modules_item .panel-body{
	    font-size: 13px;
	    color:#555;
	   
}

.modules_item .panel-footer{
	   height:45px;
	   
}


	
.modules_item .price{
	position:absolute;
	bottom:65px;
	width:auto;
	right:30px;
}

.modules_item .price .nro{
	font-weigth:bold;
	font-size:200%;
	
}


.pull-right.omitir{
	margin-top:-5px;
}

#carrito .close{
	position:absolute;
	top:10px;
	right:10px;
}

.navbar-brand .adiarios{
	font-weight:bold;
}

.a_navbar_top li a.boton12 {
     margin: 7px 7px 0;
    min-height: 0;
    padding: 2px 14px;
    color:#666!important;
}

.a_navbar_top li a.boton12:hover {
     background:#eee;
}

.a_navbar_top li a.boton12 i{
    color:#666!important;
}


#ModCategorias .dd-nodrag .btn{
	padding:0!important;
	margin:0!important;
}

#loading-container {
    position: fixed; /* Posición fija para que cubra toda la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Fondo oscuro con opacidad */
    display: flex; /* Usar flexbox para centrar el contenido */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    z-index: 9999; /* Asegurarse de que esté por encima de otros elementos */
    text-align: center;
}

/* Estilos para el contenido del contenedor de carga */
#loading-container img {
    width: 240px; /* Ajustar el tamaño del GIF según sea necesario */
    height: auto; /* Mantener la proporción del GIF */
    margin: 0 auto;
    margin-top: 50px;
   
}

/* Estilos para la leyenda */
#loading-container #loading-text {
    margin-top: 10px; /* Espacio entre el GIF y la leyenda */
    color: #080909;; /* Color del texto */
    font-size: 20px; /* Tamaño del texto */
    text-align: center; /* Centrar el texto */
    font-family: monospace;
    font-weight: bold;
}
#loading-container #loading-text .marca{
    display:none;
}

button.ia24,button.ia24:hover,button.ia24:focus,
.btn_generar_ia,.btn_generar_ia:hover,.btn_generar_ia:focus{
    background: yellow;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    border: 2px solid;
    text-transform: uppercase;
    padding: 2px 10px;
}
button.ia24:hover{
    opacity: 0.8;
}
button.ia24 img{
    width: 16px;
    margin-right: 5px;
}

.cke_button__gptai{
    background: yellow!important;
}
.cke_button__gptai .cke_button__gptai_label{
    font-weight: bold!important;
}
.header_fix .page-header .btn-primary.btn_generar_ia{
    padding: 7px 20px;
    font-size: 11px;
}

.nav > li.active > a,.nav > li.active > a:hover,.nav > li.active > a,.nav > li.active > a:focus  {
    background: var(--primary_color) !important;
}

#modGenerate ul.nav-tabs li a{
    padding: 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

@media(min-width:1200px) {
	.col-lg-3{
    	padding-left:0px!important;
    }
    
    

}
 
    
@media (max-width: 995px) and (min-width: 767px) {
	
 	.a_navbar_top .navbar-top-links.navbar-right li a {
	    min-height: 0;
	    padding: 6px 4px;
	}
 	.a_navbar_top .navbar-top-links.navbar-right label.data {
	    display: none;
	}
}

@media(min-width:768px) {
	
	
    #wrapper {
        padding-left: 160px;
    }
    
    #wrapper.full {
	    padding-left: 0px;
	}

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 160px;
        
    }
    
    

   

    #page-wrapper {
	    padding: 60px 20px 0;
	    position: relative;
	}

    #wrapper.sidebar_act #page-wrapper {
        position: relative;
        margin-right: 0;
    }
    
    
   	.news_filter{
		position:fixed;
	}
}


@media(max-width:768px) {
	.navbar-toggle {
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    float: left;
	    margin-bottom: 8px;
	    margin-left: 15px;
	    margin-top: 8px;
	    padding: 2px;
	    position: relative;
	}
	
	.navbar-top-links {
	    float: right;
	    position: fixed;
	    right: 0;
	    top: 0;
	    width: 130px;
	}
	.navbar-top-links li a {
	    min-height: 0;
	    padding: 10px 1px 6px 1px !important;
	}
	
	#wrapper.sidebar_act #sidebar-wrapper {
	    width: 160px;
	}
	
	#wrapper.sidebar_act .sidebar-collapse {
	    display:block!important;
	    
	}
	
	#wrapper.sidebar_act .navbar-static-side {
	    display:block!important;
	    
	}
	
	#wrapper .navbar-static-side {
	    display:none!important;
	    
	}
	
	
	#wrapper.sidebar_act #sidebar-wrapper {
	    width: 160px;
	}
	
	#wrapper {
	    overflow-x: hidden;
	    width: 100%;
	}


	#wrapper.sidebar_act #menu-toggle .icon_bar{
		display:none;
	}
	
	#wrapper.sidebar_act #menu-toggle .icon_close{
		display:block!important;
		color:#a5a5a5;
		font-size:20px;
		height: 25px;
    	margin-top: -8px;
    	margin-right:3px;
    	margin-left:3px;
	}
	
	#wrapper.sidebar_act #page-wrapper {
	   position: relative;
    	margin-left: 160px;
	}
	
	#wrapper.sidebar_act .header_fix {
		margin-left: 160px;
	}
	
	#page-wrapper {
	    min-height: 1000px;
	    padding: 70px 15px;
	}
	
	.header_fix {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	#gallery_item{
		display:none;
	}
	.panel-news2{
		padding:15px 5px;
	}
	
	.panel-news2 a{
		padding:6px 10px;
	}
	.a_navbar_top .navbar-top-links.navbar-left {
	    display: none;
	}
}