a {
    text-decoration: none;
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
input,
select,
textarea {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    line-height: 19px;
    color: #111;
}

hr {
    background-color: transparent;
    height: 1px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 14px;
    border-width: 1px 0 0;
    border-top: 1px solid #e7e7e7;
}

.cb-text-right {
    text-align: right !important;
}

.cb-text-base {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.cb-text-large {
    font-size: 21px !important;
    line-height: 1.3 !important;
}

.cb-text-medium {
    font-size: 17px !important;
    line-height: 1.255 !important;
}

.cb-text-normal {
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
}

.cb-hidden {
    display: none !important;
    visibility: hidden !important;
}
.cb-box-inner {
    border-radius: 4px;
    position: relative;
    padding: 14px 18px;
}

.cb-color-secondary {
    color: #555 !important;
}

.cb-text-strike {
    text-decoration: line-through !important;
}

.cb-size-large {
    font-size: 21px !important;
    line-height: 1.3 !important;
    text-rendering: optimizeLegibility;
}

.cb-size-base {
    font-size: 13px !important;
    line-height: 19px !important;
}

.cb-size-medium {
    font-size: 17px !important;
    line-height: 1.255 !important;
}

.cb-size-mini {
    font-size: 11px !important;
    line-height: 1.465 !important;
}

.cb-color-green {
    color: #039503 !important;
}

.cb-color-state {
    color: #c45500 !important;
}

.cb-section-title {
    margin: 3px 0 7px;
    color: #c60 !important;
    font-size: 19px !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-weight: 700;
}

.cb-box-selected {
    background-color: #fcf5ee;
    border: 1px solid #fbd8b4;
    border-radius: 5px;
}

.cb-section:last-child {
    margin-bottom: 0;
}

.cb-grid-vertical-align.cb-row {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
}

.cb-grid-vertical-align.cb-row > div.cb-span9 {
    width: 78.68%;
}

.cb-row .cb-span12,
.cb-span12 {
    width: 100%;
    margin-right: 0;
}

.cb-row .cb-span10 {
    width: 82.948%;
}

.cb-grid-vertical-align.cb-row > div.cb-span3 {
    width: 19.32%;
}

.cb-row .cb-span2 {
    width: 14.948%;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.cb-list-item {
    text-align: center;
    position: relative;
    display: inline-block;
}

.cb-color-success {
    color: #008a00 !important;
}

.cb-item-box-shape {
    position: relative;
    display: block;
    overflow: hidden;
    zoom: 1;
    margin: 0 0 12px 12px;
    border: 1px solid #eee;
    padding: 20px !important;
    -webkit-box-shadow: 1px 1px 3px 0 #f2f2f2;
    -moz-box-shadow: 1px 1px 3px 0 #f2f2f2;
    -ms-box-shadow: 1px 1px 3px 0 #f2f2f2;
    box-shadow: 1px 1px 3px 0 #f2f2f2;
    background-size: 100% 200px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: -ms-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
    background-image: -moz-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
    background-image: -o-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(0.2, #fdfdfd), color-stop(0.6, #fff));
    background-image: -webkit-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
    background-image: linear-gradient(to top, #fafafa 0, #fdfdfd 20%, #fff 60%);
    background-color: #fff;
}

.cb-meter {
    border-radius: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #f2f2f2;
    background: -webkit-linear-gradient(top, #eee, #f6f6f6);
    background: linear-gradient(to bottom, #eee, #f6f6f6);
    background-color: #f3f3f3;
    height: 19px;
}

.cb-meter .cb-meter-bar {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 1px;
    background: #fb0;
    background: -webkit-linear-gradient(top, #ffce00, #ffa700);
    background: linear-gradient(to bottom, #ffce00, #ffa700);
    background-color: #ffce00;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    float: left;
    font-size: 0;
    height: 100%;
    width: 0;
}

.cb-a-global-tbl-css {
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.cb-a-global-tbl-css tr td.cb-td-attr {
    border-top: 1px solid #eaeaea;
    background-color: #f6f6f6;
    color: #444 !important;
    width: 30%;
}

.cb-a-global-tbl-css tr td.cb-td-val {
    border-top: 1px solid #eaeaea;
}

.cb-a-global-tbl-css td {
    white-space: normal;
    word-wrap: break-word;
    padding: 7px 14px 6px;
    vertical-align: top;
}

.cb-letter-space {
    display: inline-block;
    width: 0.385em;
}

.cb-select-tag:focus {
    border-color: #e77600 !important;
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5) !important;
}

.input-field.form-error,
.input-field.form-error:focus,
.cb-input-text.cb-form-error {
    border-color: #d00;
    box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1) inset;
}

.cb-box,
.cb-buy-box {
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.cb-box {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}

.cb-box-nav {
    background-color: #f6f7f9;
    border-bottom: 1px solid #e6e6e6;
}

.cb-text-bold {
    font-weight: 700 !important;
}

.cb-text-small {
    font-size: 13px !important;
    line-height: 20px !important;
}

.cb-text-mini {
    font-size: 11px !important;
    line-height: 1.465 !important;
}

.cb-input-text {
    background-color: #fff;
    height: 31px;
    padding: 3px 12px;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-family: Arial, sans-serif;
    color: #111;
}

.cb-input-text:focus {
    border-color: #e77600;
}

.cb-section {
    margin-bottom: 22px;
}

.cb-block {
    display: block;
    overflow: hidden;
}

.cb-row {
    width: 100%;
}

.cb-row:after,
.cb-row:before {
    display: table;
    content: '';
    line-height: 0;
    font-size: 0;
}

.cb-button-full {
    width: 100%;
}

.cb-button {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}

.cb-button:hover .cb-button-inner {
    background: #e0e3e8;
    background: -webkit-linear-gradient(top, #e7eaf0, #d9dce1);
    background: linear-gradient(to bottom, #e7eaf0, #d9dce1);
}

.cb-button:hover {
    border-color: #a2a6ac #979aa1 #82858a;
}

.cb-button.cb-button-focus,
.cb-button:focus {
    box-shadow: rgba(228, 121, 17, 0.5) 0 0 3px 2px;
    outline: 0;
    border-color: #e77600;
}

.cb-button-primary,
.cb-button-primary.cb-button-focus,
.cb-button-primary:focus,
.cb-button-primary:hover,
.cb-button-primary:hover:active {
    border-color: #a88734 #9c7e31 #846a29;
}

.cb-button-primary {
    background: #f0c14b;
    color: #111;
}

.cb-button-primary:hover .cb-button-inner {
    background: #f1c861;
    background: -webkit-linear-gradient(top, #f5d78e, #eeb933);
    background: linear-gradient(to bottom, #f5d78e, #eeb933);
}

.cb-button-buy-now {
    background: #ed9220;
    border-color: #ca7c1b #be751a #a56616;
}

.cb-button-inner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 29px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    border-radius: 2px;
}

.cb-button-icon .cb-icon,
.cb-button-input {
    position: absolute;
}

.cb-button-h40 .cb-button-inner {
    height: 40px;
}

.cb-button-h35 .cb-button-inner {
    height: 35px;
}

.cb-button-mini .cb-button-inner {
    height: 21px;
}

.cb-button .cb-button-inner {
    background: #eff1f3;
    background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
    background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
}

.cb-button-primary .cb-button-inner {
    background: #f4d078;
    background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.cb-button-buy-now .cb-button-inner {
    background: linear-gradient(#f6c88f, #ed9220);
}

.cb-button-buy-now.cb-button-focus,
.cb-button-buy-now:focus,
.cb-button-buy-now:hover,
.cb-button-buy-now:hover:active {
    border-color: #be751a #b26d18 #9a5f15;
}

.cb-button-buy-now:hover .cb-button-inner {
    background: linear-gradient(#f4bc77, #e18512);
}

.cb-button-input,
.cb-button-text {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.cb-button-input {
    color: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.01;
    overflow: visible;
    z-index: 20;
}

.cb-button .cb-button-text,
.cb-button-primary .cb-button-text {
    color: #111;
}

.cb-button-text {
    display: block;
    font-size: 13px;
    line-height: 29px;
    margin: 0;
    padding: 0 10px 0 11px;
    text-align: center;
    white-space: nowrap;
    font-family: 'CBF Masud', Arial, sans-serif;
}

.cb-button-h40 .cb-button-inner .cb-button-text {
    line-height: 41px;
    font-size: 14px;
    padding: 0px 21px 0px 21px;
}

.cb-button-h35 .cb-button-inner .cb-button-text {
    line-height: 36px;
}

.cb-button-mini .cb-button-inner .cb-button-text {
    line-height: 22px;
    font-size: 12px;
}

.cb-button-text:focus {
    outline: 0;
}

.cb-button.cb-button-dark:hover {
    border-color: #32373e #24282d #212429;
}

.cb-button.cb-button-dark {
    background: #444c55;
    border-color: #3d444c #2f353b #2c3137;
    color: #fff;
}

.cb-button.cb-button-dark .cb-button-inner {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.cb-button.cb-button-dark .cb-button-inner {
    background: #5b626a;
    background: -webkit-linear-gradient(top, #72787f, #444c55);
    background: linear-gradient(to bottom, #72787f, #444c55);
}

.cb-button.cb-button-dark .cb-button-text {
    color: #fff;
}

.cb-icon-star,
.cb-icon-star-medium,
.cb-icon-star-mini,
.cb-icon-star-small {
    position: relative;
    vertical-align: text-top;
}

.cb-icon-star {
    width: 80px;
    height: 18px;
}

.cb-star-0 {
    background-position: -85px -368px;
}

.cb-star-1 {
    background-position: -69px -368px;
}

.cb-star-1-5 {
    background-position: -223px -368px;
}

.cb-star-2 {
    background-position: -53px -368px;
}

.cb-star-2-5 {
    background-position: -207px -368px;
}

.cb-star-3 {
    background-position: -37px -368px;
}

.cb-star-3-5 {
    background-position: -191px -368px;
}

.cb-star-4 {
    background-position: -21px -368px;
}

.cb-star-4-5 {
    background-position: -175px -368px;
}

.cb-star-5 {
    background-position: -5px -368px;
}

.cb-icon-star-medium {
    width: 95px;
    height: 21px;
    margin-right: 1px;
    top: -2px;
}

.cb-star-medium-1 {
    background-position: -81px -396px;
}

.cb-star-medium-1-5 {
    background-position: -262px -396px;
}

.cb-star-medium-2 {
    background-position: -62px -396px;
}

.cb-star-medium-2-5 {
    background-position: -243px -396px;
}

.cb-star-medium-3 {
    background-position: -43px -396px;
}

.cb-star-medium-3-5 {
    background-position: -224px -396px;
}

.cb-star-medium-4 {
    background-position: -24px -396px;
}

.cb-star-medium-4-5 {
    background-position: -205px -396px;
}

.cb-star-medium-5 {
    background-position: -5px -396px;
}

tr.cb-histogram-row td {
    padding: 8px 4px;
}

.cb-icon-star-mini {
    width: 60px;
    height: 12px;
    top: 3px;
}

.cb-star-mini-5 {
    background-position: -100px -590px;
}

.cb-star-mini-4-5 {
    background-position: -230px -590px;
}

.cb-star-mini-4 {
    background-position: -112px -590px;
}

.cb-star-mini-3-5 {
    background-position: -242px -590px;
}

.cb-star-mini-3 {
    background-position: -124px -590px;
}

.cb-star-mini-2-5 {
    background-position: -254px -590px;
}

.cb-star-mini-2 {
    background-position: -136px -590px;
}

.cb-star-mini-1-5 {
    background-position: -266px -590px;
}

.cb-star-mini-1 {
    background-position: -148px -590px;
}

.cb-box-group {
    position: relative;
}
.cb-card-box {
    box-shadow: 0px 1px 5px rgb(206, 206, 206);
    border-radius: 7px;
    overflow: hidden;
}

.cb-box-group > .cb-click-link {
    z-index: 1;
}

.cb-box-group > .cb-box {
    margin-top: -1px;
    border-radius: 0;
}

.cb-box-group > .cb-box.cb-first,
.cb-box-group > .cb-box:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 0;
}

.cb-box-group > .cb-box.cb-last,
.cb-box-group > .cb-box:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cb-box-group > .cb-box.cb-last > .cb-box-inner,
.cb-box-group > .cb-box:last-child > .cb-box-inner {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-field {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-field.input-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

input.input-field:focus,
.input-field:focus {
    border-color: #2188ff;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}

.input-field.input-error {
    border-color: #dc3545;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgb(244 67 54 / 35%);
}

img.p_img_1x1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
img.p_img_1x1:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
body {
    background-color: #f2f3f7;
}
.bg-nav {
    background-color: #2d323a;
}
table {
    border-collapse: collapse;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #777;
    font-size: 15px;
}
th {
    text-align: inherit;
}
.table tbody tr {
    background-color: #fff;
}
.table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}
.oft-btn {
    margin-right: 32px;
}

.oft-btn:last-child {
    margin-right: 0px;
}

.oft-btn:hover {
    border-bottom: 2px solid #ff5722;
}

.oft-btn.oft-active {
    font-weight: 600;
    border-bottom: 2px solid #ff5722;
}
.form-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.form-table td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}
.form-table .input-field {
    border: 1px solid #ddd;
    /* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); */
    box-shadow: none;
    background-color: #fff;
    color: #32373c;
    outline: 0;
    width: 720px;
}
