.elementor-6385 .elementor-element.elementor-element-19265072{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-6385 .elementor-element.elementor-element-19265072:not(.elementor-motion-effects-element-type-background), .elementor-6385 .elementor-element.elementor-element-19265072 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://epcsheriffsoffice.com/wp-content/uploads/2024/04/Page-Title-07.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6385 .elementor-element.elementor-element-a74e099 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6385 .elementor-element.elementor-element-3f1cb824{text-align:center;}.elementor-6385 .elementor-element.elementor-element-3f1cb824 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:3rem;font-weight:600;}.elementor-6385 .elementor-element.elementor-element-18f53b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6385 .elementor-element.elementor-element-80262f9{--display:flex;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-6385 .elementor-element.elementor-element-1375a06.elementor-element{--flex-grow:1;--flex-shrink:8;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6385 .elementor-element.elementor-element-80262f9{--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-6385 .elementor-element.elementor-element-19265072{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-6385 .elementor-element.elementor-element-3f1cb824 .elementor-heading-title{font-size:2.5rem;}.elementor-6385 .elementor-element.elementor-element-80262f9{--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1375a06 */.myButton {
    text-align: center;
    background-color: #252A56;
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
    width: 140px;
    padding: 10px;
    border-radius: .2em;
    border: none;
}
.myButton:hover {
    background-color: #D8AA44;
}
.myButton:active {
    background-color: #252A56;
}



/* Table Styles */

.table-wrapper{
    font-family: fjalla one, sans-serif;
    margin-top: 20px;
    padding-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    //box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
    //border-style:solid;
}


.table-wrapper h2 {
    font-size: 24px;
}

.table-wrapper h1 {
    font-size: 28px;
}

.table-form_wrapper{
    font-family: fjalla one, sans-serif;
    margin-top: 0px;
    display: grid;
    width:60%;
    grid-template-columns: 1fr 1fr;
    //box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
    //border-style:solid;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: auto;
    padding: 20px;
    height: auto;
    margin-top:10px;
    margin-right: 30px;
    max-width: auto;
    white-space: nowrap;
    //background-color: white;
    border: 1px solid #cccccc;
}

.fl-table td, .fl-table th {
    text-align: left;
    padding: 8px 8px 8px 8px;
    
}

#newRow {
    
    height:auto;
}

.fl-table td {
    
    font-size:16px;
    font-family: "Trebuchet MS";
    width: 85%;
    margin-left:2px;
    padding: 5px;
    
}

.fl-table th {
    font-family: "Fjalla One", sans-serif;
    background-color:  #252A56;
    font-size: 20px;
    color: #ffffff;
    
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #252A56;
}

.fl-table tr:nth-child(even) {
    background: #ddd;
}

/* Div style */

#detailsRow {
    
    //margin-top: 110px;

}

#RowInmate {
    
    margin-right: 40px;
    width: 100%;
}

#inmateInfo {
    width: 100%;
}


/* Responsive */

@media (max-width: 1000px) {

.table-form_wrapper{
    display: block;
    width:80%;
}

.table-wrapper{
    display: block;
    width:100%;
    overflow: scroll;
}

#newRow {
    
    width:100%;
    margin-left:0px;
    display: block;
}

#RowInmate {
    
    display: block;
    width:100%;
}

#detailsRow {
    
    display: block;
    width:100%;
    margin-top: 20px;

    
}

.fl-table {
    overflow:scroll;
}
   
}/* End custom CSS */