/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
ol, ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here */
a
{
	text-decoration: none;
}
.txt-rt {
    text-align: right;
}
/* text align right */

.txt-lt {
    text-align: left;
}
/* text align left */

.txt-center {
    text-align: center;
}
/* text align center */

.float-rt {
    float: right;
}
/* float right */

.float-lt {
    float: left;
}
/* float left */

.clear {
    clear: both;
}
/* clear float */

.pos-relative {
    position: relative;
}
/* Position Relative */

.pos-absolute {
    position: absolute;
}
/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}
/* vertical align top */

nav.vertical ul li {
    display: block;
}
/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */

img {
    max-width: 100%;
}
/*end reset*/

body {
    font-family: 'PT Sans Narrow', sans-serif;
    /* background: url(../images/banner1.jpg) no-repeat;*/
    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.main {
    margin: 8em 0 5em;
}
::-webkit-input-placeholder {
    color: #555 !important;
    font-size: 1em !important;
}
.circle 
{   
   width: 15px;
   height: 15px;
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
   float:left;
   shape-outside: circle(50%);
  margin-right:50%;
  margin-top: 3px;
  margin-left: 50%;
}    
.login {
    width: 20%;
    margin: 0 auto;
    background: #fff;
    padding: 3em;
    position: relative;
    border-radius: 5px;
}
.login h1 {
    text-align: center;
    font-size: 2em;
    margin: 1em 0;
    color: #555;
    font-family: 'PT Sans Narrow', sans-serif;
}
.login-top {
    background: #001869;
    position: absolute;
    width: 7%;
    top: -42px;
    left: 162px;
    padding: 1.7em 1.7em;
    border-radius: 50px;
    text-align: center;
}
.login-bottom input[type="text"] {
    font-size: 1.2em;
    width: 90%;
    padding: .6em .8em;
    outline: none;
    background: #eaeaea;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
}
.login-bottom input[type="password"] {
    font-size: 1.2em;
    width: 88%;
    padding: .6em 1em;
    outline: none;
    background: #eaeaea;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
}
.login-bottom input[type="submit"] {
    font-size: 1.5em;
    padding: .3em .3em;
    width: 45%;
    border: none;
    text-transform: capitalize;
    outline: none;
    border-radius: 5px;
    background: #001869;
    color: #fff;
    cursor: pointer;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 auto;
    display: block;
    }
    .password {
        margin: 1.5em 0;
    }
    .fa-eye 
    {
     display: inline; 
     position: absolute; 
     left: -14px; 
     top: 0px; 
     cursor: pointer;
     font-style: normal;
     font-weight: 400; 
     line-height: 1;
    }
    
    .fa-eye-slash 
    {
     display: inline; 
     position: absolute; 
     left: -14px; 
     top: 0px; 
     cursor: pointer;
     font-style: normal;
     font-weight: 400; 
     line-height: 1;
    }

.login-bottom p {
    font-size: 1em;
    text-align: center;
    margin-top: 2em;
    color: #555;
}
.login-bottom a {
    text-decoration: none;
}
.login-bottom a p:hover {
    color: #001869;
}
.footer {
    text-align: center;
    padding: 3em 0;
}
.footer p {
    font-size: .9em;
    color: #fff;
    margin: 0px;
}
.footer p a:hover {
    color: #fff;
}
.footer p a {
    color: #fff;
}
/*responsive*/

@media (max-width: 1440px) {
    .login-top {
        left: 149px;
    }
}
@media (max-width: 1366px) {
    .login-top {
        left: 145px;
        width: 8%;
    }
}
@media (max-width: 1280px) {
    .login-top {
        left: 136px;
        width: 9%;
        padding: 1.5em 1.5em;
    }
}
@media (max-width: 1080px) {
    .login {
        width: 25%;
    }
    .login-top {
        left: 136px;
        width: 8%;
    }
    .login h1 {
        font-size: 1.8em;
    }
    .login-bottom p {
        font-size: .95em;
    }
}
@media (max-width: 991px) {
    .login {
        width: 34%;
    }
    .login-bottom input[type="text"] {
        width: 88%;
        font-size: .95em;
    }
    .login-bottom input[type="password"] {
        width: 87%;
        font-size: .95em;
    }
    .login-bottom input[type="submit"] {
        font-size: 1.4em;
    }
    .main {
        margin: 9em 0 5em;
    }
    
    .btn-insert-delete-back
    {
        font-size: 15px !important;
        width:145px !important;
    }
}
@media (max-width: 640px) {
    .login {
        width: 39%;
    }
    .login-bottom input[type="text"] {
        width: 90%;
        font-size: .95em;
    }
    .login-bottom input[type="password"] {
        width: 89%;
        font-size: .95em;
    }
    .login-bottom input[type="submit"] {
        font-size: 1.2em;
        width: 40%;
    }
}
@media (max-width: 505px) {
    .botaoblock {
        width: 100% !important;
        margin-bottom: 2px;
    }
}
@media (max-width: 480px) {
    .login {
        width: 50%;
        padding: 2.5em;
    }
    .login-top {
        left: 126px;
        padding: 1.5em;
    }
    .login-bottom input[type="submit"] {
        font-size: 1.3em;
        padding: .2em .2em;
    }
    .login-bottom p {
        font-size: .85em;
    }
    .login-bottom input[type="text"] {
        width: 91%;
    }
}
@media (max-width: 320px) {
    .login {
        width: 70%;
        padding: 1.5em;
    }
    .login-top {
        left: 92px;
        padding: 1.5em;
    }
    .main {
        margin: 2em 0 3em;
    }
    .footer {
        text-align: center;
        padding: 1em 0;
    }
    .login-bottom p {
        font-size: .8em;
    }
}
.box-shadow {
    -webkit-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.17);
    box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.17);
}
.navbar-default-r {
    background-color: #001e67;
    border-color: #e7e7e7;
    color: white;
}
label.error {
    color: #a94442;
    font-size: 85%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    padding-top: 5px;
}
input.error {
    border-color: #a94442;
}
input.error:focus {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) inset, 0, 0 6px #843534;
    outline: 0 none;
}
select.error {
    border-color: #a94442;
}
select.error:focus {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) inset, 0, 0 6px #843534;
    outline: 0 none;
}
.TituloListagem {
    padding: 5px 5px 20px 5px;
    color: #001869;
    font-weight: bold;
}
.th-grid {
    background-color: #001e67;
    color: white;
}

.th-grid a:focus,
.th-grid a:hover,
a {
    color: #fff;
}
.table-hover tbody tr td a{
    color: #000000;
    text-decoration: underline;
}
.table-hover tbody tr:hover td a{
    background-color: #3498db;
    color: white;
}
.table-hover tbody tr:hover td {
    background-color: #3498db;
    color: white;
}
.table-hover tbody tr.footer-grid:hover td {
    background-color: #fff;
    color: white;
}
.table-hover tbody tr.tr-nohover:hover td {
    background-color: transparent !important;
    color: black;
}
.table-hover tbody tr.tr-nohover:hover td .table-hover tbody tr:hover td {
    background-color: #3498db !important;
    color: white;
}
.navbar-default-r .navbar-nav > li > a:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
}
.navbar {
    min-height: 75px;
}
.uiTamanho {
    font-size: 20px;
    margin-top: 10px;
}
.btn-royal,
.btn-royal:focus {
    background-color: #001e67;
    color: #fff;
    border-radius: 5px;
}
.btn-royal:hover,
.btn-royal:focus {
    background-color: #fff;
    color: #001e67;
    border-radius: 5px;
}
.th-left {
    text-align: left;
}
.th-center {
    text-align: center;
}
.th-right {
    text-align: right;
}
/* Start subgrid */

.subgrid table tr td.th-right,
.subgrid table tr td.th-left,
.subgrid table tr td.th-center,
.subgrid table tr.footer-grid,
.subgrid tr td.th-right,
.subgrid tr td.th-left,
.subgrid tr td.th-center,
.subgrid tr.footer-grid {
    background-color: #fafafa;
}
.tr-nohover-sangria {
    background-color: #fafafa;
    color: Black;
}
.table-hover>tbody>tr:hover {
    background-color: #fafafa;
}
.table .table {
    background-color: transparent !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border-top: none !important;
}
.border-bottom {
    border-bottom: 2.5px solid #95a5a6 !important;
}
.border-bottom-line {
    border-bottom: 1px solid darkgrey !important;
}
.th-footer-margin {
    font-weight: bold !important;
    padding-top: 14px !important;
    height: 50px !important;
}
/* End subgrid */

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.mkd-st-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
}
.mkd-st-loader1 {
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
}
.mkd-st-loader .spinner {
    font-size: 10px;
    height: 70px;
    text-align: center;
    width: 50px;
}
.mkd-st-loader .spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.mkd-st-loader .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.mkd-st-loader .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.mkd-st-loader .spinner .rect4 {
    -webkit-animation-delay: -0, 9s;
    animation-delay: -0.9s;
}
.mkd-st-loader .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.mkd-st-loader .pulse {
    animation: 1s ease-in-out 0s normal none infinite running scaleout;
    background-color: #d4145a;
    border-radius: 16px;
    height: 32px;
    margin: -16px 0 0 -16px;
    width: 32px;
}
.mkd-smooth-transition-loader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
.fundo-login {
    background: rgba(0, 30, 103, 1);
    background: -moz-linear-gradient(left, rgba(0, 30, 103, 1) 0%, rgba(117, 142, 199, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 30, 103, 1)), color-stop(100%, rgba(117, 142, 199, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 30, 103, 1) 0%, rgba(117, 142, 199, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 30, 103, 1) 0%, rgba(117, 142, 199, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 30, 103, 1) 0%, rgba(117, 142, 199, 1) 100%);
    background: linear-gradient(to right, rgba(0, 30, 103, 1) 0%, rgba(117, 142, 199, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e67', endColorstr='#758ec7', GradientType=1);
}
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}
.slider.slider-horizontal {
    width: 210px;
    height: 20px
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0
}
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px
}
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}
.slider.slider-vertical {
    height: 210px;
    width: 20px
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px
}
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}
.slider.slider-disabled .slider-handle {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
}
.slider.slider-disabled .slider-track {
    background-repeat: repeat-x;
    cursor: not-allowed;
    background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
}
.slider input {
    display: none
}
.slider .tooltip.top {
    margin-top: -36px
}
.slider .tooltip-inner {
    white-space: nowrap
}
.slider .hide {
    display: none
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
}
.slider-selection {
    position: absolute;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
}
.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #3a94a5;
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    opacity: .8;
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
}
.slider-handle.round {
    border-radius: 50%
}
.slider-handle.triangle {
    background: transparent none
}
.slider-handle.custom {
    background: transparent none
}
.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}
.slider {
    display: block;
    float: left;
    margin-left: 5px;
}
.valueLabel {
    display: block;
    float: left;
    margin-left: 15px;
}
.modal.modal-wide .modal-dialog {
    width: 90%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}
.icon-color {
    color: white;
    opacity: 0.2;
}
.disabledbutton {
    /*background-color: #eee;*/
    
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
img.lazy {
    /*width: 300px;*/
    /*height: 467px;*/
    
    display: block !important;
    /* optional way, set loading as background */
    
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    padding: 4px;
}
.navbar-toggle {
        position: relative;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.modalfull.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.modalfull.modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.modalfull.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: none;
    margin: 0px 30px 15px 30px;
}
.dropdown-style
{
    width:100% !important;
    font-size: 14px !important;
    color:#555 !important;
    padding: 6px 12px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.filter-option
{
    font-size: 12.5px;
    padding-top:2px;
}  
 
.caret
{
    float: right;
    margin-top: 7px;
}

@media screen and (max-width: 1167px) {
    .tamanho {
        width: 1100px !important;
        max-width: 1100px !important;
    }
}

@media screen and (max-width: 1005px) 
{
    .btn-see-maps-place
    {
        width: 13em !important;
    }
    
    .btn-mapaev
    {
        font-size:15px;
        width: 220px;
    }
}

@media screen and (max-width: 526px) 
{
    .btn-see-maps-place
    {
        width: 13em !important;
    }
}

@media screen and (max-width: 510px) 
{
    .btn-text-bigger-maps
    {
        font-size: 14px !important;
    }
    
    .btn-see-maps-place
    {
        width: 12em !important;
        font-size: 14px !important;
    }
}


.modalfull.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    border: 0;
}
.modalfull.modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}
.modalfull.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
}
.padding-right-0 {
    padding-right: 0px !important;
}
.modalfull.modal-footer.row {
    margin-left: 0px;
    margin-right: 0px;
}
.text-right-t {
    text-align: right;
}
.text-left-t {
    text-align: left;
}
.btn-grouping-r {
    font-size: 16px;
    width: 9em;
    font-weight: bold;
}
.btn-grouping-r-2 {
    font-size: 16px;
    width: 9em;
    font-weight: bold;
}
.disp-blol {
    display: block
}
.libn {
    font-size: 12px;
    width: 12em;
    height: 35px;
}
.disp-alt {
    display: initial;
    width: 10em;
    margin: 5px;
    font-weight: bold;
}
.btn-navegacao
{
    font-size: 16px;
    width: 9em;
    font-weight: bold;
    }
.btn-ca-eventos
{
    font-size: 16px;
    width: 9.5em;
    font-weight: bold;
        }
  .btn-mosaico
  {
      float:left;
      }
  span.passeye
  {
     display: inline; 
     position: absolute; 
     right: 20px; 
     top: 25px; 
     cursor: pointer;
     font-style: normal;
     font-weight: 400; 
     line-height: 1;
      }
   .btn-mapaev
   {
           font-size: 16px;
    width: 15.5em;
    font-weight: bold;
       }       
       
@media screen and (max-width: 1101px) {
    .btn-mapaev
    {
        font-size:16px;
        width: 240px;
    }
}

@media screen and (max-width: 1069px) {
    .btn-mapaev
    {
        font-size:16px;
        width: 230px;
    }
}

@media screen and (max-width: 1029px) {
    .btn-mapaev
    {
        font-size:15px;
        width: 220px;
    }
}

@media screen and (max-width: 1005px) {
    .btn-text-bigger-maps
    {
        width: 220px !important;
    }
}


@media screen and (max-width: 767px) {
    .btn-mapaev
    {
        font-size:15px;
        width: 220px;
    }
    span.passeye
    {
        top:35px;
        }
    .text-right-t,
    .text-left-t {
        text-align: center;
    }
    .btn-grouping-r-2 {
        font-size: 16px;
        width: 45%;
        font-weight: bold;
    }
    .libn {
        font-size: 12px;
        width: 12em;
        height: 35px;
    }
    .btn-grouping-r {
        font-size: 16px;
        width: 30%;
        font-weight: bold;
    }
    .TituloListagem {
        font-size: 25px;
    }
    .disp-blol {
        display: initial;
    }
    .disp-alt {
        display: block;
        width: -webkit-fill-available;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        color: white;
    }
    .btn-navegacao
    {
        width: 6em;
        }
    .btn-ca-eventos
    {
        font-size: 15px;
        width: 45%;
        font-weight: bold;
        margin: 2px;
        }
     label.font-label, span.font-label
     {
         font-size:13px;
         }
     label
         {
    padding-top: 10px;
    padding-bottom: 2px;
             }
    .btn-mosaico
    {
    float: none;
    margin-bottom: 5px;
    }
}

@media screen and (max-width:520px)
{
    .btn-insert-delete-back
    {
        width: 135px !important;   
    }
    
    .btn-mapaev {
        width: 210px !important;
    }
    
    .btn-text-bigger-maps
    {
        width: 210px !important;
        font-size: 15px !important;
    }
    
}

@media screen and (max-width: 500px) {
    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        font-size: 11px;
    }
    

    .btn {
        font-size: 11px !important;
        width: 6em !important;
        text-align: center;
        padding: 8.5px 1px !important;
    }
    
    .btn-email-recuperacao
    {
        width: 20em !important;
    } 

    .btn-text-bigger
    {
        width: 10em !important;
    }
    
    .btn-text-bigger-maps
    {
        width: 148px !important;
        margin-bottom: 2px !important;
    }
    
    .btn-mapaev {
        width: 155px !important;
    }
    
    .btn-see-maps-place
    {
        width: 13em !important;
        margin-bottom: 2px !important;
    }
    
    .btn-header-footer-lotes
    {
        width: 7em !important;
    }
    
    .btn-ativar-inativar-lotes
    {
        font-size:16px !important;
        width:80% !important; 
    }
    
    .btn-salvar-todos-lotes
    {
        font-size:16px !important; 
        text-align:center;   
    }
    
    .dropdown-style
    {
        width:100% !important;
        font-size: 11px !important;
        color:#555 !important;
        padding: 9px 12px !important;
        line-height: 1.42857143 !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    }

    .font-combo-grid-setor-lotes
    {
        font-size: 12px !important;
    }
    
    .caret
    {
        float: right;
        margin-top: 8px;
    }
    .modalfull.modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: none;
        margin: 0px 15px 15px 15px;
    }
    .modal-do 
    {
        font-size: 16px;
    }
    
    .dropdown-menu 
    {
        font-size: 11px !important;
    }
}

@media screen and (max-width:360px)
{
    .btn-mapaev {
        width: 148px !important;
    }
    
    .btn-text-bigger-maps
    {
        width: 148px !important;
    }
}

@media screen and (max-width:320px)
{
    .btn-navegacao {
        width: 5em;
    }
     div
    {
        overflow-x:auto;
    }
    
    .btn-see-maps-place
    {
        width: 14em !important;
        margin-bottom: 2px !important;
    }
    
    .btn-mapaev {
        width: 128px !important;
        font-size: 9px !important;
    }
    
    .btn-insert-delete-back
    {
        width: 70px !important;
        font-size: 9px !important; 
    }
    }
     /*altt*/
 
     span.hidepass
     {
        float: right;
        margin-top: -25px;
        left: -10px;
        top: 0px;
        position: relative;
        z-index: 2;
     }
     
     ::-ms-reveal {
      display: none;
      }