
.isModal {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.isModal.show {
    z-index: 100;
    opacity: 1;
    visibility: visible;
}

.isModal .isModalBox {
    background-color: #FFF;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 3px 15px #555;
    width: 40%;
}

.isModal .topo {
    margin-bottom: 2rem;
}

.isModal h2 {
    margin: 0;
    font-size: 1.4rem;
    opacity: .8;

}

.isModal .topo .close {
    font-family: arial;
    font-weight: 600;
    color: tomato;
    cursor: pointer;
}

.isModal .buttons {
    justify-content: flex-end;
    margin-top: 2rem;
}

.isModal .buttons span {
    margin-left: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .94rem;
    opacity: 0.85;
    cursor: pointer;
}

.isModal .buttons span:last-child {
    color: #0099FF;
}

.listagensdedados .buttons {
    background: #0099FF;
    width: 100%;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .25rem;

}

.listagensdedados .buttons:hover {
    box-shadow: 0 3px 10px #aaa;
}

.listagensdedados .body-Filtro .btn-Filtro {
    margin: 0 .2rem .5rem;
}

.listagensdedados .btn-Filtro {
    color: #FFF;
    background: #0099FF;
    width: 8%;
    height: 2rem;
    border-radius: .3rem;
    text-align: center;
    margin-bottom: .5rem;
    cursor: pointer;
}

.listagensdedados .btn-item-Filtro {
    color: #FFF;
    background: #0DC143;
    width: 8%;
    height: 2rem;
    border-radius: .3rem;
    text-align: center;
    margin-bottom: .5rem;
    cursor: pointer;
}

.listagensdedados .btn-Filtro span {
    font-size: 1rem;
    line-height: 2rem;
    opacity: .9;
    font-weight: 600;
    margin: .5rem;
}

.listagensdedados .btn-Filtro:hover {
    /* box-shadow: 1px 1px 5px #777; */
    color: #000;
}

.listagensdedados .btn-Filtro i {
    font-size: .8rem;
}

main table * {
    text-align: left;
}

main table thead {
    padding: 10px;
    width: 100%;
    display: block;
}

main table tr {
    width: 100%;
}

main table th {
    text-align: center;
}

main table tbody {
    padding: 10px;
    width: 100%;
    display: block;
}

main table td {
    text-align: center;
    margin-left: 3px;
}

input, select, textarea {
    border: 1px #ddd solid;
    border-radius: 3px;
    height: 36px;
    text-indent: 1rem;
    font-size: 0.8rem;
    background-color: #fafbfc;
}

input:focus, select:focus {
    background-color: #FFF;
}

.iptField {
    margin-bottom: 14px;
    font-size: .8rem;
    font-weight: 500;
    color: #555;
    width: 100%;
    /*margin: .1rem;*/
}

.iptFieldNoBottom {
    font-size: .8rem;
    font-weight: 500;
    color: #555;
    width: 100%;
}

.iptField10 {
    margin-bottom: 14px;
    font-size: .8rem;
    font-weight: 500;
    color: #555;
    width: 80px !important;
    /*margin: .1rem;*/
}

.iptField80 {
    margin-left: 14px;
    margin-bottom: 14px;
    font-size: .8rem;
    font-weight: 500;
    color: #555;
    width: 100% !important;
}

.iptField80 label, .iptField10 label {
    display: block;
}

.iptField input, .iptField select, .iptField80 input {
    width: 100%;
    margin-top: 2px;
}

.iptField10 select {
    width: 80px;
    margin-top: 2px;
}

.iptField80 input {
    width: 100%;
    margin-top: 2px;
}

.iptField .itemInput {
    width: 100%;
}

.fem label {
    position: relative;
    bottom: 20px;
    opacity: .8;

}

.sexo {
    font-weight: 500;
    opacity: .6;
}

.masc label {
    position: relative;
    bottom: 20px;
    opacity: .8;
}

.masc {
    float: right;
}

.item_lider h5 {
    font-size: .94rem;
    opacity: .8;
    font-weight: 600;
}

.menu_equi .ul_equi {
    font-size: .94rem;
    opacity: .8;
    font-weight: 600;
    width: 100%;
}

.ul_equi li {
    padding: .85rem;
}

.ul_equi i {
    float: right;
}

.selected {
    color: #0099FF;
}

.iptField textarea {
    width: 100%;
    margin-top: 2px;
    resize: none;
    height: 65px;
}

.isForm .ul b {
    padding: .5rem;
}

.isModal .ul li {
    border-bottom: 1px solid #777;
    font-weight: 500;
    color: #777;
}

.isModal .uls b {
    padding: .5rem 0;
    font-weight: 500;
    color: #777;
}

.isModal .ulss li {
    padding: .5rem 0;
    border-bottom: 1px solid #777;
    font-weight: 500;
    color: #777;
}

.isForm .msgerro i:before {
    color: red;
    padding: 2rem 4rem;
    content: "\f06a";
    font-size: 1.5rem;
}

.isForm .msgsuccess i:before {
    color: #389dc2;
    padding: 2rem 4rem;
    content: "\f058";
    font-size: 1.5rem;
}

.isForm .msgswarring i:before {
    color: #c26f38;
    padding: 2rem 4rem;
    content: "\f06a";
    font-size: 1.5rem;
}

.error {
    border: red solid 1px;
}

.isMsG .isMsGBox {
    right: 0;
    border-radius: 6px;
    background: #000;
    opacity: .9;
    width: 260px;
    /* margin: 0 auto; */
    /* padding: 20px; */
}

.isMsG {
    position: fixed;
    width: 100%;
    height: 8vh;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
}

.isMsG.show {
    z-index: 9999999999;
    opacity: 1;
    visibility: visible;
}

.isMsG [message_text] {
    padding-bottom: 5px;
}

.fadetop {
    top: -100%;
    transition: ease .5s;
}

.fadetop.show {
    top: 0;
}

.isMsG .isMsGBox p {
    color: #FFF;
    font-weight: 500;
    font-size: .8rem;
}

.isModal .isSenhalBox {
    background-color: #FFF;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 3px 15px #555;
    width: 20%;
}

.RGSTinline {
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    /* color: #777; */
}

.RGSTinline li {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #777;
}

.itemscroll {
    /* padding-top:0; */
    /* height: calc(100% - 120px); */
    overflow-y: auto;
    overflow-x: hidden;
    /* height: 400px; */
    /*height: 68vh;*/
    width: 100%;
    height: 100%;
}

.porscroll fieldset{
    height: 100%;
}

.isModalBox .isFiltrar .isForm {
    padding: .5rem;
}

.isModal .itemisModal {
    background-color: #FFF;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 3px 15px #555;
    width: auto;
}

.ispatrulha {
    background: 0;
    /* position: absolute; */
    padding-top: 4.5rem;
}

.ispatrulha .itempatrulha {
    background-color: #FFF;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 3px 15px #555;
    width: 100%;
    /*height: 89vh;*/
}


.z-index {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.z-index.show {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}

.z-index .isModalBox {
    background-color: #FFF;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 3px 15px #555;
    width: 40%;
}

.z-index .topo {
    margin-bottom: 2rem;
}

.z-index h2 {
    margin: 0;
    font-size: 1.4rem;
    opacity: .8;

}

.z-index .topo .close {
    font-family: arial;
    font-weight: 600;
    color: tomato;
    cursor: pointer;
}

.z-index .buttons {
    justify-content: flex-end;
    margin-top: 2rem;
}

.z-index .buttons span {
    margin-left: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .94rem;
    opacity: 0.85;
    cursor: pointer;
}

.z-index .buttons span:last-child {
    color: #0099FF;
}
