/*#verde = #44a5ae */
.clear{
    display:block;
    clear: both;
    width:100%;
}
.dnone{display:none;}
.debug{background:#f00;}
.debug1{background:#ff0;}
.debug2{background:#00f;}
.file-photo {
    visibility: hidden;
    position: absolute;
}
/*LOGIN*/
body.login-page{
    background:url('../img/bg-login.jpg')no-repeat center / cover!important;
}
.card-primary{
    border-color: #000000 !important;
}
/***LOGIN*/

.divider{
    width:100%;
    height:1px;
    background-color:#dfdfdf;
    display:block;
}

.divider-title{
    font-size:21px;
    font-weight: bold;
    padding-bottom:10px;
}

.checkterm{
    margin-top:15px;
    padding:40px 0;
    background:#f2f2f2
}

#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 5px;
    cursor: crosshair;

}

.no-scrolling {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

#modal-signature .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#modal-signature .modal-content {
    height: auto;
    /*min-height: 100%;*/
    border-radius: 0;
    background:#f2f2f2;
}

/*
#sig-dataUrl {
    width: 100%;
}

@media (max-width: 1024px) {
    #sig-canvas {
        width: 100%!important;
    }

}*/
