3821 lines
61 KiB
CSS
Executable File
3821 lines
61 KiB
CSS
Executable File
/* CSS Admin PrestaShop */
|
|
* {font-family: Arial,Verdana,Helvetica,sans-serif}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
color: #000;
|
|
text-align: center;
|
|
/* behavior: url(csshover.htc); */
|
|
}
|
|
|
|
.float {float:left}
|
|
.floatr {float:right}
|
|
|
|
a img {
|
|
border: 0;
|
|
}
|
|
|
|
a {
|
|
color: #000;
|
|
text-decoration: none;
|
|
outline: 0pt;
|
|
}
|
|
|
|
a:hover {
|
|
color: #222;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.link, a.link:hover {
|
|
color: #999999;
|
|
}
|
|
a.link {
|
|
text-decoration: underline;
|
|
}
|
|
.warn a{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
input {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
p {
|
|
margin: 0.5em 0;
|
|
}
|
|
|
|
hr {
|
|
border: none;
|
|
padding: 0;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.block {
|
|
display: block;
|
|
}
|
|
|
|
/* FONTS */
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
legend, th {
|
|
font-family : Trebuchet,Arial,Helvetica,sans-serif;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family : "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.6em;
|
|
margin: 0 0 .67em 0;
|
|
}
|
|
h2 {
|
|
font-size: 1.4em;
|
|
margin: 0 0 .83em 0;
|
|
color: #268CCD;
|
|
}
|
|
h3 {
|
|
font-size: 1.1em;
|
|
margin: 0 0 .83em 0;
|
|
}
|
|
h4 {
|
|
margin: 1.33em 0;
|
|
}
|
|
h5 {
|
|
font-size: 0.83em;
|
|
margin: 1.67em 0;
|
|
}
|
|
h6 {
|
|
font-size: 0.67em;
|
|
margin: 2.33em 0;
|
|
}
|
|
|
|
h3.blue {
|
|
color: #268CCD;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
form {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
form p {
|
|
margin: 0.5em 0 0 0;
|
|
padding: 0 0 0.5em 0;
|
|
}
|
|
|
|
form sup {
|
|
color: #CC0000;
|
|
font-weight: bold;
|
|
vertical-align: text-top;
|
|
}
|
|
form .simulate-disable-input{
|
|
min-width:127px;
|
|
display:inline-block;
|
|
padding:3px;
|
|
border:1px solid #E0D0B1;
|
|
background-color:#dddddd;
|
|
color:#666666;
|
|
font-size:12px;
|
|
}
|
|
.block-mail {
|
|
margin:0 0 20px 0;
|
|
}
|
|
.mail-form {
|
|
margin:0 0 0 220px;
|
|
width:auto;
|
|
color: #7F7F7F;
|
|
font-size: 0.85em;
|
|
}
|
|
.label-subject {
|
|
padding:0;
|
|
margin:0 0 10px 0;
|
|
text-align:left;
|
|
}
|
|
.label-subject input{
|
|
width:555px;
|
|
}
|
|
.mail-label table {
|
|
width:555px;
|
|
}
|
|
.mails_field {
|
|
margin:0;
|
|
background: none repeat scroll 0 0 #FFFFF0;
|
|
border: 1px solid #DFD5C3;
|
|
font-size: 1.1em;
|
|
margin: 20px 0 20px 0;
|
|
padding: 2em 1em 1em 1em;
|
|
position:relative;
|
|
}
|
|
|
|
.mails_field h3{
|
|
position:absolute;
|
|
margin:0;
|
|
top:-10px;
|
|
font-size:1em;
|
|
background-color:#FFF6D3;
|
|
border:1px solid #DFD5C3;
|
|
padding: 2px 5px 2px 5px;
|
|
display:inline-block;
|
|
}
|
|
|
|
.style-themeModuleMail {
|
|
margin: 0;
|
|
padding: 0.2em 0.5em;
|
|
border: 1px solid #DFD5C3;
|
|
background: #FFF6D3;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
cursor : pointer;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.style-themeModuleName {
|
|
margin: 0;
|
|
padding: 0.2em 0.5em;
|
|
border: 1px solid #DFD5C3;
|
|
background: #FFF6D3;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
cursor : pointer;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.margin-form {
|
|
padding: 0 0 1em 210px;
|
|
color: #7F7F7F;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
fieldset.width1 .margin-form {
|
|
margin: 0 0 1em 130px;
|
|
}
|
|
|
|
fieldset img {
|
|
padding: 0 4px 0 0;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
label {
|
|
float: left;
|
|
width: 200px;
|
|
padding: 0.2em 0.5em 0 0;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#preview_import label {
|
|
float:left;
|
|
font-weight:bold;
|
|
padding:0.2em 0 0;
|
|
text-align:left;
|
|
width:270px;
|
|
}
|
|
|
|
label.t {
|
|
float: none;
|
|
clear: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
}
|
|
label.std {
|
|
float: none;
|
|
margin: 0px;
|
|
width: 170px;
|
|
display: block;
|
|
font-size: 12px;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
form div.std {
|
|
margin-top: -2em;
|
|
}
|
|
|
|
fieldset.width1 label {
|
|
width: 110px;
|
|
}
|
|
|
|
label:after {
|
|
clear: both;
|
|
}
|
|
|
|
input, textarea, option {
|
|
color: #000;
|
|
font-size: 12px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
input[type="text"], input[type="password"], input[type="file"], textarea {
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
input[type="text"], input[type="password"], input[type="file"], textarea, select, option {
|
|
background-color:#FFF;
|
|
}
|
|
input[type="radio"], input[type="checkbox"] {
|
|
background-color:transparent;
|
|
}
|
|
|
|
input:focus, textarea:focus {
|
|
background-color: #F0EBD6;
|
|
}
|
|
|
|
fieldset {
|
|
_position: relative;
|
|
}
|
|
|
|
legend {
|
|
_position: relative;
|
|
_top: -2em;
|
|
_margin-top: 12px;
|
|
}
|
|
select optgroup {
|
|
background: #fff;
|
|
padding: 2px;
|
|
color: #000
|
|
}
|
|
select optgroup option {
|
|
padding: 0 9px;
|
|
color: #000
|
|
}
|
|
|
|
.lab_modules_positions {
|
|
float: none;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
display: block;
|
|
width: 425px;
|
|
}
|
|
|
|
.lab_modules {
|
|
float: none;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
padding-left: 10px;
|
|
cursor: pointer;
|
|
display: block;
|
|
width: 350px;
|
|
}
|
|
|
|
/* STRUCTURE */
|
|
|
|
#container {
|
|
width: 1100px;
|
|
margin: 0 auto 2em auto;
|
|
text-align: left;
|
|
}
|
|
|
|
#main {
|
|
clear: left;
|
|
/*border: 1px solid #999;
|
|
border-bottom: none;*/
|
|
}
|
|
|
|
#content {
|
|
padding: 1.25em;
|
|
}
|
|
|
|
#news {
|
|
width: 640px;
|
|
border: 1px solid #E0D0B1;
|
|
}
|
|
|
|
#help {
|
|
float: right;
|
|
width: 150px;
|
|
padding: 4px;
|
|
border: 1px solid #DFD5C3;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
#image {
|
|
float: none;
|
|
padding: 6px;
|
|
background: #fff;
|
|
border: 1px solid #DFD5C3;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
}
|
|
#image img { margin: 0; padding: 0 }
|
|
|
|
#id_image_attr
|
|
{
|
|
list-style: none;
|
|
}
|
|
|
|
#product_link {
|
|
width: 240px;
|
|
float: right;
|
|
padding: 4px;
|
|
margin-top: 8px;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
clear: right;
|
|
}
|
|
|
|
#help:after,
|
|
#image:after {
|
|
clear: both;
|
|
}
|
|
|
|
/* NAV */
|
|
|
|
#nav {
|
|
float: right;
|
|
margin: 1em 0;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#nav li {
|
|
display: inline;
|
|
list-style: none;
|
|
margin: 0 0 0 2em
|
|
}
|
|
|
|
#nav img {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.warn .pico {
|
|
vertical-align: middle;
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
#content .alert {
|
|
width: 500px;
|
|
margin: 0 0 15px 0;
|
|
padding: 10px 15px;
|
|
border-top: 1px solid #DF7B7B;
|
|
border-bottom: 1px solid #DF7B7B;
|
|
background-color: #FFE6E6;
|
|
}
|
|
|
|
#content .warning {
|
|
width: 400px;
|
|
margin: 0 0 15px 0;
|
|
line-height: 20px;
|
|
padding: 10px 20px 10px 20px;
|
|
border-top: 1px solid #FF9900;
|
|
border-bottom: 1px solid #FF9900;
|
|
background-color: #FFEBCC;
|
|
}
|
|
|
|
#unhook_button_position_bottom {
|
|
overflow: hidden;
|
|
width: 600px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#unhook_button_position_top {
|
|
overflow: hidden;
|
|
width: 600px;
|
|
}
|
|
|
|
#content .conf, #content .warn, #content .error {
|
|
color:#383838;
|
|
font-weight:700;
|
|
margin: 0 0 10px 0;
|
|
line-height: 20px;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
#content .error-inline {
|
|
color:#ff0000;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#content .conf {
|
|
border: 1px solid #72CB67;
|
|
background-color: #DFFAD3;
|
|
}
|
|
#content .conf img, #content .warn img, #content .error img {
|
|
margin:-4px 5px 0 0;
|
|
}
|
|
|
|
#content .error {
|
|
border: 1px solid #EC9B9B;
|
|
background-color: #FAE2E3;
|
|
}
|
|
|
|
#content .warn {
|
|
border: 1px solid #D3C200;
|
|
background-color: #FFFAC6;
|
|
}
|
|
|
|
#content .error ol {
|
|
clear: both;
|
|
margin-top: 5px;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
#content .error ol li{
|
|
font-weight:200;
|
|
margin-left:30px;
|
|
}
|
|
|
|
#content .confirm h3 {
|
|
padding: 0 0 0 20px;
|
|
background: url(../img/admin/ok.gif) no-repeat 0 0;
|
|
}
|
|
|
|
#content .warn h3 {
|
|
padding: 0 0 0 20px;
|
|
background: url(../img/admin/warning.gif) no-repeat 0 0;
|
|
}
|
|
|
|
#content .error h3 {
|
|
padding: 0 0 0 20px;
|
|
background: url(../img/admin/warning.gif) no-repeat 0 0;
|
|
}
|
|
|
|
/* CONTENT - COLUMN */
|
|
|
|
.column {
|
|
float: left;
|
|
width: 173px;
|
|
margin: 0 50px 1.5em 0;
|
|
padding: 10px;
|
|
-moz-border-radius: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
#col_1 {
|
|
height: 235px;
|
|
color: #FFFFFF;
|
|
background: #FF8C76 url(../img/admin/col_1.gif) no-repeat;
|
|
}
|
|
|
|
#col_2 {
|
|
height: 235px;
|
|
color: #FFFFFF;
|
|
background: #FFC44F url(../img/admin/col_2.gif) no-repeat;
|
|
}
|
|
|
|
#col_3 {
|
|
height: 235px;
|
|
color: #FFFFFF;
|
|
background: #8CFF70 url(../img/admin/col_3.gif) no-repeat;
|
|
}
|
|
|
|
/* CONTENT - NEWS */
|
|
|
|
#news img {
|
|
padding: 0 6px 0 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#news .infos,
|
|
#news .content {
|
|
margin: 0;
|
|
padding: 4px;
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.table tr.last td {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.footer_link, .footer_link:hover {
|
|
color: #812143;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* CLASS */
|
|
|
|
h3.title {
|
|
clear: both;
|
|
margin: 0;
|
|
padding: 4px 10px;
|
|
border: 1px solid #E0D0B1;
|
|
border: none;
|
|
}
|
|
|
|
h3.subtitle {
|
|
color: #FF8D42;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
p.infos {
|
|
float: right;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 0.9em;
|
|
line-height: 1em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.width1 {
|
|
width: 350px;
|
|
}
|
|
|
|
.width2 {
|
|
width: 500px;
|
|
}
|
|
|
|
.width3 {
|
|
width: 600px;
|
|
}
|
|
|
|
.width4 {
|
|
width: 745px;
|
|
}
|
|
|
|
.width5 {
|
|
width: 655px;
|
|
}
|
|
|
|
.widthfull {
|
|
width: 100%;
|
|
}
|
|
|
|
tr.deleted td {
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
.contextnav {
|
|
margin: 10px 0;
|
|
padding: 3px 6px;
|
|
line-height: 1.30em;
|
|
border: 1px solid #E0D0B1;
|
|
}
|
|
|
|
.contextnav img {
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.contextnavleft {
|
|
float: left;
|
|
width: 6em;
|
|
}
|
|
|
|
.contextnavcenter {
|
|
text-align: center;
|
|
}
|
|
|
|
.contextnavcenter a,
|
|
.contextnavcenter b {
|
|
letter-spacing: 6pt;
|
|
}
|
|
|
|
.contextnavright {
|
|
float: right;
|
|
width: 6em;
|
|
text-align: right;
|
|
}
|
|
|
|
.hidden {
|
|
height: 1px;
|
|
border-width: 1px 0 0 0;
|
|
border-style: solid;
|
|
border-color: #fff;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.flatclear {
|
|
clear: both;
|
|
height:0px;
|
|
line-height:0px;
|
|
}
|
|
|
|
.space {
|
|
margin-top: 13px;
|
|
}
|
|
|
|
.pspace {
|
|
padding-top: 1em;
|
|
}
|
|
|
|
.double-space {
|
|
margin-top: 2em ;
|
|
}
|
|
|
|
.space-bottom {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.double-bottom-space {
|
|
margin-bottom: 2em ;
|
|
}
|
|
|
|
.left {
|
|
text-align: left;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
}
|
|
|
|
.small {
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
.row {
|
|
background: #F4E6C9 url(../img/admin/news-bg.gif) repeat-x top left;
|
|
}
|
|
|
|
.noborder {
|
|
border: none;
|
|
}
|
|
|
|
.highlight {
|
|
background-color: #FFFF66;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.discount_name {
|
|
background: #FFEBCC;
|
|
padding: 2px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.displayed_flag {
|
|
float: left;
|
|
margin: 4px 0 0 4px;
|
|
}
|
|
|
|
.language_flags {
|
|
display: none;
|
|
float: left;
|
|
background: #FFF;
|
|
margin: 4px;
|
|
padding: 8px;
|
|
width: 80px;
|
|
border: 1px solid #555;
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.imgm {
|
|
margin: 3px 0px 3px 0px;
|
|
}
|
|
|
|
.green {
|
|
color: forestgreen;
|
|
}
|
|
|
|
.bullet {
|
|
display: list-item;
|
|
list-style: disc;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
/* access management */
|
|
#ajax_confirmation {
|
|
padding-top: 3px;
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
/* help boxes */
|
|
.hint {
|
|
display: none;
|
|
position: relative;
|
|
left: 0px;
|
|
margin-top: 4px;
|
|
margin-bottom: 2px;
|
|
border: 1px solid #50B0EC;
|
|
padding: 8px 6px 8px 34px ;
|
|
color: #383838;
|
|
background: #DDE9F7 url(../img/admin/help2.png) no-repeat 6px 5px;
|
|
}
|
|
|
|
/* The pointer image is added by using another span */
|
|
.hint .hint-pointer {
|
|
position: absolute;
|
|
left: -10px;
|
|
top: 5px;
|
|
width: 10px;
|
|
height: 19px;
|
|
}
|
|
|
|
#flagsLanguage img {
|
|
padding: 3px;
|
|
margin-bottom: -4px;
|
|
}
|
|
|
|
#flagsLanguage .selected_language {
|
|
border: 1px solid #BBB;
|
|
padding: 2px;
|
|
margin-bottom: -4px;
|
|
}
|
|
|
|
.disable, .disable:hover {
|
|
background-color: #CCCCCC;
|
|
color: #AAAAAA;
|
|
}
|
|
|
|
/* Ajax classes */
|
|
.ajax-warning, .ajax-success, .ajax-error {
|
|
border: 1px solid #CCCCCC;
|
|
padding: 5px 20px;
|
|
margin: 5px;
|
|
width: 70%;
|
|
}
|
|
.ajax-warning {
|
|
background-color: #FFBD6F;
|
|
}
|
|
.ajax-success {
|
|
background-color: #9FDF8B;
|
|
}
|
|
.ajax-error {
|
|
background-color: #FF7F84;
|
|
}
|
|
.ajax-loader {
|
|
margin: 5px 10px;
|
|
}
|
|
|
|
/* tab: AdminProducts */
|
|
#upload-confirmation {
|
|
background-color: yellow;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.productFieldComment {
|
|
color: #7F7F7F;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
/* Confirm box */
|
|
a.confirm_yes, a.confirm_no {
|
|
width: 50px;
|
|
margin-left: 60px;
|
|
padding: 10px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
a.confirm_yes {
|
|
border-color: red;
|
|
background-color: red;
|
|
}
|
|
a.confirm_no {
|
|
border-color: green;
|
|
background-color: green;
|
|
}
|
|
|
|
/* tab: AdminImport */
|
|
|
|
form#import_form {
|
|
padding-bottom:22px;
|
|
margin-left:15px;
|
|
margin-bottom:20px;
|
|
}
|
|
.table_overflow {
|
|
width:900px;
|
|
height:500px;
|
|
overflow:auto;
|
|
}
|
|
|
|
.new_message{
|
|
background-color:#FFE35C;
|
|
}
|
|
.myDragClass {
|
|
background-color: #FFAA55;
|
|
}
|
|
.dragHandle{
|
|
cursor: move;
|
|
}
|
|
|
|
p#mailResultCheck{
|
|
margin:2px 0;
|
|
padding-left:18px;
|
|
font-size:12px;
|
|
}
|
|
|
|
p.ok{
|
|
background:url('../img/admin/enabled.gif') no-repeat top left;
|
|
color:green;
|
|
}
|
|
|
|
p.fail{
|
|
background:url('../img/admin/disabled.gif') no-repeat top left;
|
|
font-weight:bold;
|
|
color:red;
|
|
}
|
|
#resultCheckLangPack{
|
|
border: 1px solid #DFD5C3;
|
|
padding:10px;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
/* TinyMCE */
|
|
span.defaultSkin .mceToolbar { height: auto }
|
|
span.defaultSkin table.mceLayout tr.mceFirst td { float: left }
|
|
|
|
/* webservice */
|
|
table.permissions {
|
|
border:1px solid #DFD5C3;
|
|
}
|
|
table.permissions th {
|
|
background:#FFF6D3;
|
|
text-align:center;
|
|
height:20px;
|
|
}
|
|
table.permissions td {
|
|
padding:5px;
|
|
text-align:center;
|
|
}
|
|
|
|
/* */
|
|
.path_bar{
|
|
background-color:#EFEFEF;
|
|
font-family:Arial;
|
|
font-size:13px;
|
|
margin-bottom:20px;
|
|
padding:5px;
|
|
}
|
|
|
|
.path_bar a{
|
|
font-weight:700;
|
|
}
|
|
.adminHeader h1{
|
|
font-family:Arial;
|
|
color:#812143;
|
|
font-size:18pt;
|
|
margin: 0;
|
|
}
|
|
|
|
#adminHeader hr{
|
|
background-color: #812143;
|
|
margin: 0;
|
|
}
|
|
|
|
.clearfix:after {
|
|
content: ".";
|
|
display: block;
|
|
clear: both;
|
|
visibility: hidden;
|
|
line-height: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.clearfix {
|
|
display: inline-block;
|
|
}
|
|
|
|
html[xmlns] .clearfix {
|
|
display: block;
|
|
}
|
|
|
|
* html .clearfix {
|
|
height: 1%;
|
|
}
|
|
|
|
#adminHeader #help_img{
|
|
float: right;
|
|
margin-top: 5px;
|
|
}
|
|
#adminpresentation{
|
|
width: 923px;
|
|
border:1px solid #8E8E8E;
|
|
background-color: #EFEFEF;
|
|
float: left;
|
|
padding: 1px;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
#listpresentation{
|
|
float: left;
|
|
width: 100px;
|
|
}
|
|
|
|
#iframe{
|
|
width: 450px;
|
|
height: 220px;
|
|
float: left;
|
|
margin: 10px;
|
|
background: #DDD;
|
|
border: 1px solid #666;
|
|
}
|
|
|
|
#adminpresentation ul li{
|
|
list-style: none;
|
|
}
|
|
|
|
#list_video{
|
|
float: left;
|
|
width: 220px;
|
|
}
|
|
|
|
#list_video h3{
|
|
color: #882F4F;
|
|
font-size: 12pt;
|
|
padding-top: 25px;
|
|
margin: 0;
|
|
}
|
|
|
|
#list_video ul{
|
|
text-align: left;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#list_video ul li{
|
|
float: left;
|
|
width: 195px;
|
|
text-decoration: underline;
|
|
padding-left: 25px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#footer_iframe_home{
|
|
float: left;
|
|
background-color: #DEDEDE;
|
|
width: 100%;
|
|
height: 25px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#footer_iframe_home label{
|
|
float: none;
|
|
padding-left: 10px;
|
|
color: #903E5B;
|
|
line-height: 15px;
|
|
}
|
|
|
|
#footer_iframe_home input{
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#footer_iframe_home a{
|
|
float: right;
|
|
margin: 0px 15px 0px 0px;
|
|
text-decoration: underline;
|
|
color: #903E5B;
|
|
}
|
|
|
|
#column_left{
|
|
width: 610px;
|
|
float: left;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#column_right{
|
|
width: 315px;
|
|
float: right;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.F_list{
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#first_block{
|
|
margin: 0;
|
|
background: #EFEFEF url('../img/admin/catalog_xl.png') no-repeat 6px 6px;
|
|
}
|
|
|
|
#second_block{
|
|
background: #EFEFEF url('../img/admin/customer_xl.png') no-repeat 6px 6px;
|
|
}
|
|
|
|
#third_block{
|
|
background: #EFEFEF url('../img/admin/stats_xl.png') no-repeat 6px 6px;
|
|
}
|
|
|
|
#fourth_block{
|
|
background: #EFEFEF url('../img/admin/employees_xl.png') no-repeat 6px 6px;
|
|
}
|
|
|
|
.F_list li{
|
|
width: 125px;
|
|
float: left;
|
|
margin-left: 14px;
|
|
border: 1px solid #8E8E8E;
|
|
padding: 5px;
|
|
height: 120px;
|
|
}
|
|
|
|
.F_list li h4{
|
|
width: 115px;
|
|
color: #903E5B;
|
|
text-decoration: underline;
|
|
font-size: 12px;
|
|
margin-top: 35px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.F_list a{
|
|
color: #903E5B;
|
|
}
|
|
|
|
.F_list a:hover{
|
|
color: #903E5B;
|
|
}
|
|
|
|
.F_list li p{
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.table_info{
|
|
width: 283px;
|
|
float: left;
|
|
padding: 1px;
|
|
border: 1px solid #8E8E8E;
|
|
margin-right: 15px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.table_info h5{
|
|
background-image: url('../img/admin/green-gradient.png');
|
|
color: #FFFFFF;
|
|
margin: 0;
|
|
line-height: 29px;
|
|
padding-left: 15px;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
.table_info h5 a,
|
|
.admin-box1 h5 a{
|
|
color: #FFFFFF;
|
|
font-size: 8pt;
|
|
float: right;
|
|
text-decoration: underline;
|
|
font-weight: normal;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.admin-box2 h5 a{
|
|
color: #FFFFFF;
|
|
font-size: 8pt;
|
|
float: right;
|
|
text-decoration: underline;
|
|
font-weight: normal;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#table_info_last{
|
|
margin-left: 0;
|
|
float: left;
|
|
}
|
|
|
|
.table_info_details{
|
|
width: 283px;
|
|
border: 0;
|
|
}
|
|
|
|
.table_info_details tr{
|
|
height: 30px;
|
|
background-color: #EFEFEF;
|
|
width: 290px;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
padding-left: 5px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.tr_odd td{
|
|
background-color: #DEDEDE;
|
|
}
|
|
.table_info_details tr td.td_align_left{
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
width: 150px;
|
|
}
|
|
|
|
.table_info_details tr td{
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#table_info_large{
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
width: 586px;
|
|
float: left;
|
|
padding: 1px;
|
|
border: 1px solid #8E8E8E;
|
|
}
|
|
|
|
#table_info_large h5{
|
|
background-image: url('../img/admin/green-gradient.png');
|
|
color: #FFFFFF;
|
|
margin: 0;
|
|
line-height: 29px;
|
|
padding-left: 15px;
|
|
font-size: 12pt;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#table_info_large h5 a{
|
|
color: #FFFFFF;
|
|
float: right;
|
|
font-size: 8pt;
|
|
text-decoration: underline;
|
|
font-weight: normal;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
#stat_google{
|
|
width: 586px;
|
|
height: 175px;
|
|
background-color: #DEDEDE;
|
|
}
|
|
|
|
.admin-box1{
|
|
width: 310px;
|
|
float: left;
|
|
padding: 1px;
|
|
border: 1px solid #8E8E8E;
|
|
font-size: 8pt;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.admin-box1 h5{
|
|
background-image: url('../img/admin/orange-gradient.png');
|
|
color: #FFFFFF;
|
|
margin: 0;
|
|
line-height: 29px;
|
|
padding-left: 15px;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
.admin-box2{
|
|
width: 310px;
|
|
float: left;
|
|
padding: 1px;
|
|
border: 1px solid #8E8E8E;
|
|
font-size: 8pt;
|
|
margin-bottom: 20px;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.admin-box2 h5{
|
|
background-image: url('../img/admin/pink-gradient.png');
|
|
color: #FFFFFF;
|
|
margin: 0;
|
|
line-height: 29px;
|
|
padding-left: 15px;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
|
|
.admin-home-box-list li img{
|
|
margin: 0 15px 0 5px;
|
|
}
|
|
.admin-home-box-list{
|
|
padding-left:0;
|
|
margin: 0px;
|
|
list-style: none;
|
|
}
|
|
|
|
#prestashop_link{
|
|
background: url('../img/admin/bg_pslink.png') no-repeat 0px 0px;
|
|
}
|
|
|
|
.admin-home-box-list li{
|
|
margin: 1px;
|
|
padding:5px 0;
|
|
}
|
|
|
|
#prestashop_link li{
|
|
height: 67px;
|
|
margin: 1px;
|
|
}
|
|
|
|
.admin-home-box-list li p{
|
|
padding: 5px 5px 0px 90px;
|
|
}
|
|
.admin-home-box-list li a{
|
|
color: #812143;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
line-height: 18px;
|
|
font-size: 8.5pt;
|
|
text-align: left;
|
|
}
|
|
|
|
#prestashop_link li a{
|
|
color: #812143;
|
|
margin-left: 90px;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
line-height: 18px;
|
|
font-size: 8.5pt;
|
|
text-align: left;
|
|
float:left;
|
|
}
|
|
|
|
#table_customer{
|
|
width: 590px;
|
|
cellpadding: 0;
|
|
cellspacing: 0;
|
|
}
|
|
|
|
#table_customer thead span{
|
|
background: url('../img/admin/greenlight-gradient.png');
|
|
color: #FFFFFF;
|
|
line-height: 35px;
|
|
border: 1px solid #416110;
|
|
display: block;
|
|
text-align: center;
|
|
height: 30px;
|
|
border-left: none;
|
|
border-right: none;
|
|
}
|
|
|
|
#table_customer thead span.first{
|
|
border: 1px solid #416110;
|
|
border-right: none;
|
|
}
|
|
|
|
#table_customer thead span.last{
|
|
border: 1px solid #416110;
|
|
border-left: none;
|
|
}
|
|
|
|
#table_customer thead th{
|
|
margin: 0;
|
|
}
|
|
|
|
#order_id{
|
|
width: 52px;
|
|
text-align: center;
|
|
}
|
|
|
|
#order_customer{
|
|
width: 175px;
|
|
}
|
|
|
|
#order_status{
|
|
width: 130px;
|
|
}
|
|
|
|
#order_total{
|
|
width: 100px;
|
|
}
|
|
|
|
.order_action{
|
|
text-align: center;
|
|
}
|
|
|
|
#order_line1{
|
|
background-color: #EFEFEF;
|
|
}
|
|
|
|
#table_customer tbody{
|
|
font-size: 8pt;
|
|
}
|
|
|
|
#table_customer tbody tr td.order_td_first{
|
|
text-align: center;
|
|
padding: 0;
|
|
height: 35px;
|
|
}
|
|
|
|
#table_customer tbody tr td{
|
|
border: 1px solid #E0E0E0;
|
|
border-top: none;
|
|
padding-left: 10px;
|
|
height: 35px;
|
|
}
|
|
|
|
#table_info_news{
|
|
width: 310px;
|
|
float: left;
|
|
padding: 1px;
|
|
border: 1px solid #8E8E8E;
|
|
margin-top: 20px;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
#table_info_news h5{
|
|
background-color: #7Ab51D;
|
|
color: #FFFFFF;
|
|
margin: 0;
|
|
line-height: 29px;
|
|
padding-left: 15px;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
#table_info_news h5 a{
|
|
color: #FFFFFF;
|
|
float: right;
|
|
font-size: 8pt;
|
|
text-decoration: underline;
|
|
font-weight: normal;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#table_info_news ul{
|
|
list-style: none outside none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#block_news_first{
|
|
background-color: #E1EBD2;
|
|
padding: 5px;
|
|
}
|
|
#block_news_first a{
|
|
color: #812143;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
line-height: 18px;
|
|
}
|
|
|
|
#block_news_first p{
|
|
line-height: 12px;
|
|
padding-left: 10px;
|
|
margin: 0;
|
|
}
|
|
|
|
#block_news_first p a{
|
|
color: #812143;
|
|
font-weight: bold;
|
|
margin-right: 8px;
|
|
margin-left: 200px;
|
|
}
|
|
|
|
#table_info_news ul li a{
|
|
line-height: 25px;
|
|
padding-left: 10px;
|
|
margin: 0;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.block_news_odd{
|
|
background-color: #DEDEDE;
|
|
line-height: 25px;
|
|
}
|
|
|
|
#block_news_last{
|
|
background-color: #EFEFEF;
|
|
}
|
|
|
|
#see_newsletter{
|
|
margin-left: 5px;
|
|
background: url(../img/admin/email.gif) no-repeat left center;
|
|
}
|
|
|
|
#follow_on_facebook{
|
|
margin-left: 5px;
|
|
background: url(../img/admin/facebook.jpg) no-repeat left center;
|
|
}
|
|
|
|
#follow_on_twitter{
|
|
margin-left: 5px;
|
|
background: url(../img/admin/twitter.jpg) no-repeat left center;
|
|
}
|
|
|
|
#block_news_last ul li a{
|
|
color: #812143;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.viewed{
|
|
background: url('../img/admin/enabled.gif') no-repeat left center;
|
|
}
|
|
|
|
.clear{
|
|
clear: both;
|
|
}
|
|
|
|
a.blue {
|
|
color:blue;
|
|
}
|
|
|
|
a.blue:hover {
|
|
color:#0000AA;
|
|
}
|
|
|
|
|
|
/* help cluetip */
|
|
.cluetip-help-button {
|
|
width: auto;
|
|
text-align:left;
|
|
background-color:white;
|
|
padding:10px;
|
|
border:1px solid gray;
|
|
background:#F1F2F4 url(../img/admin/block_bg.jpg) repeat-x scroll left bottom;
|
|
opacity:0.75;
|
|
}
|
|
|
|
.ac_results ul {
|
|
list-style: none;
|
|
text-align: left;
|
|
background: white;
|
|
padding: 0;
|
|
}
|
|
.ac_results li {
|
|
padding: 5px;
|
|
}
|
|
.ac_even {
|
|
background: #EFEFEF;
|
|
}
|
|
.ac_over {
|
|
background: #ECEADE;
|
|
}
|
|
.button-translate {
|
|
padding:0px;
|
|
margin : 0 0 0 10px;
|
|
height:15px;
|
|
width:15px;
|
|
cursor:pointer;
|
|
}
|
|
|
|
a.action_module_delete {
|
|
color: #CB1C00;
|
|
text-decoration: underline;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.liga {
|
|
width: 80%;
|
|
width: calc(100% - 2.5em);
|
|
}
|
|
@font-face {
|
|
font-family: 'IcoMoon-Free';
|
|
src: url('../css/fonts/IcoMoon-Free.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.anticon {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'IcoMoon-Free' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Enable Ligatures ================ */
|
|
letter-spacing: 0;
|
|
-webkit-font-feature-settings: "liga";
|
|
-moz-font-feature-settings: "liga=1";
|
|
-moz-font-feature-settings: "liga";
|
|
-ms-font-feature-settings: "liga" 1;
|
|
-o-font-feature-settings: "liga";
|
|
font-feature-settings: "liga";
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
font-size: 17px;
|
|
}
|
|
|
|
.anticon-home:before {
|
|
content: "\e900";
|
|
}
|
|
.anticon-home2:before {
|
|
content: "\e901";
|
|
}
|
|
.anticon-home3:before {
|
|
content: "\e902";
|
|
}
|
|
.anticon-office:before {
|
|
content: "\e903";
|
|
}
|
|
.anticon-newspaper:before {
|
|
content: "\e904";
|
|
}
|
|
.anticon-pencil:before {
|
|
content: "\e905";
|
|
}
|
|
.anticon-pencil2:before {
|
|
content: "\e906";
|
|
}
|
|
.anticon-quill:before {
|
|
content: "\e907";
|
|
}
|
|
.anticon-pen:before {
|
|
content: "\e908";
|
|
}
|
|
.anticon-blog:before {
|
|
content: "\e909";
|
|
}
|
|
.anticon-eyedropper:before {
|
|
content: "\e90a";
|
|
}
|
|
.anticon-droplet:before {
|
|
content: "\e90b";
|
|
}
|
|
.anticon-paint-format:before {
|
|
content: "\e90c";
|
|
}
|
|
.anticon-image:before {
|
|
content: "\e90d";
|
|
}
|
|
.anticon-images:before {
|
|
content: "\e90e";
|
|
}
|
|
.anticon-camera:before {
|
|
content: "\e90f";
|
|
}
|
|
.anticon-headphones:before {
|
|
content: "\e910";
|
|
}
|
|
.anticon-music:before {
|
|
content: "\e911";
|
|
}
|
|
.anticon-play:before {
|
|
content: "\e912";
|
|
}
|
|
.anticon-film:before {
|
|
content: "\e913";
|
|
}
|
|
.anticon-video-camera:before {
|
|
content: "\e914";
|
|
}
|
|
.anticon-dice:before {
|
|
content: "\e915";
|
|
}
|
|
.anticon-pacman:before {
|
|
content: "\e916";
|
|
}
|
|
.anticon-spades:before {
|
|
content: "\e917";
|
|
}
|
|
.anticon-clubs:before {
|
|
content: "\e918";
|
|
}
|
|
.anticon-diamonds:before {
|
|
content: "\e919";
|
|
}
|
|
.anticon-bullhorn:before {
|
|
content: "\e91a";
|
|
}
|
|
.anticon-connection:before {
|
|
content: "\e91b";
|
|
}
|
|
.anticon-podcast:before {
|
|
content: "\e91c";
|
|
}
|
|
.anticon-feed:before {
|
|
content: "\e91d";
|
|
}
|
|
.anticon-mic:before {
|
|
content: "\e91e";
|
|
}
|
|
.anticon-book:before {
|
|
content: "\e91f";
|
|
}
|
|
.anticon-books:before {
|
|
content: "\e920";
|
|
}
|
|
.anticon-library:before {
|
|
content: "\e921";
|
|
}
|
|
.anticon-file-text:before {
|
|
content: "\e922";
|
|
}
|
|
.anticon-profile:before {
|
|
content: "\e923";
|
|
}
|
|
.anticon-file-empty:before {
|
|
content: "\e924";
|
|
}
|
|
.anticon-files-empty:before {
|
|
content: "\e925";
|
|
}
|
|
.anticon-file-text2:before {
|
|
content: "\e926";
|
|
}
|
|
.anticon-file-picture:before {
|
|
content: "\e927";
|
|
}
|
|
.anticon-file-music:before {
|
|
content: "\e928";
|
|
}
|
|
.anticon-file-play:before {
|
|
content: "\e929";
|
|
}
|
|
.anticon-file-video:before {
|
|
content: "\e92a";
|
|
}
|
|
.anticon-file-zip:before {
|
|
content: "\e92b";
|
|
}
|
|
.anticon-copy:before {
|
|
content: "\e92c";
|
|
}
|
|
.anticon-paste:before {
|
|
content: "\e92d";
|
|
}
|
|
.anticon-stack:before {
|
|
content: "\e92e";
|
|
}
|
|
.anticon-folder:before {
|
|
content: "\e92f";
|
|
}
|
|
.anticon-folder-open:before {
|
|
content: "\e930";
|
|
}
|
|
.anticon-folder-plus:before {
|
|
content: "\e931";
|
|
}
|
|
.anticon-folder-minus:before {
|
|
content: "\e932";
|
|
}
|
|
.anticon-folder-download:before {
|
|
content: "\e933";
|
|
}
|
|
.anticon-folder-upload:before {
|
|
content: "\e934";
|
|
}
|
|
.anticon-price-tag:before {
|
|
content: "\e935";
|
|
}
|
|
.anticon-price-tags:before {
|
|
content: "\e936";
|
|
}
|
|
.anticon-barcode:before {
|
|
content: "\e937";
|
|
}
|
|
.anticon-qrcode:before {
|
|
content: "\e938";
|
|
}
|
|
.anticon-ticket:before {
|
|
content: "\e939";
|
|
}
|
|
.anticon-cart:before {
|
|
content: "\e93a";
|
|
}
|
|
.anticon-coin-dollar:before {
|
|
content: "\e93b";
|
|
}
|
|
.anticon-coin-euro:before {
|
|
content: "\e93c";
|
|
}
|
|
.anticon-coin-pound:before {
|
|
content: "\e93d";
|
|
}
|
|
.anticon-coin-yen:before {
|
|
content: "\e93e";
|
|
}
|
|
.anticon-credit-card:before {
|
|
content: "\e93f";
|
|
}
|
|
.anticon-calculator:before {
|
|
content: "\e940";
|
|
}
|
|
.anticon-lifebuoy:before {
|
|
content: "\e941";
|
|
}
|
|
.anticon-phone:before {
|
|
content: "\e942";
|
|
}
|
|
.anticon-phone-hang-up:before {
|
|
content: "\e943";
|
|
}
|
|
.anticon-address-book:before {
|
|
content: "\e944";
|
|
}
|
|
.anticon-envelop:before {
|
|
content: "\e945";
|
|
}
|
|
.anticon-pushpin:before {
|
|
content: "\e946";
|
|
}
|
|
.anticon-location:before {
|
|
content: "\e947";
|
|
}
|
|
.anticon-location2:before {
|
|
content: "\e948";
|
|
}
|
|
.anticon-compass:before {
|
|
content: "\e949";
|
|
}
|
|
.anticon-compass2:before {
|
|
content: "\e94a";
|
|
}
|
|
.anticon-map:before {
|
|
content: "\e94b";
|
|
}
|
|
.anticon-map2:before {
|
|
content: "\e94c";
|
|
}
|
|
.anticon-history:before {
|
|
content: "\e94d";
|
|
}
|
|
.anticon-clock:before {
|
|
content: "\e94e";
|
|
}
|
|
.anticon-clock2:before {
|
|
content: "\e94f";
|
|
}
|
|
.anticon-alarm:before {
|
|
content: "\e950";
|
|
}
|
|
.anticon-bell:before {
|
|
content: "\e951";
|
|
}
|
|
.anticon-stopwatch:before {
|
|
content: "\e952";
|
|
}
|
|
.anticon-calendar:before {
|
|
content: "\e953";
|
|
}
|
|
.anticon-printer:before {
|
|
content: "\e954";
|
|
}
|
|
.anticon-keyboard:before {
|
|
content: "\e955";
|
|
}
|
|
.anticon-display:before {
|
|
content: "\e956";
|
|
}
|
|
.anticon-laptop:before {
|
|
content: "\e957";
|
|
}
|
|
.anticon-mobile:before {
|
|
content: "\e958";
|
|
}
|
|
.anticon-mobile2:before {
|
|
content: "\e959";
|
|
}
|
|
.anticon-tablet:before {
|
|
content: "\e95a";
|
|
}
|
|
.anticon-tv:before {
|
|
content: "\e95b";
|
|
}
|
|
.anticon-drawer:before {
|
|
content: "\e95c";
|
|
}
|
|
.anticon-drawer2:before {
|
|
content: "\e95d";
|
|
}
|
|
.anticon-box-add:before {
|
|
content: "\e95e";
|
|
}
|
|
.anticon-box-remove:before {
|
|
content: "\e95f";
|
|
}
|
|
.anticon-download:before {
|
|
content: "\e960";
|
|
}
|
|
.anticon-upload:before {
|
|
content: "\e961";
|
|
}
|
|
.anticon-floppy-disk:before {
|
|
content: "\e962";
|
|
}
|
|
.anticon-drive:before {
|
|
content: "\e963";
|
|
}
|
|
.anticon-database:before {
|
|
content: "\e964";
|
|
}
|
|
.anticon-undo:before {
|
|
content: "\e965";
|
|
}
|
|
.anticon-redo:before {
|
|
content: "\e966";
|
|
}
|
|
.anticon-undo2:before {
|
|
content: "\e967";
|
|
}
|
|
.anticon-redo2:before {
|
|
content: "\e968";
|
|
}
|
|
.anticon-forward:before {
|
|
content: "\e969";
|
|
}
|
|
.anticon-reply:before {
|
|
content: "\e96a";
|
|
}
|
|
.anticon-bubble:before {
|
|
content: "\e96b";
|
|
}
|
|
.anticon-bubbles:before {
|
|
content: "\e96c";
|
|
}
|
|
.anticon-bubbles2:before {
|
|
content: "\e96d";
|
|
}
|
|
.anticon-bubble2:before {
|
|
content: "\e96e";
|
|
}
|
|
.anticon-bubbles3:before {
|
|
content: "\e96f";
|
|
}
|
|
.anticon-bubbles4:before {
|
|
content: "\e970";
|
|
}
|
|
.anticon-user:before {
|
|
content: "\e971";
|
|
}
|
|
.anticon-users:before {
|
|
content: "\e972";
|
|
}
|
|
.anticon-user-plus:before {
|
|
content: "\e973";
|
|
}
|
|
.anticon-user-minus:before {
|
|
content: "\e974";
|
|
}
|
|
.anticon-user-check:before {
|
|
content: "\e975";
|
|
}
|
|
.anticon-user-tie:before {
|
|
content: "\e976";
|
|
}
|
|
.anticon-quotes-left:before {
|
|
content: "\e977";
|
|
}
|
|
.anticon-quotes-right:before {
|
|
content: "\e978";
|
|
}
|
|
.anticon-hour-glass:before {
|
|
content: "\e979";
|
|
}
|
|
.anticon-spinner:before {
|
|
content: "\e97a";
|
|
}
|
|
.anticon-spinner2:before {
|
|
content: "\e97b";
|
|
}
|
|
.anticon-spinner3:before {
|
|
content: "\e97c";
|
|
}
|
|
.anticon-spinner4:before {
|
|
content: "\e97d";
|
|
}
|
|
.anticon-spinner5:before {
|
|
content: "\e97e";
|
|
}
|
|
.anticon-spinner6:before {
|
|
content: "\e97f";
|
|
}
|
|
.anticon-spinner7:before {
|
|
content: "\e980";
|
|
}
|
|
.anticon-spinner8:before {
|
|
content: "\e981";
|
|
}
|
|
.anticon-spinner9:before {
|
|
content: "\e982";
|
|
}
|
|
.anticon-spinner10:before {
|
|
content: "\e983";
|
|
}
|
|
.anticon-spinner11:before {
|
|
content: "\e984";
|
|
}
|
|
.anticon-binoculars:before {
|
|
content: "\e985";
|
|
}
|
|
.anticon-search:before {
|
|
content: "\e986";
|
|
}
|
|
.anticon-zoom-in:before {
|
|
content: "\e987";
|
|
}
|
|
.anticon-zoom-out:before {
|
|
content: "\e988";
|
|
}
|
|
.anticon-enlarge:before {
|
|
content: "\e989";
|
|
}
|
|
.anticon-shrink:before {
|
|
content: "\e98a";
|
|
}
|
|
.anticon-enlarge2:before {
|
|
content: "\e98b";
|
|
}
|
|
.anticon-shrink2:before {
|
|
content: "\e98c";
|
|
}
|
|
.anticon-key:before {
|
|
content: "\e98d";
|
|
}
|
|
.anticon-key2:before {
|
|
content: "\e98e";
|
|
}
|
|
.anticon-lock:before {
|
|
content: "\e98f";
|
|
}
|
|
.anticon-unlocked:before {
|
|
content: "\e990";
|
|
}
|
|
.anticon-wrench:before {
|
|
content: "\e991";
|
|
}
|
|
.anticon-equalizer:before {
|
|
content: "\e992";
|
|
}
|
|
.anticon-equalizer2:before {
|
|
content: "\e993";
|
|
}
|
|
.anticon-cog:before {
|
|
content: "\e994";
|
|
}
|
|
.anticon-cogs:before {
|
|
content: "\e995";
|
|
}
|
|
.anticon-hammer:before {
|
|
content: "\e996";
|
|
}
|
|
.anticon-magic-wand:before {
|
|
content: "\e997";
|
|
}
|
|
.anticon-aid-kit:before {
|
|
content: "\e998";
|
|
}
|
|
.anticon-bug:before {
|
|
content: "\e999";
|
|
}
|
|
.anticon-pie-chart:before {
|
|
content: "\e99a";
|
|
}
|
|
.anticon-stats-dots:before {
|
|
content: "\e99b";
|
|
}
|
|
.anticon-stats-bars:before {
|
|
content: "\e99c";
|
|
}
|
|
.anticon-stats-bars2:before {
|
|
content: "\e99d";
|
|
}
|
|
.anticon-trophy:before {
|
|
content: "\e99e";
|
|
}
|
|
.anticon-gift:before {
|
|
content: "\e99f";
|
|
}
|
|
.anticon-glass:before {
|
|
content: "\e9a0";
|
|
}
|
|
.anticon-glass2:before {
|
|
content: "\e9a1";
|
|
}
|
|
.anticon-mug:before {
|
|
content: "\e9a2";
|
|
}
|
|
.anticon-spoon-knife:before {
|
|
content: "\e9a3";
|
|
}
|
|
.anticon-leaf:before {
|
|
content: "\e9a4";
|
|
}
|
|
.anticon-rocket:before {
|
|
content: "\e9a5";
|
|
}
|
|
.anticon-meter:before {
|
|
content: "\e9a6";
|
|
}
|
|
.anticon-meter2:before {
|
|
content: "\e9a7";
|
|
}
|
|
.anticon-hammer2:before {
|
|
content: "\e9a8";
|
|
}
|
|
.anticon-fire:before {
|
|
content: "\e9a9";
|
|
}
|
|
.anticon-lab:before {
|
|
content: "\e9aa";
|
|
}
|
|
.anticon-magnet:before {
|
|
content: "\e9ab";
|
|
}
|
|
.anticon-bin:before {
|
|
content: "\e9ac";
|
|
}
|
|
.anticon-bin2:before {
|
|
content: "\e9ad";
|
|
}
|
|
.anticon-briefcase:before {
|
|
content: "\e9ae";
|
|
}
|
|
.anticon-airplane:before {
|
|
content: "\e9af";
|
|
}
|
|
.anticon-truck:before {
|
|
content: "\e9b0";
|
|
}
|
|
.anticon-road:before {
|
|
content: "\e9b1";
|
|
}
|
|
.anticon-accessibility:before {
|
|
content: "\e9b2";
|
|
}
|
|
.anticon-target:before {
|
|
content: "\e9b3";
|
|
}
|
|
.anticon-shield:before {
|
|
content: "\e9b4";
|
|
}
|
|
.anticon-power:before {
|
|
content: "\e9b5";
|
|
}
|
|
.anticon-switch:before {
|
|
content: "\e9b6";
|
|
}
|
|
.anticon-power-cord:before {
|
|
content: "\e9b7";
|
|
}
|
|
.anticon-clipboard:before {
|
|
content: "\e9b8";
|
|
}
|
|
.anticon-list-numbered:before {
|
|
content: "\e9b9";
|
|
}
|
|
.anticon-list:before {
|
|
content: "\e9ba";
|
|
}
|
|
.anticon-list2:before {
|
|
content: "\e9bb";
|
|
}
|
|
.anticon-tree:before {
|
|
content: "\e9bc";
|
|
}
|
|
.anticon-menu:before {
|
|
content: "\e9bd";
|
|
}
|
|
.anticon-menu2:before {
|
|
content: "\e9be";
|
|
}
|
|
.anticon-menu3:before {
|
|
content: "\e9bf";
|
|
}
|
|
.anticon-menu4:before {
|
|
content: "\e9c0";
|
|
}
|
|
.anticon-cloud:before {
|
|
content: "\e9c1";
|
|
}
|
|
.anticon-cloud-download:before {
|
|
content: "\e9c2";
|
|
}
|
|
.anticon-cloud-upload:before {
|
|
content: "\e9c3";
|
|
}
|
|
.anticon-cloud-check:before {
|
|
content: "\e9c4";
|
|
}
|
|
.anticon-download2:before {
|
|
content: "\e9c5";
|
|
}
|
|
.anticon-upload2:before {
|
|
content: "\e9c6";
|
|
}
|
|
.anticon-download3:before {
|
|
content: "\e9c7";
|
|
}
|
|
.anticon-upload3:before {
|
|
content: "\e9c8";
|
|
}
|
|
.anticon-sphere:before {
|
|
content: "\e9c9";
|
|
}
|
|
.anticon-earth:before {
|
|
content: "\e9ca";
|
|
}
|
|
.anticon-link:before {
|
|
content: "\e9cb";
|
|
}
|
|
.anticon-flag:before {
|
|
content: "\e9cc";
|
|
}
|
|
.anticon-attachment:before {
|
|
content: "\e9cd";
|
|
}
|
|
.anticon-eye:before {
|
|
content: "\e9ce";
|
|
}
|
|
.anticon-eye-plus:before {
|
|
content: "\e9cf";
|
|
}
|
|
.anticon-eye-minus:before {
|
|
content: "\e9d0";
|
|
}
|
|
.anticon-eye-blocked:before {
|
|
content: "\e9d1";
|
|
}
|
|
.anticon-bookmark:before {
|
|
content: "\e9d2";
|
|
}
|
|
.anticon-bookmarks:before {
|
|
content: "\e9d3";
|
|
}
|
|
.anticon-sun:before {
|
|
content: "\e9d4";
|
|
}
|
|
.anticon-contrast:before {
|
|
content: "\e9d5";
|
|
}
|
|
.anticon-brightness-contrast:before {
|
|
content: "\e9d6";
|
|
}
|
|
.anticon-star-empty:before {
|
|
content: "\e9d7";
|
|
}
|
|
.anticon-star-half:before {
|
|
content: "\e9d8";
|
|
}
|
|
.anticon-star-full:before {
|
|
content: "\e9d9";
|
|
}
|
|
.anticon-heart:before {
|
|
content: "\e9da";
|
|
}
|
|
.anticon-heart-broken:before {
|
|
content: "\e9db";
|
|
}
|
|
.anticon-man:before {
|
|
content: "\e9dc";
|
|
}
|
|
.anticon-woman:before {
|
|
content: "\e9dd";
|
|
}
|
|
.anticon-man-woman:before {
|
|
content: "\e9de";
|
|
}
|
|
.anticon-happy:before {
|
|
content: "\e9df";
|
|
}
|
|
.anticon-happy2:before {
|
|
content: "\e9e0";
|
|
}
|
|
.anticon-smile:before {
|
|
content: "\e9e1";
|
|
}
|
|
.anticon-smile2:before {
|
|
content: "\e9e2";
|
|
}
|
|
.anticon-tongue:before {
|
|
content: "\e9e3";
|
|
}
|
|
.anticon-tongue2:before {
|
|
content: "\e9e4";
|
|
}
|
|
.anticon-sad:before {
|
|
content: "\e9e5";
|
|
}
|
|
.anticon-sad2:before {
|
|
content: "\e9e6";
|
|
}
|
|
.anticon-wink:before {
|
|
content: "\e9e7";
|
|
}
|
|
.anticon-wink2:before {
|
|
content: "\e9e8";
|
|
}
|
|
.anticon-grin:before {
|
|
content: "\e9e9";
|
|
}
|
|
.anticon-grin2:before {
|
|
content: "\e9ea";
|
|
}
|
|
.anticon-cool:before {
|
|
content: "\e9eb";
|
|
}
|
|
.anticon-cool2:before {
|
|
content: "\e9ec";
|
|
}
|
|
.anticon-angry:before {
|
|
content: "\e9ed";
|
|
}
|
|
.anticon-angry2:before {
|
|
content: "\e9ee";
|
|
}
|
|
.anticon-evil:before {
|
|
content: "\e9ef";
|
|
}
|
|
.anticon-evil2:before {
|
|
content: "\e9f0";
|
|
}
|
|
.anticon-shocked:before {
|
|
content: "\e9f1";
|
|
}
|
|
.anticon-shocked2:before {
|
|
content: "\e9f2";
|
|
}
|
|
.anticon-baffled:before {
|
|
content: "\e9f3";
|
|
}
|
|
.anticon-baffled2:before {
|
|
content: "\e9f4";
|
|
}
|
|
.anticon-confused:before {
|
|
content: "\e9f5";
|
|
}
|
|
.anticon-confused2:before {
|
|
content: "\e9f6";
|
|
}
|
|
.anticon-neutral:before {
|
|
content: "\e9f7";
|
|
}
|
|
.anticon-neutral2:before {
|
|
content: "\e9f8";
|
|
}
|
|
.anticon-hipster:before {
|
|
content: "\e9f9";
|
|
}
|
|
.anticon-hipster2:before {
|
|
content: "\e9fa";
|
|
}
|
|
.anticon-wondering:before {
|
|
content: "\e9fb";
|
|
}
|
|
.anticon-wondering2:before {
|
|
content: "\e9fc";
|
|
}
|
|
.anticon-sleepy:before {
|
|
content: "\e9fd";
|
|
}
|
|
.anticon-sleepy2:before {
|
|
content: "\e9fe";
|
|
}
|
|
.anticon-frustrated:before {
|
|
content: "\e9ff";
|
|
}
|
|
.anticon-frustrated2:before {
|
|
content: "\ea00";
|
|
}
|
|
.anticon-crying:before {
|
|
content: "\ea01";
|
|
}
|
|
.anticon-crying2:before {
|
|
content: "\ea02";
|
|
}
|
|
.anticon-point-up:before {
|
|
content: "\ea03";
|
|
}
|
|
.anticon-point-right:before {
|
|
content: "\ea04";
|
|
}
|
|
.anticon-point-down:before {
|
|
content: "\ea05";
|
|
}
|
|
.anticon-point-left:before {
|
|
content: "\ea06";
|
|
}
|
|
.anticon-warning:before {
|
|
content: "\ea07";
|
|
}
|
|
.anticon-notification:before {
|
|
content: "\ea08";
|
|
}
|
|
.anticon-question:before {
|
|
content: "\ea09";
|
|
}
|
|
.anticon-plus:before {
|
|
content: "\ea0a";
|
|
}
|
|
.anticon-minus:before {
|
|
content: "\ea0b";
|
|
}
|
|
.anticon-info:before {
|
|
content: "\ea0c";
|
|
}
|
|
.anticon-cancel-circle:before {
|
|
content: "\ea0d";
|
|
}
|
|
.anticon-blocked:before {
|
|
content: "\ea0e";
|
|
}
|
|
.anticon-cross:before {
|
|
content: "\ea0f";
|
|
}
|
|
.anticon-checkmark:before {
|
|
content: "\ea10";
|
|
}
|
|
.anticon-checkmark2:before {
|
|
content: "\ea11";
|
|
}
|
|
.anticon-spell-check:before {
|
|
content: "\ea12";
|
|
}
|
|
.anticon-enter:before {
|
|
content: "\ea13";
|
|
}
|
|
.anticon-exit:before {
|
|
content: "\ea14";
|
|
}
|
|
.anticon-play2:before {
|
|
content: "\ea15";
|
|
}
|
|
.anticon-pause:before {
|
|
content: "\ea16";
|
|
}
|
|
.anticon-stop:before {
|
|
content: "\ea17";
|
|
}
|
|
.anticon-previous:before {
|
|
content: "\ea18";
|
|
}
|
|
.anticon-next:before {
|
|
content: "\ea19";
|
|
}
|
|
.anticon-backward:before {
|
|
content: "\ea1a";
|
|
}
|
|
.anticon-forward2:before {
|
|
content: "\ea1b";
|
|
}
|
|
.anticon-play3:before {
|
|
content: "\ea1c";
|
|
}
|
|
.anticon-pause2:before {
|
|
content: "\ea1d";
|
|
}
|
|
.anticon-stop2:before {
|
|
content: "\ea1e";
|
|
}
|
|
.anticon-backward2:before {
|
|
content: "\ea1f";
|
|
}
|
|
.anticon-forward3:before {
|
|
content: "\ea20";
|
|
}
|
|
.anticon-first:before {
|
|
content: "\ea21";
|
|
}
|
|
.anticon-last:before {
|
|
content: "\ea22";
|
|
}
|
|
.anticon-previous2:before {
|
|
content: "\ea23";
|
|
}
|
|
.anticon-next2:before {
|
|
content: "\ea24";
|
|
}
|
|
.anticon-eject:before {
|
|
content: "\ea25";
|
|
}
|
|
.anticon-volume-high:before {
|
|
content: "\ea26";
|
|
}
|
|
.anticon-volume-medium:before {
|
|
content: "\ea27";
|
|
}
|
|
.anticon-volume-low:before {
|
|
content: "\ea28";
|
|
}
|
|
.anticon-volume-mute:before {
|
|
content: "\ea29";
|
|
}
|
|
.anticon-volume-mute2:before {
|
|
content: "\ea2a";
|
|
}
|
|
.anticon-volume-increase:before {
|
|
content: "\ea2b";
|
|
}
|
|
.anticon-volume-decrease:before {
|
|
content: "\ea2c";
|
|
}
|
|
.anticon-loop:before {
|
|
content: "\ea2d";
|
|
}
|
|
.anticon-loop2:before {
|
|
content: "\ea2e";
|
|
}
|
|
.anticon-infinite:before {
|
|
content: "\ea2f";
|
|
}
|
|
.anticon-shuffle:before {
|
|
content: "\ea30";
|
|
}
|
|
.anticon-arrow-up-left:before {
|
|
content: "\ea31";
|
|
}
|
|
.anticon-arrow-up:before {
|
|
content: "\ea32";
|
|
}
|
|
.anticon-arrow-up-right:before {
|
|
content: "\ea33";
|
|
}
|
|
.anticon-arrow-right:before {
|
|
content: "\ea34";
|
|
}
|
|
.anticon-arrow-down-right:before {
|
|
content: "\ea35";
|
|
}
|
|
.anticon-arrow-down:before {
|
|
content: "\ea36";
|
|
}
|
|
.anticon-arrow-down-left:before {
|
|
content: "\ea37";
|
|
}
|
|
.anticon-arrow-left:before {
|
|
content: "\ea38";
|
|
}
|
|
.anticon-arrow-up-left2:before {
|
|
content: "\ea39";
|
|
}
|
|
.anticon-arrow-up2:before {
|
|
content: "\ea3a";
|
|
}
|
|
.anticon-arrow-up-right2:before {
|
|
content: "\ea3b";
|
|
}
|
|
.anticon-arrow-right2:before {
|
|
content: "\ea3c";
|
|
}
|
|
.anticon-arrow-down-right2:before {
|
|
content: "\ea3d";
|
|
}
|
|
.anticon-arrow-down2:before {
|
|
content: "\ea3e";
|
|
}
|
|
.anticon-arrow-down-left2:before {
|
|
content: "\ea3f";
|
|
}
|
|
.anticon-arrow-left2:before {
|
|
content: "\ea40";
|
|
}
|
|
.anticon-circle-up:before {
|
|
content: "\ea41";
|
|
}
|
|
.anticon-circle-right:before {
|
|
content: "\ea42";
|
|
}
|
|
.anticon-circle-down:before {
|
|
content: "\ea43";
|
|
}
|
|
.anticon-circle-left:before {
|
|
content: "\ea44";
|
|
}
|
|
.anticon-tab:before {
|
|
content: "\ea45";
|
|
}
|
|
.anticon-move-up:before {
|
|
content: "\ea46";
|
|
}
|
|
.anticon-move-down:before {
|
|
content: "\ea47";
|
|
}
|
|
.anticon-sort-alpha-asc:before {
|
|
content: "\ea48";
|
|
}
|
|
.anticon-sort-alpha-desc:before {
|
|
content: "\ea49";
|
|
}
|
|
.anticon-sort-numeric-asc:before {
|
|
content: "\ea4a";
|
|
}
|
|
.anticon-sort-numberic-desc:before {
|
|
content: "\ea4b";
|
|
}
|
|
.anticon-sort-amount-asc:before {
|
|
content: "\ea4c";
|
|
}
|
|
.anticon-sort-amount-desc:before {
|
|
content: "\ea4d";
|
|
}
|
|
.anticon-command:before {
|
|
content: "\ea4e";
|
|
}
|
|
.anticon-shift:before {
|
|
content: "\ea4f";
|
|
}
|
|
.anticon-ctrl:before {
|
|
content: "\ea50";
|
|
}
|
|
.anticon-opt:before {
|
|
content: "\ea51";
|
|
}
|
|
.anticon-checkbox-checked:before {
|
|
content: "\ea52";
|
|
}
|
|
.anticon-checkbox-unchecked:before {
|
|
content: "\ea53";
|
|
}
|
|
.anticon-radio-checked:before {
|
|
content: "\ea54";
|
|
}
|
|
.anticon-radio-checked2:before {
|
|
content: "\ea55";
|
|
}
|
|
.anticon-radio-unchecked:before {
|
|
content: "\ea56";
|
|
}
|
|
.anticon-crop:before {
|
|
content: "\ea57";
|
|
}
|
|
.anticon-make-group:before {
|
|
content: "\ea58";
|
|
}
|
|
.anticon-ungroup:before {
|
|
content: "\ea59";
|
|
}
|
|
.anticon-scissors:before {
|
|
content: "\ea5a";
|
|
}
|
|
.anticon-filter:before {
|
|
content: "\ea5b";
|
|
}
|
|
.anticon-font:before {
|
|
content: "\ea5c";
|
|
}
|
|
.anticon-ligature:before {
|
|
content: "\ea5d";
|
|
}
|
|
.anticon-ligature2:before {
|
|
content: "\ea5e";
|
|
}
|
|
.anticon-text-height:before {
|
|
content: "\ea5f";
|
|
}
|
|
.anticon-text-width:before {
|
|
content: "\ea60";
|
|
}
|
|
.anticon-font-size:before {
|
|
content: "\ea61";
|
|
}
|
|
.anticon-bold:before {
|
|
content: "\ea62";
|
|
}
|
|
.anticon-underline:before {
|
|
content: "\ea63";
|
|
}
|
|
.anticon-italic:before {
|
|
content: "\ea64";
|
|
}
|
|
.anticon-strikethrough:before {
|
|
content: "\ea65";
|
|
}
|
|
.anticon-omega:before {
|
|
content: "\ea66";
|
|
}
|
|
.anticon-sigma:before {
|
|
content: "\ea67";
|
|
}
|
|
.anticon-page-break:before {
|
|
content: "\ea68";
|
|
}
|
|
.anticon-superscript:before {
|
|
content: "\ea69";
|
|
}
|
|
.anticon-subscript:before {
|
|
content: "\ea6a";
|
|
}
|
|
.anticon-superscript2:before {
|
|
content: "\ea6b";
|
|
}
|
|
.anticon-subscript2:before {
|
|
content: "\ea6c";
|
|
}
|
|
.anticon-text-color:before {
|
|
content: "\ea6d";
|
|
}
|
|
.anticon-pagebreak:before {
|
|
content: "\ea6e";
|
|
}
|
|
.anticon-clear-formatting:before {
|
|
content: "\ea6f";
|
|
}
|
|
.anticon-table:before {
|
|
content: "\ea70";
|
|
}
|
|
.anticon-table2:before {
|
|
content: "\ea71";
|
|
}
|
|
.anticon-insert-template:before {
|
|
content: "\ea72";
|
|
}
|
|
.anticon-pilcrow:before {
|
|
content: "\ea73";
|
|
}
|
|
.anticon-ltr:before {
|
|
content: "\ea74";
|
|
}
|
|
.anticon-rtl:before {
|
|
content: "\ea75";
|
|
}
|
|
.anticon-section:before {
|
|
content: "\ea76";
|
|
}
|
|
.anticon-paragraph-left:before {
|
|
content: "\ea77";
|
|
}
|
|
.anticon-paragraph-center:before {
|
|
content: "\ea78";
|
|
}
|
|
.anticon-paragraph-right:before {
|
|
content: "\ea79";
|
|
}
|
|
.anticon-paragraph-justify:before {
|
|
content: "\ea7a";
|
|
}
|
|
.anticon-indent-increase:before {
|
|
content: "\ea7b";
|
|
}
|
|
.anticon-indent-decrease:before {
|
|
content: "\ea7c";
|
|
}
|
|
.anticon-share:before {
|
|
content: "\ea7d";
|
|
}
|
|
.anticon-new-tab:before {
|
|
content: "\ea7e";
|
|
}
|
|
.anticon-embed:before {
|
|
content: "\ea7f";
|
|
}
|
|
.anticon-embed2:before {
|
|
content: "\ea80";
|
|
}
|
|
.anticon-terminal:before {
|
|
content: "\ea81";
|
|
}
|
|
.anticon-share2:before {
|
|
content: "\ea82";
|
|
}
|
|
.anticon-mail:before {
|
|
content: "\ea83";
|
|
}
|
|
.anticon-mail2:before {
|
|
content: "\ea84";
|
|
}
|
|
.anticon-mail3:before {
|
|
content: "\ea85";
|
|
}
|
|
.anticon-mail4:before {
|
|
content: "\ea86";
|
|
}
|
|
.anticon-amazon:before {
|
|
content: "\ea87";
|
|
}
|
|
.anticon-google:before {
|
|
content: "\ea88";
|
|
}
|
|
.anticon-google2:before {
|
|
content: "\ea89";
|
|
}
|
|
.anticon-google3:before {
|
|
content: "\ea8a";
|
|
}
|
|
.anticon-google-plus:before {
|
|
content: "\ea8b";
|
|
}
|
|
.anticon-google-plus2:before {
|
|
content: "\ea8c";
|
|
}
|
|
.anticon-google-plus3:before {
|
|
content: "\ea8d";
|
|
}
|
|
.anticon-hangouts:before {
|
|
content: "\ea8e";
|
|
}
|
|
.anticon-google-drive:before {
|
|
content: "\ea8f";
|
|
}
|
|
.anticon-facebook:before {
|
|
content: "\ea90";
|
|
}
|
|
.anticon-facebook2:before {
|
|
content: "\ea91";
|
|
}
|
|
.anticon-instagram:before {
|
|
content: "\ea92";
|
|
}
|
|
.anticon-whatsapp:before {
|
|
content: "\ea93";
|
|
}
|
|
.anticon-spotify:before {
|
|
content: "\ea94";
|
|
}
|
|
.anticon-telegram:before {
|
|
content: "\ea95";
|
|
}
|
|
.anticon-twitter:before {
|
|
content: "\ea96";
|
|
}
|
|
.anticon-vine:before {
|
|
content: "\ea97";
|
|
}
|
|
.anticon-vk:before {
|
|
content: "\ea98";
|
|
}
|
|
.anticon-renren:before {
|
|
content: "\ea99";
|
|
}
|
|
.anticon-sina-weibo:before {
|
|
content: "\ea9a";
|
|
}
|
|
.anticon-rss:before {
|
|
content: "\ea9b";
|
|
}
|
|
.anticon-rss2:before {
|
|
content: "\ea9c";
|
|
}
|
|
.anticon-youtube:before {
|
|
content: "\ea9d";
|
|
}
|
|
.anticon-youtube2:before {
|
|
content: "\ea9e";
|
|
}
|
|
.anticon-twitch:before {
|
|
content: "\ea9f";
|
|
}
|
|
.anticon-vimeo:before {
|
|
content: "\eaa0";
|
|
}
|
|
.anticon-vimeo2:before {
|
|
content: "\eaa1";
|
|
}
|
|
.anticon-lanyrd:before {
|
|
content: "\eaa2";
|
|
}
|
|
.anticon-flickr:before {
|
|
content: "\eaa3";
|
|
}
|
|
.anticon-flickr2:before {
|
|
content: "\eaa4";
|
|
}
|
|
.anticon-flickr3:before {
|
|
content: "\eaa5";
|
|
}
|
|
.anticon-flickr4:before {
|
|
content: "\eaa6";
|
|
}
|
|
.anticon-dribbble:before {
|
|
content: "\eaa7";
|
|
}
|
|
.anticon-behance:before {
|
|
content: "\eaa8";
|
|
}
|
|
.anticon-behance2:before {
|
|
content: "\eaa9";
|
|
}
|
|
.anticon-deviantart:before {
|
|
content: "\eaaa";
|
|
}
|
|
.anticon-500px:before {
|
|
content: "\eaab";
|
|
}
|
|
.anticon-steam:before {
|
|
content: "\eaac";
|
|
}
|
|
.anticon-steam2:before {
|
|
content: "\eaad";
|
|
}
|
|
.anticon-dropbox:before {
|
|
content: "\eaae";
|
|
}
|
|
.anticon-onedrive:before {
|
|
content: "\eaaf";
|
|
}
|
|
.anticon-github:before {
|
|
content: "\eab0";
|
|
}
|
|
.anticon-npm:before {
|
|
content: "\eab1";
|
|
}
|
|
.anticon-basecamp:before {
|
|
content: "\eab2";
|
|
}
|
|
.anticon-trello:before {
|
|
content: "\eab3";
|
|
}
|
|
.anticon-wordpress:before {
|
|
content: "\eab4";
|
|
}
|
|
.anticon-joomla:before {
|
|
content: "\eab5";
|
|
}
|
|
.anticon-ello:before {
|
|
content: "\eab6";
|
|
}
|
|
.anticon-blogger:before {
|
|
content: "\eab7";
|
|
}
|
|
.anticon-blogger2:before {
|
|
content: "\eab8";
|
|
}
|
|
.anticon-tumblr:before {
|
|
content: "\eab9";
|
|
}
|
|
.anticon-tumblr2:before {
|
|
content: "\eaba";
|
|
}
|
|
.anticon-yahoo:before {
|
|
content: "\eabb";
|
|
}
|
|
.anticon-yahoo2:before {
|
|
content: "\eabc";
|
|
}
|
|
.anticon-tux:before {
|
|
content: "\eabd";
|
|
}
|
|
.anticon-appleinc:before {
|
|
content: "\eabe";
|
|
}
|
|
.anticon-finder:before {
|
|
content: "\eabf";
|
|
}
|
|
.anticon-android:before {
|
|
content: "\eac0";
|
|
}
|
|
.anticon-windows:before {
|
|
content: "\eac1";
|
|
}
|
|
.anticon-windows8:before {
|
|
content: "\eac2";
|
|
}
|
|
.anticon-soundcloud:before {
|
|
content: "\eac3";
|
|
}
|
|
.anticon-soundcloud2:before {
|
|
content: "\eac4";
|
|
}
|
|
.anticon-skype:before {
|
|
content: "\eac5";
|
|
}
|
|
.anticon-reddit:before {
|
|
content: "\eac6";
|
|
}
|
|
.anticon-hackernews:before {
|
|
content: "\eac7";
|
|
}
|
|
.anticon-wikipedia:before {
|
|
content: "\eac8";
|
|
}
|
|
.anticon-linkedin:before {
|
|
content: "\eac9";
|
|
}
|
|
.anticon-linkedin2:before {
|
|
content: "\eaca";
|
|
}
|
|
.anticon-lastfm:before {
|
|
content: "\eacb";
|
|
}
|
|
.anticon-lastfm2:before {
|
|
content: "\eacc";
|
|
}
|
|
.anticon-delicious:before {
|
|
content: "\eacd";
|
|
}
|
|
.anticon-stumbleupon:before {
|
|
content: "\eace";
|
|
}
|
|
.anticon-stumbleupon2:before {
|
|
content: "\eacf";
|
|
}
|
|
.anticon-stackoverflow:before {
|
|
content: "\ead0";
|
|
}
|
|
.anticon-pinterest:before {
|
|
content: "\ead1";
|
|
}
|
|
.anticon-pinterest2:before {
|
|
content: "\ead2";
|
|
}
|
|
.anticon-xing:before {
|
|
content: "\ead3";
|
|
}
|
|
.anticon-xing2:before {
|
|
content: "\ead4";
|
|
}
|
|
.anticon-flattr:before {
|
|
content: "\ead5";
|
|
}
|
|
.anticon-foursquare:before {
|
|
content: "\ead6";
|
|
}
|
|
.anticon-yelp:before {
|
|
content: "\ead7";
|
|
}
|
|
.anticon-paypal:before {
|
|
content: "\ead8";
|
|
}
|
|
.anticon-chrome:before {
|
|
content: "\ead9";
|
|
}
|
|
.anticon-firefox:before {
|
|
content: "\eada";
|
|
}
|
|
.anticon-IE:before {
|
|
content: "\eadb";
|
|
}
|
|
.anticon-edge:before {
|
|
content: "\eadc";
|
|
}
|
|
.anticon-safari:before {
|
|
content: "\eadd";
|
|
}
|
|
.anticon-opera:before {
|
|
content: "\eade";
|
|
}
|
|
.anticon-file-pdf:before {
|
|
content: "\eadf";
|
|
}
|
|
.anticon-file-openoffice:before {
|
|
content: "\eae0";
|
|
}
|
|
.anticon-file-word:before {
|
|
content: "\eae1";
|
|
}
|
|
.anticon-file-excel:before {
|
|
content: "\eae2";
|
|
}
|
|
.anticon-libreoffice:before {
|
|
content: "\eae3";
|
|
}
|
|
.anticon-html-five:before {
|
|
content: "\eae4";
|
|
}
|
|
.anticon-html-five2:before {
|
|
content: "\eae5";
|
|
}
|
|
.anticon-css3:before {
|
|
content: "\eae6";
|
|
}
|
|
.anticon-git:before {
|
|
content: "\eae7";
|
|
}
|
|
.anticon-codepen:before {
|
|
content: "\eae8";
|
|
}
|
|
.anticon-svg:before {
|
|
content: "\eae9";
|
|
}
|
|
.anticon-IcoMoon:before {
|
|
content: "\eaea";
|
|
}
|
|
.anticon-uni21:before {
|
|
content: "\21";
|
|
}
|
|
.anticon-uni22:before {
|
|
content: "\22";
|
|
}
|
|
.anticon-uni23:before {
|
|
content: "\23";
|
|
}
|
|
.anticon-uni24:before {
|
|
content: "\24";
|
|
}
|
|
.anticon-uni25:before {
|
|
content: "\25";
|
|
}
|
|
.anticon-uni26:before {
|
|
content: "\26";
|
|
}
|
|
.anticon-uni27:before {
|
|
content: "\27";
|
|
}
|
|
.anticon-uni28:before {
|
|
content: "\28";
|
|
}
|
|
.anticon-uni29:before {
|
|
content: "\29";
|
|
}
|
|
.anticon-uni2A:before {
|
|
content: "\2a";
|
|
}
|
|
.anticon-uni2B:before {
|
|
content: "\2b";
|
|
}
|
|
.anticon-uni2C:before {
|
|
content: "\2c";
|
|
}
|
|
.anticon-uni2D:before {
|
|
content: "\2d";
|
|
}
|
|
.anticon-uni2E:before {
|
|
content: "\2e";
|
|
}
|
|
.anticon-uni2F:before {
|
|
content: "\2f";
|
|
}
|
|
.anticon-uni30:before {
|
|
content: "\30";
|
|
}
|
|
.anticon-uni31:before {
|
|
content: "\31";
|
|
}
|
|
.anticon-uni32:before {
|
|
content: "\32";
|
|
}
|
|
.anticon-uni33:before {
|
|
content: "\33";
|
|
}
|
|
.anticon-uni34:before {
|
|
content: "\34";
|
|
}
|
|
.anticon-uni35:before {
|
|
content: "\35";
|
|
}
|
|
.anticon-uni36:before {
|
|
content: "\36";
|
|
}
|
|
.anticon-uni37:before {
|
|
content: "\37";
|
|
}
|
|
.anticon-uni38:before {
|
|
content: "\38";
|
|
}
|
|
.anticon-uni39:before {
|
|
content: "\39";
|
|
}
|
|
.anticon-uni3A:before {
|
|
content: "\3a";
|
|
}
|
|
.anticon-uni3B:before {
|
|
content: "\3b";
|
|
}
|
|
.anticon-uni3C:before {
|
|
content: "\3c";
|
|
}
|
|
.anticon-uni3D:before {
|
|
content: "\3d";
|
|
}
|
|
.anticon-uni3E:before {
|
|
content: "\3e";
|
|
}
|
|
.anticon-uni3F:before {
|
|
content: "\3f";
|
|
}
|
|
.anticon-uni40:before {
|
|
content: "\40";
|
|
}
|
|
.anticon-uni41:before {
|
|
content: "\41";
|
|
}
|
|
.anticon-uni42:before {
|
|
content: "\42";
|
|
}
|
|
.anticon-uni43:before {
|
|
content: "\43";
|
|
}
|
|
.anticon-uni44:before {
|
|
content: "\44";
|
|
}
|
|
.anticon-uni45:before {
|
|
content: "\45";
|
|
}
|
|
.anticon-uni46:before {
|
|
content: "\46";
|
|
}
|
|
.anticon-uni47:before {
|
|
content: "\47";
|
|
}
|
|
.anticon-uni48:before {
|
|
content: "\48";
|
|
}
|
|
.anticon-uni49:before {
|
|
content: "\49";
|
|
}
|
|
.anticon-uni4A:before {
|
|
content: "\4a";
|
|
}
|
|
.anticon-uni4B:before {
|
|
content: "\4b";
|
|
}
|
|
.anticon-uni4C:before {
|
|
content: "\4c";
|
|
}
|
|
.anticon-uni4D:before {
|
|
content: "\4d";
|
|
}
|
|
.anticon-uni4E:before {
|
|
content: "\4e";
|
|
}
|
|
.anticon-uni4F:before {
|
|
content: "\4f";
|
|
}
|
|
.anticon-uni50:before {
|
|
content: "\50";
|
|
}
|
|
.anticon-uni51:before {
|
|
content: "\51";
|
|
}
|
|
.anticon-uni52:before {
|
|
content: "\52";
|
|
}
|
|
.anticon-uni53:before {
|
|
content: "\53";
|
|
}
|
|
.anticon-uni54:before {
|
|
content: "\54";
|
|
}
|
|
.anticon-uni55:before {
|
|
content: "\55";
|
|
}
|
|
.anticon-uni56:before {
|
|
content: "\56";
|
|
}
|
|
.anticon-uni57:before {
|
|
content: "\57";
|
|
}
|
|
.anticon-uni58:before {
|
|
content: "\58";
|
|
}
|
|
.anticon-uni59:before {
|
|
content: "\59";
|
|
}
|
|
.anticon-uni5A:before {
|
|
content: "\5a";
|
|
}
|
|
.anticon-uni5B:before {
|
|
content: "\5b";
|
|
}
|
|
.anticon-uni5C:before {
|
|
content: "\5c";
|
|
}
|
|
.anticon-uni5D:before {
|
|
content: "\5d";
|
|
}
|
|
.anticon-uni5E:before {
|
|
content: "\5e";
|
|
}
|
|
.anticon-uni5F:before {
|
|
content: "\5f";
|
|
}
|
|
.anticon-uni60:before {
|
|
content: "\60";
|
|
}
|
|
.anticon-uni61:before {
|
|
content: "\61";
|
|
}
|
|
.anticon-uni62:before {
|
|
content: "\62";
|
|
}
|
|
.anticon-uni63:before {
|
|
content: "\63";
|
|
}
|
|
.anticon-uni64:before {
|
|
content: "\64";
|
|
}
|
|
.anticon-uni65:before {
|
|
content: "\65";
|
|
}
|
|
.anticon-uni66:before {
|
|
content: "\66";
|
|
}
|
|
.anticon-uni67:before {
|
|
content: "\67";
|
|
}
|
|
.anticon-uni68:before {
|
|
content: "\68";
|
|
}
|
|
.anticon-uni69:before {
|
|
content: "\69";
|
|
}
|
|
.anticon-uni6A:before {
|
|
content: "\6a";
|
|
}
|
|
.anticon-uni6B:before {
|
|
content: "\6b";
|
|
}
|
|
.anticon-uni6C:before {
|
|
content: "\6c";
|
|
}
|
|
.anticon-uni6D:before {
|
|
content: "\6d";
|
|
}
|
|
.anticon-uni6E:before {
|
|
content: "\6e";
|
|
}
|
|
.anticon-uni6F:before {
|
|
content: "\6f";
|
|
}
|
|
.anticon-uni70:before {
|
|
content: "\70";
|
|
}
|
|
.anticon-uni71:before {
|
|
content: "\71";
|
|
}
|
|
.anticon-uni72:before {
|
|
content: "\72";
|
|
}
|
|
.anticon-uni73:before {
|
|
content: "\73";
|
|
}
|
|
.anticon-uni74:before {
|
|
content: "\74";
|
|
}
|
|
.anticon-uni75:before {
|
|
content: "\75";
|
|
}
|
|
.anticon-uni76:before {
|
|
content: "\76";
|
|
}
|
|
.anticon-uni77:before {
|
|
content: "\77";
|
|
}
|
|
.anticon-uni78:before {
|
|
content: "\78";
|
|
}
|
|
.anticon-uni79:before {
|
|
content: "\79";
|
|
}
|
|
.anticon-uni7A:before {
|
|
content: "\7a";
|
|
}
|
|
.anticon-uni7B:before {
|
|
content: "\7b";
|
|
}
|
|
.anticon-uni7C:before {
|
|
content: "\7c";
|
|
}
|
|
.anticon-uni7D:before {
|
|
content: "\7d";
|
|
}
|
|
.anticon-uni7E:before {
|
|
content: "\7e";
|
|
}
|
|
.anticon-uniA9:before {
|
|
content: "\a9";
|
|
}
|
|
span.anticon{
|
|
display: inline-block;
|
|
vertical-align: text-bottom;
|
|
}
|
|
|
|
/* styled-select */
|
|
.styled-select {
|
|
background: url(../img/arrow_select.png) no-repeat 96% -2px;
|
|
height: 27px;
|
|
overflow: hidden;
|
|
width: 256px;
|
|
}
|
|
.styled-select.big-select{
|
|
width: 400px;
|
|
}
|
|
.styled-select select {
|
|
background: transparent;
|
|
border: none;
|
|
font-size: 12px;
|
|
height: 27px;
|
|
padding: 5px;
|
|
width: 275px;
|
|
}
|
|
.styled-select.big-select select{
|
|
width: 420px;
|
|
}
|
|
.styled-select select:focus{
|
|
outline: none;
|
|
}
|
|
.semi-square {
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.styled-select.bg-purple{
|
|
background-color: rgba(86,84,133,0.9);
|
|
}
|
|
.styled-select.bg-purple select{
|
|
color: #fff;
|
|
}
|
|
.styled-select.bg-purple-light{
|
|
background-color: rgba(121,109,199,0.2);
|
|
border: 1px solid #796dc7;
|
|
}
|
|
.styled-select.bg-rose{
|
|
border: 1px solid #e36ea2;
|
|
background-color: rgba(226,110,162,0.2);
|
|
}
|
|
.styled-select.bg-purple-light select,
|
|
.styled-select.bg-rose select{
|
|
color: #000;
|
|
background: none!important;
|
|
border: 0!important;
|
|
}
|
|
|
|
.text-green-light{
|
|
color: #55b239!important;
|
|
}
|
|
.text-rose{
|
|
color: #e36ea2!important;
|
|
}
|
|
.text-orange{
|
|
color: #FFA74E!important;
|
|
}
|
|
.text-purple{
|
|
color: #666491!important;
|
|
}
|
|
.text-purple-light{
|
|
color: #796dc7!important;
|
|
}
|
|
.text-yellow{
|
|
color: #f2be04!important;
|
|
}
|
|
.text-red-light{
|
|
color: #CA0047!important;
|
|
color: #CA0047!important;
|
|
}
|
|
a.link-anticon{
|
|
color: #796dc7!important;
|
|
}
|
|
a.link-anticon:hover{
|
|
color: #483e93!important;
|
|
}
|
|
|
|
/** button bootstrap */
|
|
.btn {
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 1.42857143;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
.btn.focus, .btn:focus, .btn:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
.btn-default {
|
|
color: #333;
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.btn-default:hover {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
.btn-default.focus,
|
|
.btn-default:focus {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #8c8c8c;
|
|
}
|
|
.btn-bbb{
|
|
box-shadow: none;
|
|
text-align: center;
|
|
color: #504d8b;
|
|
border: 1px solid #ddd;
|
|
background-color: #fafafa;
|
|
font-size: 12px;
|
|
}
|
|
.btn-bbb:hover {
|
|
color: #504d8b;
|
|
background: #f4f4f4;
|
|
border-color: #8c8c8c;
|
|
}
|
|
.btn-bbb.focus,
|
|
.btn-bbb:focus {
|
|
color: #504d8b;
|
|
background: #f4f4f4;
|
|
border-color: #8c8c8c;
|
|
}
|
|
.btn-group-xs>.btn, .btn-xs {
|
|
padding: 1px 5px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
button.btn, html input.btn{
|
|
cursor: pointer;
|
|
}
|
|
|
|
/** CustomerThread **/
|
|
form.form-subject-message{
|
|
width: 320px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
form.form-forward-message{
|
|
margin-bottom: 20px;
|
|
width: 360px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
form.form-forward-message label{
|
|
line-height: 26px;
|
|
font-size: 14px;
|
|
padding: 0 5px 0 0;
|
|
}
|
|
form.form-forward-message #message_forward {
|
|
padding: 5px;
|
|
width: 350px;
|
|
text-align: right;
|
|
}
|
|
form.form-forward-message textarea {
|
|
border: 1px solid #000;
|
|
}
|
|
form.form-forward-message input:focus,
|
|
form.form-forward-message textarea:focus {
|
|
background-color: #F1F1F1;
|
|
}
|
|
form.form-forward-message .button {
|
|
font-size: 14px;
|
|
background-color: rgba(86,84,133,0.7);
|
|
border: 1px solid #565485;
|
|
border-left: 1px solid rgba(86,84,133,0.6);
|
|
border-top: 1px solid rgba(86,84,133,0.6);
|
|
color: rgba(255,255,255,0.9);
|
|
padding: 5px 10px;
|
|
}
|
|
form.form-forward-message .button:hover {
|
|
background-color: #565485;
|
|
border: 1px solid rgba(86,84,133,0.6);
|
|
border-left: 1px solid #565485;
|
|
border-top: 1px solid #565485;
|
|
color: #fff;
|
|
}
|
|
form.form-forward-message .button:focus{
|
|
background-color: rgba(86,84,133,0.6);
|
|
}
|
|
.btn-action{
|
|
text-align: center;
|
|
}
|
|
.btn-action-message{
|
|
position:relative;
|
|
display: inline-block;
|
|
/*float:left;*/
|
|
margin-bottom:10px;
|
|
background: rgba(226,110,162,0.2);
|
|
margin-right:5px;
|
|
box-sizing: border-box;
|
|
text-transform:uppercase;
|
|
color:#e36ea2;
|
|
font-weight: bold;
|
|
}
|
|
.btn-action-message:hover{
|
|
background: rgba(226,110,162,1);
|
|
color: #fff;
|
|
}
|
|
.btn-action-message p {
|
|
font-size: 13px;
|
|
margin: 0;
|
|
}
|
|
.btn-action-message p a{
|
|
cursor: pointer;
|
|
}
|
|
.btn-action-message p a,
|
|
.btn-action-message p>span {
|
|
color: #e36ea2;
|
|
display: block;
|
|
width: auto;
|
|
height: 100%;
|
|
line-height: 35px;
|
|
padding-left: 10px;
|
|
padding-right: 40px;
|
|
text-align: left;
|
|
}
|
|
.btn-action-message p a.active,
|
|
.btn-action-message:hover p a,
|
|
.btn-action-message:hover p>span {
|
|
color: #fff;
|
|
}
|
|
.btn-action-message p a.active{
|
|
background: rgba(226,110,162,1);
|
|
}
|
|
.btn-action-message p span.anticon,
|
|
.btn-action-message p a span.anticon{
|
|
position: absolute;
|
|
top: 6px;
|
|
right: 10px;
|
|
font-size: 25px;
|
|
opacity: 0.5;
|
|
}
|
|
.panel-message{
|
|
box-sizing: border-box;
|
|
float: left;
|
|
width: 700px;
|
|
margin-top: 10px;
|
|
background: #fff;
|
|
padding: 5px 10px;
|
|
margin-bottom: 20px;
|
|
-moz-box-shadow: 1px 1px 2px 2px #cccccc;
|
|
-webkit-box-shadow: 1px 1px 2px 2px #ccc;
|
|
-ms-box-shadow: 1px 1px 2px 2px #cccccc;
|
|
-o-box-shadow: 1px 1px 2px 2px #cccccc;
|
|
box-shadow: 1px 1px 2px 2px #ccc;
|
|
clear: both;
|
|
}
|
|
.panel-message:after{
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
.panel-message:first-child{
|
|
margin-top: 0px;
|
|
}
|
|
.panel-head{
|
|
display: block;
|
|
position: relative;
|
|
clear: both;
|
|
width: 100%;
|
|
padding: 5px;
|
|
min-height: 30px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #f1F1F1;
|
|
margin-bottom: 10px;
|
|
}
|
|
.panel-head.bg-rose{
|
|
background: rgba(226,110,162,0.2);
|
|
}
|
|
.panel-head.bg-purple{
|
|
background: rgba(121,109,199,0.2);
|
|
}
|
|
.panel-head .panel-head-left,
|
|
.panel-head .panel-head-left p,
|
|
.panel-head .panel-head-left div{
|
|
float: left
|
|
}
|
|
.panel-head .panel-head-right,
|
|
.panel-head .panel-head-right p,
|
|
.panel-head .panel-head-right div{
|
|
float:right;
|
|
}
|
|
.panel-message .panel-head div.user-info{
|
|
line-height: 20px;
|
|
font-weight: bold;
|
|
color: #796dc7;
|
|
margin-right: 5px;
|
|
font-size: 16px;
|
|
}
|
|
.panel-message .panel-head.bg-rose div.user-info{
|
|
color:#e36ea2;
|
|
}
|
|
.panel-message .panel-head div.user-info .anticon{
|
|
font-size: 20px;
|
|
}
|
|
.panel-message .panel-head div.user-info a {
|
|
color: #796dc7;
|
|
}
|
|
.panel-message .panel-head div.div-date{
|
|
color:rgba(0,0,0,0.5);
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
}
|
|
.panel-message .panel-head div.div-date .anticon{
|
|
font-size: 14px;
|
|
}
|
|
.panel-message .more-info{
|
|
display: none;
|
|
border: 1px solid #f1F1F1;
|
|
border-radius: 4px;
|
|
margin-bottom: 10px;
|
|
padding: 0px 10px;
|
|
}
|
|
.panel-message .more-info ul{
|
|
list-style: none;
|
|
}
|
|
.panel-message .more-info ul li{
|
|
line-height: 16px;
|
|
}
|
|
.panel-message .product-box{
|
|
position: relative;
|
|
float:left;
|
|
width:152px;
|
|
margin-right:10px;
|
|
margin-bottom:5px;
|
|
padding: 5px;
|
|
min-height: 152px;
|
|
text-align:center;
|
|
-moz-box-shadow: 1px 1px 2px 2px #cccccc;
|
|
-webkit-box-shadow: 1px 1px 2px 2px #ccc;
|
|
-ms-box-shadow: 1px 1px 2px 2px #cccccc;
|
|
-o-box-shadow: 1px 1px 2px 2px #cccccc;
|
|
box-shadow: 1px 1px 2px 2px #ccc;
|
|
}
|
|
.panel-message .product-box span.quantity{
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 2px;
|
|
line-height: 11px;
|
|
padding: 1px 3px;
|
|
border-radius: 50%;
|
|
border: 1px solid #000000;
|
|
background: #000;
|
|
color: #fff;
|
|
}
|
|
.panel-message form label {
|
|
width: auto;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
.panel-content-message{
|
|
border-radius: 4px;
|
|
margin: 10px 0 0 0;
|
|
padding: 5px 10px 10px;
|
|
position: relative;
|
|
}
|
|
.panel-content-message.bg-rose{
|
|
border: 1px solid #e36ea2;
|
|
background: rgba(226,110,162,0.2);
|
|
}
|
|
.panel-content-message.bg-purple{
|
|
display: inline-block;
|
|
width: 80%;
|
|
border: 1px solid #796dc7;
|
|
background: rgba(121,109,199,0.2);
|
|
}
|
|
.panel-content-message b{
|
|
opacity: 1.2;
|
|
font-size: 30px;
|
|
position: absolute;
|
|
right: 5px;
|
|
}
|
|
.panel-content-message.bg-purple b{
|
|
color: rgba(121,109,199,0.2);
|
|
}
|
|
.panel-content-message.bg-rose b{
|
|
color: rgba(226,110,162,0.2);
|
|
}
|
|
.panel-message .btn-answer{
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-top: 10px;
|
|
}
|
|
.panel-message .button {
|
|
font-size: 14px;
|
|
background-color: rgba(86,84,133,0.7);
|
|
border: 1px solid #565485;
|
|
border-left: 1px solid rgba(86,84,133,0.6);
|
|
border-top: 1px solid rgba(86,84,133,0.6);
|
|
color: rgba(255,255,255,0.9);
|
|
padding: 5px 10px;
|
|
}
|
|
.panel-message .btn-answer .button{
|
|
padding: 13px 10px;
|
|
}
|
|
.panel-message .button:hover {
|
|
background-color: #565485;
|
|
border: 1px solid rgba(86,84,133,0.6);
|
|
border-left: 1px solid #565485;
|
|
border-top: 1px solid #565485;
|
|
color: #fff;
|
|
}
|
|
.panel-message .button:focus{
|
|
background-color: rgba(86,84,133,0.6);
|
|
}
|
|
.panel-message textarea {
|
|
border: 1px solid #000;
|
|
}
|
|
.panel-message input[type="file"] {
|
|
border :0px;
|
|
margin-top: 5px;
|
|
}
|
|
.panel-answer,
|
|
.panel-answer div:not(.styled-select) {
|
|
width: 100%;
|
|
}
|
|
.panel-answer textarea{
|
|
width: 670px;
|
|
height: 120px;
|
|
}
|
|
.panel-answer input:focus,
|
|
.panel-answer textarea:focus {
|
|
background-color: #F1F1F1;
|
|
}
|
|
#form_customer_thread table table,
|
|
.table.customerThread-table,
|
|
#form_admin_invoice .table {
|
|
width: 100%;
|
|
border: 1px solid #565485;
|
|
background: #fff;
|
|
padding: 20px;
|
|
-moz-box-shadow: 2px 2px 5px #cccccc;
|
|
-webkit-box-shadow: 2px 2px 5px #CCC;
|
|
-ms-box-shadow: 2px 2px 5px #cccccc;
|
|
-o-box-shadow: 2px 2px 5px #cccccc;
|
|
box-shadow: 2px 2px 5px #CCC;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
.table.customerThread-table {
|
|
width: 700px;
|
|
}
|
|
#form_customer_thread table table tr th,
|
|
.tab_customer_thread table tr th,
|
|
#form_admin_invoice .table tr th,
|
|
.table.customerThread-table tr th {
|
|
background: rgba(86,84,133,0.9);
|
|
color: #fff;
|
|
font-weight: 300;
|
|
}
|
|
#form_customer_thread table table tr td,
|
|
.tab_customer_thread table tr td,
|
|
#form_admin_invoice .table tr td,
|
|
.table.customerThread-table tr td {
|
|
border-bottom: 1px solid #DEDEDE;
|
|
color: #000;
|
|
padding: 0 4px 0 6px;
|
|
}
|
|
#form_customer_thread table table tr td.text-bold{
|
|
font-weight: 600;
|
|
}
|
|
#form_customer_thread p.text-green-light{
|
|
color: #55b239;
|
|
}
|
|
#form_customer_thread p.text-rose-light{
|
|
color: #e36ea2;
|
|
}
|
|
#form_customer_thread table table tr td p {
|
|
margin: 0;
|
|
padding: 5px 0;
|
|
text-align: center;
|
|
}
|
|
#form_customer_thread table table tr td p.bg-green-light{
|
|
background: #C0E3B5;
|
|
}
|
|
#form_customer_thread table table tr td p.bg-rose-light{
|
|
background: rgba(226,110,162,0.2);
|
|
}
|
|
.tab_customer_thread .button {
|
|
background-color: rgba(86,84,133,0.7);
|
|
border: 1px solid #565485;
|
|
border-left: 1px solid rgba(86,84,133,0.6);
|
|
border-top: 1px solid rgba(86,84,133,0.6);
|
|
color: rgba(255,255,255,0.9);
|
|
padding: 3px;
|
|
}
|
|
.tab_customer_thread .button:hover {
|
|
background-color: #565485;
|
|
border: 1px solid rgba(86,84,133,0.6);
|
|
border-left: 1px solid #565485;
|
|
border-top: 1px solid #565485;
|
|
color: #fff;
|
|
padding: 3px;
|
|
}
|
|
.tab_customer_thread .button:focus{
|
|
background-color: rgba(86,84,133,0.6);
|
|
}
|
|
|
|
span.anticon {
|
|
color: #000;
|
|
}
|