* {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
    background: #F8F8F8;
}

@font-face {
    font-family:'fa';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
        url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 fa;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-add:before { content: '\f055'; }
.fa-envelope:before { content: '\f0e0'; }
.fa-envelope-open:before { content: '\f2b6'; }
.fa-home:before { content: '\f015'; }
.fa-edit:before { content: '\f040'; }
.fa-trash:before { content: '\f1f8'; }
.fa-reply:before {content: '\f112'; }
.no_deco {text-decoration: none;}
a.no_deco:hover { text-decoration: underline }
.c_black { color: #000; }

.fright {
    float: right;
}

.fleft {
    float: left;
}

.mr-4 { margin-right: 25px !important; }
.ml-4 { margin-left: 25px !important; }
.mr-3 { margin-right: 15px !important; }
.m-3 { margin: 15px !important; }
.ml-3 { margin-left: 15px !important; }
.mx-3 { margin-left: 15px !important; margin-right: 15px !important; }
.pr-3 { padding-right: 15px !important; }
.px-3 { padding-right: 15px !important;padding-left: 15px !important; }
.pl-3 { padding-left: 15px !important; }
.d-inline { display: inline; }
.tr { text-align: right!important; }
.tc { text-align: center!important; }
.tb { font-weight: bold; }
.fright .button { margin-left: 10px; }
.show>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:hover {
    background: #ddd;
}

nav {
    background: #223254;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

nav > div {
    margin-right: 1.5rem!important;
}

nav .dropdown {
    position: relative;
}

nav .dropdown-item {
    font-size: 0.75rem;
}

nav i.fa {
    color: #fff;
    font-size: 20px;
    line-height: 2.8;
}

.imapButtons i.fa {
    color: #000;
}

nav i.fa:hover, .imapButtons i.fa:hover {
    color: #1f9ed8;
}

nav .dropdown > a > span {
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -8px;
    right: -3px;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    font-size: 0.625em;
    font-weight: 600;
    z-index: 10;
}

nav .home { border-right: 1px solid #ababab; }

#user img {
    border-radius: 50%;
    max-height: 40px;
    vertical-align: middle;
}

main {
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
}

.table {
    width: 100%;
}

.table thead th {
    text-align: left;
}

.table thead th, .table tbody td {
    padding: 5px;
}

#map {
    height: 100%;
    width: 100%;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
}

.wrap-login100 {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.button {
    display: inline-block;
    padding: 5px 40px;
    line-height: 30px;
    font-size: 14px;
    min-width: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button.bPrimary {
    background: #003478;
    border: 2px solid transparent;
    color: #fff;
    border: 1px solid #003478;
}

.bPrimary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.button.bPrimary:hover {
    color: #003478;
    background: #fff;    
}

.box {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
}

.flex {
    display: flex;
}

.flex-30 {
    width: 29%;
}

.flex-70 {
    width: 69%;
}

.f50 {
    width: 49%;
}

.sticky {
    position: relative;
}

.stick {
    position: sticky;
    top: 0px;
}

.stick > p {
    margin-bottom: 35px;
}

.input_text {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 280px;
}

.input_text .label {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}

.input_text input, .input_text select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    padding-bottom: 0px;
    margin-bottom: 12px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
    z-index: 1;
    position: relative;
}

.input_text .border {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 26px;
    height: 2px;
    width: 100%;
    background: #07f;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
}

.input_text input:hover {
    
}

.input_text input:not(:placeholder-shown) + span, .input_text select:not(:placeholder-shown) + span {
    color: #5a667f;
    transform: translateY(-26px) scale(0.75);
    top: 5px;
}

.input_text input:focus {
    background: none;
    outline: none;
}

.input_text input:focus + span, .input_text select:focus + span {
    color: #07f;
    transform: translateY(-26px) scale(0.75);
}

.input_text input:focus + span + .border {
    transform: scaleX(1);
}

.formError {
    color: red;
    font-size: 0.7rem;
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;    
}

p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #333;
}

.mainPic {
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
}

.company > div {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
    word-break: break-all;
}

.mapa {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 3px 3px #ddd;
}

footer {
    height: 150px;
    background: #003478;
}

.rightClickMenu {
    background:#fff;
    border: 1px solid red;
    position: absolute;
    z-index:20000;
}

.rightClickMenu:before {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    border: 1px solid green;
    background: #fff;
    content: '';
    top: -6px;
    left: -6px;
}

.rightClickMenu li {
    display: block;
    cursor: pointer;
    padding: 10px 20px;
}

.rightClickMenu li:hover {
    background: #ddd;
}

.rightClickMenu li a {
    display: block;
}

#highBox {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2000000;
    background: rgba(0,0,0,0.75);
    top: 0;
}

#highBox .boxContainer {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
}

.ajaxBox {
    background: #fff;
    box-shadow: 0px 0px 5px 0px #555;
    padding: 30px;
    border-radius: 5px;
}

.addTreeDiv, .addTreeDiv input {
    width: 80%;
}

.addTree {
    color: green;
    margin-left: 15px;    
    cursor: pointer;
}

.addTree:before {
    margin-right: 5px;
}

.addTree:hover {
    color: #02a902;
}

.ui-autocomplete {
    z-index: 20000000!important;
}

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;    
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table tr:hover td {
    background: #afd5ff;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
    text-align: left;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

.fl-table tr.selected td {
    background: #c6ffc5;
}

.fl-table .button {
    margin: 0px!important;
    padding: 0px 10px;
}
/* Content */

.content {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;    
}

.card-shadow {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #fff;
    border-radius: 2px;
    position: relative;
    overflow: auto;
}

.card-shadow.hover:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

.tabs .tabs-ul {
    width: 150px;
    list-style: none;
    border-right: 1px solid #e9e9e9; 
}

.tabs .tabs-ul > li a {
    padding: 15px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
}

.tabs .tabs-ul > li a.selected, .tabs .tabs-ul > li a.selected:hover {
    background: #007bff;
    color: #fff;
}

.tabs .tabs-ul > li a:hover {
    background: #E9E9E9;    
}

.tabs-contents {       
    width: 100%;
}

.tab-content {
    padding: 15px;
}

/* Buttons */
.button{
    padding:5px 10px;
    border:1px solid #ececec;
    background:#f9f9f9;
    color:#333;
    text-decoration:none;
    border-radius:2px;
    transition:all .2s ease-out;
    white-space:nowrap;
    display:inline-block;
    margin-bottom:10px;
    line-height:150%;
    cursor: pointer;
}

.button:hover{
    text-decoration:none;
    border:1px solid #b7b7b7;
    background:#dbdbdb;
    color:#424242
}
.button.disabled,.button.b_success.filled.disabled,.button.b_info.filled.disabled,.button.b_warning.filled.disabled,.button.b_success.filled.disabled{
    color:#a6a6a6;
    background-color:#f3f3f3;
    border:1px solid #cfcccc
}
.button.not_clickable{
    cursor:default
}
.button.filled.b_primary:hover,.button.b_primary.not_clickable:hover{
    color:#1f9ed8;
    border-color:#1f9ed8;
    background-color:#fff
}
.button.b_primary.filled,.button.b_primary:hover,.button.b_primary.filled.not_clickable:hover{
    color:#fff;
    background-color:#1f9ed8;
    border-color:#1f9ed8
}
.button.b_info,.button.filled.b_info:hover,.button.b_info.not_clickable:hover{
    color:#9a28cf;
    border-color:#9a28cf;
    background-color:#fff
}.button.b_info.filled,.button.b_info:hover,.button.b_info.filled.not_clickable:hover{
    color:#fff;
    background-color:#9a28cf;
    border-color:#9a28cf
}.button.b_without_text.fa:before{padding-right:0}
.button.b_success,.button.filled.b_success:hover,.button.b_success.not_clickable:hover{
    color:#75b500;
    border-color:#75b500;
    background-color:#fff
}.button.b_success.filled,.button.b_success:hover,.button.b_success.filled.not_clickable:hover{
    color:#fff;
    background-color:#75b500;
    border-color:#75b500
}
.button.b_warning,.button.filled.b_warning:hover,.button.b_warning.not_clickable:hover{
    color:#f80;
    border-color:#f80;
    background-color:#fff
}.button.b_warning.filled,.button.b_warning:hover,.button.b_warning.filled.not_clickable:hover{
    color:#fff;
    background-color:#f80;
    border-color:#f80
}
.button.b_danger,.button.filled.b_danger:hover,.button.b_danger.not_clickable:hover{
    color:#ce0000;
    border-color:#ce0000;
    background-color:#fff
}
.button.b_danger.filled,.button.b_danger:hover,.button.b_danger.filled.not_clickable:hover{
    color:#fff;
    background-color:#ce0000;
    border-color:#ce0000
}
.button.fa:before {
    padding-right: 5px;
}

/* IMAP */
.imapContainer {
    width: 100%;
    height: 100%;
}
.imapButtons {
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
}

.imapButtons i.fa {
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
}

.show_email {
    min-width: 800px;
    border: 0;
}

.e_mail_info > div > div {
    display: inline-block;
    padding: 15px 0px;
}

.eControl {
    width: 50px;
    text-align: right;
}

#show_email {
    width: 100%;
    border-top: 1px solid #e9e9e9;
}

/* Responsive */

.bgOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.7);
}

.oBox {
    margin-top: 80px;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    background: #fff;
}

.oBoxTitle {
    background: #223254;
    color: #fff;
    padding: 5px 10px;
}

.oBoxContent {
    padding: 5px 10px;
}

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) {
    .flex {
        display: block;
    }
    
    .f50 {
        width: initial;
    }
}