﻿body {
    font-size: medium;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    /*font-family: Arial bold;*/
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.template {
    background-color: Transparent !important;
    border: none !important;
    background: none;
    border: 0 none !important;
    text-decoration: none;
    border-bottom-width: 0px !important;
    border-color: transparent;
}

div.RadToolBar_Default .rtbOuter {
    border: none !important;
}

div.RadToolBar_Default .rtbOuter {
    border: none;
}

div.RadToolBar_Default .rtbMiddle {
    border: none;
}

.classPO_Text {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 3rem;
    outline: none;
    transition: border 0.3s ease;
}

    .classPO_Text:focus {
        border-color: #6c757d !important;
        outline: none;
        box-shadow: none !important;
    }


input.classPO_Text:-webkit-autofill,
input.classPO_Text:-webkit-autofill:hover,
input.classPO_Text:-webkit-autofill:focus,
input.classPO_Text:-internal-autofill-selected {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-image: none !important;
    transition: background-color 5000s ease-in-out 0s;
    color: #000 !important;
}



.classPO_ButtonStyleEmpty {
    border-radius: 50px;
    height: 45px;
    width: 100%;
    border-width: 1px;
    background-color: red;
    color: white;
}

.classPO_ButtonStyleConsult {
    border-radius: 50px;
    height: 45px;
    width: 100%;
    border-width: 1px;
    background-color: lightcyan;
    color: black;
}

.classPO_Parent {
    position: relative;
    text-align: center;
    vertical-align: central;
}

.classPO_container {
    color: darkslategray;
    background-color: transparent;
    padding: 12px;
    font-family: Arial;
}

    .classPO_container h4, H5 {
        color: darkslategray;
        padding: 12px;
        font-family: Arial;
    }


.classPO_DivContainer {
    padding: 12px;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.classPO_DivContainerWS {
    padding: 12px;
    width: 1000px;
    text-align: center;
    background-color: transparent;
}

.classPO_ObjectLabelText {
    position: absolute;
    font-weight: bold;
    left: 15px;
    top: 0px;
    padding-top: 0px;
    background-color: #fff;
    /*    background-color: transparent;
*/ color: darkslategray;
}

.classPO_Validator {
    position: relative;
    top: 35px;
    left: 12px;
}


.classPO_MainDiv {
    position: relative;
    top: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    /*background-color: white;*/
    vertical-align: central;
    text-align: center;
}

.classPO_SubDiv {
    border-radius: 8px;
    border-style: solid;
    position: relative;
    min-height: 50px;
    text-align: left;
    border-color: darkgray;
    border-width: 1px;
    /*background-color: white;*/
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
}

.classPO_TableZeroSpace {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border-spacing: 0px;
}

/*.classPO_VerticalCenteredElement {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 25px;*/ /*requires explicit height*/
    /*padding-left: 12px;
}*/

.classPO_VerticalCenteredElement {
    display: flex;
    align-items: center; /* Alinha verticalmente */
    justify-content: flex-start; /* Pode ser 'center' se quiser centralizar horizontalmente */
    height: 100%;
    padding-left: 12px;
}


.classPO_TableCustStyle1 {
    border-spacing: 3px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*                border-collapse:separate;
                border:solid black 1px;
                border-radius:6px;
*/
}

    .classPO_TableCustStyle1 a {
        max-width: 600px;
        color: Transparent !important;
        /*background-color: aliceblue;*/
        font-weight: bold;
    }

    .classPO_TableCustStyle1 th {
        padding: 3px;
        vertical-align: middle;
        background-color: darkslategray;
        color: Transparent;
        text-align: center;
    }

    .classPO_TableCustStyle1 td {
        padding: 5px;
        vertical-align: middle;
        /*background-color: whitesmoke;*/
    }


.classPO_TableCustStyle2 {
    border-spacing: 3px;
    border-color: transparent;
    background-color: aliceblue;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-collapse: separate;
    /*border:solid black 1px;
                border-radius:6px;
    */
}

    .classPO_TableCustStyle2 a {
        color: Transparent !important;
        /*background-color: aliceblue;*/
        font-weight: bold;
    }

    .classPO_TableCustStyle2 th {
        padding: 3px;
        border-spacing: 3px;
        vertical-align: middle;
        border-color: transparent;
        background-color: darkslategray !important;
        color: Transparent;
        text-align: center;
    }

    .classPO_TableCustStyle2 td {
        padding: 5px;
        border-spacing: 3px;
        vertical-align: middle;
        border-color: transparent;
        /*background-color: whitesmoke;*/
    }

    .classPO_TableCustStyle2.grid {
        border-collapse: collapse;
    }

        .classPO_TableCustStyle2.grid tr {
            border: 0px solid Transparent;
            border-width: 20px 0;
        }




.classPO_TableCustStyle3 {
    border-spacing: 3px;
    border-color: transparent;
    /*                background-color: aliceblue;*/
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

    .classPO_TableCustStyle3 th {
        padding: 3px;
        border-spacing: 3px;
        vertical-align: middle;
        border-color: transparent;
        background-color: darkslategray;
        color: Transparent;
        text-align: center;
    }

    .classPO_TableCustStyle3 td {
        padding: 5px;
        border-spacing: 3px;
        vertical-align: middle;
        border-color: transparent;
        /*background-color: whitesmoke;*/
    }



.classPO_vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.classPO_TableTDBackColorDefault {
    background-color: aliceblue;
}

.classPO_RadToolBarStyle {
    padding-top: 30px;
}

.emptyDataRow {
    color: black; /* Change this to your desired color */
    background-color: white;
    padding: 2px;
}
