.wrapper{
	width:100%;
	max-width: 800px;
	margin:0 auto;	
	padding:20px 0 20px 0;
}
.wrapper1{
	width:100%;
	max-width: 850px;
	margin:0 auto;	
	padding:20px 0 20px 0;
}

.title h1{
	color: #599e4e;
    font-size: 20px;
	text-align:center;
	margin-bottom:20px;
}

.title j2{
	font-size:14px;
	font-weight:bold;
	/*background: rgba(0, 0, 0, 0) url("../../Imagenes/Iconos/virgula1.jpg") no-repeat scroll 0 0;*/
    height: 20px;
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 3px;
    color: #00784b;
    /*padding-left: 30px;
    padding-top: 3px;*/
}

.ColorRed{
     color: #d9534f;
    }

.ColorGreen{
     color: #449d44;
}
.space-right{
	margin-right:10px;
}

.table{
	font-size:12px;
}

#content-form{
	display:none;
}

.inside{
	width:100%;
	padding:0 20px 0 20px;
}

.well-pg {
  margin-bottom: 5px;
  padding: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.btn-block50 {  
  width: 48.8%;
}

.form-control-normas {  
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-transform:none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
.form-control-mensaje {  
  display: block;
  max-width: 100%;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-transform:none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

.espacio1 {
  padding: 5px 15px 5px 15px;
}
rul{
	display: list-item;	
}
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}





/* GINO 07/08/2019*/

@media screen and (max-width: 560px)
{
    .gwd-reCAPTCHA_2
    {
        /*  transform: scale(0.77);*/
        -webkit-transform: scale(0.80); /*transform-origin: 0 0;         -webkit-transform-origin: 0 0;*/
    }
    #gwd-reCAPTCHA_2, #rc-imageselect
    {
        -webkit-transform: scale(0.45);
        -moz-transform: scale(0.45);
        -ms-transform: scale(0.45);
        -o-transform: scale(0.45);
        transform: scale(0.45);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.panel-body
{
    padding: 10px !important;
}

.panel
{
    margin-bottom: 15px !important;
}
.text-field__input
{
    font-size: 1rem;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 15rem;
    border: none;
    border-bottom: 1px solid #46a65b;
    color: #0059fd;
    outline: none;
    background: transparent;
}

text-mod
{
    font-size: 1rem;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 15rem;
    border: none;
    border-bottom: 1px solid #46a65b;
    color: #0059fd;
    outline: none;
    background: transparent;
}

/* .text-field__input:focus ~ .text-field__label, .text-field__input:valid ~ .text-field__label
        {
            top: -0.5rem;
            font-size: 0.8rem;
            color: #0059fd;
        }*/

.text-field__label
{
    color: #0059fd;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}

.text-field__bar
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15rem;
    height: 2px;
    background-color: #0059fd;
    transform: scaleX(0);
    transition: transform 0.2s;
}

.text-field__input:focus ~ .text-field__bar
{
    transform: scaleX(1);
    transform-origin: center;
}


@media screen and (max-width: 575px)
{
    #rc-imageselect, .g-recaptcha
    {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}






@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}




.loading-container, .loading
{
    height: 140px;
    position: relative;
    width: 140px;
    border-radius: 100%;
    margin: 0px auto;
}

/*
.loading-container
{
    margin: 40px auto;
}*/

.loading
{
    border: 2px solid transparent;
    border-color: transparent #fff transparent #fff;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading
{
    border-color: transparent #e45635 transparent #e45635;
}

.loading-container:hover .loading, .loading-container .loading
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text
{
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue" , Helvetica, arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 5px; /* width: 100px;*/
}

.styleicon
{
    font-size: 15px;
    color: #00784b;
}


.datepicker
{
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    z-index: 2000;
}
        
.buttonx
{
    /* display: block;
    height: 25px;*/
    background: #f1f1f1;
    padding: 5px; /*  text-align: center;*/
    border-radius: 5px;
    border: 1px solid #e1e1e2;
    color: #000; /*font-weight: bold;*/
    background: none;
    border: none;
    color: #337ab7;
}
        
/**/
        
  
/****************************************************/
        
label.btn span
{
    font-size: 1.5em;
}
        
label input[type="radio"] ~ i.fa.fa-circle-o
{
    color: #c8c8c8; /*#c8c8c8;*/
    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o
{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o
{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o
{
    color: #428bca;
    display: inline;
}
label:hover input[type="radio"] ~ i.fa
{
    color: #7AA3CC;
}
        
label input[type="checkbox"] ~ i.fa.fa-square-o
{
    color: #c8c8c8;
    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o
{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o
{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o
{
    color: #428bca;
    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa
{
    color: #428bca;
}
        
div[data-toggle="buttons"] label.active
{
    color: #428bca;
}
        
div[data-toggle="buttons"] label
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
        
div[data-toggle="buttons"] label:hover
{
    color: #428bca;
}
        
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

#btnCargarArchivo
{
	font-size: 10px;
	background: linear-gradient(180deg, #77d42a 4%, #5cb811 100%);
	box-shadow: inset 1px 1px 2px 0px #c9efab;
	padding: 4px 0px 4px 0px;
}
	
#btnCargarArchivo:hover {
	background: linear-gradient(180deg, #5cb811 4%, #77d42a 100%);
}

#btnAgregarDenunciado{
	font-size: 10px;
	background: linear-gradient(180deg, #77d42a 4%, #5cb811 100%);
	box-shadow: inset 1px 1px 2px 0px #c9efab;
	padding: 4px 0px 4px 0px;
}

#btnAgregarDenunciado:hover {
	background: linear-gradient(180deg, #5cb811 4%, #77d42a 100%);
}

#btnAgregarUnidadOrganica{
	font-size: 10px;
	background: linear-gradient(180deg, #77d42a 4%, #5cb811 100%);
	box-shadow: inset 1px 1px 2px 0px #c9efab;
	padding: 4px 0px 4px 0px;
}

#btnAgregarUnidadOrganica:hover {
	background: linear-gradient(180deg, #5cb811 4%, #77d42a 100%);
}
#btnCargarArchivoProteccion{
	font-size: 10px;
	background: linear-gradient(180deg, #77d42a 4%, #5cb811 100%);
	box-shadow: inset 1px 1px 2px 0px #c9efab;
	padding: 4px 0px 4px 0px;
}

#btnCargarArchivoProteccion:hover {
	background: linear-gradient(180deg, #5cb811 4%, #77d42a 100%);
}

.text-justify {
	margin: 0 20px 10px 20px;
	font-weight: bold;
    color: #1b5836;
    font-size: 12px;
}

#dvAnonimo label{
	font-size: 14px;
	color: #00784b
}

#splblRepresentantelLegal{
	font-size: 14px;
	color: #00784b
}
.subir{
    padding: 5px 10px;
    background: #f55d3e;
    color:#fff;
    border:0px solid #fff;
}
 
.subir:hover{
    color:#fff;
    background: #f7cb15;
}