Files
backend/public/dist/css/biNew.css
2024-02-01 09:53:53 +00:00

268 lines
4.4 KiB
CSS

body{
overflow: hidden;
}
#progressBar {
margin: 0 auto;
width: 12vw;
height: 12vh;
}
.province{
font-size: 12px;
}
.provinceRow{
margin-bottom: 3px;
}
#map{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
#map2{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
#map3{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
#map4{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.container{
height: 100%;
width: 90%;
}
.mini{
height: 6.5vh;
margin-bottom: 1vh;
cursor: pointer;
}
.miniX{
height: 7.5vh;
margin-bottom: 1vh;
cursor: pointer;
}
.card{
margin-bottom: 1.5vh;
}
.half{
/* height: 105px; */
height: 10.5vh;
}
.whole{
/* height: 226px; */
height: 22.5vh;
cursor: pointer;
}
.longCard{
height: 63.5vh;
cursor: pointer;
}
.cardMap{
padding: 0px !important;
}
.minCard{
padding: 10px;
}
.minCard > span{
font-size: 0.7vw;
}
.firstCol h5{
margin-bottom: 20px;
width: 100%;
}
span{
font-weight: bold;
font-size: 0.8vw;
}
.counter
{
display:inline-table !important;
font-size: 1vw !important;
border-radius: 8px!important;
}
.firstPart{
height: 50%;
}
.secondPart{
height: 50%;
}
.card-body{
text-align: center;
}
.headTitle{
font-weight: bold;
font-size: 0.7vw;
align-self: center;
}
.centerFlex{
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
align-items: center;
}
.provincialcamera > .form-map {
display: flex;
flex-flow: column;
align-items: flex-end;
}
.provincialcamera > .form-map > svg {
margin: auto;
width: 58%;
height: auto;
}
.provincialcamera > .form-map > svg #iran > path {
cursor: pointer;
}
.provincialcamera > .form-map > svg #iran > path:hover {
fill: #ff5630;
}
.provincialcamera > .form-map > svg #iran > .map-selected {
fill: #ff5630;
}
.form-map svg .sea path,
.form-map svg .lake path {
fill: #6caed8;
}
.form-map svg #iran path {
fill: #d1d1d1;
}
.form-map svg .border path,
.form-map svg .island path {
fill: #fff;
}
@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
/* max-width: 1500px; */
max-width: 90%;
}
}
.card-body {
/* flex: 1 1 auto; */
min-height: 1px;
padding: 6px;
display: flex;
flex-direction: column;
justify-content: center;
}
.modal-header .close{
margin: -1rem auto -1rem -1rem;
}
.fullScreen{
width: 12px;
z-index: 401;
position: absolute;
bottom: 6px;
left: 6px;
cursor: pointer;
}
#mapModalCenter2 .modal-body{
padding: 0px;
height: 65vh;
}
#mapModalCenter2 .modal-dialog{
max-width: 70vw;
}
#mapModalCenter .modal-body{
padding: 0px;
height: 65vh;
}
#mapModalCenter .modal-dialog{
max-width: 70vw;
}
.spanTitle{
line-height: 0;
margin-bottom: 2vh;
}
.selectedField{
font-weight: 900;
font-size: 0.8vw;
color: red;
}
.mainTitle{
align-self: center;
}
.buttonMap{
right: 0;
top: 0;
position: absolute;
}
.buttonMapRight{
margin-right: 10px;
}
.buttonMapFirst{
margin-top: 65px;
}
.buttonMapSecond{
margin-top: 94px;
}
.buttonMapThird{
margin-top: 123px;
}
.buttonMapForth{
margin-top: 152px;
}
.buttonMapFifth{
margin-top: 181px;
}
.modal-dialog {
max-width: 700px !important;
}
* {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}