.rotaSelecionada {
    background-color: #f6ae00 !important;
}

.no-select {
    user-select: none;
}

.highlight{
    opacity: 0.5 !important;
}

.info{
    background-color: black;
    color: white;
    position: absolute;
    z-index: 3000;
    padding: 5px;
}

.caixaInformativaRota{
    width: 105px;
    height: 40px;
    display: inline-block;
    position: relative;
}

.itinerarioSelecionado{
    background-color: white !important;
    color: #27243a  !important;
}

.iconeTipoVeiculo{
    background-color: #27243a;
    border-radius: 5px;
    padding: 10px;
}

.cardPedido{
    margin: 0 auto;
    width: 100%;
    background-color: #EBEBEC;
    border-radius: 10px;
    height: 150px;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 15px;
    /*margin-right: 24px;*/
    color: black;
    position: relative;
    cursor: pointer;
}

.divRota{
    /*cursor: pointer;*/
    margin: 0 auto;
    width: 85%;
    background-color: white;
    border-radius: 10px;
    height: 120px;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 15px;
    color: #27243a;
    position: relative;
    text-align: left;
}

.caixaOrdem{
    font-weight: bold;
    color: #66647a;
    border: 2px #66647a solid;
    font-size: 17px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
}

.circuloOrdem{
    font-weight: bold;
    color: #66647a;
    border: 2px #66647a solid;
    font-size: 17px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
}

.linhaOrdem{
    width: 2px;
    background-color: #66647a;

}

.pt{
    background-color: black;
    width: 3px;
    height: 3px;
    position: absolute;
    z-index: 3000;
}

.ponto{
    background-color: red;
    width: 2px;
    height: 2px;
    position: absolute;
    z-index: 3000;
}

.gm-style-mtc{
    display: none !important;
}

.gm-style iframe + div {
    border:none!important;
}

.gm-svpc{
    display: none !important;
}

html, body{
    background-color: white !important;
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: Inter !important;
}
.linhaSelecionada{
    background-color: #ededed !important;
}
#clientesBuscaUL {
    padding-left: 0px;
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;*/
}
#clientesBuscaUL li {
    padding-left:5px;
    display:block;
    cursor:pointer;
    height:65px;
    font-size:13px;
    vertical-align: middle;
    background-color: #ddd
}
#clientesBuscaUL li:nth-child(even) {
    background-color:khaki;
    color: #515151;
}
toggleTable {
    border-collapse: separate;
    border-spacing: 0px !important;
}
/*            tr:first-child td:first-child { border-top-left-radius: 5px;
                                            border-bottom-left-radius: 5px;}
            tr:first-child td:last-child { border-top-right-radius: 5px;
                                           border-bottom-right-radius: 5px;}*/
.selected {
    background-color: #b9def0 !important;
}
.toggleTable td:hover{
    background-color: #eaeaea;
}
/*.infoW{width:340px;height: 140px;}*/
/*.infoC{width:100px;height: 150px;}*/
.radioVendedor{
    display:none;
}
img {
    vertical-align: middle;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

gmp-advanced-marker:focus{
    outline: none !important;
}

.controlsContainer {
    margin-top: 49px;
    background-color:white;
    margin-left:-400px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: 100px;
    width:400px;
    overflow-y: auto;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Inter;
    top: -3px !important;
    left: 100px;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;  /* Regular padding-left + 1. */
    width: 401px;
}

.pac-container {
    font-family: Inter;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Inter;
    font-size: 13px;
    font-weight: 300;
}
#target {
    width: 345px;
}
.button {
    margin-top:3px;
}

img[alt="Google"]{
    display:none;
}

.gm-style-cc{
    display: none;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}