1665 lines
30 KiB
CSS
1665 lines
30 KiB
CSS
body {
|
|
/* font-family: "iransans"; */
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.navbar-nav {
|
|
padding-bottom: 10px;
|
|
}
|
|
.navbar-sp {
|
|
color: #ffffff !important;
|
|
font-size: 10px;
|
|
margin-top: 15px;
|
|
}
|
|
.body-table-style {
|
|
margin-bottom: 100px;
|
|
}
|
|
|
|
.navbar-it {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.line {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.havig {
|
|
text-align: center;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.profile {
|
|
margin-left: 60px;
|
|
border: 2px solid #ff5c0f;
|
|
padding: 10px 15px;
|
|
border-radius: 5px;
|
|
}
|
|
header {
|
|
background-color: #ffffff;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.logoPart {
|
|
padding: 15px 40px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.contactUsPart {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.contactUsPart .time {
|
|
color: #ff5c0f;
|
|
unicode-bidi: embed;
|
|
}
|
|
|
|
.dropdown:hover .multi-level {
|
|
display: block;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.multi-level {
|
|
padding: 10px;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
background-image: linear-gradient(#212529, white);
|
|
}
|
|
|
|
.dropdown-item {
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.dropdown-item-bottom {
|
|
color: black;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown-item:hover {
|
|
background-color: #ff5c0f;
|
|
color: white;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.dropdown-item a {
|
|
color: black;
|
|
}
|
|
.dropdown-item a:hover {
|
|
color: white;
|
|
}
|
|
|
|
.dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
|
|
.dropdown-submenu > .dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -6px;
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
-moz-border-radius: 0 6px 6px;
|
|
border-radius: 0 6px 6px 6px;
|
|
}
|
|
|
|
.dropdown-submenu:hover > .dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.dropdown-submenu:hover > a:after {
|
|
border-left-color: #fff;
|
|
}
|
|
|
|
.dropdown-submenu.pull-left > .dropdown-menu {
|
|
left: -78%;
|
|
margin-left: 10px;
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
border-radius: 6px 0 6px 6px;
|
|
}
|
|
|
|
#dropdown-project {
|
|
left: -99%;
|
|
}
|
|
.table thead tr {
|
|
font-size: 12px;
|
|
background-color: #015688;
|
|
color: white;
|
|
}
|
|
.dt-buttons {
|
|
float: left;
|
|
}
|
|
.dataTables_length {
|
|
float: right;
|
|
font-size: 12px;
|
|
}
|
|
.dataTables_filter {
|
|
float: right;
|
|
font-size: 12px;
|
|
}
|
|
.table tbody {
|
|
font-size: 12px;
|
|
}
|
|
button.dt-button {
|
|
background-color: white;
|
|
border: 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.icon-color {
|
|
color: rgb(43, 125, 43);
|
|
font-size: 19px;
|
|
}
|
|
.dataTables_paginate {
|
|
margin-top: 20px !important;
|
|
}
|
|
/* .dataTables_paginate .pagination li.page-item a {
|
|
border: 0 !important;
|
|
color: black;
|
|
} */
|
|
.dataTables_paginate .pagination li.page-item a {
|
|
border: 1px solid #e1e1e1 !important;
|
|
}
|
|
.page-item.active .page-link {
|
|
color: white !important;
|
|
background-color: rgb(255, 92, 15) !important;
|
|
}
|
|
.line-empty-col {
|
|
background-color: rgb(255, 92, 15);
|
|
width: 50px;
|
|
height: 1px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.content-center-dataTable {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
font-size: 11px;
|
|
top: 10px;
|
|
}
|
|
.content-center-dataTable button {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
}
|
|
.scrollbar::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.scrollbar::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
/* thead {
|
|
width: 100%;
|
|
display: table-column-group;
|
|
}
|
|
thead tr {
|
|
position: relative;
|
|
}
|
|
|
|
tbody {
|
|
overflow-x: auto;
|
|
} */
|
|
.btn-dataTable {
|
|
border: 0;
|
|
background-color: rgba(220, 220, 220, 0);
|
|
}
|
|
.btn-dataTable i {
|
|
color: rgb(43, 125, 43);
|
|
font-size: 18px;
|
|
}
|
|
.line-btn-table {
|
|
width: 1px;
|
|
height: 20px;
|
|
background-color: rgb(255, 92, 15);
|
|
}
|
|
.btn-closeModal {
|
|
background-color: white;
|
|
border: 0;
|
|
}
|
|
.btn-closeModal span {
|
|
font-size: 25px;
|
|
}
|
|
.modal-header-me span {
|
|
letter-spacing: -0.8px;
|
|
font-size: 14px;
|
|
}
|
|
.parent-filter {
|
|
width: 245px;
|
|
min-height: 200px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 175px;
|
|
box-shadow: 0 0 3px;
|
|
}
|
|
|
|
.select2-search__field {
|
|
font-size: 10px !important;
|
|
}
|
|
.select2-results__options {
|
|
font-size: 10px !important;
|
|
}
|
|
.select2-selection__rendered {
|
|
font-size: 10px !important;
|
|
}
|
|
.form-control-me {
|
|
display: block;
|
|
width: 77%;
|
|
height: 33px;
|
|
padding: 0.375rem 0.75rem;
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #ffffff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
}
|
|
.select2-container--default {
|
|
width: 176px !important;
|
|
}
|
|
.btn-increase {
|
|
border: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 10px;
|
|
color: white;
|
|
background-color: rgb(255, 92, 15);
|
|
z-index: 999;
|
|
}
|
|
.btn-set-filter {
|
|
background-color: rgb(43, 125, 43);
|
|
border: 0;
|
|
margin-bottom: 5px;
|
|
border-radius: 5px;
|
|
font-size: 12px;
|
|
color: white;
|
|
}
|
|
button:disabled {
|
|
cursor: no-drop;
|
|
opacity: 0.5;
|
|
}
|
|
.modal-body-me {
|
|
position: relative;
|
|
flex: 1 1 auto;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
#abrar-map {
|
|
width: 100%;
|
|
height: 250px;
|
|
}
|
|
.parent-onmapButton {
|
|
width: 140px;
|
|
}
|
|
.parent-onmapButton button {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 160px;
|
|
z-index: 400;
|
|
border: 0;
|
|
color: white;
|
|
border-radius: 3px;
|
|
font-size: 10px;
|
|
height: 40px;
|
|
background-color: rgb(72, 99, 170);
|
|
}
|
|
.parent-onmapButton P {
|
|
position: absolute;
|
|
left: 5px;
|
|
text-align: center;
|
|
top: 206px;
|
|
z-index: 1000;
|
|
border: 0;
|
|
padding: 12px;
|
|
margin-top: auto;
|
|
color: white;
|
|
margin-bottom: auto;
|
|
width: 133px;
|
|
border-radius: 3px;
|
|
font-size: 10px;
|
|
height: 40px;
|
|
background-color: rgb(72, 99, 170);
|
|
}
|
|
.map-latlng-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.map-latlng-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.input-cord {
|
|
font-family: "IRANSans" !important;
|
|
text-align: center !important;
|
|
direction: ltr !important;
|
|
}
|
|
.form-control:focus {
|
|
background-color: #ffffff;
|
|
border-color: #80bdff;
|
|
outline: 0;
|
|
}
|
|
.is-invalid-input {
|
|
color: #dc3545 !important;
|
|
border-color: #dc3545 !important;
|
|
}
|
|
.parent-Coordinates {
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 180px;
|
|
z-index: 999;
|
|
}
|
|
.parent-Coordinates input {
|
|
width: 131px;
|
|
font-size: 12px;
|
|
height: 30px;
|
|
margin-top: 10px;
|
|
border-radius: 4px;
|
|
background-color: rgb(255, 205, 2);
|
|
}
|
|
.parent-filter::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-filter::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
.stylescroll::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
.stylescroll::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.select2-results__options::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
.select2-results__options::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
.parent-data-project label {
|
|
font-size: 10;
|
|
}
|
|
.pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 71px;
|
|
font-family: "IRANSans";
|
|
}
|
|
.parent-data-project input {
|
|
font-size: 10px;
|
|
}
|
|
.parent-data-project select {
|
|
font-size: 10px;
|
|
}
|
|
.pin-marker.pin-move > .map-pin-marker {
|
|
transform: scale(0.75);
|
|
}
|
|
|
|
.pin-marker.pin-set > .map-pin-marker > .pin-title-circle {
|
|
background-color: #009900;
|
|
}
|
|
|
|
.pin-marker.pin-warn > .map-pin-marker > .pin-title-circle {
|
|
background-color: #e90a0a;
|
|
}
|
|
|
|
.pin-marker.pin-move > .pin-main-shadow {
|
|
transform: scale(1.35);
|
|
}
|
|
|
|
.map-pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 65px;
|
|
z-index: 10;
|
|
transform-origin: 22.5px 0;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.map-pin-marker > .pin-main-circle {
|
|
position: absolute;
|
|
width: 45px;
|
|
height: 45px;
|
|
left: 0;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
z-index: 12;
|
|
}
|
|
|
|
.map-pin-marker > .pin-white-circle {
|
|
position: absolute;
|
|
width: 39px;
|
|
height: 39px;
|
|
left: 3px;
|
|
top: 3px;
|
|
background-color: #ffffff;
|
|
border-radius: 50%;
|
|
z-index: 13;
|
|
}
|
|
|
|
.map-pin-marker > .pin-title-circle {
|
|
position: absolute;
|
|
width: 35px;
|
|
height: 35px;
|
|
left: 5px;
|
|
top: 5px;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 14;
|
|
transition: background-color 0.3s;
|
|
}
|
|
|
|
.map-pin-marker > .pin-title-circle > .title-circle-text {
|
|
line-height: 1;
|
|
font-size: 10px;
|
|
color: #ffffff;
|
|
font-weight: 600;
|
|
z-index: 15;
|
|
}
|
|
|
|
.map-pin-marker > .pin-main-line {
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 25px;
|
|
z-index: 11;
|
|
background-color: #000000;
|
|
top: 40px;
|
|
left: 20px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
|
|
.pin-marker > .pin-main-shadow {
|
|
position: absolute;
|
|
width: 11px;
|
|
height: 11px;
|
|
left: 17px;
|
|
top: 58px;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 10;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.pin-marker > .pin-main-shadow > .shadow-dot {
|
|
position: relative;
|
|
width: 1px;
|
|
height: 1px;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #000000;
|
|
border-radius: 50%;
|
|
z-index: 10;
|
|
}
|
|
|
|
.leaflet-div-icon {
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
.parent-data-project .form-control {
|
|
height: 32px !important;
|
|
}
|
|
.btn-increase-col {
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
color: rgb(43, 125, 43);
|
|
height: 20px;
|
|
}
|
|
.btn-decrease-col {
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
color: red;
|
|
height: 20px;
|
|
}
|
|
.btn-orange-me {
|
|
background-color: rgb(255, 92, 15);
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
.modal-footer button {
|
|
font-size: 12px;
|
|
}
|
|
.modal-footer-me {
|
|
padding: 0 !important;
|
|
border-top: 0;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.modal-content {
|
|
border-radius: 3px;
|
|
border: 1px solid rgb(255, 92, 15);
|
|
}
|
|
#title-update {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
top: 10px;
|
|
letter-spacing: -0.8px;
|
|
}
|
|
#distance-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
top: 10px;
|
|
letter-spacing: -0.8px;
|
|
}
|
|
.update-main .card-title {
|
|
font-size: 12px !important;
|
|
}
|
|
.tool-main .card-title {
|
|
font-size: 12px !important;
|
|
}
|
|
.add-project-update {
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
.parent-add-project-update {
|
|
position: absolute;
|
|
left: 35px;
|
|
top: 43px;
|
|
z-index: 999;
|
|
}
|
|
.tooltiptextstart {
|
|
visibility: hidden;
|
|
width: 150px;
|
|
background-color: black;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
padding: 5px 0;
|
|
position: absolute;
|
|
z-index: 1;
|
|
/* top: 35px;
|
|
left: 100%; */
|
|
top: -8px;
|
|
left: 10%;
|
|
font-size: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* .tooltiptextstart::after {
|
|
content: "";
|
|
position: absolute; */
|
|
/* top: 50%;
|
|
right: 100%; */
|
|
/* top: -8px;
|
|
left: 10%;
|
|
margin-top: -5px;
|
|
border-width: 5px;
|
|
border-style: solid;
|
|
border-color: transparent black transparent transparent;
|
|
} */
|
|
|
|
.tooltipstart1:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart2:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart3:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart4:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart5:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart6:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart7:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart8:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart9:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart10:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart11:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart12:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart13:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstartcost:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
.slider.slider-horizontal {
|
|
width: 91%;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
#abrar-map-2 {
|
|
height: 408px;
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
}
|
|
.map-latlng-input-row {
|
|
position: absolute;
|
|
bottom: -11px;
|
|
z-index: 1000;
|
|
width: 240px;
|
|
left: 5px;
|
|
}
|
|
.map-latlng-form {
|
|
margin-bottom: 0;
|
|
}
|
|
.map-latlng-label {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
border-radius: 0.25rem;
|
|
padding: 3px 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border: 1px solid #ced4da;
|
|
color: #000000;
|
|
border-bottom: 0;
|
|
margin: 0;
|
|
}
|
|
.map-latlng-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.map-latlng-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
.input-cord {
|
|
font-family: "IRANSans" !important;
|
|
text-align: center !important;
|
|
direction: ltr !important;
|
|
}
|
|
.abrar-map-title {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
z-index: 1000;
|
|
padding: 4px 7px;
|
|
color: #000;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
border-radius: 0.25rem;
|
|
background-color: rgba(255, 193, 7, 0.8);
|
|
}
|
|
.abrar-map-title2 {
|
|
position: absolute;
|
|
top: 40px;
|
|
right: 5px;
|
|
z-index: 1000;
|
|
padding: 4px 7px;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
font-weight: 500;
|
|
border-radius: 0.25rem;
|
|
background-color: rgba(255, 85, 7, 0.986);
|
|
}
|
|
.modal-body-scroll {
|
|
overflow-y: scroll;
|
|
height: 500px;
|
|
}
|
|
table.dataTable tbody tr.selected {
|
|
background-color: rgb(47, 125, 50);
|
|
color: white !important;
|
|
}
|
|
/*End pooria css */
|
|
.select2-container--default
|
|
.select2-selection--multiple
|
|
.select2-selection__choice {
|
|
background-color: #007bff !important;
|
|
}
|
|
.footer-new-style {
|
|
background-color: #fff;
|
|
position: fixed !important;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
left: 0px;
|
|
font-family: "IRANSansFaNum";
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
z-index: 10000000000;
|
|
box-shadow: -1px -1px 6px #000000;
|
|
}
|
|
#dropdown1 {
|
|
left: -113%;
|
|
}
|
|
#dropdown2 {
|
|
left: -302%;
|
|
}
|
|
#dropdown3 {
|
|
left: -160%;
|
|
}
|
|
.queen-size-nav {
|
|
display: none;
|
|
background-color: #ffffff;
|
|
box-shadow: -1px 1px 4px #212529;
|
|
width: 40%;
|
|
height: 55%;
|
|
border-bottom-left-radius: 10px;
|
|
margin-top: 40px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: 2;
|
|
}
|
|
.queen-ul-style {
|
|
display: none;
|
|
}
|
|
.second-top-menu {
|
|
display: none;
|
|
}
|
|
.logo-new-style {
|
|
display: none;
|
|
}
|
|
.new-style-profile {
|
|
display: none;
|
|
}
|
|
.eight-step-res {
|
|
display: none;
|
|
}
|
|
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
|
|
border-right-width: 1px;
|
|
}
|
|
/* .justify-content-center {
|
|
padding: 15px;
|
|
} */
|
|
|
|
.font-color-style-table {
|
|
color: #fff;
|
|
}
|
|
.dt-buttons .buttons-html5 {
|
|
display: none;
|
|
}
|
|
.dt-buttons .buttons-print {
|
|
display: none;
|
|
}
|
|
@media only screen and (min-width: 1700px) {
|
|
.justify-content-center {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 700px) {
|
|
.king-size-nav {
|
|
display: none;
|
|
}
|
|
.eight-step-res {
|
|
display: none;
|
|
}
|
|
.new-style-profile {
|
|
display: block;
|
|
width: 20%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
box-sizing: content-box;
|
|
}
|
|
.navbar-sp {
|
|
font-size: 12px;
|
|
margin-top: 2px;
|
|
color: #000000 !important;
|
|
}
|
|
.first-step-res-design {
|
|
text-align: center;
|
|
list-style-type: none;
|
|
margin-top: 10px;
|
|
padding: 3px;
|
|
}
|
|
.first-step-res {
|
|
display: none;
|
|
padding-inline-start: 0px;
|
|
font-size: 11px;
|
|
border-bottom: 2px solid #ff5c0f;
|
|
border-top: 2px solid #ff5c0f;
|
|
}
|
|
.difrent-img-size {
|
|
width: 27px;
|
|
height: 26px;
|
|
margin-top: 5px;
|
|
}
|
|
.logo-new-style {
|
|
display: inline;
|
|
}
|
|
/* .second-menu-img {
|
|
position: absolute;
|
|
margin-right: 12px;
|
|
margin-top: -8px;
|
|
width: 25px;
|
|
height: 55px;
|
|
} */
|
|
.second-top-menu {
|
|
display: flow-root;
|
|
position: relative;
|
|
background-color: #2c343f;
|
|
height: 40px;
|
|
width: 100%;
|
|
transition: all 0.4s;
|
|
z-index: 3;
|
|
}
|
|
.queen-ul-style {
|
|
display: block;
|
|
}
|
|
.queen-responsive-navbar {
|
|
justify-content: center;
|
|
margin-bottom: 20px;
|
|
margin-left: 0px;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
footer {
|
|
position: fixed !important;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 530px) {
|
|
.queen-size-nav {
|
|
width: 50%;
|
|
}
|
|
.page-link {
|
|
padding: 0.4rem 0.55rem;
|
|
}
|
|
#examplee {
|
|
width: 100px !important;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 450px) {
|
|
.queen-size-nav {
|
|
height: 60%;
|
|
}
|
|
.page-link {
|
|
padding: 0.4rem 0.40rem;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 370px) {
|
|
#example_length {
|
|
float: none !important;
|
|
}
|
|
#example_filter {
|
|
float: none !important;
|
|
}
|
|
.page-link {
|
|
padding: 0.4rem 0.35rem;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 1000px) {
|
|
#dropdown1 {
|
|
position: absolute !important;
|
|
}
|
|
}
|
|
.abrar-map-layout>#abrar-map, #abrar-map-2 {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout {
|
|
position: relative;
|
|
height: 368px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.abrar-map-layout>#abrar-map-static {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout>#abrarshow-map {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout>.pin-container {
|
|
position: absolute;
|
|
top: 34%;
|
|
right: 44%;
|
|
z-index: 1009;
|
|
}
|
|
/* just test */
|
|
label {
|
|
font-size: 0.8rem;
|
|
font-weight: 500 !important;
|
|
color: #000;
|
|
}
|
|
.form-control {
|
|
font-size: 12px !important;
|
|
}
|
|
.modal-title {
|
|
font-size: 15px;
|
|
}
|
|
.modal-header .close, .modal-header .mailbox-attachment-close {
|
|
padding: 1rem;
|
|
margin: -1rem auto -1rem -1rem;
|
|
}
|
|
.map-latlng-sec-input {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
.submittool {
|
|
font-size:12px;
|
|
}
|
|
.loader {
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 40px;
|
|
position: relative;
|
|
border: 4px solid #ff5c0f;
|
|
top: 0;
|
|
animation: loader 2s infinite ease;
|
|
}
|
|
|
|
.loader-inner {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
animation: loader-inner 2s infinite ease-in;
|
|
}
|
|
|
|
@keyframes loader {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
25% {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
50% {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
75% {
|
|
transform: rotate(360deg);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes loader-inner {
|
|
0% {
|
|
height: 0%;
|
|
}
|
|
|
|
25% {
|
|
height: 0%;
|
|
}
|
|
|
|
50% {
|
|
height: 100%;
|
|
}
|
|
|
|
75% {
|
|
height: 100%;
|
|
}
|
|
|
|
100% {
|
|
height: 0%;
|
|
}
|
|
}
|
|
.divloader {
|
|
display: none;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
z-index: 2000;
|
|
}
|
|
/* .headercolortable {
|
|
display: none;
|
|
} */
|
|
|
|
.dt-buttons .buttons-excel {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
#maremat {
|
|
margin-top:5%
|
|
}
|
|
.swal2-title {
|
|
font-size: 18px !important;
|
|
}
|
|
.swal2-styled {
|
|
font-size: 14px !important;
|
|
}
|
|
/* .havig .arrow-changing1 {
|
|
width: 10px !important;
|
|
} */
|
|
.swal2-content {
|
|
font-size: 17px !important;
|
|
}
|
|
.swal2-actions {
|
|
margin-top: 5px !important;
|
|
}
|
|
.swal2-confirm {
|
|
background-color: rgb(43, 125, 43) !important;
|
|
border-radius: 5px !important;
|
|
color: white !important;
|
|
border: 0 !important;
|
|
}
|
|
.swal2-popup {
|
|
width: 25em !important;
|
|
}
|
|
.edittool {
|
|
font-size: 11px;
|
|
}
|
|
.file-input-modal {
|
|
justify-content: center;
|
|
font-size: 11px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
/* width: 130px; */
|
|
height: 80px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
|
background-color: #ffffff;
|
|
}
|
|
.file-input-modal-container {
|
|
width: 100%;
|
|
}
|
|
#update-card {
|
|
width: 98%;
|
|
margin-bottom: 50px;
|
|
}
|
|
.table-responsive {
|
|
padding-bottom: 3rem !important;
|
|
padding-left: 3rem !important;
|
|
padding-top: 3rem !important;
|
|
padding-right: 3rem !important;
|
|
}
|
|
#projecttool-list-card {
|
|
margin-bottom: 50px;
|
|
width: 98%;
|
|
}
|
|
/* #example-update {
|
|
width: 1393px !important;
|
|
} */
|
|
#exampleriz {
|
|
width: 1393px !important;
|
|
}
|
|
#examplee {
|
|
width: 1393px !important;
|
|
}
|
|
@media only screen and (max-width: 530px) {
|
|
#examplee {
|
|
width: 400px !important;
|
|
}
|
|
#exampleriz {
|
|
width: 500px !important;
|
|
}
|
|
}
|
|
#sort_datekeshvar {
|
|
background-color: #ff5c0f;
|
|
border-color: #ff5c0f;
|
|
}
|
|
#sortt_dateriz {
|
|
background-color: #ff5c0f;
|
|
border-color: #ff5c0f;
|
|
}
|
|
#sortt_date {
|
|
background-color: #ff5c0f;
|
|
border-color: #ff5c0f;
|
|
}
|
|
#sort_date {
|
|
background-color: #ff5c0f;
|
|
border-color: #ff5c0f;
|
|
}
|
|
#sort_dateTestItems {
|
|
background-color: #ff5c0f;
|
|
border-color: #ff5c0f;
|
|
}
|
|
|
|
#hefaz {
|
|
width: 100% !important;
|
|
}
|
|
|
|
/* .slideroverlay {
|
|
display: none;
|
|
text-align: right;
|
|
direction: rtl;
|
|
position: fixed;
|
|
z-index: 1051;
|
|
padding-top: 77px;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
background-color: rgb(0, 0, 0);
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.slideroverlay>.upload-confirm {
|
|
z-index: 50;
|
|
display: block;
|
|
position: absolute;
|
|
background: transparent;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.slideroverlay>.modal-content {
|
|
background-color: #ffffff;
|
|
border-radius: 7px;
|
|
margin: auto;
|
|
padding: 20px 1.5% 1px 1.5%;
|
|
border: 1px solid #888;
|
|
width: 70%;
|
|
position: relative;
|
|
z-index: 51;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close {
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 3px;
|
|
right: 5px;
|
|
color: #979797;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close::before {
|
|
content: "\00d7";
|
|
font-size: 22px;
|
|
position: absolute;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close:hover,
|
|
.slideroverlay>.modal-content>.close:focus {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .mySlides {
|
|
display: none;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow img {
|
|
vertical-align: middle;
|
|
width: auto;
|
|
height: auto;
|
|
opacity: 1;
|
|
max-height: 500px;
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .slideshow-container {
|
|
max-width: 100%;
|
|
position: relative;
|
|
margin: auto;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev,
|
|
.slideroverlay>.modal-content>.slideshow .next {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: auto;
|
|
padding: 16px;
|
|
margin-top: -22px;
|
|
color: white;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
transition: 0.6s ease;
|
|
border-radius: 0 3px 3px 0;
|
|
user-select: none;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .next {
|
|
right: 0;
|
|
border-radius: 0px 3px 3px 0;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev {
|
|
left: 0;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev:hover,
|
|
.slideroverlay>.modal-content>.slideshow .next:hover {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .text {
|
|
color: #f2f2f2;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
padding: 10px 15px;
|
|
position: absolute;
|
|
bottom: -3px;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-family: "IRANSans";
|
|
font-size: 12px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .numbertext {
|
|
color: #f2f2f2;
|
|
font-size: 14px;
|
|
padding: 8px 12px;
|
|
position: absolute;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
top: 0;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow #slideshow-dot {
|
|
margin-top: 15px !important;
|
|
margin-bottom: 10px;
|
|
direction: ltr;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .dot {
|
|
cursor: pointer;
|
|
height: 12px;
|
|
width: 12px;
|
|
margin: 0 2px;
|
|
background-color: #bbb;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
transition: background-color 0.6s ease;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .active,
|
|
.slideroverlay>.modal-content>.slideshow .dot:hover {
|
|
background-color: #717171;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .fade {
|
|
-webkit-animation-name: fade;
|
|
-webkit-animation-duration: 1.5s;
|
|
animation-name: fade;
|
|
animation-duration: 1.5s;
|
|
} */
|
|
|
|
|
|
/*
|
|
#ruler {
|
|
width: 1393px !important;
|
|
}
|
|
#washed {
|
|
width: 1393px !important;
|
|
}
|
|
#pol {
|
|
width: 1393px !important;
|
|
}
|
|
#tunnelGaleri {
|
|
width: 1393px !important;
|
|
}
|
|
#zemestanii {
|
|
width: 1393px !important;
|
|
}
|
|
#tollhouse {
|
|
width: 1393px !important;
|
|
} */
|
|
.stylescroll {
|
|
margin-bottom: 10px;
|
|
}
|
|
.just-padding {
|
|
padding: 0px !important;
|
|
}
|
|
|
|
.slideroverlay {
|
|
display: none;
|
|
text-align: right;
|
|
direction: rtl;
|
|
position: fixed;
|
|
z-index: 1051;
|
|
padding-top: 77px;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
background-color: rgb(0, 0, 0);
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.slideroverlay>.upload-confirm {
|
|
z-index: 50;
|
|
display: block;
|
|
position: absolute;
|
|
background: transparent;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.slideroverlay>.modal-content {
|
|
background-color: #ffffff;
|
|
border-radius: 7px;
|
|
margin: auto;
|
|
padding: 20px 1.5% 1px 1.5%;
|
|
border: 3px solid #ff5c0f;
|
|
width: 70%;
|
|
position: relative;
|
|
z-index: 51;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close {
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 3px;
|
|
left: 20px;
|
|
color: #979797;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close::before {
|
|
content: "\00d7";
|
|
font-size: 22px;
|
|
position: absolute;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close:hover,
|
|
.slideroverlay>.modal-content>.close:focus {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .mySlides {
|
|
display: none;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow img {
|
|
vertical-align: middle;
|
|
width: auto;
|
|
height: auto;
|
|
opacity: 1;
|
|
max-height: 500px;
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
border-radius: 10px;
|
|
box-shadow: -12px -2px 6px #b9b9b9;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .slideshow-container {
|
|
max-width: 100%;
|
|
position: relative;
|
|
margin: auto;
|
|
}
|
|
.textt {
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev,
|
|
.slideroverlay>.modal-content>.slideshow .next {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: auto;
|
|
padding: 16px;
|
|
margin-top: -22px;
|
|
color: #000;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
transition: 0.6s ease;
|
|
border-radius: 60px !important;
|
|
user-select: none;
|
|
border: 1px solid #e1e1e1;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .next {
|
|
right: 0;
|
|
border-radius: 0px 3px 3px 0;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev {
|
|
left: 0;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev:hover,
|
|
.slideroverlay>.modal-content>.slideshow .next:hover {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
color: #fff;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .text {
|
|
color: #f2f2f2;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
padding: 10px 15px;
|
|
position: absolute;
|
|
bottom: -3px;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-family: "IRANSans";
|
|
font-size: 12px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .numbertext {
|
|
color: #f2f2f2;
|
|
font-size: 14px;
|
|
padding: 8px 12px;
|
|
position: absolute;
|
|
background-color: #ff5c0f;
|
|
top: 0;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow #slideshow-dot {
|
|
margin-top: 15px !important;
|
|
margin-bottom: 10px;
|
|
direction: ltr;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .dot {
|
|
cursor: pointer;
|
|
height: 12px;
|
|
width: 12px;
|
|
margin: 0 2px;
|
|
background-color: #00669f;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
transition: background-color 0.6s ease;
|
|
}
|
|
#inputFile1 {
|
|
display: none;
|
|
}
|
|
.slideroverlay>.modal-content>.slideshow .active,
|
|
.slideroverlay>.modal-content>.slideshow .dot:hover {
|
|
background-color: #ff5c0f;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .fade {
|
|
-webkit-animation-name: fade;
|
|
-webkit-animation-duration: 1.5s;
|
|
animation-name: fade;
|
|
animation-duration: 1.5s;
|
|
}
|
|
.line-empty-col {
|
|
background-color: rgb(255, 92, 15);
|
|
width: 50px;
|
|
height: 1px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.zoomimage{
|
|
width:100%;
|
|
height:80px
|
|
}
|
|
.remove-image-container501 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
color: #c32323;
|
|
position: absolute;
|
|
top: -16px;
|
|
left: 6px;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
}
|
|
.file-input {
|
|
display: none;
|
|
}
|
|
.loader {
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 40px;
|
|
position: relative;
|
|
border: 4px solid #ff5c0f;
|
|
top: 0;
|
|
animation: loader 2s infinite ease;
|
|
}
|
|
|
|
.loader-inner {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
animation: loader-inner 2s infinite ease-in;
|
|
}
|
|
|
|
.navbar-nav .dropdown-menu {
|
|
position: absolute !important;
|
|
}
|
|
|
|
@keyframes loader {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
25% {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
50% {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
75% {
|
|
transform: rotate(360deg);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes loader-inner {
|
|
0% {
|
|
height: 0%;
|
|
}
|
|
|
|
25% {
|
|
height: 0%;
|
|
}
|
|
|
|
50% {
|
|
height: 100%;
|
|
}
|
|
|
|
75% {
|
|
height: 100%;
|
|
}
|
|
|
|
100% {
|
|
height: 0%;
|
|
}
|
|
}
|
|
|
|
.divloader {
|
|
display: none;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
z-index: 2000;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_paginate {
|
|
font-family: 'IRANSansFaNum' !important;
|
|
}
|
|
|
|
.datepicker-container {
|
|
font-family: 'IRANSansFaNum' !important;
|
|
} |