/*
*CSS Especifico de Recorridos.
*/

@font-face {
    font-family: 'ffdinforpumabold'; /*a name to be used later*/
    src: url('../../assets/fonts/FFDINforPUMA-Bold.ttf') format('truetype'); /*URL to font*/
}

@font-face {
    font-family: 'ffdinforpumaregular'; /*a name to be used later*/
    src: url('../../assets/fonts/FFDINforPUMA-Light.ttf') format('truetype'); /*URL to font*/
}


.rm{
    color:#f2122a;
}
/*
body {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}
*/
.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;
    /*color:#fff;*/
    text-decoration: none;
    /*background-color: #28a8e0;*/
}

.sort:hover {
    text-decoration: none;
    /*background-color:#1b8aba;*/
}

.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;
    /*white-space: nowrap;*/
    /*max-width: 100px;*/
}

table {
    table-layout: fixed;
}

h5 {

}


.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;
}

.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;
}

#address {
    width: 250px;
}

.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: rgb(40,40,40);
    border-bottom: 2px solid;
    border-top: 0px;
    border-color: #8e9093;
    font-weight: bold;
}

.navbar-fixed-top, .navbar-static-top {
    background-color: rgb(40,40,40);
    color: white;
}

.navbar-brand {
    font-size: 30px;
}

/** Side Menu*/
.nav {
}

#wrapper {
    background: rgb(40,40,40);
}

.siderbar-collapse, .nav > li > a:hover {
    background: transparent !important;
    color: #29c1f2 !important;
}

.sidebar-submenu {
    display: none;
}
.sidebar-submenu > li {
    padding: 10px;
    display: block !important;
}

.sidebar-submenu > li > a{
    color:white;
}
.sidebar-submenu > li > a:hover{
    background: transparent !important;
    color: #29c1f2 !important;
}

.dropdown-menu > li > a:hover {
    background: transparent !important;
    color: #29c1f2 !important;
}
.dropdown-menu > li > a {
    font-size: 15px;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.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;
}

/* ALL LOADERS */

.loader{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #000000;
}

#loader-1:before{
    z-index: 100;
    animation: spin 0.9s infinite;
}

#loader-1:after{
    border: 10px solid #ccc;
}

@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lola_1{
    position: relative;
    
}

.lola_2{
    position: absolute;
    top:20%;
    right:10%;
    left:10%;
    bottom: 10%;

}

.abs{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
}

.fixed-nav-height{
    height: 65px;
}

.bottom-yellow-border{
    border-bottom: 1px solid yellow;
}

/* Layout classes */

.layout-body-wrapper{
    width: 100%;
    overflow-x: hidden;
    background: red; /*rgb(40,40,40);*/
}

.layout-top-navbar-custom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    
    height: 70px;
    padding: 0 10px 0 0;
    
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12);
    z-index: 1001;
    
    /*background-color: #566676;*/
    
    background: rgb(40,40,40);
}

.layout-left-fixed-menu{
    position: fixed;
    top: 70px;
    bottom: 0;
    
    width: 220px;
    padding: 0 0;
    transition: all .1s ease-out;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12);  
    
    overflow-x: hidden;
    overflow-y: auto;
    
    background: rgb(55,55,55);
}

.layout-content-wrapper{
    
    margin-left: 220px; /* layout-left-fixed-menu width */
    
    position: relative;
    top: 70px; /* layout-top-navbar-custom height */
    
    overflow: hidden;
    padding: 0 15px 65px 15px;
    
    /* min-height: 80vh; */
    
    overflow-x: hidden;
    overflow-y: auto;
}

.layout-footer{
    bottom: 0;
    padding: 3px 15px 3px;
    position: fixed;
    right: 0;
    color: #98a6ad;
    left: 220px; /* layout-left-fixed-menu width */
    background-color: #fbfbfb;
    box-shadow: 0 0px 3px lightgray;
    font-size: 10px;
}

.layout-footer-visits-ext{
    bottom: 0;
    padding: 3px 15px 3px;
    position: fixed;
    right: 0;
    color: #98a6ad;
    left: 0;
    background-color: #fbfbfb;
    box-shadow: 0 0px 3px lightgray;
    font-size: 10px;
}

.modal {
    background-color: rgba(0,0,0,.7);
}
.select2-container {
    z-index: 3000;
}

.layout-content-wrapper-visits-ext {
    
    position: relative;
    top: 70px; /* layout-top-navbar-custom height */
    
    overflow: hidden;
    padding: 0 15px 65px 15px;
    
    /* min-height: 80vh; */
    
    overflow-x: hidden;
    overflow-y: auto;
}
