:root{
--tuvi-primary:#720101;
--tuvi-bg:#fff8f0;
--tuvi-border:#d8c6a1;
}
.tuvi2t-wrapper{font-family:'Noto Serif',serif; margin: 24px 0;}
.tuvi2t-card{background:var(--tuvi-bg); border:1px solid var(--tuvi-border); border-radius:16px; padding:24px; box-shadow:0 8px 24px rgba(0,0,0,0.06);}
.tuvi2t-title{margin:0 0 16px; color:var(--tuvi-primary); font-size:26px; letter-spacing:.3px}
.tuvi2t-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px}
@media (max-width: 768px){.tuvi2t-grid{grid-template-columns:1fr}}
.tuvi2t-field label{display:block; font-weight:600; margin-bottom:6px}
.tuvi2t-field input,.tuvi2t-field select{width:100%; padding:10px 12px; border:1px solid var(--tuvi-border); border-radius:10px; background:#fff}
.tuvi2t-actions{margin-top:12px}
.tuvi2t-btn{background:var(--tuvi-primary); color:#fff; border:none; padding:12px 18px; border-radius:12px; cursor:pointer; font-weight:700}
.tuvi2t-btn:hover{opacity:.92}
.tuvi2t-result{margin-top:20px}
.tuvi2t-result-card{background:#fff; border:1px solid var(--tuvi-border); border-radius:18px; overflow:hidden}
.tuvi2t-header{display:flex; align-items:center; justify-content:space-between; padding:18px 18px 0 18px}
.tuvi2t-result-title{margin:0; color:var(--tuvi-primary); font-size:22px}
.tuvi2t-meta{margin:4px 0; color:#333}
.tuvi2t-badge{background:var(--tuvi-primary); color:#fff; padding:8px 12px; border-radius:999px; font-weight:700}
.tuvi2t-overview{padding:8px 18px 18px 18px; border-bottom:1px dashed var(--tuvi-border)}
.tuvi2t-overview h4{margin:0 0 8px; color:var(--tuvi-primary)}
.tuvi2t-grid-12{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; padding:18px}
@media (max-width: 900px){.tuvi2t-grid-12{grid-template-columns:repeat(2,1fr)}}
.tuvi2t-cung{border:1px solid var(--tuvi-border); border-radius:14px; background:linear-gradient(180deg,#fff, #fffaf3)}
.tuvi2t-cung-head{padding:10px; border-bottom:1px dashed var(--tuvi-border); display:flex; justify-content:space-between; align-items:center}
.tuvi2t-cung-name{font-weight:700; color:var(--tuvi-primary)}
.tuvi2t-stars{padding:10px}
.tuvi2t-star-major{display:inline-block; padding:4px 8px; border:1px solid var(--tuvi-primary); color:var(--tuvi-primary); border-radius:999px; margin:3px; font-size:13px; font-weight:700}
.tuvi2t-star-minor{display:inline-block; padding:3px 7px; border:1px dashed var(--tuvi-primary); color:var(--tuvi-primary); border-radius:999px; margin:3px; font-size:12px}
.tuvi2t-notes{padding:0 18px 18px 18px}
.tuvi2t-notes details{border:1px dashed var(--tuvi-border); padding:10px 12px; border-radius:10px; background:#fff}
.tuvi2t-notes summary{cursor:pointer; color:var(--tuvi-primary); font-weight:700} .tuvi2t-field select{min-height:44px} .tuvi2t-laso-a4{background:#fff; color:#000; border:1px solid var(--tuvi-primary); box-shadow:0 8px 24px rgba(0,0,0,.06);}
.tuvi2t-toolbar{display:flex; gap:8px; justify-content:flex-end; padding:10px; border-bottom:1px solid #eee}
.tuvi2t-laso-grid{display:grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, minmax(120px, auto)); gap:6px; padding:8px}
.laso-cung{border:1px solid #c9bba0; border-radius:6px; padding:6px; background: #fff; min-height:120px}
.laso-cung-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:4px}
.laso-cung-name{font-weight:700; color:var(--tuvi-primary); display:flex; gap:6px; align-items:center}
.laso-badge{background:var(--tuvi-primary); color:#fff; border-radius:999px; padding:2px 6px; font-size:11px}
.laso-stars .star{display:inline-block; margin:2px 3px; font-size:12px}
.laso-stars .star.major{color:#b00000; font-weight:700; border-bottom:1px dotted #b00000}
.laso-stars .star.minor{color:#006400} .tuvi2t-laso-grid > .laso-cung:nth-child(1){grid-column:1 / span 1; grid-row:1}
.tuvi2t-laso-grid > .laso-cung:nth-child(2){grid-column:2; grid-row:1}
.tuvi2t-laso-grid > .laso-cung:nth-child(3){grid-column:3; grid-row:1}
.tuvi2t-laso-grid > .laso-cung:nth-child(4){grid-column:4; grid-row:1}
.tuvi2t-laso-grid > .laso-cung:nth-child(5){grid-column:4; grid-row:2}
.tuvi2t-laso-grid > .laso-cung:nth-child(6){grid-column:4; grid-row:3}
.tuvi2t-laso-grid > .laso-cung:nth-child(7){grid-column:4; grid-row:4}
.tuvi2t-laso-grid > .laso-cung:nth-child(8){grid-column:3; grid-row:4}
.tuvi2t-laso-grid > .laso-cung:nth-child(9){grid-column:2; grid-row:4}
.tuvi2t-laso-grid > .laso-cung:nth-child(10){grid-column:1; grid-row:4}
.tuvi2t-laso-grid > .laso-cung:nth-child(11){grid-column:1; grid-row:3}
.tuvi2t-laso-grid > .laso-cung:nth-child(12){grid-column:1; grid-row:2}
.laso-center{grid-column:2 / span 2; grid-row:2 / span 2; border:2px solid var(--tuvi-primary); border-radius:8px; padding:10px; background: #fffdf7}
.center-title{text-align:center; margin:6px 0 8px; color:var(--tuvi-primary)}
.center-info{list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:4px}
.center-info li{font-size:13px}
.center-desc{margin-top:6px; font-size:12px; color:#333} @media print{
@page{ size: A4; margin: 10mm; }
.no-print{ display:none !important; }
body{ background:#fff; }
.tuvi2t-laso-a4{ box-shadow:none; border:none; }
} .page-break{ page-break-after: always; height: 0; }
@media print{
.page-break{ page-break-after: always; }
} .tuvi2t-summary{ padding: 12px; }
.summary-block{ margin-bottom: 16px; }
.summary-block h4{ margin: 6px 0 8px; color: var(--tuvi-primary); }
.summary-table{ width: 100%; border-collapse: collapse; }
.summary-table th, .summary-table td{ border: 1px solid #d8cfc0; padding: 6px 8px; font-size: 12px; vertical-align: top; }
.summary-table thead th{ background: #fff8ef; }
.col-major{ color: #b00000; font-weight: 600; } .col-phu{ color: #0a6b0a; } .col-sat{ color: #4a2a7a; } @media print{
.summary-table th, .summary-table td{ font-size: 11px; }
} .laso-foot{display:flex; justify-content:space-between; align-items:center; margin-top:4px}
.laso-badges{display:flex; gap:4px}
.badge-invert{background:#000; color:#fff; padding:2px 6px; border-radius:3px; font-size:11px; font-weight:700}
.laso-ts{font-size:11px; color:#333; font-style:italic}
.star.sat{color:#4a2a7a; font-weight:600} .laso-cung-head{border-bottom:1px solid #d8cfc0; padding-bottom:2px; margin-bottom:4px}
.laso-cung{background-image:url();} .tuvi2t-laso-a4{ overflow: visible; }
.star.major, .star.minor, .star.sat{ text-decoration: underline dotted; text-underline-offset: 2px; }
.tuvi2t-warn{ background:#fff3cd; color:#7a5d00; border:1px solid #ffe08a; padding:8px; margin:8px 0; border-radius:6px; } .laso-center{ border:2px solid var(--tuvi-primary); background:#fdf8f2; }
.laso-center .center-title{ font-size:22px; letter-spacing:1px; margin-bottom:6px }
.laso-cung .star.major{ color:#8b0000; font-weight:700 }
.laso-cung .star.minor{ color:#0d6b0d }
.laso-cung .star.sat{ color:#4a2a7a; font-weight:700 }
.laso-cung{ border:1.5px solid #c9b79a; border-radius:6px; }
.laso-cung-head .laso-cung-name{ font-weight:800; color:#6c0000 }
.laso-badge{ background:var(--tuvi-primary); color:#fff; padding:1px 6px; border-radius:10px; font-size:11px; margin-left:6px } .laso-overlay{position:absolute; inset:0; pointer-events:none}
.tuvi2t-laso-grid{position:relative}
.laso-overlay line{stroke:#720101; stroke-width:2; opacity:.6}
.tuvi2t-interpret{margin-top:8px; padding:8px 10px; border:1px dashed #c8b79b; background:#fffdf8}
.tuvi2t-interpret h4{margin:0 0 6px 0; color:#6c0000}
.interpret-block p{margin:6px 0; font-size:13px; line-height:1.5}
@media print{ .tuvi2t-interpret{page-break-inside:avoid} }.vkp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.vkp-card{position:relative;background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.vkp-badge{position:absolute;top:10px;left:10px;background:#0a7a32;color:#fff;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.1)}
.vkp-card h3{margin:0 0 8px;font-size:18px}
.vkp-excerpt{color:#444;line-height:1.6;margin-bottom:10px;height:64px;overflow:hidden}
.vkp-meta{display:flex;justify-content:space-between;font-weight:600;margin-bottom:10px}
.vkp-price{padding:4px 8px;border-radius:999px;background:#f5f5f5}
.vkp-price-red{color:#b00020;font-weight:800}
.vkp-downs{color:#666}
.vkp-btn{display:inline-block;background:var(--vkp-primary,#720101);color:#fff;padding:10px 14px;border-radius:var(--vkp-radius,10px);text-decoration:none;border:none;cursor:pointer;font-weight:700}
.vkp-btn:hover{opacity:.92}
.vkp-note{color:#777}
.vkp-alert{background:#fff7e6;border:1px solid #ffe7ba;padding:10px;border-radius:10px}
body{font-family:var(--vkp-font,inherit)}
.vkp-tabs{display:flex;gap:8px;margin:12px 0}
.vkp-tab{display:inline-block;padding:8px 12px;border:1px solid #eee;border-radius:999px;text-decoration:none;color:#333;background:#fafafa}
.vkp-tab.is-active{background:var(--vkp-primary,#720101);color:#fff}
.vkp-panel{background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.vkp-field{margin-bottom:10px}
.vkp-field input,.vkp-field textarea,.vkp-panel select{width:100%;max-width:420px;padding:8px;border:1px solid #ddd;border-radius:8px}
.vkp-table{width:100%;border-collapse:collapse}
.vkp-table th,.vkp-table td{padding:8px;border-bottom:1px solid #eee;text-align:left}
.vkp-plus{color:#2e7d32}.vkp-minus{color:#b00020}.content{
margin: 0 auto;
padding-top: 0;
position: relative;
width: 100%;
}
#shi-main{
width: 100%;
margin: 0 auto;
}
#shi_wrapper {
position:absolute; z-index:1;
width:100%;
height:450px;
overflow:auto;
}
#scroller {
width:10100px;
height:100%;
float:left;
padding:0;
}
#scroller li {
display:block;
float:left;
width:10000px;
height:100%;
}
#scroller li img{
margin-top:45px;
}           
#pullRight, #pullLeft {
display:block;
width:50px;
float:left;
height:100%;
}
#sodoLoban {
position:absolute;
z-index:2;
top:35px;
text-align:center;
width:100px;
font-size:12px;
font-weight:bold;
display: none; }
#thelist{margin:0; padding:0;}
#thuocloban{
line-height: 23px;
}
.loban-h {
border:0px;
width:270px;
float:left; border-top:1px solid gray;
}
.khoan-h {
border:0px;
width:277px;
height:120px;
float:left;
}
.cung-h {
border:0px;
margin:0;
float:left;
width:126px;
}
.loban-d {
border:0px;
border-top:1px solid gray;
float:left;
}
.khoan {
border:0px;
}
.tenkhoan {
border:0px;
border-left:1px solid gray;
border-bottom:1px solid gray;
width:150px;
height: 119px;
float:left;
font-size:13px;
text-transform: uppercase;
line-height:119px;
text-align:center;
font-weight:bold;
}
.cung {
border:0px;
border-right:1px solid gray;
margin:0;
float:left;
height:120px;
width:688px;
}
.tencung {
border:0px;
border-left:1px solid gray;
border-bottom:1px solid gray;
margin:0;
width:124px;
height:23px;
float:left;
font-size:13px;
padding-left:10px;
font-weight:bold;
}
.sodo {
border:0px;
margin:0;
float:left;
height: 24px;
}
.tot {
background:#fff;
color:#ED1C24;
}
.trungtinh {
background:#eee;
}
.xau {
background:#f3f3f3;
}
.sodo1, .sodo2, .sodo3, .sodo4, .sodo5, .sodo6, .sodo7, .sodo8 {
border:0px;
border-left:1px solid gray;
border-bottom:1px solid gray;
margin:0;
width:85px;
height:23px;
float:left;
text-align:center;
font-size:13px;
}
#lobanOuter p{
margin:0px;
height: auto; 
}
.content {
margin: 0 auto;
padding-top: 0;
position: relative;
width: 100%;
}
.hold_ruler .content {
padding-top: 65px;
overflow: hidden;
}
.hold_ruler #lobanOuter {
width: 100%;
position: relative;
}
.hold_ruler #abc {
position: absolute;
top: -20px;
display: none;
}
#container-sodo {
position: absolute;
display: flex;
align-items: center;
z-index: 2;
top: -40px;
width: 280px;
left: calc(50% + 80px ) !important;
transform: translate(-50%, -50%);
}
#container-sodo #sodo {
margin-right: 15px;
margin-bottom: 0;
}
.hold_ruler #sodo {
text-align: center;
font-size: 16px;
border-radius: 5px;
padding: 2px;
height: 45px;
width: 120px;
border: 1px solid #FFDC73;
}
.cl_yellow {
color:#067ff4;
}
.hold_ruler .box_huongdan {
background: #fff6d3;
border: 1px solid #f7e7a9;
padding: 10px;
margin: 30px 0;
}
.font_900 { font-weight: 900;
}
.hold_ruler .tdbox_hd {
border-bottom: 1px solid #f7e7a9;
font-size: 14px;
line-height: 30px;
}
.hold_ruler .tdbox_hd {
color: #d40001;
}
.hold_ruler .noidung_boxhd {
color: #333;
font-size: 13px;
line-height: 24px;
margin-top: 10px;
}
.hold_ruler .noidung_boxhd {
color: #333;
font-size: 13px;
line-height: 24px;
margin-top: 10px;
}@media all {
.featherlight {
display: none; position:fixed;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 2147483647;  text-align: center; white-space: nowrap; cursor: pointer;
background: #333; background: rgba(0, 0, 0, 0);
} .featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}
.featherlight:before { content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.featherlight .featherlight-content { position: relative; text-align: left;
vertical-align: middle;
display: inline-block; overflow: auto;
padding: 25px 25px 0;
border-bottom: 25px solid transparent; margin-left: 5%;
margin-right: 5%;
max-height: 95%; background: #fff;
cursor: auto; white-space: normal;
} .featherlight .featherlight-inner { display: block;
}
.featherlight .featherlight-close-icon { position: absolute;
z-index: 9999;
top: 0;
right: 0; line-height: 25px;
width: 25px; cursor: pointer;
text-align: center;
font-family: Arial, sans-serif;
background: #fff; background: rgba(255, 255, 255, 0.3);
color: #000;
border: none;
padding: 0;
} .featherlight .featherlight-close-icon::-moz-focus-inner {
border: 0;
padding: 0;
}
.featherlight .featherlight-image { width: 100%;
}
.featherlight-iframe .featherlight-content { border-bottom: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.featherlight iframe { border: none;
}
.featherlight * { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
} @media only screen and (max-width: 1024px) {
.featherlight .featherlight-content { margin-left: 0;
margin-right: 0;
max-height: 98%;
padding: 10px 10px 0;
border-bottom: 10px solid transparent;
}
}.wp_phongthuy_popup {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
}
.wp_phongthuy_popup * {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
.wp_phongthuy_popup .color_green {
color: #e73939;
}
.wp_phongthuy_popup h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: 700;
color: #e73939;
}
.wp_phongthuy_popup ul {
margin-left: 20px;
}
.wp_phongthuy_popup table {
max-width: 460px;
margin: 0 auto;
}
.wp_phongthuy_popup table tr td {
padding: 0 4px;
}
.wp_phongthuy_popup img {
display: inline-block;
max-width: 460px;
width: 100%;
}
.wp_phongthuy_popup > p:last-child {
margin-bottom: 0;
}
.wp_phongthuy_popup .boldLabel {
font-weight: 700;
} .wp_phongthuy_form {
font-family: Arial, Helvetica, sans-serif;
display: block;
position: relative;
width: 100%;
border-radius: 3px;
border: 1px solid #aaa;
background-color: #ffffff;
box-shadow: 0 0 5px #bbb;
padding: 10px;
margin: 0px;
font-size: 14px;
}
.wp_phongthuy_form * {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
.wp_phongthuy_form:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #ffffff;
background-image: url(//phongthuytamlinh.com/wp-content/plugins/wp-phongthuy-v1.3/assets/images/loader.gif);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.wp_phongthuy_form.loading:before {
opacity: .7;
visibility: visible;
}
.wp_phongthuy_form .form-title {
border-bottom: 1px solid #aaa;
padding: 0px;
font-size: 17px;
font-weight: 700;
color: #121212;
text-align: left;
margin-bottom: 20px;
}
.wp_phongthuy_form .form-title span {
padding: 5px 0px;
display: inline-block;
position: relative;
text-transform: uppercase;
font-weight: 600;
}
.wp_phongthuy_form .form-title span:after {
content: '';
width: 100%;
height: 4px;
background-color: #e73939;
position: absolute;
left: 0;
bottom: -2px;
}
.wp_phongthuy_form .form-line {
display: block;
margin-bottom: 20px;
}
.wp_phongthuy_form .form-line:last-child {
margin-bottom: 0;
}
.wp_phongthuy_form .form-line .label {
display: block;
}
.wp_phongthuy_form .form-line select {
display: block;
width: 100%;
height: 40px;
line-height: 40px;
padding: 0px 20px;
border: 1px solid #aaa;
border-radius: 3px;
-webkit-appearance: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAHBJREFUCB1djjsOgDAMQ5NerXdBYmRADCAmBhgZGBDcpO3N+sFBRAIiNXbsN5SdcwMzj0SUSikJGsU/L6ITfzAWhRD6nPMk/j8AT2ttdYNSAu4Az28Q0A6ohhajBYLFGNPqjXJTSLOP4s+N9379hDgux4UotvsoUK0AAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: calc(100% - 20px) 50%;
outline: none;
box-shadow: none;
font-size: 14px;
}
.wp_phongthuy_form .form-line input[type="submit"], .wp_phongthuy_form .form-line input[type="button"] {
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0px 20px;
background-color: #e73939;
color: #ffffff;
border: none;
outline: none;
box-shadow: none;
border-radius: 3px;
font-weight: 700;
font-size: 14px;
}
.wp_phongthuy_form .form-line input[type="submit"]:hover, .wp_phongthuy_form .form-line input[type="button"]:hover {
background-color: #222222;
}
.wp_phongthuy_form .form-line table {
margin: 0;
border: none;
}
.wp_phongthuy_form .form-line table tr {
border: none;
}
.wp_phongthuy_form .form-line table tr td:first-child {
padding: 0 5px 0 0;
border: none;
}
.wp_phongthuy_form .form-line table tr td:last-child {
padding: 0 0 0 5px;
border: none;
}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px 20px 10px 10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn,.ez-toc-glyphicon{display:inline-block;font-weight:400}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-container input,.ez-toc-toggle #item{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav,#ez-toc-widget-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container label{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container .ez-toc-toggle label,.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container .ez-toc-title{display:initial}.ez-toc-wrap-center{margin:0 auto 1em!important}#ez-toc-container a.ez-toc-toggle{color:#444;background:inherit;border:inherit}#ez-toc-container .eztoc-toggle-hide-by-default,.eztoc-hide,label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}.eztoc_no_heading_found{background-color:#ff0;padding-left:10px}.term-description .ez-toc-title-container p:nth-child(2){width:50px;float:right;margin:0}