/*
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 : Oct 20, 2016, 12:33:17 PM
    Author     : Javier
*/

.dg-section{
    margin-bottom: 20px;
}

form .progress{
    margin: 0px;
    display: none;
}

.progress-estado,
.progress-pecc{
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    top: 45px;
}

form .autocomplete-content{
    display: block;
    position: absolute;
    opacity: 1;
    max-height: 250px;
    width: 100%;
}

form .autocomplete-content li{
    line-height: normal;
    min-height: inherit;
}

form .autocomplete-content li>span{
    font-size: 0.9rem;
    padding: 7px;
    line-height: normal;
    color: #000000;
    font-weight: 300;
}

#cambiar-pass{
    cursor: pointer;
}

.help{
    cursor: help;
}

.material-tooltip{
    max-width: 200px;
    font-size: 10px;
    text-align: justify;
    
    .datepicke{
      color: #27a699;
      
        
        
    }
}

.container .row{
    margin-left:-.0rem;
    margin-right:-.0rem
}

ol{
    list-style-type: disc;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 11px;
}
ol li{
    color:#3f48cc;
    font-size:23px;
}
ol li span{
    color:black;
    font-size:15px;
}

/* ribbon style */

.ribbon-wrapper {
    position: relative;
    float: right;
    margin-right: -45px;
}
.ribbon-front {
    background-color: #FFFFE2;
    height: 27px;
    line-height: 35px;
    width: 335px;
    position: relative;
    left: 0px;
    z-index: 2;
    text-align: center;
    border: 1px solid #F1E7BC;
}

.ribbon-front {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}

.ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.ribbon-edge-bottomright {
    top: 27px;
}

.ribbon-edge-bottomright {
    left: 315px;
    border-color: transparent transparent transparent #A78B1A;
}

.ribbon-edge-bottomright {
    border-width: 0 0 10px 20px;
}