/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04 23, 21, 9:01:52 AM
    Author     : Jb
*/

.pointer-cursor { cursor: pointer; }
.not-allowed-cursor { cursor: not-allowed; }

.fa-transform:hover {
    /* -moz-transform: scale(1.5) rotate(-5deg);
    -webkit-transform: scale(1.5) rotate(-5deg);
    transform: scale(1.5) rotate(-5deg); */

    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);

    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.select2-container .select2-selection--single {
    height: 2.3em !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}

.img-map {
    width: 100% !important;
}

.icon {
    height: 30px;
}
.icon-circle {
    height: 80px;
    border-radius: 50%;
}
.profile-info {
    height: 80px;
    background-color: gray;
    position: absolute;
}

.dashboard-header > div > div > div > h1 {
    font-size: 1.4rem;
}

.mapdesign {
    /*border: solid black 2px;*/
    width: 100%; 
    height: 590px;
    /*display:inline-block;*/
    /*overflow: auto;*/
    /*white-space: nowrap;*/
}
#map { width: 100%; height: 100%; }
#map-menu { 
    position: absolute;
    z-index: 1;
    right: 0;
    margin-right: 15px;
    margin-top: 20px;
}
#map-menu > ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}
#map-menu > ul > li { 
    margin-bottom: 2px;
    padding: 10px 15px;
    /*border: solid black 1px;*/
    background-color: #007bff;
    color: white;
    font-weight: 600;
    cursor: pointer; 
    font-size: .8em;
}
#map-menu > ul > li:hover { 
    background-color: #17a2b8;
}

.summary-scroll {
    padding:4px;
    background-color: green;
    height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}
.dashboard-header {
    margin-bottom: -15px;
}

/*.pagination {
    display: inline-block;
}

.pagination li {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination li > a {
    color: black;
    font-weight: normal;
}

.pagination li.active {
    background-color: #007bff;
    border: 1px solid #4CAF50;
}

.pagination li.active > a {
    color: white;
    font-weight: bold;
}

.pagination li:hover:not(.active) {background-color: #ddd;}

.pagination li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}*/

.pagination-profile {
    display: inline-block;
    float: right;
}

.pagination-profile a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination-profile a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination-profile a:hover:not(.active) {background-color: #ddd;}

.profile-card {
    /*border: black solid 1px;*/
    width: 100%;
    height: 200px;
    padding: 10px
}

.scroll-button {
    /*border: solid black 1px;*/
    position: fixed;
    bottom: 0;
    right: 0;
    padding-bottom: 5px;

}

.scroll-button > button {
    border: none;
    margin-bottom: 2px;
    /*background-color: #7f7f7f;*/
    background-color: black;
    padding: 10px 15px;
    border-radius: 100%;
    color: white;
    cursor: pointer;
}

@media (min-width: 990px) {
    .iconrow {
        position: relative;
        margin-top: -100px;
        padding: 12px;    
        float: right;
    }
    .iconbox {
        /*width: 12.5%;*/
        width: 90px;
        padding: 2px;
    }
}

@media (max-width: 990px){
    .iconrow {
        position: relative;
        margin-top: -200px;
        padding: 12px;
        float: right;
    }
    .iconbox {
        /*width: 25%;*/
        width: 90px;
        padding: 2px;
    }
}

@media (max-width: 394px) {
    .iconrow {
        position: relative;
        margin-top: 0px;
        padding: 12px;
        float: right;
    }
    .iconbox {
        /*width: 50%;*/
        width: 90px;
        padding: 2px;
    }
    .card-header > .card-tools {
        position: relative !important;
        right: 1rem;
        top: 0.5rem;
    }
}


.custom-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 10px;
    overflow: hidden;
    background-color: transparent;
    /*background-color: black;*/
}

.custom-nav li {
    float: right;
}

.custom-nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}

.custom-nav li a:hover:not(.active) {
    background-color: #111;
}

.custom-nav .active {
    background-color: #007bff;
}

.table >  thead > tr > th, .table >  tbody > tr > td {
    padding: 5px 10px !important;
    vertical-align: middle !important;
    font-size: 0.9rem !important;
}
.table >  tbody > tr > td > a, .table >  tbody > tr > td > span {
    font-size: 0.9rem !important;
    padding: 2px 5px !important;
}
.content-header {
    padding: 4px 0.5rem !important;
    padding-bottom: 0px !important;
}
.content-header h1 {
    font-size: 1.5rem !important;
}
.content-header .breadcrumb > li {
    font-size: 1rem !important;
}

.content-wrapper .btn, 
.content-wrapper .nav-link, 
.content-wrapper label, 
.content-wrapper span, 
.content-wrapper .btn i, 
.content-wrapper .pagination a, 
footer, .dataTables_wrapper,
.modal .card-body, .modal .card-body a, .modal .card-body button, .modal .card-footer a{
    font-size: 0.9rem !important;
}
.sidebar > nav > ul > li {
    vertical-align: middle !important;
}
.sidebar > nav > ul > li > a {
    font-size: 0.9rem !important;
}
.sidebar > nav > ul > li > a > i {
    /*font-size: 0.9rem !important;*/
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    /*background: transparent;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6fc0fd; 
    /*background: #37a7fc;*/
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /*background: #555;*/ 
    background: #37a7fc;
}

.text-max-length {
    white-space: nowrap; 
    width: 98%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    /*border: 1px solid #000000;*/
}

.rowbtn {
    position: absolute;
    margin: -100px 5px 5px 5px;
    padding: 0 20px 30px 20px;
}

.mapdesign > .fab-container {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 999;
    cursor: pointer;
}

.mapdesign .fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #016fb9;
    padding: 10px;
    /*background-color: black;*/
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    /*border: solid black 2px;*/
}

.mapdesign .fab-icon-holder:hover {
    opacity: 0.8;
}

.mapdesign .fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.mapdesign .fab-icon-holder img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
}

.mapdesign .fab {
    width: 60px;
    height: 60px;
    background: #d23f31;
    /*border: solid black 2px;*/
}

.mapdesign .fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
    padding: 0;
    /*border: solid green 2px;*/
}

.mapdesign .fab:hover+.fab-options, .fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.mapdesign .fab-options li {
    display: flex;
    justify-content: flex-start;
    padding: 0 5px 5px 5px;
    /*border: solid black 2px;*/
}

.mapdesign .fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
}

/*maptool*/
.mapdesign > .maptool-container {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.mapdesign .maptool-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #016fb9;
    padding: 10px;
    /*background-color: black;*/
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    /*border: solid black 2px;*/
}

.mapdesign .maptool-icon-holder:hover {
    opacity: 0.8;
}

.mapdesign .maptool-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.mapdesign .maptool-icon-holder img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
}

.mapdesign .maptool {
    width: 60px;
    height: 60px;
    background: #d23f31;
    /*border: solid black 2px;*/
}

.mapdesign .maptool-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
    padding: 0;
    /*border: solid green 2px;*/
}

.mapdesign .maptool:hover+.maptool-options, .maptool-options:hover {
    opacity: 1;
    transform: scale(1);
}

.mapdesign .maptool-options li {
    display: flex;
    justify-content: flex-end;
    padding: 5px 5px 0 5px;
    /*border: solid black 2px;*/
}

.mapdesign .maptool-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.mapdesign .mapdrop {
    margin: 45px 58px 0 0;
    /*border: solid black 2px;*/
    background-color: white;
    position: absolute;
    padding: 5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: none;
}
.mapdesign .mapdrop > li {
    /*border: solid black 2px;*/
    padding: 3px;
}

.mapdropmen:hover .mapdrop {
    display: block;
}

#password-icon {
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 30px;
    /*margin-bottom: -100px !important;*/
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
}