
.custom_title {
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
}

.padding_left_custom {
    padding-left: 1%;
}

.col_custom {
    padding: 0 0.75rem;
}

.padding_top_custom {
    padding-top: 1%;
    /*display: flex;*/

}

.no_wrap_custom {
    white-space: nowrap;
    overflow: hidden;
    width: 98%;
    display: inline-block;
    margin-right: 2%;
}

.bolder {
    font-weight: bold;
    padding-top: 1px;
}

.custom_row_t {
    /*min-height: 50px;*/
    border-top: 1px solid #000000;
    /*display: flex;*/
}

.bordered_custom {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 1px #CCCCCC;
}

.bordered_custom {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 600px;
    margin: 30px;
    margin-left: 25%;
}

.bordered_custom th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}

.bordered_custom th:last-child {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
}

.bordered_custom td:first-child, .bordered_custom th:first-child {
    border-left: medium none;
}

.bordered_custom th {
    background-color: #DCE9F9;
    background-image: -moz-linear-gradient(center top, #F8F8F8, #ECECEC);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8F8F8), to(#ECECEC), color-stop(.4, #F8F8F8));
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.bordered_custom td, .bordered_custom th {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    text-align: left;
}

.custom_row_title {
    border-bottom: 1px solid;
    font-weight: bold;
}

.custom_panel {
    margin-top: 20px;
    border: 1px solid;
    border-radius: 10px;
}

.signature {
    height: 110px;
}

.custom_button {
    text-align: center;
}

.hr-vertical {

    border: none;
    border-left: 1px solid hsla(200, 10%, 50%, 100);
    height: 150px;
    width: 1px;
}

.background_capesa {
    background-color: aliceblue;
!important;
}

@media print {

    @page {
        margin: 0;
    }

    body {
        margin: 1.6cm;
    }

    .custom_button {
        visibility: hidden;
    }

    .custom_frase {
        visibility: hidden;
    }

    /*.custom_row_t {*/
    /*!*min-height: 50px;*!*/
    /*!*border-top: 1px solid #9C9DA0;*!*/
    /*padding-top: 1%;*/
    /*padding-bottom: 1%;*/
    /*!*display: flex;*!*/
    /*}*/
    input[type="text"] {
        font-size: 12px;
    }

    .custom_row_title {
        /*border-top: 1px solid;*/
        font-weight: bold;
    }

    * {
        font-family: 'Roboto', sans-serif;
        font-size: 0.8rem;
    }

    input {
        border: 0;
        width: 80%;
    }

    h6 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.10rem;
    }

    h5 {

        font-weight: bold;
        font-size: 1.20rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    span {
        font-size: 1rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .custom_row_b {
        /*min-height: 50px;*/
        /*border-bottom: 1px solid;*/
        /*padding-top: 1%;*/
        padding-bottom: 1%;
        /*display: flex;*/
    }

    .check_1 {
        margin-left: -40%;

    }

    .check_2 {
        margin-left: -35%;

    }

    .push_bot {
        margin-bottom: 10px;
    }

    .row .col.m6 {
        width: 50% !important;
        margin-left: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.75rem;
        min-height: 1px;
    }

    .row .col.m4 {
        width: 33.3333333333% !important;
        margin-left: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .row .col.m3 {
        width: 25% !important;
        margin-left: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .pagebreak {
        page-break-before: always;
    }

    .bordered_custom {
        border: 1px solid black;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
        box-shadow: 0 1px 1px black;
    }

    .bordered_custom {
        border-collapse: separate !important;
        border-spacing: 0;
        width: 75%;
        /*margin: 0;*/
        margin-left: auto;
        margin-right: auto;
    }

    .bordered_custom th:first-child {
        border-radius: 6px 0 0 0;
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
    }

    .bordered_custom th:last-child {
        border-radius: 0 6px 0 0;
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
    }

    .bordered_custom td:first-child, .bordered_custom th:first-child {
        border-left: medium none;
    }

    .bordered_custom th {
        background-color: #DCE9F9;
        background-image: -moz-linear-gradient(center top, #F8F8F8, #ECECEC);
        background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8F8F8), to(#ECECEC), color-stop(.4, #F8F8F8));
        border-top: medium none;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .bordered_custom td, .bordered_custom th {
        border-left: 1px solid black;
        border-top: 1px solid black;
        padding: 2px 10px;
        text-align: left;
    }

    .small_image {
        width: 6%;
    }

}


