/*
*CSS Especifico de Recorridos.
*/

:root {
    --animate-duration: 0.5s;
}

.rm {
    color: #f2122a;
}

.element_list_item {
    cursor: pointer;
}

.element_list_item:hover {
    background: #F3F3F4;
}

.pagination {
    margin: 5px auto;
    width: 100%;
    text-align: center;
}

#elements_list {
    margin-bottom: 5px;
}

.sort {
    cursor: pointer;
    border-radius: 6px;
    border: none;
    text-decoration: none;
}

.sort:hover {
    text-decoration: none;
}

.sort:focus {
    outline: none;
}

.sort:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #787B7D;
    content: "";
    position: relative;
    top: 4px;
    right: -5px;
}

.sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #787B7D;
    content: "";
    position: relative;
    top: -4px;
    right: -5px;
}

.glyphicon-remove {
    color: #D90D39;
}

ul {
    list-style-type: none;
}

#draggable-form {
    padding-left: 0px;
}

tr.active td {
    color: white;
    background-color: #08C !important;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
}

table {
    table-layout: fixed;
}

.btn-group-block {
    display: block;
}

.ui-draggable-handle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.ui-draggable-dragging {
    cursor: -webkit-grabbing !important;
    cursor: moz-grabbing !important;
    z-index: 100;
}

.modal-div {
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
}

.form-group {
    position: relative;
    margin: 0px;
}

li.editing {
    background-color: lightgray;
}

.form-item {
    padding: 10px 0px;
}

input[type="checkbox"],
input[type="radio"] {
    height: 16px;
}

.toolb {
    font-size: 20px;
    align-items: center;
}

.toolb>.fa-times-circle,
i.fa-times-circle {
    color: #ED5565;
}

.toolb>.fa-level-up,
.toolb>.fa-level-down,
i.fa-level-up,
i.fa-level-down {
    color: #1AB394;
}

.toolb>.fa:hover {
    cursor: pointer;
}

.add-toolb:hover {
    color: black;
}

.add-toolb {
    font-size: 18px;
    float: right;
    display: inline-flex;
    color: #A5A5A5;
    cursor: pointer;
}

.form-control-label,
.profile-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.toolb-badge {
    margin-right: 5px;
}

.guesses {
    position: absolute;
    background-color: #A8C9FD;
    z-index: 1;
    color: black;
    border: 1px solid #A5A5A5;
}

.btn-xsm {
    height: 25px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px 3px 3px 0px;
}

.input-xsm {
    height: 25px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
}

.input-group {
    display: flex !important;
}

.list {
    font-family: sans-serif;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.list>li {
    display: block;
    padding: 10px;
}

.element_address_item {
    cursor: pointer;
    padding: 8px;
    border-bottom: 1px solid gray;
    border-left: 0px;
    border-right: 0px;
}

.r2_row,
.r2_form {
    cursor: pointer;
}

.mail-control>tbody>tr>td {
    padding: 5px;
    text-align: center;
}

.mail-control>thead>tr>th {
    padding: 5px;
    text-align: center;
}

div.section>.section-content {
    border: 1px dotted #D8D8D8;
    border-top: 0px;
    padding: 3px 3px 3px 3px;
}

div.section>.section-title {
    font-weight: bold;
    background-color: #F0F1F2;
    padding: 5px 10px 10px 10px;
    text-align: center;
    cursor: pointer;
}

div.section {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.section.editing>.section-title {
    background-color: lightgray;
}

[data-fav_id] .fa.fa-star-o:before {
    content: "\f005";
}

[data-fav_id] .fa.fa-star-o {
    color: #FFFF00;
}

#fav_places .data_2,
#fav_places .data_3 {
    text-align: center;
}

.danger {
    color: red;
}

.image-link {
    cursor: pointer;
}

.content-center {
    text-align: center;
}

.toolb-item {
    width: 0px;
    margin-left: -50%;
}

.item_remove:not(.ibox-tools a svg) {
    color: red;
}

.ibox-title {
    background-color: #e8edf5;
    color: #11546d;
    border-bottom: 2px solid;
    border-top: 0px;
    border-color: #8e9093;
    font-weight: bold;
}

.navbar-fixed-top,
.navbar-static-top {
    background-color: #11546d;
    color: white;
}

.navbar-brand {
    font-size: 30px;
}

.table>thead>tr>th {
    text-align: center;
    background-color: #e8edf5;
    border-radius: 0px;
    color: #337ab7;
}

.table>tbody>tr>td {
    text-align: center;
}

a.page:active {
    background-color: #29c1f2 !important;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.has-event {
    cursor: pointer;
}

/* Loading */
.loading {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    padding: 0 10px 20px 10px;
}

.loading>div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: relative;
}

.loading>div>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-option-inner-inner {
    color: black;
}

.map-holder {
    height: 500px;
}

#map {
    height: 95%;
}

.btn-xls {
    color: #fff;
    background-color: #2e7d32;
}

.btn-xls:hover {
    color: #2e7d32;
    background-color: #fff;
}

.modal-body-change-pass {
    padding: 20px;
}