@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;800&display=swap');
@import url('balloon.min.css');
@import url('sendmail.css');
* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; height:100%; }
body { margin: 0px; margin-bottom:40px; font-family: 'Inter', sans-serif; letter-spacing:0.5px; font-weight:400; font-size:13px; position: relative;-webkit-text-size-adjust: none; color:#222; }
h1 { font-size:18px; font-weight: 800; margin-bottom:20px; }
h2 { font-size:18px; font-weight: 800; margin-bottom:20px; }
h3.section { background:#000; color:#FFF; text-transform:uppercase; padding:8px 10px; }
h4 { text-transform:uppercase; margin-bottom:10px; }
a { color:#000; text-decoration:none; }
a { color:#000; text-decoration:none; font-weight:500; }
a:hover, a.selected { color:#999; }
a:hover, .gallery *, figure * { transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease-in-out; }
input.error, textarea.error, select.error, input[type='checkbox'].error, input[type='radio'].error { border-color:#FF0000; color:#FF0000; background:#FFE5E5;  }
label.error { color:#FF0000; font-size:0px; visibility:hidden; overflow:hidden; height:0px; float:left; margin:0px; padding:0px; display:none; }
input, select, textarea { width:100%; padding:7px 10px; font-family: 'Inter', sans-serif; font-size:14px; background:#EEE; border:1px solid #EEE; border-radius:0px; }
select { text-transform:uppercase; background-image: url('../images/select_arrow.png'); background-position: right center; background-repeat:no-repeat; background-color:#EEE; padding: 12px 35px 12px 12px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { border:0px;  background:#DDD; color:#000; cursor:pointer; padding: 10px; font-size:12px; letter-spacing:1px; display:inline-block; text-align:center; text-transform:uppercase; font-weight:bold; }
input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover { background:#444; color:#FFF; }
input.btn-primary, a.btn-primary, button.btn-primary{ background:#000; color:white; }
input.btn-primary:hover, a.btn-primary:hover, button.btn-primary:hover { background:#DDD; color:#000; }
input[type='radio']:checked { background:#000; }
input[type='checkbox'], input[type='radio'] { border:1px solid #CCC; padding:0; height:20px; width:20px; float:left; margin-right:10px; cursor:pointer; margin-bottom:10px; }
input[type='radio'] { border-radius:200px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
input, select, button { height:40px; }
input:invalid:focus { background: #FFE5E5; }
.btn .tot { position:absolute; top:-5px; right:-5px; z-index:2; background:white; color:black; font-size:11px; border-radius:200px; width:20px; height:20px; display: flex; align-items: center; justify-content: center; }
.btnReset { background:#EEE; color:#999; }
select { background: url('select_arrow.png') right center no-repeat #EEE; padding: 8px 35px 8px 8px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
label { margin-bottom:5px; display:block; font-weight:bold; cursor:pointer; }
td.label { font-weight:bold; white-space:nowrap; padding-right:10px; }
form .row { margin-bottom:10px; }
fieldset { margin-top:40px; }
.buttons { text-align:center; padding: 20px 0; }
.mt100 { margin-top:100px; }
.mt80 { margin-top:80px; }
.mt40 { margin-top:40px; }
.mt20 { margin-top:20px; }
.mt10 { margin-top:10px; }
.mb40 { margin-bottom:40px; }
.mb20 { margin-bottom:20px; }
.msg { margin-bottom:20px; padding:10px; display:block; }
.msg.success {  color: #270; background-color: #DFF2BF;  }
.msg.error { color: #D8000C; background-color: #FFBABA;  }
.msg.warning { color: #9F6000; background-color: #FEEFB3;  }
.hidden { display:none; }
.relative { position:relative; }
.fr { float:right; }
group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }
.scale { width:100%; height:auto; display:block; }
.tag { text-align:center; padding:2px 5px; border-radius:5px; background:#CCC; display:inline-block; }
.tag.notes_48 { background:#DFF2BF; }
.tag.notes_47 { background:#EEE; }
.tag.notes_2 { background:#EEE; }
.tag.notes_3 { background:#DFF2BF; }
.green { color:green; font-weight:bold; }
.orange { color:orange; font-weight:bold; }
a.btn-green { color: #FFF; background-color: #270;  }
a.btn-#D8000C { color: #FFF; background-color: #D8000C; }
ul.disc li { list-style: square; margin-left:20px;  }
.list-agent-history li { border-left:1px solid #CCC; }
.list-agent-history li::before { content:"- "; color:#CCC; margin-right:4px; }

.btn-small { font-size:11px; margin-right:20px; text-decoration:underline; }

.tab li { display:inline-block; margin-right:5px; }
.tab a { border:1px solid #000; border-bottom:0px; background:#000; color:#FFF; padding:8px 20px; text-align:center; display:block; text-transform:uppercase; font-weight: bold; }
.tab a.selected { background:#FFF; color:#000; cursor:default; }
.tab_content { padding: 20px; }


.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_7 { width: 12.91%; }
.span_2_of_7 { width: 27.42%; }
.span_3_of_7 { width: 41.92%; }
.span_4_of_7 { width: 56.45%; }
.span_5_of_7 { width: 70.97%; }
.span_6_of_7 { width: 85.48%; }
.span_7_of_7 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_9 { width: 9.68%; }
.span_2_of_9 { width: 20.97%; }
.span_3_of_9 { width: 32.26%; }
.span_4_of_9 { width: 43.55%; }
.span_5_of_9 { width: 54.84%; }
.span_6_of_9 { width: 66.13%; }
.span_7_of_9 { width: 77.42%; }
.span_8_of_9 { width: 88.71%; }
.span_9_of_9 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.span_50 { width: 50%; float:left; }

.status:hover { text-decoration:underline; }
.status { font-weight: bold; }
.status_1, a.status_1, tr.open td.status_1 { color:gray; } /* save */
.status_2, a.status_2, tr.open td.status_2 { color:#D8000C; }  /* block */
.status_3, a.status_3, tr.open td.status_3 { color:blue; } /* ready to sent */
.status_4, a.status_4, tr.open td.status_4 { color:orange; } /* waiting */
.status_5, a.status_5, tr.open td.status_5 { color:green; } /* confirmed */
.status_6, a.status_6, tr.open td.status_6 { color:#888; } /* lost */
.date { color:#999; font-size:12px; display:inline-block; font-weight:bold; }
.date22222 { color:#888; margin-right:10px;font-size:11px; padding:2px 5px; display:inline-block; border-radius:200px; }
.notice_password { position:fixed; top:70px; left:0; right:0; text-align:center; background:#D8000C; }
.notice_password a { color:white; display:block; padding:5px 40px; text-decoration:underline; }
.notice_password a:hover { text-decoration:none; }

table { border-collapse: collapse; width:100%; }
table, th, td { padding: 10px 5px; position:relative; vertical-align:top; font-size:13px; }
table thead td { border-bottom: 1px solid #FFF; font-weight:bold; padding:10px 5px; }
table tbody td { border-bottom: 1px solid #E1E1E1;}
table.doubleRowBg td { border:0; }
table.doubleRowBg tr:nth-child(even) { background:#f1f1f1;  }
..table tbody tr:hover td { background:#F5F5F5; }
tbody.fade tr:hover td { background:#EEE; transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease-in-out; }
tr.sso-header td { background:#EEE; }
tr.open td { background:#888; color:#EEE; }
tr.subheader td { font-weight:bold; }
.paginations { display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin:20px 0 60px 0; }
.paginations .pages { text-align:right; }
.paginations .pages a, .paginations .pages b { display:inline-block; padding:5px 10px; }

table.small { max-width:50%; }
.flex { display: flex; align-items: center; justify-content: center; height:100%; }
.nowrap { white-space:nowrap; }
.header-mobile { display:none; }
.box-scroll { overflow-y:scroll; height:100px; border:1px solid #EEE; padding:5px; }


header { position:fixed; top:0; left:0; right:0; height:80px; background:#000; z-index:22; }
header .logo {  position:absolute; top:14px; left:40px; right:40px; text-align:center; }
header .logo img {  height:50px; width:auto;}
header .logo label { position:absolute; top:20px; right:60px; font-size:11px; white-space:nowrap; color:white; text-transform:uppercase; font-weight:200; }
header .account { position:absolute; top:20px; right:40px; }
header .account i { width:40px; height:40px;  text-align:center; font-size:16px; border-radius:200px; padding-top:12px; }
header .account i:hover { background:#EEE; }
header .account li { display:inline-block; position:relative; }
header .account li.user { margin-left:10px; }
header .account li.user i { background:#EEE; }

.sidebar { display:none; position:fixed; z-index:333; width:320px; top:70px; right:40px; background:#FFF; border:10px solid #EEE; border-radius:10px; padding:10px; box-shadow: 2px 2px 2px #dedede; }
.sidebar ul { display:grid; grid-template-columns: 1fr 1fr 1fr; gap:20px; }
.sidebar li { text-align:center; overflow:hidden; padding:5px; }
.sidebar li:hover { background:#EEE; border-radius:10px; }
.sidebar i { width:40px; height:40px; font-size:22px; margin:0 auto; margin-bottom:10px; display:block; text-align:center; border-radius:200px; padding-top:12px; }
.sidebar a { display:block; }

.notice { width:100%; max-width:600px; height:300px; overflow-y:scroll; display:none; position:fixed; z-index:333; width:100%;  top:70px; right:40px; background:#FFF; border:10px solid #EEE; border-radius:10px; padding:20px; box-shadow: 2px 2px 2px #dedede; }
.notice_list li { padding:10px 0px 10px 100px; border-bottom:1px solid #DDD; position:relative; }
.notice_list li a { display:block; color:#AAA; font-weight:normal; }
.notice_list li a:hover { color:black; }
.notice_list li .date { position:absolute; left:0px; top:10px; font-size:12px; }
.notice_list { overflow-y:scroll; }
.notice_list li.toread a { color:black; }
.notice_list li.toread .#D8000C { color:#000; }
.notice_list li .#D8000C { color:#AAA; }

sup { position:absolute; top:-10px; right:-10px; background:yellow; color:#000; width:20px; height:20px; border-radius: 200px; z-index: 1; font-size:11px; font-weight:normal; align-content: center; text-align:center; }
.header-page { padding-bottom:20px; }
.header-page h1 { font-size:50px; margin:0 0 10px 0; text-transform:uppercase; }
.header-page h1::before { content: " "; border-top: 10px solid #000; display: block; width: 300px; height: 1px; margin-bottom: 10px; }
  
.navigation { font-size:11px; margin-bottom:10px; color:#999; text-transform:uppercase; }
ul.tool-icon { display: flex; }
ul.tool-icon li { display:inline-block; padding:0 2px; }
ul.tool-icon2 li a { display:block; font-size:13px; text-align:center; margin:0 2px 0 0; }
ul.tool-icon li a { display:block; width:25px; height:25px; font-size:13px; text-align:center; margin:0px; background:#000; color:white; padding-top:4px; }
ul.tool-icon li a:hover { background:#DDD; color:#000; }
.number { display:inline-block; font-weight:bold; background:white; color:#000; min-width:20px; height:20px;  font-size:13px; text-align:center; padding:2px 4px; }
.number.sso { background:black; color:white; }
.number.calculator_1 { background:#56bcf9; }

.tool-header .box-search form { display:grid; grid-template-columns: 200px 50px; }
.tool-header .box-search input[type='text'], .tool-header .box-search button { color:#000; background:none; border:0px; border-bottom:1px solid #DDD; }
.tool-header .box-search { display:inline-block; }
.tool-header .box-buttons { display:inline-block; margin-left:20px; float:right; }

.dashboard { display:grid; grid-template-columns: 1fr 1fr; gap:40px; }
.dashboard .item { background:#FFF; border:1px solid #DDD; border-radius:5px; }
.dashboard .item .head-container { background:#EEE; margin:0px; padding:10px 15px 0 15px; }
.dashboard .item input[type='text']  { border-bottom:1px solid #CCC; }
.dashboard .item form { margin-bottom:10px; }
.dashboard .item h3 { margin-bottom:10px;}
.dashboard .item h3 span { float:right; font-size:12px; line-height:18px; }
.dashboard .item h3 span a { border-radius:10px; margin-left:5px; background:#CCC; display:inline-block; padding:2px 5px; }
.dashboard .item .container { padding:0 15px 15px 15px; width:100%; height:200px; overflow-y:scroll; }
.dashboard .item thead td { background:none; border:0; color: #888; padding-bottom:5px; }
.dashboard .item tbody td { padding: 8px 5px; }
.dashboard .item tbody tr:hover td { background:#F9F9F9; }
.dashboard .item tbody li { display:inline-block; border:0px; }

.dashboard .item li { border-bottom:1px solid #EEE; }
.dashboard td { padding:3px; vertical-align:center; }

.quickLinks ul { display:grid; grid-template-columns: repeat(6, 1fr); gap:20px; margin-bottom:40px; }
.quickLinks a { display:block; padding:10px; border:1px solid #CCC; border-radius:200px; text-align:center; }
.quickLinks a:hover { background:#EEE; }

#main { margin-top:120px; }
.content { width:100%; max-width:1200px; margin:0 auto; padding:0 40px; }
.content-large { width:100%;  margin:0 auto; padding:0 40px; }
.content-login { width:100%; max-width:350px; margin:0 auto; }
.content-small { width:100%; max-width:600px; margin:0 auto; }
.grid-main-config { display:grid; grid-template-columns: 1fr 350px; gap:40px; }

.sidemenu { position:fixed; right:40px; bottom:20px; }
.sidemenu i { width:40px; height:40px; border-radius:200px; background:#000; color:white; padding-top: 12px; font-size: 16px; text-align:center; }
.sidemenu a { display:block; }
.sidemenu ul { gap:5px; }

.summary { padding: 20px 20px; background:#EEE; }
.summary .resume { margin-bottom:20px; }
.summary .button-grid { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap:5px; }
.summary .button-grid .btn { width:100%; height:40px; padding-top:10px; background:#000; color:white; font-size: 16px; }
.summary .button-grid a:hover { background:white; color:#000; }
.summary .button-grid .btnSelected { background:yellow; color:#000; }
.summary td { padding:5px 0; }
.summary h3 { margin-bottom:20px; }
.summary tr.header td { font-size:18px; vertical-align: inherit; border-top:0px; }
.summary tr.header td ul.tool-icon { float:right; margin:0px; display: flex; }

.summary .config-products { margin-bottom:20px; position:relative; display:block; }
.summary .config-products a { display:block; }
.summary .config-products:hover td { background:#EEE; }
.summary .config-products h3 { margin:0px; background:#DDD; font-weight:bold; padding: 8px 90px 8px 35px; border-radius: 5px; }
.summary .config-products h3 i { font-size:12px; top:12px; left:12px; position: absolute; }
.summary .config-products_3 h3 { background:#AAA;  }
.summary .config-products.status_1 h3 i { color:green; }
.summary .config-products.status_2 h3 i { color:gray; }
.summary .config-products:hover { background:#EEE; }
.summary .config-products ul.tool-icon { position:absolute; top:5px; right:8px; }
.summary .config-products .container { display:grid; grid-template-columns: 35px 1fr; gap:40px; padding:8px; grid-template-areas: 'image text'; }
.summary .preview-image { width:60px; }
.span_1_of_4.summary .configure { display:none; }

.summary.large { padding:0px; background:none;  display:grid; grid-template-columns: 1fr 1fr 1fr; column-gap:20px; row-gap:0px; }
.summary.large .config-products { border-radius:7px; border:1px solid #DDD; overflow:hidden; }
.summary.large .preview-image { width:100px; }
.summary.large .config-products .container { grid-template-columns: 80px 1fr; }
.summary.large .config-products h3 { border-radius:0px; }

.image { grid-area: image; }
.image2 { grid-area: image2; }
.text { grid-area: text; }
.preview-image { width:120px; overflow:hidden; border-radius:5px; }

.layout-config { display:grid; grid-template-columns: 1fr 1fr; column-gap:20px; grid-template-areas: 'image image2'; max-width:800px; margin:0 auto;  }
.layout-config figure { width:100%; border-radius:0; border:1px solid #DDD; border-radius: 15px; }
#buttons_custom { background:#DDD; padding:10px; border-radius:0.2em; }
#buttons_custom input { background:#FFF; }

.list-quotation-email { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:0px; margin-top:10px; }

.list-configuration { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:40px; } 
.list-configuration select, .list-configuration h3 { margin-bottom:10px; }
.list-configuration .item { border:1px solid #DDD; padding:15px; }
.list-configuration img { margin-bottom:20px; }

.list-configuration-product h3 { text-transform:uppercase; }
.list-configuration-product h4 {padding:10px; display:block; }
.list-configuration-product ul { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; column-gap:40px; row-gap:20px; margin:0 0 60px 0; font-weight:bold; text-align:center; }
.list-configuration-product li { border-bottom:1px solid #CCC; }
.list-configuration-product label { cursor:pointer; }
.list-configuration-product input[type='radio'] { display:none; }
.list-configuration-product input[type="radio"]:checked+label h4 { color:white; background:black; } 
.list-configuration-product figure { position:relative; }
.list-configuration-product figure p { display:none; position:absolute; top:0; left:0 right:0; bottom:0;  padding:10px 20px; background: rgba(0, 0, 0, .8); color:#FFF; border-radius:20px; font-weight:normal; }
.list-configuration-product li:hover p { display:block; }

.acc_header { cursor:pointer; }
.acc_title { font-size:14px; font-weight:bold; padding:20px 0; border-bottom:1px solid #DDD; cursor:pointer; }
.acc_title i { width:30px; text-align:center; }
.acc_title .status { float:right; font-size:13px; }
.acc_title .status i { width:auto; }
.acc_title_small { font-size:14px; padding:5px 0 5px 30px; border-bottom:1px solid #DDD; cursor:pointer; position:relative; }
.acc_title_small i { width:20px; text-align:center; position:absolute; left:0; top:8px; }
.acc_title_small h3 { cursor:pointer; }
.acc_content { padding:10px 0; }
.acc_content td b { white-space:nowrap; text-align:right; display:block; }

.main { position:fixed; left:350px; right:0; top:80px; bottom:0; overflow-y:scroll; padding:40px; }
.list-grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:20px; }
.list-grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; margin-bottom:20px; }
.list-grid-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:10px; margin-bottom:20px; }
h4.section:first-child { margin-top:0px; }
h4.section { margin-bottom:20px; margin-top:40px;}

.pagination { margin-top:20px; }
.pagination .page { text-align:right; }
.pagination .page a { display:inline-block; padding: 2px 5px; }


.progressbar { counter-reset: step; margin:0; padding:20px;  }
.progressbar li { font-size: 12px; position: relative; text-align: center; text-transform: uppercase; color: #7d7d7d; }
.progressbar li span { width: 30px; height: 30px; font-size:20px; line-height: 26px; border: 2px solid #7d7d7d; display: block; text-align: center; margin: 0 auto 10px auto; border-radius: 50%; background-color: white; }
.progressbar li span::before { content: counter(step); counter-increment: step; }
.progressbar li:after { width: 100%; height: 2px; content: ''; position: absolute; background-color: #7d7d7d; top: 15px; left: -50%; z-index: -1; }
.progressbar li:first-child:after { content: none; }
.progressbar li.active span { background-color: green; color:white; border-color:green; }
.progressbar li.active a { color: green; }
.progressbar li.active:before { border-color: #55b776; }
.progressbar li.active + li:after { background-color: #55b776; }
.progressbar li.completed span { background-color: green; color:white; border-color:green; }
.progressbar li.completed a { color: green; }
.progressbar li.completed:before { border-color: #55b776; }
.progressbar li.completed + li:after { background-color: #55b776; }


.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.grid .span_1_of_5:nth-child(5n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .item { margin-bottom:1.6%; }

.grid-search { display:grid; grid-template-columns: 250px 150px; gap:0; }

.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:20px; align-content: end; }
.grid-2-1 { display:grid; grid-template-columns: 2fr 1fr; gap:20px; align-content: end; }
.grid-1-2 { display:grid; grid-template-columns: 1fr 2fr; gap:20px; align-content: end; }
.grid-3 { display:grid; grid-template-columns: 1fr 1fr 1fr; gap:20px; align-content: end; }
.grid-4 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; }
.grid-5 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-6 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-7 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-8 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-9 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-10 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.gap10 { gap:10px; }
.gap20 { gap:20px; }
.gap60 { gap:60px; }
.grid-1-1-1-3 { display:grid; grid-template-columns: 1fr 1fr 1fr 3fr; gap:10px; }
.grid-2-1-1-1 { display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap:10px; }
form .grid-2, form .grid-4 { gap:10px; }

.authorizations .acc_content li { border-bottom:1px solid #DDD; padding:5px 0; position:relative; padding-left:350px; }
.authorizations .acc_content li b { position:absolute; top:5px; left:0; width:330px; text-align:right; }
.list-step-authorizations { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; margin:20px 0; }
.list-step-authorizations .item { padding:10px; border:1px solid #DDD; }
.list-step-authorizations .item p { margin:2px 0; }

.list-accessories .item { min-height:110px; border-bottom:1px solid #DDD; padding:10px; position:relative; }
.list-accessories .item figure { width:85px; height:auto; display:inline-block; position:absolute; right:10px; top:10px; border:1px solid #DDD; }

.list_alert li { color:#D8000C; padding:2px 0; padding-left:30px; position:relative; }
.list_alert li i { position:absolute; left:0; top:5px; font-size:20px; }


a.btnReport { color:#EFEFEF; float:right; font-weight:bold; border-radius:50px; background:#D8000C; padding:2px 5px; font-size:12px; }
.boxAlert { background:#FFBABA; color:#D8000C; padding:15px; }
.boxAlert h3 { font-size:14px; margin:0 0 5px 0; }
.boxAlert p { margin-top:10px; }
.boxAlert a { color:#D8000C; }
.boxAlert td { padding:2px; }
.boxAlert table td { border-bottom: 0px; }


.list-serial { margin-top:40px; display:grid; grid-template-columns: 1fr 1fr; column-gap:40px; }
.list-serial .item { border-bottom:1px solid #000; display:grid; grid-template-columns: 1fr 3fr; gap:20px; padding:40px 10px; }
.list-serial .item figure img { border-radius:20px; overflow:hidden; padding: 20px; }
.list-serial .item.selected { background:#FDFBE5; }
.list-serial .grid-3 { gap:5px; }
.list-cart-resume .item { min-height:100px; position:relative; padding:0 50px 10px 0px; margin-bottom:10px; border-bottom:1px solid #DDD; padding-bottom:10px; }
.list-cart-resume.serials .item { padding:0 50px 10px 80px; }
.list-cart-resume .item figure { background:#FFF; position:absolute; left:0; top:0; width:60px; overflow:hidden; padding:5px; }
.list-cart-resume .item h4 { margin-bottom:5px; }
.list-cart-resume .item ul.tool-icon { position:absolute; right:0; top:0; }



.approvation .item-row { padding: 0px 20px 40px 20px; max-width:1000px; margin:0 auto; }
.approvation h4 { padding: 5px 10px; border-bottom:1px solid #000; }
.approvation .msg-result { text-align:center; font-size:20px; }
.approvation .msg-result i { display:block; font-size:50px; margin-bottom:20px; }
.approvation .msg-result.success { color:green; }
.approvation .msg-result.error { color:red; }
.approvation .msg-result.alert { color:orange; }

.detail-approvation li { margin-bottom:5px; padding-bottom:5px; padding:5px 10px; position:relative; padding-left:250px; }
.detail-approvation li:nth-child(even) { background:#EFEFEF; }
.detail-approvation li b { display:block; margin-bottom:5px; position:absolute; top:5px; left:10px; width:200px; }
.list-approve { display:grid; grid-template-columns: 150px 150px auto; gap:20px; margin:20px 0 10px 0; }
.list-approve li {  display:inline-block; line-height:20px; overflow:hidden; position:relative; text-align:center; color:#777; }
.list-approve li i { position:absolute; top:18px; font-size:26px; left:0; right:0; margin:0 auto; display:none; }
.list-approve li input { left:-500px; position:absolute; }
li.approve input[type="radio"]:checked+label { background:#2ECC71; color:#FFF; }
li.not-approve  input[type="radio"]:checked+label { background:#D91E18; color:#FFF; }
.list-approve li input[type="radio"]:checked+label i { display:block; }
.list-approve label {  padding: 10px; padding-top:50px; background:#EEE; border-bottom:2px solid #DDD; border-radius:5px; } 

.list-approval { margin-top:40px; }
.list-approval .item { padding:20px; display:grid; grid-template-columns: 250px 200px 1fr 220px; gap:10px; background: #F0F0F0; border-bottom:1px solid #DDD; }
.list-approval .item:nth-child(2n) { background:#F5F5F5; }
.list-approval .box-scroll { padding:0; border:0; height:auto; }
.list-approval .grid-buttons { display:grid; grid-template-columns: 1fr 1fr; gap:5px; font-weight:bold; }
.list-approval .grid-buttons .btn { width:100%; }
.list-approval .approve-details ul { margin-top:5px; }
.list-approval .approve-details li { position:relative; padding:2px; }
.list-approval .display_request td { padding:5px; }
.btn.approve { background: #2ECC71; color:white; }
.btn.refuse { background: #D91E18; color:white; }

.list-bulletin .item { padding: 40px 0; border-bottom:1px solid #DDD; padding-left:120px; position:relative; }
.list-bulletin .item .date { position:absolute; top:40px; left:0; }
.list-bulletin .item h3 { margin: 0 0 10px 0; font-size:14px; }

.switch { position: relative; display: inline-block; width: 30px; height: 15px; }
.switch input { opacity: 0;  width: 0;  height: 0; }
.slider { position: absolute;  cursor: pointer;  top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc;  -webkit-transition: .4s; transition: .4s; }
.slider:before { position: absolute;  content: "";  height: 13px;  width: 13px;  left: 1px;  bottom: 1px;  background-color: white; -webkit-transition: .4s; transition: .4s; }
input:checked + .slider { background-color: limegreen; }
input:focus + .slider { box-shadow: 0 0 1px limegreen; }
input:checked + .slider:before { -webkit-transform: translateX(15px);  -ms-transform: translateX(15px);  transform: translateX(15px); }
/* Rounded sliders */
.slider.round { border-radius: 20px; }
.slider.round:before { border-radius: 50%; }

.blockList tr { border-bottom:1px solid #CCC; }
table.doubleRowBg .blockList tr:nth-child(2n) { background:none; }


.route_permission { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; margin-top:10px; gap:3px; }
.route_permission .item { padding:3px 5px; border-radius:3px; }
.route_permission .item.level_10 { background:#f7ecd8; }
.route_permission .item.level_20 { background:#f0d199; }
.route_permission .item.level_30 { background:#f9c66a; }
.route_permission .item.selected { background:green; font-weight:bold; color: white; display:block; }

#print { width:100%; background:#EEE; margin:0px; }
#print .container { width:100%; max-width:900px; background:#FFF; margin:0 auto; padding:20px; border-radius:3px; margin:20px auto; position:relative; }
#print textarea { font-size:12px; }
#print .progressbar { position:relative; background:#EEE; z-index:2; }
#print input[type='submit'] { min-width:150px; text-align:center; }
.print-header { display:grid; grid-template-columns: 1fr 1fr; gap:60px; }
.print-header .autec img { height:50px; margin-bottom:20px; }
.print-header .autec { text-align:justify; font-size:12px; }
.print-header .iso { font-size:11px; color:#888; margin-top:15px; }
.print-header .iso img { height:40px; width:auto; margin-right:10px; float:left; }
.print-header .to h1 { background:white; color:#000; padding:10px; margin:0 0 20px 0; text-align:center; font-weight:bold; text-transform:uppercase; }
.print-header .to.calculator_1 h1 { background:#56bcf9; }
.print-header .to li { position:relative; margin-bottom:10px; padding-left:100px; font-weight:bold; }
.print-header .to li span { position:absolute; left:0; top:0; color:#999; font-weight:normal;  }
.print-body { margin-top:40px;  }
.print-body .main-table { margin:10px 0 20px 0;}
.print-body table, .print-body td { border:1px solid #DDD; }
.print-body h2 { font-weight:bold; }
.print-body h3 { margin:40px 0 10px 0; font-size: 22px; margin-bottom:20px; }
.print-body .preview-product figure { position:absolute; top:0; left:0; width:80px; }
.print-body .preview-product { padding-left:100px; height: 70px; }
#print .legal a { font-weight:normal; text-decoration:underline; color:#888; }


#print .grid-layout {  display:grid; grid-template-columns: 240px 1fr 240px; gap:20px; margin-bottom:40px; align-items: center; justify-content: center;  }
#print .grid-layout img { height:240px; width:auto; }
#print .grid-layout .preview-image { width:auto; }
#print .button-print { width:100%; max-width:900px; margin:0 auto; padding:20px 0; display:grid; grid-template-columns: 1fr 1fr 1fr; gap:20px; }
#print .button-print a { display:block; padding: 20px; background:#CCC; border-radius:3px; position:relative; text-align:center; font-weight:bold; font-size:14px; }
#print .button-print a.bg-green { background-color: #270; color:#FFF; }
#print .button-print i {  margin-right:10px; }



/* css password validate jquery.passwordRequirements.min.js */
#pr-box { font: 13px/16px sans-serif; position: absolute;  z-index:1000; display:none; width:300px; max-width:100%; }
#pr-box i { width: 0;  height: 0; margin-left: 20px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #23a86d; }
#pr-box-inner { margin-top: 6px;  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2); box-shadow: 0 2px 10px rgba(0,0,0,0.2); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#pr-box p { padding:20px; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }
#pr-box ul { padding:7px; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
#pr-box ul li { list-style: none; padding:7px; }
#pr-box ul li span { width:15px; height:15px; display:block; float:left; border-radius:100%; margin-right:15px; }
#pr-box.light { color:#2d2f31; }
#pr-box.light p { background-color:#23a86d; color:#f1f1f1; }
#pr-box.light ul { background-color:#f1f1f1; }
#pr-box.light ul li span { background-color:#f1f1f1; border:3px solid #23a86d; }
#pr-box.light ul li span.pr-ok { background-color:#23a86d; border:3px solid #23a86d; }
#pr-box.dark { color:#f1f1f1; }
#pr-box.dark p { background-color:#23a86d; }
#pr-box.dark ul { background-color:#2d2f31; }
#pr-box.dark ul li span { background-color:#2d2f31; border:3px solid #23a86d; }
#pr-box.dark ul li span.pr-ok { background-color:#23a86d; border:3px solid #23a86d; }



.fancybox-slide--iframe .fancybox-content { width  : 500px; height : 400px; max-width  : 70%; max-height : 70%; margin: 0; background: #FFF; }
.iframe-content { padding:40px; }