.modal-footer .bth-checkbox {
    margin-top: 6px;
}

.search-map {
  margin-top: 10px;
  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);
}

input.search-map {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

input.search-map:focus {
     border-color: #4d90fe;
}

.col-btn-remove {
    padding-right: 45px !important;
}

.col-btn-remove .btn {
    position: absolute;
    top: 0;
    right: 4px;
}

.custom-handle {
    padding-left: 30px;
    position: relative;
}

.custom-handle:before {
    content: '';
    position: absolute;
    left: 19px;
    top: 10px;
    width: 6px;
    height: 14px;
    border-left: 2px dotted #767676;
    border-right: 2px dotted #767676;
    padding-right: 4px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.custom-handle:active:before {
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

body {
    counter-reset: sortableCounter;
}

.btn-delete {
    padding-right: 30px
}

.sortable-counter {
    padding-left: 30px !important;
}

.sortable-counter:before {
    position: absolute;
    counter-increment: sortableCounter;
    content: counter(sortableCounter);
    position: absolute;
    top: 0px;
    left: 4px;
    color: #fff;
    border-radius: 2px;
    width: 21px;
    height: 33px;
    display: flex;
    justify-content: center;
    text-align: center;
    box-shadow: 1px 1px 0 #fff;
    align-items: center;
    background: #3475C4;
}

/* HELPERS */
.margin-right-10 { margin-right: 10px; }
.mTop10 { margin-top: 10px !important; }
.mBot10 { margin-bottom: 10px !important; }
.mLef10 { margin-left: 10px !important; }
.pLef15 { padding-left: 15px; }

.popover.popover-md {
	width: 600px;
    cursor: auto;
    max-width: 1140px;
    min-width: 200px;
}

.popover-md-scroll {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.painel-itinerario {
    overflow-y:auto;
    height:300px;
}

@media print {
    img {
        max-width: none !important;
    }
}

.users-feedback {
    font-size: 12px;
}

.users-feedback > .help:after {
    content: 'Precisa de ajuda?';
    color: #fff;
    font-family: Open Sans,Arial,sans-serif;
    margin-left: 5px;
    font-size: 12px;
  }

.users-feedback > .help:before {
    content: '\F059';
    font-family: FontAwesome;
    color: #fff;
}

.video-tutorial {
    right: 278px;
}

.cpa-select2-multiple .select2-container-multi .select2-choices{
    display: inline-block;
    max-height: 40px !important;
    overflow-y: auto;
}

@media (max-width: 1200px) {
    .modal .modal-xxl { width: calc(100% - 20px); }
}
@media (max-width: 1140px) {
    .modal .modal-xl { width: calc(100% - 20px); }
}

@media (max-width: 992px) {
    .modal .modal-lg { width: calc(100% - 20px); }
    .modal .modal-sm { width: calc(100% - 20px); }
}

@media (max-width: 768px) {
    .modal .modal-xs { width: calc(100% - 20px); }
}

.align-items-center {
    align-items: center;
}

.megamenu-dropdown {
    box-shadow: 6px 10px 10px -6px rgba(0, 0, 0, 0.36) !important;
    z-index: 100 !important;
}

