html {
    height: 100%;
}

* {
    font-family: Arial;
    border-collapse: collapse
}

body {
    height: 100%;
    font-size: 13px
}

.message-error {
    background: none repeat scroll 0 0 #FF1A00;
    font-size: 33px;
    position: fixed;
    width: auto;
    color: white;
    text-shadow: 0px 0px 4px #8D8D8D;
    padding: 14px !important;
    text-align: center;
    min-width: 603px;
    max-width: 603px;
    border: 1px solid;
    box-shadow: 0px 0px 2px red;
    font-weight: bold;
    font-family: Lucida Grande !important;
}

.message-sucess {
    position: fixed;
    background: none repeat scroll 0 0 #6DD1F1;
    font-size: 33px;
    width: auto;
    color: white;
    text-shadow: 0px 0px 4px #8D8D8D;
    padding: 14px !important;
    text-align: center;
    min-width: 603px;
    max-width: 603px;
    border: 1px solid;
    box-shadow: 0px 0px 2px #6DD1F1;
    font-weight: bold;
    font-family: Lucida Grande !important;
}

.tudo_site {
    width: 100%;
    min-width: 1027px;
}

.head_bar {
    background: #1A88CF;
    background: linear-gradient(to bottom, #208ED3 0%, #0272BD 100%) repeat scroll 0 0 transparent;
    color: white;
    width: 100%;
}

.head_bar a {
    color: white;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bolder;
    padding: 10px 25px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.head_bar a:hover {
    background: #004A95;
    color: #fff;
    text-decoration: none;
}

.head_bar a.tecladoNotification.red {
    -webkit-animation: animation 1s infinite;
    -moz-animation: animation 1s infinite;
    -o-animation: animation 1s infinite;
    animation: animation 1s infinite;
}

@-webkit-keyframes animation {
    0% {
        background-color: red;
    }
    100.0% {
        background-color: #1A88CF;
    }
}

@-moz-keyframes animation {
    0% {
        background-color: red;
    }
    100.0% {
        background-color: #1A88CF;
    }
}

@-o-keyframes animation {
    0% {
        background-color: red;
    }
    100.0% {
        background-color: #1A88CF;
    }
}

@keyframes animation {
    0% {
        background-color: red;
    }
    100.0% {
        background-color: #1A88CF;
    }
}

.footer_bar {
    background: #0066cc;
    color: white;
    width: 100%;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.centered {
    max-width: 960px;
    margin: 0 auto
}

.prefooter {
    background: #f6f6f6;
    border-top: 1px solid #e3e3e3
}

.prefooter .centered {
    padding: 30px 0
}

.prefootertabela {
    width: 960px;
}

.prefootertabela tr td {
    padding: 5px;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.clearfix {
    clear: both
}

.footer_bar .floatleft, .footer_bar .floatright {
    padding: 20px 0
}

.imagem {
    border: 3px solid;
    display: inline-block;
    margin: 3px;
    padding: 0;
}

.imagem img {
    border: 0 none;
    height: 173px;
}

.imagem.selecionado {
    border-color: red;
}

.usuario-panel-nav {
    height: 36px;
}

.usuario-panel-nav li {
    float: left;
}

input, select {
    width: auto !important;
}

#Form_Anuncio_Anuncio fieldset label {
    float: left;
    min-width: 192px;
}

.progress-label {
    float: left;
    margin-left: 10%;
    margin-top: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.footer_bar {
    background: none repeat scroll 0 0 #0066CC;
    color: white;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.head_bar {

    color: white;
    text-align: right;
    width: 100%;
}

.conteudo {
    min-height: 500px;
    display: table-row;
}

#app-index-lista-rast-veiculo > ul {
    padding-top: 4px;
}

.center-left {
    box-shadow: -20px 0 10px -20px #000000 inset;
    background: none repeat scroll 0 0 #F6F6F6;
    -border: 1px solid #E3E3E3;
    display: table-cell;
    vertical-align: top;
    /*width: 270px;*/
}

.input-append input, .input-append select {
    margin-left: 4px;
}

#app-index-lista-rast-veiculo label {
    color: white;
    display: inline-block;
}

.center-left h3 {
    border-radius: 0px !important;
}

.center-left .ui-state-active,
.center-left .ui-widget-content .ui-state-active,
.center-left .ui-widget-header .ui-state-active {
    background: none repeat scroll 0 0 #1C8AD0 !important;

    color: white !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4) !important;
    font-weight: normal !important;
    border-top: 1px none thistle;
}

.center-left .ui-state-default,
.center-left .ui-widget-content .ui-state-default,
.center-left .ui-widget-header .ui-state-default {

    background: none repeat scroll 0 0 #3B3E40;
    border: 1px solid #D3D3D3;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    font-weight: normal;
    margin: 0px;
    border-top: 1px none thistle;

}

#accordion > div > ul {
    background: none repeat scroll 0 0 #777777;
    box-shadow: -20px 0 10px -20px #000000 inset;
}

#accordion > div > ul li > a:before {
    background: url("/dev/public/img/glyphicons-halflings-white.png") repeat scroll -48px -48px transparent;
    content: "";
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    padding-right: 8px;
    width: 11px;
}

#accordion > div > ul li > a {
    line-height: 28px;
    margin-left: 27px;
    text-decoration: none;
}

.center-left .ui-accordion-content {
    border-radius: 0px;
    padding: 0px;
    padding-top: 0px;
    background: none repeat scroll 0 0 #3B3E40;
}

#accordion > div, #accordion > h3, #accordion table {
    border-right: none;
    box-shadow: -20px 0 10px -20px #000000 inset;
}

.center-left .ui-accordion-content a {
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.center-left .ui-accordion-content li {
    border-bottom: 1px solid #ccc;
}

.center-left .ui-accordion-content li:last-child {
    border-bottom: none;
}

.center-content {
    display: table-cell;
    padding-left: 10px;
    padding-top: 10px;
    /*width: 60vw;*/
    min-height: 1000px;
}

.view-content {
    margin-left: 20px;
    min-width: 700px;
}

div.form-inline input {
    width: auto;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.icon-info-veiculo {
    background-image: url("/dev/public/img/car.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.alert-pmp {
    /*    background-image: url("/dev/public/img/stop_32.png");
        background-image:none
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 32px;
        width: 35px;*/
    color: red;
    font-family: verdana;
    font-size: 16px;
    font-weight: bolder;
    line-height: 29px;
}

.ok-pmp {
    /*    background-image: url("/dev/public/img/success_32.png");
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 32px;
        width: 35px;*/
    color: green;
    font-family: verdana;
    font-size: 16px;
    font-weight: bolder;
    line-height: 29px;
}

.icon-ignition-off {
    background-image: url("/dev/public/img/ignition-off.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.icon-ignition-on {
    background-image: url("/dev/public/img/ignition-on.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.icon-gps-on {
    background-image: url("/dev/public/img/gps-on.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.icon-gps-off {
    background-image: url("/dev/public/img/gps-off.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.icon-earth-export {
    background-image: url("/dev/public/img/earth-export.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.icon-mapa-popup {
    background-image: url("/dev/public/img/mapa-popup.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
    cursor: pointer;
}

.icon-small {
    height: 24px;
    width: 24px;
}

.icon-smaller {
    height: 16px;
    width: 16px;
}

/** Setas de direcão */

.direcao {
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.direcao.on {

    background-image: url('/dev/public/img/mapa/arrow-up-on.gif');
}

.direcao.norte {
    transform: rotate(0deg);

}

.direcao.noroeste {
    transform: rotate(45deg);
}

.direcao.leste {
    transform: rotate(90deg);
}

.direcao.sudeste {
    transform: rotate(135deg);
}

.direcao.sul {
    transform: rotate(180deg);
}

.direcao.suldoeste {
    transform: rotate(225deg);
}

.direcao.oeste {
    transform: rotate(270deg);
}

.empresa-logo {
    background-image: url("/dev/public/img/logo_bg.gif");
    background-repeat: no-repeat;
    height: 100px;
    margin: 15px 43px;
    width: 189px;
    display: block;
}

#accordion h3.ui-state-active.ui-state-default span.ui-icon {
    background-image: url("/dev/public/img/glyphicons-halflings-white.png");
    background-position: -313px -119px;
}

#accordion h3.ui-state-default span.ui-icon {
    background-image: url("/dev/public/img/glyphicons-halflings-white.png");
    background-position: -456px -72px;
}

/* barra lateral - rastreamento */

#app-index-lista-rast-veiculo .center-left label, #app-index-lista-rast-veiculo center-left, input {
    display: inline-block;
/ / margin-left: 7 px;
}

label[for="cd_tpveiculo"]:after {
    content: ":";
}

#app-index-veiculos-lateral {
    max-height: 300px;
    overflow-y: auto;
}

#app-index-veiculos-lateral table thead th {
    background: none repeat scroll 0 0 #C3C3C3 !important;
    border-bottom: 1px solid #999999;
    padding: 5px;
}

#app-index-veiculos-lateral table thead {
    background-color: #F0F0F0;
}

#app-index-veiculos-lateral table {
    background: none repeat scroll 0 0 white;
    width: 100%;
    font-size: 10px;
}

#app-index-veiculos-lateral table tbody td {
    border-bottom: 1px dotted #999999;
    padding: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

#app-index-veiculos-lateral table tbody tr:hover {
    background: none repeat scroll 0 0 #E9E9E9;
}

#app-index-veiculos-lateral table tbody tr.selecionado {
    background: none repeat scroll 0 0 #E9E9E9;
}

#app-index-veiculos-lateral table tbody tr {
    transition: all 0.2s linear 0s;
}

/* Grid posicao */

.grid-posicao-pag-options {
    background: none repeat scroll 0 0 #1C8AD0;
    color: white;
    padding: 8px;
}

.grid-posicao-pag-nav {
    padding: 8px;
    text-align: center;
    width: 100%;
}

.grid-posicao table thead th {
    border: 1px solid #C3C3C3;
    padding: 4px;
}

.grid-posicao table tr {
    height: 20px;
    text-align: center;
}

.grid-posicao table thead {
    background-color: #00BFFF;
    color: white;
    height: 25px;
}

.grid-posicao table {
    margin-left: 4px;
    width: 100%;
}

.grid-posicao td {
    border: 1px solid #999999;
    border-collapse: collapse;
    font-family: verdana, cursive;
    font-size: 12px;
    padding: 4px;
    text-align: center !important;
}

.grid-posicao tbody tr td:last-child {
    padding: 0px;
}

.grid-posicao .limit {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
}

.grid-posicao .data {
    float: right;
}

.grid-posicao .data label {
    display: inline-block;
}

.grid-posicao input, .grid-posicao select {
    font-size: 12px;
    height: 19px;
    margin: 0;
    padding: 0;
}

.grid-posicao .data .ui-datepicker-trigger {
    vertical-align: middle;
}

.translate-cord-to-addres:before {
    background-image: url("/dev/public/img/loading.gif");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
}

.translate-cord-to-addres-buscando:before {
    background-image: url("/dev/public/img/loading.gif");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
}

tbody tr.status-ignicao-desligado {
    background: FireBrick;
    color: #FCFCFC;
}

tbody tr.status-ignicao-ligado {
    background: DarkGreen;
    color: #FCFCFC;
}

/** Syle da Legenda */

div.app-legenda {
    background: white;
    border: 1px solid #CCCCCC;
    display: inline-block;
    /*    right: 20px;*/
    padding: 3px 7px 0 13px;
    top: 50%;
    right: 40px;
    position: fixed;
    max-width: 200px;
    min-width: 200px;
    /*bottom: 45px;*/
}

.app-legenda > h3 {
    margin: 0;
    padding: 0;
}

div.app-legenda dt {
    float: left;
}

div.app-legenda dd {
    line-height: 30px;
    margin-left: 32px;
}

div.app-legenda i {
    background-color: #E4E4E4;
    border-radius: 3px 3px 3px 3px;
}

div.option-auto-atualizar label {
    cursor: pointer;
}

div.option-auto-atualizar input {
    margin-right: 4px;
}

.required:after {
    content: "*";
}

.has-validation-errors {
    border: 1px solid #CD0A0A !important;
}

.ui-tooltip.tooltip-validation-error, .arrow:after {
    background: white;
    border: 2px solid #CD0A0A;
}

.ui-tooltip.tooltip-validation-error {
    padding: 10px 20px;
    color: #CD0A0A;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/** Default style of tables */
.app-table-default table, .app-table-default table * {
    border: none;
    border-collapse: collapse;
}

.app-table-default td, .app-table-default th {
    border: 1px solid #d9d9d9;
    padding: 5px;
    text-align: left
}

.app-table-default thead {
    text-transform: capitalize;
    background: #00BFFF;
    color: white
}

.app-table-default tr:hover {
    background: #c3c3c3
}

.app-table-default thead tr:hover {
    background: none
}

.app-table-default tr:active {
    background: #06c
}

/** overide jquery ui themes */

.ui-widget-header {
    -background: none repeat scroll 0 0 #0066CC;
    border-radius: 0 0 0 0 !important;
    color: white;
    font-weight: bold;
    border: none !important;
    background: rgb(208, 228, 247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208, 228, 247, 1)), color-stop(24%, rgba(115, 177, 231, 1)), color-stop(50%, rgba(10, 119, 213, 1)), color-stop(79%, rgba(83, 159, 225, 1)), color-stop(100%, rgba(135, 188, 234, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0); /* IE6-9 */

}

.ui-dialog {
    padding: 0px;
}

.title-info-map {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #1C1C1C;
    display: inline-block;
    font-size: 19px;
    margin-left: -35px;
    margin-top: 28px;
    padding: 5px;
}

.title-info-map > i.arrow {
    left: 37px;
    top: 13px;
}

.title-info-map > i.arrow:after {
    border: 1px solid #ccc
}

.link-abre-mapa:hover {
    text-decoration: underline;
}

.link-abre-mapa {
    color: blue;
    cursor: pointer;
}

img.ui-datepicker-trigger {
    display: inline-block;
    line-height: 200px;
    margin-bottom: -8px;
    vertical-align: inherit !important;
}

.out-status {
    width: 103px !important;
}

.out-status tr td {
    font-size: 9px !important;
    height: 6px !important;
    margin: 0;
    padding: 0;
    text-align: center !important;
}

@keyframes animacaoBolada {
    25% {
        background: red;
        box-shadow: 0 0 5px 3px red;
    }
    100% {
        background: yellow;
        box-shadow: 0 0 5px 3px greenyellow;
    }
}

.out-status-0 span {
    background-color: #CCCCCC;
    border: 1px solid black;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    display: inline-block;
    height: 8px;
    left: 42%;
    transition: background-color 350ms ease 0s, box-shadow 700ms ease 0s;
    width: 8px;
}

.out-status-1 span {
    background-color: greenyellow;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px 3px greenyellow;
    clear: both;
    display: inline-block;
    height: 8px;
    left: 42%;
    transition: background-color 350ms ease 0s, box-shadow 700ms ease 0s;
    width: 8px;
    animation: 3s infinite animacaoBolada;
}

.ajax-content-loading {
    background-image: url("/dev/public/img/ajax-content-loading.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.frm-estilo-cinza {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #CCCCCC;
    margin-left: 4px;
    padding: 7px;
}

.frm-estilo-cinza .form-inline {
    margin-bottom: 13px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.tecladoctrl-app {
    display: table;
    width: 100%;
}

.tecladoctrl-app h3 {
    margin: 0px;
}

.tecladoctrl-app .veiculos-list,
.tecladoctrl-app .mensagens {
    display: table-cell;
}

.tecladoctrl-app .veiculos-list {
    background-color: rgba(241, 238, 230, 0.82);
    padding: 4px;
}

.tecladoctrl-app .mensagens {
    padding: 0px;
}

.tecladoctrl-app .veiculos-list {
    width: 137px;
}

.tecladoctrl-app .veiculos-list a {
    display: inline-block;
    font-size: 14px;
    min-width: 100px;
    padding: 7px 2px;
}

.tecladoctrl-app .msgs-scroll {
    height: 60vh;
    overflow: auto;
    margin: 0;
    padding: 10px 15px 10px 15px;
}

.tecladoctrl-app .msg-controls {
    background-color: rgba(241, 238, 230, 0.82);
    padding: 5px;
}

.tecladoctrl-app textarea {
    width: 79%;
    resize: none;
    margin: 0px;
}

.tecladoctrl-app .msg {
    padding: 5px;
    background-color: rgba(249, 220, 27, 0.26);
    border-radius: 3px;
    margin-bottom: 6px;
    width: auto;
    display: inline-block;
    text-align: left;
}

.tecladoctrl-app .para {
    text-align: right;
}

.tecladoctrl-app .msg .data {
    text-align: right;
    color: #999999;
}

.tecladoctrl-app .msg .texto {
    margin-top: 6px;
    margin-left: 5px;
}

#popupGenerico {
    padding: 0px !important;
}

#siga-rast-bloqueio-por-usuario .bloqueio {
    background-color: rgba(218, 43, 43, 0.44) !important;
}

.tbl-scroll table {
    table-layout: fixed;
    width: 100%;
}

.tbl-scroll .wrapper {

    overflow-y: scroll;
    max-height: 400px;
    margin-right: -5px;

}

.tbl-scroll .wrapper::-webkit-scrollbar {
    width: 5px;
}

.tbl-scroll .wrapper::-webkit-scrollbar-track {
    background: #ddd;
}

.tbl-scroll .wrapper::-webkit-scrollbar-thumb {
    background: #666;
}

