@media (min-width: 768px) {
.label-modal-editar {
    text-align: right;
}
}
/*@media (min-width: 768px) {*/
/*#menu {*/
/*!*height: 100%;*!*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*!*width: 15%;*!*/
/*min-width: 249px;*/
/*max-width: 249px;*/
/*overflow-y: scroll;*/
/*overflow-x: hidden;*/
/*}*/

/*@media (min-width: 768px) {*/
/*#menu {*/
/*!*height: 100%;*!*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*!*width: 15%;*!*/
/*min-width: 249px;*/
/*max-width: 249px;*/
/*overflow-y: scroll;*/
/*overflow-x: hidden;*/
/*}*/

/*#content {*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*left: 250px;*/
/*!*right: 0;*!*/
/*overflow-y: scroll;*/
/*overflow-x: hidden;*/
/*!*width: auto;*!*/
/*padding-right: 250px;*/
/*padding-left: 0;*/
/*!*width: -250px;*!*/
/*}*/
/*}*/

/*@media print {*/
/*#menu {*/
/*display: none;*/
/*}*/

/*#content {*/
/*position: page;*/
/*top: auto;*/
/*left: auto;*/
/*padding-right: 0;*/
/*padding-left: 0;*/
/*bottom: auto;*/
/*overflow-x: auto;*/
/*overflow-y: auto;*/
/*}*/
/*}*/

/*#scroll {*/
/*position:fixed;*/
/*right:20px;*/
/*bottom:30px;*/
/*cursor:pointer;*/
/*width:50px;*/
/*height:50px;*/
/*background-color:#3498db;*/
/*text-indent:-9999px;*/
/*display:none;*/
/*-webkit-border-radius:60px;*/
/*-moz-border-radius:60px;*/
/*border-radius:60px*/
/*}*/
/*#scroll span {*/
/*position:absolute;*/
/*top:50%;*/
/*left:50%;*/
/*margin-left:-8px;*/
/*margin-top:-12px;*/
/*height:0;*/
/*width:0;*/
/*border:8px solid transparent;*/
/*border-bottom-color:#ffffff;*/
/*}*/
/*#scroll:hover {*/
/*background-color:#e74c3c;*/
/*opacity:1;filter:"alpha(opacity=100)";*/
/*-ms-filter:"alpha(opacity=100)";*/
/*}*/

/*.table-fixed thead {*/
/*width: 97%;*/
/*}*/
/*.table-fixed tbody {*/
/*height: 230px;*/
/*overflow-y: auto;*/
/*width: 100%;*/
/*}*/
/*.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {*/
/*display: block;*/
/*}*/
/*.table-fixed tbody td, .table-fixed thead > tr> th {*/
/*float: left;*/
/*border-bottom-width: 0;*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*#menu {*/
/*!*display: none;*!*/
/*!*overflow-y: auto;*!*/
/*!*height: auto;*!*/
/*!*top: auto;*!*/
/*!*left: auto;*!*/
/*!*bottom: auto;*!*/
/*!*overflow-y: scroll;*!*/

/*}*/
/*#content{*/
/*!*overflow-y: auto;*!*/
/*!*height: auto;*!*/
/*!*top: auto;*!*/
/*!*left: auto;*!*/
/*!*bottom: auto;*!*/
/*!*overflow-y: scroll;*!*/
/*}*/
/*}*/

.btn-primary-dsuite {
    background-color: #6A9FB5;
}

.card-header {
    background-color: rgba(0, 0, 0, .1);
}

@media print {
    body {
        background-color: white !important;
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;

}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*.signature_pad_wrapper {*/
/*    overflow: hidden;*/
/*    padding-bottom: 56.25%;*/
/*    position: relative;*/
/*    height: 300px;*/
/**/
/*}*/

/*.signature_pad {*/
/*    !*height: 300px;*!*/
/*    !*left: 0;*!*/
/*    !*top: 0;*!*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    !*position: absolute;*!*/
/*}*/

input[type="color"] {
-webkit-appearance: color-well !important;
width: 100%;
height: 32px;
outline-color: initial;
outline-style: none;
outline-width: initial;
    display: block !important;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 13px;
    /*overflow-x: -moz-hidden-unscrollable;*/
    /*overflow-y: -moz-hidden-unscrollable;*/
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: normal;
}