385 lines
7.6 KiB
CSS
385 lines
7.6 KiB
CSS
input[type="button"] {
|
|
/*padding: 8px 24px;
|
|
margin: 12px 8px;
|
|
font-size: 1.1rem;
|
|
border-radius: 25px;
|
|
background: #ffffff;
|
|
border: none;*/
|
|
}
|
|
input[type="button"]:hover {
|
|
/*background: #ccc;*/
|
|
}
|
|
|
|
.confirm, .confirm-guided {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirm > div:first-of-type, .confirm-guided > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
.confirm > div:last-of-type, .confirm-guided > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
.form-group .close{
|
|
display: inline-block;
|
|
width:auto;
|
|
}
|
|
|
|
@media (max-height: 620px) {
|
|
.confirm > div:last-of-type, .confirm-guided > div:last-of-type{
|
|
overflow: auto;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.confirm > div:last-of-type, .confirm-guided > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirm > div:last-of-type, .confirm-guided > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirm > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirm > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
}
|
|
|
|
.confirmlogout {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirmlogout > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
.confirmlogout > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 53%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.confirmlogout > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirmlogout > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirmlogout > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirmlogout > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
}
|
|
|
|
.confirmretire {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirmretire > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
.confirmretire > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 53%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.confirmretire > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirmretire > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirmretire > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirmretire > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
}
|
|
|
|
.confirmadd {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirmadd > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
.confirmadd > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 53%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.confirmadd > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirmadd > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirmadd > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirmadd > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
}
|
|
|
|
.confirmedit {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirmedit > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
.confirmedit > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 53%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.confirmedit > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirmedit > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirmedit > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirmedit > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
}
|
|
|
|
.confirmpublish {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirmpublish > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
.confirmpublish > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 53%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.confirmpublish > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirmpublish > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirmpublish > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirmpublish > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
}
|
|
|
|
.confirmdelete {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirmdelete > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
.confirmdelete > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 53%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.confirmdelete > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirmdelete > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirmdelete > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirmdelete > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
}
|
|
|
|
.confirmtest {
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
.confirmtest > div:first-of-type {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
.confirmtest > div:last-of-type {
|
|
background: #e2e2e2;
|
|
/*position: absolute;*/
|
|
width: 40%;
|
|
height: auto;
|
|
left: 50%;
|
|
top: 53%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 6px;
|
|
/*border: 1px solid #333;*/
|
|
z-index: 10;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.confirmtest > div:last-of-type {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.confirmtest > div:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|
|
.confirmtest > div:last-of-type div:first-of-type {
|
|
/*min-width: 150px;
|
|
padding: 10px;*/
|
|
}
|
|
.confirmtest > div:last-of-type div:last-of-type {
|
|
/*text-align: right;*/
|
|
} |