[HOME]

Path : /home/hermanostamargo/www/administracion/css/
Upload :
Current File : /home/hermanostamargo/www/administracion/css/style.css

a.navbar-brand {
    border: 1px solid #5a5a5a;
    padding: 5px 10px;
    border-radius: 10px;
}
.altura-total{
	min-height: 90vh;
}
.mi-nav{
	padding-right: 0;
	border-top:1px solid #fff;
    border-bottom: 1px solid #fff; 
    color: #fff;
	}
.mi-nav a{
	border-bottom:1px solid #4d4d4d;
    color: #fff;
}
footer a{
    color: inherit;
}
.mi-nav a:hover,
.mi-nav a.active{
    background: #000;
}	
.mi-nav a.active:after{
    content: '\f0da';
    font-family: FontAwesome; 
    float: right;   
}
.text-parent {
    padding: 15px 15px 5px 15px;
    font-weight: bold;
}
.modulos .form-group {
    margin-top: 2rem;
}
.modulos .form-group-2{
	margin: 0;
}
.form-group-2 label {
    padding-top: .25rem;
}
body .ajax-file-upload {
    font-weight: normal;
    padding: 10px 20px;
    line-height: inherit;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body .ajax-file-upload:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.thumbnail-admin img{
    margin-bottom: 10px;
}
.custom-file-control::before {
    content: "Seleccionar";
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 4px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
.custom-file-control:empty::after {
    content: "Elige imagen...";
}
.img-thumbnail-panel{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    width: auto;
    height: 60px;    
}
.card{
    margin-bottom: 32px;
}
.show-help-block:hover .d-none.help-block{
    display: block !important;
    position: absolute;
    z-index: 999;
}
.clsAnchoTotal{
    width: 100%;
}
table#sort td{
    padding: 10px 2px;
}
table#sort input[type='text']{
    min-width: 70px;
    width: 100%;
}