You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
227 lines
5.0 KiB
CSS
227 lines
5.0 KiB
CSS
.no-style-no td, .no-style-no th {
|
|
border-bottom: 1px solid #e3ebf3;
|
|
}
|
|
.btn-blue-vds {
|
|
color: #FFF;
|
|
}
|
|
.btn-blue-vds, .bg-vds, .color-blue-vds.blue-vds {
|
|
background-color: #003399 !important;
|
|
}
|
|
.alert-blue-vds, .btn-blue-vds {
|
|
border-color: #003399 !important;
|
|
}
|
|
.navigation li.active {
|
|
border-right: 4px solid #003399;
|
|
}
|
|
.color-coding {
|
|
height: 8px;
|
|
width: 8px;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
border-radius: 2px;
|
|
}
|
|
.color-coding.customer {
|
|
background-color: #fbb773;
|
|
}
|
|
.color-coding.vendor {
|
|
background-color: #d597dc;
|
|
}
|
|
.nav-item a.nav-kontak {
|
|
padding: 1rem 2rem !important;
|
|
}
|
|
.border-top-vds {
|
|
border-top: 1px solid #003399;
|
|
}
|
|
.app-content .wizard.vertical>.steps {
|
|
display:inline;
|
|
float:left;
|
|
width:15%;
|
|
}
|
|
|
|
#modal-import .modal-dialog {
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 800px;
|
|
border-radius: 4px;
|
|
margin: 30px auto;
|
|
background: white;
|
|
}
|
|
#modal-import .modal-dialog .modal-header {
|
|
text-align: left;
|
|
display: block;
|
|
}
|
|
#modal-import .modal-header {
|
|
padding: 15px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
min-height: 16.42857143px;
|
|
}
|
|
|
|
#modal-import button.close {
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
#modal-import .modal-title {
|
|
margin: 0;
|
|
line-height: 1.42857143;
|
|
}
|
|
#modal-import h4 {
|
|
font-size: 1.2em;
|
|
}
|
|
#modal-import .modal-body {
|
|
position: relative;
|
|
padding: 15px;
|
|
}
|
|
#modal-import .modal-body::before, #modal-import .modal-body::after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
#modal-import .modal-dialog {
|
|
width:100%;
|
|
max-width:800px;
|
|
border-radius:4px
|
|
}
|
|
#modal-import .modal-dialog .modal-header {
|
|
text-align:left
|
|
}
|
|
#modal-import .modal-dialog .step-line:not(:last-child) {
|
|
padding-bottom:10px;
|
|
margin-bottom:20px
|
|
}
|
|
#modal-import .modal-dialog .step-line div {
|
|
float: left;
|
|
}
|
|
#modal-import .modal-dialog .step-line section div {
|
|
float: none;
|
|
}
|
|
#modal-import .modal-dialog .step-line .btn:hover {
|
|
color:#fff
|
|
}
|
|
#modal-import .modal-dialog .step-line .number-label {
|
|
border:4px solid #039;
|
|
height:70px;
|
|
width:70px;
|
|
border-radius:100%;
|
|
text-align:center;
|
|
padding:18px;
|
|
font-size:18px;
|
|
color:#039;
|
|
font-weight:800;
|
|
font-family:Roboto-Bold,Helvetica Neue,Helvetica,Arial,sans-serif
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-action {
|
|
color:#fff;
|
|
border-radius:4px;
|
|
font-family:Roboto-Medium,Helvetica Neue,Helvetica,Arial,sans-serif
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-action .download-template {
|
|
background-color:#2a6a88;
|
|
color:#fff
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-action .choose-file {
|
|
color:#2a6a88;
|
|
border:2px dashed #2a6a88;
|
|
margin-top:30px;
|
|
border-radius:4px;
|
|
background:#fff
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-text {
|
|
padding-left:0
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-text div {
|
|
padding:0;
|
|
font-family:Roboto-Medium,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
text-align:left
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-text .text-header {
|
|
font-size:18px
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-link {
|
|
margin-top:5px
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-link a {
|
|
float:right
|
|
}
|
|
#modal-import .modal-dialog .step-line .column-link .btn-show-screenshot {
|
|
cursor:pointer;
|
|
color:#2a6a88
|
|
}
|
|
#modal-import .modal-dialog .step-line .screenshot-box .close-button {
|
|
border-radius:100%;
|
|
width:30px;
|
|
height:30px;
|
|
background-color:rgba(0,0,0,.721569);
|
|
display:block;
|
|
text-align:center;
|
|
padding:7px;
|
|
position:absolute;
|
|
right:0;
|
|
color:#fff;
|
|
cursor:pointer
|
|
}
|
|
#modal-import .modal-dialog .step-line .screenshot-box img {
|
|
display:block;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
width:100%
|
|
}
|
|
#modal-import .modal-dialog .modal-footer {
|
|
border-top:none;
|
|
padding-top:0;
|
|
margin-top:-4px
|
|
}
|
|
#modal-import .modal-dialog .modal-footer .back-button {
|
|
display:inline-block;
|
|
float:right;
|
|
width:100px;
|
|
height:32px;
|
|
background-color:#fff;
|
|
color:#818285;
|
|
margin-top:10px;
|
|
margin-right:10px;
|
|
border:1px solid #818285
|
|
}
|
|
#modal-import .modal-dialog .modal-footer .save-button {
|
|
display:inline-block;
|
|
float:right;
|
|
width:100px;
|
|
height:32px;
|
|
background-color:#5cb85c;
|
|
color:#fff;
|
|
margin-top:10px
|
|
}
|
|
|
|
.dropzone {
|
|
padding-top: 1rem;
|
|
background: white;
|
|
border-radius: 5px;
|
|
border: 2px dashed rgb(0, 51, 153);
|
|
border-image: none;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
min-height: 50px;
|
|
width: 100%;
|
|
}
|
|
.dropzone .dz-message {
|
|
text-align: center;
|
|
margin: 1em 0;
|
|
float: none;
|
|
color: #6b6f82;
|
|
}
|
|
.dz-file-preview .dz-image, .dz-size, .dz-progress, .dz-error-message {
|
|
display: none !important;
|
|
}
|
|
.dropzone .dz-preview {
|
|
min-height: 50px;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
.dropzone .dz-preview .dz-details {
|
|
padding: 0;
|
|
color: rgb(0, 51, 153);
|
|
}
|
|
|
|
.content-header{
|
|
margin-bottom: 10px !important;
|
|
} |