88 lines
1.9 KiB
CSS
Vendored
88 lines
1.9 KiB
CSS
Vendored
|
|
.image-view-none{
|
|
display: none;
|
|
}
|
|
.container_body{
|
|
height: fit-content;
|
|
min-height: 752px !important;
|
|
}
|
|
.swal2-styled.swal2-confirm {
|
|
font-size: 1.3em !important;
|
|
}
|
|
.modal-header-warning {
|
|
color:#fff;
|
|
padding:9px 15px;
|
|
border-bottom:1px solid #eee;
|
|
background-color: #f0ad4e;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-moz-border-radius-topleft: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
.modal-header-info {
|
|
color:#fff;
|
|
padding:9px 15px;
|
|
border-bottom:1px solid #eee;
|
|
background-color: #47d861;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-moz-border-radius-topleft: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
.modal-width{
|
|
width: 35%;
|
|
}
|
|
ul#remove {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
.iframe{
|
|
position:absolute;top:0;left:0;width:100%;height:100%;
|
|
}
|
|
.iframe-div{
|
|
padding:56.25% 0 0 0;position:relative;
|
|
}
|
|
.button-color{
|
|
background: #FF440A !important;
|
|
border-color: #FF440A !important;
|
|
color: #fff !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.header_style{
|
|
font-weight: 400 !important;
|
|
color:#9c9393 !important;
|
|
}
|
|
.heading{
|
|
padding-left: 50px !important;
|
|
padding-right: 0px !important;
|
|
padding-bottom: 0px !important;
|
|
padding-top: 0px !important;
|
|
text-align: left!important;
|
|
}
|
|
#client-status .btn2 {
|
|
margin: 0px !important;
|
|
padding: 10px !important;
|
|
font-size: 12px !important;
|
|
}
|
|
#client-status .btn-position {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
|
|
@media (max-width: 800px) {
|
|
#client-status .btn2 {
|
|
font-weight: 400 !important;
|
|
font-size: 12px !important;
|
|
margin: 0px!important;
|
|
padding: 5px 5px !important;
|
|
}
|
|
#client-status .btn-position {
|
|
margin-right: 0px !important;
|
|
}
|
|
}
|