/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/09/2019, 04:21:46 PM
    Author     : Andrés Rodríguez
 * Modificado por: Andrés Rodríguez
 * Fecha ultima modificacion: 7/11/2019
*/

.error-validacion{
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    /*height:10px; */
    font-size:12px!important;
    color: #f55a4e!important;
    font-weight: bold;
}

.div-error-validacion{
    border-color:red;
    border-style:solid;
    border-width:1px;
    min-height:40px;
    padding: 10px
}

/* CAMBIOS directo a BOOTSTRAP */
body {
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #f5f5f5;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family:inherit;
    font-weight:400;
    line-height:1.5;
    color:inherit
}
h5,.h5{
    font-size:17px
}
h6,.h6{
    font-size:15px
}

.panel-default>.panel-heading{
    color:#333;
    background-color:#fcfcfc;
    border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#ddd
}
.panel-default>.panel-heading .badge{
    color:#fcfcfc;
    background-color:#333
}
.panel-footer{
    padding:0 20px;
    background-color:#fcfcfc;
    border-top:1px solid #ddd;
    border-bottom-right-radius:2px;
    border-bottom-left-radius:2px
}
.navbar-inverse{
    background-color:#77bd43;
    border-color:#77bd43
}

.popover-title{
    margin:0;
    padding:8px 14px;
    font-size:13px;
    background-color:transparent;
    border-bottom:1px solid rgba(0,0,0,0);
    border-radius:4px 4px 0 0
}

.form-control[readonly]{
    background-color:#fff;
}
.form-horizontal .form-group{
    margin-left:-10px;
    margin-right:-10px
}
.form-control{
    display:block;
    width:100%;
    height:36px;
    padding:7px 12px;
    font-size:13px;
    line-height:1.5384616;
    color:#333;
    background-color:#fff;
    background-image:none;
    border:1px solid #ddd;
    border-radius:3px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.btn-default{
    color:#333;
    background-color:#fcfcfc;
    border-color:#ddd
}

a{
    color:#1e88e5;
    text-decoration:none
}
a:hover,a:focus{ 
    text-decoration:none
}
a:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.row{
    margin-left:-10px;
    margin-right:-10px
}
/* Termina cambios Bootstrap */

