﻿@charset "UTF-8";
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu:wght@500;600&display=swap');

@import "sweetalert2.min.css";


@font-face {
    font-family: "Ceos-Regular";
    src: url("./fonts/ceos/0fadaa21fcac88ceee0bb8da992c221b.eot");
    src: url("./fonts/ceos/0fadaa21fcac88ceee0bb8da992c221b.eot?#iefix") format("embedded-opentype");
    src: url("./fonts/ceos/0fadaa21fcac88ceee0bb8da992c221b.woff") format("woff");
    src: url("./fonts/ceos/0fadaa21fcac88ceee0bb8da992c221b.ttf") format("truetype");
}

:root {
    --bg-color: white;
    --fg-color: #0c3c5f;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    border: 0px;
    margin: 0px;
    min-height: 100%;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100vh;
    margin: auto;
    font-family: 'Ubuntu', 'Ceos-Regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-size: 11px;
}


label {
    color: #004080 !important;
}


.panel-default {
    border: none;
}

h6 {
    color: darkslategray;
    font-weight: 300;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border: none;
    margin: 0px;
    padding: 5px;
}

.box {
    width: 100%;
    margin: 0;
    padding: 5px;
    outline: 0;
    border: 1px solid #dadada;
    border-radius: 4px;
    vertical-align: middle;
}

.box-8 {
    border-radius: 8px;
}

.box-header {
    font-weight: 400;
    margin: 0px;
    padding: 10px;
    background-image: linear-gradient( #ddd, #ccc );
}


.bold {
    font-weight: 600;
}

.fs-100 {
    font-size: 100%;
}

.fs-150 {
    font-size: 150%;
}

.fs-200 {
    font-size: 200%;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-40 {
    padding: 40px;
}

.p-80 {
    padding: 80px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-80 {
    margin-top: 80px;
}

.ml-5 {
    margin-top: 5px;
}

.ml-10 {
    margin-top: 10px;
}

.ml-20 {
    margin-top: 20px;
}

.ml-40 {
    margin-top: 40px;
}

.ml-80 {
    margin-top: 80px;
}

.mr-5 {
    margin-top: 5px;
}

.mr-10 {
    margin-top: 10px;
}

.mr-20 {
    margin-top: 20px;
}

.mr-40 {
    margin-top: 40px;
}

.mr-80 {
    margin-top: 80px;
}

.mb-5 {
    margin-top: 5px;
}

.mb-10 {
    margin-top: 10px;
}

.mb-20 {
    margin-top: 20px;
}

.mb-40 {
    margin-top: 40px;
}

.mb-80 {
    margin-top: 80px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:horizontal {
    -webkit-border-radius: 0px;
    background-color: #ccc;
}

.header {
    margin: 0;
    width: 100%;
    color: #333;
    vertical-align: middle;
    background: #f9f9f9;
    line-height: 28px;
}

    .header .btn {
        margin-top: 3px;
        border: none;
    }

.lnk_01 {
    cursor: pointer;
    text-decoration: none;
}

lnk_01:hover {
    cursor: pointer;
    color: red;
    text-decoration: none;
}

#tabs {
    border-bottom: 1px solid #ccc;
    padding-top: 2px;
}

    #tabs input[type=button] {
        border: 1px solid #ccc;
        border-bottom: none;
        cursor: pointer;
        color: #6e7d39;
        background-color: #fff;
    }

        #tabs input[type=button]:hover {
            background-color: #6e7d39;
            color: #fff;
        }

.table {
    font-size: 11px;
    font-weight: 400;
    color: #333;
    border: none;
}

    .table tbody tr td {
        padding: 4px;
        border: 1px solid #dadada;
        vertical-align: middle;
        text-align: left;
    }

    .table tbody tr th {
        vertical-align: middle;
        padding: 1px;
        border: none;
        border-top: 1px solid #0c3c5f;
        border-bottom: 1px solid #0c3c5f;
    }

        .table tbody tr th a {
            color: #0c3c5f;
            font-weight: 300;
        }

    .table td[align=center] {
        text-align: center;
    }

    .table td[align=right] {
        text-align: right;
    }

    .table td[align=left] {
        text-align: left;
    }

    .table tbody tr:nth-child(odd) {
        border-bottom: 1px solid #ddd;
        background-color: #f1f1f1;
    }

    .table tbody tr:nth-child(even) {
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }

    .table tbody tr:last-child {
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        border: none;
    }



.table-hover > tbody > tr:hover > td {
    background-color: rgba(70, 130, 180, 0.25);
}

.table-hover > tbody > tr:hover > th {
    background-color: #0c3c5f;
    background-size: cover;
    color: #fff;
}

    .table-hover > tbody > tr:hover > th a {
        color: #fff;
    }


input[type=image] {
    border: none;
}

input[type=text], input[type=password] {
    padding: 0px;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    padding-left: 4px;
}

    input[type=text]:focus, input[type=password]:focus {
        border-bottom: 1px solid #00bfff;
    }

input[type=image][disabled] {
    color: #666;
    opacity: 0.25;
    padding: 3px 3px;
    vertical-align: middle;
}

input[type=text][disabled] {
    color: #333;
    background-color: #eee;
    vertical-align: middle;
    font-weight: 400;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    position: relative;
    margin: 2px 0 0;
    cursor: pointer;
}

    input[type=checkbox] + label {
        color: #333 !important;
        position: relative;
        top: -5px;
        margin-left: 5px;
        cursor: pointer;
    }

    input[type=checkbox]:checked + label {
        color: green !important;
    }


    input[type=checkbox] + a {
        color: #333 !important;
        position: relative;
        top: -5px;
        margin-left: 5px;
        cursor: pointer;
    }

    input[type=checkbox]:checked + a {
        color: green !important;
    }

input[type=radio] {
    width: 18px;
    height: 18px;
    position: relative;
    margin: 2px 0 0;
    cursor: pointer;
}


    input[type=radio] + label {
        color: var(--fg-color);
        position: relative;
        top: -5px;
        padding: 5px;
        font-weight: 300;
        cursor: pointer;
    }

    input[type=radio]:checked + label {
        color: green;
    }

.radio {
    list-style-type: none;
    padding-left: 0px;
}

    .radio li {
        position: relative;
        float: left;
        height: 32px;
        padding: 2px;
    }

    .radio label,
    .radio input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .radio input[type="radio"] {
            opacity: 0.01;
            z-index: 100;
        }

            .radio input[type="radio"]:checked + label,
            .Checked + label {
                background: rgba(0, 148, 255, 0.50);
                color: var(--fg-color);
                border: 1px solid transparent;
                border-bottom: 2px solid #0c3c5f;
            }

    .radio label {
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
    }

        .radio label:hover {
            background: #DDD;
        }

textarea {
    color: #004080;
    font-family: 'Courier New', Ceos-Regular, sans-serif;
}

    textarea[disabled] {
        color: #666;
        background-color: #eee;
        padding: 3px 3px;
        vertical-align: middle;
        font-weight: bold;
    }

    textarea:focus {
        -moz-box-shadow: 0px 0px 1px 1px #e0ffff;
        -webkit-box-shadow: 0px 0px 1x 1px #e0ffff;
        box-shadow: 0px 0px 1px 1px #e0ffff;
        border: 1px solid #87cefa;
    }

select {
    color: rgba(70,130,180,1);
    background-color: transparent;
    background: -webkit-linear-gradient(#fff, #f1f1f1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f1f1f1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f1f1f1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f1f1f1);
    color: #666;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #ccc;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    outline: none;
}

    select:focus {
        outline: none;
        cursor: pointer;
        -moz-box-shadow: 0px 0px 1px 1px #e0ffff;
        -webkit-box-shadow: 0px 0px 1x 1px #e0ffff;
        box-shadow: 0px 0px 1px 1px #e0ffff;
        border: 1px solid #87cefa;
    }

.cboEMP_LOG {
    border: 0px;
    color: #004080;
    background-color: #efefef;
}

.ed_01 {
    text-decoration: none;
    cursor: pointer;
}


.ed_01c, .ed_01r {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.ed_dt {
    background-color: rgba(0, 148, 255, 0.50);
    background-image: url(img/bt_date.png);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #222;
    text-decoration: none;
    text-align: left;
    padding-left: 8px;
    width: 8em;
    vertical-align: top;
    cursor: pointer;
}

.ed_vlr {
    color: #000000;
    text-decoration: none;
    text-align: center;
    border: 1px solid #CCC;
    width: 7em;
    vertical-align: top;
    cursor: pointer;
    background: #fff url(img/bt_erase.png) no-repeat right center;
    padding-right: 18px;
}

.ed_cep {
    color: #000000;
    text-decoration: none;
    text-align: center;
    border: 1px solid #CCC;
    width: 7em;
    vertical-align: top;
    cursor: pointer;
}

.ed_find {
    background: transparent url(img/find.png) no-repeat center right;
    padding-right: 20px;
    padding: 5px;
    border-radius: 2px;
}

.lb_01 {
    color: #333;
    border-style: none;
    background-color: Transparent;
}

.lb_02 {
    color: #fff;
    border-style: none;
    background-color: Transparent;
    cursor: pointer;
}

    .lb_02:hover {
        color: yellow;
        border-style: none;
        background-color: Transparent;
        cursor: pointer;
    }

.lb_03 {
    color: #004080;
    border-style: none;
    background-color: Transparent;
}


.btn-outline {
    border: 1px solid transparent;
    outline: 1px solid transparent;
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }


.form-control {
    background-color: transparent;
    color: #222;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    height: 28px;
    padding: 2px 2px 2px 2px;
    font-size: 11px;
}

    .form-control.password {
        font-family: Webdings;
    }

    .form-control:focus {
        outline: 0;
        border: none;
        border-bottom: 1px solid #0094ff;
        background: rgba(153, 153, 153, 0.10);
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
    }

.btn {
    margin-top: 5px;
}

.bt_01 {
    display: inline-block;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    color: #004080;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bt_01[disabled] {
        cursor: not-allowed;
        background-color: #e6e6e6;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .bt_01:hover {
        color: #ffffff;
        background-color: #333;
        border-color: #222;
    }

.bt_green {
    display: inline-block;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    color: #5cb85c;
    border: 1px solid transparent;
    text-decoration: underline;
    background-color: transparent;
}


.bt_blue {
    display: inline-block;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    color: #4682B4;
    border: 1px solid transparent;
    text-decoration: underline;
    background-color: transparent;
}

.bt_red {
    display: inline-block;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    color: #d9534f;
    border: 1px solid transparent;
    text-decoration: underline;
    background-color: transparent;
}

.bt_orange {
    display: inline-block;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    color: #FF8C00;
    border: 1px solid transparent;
    text-decoration: underline;
    background-color: transparent;
}

.bt_green:hover {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.bt_blue:hover {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}


.bt_red:hover {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.bt_orange:hover {
    color: #ffffff;
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.bt_emp {
    background: transparent url(img/home.png) no-repeat center left;
    text-align: left;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 5px;
    color: #4682B4;
    cursor: pointer;
    border: none;
}

.bt_close {
    background: #d9534f url(img/close_form.png) no-repeat;
}

.bt_add {
    background: transparent url(img/add.png) no-repeat center left;
}

.bt_del {
    background: transparent url(img/del.png) no-repeat center left;
}

.bt_save {
    background: transparent url(img/save.png) no-repeat center left;
}

.bt_run {
    background: transparent url(img/run.png) no-repeat center left;
}

.bt_list {
    background: transparent url(img/list.png) no-repeat center left;
}

.bt_clone {
    background: transparent url(img/clone.png) no-repeat center left;
}

.bt_dashboard {
    background: transparent url(img/dashboard.png) no-repeat center left;
}

.bt_back {
    background: transparent url(img/back.png) no-repeat center left;
}

.bt_next {
    background: transparent url(img/next.png) no-repeat center right;
}

.bt_filtro {
    background: transparent url(img/filtro.png) no-repeat center left;
}

.bt_prod {
    background: transparent url(img/produto.png) no-repeat center left;
}

.bt_close, .bt_add, .bt_del, .bt_save, .bt_run, .bt_list, .bt_clone, .bt_back, .bt_next, .bt_filtro, .bt_close {
    text-align: left;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
}

.bt_next {
    text-align: left;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
}

    .bt_close:hover, .bt_add:hover, .bt_del:hover, .bt_save:hover, .bt_run:hover, .bt_list:hover, .bt_back:hover, .bt_next:hover, .bt_filtro:hover, .bt_close:hover {
        color: #4682B4;
    }


.print {
    color: black;
    background: #fff;
    text-align: left;
}

.gh_01 {
    font-size: 100%;
    font-weight: bold;
    color: #ff6a00;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    border: none;
}

.gh_02 {
    font-size: 100%;
    color: #ff6a00;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    border: none;
}


.bg_01 {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background: url('img/bg_h.gif') repeat-x;
}

.bg_02 {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border-style: solid;
    border-color: Silver;
    border-width: 1px;
    background: #FFF url(img/bg_01.jpg) repeat-x;
}

.bg_bot {
    text-decoration: none;
    background: #FFF url(img/bg_bot.jpg) repeat-x bottom;
    height: 1px;
}

#topo {
    width: 11.30%;
    min-height: 20px;
}

#fundo {
    background: #fff;
    width: 100%;
    font-style: normal;
    color: #333;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

.fundo {
    background-color: #fff;
    width: 100%;
    font-style: normal;
    color: #333;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

.painel_transp {
    margin-left: auto;
    margin-right: auto;
    background-color: #002953;
    padding: 5px;
    opacity: 0.90;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.janela {
    position: fixed;
    clear: both;
    z-index: 1000;
    background-color: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 10px;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    -webkit-box-shadow: 0px 0px 500px 50px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 500px 50px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 50px 500px rgba(0, 0, 0, 0.75);
}


.toast {
    position: fixed;
    z-index: 9000;
    text-align: left;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 4px;
    right: 5px;
    top: 5px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}

.toast__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    padding: 2px;
    border-radius: 50%;
    display: inline-block;
}

.toast__container {
    display: table-cell;
    vertical-align: middle;
}

.toast__cell {
    display: inline-block;
}

.toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.toast__content {
    padding-left: 70px;
    padding-right: 60px;
}

.toast__close {
    position: absolute;
    font-size: 36px;
    right: 10px;
    top: 10px;
    width: 14px;
    cursor: pointer;
    height: 14px;
    color: #878787;
    transform: translateY(-50%);
}

.toast--green {
    border-left: 3px solid #2BDE3F;
}

    .toast--green:before {
        background-color: #2BDE3F;
    }

    .toast--green .toast__icon {
        background-color: #2BDE3F;
    }

.toast--red {
    border-left: 3px solid #d9534f;
}

    .toast--red:before {
        background-color: #d9534f;
    }

    .toast--red .toast__icon {
        background-color: #d9534f;
    }

.toast--yellow {
    border-left: 3px solid #FFC007;
}

    .toast--yellow:before {
        background-color: #FFC007;
    }

    .toast--yellow .toast__icon {
        background-color: #FFC007;
    }



#wait {
    position: fixed;
    top: 0%;
    left: 50%;
    width: 100%;
    text-align: center;
}

#divHEADER {
    border-bottom: 1px solid #999;
}

#btMENU {
    padding: 0px;
    font-size: 24px;
    cursor: pointer;
}

#divMENU {
    position: fixed;
    top: 60px;
    width: 250px;
    height: 650px;
    left: 0px;
    display: none;
    z-index: 999;
    overflow-y: auto;
    font-size: 13px;
    border-radius: 0px;
}


    #divMENU a {
        border: none;
        border-radius: 0px;
    }

        #divMENU a:hover {
            color: #4682B4;
        }



#espera table {
    display: none;
}

#espera_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.85) url(img/espera.svg) no-repeat center center;
    z-index: 1999;
    width: 100%;
    height: 100vh;
}

#espera {
    z-index: 2000;
    width: 100px;
    height: 100px;
    background: transparent;
}

@-webkit-keyframes progresso {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

@keyframes progresso {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

.black_overlay {
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 800px;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.8;
}

#rodape {
    width: 960px;
    height: 15px;
    bottom: 0; /**/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: gray;
    clear: both;
}

a {
    color: #000000;
    text-decoration: NONE;
    background-color: transparent;
    border-style: none;
    border-width: 0;
}

.popup_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 500px;
    height: 25%;
    padding: 5px;
    border: 2px solid #999;
    background-color: #f2f2f2;
    overflow: auto;
}

.mn_01 {
    cursor: pointer;
}

    .mn_01:hover {
        background-color: #eee;
        cursor: pointer;
    }

.menu-topo {
    padding: 0.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em;
}

.menu-fundo {
    top: 0px;
    padding: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: #333;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
}

.menu-conteudo {
    padding: 0.5em;
    width: 100%;
    vertical-align: top;
    background: transparent url(img/menu_fundo.jpg) repeat-y top right;
}

.barraTopo {
    background-color: #fff;
    opacity: 0.9;
    width: 100%;
    float: none;
}

.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

#dv_find_b {
    position: absolute;
    top: 0%;
    height: 100%;
    left: 0%;
    width: 100%;
    background: #333 url(img/stripe.png);
    margin: 0px;
    opacity: 0.85;
}

#dv_find {
    position: absolute;
    top: 20%;
    height: 60%;
    left: 20%;
    width: 60%;
    margin-right: auto;
    border: 5px solid #999;
    background-color: #fff;
    padding: 0px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
