@font-face {
    font-family: 'Avenir';
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProBlack.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProBlackOblique.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProBook.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProBookOblique.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProHeavy.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProHeavyOblique.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProLight.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProLightOblique.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProMedium.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProMediumOblique.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProOblique.otf");
    src: url("../../lib/ui/css/fonts/avenir/AvenirLTProRoman.otf");
}


/*region General*/

.fixed-table-body {
    min-height: 600px !important; /* adjust as needed */
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Avenir', sans-serif;
}

#teo_measure input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none !important;
    margin: 0;
}

.modal-header {
    padding: 1rem !important;
}

.modal-body {
    padding: 1rem !important;
}

.modal-footer {
    padding: .5rem !important;
}

.card-view:last-child .card-view-title {
    min-width: 30% !important;
}

.teo-layer-shelf-item {
    background-color: transparent !important;
}

.bootstrap-table .fixed-table-loading {
    margin-top: 0 !important;
}

.bootstrap-table .fixed-table-toolbar {
    margin-bottom: 0.25rem !important;
}

/*endregion*/
.teo-bottom-panel-container {
    overflow-y: hidden !important;
}



.teo-float-panel-modal-body{
    padding: 0!important;
}

body {
    margin: 0;
    font-size: 14px;
    color: #6d7b87;
}


/** custom css **/
.teo-zoning-table .header-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    padding: 5px 15px;
    background: #ECEFF1;
    border-bottom: 1px solid #CFD8DC;
}

.teo-zoning-table .header-content {
    position: relative;
    width: 100%;
    height: 80px;
}

.teo-zoning-table .header-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: black;
}

.logo svg {

    align-content: center;
    text-align: -webkit-center;
}

@media (max-width: 450px) {
    .project-name {
        font-size: 12px;
    }
}

.imar-durum-map-container {
    height: 38rem;
    width: 100%;
    position: relative;
    margin: auto;
    border: 1px solid #e5e5e5;
}
@media (max-height: 900px) {
    .imar-durum-map-container {
        height: 35rem;
    }
}
@media (min-height: 1080px) {
    .imar-durum-map-container {
        height: 50rem;
    }
}
.teo-zoning-table .table-bordered th {
    background: #ECEFF1;
}

.teo-zoning-table .table-bordered td {
    background: #f9fcfd;
}

.teo-zoning-table .table-vertical th {
    text-align: right;
    width: 20%;
}


.teo-zoning-table .table > tbody > tr > th,
.teo-zoning-table .table > tfoot > tr > th,
.teo-zoning-table .table > thead > tr > td,
.teo-zoning-table .table > tbody > tr > td,
.teo-zoning-table .table > tfoot > tr > td {
    padding: 0.7%;
    line-height: 1;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
}
.teo-zoning-table table tbody tr, .teo-zoning-table table tbody td {
    color: black !important;
}

.teo-yenimahalle-logo svg{
    width: 6rem !important;
}
.teo-login-logo {
    content: url(../../resources/images/logo/yenimahalle-logo.svg);
    width: 270px !important;

}
.teo-logo {
    content: url(../../resources/images/logo/yenimahalle-logo.svg);
    width: 170px !important;


}
#teo_drawer .teo-logo {
    content: url(../../resources/images/logo/yenimahalle-logo.svg);
    width: 50px !important;

}
.teo-base-query-detail .card-view span {
    padding: 0.25rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/*region TeoQuickMap*/

.teo_quick_map_button {
    position: fixed;
    bottom: 56px;
    right: 10px;
    z-index: 9;
    background-color: whitesmoke;
    width: 68px;
    height: 68px;
    border-radius: 10px;
    opacity: 0.8;
}

.teo_quick_map_button:hover {
    opacity: 1;
    cursor: pointer;
}

.teo_quick_map_button img {
    width: 65px;
    height: 65px;
    margin: auto;
    display: block;
    padding-right: 1px;
    padding-bottom: 1px;
}

.teo_quick_map_button_choose .layer_chooser_img {
    border-radius: 10px;
}

.teo_quick_map_button .layer_text {
    position: absolute;
    top: 39px;
    right: 30%;
    left: 30%;
    font-size: 11px;
    user-select: none;
}

.quick_map_layer_grid {
    position: fixed;
    padding-top: 7px;
    padding-left: 8px;
    right: 105px;
    bottom: 55px;
    display: grid;
    grid-template-columns: repeat(3, 70px); /* 3 columns */
    grid-template-rows: repeat(2, 78px); /* 2 rows  */
    grid-gap: 2px 2px; /* 50 pixels of space added between rows and 30 pixels added between columns  */
    background-color: white;
    width: 210px;
    height: 155px;
    border-radius: 10px;
    z-index: 9;
    opacity: 0.9;
}

.quick_map_layer_grid:hover {
    opacity: 1;
}

.quick_map_layer_grid_item {
    /*padding:7px;*/
}

.quick_map_layer_grid_item {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    user-select: none;
}

.quick_map_layer_grid h5 {
    /*
    position: fixed;
    */
    font-size: 0;
    padding-top: 27px;
    color: white !important;
    font-weight: bold;
    user-select: none;
}

.quick_map_layer_grid .teo_street_map {
    background: url('../images/layers/sokak.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_street_map.checked {
    background: url('../images/layers/sokak-checked.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_street_map.checked h5 {
    font-size: 11px;
}

.quick_map_layer_grid .teo_street_map.checked h6 {
    padding-top: 5px;
}

.quick_map_layer_grid .teo_satellite_map {
    background: url('../images/layers/uydu.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_satellite_map.checked {
    background: url('../images/layers/uydu-checked.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_satellite_map.checked h5 {
    font-size: 11px;
}

.quick_map_layer_grid .teo_satellite_map.checked h6 {
    padding-top: 5px;
}

.quick_map_layer_grid .teo_bing_map {
    background: url('../images/layers/bing-sokak.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_bing_map.checked {
    background: url('../images/layers/bing-sokak-checked.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_bing_map.checked h5 {
    font-size: 11px;
}

.quick_map_layer_grid .teo_bing_map.checked h6 {
    padding-top: 5px;
}

.quick_map_layer_grid .teo_bing_satellite_map {
    background: url('../images/layers/bing-uydu.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_bing_satellite_map.checked {
    background: url('../images/layers/bing-uydu-checked.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_bing_satellite_map.checked h5 {
    font-size: 12px;
}

.quick_map_layer_grid .teo_bing_satellite_map.checked h6 {
    padding-top: 5px;
}

.quick_map_layer_grid .teo_dark_map {
    background: url('../images/layers/dark-harita.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_dark_map.checked {
    background: url('../images/layers/dark-harita-checked.png') no-repeat scroll 0 0 transparent;
}

.quick_map_layer_grid .teo_dark_map.checked h5 {
    font-size: 11px;
}

.quick_map_layer_grid .teo_dark_map.checked h6 {
    padding-top: 5px;
}

.quick_map_layer_grid_item:hover {
    cursor: pointer;
    transform: scale(1.05);

}

.quick_map_layer_grid_item .TeoQuickMap-h6 {
    padding-top: 20px;
    color: #4C4C4F;
    font-size: 9px;
    font-weight: bold;

}

.quick_map_layer_grid_item label {
    width: 100%;
    height: 100%;

}

.quick_map_layer_grid_item label:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.quick_map_layer_grid_item input[type=checkbox] {
    display: none;
}

#teo_QuickMap_checkbox[type = checkbox]:checked + label {
    background: url('../images/layers/timeline_on.png') no-repeat scroll 0 0 transparent;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    margin: unset;

}

#teo_QuickMap_checkbox[type = checkbox] + label {
    background: url('../images/layers/timeline_off.png') no-repeat scroll 0 0 transparent;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    margin: unset;

}

#timeline_h6 { /* Exception for checkbox + label */
    margin-top: 3px;
    padding: unset;
    color: #4C4C4F;
    font-size: 9px;
    font-weight: bold;
}

/*endregion*/

/*region Web Slider*/
#teo-slider-container {
    z-index: 30000;
    position: absolute;
    left: 17%;
    right: 10%;
    bottom: 5%;
    width: 60%;
    height: 62px;
    background-color: #1e1e2de0;
    padding-right: 2%;
    padding-left: 3%;
}

#teo-slider-container_line {
    border: none;
    border-top: 3px dotted white;
    border-radius: 5px;
    height: 3px;
    transform: translateY(-50%);
    position: relative;
    top: 45px;

}

#teo-slider-container_span {
    display: none;
    color: white;
}

.teo-slider-container_circle {
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 25px;
    position: absolute;
    top: -9px;
    border: 0.15rem solid white;
    cursor: pointer;
}

.teo-slider-container_circle:before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--bs-primary);
    position: absolute;
    border-radius: 100%;
    top: -6px;
    left: -4px;
    display: none;
    border-width: 2px;
    border-style: solid;
    border-color: white;
}

.teo-slider-container-back-circles {
    background-color: var(--bs-secondary);
    border-color: white;
}

.teo-slider-container_circle .popupSpan {
    width: auto;
    height: auto;
    padding: 5px;
    white-space: nowrap;
    display: inline-block;
    color: white;
    position: absolute;
    top: -30px;
    left: -14px;
    font-size: 12px;
}

.teo-slider-container_circle.hover:before, .teo-slider-container_circle.active:before {
    display: block;
}

.teo-slider-container_circle.hover .popupSpan, .teo-slider-container_circle.active .popupSpan {
    display: block;
    top: -40px;
    margin-left: -2px;
    font-size: 15px;
    background: linear-gradient(to right, rgba(255, 0, 0, 0) 0, rgba(255, 0, 0, 0) 5%, whitesmoke 5%, whitesmoke 95%, rgba(255, 0, 0, 0) 95%, rgba(255, 0, 0, 0) 100%);
    border-radius: 25px;
    font-weight: bold;
    color: var(--bs-primary);
    opacity: unset;
}

.teo-slider-container_circle.active .popupSpan:before, .teo-slider-container_circle.hover .popupSpan:before {
    content: "";
    position: absolute;
    margin-left: 9px;
    margin-top: 16px;
    border-right: 8px solid transparent;
    border-top: 12px solid whitesmoke;
    border-left: 8px solid transparent;
}

@media screen and (max-width: 1500px) {
    #teo-slider-container {
        width: 75%;
        left: 10rem;
        padding-left: 5%;
    }
}

@media screen and (max-width: 1100px) {
    #teo-slider-container {
        width: 85%;
        left: 1rem;
        padding-right: 1rem;
        padding-left: 5%;
    }
}

@media screen and (max-width: 950px) {
    #teo-slider-container {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 850px) {
    #teo-slider-container {
        display: none;
    }
}

span {
    cursor: pointer;
}

#teo-slider-container_sliderSpeed {
    position: relative;
    width: 80px;
    display: none;
    top: 10%;
    left: 15%;
    transform: rotate(180deg) scaleX(-1);
    transition-property: all;
    transition: height 1s;
    transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
}

#teo-slider-container_tooltip {
    position: absolute;
    color: whitesmoke;
    font-size: 15px;
    left: 68px;
    bottom: 18px;
}


#teo-slider-container_minus {

    position: absolute;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: whitesmoke;
    bottom: 13px;
    left: 2px;
    opacity: 0.9;
}

#teo-slider-container_plus {

    position: absolute;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: whitesmoke;
    bottom: 11px;
    right: 12px;
    opacity: 0.9;
}

#teo-slider-container_plus:hover, #teo-slider-container_minus:hover {
    transform: scale(1.15);
    opacity: unset;
}

#teo-slider-container_sliderInput {
    position: absolute;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #1e1e2de0;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: inline-block;
    outline: none;
    bottom: 1px;
    left: 22px;
}

#teo-slider-container_sliderInput ::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#teo-slider-container .grid-container {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    height: 40px;
    transform: rotate(180deg) scaleX(-1);
    left: 44%;
    bottom: 100%;
    user-select: none;
}

#teo-slider-container .grid-container .sidebar {
    width: 100%;
    height: 0;
    background-color: #1e1e2de0;
    transition: height 1s;
    position: relative;
    border-radius: 0 0 10px 10px;
}

#teo-slider-container .grid-container .sidebar_open {
    height: 100%;
    transition: height 0.5s;

}

#teo-slider-container .grid-container .sidebar input[type=checkbox] {
    display: none;
}

#teo-slider-container .grid-container .sidebar input + label {
    border: none;
    left: 35%;
    top: 90%;
    position: absolute;
    text-align: center;
    margin-bottom: 6px;
    height: 9px;
    width: 30px;
    background: transparent;
    cursor: pointer;
    outline: none;
}

#teo-slider-container .grid-container .sidebar input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 51%;
    background-color: whitesmoke;
    transform: skew(0deg, 16deg);
    border-radius: 0 0 0 3px;
}

#teo-slider-container .grid-container .sidebar input + label:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 70%;
    width: 52%;
    background-color: whitesmoke;
    transform: skew(0deg, -16deg);
    border-radius: 0 0 3px 0;
}

#teo-slider-container .grid-container .sidebar input[type = checkbox]:checked + label {
    transform: rotate(180deg);
}

#teo-slider-container .grid-container .sidebar input[type = checkbox]:checked + label:hover {
    transform: rotate(180deg) scale(1.2);
}

#teo-slider-container .grid-container .sidebar input[type = checkbox] + label:hover {
    transform: scale(1.2);
}

/*endregion */

/*region play-pause Button*/
#teo-slider-container .play-pause {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -55px;
    margin-top: 10px;
}

.play-pause label {
    width: 100%;
    height: 100%;
    user-select: none;
    opacity: 0.9;
}

.play-pause label:hover {
    cursor: pointer;
    opacity: 1;
}

.play-pause input[type=checkbox] {
    display: none;
}

.play-pause input[type = checkbox]:checked + label {
    background: url('../images/slider/durdur.svg') no-repeat scroll 5px 5px transparent;
    background-size: 85%;
}

.play-pause input[type = checkbox] + label {
    background: url('../images/slider/baslat.svg') no-repeat scroll 5px 5px transparent;
    background-size: 85%;
}

/*endregion */
