1443 lines
29 KiB
CSS
1443 lines
29 KiB
CSS
.modal-dialog {
|
|
max-width: 80%;
|
|
}
|
|
|
|
#layertbl_filter {
|
|
display: none !important;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#tablename {
|
|
float: left;
|
|
left: 0px;
|
|
text-align: center;
|
|
top: 10px;
|
|
color: #961f42;
|
|
font-size: x-large;
|
|
}
|
|
|
|
|
|
/* width */
|
|
|
|
|
|
/* ::-webkit-scrollbar {
|
|
width: 20px;
|
|
} */
|
|
|
|
|
|
/* Track */
|
|
|
|
|
|
/* ::-webkit-scrollbar-track {
|
|
box-shadow: inset 0 0 5px grey;
|
|
border-radius: 10px;
|
|
} */
|
|
|
|
|
|
/* Handle */
|
|
|
|
|
|
/* ::-webkit-scrollbar-thumb {
|
|
background: red;
|
|
border-radius: 10px;
|
|
} */
|
|
|
|
|
|
/* Handle on hover */
|
|
|
|
|
|
/*
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #b30000;
|
|
} */
|
|
|
|
.dropzone {
|
|
width: 94.5%;
|
|
margin-right: 14%;
|
|
}
|
|
|
|
.main-panel {
|
|
-webkit-box-shadow: 10px 9px 30px -8px rgba(0, 0, 0, 0.45);
|
|
-moz-box-shadow: 10px 9px 30px -8px rgba(0, 0, 0, 0.45);
|
|
box-shadow: 10px 9px 30px -8px rgba(0, 0, 0, 0.45);
|
|
overflow-y: scroll;
|
|
height: 100%;
|
|
/* scrollbar-color: white yellow; */
|
|
}
|
|
|
|
div.dataTables_wrapper {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
margin-right: 0px;
|
|
/* margin-top: 50px; */
|
|
border-top: #f993b6;
|
|
border-top-style: dotted;
|
|
border-top-width: 1.5px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.headerDivider {
|
|
border-left: 1px solid #38546d;
|
|
border-right: 1px solid #16222c;
|
|
height: 80px;
|
|
position: absolute;
|
|
right: 249px;
|
|
top: 10px;
|
|
}
|
|
|
|
input {
|
|
font-size: 12px;
|
|
}
|
|
|
|
label {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.img-zoom-result {
|
|
border: 1px solid #d4d4d4;
|
|
/*set the size of the result div:*/
|
|
width: 300px;
|
|
height: 300px;
|
|
}
|
|
|
|
.zoomin img {
|
|
height: 200px;
|
|
width: 200px;
|
|
-webkit-transition: all 2s ease;
|
|
-moz-transition: all 2s ease;
|
|
-ms-transition: all 2s ease;
|
|
transition: all 2s ease;
|
|
}
|
|
|
|
.zoomin img:hover {
|
|
width: 300px;
|
|
height: 300px;
|
|
}
|
|
|
|
.dropdownostan {
|
|
width: 56%;
|
|
direction: rtl;
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
height: 32px;
|
|
border: 1px solid #dadada;
|
|
color: #848484;
|
|
background: #FFFFFF;
|
|
padding-right: 8px;
|
|
vertical-align: middle;
|
|
margin: 0px 5px 5px 0;
|
|
padding: 8px;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 3px;
|
|
direction: rtl;
|
|
outline: none;
|
|
font-size: 10px;
|
|
font-family: "IRANSans";
|
|
width: 100%;
|
|
width: 185px;
|
|
border-color: #ccc;
|
|
border-radius: 4px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
|
|
float: none;
|
|
padding: 6px 12px;
|
|
}
|
|
|
|
.selectix {
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: .5rem 2.25rem .5rem 1rem;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
color: #000;
|
|
background-color: #f5fbff;
|
|
border: 0;
|
|
border: 1px solid #D0D0D0;
|
|
border-radius: .25rem;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
select.round {
|
|
background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), radial-gradient(#4ae 70%, transparent 72%);
|
|
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
|
|
background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
select.round:focus {
|
|
background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
|
|
background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
|
|
background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
|
|
background-repeat: no-repeat;
|
|
border-color: green;
|
|
outline: 0;
|
|
}
|
|
|
|
@keyframes spinner {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.spinner:before {
|
|
content: '';
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-top: -10px;
|
|
margin-left: -10px;
|
|
border-radius: 50%;
|
|
border: 2px solid #ccc;
|
|
border-top-color: #333;
|
|
animation: spinner .6s linear infinite;
|
|
}
|
|
|
|
.overlay {
|
|
height: 100%;
|
|
width: 0;
|
|
position: fixed;
|
|
z-index: 1;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: rgb(0, 0, 0);
|
|
background-color: rgba(0, 0, 0, 0.9);
|
|
overflow-x: hidden;
|
|
transition: 0.5s;
|
|
z-index: 1100;
|
|
}
|
|
|
|
.overlay-content {
|
|
position: relative;
|
|
top: 25%;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.overlay a {
|
|
padding: 8px;
|
|
text-decoration: none;
|
|
font-size: 36px;
|
|
color: #818181;
|
|
display: block;
|
|
transition: 0.3s;
|
|
}
|
|
|
|
.overlay a:hover,
|
|
.overlay a:focus {
|
|
color: #f1f1f1;
|
|
}
|
|
|
|
.overlay .closebtn {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 45px;
|
|
font-size: 60px;
|
|
}
|
|
|
|
.redClass {
|
|
background-color: red;
|
|
color: red;
|
|
}
|
|
|
|
@media screen and (max-height: 450px) {
|
|
.overlay a {
|
|
font-size: 20px
|
|
}
|
|
.overlay .closebtn {
|
|
font-size: 40px;
|
|
top: 15px;
|
|
right: 35px;
|
|
}
|
|
}
|
|
|
|
|
|
/* maxter table css */
|
|
|
|
|
|
/* table.dataTable thead {
|
|
color: whitesmoke;
|
|
} */
|
|
|
|
.inboxed {
|
|
display: inline-table;
|
|
}
|
|
|
|
.uptitle {
|
|
border-bottom: #ff1111;
|
|
border-bottom-style: groove;
|
|
border-bottom-width: 1px;
|
|
padding: 5px;
|
|
font-style: normal;
|
|
font-size: large;
|
|
}
|
|
|
|
.dz-message {
|
|
text-align: center;
|
|
}
|
|
|
|
.dataTables_scrollHeadInner {
|
|
background-color: rgb(150, 31, 66);
|
|
}
|
|
|
|
.pagination>li>a,
|
|
.pagination>li>span {
|
|
background-color: c2d2e42b;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.pagination>li.active>a,
|
|
.pagination>li.active>span {
|
|
background-color: red
|
|
}
|
|
|
|
.page-item.active .page-link {
|
|
background-color: lightgrey !important;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.page-link {
|
|
color: black !important;
|
|
}
|
|
|
|
.layertbl_wrapper {
|
|
border-style: dotted;
|
|
border-width: 1px;
|
|
border-color: hotpink;
|
|
border-radius: 1%;
|
|
}
|
|
|
|
.mapix {
|
|
height: 380px;
|
|
}
|
|
|
|
.full-height {
|
|
height: 100%;
|
|
}
|
|
|
|
.onlay {
|
|
position: absolute;
|
|
opacity: 75%;
|
|
z-index: 999;
|
|
max-width: 30%;
|
|
}
|
|
|
|
.drg {
|
|
/* position: absolute; */
|
|
/* z-index: 99999; */
|
|
background-color: #f1f1f1;
|
|
border: 1px solid #d3d3d3;
|
|
text-align: center;
|
|
opacity: 75%;
|
|
width: 150px;
|
|
}
|
|
|
|
.drghead {
|
|
padding: 4px;
|
|
cursor: move;
|
|
z-index: 10;
|
|
background-color: #2196F3;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
/* div.dataTables_wrapper div.dataTables_filter {
|
|
text-align: right;
|
|
display: none;
|
|
} */
|
|
|
|
.glowbtn {
|
|
background-color: #004A7F;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
border: none;
|
|
color: rgb(0, 0, 0);
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 20px;
|
|
padding: 5px 10px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
-webkit-animation: glowing 1500ms infinite;
|
|
-moz-animation: glowing 1500ms infinite;
|
|
-o-animation: glowing 1500ms infinite;
|
|
animation: glowing 1500ms infinite;
|
|
}
|
|
|
|
@-webkit-keyframes glowing {
|
|
0% {
|
|
background-color: rgb(25, 126, 7);
|
|
-webkit-box-shadow: 0 0 3px rgb(25, 126, 7);
|
|
}
|
|
50% {
|
|
background-color: rgb(54, 168, 25);
|
|
-webkit-box-shadow: 0 0 40px rgb(54, 168, 25);
|
|
}
|
|
100% {
|
|
background-color: rgb(50, 112, 8);
|
|
-webkit-box-shadow: 0 0 3px rgb(50, 112, 8);
|
|
}
|
|
}
|
|
|
|
@-moz-keyframes glowing {
|
|
0% {
|
|
background-color: rgb(25, 126, 7);
|
|
-webkit-box-shadow: 0 0 3px rgb(25, 126, 7);
|
|
}
|
|
50% {
|
|
background-color: rgb(54, 168, 25);
|
|
-webkit-box-shadow: 0 0 40px rgb(54, 168, 25);
|
|
}
|
|
100% {
|
|
background-color: rgb(50, 112, 8);
|
|
-webkit-box-shadow: 0 0 3px rgb(50, 112, 8);
|
|
}
|
|
}
|
|
|
|
@-o-keyframes glowing {
|
|
0% {
|
|
background-color: rgb(25, 126, 7);
|
|
-webkit-box-shadow: 0 0 3px rgb(25, 126, 7);
|
|
}
|
|
50% {
|
|
background-color: rgb(54, 168, 25);
|
|
-webkit-box-shadow: 0 0 40px rgb(54, 168, 25);
|
|
}
|
|
100% {
|
|
background-color: rgb(50, 112, 8);
|
|
-webkit-box-shadow: 0 0 3px rgb(50, 112, 8);
|
|
}
|
|
}
|
|
|
|
@keyframes glowing {
|
|
0% {
|
|
background-color: rgb(25, 126, 7);
|
|
-webkit-box-shadow: 0 0 3px rgb(25, 126, 7);
|
|
}
|
|
50% {
|
|
background-color: rgb(54, 168, 25);
|
|
-webkit-box-shadow: 0 0 40px rgb(54, 168, 25);
|
|
}
|
|
100% {
|
|
background-color: rgb(50, 112, 8);
|
|
-webkit-box-shadow: 0 0 3px rgb(50, 112, 8);
|
|
}
|
|
}
|
|
|
|
|
|
/*::::::::::::::::::::::::::ADDed 4 Data Table:::::::::::::::::::::::::::::::::::::
|
|
|
|
.zoom {
|
|
height: 30px;
|
|
width: 30px;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.zoom:hover {
|
|
-ms-transform: scale(2);
|
|
/* IE 9 */
|
|
|
|
-webkit-transform: scale(2);
|
|
|
|
/* Safari 3-8 */
|
|
|
|
transform: scale(2);
|
|
|
|
}
|
|
.card-header {
|
|
padding: 0.75rem 1.25rem 0.2rem;
|
|
}
|
|
th {
|
|
font-size: 13px;
|
|
}
|
|
td {
|
|
font-size: 14px;
|
|
}
|
|
button.btn {
|
|
font-size: 12px;
|
|
}
|
|
i {
|
|
font-size: 10px;
|
|
}
|
|
label {
|
|
font-size: 0.8rem;
|
|
font-weight: 500 !important;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.icheck-primary label {
|
|
font-weight: 400 !important;
|
|
}
|
|
.form-control {
|
|
font-size: 13px;
|
|
}
|
|
.required-label::after {
|
|
content: "*";
|
|
position: relative;
|
|
right: 2px;
|
|
color: #dc3545;
|
|
}
|
|
.card-body .radio-header {
|
|
font-size: 0.8rem;
|
|
font-weight: 500;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
display: inline-block;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.abrar-project-slider .tooltip {
|
|
font-family: "IRANSansFaNum" !important;
|
|
}
|
|
.abrar-project-slider .slider-selection,
|
|
.abrar-project-slider .slider-handle,
|
|
.abrar-project-slider .slider-tick.in-selection {
|
|
background: #007bff;
|
|
}
|
|
[class*="icheck-"] {
|
|
margin-top: 15px !important;
|
|
margin-bottom: 15px !important;
|
|
}
|
|
.abrar-map-layout {
|
|
position: relative;
|
|
height: 300px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.abrar-map-layout>#abrar-map {
|
|
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;
|
|
}
|
|
.input-cord {
|
|
font-family: "IRANSans" !important;
|
|
text-align: center !important;
|
|
direction: ltr !important;
|
|
}
|
|
.listproject-main {
|
|
margin-top: 95px;
|
|
padding: 0 10px;
|
|
}
|
|
.update-main {
|
|
margin-top: 36px;
|
|
padding: 0 10px;
|
|
}
|
|
.tool-main {
|
|
margin-top: 70px;
|
|
padding: 0 10px;
|
|
}
|
|
.card-footer {
|
|
text-align: left;
|
|
}
|
|
.map-btn {
|
|
border-radius: 0.25rem !important;
|
|
}
|
|
.is-invalid-input {
|
|
color: #dc3545 !important;
|
|
border-color: #dc3545;
|
|
}
|
|
.is-invalid-text {
|
|
color: #dc3545 !important;
|
|
}
|
|
.is-invalid-box {
|
|
border-color: #dc3545;
|
|
}
|
|
.menu_top {
|
|
z-index: 1040 !important;
|
|
}
|
|
.leaflet-div-icon {
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
.pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 71px;
|
|
font-family: "IRANSans";
|
|
}
|
|
.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-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;
|
|
}
|
|
.map-latlng-input-row {
|
|
position: absolute;
|
|
bottom: -11px;
|
|
z-index: 1000;
|
|
width: 240px;
|
|
left: 5px;
|
|
}
|
|
.map-latlng-form {
|
|
margin-bottom: 0;
|
|
}
|
|
.map-latlng-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.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-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
.map-latlng-first-input::placeholder {
|
|
font-size: 10px;
|
|
}
|
|
.map-latlng-sec-input {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
.map-latlng-sec-input::placeholder {
|
|
font-size: 10px;
|
|
}
|
|
.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);
|
|
}
|
|
.starter-loader-container {
|
|
z-index: 3000 !important;
|
|
}
|
|
.distance-input {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
label {
|
|
color: #000;
|
|
}
|
|
.card-tools {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
.error-message {
|
|
display: none;
|
|
font-size: 12px;
|
|
}
|
|
.second-round-title {
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
}
|
|
.edit-description {
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
/* .tablefontheader {
|
|
font-size: 12px;
|
|
}
|
|
table.table-bordered.dataTable tbody th,
|
|
table.table-bordered.dataTable tbody td {
|
|
border-bottom-width: 0;
|
|
font-size: 14px;
|
|
}
|
|
.headercolortable {
|
|
background-color: #35515b;
|
|
}
|
|
table.dataTable tbody tr.selected {
|
|
background-color: #99cc99;
|
|
}
|
|
.div.dataTables_wrapper div.dataTables_length label {
|
|
float: left;
|
|
}
|
|
.dataTables_length {
|
|
float: left;
|
|
}
|
|
table.dataTable thead>tr>th.sorting_asc,
|
|
table.dataTable thead>tr>th.sorting_desc,
|
|
table.dataTable thead>tr>th.sorting,
|
|
table.dataTable thead>tr>td.sorting_asc,
|
|
table.dataTable thead>tr>td.sorting_desc,
|
|
table.dataTable thead>tr>td.sorting {
|
|
padding-right: 10px;
|
|
}
|
|
.table.dataTable thead .sorting:before,
|
|
table.dataTable thead .sorting_asc:before,
|
|
table.dataTable thead .sorting_desc:before,
|
|
table.dataTable thead .sorting_asc_disabled:before,
|
|
table.dataTable thead .sorting_desc_disabled:before {
|
|
display: none;
|
|
}
|
|
.table.dataTable thead .sorting:after,
|
|
table.dataTable thead .sorting_asc:after,
|
|
table.dataTable thead .sorting_desc:after,
|
|
table.dataTable thead .sorting_asc_disabled:after,
|
|
table.dataTable thead .sorting_desc_disabled:after {
|
|
display: none;
|
|
} */
|
|
div.dataTables_wrapper div.dataTables_info {
|
|
padding-top: 0.85em;
|
|
white-space: nowrap;
|
|
font-size: 12px;
|
|
}
|
|
.preview-template {
|
|
border-left: 2px solid black;
|
|
border-right: 2px solid black;
|
|
}
|
|
.template-section {
|
|
border-top: 2px solid black;
|
|
border-bottom: 2px solid black;
|
|
}
|
|
.section-title {
|
|
font-size: 11px;
|
|
text-align: center;
|
|
background-color: lightgrey;
|
|
font-weight: 600;
|
|
padding: 10px 15px;
|
|
border-bottom: 2px solid black;
|
|
}
|
|
|
|
/* .section-table>table {
|
|
width: 100%;
|
|
}
|
|
.section-table>table,
|
|
th,
|
|
td {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
.section-table th {
|
|
text-align: center;
|
|
font-size: 8px;
|
|
font-weight: 600;
|
|
padding: 4px 5px;
|
|
}
|
|
.section-table th.sub-title {
|
|
text-align: center;
|
|
font-size: 8px;
|
|
font-weight: 500;
|
|
padding: 4px 5px;
|
|
} */
|
|
|
|
/* .section-table td {
|
|
text-align: center;
|
|
padding: 4px 2px;
|
|
}
|
|
.section-table th.w-2 {
|
|
width: 3%;
|
|
}
|
|
.section-table th.w-3 {
|
|
width: 3%;
|
|
}
|
|
.section-table th.w-4 {
|
|
width: 4%;
|
|
}
|
|
.section-table th.w-5 {
|
|
width: 5%;
|
|
} */
|
|
div.dataTables_wrapper div.dataTables_processing {
|
|
position: absolute;
|
|
top: 70%;
|
|
left: 50%;
|
|
width: 200px;
|
|
margin-left: -100px;
|
|
margin-top: -26px;
|
|
text-align: center;
|
|
padding: 1em 0;
|
|
/* z-index: 10000; */
|
|
}
|
|
.file-input-modal-container {
|
|
width: 100%;
|
|
}
|
|
.file-input-modal {
|
|
justify-content: center;
|
|
font-size: 11px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
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 {
|
|
display: none;
|
|
}
|
|
.modal-error-message {
|
|
display: none;
|
|
}
|
|
.zoomimage {
|
|
width: 100%;
|
|
height: 80px;
|
|
}
|
|
.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: max-content;
|
|
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: 100%;
|
|
height: auto;
|
|
opacity: 1;
|
|
max-height: 500px;
|
|
max-width: 100%; */
|
|
|
|
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;
|
|
}
|
|
.colorset {
|
|
background-color: #a6dcef;
|
|
}
|
|
|
|
/* .table th,
|
|
.table td {
|
|
padding: 8px;
|
|
} */
|
|
.remove-image-container501 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
color: #c32323;
|
|
position: absolute;
|
|
top: -16px;
|
|
left: 6px;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
}
|
|
.tooltipstart1 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart2 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart3 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart4 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart5 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart6 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart7 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart8 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart9 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart10 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart11 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart12 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstart13 {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.tooltipstartcost {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
}
|
|
.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%;
|
|
font-size: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
.tooltiptextstart::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 100%;
|
|
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;
|
|
}
|
|
.slideroverlay>.modal-content>.slideshow .textt {
|
|
color: #f2f2f2;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
padding: 10px 15px;
|
|
position: absolute;
|
|
bottom: -38px;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-family: "IRANSans";
|
|
font-size: 12px;
|
|
}
|
|
.slideroverlay>.modal-content>.slideshow #slideshow-dot {
|
|
margin-top: 15px !important;
|
|
margin-bottom: 10px;
|
|
direction: ltr;
|
|
}
|
|
.container-slider {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 10vmin;
|
|
overflow: hidden;
|
|
transform: skew(5deg);
|
|
}
|
|
.container-slider .card {
|
|
flex: 1;
|
|
transition: all 1s ease-in-out;
|
|
height: 75vmin;
|
|
position: relative;
|
|
}
|
|
.container-slider .card .card__head {
|
|
color: black;
|
|
background: rgba(255, 30, 173, 0.75);
|
|
padding: 0.5em;
|
|
transform: rotate(-90deg);
|
|
transform-origin: 0% 0%;
|
|
transition: all 0.5s ease-in-out;
|
|
min-width: 100%;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
font-size: 1em;
|
|
white-space: nowrap;
|
|
}
|
|
.container-slider .card:hover {
|
|
flex-grow: 10;
|
|
}
|
|
.container-slider .card:hover img {
|
|
filter: grayscale(0);
|
|
}
|
|
.container-slider .card:hover .card__head {
|
|
text-align: center;
|
|
top: calc(100% - 2em);
|
|
color: white;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
font-size: 2em;
|
|
transform: rotate(0deg) skew(-5deg);
|
|
}
|
|
.container-slider .card img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
transition: all 1s ease-in-out;
|
|
filter: grayscale(100%);
|
|
}
|
|
.container-slider .card:not(:nth-child(5)) {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
/*# sourceMappingURL=slider.css.map */
|
|
.mapctrl:hover {
|
|
color: crimson !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*:::::::::::input range css maxter:::::*/
|
|
input[type=range] {
|
|
-webkit-appearance: none;
|
|
margin: 10px 0;
|
|
width: 100%;
|
|
}
|
|
input[type=range]:focus {
|
|
outline: none;
|
|
}
|
|
input[type=range]::-webkit-slider-runnable-track {
|
|
width: 100%;
|
|
height: 5px;
|
|
cursor: pointer;
|
|
animate: 0.2s;
|
|
box-shadow: 1px 1px 2px #000000;
|
|
background: #3071A9;
|
|
border-radius: 5px;
|
|
border: 1px solid #000000;
|
|
}
|
|
input[type=range]::-webkit-slider-thumb {
|
|
box-shadow: 1px 1px 1px #000000;
|
|
border: 2px solid #000000;
|
|
height: 24px;
|
|
width: 22px;
|
|
border-radius: 18px;
|
|
background: #FFFFFF;
|
|
cursor: pointer;
|
|
-webkit-appearance: none;
|
|
margin-top: -11px;
|
|
}
|
|
input[type=range]::-webkit-slider-thumb:hover {
|
|
background: #0f0bee;
|
|
}
|
|
input[type=range]:focus::-webkit-slider-runnable-track {
|
|
background: #3a55f3;
|
|
}
|
|
input[type=range]::-moz-range-track {
|
|
width: 100%;
|
|
height: 5px;
|
|
cursor: pointer;
|
|
animate: 0.2s;
|
|
box-shadow: 1px 1px 2px #000000;
|
|
background: #2051b9;
|
|
border-radius: 5px;
|
|
border: 1px solid #000000;
|
|
}
|
|
input[type=range]::-moz-range-thumb {
|
|
box-shadow: 1px 1px 1px #000000;
|
|
border: 2px solid #000000;
|
|
height: 24px;
|
|
width: 22px;
|
|
border-radius: 18px;
|
|
background: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
input[type=range]::-ms-track {
|
|
width: 100%;
|
|
height: 5px;
|
|
cursor: pointer;
|
|
animate: 0.2s;
|
|
background: transparent;
|
|
border-color: transparent;
|
|
color: transparent;
|
|
}
|
|
input[type=range]::-ms-fill-lower {
|
|
background: #f7861c;
|
|
border: 1px solid #000000;
|
|
border-radius: 10px;
|
|
box-shadow: 1px 1px 2px #000000;
|
|
}
|
|
input[type=range]::-ms-fill-upper {
|
|
background: #f7861c;
|
|
border: 1px solid #000000;
|
|
border-radius: 10px;
|
|
box-shadow: 1px 1px 2px #000000;
|
|
}
|
|
input[type=range]::-ms-thumb {
|
|
box-shadow: 1px 1px 1px #000000;
|
|
border: 2px solid #000000;
|
|
height: 24px;
|
|
width: 22px;
|
|
border-radius: 18px;
|
|
background: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
input[type=range]::-ms-thumb:hover {
|
|
background: #3206f5;
|
|
}
|
|
input[type=range]:focus::-ms-fill-lower {
|
|
background: #c0521f;
|
|
}
|
|
input[type=range]:focus::-ms-fill-upper {
|
|
background: #e48519;
|
|
}
|
|
|
|
/*::::::::::::::::::::::::::::::::::*/
|
|
.circle {
|
|
border-radius: 50%;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-style: dotted;
|
|
border-width: 1px;
|
|
opacity: 50%;
|
|
cursor: pointer;
|
|
/* width and height can be anything, as long as they're equal */
|
|
}
|
|
.mapselect {
|
|
border-width: 5px;
|
|
border-color: rgb(74, 112, 240);
|
|
opacity: 100%;
|
|
border-style: solid;
|
|
box-shadow: #c0521f;
|
|
}
|
|
.circle:hover {
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
border-color: #961f42;
|
|
opacity: 100%;
|
|
}
|
|
.selectColor {
|
|
color: blueviolet;
|
|
}
|
|
.box.box-info {
|
|
border-top-color: #00c0ef;
|
|
}
|
|
.box {
|
|
position: relative;
|
|
border-radius: 3px;
|
|
background: #ffffff;
|
|
border-top: 3px solid #d2d6de;
|
|
border-top-color: rgb(210, 214, 222);
|
|
margin-bottom: 20px;
|
|
width: 100%;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.btn {
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
border: 1px solid transparent;
|
|
}
|
|
.btn-box-tool {
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
background: transparent;
|
|
color: #97a0b3;
|
|
}
|
|
.collapsed-box .box-header.with-border {
|
|
border-bottom: none;
|
|
}
|
|
.box-header.with-border {
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
.box-header {
|
|
color: #444;
|
|
display: block;
|
|
padding: 10px;
|
|
position: relative;
|
|
}
|
|
.box-header>.fa,
|
|
.box-header>.glyphicon,
|
|
.box-header>.ion,
|
|
.box-header .box-title {
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
margin: 0;
|
|
line-height: 1;
|
|
}
|
|
.box-header>.box-tools {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 5px;
|
|
}
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
.scrollx {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
width: 46px;
|
|
height: 46px;
|
|
margin-left: -23px;
|
|
border: 1px solid #fff;
|
|
border-radius: 100%;
|
|
box-sizing: border-box;
|
|
} |