650 lines
18 KiB
CSS
650 lines
18 KiB
CSS
.inpostAdminMessenger {
|
|
/*border: 1px solid #fff3cd;*/
|
|
/*background: #fff3cd;*/
|
|
width: 100%;
|
|
/*background: #fff;*/
|
|
min-height: 50px;
|
|
margin-bottom: 25px;
|
|
border-radius: 3px;
|
|
/*box-shadow: #fff3cd 0 0 10px;*/
|
|
padding: 15px;
|
|
font-family: "Open Sans";
|
|
}
|
|
.inpostAdminMessenger p{
|
|
padding: 10px 10px 10px 15px;
|
|
font-size: 16px;
|
|
color: #000;
|
|
background: #fff;
|
|
font-weight: 400;
|
|
}
|
|
.inpostAdminMessenger .type-1{
|
|
background: #cce5ff;
|
|
border: 1px solid #b8daff;
|
|
color: #004085;
|
|
}
|
|
.inpostAdminMessenger .type-2{
|
|
background: #f8d7da;
|
|
border: 1px solid #f5c6cb;
|
|
color: #721c24;
|
|
}
|
|
.inpostAdminMessenger .type-3{
|
|
background: #fff3cd;
|
|
border: 1px solid #ffeeba;
|
|
color: #856404;
|
|
}
|
|
.inpostAdminMessenger .type-4{
|
|
background: #d4edda;;
|
|
border: 1px solid #c3e6cb;
|
|
color: #155724;
|
|
}
|
|
|
|
.inpostModuleSettingsContent {
|
|
margin-bottom: 25px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.inpostModuleSettingsContent .tabs {}
|
|
.inpostModuleSettingsContent .tabs ul {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.inpostModuleSettingsContent .tabs ul li {
|
|
border: none;
|
|
}
|
|
.inpostModuleSettingsContent .tabs ul li a {
|
|
outline: none;
|
|
border: none;
|
|
border-top: .1875rem solid transparent;
|
|
border-radius: 0;
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
.inpostModuleSettingsContent .tabs ul li.active a {
|
|
background: #fff;
|
|
border: none;
|
|
border-top: .1875rem solid #25b9d7 !important;
|
|
color: #363a41;
|
|
}
|
|
.inpostModuleSettingsContent .tabs ul li:hover a {
|
|
background: #fff;
|
|
border-top: .1875rem solid #25b9d7;
|
|
color: #363a41;
|
|
}
|
|
.inpostModuleSettingsContent .tab-content .tab-pane {
|
|
padding: 25px;
|
|
background: #fff;
|
|
}
|
|
.inpostModuleSettingsContent .tab-content .tab-pane .panel {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon-AdminInpostship:before{content:""}
|
|
.small-input{width: 100px !important;}
|
|
.medium-input{width: 200px !important;}
|
|
|
|
.packageCreate{display: none;border: 1px solid #ddd;border-radius: 3px;padding: 15px;overflow: hidden;margin: 15px 0 0;}
|
|
.packageCreate select{width: 100%;}
|
|
.packageCreate table tbody tr td:first-child .input-group-addon{width: 40px;}
|
|
|
|
.packageCreate .newInpostshipForm .form-group {
|
|
border-bottom: 1px solid #dddddd;
|
|
padding-bottom: 10px;
|
|
}
|
|
.packageCreate .newInpostshipForm .input-group-addon {
|
|
min-width: 38px;
|
|
}
|
|
.inpostshipColumn1 .form-group {
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
.inpostshipColumn1 .form-group:first-child {
|
|
min-height: 78px;
|
|
}
|
|
.inpostshipColumn1 .form-group:nth-child(2) {
|
|
min-height: 71px;
|
|
}
|
|
.inpostshipColumn1 .form-group:nth-child(3) {
|
|
min-height: 60px;
|
|
}
|
|
.inpostshipColumn1 .form-group {
|
|
min-height: 46px;
|
|
}
|
|
.inpostshipColumn2 .form-group {
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
.inpostshipColumn2 .form-group .text-right {
|
|
text-align: right;
|
|
display: block;
|
|
}
|
|
.inpostshipColumn2 .form-group:first-child {
|
|
min-height: 78px;
|
|
}
|
|
.inpostshipColumn2 .form-group:nth-child(2) {
|
|
min-height: 71px;
|
|
}
|
|
.inpostshipColumn2 .form-group:nth-child(3) {
|
|
min-height: 60px;
|
|
}
|
|
.inpostshipColumn3 .form-group:first-child {
|
|
min-height: 78px;
|
|
}
|
|
.inpostshipColumn3 .form-group:nth-child(2) {
|
|
min-height: 71px;
|
|
}
|
|
.inpostshipColumn3 .form-group:nth-child(3) {
|
|
min-height: 60px;
|
|
}
|
|
|
|
.errorSize {
|
|
border: 1px solid #ff0000 !important;
|
|
background-color: #ffe2e4 !important;
|
|
}
|
|
|
|
.packageList{margin-bottom: 50px;}
|
|
.packageList table img{height: 60px;}
|
|
|
|
.packageLists{}
|
|
.packageLists table tbody tr td a.text-center{display: block;}
|
|
|
|
table tr.table-danger td {
|
|
background: #f8d7da !important;
|
|
}
|
|
|
|
/* */
|
|
body .view .box-auto,
|
|
html .view .box-auto {
|
|
/*padding: 65px 0 73px 0;*/
|
|
border: 1px solid #d3d8db;
|
|
background: #fff;
|
|
padding: 25px;
|
|
margin-bottom: 20px;
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
body .view .box-auto .container-auto,
|
|
html .view .box-auto .container-auto {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
max-width: 1671px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media screen and (max-width: 1600px) {
|
|
body .view .box-auto .container-auto,
|
|
html .view .box-auto .container-auto {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row,
|
|
html .view .box-auto .container-auto .container-row {
|
|
width: 50%;
|
|
}
|
|
|
|
@media screen and (max-width: 1600px) {
|
|
body .view .box-auto .container-auto .container-row,
|
|
html .view .box-auto .container-auto .container-row {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .inclusion,
|
|
html .view .box-auto .container-auto .container-row .inclusion {
|
|
padding-top: 22px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .inclusion span,
|
|
html .view .box-auto .container-auto .container-row .inclusion span {
|
|
font-family: "Open Sans";
|
|
font-size: 24px;
|
|
font-weight: 300;
|
|
letter-spacing: -1.44px;
|
|
}
|
|
|
|
@media screen and (max-width: 710px) {
|
|
body .view .box-auto .container-auto .container-row .inclusion span,
|
|
html .view .box-auto .container-auto .container-row .inclusion span {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .inclusion .inclusion-paczkomaty,
|
|
html .view .box-auto .container-auto .container-row .inclusion .inclusion-paczkomaty {
|
|
color: #404041;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .inclusion .inclusion-inpost,
|
|
html .view .box-auto .container-auto .container-row .inclusion .inclusion-inpost {
|
|
margin-left: 5px;
|
|
color: #959595;
|
|
}
|
|
|
|
.buttonsSupport {
|
|
display: block !important;
|
|
margin-top: 30px;
|
|
}
|
|
.buttonsSupport .ugiBox {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.buttonsSupport .ugiBox > div {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.buttonsSupport .ugiBox .icon {
|
|
background: #4049b1;
|
|
padding: 16px 14px 11.5px;
|
|
border-bottom: 5px solid #4049b1;
|
|
text-align: center;
|
|
width: 64px;
|
|
}
|
|
.buttonsSupport .ugiBox .name {
|
|
background: #4b56d0;
|
|
color: #fff;
|
|
padding: 15px;
|
|
font-size: 18px;
|
|
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
|
border-bottom: 5px solid #4b56d0;
|
|
margin-left: -4px;
|
|
width: 70%;
|
|
text-align: center;
|
|
}
|
|
.buttonsSupport .ugiBox .name span {
|
|
font-weight: 700;
|
|
}
|
|
.buttonsSupport .ugiBox .link {
|
|
background: #f05622;
|
|
color: #fff;
|
|
|
|
border-bottom: 5px solid #d83a0b;
|
|
margin-left: -4px;
|
|
width: 20.9%;
|
|
}
|
|
.buttonsSupport .ugiBox .link a {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
|
text-decoration: none;
|
|
transition: 1s all;
|
|
padding: 20px 25px 15.5px;
|
|
display: block;
|
|
}
|
|
.buttonsSupport .ugiBox .link:hover {
|
|
background: #d83a0b;
|
|
transition: 0.5s all;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons,
|
|
html .view .box-auto .container-auto .container-row .buttons {
|
|
padding-top: 24px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
@media screen and (max-width: 900px) {
|
|
body .view .box-auto .container-auto .container-row .buttons,
|
|
html .view .box-auto .container-auto .container-row .buttons {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: self-start;
|
|
-ms-flex-align: self-start;
|
|
align-items: self-start;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp,
|
|
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 10px 10px 10px 20px;
|
|
border-radius: 5px;
|
|
color: #ffffff;
|
|
font-family: "Open Sans";
|
|
font-size: 14px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img,
|
|
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img {
|
|
margin-right: 13px;
|
|
}
|
|
|
|
@media screen and (max-width: 710px) {
|
|
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img,
|
|
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp img {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a,
|
|
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border-radius: 5px;
|
|
margin-left: 30px;
|
|
padding: 7px 0px 7px 15px;
|
|
background: white;
|
|
font-family: "Open Sans";
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
@media screen and (max-width: 710px) {
|
|
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a,
|
|
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a {
|
|
padding: 7px 15px;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a img,
|
|
html .view .box-auto .container-auto .container-row .buttons .btn-prestahelp a img {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .green--bg,
|
|
html .view .box-auto .container-auto .container-row .buttons .green--bg {
|
|
background: #58B030;
|
|
max-width: 410px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .green--bg a,
|
|
html .view .box-auto .container-auto .container-row .buttons .green--bg a {
|
|
color: #58B030;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .red--bg,
|
|
html .view .box-auto .container-auto .container-row .buttons .red--bg {
|
|
background: #F05523;
|
|
max-width: 623px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .red--bg a,
|
|
html .view .box-auto .container-auto .container-row .buttons .red--bg a {
|
|
margin-left: 85px;
|
|
color: #F05523;
|
|
}
|
|
|
|
@media screen and (max-width: 710px) {
|
|
body .view .box-auto .container-auto .container-row .buttons .red--bg a,
|
|
html .view .box-auto .container-auto .container-row .buttons .red--bg a {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .chengelog-btn,
|
|
html .view .box-auto .container-auto .container-row .buttons .chengelog-btn {
|
|
cursor: pointer;
|
|
margin-left: 20px;
|
|
padding: 10px 13px;
|
|
border-radius: 5px;
|
|
-webkit-box-shadow: inset 0 -3px 0 #e8330f;
|
|
box-shadow: inset 0 -3px 0 #e8330f;
|
|
background: #F05523;
|
|
color: white;
|
|
font-family: "Roboto";
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
@media screen and (max-width: 900px) {
|
|
body .view .box-auto .container-auto .container-row .buttons .chengelog-btn,
|
|
html .view .box-auto .container-auto .container-row .buttons .chengelog-btn {
|
|
margin-top: 20px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .chengelog-btn img,
|
|
html .view .box-auto .container-auto .container-row .buttons .chengelog-btn img {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn {
|
|
cursor: pointer;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
max-width: 690px;
|
|
padding: 28px;
|
|
border-radius: 5px;
|
|
background: #fafafa;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .img-row,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .img-row {
|
|
margin-right: 24px;
|
|
}
|
|
|
|
@media screen and (max-width: 900px) {
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .img-row,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .img-row {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span {
|
|
font-family: "Open Sans";
|
|
color: #F05523;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
letter-spacing: -2.1px;
|
|
}
|
|
|
|
@media screen and (max-width: 710px) {
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span {
|
|
font-size: 20px;
|
|
letter-spacing: -1.3px;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span grey-color,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row span grey-color {
|
|
color: #404041;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light {
|
|
color: #404041;
|
|
font-weight: 300;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light grey-color,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light grey-color {
|
|
font-weight: bold;
|
|
color: #404041;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light pom-color,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row .light pom-color {
|
|
font-weight: bold;
|
|
color: #F05523;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .buttons .support-btn .support-row p,
|
|
html .view .box-auto .container-auto .container-row .buttons .support-btn .support-row p {
|
|
font-family: "Open Sans";
|
|
font-size: 14px;
|
|
margin: 0;
|
|
letter-spacing: -0.84px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .description,
|
|
html .view .box-auto .container-auto .container-row .description {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding-top: 10px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
@media screen and (max-width: 900px) {
|
|
body .view .box-auto .container-auto .container-row .description,
|
|
html .view .box-auto .container-auto .container-row .description {
|
|
padding-left: 0px;
|
|
}
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .description span,
|
|
html .view .box-auto .container-auto .container-row .description span {
|
|
color: #58B030;
|
|
font-family: "Open Sans";
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
letter-spacing: -0.26px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .description .update,
|
|
html .view .box-auto .container-auto .container-row .description .update {
|
|
color: #404041;
|
|
font-family: "Open Sans";
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
letter-spacing: -0.26px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .description .update pom-color,
|
|
html .view .box-auto .container-auto .container-row .description .update pom-color {
|
|
color: #F05523;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .description .send-btn,
|
|
html .view .box-auto .container-auto .container-row .description .send-btn {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
max-width: 174px;
|
|
padding: 10px 15px;
|
|
-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
|
|
border-radius: 5px;
|
|
background: #c2c2c2;
|
|
color: white;
|
|
font-family: "Open Sans";
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .description .send-btn svg,
|
|
html .view .box-auto .container-auto .container-row .description .send-btn svg {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .without-column,
|
|
html .view .box-auto .container-auto .container-row .without-column {
|
|
padding-top: 15px;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .container-row .without-column a,
|
|
html .view .box-auto .container-auto .container-row .without-column a {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
body .view .box-auto .container-auto .middle,
|
|
html .view .box-auto .container-auto .middle {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
@media screen and (max-width: 900px) {
|
|
body .view .box-auto .container-auto .middle,
|
|
html .view .box-auto .container-auto .middle {
|
|
-webkit-box-pack: unset;
|
|
-ms-flex-pack: unset;
|
|
justify-content: unset;
|
|
}
|
|
}
|
|
|
|
/**
|
|
package list
|
|
*/
|
|
.tablePackageList tbody tr.danger td{
|
|
background-color: #f8d7da !important;
|
|
color: #111;
|
|
}
|
|
.tablePackageList tbody tr.danger td a{
|
|
color: #111 !important;
|
|
}
|
|
span.info-danger i{
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: #f8d7da !important;
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
vertical-align: middle;
|
|
}
|
|
.paginPackageList ul {
|
|
display: flex !important;
|
|
justify-content: center !important;
|
|
}
|
|
.paginPackageListBox {
|
|
margin: 0 auto 15px;
|
|
display: block;
|
|
height: 50px;
|
|
}
|
|
|
|
/* map */
|
|
.easypack-widget.mobile .search-widget .search-input {
|
|
height: 30px;
|
|
}
|
|
|
|
.form-group .hidden {
|
|
display: none;
|
|
}
|
|
|
|
/* mass list */
|
|
.show_products {
|
|
cursor: pointer;
|
|
}
|