/* Bluring */
.blurred{
filter: blur(5px);
pointer-events: none;
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 40%
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
/** Payin **/
.payment-area {
    background: #f5f8fd;
}

.payin-area {
    padding: 30px 0 50px 0;
}

.payin-sec {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 15px;
}

.payment-sec label {
    font-size: 14px;

}

.payment-sec .form-check-label {
    padding-left: 5px;
    cursor: pointer;
}

.payment-sec .form-group {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.payment-sec input[type="radio"]:checked {
    border-color: #e9671d;
    background-color: #e9671d;
    width: 20px;
    height: 20px;
}

.payment-sec .form-control {
    border-width: 1px;
    font-weight: 400;
    border-radius: 4px;
}

.payment-sec .form-control.total-amount {
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    background: transparent;
}

.payment-sec ul {
    margin: 0px;
    padding: 0px;
}

.payment-tlt {
    text-align: center;
    margin: 0 0 30px;
}

.net-banking-sec .form-check-label {
    border: 1px solid #e9671d;
    border-radius: 4px;
    padding: 5px 20px;
    display: block;
    position: relative;
}

.net-banking-sec ul li {
    position: relative;
    margin: 0 0 10px;
}

.net-banking-sec .form-check-input:checked+.form-check-label::after {
    content: '\f058';
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #e9671d;
}

.net-banking-sec .form-check-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.net-banking-sec .form-check-label span {
    display: block;
    padding: 2px 0;
}

.net-banking-sec .form-check-label .bank-name {
    font-size: 14px;
    font-weight: 700;
}

.net-banking-sec .form-check-label .bank-account {
    font-size: 13px;
    font-weight: 400;
}

.payment-sec .form-group-btn {
    text-align: right;
}

.payment-sec .form-group-btn .payment-btn {
    padding: 10px 22px;
    font-size: 14px;
    border: 1px solid #e9671d;
    border-radius: 0px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e9671d;
}

.payment-sec .form-group-btn .payment-btn:hover,
.payment-sec .form-group-btn .payment-btn:focus,
.payment-sec .form-group-btn .payment-btn:active {
    border: 1px solid #e9671d;
    background: #fff;
    color: #e9671d;
}

.profile-info {
    background: #f5f8fd;
    padding: 50px 0;
}

.profile-menu {
    margin: 20px 0;
}

.profile-menu ul {
    text-align: right;
}

.profile-menu ul li a {
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
    background: #fff;
    border-right: 3px solid #e9671d;
    color: #747474;
}

.payout-sec,
.payout-sec .flex-row,
.payout-sec .profile-info {
    height: 100%;
}

.payment-withdraw-sec {
    padding: 20px;
    box-sizing: border-box;
}

.withdraw-link {
    color: #747474;
    font-size: 16px;
}

.withdraw-link i {
    padding-right: 5px;
    font-size: 30px;
    color: #e9671d;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}

.withdraw-btn {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.withdraw-details {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0px;
}

.withdraw-information {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #87dabe;
    display: block;
    margin: 0 0 30px;
    position: relative;
}

.withdraw-information::after {
    content: '\f058';
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #87dabe;
}

.withdraw-information .payment-method {
    background: #cdf3e6;
    border-radius: 4px;
    padding: 5px 10px;
    color: #87dabe;
    display: inline-block;
    margin-bottom: 5px;
}

.withdraw-information .wallet-info span {
    display: block;
    margin-top: 5px;
}

.withdraw-information .wallet-info .balance-amount {
    font-size: 24px;
    font-weight: 400;
}

.withdraw-amount-sec .net-banking-sec .form-check-label {
    border-color: #87dabe;
    padding: 8px 20px;
}

.withdraw-amount-sec .net-banking-sec .form-check-input:checked+.form-check-label::after {
    color: #87dabe;
    top: 20px;
}

.withdraw-amount-sec .form-group {
    border: none;
    padding: 0px;
}

.available-bal .wallet {
    max-width: 30px;
    width: 30px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.available-bal .wallet-info {
    display: inline-block;
    vertical-align: middle;
}

.term-content {
    padding: 30px 0;
}

.term-content li {
    padding-left: 20px;
    position: relative;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.5;
}

.term-content li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #e9671d;
    position: absolute;
    left: 0px;
    top: 3px;
}

.paywithdraw-sec .bi_interface-cross {
    position: absolute;
    top: 10px;
    z-index: 99;
    right: 20px;
    background: transparent;
}

.info-popup {
    position: relative;
}

.instrument-information {
    background: #d6d7d9;
    padding: 15px 10px 10px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 65px;
    width: 400px;
    left: 25px;
    z-index: 9999;
}

.instrument-information table {
    width: 100%;
    line-height: 1.2;
}

.instrument-information span {
    font-weight: 400;
    color: #8b8b8b;
}

.instrument-information span.percentage {
    font-weight: 400;
    color: #203fa6;
}

.instrument-table {
    background: #fff;
    margin-top: 10px;
}

.instrument-table table {
    width: 100%;
    border: 1px solid var(--border-color);
}

.instrument-table table div {
    margin: 0 0 5px;
}

.instrument-table table td {
    padding: 0px 10px;
}

.instrument-sec {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid var(--border-color);
}

.instrument-sec .instrument-label,
.instrument-sec .instrument-value {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 50%;
    text-align: left;
}

.instrument-sec .instrument-value {
    text-align: right;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #666;
}

.ui-widget-content {
    border: 1px solid #666;
    background: #000 url(../../styles/images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x;
    color: #fff;
}

.ui-widget-content a {
    color: #fff;
}

.ui-widget-header {
    border: 1px solid #333;
    background: #333 url(../../styles/images/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
}

.ui-widget-header a {
    color: #fff;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #666;
    background: #555 url(../../styles/images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #eee;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #eee;
    text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #59b4d4;
    background: #0078a3 url(../../styles/images/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #fff;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #fff;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #ffaf0f;
    background: #f58400 url(../../styles/images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #ffaf0f;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ccc;
    background: #eee url(../../styles/images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x;
    color: #2e7db2;
}

.ui-state-checked {
    border: 1px solid #ccc;
    background: #eee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #2e7db2;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #ffb73d;
    background: #ffc73d url(../../styles/images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x;
    color: #111;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #111;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #111;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../../styles/images/ui-icons_cccccc_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../../styles/images/ui-icons_ffffff_256x240.png);
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../../styles/images/ui-icons_ffffff_256x240.png);
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(../../styles/images/ui-icons_222222_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(../../styles/images/ui-icons_4b8e0b_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../styles/images/ui-icons_a83300_256x240.png);
}

.ui-button .ui-icon {
    background-image: url(../../styles/images/ui-icons_cccccc_256x240.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 6px;
}

.ui-widget-overlay {
    background: #5c5c5c;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
    -webkit-box-shadow: -7px -7px 7px #ccc;
    box-shadow: -7px -7px 7px #ccc;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    margin-left: 30px;
    background-color: white;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    -moz-appearance: button;
    /* -webkit-appearance: button; */
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    appearance: textfield;
    -moz-appearance: textfield;
    /* -webkit-appearance: textfield; */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../../../styles/fonts/glyphicons-halflings-regular.eot);
    src: url(../../../styles/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../../../styles/fonts/glyphicons-halflings-regular.woff2) format("woff2"),
        url(../../../styles/fonts/glyphicons-halflings-regular.woff) format("woff"), url(../../../styles/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
        url(../../../styles/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.small,
small {
    font-size: 85%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-1-5x {
    font-size: 150%;
}

.text-14 {
    font-size: 14px;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd,
dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */
.row {
    /* margin-right: -15px;
    margin-left: -15px; */
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 576px) {

    .col-xsl-1,
    .col-xsl-10,
    .col-xsl-11,
    .col-xsl-12,
    .col-xsl-2,
    .col-xsl-3,
    .col-xsl-4,
    .col-xsl-5,
    .col-xsl-6,
    .col-xsl-7,
    .col-xsl-8,
    .col-xsl-9 {
        float: left;
    }

    .col-xsl-12 {
        width: 100%;
    }

    .col-xsl-11 {
        width: 91.66666667%;
    }

    .col-xsl-10 {
        width: 83.33333333%;
    }

    .col-xsl-9 {
        width: 75%;
    }

    .col-xsl-8 {
        width: 66.66666667%;
    }

    .col-xsl-7 {
        width: 58.33333333%;
    }

    .col-xsl-6 {
        width: 50%;
    }

    .col-xsl-5 {
        width: 41.66666667%;
    }

    .col-xsl-4 {
        width: 33.33333333%;
    }

    .col-xsl-3 {
        width: 25%;
    }

    .col-xsl-2 {
        width: 16.66666667%;
    }

    .col-xsl-1 {
        width: 8.33333333%;
    }

    .col-xsl-pull-12 {
        right: 100%;
    }

    .col-xsl-pull-11 {
        right: 91.66666667%;
    }

    .col-xsl-pull-10 {
        right: 83.33333333%;
    }

    .col-xsl-pull-9 {
        right: 75%;
    }

    .col-xsl-pull-8 {
        right: 66.66666667%;
    }

    .col-xsl-pull-7 {
        right: 58.33333333%;
    }

    .col-xsl-pull-6 {
        right: 50%;
    }

    .col-xsl-pull-5 {
        right: 41.66666667%;
    }

    .col-xsl-pull-4 {
        right: 33.33333333%;
    }

    .col-xsl-pull-3 {
        right: 25%;
    }

    .col-xsl-pull-2 {
        right: 16.66666667%;
    }

    .col-xsl-pull-1 {
        right: 8.33333333%;
    }

    .col-xsl-pull-0 {
        right: auto;
    }

    .col-xsl-push-12 {
        left: 100%;
    }

    .col-xsl-push-11 {
        left: 91.66666667%;
    }

    .col-xsl-push-10 {
        left: 83.33333333%;
    }

    .col-xsl-push-9 {
        left: 75%;
    }

    .col-xsl-push-8 {
        left: 66.66666667%;
    }

    .col-xsl-push-7 {
        left: 58.33333333%;
    }

    .col-xsl-push-6 {
        left: 50%;
    }

    .col-xsl-push-5 {
        left: 41.66666667%;
    }

    .col-xsl-push-4 {
        left: 33.33333333%;
    }

    .col-xsl-push-3 {
        left: 25%;
    }

    .col-xsl-push-2 {
        left: 16.66666667%;
    }

    .col-xsl-push-1 {
        left: 8.33333333%;
    }

    .col-xsl-push-0 {
        left: auto;
    }

    .col-xsl-offset-12 {
        margin-left: 100%;
    }

    .col-xsl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xsl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xsl-offset-9 {
        margin-left: 75%;
    }

    .col-xsl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xsl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xsl-offset-6 {
        margin-left: 50%;
    }

    .col-xsl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xsl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xsl-offset-3 {
        margin-left: 25%;
    }

    .col-xsl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xsl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xsl-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>tbody>tr>td[valign="middle"] {
    vertical-align: middle;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    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, -webkit-box-shadow ease-in-out 0.15s;
    -o-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;
}

.form-control-sm {
    height: 28px;
    padding: 3px 12px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    /* -webkit-appearance: none; */
    appearance: none;
    -moz-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -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);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -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);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -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);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.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-rounded {
    border-radius: 30px !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* .btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
} */
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;

}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

/* .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
} */
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

/* .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
} */
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-link-blue {
    font-size: var(--fs-large);
    font-weight: 400;
    color: var(--primarycolor);
    display: inline-block;
    background-color: transparent;
    border: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 2px 10px 0;
    font-size: 11px;
    line-height: 1.1;
    border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown,
.dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-itm-menu {
    min-width: 100px;
}

.dropdown-itm-menu .dropdown-item {
    padding: 0 5px;
}

.dropdown-itm-menu .dropdown-item .form-control {
    text-align: center;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-radius: 10px;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;

    height: 40px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    height: 45px;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

/*.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}*/
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

@media (max-width: 767px) {
    .navbar-collapse.collapse>.directive {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 45px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

/*@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }

    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 280px) {
    .navbar-collapse.collapse {
        margin: 0;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        /* margin-right: -15px; */
        margin: 0;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }

    .navbar-nav>li {
        float: left;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

button.close {
    appearance: none;
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0 !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-alert {
        height: calc(100vh - 40px);
        margin: 20px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-alert .modal-content {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.toolwaring{
    color:white !important;
    background-color: #ff5588 !important;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

:root:not(.theme-dark) {
    --tv-color-platform-background: #d1c4e9;
    --tv-color-pane-background: rgb(13, 13, 13);
    --tv-color-pane-background-secondary: rgb(228, 228, 228);
    --tv-color-toolbar-button-background-hover: rgb(13, 13, 13);
    --tv-color-toolbar-button-background-secondary-hover: red;
    --tv-color-toolbar-button-background-expanded: rgb(244, 143, 177);
    --tv-color-toolbar-button-text: rgb(228, 228, 228);
    --tv-color-toolbar-button-text-hover: rgb(201, 195, 207);
    --tv-color-toolbar-button-text-active: rgb(228, 228, 228);
    --tv-color-toolbar-button-text-active-hover: red;
    --tv-color-item-active-text: rgb(228, 228, 228);
    --tv-color-toolbar-toggle-button-background-active: rgb(228, 228, 228);
    --tv-color-toolbar-toggle-button-background-active-hover: rgb(228, 228, 228);
}

.theme-dark:root {
    --tv-color-platform-background: #d1c4e9;
    --tv-color-pane-background: rgb(13, 13, 13);
    --tv-color-pane-background-secondary: rgb(228, 228, 228);
    --tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
    --tv-color-toolbar-button-background-secondary-hover: red;
    --tv-color-toolbar-button-background-expanded: rgb(244, 143, 177);
    --tv-color-toolbar-button-text: rgb(228, 228, 228);
    --tv-color-toolbar-button-text-hover: rgb(201, 195, 207);
    --tv-color-toolbar-button-text-active: rgb(228, 228, 228);
    --tv-color-toolbar-button-text-active-hover: red;
    --tv-color-item-active-text: rgb(228, 228, 228);
    --tv-color-toolbar-toggle-button-background-active: rgb(228, 228, 228);
    --tv-color-toolbar-toggle-button-background-active-hover: rgb(228, 228, 228);
}

.spinner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.spinner-windows8 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-top: 100px;
}

.spinner-windows8 .wBall {
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 2.75s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 2.75s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 2.75s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 2.75s infinite;
    transform: rotate(225deg);
    animation: orbit 2.75s infinite;
}

.spinner-windows8 .wBall .wInnerBall {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    left: 0;
    top: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    z-index: 2;
}

.spinner-windows8 .wBall:first-child {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.spinner-windows8 .wBall:nth-child(2) {
    -moz-animation-delay: 0.12s;
    -webkit-animation-delay: 0.12s;
    -ms-animation-delay: 0.12s;
    -o-animation-delay: 0.12s;
    animation-delay: 0.12s;
}

.spinner-windows8 .wBall:nth-child(3) {
    -moz-animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
    -ms-animation-delay: 0.24s;
    -o-animation-delay: 0.24s;
    animation-delay: 0.24s;
}

.spinner-windows8 .wBall:nth-child(4) {
    -moz-animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -ms-animation-delay: 0.36s;
    -o-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

.spinner-windows8 .wBall:nth-child(5) {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

.tooltip {
    z-index: 20000;
}

body.lobipanel-minimized {
    padding-bottom: 36px;
}

.lobipanel {
    position: relative;
    margin-bottom: 15px;
}

.lobipanel>.panel-heading {
    padding: 5px;
    position: relative;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.lobipanel>.panel-heading>.panel-title {
    float: left;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 28px;
    padding-left: 8px;
}

.content-bar .lobipanel>.panel-heading>.panel-title {
    max-width: calc(100% - 90px);
}

.lobipanel>.panel-heading>.panel-title h1,
.lobipanel>.panel-heading>.panel-title h2,
.lobipanel>.panel-heading>.panel-title h3,
.lobipanel>.panel-heading>.panel-title h4,
.lobipanel>.panel-heading>.panel-title h5,
.lobipanel>.panel-heading>.panel-title h6 {
    margin: 0;
    line-height: 26px;
}

.lobipanel>.panel-heading>.panel-title input {
    color: inherit;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    outline: 0;
}

.lobipanel>.panel-heading>.panel-title input:focus {
    background-color: rgba(0, 0, 0, 0.15);
}
.lobipanel>.panel-heading {
    display: flex;
    justify-content: flex-end;
}
.lobipanel>.panel-heading .dropdown {
    position: relative;
}
/* .lobipanel>.panel-heading .dropdown {
    display: inline-block;
    float: right;
    position: relative;
} */

.lobipanel>.panel-heading .dropdown-search-left {
    display: inline-block;
    vertical-align: top;
    float: none;
    position: static;
}

.lobipanel>.panel-heading .dropdown.dropdown-search-left>.dropdown-menu {
    display: flex;
    align-items: center;
}

.lobipanel .panel-heading .dropdown-search-left .dropdown-menu>li>a {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lobipanel>.panel-heading .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 0;
    margin-top: 0;
    border-radius: 0;
}

.lobipanel>.panel-heading .dropdown .dropdown-menu>li>a .control-title {
    display: inline-block;
    margin-left: 15px;
}

.lobipanel>.panel-heading .dropdown .dropdown-menu .style-change-item {
    position: relative;
}

.lobipanel>.panel-heading .dropdown .dropdown-menu .style-change-item .style-list {
    position: absolute;
    background: #f5f5f5;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    padding: 4px;
    display: none;
    width: 92px;
    top: 100%;
    right: 0;
    z-index: 2;
}

.lobipanel>.panel-heading .dropdown .dropdown-menu .style-change-item .style-list .style-item {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: 2px solid #f5f5f5;
}

.lobipanel>.panel-heading .dropdown .dropdown-menu .style-change-item .style-list .style-item:hover {
    border-color: #fff;
}

.lobipanel>.panel-heading .dropdown .dropdown-menu .style-change-item .style-list .style-item:active {
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.lobipanel>.panel-heading .dropdown .dropdown-menu .style-change-item .style-list.opened {
    display: block;
}

.lobipanel>.panel-heading .dropdown .dropdown-toggle {
    border: none;
    outline: 0;
    background-color: transparent;
    text-align: center;
    padding: 0;
    width: 30px;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.lobipanel>.panel-heading .dropdown .dropdown-toggle .panel-control-icon {
    top: 0;
    line-height: 30px;
}

.lobipanel>.panel-heading .dropdown .dropdown-toggle:hover,
.lobipanel>.panel-heading .dropdown .dropdown-toggle:hover:focus {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
}

.lobipanel>.panel-heading .dropdown.open .dropdown-toggle {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
}

.lobipanel>.panel-heading:after,
.lobipanel>.panel-heading:before {
    content: " ";
    display: table;
}

.lobipanel>.panel-heading:after {
    clear: both;
}

@media screen and (min-width: 768px) {
    .lobipanel .panel-heading .dropdown .dropdown-menu {
        position: static;
        display: inline-block;
        border: none;
        padding: 0 5px 0 0;
        margin: 0;
        min-width: 0;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li {
        display: inline-block;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a {
        cursor: pointer;
        color: inherit;
        padding: 0;
        outline: 0;
        text-align: center;
        width: 30px;
        font-size: 14px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon {
        top: 0;
        line-height: 30px;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon.bi_interface-resize-full-a,
    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon.bi_interface-resize-normal {
        font-size: 16px;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a [class*="bi_"] {
        font-size: 14px;
        color: var(--secondtext);
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a .control-title {
        display: none;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a:focus:hover,
    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a:hover {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
        background-color: rgba(0, 0, 0, 0.15);
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu>li>a:focus {
        text-shadow: none;
        background-color: transparent;
    }

    .lobipanel .panel-heading .dropdown .dropdown-toggle {
        display: none;
    }
}

.lobipanel>.panel-body {
    overflow: auto;
    position: relative;
}

.lobipanel .panel-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
}

.lobipanel.panel-collapsed>.panel-heading {
    border-bottom: none;
}

.lobipanel.panel-collapsed>.panel-heading .dropdown .dropdown-menu>li>a[data-func="expand"],
.lobipanel.panel-collapsed>.panel-heading .dropdown .dropdown-menu>li>a[data-func="reload"],
.lobipanel.panel-collapsed>.panel-heading .dropdown .dropdown-menu>li>a[data-func="unpin"] {
    display: none;
}

.lobipanel.panel-expanded,
.lobipanel.panel-minimized.panel-unpin,
.lobipanel.panel-unpin {
    margin-bottom: 0;
}

.lobipanel.panel-unpin {
    overflow: hidden;
    position: absolute;
    z-index: 10000;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
    box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
}

.lobipanel.panel-unpin>.panel-heading {
    cursor: move;
}

.lobipanel.panel-unpin.panel-minimized {
    float: left;
    position: static;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 170px;
    margin-right: 5px;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading {
    padding: 0;
    cursor: pointer;
    border-bottom: none;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .panel-title {
    max-width: calc(100% - 60px);
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .panel-title h1,
.lobipanel.panel-unpin.panel-minimized>.panel-heading .panel-title h2,
.lobipanel.panel-unpin.panel-minimized>.panel-heading .panel-title h3,
.lobipanel.panel-unpin.panel-minimized>.panel-heading .panel-title h4,
.lobipanel.panel-unpin.panel-minimized>.panel-heading .panel-title h5,
.lobipanel.panel-unpin.panel-minimized>.panel-heading .panel-title h6 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu {
    position: static;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li {
    display: inline-block;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a {
    cursor: pointer;
    color: inherit;
    padding: 0;
    outline: 0;
    text-align: center;
    width: 30px;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon {
    top: 0;
    line-height: 30px;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a .control-title {
    display: none;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a:focus:hover,
.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a:focus {
    text-shadow: none;
    background-color: transparent;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-toggle {
    display: none;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a {
    display: none;
}

.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a[data-func="close"],
.lobipanel.panel-unpin.panel-minimized>.panel-heading .dropdown .dropdown-menu>li>a[data-func="expand"] {
    display: inline-block;
}

.lobipanel.panel-unpin.panel-minimized>.panel-body,
.lobipanel.panel-unpin.panel-minimized>.panel-footer {
    display: none !important;
}

.lobipanel.panel-expanded>.panel-heading {
    cursor: default;
}

.lobipanel.panel-expanded>.panel-heading .dropdown .dropdown-menu>li>a[data-func="minimize"],
.lobipanel.panel-expanded>.panel-heading .dropdown .dropdown-menu>li>a[data-func="unpin"] {
    display: none;
}

.lobipanel.panel-expanded.panel-unpin>.panel-heading .panel-control[data-func="minimize"] {
    display: block;
}

.lobipanel-minimized-toolbar {
    position: fixed;
    height: 36px;
    padding: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    background: rgba(34, 115, 182, 0.51);
}

.lobipanel-placeholder {
    background-color: #f9f5d1;
    border: 1px dashed #919191;
    margin-bottom: 15px;
}

.lobipanel-parent-sortable {
    min-height: 20px;
}

/*!
 * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0 !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\00a0";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

body {
    background-color: #f9f9f9;
}

.container {
    margin-top: 20px;
}

th[draggable],
th[draggable] a {
    cursor: move;
}

th[draggable] a,
th[draggable] a:hover {
    display: block;
    text-decoration: none;
    color: #333;
}

.drag {
    background-color: none;
    opacity: 1;
}

.dnd-drag {
    opacity: 0.25;
}

.over {
    background-color: rgba(0, 0, 255, 0.35);
}

body.swal2-shown {
    overflow-y: hidden;
}

body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.swal2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
}

.swal2-container.swal2-fade {
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
    background-color: var(--modalpanel) !important;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
}

.swal2-modal:focus {
    outline: 0;
}

.swal2-modal.swal2-loading {
    overflow-y: hidden;
}

.swal2-modal .swal2-title {
    color: var(--text);
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
    margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7.5px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    border: 3px solid #999;
    -webkit-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
}

.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%;
}

.swal2-modal .swal2-close {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #ccc;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
    color: #d55;
}

.swal2-modal>.swal2-checkbox,
.swal2-modal>.swal2-file,
.swal2-modal>.swal2-input,
.swal2-modal>.swal2-radio,
.swal2-modal>.swal2-select,
.swal2-modal>.swal2-textarea {
    display: none;
}

.swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: var(--text);
    word-wrap: break-word;
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
    margin: 20px auto;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    -webkit-box-shadow: 0 0 2px #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 1px solid #b4dbed;
    -webkit-box-shadow: 0 0 3px #c4e6f5;
    box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
    color: #ccc;
}

.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
    color: #ccc;
}

.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
    color: #ccc;
}

.swal2-modal .swal2-range input {
    float: left;
    width: 80%;
}

.swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0;
}

.swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px;
}

.swal2-modal .swal2-input[type="number"] {
    max-width: 150px;
}

.swal2-modal .swal2-file {
    font-size: 20px;
}

.swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px;
}

.swal2-modal .swal2-select {
    color: var(--text);
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
}

.swal2-modal .swal2-radio {
    border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
    margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
    vertical-align: middle;
}

.swal2-modal .swal2-radio input {
    margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
    color: var(--text);
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
    vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none;
}

.swal2-modal .swal2-validationerror::before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.swal2-icon.swal2-warning {
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}

.swal2-icon.swal2-info {
    font-family: "Open Sans", sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}

.swal2-icon.swal2-question {
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    display: none;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
    display: none;
}

.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
    background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
    background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: 0.4em;
    margin: 0 -1px;
    z-index: 10;
}

[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}

.swal-modal .swal-title {
    color: #ff5588;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    word-wrap: break-word;
}

.swal-modal .swal-text {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    line-height: normal;
    color: #747474;
    word-wrap: break-word;
}

.swal-modal .swal-footer {
    text-align: center;
}

.swal-modal .swal-footer .swal-button {
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 32px;
    box-shadow: none;
}

.swal-modal .swal-footer .swal-button--confirm {
    background-color: #203fa6;
}

.swal-modal .swal-footer .swal-button--cancel {
    background-color: #ff5588;
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

.swal2-show {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}

.swal2-hide {
    -webkit-animation: hideSweetAlert 0.15s forwards;
    animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

.swal2-animate-success-line-tip {
    -webkit-animation: animate-success-tip 0.75s;
    animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
    -webkit-animation: animate-success-long 0.75s;
    animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.swal2-animate-error-icon {
    -webkit-animation: animate-error-icon 0.5s;
    animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.swal2-animate-x-mark {
    -webkit-animation: animate-x-mark 0.5s;
    animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: budicon;
    src: url(../fonts/budicon.eot);
    src: url(../fonts/budicon.eot#iefix) format("embedded-opentype"), url(../fonts/budicon.woff) format("woff"), url(../fonts/budicon.ttf) format("truetype"), url(../fonts/budicon.svg#budicon) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" bi_"]:before,
[class^="bi_"]:before {
    font-family: budicon;
    font-style: normal;
    font-weight: 400;
    /* speak: none; */
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.bi_animal-fish:before {
    content: "\e800";
}

.bi_animal-fox:before {
    content: "\e801";
}

.bi_animal-frog:before {
    content: "\e802";
}

.bi_animal-goose:before {
    content: "\e803";
}

.bi_animal-husky:before {
    content: "\e804";
}

.bi_animal-lion:before {
    content: "\e805";
}

.bi_animal-monkey:before {
    content: "\e806";
}

.bi_animal-monkey-a:before {
    content: "\e807";
}

.bi_animal-mouse:before {
    content: "\e808";
}

.bi_animal-pig:before {
    content: "\e809";
}

.bi_animal-pig-a:before {
    content: "\e80a";
}

.bi_animal-sheep:before {
    content: "\e80b";
}

.bi_animal-shrimp:before {
    content: "\e80c";
}

.bi_animal-wolf:before {
    content: "\e80d";
}

.bi_animal-bull:before {
    content: "\e80e";
}

.bi_animal-cat:before {
    content: "\e80f";
}

.bi_animal-chicken:before {
    content: "\e810";
}

.bi_animal-cow:before {
    content: "\e811";
}

.bi_animal-cow-a:before {
    content: "\e812";
}

.bi_animal-dog:before {
    content: "\e813";
}

.bi_com-bubble-dot-b:before {
    content: "\e814";
}

.bi_com-bubble-line:before {
    content: "\e815";
}

.bi_com-bubble-line-a:before {
    content: "\e816";
}

.bi_com-bubble-line-b:before {
    content: "\e817";
}

.bi_com-chat:before {
    content: "\e818";
}

.bi_com-check-box:before {
    content: "\e819";
}

.bi_com-email:before {
    content: "\e81a";
}

.bi_com-email-cross:before {
    content: "\e81b";
}

.bi_com-email-minus:before {
    content: "\e81c";
}

.bi_com-email-o:before {
    content: "\e81d";
}

.bi_com-email-plus:before {
    content: "\e81e";
}

.bi_com-email-tick:before {
    content: "\e81f";
}

.bi_com-envelope:before {
    content: "\e820";
}

.bi_com-feather-pen:before {
    content: "\e821";
}

.bi_com-fountain-pen:before {
    content: "\e822";
}

.bi_com-group-bubble:before {
    content: "\e823";
}

.bi_com-group-bubble-a:before {
    content: "\e824";
}

.bi_com-group-bubble-b:before {
    content: "\e825";
}

.bi_com-group-bubble-c:before {
    content: "\e826";
}

.bi_com-group-bubble-d:before {
    content: "\e827";
}

.bi_com-help:before {
    content: "\e828";
}

.bi_com-help-a:before {
    content: "\e829";
}

.bi_com-megaphone:before {
    content: "\e82a";
}

.bi_com-megaphone-a:before {
    content: "\e82b";
}

.bi_com-mic:before {
    content: "\e82c";
}

.bi_com-mic-mute:before {
    content: "\e82d";
}

.bi_com-paperplane:before {
    content: "\e82e";
}

.bi_com-phone:before {
    content: "\e82f";
}

.bi_com-phone-a:before {
    content: "\e830";
}

.bi_com-pictures:before {
    content: "\e831";
}

.bi_com-voicemail:before {
    content: "\e832";
}

.bi_com-bell:before {
    content: "\e833";
}

.bi_com-bell-a:before {
    content: "\e834";
}

.bi_com-broadcast:before {
    content: "\e835";
}

.bi_com-broadcast-a:before {
    content: "\e836";
}

.bi_com-bubble:before {
    content: "\e837";
}

.bi_com-bubble-a:before {
    content: "\e838";
}

.bi_com-bubble-b:before {
    content: "\e839";
}

.bi_com-bubble-dot:before {
    content: "\e83a";
}

.bi_com-bubble-dot-a:before {
    content: "\e83b";
}

.bi_doc-analytic-blank:before {
    content: "\e83c";
}

.bi_doc-analytic-line:before {
    content: "\e83d";
}

.bi_doc-analytic-line-a:before {
    content: "\e83e";
}

.bi_doc-article:before {
    content: "\e83f";
}

.bi_doc-article-a:before {
    content: "\e840";
}

.bi_doc-article-b:before {
    content: "\e841";
}

.bi_doc-attachment:before {
    content: "\e842";
}

.bi_doc-attachment-a:before {
    content: "\e843";
}

.bi_doc-binder-blank:before {
    content: "\e844";
}

.bi_doc-binder-four:before {
    content: "\e845";
}

.bi_doc-binder-one:before {
    content: "\e846";
}

.bi_doc-binder-three:before {
    content: "\e847";
}

.bi_doc-binder-two:before {
    content: "\e848";
}

.bi_doc-binder-zero:before {
    content: "\e849";
}

.bi_doc-book:before {
    content: "\e84a";
}

.bi_doc-book-a:before {
    content: "\e84b";
}

.bi_doc-book-b:before {
    content: "\e84c";
}

.bi_doc-book-c:before {
    content: "\e84d";
}

.bi_doc-book-d:before {
    content: "\e84e";
}

.bi_doc-bookmark:before {
    content: "\e84f";
}

.bi_doc-book-mark:before {
    content: "\e850";
}

.bi_doc-box:before {
    content: "\e851";
}

.bi_doc-briefcase:before {
    content: "\e852";
}

.bi_doc-briefcase-a:before {
    content: "\e853";
}

.bi_doc-briefcase-b:before {
    content: "\e854";
}

.bi_doc-briefcase-c:before {
    content: "\e855";
}

.bi_doc-briefcase-d:before {
    content: "\e856";
}

.bi_doc-compose:before {
    content: "\e857";
}

.bi_doc-compose-a:before {
    content: "\e858";
}

.bi_doc-documents:before {
    content: "\e859";
}

.bi_doc-documents-minus:before {
    content: "\e85a";
}

.bi_doc-documents-plus:before {
    content: "\e85b";
}

.bi_doc-download:before {
    content: "\e85c";
}

.bi_doc-drawer:before {
    content: "\e85d";
}

.bi_doc-drawer-a:before {
    content: "\e85e";
}

.bi_doc-drawer-b:before {
    content: "\e85f";
}

.bi_doc-drawer-blank:before {
    content: "\e860";
}

.bi_doc-drawer-download:before {
    content: "\e861";
}

.bi_doc-drawer-line:before {
    content: "\e862";
}

.bi_doc-drawer-upload:before {
    content: "\e863";
}

.bi_doc-envelope:before {
    content: "\e864";
}

.bi_doc-file-blank:before {
    content: "\e865";
}

.bi_doc-file-blank-a:before {
    content: "\e866";
}

.bi_doc-file-cross:before {
    content: "\e867";
}

.bi_doc-file-cross-a:before {
    content: "\e868";
}

.bi_doc-file-line:before {
    content: "\e869";
}

.bi_doc-file-line-a:before {
    content: "\e86a";
}

.bi_doc-file-minus:before {
    content: "\e86b";
}

.bi_doc-file-minus-a:before {
    content: "\e86c";
}

.bi_doc-file-plus:before {
    content: "\e86d";
}

.bi_doc-file-plus-a:before {
    content: "\e86e";
}

.bi_doc-file-stack:before {
    content: "\e86f";
}

.bi_doc-file-tick:before {
    content: "\e870";
}

.bi_doc-file-tick-a:before {
    content: "\e871";
}

.bi_doc-folder:before {
    content: "\e872";
}

.bi_doc-folder-a:before {
    content: "\e873";
}

.bi_doc-folder-check-a:before {
    content: "\e874";
}

.bi_doc-folder-cross:before {
    content: "\e875";
}

.bi_doc-folder-cross-a:before {
    content: "\e876";
}

.bi_doc-folder-minus:before {
    content: "\e877";
}

.bi_doc-folder-minus-a:before {
    content: "\e878";
}

.bi_doc-folder-plus:before {
    content: "\e879";
}

.bi_doc-folder-plus-a:before {
    content: "\e87a";
}

.bi_doc-folder-s:before {
    content: "\e87b";
}

.bi_doc-folder-sync:before {
    content: "\e87c";
}

.bi_doc-folder-tick:before {
    content: "\e87d";
}

.bi_doc-list:before {
    content: "\e87e";
}

.bi_doc-news:before {
    content: "\e87f";
}

.bi_doc-newspaper:before {
    content: "\e880";
}

.bi_doc-newspaper-a:before {
    content: "\e881";
}

.bi_doc-newspaper-b:before {
    content: "\e882";
}

.bi_doc-notebook:before {
    content: "\e883";
}

.bi_doc-notebook-a:before {
    content: "\e884";
}

.bi_doc-note-pen:before {
    content: "\e885";
}

.bi_doc-paper-line:before {
    content: "\e886";
}

.bi_doc-papers:before {
    content: "\e887";
}

.bi_doc-paper-stack:before {
    content: "\e888";
}

.bi_doc-photo-stack:before {
    content: "\e889";
}

.bi_doc-pie:before {
    content: "\e88a";
}

.bi_doc-pie-a:before {
    content: "\e88b";
}

.bi_doc-pie-b:before {
    content: "\e88c";
}

.bi_doc-pin:before {
    content: "\e88d";
}

.bi_doc-pin-a:before {
    content: "\e88e";
}

.bi_doc-print:before {
    content: "\e88f";
}

.bi_doc-print-a:before {
    content: "\e890";
}

.bi_doc-profile:before {
    content: "\e891";
}

.bi_doc-profile-a:before {
    content: "\e892";
}

.bi_doc-upload:before {
    content: "\e893";
}

.bi_doc-wboard-line:before {
    content: "\e894";
}

.bi_doc-wboard-tick:before {
    content: "\e895";
}

.bi_media-glass:before {
    content: "\e896";
}

.bi_media-glass-a:before {
    content: "\e897";
}

.bi_media-image:before {
    content: "\e898";
}

.bi_media-image-a:before {
    content: "\e899";
}

.bi_media-image-b:before {
    content: "\e89a";
}

.bi_media-image-c:before {
    content: "\e89b";
}

.bi_media-image-d:before {
    content: "\e89c";
}

.bi_media-negative:before {
    content: "\e89d";
}

.bi_media-negative-a:before {
    content: "\e89e";
}

.bi_media-video:before {
    content: "\e89f";
}

.bi_media-video-a:before {
    content: "\e8a0";
}

.bi_media-video-clip:before {
    content: "\e8a1";
}

.bi_media-video-r:before {
    content: "\e8a2";
}

.bi_business-tie:before {
    content: "\e8a3";
}

.bi_business-tie-a:before {
    content: "\e8a4";
}

.bi_business-tie-b:before {
    content: "\e8a5";
}

.bi_doc-analytic-bar:before {
    content: "\e8a6";
}

.bi_ecommerce-basket:before {
    content: "\e8a7";
}

.bi_ecommerce-bill:before {
    content: "\e8a8";
}

.bi_ecommerce-bill-a:before {
    content: "\e8a9";
}

.bi_ecommerce-bill-b:before {
    content: "\e8aa";
}

.bi_ecommerce-bowtie:before {
    content: "\e8ab";
}

.bi_ecommerce-cash:before {
    content: "\e8ac";
}

.bi_ecommerce-cash-a:before {
    content: "\e8ad";
}

.bi_ecommerce-coins:before {
    content: "\e8ae";
}

.bi_ecommerce-coins-a:before {
    content: "\e8af";
}

.bi_ecommerce-creditcard:before {
    content: "\e8b0";
}

.bi_ecommerce-creditcard-b:before {
    content: "\e8b1";
}

.bi_ecommerce-creditcard-c:before {
    content: "\e8b2";
}

.bi_ecommerce-creditcard-d:before {
    content: "\e8b3";
}

.bi_ecommerce-diamon:before {
    content: "\e8b4";
}

.bi_ecommerce-digital-download:before {
    content: "\e8b5";
}

.bi_ecommerce-digital-upload:before {
    content: "\e8b6";
}

.bi_ecommerce-dollar:before {
    content: "\e8b7";
}

.bi_ecommerce-euro:before {
    content: "\e8b8";
}

.bi_ecommerce-gift:before {
    content: "\e8b9";
}

.bi_ecommerce-hanger:before {
    content: "\e8ba";
}

.bi_ecommerce-jeans:before {
    content: "\e8bb";
}

.bi_ecommerce-lipstick:before {
    content: "\e8bc";
}

.bi_ecommerce-market:before {
    content: "\e8bd";
}

.bi_ecommerce-mastercard:before {
    content: "\e8be";
}

.bi_ecommerce-pack:before {
    content: "\e8bf";
}

.bi_ecommerce-pack-a:before {
    content: "\e8c0";
}

.bi_ecommerce-pounds:before {
    content: "\e8c1";
}

.bi_ecommerce-ring:before {
    content: "\e8c2";
}

.bi_ecommerce-safebox:before {
    content: "\e8c3";
}

.bi_ecommerce-shirt:before {
    content: "\e8c4";
}

.bi_ecommerce-shirt-a:before {
    content: "\e8c5";
}

.bi_ecommerce-shoes:before {
    content: "\e8c6";
}

.bi_ecommerce-shop:before {
    content: "\e8c7";
}

.bi_ecommerce-shopcart:before {
    content: "\e8c8";
}

.bi_ecommerce-shopcart-a:before {
    content: "\e8c9";
}

.bi_ecommerce-shopcart-a-download:before {
    content: "\e8ca";
}

.bi_ecommerce-shopcart-a-fill:before {
    content: "\e8cb";
}

.bi_ecommerce-shopcart-c:before {
    content: "\e8cc";
}

.bi_ecommerce-shopcart-d:before {
    content: "\e8cd";
}

.bi_ecommerce-shopcart-download:before {
    content: "\e8ce";
}

.bi_ecommerce-shopcart-fill:before {
    content: "\e8cf";
}

.bi_ecommerce-short:before {
    content: "\e8d0";
}

.bi_ecommerce-suitcase:before {
    content: "\e8d1";
}

.bi_ecommerce-suitcase-a:before {
    content: "\e8d2";
}

.bi_ecommerce-tag:before {
    content: "\e8d3";
}

.bi_ecommerce-tag-a:before {
    content: "\e8d4";
}

.bi_ecommerce-tag-a-s:before {
    content: "\e8d5";
}

.bi_ecommerce-tag-b:before {
    content: "\e8d6";
}

.bi_ecommerce-tag-b-s:before {
    content: "\e8d7";
}

.bi_ecommerce-tag-c:before {
    content: "\e8d8";
}

.bi_ecommerce-tag-cross:before {
    content: "\e8d9";
}

.bi_ecommerce-tag-c-s:before {
    content: "\e8da";
}

.bi_ecommerce-tag-minus:before {
    content: "\e8db";
}

.bi_ecommerce-tag-plus:before {
    content: "\e8dc";
}

.bi_ecommerce-tag-tick:before {
    content: "\e8dd";
}

.bi_ecommerce-tracking:before {
    content: "\e8de";
}

.bi_ecommerce-tshirt:before {
    content: "\e8df";
}

.bi_ecommerce-wallet:before {
    content: "\e8e0";
}

.bi_ecommerce-wallet-a:before {
    content: "\e8e1";
}

.bi_ecommerce-woman-bag:before {
    content: "\e8e2";
}

.bi_ecommerce-yen:before {
    content: "\e8e3";
}

.bi_ecommerce-backpack:before {
    content: "\e8e4";
}

.bi_ecommerce-backpack-a:before {
    content: "\e8e5";
}

.bi_ecommerce-bag:before {
    content: "\e8e6";
}

.bi_ecommerce-bag-a:before {
    content: "\e8e7";
}

.bi_ecommerce-bag-b:before {
    content: "\e8e8";
}

.bi_editorial-pencil-s:before {
    content: "\e8e9";
}

.bi_editorial-pen-s:before {
    content: "\e8ea";
}

.bi_editorial-redo:before {
    content: "\e8eb";
}

.bi_editorial-right-align:before {
    content: "\e8ec";
}

.bi_editorial-trash:before {
    content: "\e8ed";
}

.bi_editorial-trash-a:before {
    content: "\e8ee";
}

.bi_editorial-trash-a-l:before {
    content: "\e8ef";
}

.bi_editorial-trash-l:before {
    content: "\e8f0";
}

.bi_editorial-undo:before {
    content: "\e8f1";
}

.bi_editorial-write:before {
    content: "\e8f2";
}

.bi_editorial-write-s:before {
    content: "\e8f3";
}

.bi_editorial-ascending:before {
    content: "\e8f4";
}

.bi_editorial-bookmark:before {
    content: "\e8f5";
}

.bi_editorial-bookmark-a:before {
    content: "\e8f6";
}

.bi_editorial-brush:before {
    content: "\e8f7";
}

.bi_editorial-center-align:before {
    content: "\e8f8";
}

.bi_editorial-compose:before {
    content: "\e8f9";
}

.bi_editorial-descending:before {
    content: "\e8fa";
}

.bi_editorial-left-align:before {
    content: "\e8fb";
}

.bi_editorial-pen:before {
    content: "\e8fc";
}

.bi_editorial-pencil:before {
    content: "\e8fd";
}

.bi_editorial-pencil-a:before {
    content: "\e8fe";
}

.bi_editorial-pencil-a-s:before {
    content: "\e8ff";
}

.bi_building-drawer-a:before {
    content: "\e900";
}

.bi_building-house:before {
    content: "\e901";
}

.bi_building-house-a:before {
    content: "\e902";
}

.bi_building-museum:before {
    content: "\e903";
}

.bi_building-office:before {
    content: "\e904";
}

.bi_building-office-a:before {
    content: "\e905";
}

.bi_building-office-b:before {
    content: "\e906";
}

.bi_building-sofa:before {
    content: "\e907";
}

.bi_building-sofa-a:before {
    content: "\e908";
}

.bi_building-sofa-b:before {
    content: "\e909";
}

.bi_building-sofa-twin:before {
    content: "\e90a";
}

.bi_building-sofa-twin-a:before {
    content: "\e90b";
}

.bi_building-table-lamp:before {
    content: "\e90c";
}

.bi_building-table-lamp-a:before {
    content: "\e90d";
}

.bi_building-tower:before {
    content: "\e90e";
}

.bi_building-tree:before {
    content: "\e90f";
}

.bi_environment-flower:before {
    content: "\e910";
}

.bi_environment-flower-a:before {
    content: "\e911";
}

.bi_environment-flower-b:before {
    content: "\e912";
}

.bi_environment-leaf:before {
    content: "\e913";
}

.bi_environment-leaf-a:before {
    content: "\e914";
}

.bi_environment-mountain:before {
    content: "\e915";
}

.bi_environment-mountain-a:before {
    content: "\e916";
}

.bi_environment-no-smoke:before {
    content: "\e917";
}

.bi_environment-plant:before {
    content: "\e918";
}

.bi_environment-sign:before {
    content: "\e919";
}

.bi_environment-smoke:before {
    content: "\e91a";
}

.bi_environment-tree:before {
    content: "\e91b";
}

.bi_building-apartment:before {
    content: "\e91c";
}

.bi_building-bed:before {
    content: "\e91d";
}

.bi_building-bulb:before {
    content: "\e91e";
}

.bi_building-cabinet:before {
    content: "\e91f";
}

.bi_building-desk:before {
    content: "\e920";
}

.bi_building-desk-a:before {
    content: "\e921";
}

.bi_building-desk-b:before {
    content: "\e922";
}

.bi_building-desk-c:before {
    content: "\e923";
}

.bi_building-door:before {
    content: "\e924";
}

.bi_building-drawer:before {
    content: "\e925";
}

.bi_beverage-cocktail-a:before {
    content: "\e926";
}

.bi_beverage-coffee:before {
    content: "\e927";
}

.bi_beverage-coffee-a:before {
    content: "\e928";
}

.bi_beverage-coffee-b:before {
    content: "\e929";
}

.bi_beverage-coffee-cup:before {
    content: "\e92a";
}

.bi_beverage-coffee-cup-a:before {
    content: "\e92b";
}

.bi_beverage-cokctail:before {
    content: "\e92c";
}

.bi_beverage-cup-straw:before {
    content: "\e92d";
}

.bi_beverage-empty-glass:before {
    content: "\e92e";
}

.bi_beverage-milk:before {
    content: "\e92f";
}

.bi_beverage-milk-a:before {
    content: "\e930";
}

.bi_beverage-tea:before {
    content: "\e931";
}

.bi_beverage-tea-a:before {
    content: "\e932";
}

.bi_beverage-tea-cup:before {
    content: "\e933";
}

.bi_beverage-tea-cup-a:before {
    content: "\e934";
}

.bi_beverage-water:before {
    content: "\e935";
}

.bi_beverage-water-a:before {
    content: "\e936";
}

.bi_beverage-water-glass:before {
    content: "\e937";
}

.bi_beverage-wine:before {
    content: "\e938";
}

.bi_food-apple:before {
    content: "\e939";
}

.bi_food-bowl:before {
    content: "\e93a";
}

.bi_food-cherry:before {
    content: "\e93b";
}

.bi_food-cherry-a:before {
    content: "\e93c";
}

.bi_food-chinese-food:before {
    content: "\e93d";
}

.bi_food-chinese-food-a:before {
    content: "\e93e";
}

.bi_food-chinese-food-b:before {
    content: "\e93f";
}

.bi_food-drumstick:before {
    content: "\e940";
}

.bi_food-egg:before {
    content: "\e941";
}

.bi_food-grape:before {
    content: "\e942";
}

.bi_food-hamburger:before {
    content: "\e943";
}

.bi_food-hamburger-a:before {
    content: "\e944";
}

.bi_food-ice-cream:before {
    content: "\e945";
}

.bi_food-ice-cream-a:before {
    content: "\e946";
}

.bi_food-ice-cream-b:before {
    content: "\e947";
}

.bi_food-ice-cream-c:before {
    content: "\e948";
}

.bi_food-melon:before {
    content: "\e949";
}

.bi_food-noodle:before {
    content: "\e94a";
}

.bi_food-noodle-a:before {
    content: "\e94b";
}

.bi_food-onigiri:before {
    content: "\e94c";
}

.bi_food-onigiri-a:before {
    content: "\e94d";
}

.bi_food-white-bread:before {
    content: "\e94e";
}

.bi_kitchen-fork-knife:before {
    content: "\e94f";
}

.bi_kitchen-fork-knife-a:before {
    content: "\e950";
}

.bi_kitchen-fridge:before {
    content: "\e951";
}

.bi_kitchen-grill:before {
    content: "\e952";
}

.bi_kitchen-heat:before {
    content: "\e953";
}

.bi_kitchen-heat-a:before {
    content: "\e954";
}

.bi_kitchen-hood:before {
    content: "\e955";
}

.bi_kitchen-hood-a:before {
    content: "\e956";
}

.bi_kitchen-jam:before {
    content: "\e957";
}

.bi_kitchen-ketchup:before {
    content: "\e958";
}

.bi_kitchen-leaf:before {
    content: "\e959";
}

.bi_kitchen-microwave:before {
    content: "\e95a";
}

.bi_kitchen-pepper:before {
    content: "\e95b";
}

.bi_kitchen-plate:before {
    content: "\e95c";
}

.bi_kitchen-recipe-book:before {
    content: "\e95d";
}

.bi_kitchen-salt:before {
    content: "\e95e";
}

.bi_kitchen-spatula:before {
    content: "\e95f";
}

.bi_kitchen-spoon-fork:before {
    content: "\e960";
}

.bi_kitchen-spoon-fork-a:before {
    content: "\e961";
}

.bi_kitchen-tissue:before {
    content: "\e962";
}

.bi_kitchen-water:before {
    content: "\e963";
}

.bi_beverage-alt-glass:before {
    content: "\e964";
}

.bi_beverage-alt-glass-a:before {
    content: "\e965";
}

.bi_beverage-alt-glass-b:before {
    content: "\e966";
}

.bi_beverage-alt-glass-c:before {
    content: "\e967";
}

.bi_beverage-beer:before {
    content: "\e968";
}

.bi_beverage-chinese-tea:before {
    content: "\e969";
}

.bi_beverage-chinese-tea-a:before {
    content: "\e96a";
}

.bi_beverage-chinese-tea-a-s:before {
    content: "\e96b";
}

.bi_beverage-chinese-tea-s:before {
    content: "\e96c";
}

.bi_setting-switch:before {
    content: "\e96d";
}

.bi_setting-switch-a:before {
    content: "\e96e";
}

.bi_setting-wrench:before {
    content: "\e96f";
}

.bi_setting-wrench-a:before {
    content: "\e970";
}

.bi_setting-airplane:before {
    content: "\e971";
}

.bi_setting-component:before {
    content: "\e972";
}

.bi_setting-eq:before {
    content: "\e973";
}

.bi_setting-eq-a:before {
    content: "\e974";
}

.bi_setting-gear:before {
    content: "\e975";
}

.bi_setting-gear-a:before {
    content: "\e976";
}

.bi_setting-gear-b:before {
    content: "\e977";
}

.bi_setting-hotspot:before {
    content: "\e978";
}

.bi_setting-notification:before {
    content: "\e979";
}

.bi_sport-tape:before {
    content: "\e97a";
}

.bi_sport-tennisball:before {
    content: "\e97b";
}

.bi_sport-time:before {
    content: "\e97c";
}

.bi_sport-trophy:before {
    content: "\e97d";
}

.bi_sport-trophy-a:before {
    content: "\e97e";
}

.bi_sport-tv:before {
    content: "\e97f";
}

.bi_sport-tv-a:before {
    content: "\e980";
}

.bi_medicine-heart:before {
    content: "\e981";
}

.bi_medicine-lab:before {
    content: "\e982";
}

.bi_medicine-lab-a:before {
    content: "\e983";
}

.bi_sport-alt-badge:before {
    content: "\e984";
}

.bi_sport-alt-badge-a:before {
    content: "\e985";
}

.bi_sport-badge:before {
    content: "\e986";
}

.bi_sport-badge-a:before {
    content: "\e987";
}

.bi_sport-badge-b:before {
    content: "\e988";
}

.bi_sport-badge-c:before {
    content: "\e989";
}

.bi_sport-badge-one:before {
    content: "\e98a";
}

.bi_sport-badge-one-a:before {
    content: "\e98b";
}

.bi_sport-baseball:before {
    content: "\e98c";
}

.bi_sport-basketball:before {
    content: "\e98d";
}

.bi_sport-basketball-a:before {
    content: "\e98e";
}

.bi_sport-bottle:before {
    content: "\e98f";
}

.bi_sport-cards:before {
    content: "\e990";
}

.bi_sport-dumbell:before {
    content: "\e991";
}

.bi_sport-dumbell-a:before {
    content: "\e992";
}

.bi_sport-flag:before {
    content: "\e993";
}

.bi_sport-flag-a:before {
    content: "\e994";
}

.bi_sport-football:before {
    content: "\e995";
}

.bi_sport-medic:before {
    content: "\e996";
}

.bi_sport-mic:before {
    content: "\e997";
}

.bi_sport-puzzle:before {
    content: "\e998";
}

.bi_sport-stadium:before {
    content: "\e999";
}

.bi_sport-stadium-a:before {
    content: "\e99a";
}

.bi_time-alarm:before {
    content: "\e99b";
}

.bi_time-alt-wall-clock:before {
    content: "\e99c";
}

.bi_time-calendar:before {
    content: "\e99d";
}

.bi_time-calendar-a:before {
    content: "\e99e";
}

.bi_time-calendar-b:before {
    content: "\e99f";
}

.bi_time-clock:before {
    content: "\e9a0";
}

.bi_time-clock-a:before {
    content: "\e9a1";
}

.bi_time-clock-b:before {
    content: "\e9a2";
}

.bi_time-clock-c:before {
    content: "\e9a3";
}

.bi_time-hour-glass:before {
    content: "\e9a4";
}

.bi_time-speed-meter:before {
    content: "\e9a5";
}

.bi_time-stopwatch:before {
    content: "\e9a6";
}

.bi_time-stopwatch-a:before {
    content: "\e9a7";
}

.bi_time-stopwatch-b:before {
    content: "\e9a8";
}

.bi_time-timer:before {
    content: "\e9a9";
}

.bi_time-wall-clock:before {
    content: "\e9aa";
}

.bi_time-watches:before {
    content: "\e9ab";
}

.bi_time-watches-a:before {
    content: "\e9ac";
}

.bi_time-watches-b:before {
    content: "\e9ad";
}

.bi_location-alt-pin:before {
    content: "\e9ae";
}

.bi_location-avenue:before {
    content: "\e9af";
}

.bi_location-compass:before {
    content: "\e9b0";
}

.bi_location-map:before {
    content: "\e9b1";
}

.bi_location-pin:before {
    content: "\e9b2";
}

.bi_location-pin-blank:before {
    content: "\e9b3";
}

.bi_location-pin-check:before {
    content: "\e9b4";
}

.bi_location-pin-map:before {
    content: "\e9b5";
}

.bi_location-pin-map-a:before {
    content: "\e9b6";
}

.bi_location-pin-minus:before {
    content: "\e9b7";
}

.bi_location-pin-plus:before {
    content: "\e9b8";
}

.bi_location-pin-regular:before {
    content: "\e9b9";
}

.bi_location-sign-street:before {
    content: "\e9ba";
}

.bi_tool-console:before {
    content: "\e9bb";
}

.bi_tool-console-a:before {
    content: "\e9bc";
}

.bi_tool-console-old:before {
    content: "\e9bd";
}

.bi_tool-disk:before {
    content: "\e9be";
}

.bi_tool-disk-a:before {
    content: "\e9bf";
}

.bi_tool-flashlight:before {
    content: "\e9c0";
}

.bi_tool-flashlight-a:before {
    content: "\e9c1";
}

.bi_tool-flashlight-a-s:before {
    content: "\e9c2";
}

.bi_tool-flashlight-s:before {
    content: "\e9c3";
}

.bi_tool-gameboy:before {
    content: "\e9c4";
}

.bi_tool-hammer:before {
    content: "\e9c5";
}

.bi_tool-headphone:before {
    content: "\e9c6";
}

.bi_tool-headphone-a:before {
    content: "\e9c7";
}

.bi_tool-laptop:before {
    content: "\e9c8";
}

.bi_tool-magic-wand:before {
    content: "\e9c9";
}

.bi_tool-magic-wand-a:before {
    content: "\e9ca";
}

.bi_tool-magnet:before {
    content: "\e9cb";
}

.bi_tool-magnifier:before {
    content: "\e9cc";
}

.bi_tool-medical-tape:before {
    content: "\e9cd";
}

.bi_tool-mobile:before {
    content: "\e9ce";
}

.bi_tool-mobile-l:before {
    content: "\e9cf";
}

.bi_tool-monitor:before {
    content: "\e9d0";
}

.bi_tool-monitor-a:before {
    content: "\e9d1";
}

.bi_tool-mouse:before {
    content: "\e9d2";
}

.bi_tool-net:before {
    content: "\e9d3";
}

.bi_tool-paint-roler:before {
    content: "\e9d4";
}

.bi_tool-projector:before {
    content: "\e9d5";
}

.bi_tool-radio:before {
    content: "\e9d6";
}

.bi_tool-ruler:before {
    content: "\e9d7";
}

.bi_tool-scissor:before {
    content: "\e9d8";
}

.bi_tool-tablet:before {
    content: "\e9d9";
}

.bi_tool-tablet-l:before {
    content: "\e9da";
}

.bi_tool-television:before {
    content: "\e9db";
}

.bi_tool-toothbrush:before {
    content: "\e9dc";
}

.bi_tool-umbrella:before {
    content: "\e9dd";
}

.bi_tool-video:before {
    content: "\e9de";
}

.bi_tool-alt-camera:before {
    content: "\e9df";
}

.bi_tool-alt-camera-a:before {
    content: "\e9e0";
}

.bi_tool-android:before {
    content: "\e9e1";
}

.bi_tool-android-l:before {
    content: "\e9e2";
}

.bi_tool-binoculars:before {
    content: "\e9e3";
}

.bi_tool-brush:before {
    content: "\e9e4";
}

.bi_tool-brush-a:before {
    content: "\e9e5";
}

.bi_tool-calculator:before {
    content: "\e9e6";
}

.bi_tool-camera:before {
    content: "\e9e7";
}

.bi_tool-camera-a:before {
    content: "\e9e8";
}

.bi_tool-camera-b:before {
    content: "\e9e9";
}

.bi_tool-compass:before {
    content: "\e9ea";
}

.bi_transport-car-b:before {
    content: "\e9eb";
}

.bi_transport-car-c:before {
    content: "\e9ec";
}

.bi_transport-ship:before {
    content: "\e9ed";
}

.bi_transport-train:before {
    content: "\e9ee";
}

.bi_transport-truck:before {
    content: "\e9ef";
}

.bi_transport-truck-a:before {
    content: "\e9f0";
}

.bi_transport-alt-bus:before {
    content: "\e9f1";
}

.bi_transport-bicycle:before {
    content: "\e9f2";
}

.bi_transport-bicycle-a:before {
    content: "\e9f3";
}

.bi_transport-boat:before {
    content: "\e9f4";
}

.bi_transport-bus:before {
    content: "\e9f5";
}

.bi_transport-bus-a:before {
    content: "\e9f6";
}

.bi_transport-car:before {
    content: "\e9f7";
}

.bi_transport-car-a:before {
    content: "\e9f8";
}

.bi_user-male:before {
    content: "\e9f9";
}

.bi_user-male-check:before {
    content: "\e9fa";
}

.bi_user-male-cross:before {
    content: "\e9fb";
}

.bi_user-male-minus:before {
    content: "\e9fc";
}

.bi_user-male-plus:before {
    content: "\e9fd";
}

.bi_user-male-sign:before {
    content: "\e9fe";
}

.bi_user-password:before {
    content: "\e9ff";
}

.bi_user-password-u:before {
    content: "\ea00";
}

.bi_user-password-u-a:before {
    content: "\ea01";
}

.bi_user-single:before {
    content: "\ea02";
}

.bi_user-single-a:before {
    content: "\ea03";
}

.bi_user-single-a-check:before {
    content: "\ea04";
}

.bi_user-single-a-cross:before {
    content: "\ea05";
}

.bi_user-single-a-group:before {
    content: "\ea06";
}

.bi_user-single-a-list:before {
    content: "\ea07";
}

.bi_user-single-a-minus:before {
    content: "\ea08";
}

.bi_user-single-a-plus:before {
    content: "\ea09";
}

.bi_user-single-check:before {
    content: "\ea0a";
}

.bi_user-single-cross:before {
    content: "\ea0b";
}

.bi_user-single-minus:before {
    content: "\ea0c";
}

.bi_user-single-plus:before {
    content: "\ea0d";
}

.bi_user-single-round:before {
    content: "\ea0e";
}

.bi_user-alt:before {
    content: "\ea0f";
}

.bi_user-alt-check:before {
    content: "\ea10";
}

.bi_user-alt-cross:before {
    content: "\ea11";
}

.bi_user-alt-group:before {
    content: "\ea12";
}

.bi_user-alt-list:before {
    content: "\ea13";
}

.bi_user-alt-minus:before {
    content: "\ea14";
}

.bi_user-alt-plus:before {
    content: "\ea15";
}

.bi_user-contact-book:before {
    content: "\ea16";
}

.bi_user-female:before {
    content: "\ea17";
}

.bi_user-female-cross:before {
    content: "\ea18";
}

.bi_user-female-group:before {
    content: "\ea19";
}

.bi_user-female-list:before {
    content: "\ea1a";
}

.bi_user-female-minus:before {
    content: "\ea1b";
}

.bi_user-female-plus:before {
    content: "\ea1c";
}

.bi_user-female-sign:before {
    content: "\ea1d";
}

.bi_user-female-tick:before {
    content: "\ea1e";
}

.bi_user-key:before {
    content: "\ea1f";
}

.bi_user-lock:before {
    content: "\ea20";
}

.bi_user-lock-u:before {
    content: "\ea21";
}

.bi_user-lock-u-a:before {
    content: "\ea22";
}

.bi_weather-sunset-a:before {
    content: "\ea23";
}

.bi_weather-wind:before {
    content: "\ea24";
}

.bi_weather-wind-pressure:before {
    content: "\ea25";
}

.bi_weather-wind-pressure-a:before {
    content: "\ea26";
}

.bi_weather-cloud:before {
    content: "\ea27";
}

.bi_weather-cloud-a:before {
    content: "\ea28";
}

.bi_weather-cloud-rainy:before {
    content: "\ea29";
}

.bi_weather-cloud-rainy-a:before {
    content: "\ea2a";
}

.bi_weather-cloud-snow:before {
    content: "\ea2b";
}

.bi_weather-cloud-snow-a:before {
    content: "\ea2c";
}

.bi_weather-cloud-stormy:before {
    content: "\ea2d";
}

.bi_weather-cloud-stormy-a:before {
    content: "\ea2e";
}

.bi_weather-cloud-sun:before {
    content: "\ea2f";
}

.bi_weather-humid:before {
    content: "\ea30";
}

.bi_weather-moon:before {
    content: "\ea31";
}

.bi_weather-moon-a:before {
    content: "\ea32";
}

.bi_weather-moon-b:before {
    content: "\ea33";
}

.bi_weather-moon-r:before {
    content: "\ea34";
}

.bi_weather-sun-a:before {
    content: "\ea35";
}

.bi_weather-sun-b:before {
    content: "\ea36";
}

.bi_weather-sun-r:before {
    content: "\ea37";
}

.bi_weather-sunrise:before {
    content: "\ea38";
}

.bi_web-bug:before {
    content: "\ea39";
}

.bi_web-code:before {
    content: "\ea3a";
}

.bi_web-database:before {
    content: "\ea3b";
}

.bi_web-download:before {
    content: "\ea3c";
}

.bi_web-graph:before {
    content: "\ea3d";
}

.bi_web-inspect:before {
    content: "\ea3e";
}

.bi_web-internet:before {
    content: "\ea3f";
}

.bi_web-internet-a:before {
    content: "\ea40";
}

.bi_web-logout:before {
    content: "\ea41";
}

.bi_web-menu-collapse-down:before {
    content: "\ea42";
}

.bi_web-menu-collapse-left:before {
    content: "\ea43";
}

.bi_web-menu-collapse-right:before {
    content: "\ea44";
}

.bi_web-menu-collapse-up:before {
    content: "\ea45";
}

.bi_web-reading-list:before {
    content: "\ea46";
}

.bi_web-report:before {
    content: "\ea47";
}

.bi_web-report-a:before {
    content: "\ea48";
}

.bi_web-rss:before {
    content: "\ea49";
}

.bi_web-share:before {
    content: "\ea4a";
}

.bi_web-share-a:before {
    content: "\ea4b";
}

.bi_web-share-b:before {
    content: "\ea4c";
}

.bi_web-statistic:before {
    content: "\ea4d";
}

.bi_web-traffic:before {
    content: "\ea4e";
}

.bi_web-traffic-a:before {
    content: "\ea4f";
}

.bi_web-traffic-b:before {
    content: "\ea50";
}

.bi_web-traffic-c:before {
    content: "\ea51";
}

.bi_web-upload:before {
    content: "\ea52";
}

.bi_web-url:before {
    content: "\ea53";
}

.bi_web-url-a:before {
    content: "\ea54";
}

.bi_web-url-b:before {
    content: "\ea55";
}

.bi_web-warning:before {
    content: "\ea56";
}

.bi_web-webcam:before {
    content: "\ea57";
}

.bi_web-broken-link:before {
    content: "\ea58";
}

.bi_web-browser:before {
    content: "\ea59";
}

.bi_web-browser-a:before {
    content: "\ea5a";
}

.bi_web-browser-b:before {
    content: "\ea5b";
}

.bi_web-browser-cross:before {
    content: "\ea5c";
}

.bi_web-browser-minus:before {
    content: "\ea5d";
}

.bi_web-browser-plus:before {
    content: "\ea5e";
}

.bi_web-browser-tab:before {
    content: "\ea5f";
}

.bi_web-browser-tab-cross:before {
    content: "\ea60";
}

.bi_web-browser-tab-minus:before {
    content: "\ea61";
}

.bi_web-browser-tab-plus:before {
    content: "\ea62";
}

.bi_web-browser-tab-tick:before {
    content: "\ea63";
}

.bi_web-browser-tick:before {
    content: "\ea64";
}

.bi_web-browser-window:before {
    content: "\ea65";
}

.bi_logo-vimeo:before {
    content: "\ea66";
}

.bi_logo-windows:before {
    content: "\ea67";
}

.bi_logo-zerply:before {
    content: "\ea68";
}

.bi_logo-amazon:before {
    content: "\ea69";
}

.bi_logo-dribbble:before {
    content: "\ea6a";
}

.bi_logo-dropbox:before {
    content: "\ea6b";
}

.bi_logo-evernote:before {
    content: "\ea6c";
}

.bi_logo-facebook:before {
    content: "\ea6d";
}

.bi_logo-grooveshark:before {
    content: "\ea6e";
}

.bi_logo-instagram:before {
    content: "\ea6f";
}

.bi_logo-linkedin:before {
    content: "\ea70";
}

.bi_logo-musio:before {
    content: "\ea71";
}

.bi_logo-path:before {
    content: "\ea72";
}

.bi_logo-paypal:before {
    content: "\ea73";
}

.bi_logo-picasa:before {
    content: "\ea74";
}

.bi_logo-pinterest:before {
    content: "\ea75";
}

.bi_logo-rdio:before {
    content: "\ea76";
}

.bi_logo-squarespace:before {
    content: "\ea77";
}

.bi_logo-squareup:before {
    content: "\ea78";
}

.bi_logo-twitter:before {
    content: "\ea79";
}

.bi_misc-one-click:before {
    content: "\ea7a";
}

.bi_misc-pointer:before {
    content: "\ea7b";
}

.bi_misc-pointer-swipe-l:before {
    content: "\ea7c";
}

.bi_misc-pointer-swipe-r:before {
    content: "\ea7d";
}

.bi_misc-puzzle:before {
    content: "\ea7e";
}

.bi_misc-wifi:before {
    content: "\ea7f";
}

.bi_misc-crown:before {
    content: "\ea80";
}

.bi_misc-cube:before {
    content: "\ea81";
}

.bi_misc-dice-five:before {
    content: "\ea82";
}

.bi_misc-dice-four:before {
    content: "\ea83";
}

.bi_misc-dice-one:before {
    content: "\ea84";
}

.bi_misc-dice-six:before {
    content: "\ea85";
}

.bi_misc-dice-three:before {
    content: "\ea86";
}

.bi_misc-dice-two:before {
    content: "\ea87";
}

.bi_misc-double-click:before {
    content: "\ea88";
}

.bi_misc-female-gender:before {
    content: "\ea89";
}

.bi_misc-globe:before {
    content: "\ea8a";
}

.bi_misc-male-gender:before {
    content: "\ea8b";
}

.bi_misc-mood-happy:before {
    content: "\ea8c";
}

.bi_misc-mood-sad:before {
    content: "\ea8d";
}

.bi_music-mic:before {
    content: "\ea8e";
}

.bi_music-mic-a:before {
    content: "\ea8f";
}

.bi_music-next:before {
    content: "\ea90";
}

.bi_music-next-l:before {
    content: "\ea91";
}

.bi_music-next-l-a:before {
    content: "\ea92";
}

.bi_music-pause:before {
    content: "\ea93";
}

.bi_music-pause-a:before {
    content: "\ea94";
}

.bi_music-pause-b:before {
    content: "\ea95";
}

.bi_music-play:before {
    content: "\ea96";
}

.bi_music-playlist:before {
    content: "\ea97";
}

.bi_music-previous:before {
    content: "\ea98";
}

.bi_music-previous-l:before {
    content: "\ea99";
}

.bi_music-previous-l-a:before {
    content: "\ea9a";
}

.bi_music-radio:before {
    content: "\ea9b";
}

.bi_music-record:before {
    content: "\ea9c";
}

.bi_music-record-a:before {
    content: "\ea9d";
}

.bi_music-repeat:before {
    content: "\ea9e";
}

.bi_music-repeat-a:before {
    content: "\ea9f";
}

.bi_music-repeat-one:before {
    content: "\eaa0";
}

.bi_music-repeat-one-a:before {
    content: "\eaa1";
}

.bi_music-shuffle:before {
    content: "\eaa2";
}

.bi_music-shuffle-a:before {
    content: "\eaa3";
}

.bi_music-song-note:before {
    content: "\eaa4";
}

.bi_music-song-note-a:before {
    content: "\eaa5";
}

.bi_music-speaker:before {
    content: "\eaa6";
}

.bi_music-speaker-a:before {
    content: "\eaa7";
}

.bi_music-stop:before {
    content: "\eaa8";
}

.bi_music-stop-a:before {
    content: "\eaa9";
}

.bi_volume-high:before {
    content: "\eaaa";
}

.bi_volume-high-a:before {
    content: "\eaab";
}

.bi_volume-low:before {
    content: "\eaac";
}

.bi_volume-low-a:before {
    content: "\eaad";
}

.bi_volume-medium:before {
    content: "\eaae";
}

.bi_volume-medium-a:before {
    content: "\eaaf";
}

.bi_volume-mute:before {
    content: "\eab0";
}

.bi_volume-mute-a:before {
    content: "\eab1";
}

.bi_music-album:before {
    content: "\eab2";
}

.bi_music-album-a:before {
    content: "\eab3";
}

.bi_music-album-b:before {
    content: "\eab4";
}

.bi_music-album-c:before {
    content: "\eab5";
}

.bi_music-album-cd:before {
    content: "\eab6";
}

.bi_music-cd:before {
    content: "\eab7";
}

.bi_music-eject:before {
    content: "\eab8";
}

.bi_music-eq:before {
    content: "\eab9";
}

.bi_music-eq-a:before {
    content: "\eaba";
}

.bi_music-group-note:before {
    content: "\eabb";
}

.bi_music-group-note-a:before {
    content: "\eabc";
}

.bi_music-headphone:before {
    content: "\eabd";
}

.bi_music-headphone-a:before {
    content: "\eabe";
}

.bi_music-list:before {
    content: "\eabf";
}

.bi_interface-backspace:before {
    content: "\eac0";
}

.bi_interface-backspace-a:before {
    content: "\eac1";
}

.bi_interface-bell:before {
    content: "\eac2";
}

.bi_interface-bell-a:before {
    content: "\eac3";
}

.bi_interface-block:before {
    content: "\eac4";
}

.bi_interface-bottom:before {
    content: "\eac5";
}

.bi_interface-bottom-k:before {
    content: "\eac6";
}

.bi_interface-bottom-r:before {
    content: "\eac7";
}

.bi_interface-box-bottom:before {
    content: "\eac8";
}

.bi_interface-box-bottom-a:before {
    content: "\eac9";
}

.bi_interface-box-cross:before {
    content: "\eaca";
}

.bi_interface-box-left:before {
    content: "\eacb";
}

.bi_interface-box-left-a:before {
    content: "\eacc";
}

.bi_interface-box-minus:before {
    content: "\eacd";
}

.bi_interface-box-plus:before {
    content: "\eace";
}

.bi_interface-box-right:before {
    content: "\eacf";
}

.bi_interface-box-right-a:before {
    content: "\ead0";
}

.bi_interface-box-tick:before {
    content: "\ead1";
}

.bi_interface-box-top:before {
    content: "\ead2";
}

.bi_interface-box-top-a:before {
    content: "\ead3";
}

.bi_interface-bulleye:before {
    content: "\ead4";
}

.bi_interface-calendar:before {
    content: "\ead5";
}

.bi_interface-circle:before {
    content: "\ead6";
}

.bi_interface-circle-cross:before {
    content: "\ead7";
}

.bi_interface-circle-minus:before {
    content: "\ead8";
}

.bi_interface-circle-plus:before {
    content: "\ead9";
}

.bi_interface-circle-tick:before {
    content: "\eada";
}

.bi_interface-circle-tick-a:before {
    content: "\eadb";
}

.bi_interface-clock:before {
    content: "\eadc";
}

.bi_interface-clock-a:before {
    content: "\eadd";
}

.bi_interface-clock-b:before {
    content: "\eade";
}

.bi_interface-cloud-download:before {
    content: "\eadf";
}

.bi_interface-cloud-upload:before {
    content: "\eae0";
}

.bi_interface-cmd:before {
    content: "\eae1";
}

.bi_interface-crop:before {
    content: "\eae2";
}

.bi_interface-cross:before {
    content: "\eae3";
}

.bi_interface-dashboard:before {
    content: "\eae4";
}

.bi_interface-direction:before {
    content: "\eae7";
}

.bi_interface-downloading:before {
    content: "\eae8";
}

.bi_interface-enlarge:before {
    content: "\eae9";
}

.bi_interface-enlarge-a:before {
    content: "\eaea";
}

.bi_interface-enlarge-c:before {
    content: "\eaeb";
}

.bi_interface-expand:before {
    content: "\eaec";
}

.bi_interface-forward:before {
    content: "\eaed";
}

.bi_interface-fullscreen:before {
    content: "\eaee";
}

.bi_interface-fullscreen-a:before {
    content: "\eaef";
}

.bi_interface-fullscreen-wide:before {
    content: "\eaf0";
}

.bi_interface-hamburger:before {
    content: "\eaf1";
}

.bi_interface-heart:before {
    content: "\eaf2";
}

.bi_interface-help:before {
    content: "\eaf3";
}

.bi_interface-help-a:before {
    content: "\eaf4";
}

.bi_interface-home:before {
    content: "\eaf5";
}

.bi_interface-home-a:before {
    content: "\eaf6";
}

.bi_interface-horizontal:before {
    content: "\eaf7";
}

.bi_interface-horizontal-a:before {
    content: "\eaf8";
}

.bi_interface-in-link:before {
    content: "\eaf9";
}

.bi_interface-left:before {
    content: "\eafa";
}

.bi_interface-left-b-k:before {
    content: "\eafb";
}

.bi_interface-left-k:before {
    content: "\eafc";
}

.bi_interface-left-r:before {
    content: "\eafd";
}

.bi_interface-left-t-k:before {
    content: "\eafe";
}

.bi_interface-list-view:before {
    content: "\eaff";
}

.bi_interface-login:before {
    content: "\eb00";
}

.bi_interface-logout-a:before {
    content: "\eb01";
}

.bi_interface-minimize:before {
    content: "\eb02";
}

.bi_interface-minus:before {
    content: "\eb03";
}

.bi_interface-more:before {
    content: "\eb04";
}

.bi_interface-number:before {
    content: "\eb05";
}

.bi_interface-out-link:before {
    content: "\eb06";
}

.bi_interface-pixel:before {
    content: "\eb07";
}

.bi_interface-places:before {
    content: "\eb08";
}

.bi_interface-places-a:before {
    content: "\eb09";
}

.bi_interface-plus:before {
    content: "\eb0a";
}

.bi_interface-popup:before {
    content: "\eb0b";
}

.bi_interface-power:before {
    content: "\eb0c";
}

.bi_interface-refresh:before {
    content: "\eb0d";
}

.bi_interface-repeating:before {
    content: "\eb0e";
}

.bi_interface-reply:before {
    content: "\eb0f";
}

.bi_interface-resize-full:before {
    content: "\eb10";
}

.bi_interface-resize-full-a:before {
    content: "\eb11";
}

.bi_interface-resize-normal:before {
    content: "\eb12";
}

.bi_interface-reverse:before {
    content: "\eb13";
}

.bi_interface-right:before {
    content: "\eb14";
}

.bi_interface-right-k:before {
    content: "\eb15";
}

.bi_interface-right-r:before {
    content: "\eb16";
}

.bi_interface-rigth-b-k:before {
    content: "\eb17";
}

.bi_interface-rigth-t-k:before {
    content: "\eb18";
}

.bi_interface-search:before {
    content: "\eb19";
}

.bi_interface-search-cross:before {
    content: "\eb1a";
}

.bi_interface-search-minus:before {
    content: "\eb1b";
}

.bi_interface-search-plus:before {
    content: "\eb1c";
}

.bi_interface-search-tick:before {
    content: "\eb1d";
}

.bi_interface-sidebar-hamburger:before {
    content: "\eb1e";
}

.bi_interface-star:before {
    content: "\eb1f";
}

.bi_interface-star-a:before {
    content: "\eb20";
}

.bi_interface-target:before {
    content: "\eb21";
}

.bi_interface-thumbnail:before {
    content: "\eb22";
}

.bi_interface-tick:before {
    content: "\eb23";
}

.bi_interface-top:before {
    content: "\eb24";
}

.bi_interface-top-k:before {
    content: "\eb25";
}

.bi_interface-top-r:before {
    content: "\eb26";
}

.bi_interface-undo:before {
    content: "\eb27";
}

.bi_interface-uploading:before {
    content: "\eb28";
}

.bi_interface-vertical:before {
    content: "\eb29";
}

.bi_interface-vertical-a:before {
    content: "\eb2a";
}

.bi_interface-view:before {
    content: "\eb2b";
}

.bi_interface-warning:before {
    content: "\eb2c";
}

.bi_interface-window:before {
    content: "\eb2d";
}

.bi_layout-footer:before {
    content: "\eb2e";
}

.bi_layout-grid:before {
    content: "\eb2f";
}

.bi_layout-half:before {
    content: "\eb30";
}

.bi_layout-header:before {
    content: "\eb31";
}

.bi_layout-sidebar-l:before {
    content: "\eb32";
}

.bi_layout-sidebar-l-a:before {
    content: "\eb33";
}

.bi_layout-sidebar-l-half:before {
    content: "\eb34";
}

.bi_layout-sidebar-l-half-a:before {
    content: "\eb35";
}

.bi_layout-sidebar-r:before {
    content: "\eb36";
}

.bi_layout-sidebar-r-a:before {
    content: "\eb37";
}

.bi_layout-sidebar-r-half:before {
    content: "\eb38";
}

.bi_layout-sidebar-r-half-a:before {
    content: "\eb39";
}

.bi_layout-third-h:before {
    content: "\eb3a";
}

.bi_layout-third-v:before {
    content: "\eb3b";
}

.bi_layout-wireframe:before {
    content: "\eb3c";
}

.bi_layout-wireframe-a:before {
    content: "\eb3d";
}

.bi_interface-alt-cross:before {
    content: "\eb3e";
}

.bi_interface-alt-fullscreen:before {
    content: "\eb3f";
}

.bi_interface-alt-minus:before {
    content: "\eb40";
}

.bi_interface-alt-plus:before {
    content: "\eb41";
}

.bi_interface-alt-tick:before {
    content: "\eb42";
}

.bi_interface-alt-widescreen:before {
    content: "\eb43";
}

.bi_interface-arrow-all:before {
    content: "\eb44";
}

.bi_interface-arrow-bottom:before {
    content: "\eb45";
}

.bi_interface-arrow-bottom-circle:before {
    content: "\eb46";
}

.bi_interface-arrow-left:before {
    content: "\eb47";
}

.bi_interface-arrow-left-b:before {
    content: "\eb48";
}

.bi_interface-arrow-left-circle:before {
    content: "\eb49";
}

.bi_interface-arrow-left-t:before {
    content: "\eb4a";
}

.bi_interface-arrow-right:before {
    content: "\eb4b";
}

.bi_interface-arrow-right-b:before {
    content: "\eb4c";
}

.bi_interface-arrow-right-circle:before {
    content: "\eb4d";
}

.bi_interface-arrow-right-t:before {
    content: "\eb4e";
}

.bi_interface-arrow-top:before {
    content: "\eb4f";
}

.bi_interface-arrow-top-circle:before {
    content: "\eb50";
}

.bi_animal-dog-a:before {
    content: "\eb51";
}

.bi_interface-horizontal-a-1:before {
    content: "\eb52";
}

.bi_interface-vertical-a-1:before {
    content: "\eb53";
}

.bi_interface-diag:before {
    content: "\eb54";
}

.bi_interface-diag-a:before {
    content: "\eb55";
}

/*!
 * Budicon v2.0.1 (https://budicon.co)
 * Author: Budi Harto Tanrim (https://dribbble.com/buditanrim)
 * License: https://budicon.co/license
 */
@font-face {
    font-family: budicon-classic-solid;
    src: url(../fonts/budicon-classic-solid.eot);
    src: url(../fonts/budicon-classic-solid.eot#iefix) format("embedded-opentype"), url(../fonts/budicon-classic-solid.ttf) format("truetype"), url(../fonts/budicon-classic-solid.woff) format("woff"),
        url(../fonts/budicon-classic-solid.svg#budicon-classic-solid) format("svg");
    font-weight: 400;
    font-style: normal;
}

i {
    font-family: budicon-classic-solid;
    /* speak: none; */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.budicon-air-craft:before {
    content: "\e900";
}

.budicon-airplane:before {
    content: "\e901";
}

.budicon-arrival:before {
    content: "\e902";
}

.budicon-bag-trolley:before {
    content: "\e903";
}

.budicon-beach:before {
    content: "\e904";
}

.budicon-bicycle:before {
    content: "\e905";
}

.budicon-big-motorcycles:before {
    content: "\e906";
}

.budicon-bus-front:before {
    content: "\e907";
}

.budicon-bus:before {
    content: "\e908";
}

.budicon-cabin-bag:before {
    content: "\e909";
}

.budicon-cable-car:before {
    content: "\e90a";
}

.budicon-camping:before {
    content: "\e90b";
}

.budicon-car-front:before {
    content: "\e90c";
}

.budicon-compass-a:before {
    content: "\e90d";
}

.budicon-compass-b:before {
    content: "\e90e";
}

.budicon-compass:before {
    content: "\e90f";
}

.budicon-cruise:before {
    content: "\e910";
}

.budicon-departure:before {
    content: "\e911";
}

.budicon-direction:before {
    content: "\e912";
}

.budicon-electric-cord:before {
    content: "\e913";
}

.budicon-electric-station:before {
    content: "\e914";
}

.budicon-first-aid:before {
    content: "\e915";
}

.budicon-fishing-boat:before {
    content: "\e916";
}

.budicon-footstep:before {
    content: "\e917";
}

.budicon-forest:before {
    content: "\e918";
}

.budicon-fuel-tank:before {
    content: "\e919";
}

.budicon-gas-station:before {
    content: "\e91a";
}

.budicon-globe:before {
    content: "\e91b";
}

.budicon-helicopter:before {
    content: "\e91c";
}

.budicon-hiking:before {
    content: "\e91d";
}

.budicon-hotel:before {
    content: "\e91e";
}

.budicon-international-travel:before {
    content: "\e91f";
}

.budicon-iron:before {
    content: "\e920";
}

.budicon-jet-ski:before {
    content: "\e921";
}

.budicon-location-area:before {
    content: "\e922";
}

.budicon-location-finished:before {
    content: "\e923";
}

.budicon-location-pin-love:before {
    content: "\e924";
}

.budicon-location-pin-minus:before {
    content: "\e925";
}

.budicon-location-pin-plus:before {
    content: "\e926";
}

.budicon-location-pin-tick:before {
    content: "\e927";
}

.budicon-location-pin:before {
    content: "\e928";
}

.budicon-location:before {
    content: "\e929";
}

.budicon-luggage:before {
    content: "\e92a";
}

.budicon-map:before {
    content: "\e92b";
}

.budicon-motorcycle:before {
    content: "\e92c";
}

.budicon-multiple-destinations:before {
    content: "\e92d";
}

.budicon-navigation:before {
    content: "\e92e";
}

.budicon-parking-meter:before {
    content: "\e92f";
}

.budicon-passport:before {
    content: "\e930";
}

.budicon-plugs-a:before {
    content: "\e931";
}

.budicon-plugs:before {
    content: "\e932";
}

.budicon-pocket-knife:before {
    content: "\e933";
}

.budicon-power-cord:before {
    content: "\e934";
}

.budicon-propeller-airplane:before {
    content: "\e935";
}

.budicon-sailing-boat:before {
    content: "\e936";
}

.budicon-sandals:before {
    content: "\e937";
}

.budicon-sedan-front:before {
    content: "\e938";
}

.budicon-sedan:before {
    content: "\e939";
}

.budicon-self-navigation:before {
    content: "\e93a";
}

.budicon-sightseeing:before {
    content: "\e93b";
}

.budicon-small-bike:before {
    content: "\e93c";
}

.budicon-sun:before {
    content: "\e93d";
}

.budicon-sunblock:before {
    content: "\e93e";
}

.budicon-surf:before {
    content: "\e93f";
}

.budicon-taxi:before {
    content: "\e940";
}

.budicon-tracks:before {
    content: "\e941";
}

.budicon-traffic-light:before {
    content: "\e942";
}

.budicon-train-front:before {
    content: "\e943";
}

.budicon-travel-bag:before {
    content: "\e944";
}

.budicon-travel-case:before {
    content: "\e945";
}

.budicon-travel-ticket:before {
    content: "\e946";
}

.budicon-van:before {
    content: "\e947";
}

.budicon-vespa:before {
    content: "\e948";
}

.budicon-vintage-car:before {
    content: "\e949";
}

.budicon-bottombar:before {
    content: "\e94a";
}

.budicon-card-stack-view:before {
    content: "\e94b";
}

.budicon-collapse-bottom:before {
    content: "\e94c";
}

.budicon-collapse-left:before {
    content: "\e94d";
}

.budicon-collapse-right:before {
    content: "\e94e";
}

.budicon-collapse-top:before {
    content: "\e94f";
}

.budicon-feature-block:before {
    content: "\e950";
}

.budicon-inside-element:before {
    content: "\e951";
}

.budicon-layout-third-vertical:before {
    content: "\e952";
}

.budicon-layout-third-view:before {
    content: "\e953";
}

.budicon-layout-two-view:before {
    content: "\e954";
}

.budicon-one-third:before {
    content: "\e955";
}

.budicon-sidebar-left-content:before {
    content: "\e956";
}

.budicon-sidebar-left:before {
    content: "\e957";
}

.budicon-sidebar-right-content:before {
    content: "\e958";
}

.budicon-sidebar-right:before {
    content: "\e959";
}

.budicon-third-one:before {
    content: "\e95a";
}

.budicon-topbar:before {
    content: "\e95b";
}

.budicon-two-grids:before {
    content: "\e95c";
}

.budicon-two-thirds:before {
    content: "\e95d";
}

.budicon-apple:before {
    content: "\e95e";
}

.budicon-avocado:before {
    content: "\e95f";
}

.budicon-bacon:before {
    content: "\e960";
}

.budicon-basil:before {
    content: "\e961";
}

.budicon-beer:before {
    content: "\e962";
}

.budicon-bottle-water:before {
    content: "\e963";
}

.budicon-bowl:before {
    content: "\e964";
}

.budicon-bubble-tea:before {
    content: "\e965";
}

.budicon-carrot:before {
    content: "\e966";
}

.budicon-cheers:before {
    content: "\e967";
}

.budicon-cherry:before {
    content: "\e968";
}

.budicon-chinese-food-a:before {
    content: "\e969";
}

.budicon-chinese-food:before {
    content: "\e96a";
}

.budicon-cocktail:before {
    content: "\e96b";
}

.budicon-coffee-cup:before {
    content: "\e96c";
}

.budicon-corn:before {
    content: "\e96d";
}

.budicon-croissant:before {
    content: "\e96e";
}

.budicon-cupcake:before {
    content: "\e96f";
}

.budicon-donut:before {
    content: "\e970";
}

.budicon-door-board:before {
    content: "\e971";
}

.budicon-egg:before {
    content: "\e972";
}

.budicon-fork-knife:before {
    content: "\e973";
}

.budicon-fork-spoon:before {
    content: "\e974";
}

.budicon-french-fries:before {
    content: "\e975";
}

.budicon-grapes:before {
    content: "\e976";
}

.budicon-hamburger:before {
    content: "\e977";
}

.budicon-honey:before {
    content: "\e978";
}

.budicon-hot-drink:before {
    content: "\e979";
}

.budicon-hot-tea:before {
    content: "\e97a";
}

.budicon-hotdog:before {
    content: "\e97b";
}

.budicon-ice-cream-cone:before {
    content: "\e97c";
}

.budicon-ice-cream-stick:before {
    content: "\e97d";
}

.budicon-jam:before {
    content: "\e97e";
}

.budicon-ketchup-bottle:before {
    content: "\e97f";
}

.budicon-lemon:before {
    content: "\e980";
}

.budicon-lettuce:before {
    content: "\e981";
}

.budicon-mango:before {
    content: "\e982";
}

.budicon-mayonnaise:before {
    content: "\e983";
}

.budicon-meal:before {
    content: "\e984";
}

.budicon-milk-bottle:before {
    content: "\e985";
}

.budicon-milk:before {
    content: "\e986";
}

.budicon-noodle-bowl:before {
    content: "\e987";
}

.budicon-onigiri:before {
    content: "\e988";
}

.budicon-onion:before {
    content: "\e989";
}

.budicon-organic-drink:before {
    content: "\e98a";
}

.budicon-pepper:before {
    content: "\e98b";
}

.budicon-pineapple:before {
    content: "\e98c";
}

.budicon-pizza:before {
    content: "\e98d";
}

.budicon-pumpkin:before {
    content: "\e98e";
}

.budicon-ramen:before {
    content: "\e98f";
}

.budicon-salt:before {
    content: "\e990";
}

.budicon-sandwich:before {
    content: "\e991";
}

.budicon-sauce-tube:before {
    content: "\e992";
}

.budicon-sauce:before {
    content: "\e993";
}

.budicon-soda-can:before {
    content: "\e994";
}

.budicon-soup-bowl:before {
    content: "\e995";
}

.budicon-soy-sauce:before {
    content: "\e996";
}

.budicon-steak:before {
    content: "\e997";
}

.budicon-strawberry:before {
    content: "\e998";
}

.budicon-sushi:before {
    content: "\e999";
}

.budicon-taco:before {
    content: "\e99a";
}

.budicon-tea-cup:before {
    content: "\e99b";
}

.budicon-toast:before {
    content: "\e99c";
}

.budicon-turkey:before {
    content: "\e99d";
}

.budicon-utensil:before {
    content: "\e99e";
}

.budicon-vegetarian:before {
    content: "\e99f";
}

.budicon-watermelon:before {
    content: "\e9a0";
}

.budicon-white-bread:before {
    content: "\e9a1";
}

.budicon-wine-bottle:before {
    content: "\e9a2";
}

.budicon-wine-glass:before {
    content: "\e9a3";
}

.budicon-wine:before {
    content: "\e9a4";
}

.budicon-bottom-aligned:before {
    content: "\e9a5";
}

.budicon-center-aligned:before {
    content: "\e9a6";
}

.budicon-clipboard:before {
    content: "\e9a7";
}

.budicon-design-compass:before {
    content: "\e9a8";
}

.budicon-doodle:before {
    content: "\e9a9";
}

.budicon-eraser:before {
    content: "\e9aa";
}

.budicon-horizontal-distribute:before {
    content: "\e9ab";
}

.budicon-left-aligned:before {
    content: "\e9ac";
}

.budicon-middle-aligned:before {
    content: "\e9ad";
}

.budicon-prototype:before {
    content: "\e9ae";
}

.budicon-right-aligned:before {
    content: "\e9af";
}

.budicon-ruler:before {
    content: "\e9b0";
}

.budicon-top-aligned:before {
    content: "\e9b1";
}

.budicon-vector-clipboard:before {
    content: "\e9b2";
}

.budicon-vector-editing:before {
    content: "\e9b3";
}

.budicon-vertical-distribute:before {
    content: "\e9b4";
}

.budicon-attachment-file:before {
    content: "\e9b5";
}

.budicon-attachment:before {
    content: "\e9b6";
}

.budicon-book:before {
    content: "\e9b7";
}

.budicon-booklet:before {
    content: "\e9b8";
}

.budicon-bookmark-a:before {
    content: "\e9b9";
}

.budicon-bookmark:before {
    content: "\e9ba";
}

.budicon-box-file-alert:before {
    content: "\e9bb";
}

.budicon-box-file-block:before {
    content: "\e9bc";
}

.budicon-box-file-cross:before {
    content: "\e9bd";
}

.budicon-box-file-download:before {
    content: "\e9be";
}

.budicon-box-file-favorite:before {
    content: "\e9bf";
}

.budicon-box-file-heart:before {
    content: "\e9c0";
}

.budicon-box-file-index:before {
    content: "\e9c1";
}

.budicon-box-file-information:before {
    content: "\e9c2";
}

.budicon-box-file-lock:before {
    content: "\e9c3";
}

.budicon-box-file-minus:before {
    content: "\e9c4";
}

.budicon-box-file-plus:before {
    content: "\e9c5";
}

.budicon-box-file-search:before {
    content: "\e9c6";
}

.budicon-box-file-tick:before {
    content: "\e9c7";
}

.budicon-box-file-upload:before {
    content: "\e9c8";
}

.budicon-box-file:before {
    content: "\e9c9";
}

.budicon-compressed-file:before {
    content: "\e9ca";
}

.budicon-doc-attachment:before {
    content: "\e9cb";
}

.budicon-doc-marker:before {
    content: "\e9cc";
}

.budicon-file-alert:before {
    content: "\e9cd";
}

.budicon-file-blank:before {
    content: "\e9ce";
}

.budicon-file-block:before {
    content: "\e9cf";
}

.budicon-file-cross:before {
    content: "\e9d0";
}

.budicon-file-download:before {
    content: "\e9d1";
}

.budicon-file-favorite:before {
    content: "\e9d2";
}

.budicon-file-heart:before {
    content: "\e9d3";
}

.budicon-file-information:before {
    content: "\e9d4";
}

.budicon-file-lock:before {
    content: "\e9d5";
}

.budicon-file-minus:before {
    content: "\e9d6";
}

.budicon-file-plus:before {
    content: "\e9d7";
}

.budicon-file-question:before {
    content: "\e9d8";
}

.budicon-file-tick:before {
    content: "\e9d9";
}

.budicon-file-upload:before {
    content: "\e9da";
}

.budicon-file:before {
    content: "\e9db";
}

.budicon-files-alert:before {
    content: "\e9dc";
}

.budicon-files-block:before {
    content: "\e9dd";
}

.budicon-files-cross:before {
    content: "\e9de";
}

.budicon-files-download:before {
    content: "\e9df";
}

.budicon-files-favorite:before {
    content: "\e9e0";
}

.budicon-files-heart:before {
    content: "\e9e1";
}

.budicon-files-information:before {
    content: "\e9e2";
}

.budicon-files-lock:before {
    content: "\e9e3";
}

.budicon-files-minus:before {
    content: "\e9e4";
}

.budicon-files-plus:before {
    content: "\e9e5";
}

.budicon-files-search:before {
    content: "\e9e6";
}

.budicon-files-tick:before {
    content: "\e9e7";
}

.budicon-files-upload:before {
    content: "\e9e8";
}

.budicon-folded-page:before {
    content: "\e9e9";
}

.budicon-headline:before {
    content: "\e9ea";
}

.budicon-image-file:before {
    content: "\e9eb";
}

.budicon-landscape-page:before {
    content: "\e9ec";
}

.budicon-legal-file:before {
    content: "\e9ed";
}

.budicon-newspaper:before {
    content: "\e9ee";
}

.budicon-notepad:before {
    content: "\e9ef";
}

.budicon-opened-book:before {
    content: "\e9f0";
}

.budicon-project-file-alert:before {
    content: "\e9f1";
}

.budicon-project-file-block:before {
    content: "\e9f2";
}

.budicon-project-file-cross:before {
    content: "\e9f3";
}

.budicon-project-file-download:before {
    content: "\e9f4";
}

.budicon-project-file-favorite:before {
    content: "\e9f5";
}

.budicon-project-file-heart:before {
    content: "\e9f6";
}

.budicon-project-file-information:before {
    content: "\e9f7";
}

.budicon-project-file-lock:before {
    content: "\e9f8";
}

.budicon-project-file-minus:before {
    content: "\e9f9";
}

.budicon-project-file-plus:before {
    content: "\e9fa";
}

.budicon-project-file-search:before {
    content: "\e9fb";
}

.budicon-project-file-tick:before {
    content: "\e9fc";
}

.budicon-project-file-upload:before {
    content: "\e9fd";
}

.budicon-project-file:before {
    content: "\e9fe";
}

.budicon-scan-page:before {
    content: "\e9ff";
}

.budicon-scheduled-box-file:before {
    content: "\ea00";
}

.budicon-scheduled-file:before {
    content: "\ea01";
}

.budicon-scheduled-files:before {
    content: "\ea02";
}

.budicon-scheduled-project-file:before {
    content: "\ea03";
}

.budicon-search-file:before {
    content: "\ea04";
}

.budicon-shared-box-file:before {
    content: "\ea05";
}

.budicon-shared-file:before {
    content: "\ea06";
}

.budicon-shared-files:before {
    content: "\ea07";
}

.budicon-shared-project-file:before {
    content: "\ea08";
}

.budicon-single-page:before {
    content: "\ea09";
}

.budicon-two-page:before {
    content: "\ea0a";
}

.budicon-zip-file:before {
    content: "\ea0b";
}

.budicon-aperture:before {
    content: "\ea0c";
}

.budicon-area-focus:before {
    content: "\ea0d";
}

.budicon-brightness-a:before {
    content: "\ea0e";
}

.budicon-brightness:before {
    content: "\ea0f";
}

.budicon-camera-scan:before {
    content: "\ea10";
}

.budicon-camera-timer:before {
    content: "\ea11";
}

.budicon-camera-wifi:before {
    content: "\ea12";
}

.budicon-camera:before {
    content: "\ea13";
}

.budicon-cityscape:before {
    content: "\ea14";
}

.budicon-crop:before {
    content: "\ea15";
}

.budicon-dslr-menu:before {
    content: "\ea16";
}

.budicon-exposure-compensation:before {
    content: "\ea17";
}

.budicon-exposure:before {
    content: "\ea18";
}

.budicon-film-clip:before {
    content: "\ea19";
}

.budicon-flashlight:before {
    content: "\ea1a";
}

.budicon-flip-horizontal:before {
    content: "\ea1b";
}

.budicon-flip-vertical:before {
    content: "\ea1c";
}

.budicon-focus-point:before {
    content: "\ea1d";
}

.budicon-grid:before {
    content: "\ea1e";
}

.budicon-half-exposure:before {
    content: "\ea1f";
}

.budicon-landscape:before {
    content: "\ea20";
}

.budicon-live-video:before {
    content: "\ea21";
}

.budicon-pocket-camera:before {
    content: "\ea22";
}

.budicon-polaroid-stack:before {
    content: "\ea23";
}

.budicon-polaroid:before {
    content: "\ea24";
}

.budicon-red-eye-detection:before {
    content: "\ea25";
}

.budicon-roll-film:before {
    content: "\ea26";
}

.budicon-rotate-camera:before {
    content: "\ea27";
}

.budicon-rotate-image:before {
    content: "\ea28";
}

.budicon-sharpen:before {
    content: "\ea29";
}

.budicon-single-point-focus:before {
    content: "\ea2a";
}

.budicon-slideshow-photo:before {
    content: "\ea2b";
}

.budicon-smile-detection:before {
    content: "\ea2c";
}

.budicon-video-cam-a:before {
    content: "\ea2d";
}

.budicon-video-cam:before {
    content: "\ea2e";
}

.budicon-video-recorder:before {
    content: "\ea2f";
}

.budicon-vintage-camera:before {
    content: "\ea30";
}

.budicon-all-directions:before {
    content: "\ea31";
}

.budicon-arrow-bottom-a:before {
    content: "\ea32";
}

.budicon-arrow-bottom-circle:before {
    content: "\ea33";
}

.budicon-arrow-bottom-left-a:before {
    content: "\ea34";
}

.budicon-arrow-bottom-left-circle:before {
    content: "\ea35";
}

.budicon-arrow-bottom-left:before {
    content: "\ea36";
}

.budicon-arrow-bottom-right-a:before {
    content: "\ea37";
}

.budicon-arrow-bottom-right-circle:before {
    content: "\ea38";
}

.budicon-arrow-bottom-right:before {
    content: "\ea39";
}

.budicon-arrow-bottom:before {
    content: "\ea3a";
}

.budicon-arrow-left-a:before {
    content: "\ea3b";
}

.budicon-arrow-left-circle:before {
    content: "\ea3c";
}

.budicon-arrow-left-right-a:before {
    content: "\ea3d";
}

.budicon-arrow-left-right-circle:before {
    content: "\ea3e";
}

.budicon-arrow-left-right:before {
    content: "\ea3f";
}

.budicon-arrow-left:before {
    content: "\ea40";
}

.budicon-arrow-right-a:before {
    content: "\ea41";
}

.budicon-arrow-right-circle:before {
    content: "\ea42";
}

.budicon-arrow-right:before {
    content: "\ea43";
}

.budicon-arrow-top-a:before {
    content: "\ea44";
}

.budicon-arrow-top-circle:before {
    content: "\ea45";
}

.budicon-arrow-top-left-a:before {
    content: "\ea46";
}

.budicon-arrow-top-left-circle:before {
    content: "\ea47";
}

.budicon-arrow-top-left:before {
    content: "\ea48";
}

.budicon-arrow-top-right-a:before {
    content: "\ea49";
}

.budicon-arrow-top-right-circle:before {
    content: "\ea4a";
}

.budicon-arrow-top-right:before {
    content: "\ea4b";
}

.budicon-arrow-top:before {
    content: "\ea4c";
}

.budicon-arrow-turn-bottom:before {
    content: "\ea4d";
}

.budicon-arrow-turn-left:before {
    content: "\ea4e";
}

.budicon-arrow-turn-right:before {
    content: "\ea4f";
}

.budicon-arrow-turn-up:before {
    content: "\ea50";
}

.budicon-arrow-up-down-a:before {
    content: "\ea51";
}

.budicon-arrow-up-down-circle:before {
    content: "\ea52";
}

.budicon-arrow-up-down:before {
    content: "\ea53";
}

.budicon-backline-arrow:before {
    content: "\ea54";
}

.budicon-bring-list-down:before {
    content: "\ea55";
}

.budicon-bring-list-up:before {
    content: "\ea56";
}

.budicon-chevron-bottom-a:before {
    content: "\ea57";
}

.budicon-chevron-bottom-circle_1:before {
    content: "\ea58";
}

.budicon-chevron-bottom-circle:before {
    content: "\ea59";
}

.budicon-chevron-bottom:before {
    content: "\ea5a";
}

.budicon-chevron-left-a:before {
    content: "\ea5b";
}

.budicon-chevron-left-circle_1:before {
    content: "\ea5c";
}

.budicon-chevron-left-circle:before {
    content: "\ea5d";
}

.budicon-chevron-left:before {
    content: "\ea5e";
}

.budicon-chevron-right-a:before {
    content: "\ea5f";
}

.budicon-chevron-right-circle_1:before {
    content: "\ea60";
}

.budicon-chevron-right-circle:before {
    content: "\ea61";
}

.budicon-chevron-right:before {
    content: "\ea62";
}

.budicon-chevron-top-a:before {
    content: "\ea63";
}

.budicon-chevron-top-circle_1:before {
    content: "\ea64";
}

.budicon-chevron-top-circle:before {
    content: "\ea65";
}

.budicon-chevron-top:before {
    content: "\ea66";
}

.budicon-console-arrow:before {
    content: "\ea67";
}

.budicon-full-loop-arrow:before {
    content: "\ea68";
}

.budicon-intersected-arrow:before {
    content: "\ea69";
}

.budicon-inward-pointing:before {
    content: "\ea6a";
}

.budicon-looping-arrow:before {
    content: "\ea6b";
}

.budicon-outward-pointing:before {
    content: "\ea6c";
}

.budicon-note-alert:before {
    content: "\ea6d";
}

.budicon-note-block:before {
    content: "\ea6e";
}

.budicon-note-cross:before {
    content: "\ea6f";
}

.budicon-note-download:before {
    content: "\ea70";
}

.budicon-note-favorite:before {
    content: "\ea71";
}

.budicon-note-information:before {
    content: "\ea72";
}

.budicon-note-lock:before {
    content: "\ea73";
}

.budicon-note-love:before {
    content: "\ea74";
}

.budicon-note-minus:before {
    content: "\ea75";
}

.budicon-note-plus:before {
    content: "\ea76";
}

.budicon-note-quesrion:before {
    content: "\ea77";
}

.budicon-note-search:before {
    content: "\ea78";
}

.budicon-note-tick:before {
    content: "\ea79";
}

.budicon-note-upload:before {
    content: "\ea7a";
}

.budicon-note:before {
    content: "\ea7b";
}

.budicon-notes-alert:before {
    content: "\ea7c";
}

.budicon-notes-blank:before {
    content: "\ea7d";
}

.budicon-notes-block:before {
    content: "\ea7e";
}

.budicon-notes-cross:before {
    content: "\ea7f";
}

.budicon-notes-download:before {
    content: "\ea80";
}

.budicon-notes-favorite:before {
    content: "\ea81";
}

.budicon-notes-information:before {
    content: "\ea82";
}

.budicon-notes-list-a:before {
    content: "\ea83";
}

.budicon-notes-list:before {
    content: "\ea84";
}

.budicon-notes-lock:before {
    content: "\ea85";
}

.budicon-notes-love:before {
    content: "\ea86";
}

.budicon-notes-minus:before {
    content: "\ea87";
}

.budicon-notes-plus:before {
    content: "\ea88";
}

.budicon-notes-question:before {
    content: "\ea89";
}

.budicon-notes-search:before {
    content: "\ea8a";
}

.budicon-notes-tick:before {
    content: "\ea8b";
}

.budicon-notes-upload:before {
    content: "\ea8c";
}

.budicon-scheduled-note:before {
    content: "\ea8d";
}

.budicon-scheduled-notes:before {
    content: "\ea8e";
}

.budicon-shared-note:before {
    content: "\ea8f";
}

.budicon-shared-notes:before {
    content: "\ea90";
}

.budicon-branch-folders:before {
    content: "\ea91";
}

.budicon-folder-alert:before {
    content: "\ea92";
}

.budicon-folder-back:before {
    content: "\ea93";
}

.budicon-folder-block:before {
    content: "\ea94";
}

.budicon-folder-cross:before {
    content: "\ea95";
}

.budicon-folder-download:before {
    content: "\ea96";
}

.budicon-folder-favorite:before {
    content: "\ea97";
}

.budicon-folder-information:before {
    content: "\ea98";
}

.budicon-folder-lock:before {
    content: "\ea99";
}

.budicon-folder-love:before {
    content: "\ea9a";
}

.budicon-folder-minus:before {
    content: "\ea9b";
}

.budicon-folder-plus:before {
    content: "\ea9c";
}

.budicon-folder-question:before {
    content: "\ea9d";
}

.budicon-folder-sync:before {
    content: "\ea9e";
}

.budicon-folder-tick:before {
    content: "\ea9f";
}

.budicon-folder-upload:before {
    content: "\eaa0";
}

.budicon-folder:before {
    content: "\eaa1";
}

.budicon-scheduled-folder:before {
    content: "\eaa2";
}

.budicon-search-folder:before {
    content: "\eaa3";
}

.budicon-shared-folder:before {
    content: "\eaa4";
}

.budicon-stack-folders:before {
    content: "\eaa5";
}

.budicon-bear:before {
    content: "\eaa6";
}

.budicon-beaver:before {
    content: "\eaa7";
}

.budicon-cat-front:before {
    content: "\eaa8";
}

.budicon-chicken:before {
    content: "\eaa9";
}

.budicon-clamp:before {
    content: "\eaaa";
}

.budicon-clown-fish:before {
    content: "\eaab";
}

.budicon-cow-a:before {
    content: "\eaac";
}

.budicon-cow:before {
    content: "\eaad";
}

.budicon-crab:before {
    content: "\eaae";
}

.budicon-dog-front:before {
    content: "\eaaf";
}

.budicon-dog:before {
    content: "\eab0";
}

.budicon-duck:before {
    content: "\eab1";
}

.budicon-fish:before {
    content: "\eab2";
}

.budicon-fox:before {
    content: "\eab3";
}

.budicon-frog:before {
    content: "\eab4";
}

.budicon-gorilla:before {
    content: "\eab5";
}

.budicon-hedgehog:before {
    content: "\eab6";
}

.budicon-hippo:before {
    content: "\eab7";
}

.budicon-husky:before {
    content: "\eab8";
}

.budicon-jellyfish:before {
    content: "\eab9";
}

.budicon-lion:before {
    content: "\eaba";
}

.budicon-monkey:before {
    content: "\eabb";
}

.budicon-mouse-front:before {
    content: "\eabc";
}

.budicon-mouse:before {
    content: "\eabd";
}

.budicon-otter:before {
    content: "\eabe";
}

.budicon-panda:before {
    content: "\eabf";
}

.budicon-panther:before {
    content: "\eac0";
}

.budicon-pig:before {
    content: "\eac1";
}

.budicon-polar-bear:before {
    content: "\eac2";
}

.budicon-rabbit:before {
    content: "\eac3";
}

.budicon-sardine:before {
    content: "\eac4";
}

.budicon-seal:before {
    content: "\eac5";
}

.budicon-shark:before {
    content: "\eac6";
}

.budicon-shrimp:before {
    content: "\eac7";
}

.budicon-sloth:before {
    content: "\eac8";
}

.budicon-snail:before {
    content: "\eac9";
}

.budicon-squirrel:before {
    content: "\eaca";
}

.budicon-sympanse:before {
    content: "\eacb";
}

.budicon-tiger:before {
    content: "\eacc";
}

.budicon-whale:before {
    content: "\eacd";
}

.budicon-smart-watch-add:before {
    content: "\eace";
}

.budicon-smart-watch-bell:before {
    content: "\eacf";
}

.budicon-smart-watch-block:before {
    content: "\ead0";
}

.budicon-smart-watch-call:before {
    content: "\ead1";
}

.budicon-smart-watch-chat:before {
    content: "\ead2";
}

.budicon-smart-watch-dialog:before {
    content: "\ead3";
}

.budicon-smart-watch-download:before {
    content: "\ead4";
}

.budicon-smart-watch-finish:before {
    content: "\ead5";
}

.budicon-smart-watch-location:before {
    content: "\ead6";
}

.budicon-smart-watch-lock:before {
    content: "\ead7";
}

.budicon-smart-watch-love:before {
    content: "\ead8";
}

.budicon-smart-watch-mail:before {
    content: "\ead9";
}

.budicon-smart-watch-mic:before {
    content: "\eada";
}

.budicon-smart-watch-music:before {
    content: "\eadb";
}

.budicon-smart-watch-power:before {
    content: "\eadc";
}

.budicon-smart-watch-progress:before {
    content: "\eadd";
}

.budicon-smart-watch-rate:before {
    content: "\eade";
}

.budicon-smart-watch-rss:before {
    content: "\eadf";
}

.budicon-smart-watch-sad:before {
    content: "\eae0";
}

.budicon-smart-watch-search:before {
    content: "\eae1";
}

.budicon-smart-watch-smile:before {
    content: "\eae2";
}

.budicon-smart-watch-statistic:before {
    content: "\eae3";
}

.budicon-smart-watch-upload:before {
    content: "\eae4";
}

.budicon-smart-watch-user:before {
    content: "\eae5";
}

.budicon-smart-watch-video:before {
    content: "\eae6";
}

.budicon-smart-watch-volume:before {
    content: "\eae7";
}

.budicon-smart-watch:before {
    content: "\eae8";
}

.budicon-alert-sign-a:before {
    content: "\eae9";
}

.budicon-alert-sign:before {
    content: "\eaea";
}

.budicon-app-notification:before {
    content: "\eaeb";
}

.budicon-appear-password:before {
    content: "\eaec";
}

.budicon-block-sign:before {
    content: "\eaed";
}

.budicon-bookmark-ribbon:before {
    content: "\eaee";
}

.budicon-card-slides:before {
    content: "\eaef";
}

.budicon-check-ui:before {
    content: "\eaf0";
}

.budicon-checkboxes:before {
    content: "\eaf1";
}

.budicon-cloud-download:before {
    content: "\eaf2";
}

.budicon-cloud-upload:before {
    content: "\eaf3";
}

.budicon-cmd-sign:before {
    content: "\eaf4";
}

.budicon-cog:before {
    content: "\eaf5";
}

.budicon-collapse-list:before {
    content: "\eaf6";
}

.budicon-cross-sign-square:before {
    content: "\eaf7";
}

.budicon-cross-sign:before {
    content: "\eaf8";
}

.budicon-cross-ui:before {
    content: "\eaf9";
}

.budicon-dashboard:before {
    content: "\eafa";
}

.budicon-dislike:before {
    content: "\eafb";
}

.budicon-download-queue:before {
    content: "\eafc";
}

.budicon-exit-fullscreen:before {
    content: "\eafd";
}

.budicon-expand-list:before {
    content: "\eafe";
}

.budicon-expand-view:before {
    content: "\eaff";
}

.budicon-filter:before {
    content: "\eb00";
}

.budicon-fullscreen:before {
    content: "\eb01";
}

.budicon-hamburger-ui-a:before {
    content: "\eb02";
}

.budicon-hamburger-ui-b:before {
    content: "\eb03";
}

.budicon-hamburger-ui:before {
    content: "\eb04";
}

.budicon-heart:before {
    content: "\eb05";
}

.budicon-hide-password:before {
    content: "\eb06";
}

.budicon-home-a:before {
    content: "\eb07";
}

.budicon-home:before {
    content: "\eb08";
}

.budicon-internal-link:before {
    content: "\eb09";
}

.budicon-kebab-ui:before {
    content: "\eb0a";
}

.budicon-life-buoy:before {
    content: "\eb0b";
}

.budicon-like:before {
    content: "\eb0c";
}

.budicon-loading-sign:before {
    content: "\eb0d";
}

.budicon-lock:before {
    content: "\eb0e";
}

.budicon-login:before {
    content: "\eb0f";
}

.budicon-logout:before {
    content: "\eb10";
}

.budicon-meatball-ui:before {
    content: "\eb11";
}

.budicon-mic-ui-mute:before {
    content: "\eb12";
}

.budicon-mic-ui:before {
    content: "\eb13";
}

.budicon-minimize-view:before {
    content: "\eb14";
}

.budicon-minus-sign-square:before {
    content: "\eb15";
}

.budicon-minus-sign:before {
    content: "\eb16";
}

.budicon-minus-ui:before {
    content: "\eb17";
}

.budicon-monitor-resolution:before {
    content: "\eb18";
}

.budicon-move-to-bottom:before {
    content: "\eb19";
}

.budicon-move-to-top:before {
    content: "\eb1a";
}

.budicon-notification-a:before {
    content: "\eb1b";
}

.budicon-notification:before {
    content: "\eb1c";
}

.budicon-outgoing-link:before {
    content: "\eb1d";
}

.budicon-plus-sign-square:before {
    content: "\eb1e";
}

.budicon-plus-sign:before {
    content: "\eb1f";
}

.budicon-plus-ui:before {
    content: "\eb20";
}

.budicon-power-sign:before {
    content: "\eb21";
}

.budicon-previouse-queue:before {
    content: "\eb22";
}

.budicon-print-a:before {
    content: "\eb23";
}

.budicon-print:before {
    content: "\eb24";
}

.budicon-radar:before {
    content: "\eb25";
}

.budicon-refresh-ui:before {
    content: "\eb26";
}

.budicon-reload-ui:before {
    content: "\eb27";
}

.budicon-reply-a:before {
    content: "\eb28";
}

.budicon-reply-all:before {
    content: "\eb29";
}

.budicon-reply:before {
    content: "\eb2a";
}

.budicon-search-a:before {
    content: "\eb2b";
}

.budicon-search-cross-a:before {
    content: "\eb2c";
}

.budicon-search-cross:before {
    content: "\eb2d";
}

.budicon-search-list:before {
    content: "\eb2e";
}

.budicon-search-minus-a:before {
    content: "\eb2f";
}

.budicon-search-minus:before {
    content: "\eb30";
}

.budicon-search-plus-a:before {
    content: "\eb31";
}

.budicon-search-plus:before {
    content: "\eb32";
}

.budicon-search-tick-a:before {
    content: "\eb33";
}

.budicon-search-tick:before {
    content: "\eb34";
}

.budicon-search-view-minus:before {
    content: "\eb35";
}

.budicon-search-view-plus:before {
    content: "\eb36";
}

.budicon-search-view:before {
    content: "\eb37";
}

.budicon-search:before {
    content: "\eb38";
}

.budicon-share:before {
    content: "\eb39";
}

.budicon-shortcut-list:before {
    content: "\eb3a";
}

.budicon-star:before {
    content: "\eb3b";
}

.budicon-stars:before {
    content: "\eb3c";
}

.budicon-tick-sign-square:before {
    content: "\eb3d";
}

.budicon-tick-sign:before {
    content: "\eb3e";
}

.budicon-trash-cancel:before {
    content: "\eb3f";
}

.budicon-trash-ui:before {
    content: "\eb40";
}

.budicon-trash:before {
    content: "\eb41";
}

.budicon-ui-compose-a:before {
    content: "\eb42";
}

.budicon-ui-compose:before {
    content: "\eb43";
}

.budicon-ui-flag-a:before {
    content: "\eb44";
}

.budicon-ui-flag-b:before {
    content: "\eb45";
}

.budicon-ui-flag:before {
    content: "\eb46";
}

.budicon-ui-speed:before {
    content: "\eb47";
}

.budicon-unlock:before {
    content: "\eb48";
}

.budicon-upload-queue:before {
    content: "\eb49";
}

.budicon-uploading-ui:before {
    content: "\eb4a";
}

.budicon-view:before {
    content: "\eb4b";
}

.budicon-wide-fullscreen:before {
    content: "\eb4c";
}

.budicon-aluminum-bag:before {
    content: "\eb4d";
}

.budicon-brown-envelope:before {
    content: "\eb4e";
}

.budicon-business-checklist:before {
    content: "\eb4f";
}

.budicon-business-growth:before {
    content: "\eb50";
}

.budicon-business-note:before {
    content: "\eb51";
}

.budicon-business-performance:before {
    content: "\eb52";
}

.budicon-business-plan:before {
    content: "\eb53";
}

.budicon-business-strategy:before {
    content: "\eb54";
}

.budicon-business-target:before {
    content: "\eb55";
}

.budicon-calculator:before {
    content: "\eb56";
}

.budicon-cheque:before {
    content: "\eb57";
}

.budicon-deal:before {
    content: "\eb58";
}

.budicon-duct-tape:before {
    content: "\eb59";
}

.budicon-file-storage:before {
    content: "\eb5a";
}

.budicon-filing:before {
    content: "\eb5b";
}

.budicon-office-bag-a:before {
    content: "\eb5c";
}

.budicon-office-bag-b:before {
    content: "\eb5d";
}

.budicon-office-bag-c:before {
    content: "\eb5e";
}

.budicon-office-bag:before {
    content: "\eb5f";
}

.budicon-office-stationary:before {
    content: "\eb60";
}

.budicon-organization:before {
    content: "\eb61";
}

.budicon-photocopy-machine:before {
    content: "\eb62";
}

.budicon-presentation-deck:before {
    content: "\eb63";
}

.budicon-presentation:before {
    content: "\eb64";
}

.budicon-project-folder:before {
    content: "\eb65";
}

.budicon-safe-deposit:before {
    content: "\eb66";
}

.budicon-shredder:before {
    content: "\eb67";
}

.budicon-speech:before {
    content: "\eb68";
}

.budicon-stapler:before {
    content: "\eb69";
}

.budicon-tie:before {
    content: "\eb6a";
}

.budicon-atm:before {
    content: "\eb6b";
}

.budicon-attachment-dollar:before {
    content: "\eb6c";
}

.budicon-bad-trends:before {
    content: "\eb6d";
}

.budicon-bank-a:before {
    content: "\eb6e";
}

.budicon-bubble-chart:before {
    content: "\eb6f";
}

.budicon-cash-dollar:before {
    content: "\eb70";
}

.budicon-cash:before {
    content: "\eb71";
}

.budicon-dollar-sign:before {
    content: "\eb72";
}

.budicon-donation:before {
    content: "\eb73";
}

.budicon-donut-chart:before {
    content: "\eb74";
}

.budicon-euro:before {
    content: "\eb75";
}

.budicon-finance-policy:before {
    content: "\eb76";
}

.budicon-finance-project:before {
    content: "\eb77";
}

.budicon-good-trends:before {
    content: "\eb78";
}

.budicon-graphic-moderate-a:before {
    content: "\eb79";
}

.budicon-graphic-moderate:before {
    content: "\eb7a";
}

.budicon-graphic-up-a:before {
    content: "\eb7b";
}

.budicon-graphic-up:before {
    content: "\eb7c";
}

.budicon-horizontal-graphic:before {
    content: "\eb7d";
}

.budicon-line-chart:before {
    content: "\eb7e";
}

.budicon-mobile-banking:before {
    content: "\eb7f";
}

.budicon-mobile-payment:before {
    content: "\eb80";
}

.budicon-online-stock:before {
    content: "\eb81";
}

.budicon-performance-board-a:before {
    content: "\eb82";
}

.budicon-performance-board-minus:before {
    content: "\eb83";
}

.budicon-performance-board-plus:before {
    content: "\eb84";
}

.budicon-performance-board-tick:before {
    content: "\eb85";
}

.budicon-performance-board:before {
    content: "\eb86";
}

.budicon-pie-chart-a:before {
    content: "\eb87";
}

.budicon-pie-chart:before {
    content: "\eb88";
}

.budicon-portfolio:before {
    content: "\eb89";
}

.budicon-poundsterling:before {
    content: "\eb8a";
}

.budicon-presentation-slide-a:before {
    content: "\eb8b";
}

.budicon-presentation-slide:before {
    content: "\eb8c";
}

.budicon-refund-dollar:before {
    content: "\eb8d";
}

.budicon-refund:before {
    content: "\eb8e";
}

.budicon-safe-case:before {
    content: "\eb8f";
}

.budicon-savings:before {
    content: "\eb90";
}

.budicon-send-dollar:before {
    content: "\eb91";
}

.budicon-send-money:before {
    content: "\eb92";
}

.budicon-web-banking:before {
    content: "\eb93";
}

.budicon-withdraw-dollar:before {
    content: "\eb94";
}

.budicon-withdraw-money:before {
    content: "\eb95";
}

.budicon-yen:before {
    content: "\eb96";
}

.budicon-backpack:before {
    content: "\eb97";
}

.budicon-barcode:before {
    content: "\eb98";
}

.budicon-bill-cross:before {
    content: "\eb99";
}

.budicon-bill-download:before {
    content: "\eb9a";
}

.budicon-bill-lock:before {
    content: "\eb9b";
}

.budicon-bill-minus:before {
    content: "\eb9c";
}

.budicon-bill-plus:before {
    content: "\eb9d";
}

.budicon-bill-tick:before {
    content: "\eb9e";
}

.budicon-bill-upload:before {
    content: "\eb9f";
}

.budicon-bill:before {
    content: "\eba0";
}

.budicon-bow-tie:before {
    content: "\eba1";
}

.budicon-cart-cross:before {
    content: "\eba2";
}

.budicon-cart-download:before {
    content: "\eba3";
}

.budicon-cart-lock:before {
    content: "\eba4";
}

.budicon-cart-love:before {
    content: "\eba5";
}

.budicon-cart-minus:before {
    content: "\eba6";
}

.budicon-cart-plus:before {
    content: "\eba7";
}

.budicon-cart-search:before {
    content: "\eba8";
}

.budicon-cart-tick:before {
    content: "\eba9";
}

.budicon-cart-upload:before {
    content: "\ebaa";
}

.budicon-cart:before {
    content: "\ebab";
}

.budicon-credit-card-a:before {
    content: "\ebac";
}

.budicon-credit-card:before {
    content: "\ebad";
}

.budicon-digital-download:before {
    content: "\ebae";
}

.budicon-digital-upload:before {
    content: "\ebaf";
}

.budicon-discount-coupon:before {
    content: "\ebb0";
}

.budicon-dollar-paper-a:before {
    content: "\ebb1";
}

.budicon-dollar-paper:before {
    content: "\ebb2";
}

.budicon-express:before {
    content: "\ebb3";
}

.budicon-hiking-backpack:before {
    content: "\ebb4";
}

.budicon-invoice:before {
    content: "\ebb5";
}

.budicon-jewelry:before {
    content: "\ebb6";
}

.budicon-lipstick:before {
    content: "\ebb7";
}

.budicon-long-pant:before {
    content: "\ebb8";
}

.budicon-market-sign:before {
    content: "\ebb9";
}

.budicon-market:before {
    content: "\ebba";
}

.budicon-mastercard:before {
    content: "\ebbb";
}

.budicon-membership-card:before {
    content: "\ebbc";
}

.budicon-messenger-bag:before {
    content: "\ebbd";
}

.budicon-mobile-barcode:before {
    content: "\ebbe";
}

.budicon-money-a:before {
    content: "\ebbf";
}

.budicon-money:before {
    content: "\ebc0";
}

.budicon-packaging:before {
    content: "\ebc1";
}

.budicon-parcel:before {
    content: "\ebc2";
}

.budicon-price-tag:before {
    content: "\ebc3";
}

.budicon-purse:before {
    content: "\ebc4";
}

.budicon-receipt:before {
    content: "\ebc5";
}

.budicon-search-bill:before {
    content: "\ebc6";
}

.budicon-shipping:before {
    content: "\ebc7";
}

.budicon-shirt:before {
    content: "\ebc8";
}

.budicon-shopping-bag:before {
    content: "\ebc9";
}

.budicon-shopping-bags:before {
    content: "\ebca";
}

.budicon-short-pant:before {
    content: "\ebcb";
}

.budicon-socks:before {
    content: "\ebcc";
}

.budicon-tag-cross:before {
    content: "\ebcd";
}

.budicon-tag-minus:before {
    content: "\ebce";
}

.budicon-tag-plus:before {
    content: "\ebcf";
}

.budicon-tag-search:before {
    content: "\ebd0";
}

.budicon-tag-tick:before {
    content: "\ebd1";
}

.budicon-tag:before {
    content: "\ebd2";
}

.budicon-underpant:before {
    content: "\ebd3";
}

.budicon-upside-sign:before {
    content: "\ebd4";
}

.budicon-wallet:before {
    content: "\ebd5";
}

.budicon-wishlist:before {
    content: "\ebd6";
}

.budicon-apron:before {
    content: "\ebd7";
}

.budicon-bbq:before {
    content: "\ebd8";
}

.budicon-blower:before {
    content: "\ebd9";
}

.budicon-butcher-knife:before {
    content: "\ebda";
}

.budicon-coffee-maker:before {
    content: "\ebdb";
}

.budicon-coffee-press:before {
    content: "\ebdc";
}

.budicon-exhaust:before {
    content: "\ebdd";
}

.budicon-food-cover:before {
    content: "\ebde";
}

.budicon-fridge:before {
    content: "\ebdf";
}

.budicon-hand-juicer:before {
    content: "\ebe0";
}

.budicon-hand-mixer:before {
    content: "\ebe1";
}

.budicon-heat:before {
    content: "\ebe2";
}

.budicon-high-pot:before {
    content: "\ebe3";
}

.budicon-hot-pot:before {
    content: "\ebe4";
}

.budicon-ingredients:before {
    content: "\ebe5";
}

.budicon-juice-container:before {
    content: "\ebe6";
}

.budicon-juicer:before {
    content: "\ebe7";
}

.budicon-kitchen-glove:before {
    content: "\ebe8";
}

.budicon-kitchen-shaver:before {
    content: "\ebe9";
}

.budicon-knife:before {
    content: "\ebea";
}

.budicon-large-pot:before {
    content: "\ebeb";
}

.budicon-low-pot:before {
    content: "\ebec";
}

.budicon-measuring-cup:before {
    content: "\ebed";
}

.budicon-microwave:before {
    content: "\ebee";
}

.budicon-mixer:before {
    content: "\ebef";
}

.budicon-outdoor-bbq:before {
    content: "\ebf0";
}

.budicon-pomodoro:before {
    content: "\ebf1";
}

.budicon-rice-cooker:before {
    content: "\ebf2";
}

.budicon-roller:before {
    content: "\ebf3";
}

.budicon-sauce-pan-hot:before {
    content: "\ebf4";
}

.budicon-sauce-pan:before {
    content: "\ebf5";
}

.budicon-spatula:before {
    content: "\ebf6";
}

.budicon-stand-mixer:before {
    content: "\ebf7";
}

.budicon-stone-oven:before {
    content: "\ebf8";
}

.budicon-taste:before {
    content: "\ebf9";
}

.budicon-tea-pot:before {
    content: "\ebfa";
}

.budicon-temperature-controller:before {
    content: "\ebfb";
}

.budicon-tissue:before {
    content: "\ebfc";
}

.budicon-toaster:before {
    content: "\ebfd";
}

.budicon-trash-bin:before {
    content: "\ebfe";
}

.budicon-weigher:before {
    content: "\ebff";
}

.budicon-Artboard-101:before {
    content: "\ec00";
}

.budicon-Artboard-102:before {
    content: "\ec01";
}

.budicon-female-user-block:before {
    content: "\ec02";
}

.budicon-female-user-cross:before {
    content: "\ec03";
}

.budicon-female-user-favorite:before {
    content: "\ec04";
}

.budicon-female-user-information:before {
    content: "\ec05";
}

.budicon-female-user-lock:before {
    content: "\ec06";
}

.budicon-female-user-minus:before {
    content: "\ec07";
}

.budicon-female-user-plus:before {
    content: "\ec08";
}

.budicon-female-user-search:before {
    content: "\ec09";
}

.budicon-female-user-tick:before {
    content: "\ec0a";
}

.budicon-female-user:before {
    content: "\ec0b";
}

.budicon-female:before {
    content: "\ec0c";
}

.budicon-gender:before {
    content: "\ec0d";
}

.budicon-group:before {
    content: "\ec0e";
}

.budicon-male:before {
    content: "\ec0f";
}

.budicon-profile-picture:before {
    content: "\ec10";
}

.budicon-shared-user:before {
    content: "\ec11";
}

.budicon-user-a:before {
    content: "\ec12";
}

.budicon-user-b:before {
    content: "\ec13";
}

.budicon-user-block-a:before {
    content: "\ec14";
}

.budicon-user-block-b:before {
    content: "\ec15";
}

.budicon-user-block-c:before {
    content: "\ec16";
}

.budicon-user-block:before {
    content: "\ec17";
}

.budicon-user-c:before {
    content: "\ec18";
}

.budicon-user-card-a:before {
    content: "\ec19";
}

.budicon-user-card:before {
    content: "\ec1a";
}

.budicon-user-cross-a:before {
    content: "\ec1b";
}

.budicon-user-cross-b:before {
    content: "\ec1c";
}

.budicon-user-cross-c:before {
    content: "\ec1d";
}

.budicon-user-cross:before {
    content: "\ec1e";
}

.budicon-user-favorite-a:before {
    content: "\ec1f";
}

.budicon-user-favorite-b:before {
    content: "\ec20";
}

.budicon-user-favorite-c:before {
    content: "\ec21";
}

.budicon-user-favorite:before {
    content: "\ec22";
}

.budicon-user-information-a:before {
    content: "\ec23";
}

.budicon-user-information-b:before {
    content: "\ec24";
}

.budicon-user-information-c:before {
    content: "\ec25";
}

.budicon-user-information:before {
    content: "\ec26";
}

.budicon-user-list-a:before {
    content: "\ec27";
}

.budicon-user-list-b:before {
    content: "\ec28";
}

.budicon-user-list-c:before {
    content: "\ec29";
}

.budicon-user-list-d:before {
    content: "\ec2a";
}

.budicon-user-lock-a:before {
    content: "\ec2b";
}

.budicon-user-lock-b:before {
    content: "\ec2c";
}

.budicon-user-lock-c:before {
    content: "\ec2d";
}

.budicon-user-lock:before {
    content: "\ec2e";
}

.budicon-user-minus-a:before {
    content: "\ec2f";
}

.budicon-user-minus-b:before {
    content: "\ec30";
}

.budicon-user-minus-c:before {
    content: "\ec31";
}

.budicon-user-minus:before {
    content: "\ec32";
}

.budicon-user-plus-a:before {
    content: "\ec33";
}

.budicon-user-plus-b:before {
    content: "\ec34";
}

.budicon-user-plus-c:before {
    content: "\ec35";
}

.budicon-user-plus:before {
    content: "\ec36";
}

.budicon-user-search-a:before {
    content: "\ec37";
}

.budicon-user-search-b:before {
    content: "\ec38";
}

.budicon-user-search-c:before {
    content: "\ec39";
}

.budicon-user-search:before {
    content: "\ec3a";
}

.budicon-user-tick-a:before {
    content: "\ec3b";
}

.budicon-user-tick-b:before {
    content: "\ec3c";
}

.budicon-user-tick-c:before {
    content: "\ec3d";
}

.budicon-user-tick:before {
    content: "\ec3e";
}

.budicon-user:before {
    content: "\ec3f";
}

.budicon-alien:before {
    content: "\ec40";
}

.budicon-astronout:before {
    content: "\ec41";
}

.budicon-comet:before {
    content: "\ec42";
}

.budicon-earth:before {
    content: "\ec43";
}

.budicon-galaxy-hole:before {
    content: "\ec44";
}

.budicon-galaxy:before {
    content: "\ec45";
}

.budicon-jupiter:before {
    content: "\ec46";
}

.budicon-lunar-flag:before {
    content: "\ec47";
}

.budicon-mars:before {
    content: "\ec48";
}

.budicon-observatory:before {
    content: "\ec49";
}

.budicon-radar2:before {
    content: "\ec4a";
}

.budicon-raygun:before {
    content: "\ec4b";
}

.budicon-research:before {
    content: "\ec4c";
}

.budicon-robot:before {
    content: "\ec4d";
}

.budicon-rocket:before {
    content: "\ec4e";
}

.budicon-satellite:before {
    content: "\ec4f";
}

.budicon-saturn:before {
    content: "\ec50";
}

.budicon-science:before {
    content: "\ec51";
}

.budicon-space-helmet:before {
    content: "\ec52";
}

.budicon-space-house:before {
    content: "\ec53";
}

.budicon-space-shuttle:before {
    content: "\ec54";
}

.budicon-spaceship:before {
    content: "\ec55";
}

.budicon-telescope:before {
    content: "\ec56";
}

.budicon-ufo:before {
    content: "\ec57";
}

.budicon-abc-blocks:before {
    content: "\ec58";
}

.budicon-baby-bottle:before {
    content: "\ec59";
}

.budicon-baby-dot:before {
    content: "\ec5a";
}

.budicon-baby-jumper:before {
    content: "\ec5b";
}

.budicon-balloon:before {
    content: "\ec5c";
}

.budicon-birthday-cake:before {
    content: "\ec5d";
}

.budicon-birthday-party:before {
    content: "\ec5e";
}

.budicon-castle-toy:before {
    content: "\ec5f";
}

.budicon-diaper:before {
    content: "\ec60";
}

.budicon-girl-clothes:before {
    content: "\ec61";
}

.budicon-gun-toy:before {
    content: "\ec62";
}

.budicon-kid-bottle-love:before {
    content: "\ec63";
}

.budicon-kid-bottle:before {
    content: "\ec64";
}

.budicon-kite:before {
    content: "\ec65";
}

.budicon-shape-blocks:before {
    content: "\ec66";
}

.budicon-teddy-bear:before {
    content: "\ec67";
}

.budicon-thermometer:before {
    content: "\ec68";
}

.budicon-train-toy:before {
    content: "\ec69";
}

.budicon-alignment-center:before {
    content: "\ec6a";
}

.budicon-alignment-left:before {
    content: "\ec6b";
}

.budicon-alignment-right:before {
    content: "\ec6c";
}

.budicon-anchor-link:before {
    content: "\ec6d";
}

.budicon-ascending-order:before {
    content: "\ec6e";
}

.budicon-asterisk:before {
    content: "\ec6f";
}

.budicon-change-order:before {
    content: "\ec70";
}

.budicon-check-done:before {
    content: "\ec71";
}

.budicon-columns:before {
    content: "\ec72";
}

.budicon-compose:before {
    content: "\ec73";
}

.budicon-descending-order:before {
    content: "\ec74";
}

.budicon-digital-keyboard:before {
    content: "\ec75";
}

.budicon-document-page:before {
    content: "\ec76";
}

.budicon-forward-page:before {
    content: "\ec77";
}

.budicon-front-page:before {
    content: "\ec78";
}

.budicon-grid-view:before {
    content: "\ec79";
}

.budicon-image-caption:before {
    content: "\ec7a";
}

.budicon-indent-left:before {
    content: "\ec7b";
}

.budicon-indent-right:before {
    content: "\ec7c";
}

.budicon-justify-center:before {
    content: "\ec7d";
}

.budicon-justify-left:before {
    content: "\ec7e";
}

.budicon-justify-right:before {
    content: "\ec7f";
}

.budicon-keyboard-appear:before {
    content: "\ec80";
}

.budicon-keyboard-down:before {
    content: "\ec81";
}

.budicon-media-player-page:before {
    content: "\ec82";
}

.budicon-page-blank:before {
    content: "\ec83";
}

.budicon-page-block:before {
    content: "\ec84";
}

.budicon-page-cross:before {
    content: "\ec85";
}

.budicon-page-lock:before {
    content: "\ec86";
}

.budicon-page-mark:before {
    content: "\ec87";
}

.budicon-page-minus:before {
    content: "\ec88";
}

.budicon-page-plus:before {
    content: "\ec89";
}

.budicon-page-tick:before {
    content: "\ec8a";
}

.budicon-pen-add:before {
    content: "\ec8b";
}

.budicon-pen-cross:before {
    content: "\ec8c";
}

.budicon-pen-minus:before {
    content: "\ec8d";
}

.budicon-pen-tick:before {
    content: "\ec8e";
}

.budicon-pen-writing:before {
    content: "\ec8f";
}

.budicon-pen:before {
    content: "\ec90";
}

.budicon-pencil-writing:before {
    content: "\ec91";
}

.budicon-reading-list:before {
    content: "\ec92";
}

.budicon-redo:before {
    content: "\ec93";
}

.budicon-search-page:before {
    content: "\ec94";
}

.budicon-text-box:before {
    content: "\ec95";
}

.budicon-undo:before {
    content: "\ec96";
}

.budicon-vertical-align-bottom:before {
    content: "\ec97";
}

.budicon-vertical-align-top:before {
    content: "\ec98";
}

.budicon-vertical-allign-middle:before {
    content: "\ec99";
}

.budicon-writing-link:before {
    content: "\ec9a";
}

.budicon-d-glasses:before {
    content: "\ec9b";
}

.budicon-airdrop:before {
    content: "\ec9c";
}

.budicon-android-landscape:before {
    content: "\ec9d";
}

.budicon-android-wifi:before {
    content: "\ec9e";
}

.budicon-android:before {
    content: "\ec9f";
}

.budicon-bluetooth-circle:before {
    content: "\eca0";
}

.budicon-bluetooth:before {
    content: "\eca1";
}

.budicon-browser-cross:before {
    content: "\eca2";
}

.budicon-browser-minus:before {
    content: "\eca3";
}

.budicon-browser-plus:before {
    content: "\eca4";
}

.budicon-browser-tick:before {
    content: "\eca5";
}

.budicon-browser:before {
    content: "\eca6";
}

.budicon-cable-cord:before {
    content: "\eca7";
}

.budicon-cardboard:before {
    content: "\eca8";
}

.budicon-charging:before {
    content: "\eca9";
}

.budicon-chrome-cast:before {
    content: "\ecaa";
}

.budicon-cloud-server:before {
    content: "\ecab";
}

.budicon-desktop-smartphone:before {
    content: "\ecac";
}

.budicon-desktop-wifi:before {
    content: "\ecad";
}

.budicon-desktop:before {
    content: "\ecae";
}

.budicon-development-bug:before {
    content: "\ecaf";
}

.budicon-drone:before {
    content: "\ecb0";
}

.budicon-dvd-i-cable:before {
    content: "\ecb1";
}

.budicon-flashlight2:before {
    content: "\ecb2";
}

.budicon-game-console:before {
    content: "\ecb3";
}

.budicon-gameboy:before {
    content: "\ecb4";
}

.budicon-gaming-mouse:before {
    content: "\ecb5";
}

.budicon-google-phone-landscape:before {
    content: "\ecb6";
}

.budicon-google-phone:before {
    content: "\ecb7";
}

.budicon-hdmi-cable:before {
    content: "\ecb8";
}

.budicon-hosting-server:before {
    content: "\ecb9";
}

.budicon-house-cloud:before {
    content: "\ecba";
}

.budicon-house-network:before {
    content: "\ecbb";
}

.budicon-internet-network:before {
    content: "\ecbc";
}

.budicon-iphone-landscape:before {
    content: "\ecbd";
}

.budicon-iphone-wifi:before {
    content: "\ecbe";
}

.budicon-iphone:before {
    content: "\ecbf";
}

.budicon-keyboard-a:before {
    content: "\ecc0";
}

.budicon-keyboard:before {
    content: "\ecc1";
}

.budicon-laptop-smartphone:before {
    content: "\ecc2";
}

.budicon-laptop-wifi:before {
    content: "\ecc3";
}

.budicon-laptop:before {
    content: "\ecc4";
}

.budicon-magic-mouse:before {
    content: "\ecc5";
}

.budicon-magnet:before {
    content: "\ecc6";
}

.budicon-mobile-earphone:before {
    content: "\ecc7";
}

.budicon-mobile-photo-scan:before {
    content: "\ecc8";
}

.budicon-modem-externder:before {
    content: "\ecc9";
}

.budicon-modem:before {
    content: "\ecca";
}

.budicon-nintendo-console:before {
    content: "\eccb";
}

.budicon-processor-chip:before {
    content: "\eccc";
}

.budicon-projector:before {
    content: "\eccd";
}

.budicon-remote-control:before {
    content: "\ecce";
}

.budicon-search-browser:before {
    content: "\eccf";
}

.budicon-security-guard:before {
    content: "\ecd0";
}

.budicon-signal-tower:before {
    content: "\ecd1";
}

.budicon-television:before {
    content: "\ecd2";
}

.budicon-usb-cable:before {
    content: "\ecd3";
}

.budicon-webcam:before {
    content: "\ecd4";
}

.budicon-world-connection:before {
    content: "\ecd5";
}

.budicon-world-network:before {
    content: "\ecd6";
}

.budicon-alarm:before {
    content: "\ecd7";
}

.budicon-alert:before {
    content: "\ecd8";
}

.budicon-backward-time:before {
    content: "\ecd9";
}

.budicon-bell:before {
    content: "\ecda";
}

.budicon-calendar-alert:before {
    content: "\ecdb";
}

.budicon-calendar-block:before {
    content: "\ecdc";
}

.budicon-calendar-cross:before {
    content: "\ecdd";
}

.budicon-calendar-dating:before {
    content: "\ecde";
}

.budicon-calendar-download:before {
    content: "\ecdf";
}

.budicon-calendar-favorite:before {
    content: "\ece0";
}

.budicon-calendar-information:before {
    content: "\ece1";
}

.budicon-calendar-lock:before {
    content: "\ece2";
}

.budicon-calendar-minus:before {
    content: "\ece3";
}

.budicon-calendar-plus:before {
    content: "\ece4";
}

.budicon-calendar-tick:before {
    content: "\ece5";
}

.budicon-calendar-upload:before {
    content: "\ece6";
}

.budicon-calendar:before {
    content: "\ece7";
}

.budicon-dashboard2:before {
    content: "\ece8";
}

.budicon-events:before {
    content: "\ece9";
}

.budicon-fast:before {
    content: "\ecea";
}

.budicon-find-event:before {
    content: "\eceb";
}

.budicon-forward-time:before {
    content: "\ecec";
}

.budicon-hourglass:before {
    content: "\eced";
}

.budicon-normal-speed:before {
    content: "\ecee";
}

.budicon-schedule:before {
    content: "\ecef";
}

.budicon-share-calendar:before {
    content: "\ecf0";
}

.budicon-slow:before {
    content: "\ecf1";
}

.budicon-snooze:before {
    content: "\ecf2";
}

.budicon-stopwatch-digital:before {
    content: "\ecf3";
}

.budicon-stopwatch-half:before {
    content: "\ecf4";
}

.budicon-stopwatch:before {
    content: "\ecf5";
}

.budicon-time:before {
    content: "\ecf6";
}

.budicon-timer:before {
    content: "\ecf7";
}

.budicon-tomorrow:before {
    content: "\ecf8";
}

.budicon-vintage-wall-clock:before {
    content: "\ecf9";
}

.budicon-wall-clock:before {
    content: "\ecfa";
}

.budicon-watch:before {
    content: "\ecfb";
}

.budicon-yesterday:before {
    content: "\ecfc";
}

.budicon-blowing-wind:before {
    content: "\ecfd";
}

.budicon-cloud:before {
    content: "\ecfe";
}

.budicon-cloudy-night:before {
    content: "\ecff";
}

.budicon-cloudy-day:before {
    content: "\ed00";
}

.budicon-day:before {
    content: "\ed01";
}

.budicon-decrease-temperature:before {
    content: "\ed02";
}

.budicon-drizzling-day:before {
    content: "\ed03";
}

.budicon-drizzling-night:before {
    content: "\ed04";
}

.budicon-drizzling:before {
    content: "\ed05";
}

.budicon-flake-day:before {
    content: "\ed06";
}

.budicon-flake-night:before {
    content: "\ed07";
}

.budicon-flake:before {
    content: "\ed08";
}

.budicon-gloomy-day:before {
    content: "\ed09";
}

.budicon-gloomy-night:before {
    content: "\ed0a";
}

.budicon-gloomy:before {
    content: "\ed0b";
}

.budicon-half-moon:before {
    content: "\ed0c";
}

.budicon-heavy-rain-day:before {
    content: "\ed0d";
}

.budicon-heavy-rain-night:before {
    content: "\ed0e";
}

.budicon-heavy-rain:before {
    content: "\ed0f";
}

.budicon-high-temperature:before {
    content: "\ed10";
}

.budicon-increase-temperature:before {
    content: "\ed11";
}

.budicon-lighting-day:before {
    content: "\ed12";
}

.budicon-lighting-night:before {
    content: "\ed13";
}

.budicon-lighting:before {
    content: "\ed14";
}

.budicon-low-temperature:before {
    content: "\ed15";
}

.budicon-medium-temperature:before {
    content: "\ed16";
}

.budicon-melting-point:before {
    content: "\ed17";
}

.budicon-moon-reflection:before {
    content: "\ed18";
}

.budicon-moonlight:before {
    content: "\ed19";
}

.budicon-night:before {
    content: "\ed1a";
}

.budicon-pouring-day:before {
    content: "\ed1b";
}

.budicon-pouring-night:before {
    content: "\ed1c";
}

.budicon-pouring:before {
    content: "\ed1d";
}

.budicon-rain:before {
    content: "\ed1e";
}

.budicon-raining-day:before {
    content: "\ed1f";
}

.budicon-raining-night:before {
    content: "\ed20";
}

.budicon-snowflakes:before {
    content: "\ed21";
}

.budicon-snowing-day:before {
    content: "\ed22";
}

.budicon-snowing-night:before {
    content: "\ed23";
}

.budicon-snowing:before {
    content: "\ed24";
}

.budicon-sun-down:before {
    content: "\ed25";
}

.budicon-sun-reflection:before {
    content: "\ed26";
}

.budicon-sun-set:before {
    content: "\ed27";
}

.budicon-sun-up:before {
    content: "\ed28";
}

.budicon-three-quarter-moon:before {
    content: "\ed29";
}

.budicon-typhoon:before {
    content: "\ed2a";
}

.budicon-windometer:before {
    content: "\ed2b";
}

.budicon-windy-day:before {
    content: "\ed2c";
}

.budicon-windy-night:before {
    content: "\ed2d";
}

.budicon-windy:before {
    content: "\ed2e";
}

.budicon-archery:before {
    content: "\ed2f";
}

.budicon-badminton:before {
    content: "\ed30";
}

.budicon-baseball-a:before {
    content: "\ed31";
}

.budicon-baseball:before {
    content: "\ed32";
}

.budicon-basketball-field:before {
    content: "\ed33";
}

.budicon-basketball-ring:before {
    content: "\ed34";
}

.budicon-basketball:before {
    content: "\ed35";
}

.budicon-boxing:before {
    content: "\ed36";
}

.budicon-canoe:before {
    content: "\ed37";
}

.budicon-champion:before {
    content: "\ed38";
}

.budicon-commentator:before {
    content: "\ed39";
}

.budicon-crickets:before {
    content: "\ed3a";
}

.budicon-diving:before {
    content: "\ed3b";
}

.budicon-drinking-bottles:before {
    content: "\ed3c";
}

.budicon-dumbell:before {
    content: "\ed3d";
}

.budicon-energy-drink:before {
    content: "\ed3e";
}

.budicon-energy-pill:before {
    content: "\ed3f";
}

.budicon-fencing:before {
    content: "\ed40";
}

.budicon-football-field:before {
    content: "\ed41";
}

.budicon-football:before {
    content: "\ed42";
}

.budicon-formation:before {
    content: "\ed43";
}

.budicon-golf:before {
    content: "\ed44";
}

.budicon-hockey:before {
    content: "\ed45";
}

.budicon-injury:before {
    content: "\ed46";
}

.budicon-king:before {
    content: "\ed47";
}

.budicon-live-sport:before {
    content: "\ed48";
}

.budicon-medication:before {
    content: "\ed49";
}

.budicon-nfl:before {
    content: "\ed4a";
}

.budicon-olympic:before {
    content: "\ed4b";
}

.budicon-ping-pong:before {
    content: "\ed4c";
}

.budicon-racing-flag:before {
    content: "\ed4d";
}

.budicon-referee:before {
    content: "\ed4e";
}

.budicon-runner-outfit:before {
    content: "\ed4f";
}

.budicon-sneakers:before {
    content: "\ed50";
}

.budicon-soccer-ball:before {
    content: "\ed51";
}

.budicon-speed:before {
    content: "\ed52";
}

.budicon-spikes:before {
    content: "\ed53";
}

.budicon-sport-card:before {
    content: "\ed54";
}

.budicon-sumo:before {
    content: "\ed55";
}

.budicon-team-strategy:before {
    content: "\ed56";
}

.budicon-tennis-ball:before {
    content: "\ed57";
}

.budicon-trophy:before {
    content: "\ed58";
}

.budicon-uniform:before {
    content: "\ed59";
}

.budicon-voley-ball:before {
    content: "\ed5a";
}

.budicon-volley-ball:before {
    content: "\ed5b";
}

.budicon-white-flag:before {
    content: "\ed5c";
}

.budicon-airpods-a:before {
    content: "\ed5d";
}

.budicon-airpods:before {
    content: "\ed5e";
}

.budicon-albums:before {
    content: "\ed5f";
}

.budicon-analog-radio:before {
    content: "\ed60";
}

.budicon-attachment-music:before {
    content: "\ed61";
}

.budicon-backward-sign:before {
    content: "\ed62";
}

.budicon-backward:before {
    content: "\ed63";
}

.budicon-bluetooth-earphone:before {
    content: "\ed64";
}

.budicon-boom-mic-mute:before {
    content: "\ed65";
}

.budicon-boom-mic:before {
    content: "\ed66";
}

.budicon-boombox:before {
    content: "\ed67";
}

.budicon-cassette:before {
    content: "\ed68";
}

.budicon-cd-case:before {
    content: "\ed69";
}

.budicon-cd:before {
    content: "\ed6a";
}

.budicon-earphone:before {
    content: "\ed6b";
}

.budicon-eject:before {
    content: "\ed6c";
}

.budicon-equalizer-a:before {
    content: "\ed6d";
}

.budicon-equalizer:before {
    content: "\ed6e";
}

.budicon-forward-sign:before {
    content: "\ed6f";
}

.budicon-forward:before {
    content: "\ed70";
}

.budicon-headphone-eq:before {
    content: "\ed71";
}

.budicon-headphones-a:before {
    content: "\ed72";
}

.budicon-headphones:before {
    content: "\ed73";
}

.budicon-in-ear-headphones:before {
    content: "\ed74";
}

.budicon-ipod:before {
    content: "\ed75";
}

.budicon-melody:before {
    content: "\ed76";
}

.budicon-microphone-wireless:before {
    content: "\ed77";
}

.budicon-music-album:before {
    content: "\ed78";
}

.budicon-music-file:before {
    content: "\ed79";
}

.budicon-music-setting:before {
    content: "\ed7a";
}

.budicon-next-sign:before {
    content: "\ed7b";
}

.budicon-next-song:before {
    content: "\ed7c";
}

.budicon-pause-sign-a:before {
    content: "\ed7d";
}

.budicon-pause-sign:before {
    content: "\ed7e";
}

.budicon-pause:before {
    content: "\ed7f";
}

.budicon-piano:before {
    content: "\ed80";
}

.budicon-play-loop:before {
    content: "\ed81";
}

.budicon-play-sign:before {
    content: "\ed82";
}

.budicon-play:before {
    content: "\ed83";
}

.budicon-playlist-a:before {
    content: "\ed84";
}

.budicon-playlist-b:before {
    content: "\ed85";
}

.budicon-playlist:before {
    content: "\ed86";
}

.budicon-previous-sign:before {
    content: "\ed87";
}

.budicon-previous-song:before {
    content: "\ed88";
}

.budicon-radio:before {
    content: "\ed89";
}

.budicon-record-sign:before {
    content: "\ed8a";
}

.budicon-repeat-album:before {
    content: "\ed8b";
}

.budicon-repeat-one:before {
    content: "\ed8c";
}

.budicon-repeat:before {
    content: "\ed8d";
}

.budicon-rock:before {
    content: "\ed8e";
}

.budicon-shuffle:before {
    content: "\ed8f";
}

.budicon-song-note-tail:before {
    content: "\ed90";
}

.budicon-song-note:before {
    content: "\ed91";
}

.budicon-song-notes-a:before {
    content: "\ed92";
}

.budicon-song-notes:before {
    content: "\ed93";
}

.budicon-sound:before {
    content: "\ed94";
}

.budicon-speaker:before {
    content: "\ed95";
}

.budicon-stop-sign:before {
    content: "\ed96";
}

.budicon-stop:before {
    content: "\ed97";
}

.budicon-vintage-microphone-big:before {
    content: "\ed98";
}

.budicon-vintage-microphone:before {
    content: "\ed99";
}

.budicon-vol-high:before {
    content: "\ed9a";
}

.budicon-vol-low:before {
    content: "\ed9b";
}

.budicon-vol-med:before {
    content: "\ed9c";
}

.budicon-vol-mute:before {
    content: "\ed9d";
}

.budicon-volume-low:before {
    content: "\ed9e";
}

.budicon-volume-mute-a:before {
    content: "\ed9f";
}

.budicon-volume-mute:before {
    content: "\eda0";
}

.budicon-volume-strong:before {
    content: "\eda1";
}

.budicon-vynil:before {
    content: "\eda2";
}

.budicon-woofer:before {
    content: "\eda3";
}

.budicon-search-task:before {
    content: "\eda4";
}

.budicon-task-alert:before {
    content: "\eda5";
}

.budicon-task-block:before {
    content: "\eda6";
}

.budicon-task-cross:before {
    content: "\eda7";
}

.budicon-task-download:before {
    content: "\eda8";
}

.budicon-task-favorite:before {
    content: "\eda9";
}

.budicon-task-information:before {
    content: "\edaa";
}

.budicon-task-list:before {
    content: "\edab";
}

.budicon-task-lock:before {
    content: "\edac";
}

.budicon-task-love:before {
    content: "\edad";
}

.budicon-task-minus:before {
    content: "\edae";
}

.budicon-task-plus:before {
    content: "\edaf";
}

.budicon-task-question:before {
    content: "\edb0";
}

.budicon-task-scheduled:before {
    content: "\edb1";
}

.budicon-task-shared:before {
    content: "\edb2";
}

.budicon-task-tick:before {
    content: "\edb3";
}

.budicon-task-upload:before {
    content: "\edb4";
}

.budicon-task:before {
    content: "\edb5";
}

.budicon-announcement:before {
    content: "\edb6";
}

.budicon-at-symbol:before {
    content: "\edb7";
}

.budicon-broadcast:before {
    content: "\edb8";
}

.budicon-call:before {
    content: "\edb9";
}

.budicon-chat-alert:before {
    content: "\edba";
}

.budicon-chat-block:before {
    content: "\edbb";
}

.budicon-chat-cross:before {
    content: "\edbc";
}

.budicon-chat-download:before {
    content: "\edbd";
}

.budicon-chat-favorite:before {
    content: "\edbe";
}

.budicon-chat-information:before {
    content: "\edbf";
}

.budicon-chat-lock:before {
    content: "\edc0";
}

.budicon-chat-love:before {
    content: "\edc1";
}

.budicon-chat-minus:before {
    content: "\edc2";
}

.budicon-chat-plus:before {
    content: "\edc3";
}

.budicon-chat-question:before {
    content: "\edc4";
}

.budicon-chat-scheduled:before {
    content: "\edc5";
}

.budicon-chat-thread:before {
    content: "\edc6";
}

.budicon-chat-tick:before {
    content: "\edc7";
}

.budicon-chat-upload:before {
    content: "\edc8";
}

.budicon-chat:before {
    content: "\edc9";
}

.budicon-connection:before {
    content: "\edca";
}

.budicon-conversation:before {
    content: "\edcb";
}

.budicon-dropped-cap:before {
    content: "\edcc";
}

.budicon-email-alert:before {
    content: "\edcd";
}

.budicon-email-block:before {
    content: "\edce";
}

.budicon-email-cross:before {
    content: "\edcf";
}

.budicon-email-download:before {
    content: "\edd0";
}

.budicon-email-favorite:before {
    content: "\edd1";
}

.budicon-email-forward:before {
    content: "\edd2";
}

.budicon-email-front-envelope:before {
    content: "\edd3";
}

.budicon-email-information:before {
    content: "\edd4";
}

.budicon-email-lock:before {
    content: "\edd5";
}

.budicon-email-love:before {
    content: "\edd6";
}

.budicon-email-minus:before {
    content: "\edd7";
}

.budicon-email-plus:before {
    content: "\edd8";
}

.budicon-email-tick:before {
    content: "\edd9";
}

.budicon-email-undo:before {
    content: "\edda";
}

.budicon-email-upload:before {
    content: "\eddb";
}

.budicon-email:before {
    content: "\eddc";
}

.budicon-happy-chat:before {
    content: "\eddd";
}

.budicon-happy-sticker:before {
    content: "\edde";
}

.budicon-incoming-call:before {
    content: "\eddf";
}

.budicon-international-call:before {
    content: "\ede0";
}

.budicon-mailbox:before {
    content: "\ede1";
}

.budicon-mobile-chat:before {
    content: "\ede2";
}

.budicon-mobile-email:before {
    content: "\ede3";
}

.budicon-numpad:before {
    content: "\ede4";
}

.budicon-outgoing-call:before {
    content: "\ede5";
}

.budicon-phone-block:before {
    content: "\ede6";
}

.budicon-phone-connection:before {
    content: "\ede7";
}

.budicon-phone-directed:before {
    content: "\ede8";
}

.budicon-phone-forward:before {
    content: "\ede9";
}

.budicon-phone-hold:before {
    content: "\edea";
}

.budicon-phone-lock:before {
    content: "\edeb";
}

.budicon-phone-love:before {
    content: "\edec";
}

.budicon-phone-voicemail:before {
    content: "\eded";
}

.budicon-phone:before {
    content: "\edee";
}

.budicon-quill-pen:before {
    content: "\edef";
}

.budicon-sad-chat:before {
    content: "\edf0";
}

.budicon-sad-sticker:before {
    content: "\edf1";
}

.budicon-search-chat:before {
    content: "\edf2";
}

.budicon-search-email:before {
    content: "\edf3";
}

.budicon-sending-message:before {
    content: "\edf4";
}

.budicon-shared-chat:before {
    content: "\edf5";
}

.budicon-shared-email:before {
    content: "\edf6";
}

.budicon-signal-source:before {
    content: "\edf7";
}

.budicon-signal:before {
    content: "\edf8";
}

.budicon-sms:before {
    content: "\edf9";
}

.budicon-spam:before {
    content: "\edfa";
}

.budicon-stickers:before {
    content: "\edfb";
}

.budicon-typing-chat:before {
    content: "\edfc";
}

.budicon-video-chat:before {
    content: "\edfd";
}

.budicon-voice-mail:before {
    content: "\edfe";
}

.budicon-web-chat:before {
    content: "\edff";
}

.budicon-web-sms:before {
    content: "\ee00";
}

.budicon-air-conditioner:before {
    content: "\ee01";
}

.budicon-armchair:before {
    content: "\ee02";
}

.budicon-bathup:before {
    content: "\ee03";
}

.budicon-bed-lamp:before {
    content: "\ee04";
}

.budicon-bed-side-a:before {
    content: "\ee05";
}

.budicon-bed-side-table:before {
    content: "\ee06";
}

.budicon-bed-side:before {
    content: "\ee07";
}

.budicon-bed:before {
    content: "\ee08";
}

.budicon-big-dresser:before {
    content: "\ee09";
}

.budicon-book-cabinet:before {
    content: "\ee0a";
}

.budicon-cabinet:before {
    content: "\ee0b";
}

.budicon-candle:before {
    content: "\ee0c";
}

.budicon-chest:before {
    content: "\ee0d";
}

.budicon-closet:before {
    content: "\ee0e";
}

.budicon-dining-chair:before {
    content: "\ee0f";
}

.budicon-door:before {
    content: "\ee10";
}

.budicon-dresser-table:before {
    content: "\ee11";
}

.budicon-dresser:before {
    content: "\ee12";
}

.budicon-dryer:before {
    content: "\ee13";
}

.budicon-fireplace:before {
    content: "\ee14";
}

.budicon-flower:before {
    content: "\ee15";
}

.budicon-futon:before {
    content: "\ee16";
}

.budicon-hanging-lamp:before {
    content: "\ee17";
}

.budicon-home-alert:before {
    content: "\ee18";
}

.budicon-home-safe:before {
    content: "\ee19";
}

.budicon-hutch:before {
    content: "\ee1a";
}

.budicon-indoor-plant:before {
    content: "\ee1b";
}

.budicon-indoor-seat:before {
    content: "\ee1c";
}

.budicon-lamp:before {
    content: "\ee1d";
}

.budicon-lightbulb:before {
    content: "\ee1e";
}

.budicon-long-desk:before {
    content: "\ee1f";
}

.budicon-low-cabinet:before {
    content: "\ee20";
}

.budicon-open-door:before {
    content: "\ee21";
}

.budicon-outdoor-seat:before {
    content: "\ee22";
}

.budicon-plant:before {
    content: "\ee23";
}

.budicon-rocking-chair:before {
    content: "\ee24";
}

.budicon-round-armchair:before {
    content: "\ee25";
}

.budicon-round-chair:before {
    content: "\ee26";
}

.budicon-showcase-desk:before {
    content: "\ee27";
}

.budicon-shower:before {
    content: "\ee28";
}

.budicon-sink:before {
    content: "\ee29";
}

.budicon-smart-lamp:before {
    content: "\ee2a";
}

.budicon-sofa:before {
    content: "\ee2b";
}

.budicon-standing-lamp:before {
    content: "\ee2c";
}

.budicon-storage-desk:before {
    content: "\ee2d";
}

.budicon-sunflower:before {
    content: "\ee2e";
}

.budicon-table-lamp:before {
    content: "\ee2f";
}

.budicon-tv-desk:before {
    content: "\ee30";
}

.budicon-vintage-bed-lamp:before {
    content: "\ee31";
}

.budicon-vintage-chest:before {
    content: "\ee32";
}

.budicon-vintage-futon:before {
    content: "\ee33";
}

.budicon-vintage-sofa:before {
    content: "\ee34";
}

.budicon-wardrobe:before {
    content: "\ee35";
}

.budicon-washer:before {
    content: "\ee36";
}

.budicon-windsor-chair:before {
    content: "\ee37";
}

.budicon-wingback-chair:before {
    content: "\ee38";
}

.budicon-work-desk:before {
    content: "\ee39";
}

.budicon-apartment-a:before {
    content: "\ee3a";
}

.budicon-apartment:before {
    content: "\ee3b";
}

.budicon-bank:before {
    content: "\ee3c";
}

.budicon-barn:before {
    content: "\ee3d";
}

.budicon-business-area:before {
    content: "\ee3e";
}

.budicon-church:before {
    content: "\ee3f";
}

.budicon-city:before {
    content: "\ee40";
}

.budicon-garage:before {
    content: "\ee41";
}

.budicon-golden-bridge:before {
    content: "\ee42";
}

.budicon-government:before {
    content: "\ee43";
}

.budicon-high-building:before {
    content: "\ee44";
}

.budicon-hotel-tower:before {
    content: "\ee45";
}

.budicon-house-a:before {
    content: "\ee46";
}

.budicon-house:before {
    content: "\ee47";
}

.budicon-lighthouse:before {
    content: "\ee48";
}

.budicon-log-house:before {
    content: "\ee49";
}

.budicon-mall:before {
    content: "\ee4a";
}

.budicon-mansion:before {
    content: "\ee4b";
}

.budicon-modern-office:before {
    content: "\ee4c";
}

.budicon-school:before {
    content: "\ee4d";
}

.budicon-ambulance:before {
    content: "\ee4e";
}

.budicon-baby:before {
    content: "\ee4f";
}

.budicon-bandage:before {
    content: "\ee50";
}

.budicon-blood-donation:before {
    content: "\ee51";
}

.budicon-blood-transfusion:before {
    content: "\ee52";
}

.budicon-blood-type:before {
    content: "\ee53";
}

.budicon-blood:before {
    content: "\ee54";
}

.budicon-body-weigher:before {
    content: "\ee55";
}

.budicon-cardio-record:before {
    content: "\ee56";
}

.budicon-dialysis:before {
    content: "\ee57";
}

.budicon-dna:before {
    content: "\ee58";
}

.budicon-eye-chart:before {
    content: "\ee59";
}

.budicon-eye-sight:before {
    content: "\ee5a";
}

.budicon-handicap:before {
    content: "\ee5b";
}

.budicon-hearing:before {
    content: "\ee5c";
}

.budicon-heart-monitor:before {
    content: "\ee5d";
}

.budicon-heart-rate:before {
    content: "\ee5e";
}

.budicon-hiv-ribbon:before {
    content: "\ee5f";
}

.budicon-hospital-sign:before {
    content: "\ee60";
}

.budicon-hospital:before {
    content: "\ee61";
}

.budicon-infusion:before {
    content: "\ee62";
}

.budicon-injection:before {
    content: "\ee63";
}

.budicon-lab-liquid:before {
    content: "\ee64";
}

.budicon-lab-test:before {
    content: "\ee65";
}

.budicon-lab:before {
    content: "\ee66";
}

.budicon-medical-assistance:before {
    content: "\ee67";
}

.budicon-medical-bag:before {
    content: "\ee68";
}

.budicon-medical-case:before {
    content: "\ee69";
}

.budicon-medical-liquid:before {
    content: "\ee6a";
}

.budicon-medical-note:before {
    content: "\ee6b";
}

.budicon-medical-record:before {
    content: "\ee6c";
}

.budicon-medicine:before {
    content: "\ee6d";
}

.budicon-online-medical:before {
    content: "\ee6e";
}

.budicon-pills:before {
    content: "\ee6f";
}

.budicon-potions:before {
    content: "\ee70";
}

.budicon-scale:before {
    content: "\ee71";
}

.budicon-sperm:before {
    content: "\ee72";
}

.budicon-sthethoscope:before {
    content: "\ee73";
}

.budicon-themometer:before {
    content: "\ee74";
}

.budicon-x-ray:before {
    content: "\ee75";
}

/*!
 * Budicon v2.0.1 (https://budicon.co)
 * Author: Budi Harto Tanrim (https://dribbble.com/buditanrim)
 * License: https://budicon.co/license
 */
@font-face {
    font-family: budicon-classic;
    src: url(../fonts/budicon-classic.eot);
    src: url(../fonts/budicon-classic.eot#iefix) format("embedded-opentype"), url(../fonts/budicon-classic.ttf) format("truetype"), url(../fonts/budicon-classic.woff) format("woff"),
        url(../fonts/budicon-classic.svg#budicon-classic) format("svg");
    font-weight: 400;
    font-style: normal;
}

i {
    font-family: budicon-classic;
    /* speak: none; */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.budicon-apron:before {
    content: "\e900";
}

.budicon-bbq:before {
    content: "\e901";
}

.budicon-blower:before {
    content: "\e902";
}

.budicon-butcher-knife:before {
    content: "\e903";
}

.budicon-coffee-maker:before {
    content: "\e904";
}

.budicon-coffee-press:before {
    content: "\e905";
}

.budicon-exhaust:before {
    content: "\e906";
}

.budicon-food-cover:before {
    content: "\e907";
}

.budicon-fridge:before {
    content: "\e908";
}

.budicon-hand-mixer:before {
    content: "\e909";
}

.budicon-heat:before {
    content: "\e90a";
}

.budicon-high-pot:before {
    content: "\e90b";
}

.budicon-hot-pot:before {
    content: "\e90c";
}

.budicon-ingredients:before {
    content: "\e90d";
}

.budicon-juice-container:before {
    content: "\e90e";
}

.budicon-juicer_1:before {
    content: "\e90f";
}

.budicon-juicer:before {
    content: "\e910";
}

.budicon-kitchen-glove:before {
    content: "\e911";
}

.budicon-kitchen-shaver:before {
    content: "\e912";
}

.budicon-knife:before {
    content: "\e913";
}

.budicon-large-pot:before {
    content: "\e914";
}

.budicon-low-pot:before {
    content: "\e915";
}

.budicon-measuring-cup:before {
    content: "\e916";
}

.budicon-microwave:before {
    content: "\e917";
}

.budicon-mixer:before {
    content: "\e918";
}

.budicon-outdoor-bbq:before {
    content: "\e919";
}

.budicon-pomodoro:before {
    content: "\e91a";
}

.budicon-rice-cooker:before {
    content: "\e91b";
}

.budicon-roller:before {
    content: "\e91c";
}

.budicon-sauce-pan-hot:before {
    content: "\e91d";
}

.budicon-sauce-pan:before {
    content: "\e91e";
}

.budicon-spatula:before {
    content: "\e91f";
}

.budicon-stand-mixer:before {
    content: "\e920";
}

.budicon-stone-oven:before {
    content: "\e921";
}

.budicon-taste:before {
    content: "\e922";
}

.budicon-tea-pot:before {
    content: "\e923";
}

.budicon-temperature-controller:before {
    content: "\e924";
}

.budicon-tissue:before {
    content: "\e925";
}

.budicon-toaster:before {
    content: "\e926";
}

.budicon-trash-bin:before {
    content: "\e927";
}

.budicon-weigher:before {
    content: "\e928";
}

.budicon-blowing-wind:before {
    content: "\e929";
}

.budicon-cloud:before {
    content: "\e92a";
}

.budicon-cloudy-night:before {
    content: "\e92b";
}

.budicon-cloudy-day:before {
    content: "\e92c";
}

.budicon-day:before {
    content: "\e92d";
}

.budicon-decrease-temperature:before {
    content: "\e92e";
}

.budicon-drizzling-day:before {
    content: "\e92f";
}

.budicon-drizzling-night:before {
    content: "\e930";
}

.budicon-drizzling:before {
    content: "\e931";
}

.budicon-flake-day:before {
    content: "\e932";
}

.budicon-flake-night:before {
    content: "\e933";
}

.budicon-flake:before {
    content: "\e934";
}

.budicon-gloomy-day:before {
    content: "\e935";
}

.budicon-gloomy-night:before {
    content: "\e936";
}

.budicon-gloomy:before {
    content: "\e937";
}

.budicon-half-moon:before {
    content: "\e938";
}

.budicon-heavy-rain-day:before {
    content: "\e939";
}

.budicon-heavy-rain-night:before {
    content: "\e93a";
}

.budicon-heavy-rain:before {
    content: "\e93b";
}

.budicon-high-temperature:before {
    content: "\e93c";
}

.budicon-increase-temperature:before {
    content: "\e93d";
}

.budicon-lighting-day:before {
    content: "\e93e";
}

.budicon-lighting-night:before {
    content: "\e93f";
}

.budicon-lighting:before {
    content: "\e940";
}

.budicon-low-temperature:before {
    content: "\e941";
}

.budicon-medium-temperature:before {
    content: "\e942";
}

.budicon-melting-point:before {
    content: "\e943";
}

.budicon-moon-reflection:before {
    content: "\e944";
}

.budicon-moonlight:before {
    content: "\e945";
}

.budicon-night:before {
    content: "\e946";
}

.budicon-pouring-day:before {
    content: "\e947";
}

.budicon-pouring-night:before {
    content: "\e948";
}

.budicon-pouring:before {
    content: "\e949";
}

.budicon-rain:before {
    content: "\e94a";
}

.budicon-raining-day:before {
    content: "\e94b";
}

.budicon-raining-night:before {
    content: "\e94c";
}

.budicon-snowflakes:before {
    content: "\e94d";
}

.budicon-snowing-day:before {
    content: "\e94e";
}

.budicon-snowing-night:before {
    content: "\e94f";
}

.budicon-snowing:before {
    content: "\e950";
}

.budicon-sun-down:before {
    content: "\e951";
}

.budicon-sun-reflection:before {
    content: "\e952";
}

.budicon-sun-set:before {
    content: "\e953";
}

.budicon-sun-up:before {
    content: "\e954";
}

.budicon-three-quarter-moon:before {
    content: "\e955";
}

.budicon-typhoon:before {
    content: "\e956";
}

.budicon-windometer:before {
    content: "\e957";
}

.budicon-windy-day:before {
    content: "\e958";
}

.budicon-windy-night:before {
    content: "\e959";
}

.budicon-windy:before {
    content: "\e95a";
}

.budicon-bottombar:before {
    content: "\e95b";
}

.budicon-card-stack-view:before {
    content: "\e95c";
}

.budicon-collapse-bottom:before {
    content: "\e95d";
}

.budicon-collapse-left:before {
    content: "\e95e";
}

.budicon-collapse-right:before {
    content: "\e95f";
}

.budicon-collapse-top:before {
    content: "\e960";
}

.budicon-feature-block:before {
    content: "\e961";
}

.budicon-inside-element:before {
    content: "\e962";
}

.budicon-layout-third-vertical:before {
    content: "\e963";
}

.budicon-layout-third-view:before {
    content: "\e964";
}

.budicon-layout-two-view:before {
    content: "\e965";
}

.budicon-one-third:before {
    content: "\e966";
}

.budicon-sidebar-left-content:before {
    content: "\e967";
}

.budicon-sidebar-left:before {
    content: "\e968";
}

.budicon-sidebar-right-content:before {
    content: "\e969";
}

.budicon-sidebar-right:before {
    content: "\e96a";
}

.budicon-third-one:before {
    content: "\e96b";
}

.budicon-topbar:before {
    content: "\e96c";
}

.budicon-two-grids:before {
    content: "\e96d";
}

.budicon-two-thirds:before {
    content: "\e96e";
}

.budicon-alert-sign-a:before {
    content: "\e96f";
}

.budicon-alert-sign:before {
    content: "\e970";
}

.budicon-app-notification:before {
    content: "\e971";
}

.budicon-appear-password:before {
    content: "\e972";
}

.budicon-block-sign:before {
    content: "\e973";
}

.budicon-bookmark-ribbon:before {
    content: "\e974";
}

.budicon-card-slides:before {
    content: "\e975";
}

.budicon-check-ui:before {
    content: "\e976";
}

.budicon-checkboxes:before {
    content: "\e977";
}

.budicon-cloud-download:before {
    content: "\e978";
}

.budicon-cloud-upload:before {
    content: "\e979";
}

.budicon-cmd-sign:before {
    content: "\e97a";
}

.budicon-cog:before {
    content: "\e97b";
}

.budicon-collapse-list:before {
    content: "\e97c";
}

.budicon-cross-sign-square:before {
    content: "\e97d";
}

.budicon-cross-sign:before {
    content: "\e97e";
}

.budicon-cross-ui:before {
    content: "\e97f";
}

.budicon-dashboard:before {
    content: "\e980";
}

.budicon-dislike:before {
    content: "\e981";
}

.budicon-download-queue:before {
    content: "\e982";
}

.budicon-exit-fullscreen:before {
    content: "\e983";
}

.budicon-expand-list:before {
    content: "\e984";
}

.budicon-expand-view:before {
    content: "\e985";
}

.budicon-filter:before {
    content: "\e986";
}

.budicon-fullscreen:before {
    content: "\e987";
}

.budicon-hamburger-ui-a:before {
    content: "\e988";
}

.budicon-hamburger-ui-b:before {
    content: "\e989";
}

.budicon-hamburger-ui:before {
    content: "\e98a";
}

.budicon-heart:before {
    content: "\e98b";
}

.budicon-hide-password:before {
    content: "\e98c";
}

.budicon-home-a:before {
    content: "\e98d";
}

.budicon-home:before {
    content: "\e98e";
}

.budicon-internal-link:before {
    content: "\e98f";
}

.budicon-kebab-ui:before {
    content: "\e990";
}

.budicon-life-buoy:before {
    content: "\e991";
}

.budicon-like:before {
    content: "\e992";
}

.budicon-loading-sign:before {
    content: "\e993";
}

.budicon-lock:before {
    content: "\e994";
}

.budicon-login:before {
    content: "\e995";
}

.budicon-logout:before {
    content: "\e996";
}

.budicon-meatball-ui:before {
    content: "\e997";
}

.budicon-mic-ui-mute:before {
    content: "\e998";
}

.budicon-mic-ui:before {
    content: "\e999";
}

.budicon-minimize-view:before {
    content: "\e99a";
}

.budicon-minus-sign-square:before {
    content: "\e99b";
}

.budicon-minus-sign:before {
    content: "\e99c";
}

.budicon-minus-ui:before {
    content: "\e99d";
}

.budicon-monitor-resolution:before {
    content: "\e99e";
}

.budicon-move-to-bottom:before {
    content: "\e99f";
}

.budicon-move-to-top:before {
    content: "\e9a0";
}

.budicon-notification-a:before {
    content: "\e9a1";
}

.budicon-notification:before {
    content: "\e9a2";
}

.budicon-outgoing-link:before {
    content: "\e9a3";
}

.budicon-plus-sign-square:before {
    content: "\e9a4";
}

.budicon-plus-sign:before {
    content: "\e9a5";
}

.budicon-plus-ui:before {
    content: "\e9a6";
}

.budicon-power-sign:before {
    content: "\e9a7";
}

.budicon-previouse-queue:before {
    content: "\e9a8";
}

.budicon-print-a:before {
    content: "\e9a9";
}

.budicon-print:before {
    content: "\e9aa";
}

.budicon-radar:before {
    content: "\e9ab";
}

.budicon-refresh-ui:before {
    content: "\e9ac";
}

.budicon-reload-ui:before {
    content: "\e9ad";
}

.budicon-reply-a:before {
    content: "\e9ae";
}

.budicon-reply-all:before {
    content: "\e9af";
}

.budicon-reply:before {
    content: "\e9b0";
}

.budicon-search-a:before {
    content: "\e9b1";
}

.budicon-search-cross-a:before {
    content: "\e9b2";
}

.budicon-search-cross:before {
    content: "\e9b3";
}

.budicon-search-list:before {
    content: "\e9b4";
}

.budicon-search-minus-a:before {
    content: "\e9b5";
}

.budicon-search-minus:before {
    content: "\e9b6";
}

.budicon-search-plus-a:before {
    content: "\e9b7";
}

.budicon-search-plus:before {
    content: "\e9b8";
}

.budicon-search-tick-a:before {
    content: "\e9b9";
}

.budicon-search-tick:before {
    content: "\e9ba";
}

.budicon-search-view-minus:before {
    content: "\e9bb";
}

.budicon-search-view-plus:before {
    content: "\e9bc";
}

.budicon-search-view:before {
    content: "\e9bd";
}

.budicon-search:before {
    content: "\e9be";
}

.budicon-share:before {
    content: "\e9bf";
}

.budicon-shortcut-list:before {
    content: "\e9c0";
}

.budicon-star:before {
    content: "\e9c1";
}

.budicon-stars:before {
    content: "\e9c2";
}

.budicon-tick-sign-square:before {
    content: "\e9c3";
}

.budicon-tick-sign:before {
    content: "\e9c4";
}

.budicon-trash-cancel:before {
    content: "\e9c5";
}

.budicon-trash-ui:before {
    content: "\e9c6";
}

.budicon-trash:before {
    content: "\e9c7";
}

.budicon-ui-compose-a:before {
    content: "\e9c8";
}

.budicon-ui-compose:before {
    content: "\e9c9";
}

.budicon-ui-flag-a:before {
    content: "\e9ca";
}

.budicon-ui-flag-b:before {
    content: "\e9cb";
}

.budicon-ui-flag:before {
    content: "\e9cc";
}

.budicon-ui-speed:before {
    content: "\e9cd";
}

.budicon-unlock:before {
    content: "\e9ce";
}

.budicon-upload-queue:before {
    content: "\e9cf";
}

.budicon-uploading-ui:before {
    content: "\e9d0";
}

.budicon-view:before {
    content: "\e9d1";
}

.budicon-wide-fullscreen:before {
    content: "\e9d2";
}

.budicon-alignment-center:before {
    content: "\e9d3";
}

.budicon-alignment-left:before {
    content: "\e9d4";
}

.budicon-alignment-right:before {
    content: "\e9d5";
}

.budicon-anchor-link:before {
    content: "\e9d6";
}

.budicon-ascending-order:before {
    content: "\e9d7";
}

.budicon-asterisk:before {
    content: "\e9d8";
}

.budicon-change-order:before {
    content: "\e9d9";
}

.budicon-check-done:before {
    content: "\e9da";
}

.budicon-columns:before {
    content: "\e9db";
}

.budicon-compose:before {
    content: "\e9dc";
}

.budicon-descending-order:before {
    content: "\e9dd";
}

.budicon-digital-keyboard:before {
    content: "\e9de";
}

.budicon-document-page:before {
    content: "\e9df";
}

.budicon-forward-page:before {
    content: "\e9e0";
}

.budicon-front-page:before {
    content: "\e9e1";
}

.budicon-grid-view:before {
    content: "\e9e2";
}

.budicon-image-caption:before {
    content: "\e9e3";
}

.budicon-indent-left:before {
    content: "\e9e4";
}

.budicon-indent-right:before {
    content: "\e9e5";
}

.budicon-justify-center:before {
    content: "\e9e6";
}

.budicon-justify-left:before {
    content: "\e9e7";
}

.budicon-justify-right:before {
    content: "\e9e8";
}

.budicon-keyboard-appear:before {
    content: "\e9e9";
}

.budicon-keyboard-down:before {
    content: "\e9ea";
}

.budicon-media-player-page:before {
    content: "\e9eb";
}

.budicon-page-blank:before {
    content: "\e9ec";
}

.budicon-page-block:before {
    content: "\e9ed";
}

.budicon-page-cross:before {
    content: "\e9ee";
}

.budicon-page-lock:before {
    content: "\e9ef";
}

.budicon-page-mark:before {
    content: "\e9f0";
}

.budicon-page-minus:before {
    content: "\e9f1";
}

.budicon-page-plus:before {
    content: "\e9f2";
}

.budicon-page-tick:before {
    content: "\e9f3";
}

.budicon-pen-add:before {
    content: "\e9f4";
}

.budicon-pen-cross:before {
    content: "\e9f5";
}

.budicon-pen-minus:before {
    content: "\e9f6";
}

.budicon-pen-tick:before {
    content: "\e9f7";
}

.budicon-pen-writing:before {
    content: "\e9f8";
}

.budicon-pen:before {
    content: "\e9f9";
}

.budicon-pencil-writing:before {
    content: "\e9fa";
}

.budicon-reading-list:before {
    content: "\e9fb";
}

.budicon-redo:before {
    content: "\e9fc";
}

.budicon-search-page:before {
    content: "\e9fd";
}

.budicon-text-box:before {
    content: "\e9fe";
}

.budicon-undo:before {
    content: "\e9ff";
}

.budicon-vertical-align-bottom:before {
    content: "\ea00";
}

.budicon-vertical-align-top:before {
    content: "\ea01";
}

.budicon-vertical-allign-middle:before {
    content: "\ea02";
}

.budicon-writing-link:before {
    content: "\ea03";
}

.budicon-ambulance:before {
    content: "\ea04";
}

.budicon-baby:before {
    content: "\ea05";
}

.budicon-bandage:before {
    content: "\ea06";
}

.budicon-blood-donation:before {
    content: "\ea07";
}

.budicon-blood-transfusion:before {
    content: "\ea08";
}

.budicon-blood-type:before {
    content: "\ea09";
}

.budicon-blood:before {
    content: "\ea0a";
}

.budicon-body-weigher:before {
    content: "\ea0b";
}

.budicon-cardio-record:before {
    content: "\ea0c";
}

.budicon-dialysis:before {
    content: "\ea0d";
}

.budicon-dna:before {
    content: "\ea0e";
}

.budicon-eye-chart:before {
    content: "\ea0f";
}

.budicon-eye-sight:before {
    content: "\ea10";
}

.budicon-handicap:before {
    content: "\ea11";
}

.budicon-hearing:before {
    content: "\ea12";
}

.budicon-heart-monitor:before {
    content: "\ea13";
}

.budicon-heart-rate:before {
    content: "\ea14";
}

.budicon-hiv-ribbon:before {
    content: "\ea15";
}

.budicon-hospital-sign:before {
    content: "\ea16";
}

.budicon-hospital:before {
    content: "\ea17";
}

.budicon-infusion:before {
    content: "\ea18";
}

.budicon-injection:before {
    content: "\ea19";
}

.budicon-lab-liquid:before {
    content: "\ea1a";
}

.budicon-lab-test:before {
    content: "\ea1b";
}

.budicon-lab:before {
    content: "\ea1c";
}

.budicon-medical-assistance:before {
    content: "\ea1d";
}

.budicon-medical-bag:before {
    content: "\ea1e";
}

.budicon-medical-case:before {
    content: "\ea1f";
}

.budicon-medical-liquid:before {
    content: "\ea20";
}

.budicon-medical-note:before {
    content: "\ea21";
}

.budicon-medical-record:before {
    content: "\ea22";
}

.budicon-medicine:before {
    content: "\ea23";
}

.budicon-online-medical:before {
    content: "\ea24";
}

.budicon-pills:before {
    content: "\ea25";
}

.budicon-potions:before {
    content: "\ea26";
}

.budicon-scale:before {
    content: "\ea27";
}

.budicon-sperm:before {
    content: "\ea28";
}

.budicon-sthethoscope:before {
    content: "\ea29";
}

.budicon-themometer:before {
    content: "\ea2a";
}

.budicon-x-ray:before {
    content: "\ea2b";
}

.budicon-aperture:before {
    content: "\ea2c";
}

.budicon-area-focus:before {
    content: "\ea2d";
}

.budicon-brightness-a:before {
    content: "\ea2e";
}

.budicon-brightness:before {
    content: "\ea2f";
}

.budicon-camera-scan:before {
    content: "\ea30";
}

.budicon-camera-timer:before {
    content: "\ea31";
}

.budicon-camera-wifi:before {
    content: "\ea32";
}

.budicon-camera:before {
    content: "\ea33";
}

.budicon-cityscape:before {
    content: "\ea34";
}

.budicon-crop:before {
    content: "\ea35";
}

.budicon-dslr-menu:before {
    content: "\ea36";
}

.budicon-exposure-compensation:before {
    content: "\ea37";
}

.budicon-exposure:before {
    content: "\ea38";
}

.budicon-film-clip:before {
    content: "\ea39";
}

.budicon-flashlight:before {
    content: "\ea3a";
}

.budicon-flip-horizontal:before {
    content: "\ea3b";
}

.budicon-flip-vertical:before {
    content: "\ea3c";
}

.budicon-focus-point:before {
    content: "\ea3d";
}

.budicon-grid:before {
    content: "\ea3e";
}

.budicon-half-exposure:before {
    content: "\ea3f";
}

.budicon-landscape:before {
    content: "\ea40";
}

.budicon-live-video:before {
    content: "\ea41";
}

.budicon-pocket-camera:before {
    content: "\ea42";
}

.budicon-polaroid-stack:before {
    content: "\ea43";
}

.budicon-polaroid:before {
    content: "\ea44";
}

.budicon-red-eye-detection:before {
    content: "\ea45";
}

.budicon-roll-film:before {
    content: "\ea46";
}

.budicon-rotate-camera:before {
    content: "\ea47";
}

.budicon-rotate-image:before {
    content: "\ea48";
}

.budicon-sharpen:before {
    content: "\ea49";
}

.budicon-single-point-focus:before {
    content: "\ea4a";
}

.budicon-slideshow-photo:before {
    content: "\ea4b";
}

.budicon-smile-detection:before {
    content: "\ea4c";
}

.budicon-video-cam-a:before {
    content: "\ea4d";
}

.budicon-video-cam:before {
    content: "\ea4e";
}

.budicon-video-recorder:before {
    content: "\ea4f";
}

.budicon-vintage-camera:before {
    content: "\ea50";
}

.budicon-bottom-aligned:before {
    content: "\ea51";
}

.budicon-center-aligned:before {
    content: "\ea52";
}

.budicon-clipboard:before {
    content: "\ea53";
}

.budicon-design-compass:before {
    content: "\ea54";
}

.budicon-doodle:before {
    content: "\ea55";
}

.budicon-eraser:before {
    content: "\ea56";
}

.budicon-horizontal-distribute:before {
    content: "\ea57";
}

.budicon-left-aligned:before {
    content: "\ea58";
}

.budicon-middle-aligned:before {
    content: "\ea59";
}

.budicon-prototype:before {
    content: "\ea5a";
}

.budicon-right-aligned:before {
    content: "\ea5b";
}

.budicon-ruler:before {
    content: "\ea5c";
}

.budicon-top-aligned:before {
    content: "\ea5d";
}

.budicon-vector-clipboard:before {
    content: "\ea5e";
}

.budicon-vector-editing:before {
    content: "\ea5f";
}

.budicon-vertical-distribute:before {
    content: "\ea60";
}

.budicon-alien:before {
    content: "\ea61";
}

.budicon-astronout:before {
    content: "\ea62";
}

.budicon-comet:before {
    content: "\ea63";
}

.budicon-earth:before {
    content: "\ea64";
}

.budicon-galaxy-hole:before {
    content: "\ea65";
}

.budicon-galaxy:before {
    content: "\ea66";
}

.budicon-jupiter:before {
    content: "\ea67";
}

.budicon-lunar-flag:before {
    content: "\ea68";
}

.budicon-mars:before {
    content: "\ea69";
}

.budicon-observatory:before {
    content: "\ea6a";
}

.budicon-radar2:before {
    content: "\ea6b";
}

.budicon-raygun:before {
    content: "\ea6c";
}

.budicon-research:before {
    content: "\ea6d";
}

.budicon-robot:before {
    content: "\ea6e";
}

.budicon-rocket:before {
    content: "\ea6f";
}

.budicon-satellite:before {
    content: "\ea70";
}

.budicon-saturn:before {
    content: "\ea71";
}

.budicon-science:before {
    content: "\ea72";
}

.budicon-space-helmet:before {
    content: "\ea73";
}

.budicon-space-house:before {
    content: "\ea74";
}

.budicon-space-shuttle:before {
    content: "\ea75";
}

.budicon-spaceship:before {
    content: "\ea76";
}

.budicon-telescope:before {
    content: "\ea77";
}

.budicon-ufo:before {
    content: "\ea78";
}

.budicon-search-task:before {
    content: "\ea79";
}

.budicon-task-alert:before {
    content: "\ea7a";
}

.budicon-task-block:before {
    content: "\ea7b";
}

.budicon-task-cross:before {
    content: "\ea7c";
}

.budicon-task-download:before {
    content: "\ea7d";
}

.budicon-task-favorite:before {
    content: "\ea7e";
}

.budicon-task-information:before {
    content: "\ea7f";
}

.budicon-task-list:before {
    content: "\ea80";
}

.budicon-task-lock:before {
    content: "\ea81";
}

.budicon-task-love:before {
    content: "\ea82";
}

.budicon-task-minus:before {
    content: "\ea83";
}

.budicon-task-plus:before {
    content: "\ea84";
}

.budicon-task-question:before {
    content: "\ea85";
}

.budicon-task-scheduled:before {
    content: "\ea86";
}

.budicon-task-shared:before {
    content: "\ea87";
}

.budicon-task-tick:before {
    content: "\ea88";
}

.budicon-task-upload:before {
    content: "\ea89";
}

.budicon-task:before {
    content: "\ea8a";
}

.budicon-d-glasses:before {
    content: "\ea8b";
}

.budicon-airdrop:before {
    content: "\ea8c";
}

.budicon-android-landscape:before {
    content: "\ea8d";
}

.budicon-android-wifi:before {
    content: "\ea8e";
}

.budicon-android:before {
    content: "\ea8f";
}

.budicon-bluetooth-circle:before {
    content: "\ea90";
}

.budicon-bluetooth:before {
    content: "\ea91";
}

.budicon-browser-cross:before {
    content: "\ea92";
}

.budicon-browser-minus:before {
    content: "\ea93";
}

.budicon-browser-plus:before {
    content: "\ea94";
}

.budicon-browser-tick:before {
    content: "\ea95";
}

.budicon-browser:before {
    content: "\ea96";
}

.budicon-cable-cord:before {
    content: "\ea97";
}

.budicon-cardboard:before {
    content: "\ea98";
}

.budicon-charging:before {
    content: "\ea99";
}

.budicon-chrome-cast:before {
    content: "\ea9a";
}

.budicon-cloud-server:before {
    content: "\ea9b";
}

.budicon-desktop-smartphone:before {
    content: "\ea9c";
}

.budicon-desktop-wifi:before {
    content: "\ea9d";
}

.budicon-desktop:before {
    content: "\ea9e";
}

.budicon-development-bug:before {
    content: "\ea9f";
}

.budicon-drone:before {
    content: "\eaa0";
}

.budicon-dvd-i-cable:before {
    content: "\eaa1";
}

.budicon-flashlight2:before {
    content: "\eaa2";
}

.budicon-game-console:before {
    content: "\eaa3";
}

.budicon-gameboy:before {
    content: "\eaa4";
}

.budicon-gaming-mouse:before {
    content: "\eaa5";
}

.budicon-google-phone-landscape:before {
    content: "\eaa6";
}

.budicon-google-phone:before {
    content: "\eaa7";
}

.budicon-hdmi-cable:before {
    content: "\eaa8";
}

.budicon-hosting-server:before {
    content: "\eaa9";
}

.budicon-house-cloud:before {
    content: "\eaaa";
}

.budicon-house-network:before {
    content: "\eaab";
}

.budicon-internet-network:before {
    content: "\eaac";
}

.budicon-iphone-landscape:before {
    content: "\eaad";
}

.budicon-iphone-wifi:before {
    content: "\eaae";
}

.budicon-iphone:before {
    content: "\eaaf";
}

.budicon-keyboard-a:before {
    content: "\eab0";
}

.budicon-keyboard:before {
    content: "\eab1";
}

.budicon-laptop-smartphone:before {
    content: "\eab2";
}

.budicon-laptop-wifi:before {
    content: "\eab3";
}

.budicon-laptop:before {
    content: "\eab4";
}

.budicon-magic-mouse:before {
    content: "\eab5";
}

.budicon-magnet:before {
    content: "\eab6";
}

.budicon-mobile-earphone:before {
    content: "\eab7";
}

.budicon-mobile-photo-scan:before {
    content: "\eab8";
}

.budicon-modem-externder:before {
    content: "\eab9";
}

.budicon-modem:before {
    content: "\eaba";
}

.budicon-nintendo-console:before {
    content: "\eabb";
}

.budicon-processor-chip:before {
    content: "\eabc";
}

.budicon-projector:before {
    content: "\eabd";
}

.budicon-remote-control:before {
    content: "\eabe";
}

.budicon-search-browser:before {
    content: "\eabf";
}

.budicon-security-guard:before {
    content: "\eac0";
}

.budicon-signal-tower:before {
    content: "\eac1";
}

.budicon-television:before {
    content: "\eac2";
}

.budicon-usb-cable:before {
    content: "\eac3";
}

.budicon-webcam:before {
    content: "\eac4";
}

.budicon-world-connection:before {
    content: "\eac5";
}

.budicon-world-network:before {
    content: "\eac6";
}

.budicon-note-alert:before {
    content: "\eac7";
}

.budicon-note-block:before {
    content: "\eac8";
}

.budicon-note-cross:before {
    content: "\eac9";
}

.budicon-note-download:before {
    content: "\eaca";
}

.budicon-note-favorite:before {
    content: "\eacb";
}

.budicon-note-information:before {
    content: "\eacc";
}

.budicon-note-lock:before {
    content: "\eacd";
}

.budicon-note-love:before {
    content: "\eace";
}

.budicon-note-minus:before {
    content: "\eacf";
}

.budicon-note-plus:before {
    content: "\ead0";
}

.budicon-note-quesrion:before {
    content: "\ead1";
}

.budicon-note-search:before {
    content: "\ead2";
}

.budicon-note-tick:before {
    content: "\ead3";
}

.budicon-note-upload:before {
    content: "\ead4";
}

.budicon-note:before {
    content: "\ead5";
}

.budicon-notes-alert:before {
    content: "\ead6";
}

.budicon-notes-blank:before {
    content: "\ead7";
}

.budicon-notes-block:before {
    content: "\ead8";
}

.budicon-notes-cross:before {
    content: "\ead9";
}

.budicon-notes-download:before {
    content: "\eada";
}

.budicon-notes-favorite:before {
    content: "\eadb";
}

.budicon-notes-information:before {
    content: "\eadc";
}

.budicon-notes-list-a:before {
    content: "\eadd";
}

.budicon-notes-list:before {
    content: "\eade";
}

.budicon-notes-lock:before {
    content: "\eadf";
}

.budicon-notes-love:before {
    content: "\eae0";
}

.budicon-notes-minus:before {
    content: "\eae1";
}

.budicon-notes-plus:before {
    content: "\eae2";
}

.budicon-notes-question:before {
    content: "\eae3";
}

.budicon-notes-search:before {
    content: "\eae4";
}

.budicon-notes-tick:before {
    content: "\eae5";
}

.budicon-notes-upload:before {
    content: "\eae6";
}

.budicon-scheduled-note:before {
    content: "\eae7";
}

.budicon-scheduled-notes:before {
    content: "\eae8";
}

.budicon-shared-note:before {
    content: "\eae9";
}

.budicon-shared-notes:before {
    content: "\eaea";
}

.budicon-announcement:before {
    content: "\eaeb";
}

.budicon-at-symbol:before {
    content: "\eaec";
}

.budicon-broadcast:before {
    content: "\eaed";
}

.budicon-call:before {
    content: "\eaee";
}

.budicon-chat-alert:before {
    content: "\eaef";
}

.budicon-chat-block:before {
    content: "\eaf0";
}

.budicon-chat-cross:before {
    content: "\eaf1";
}

.budicon-chat-download:before {
    content: "\eaf2";
}

.budicon-chat-favorite:before {
    content: "\eaf3";
}

.budicon-chat-information:before {
    content: "\eaf4";
}

.budicon-chat-lock:before {
    content: "\eaf5";
}

.budicon-chat-love:before {
    content: "\eaf6";
}

.budicon-chat-minus:before {
    content: "\eaf7";
}

.budicon-chat-plus:before {
    content: "\eaf8";
}

.budicon-chat-question:before {
    content: "\eaf9";
}

.budicon-chat-scheduled:before {
    content: "\eafa";
}

.budicon-chat-thread:before {
    content: "\eafb";
}

.budicon-chat-tick:before {
    content: "\eafc";
}

.budicon-chat-upload:before {
    content: "\eafd";
}

.budicon-chat:before {
    content: "\eafe";
}

.budicon-connection:before {
    content: "\eaff";
}

.budicon-conversation:before {
    content: "\eb00";
}

.budicon-dropped-cap:before {
    content: "\eb01";
}

.budicon-email-alert:before {
    content: "\eb02";
}

.budicon-email-block:before {
    content: "\eb03";
}

.budicon-email-cross:before {
    content: "\eb04";
}

.budicon-email-download:before {
    content: "\eb05";
}

.budicon-email-favorite:before {
    content: "\eb06";
}

.budicon-email-forward:before {
    content: "\eb07";
}

.budicon-email-front-envelope:before {
    content: "\eb08";
}

.budicon-email-information:before {
    content: "\eb09";
}

.budicon-email-lock:before {
    content: "\eb0a";
}

.budicon-email-love:before {
    content: "\eb0b";
}

.budicon-email-minus:before {
    content: "\eb0c";
}

.budicon-email-plus:before {
    content: "\eb0d";
}

.budicon-email-tick:before {
    content: "\eb0e";
}

.budicon-email-undo:before {
    content: "\eb0f";
}

.budicon-email-upload:before {
    content: "\eb10";
}

.budicon-email:before {
    content: "\eb11";
}

.budicon-happy-chat:before {
    content: "\eb12";
}

.budicon-happy-sticker:before {
    content: "\eb13";
}

.budicon-incoming-call:before {
    content: "\eb14";
}

.budicon-international-call:before {
    content: "\eb15";
}

.budicon-mailbox:before {
    content: "\eb16";
}

.budicon-mobile-chat:before {
    content: "\eb17";
}

.budicon-mobile-email:before {
    content: "\eb18";
}

.budicon-numpad:before {
    content: "\eb19";
}

.budicon-outgoing-call:before {
    content: "\eb1a";
}

.budicon-phone-block:before {
    content: "\eb1b";
}

.budicon-phone-connection:before {
    content: "\eb1c";
}

.budicon-phone-directed:before {
    content: "\eb1d";
}

.budicon-phone-forward:before {
    content: "\eb1e";
}

.budicon-phone-hold:before {
    content: "\eb1f";
}

.budicon-phone-lock:before {
    content: "\eb20";
}

.budicon-phone-love:before {
    content: "\eb21";
}

.budicon-phone-voicemail:before {
    content: "\eb22";
}

.budicon-phone:before {
    content: "\eb23";
}

.budicon-quill-pen:before {
    content: "\eb24";
}

.budicon-sad-chat:before {
    content: "\eb25";
}

.budicon-sad-sticker:before {
    content: "\eb26";
}

.budicon-search-chat:before {
    content: "\eb27";
}

.budicon-search-email:before {
    content: "\eb28";
}

.budicon-sending-message:before {
    content: "\eb29";
}

.budicon-shared-chat:before {
    content: "\eb2a";
}

.budicon-shared-email:before {
    content: "\eb2b";
}

.budicon-signal-source:before {
    content: "\eb2c";
}

.budicon-signal:before {
    content: "\eb2d";
}

.budicon-sms:before {
    content: "\eb2e";
}

.budicon-spam:before {
    content: "\eb2f";
}

.budicon-stickers:before {
    content: "\eb30";
}

.budicon-typing-chat:before {
    content: "\eb31";
}

.budicon-video-chat:before {
    content: "\eb32";
}

.budicon-voice-mail:before {
    content: "\eb33";
}

.budicon-web-chat:before {
    content: "\eb34";
}

.budicon-web-sms:before {
    content: "\eb35";
}

.budicon-abc-blocks:before {
    content: "\eb36";
}

.budicon-baby-bottle:before {
    content: "\eb37";
}

.budicon-baby-dot:before {
    content: "\eb38";
}

.budicon-baby-jumper:before {
    content: "\eb39";
}

.budicon-balloon:before {
    content: "\eb3a";
}

.budicon-birthday-cake:before {
    content: "\eb3b";
}

.budicon-birthday-party:before {
    content: "\eb3c";
}

.budicon-castle-toy:before {
    content: "\eb3d";
}

.budicon-diaper:before {
    content: "\eb3e";
}

.budicon-girl-clothes:before {
    content: "\eb3f";
}

.budicon-gun-toy:before {
    content: "\eb40";
}

.budicon-kid-bottle-love:before {
    content: "\eb41";
}

.budicon-kid-bottle:before {
    content: "\eb42";
}

.budicon-kite:before {
    content: "\eb43";
}

.budicon-shape-blocks:before {
    content: "\eb44";
}

.budicon-teddy-bear:before {
    content: "\eb45";
}

.budicon-thermometer:before {
    content: "\eb46";
}

.budicon-train-toy:before {
    content: "\eb47";
}

.budicon-aluminum-bag:before {
    content: "\eb48";
}

.budicon-brown-envelope:before {
    content: "\eb49";
}

.budicon-business-checklist:before {
    content: "\eb4a";
}

.budicon-business-growth:before {
    content: "\eb4b";
}

.budicon-business-note:before {
    content: "\eb4c";
}

.budicon-business-performance:before {
    content: "\eb4d";
}

.budicon-business-plan:before {
    content: "\eb4e";
}

.budicon-business-strategy:before {
    content: "\eb4f";
}

.budicon-business-target:before {
    content: "\eb50";
}

.budicon-calculator:before {
    content: "\eb51";
}

.budicon-cheque:before {
    content: "\eb52";
}

.budicon-deal:before {
    content: "\eb53";
}

.budicon-duct-tape:before {
    content: "\eb54";
}

.budicon-file-storage:before {
    content: "\eb55";
}

.budicon-filing:before {
    content: "\eb56";
}

.budicon-office-bag-a:before {
    content: "\eb57";
}

.budicon-office-bag-b:before {
    content: "\eb58";
}

.budicon-office-bag-c:before {
    content: "\eb59";
}

.budicon-office-bag:before {
    content: "\eb5a";
}

.budicon-office-stationary:before {
    content: "\eb5b";
}

.budicon-organization:before {
    content: "\eb5c";
}

.budicon-photocopy-machine:before {
    content: "\eb5d";
}

.budicon-presentation-deck:before {
    content: "\eb5e";
}

.budicon-presentation:before {
    content: "\eb5f";
}

.budicon-project-folder:before {
    content: "\eb60";
}

.budicon-safe-deposit:before {
    content: "\eb61";
}

.budicon-shredder:before {
    content: "\eb62";
}

.budicon-speech:before {
    content: "\eb63";
}

.budicon-stapler:before {
    content: "\eb64";
}

.budicon-tie:before {
    content: "\eb65";
}

.budicon-air-conditioner:before {
    content: "\eb66";
}

.budicon-armchair:before {
    content: "\eb67";
}

.budicon-bathup:before {
    content: "\eb68";
}

.budicon-bed-lamp:before {
    content: "\eb69";
}

.budicon-bed-side-a:before {
    content: "\eb6a";
}

.budicon-bed-side-table:before {
    content: "\eb6b";
}

.budicon-bed-side:before {
    content: "\eb6c";
}

.budicon-bed:before {
    content: "\eb6d";
}

.budicon-big-dresser:before {
    content: "\eb6e";
}

.budicon-book-cabinet:before {
    content: "\eb6f";
}

.budicon-cabinet:before {
    content: "\eb70";
}

.budicon-candle:before {
    content: "\eb71";
}

.budicon-chest:before {
    content: "\eb72";
}

.budicon-closet:before {
    content: "\eb73";
}

.budicon-dining-chair:before {
    content: "\eb74";
}

.budicon-door:before {
    content: "\eb75";
}

.budicon-dresser-table:before {
    content: "\eb76";
}

.budicon-dresser:before {
    content: "\eb77";
}

.budicon-dryer:before {
    content: "\eb78";
}

.budicon-fireplace:before {
    content: "\eb79";
}

.budicon-flower:before {
    content: "\eb7a";
}

.budicon-futon:before {
    content: "\eb7b";
}

.budicon-hanging-lamp:before {
    content: "\eb7c";
}

.budicon-home-alert:before {
    content: "\eb7d";
}

.budicon-home-safe:before {
    content: "\eb7e";
}

.budicon-hutch:before {
    content: "\eb7f";
}

.budicon-indoor-plant:before {
    content: "\eb80";
}

.budicon-indoor-seat:before {
    content: "\eb81";
}

.budicon-lamp:before {
    content: "\eb82";
}

.budicon-lightbulb:before {
    content: "\eb83";
}

.budicon-long-desk:before {
    content: "\eb84";
}

.budicon-low-cabinet:before {
    content: "\eb85";
}

.budicon-open-door:before {
    content: "\eb86";
}

.budicon-outdoor-seat:before {
    content: "\eb87";
}

.budicon-plant:before {
    content: "\eb88";
}

.budicon-rocking-chair:before {
    content: "\eb89";
}

.budicon-round-armchair:before {
    content: "\eb8a";
}

.budicon-round-chair:before {
    content: "\eb8b";
}

.budicon-showcase-desk:before {
    content: "\eb8c";
}

.budicon-shower:before {
    content: "\eb8d";
}

.budicon-sink:before {
    content: "\eb8e";
}

.budicon-smart-lamp:before {
    content: "\eb8f";
}

.budicon-sofa:before {
    content: "\eb90";
}

.budicon-standing-lamp:before {
    content: "\eb91";
}

.budicon-storage-desk:before {
    content: "\eb92";
}

.budicon-sunflower:before {
    content: "\eb93";
}

.budicon-table-lamp:before {
    content: "\eb94";
}

.budicon-tv-desk:before {
    content: "\eb95";
}

.budicon-vintage-bed-lamp:before {
    content: "\eb96";
}

.budicon-vintage-chest:before {
    content: "\eb97";
}

.budicon-vintage-futon:before {
    content: "\eb98";
}

.budicon-vintage-sofa:before {
    content: "\eb99";
}

.budicon-wardrobe:before {
    content: "\eb9a";
}

.budicon-washer:before {
    content: "\eb9b";
}

.budicon-windsor-chair:before {
    content: "\eb9c";
}

.budicon-wingback-chair:before {
    content: "\eb9d";
}

.budicon-work-desk:before {
    content: "\eb9e";
}

.budicon-archery:before {
    content: "\eb9f";
}

.budicon-badminton:before {
    content: "\eba0";
}

.budicon-baseball-a:before {
    content: "\eba1";
}

.budicon-baseball:before {
    content: "\eba2";
}

.budicon-basketball-field:before {
    content: "\eba3";
}

.budicon-basketball-ring:before {
    content: "\eba4";
}

.budicon-basketball:before {
    content: "\eba5";
}

.budicon-boxing:before {
    content: "\eba6";
}

.budicon-canoe:before {
    content: "\eba7";
}

.budicon-champion:before {
    content: "\eba8";
}

.budicon-commentator:before {
    content: "\eba9";
}

.budicon-crickets:before {
    content: "\ebaa";
}

.budicon-diving:before {
    content: "\ebab";
}

.budicon-drinking-bottles:before {
    content: "\ebac";
}

.budicon-dumbell:before {
    content: "\ebad";
}

.budicon-energy-drink:before {
    content: "\ebae";
}

.budicon-energy-pill:before {
    content: "\ebaf";
}

.budicon-fencing:before {
    content: "\ebb0";
}

.budicon-football-field:before {
    content: "\ebb1";
}

.budicon-football:before {
    content: "\ebb2";
}

.budicon-formation:before {
    content: "\ebb3";
}

.budicon-golf:before {
    content: "\ebb4";
}

.budicon-hockey:before {
    content: "\ebb5";
}

.budicon-injury:before {
    content: "\ebb6";
}

.budicon-king:before {
    content: "\ebb7";
}

.budicon-live-sport:before {
    content: "\ebb8";
}

.budicon-medication:before {
    content: "\ebb9";
}

.budicon-nfl:before {
    content: "\ebba";
}

.budicon-olympic:before {
    content: "\ebbb";
}

.budicon-ping-pong:before {
    content: "\ebbc";
}

.budicon-racing-flag:before {
    content: "\ebbd";
}

.budicon-referee:before {
    content: "\ebbe";
}

.budicon-runner-outfit:before {
    content: "\ebbf";
}

.budicon-sneakers:before {
    content: "\ebc0";
}

.budicon-soccer-ball:before {
    content: "\ebc1";
}

.budicon-speed:before {
    content: "\ebc2";
}

.budicon-spikes:before {
    content: "\ebc3";
}

.budicon-sport-card:before {
    content: "\ebc4";
}

.budicon-sumo:before {
    content: "\ebc5";
}

.budicon-team-strategy:before {
    content: "\ebc6";
}

.budicon-tennis-ball:before {
    content: "\ebc7";
}

.budicon-trophy:before {
    content: "\ebc8";
}

.budicon-uniform:before {
    content: "\ebc9";
}

.budicon-voley-ball:before {
    content: "\ebca";
}

.budicon-volley-ball:before {
    content: "\ebcb";
}

.budicon-white-flag:before {
    content: "\ebcc";
}

.budicon-apple:before {
    content: "\ebcd";
}

.budicon-avocado:before {
    content: "\ebce";
}

.budicon-bacon:before {
    content: "\ebcf";
}

.budicon-basil:before {
    content: "\ebd0";
}

.budicon-beer:before {
    content: "\ebd1";
}

.budicon-bottle-water:before {
    content: "\ebd2";
}

.budicon-bowl:before {
    content: "\ebd3";
}

.budicon-bubble-tea:before {
    content: "\ebd4";
}

.budicon-carrot:before {
    content: "\ebd5";
}

.budicon-cheers:before {
    content: "\ebd6";
}

.budicon-cherry:before {
    content: "\ebd7";
}

.budicon-chinese-food-a:before {
    content: "\ebd8";
}

.budicon-chinese-food:before {
    content: "\ebd9";
}

.budicon-cocktail:before {
    content: "\ebda";
}

.budicon-coffee-cup:before {
    content: "\ebdb";
}

.budicon-corn:before {
    content: "\ebdc";
}

.budicon-croissant:before {
    content: "\ebdd";
}

.budicon-cupcake:before {
    content: "\ebde";
}

.budicon-donut:before {
    content: "\ebdf";
}

.budicon-door-board:before {
    content: "\ebe0";
}

.budicon-egg:before {
    content: "\ebe1";
}

.budicon-fork-knife:before {
    content: "\ebe2";
}

.budicon-fork-spoon:before {
    content: "\ebe3";
}

.budicon-french-fries:before {
    content: "\ebe4";
}

.budicon-grapes:before {
    content: "\ebe5";
}

.budicon-hamburger:before {
    content: "\ebe6";
}

.budicon-honey:before {
    content: "\ebe7";
}

.budicon-hot-drink:before {
    content: "\ebe8";
}

.budicon-hot-tea:before {
    content: "\ebe9";
}

.budicon-hotdog:before {
    content: "\ebea";
}

.budicon-ice-cream-cone:before {
    content: "\ebeb";
}

.budicon-ice-cream-stick:before {
    content: "\ebec";
}

.budicon-jam:before {
    content: "\ebed";
}

.budicon-ketchup-bottle:before {
    content: "\ebee";
}

.budicon-lemon:before {
    content: "\ebef";
}

.budicon-lettuce:before {
    content: "\ebf0";
}

.budicon-mango:before {
    content: "\ebf1";
}

.budicon-mayonnaise:before {
    content: "\ebf2";
}

.budicon-meal:before {
    content: "\ebf3";
}

.budicon-milk-bottle:before {
    content: "\ebf4";
}

.budicon-milk:before {
    content: "\ebf5";
}

.budicon-noodle-bowl:before {
    content: "\ebf6";
}

.budicon-onigiri:before {
    content: "\ebf7";
}

.budicon-onion:before {
    content: "\ebf8";
}

.budicon-organic-drink:before {
    content: "\ebf9";
}

.budicon-pepper:before {
    content: "\ebfa";
}

.budicon-pineapple:before {
    content: "\ebfb";
}

.budicon-pizza:before {
    content: "\ebfc";
}

.budicon-pumpkin:before {
    content: "\ebfd";
}

.budicon-ramen:before {
    content: "\ebfe";
}

.budicon-salt:before {
    content: "\ebff";
}

.budicon-sandwich:before {
    content: "\ec00";
}

.budicon-sauce-tube:before {
    content: "\ec01";
}

.budicon-sauce:before {
    content: "\ec02";
}

.budicon-soda-can:before {
    content: "\ec03";
}

.budicon-soup-bowl:before {
    content: "\ec04";
}

.budicon-soy-sauce:before {
    content: "\ec05";
}

.budicon-steak:before {
    content: "\ec06";
}

.budicon-strawberry:before {
    content: "\ec07";
}

.budicon-sushi:before {
    content: "\ec08";
}

.budicon-taco:before {
    content: "\ec09";
}

.budicon-tea-cup:before {
    content: "\ec0a";
}

.budicon-toast:before {
    content: "\ec0b";
}

.budicon-turkey:before {
    content: "\ec0c";
}

.budicon-utensil:before {
    content: "\ec0d";
}

.budicon-vegetarian:before {
    content: "\ec0e";
}

.budicon-watermelon:before {
    content: "\ec0f";
}

.budicon-white-bread:before {
    content: "\ec10";
}

.budicon-wine-bottle:before {
    content: "\ec11";
}

.budicon-wine-glass:before {
    content: "\ec12";
}

.budicon-wine:before {
    content: "\ec13";
}

.budicon-backpack:before {
    content: "\ec14";
}

.budicon-barcode:before {
    content: "\ec15";
}

.budicon-bill-cross:before {
    content: "\ec16";
}

.budicon-bill-download:before {
    content: "\ec17";
}

.budicon-bill-lock:before {
    content: "\ec18";
}

.budicon-bill-minus:before {
    content: "\ec19";
}

.budicon-bill-plus:before {
    content: "\ec1a";
}

.budicon-bill-tick:before {
    content: "\ec1b";
}

.budicon-bill-upload:before {
    content: "\ec1c";
}

.budicon-bill:before {
    content: "\ec1d";
}

.budicon-bow-tie:before {
    content: "\ec1e";
}

.budicon-cart-cross:before {
    content: "\ec1f";
}

.budicon-cart-download:before {
    content: "\ec20";
}

.budicon-cart-lock:before {
    content: "\ec21";
}

.budicon-cart-love:before {
    content: "\ec22";
}

.budicon-cart-minus:before {
    content: "\ec23";
}

.budicon-cart-plus:before {
    content: "\ec24";
}

.budicon-cart-search:before {
    content: "\ec25";
}

.budicon-cart-tick:before {
    content: "\ec26";
}

.budicon-cart-upload:before {
    content: "\ec27";
}

.budicon-cart:before {
    content: "\ec28";
}

.budicon-credit-card-a:before {
    content: "\ec29";
}

.budicon-credit-card:before {
    content: "\ec2a";
}

.budicon-digital-download:before {
    content: "\ec2b";
}

.budicon-digital-upload:before {
    content: "\ec2c";
}

.budicon-discount-coupon:before {
    content: "\ec2d";
}

.budicon-dollar-paper-a:before {
    content: "\ec2e";
}

.budicon-dollar-paper:before {
    content: "\ec2f";
}

.budicon-express:before {
    content: "\ec30";
}

.budicon-hiking-backpack:before {
    content: "\ec31";
}

.budicon-invoice:before {
    content: "\ec32";
}

.budicon-jewelry:before {
    content: "\ec33";
}

.budicon-lipstick:before {
    content: "\ec34";
}

.budicon-long-pant:before {
    content: "\ec35";
}

.budicon-market-sign:before {
    content: "\ec36";
}

.budicon-market:before {
    content: "\ec37";
}

.budicon-mastercard:before {
    content: "\ec38";
}

.budicon-membership-card:before {
    content: "\ec39";
}

.budicon-messenger-bag:before {
    content: "\ec3a";
}

.budicon-mobile-barcode:before {
    content: "\ec3b";
}

.budicon-money-a:before {
    content: "\ec3c";
}

.budicon-money:before {
    content: "\ec3d";
}

.budicon-packaging:before {
    content: "\ec3e";
}

.budicon-parcel:before {
    content: "\ec3f";
}

.budicon-price-tag:before {
    content: "\ec40";
}

.budicon-purse:before {
    content: "\ec41";
}

.budicon-receipt:before {
    content: "\ec42";
}

.budicon-search-bill:before {
    content: "\ec43";
}

.budicon-shipping:before {
    content: "\ec44";
}

.budicon-shirt:before {
    content: "\ec45";
}

.budicon-shopping-bag:before {
    content: "\ec46";
}

.budicon-shopping-bags:before {
    content: "\ec47";
}

.budicon-short-pant:before {
    content: "\ec48";
}

.budicon-socks:before {
    content: "\ec49";
}

.budicon-tag-cross:before {
    content: "\ec4a";
}

.budicon-tag-minus:before {
    content: "\ec4b";
}

.budicon-tag-plus:before {
    content: "\ec4c";
}

.budicon-tag-search:before {
    content: "\ec4d";
}

.budicon-tag-tick:before {
    content: "\ec4e";
}

.budicon-tag:before {
    content: "\ec4f";
}

.budicon-underpant:before {
    content: "\ec50";
}

.budicon-upside-sign:before {
    content: "\ec51";
}

.budicon-wallet:before {
    content: "\ec52";
}

.budicon-wishlist:before {
    content: "\ec53";
}

.budicon-branch-folders:before {
    content: "\ec54";
}

.budicon-folder-alert:before {
    content: "\ec55";
}

.budicon-folder-back:before {
    content: "\ec56";
}

.budicon-folder-block:before {
    content: "\ec57";
}

.budicon-folder-cross:before {
    content: "\ec58";
}

.budicon-folder-download:before {
    content: "\ec59";
}

.budicon-folder-favorite:before {
    content: "\ec5a";
}

.budicon-folder-information:before {
    content: "\ec5b";
}

.budicon-folder-lock:before {
    content: "\ec5c";
}

.budicon-folder-love:before {
    content: "\ec5d";
}

.budicon-folder-minus:before {
    content: "\ec5e";
}

.budicon-folder-plus:before {
    content: "\ec5f";
}

.budicon-folder-question:before {
    content: "\ec60";
}

.budicon-folder-sync:before {
    content: "\ec61";
}

.budicon-folder-tick:before {
    content: "\ec62";
}

.budicon-folder-upload:before {
    content: "\ec63";
}

.budicon-folder:before {
    content: "\ec64";
}

.budicon-scheduled-folder:before {
    content: "\ec65";
}

.budicon-search-folder:before {
    content: "\ec66";
}

.budicon-shared-folder:before {
    content: "\ec67";
}

.budicon-stack-folders:before {
    content: "\ec68";
}

.budicon-all-directions:before {
    content: "\ec69";
}

.budicon-arrow-bottom-a:before {
    content: "\ec6a";
}

.budicon-arrow-bottom-circle:before {
    content: "\ec6b";
}

.budicon-arrow-bottom-left-a:before {
    content: "\ec6c";
}

.budicon-arrow-bottom-left-circle:before {
    content: "\ec6d";
}

.budicon-arrow-bottom-left:before {
    content: "\ec6e";
}

.budicon-arrow-bottom-right-a:before {
    content: "\ec6f";
}

.budicon-arrow-bottom-right-circle:before {
    content: "\ec70";
}

.budicon-arrow-bottom-right:before {
    content: "\ec71";
}

.budicon-arrow-bottom:before {
    content: "\ec72";
}

.budicon-arrow-left-a:before {
    content: "\ec73";
}

.budicon-arrow-left-circle:before {
    content: "\ec74";
}

.budicon-arrow-left-right-a:before {
    content: "\ec75";
}

.budicon-arrow-left-right-circle:before {
    content: "\ec76";
}

.budicon-arrow-left-right:before {
    content: "\ec77";
}

.budicon-arrow-left:before {
    content: "\ec78";
}

.budicon-arrow-right-a:before {
    content: "\ec79";
}

.budicon-arrow-right-circle:before {
    content: "\ec7a";
}

.budicon-arrow-right:before {
    content: "\ec7b";
}

.budicon-arrow-top-a:before {
    content: "\ec7c";
}

.budicon-arrow-top-circle:before {
    content: "\ec7d";
}

.budicon-arrow-top-left-a:before {
    content: "\ec7e";
}

.budicon-arrow-top-left-circle:before {
    content: "\ec7f";
}

.budicon-arrow-top-left:before {
    content: "\ec80";
}

.budicon-arrow-top-right-a:before {
    content: "\ec81";
}

.budicon-arrow-top-right-circle:before {
    content: "\ec82";
}

.budicon-arrow-top-right:before {
    content: "\ec83";
}

.budicon-arrow-top:before {
    content: "\ec84";
}

.budicon-arrow-turn-bottom:before {
    content: "\ec85";
}

.budicon-arrow-turn-left:before {
    content: "\ec86";
}

.budicon-arrow-turn-right:before {
    content: "\ec87";
}

.budicon-arrow-turn-up:before {
    content: "\ec88";
}

.budicon-arrow-up-down-a:before {
    content: "\ec89";
}

.budicon-arrow-up-down-circle:before {
    content: "\ec8a";
}

.budicon-arrow-up-down:before {
    content: "\ec8b";
}

.budicon-backline-arrow:before {
    content: "\ec8c";
}

.budicon-bring-list-down:before {
    content: "\ec8d";
}

.budicon-bring-list-up:before {
    content: "\ec8e";
}

.budicon-chevron-bottom-a:before {
    content: "\ec8f";
}

.budicon-chevron-bottom-circle_1:before {
    content: "\ec90";
}

.budicon-chevron-bottom-circle:before {
    content: "\ec91";
}

.budicon-chevron-bottom:before {
    content: "\ec92";
}

.budicon-chevron-left-a:before {
    content: "\ec93";
}

.budicon-chevron-left-circle_1:before {
    content: "\ec94";
}

.budicon-chevron-left-circle:before {
    content: "\ec95";
}

.budicon-chevron-left:before {
    content: "\ec96";
}

.budicon-chevron-right-a:before {
    content: "\ec97";
}

.budicon-chevron-right-circle_1:before {
    content: "\ec98";
}

.budicon-chevron-right-circle:before {
    content: "\ec99";
}

.budicon-chevron-right:before {
    content: "\ec9a";
}

.budicon-chevron-top-a:before {
    content: "\ec9b";
}

.budicon-chevron-top-circle_1:before {
    content: "\ec9c";
}

.budicon-chevron-top-circle:before {
    content: "\ec9d";
}

.budicon-chevron-top:before {
    content: "\ec9e";
}

.budicon-console-arrow:before {
    content: "\ec9f";
}

.budicon-full-loop-arrow:before {
    content: "\eca0";
}

.budicon-intersected-arrow:before {
    content: "\eca1";
}

.budicon-inward-pointing:before {
    content: "\eca2";
}

.budicon-looping-arrow:before {
    content: "\eca3";
}

.budicon-outward-pointing:before {
    content: "\eca4";
}

.budicon-airpods-a:before {
    content: "\eca5";
}

.budicon-airpods:before {
    content: "\eca6";
}

.budicon-albums:before {
    content: "\eca7";
}

.budicon-analog-radio:before {
    content: "\eca8";
}

.budicon-attachment-music:before {
    content: "\eca9";
}

.budicon-backward-sign:before {
    content: "\ecaa";
}

.budicon-backward:before {
    content: "\ecab";
}

.budicon-bluetooth-earphone:before {
    content: "\ecac";
}

.budicon-boom-mic-mute:before {
    content: "\ecad";
}

.budicon-boom-mic:before {
    content: "\ecae";
}

.budicon-boombox:before {
    content: "\ecaf";
}

.budicon-cassette:before {
    content: "\ecb0";
}

.budicon-cd-case:before {
    content: "\ecb1";
}

.budicon-cd:before {
    content: "\ecb2";
}

.budicon-earphone:before {
    content: "\ecb3";
}

.budicon-eject:before {
    content: "\ecb4";
}

.budicon-equalizer-a:before {
    content: "\ecb5";
}

.budicon-equalizer:before {
    content: "\ecb6";
}

.budicon-forward-sign:before {
    content: "\ecb7";
}

.budicon-forward:before {
    content: "\ecb8";
}

.budicon-headphone-eq:before {
    content: "\ecb9";
}

.budicon-headphones-a:before {
    content: "\ecba";
}

.budicon-headphones:before {
    content: "\ecbb";
}

.budicon-in-ear-headphones:before {
    content: "\ecbc";
}

.budicon-ipod:before {
    content: "\ecbd";
}

.budicon-melody:before {
    content: "\ecbe";
}

.budicon-microphone-wireless:before {
    content: "\ecbf";
}

.budicon-music-album:before {
    content: "\ecc0";
}

.budicon-music-file:before {
    content: "\ecc1";
}

.budicon-music-setting:before {
    content: "\ecc2";
}

.budicon-next-sign:before {
    content: "\ecc3";
}

.budicon-next-song:before {
    content: "\ecc4";
}

.budicon-pause-sign-a:before {
    content: "\ecc5";
}

.budicon-pause-sign:before {
    content: "\ecc6";
}

.budicon-pause:before {
    content: "\ecc7";
}

.budicon-piano:before {
    content: "\ecc8";
}

.budicon-play-loop:before {
    content: "\ecc9";
}

.budicon-play-sign:before {
    content: "\ecca";
}

.budicon-play:before {
    content: "\eccb";
}

.budicon-playlist-a:before {
    content: "\eccc";
}

.budicon-playlist-b:before {
    content: "\eccd";
}

.budicon-playlist:before {
    content: "\ecce";
}

.budicon-previous-sign:before {
    content: "\eccf";
}

.budicon-previous-song:before {
    content: "\ecd0";
}

.budicon-radio:before {
    content: "\ecd1";
}

.budicon-record-sign:before {
    content: "\ecd2";
}

.budicon-repeat-album:before {
    content: "\ecd3";
}

.budicon-repeat-one:before {
    content: "\ecd4";
}

.budicon-repeat:before {
    content: "\ecd5";
}

.budicon-rock:before {
    content: "\ecd6";
}

.budicon-shuffle:before {
    content: "\ecd7";
}

.budicon-song-note-tail:before {
    content: "\ecd8";
}

.budicon-song-note:before {
    content: "\ecd9";
}

.budicon-song-notes-a:before {
    content: "\ecda";
}

.budicon-song-notes:before {
    content: "\ecdb";
}

.budicon-sound:before {
    content: "\ecdc";
}

.budicon-speaker:before {
    content: "\ecdd";
}

.budicon-stop-sign:before {
    content: "\ecde";
}

.budicon-stop:before {
    content: "\ecdf";
}

.budicon-vintage-microphone-big:before {
    content: "\ece0";
}

.budicon-vintage-microphone:before {
    content: "\ece1";
}

.budicon-vol-high:before {
    content: "\ece2";
}

.budicon-vol-low:before {
    content: "\ece3";
}

.budicon-vol-med:before {
    content: "\ece4";
}

.budicon-vol-mute:before {
    content: "\ece5";
}

.budicon-volume-low:before {
    content: "\ece6";
}

.budicon-volume-mute-a:before {
    content: "\ece7";
}

.budicon-volume-mute:before {
    content: "\ece8";
}

.budicon-volume-strong:before {
    content: "\ece9";
}

.budicon-vynil:before {
    content: "\ecea";
}

.budicon-woofer:before {
    content: "\eceb";
}

.budicon-smart-watch-add:before {
    content: "\ecec";
}

.budicon-smart-watch-bell:before {
    content: "\eced";
}

.budicon-smart-watch-block:before {
    content: "\ecee";
}

.budicon-smart-watch-call:before {
    content: "\ecef";
}

.budicon-smart-watch-chat:before {
    content: "\ecf0";
}

.budicon-smart-watch-dialog:before {
    content: "\ecf1";
}

.budicon-smart-watch-download:before {
    content: "\ecf2";
}

.budicon-smart-watch-finish:before {
    content: "\ecf3";
}

.budicon-smart-watch-location:before {
    content: "\ecf4";
}

.budicon-smart-watch-lock:before {
    content: "\ecf5";
}

.budicon-smart-watch-love:before {
    content: "\ecf6";
}

.budicon-smart-watch-mail:before {
    content: "\ecf7";
}

.budicon-smart-watch-mic:before {
    content: "\ecf8";
}

.budicon-smart-watch-music:before {
    content: "\ecf9";
}

.budicon-smart-watch-power:before {
    content: "\ecfa";
}

.budicon-smart-watch-progress:before {
    content: "\ecfb";
}

.budicon-smart-watch-rate:before {
    content: "\ecfc";
}

.budicon-smart-watch-rss:before {
    content: "\ecfd";
}

.budicon-smart-watch-sad:before {
    content: "\ecfe";
}

.budicon-smart-watch-search:before {
    content: "\ecff";
}

.budicon-smart-watch-smile:before {
    content: "\ed00";
}

.budicon-smart-watch-statistic:before {
    content: "\ed01";
}

.budicon-smart-watch-upload:before {
    content: "\ed02";
}

.budicon-smart-watch-user:before {
    content: "\ed03";
}

.budicon-smart-watch-video:before {
    content: "\ed04";
}

.budicon-smart-watch-volume:before {
    content: "\ed05";
}

.budicon-smart-watch:before {
    content: "\ed06";
}

.budicon-alarm:before {
    content: "\ed07";
}

.budicon-alert:before {
    content: "\ed08";
}

.budicon-backward-time:before {
    content: "\ed09";
}

.budicon-bell:before {
    content: "\ed0a";
}

.budicon-calendar-alert:before {
    content: "\ed0b";
}

.budicon-calendar-block:before {
    content: "\ed0c";
}

.budicon-calendar-cross:before {
    content: "\ed0d";
}

.budicon-calendar-dating:before {
    content: "\ed0e";
}

.budicon-calendar-download:before {
    content: "\ed0f";
}

.budicon-calendar-favorite:before {
    content: "\ed10";
}

.budicon-calendar-information:before {
    content: "\ed11";
}

.budicon-calendar-lock:before {
    content: "\ed12";
}

.budicon-calendar-minus:before {
    content: "\ed13";
}

.budicon-calendar-plus:before {
    content: "\ed14";
}

.budicon-calendar-tick:before {
    content: "\ed15";
}

.budicon-calendar-upload:before {
    content: "\ed16";
}

.budicon-calendar:before {
    content: "\ed17";
}

.budicon-dashboard2:before {
    content: "\ed18";
}

.budicon-events:before {
    content: "\ed19";
}

.budicon-fast:before {
    content: "\ed1a";
}

.budicon-find-event:before {
    content: "\ed1b";
}

.budicon-forward-time:before {
    content: "\ed1c";
}

.budicon-hourglass:before {
    content: "\ed1d";
}

.budicon-normal-speed:before {
    content: "\ed1e";
}

.budicon-schedule:before {
    content: "\ed1f";
}

.budicon-share-calendar:before {
    content: "\ed20";
}

.budicon-slow:before {
    content: "\ed21";
}

.budicon-snooze:before {
    content: "\ed22";
}

.budicon-stopwatch-digital:before {
    content: "\ed23";
}

.budicon-stopwatch-half:before {
    content: "\ed24";
}

.budicon-stopwatch:before {
    content: "\ed25";
}

.budicon-time:before {
    content: "\ed26";
}

.budicon-timer:before {
    content: "\ed27";
}

.budicon-tomorrow:before {
    content: "\ed28";
}

.budicon-vintage-wall-clock:before {
    content: "\ed29";
}

.budicon-wall-clock:before {
    content: "\ed2a";
}

.budicon-watch:before {
    content: "\ed2b";
}

.budicon-yesterday:before {
    content: "\ed2c";
}

.budicon-attachment-file:before {
    content: "\ed2d";
}

.budicon-attachment:before {
    content: "\ed2e";
}

.budicon-book:before {
    content: "\ed2f";
}

.budicon-booklet:before {
    content: "\ed30";
}

.budicon-bookmark-a:before {
    content: "\ed31";
}

.budicon-bookmark:before {
    content: "\ed32";
}

.budicon-box-file-alert:before {
    content: "\ed33";
}

.budicon-box-file-block:before {
    content: "\ed34";
}

.budicon-box-file-cross:before {
    content: "\ed35";
}

.budicon-box-file-download:before {
    content: "\ed36";
}

.budicon-box-file-favorite:before {
    content: "\ed37";
}

.budicon-box-file-heart:before {
    content: "\ed38";
}

.budicon-box-file-index:before {
    content: "\ed39";
}

.budicon-box-file-information:before {
    content: "\ed3a";
}

.budicon-box-file-lock:before {
    content: "\ed3b";
}

.budicon-box-file-minus:before {
    content: "\ed3c";
}

.budicon-box-file-plus:before {
    content: "\ed3d";
}

.budicon-box-file-search:before {
    content: "\ed3e";
}

.budicon-box-file-tick:before {
    content: "\ed3f";
}

.budicon-box-file-upload:before {
    content: "\ed40";
}

.budicon-box-file:before {
    content: "\ed41";
}

.budicon-compressed-file:before {
    content: "\ed42";
}

.budicon-doc-attachment:before {
    content: "\ed43";
}

.budicon-doc-marker:before {
    content: "\ed44";
}

.budicon-file-alert:before {
    content: "\ed45";
}

.budicon-file-blank:before {
    content: "\ed46";
}

.budicon-file-block:before {
    content: "\ed47";
}

.budicon-file-cross:before {
    content: "\ed48";
}

.budicon-file-download:before {
    content: "\ed49";
}

.budicon-file-favorite:before {
    content: "\ed4a";
}

.budicon-file-heart:before {
    content: "\ed4b";
}

.budicon-file-information:before {
    content: "\ed4c";
}

.budicon-file-lock:before {
    content: "\ed4d";
}

.budicon-file-minus:before {
    content: "\ed4e";
}

.budicon-file-plus:before {
    content: "\ed4f";
}

.budicon-file-question:before {
    content: "\ed50";
}

.budicon-file-tick:before {
    content: "\ed51";
}

.budicon-file-upload:before {
    content: "\ed52";
}

.budicon-file:before {
    content: "\ed53";
}

.budicon-files-alert:before {
    content: "\ed54";
}

.budicon-files-block:before {
    content: "\ed55";
}

.budicon-files-cross:before {
    content: "\ed56";
}

.budicon-files-download:before {
    content: "\ed57";
}

.budicon-files-favorite:before {
    content: "\ed58";
}

.budicon-files-heart:before {
    content: "\ed59";
}

.budicon-files-information:before {
    content: "\ed5a";
}

.budicon-files-lock:before {
    content: "\ed5b";
}

.budicon-files-minus:before {
    content: "\ed5c";
}

.budicon-files-plus:before {
    content: "\ed5d";
}

.budicon-files-search:before {
    content: "\ed5e";
}

.budicon-files-tick:before {
    content: "\ed5f";
}

.budicon-files-upload:before {
    content: "\ed60";
}

.budicon-folded-page:before {
    content: "\ed61";
}

.budicon-headline:before {
    content: "\ed62";
}

.budicon-image-file:before {
    content: "\ed63";
}

.budicon-landscape-page:before {
    content: "\ed64";
}

.budicon-legal-file:before {
    content: "\ed65";
}

.budicon-newspaper:before {
    content: "\ed66";
}

.budicon-notepad:before {
    content: "\ed67";
}

.budicon-opened-book:before {
    content: "\ed68";
}

.budicon-project-file-alert:before {
    content: "\ed69";
}

.budicon-project-file-block:before {
    content: "\ed6a";
}

.budicon-project-file-cross:before {
    content: "\ed6b";
}

.budicon-project-file-download:before {
    content: "\ed6c";
}

.budicon-project-file-favorite:before {
    content: "\ed6d";
}

.budicon-project-file-heart:before {
    content: "\ed6e";
}

.budicon-project-file-information:before {
    content: "\ed6f";
}

.budicon-project-file-lock:before {
    content: "\ed70";
}

.budicon-project-file-minus:before {
    content: "\ed71";
}

.budicon-project-file-plus:before {
    content: "\ed72";
}

.budicon-project-file-search:before {
    content: "\ed73";
}

.budicon-project-file-tick:before {
    content: "\ed74";
}

.budicon-project-file-upload:before {
    content: "\ed75";
}

.budicon-project-file:before {
    content: "\ed76";
}

.budicon-scan-page:before {
    content: "\ed77";
}

.budicon-scheduled-box-file:before {
    content: "\ed78";
}

.budicon-scheduled-file:before {
    content: "\ed79";
}

.budicon-scheduled-files:before {
    content: "\ed7a";
}

.budicon-scheduled-project-file:before {
    content: "\ed7b";
}

.budicon-search-file:before {
    content: "\ed7c";
}

.budicon-shared-box-file:before {
    content: "\ed7d";
}

.budicon-shared-file:before {
    content: "\ed7e";
}

.budicon-shared-files:before {
    content: "\ed7f";
}

.budicon-shared-project-file:before {
    content: "\ed80";
}

.budicon-single-page:before {
    content: "\ed81";
}

.budicon-two-page:before {
    content: "\ed82";
}

.budicon-zip-file:before {
    content: "\ed83";
}

.budicon-atm:before {
    content: "\ed84";
}

.budicon-attachment-dollar:before {
    content: "\ed85";
}

.budicon-bad-trends:before {
    content: "\ed86";
}

.budicon-bank-a:before {
    content: "\ed87";
}

.budicon-bubble-chart:before {
    content: "\ed88";
}

.budicon-cash-dollar:before {
    content: "\ed89";
}

.budicon-cash:before {
    content: "\ed8a";
}

.budicon-dollar-sign:before {
    content: "\ed8b";
}

.budicon-donation:before {
    content: "\ed8c";
}

.budicon-donut-chart:before {
    content: "\ed8d";
}

.budicon-euro:before {
    content: "\ed8e";
}

.budicon-finance-policy:before {
    content: "\ed8f";
}

.budicon-finance-project:before {
    content: "\ed90";
}

.budicon-good-trends:before {
    content: "\ed91";
}

.budicon-graphic-moderate-a:before {
    content: "\ed92";
}

.budicon-graphic-moderate:before {
    content: "\ed93";
}

.budicon-graphic-up-a:before {
    content: "\ed94";
}

.budicon-graphic-up:before {
    content: "\ed95";
}

.budicon-horizontal-graphic:before {
    content: "\ed96";
}

.budicon-line-chart:before {
    content: "\ed97";
}

.budicon-mobile-banking:before {
    content: "\ed98";
}

.budicon-mobile-payment:before {
    content: "\ed99";
}

.budicon-online-stock:before {
    content: "\ed9a";
}

.budicon-performance-board-a:before {
    content: "\ed9b";
}

.budicon-performance-board-minus:before {
    content: "\ed9c";
}

.budicon-performance-board-plus:before {
    content: "\ed9d";
}

.budicon-performance-board-tick:before {
    content: "\ed9e";
}

.budicon-performance-board:before {
    content: "\ed9f";
}

.budicon-pie-chart-a:before {
    content: "\eda0";
}

.budicon-pie-chart:before {
    content: "\eda1";
}

.budicon-portfolio:before {
    content: "\eda2";
}

.budicon-poundsterling:before {
    content: "\eda3";
}

.budicon-presentation-slide-a:before {
    content: "\eda4";
}

.budicon-presentation-slide:before {
    content: "\eda5";
}

.budicon-refund-dollar:before {
    content: "\eda6";
}

.budicon-refund:before {
    content: "\eda7";
}

.budicon-safe-case:before {
    content: "\eda8";
}

.budicon-savings:before {
    content: "\eda9";
}

.budicon-send-dollar:before {
    content: "\edaa";
}

.budicon-send-money:before {
    content: "\edab";
}

.budicon-web-banking:before {
    content: "\edac";
}

.budicon-withdraw-dollar:before {
    content: "\edad";
}

.budicon-withdraw-money:before {
    content: "\edae";
}

.budicon-yen:before {
    content: "\edaf";
}

.budicon-apartment-a:before {
    content: "\edb0";
}

.budicon-apartment:before {
    content: "\edb1";
}

.budicon-bank:before {
    content: "\edb2";
}

.budicon-barn:before {
    content: "\edb3";
}

.budicon-business-area:before {
    content: "\edb4";
}

.budicon-church:before {
    content: "\edb5";
}

.budicon-city:before {
    content: "\edb6";
}

.budicon-garage:before {
    content: "\edb7";
}

.budicon-golden-bridge:before {
    content: "\edb8";
}

.budicon-government:before {
    content: "\edb9";
}

.budicon-high-building:before {
    content: "\edba";
}

.budicon-hotel-tower:before {
    content: "\edbb";
}

.budicon-house-a:before {
    content: "\edbc";
}

.budicon-house:before {
    content: "\edbd";
}

.budicon-lighthouse:before {
    content: "\edbe";
}

.budicon-log-house:before {
    content: "\edbf";
}

.budicon-mall:before {
    content: "\edc0";
}

.budicon-mansion:before {
    content: "\edc1";
}

.budicon-modern-office:before {
    content: "\edc2";
}

.budicon-school:before {
    content: "\edc3";
}

.budicon-female-user-block:before {
    content: "\edc4";
}

.budicon-female-user-cross:before {
    content: "\edc5";
}

.budicon-female-user-favorite:before {
    content: "\edc6";
}

.budicon-female-user-information:before {
    content: "\edc7";
}

.budicon-female-user-lock:before {
    content: "\edc8";
}

.budicon-female-user-minus:before {
    content: "\edc9";
}

.budicon-female-user-plus:before {
    content: "\edca";
}

.budicon-female-user-search:before {
    content: "\edcb";
}

.budicon-female-user-tick:before {
    content: "\edcc";
}

.budicon-female-user:before {
    content: "\edcd";
}

.budicon-female:before {
    content: "\edce";
}

.budicon-gender:before {
    content: "\edcf";
}

.budicon-group:before {
    content: "\edd0";
}

.budicon-male:before {
    content: "\edd1";
}

.budicon-password-lock:before {
    content: "\edd2";
}

.budicon-password-unlock:before {
    content: "\edd3";
}

.budicon-profile-picture:before {
    content: "\edd4";
}

.budicon-shared-user:before {
    content: "\edd5";
}

.budicon-user-a:before {
    content: "\edd6";
}

.budicon-user-b:before {
    content: "\edd7";
}

.budicon-user-block-a:before {
    content: "\edd8";
}

.budicon-user-block-b:before {
    content: "\edd9";
}

.budicon-user-block-c:before {
    content: "\edda";
}

.budicon-user-block:before {
    content: "\eddb";
}

.budicon-user-c:before {
    content: "\eddc";
}

.budicon-user-card-a:before {
    content: "\eddd";
}

.budicon-user-card:before {
    content: "\edde";
}

.budicon-user-cross-a:before {
    content: "\eddf";
}

.budicon-user-cross-b:before {
    content: "\ede0";
}

.budicon-user-cross-c:before {
    content: "\ede1";
}

.budicon-user-cross:before {
    content: "\ede2";
}

.budicon-user-favorite-a:before {
    content: "\ede3";
}

.budicon-user-favorite-b:before {
    content: "\ede4";
}

.budicon-user-favorite-c:before {
    content: "\ede5";
}

.budicon-user-favorite:before {
    content: "\ede6";
}

.budicon-user-information-a:before {
    content: "\ede7";
}

.budicon-user-information-b:before {
    content: "\ede8";
}

.budicon-user-information-c:before {
    content: "\ede9";
}

.budicon-user-information:before {
    content: "\edea";
}

.budicon-user-list-a:before {
    content: "\edeb";
}

.budicon-user-list-b:before {
    content: "\edec";
}

.budicon-user-list-c:before {
    content: "\eded";
}

.budicon-user-list-d:before {
    content: "\edee";
}

.budicon-user-lock-a:before {
    content: "\edef";
}

.budicon-user-lock-b:before {
    content: "\edf0";
}

.budicon-user-lock-c:before {
    content: "\edf1";
}

.budicon-user-lock:before {
    content: "\edf2";
}

.budicon-user-minus-a:before {
    content: "\edf3";
}

.budicon-user-minus-b:before {
    content: "\edf4";
}

.budicon-user-minus-c:before {
    content: "\edf5";
}

.budicon-user-minus:before {
    content: "\edf6";
}

.budicon-user-plus-a:before {
    content: "\edf7";
}

.budicon-user-plus-b:before {
    content: "\edf8";
}

.budicon-user-plus-c:before {
    content: "\edf9";
}

.budicon-user-plus:before {
    content: "\edfa";
}

.budicon-user-search-a:before {
    content: "\edfb";
}

.budicon-user-search-b:before {
    content: "\edfc";
}

.budicon-user-search-c:before {
    content: "\edfd";
}

.budicon-user-search:before {
    content: "\edfe";
}

.budicon-user-tick-a:before {
    content: "\edff";
}

.budicon-user-tick-b:before {
    content: "\ee00";
}

.budicon-user-tick-c:before {
    content: "\ee01";
}

.budicon-user-tick:before {
    content: "\ee02";
}

.budicon-user:before {
    content: "\ee03";
}

.budicon-air-craft:before {
    content: "\ee04";
}

.budicon-airplane:before {
    content: "\ee05";
}

.budicon-arrival:before {
    content: "\ee06";
}

.budicon-bag-trolley:before {
    content: "\ee07";
}

.budicon-beach:before {
    content: "\ee08";
}

.budicon-bicycle:before {
    content: "\ee09";
}

.budicon-big-motorcycles:before {
    content: "\ee0a";
}

.budicon-bus-front:before {
    content: "\ee0b";
}

.budicon-bus:before {
    content: "\ee0c";
}

.budicon-cabin-bag:before {
    content: "\ee0d";
}

.budicon-cable-car:before {
    content: "\ee0e";
}

.budicon-camping:before {
    content: "\ee0f";
}

.budicon-car-front:before {
    content: "\ee10";
}

.budicon-compass-a:before {
    content: "\ee11";
}

.budicon-compass-b:before {
    content: "\ee12";
}

.budicon-compass:before {
    content: "\ee13";
}

.budicon-cruise:before {
    content: "\ee14";
}

.budicon-departure:before {
    content: "\ee15";
}

.budicon-direction:before {
    content: "\ee16";
}

.budicon-electric-cord:before {
    content: "\ee17";
}

.budicon-electric-station:before {
    content: "\ee18";
}

.budicon-first-aid:before {
    content: "\ee19";
}

.budicon-fishing-boat:before {
    content: "\ee1a";
}

.budicon-footstep:before {
    content: "\ee1b";
}

.budicon-forest:before {
    content: "\ee1c";
}

.budicon-fuel-tank:before {
    content: "\ee1d";
}

.budicon-gas-station:before {
    content: "\ee1e";
}

.budicon-globe:before {
    content: "\ee1f";
}

.budicon-helicopter:before {
    content: "\ee20";
}

.budicon-hiking:before {
    content: "\ee21";
}

.budicon-hotel:before {
    content: "\ee22";
}

.budicon-international-travel:before {
    content: "\ee23";
}

.budicon-iron:before {
    content: "\ee24";
}

.budicon-jet-ski:before {
    content: "\ee25";
}

.budicon-location-area:before {
    content: "\ee26";
}

.budicon-location-finished:before {
    content: "\ee27";
}

.budicon-location-pin-love:before {
    content: "\ee28";
}

.budicon-location-pin-minus:before {
    content: "\ee29";
}

.budicon-location-pin-plus:before {
    content: "\ee2a";
}

.budicon-location-pin-tick:before {
    content: "\ee2b";
}

.budicon-location-pin:before {
    content: "\ee2c";
}

.budicon-location:before {
    content: "\ee2d";
}

.budicon-luggage:before {
    content: "\ee2e";
}

.budicon-map:before {
    content: "\ee2f";
}

.budicon-motorcycle:before {
    content: "\ee30";
}

.budicon-multiple-destinations:before {
    content: "\ee31";
}

.budicon-navigation:before {
    content: "\ee32";
}

.budicon-parking-meter:before {
    content: "\ee33";
}

.budicon-passport:before {
    content: "\ee34";
}

.budicon-plugs-a:before {
    content: "\ee35";
}

.budicon-plugs:before {
    content: "\ee36";
}

.budicon-pocket-knife:before {
    content: "\ee37";
}

.budicon-power-cord:before {
    content: "\ee38";
}

.budicon-propeller-airplane:before {
    content: "\ee39";
}

.budicon-sailing-boat:before {
    content: "\ee3a";
}

.budicon-sandals:before {
    content: "\ee3b";
}

.budicon-sedan-front:before {
    content: "\ee3c";
}

.budicon-sedan:before {
    content: "\ee3d";
}

.budicon-self-navigation:before {
    content: "\ee3e";
}

.budicon-sightseeing:before {
    content: "\ee3f";
}

.budicon-small-bike:before {
    content: "\ee40";
}

.budicon-sun:before {
    content: "\ee41";
}

.budicon-sunblock:before {
    content: "\ee42";
}

.budicon-surf:before {
    content: "\ee43";
}

.budicon-taxi:before {
    content: "\ee44";
}

.budicon-tracks:before {
    content: "\ee45";
}

.budicon-traffic-light:before {
    content: "\ee46";
}

.budicon-train-front:before {
    content: "\ee47";
}

.budicon-travel-bag:before {
    content: "\ee48";
}

.budicon-travel-case:before {
    content: "\ee49";
}

.budicon-travel-ticket:before {
    content: "\ee4a";
}

.budicon-van:before {
    content: "\ee4b";
}

.budicon-vespa:before {
    content: "\ee4c";
}

.budicon-vintage-car:before {
    content: "\ee4d";
}

.budicon-bear:before {
    content: "\ee4e";
}

.budicon-beaver:before {
    content: "\ee4f";
}

.budicon-cat-front:before {
    content: "\ee50";
}

.budicon-chicken:before {
    content: "\ee51";
}

.budicon-clamp:before {
    content: "\ee52";
}

.budicon-clown-fish:before {
    content: "\ee53";
}

.budicon-cow-a:before {
    content: "\ee54";
}

.budicon-cow:before {
    content: "\ee55";
}

.budicon-crab:before {
    content: "\ee56";
}

.budicon-dog-front:before {
    content: "\ee57";
}

.budicon-dog:before {
    content: "\ee58";
}

.budicon-duck:before {
    content: "\ee59";
}

.budicon-fish:before {
    content: "\ee5a";
}

.budicon-fox:before {
    content: "\ee5b";
}

.budicon-frog:before {
    content: "\ee5c";
}

.budicon-gorilla:before {
    content: "\ee5d";
}

.budicon-hedgehog:before {
    content: "\ee5e";
}

.budicon-hippo:before {
    content: "\ee5f";
}

.budicon-husky:before {
    content: "\ee60";
}

.budicon-jellyfish:before {
    content: "\ee61";
}

.budicon-lion:before {
    content: "\ee62";
}

.budicon-monkey:before {
    content: "\ee63";
}

.budicon-mouse-front:before {
    content: "\ee64";
}

.budicon-mouse:before {
    content: "\ee65";
}

.budicon-otter:before {
    content: "\ee66";
}

.budicon-panda:before {
    content: "\ee67";
}

.budicon-panther:before {
    content: "\ee68";
}

.budicon-pig:before {
    content: "\ee69";
}

.budicon-polar-bear:before {
    content: "\ee6a";
}

.budicon-rabbit:before {
    content: "\ee6b";
}

.budicon-sardine:before {
    content: "\ee6c";
}

.budicon-seal:before {
    content: "\ee6d";
}

.budicon-shark:before {
    content: "\ee6e";
}

.budicon-shrimp:before {
    content: "\ee6f";
}

.budicon-sloth:before {
    content: "\ee70";
}

.budicon-snail:before {
    content: "\ee71";
}

.budicon-squirrel:before {
    content: "\ee72";
}

.budicon-sympanse:before {
    content: "\ee73";
}

.budicon-tiger:before {
    content: "\ee74";
}

.budicon-whale:before {
    content: "\ee75";
}

.font-isnt-box {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.font-isnt-box input {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.font-isnt-box input:checked+.font-inst-wrap {
    border-color: var(--primarycolor);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.font-inst-wrap {
    border: solid 1px var(--border-color);
    border-radius: 5px;
    padding: 10px 15px;
}

.font-isnt-name {
    height: 16px;
}

.font-isnt-exchange {
    height: 14px;
    opacity: 0.6;
    font-size: var(--fs-xsmall);
}

.pb-10 {
    padding-bottom: 10px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-20 {
    padding-bottom: 20px;
}

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    color: #747474;
    background: var(--background);
    font-family: Roboto, sans-serif;
    font-style: normal;
    line-height: normal;
    padding-top: 47px;
    font-size: var(--fs-normal);
}

body.no-scroll {
    overflow: hidden;
}

hr.hr {
    border-top: 1px solid #dbdbdb;
}

li,
ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--border-color-focus);
}

.st {
    transition: all 0.2s linear 0s !important;
    -webkit-transition: all 0.2s linear 0s !important;
    -moz-transition: all 0.2s linear 0s !important;
}

.st5 {
    transition: all 0.5s linear 0s !important;
    -webkit-transition: all 0.5s linear 0s !important;
    -moz-transition: all 0.5s linear 0s !important;
}

.no-opacity {
    opacity: 0 !important;
}

#mkwtch-panel .ui-grid-row:hover ul:not(.mv-hoversubmenu) {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.label.label-default {
    background: var(--panel);
    color: inherit;
    padding: 2px 4px;
    margin: 5px auto 5px;
}

.tag {
    font-size: var(--fs-normal);
    line-height: 14px;
    font-weight: 400;
}

.tag a {
    color: inherit;
    cursor: pointer;
    margin: 0 0 0 2px;
    opacity: 0.9;
    vertical-align: -2px;
}

.tag a:hover {
    opacity: 1;
}

.btn-success {
    border: #5588ff 2px solid;
    background-color: transparent;
    color: #000;
}

.btn-danger {
    background-color: transparent;
    border-color: #ff5588;
    color: #000;
    border: #ff5588 2px solid;


}

/* .btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: var(--greenbg);
    border-color: var(--greenbg);
} */
/* .btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: var(--redbg);
    border-color: var(--redbg);
} */
.btn.btn-outline {
    background: 0 0;
    color: inherit;
    font-weight: 500;
    border: 1px solid var(--panel);
    box-sizing: border-box;
    border-radius: 3px;
}

.btn.btn-outline.btn-danger {
    color: var(--red);
    border-color: var(--redbg);
}

.btn.btn-outline.btn-danger:hover {
    color: var(--white);
    background: var(--redbg);
    transition: all 0.3s linear 0s;
}

.btn.btn-outline.btn-success {
    color: var(--green);
    border-color: var(--greenbg);
}

.btn.btn-outline.btn-success:hover {
    color: var(--white);
    background: var(--greenbg);
    transition: all 0.3s linear 0s;
}

.btn-warning,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus {
    color: var(--white);
    background-color: #ff8e02;
    border-color: #ff8e02;
}

.btn-warning:hover {
    background-color: #ed911f;
}

.btn-success:focus {
    box-shadow: 0 0 0 3px var(--green20);
}

.btn-danger:focus {
    box-shadow: 0 0 0 3px var(--red20);
}

input[type="checkbox"]:focus+label:before {
    box-shadow: 0 0 0 3px #73737333;
}

.text-left {
    text-align: left !important;
}

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

.text-primary {
    color: var(--text) !important;
}

.BUY,
.Buy,
.Complete,
.Triggered,
.text-success {
    color: #5588ff !important;
}

a.text-success:hover {
    color: #12b980 !important;
}

.Cancelled,
.Rejected,
.SELL,
.Sell,
.text-danger {
    color: #ff5588 !important;
}

.buybox,
.daytypebox,
.ordertypebox,
.producttypebox,
.sellbox {
    padding: 2px 10px;
    border-radius: 15px;
}

.sellbox {
    color: var(--white) !important;
    background: var(--redbg) !important;
}

.buybox {
    background-color: transparent;
    border: #5588ff 2px solid;
}

.ordertypebox {
    background-color: transparent;
    border: #747474 2px solid;
}

.producttypebox {
    color: var(--text) !important;
    background: 0 0 !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.daytypebox {
    /* color: #3faed3 !important; */
    background: 0 0 !important;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000 !important;
}

.bg-success {
    background: var(--greenbg) !important;
}

.bg-danger {
    background: var(--redbg) !important;
}

a.text-danger:hover {
    color: #b42825;
}

.h1,
h1 {
    font-size: 42px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
}

.h2,
h2 {
    font-size: 34px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.h3,
h3 {
    font-size: 32px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.h4,
h4 {
    font-size: 28px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.h5,
h5 {
    font-size: 26px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.h6,
h6 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.para-20 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.para-18 {
    font-size: var(--fs-xxlarge);
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.para-16 {
    font-size: var(--fs-xlarge);
    line-height: normal;
    margin: 0;
    font-weight: 400;
}

.para-14 {
    font-size: var(--fs-large);
    line-height: normal;
    margin: 0;
    font-weight: 400;
}

.f-w-300 {
    font-weight: 300 !important;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-500 {
    font-weight: 500 !important;
}

.f-w-700 {
    font-weight: 700 !important;
}

.f-w-900 {
    font-weight: 900 !important;
}

.text-black {
    color: #323230 !important;
}

.text-grey {
    color: #777 !important;
}

.text-a {
    color: #aaa !important;
}

.text-p-orange {
    color: #ef3e25 !important;
}

.text-p-l-orange {
    color: #ff7906 !important;
}

.text-p-yellow {
    color: #ffaa28 !important;
}

.text-p-black {
    color: #323230 !important;
}

.text-s-orange {
    color: #f37720 !important;
}

.text-s-grey {
    color: #ececec !important;
}

.bg-black {
    background-color: #323230 !important;
}

.bg-grey {
    background-color: #777 !important;
}

.bg-p-orange {
    background-color: #ef3e25 !important;
}

.bg-p-l-orange {
    background-color: #ff7906 !important;
}

.bg-p-yellow {
    background-color: #ffaa28 !important;
}

.bg-p-black {
    background-color: #323230 !important;
}

.bg-s-orange {
    background-color: #f37720 !important;
}

.bg-s-grey {
    background-color: #ececec !important;
}

.bg-grey {
    background-color: #777 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.min-h100vh {
    min-height: 100vh;
}

.no-padding {
    padding: 0;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.px10 {
    padding: 0 10px;
}

.pt0 {
    padding-top: 0;
}

.pt10,
.p10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt70 {
    padding-top: 70px;
}

.pb0 {
    padding-bottom: 0;
}

.pb10,
.p10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pl0 {
    padding-left: 0;
}

.pl10,
.p10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pr0 {
    padding-right: 0;
}

.pr10,
.p10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt70 {
    margin-top: 70px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml65 {
    margin-left: 65px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.sidebar-lt-inner button.btn-triary,
.btn-triary {
    color: var(--white);
    background-color: #203fa6;
    border-color: #203fa6;
}

.btn-triary.focus,
.btn-triary:focus {
    color: var(--white);
    background-color: var(--primarycolorhover);
    border-color: var(--primarycolor);
}

.btn-triary:hover {
    color: var(--white);
    background-color: var(--primarycolorhover);
    border-color: var(--primarycolorhover);
}

.btn-triary.active,
.btn-triary:active,
.open>.dropdown-toggle.btn-triary {
    color: var(--white);
    background-color: var(--primarycolorhover);
    border-color: var(--primarycolorhover);
}

.btn-triary.active.focus,
.btn-triary.active:focus,
.btn-triary.active:hover,
.btn-triary:active.focus,
.btn-triary:active:focus,
.btn-triary:active:hover,
.open>.dropdown-toggle.btn-triary.focus,
.open>.dropdown-toggle.btn-triary:focus,
.open>.dropdown-toggle.btn-triary:hover {
    color: var(--white);
    background-color: var(--primarycolorhover);
    border-color: var(--primarycolor);
}

.btn-triary.active,
.btn-triary:active,
.open>.dropdown-toggle.btn-triary {
    background-image: none;
}

.btn-triary.disabled.focus,
.btn-triary.disabled:focus,
.btn-triary.disabled:hover,
.btn-triary[disabled].focus,
.btn-triary[disabled]:focus,
.btn-triary[disabled]:hover,
fieldset[disabled] .btn-triary.focus,
fieldset[disabled] .btn-triary:focus,
fieldset[disabled] .btn-triary:hover {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}

.btn-triary .badge {
    color: var(--primarycolor);
    background-color: var(--panel);
}

.btn-secondary {
    color: var(--white);
    background-color: #7f96a1;
    border-color: #7f96a1;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: var(--white);
    background-color: #6a7d86;
    border-color: #7f96a1;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #203fa6;
    border-color: #203fa6;
}

.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
    color: var(--white);
    background-color: #6a7d86;
    border-color: #6a7d86;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    color: var(--white);
    background-color: #6a7d86;
    border-color: #7f96a1;
}

.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background-color: var(--primarycolor);
    border-color: #7f96a1;
    color: #fff;


}

.btn-secondary .badge {
    color: #7f96a1;
    background-color: var(--panel);
}

.gutter-5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.gutter-5 .col-auto,
.gutter-5 .col-lg-1,
.gutter-5 .col-lg-10,
.gutter-5 .col-lg-11,
.gutter-5 .col-lg-12,
.gutter-5 .col-lg-2,
.gutter-5 .col-lg-3,
.gutter-5 .col-lg-4,
.gutter-5 .col-lg-5,
.gutter-5 .col-lg-6,
.gutter-5 .col-lg-7,
.gutter-5 .col-lg-8,
.gutter-5 .col-lg-9,
.gutter-5 .col-md-1,
.gutter-5 .col-md-10,
.gutter-5 .col-md-11,
.gutter-5 .col-md-12,
.gutter-5 .col-md-2,
.gutter-5 .col-md-3,
.gutter-5 .col-md-4,
.gutter-5 .col-md-5,
.gutter-5 .col-md-6,
.gutter-5 .col-md-7,
.gutter-5 .col-md-8,
.gutter-5 .col-md-9,
.gutter-5 .col-sm-1,
.gutter-5 .col-sm-10,
.gutter-5 .col-sm-11,
.gutter-5 .col-sm-12,
.gutter-5 .col-sm-2,
.gutter-5 .col-sm-3,
.gutter-5 .col-sm-4,
.gutter-5 .col-sm-5,
.gutter-5 .col-sm-6,
.gutter-5 .col-sm-7,
.gutter-5 .col-sm-8,
.gutter-5 .col-sm-9,
.gutter-5 .col-xs-1,
.gutter-5 .col-xs-10,
.gutter-5 .col-xs-11,
.gutter-5 .col-xs-12,
.gutter-5 .col-xs-2,
.gutter-5 .col-xs-3,
.gutter-5 .col-xs-4,
.gutter-5 .col-xs-5,
.gutter-5 .col-xs-6,
.gutter-5 .col-xs-7,
.gutter-5 .col-xs-8,
.gutter-5 .col-xs-9 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.budicon-red-eye-detection::before {
    content: url(../images/nav2.svg);
}

.budicon-vintage-wall-clock::before {
    content: url(../images/nav3.svg);
}

.budicon-calendar::before {
    content: url(../images/nav4.svg);
}

.budicon-file::before {
    content: url(../images/nav5.svg);
}

.budicon-email::before {
    content: url(../images/nav6.svg);
}

i.budicon-filter::before {
    content: url(../images/filter-icon.svg);
}

.budicon-search-a::before {
    content: url(../images/search-icon.svg);
}

#mkwtch-panel .budicon-two-grids::before {
    content: url(../images/mkt-wtch-default.svg);
}

#mkwtch-panel .budicon-line-chart::before {
    content: url(../images/mkt-wtch-graph.svg);
}

#mkwtch-panel .budicon-map::before {
    content: url(../images/mkt-wtch-stat.svg);
}

.budicon-minus-sign-square::before {
    content: url(../images/panel-minimize.svg);
}

.budicon-expand-view::before {
    content: url(../images/panel-expand.svg);
}

.budicon-cross-sign-square::before {
    content: url(../images/panel-close.svg);
}

.lobipanel>.panel-heading .nav-tabs>li.active>a>i {
    opacity: 0.6;
}

.active .budicon-vintage-wall-clock::before,
a:hover .budicon-vintage-wall-clock::before {
    content: url(../images/nav3_r.svg);
}

.active .budicon-calendar::before,
a:hover .budicon-calendar::before {
    content: url(../images/nav4_r.svg);
}

.active .budicon-red-eye-detection::before,
a:hover .budicon-red-eye-detection::before {
    content: url(../images/nav2_r.svg);
}

.checkbox .cr .budicon-tick-sign-square::before {
    content: url(../images/tick.svg);
}

#ordrmgr-panel .actn-blk .budicon-pen-writing::before {
    content: url(../images/edit.svg);
}

#ordrmgr-panel .actn-blk .budicon-cross-ui::before {
    content: url(../images/close.svg);
}

#ordrmgr-panel .actn-blk .budicon-meatball-ui::before {
    content: url(../images/dots.svg);
}

.fl-right {
    float: right;
}

.btn-warning-outline {
    font-weight: 400;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: #ff8e02;
    border: 1px solid #ff8e02;
    box-sizing: border-box;
    border-radius: 15px !important;
    background: var(--panel);
}

.btn-warning-outline.active,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline:focus,
.btn-warning-outline:hover {
    background: var(--panel);
    color: #ff8e02;
    box-shadow: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    /*-webkit-appearance: none;*/
    margin: 0;
    opacity: 1;
}

.scroller-wrapper {
    max-height: 220px;
    overflow-x: auto;
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.11);
    background: var(--modalpanel);
}

.modal-content .modal-header {
    padding: 15px;
    font-size: var(--fs-large);
    border-bottom: solid 1px var(--border-color);
}

.modal-content .modal-header.bb-none {
    border-bottom: none;
}

.modal-content .modal-header.x-scroll-width {
    border-bottom: none;
}

.modal-content .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.modal-content .modal-header .heading_exchange_name,
.modal-content .modal-header .modal-title span {
    font-size: var(--fs-xxlarge);
    font-weight: 700;
    display: block;
}

.modal-content .modal-header .close {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 9;
    opacity: 0.7;
}

.modal-content .modal-header .close i {
    font-size: var(--fs-xxlarge);
    color: var(--text);
    font-weight: 600;
}

.modal-content .modal-body {
    padding: 15px 28px 28px 28px;
}

.modal-content .modal-body.pom-body {
    padding: 4px 15px;
    max-height: calc(100vh - 274px);
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content .modal-body.p-0 {
    padding: 0;
}

.modal-content .btn {
    border-radius: 3px;
    display: block;
    margin: auto;
    font-weight: 500;
    font-size: var(--fs-xlarge);
    line-height: 19px;
}

.modal-content .btn.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.modal-content .btn.btn-xs {
    font-size: 12px;
}

.modal-content .d-flex>.btn {
    margin: 0;
}

.modal-content .d-flex>.btn+.btn {
    margin-left: 20px;
}

.checkbox.checbox-switch {
    padding-left: 0;
    margin: 2px 0;
}

.checkbox.checbox-switch.mt15 {
    margin-top: 15px;
}

.checkbox-inline.checbox-switch,
.checkbox.checbox-switch label {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.checkbox-inline.checbox-switch input,
.checkbox.checbox-switch label input {
    display: none;
}

.checkbox-inline.checbox-switch span,
.checkbox.checbox-switch label span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: #5588ff;
    border-color: #5588ff;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: all 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin: auto 8px;
    margin-left: 8px;
    position: relative;
    text-align: left;
}

.checkbox-inline.checbox-switch span:before,
.checkbox.checbox-switch label span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--white);
    content: "";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.checkbox-inline.checbox-switch>input:checked+span:before,
.checkbox.checbox-switch label>input:checked+span:before {
    left: 17px;
}

.checkbox-inline.checbox-switch.switch-danger>input:checked+span,
.checkbox.checbox-switch.switch-danger label>input:checked+span {
    background-color: #ff5588;
    border-color: #ff5588;
    box-shadow: none;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch label.checkbox-lt-label,
.checkbox.checbox-switch label.checkbox-rt-label {
    font-weight: 500;
    line-height: 16px;
    color: var(--text);
    font-size: var(--fs-normal);
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 3px;
    width: 1.3em;
    height: 1.3em;
    justify-content: flex-end;   
 margin-right: 0.5em;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: 0.5;
}

.dyw-body {
    width: calc(100vw - 2px);
}

.dyw-body.pos-rel {
    position: relative;
}

.dyw-body .content-bar {
    width: calc(100% - 750px);
    min-width: calc(100% - 750px);
    max-width: calc(100% - 750px);
    float: right;
}

.dyw-body.fullwidth .content-bar {
    width: calc(100% - 365px);
    max-width: calc(100% - 365px);
    min-width: calc(100% - 365px);
}

.dyw-body .content-bar.active {
    position: fixed;
    right: 0;
    top: 72px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    z-index: 101;
}

.dyw-body .content-bar.active-full {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    z-index: 101;
}

.dyw-body .content-bar.active.out {
    width: calc(100% - 750px);
    min-width: calc(100% - 750px);
    max-width: calc(100% - 750px);
}

.dyw-body.fullwidth .content-bar.active.out {
    width: calc(100% - 365px);
    max-width: calc(100% - 365px);
    min-width: calc(100% - 365px);
}

.dyw-body.content-bar-none .content-bar {
    width: 0;
    max-width: 0;
    min-width: 0;
}

.dyw-body.content-bar-none #left-sidebar {
    width: calc(100% - 385px);
}

.dyw-body.content-bar-none #left-sidebar.active,
.dyw-body.fullwidth.content-bar-none #left-sidebar {
    width: 100%;
}

.dyw-sidebar {
    width: 385px;
    min-width: 385px;
    z-index: 100;
    padding-top: 5px;
    /*padding-left: 25px;*/
}

.dyw-body.fullwidth .dyw-sidebar {
    width: 0;
    min-width: 0;
    padding: 0;
}

.dyw-body.fullwidth .dyw-sidebar .sidebar-lt {
    opacity: 0;
    display: none;
}

.dropdown-toggle span.caret {
    margin-left: 15px;
    border: 0;
}

.dropdown-toggle span.caret::before {
    content: "\ec92";
    position: absolute;
    font-family: budicon-classic;
    font-size: var(--fs-small);
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: 10px;
    right: 0px;
}

#ordrmgr-panel {
    margin: 0;
}

.header-logo {
    max-height: 25px;
}

.common-header-outer .navbar {
    background: var(--panel);
    margin-bottom: 10px;
    z-index: 999;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #747474;
}

.common-header-outer .navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 201;
}

.common-header .navbar .navbar-brand {
    padding: 11px 15px;
}

.common-header .navbar .header-blk {
    position: relative;
    padding: 0;
    display: flex;
}

.common-header .navbar .header-blk a {
    padding: 9px 0 !important;
    display: block;
}

.header-stk-blk-perchange {
    font-size: var(--fs-small);
    font-weight: 500;
    text-align: right;
    line-height: 10px;
    padding-bottom: 2px;
    color: var(--text);
}

.header-stk-blk-change {
    font-size: var(--fs-large);
    text-align: right;
    line-height: 14px;
    color: var(--text);
}

.common-header .navbar .header-blk>div {
    border-right: solid 1px var(--border-color);
}

.market-index-setting {
    padding: 10px 0px 10px 0;
}

.navbar-nav>li>.market-index-dd {
    width: 100%;
    padding: 10px;
    max-width: 370px;
    min-width: 300px;
}

.market-index-box {
    position: relative;
}

.market-index-search-list {
    width: 100%;
    display: flex;
    flex-flow: column;
    background-color: #fff;
    padding: .25rem 0;
    max-height: calc(100vh - 164px);
    overflow-x: hidden;
    overflow-y: auto;
}

.market-index-search-list .mis-item {
    padding: .75rem 1rem;
    font-size: var(--fs-normal);
    color: var(--text);
    font-weight: 600;
}

.common-header .navbar .header-blk .market-index-search-list .mis-item {
    padding: .75rem 1rem !important;
}

.market-index-search-list .mis-item:hover,
.market-index-search-list .mis-item.active {
    background-color: #f1f1f1;
}

.market-index-max-tag {
    font-size: var(--fs-normal);
    padding-top: 5px;
}

.market-index-populartag {
    font-size: var(--fs-large);
    font-weight: 600;
    padding-bottom: 10px;
}

.market-index-populars span {
    padding: 3px 5px;
    font-size: var(--fs-normal);
    font-weight: 600;
    color: var(--white);
    background: #203fa6;
    letter-spacing: 0.3px;
    border-radius: 2px;
    text-transform: uppercase;
}

.common-header .navbar .header-blk .header-stk-blk {
    display: inline-block;
    padding: 0 16px;
    position: relative;
    min-width: 175px;
    flex: 0 0 auto;
}

.common-header .navbar .header-blk .header-stk-blk>a>.flex-row {
    margin-left: -5px;
    margin-right: -5px;
}

.common-header .navbar .header-blk .header-stk-blk>a>.flex-row [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

/* .common-header .navbar .header-blk .header-stk-blk>a>.flex-row .col {} */

.common-header .navbar .header-blk .header-stk-blk .pricebox-close-icon {
    left: 56%;
    top: 54%;
    right: auto;
    width: auto;
    transform: translate(-50%, -50%);
    /*opacity: 0;*/
}

/*.common-header .navbar .header-blk .header-stk-blk:hover .pricebox-close-icon{
    opacity: 1;
}
.common-header .navbar .header-blk .header-stk-blk .pricebox-close-icon i{
    opacity: 1;
}*/
.common-header .navbar .header-blk .header-stk-blk p {
    font-size: var(--fs-xsmall);
    line-height: 10px;
    letter-spacing: 0.3px;
    font-weight: 700;
    text-transform: uppercase;
    /* vertical-align: text-bottom; */
    margin-bottom: 0;
    display: block;
    color: var(--secondtext);
    padding-right: 0;
}

.common-header .navbar .header-blk .header-stk-blk .stk-rt {
    display: inline-block;
}

.common-header .navbar .header-blk .header-stk-blk .stk-rt>span {
    display: inline-block;
    color: var(--text);
    font-size: var(--fs-large);
    line-height: 14px;
    padding-top: 2px;
}

.common-header .navbar .header-blk .header-stk-blk .stk-status.up {
    /* color: #5588ff; */
    color: var(--stk-statua-up-color);
}

.common-header .navbar .header-blk .header-stk-blk .stk-status.down {
    color: #ff5588;
}

.common-header .navbar .navbar-form {
    padding: 0 25px;
    width: auto;
}

.common-header .navbar .navbar-form .input-group .btn-primary {
    color: inherit;
    background-color: #fafafa;
    border-color: var(--border-color);
    border-radius: 0;
    border-left: 0;
    padding: 8px 12px 2px;
}

.common-header .navbar .navbar-form .input-group .btn-primary:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.common-header .navbar i {
    font-size: var(--fs-xlarge);
    vertical-align: text-bottom;
}

.common-header .navbar .navbar-brand img {
    max-width: 150px;
    object-fit: contain;
}

.market-index-setting i {
    font-size: 20px !important;
}

header .nav>li>a {
    padding: 8px 5px !important;
}

header .nav>li>a svg {
    width: 18px;
    vertical-align: text-top;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: var(--text);
}

.common-header .dropdown.add-widget .dropdown-menu {
    width: 350px;
    border-radius: 4px;
}

.common-header .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent var(--modalpanel) transparent;
    left: 10px;
    /* content: "";
    position: absolute;
    top: 0px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent var(--modalpanel) transparent;
    right: -20px;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; */
}

.common-header .dropdown.add-widget .dropdown-menu>li {
    width: 30%;
    overflow: hidden;
    margin: 5px;
    float: left;
    text-align: center;
}

.common-header .dropdown.add-widget .dropdown-menu>li>a {
    font-weight: 500;
    font-size: var(--fs-large);
    line-height: 15px;
    padding: 5px 0;
    color: var(--text);
}

.common-header .dropdown.add-widget .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.common-header .dropdown.add-widget .dropdown-menu>li>a img {
    display: block;
    margin: 25px auto 10px;
}

.common-header .dropdown.add-widget .dropdown-menu>li.view-more {
    width: 100%;
    border-top: 1px solid var(--border-color);
    padding: 10px 0 4px;
    margin: 40px auto 0;
}

.common-header .dropdown.add-widget .dropdown-menu>li.view-more>a {
    color: var(--primarycolor);
}

.common-header .dropdown.notification .dropdown-menu {
    width: 380px;
    right: 218px;
    top: -3px;
}

.common-header .dropdown.notification .dropdown-menu::before {
    /* content: "";
    position: absolute;
    top: -7px;
    right: 90px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent var(--modalpanel) transparent; */
    content: "";
    position: absolute;
    top: 5px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent var(--modalpanel) transparent;
    right: -15px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.common-header .dropdown.notification .dropdown-menu>li {
    width: 30%;
    overflow: hidden;
    margin: 5px;
    float: left;
    text-align: center;
}

.common-header .dropdown.notification .dropdown-menu>li>a {
    font-weight: 500;
    font-size: var(--fs-large);
    line-height: 15px;
    padding: 5px 0;
    color: var(--text);
}

.common-header .dropdown.notification .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.common-header .dropdown.notification .dropdown-menu>li>a img {
    display: block;
    margin: 25px auto 10px;
}

.common-header .dropdown.notification .dropdown-menu>li.view-more {
    width: 100%;
    border-top: 1px solid var(--border-color);
    padding: 10px 0 4px;
    margin: 40px auto 0;
}

.common-header .dropdown.notification .dropdown-menu>li.view-more>a {
    color: var(--primarycolor);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: 0 0;
}

.lobipanel>.panel-heading {
    background-color: var(--panel);
    border: none;
    border-bottom: 1px solid var(--border-color);
    padding: 3px 5px;
    text-transform: uppercase;
}

.lobipanel>.panel-heading h4 {
    font-weight: 500;
    font-size: var(--fs-xlarge);
    line-height: 18px;
    color: var(--text);
    display: inline-block;
    padding-left: 28px;
}

.lobipanel>.panel-heading .nav-tabs>li.active>a,
.lobipanel>.panel-heading .nav-tabs>li.active>a:focus,
.lobipanel>.panel-heading .nav-tabs>li.active>a:hover {
    color: #d8d8d8;
    background-color: var(--panel);
    border: none;
    min-height: 30px;
}

.lobipanel>.panel-heading .nav-tabs>li.active>a::before,
.lobipanel>.panel-heading .nav-tabs>li>a:focus::before {
    position: absolute;
    display: block;
    background: #d8d8d8;
    width: 22px;
    height: 2px;
    bottom: -2px;
    left: 6px;
}

.lobipanel>.panel-heading .nav-tabs {
    display: inline-block;
    justify-content: flex-end;
    /* float: left; */
    padding-top: 1px;
    border-bottom: none;
}

.lobipanel>.panel-heading .nav-tabs>li>a {
    padding: 4px;
    color: var(--text);
    border: none;
}

.lobipanel>.panel-heading .nav-tabs>li>a:focus {
    background-color: transparent;
}

.lobipanel>.panel-heading .nav-tabs>li>a:hover {
    background-color: transparent;
}

.lobipanel>.panel-heading .nav-tabs>li>a>i {
    font-weight: 700;
    font-size: var(--fs-xxlarge);
}

.lobipanel>.panel-body {
    padding: 0;
}

.panel-default {
    background: var(--panel);
    border-radius: 0;
    margin: auto 2px 10px;
    border: none;
}

#left-sidebar .panel-default {
    box-shadow: none;
}

.panel-default.panel-expanded {
    margin: 0;
    max-height: 100vh;
    top: 54px !important;
    z-index: 100 !important;
}

.panel-default.panel-expanded>.panel-body {
    max-height: unset !important;
    overflow: auto;
    height: calc(100vh - 92px) !important;
}

.panel-default.panel-sidebar {
    margin: 0;
    border: none;
    max-height: unset;
    box-shadow: none;
    /*min-height: calc(100vh - 105px);*/
}

.lobipanel .panel-heading .dropdown .dropdown-menu>li>a {
    width: 26px;
    background-color: transparent;
}

.chart-right-action li a svg {
    vertical-align: top;
}

.lobipanel .panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon {
    color: var(--secondtext);
    font-size: var(--fs-xxlarge);
}

.lobipanel .panel-heading .dropdown .dropdown-menu>li>a:focus:hover,
.lobipanel .panel-heading .dropdown .dropdown-menu>li>a:hover {
    text-shadow: none;
    background-color: inherit;
}

.lobipanel .panel-heading .dropdown .dropdown-menu>li>a:hover .panel-control-icon {
    color: var(--secondtexthover);
}

.lobipanel .market-watch-acrd {
    display: block;
    margin-left: 80px;
}

.lobipanel .market-watch-acrd .daily-change {
    color: var(--secondtext);
    position: relative;
    top: -7px;
    margin: 0 12px;
}

.lobipanel .market-watch-acrd .daily-change::before {
    content: "";
    position: absolute;
    display: block;
    background: #e6e6e6;
    height: 28px;
    width: 1px;
    top: 4px;
    right: -12px;
}

.lobipanel .market-watch-acrd .daily-change span {
    position: absolute;
    top: 17px;
}

.lobipanel .market-watch-acrd ul {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto 15px;
    top: 9px;
    position: relative;
    width: 100px;
    justify-content: space-evenly;
}

.lobipanel .market-watch-acrd ul li {
    cursor: pointer;
}

.lobipanel .market-watch-acrd .input-group {
    width: 92px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    top: -16px;
}

.lobipanel .market-watch-acrd .input-group input {
    width: 42px;
    height: 15px;
    padding: 0 5px;
    margin: 4px auto -4px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: #828282;
    text-align: center;
}

.lobipanel .market-watch-acrd .input-group .quantity-down-minus,
.lobipanel .market-watch-acrd .input-group .quantity-up-plus {
    position: absolute;
    background: var(--sidepanel);
    width: 15px;
    height: 15px;
    border-radius: 3px;
    color: inherit;
    font-weight: 700;
}

.lobipanel .market-watch-acrd .input-group .quantity-up-plus {
    padding: 0;
    top: -12px;
    left: 73px;
}

.lobipanel .market-watch-acrd .input-group .quantity-down-minus {
    padding: 0;
    left: 5px;
    top: 4px;
}

.lobipanel .market-watch-acrd .input-group .quantity-down-minus:active,
.lobipanel .market-watch-acrd .input-group .quantity-down-minus:hover,
.lobipanel .market-watch-acrd .input-group .quantity-up-plus:active,
.lobipanel .market-watch-acrd .input-group .quantity-up-plus:hover {
    box-shadow: none;
    color: var(--text);
}

.lobipanel .market-watch-acrd .input-group .quantity-down-minus i::before,
.lobipanel .market-watch-acrd .input-group .quantity-up-plus i::before {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: var(--fs-normal);
}

.lobipanel .market-watch-acrd>div {
    display: inline-block;
}

.lobipanel .market-watch-acrd .buysell-btn {
    display: inline-block;
    height: 42px;
    width: 145px;
}

.lobipanel .market-watch-acrd .buysell-btn .buyorsell {
    display: inline-block;
    position: relative;
    top: 8px;
    left: -20px;
}

.lobipanel .market-watch-acrd .buysell-btn>span {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 0;
}

.lobipanel .market-watch-acrd .buysell-btn span.loworhigh {
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    display: block;
    left: 23px;
}

.lobipanel .market-watch-acrd .btn-blk .btn {
    height: 25px;
    width: 45px;
    border: 1px solid var(--panel);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 2px 9px;
    margin: 4px 0 8px 12px;
}

.lobipanel .market-watch-acrd .btn-blk {
    position: relative;
    width: 162px;
    height: 45px;
}

.lobipanel .market-watch-acrd .btn-blk>.btn {
    display: inline-block;
}

.lobipanel .market-watch-acrd .btn-blk .btn-blk-rate {
    display: inline-block;
    position: relative;
    top: 8px;
    right: -10px;
}

.lobipanel .market-watch-acrd .btn-blk .btn-blk-rate>p {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0;
}

.lobipanel .market-watch-acrd .btn-blk .btn-blk-rate>.loworhigh {
    font-size: var(--fs-normal);
    line-height: 14px;
    margin-top: 0;
}

.fixed-sidebar .sidebar-lt {
    float: left;
    width: 382px;
    opacity: 1;
    display: block;
}

.fixed-sidebar .sidebar-rt {
    background: var(--sidepanel);
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    border-left: 1px solid var(--border-color);
}

.fixed-sidebar {
    margin-top: -5px;
    position: relative;
    overflow: hidden;
}

.fixed-sidebar .sidebar-rt .nav-tabs {
    border-bottom: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
}

.fixed-sidebar .sidebar-rt .nav-tabs>li:first-child {
    margin-top: 45px;
}

.fixed-sidebar .sidebar-rt .nav-tabs>li {
    padding: 8px;
    margin: 0 auto;
}

.fixed-sidebar .sidebar-rt .nav-tabs>li>a {
    background-color: transparent;
    color: var(--text);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding: 8px 8px;
    text-shadow: 0.2px 0.2px var(--text);
    border: solid 1px transparent;
}

.fixed-sidebar .sidebar-rt .nav-tabs>li a {
    padding: 4px 8px !important;
}

.fixed-sidebar .sidebar-rt .nav-tabs>li a svg {
    width: 18px;
}

.fixed-sidebar .sidebar-rt .nav-tabs>li>a>i {
    font-size: var(--fs-xlarge);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fixed-sidebar .sidebar-rt .nav-tabs>li.active>a,
.fixed-sidebar .sidebar-rt .nav-tabs>li>a:hover {
    color: var(--text);
    background-color: var(--panel);
    border: 1px solid var(--border-color);
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs {
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0 0 15px;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li>a {
    font-weight: 500;
    line-height: 16px;
    color: inherit;
    border: 0;
    margin: 0 0 0 5px;
    padding: 7px 15px;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li>a,
.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li>a:active,
.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li>a:hover {
    background: 0 0;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.active>a::after,
.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.active>a:focus::after,
.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.active>a:hover::after {
    opacity: 1;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 0;
    width: 90%;
    height: 3px;
    background: #203fa6;
    opacity: 0;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown {
    background: var(--sidepanel);
    border-radius: 12px;
    margin: 5px 0;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown:last-child {
    margin-right: 3px;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown>a {
    font-weight: 400;
    line-height: 14px;
    padding: 3px 4px;
    color: inherit;
    font-size: var(--fs-normal);
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown>a::after {
    display: none;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown>a.dropdown-toggle span.caret::before {
    top: 3px;
    right: 6px;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown .dropdown-menu {
    min-width: 90px;
    top: 26px;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown .dropdown-menu.fromright {
    right: 0;
    left: auto;
}

.fixed-sidebar .sidebar-lt .panel-sidebar-title ul.nav-tabs>li.custom-dropdown .dropdown-menu>li>a:hover {
    background-color: var(--listhover);
    color: var(--text);
}

.btnclose-bug {
    padding-right: 22px;
    height: 2px;
}

.scanner-refresh-element {
    float: right !important;
    padding-right: 10px;
}

.scanner-refresh-element i {
    vertical-align: bottom;
    font-size: var(--fs-xlarge);
}

.scanner-refresh-element span {
    vertical-align: bottom;
    font-size: var(--fs-small);
}

.panel-title button.sidebar-toggle {
    border: 0;
}

#sidebar-lt.active {
    opacity: 0;
}

.sidebar-lt-inner button {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    background: var(--panel);
    padding: 7px 12px;
}

.sidebar-lt-inner button.active,
.sidebar-lt-inner button:active {
    box-shadow: none;
}

.sidebar-lt-inner button i {
    font-weight: 700;
    color: var(--secondtext);
    vertical-align: middle;
}

.sidebar-lt-inner button i:hover {
    color: #fff;
}

.sidebar-lt-inner button.btn-triary,
.sidebar-lt-inner button.btn-outline-triary {
    position: relative;
}

.sidebar-rt .sidebar-rt-inner li.menu-2 .dropdown-menu {
    padding: 0;
    height: 300px;
    top: 9px;
    left: auto;
    overflow: auto;
    right: 44px;
    width: 210px;
}

.scanner-header {
    position: fixed;
    padding: 10px 20px;
    font-size: var(--fs-normal);
    border-bottom: solid 1px var(--border-color);
    width: 208px;
    font-weight: 500;
    background: var(--panel);
    color: var(--text);
}

.scanner-header+ul {
    padding-top: 35px;
}

.sidebar-rt .sidebar-rt-inner li.menu-2 ul>li:hover {
    background: var(--listhover);
}

.sidebar-rt .sidebar-rt-inner li.menu-2 ul>li>a {
    padding: 9px 20px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--text);
    display: block;
}

.sidebar-rt .sidebar-rt-inner li.menu-2 ul>li.active a,
.sidebar-rt .sidebar-rt-inner li.menu-2 ul>li>a:focus,
.sidebar-rt .sidebar-rt-inner li.menu-2 ul>li>a:hover {
    background: 0 0;
}

.panel-sidebar-title {
    position: relative;
    line-height: 20px;
}

.panel-sidebar-title h4 {
    display: inline-block;
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 16px;
    vertical-align: text-bottom;
}

.panel-sidebar-title p {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: var(--fs-large);
    line-height: 15px;
    color: var(--secondtext);
}

.panel-sidebar-title p::before {
    content: "";
    position: absolute;
    display: block;
    background: #979797;
    height: 13px;
    width: 2px;
    top: 1px;
    left: 0;
}

.panel-sidebar-title .stk-rt>span.stk-status {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    font-size: var(--fs-large);
}

.panel-sidebar-title .stk-rt>span.stk-time {
    font-size: 12px;
    margin-left: 6px;
}

.panel-sidebar-title .stk-rt>span.stk-status.up {
    color: #5588ff !important;
}

.panel-sidebar-title .stk-rt>span.stk-status.down {
    color: #ff5588;
}

.panel-sidebar-title .stk-rt>span.stk-status::before {
    content: "";
    position: absolute;
    font-family: budicon-classic-solid;
    font-size: 23px;
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: -4px;
    left: -6px;
}

.panel-sidebar-title .stk-rt>span.stk-status.up::before {
    content: "\ea63";
}

.panel-sidebar-title .stk-rt>span.stk-status.down::before {
    content: "\ea57";
}

.pr-table table {
    border-collapse: collapse;
    margin-bottom: 2px;
}

.pr-table table tr.blank-row {
    height: 34px;
}

/*.pr-table table tbody tr td.text-right {
    padding-right: 20px;
}*/
.hiddenRow {
    padding: 0 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--listhover);
}

.table-shrink>tbody>tr>td,
.table-shrink>tbody>tr>th,
.table-shrink>tfoot>tr>td,
.table-shrink>tfoot>tr>th,
.table-shrink>thead>tr>td,
.table-shrink>thead>tr>th {
    padding: 4px 8px;
}

.pr-table.sidebar-table .table>tbody>tr>td {
    vertical-align: middle;
}

.pr-table .table>thead {
    height: 24px;
}

.pr-table .table>thead>tr>th {
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: #747474;
    white-space: nowrap;
    padding: 10px 12px;
    background: var(--modalpanel);
}

.pr-table .table>tbody>tr>td,
.pr-table .table>thead>tr>td,
.pr-table .table>thead>tr>th {
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
}

.pr-table .table>tbody>tr>td.hiddenRow .collapse.in {
    border-bottom: 1px solid var(--border-color);
}

#mkwtch-panel .pr-table .ltp span {
    font-size: var(--fs-normal);
    color: var(--secondtext);
}

#mkwtch-panel .pr-table .span-date {
    font-size: var(--fs-normal);
    color: var(--secondtext);
}

#mkwtch-panel .pr-table .ltt {
    width: 80px;
}

#mkwtch-panel .pr-table td:nth-child(1) {
    position: relative;
    width: auto;
    min-width: 160px;
    font-size: var(--fs-large);
}

.askqty,
.bidqty {
    width: 70px;
}

.ask,
.bid {
    width: 100px;
}

th.total-buy,
th.total-sell {
    background: var(--lightgray);
    border: solid 1px var(--border-color);
    padding: 6px;
    color: var(--text) !important;
}

.buy-cell {
    color: #5588ff !important;
}

.sell-cell {
    color: #ff5588 !important;
}

.badge-in,
.badge-out {
    padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-align: center;
    min-width: 53px;
}

.badge-out,
td.total-sell {
    background: #ff5588;
    color: #747474 !important;
}

.badge-in,
td.total-buy {
    background: #5588ff;
    color: #747474 !important;
}

.pr-table.sidebar-table .table>thead>tr>th {
    text-align: left;
}

/*.pr-table.sidebar-table .table > thead > tr > th:first-child {
    padding-left: 20px;
}
.pr-table.sidebar-table .table > thead > tr > th:last-child {
    padding-right: 20px;
}*/
.pr-table.sidebar-table .table>thead>tr>th .sec-th {
    margin: 5px auto 0;
    color: var(--secondtext);
}

/*.pr-table.sidebar-table .table > tbody > tr > td:first-child {
    padding-left: 20px;
}*/
.pr-table.sidebar-table .table>tbody>tr>td .sec-td {
    margin: 5px auto 0;
    font-size: var(--fs-small);
    line-height: 15px;
}

.pr-table .table>tbody>tr>td {
    /* font-weight: 400; */
    line-height: 16px;
}

.pr-table .table>tbody>tr>td span.trend-arrow {
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 15px;
}

.pr-table .table>tbody>tr>td span.trend-arrow::before {
    content: "";
    position: absolute;
    font-family: budicon-classic;
    font-size: var(--fs-large);
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: 3px;
    left: 0;
}

.pr-table .table>tbody>tr>td span.trend-arrow.up::before {
    content: "\ec9e";
    color: var(--green);
}

.pr-table .table>tbody>tr>td span.trend-arrow.down::before {
    content: "\ec92";
    color: var(--red);
}

.pr-table .table>tbody>tr>td span.badge.plain {
    background: 0 0;
}

.pr-table .table>thead>tr>th.sortable {
    position: relative;
}

.pr-table .table>thead>tr>th.sortable::before {
    content: "\ec9e";
    position: absolute;
    font-family: budicon-classic;
    font-size: var(--fs-small);
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: 4px;
    right: 4px;
}

.pr-table .table>thead>tr>th.sortable::after {
    content: "\ec92";
    position: absolute;
    font-family: budicon-classic;
    font-size: var(--fs-small);
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: 12px;
    right: 4px;
}

.bootstrap-select .dropdown-toggle {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    background: #fafafa;
    width: 240px;
    height: 33px;
    border-color: var(--border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.bootstrap-select .dropdown-toggle span.caret {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: var(--secondtext);
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    padding: 2px 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: var(--secondtext);
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select.open>.dropdown-toggle.btn-default {
    background: #fafafa;
    border-color: var(--border-color);
}

.bootstrap-select .dropdown-menu>.active>a {
    color: inherit;
    background-color: inherit;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0;
    display: block;
    font-size: var(--fs-normal);
    line-height: 14px;
    font-weight: 400;
}

.bootstrap-select .bs-searchbox input.form-control {
    width: 100%;
    border-radius: 4px;
}

.bootstrap-select.open ul.dropdown-menu li a {
    height: 40px;
    padding: 10px 15px;
    font-weight: 500;
    line-height: 16px;
    color: inherit;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}

.bootstrap-select.open ul.dropdown-menu li a:hover {
    background: var(--listhover);
}

.bootstrap-select.open ul.dropdown-menu li a::before {
    content: url(../images/bs-select-icon.svg);
    position: absolute;
    right: 11px;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
}

.bootstrap-select.open ul.dropdown-menu li a:hover::before {
    opacity: 1;
}

.stats-graph .panel-default {
    background: var(--panel);
    border: 1px solid #dce4e8;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    border-top: 3px solid #dce4e8;
}

.stats-graph .panel-default .panel-heading {
    border-bottom: none;
}

.stats-graph .panel-default .panel-body .chart-wrapper {
    border-top: 1px solid var(--border-color);
}

.stats-graph.down .panel-default {
    border-top-color: var(--redbg);
}

.stats-graph.up .panel-default {
    border-top-color: var(--greenbg);
}

.stats-graph .graph-panel .panel-title h4 {
    font-weight: 400;
    line-height: 16px;
    margin-top: 7px;
}

.stats-graph .graph-panel .panel-title p {
    font-size: var(--fs-normal);
    line-height: normal;
    color: var(--text);
    margin-top: 5px;
    margin-bottom: 0;
}

.stats-graph.down .graph-panel .panel-title p span:not(.badge) {
    color: var(--red);
}

.stats-graph.up .graph-panel .panel-title p span:not(.badge) {
    color: var(--green);
}

.stats-graph .graph-panel .panel-body .btn {
    width: 100%;
}

.chart-wrapper canvas {
    height: 75px !important;
}

.common-label-text {
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    font-weight: 400;
}

.common-label-value {
    font-size: 1.4rem;
    font-weight: 600;
}

.stats-chart-wrapper {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
}

.dyw-body.hide-ticker .stats-chart-wrapper {
    max-height: calc(100vh - 115px);
}

.stats-chart:nth-child(2n) {
    margin-right: 0;
}

.panel-expanded .stats-chart {
    max-width: calc(100% / 6);
}

.stats-chart-wrapper {
    background-color: var(--background);
}

#newsticker {
    /* overflow: hidden; */
    width: calc(100% + 30px);
    margin-left: -13px;
    border-bottom: solid 1px #747474;
    background-color: #fff;
}

.stats-chart {
    position: relative;
    width: 50%;
    padding: 9px 9px 8px;
    /* color: var(--text); */
    color: #fff;
    border-right: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

/*.dyw-body.fullwidth .stats-chart,*/
.dyw-body.content-bar-none .stats-chart,
#left-sidebar.active .stats-chart {
    width: 172px;
}

.stats-chart.stats-success {
    background-color: #6486fd;
}

.stats-chart.stats-danger {
    background-color: #f65c8a;
}

.stats-chart>h4 {
    font-weight: 500;
    font-size: var(--fs-large);
    line-height: 16px;
    margin-top: 11px;
}

.stats-chart>h4+p {
    font-size: var(--fs-small);
}

.stats-chart>p {
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: var(--fs-normal);
}

.stats-chart>p>span {
    font-weight: 500;
}

.chart-view .badge {
    color: var(--text);
}

.stats-chart ul.dropdown-menu-right {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    height: 100%;
}

.stats-chart ul.dropdown-menu-right>li {
    text-align: center;
    width: 26px;
}

.stats-chart ul.dropdown-menu-right>li>a {
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.stats-chart .stats-chart-hvr {
    display: none;
    width: auto;
    height: 100%;
    position: absolute;
    background: var(--panel);
    border-left: 1px solid var(--border-color);
    box-sizing: border-box;
    top: 0;
    left: calc(100% - 0px);
    transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
}

.stats-chart:hover .stats-chart-hvr {
    right: 0;
}

.stats-chart .stats-chart-hvr>ul {
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}

.stats-chart .stats-chart-hvr>ul>li {
    width: 29px;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 6px 0 7px;
}

.stats-chart .stats-chart-hvr>ul>li>a {
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px 0;
    cursor: pointer;
}

.stats-chart .stats-chart-hvr>ul>li>a i {
    font-size: var(--fs-xxlarge);
    display: block;
}

.stats-chart .stats-chart-hvr>ul>li:not(:first-child) {
    border-top: 1px solid var(--border-color);
}

.bg-green1 {
    background: var(--greenbg);
}

.bg-green2 {
    background: #23d397;
}

.bg-green3 {
    background: #4decb6;
}

.bg-green4 {
    background: #92f4d3;
}

.bg-green5 {
    background: #e0fff5;
}

.bg-red1 {
    background: var(--redbg);
}

.bg-red2 {
    background: #f15b57;
}

.bg-red3 {
    background: #f8908e;
}

.bg-red4 {
    background: #f79a98;
}

.bg-red5 {
    background: #f3bebd;
}

.bg-red6 {
    background: #fde0e0;
}

.place-order .row.hr::before {
    content: "";
    position: absolute;
    display: block;
    background: #ddd;
    height: 1px;
    width: calc(100% + 60px);
    top: 92px;
    left: 0;
}

.buysell-scr2 .place-order .row.hr::before {
    top: 74px;
}

.buysell-scr3 .place-order .row.hr::before {
    top: 111px;
}

.place-order h6 {
    font-weight: 500;
    font-size: var(--fs-xlarge);
    line-height: 19px;
    color: var(--text);
    margin-bottom: 20px;
}

.place-order h4 {
    font-weight: 500;
    font-size: var(--fs-xxlarge);
    line-height: 20px;
    color: var(--green);
    margin: 20px auto;
}

.modal-content .form-control[readonly],
.modal-content fieldset[disabled] .form-control {
    background-color: transparent;
}

.place-order .row.hr {
    padding-top: 20px;
}

.place-order .form-inline .form-group {
    position: relative;
    margin: 15px auto;
    width: 100%;
}

.buysell-scr2 .place-order .form-inline .form-group,
.buysell-scr3 .place-order .form-inline .form-group {
    margin: 15px auto 18px;
}

.place-order .form-inline .form-group label {
    font-weight: 400;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    position: absolute;
    top: -18px;
    left: 0;
}

.datemr20 {
    padding-right: 0 !important;
    font-size: var(--fs-normal);
}

#participateCode,
.place-order .form-inline .form-group select {
    background: url(../../../styles/images/select-arrow-down-dark.svg) no-repeat right 12px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 30px 5px 0;
    font-weight: 500;
    font-size: var(--fs-large);
    line-height: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
}

.place-order .form-inline .form-group input {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    padding-left: 0;
    font-weight: 500;
    line-height: 16px;
    color: var(--text);
    padding: 0;
    font-size: var(--fs-normal);
}

.place-order .form-inline .form-group input:active,
.place-order .form-inline .form-group input:focus,
.place-order .form-inline .form-group input:hover {
    border-bottom: 1px solid #566369;
}

.place-order .form-inline .form-group input.no-br {
    border-bottom: none;
}

.place-order .form-inline .form-group input.text-success::placeholder {
    color: var(--green);
}

.place-order .form-inline .form-group input.text-danger::placeholder {
    color: var(--red);
}

.place-order .form-inline .form-group input+label {
    margin-top: 10px;
}

.place-order .form-inline .btn.btn-number {
    position: absolute;
    top: 9px;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 15px;
    z-index: 1;
    background: var(--sidepanel);
    color: inherit;
}

.place-order .form-inline .quantity-up-plus {
    right: -121px;
}

.place-order .form-inline .quantity-down-minus {
    right: -94px;
}

.place-order .form-inline .form-group.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.place-order .form-inline .form-checkbox {
    display: inline-block;
    position: relative;
    left: 40px;
}

.place-order .stk-rt {
    margin: 0;
}

.place-order .stk-rt>span.stk-status {
    position: relative;
    padding-left: 25px;
    font-size: var(--fs-large);
}

.place-order .stk-rt>span.stk-status::before {
    content: "";
    position: absolute;
    font-family: budicon-classic-solid;
    font-size: 23px;
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: -5px;
    left: 3px;
}

.place-order .stk-rt>span.stk-status.up::before {
    content: "\ea63";
}

.place-order .stk-rt>span.stk-status.down::before {
    content: "\ea57";
}

.place-order .stk-rt>span.stk-status.up {
    color: var(--green);
}

.place-order .stk-rt>span.stk-status.down {
    color: var(--red);
}

.buysell-collapse {
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
    margin-bottom: 25px;
}

.buysell-collapse .btn {
    margin-top: -15px;
    font-weight: 400;
    font-size: var(--fs-normal);
    line-height: 14px;
    padding: 5px 20px;
}

.buysell-collapse .form-inline .form-group {
    position: relative;
    margin: 25px auto 10px;
}

.buysell-collapse .form-inline .form-group.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.buysell-collapse .form-inline .form-group label {
    font-weight: 400;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    position: absolute;
    top: 0;
    left: 0;
}

.buysell-collapse .form-inline .form-group input {
    width: 114px;
    margin-top: 12px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
}

.buysell-collapse .form-inline .form-group input::placeholder {
    font-weight: 500;
    line-height: 16px;
    color: var(--text);
}

.navbar-form .input-group>.form-control {
    width: auto;
    height: 33px;
    font-weight: 400;
    line-height: 16px;
    color: var(--text);
}

.search-popup .modal-header .search-tabs-head .nav-tabs {
    padding-bottom: 2px;
    border-bottom: #fdf5e6;
}

.search-popup .modal-header .search-tabs-head .nav-tabs>li {
    min-width: 62px;
}

.search-popup .modal-header .search-tabs-head .nav-tabs>li:first-child>a {
    padding-left: 14px;
}

.search-popup .modal-header .search-tabs-head .nav-tabs>li>a {
    font-size: var(--fs-large);
    line-height: 15px;
    color: var(--secondtext);
    padding: 15px 9px 15px 9px;
    border: none;
    border-bottom: 3px solid transparent;
    position: relative;
}

.search-popup .modal-header .search-tabs-head .nav-tabs>li>a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: var(--primarycolor);
    opacity: 0;
}

.search-popup .modal-header .search-tabs-head .nav-tabs>li>a:hover {
    background-color: transparent;
}

.search-popup .modal-header .search-tabs-head .nav-tabs>li.active>a::after,
.search-popup .modal-header .search-tabs-head .nav-tabs>li.active>a:focus::after,
.search-popup .modal-header .search-tabs-head .nav-tabs>li.active>a:hover::after {
    opacity: 1;
}

.search-popup .search-tabs-head .dropdown-toggle span.caret::before {
    top: 8px;
    right: 7px;
}

.search-popup .dropdown.open>a,
.search-popup .dropdown.open>a:focus,
.search-popup .dropdown.open>a:hover {
    background-color: transparent;
}

.search-popup .search-tabs-head li.dropdown.open ul.dropdown-menu {
    min-width: 136px;
}

.search-popup .modal-dialog {
    max-width: 510px;
    top: 70px;
    width: auto;
}

.search-popup .modal-header {
    padding: 0;
}

.search-popup .modal-body {
    padding: 0;
}

.search-op .btn-circle {
    background-color: transparent;
    border-color: transparent;
    width: 25px;
    height: 25px;
    padding: 2px 0;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
}

.search-op .btn-circle:active,
.search-op .btn-circle:active:focus,
.search-op .btn-circle:focus,
.search-op .btn-circle:hover {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
}

.search-popup .search-popup-modal-content>.modal-header {
    border: 0;
}

.search-popup .search-tabs-content-ul ul {
    margin-bottom: 0;
    max-height: 320px;
    overflow: auto;
}

.search-popup .search-tabs-content-ul ul li {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    padding: 7px 14px;
    cursor: pointer;
    display: flex;
    outline: 0;
}

.search-popup .search-tabs-content-ul ul li:hover {
    background: var(--background);
}

.search-popup .search-tabs-content-ul ul li:focus {
    background: var(--background);
}

.search-popup .search-tabs-content-ul ul li>div {
    align-self: center;
}

.search-popup .search-tabs-content-ul ul li:hover .search-op .btn-circle {
    opacity: 1;
}

.search-popup .search-tabs-content-ul ul li .search-op.op1 {
    background: #dbe8ee;
    color: inherit;
    padding: 2px 7px;
    font-size: var(--fs-small);
    line-height: 12px;
    letter-spacing: 0.7px;
    display: inline;
    border-radius: 10px;
    font-weight: 700;
}

.search-popup .search-tabs-content-ul ul li .search-op.op2 {
    line-height: 16px;
    color: inherit;
    min-width: 210px;
    font-size: var(--fs-normal);
}

.search-popup .search-tabs-content-ul ul li .op3 {
    min-width: 40px;
    margin-left: auto;
}

.search-popup .search-tabs-content .search-tabs-content-ul .view-more {
    text-align: center;
    border-bottom: none;
}

.search-popup .search-tabs-content .search-tabs-content-ul .view-more:hover {
    background: 0 0;
}

.search-popup .search-tabs-content .search-tabs-content-ul .view-more a {
    font-weight: 500;
    line-height: 16px;
    color: var(--primarycolor);
    padding: 16px;
    display: block;
}

.search-tag-wrap {
    position: relative;
}

.search-tag-wrap .search-popup {
    display: none;
    position: absolute;
    top: 33px;
    left: 25px;
    right: 0;
    background: var(--panel);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.236041);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.236041);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.236041);
    width: 350px;
    z-index: 49;
}

.default.form-group label {
    font-weight: 400;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
}

.default.form-group select,
.select-format {
    background: url(../../../styles/images/select-arrow-down-dark.svg) no-repeat calc(100% - 10px) 14px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 30px 5px 0;
    font-weight: 500;
    font-size: var(--fs-large);
    line-height: 15px;
    text-transform: uppercase;
    color: var(--text);
    border-bottom: 1px solid var(--border-color);
}

.default.form-group input {
    position: relative;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    padding-left: 0;
    font-weight: 500;
    line-height: 16px;
    color: var(--text);
}

.default.form-group input:active,
.default.form-group input:focus,
.default.form-group input:hover {
    border-bottom: 1px solid #566369;
}

.default.form-group input.no-br {
    border-bottom: none;
}

.default.form-group input.text-success::placeholder {
    color: var(--green);
}

.default.form-group input.text-danger::placeholder {
    color: var(--red);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    border-bottom: 3px solid var(--primarycolor);
    color: var(--primarycolor);
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: var(--secondtext);
    border: none;
    background: 0 0;
}

.fixed-sidebar .sidebar-lt .sidebar-table {
    overflow-y: inherit;
    display: block;
}

.order_mngr h4 i {
    font-weight: 700;
}

.order_mngr a i {
    font-size: var(--fs-large) !important;
    font-weight: 400 !important;
}

.order_mngr.nav-tabs {
    float: left !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 99999;
}

.order_mngr_first {
    padding-right: 27px;
    margin-top: 7px;
}

#ordrmgr-panel li.active>a>i {
    opacity: 0.9;
}

#ordrmgr-panel .dropbtn:focus,
#ordrmgr-panel .dropbtn:hover {
    color: var(--white) !important;
}

.grpdrpdown {
    padding: 0;
    width: 243px;
}

.grpdrpdown ul li a>span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

.grpdrpdown>.input-group {
    width: 100%;
    border-bottom: solid 1px var(--border-color);
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .grpdrpdown>.input-group input {
    height: 36px;
    box-shadow: none;
    font-size: var(--fs-normal);
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .grpdrpdown>.input-group .input-group-btn {
    text-align: center;
    width: 36px;
    height: 36px;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .grpdrpdown>.input-group .input-group-btn button {
    background: 0 0;
    font-size: 20px;
    color: var(--secondtext);
}

.grouplist-label {
    font-size: var(--fs-small);
    font-weight: 500;
    color: var(--secondtext);
    padding: 15px 20px 5px;
}

.grpdrpdown>ul:first-of-type {
    border-bottom: solid 1px var(--border-color);
}

.grpdrpdown>ul {
    margin: 0;
    padding-bottom: 10px;
    max-height: 170px;
    overflow: auto;
}

.fright {
    font-size: 7px !important;
    background: var(--background);
    padding: 2px 8px;
    border-radius: 3px;
    color: var(--secondtext);
    vertical-align: middle;
    letter-spacing: 1px;
}

.grpdrpdown .fright2 {
    width: 21px;
    float: right;
    height: 12px;
    background: var(--background);
    border-radius: 20px;
    padding: 3px;
    position: relative;
    text-align: right;
    margin: 3px 4px;
}

.grpdrpdown .fright2:before {
    content: "";
    display: block;
    background: var(--text);
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.grpdrpdown .trash {
    font-size: var(--fs-xlarge);
    color: red;
    margin-left: 41%;
}

.Line-51 {
    margin-left: 240px !important;
    margin-bottom: 32px !important;
    width: 896px !important;
    border: solid 1px var(--border-color) !important;
    height: 0;
}

.grpdrpdown .close {
    opacity: 1;
    color: #fff;
}

.close_grp {
    margin-right: -10px;
    margin-top: -3px;
    font-size: 21px;
}

.selectgrpdrp {
    width: 100px;
    height: 25px;
    background: #fff;
    text-align: left;
}

.grpdrpdown li:hover {
    background-color: var(--sidepanel);
}

.dropdown-menu.grpdrpdown>li>a:hover {
    color: #262626;
    background-color: var(--sidepanel);
}

.group.btn-group {
    border-radius: 5px;
    color: #ddd;
    width: 108px;
    text-align: left;
}

.group.btn-group {
    padding-left: 6px;
    background: #fff;
}

.close.close_grp .budicon-cross-ui {
    color: var(--text) !important;
}

.grpdrpdown li:hover a span {
    font-weight: 700;
}

.grpdrpdown li:hover span i {
    font-weight: 700;
}

.modal-body .bi_interface-cross,
.modal-header .bi_interface-cross {
    float: right;
    background-color: transparent;
    font-size: var(--fs-large);
    z-index: 9999;
    position: relative;
    top: 8px;
}

.modal-body .bi_interface-cross.top1,
.modal-header .bi_interface-cross.top1 {
    top: 1px;
}

.practice-mode .bi_interface-cross {
    background-color: transparent;
    font-size: var(--fs-large);
    z-index: 9999;
    position: absolute;
    top: 5px;
    right: 5px;
}

.market_watch_menu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.market_selected_item i {
    font-size: var(--fs-xlarge);
    line-height: 15px;
    /*font-weight: 700;
    padding: 3px;
    display: block;*/
}

.market_select_ul {
    margin: 0;
    position: relative;
}

.market_select_ul li {
    position: absolute;
    left: 0;
    top: 0;
}

.market_select_ul li.active {
    display: none;
}

.market_select_ul li a {
    padding: 6px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.market_selected_item i:before {
    margin: 0;
    color: #A2A2A2;
}

/*.market_select_ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 110;
    border-radius: 4px;
    background: var(--panel);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px var(--border-color);
    width: 100%;
    text-align: center;
}*/
/*.market_selected_item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-top-color: var(--secondtext);
    position: absolute;
    right: 8px;
    top: 13px;
}*/
.market_selected_item {
    color: var(--text);
    border: none;
    position: relative;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    background: var(--background);
    /*padding-top: 1px;
    padding-bottom: 1px;
    padding: 5px 5px;*/
}

/*.market_selected_item:hover .market_select_ul {
    display: block;
}
.market_select_ul li:first-child {
    border-top: none;
}
.market_select_ul li {
    padding: 4px 0;
    border-top: solid 1px var(--border-color);
}
.market_select_ul li a {
    color: var(--text);
}*/
.market_selected_item i.red-green {
    background: red;
    background: linear-gradient(0deg, red 0, #0f0 100%);
    margin: 2px auto;
    height: 19px;
    width: 19px;
    border-radius: 3px;
}

.market_selected_item i.red-blue {
    background: red;
    background: linear-gradient(0deg, red 0, #00f 100%);
    margin: 2px auto;
    height: 19px;
    width: 19px;
    border-radius: 3px;
}

.market_selected_item>i {
    margin: 2px auto 2px 2px !important;
}

.modal-confirm-bg {
    background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .modal-dialog.modal-sm {
        width: 300px;
    }

    .modal-dialog {
        width: 470px;
        margin: 52px auto 10px;
    }

    .modal-dialog.modal-lg {
        width: 760px;
    }

    .modal-dialog-confirm {
        height: calc(100% - 104px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-dialog-confirm .modal-content {
        width: 100%;
    }
}

.dd-panel-header {
    padding: 15px;
    font-size: var(--fs-large);
    border-bottom: 1px solid var(--border-color);
}

.dd-panel-header h4 {
    font-size: var(--fs-large);
}

.dd-panel-footer {
    padding: 7px 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.dd-panel-news-wrapper {
    height: calc(100vh - 165px);
    overflow: auto;
}

.dd-panel-news-list {
    padding: 0;
    margin: 0;
}

.dd-panel-news-list li {
    padding: 15px;
    border-bottom: solid 1px var(--border-color);
}

.dd-panel-news-box {
    clear: both;
}

.dd-panel-news-box-image {
    float: left;
    width: 90px;
    padding-right: 10px;
}

.dd-panel-news-box-image img {
    max-width: 100%;
}

.dd-panel-news-box-data {
    padding-left: 90px;
}

.dd-panel-news-box-title {
    font-size: var(--fs-large);
    text-overflow: ellipsis;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
}

.dd-panel-news-box-ellipsis {
    text-overflow: ellipsis;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
}

.dd-panel-news-more {
    text-align: right;
    padding-top: 10px;
}

.dd-panel-news-more a,
.dd-panel-news-more a:hover {
    color: var(--primarycolor);
    font-size: 12px;
}

.dd-panel-news-datetime {
    padding-top: 5px;
    text-align: right;
    font-size: var(--fs-small);
}

.dd-panel-msg-wrapper {
    min-height: 430px;
    max-height: 430px;
    overflow: auto;
}

.dd-panel-msg-list {
    padding: 0;
    margin: 0;
    border-top: solid 1px var(--border-color);
}

.dd-panel-msg-list li {
    padding: 10px 15px;
    border-bottom: solid 1px var(--border-color);
}

.dd-panel-msg-datetime {
    padding-top: 5px;
    text-align: right;
    font-size: var(--fs-small);
}

.dd-panel-order-wrapper {
    min-height: 500px;
    max-height: 500px;
    overflow: auto;
}

.dd-panel-order-list {
    padding: 0;
    margin: 0;
}

.dd-panel-order-list li {
    padding: 15px;
    border-bottom: solid 1px var(--border-color);
}

.dd-panel-order-box {
    clear: both;
}

.dd-panel-order-box-symbol {
    font-weight: 700;
}

.dd-panel-order-box-segment {
    background: #dbe8ee;
    color: inherit;
    padding: 2px 7px;
    font-size: var(--fs-small);
    line-height: 12px;
    letter-spacing: 0.7px;
    border-radius: 10px;
    font-weight: 700;
}

.dd-panel-order-box-body {
    padding-top: 5px;
}

.dd-panel-order-box-ordtype {
    width: 38px;
    border: solid 1px var(--border-color);
    text-align: center;
    text-transform: uppercase;
    padding: 2px;
    font-weight: 700;
    font-size: var(--fs-small);
    border-radius: 3px;
}

.buy {
    color: var(--green);
    border-color: var(--greenbg);
}

.sell {
    color: var(--red);
    border-color: var(--redbg);
}

.buy-box {
    background: var(--green20);
}

.sell-box {
    background: var(--red20);
}

.buy-box,
.sell-box {
    padding: 4px 15px;
    border-radius: 40px;
}

.dd-panel-order-box-details {
    padding-left: 50px;
}

.dd-panel-orderid {
    font-weight: 700;
    padding-top: 3px;
}

.dd-panel-order-datetime {
    padding-top: 5px;
    text-align: right;
    font-size: var(--fs-small);
}

.optionchain-heading>div {
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.optionchain_center table td,
.optionchain_center table th {
    text-align: center;
}

.optionchain_center table {
    text-align: center;
    background: var(--panel);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.table-row-highlight {
    background: var(--optioncepe);
}

#option_chain_popup .lobipanel {
    margin: 0;
}

.optionchain_tables_holder td i {
    display: block;
}

.optionchain_center,
.optionchain_left,
.optionchain_right {
    float: left;
    position: relative;
    z-index: 1;
}

.optionchain_clear {
    clear: both;
}

.optionchain_center {
    z-index: 2;
}

.optionchain_left {
    width: calc(50% - 60px);
}

.optionchain_center {
    width: 120px;
    min-height: 1px;
}

.optionchain_right {
    width: calc(50% - 60px);
}

.optionchain_tables_holder {
    height: calc(100vh - 187px);
    overflow: auto;
}

.checkbox.checbox-switch.switch-optionchain label span {
    background-color: #acbfc8;
    border-color: var(--border-color);
}

.panel-header-list {
    display: inline-block;
    margin: 0;
}

.panel-header-list .form-group {
    margin: 0;
}

.panel-header-list>li {
    padding: 0 10px;
    vertical-align: middle;
    display: inline-block;
}

.panel-header-list .default.form-group select,
.select-format {
    border-radius: 3px;
    border: 1px solid var(--border-color);
    height: 26px;
    padding: 0 10px;
    background-position-y: 10px;
    font-weight: 400;
}

.panel-header-list .default.form-group input {
    border-radius: 3px;
    border: 1px solid var(--border-color);
    height: 26px;
    padding: 0 10px;
    background-position-y: 10px;
}

.lobipanel>.panel-heading>.panel-title {
    justify-content: flex-end;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}

.fund-dd-single-box-title {
    font-size: var(--fs-large);
    padding: 7px 15px;
    border-bottom: solid 1px var(--border-color);
}

.fund-dd-single-box-details {
    padding: 15px 0;
    border-bottom: solid 1px var(--border-color);
}

.fund-dd-single-box-details label {
    color: var(--secondtext);
    font-weight: 400;
    padding: 5px 0;
    margin: 0;
}

.fund-dd-single-box-details .fund_dropdown_value {
    font-size: var(--fs-large);
    color: var(--text);
    padding: 0 3px;
    display: block;
}

.fund_dropdown_value.value-large {
    font-size: 21px;
    font-weight: 500;
}

.dd-panel-footer a,
.dd-panel-footer a:focus,
.dd-panel-footer a:hover {
    font-weight: 500;
    color: var(--primarycolor);
    cursor: pointer;
}

.balance_modal_wrapper {
    max-width: 900px;
    padding: 50px 0;
    margin: auto;
}

.nav-large.nav-tabs>li>a {
    font-size: var(--fs-xlarge);
    padding: 10px 25px;
}

.nav-large.nav-tabs>li>a i {
    font-size: var(--fs-xxlarge);
}

.balance-single-box-wrapper {
    padding: 10px 0 30px;
}

.balance-single-box-title {
    color: var(--text);
    font-size: var(--fs-xlarge);
    padding-bottom: 15px;
}

.balance-single-box-body {
    padding: 20px 0;
    border-bottom: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
}

.rms-block:first {
    padding-right: 30px;
}

.balance-single-box-rms-text {
    font-size: 33px;
    font-weight: 300;
    color: var(--text);
}

.balance-single-box-rms-text.highlight {
    color: var(--primarycolor);
}

.balance_modal_wrapper label {
    color: var(--secondtext);
    font-size: var(--fs-large);
    font-weight: 400;
    padding-top: 5px;
}

.balance-single-box-list {
    padding: 0;
    margin: -10px 0;
    font-size: 0;
}

.balance-single-box-list li:nth-child(2n + 0) {
    text-align: right;
}

.balance-single-box-list li {
    width: 50%;
    padding: 7px 0;
    display: inline-block;
    font-size: var(--fs-large);
}

.balance-modal-dropdown {
    position: relative;
    cursor: pointer;
}

.balance-modal-mask {
    background: url(../images/select-arrow-down-dark.svg) no-repeat calc(100% - 12px) 16px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 20px;
    border: solid 1px var(--primarycolor);
    border-radius: 4px;
    font-size: var(--fs-xlarge);
}

.balance-modal-dropdown ul {
    display: none;
    left: 0;
    top: 100%;
    position: absolute;
    width: 100%;
    background: var(--panel);
    z-index: 100;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px var(--border-color);
    padding: 0;
    margin: 0;
}

.balance-modal-dropdown ul li {
    padding: 10px 15px;
    border-bottom: solid 1px var(--border-color);
}

.balance-modal-dropdown:hover ul {
    display: block;
}

.usefullinks {
    width: 100%;
    background: var(--panel);
    padding: 0;
    margin: 0;
}

.usefullinks li {
    padding: 7px 15px;
    margin-bottom: 3px;
    border-left: solid 2px var(--primarycolor);
}

.usefullinks li:hover {
    background: var(--primarycolorhover);
}

.usefullinks li a {
    color: inherit;
    font-size: var(--fs-large);
}

.usefullinks li a i {
    float: right;
    font-size: var(--fs-large);
    color: var(--text);
    display: none;
}

::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: var(--primarycolor);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primarycolorhover);
}

.balance-modal-dropdown:hover ul {
    display: block;
}

.p20 {
    padding: 20px;
}

.sell-popup .bi_interface-cross {
    position: absolute;
    top: 20px;
    right: 20px;
}

.sell-popup .modal-body {
    padding: 0;
}

.heading_segment_name {
    font-size: var(--fs-xlarge);
    font-weight: 700;
    color: var(--text);
    padding: 20px 20px 10px;
    border-bottom: solid 1px var(--border-color);
}

.heading_segment_name>span {
    font-size: var(--fs-large);
    color: var(--text);
    display: block;
    padding-bottom: 5px;
}

.heading_segment_price {
    padding-top: 10px;
    line-height: 20px;
}

.sell-popup-divider {
    height: 40px;
    position: relative;
}

.sell-popup-divider:before {
    content: "";
    height: 1px;
    width: 100%;
    border-top: 1px solid var(--border-color);
    display: block;
    position: absolute;
    top: 15px;
}

.place-order .stk-rt {
    margin: 0;
    line-height: 25px;
}

.place-order .form-inline .form-group {
    position: relative;
    margin: 15px auto;
    width: 100%;
}

.absolute-error {
    position: absolute;
    top: calc(100% - 25px);
    left: 0;
    color: var(--red);
    font-size: var(--fs-normal);
    background: rgba(255, 0, 0, 0.1);
    width: 100%;
    text-align: left;
    padding: 2px 10px;
    border-radius: 2px;
}

.padding-5 {
    padding: 40px;
}

.profile_wrapper {
    position: relative;
    padding-left: 100px;
}

.profile_userbox {
    position: absolute;
    left: 0;
    top: 0;
}

.profile_userbox img {
    width: 73px;
    height: 73px;
}

.profile_databox_title {
    font-size: 22px;
    color: var(--text);
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.profile_databox_title:before {
    background: var(--primarycolor);
    content: "";
    display: block;
    height: 2px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.profile_databox_subtitle {
    font-size: var(--fs-normal);
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.profile_databox_subtitle:before {
    content: "";
    border-bottom: solid 2px var(--primarycolor);
    display: block;
    bottom: 15px;
    position: absolute;
    width: 50px;
}

.profile-detail-box {
    border-radius: 3px;
    border: solid 1px var(--border-color);
}

.profile-detail-label {
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    text-transform: uppercase;
}

.profile-banklist-table {
    width: 100%;
    border-collapse: separate;
}

.profile-banklist-table td {
    padding: 10px 15px;
}

.profile-banklist-table tr:first-child td {
    border-top: none;
}

.profile-banklist-name {
    font-weight: 600;
}

.profile-banklist-account {
    width: 120px;
}

.profile-banklist-ifsc {
    font-size: var(--fs-normal);
    color: var(--secondtext);
    width: 120px;
}

table.profile-banklist-table.segment-list td {
    padding: 2px 15px;
}

table.profile-banklist-table.segment-list td:not(:first-child) {
    width: 130px;
}

table.profile-banklist-table.segment-list td select {
    width: 130px;
}

.profile_box_singledatabox {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: var(--fs-large);
}

.profile_box_banklist li {
    font-weight: 700;
    font-size: var(--fs-large);
    border-top: solid 1px var(--border-color);
    padding: 15px 0;
}

.profile_box_banklist li:first-child {
    border-top: none;
    padding-top: 0;
}

.profile_box_banklist li label,
.profile_box_singledatabox label {
    display: block;
    font-weight: 400;
    color: var(--secondtext);
    font-size: var(--fs-large);
}

.table.profile-table td {
    border: none;
    font-size: var(--fs-large);
}

.table.profile-table th {
    color: var(--secondtext);
    font-size: var(--fs-large);
    border: none;
}

.close-button {
    font-size: var(--fs-large);
    color: var(--text);
    position: absolute;
    right: 20px;
    top: 20px;
}

.touchline-icon {
    border: solid 1px var(--secondtext);
    border-radius: 0 3px 3px 0;
    padding: 4px 10px 5px 24px;
    text-align: center;
    vertical-align: initial;
    background: var(--secondtext);
    position: relative;
    margin-top: 2px;
    border-left: none;
    font-size: var(--fs-normal);
    position: relative;
    color: var(--white);
}

.touchline-icon::after {
    content: "";
    display: none;
    border: solid 7px transparent;
    border-bottom-color: var(--border-color);
    width: 0;
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    margin-left: -7px;
}

.touchline-icon.showmenu::after {
    display: block;
}

.touchline-icon.showmenu+*+.touchline-searchbox,
.touchline-icon.showmenu+.touchline-searchbox {
    display: block;
}

.touchline-icon i {
    height: 13px;
    line-height: 13px;
    font-weight: 700;
    font-size: var(--fs-normal);
    padding-right: 3px;
    margin-top: 3px;
    position: absolute;
    top: 2px;
    left: 7px;
    font-size: var(--fs-large);
}

.touchline-searchbox {
    position: relative;
    background: var(--panel);
    width: 100%;
}

/*.touchline-search {
    position: relative;
    background: var(--panel);
    z-index: 0;
}*/
.market-search-dropdown .market-search-toggle>* {
    pointer-events: none;
}

.market-search-dropdown .touchline-search {
    position: absolute;
    left: 0;
    top: 40px;
    width: 362px;
    background: var(--panel);
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.market-search-dropdown.active-search .touchline-search {
    top: 35px;
    opacity: 1;
    visibility: visible;
}

.touchline-searchbox input.form-control {
    border: none;
    border-bottom: solid 1px var(--border-color);
    border-right: solid 1px var(--border-color);
    border-radius: 0;
    padding-left: 41px !important;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    font-size: var(--fs-normal);
    height: 42px;
}

.touchline-searchbox>i {
    position: absolute;
    left: 16px;
    top: 15px;
    font-size: var(--fs-large);
    font-weight: 700;
    color: var(--secondtext);
}

.touchline-search-list {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    padding: .25rem 0;
    max-height: calc(100vh - 184px);
    overflow-x: hidden;
    overflow-y: auto;
}

.touchline-search-list .tsl-item {
    padding: .75rem 1rem;
    font-size: var(--fs-normal);
    color: var(--text);
    font-weight: 600;
    display: flex;
}

.touchline-search-list .tsl-item:hover,
.touchline-search-list .tsl-item.active {
    background-color: #f1f1f1;
}

.touchline-search-list .tsl-item .col {
    flex: 1 0 0%;
    padding-right: 8px;
    padding-left: 0;
}

.touchline-search-list .tsl-item .col-auto {
    flex: 0 0 auto;
    padding: 0;
}

.bsm-search,
.tss-search.gstw-100-mxh-400 {
    position: relative;
}

.bsm-search .touchline-search-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 8;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.11);
}

.tss-search .touchline-search-list {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    width: 100%;
    max-height: calc(100vh - 178px);
    z-index: 8;
}

.gstw-100-mxh-400 .touchline-search-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 400px;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.11);
}

.tooltip-inner {
    color: #495a64;
    background-color: #dbe8ee;
    border: solid 1px #a5b4bb;
    min-width: 125px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #a5b4bb;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #a5b4bb;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #a5b4bb;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #a5b4bb;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #a5b4bb;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #a5b4bb;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #a5b4bb;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #a5b4bb;
}

.no-data-box {
    text-align: center;
    padding: 20px;
    color: var(--text);
}

.no-data-box i {
    font-size: 30px;
    padding-bottom: 10px;
    display: inline-block;
}

#ordrmgr-panel-tggl {
    background: 0 0;
    border-right: solid 1px var(--border-color);
}

.pr-table.sidebar-table .table.market-depth-table td,
.pr-table.sidebar-table .table.market-depth-table th {
    text-align: center;
    width: 16.6666%;
}

.pr-table.sidebar-table .table.market-depth-table td,
.pr-table.sidebar-table .table.market-depth-table th {
    border-bottom: solid 1px var(--border-color);
}

.pr-table.sidebar-table .table.market-depth-table td:nth-child(3),
.pr-table.sidebar-table .table.market-depth-table th:nth-child(3) {
    border-right: solid 1px var(--border-color);
}

.pr-table.sidebar-table .table.market-depth-table td[colspan="2"] {
    border-right: none;
}

.pr-table .table>tbody>tr .total-text {
    font-weight: 700;
    background: var(--lightgray);
}

.last-update-text {
    text-align: left;
    font-size: var(--fs-small);
    padding: 5px;
    font-size: 8px;
}

.panel-sidebar-tabs-body {
    min-height: 350px;
}

#ladderTable #ladderTable td {
    width: 20%;
}

.nav-tabs.order_mngr>li {
    margin-bottom: 0;
    margin-top: 0;
}

.row.no-gutters {
    margin-right: -5px;
    margin-left: -5px;
}

.row.no-gutters>.col-lg-1,
.row.no-gutters>.col-lg-10,
.row.no-gutters>.col-lg-11,
.row.no-gutters>.col-lg-12,
.row.no-gutters>.col-lg-2,
.row.no-gutters>.col-lg-3,
.row.no-gutters>.col-lg-4,
.row.no-gutters>.col-lg-5,
.row.no-gutters>.col-lg-6,
.row.no-gutters>.col-lg-7,
.row.no-gutters>.col-lg-8,
.row.no-gutters>.col-lg-9,
.row.no-gutters>.col-md-1,
.row.no-gutters>.col-md-10,
.row.no-gutters>.col-md-11,
.row.no-gutters>.col-md-12,
.row.no-gutters>.col-md-2,
.row.no-gutters>.col-md-3,
.row.no-gutters>.col-md-4,
.row.no-gutters>.col-md-5,
.row.no-gutters>.col-md-6,
.row.no-gutters>.col-md-7,
.row.no-gutters>.col-md-8,
.row.no-gutters>.col-md-9,
.row.no-gutters>.col-sm-1,
.row.no-gutters>.col-sm-10,
.row.no-gutters>.col-sm-11,
.row.no-gutters>.col-sm-12,
.row.no-gutters>.col-sm-2,
.row.no-gutters>.col-sm-3,
.row.no-gutters>.col-sm-4,
.row.no-gutters>.col-sm-5,
.row.no-gutters>.col-sm-6,
.row.no-gutters>.col-sm-7,
.row.no-gutters>.col-sm-8,
.row.no-gutters>.col-sm-9,
.row.no-gutters>.col-xs-1,
.row.no-gutters>.col-xs-10,
.row.no-gutters>.col-xs-11,
.row.no-gutters>.col-xs-12,
.row.no-gutters>.col-xs-2,
.row.no-gutters>.col-xs-3,
.row.no-gutters>.col-xs-4,
.row.no-gutters>.col-xs-5,
.row.no-gutters>.col-xs-6,
.row.no-gutters>.col-xs-7,
.row.no-gutters>.col-xs-8,
.row.no-gutters>.col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.priceLadderContainer.innerContainer {
    padding: 0 15px;
}

.disable_validateuser {
    background-color: var(--primarycolor) !important;
    opacity: 0.7;
}

.modal-full {
    width: auto;
    padding: 0 22px;
}

.exchange-staus-word {
    float: right;
    font-size: var(--fs-small);
    line-height: 21px;
    display: none;
}

.common-header .navbar i.exchange-staus-icon {
    font-size: var(--fs-normal);
    padding-right: 7px;
}

.exchange-staus-text {
    line-height: 21px;
}

.dropdown-menu .exchange-staus-word {
    display: block;
}

.exchange-staus-tick {
    float: right;
}

.common-header .navbar .exchange-staus-tick i {
    font-size: var(--fs-small);
    padding-left: 10px;
    margin-right: -8px;
    vertical-align: middle;
    text-shadow: 0 0 1px;
    color: #1592e6;
    opacity: 0;
}

.common-header .navbar .showtick .exchange-staus-tick i {
    opacity: 1;
}

.exchange-status {
    display: inline-block;
    color: var(--secondtext);
    padding-right: 7px;
}

.exchange-detail-block {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: var(--fs-large);
}

.exchange-detail-block label {
    display: block;
    font-weight: 400;
    color: var(--secondtext);
    font-size: var(--fs-large);
}

.exchange-detail-block strong {
    font-size: var(--fs-large);
    color: var(--primarycolor);
}

.exchange-detail-block label+strong {
    padding-left: 0;
}

.panel-title a {
    margin-left: -6px;
    cursor: pointer;
}

.panel-title a i {
    font-size: var(--fs-xxlarge);
    color: var(--text);
}

.badge {
    background: 0 0;
    color: #747474;
    padding: 1px;
    font-size: var(--fs-small);
    line-height: 12px;
    letter-spacing: 0.3px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
    vertical-align: text-bottom;
}

.no-margin {
    margin: 0;
}

.guestwrapper {
    padding: 20px 0 25px;
    margin: auto;
    width: 296px;
}

.guestdivider {
    border-top: solid 1px var(--border-color);
    position: relative;
    padding-bottom: 15px;
}

.guestdivider span {
    background: var(--panel);
    position: absolute;
    width: 40px;
    margin-left: -20px;
    left: 50%;
    text-align: center;
    line-height: 20px;
    top: -10px;
    font-size: var(--fs-normal);
    font-weight: 700;
}

.guestwrapper a {
    color: inherit;
}

.pr-table .table>tbody>tr>td.strikeout {
    font-weight: 700;
    color: var(--white);
    background: #4990ff;
}

select.optionChain {
    min-width: 180px;
}

.optionChain .input-group .form-control:first-child {
    border-radius: 3px;
    border: 1px solid var(--border-color);
    height: 26px;
    padding: 1px;
    padding: 0 11px;
}

.optionChain .input-group .input-group-append {
    display: none;
}

.optionChain .search-tag-wrap .search-popup {
    top: 26px;
    left: 20px;
}

.optionChain_result {
    display: none;
}

.optionChain .default_result {
    display: none;
}

.optionChain .optionChain_result {
    display: block;
}

#searchRes {
    position: absolute;
    left: 5px;
    right: 0;
    top: 26px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    background: var(--panel);
    width: 280px;
}

#searchRes .search-tabs-content-ul ul {
    margin-bottom: 0;
    max-height: 320px;
    overflow: auto;
}

#searchRes .search-tabs-content-ul ul li {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    padding: 10px 14px;
    cursor: pointer;
    display: flex;
}

.dropdown-menu {
    border: solid 1px var(--border-color);
    background: var(--modalpanel);
}

.d-flex-full>* {
    height: 100%;
}

.h-100 {
    height: 100%;
}

.flex-column {
    flex-direction: column;
}

.align-self-center {
    align-self: center;
}

.inputBox {
    border: 0;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
    border-radius: 0;
    font-size: var(--fs-large);
}

#optioncalci {
    margin: 0;
}

@media (min-width: 768px) {
    .d-flex-full> :first-child {
        border-right: solid 2px var(--border-color);
    }
}

.flex-row-center {
    display: flex;
    padding-top: 10px;
}

.flex-row-center>* {
    flex-grow: 1;
    line-height: 20px;
}

.flex-row-center label {
    font-weight: 400;
    position: relative;
}

.Input-Values {
    padding: 0;
    margin: 0;
    font-size: var(--fs-xlarge);
}

.form-check {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
}

.form-check-inline {
    display: inline-block;
    margin-right: 35px;
}

.form-check-inline.mr-0 {
    margin-right: 0;
}

.form-check-inline.mr-15 {
    margin-right: 15px;
}

.form-check-inline .form-check-label {
    padding-left: 0;
}

.form-check>input {
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0 !important;
}

.form-check label {
    font-weight: 400;
}

.form-check-payment-option {
    display: none;
    padding-bottom: 20px;
}

.form-check>input:checked+label+.form-check-payment-option {
    display: block;
}

#searchin .input-group .form-control:first-child {
    border-radius: 3px;
}

#searchin .input-group-append {
    display: none;
}

#searchin .search-popup {
    display: block;
    position: absolute;
    z-index: 1000;
    background: var(--panel);
    padding-right: 0 !important;
    padding: 3%;
    border-radius: 4px;
    position: absolute;
    z-index: 9;
    width: 95%;
    height: auto;
    margin: 1px 0 0 0;
    border: 1px solid var(--border-color);
}

.Option-Calculator-font {
    width: 110px;
    height: 46px;
    font-size: var(--fs-large);
    font-weight: 500;
    color: var(--text);
    padding-top: 17px;
    margin-left: 37px;
}

#optioncalci tbody tr:nth-child(odd) {
    background-color: var(--sidepanel);
}

input[type="radio"] {
    /* -webkit-appearance: none; */
    appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 3px !important;
    background-clip: content-box;
    border: 1px solid var(--checkbox-border-color);
    border-radius: 50%;

}

#searchin .input-group-append {
    visibility: hidden;
}

.Line-3 {
    width: 424px;
}

.Line-5 {
    width: 1px;
    height: 253.5px;
    border: solid 1px var(--border-color);
    margin-left: 30px;
}

.inputlabelName {
    width: 80px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-right: 10px;
}

#optioncalci tbody tr td {
    padding: 4px 8px;
}

.Clear_Rectangle-Copy-3 {
    width: 127px;
    height: 31px;
    border-radius: 3px;
    border: solid 1px var(--primarycolor);
    color: var(--primarycolor);
    background-color: var(--panel);
}

.Clear_Rectangle-Copy-3:hover {
    background-color: var(--primarycolor);
    color: #fff;
}

.Calculate_Rectangle-Copy-3 {
    width: 127px;
    height: 31px;
    border-radius: 3px;
    border: solid 1px var(--primarycolor);
    color: var(--white);
    background-color: var(--primarycolor);
}

.Relcapital-19-Jun-10 {
    width: 144px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    color: var(--text);
    padding-top: 17px;
    margin-left: 45px;
}

.Close-Button-top {
    position: absolute;
    top: 15px;
    right: 36px;
    z-index: 9;
    opacity: 0.7;
}

.Parameters {
    width: 78px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 500;
    color: var(--secondtext);
    text-align: left;
}

.Call-Option {
    width: 76px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 500;
    color: var(--secondtext);
    text-align: left;
}

.Option-Price {
    width: 71px;
    height: 15px;
    font-size: var(--fs-large);
    font-weight: 400;
    color: var(--secondtext);
}

.Spot-Price {
    width: 55px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-right: 42px;
}

.Interest-Rate {
    width: 80px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-right: 10px;
}

.Actual-Market-Value {
    width: 108px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-left: 0;
}

.Divident-in-Rupees {
    width: 110px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-left: 0;
}

.Strike-Price {
    width: 61px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-right: 38px;
}

.No-of-Days {
    width: 59px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-right: 28px;
}

.Volatility {
    width: 58px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-right: 38px;
}

.Ex-dividend-date {
    width: 110px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    color: var(--secondtext);
    margin-right: 38px;
}

#optionCalc input {
    border: 0;
    border-bottom: 1px solid var(--border-color);
}

#optioncalci tbody tr:nth-child(odd) {
    background-color: var(--sidepanel);
}

#optioncalci tr td {
    border: none !important;
}

#optionCalc input {
    border: 0;
    border-bottom: 1px solid var(--border-color);
}

input[type="radio"]:checked {
    /* background: linear-gradient(to right bottom, hsl(132, 63%, 166%), hsl(225, 97%, 62%)); */
    border-color: #203fa6;
    background-color: #203fa6;
}


.Underlying {
    height: 15px;
    font-size: var(--fs-large);
    font-weight: 400;
    color: var(--text);
}

.inputBox {
    border: 0;
    border-bottom: 1px solid var(--border-color);
    width: 150px;
    font-size: var(--fs-large);
    box-shadow: none;
}

#optioncalci tbody tr td {
    width: 71px;
    height: 15px;
    font-size: var(--fs-large);
    font-weight: 400;
    color: var(--text);
}

.badge-success {
    background: var(--greenbg) 3d;
    color: #008a5b;
    padding: 2px 10px;
    border-radius: 2px;
    margin: 0 3px;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-row.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.flex-row.no-gutters>[class*="col"],
.no-gutters>.flex-row .col {
    padding-right: 0;
    padding-left: 0;
}

.flex-row.gutters-4 {
    margin-right: -4px;
    margin-left: -4px;
}

.flex-row.gutters-4>[class*="col"] {
    padding-right: 4px;
    padding-left: 4px;
}

.flex-row.gutters-8 {
    margin-right: -8px;
    margin-left: -8px;
}

.flex-row.gutters-8>[class*="col"] {
    padding-right: 8px;
    padding-left: 8px;
}

.flex-row .col,
.flex-row .col-1,
.flex-row .col-10,
.flex-row .col-11,
.flex-row .col-12,
.flex-row .col-2,
.flex-row .col-3,
.flex-row .col-4,
.flex-row .col-5,
.flex-row .col-6,
.flex-row .col-7,
.flex-row .col-8,
.flex-row .col-9,
.flex-row .col-auto,
.flex-row .col-lg,
.flex-row .col-lg-1,
.flex-row .col-lg-10,
.flex-row .col-lg-11,
.flex-row .col-lg-12,
.flex-row .col-lg-2,
.flex-row .col-lg-3,
.flex-row .col-lg-4,
.flex-row .col-lg-5,
.flex-row .col-lg-6,
.flex-row .col-lg-7,
.flex-row .col-lg-8,
.flex-row .col-lg-9,
.flex-row .col-lg-auto,
.flex-row .col-md,
.flex-row .col-md-1,
.flex-row .col-md-10,
.flex-row .col-md-11,
.flex-row .col-md-12,
.flex-row .col-md-2,
.flex-row .col-md-3,
.flex-row .col-md-4,
.flex-row .col-md-5,
.flex-row .col-md-6,
.flex-row .col-md-7,
.flex-row .col-md-8,
.flex-row .col-md-9,
.flex-row .col-md-auto,
.flex-row .col-sm,
.flex-row .col-sm-1,
.flex-row .col-sm-10,
.flex-row .col-sm-11,
.flex-row .col-sm-12,
.flex-row .col-sm-2,
.flex-row .col-sm-3,
.flex-row .col-sm-4,
.flex-row .col-sm-5,
.flex-row .col-sm-6,
.flex-row .col-sm-7,
.flex-row .col-sm-8,
.flex-row .col-sm-9,
.flex-row .col-sm-auto,
.flex-row .col-xl,
.flex-row .col-xl-1,
.flex-row .col-xl-10,
.flex-row .col-xl-11,
.flex-row .col-xl-12,
.flex-row .col-xl-2,
.flex-row .col-xl-3,
.flex-row .col-xl-4,
.flex-row .col-xl-5,
.flex-row .col-xl-6,
.flex-row .col-xl-7,
.flex-row .col-xl-8,
.flex-row .col-xl-9,
.flex-row .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.flex-row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.flex-row .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.flex-row .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.flex-row .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.flex-row .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.flex-row .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.flex-row .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.flex-row .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-row .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.flex-row .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.flex-row .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.flex-row .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.flex-row .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.flex-row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.flex-row .order-first {
    -ms-flex-order: -1;
    order: -1;
}

.flex-row .order-last {
    -ms-flex-order: 13;
    order: 13;
}

.flex-row .order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.flex-row .order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.flex-row .order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.flex-row .order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.flex-row .order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.flex-row .order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.flex-row .order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.flex-row .order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.flex-row .order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.flex-row .order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.flex-row .order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.flex-row .order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.flex-row .order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.flex-row .offset-1 {
    margin-left: 8.333333%;
}

.flex-row .offset-2 {
    margin-left: 16.666667%;
}

.flex-row .offset-3 {
    margin-left: 25%;
}

.flex-row .offset-4 {
    margin-left: 33.333333%;
}

.flex-row .offset-5 {
    margin-left: 41.666667%;
}

.flex-row .offset-6 {
    margin-left: 50%;
}

.flex-row .offset-7 {
    margin-left: 58.333333%;
}

.flex-row .offset-8 {
    margin-left: 66.666667%;
}

.flex-row .offset-9 {
    margin-left: 75%;
}

.flex-row .offset-10 {
    margin-left: 83.333333%;
}

.flex-row .offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .flex-row .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .flex-row .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .flex-row .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .flex-row .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .flex-row .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-row .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .flex-row .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .flex-row .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-row .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .flex-row .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .flex-row .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-row .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .flex-row .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .flex-row .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .flex-row .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-row .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .flex-row .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-row .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-row .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-row .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-row .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-row .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-row .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-row .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-row .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-row .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-row .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-row .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-row .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .flex-row .offset-sm-0 {
        margin-left: 0;
    }

    .flex-row .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .flex-row .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .flex-row .offset-sm-3 {
        margin-left: 25%;
    }

    .flex-row .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .flex-row .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .flex-row .offset-sm-6 {
        margin-left: 50%;
    }

    .flex-row .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .flex-row .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .flex-row .offset-sm-9 {
        margin-left: 75%;
    }

    .flex-row .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .flex-row .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .flex-row .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .flex-row .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .flex-row .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .flex-row .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .flex-row .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-row .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .flex-row .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .flex-row .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-row .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .flex-row .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .flex-row .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-row .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .flex-row .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .flex-row .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .flex-row .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-row .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .flex-row .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-row .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-row .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-row .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-row .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-row .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-row .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-row .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-row .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-row .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-row .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-row .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-row .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .flex-row .offset-md-0 {
        margin-left: 0;
    }

    .flex-row .offset-md-1 {
        margin-left: 8.333333%;
    }

    .flex-row .offset-md-2 {
        margin-left: 16.666667%;
    }

    .flex-row .offset-md-3 {
        margin-left: 25%;
    }

    .flex-row .offset-md-4 {
        margin-left: 33.333333%;
    }

    .flex-row .offset-md-5 {
        margin-left: 41.666667%;
    }

    .flex-row .offset-md-6 {
        margin-left: 50%;
    }

    .flex-row .offset-md-7 {
        margin-left: 58.333333%;
    }

    .flex-row .offset-md-8 {
        margin-left: 66.666667%;
    }

    .flex-row .offset-md-9 {
        margin-left: 75%;
    }

    .flex-row .offset-md-10 {
        margin-left: 83.333333%;
    }

    .flex-row .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .flex-row .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .flex-row .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .flex-row .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .flex-row .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .flex-row .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-row .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .flex-row .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .flex-row .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-row .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .flex-row .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .flex-row .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-row .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .flex-row .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .flex-row .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .flex-row .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-row .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .flex-row .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-row .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-row .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-row .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-row .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-row .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-row .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-row .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-row .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-row .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-row .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-row .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-row .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .flex-row .offset-lg-0 {
        margin-left: 0;
    }

    .flex-row .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .flex-row .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .flex-row .offset-lg-3 {
        margin-left: 25%;
    }

    .flex-row .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .flex-row .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .flex-row .offset-lg-6 {
        margin-left: 50%;
    }

    .flex-row .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .flex-row .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .flex-row .offset-lg-9 {
        margin-left: 75%;
    }

    .flex-row .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .flex-row .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .flex-row .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .flex-row .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .flex-row .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .flex-row .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .flex-row .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-row .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .flex-row .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .flex-row .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-row .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .flex-row .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .flex-row .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-row .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .flex-row .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .flex-row .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .flex-row .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-row .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .flex-row .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-row .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-row .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-row .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-row .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-row .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-row .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-row .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-row .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-row .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-row .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-row .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-row .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .flex-row .offset-xl-0 {
        margin-left: 0;
    }

    .flex-row .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .flex-row .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .flex-row .offset-xl-3 {
        margin-left: 25%;
    }

    .flex-row .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .flex-row .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .flex-row .offset-xl-6 {
        margin-left: 50%;
    }

    .flex-row .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .flex-row .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .flex-row .offset-xl-9 {
        margin-left: 75%;
    }

    .flex-row .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .flex-row .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-bottom {
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important;
}

.pipo-left-sidebar {
    background: var(--sidepanel);
}

.pipo_userbox {
    text-align: center;
    padding: 30px;
}

.pipo-profile-icon {
    padding-bottom: 10px;
}

.pipo-profile-icon i {
    color: #c9c9c9;
    font-size: 80px;
}

.pipo-username {
    font-size: var(--fs-xxlarge);
    font-weight: 300;
    color: var(--text);
    padding-bottom: 5px;
}

.pipo-usercode {
    font-size: var(--fs-normal);
    font-weight: 600;
}

.pipo_navbar {
    text-align: right;
}

.pipo_navbar ul {
    border-top: 1px solid var(--border-color);
}

.pipo_navbar li {
    border-bottom: 1px solid var(--border-color);
    border-right: solid 5px transparent;
}

.pipo_navbar li a {
    border-radius: 0;
    color: inherit;
}

.pipo_navbar li.active {
    border-right: solid 5px var(--primarycolor);
}

.pipo_navbar li a:hover,
.pipo_navbar li.active a,
.pipo_navbar li.active a:focus,
.pipo_navbar li.active a:hover {
    background: var(--panel);
    color: inherit;
}

.pipo-modal .tab-pane {
    padding: 30px;
}

.pipo-modal .modal-header {
    border: none;
    padding: 0 0 20px 0;
}

.pipo-modal .modal-header .modal-title {
    font-size: var(--fs-xlarge);
}

.pipo-modal .modal-header i {
    font-size: 32px;
    padding-right: 20px;
    vertical-align: middle;
    color: var(--primarycolor);
}

.pager>* {
    font-size: var(--fs-xlarge);
    color: inherit;
    line-height: 30px;
}

.pager>*>i {
    font-size: 24px;
    vertical-align: text-bottom;
}

.pager>span {
    padding: 0 23px;
}

.pipo-max-box {
    max-width: 600px;
    margin: auto;
}

.modal label {
    font-weight: 400;
    padding-bottom: 3px;
}

.modal label.pb0 {
    padding-bottom: 0;
}

.modal label.p0 {
    padding: 0;
}

.single-form-wrapper {
    height: 100%;
    position: relative;
}

.single-form-wrapper input[type="radio"] {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pipo-radiobox-mask {
    border: solid 1px var(--border-color);
    border-radius: 4px;
    padding: 10px;
    background: 0 0;
}

.pipo-radiobox-header .badge {
    background: var(--panel);
    padding: 2px 8px;
    border-radius: 3px;
}

.pipo-radiobox-header i {
    opacity: 0;
    font-size: var(--fs-xxlarge);
    color: #1cb983;
}

.pipo-radiobox-body i {
    font-size: var(--fs-xxlarge);
    padding-right: 10px;
}

.pipo-radiobox-label {
    opacity: 0.7;
}

.pipo-radiobox-amount {
    font-size: var(--fs-xxlarge);
}

.single-form-wrapper input[type="radio"]:checked+.pipo-radiobox-mask {
    border-color: #1cb983;
    background: var(--panel);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09);
}

.single-form-wrapper input[type="radio"]:checked+.pipo-radiobox-mask .pipo-radiobox-header .badge {
    background: #c8f2e4;
    color: #1cb983;
}

.single-form-wrapper input[type="radio"]:checked+.pipo-radiobox-mask .pipo-radiobox-header i {
    opacity: 1;
}

.price-up {
    color: var(--price-up-color) !important;
}

.price-down {
    color: var(--price-down-color) !important;
}

.pipo-bank-account-wrapper {
    position: relative;
}

.pipo-bank-account-select {
    border: solid 1px var(--border-color);
    border-radius: 4px;
    padding: 10px;
    background: #f1f1f1;
}

.pipo-bank-account-select.active {
    border-color: #1cb983;
    background: var(--panel);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09);
}

.pipo-bank-account-wrapper i {
    opacity: 0;
    font-size: var(--fs-xxlarge);
    color: #1cb983;
}

.pipo-bank-account-select.active i {
    opacity: 1;
}

.pipo-bank-account-wrapper:hover .pipo-bank-list ul {
    display: block;
}

.pipo-bank-name {
    font-weight: 500;
    font-size: var(--fs-large);
}

.pipo-bank-ac-mask {
    opacity: 0.7;
}

.pipo-bank-list {
    border: solid 1px var(--border-color);
    border-radius: 4px;
    background: var(--modalpanel);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09);
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 10;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pipo-bank-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}

.pipo-bank-list ul li {
    border-top: solid 1px var(--border-color);
    padding: 10px;
    cursor: pointer;
}

.pipo-bank-list ul li:first-child {
    border-top: none;
}

.pipo-bank-list ul li.active i {
    opacity: 1;
}

.pipo-bank-list ul li:hover {
    background: var(--panel);
}

.pipo-notes {
    padding: 30px 0;
}

.pipo-notes ul {
    padding-left: 20px;
    border-top: solid 1px var(--border-color);
    padding-top: 12px;
}

.pipo-notes ul li {
    list-style: disc;
    padding: 2px 0;
    font-size: var(--fs-small);
}

.pipo-amount {
    font-size: var(--fs-small) !important;
    text-align: right;
    border-color: transparent !important;
    box-shadow: none;
    border-bottom-color: var(--border-color) !important;
}

.select-format {
    border-color: var(--border-color);
    height: 34px;
    width: 100%;
    background-position: calc(100% - 10px) 14px;
}

.basket-order-form-wrapper {
    padding: 50px;
}

.basket-order-form-wrapper {
    border-right: 1px solid var(--border-color);
}

.positive-relative {
    position: relative;
}

.global-search .input-group .form-control:first-child {
    border-radius: 10px;
    padding-left: 38px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: solid 2px #ccc;
}

.global-search .input-group .input-group-append {
    position: absolute;
    z-index: 3;
}

.global-search .input-group .input-group-append button {
    background: 0 0;
    padding: 8px 10px 0 10px;
}

.global-search .input-group .form-control-sm+.input-group-append button {
    padding-top: 5px;
}

.global-search .search-popup {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    background: var(--modalpanel);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.236041);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.236041);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.236041);
    width: 100%;
    max-width: 350px;
    z-index: 49;
    border-radius: 5px;
}

.bo-form-instrument {
    padding: 30px 0;
}

.bo-form-title {
    font-size: var(--fs-large);
}

.checbox-boxes {
    display: inline-block;
    margin: 0;
}

.checbox-boxes label {
    padding: 0 2px 0 0;
}

.checkbox label input[type="radio"] {
    display: none;
}

.checbox-boxes span {
    background: var(--panel);
    display: block;
    padding: 5px;
    border: solid 1px var(--border-color);
    text-transform: uppercase;
    font-size: var(--fs-normal);
    font-weight: 500;
    width: 60px;
    text-align: center;
}

.checbox-boxes label>input:checked+span {
    background: var(--primarycolor);
    color: var(--white);
}

.spreadOrder-arrow {
    font-size: 24px;
    color: var(--primarycolor);
}

.bt1 {
    border-top: solid 1px var(--border-color);
}

.table-boxes th {
    text-transform: uppercase;
}

.pr-table .table-boxes {
    border-collapse: separate;
    border-spacing: 0 8px;
}

.pr-table .table-boxes>tbody>tr>td {
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
    text-align: center;
}

.pr-table .table-boxes>tbody>tr>td:first-child {
    border-left: solid 1px var(--border-color);
}

.pr-table .table-boxes>tbody>tr>td:last-child {
    border-right: solid 1px var(--border-color);
}

.table-boxes .highlight {
    background: var(--background);
    max-width: 70px;
}

.pr-table .table-boxes>thead>tr>th {
    text-align: center;
}

.pr-table .table-boxes>tbody>tr>td:nth-child(1),
.pr-table .table-boxes>tbody>tr>td:nth-child(6) {
    text-align: left;
}

.pr-table .table-boxes>thead>tr>th:nth-child(1),
.pr-table .table-boxes>thead>tr>th:nth-child(6) {
    text-align: left;
}

.table-boxes .highlight a {
    color: var(--text);
}

.table-boxes .highlight i {
    font-size: var(--fs-large);
    color: inherit;
    float: none;
    background: 0 0;
    margin: auto 4px;
}

.table-boxes .spreadOrder-arrow {
    background: var(--gray);
    color: var(--white);
    max-width: 34px;
    text-align: center;
}

.actionbutton {
    font-size: var(--fs-xxlarge);
}

.custom-checkbox,
.custom-radio {
    padding-left: 20px;
    position: relative;
    display: block;
}

.custom-checkbox input,
.custom-radio input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
}

.custom-checkbox input:checked+label::before,
.custom-radio input:checked+label::before {
    border-color: var(--primarycolor);
}

.custom-checkbox input:checked+label::after,
.custom-radio input:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 4px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid var(--primarycolor);
    border-radius: 50%;
    background-color: var(--primarycolor);
    line-height: 13px;
}

.custom-checkbox label,
.custom-radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    height: 14px;
}

.custom-radio label {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 18px;
    font-size: var(--fs-large);
}

.custom-checkbox label::before,
.custom-radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid var(--checkbox-border-color);
    border-radius: 50%;
    background-color: var(--panel);
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
    color: var(--border-color);
}

.custom-checkbox.disabled label::before,
.custom-radio.disabled label::before {
    opacity: 0.54;
    border-color: var(--border-color);
}

.custom-checkbox input:checked+label::before {
    border-color: var(--primarycolor);
    background-color: var(--primarycolor);
}

.custom-checkbox input:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--white);
    top: 1px;
    left: 2px;
    border-color: transparent;
    background-color: transparent;
}

.custom-checkbox label::before {
    border-radius: 2px;
}

.basket-order-total {
    background: var(--gray);
    padding: 10px 20px;
}

.basket-order-total span {
    font-weight: 600;
}

.inputfile {
    font-size: 0;
}

.inputfile>span {
    display: inline-block;
    width: 245px;
    text-align: left;
    line-height: 33px;
    border: solid 1px var(--border-color);
    padding-left: 10px;
    border-radius: 3px 0 0 3px;
    position: relative !important;
    vertical-align: middle;
    font-size: var(--fs-normal);
}

.inputfile>button.btn {
    color: #fff;
    background-color: #7f96a1;
    margin: 0;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    vertical-align: middle;
}

.inputfile:focus>button,
.inputfile>button:hover {
    background-color: #6a7d86;
}

.light-bg {
    background: #f5f5f5;
}

.noInstrumentSelectedBox {
    text-align: center;
}

.noInstrumentSelectedIcon {
    background: url(../../../../styles/images/no-instrument.svg) center top no-repeat;
    width: 141px;
    height: 120px;
    margin: auto;
    padding-bottom: 10px;
    background-size: 142px;
}

.noInstrumentSelectedIconDark {
    background: url(../../../../styles/images/no-instrument-dark.svg) center top no-repeat;
    width: 141px;
    height: 120px;
    margin: auto;
    padding-bottom: 10px;
    background-size: 142px;
}

.noInstrumentSelectedTitle {
    font-size: var(--fs-large);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1px;
}

.norecordbox {
    text-align: center;
    padding: 30px;
}

.norecord-image {
    margin: auto;
    padding-bottom: 10px;
}

.norecord-title {
    font-size: var(--fs-large);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1px;
}

.holiday-tabs {
    border: none;
}

.holiday-stat {
    width: 30px;
    height: 8px;
    border-radius: 10px;
    background: #000;
}

.holiday-stat-open {
    background: var(--greenbg);
}

.holiday-stat-close {
    background: var(--redbg);
}

.simple-marquee-container {
    width: calc(100% + 20px);
    display: inline-block;
    /* overflow: hidden; */
    box-sizing: border-box;
    height: 21px;
    position: relative;
    cursor: pointer;
}

span.weekly {
    background: transparent;
    padding: 1px 3px;
    font-size: var(--fs-xxsmall);
    position: relative;
    width: 20px;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
}

.simple-marquee-container .marquee,
.simple-marquee-container [class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.simple-marquee-container .marquee-content-items {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 30px;
    position: relative;
    font-size: 0;
}

.simple-marquee-container .marquee-content-items li {
    display: inline-block;
    line-height: 22px;
    padding: 0 20px;
    background: var(--panel);
    font-size: var(--fs-normal);
    margin: 0 1px 0 0;
}

.simple-marquee-container .marquee-content-items li>div {
    display: inline-block;
    padding: 0 3px;
}

.simple-marquee-container .marquee-content-items li .mq-chng {
    font-size: var(--fs-small);
    vertical-align: bottom;
}

.simple-marquee-container .marquee-content-items li .mq-excahnge {
    vertical-align: middle;
}

.simple-marquee-container .marquee-content-items li .mq-ltp>span:not(:last-child),
.simple-marquee-container .marquee-content-items li .mq-excahnge>span:not(:last-child):not(.exname) {
    padding-right: 4px;
}

.simple-marquee-container .marquee-content-items li .mq-excahnge .exname {
    padding-right: 5px;
    font-weight: 700;
}

#mkwtch-panel .touchline-hide {
    display: none;
}

#mkwtch-panel.semi-expanded .ui-grid-pinned-container {
    width: auto !important;
}

#mkwtch-panel.panel-expanded .touchline-hide {
    display: table-cell;
}

#mkwtch-panel .ordbook-table-wrapper {
    height: calc(100vh - 220px) !important;
}

#mkwtch-panel.panel-expanded .ordbook-table-wrapper {
    height: calc(100vh - 135px) !important;
}

#mkwtch-panel .totalareafixer {
    height: calc(100vh - 220px) !important;
    overflow: auto;
}

#mkwtch-panel.panel-expanded .totalareafixer {
    height: calc(100vh - 135px) !important;
}

.ordbook-table-wrapper :focus {
    box-shadow: none !important;
}

#mkwtch-panel:not(.panel-expanded) .ui-grid-cell {
    height: 50px;
}

#mkwtch-panel .ui-grid-cell,
#mkwtch-panel .ui-grid-cell-contents {
    overflow: visible;
    position: relative;
}

#mkwtch-panel .ui-grid-row:hover ul {
    opacity: 1;
}

#mkwtch-panel .ui-grid-pinned-container {
    position: relative;
}

#bookouter-wrapper {
    position: absolute;
    width: 100%;
    z-index: 999;
    /* z-index: 100; */
    top: calc(100vh - 33px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    height: 33px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#bookouter-wrapper.book-max-widget,
#bookouter-wrapper.book-mid-widget {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}

#bookouter {
    position: relative;
    height: 33px;
    overflow: hidden !important;
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
    background: var(--panel);
}

/* #bookouter-wrapper.book-max-widget #bookouter, */
/* #bookouter-wrapper.book-mid-widget #bookouter { */
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
/* } */

#bookouter-wrapper.book-mid-widget {
    top: 60vh;
    height: 40vh;
}

#bookouter-wrapper.book-mid-widget #bookouter {
    height: 40vh;
}

#bookouter-wrapper.book-mid-widget .ordbook-table-wrapper {
    height: calc(40vh - 34px) !important;
}

#bookouter-wrapper.book-max-widget {
    top: 44px;
    height: calc(100vh - 40px);
}

#bookouter-wrapper.book-max-widget #bookouter {
    height: calc(100vh - 40px);
}

#bookouter-wrapper.book-max-widget .ordbook-table-wrapper {
    height: calc(calc(100vh - 55px) - 25px) !important;
}

.book-size-list {
    float: right !important;
    padding-right: 10px;
    border-left: solid 1px var(--border-color);
    padding-left: 10px;
}

.book-size-list li a {
    height: 32px;
    width: 32px;
    padding: 8px !important;
}

.book-size-list li a.book-max {
    padding: 6px !important;
}

.book-size-list .dropdown-menu li a {
    width: auto;
    height: auto;
    padding: 3px 20px;
    color: #747474;
    font-size: 12px;
    font-weight: 600;
}

.bookouter-trigger {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    text-align: center;
    color: var(--text);
    height: 21px;
    border-radius: 3px 3px 0 0;
    top: -19px;
    background: #fff;
    background: linear-gradient(0deg, #fff 22%, #b6cad4 100%);
}

.bookouter-trigger i:before {
    line-height: 28px;
    font-size: 20px;
}

.max-modal-height {
    max-height: calc(100vh - 220px);
    overflow: auto;
}

.max-modal-height2 {
    max-height: calc(100vh - 270px);
    overflow: auto;
}

.server-status {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 40px;
    text-align: center;
    margin: auto;
    width: 100%;
}

.server-status li {
    position: relative;
    padding: 10px 8px;
}

.server-status li img {
    max-width: 20px;
}

.server-status li:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 10px;
    display: block;
    position: absolute;
    border-radius: 50px;
}

.server-status li.greenbadge:after {
    background: green !important;
}

.server-status li.redbadge:after {
    background: red !important;
}

.server-status li.orangebadge:after {
    background: #f6cc0f !important;
}

.datemr20 {
    width: 130px !important;
}

.pinPosition {
    position: relative !important;
}

.ui-grid-row>div {
    display: flex;
}

.dropdown-menu li>a:focus,
.dropdown-menu li>a:hover {
    text-decoration: none;
    background-color: var(--primarycolorhover);
    border-color: var(--primarycolorhover);
    color: #fff;
}

.dropdown-menu li>a {
    padding: 0 25px;
    display: block;
}

.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #747474;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown-menu li>a .right_menu_txt:hover {
    color: #fff;
}

.right_menu,
.right_menu .right_menu_txt {
    font-size: var(--fs-normal);
    line-height: 25px;
}

.right_menu-userbox {
    border-bottom: solid 1px var(--border-color);
    padding: 17px;
    position: relative;
    clear: both;
}

.right_menu-usericon {
    float: left;
}

.right_menu-usericon i:before {
    font-size: 40px;
}

.right_menu-userdata {
    padding-left: 50px;
    padding-top: 6px;
}

.right_menu-username {
    font-weight: 600;
}

.right_menu-useremail {
    font-size: var(--fs-normal);
}

.norecordbox {
    padding: 30px;
    text-align: center;
}

.norecord-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.norecord-title {
    font-weight: 600;
    padding-bottom: 5px;
}

.tag.ar_operator {
    background: #b7c8cf7d;
    padding: 0 0.4rem;
    border-radius: 3px;
    font-size: var(--fs-xxlarge);
    vertical-align: middle;
    line-height: 0;
    font-weight: 700;
}

.tag.ar_value {
    vertical-align: middle;
    padding-left: 5px;
    font-weight: 700;
}

.price-range {
    font-size: var(--fs-normal);
    padding-top: 5px;
}

.price-range span {
    color: var(--secondtext);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
    /*background-image: linear-gradient(135deg, transparent 40%, var(--disabled-bg-color) 40%, var(--disabled-bg-color) 50%, transparent 50%, transparent 90%, var(--disabled-bg-color) 90%, var(--disabled-bg-color) 100%);*/
    background-image: repeating-linear-gradient(-45deg, var(--disabled-bg-color), var(--disabled-bg-color) 2px, transparent 2px, transparent 8px);
    /*background-size: 7.07px 7.07px;*/
}

.checkbox-absolute {
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 13px;
}

.checkbox-absolute+input {
    padding-left: 25px !important;
}

.ordericon i {
    margin: 0 2px;
    border-radius: 3px;
    font-size: var(--fs-large);
    vertical-align: middle;
    position: relative;
    top: -7px;
    display: inline-block;
    line-height: 22px;
    width: 26px;
    height: 22px;
    text-align: center;
}

.ordericon i:before {
    margin: 0;
}

.ordericon .budicon-file-information {
    cursor: pointer;
    color: var(--text);
    font-weight: 900;
}

.ordericon .budicon-backward-time {
    cursor: pointer;
    color: var(--text);
    font-weight: 900;
}

.ordericon .bi_editorial-write {
    cursor: pointer;
    color: var(--text);
    font-weight: 900;
}

.ordericon .bi_interface-cross {
    cursor: pointer;
    color: var(--text);
    font-weight: 900;
}

.ordericon .budicon-logout {
    cursor: pointer;
    color: var(--text);
    font-weight: 900;
}

.ordericon .budicon-arrow-left-right {
    cursor: pointer;
    color: var(--text);
    font-weight: 900;
}

.ordericon .budicon-file-information:hover {
    background: #075eff;
    color: var(--white);
    font-weight: 900;
}

.ordericon .budicon-backward-time:hover {
    background: #0dca8b;
    color: var(--white);
    font-weight: 900;
}

.ordericon .bi_editorial-write:hover {
    background: #ff8303;
    color: var(--white);
    font-weight: 900;
}

.ordericon .bi_interface-cross:hover {
    background: #f90000;
    color: var(--white);
    font-weight: 900;
}

.ordericon .budicon-logout:hover {
    background: #00bcd4;
    color: var(--white);
    font-weight: 900;
}

.ordericon .budicon-arrow-left-right:hover {
    background: #3f51b5;
    color: var(--white);
    font-weight: 900;
}

.ordericon i.holding-eye:before {
    font-size: var(--fs-xxlarge);
}

.book-custom-icon .book-custom-icon-path {
    fill: var(--text);
}

.book-custom-icon:hover .book-custom-icon-path {
    fill: var(--white);
}

.book-md-icon:hover {
    background: #0694a2;
}

i.custom-checkbox {
    display: inline;
    position: relative;
    width: 20px;
    display: inline-block;
    padding: 0;
    height: 16px;
}

i.custom-checkbox>input {
    margin: 0 !important;
    width: 20px;
    height: 14px !important;
    position: relative;
}

i.custom-checkbox label {
    position: absolute;
    left: 0;
    top: -2px;
}

i.custom-checkbox label::before {
    margin: 0;
    top: 0;
}

i.custom-checkbox input:checked+label::after {
    margin: 0;
    top: 2px;
}

.ui-grid-menu-items {
    padding: 5px !important;
    box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.5);
    background: var(--modalpanel) !important;
}

.ui-grid-menu .ui-grid-menu-inner ul li button:focus,
.ui-grid-menu .ui-grid-menu-inner ul li button:hover {
    outline: 0;
    background: var(--listhover) !important;
    box-shadow: none !important;
}

.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
    background: var(--listhover) !important;
    box-shadow: none !important;
}

.notification-badge {
    font-size: var(--fs-xsmall);
    background-color: var(--greenbg);
    color: var(--white);
    padding: 2px 4px;
    font-weight: 600;
    position: absolute;
    top: 6px;
    left: 26px;
    border-radius: 3px;
    line-height: 12px;
}

.optionsPE {
    background: var(--optioncepe);
}

.optionsCE {
    background: var(--optioncepe);
}

.readonly-text {
    background: 0 0 !important;
}

#transactionPasswordModal2 {
    z-index: 1200;
}

#transactionPasswordModal3 {
    z-index: 1200;
}

.profile-banklist-table tbody tr td:first-child {
    border-left: solid 1px var(--border-color);
}

.profile-banklist-table tbody tr td:last-child {
    border-right: solid 1px var(--border-color);
}

.profile-banklist-table tbody tr td {
    border-bottom: solid 1px var(--border-color);
}

.profile-banklist-table tbody tr:nth-child(1) td {
    border-top: solid 1px var(--border-color);
}

.profile-banklist-table tbody tr:nth-child(1) td:first-child {
    border-top-left-radius: 3px;
}

.profile-banklist-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.profile-banklist-table tbody tr:nth-child(1) td:last-child {
    border-top-right-radius: 3px;
}

.profile-banklist-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.profile-banklist-table th {
    padding: 10px 15px;
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    text-transform: uppercase;
}

button[disabled],
html input[disabled] {
    cursor: no-drop !important;
}

.acceptbutton {
    background-color: #02b276 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 0 12px !important;
    margin: 0 2px;
}

.rejectbutton {
    background-color: #db5306 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 0 12px !important;
    margin: 0 2px;
}

.NotAccepted {
    color: red;
}

.Accepted {
    color: green;
}

.Rejected {
    color: red;
}

.showloginPasslbl {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.6rem;
    cursor: pointer;
}

.showloginPasslblpin {
    position: relative;
    top: 10px;
    right: 3px;
    font-size: 1.6rem;
    cursor: pointer;
}

.normalinput {
    text-transform: unset !important;
}

.myhighligher .ui-grid-cell {
    background-color: var(--listhover) !important;
    border-top: solid 1px var(--border-color) !important;
}

.trdview-buysell {
    border-radius: 50px;
    margin: 0 2px;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.px-2 {
    padding: 0 20px;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list {
    overflow-x: hidden;
    overflow-y: scroll;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    max-width: 100%;
    background: 0 0;
}

#scrollable {
    height: auto;
}

.login-newaccount {
    justify-content: center !important;
    font-size: var(--fs-large);
    position: relative;
    padding-top: 26px;
}

.login-newaccount:before {
    content: "";
    position: absolute;
    top: 0;
    background: var(--lightgray);
    height: 1px;
    left: 0;
    width: 100%;
}

.login-newaccount a {
    padding: 0 5px;
}

.login-broker {
    max-width: 390px;
    margin: auto;
    padding: 20px 0 30px;
    text-align: center;
    font-size: var(--fs-small);
    position: relative;
}

.login-broker-info {
    color: #96999c;
}

.login-broker-title {
    font-weight: 600;
    color: #6d7884;
    padding-bottom: 4px;
}

.login-support {
    font-weight: 600;
    color: #6d7884;
    max-width: 390px;
    margin: auto;
    text-align: center;
}

.login-broker:before {
    content: "";
    width: 80px;
    height: 3px;
    background: #dbdbdb;
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -40px;
}

.login-version {
    font-size: var(--fs-xsmall);
}

#setalerttab {
    padding: 10px 0 0;
}

#setalerttab li a {
    margin: 0;
    font-weight: 600;
}

#setalerttab li:last-child {
    float: right;
}

#setalerttab li a:after {
    width: 100%;
    left: 0;
}

ul.alertlist-ul {
    height: calc(100vh - 180px);
    margin: 0;
    overflow-x: hidden;
}

.alertlist-ul>li {
    background: #fbfbfb;
    padding: 15px;
    border-bottom: solid 1px var(--border-color);
    position: relative;
}

.alertlist-ul>li.active {
    background: var(--panel);
    font-size: var(--fs-normal);
}

.alertsymbol {
    max-width: 65px !important;
    min-width: 65px !important;
}

.alertsymbol span {
    width: 55px;
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 7px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

.indexalert {
    color: rgba(255, 142, 2);
    background: rgba(255, 142, 2, 0.18);
}

.securityalert {
    color: rgba(5, 114, 190);
    background: rgba(5, 114, 190, 0.18);
}

.erroralert {
    color: #fa0000;
    background: rgba(250, 0, 0, 0.18);
}

.alertmsg {
    color: #979eab;
    font-size: var(--fs-small);
    text-align: left;
}

.alertcomp span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 20px;
}

span.valgt {
    background: var(--greenbg);
}

span.valgt:after {
    content: ">=";
}

span.vallt {
    background: var(--redbg);
}

span.vallt:after {
    content: "<=";
}

.alertcomp span:after {
    text-align: center;
    line-height: 24px;
    width: 24px;
    display: block;
    font-weight: 700;
    color: var(--white);
}

.alertcomp {
    padding: 0 10px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    margin-left: auto;
}

.alertprice {
    padding: 0 10px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    font-size: var(--fs-large);
}

.price-up,
.valgt.alertprice {
    color: var(--green);
}

.price-down,
.vallt.alertprice {
    color: var(--red);
}

.alertlist-ul>li:hover .alertactionlist {
    display: flex;
}

.alertactionlist {
    background: var(--panel);
    border-radius: 3px;
    border: solid 1px var(--border-color);
    display: none;
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08);
}

.alertactionlist>li {
    border-right: solid 1px var(--border-color);
}

.alertactionlist>li:last-child {
    border-right: none;
}

.alertactionlist>li>a {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../../../styles/images/alert-icon.png);
    background-repeat: no-repeat;
    background-size: auto 16px;
}

.alertactionlist>li>a.alertrepeat {
    background-position: 7px 6px;
}

.alertactionlist>li>a.alertedit {
    background-position: -23px 6px;
}

.alertactionlist>li>a.alertdelete {
    background-position: -53px 6px;
}

.setalert-wrapper {
    overflow-x: hidden;
    padding: 20px;
    height: calc(100vh - 190px);
}

.setalert-wrapper>.flex-row {
    min-height: calc(100vh - 220px);
}

.viewall a {
    padding: 10px 20px;
    text-align: center;
    display: block;
    color: var(--primarycolor);
}

.viewall a:focus,
.viewall a:hover {
    color: var(--primarycolorhover);
}

.instrument-searchfield {
    position: relative;
}

.instrument-searchfield i {
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px;
    font-size: var(--fs-xlarge);
}

.instrument-searchfield input {
    padding-left: 35px !important;
    font-size: var(--fs-large);
    font-weight: 600;
    box-shadow: none;
}

.setalertsearchwrapper {
    position: relative;
    padding-bottom: 11px;
}

.setalertselected {
    position: absolute;
    z-index: 102;
    background: var(--panel);
    width: 100%;
    height: 100%;
    border: solid 1px var(--border-color);
    border-radius: 4px;
    padding: 8px 10px;
    display: none;
}

.ml-auto {
    margin-left: auto;
}

.instrument-price span {
    font-size: var(--fs-small);
    display: block;
    text-align: right;
}

.instrument-searchbox {
    position: relative;
}

.instrument-searchlistbox {
    position: absolute;
    width: 100%;
    background: var(--panel);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px var(--border-color);
    top: 100%;
    display: none;
    z-index: 100;
}

.setalertselected i {
    font-size: 21px;
    margin-left: 7px;
    margin-top: 2px;
    display: block;
    cursor: pointer;
}

.instrument-searchlistbox.nav.nav-tabs {
    width: 100%;
}

.instrument-searchlistbox .nav.nav-tabs {
    text-transform: uppercase;
}

.instrument-searchlistbox .nav.nav-tabs li a {
    padding: 10px 10px;
    border-bottom: solid 4px transparent;
    margin-bottom: -1px;
}

.instrument-searchlistbox .nav.nav-tabs li.active a {
    border-bottom: 3px solid var(--primarycolor);
}

.instrument-searchlistbox .tab-content>*>ul {
    height: 300px;
    overflow-x: hidden;
    margin: 0;
}

.instrument-searchlistbox .tab-content .tab-pane>ul>li {
    padding: 10px 15px;
    border-bottom: solid 1px var(--border-color);
}

.sa_formgroup {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sa_formgroup label {
    font-weight: 600;
    color: var(--secondtext);
    font-size: var(--fs-normal);
}

.sa_formgroup input,
.sa_formgroup select {
    box-shadow: none;
    border-color: var(--border-color);
    font-weight: 400;
    font-size: var(--fs-large);
}

.form-check-label {
    padding-left: 10px;
    vertical-align: middle;
}

.form-check-label.pl0 {
    padding-left: 0;
}

.setalert-wrapper .btn {
    position: relative;
}

.setalert-wrapper .btn-triary {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
    border-radius: 4px;
}

.setalert-wrapper .btn-outline-triary {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
    border-radius: 4px;
}

.btn-triary {
    background-color: #203fa6;
    border-color: #203fa6;
    border-radius: 4px;
}

.btn-outline-triary {
    border-color: #ff5588;
    color: #ff5588;
    background-color: transparent;
    border-radius: 4px;
}

.stats-chart:hover .stats-chart-hvr {
    left: calc(100% - 30px);
    display: block;
}

.popupweb {
    position: relative;
}

.popupweb body {
    overflow-y: auto;
    padding: 52px 0;
    height: auto;
}

.popupweb #bookouter-wrapper,
.popupweb>body>*> :not(.buy-sell-modal):not(.popup-login-form) {
    display: none;
}

.popupweb #tradingModal {
    position: relative !important;
}

.popupweb #tradingModal .modal-dialog {
    margin: 0 auto;
}

.scroll-max-popup {
    position: relative;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.scroll-max-popup table th {
    position: sticky;
    top: 0;
    z-index: 500;
    height: 48px;
}

.form-control {
    font-weight: 600;
    background: 0 0;
    color: var(--text);
    border: solid 2px #ccc;
    border-radius: 10px;
    background: #fff;
}

.form-control::placeholder,
::placeholder {
    color: var(--secondtext);
}

.toast-alert-wrapper {
    position: absolute;
    z-index: 1000;
    padding: 15px;
    top: 0;
    right: 0;
    background: var(--panel);
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px var(--border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-left: solid 6px #0dca8b;
    max-width: 340px;
}

.FILLED {
    border-left: solid 6px var(--greenbg);
}

.REJECTED {
    border-left: solid 6px var(--redbg);
}

.toast-alert-header {
    padding-bottom: 10px;
}

.toast-alert-title {
    padding-bottom: 10px;
}

.toast-alert-message {
    color: #979eab;
}

.toast-alert-body {
    padding-bottom: 10px;
}

.toast-alert-footer {
    text-align: right;
}

.toast-alert-btn {
    color: inherit;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.alert-buy {
    color: var(--green);
}

.alert-sell {
    color: var(--red);
}

.alert-buy:focus,
.alert-buy:hover {
    background: var(--greenbg);
    color: var(--white);
}

.alert-sell:hover {
    background: var(--redbg);
    color: var(--white);
}

.right-bottom-menu {
    top: auto;
    left: auto;
    right: 100%;
    bottom: 0;
    max-height: 166px;
    overflow-y: auto;
    z-index: 1000000;
}

.right-bottom-menu li {
    font-size: var(--fs-normal);
    padding: 0;
}

.right-bottom-menu li a {
    padding: 5px 10px;
}

li.menu-divider {
    border-bottom: solid 1px var(--border-color);
    padding: 0;
    margin: 5px 0;
}

li.menu-divider.first-divider span {
    padding-top: 0;
}

li.menu-divider span {
    padding: 10px 10px 0;
    font-size: var(--fs-normal);
    text-transform: uppercase;
    color: #9ca5b5;
    display: block;
}

.modal-full {
    padding: 0;
    margin: 71px 0 0;
}

.modal-full .modal-content {
    box-shadow: none;
    border-color: var(--border-color);
    height: calc(100vh - 71px);
    overflow: auto;
}

.modal-ticker-top .modal-full {
    margin-top: 45px;
}

.modal-ticker-top .modal-full .modal-content {
    height: calc(100vh - 45px);
}

.logoutPinModal {
    z-index: 1055;
}

table.brd-top td {
    border-top: solid 1px var(--border-color) !important;
}

.ohlc .col {
    border-left: solid 1px var(--border-color);
    text-align: center;
}

.ohlc .col:first-child {
    border-left: none;
}

.ohlc .olhc-title {
    padding: 5px 10px 2px;
    color: var(--secondtext);
    font-size: var(--fs-small);
}

.ohlc .olhc-data {
    padding: 0 10px 5px;
    font-size: var(--fs-large);
    font-weight: 500;
}

#bookouter-wrapper .order_mngr>li>a>i {
    pointer-events: none;
}

#bookouter-wrapper.active .order_mngr>li>a>i {
    pointer-events: auto;
}

.shortcut-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.shortcut-list li {
    flex: 0 0 auto;
    width: 50%;
    padding: 10px;
    font-size: var(--fs-large);
}

.shortcut-list li span {
    padding: 6px;
    background: var(--background);
    color: var(--text);
    text-align: center;
    width: 90px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-right: 12px;
    border: solid 1px var(--border-color);
}

.modal-backdrop {
    background-color: transparent !important;
}

.md-dd-wrapper {
    position: relative;
    padding: 10px 15px;
}

.md-dd-body {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    border: solid 1px var(--border-color);
    width: 100%;
    left: 0;
    top: 100%;
    background: var(--panel);
    display: none;
    z-index: 11;
}

.md-dd-searchfield {
    position: relative;
    padding: 10px 10px;
}

.md-dd-searchfield i {
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 20px;
    font-size: var(--fs-xlarge);
}

.md-dd-searchfield input {
    padding-left: 35px !important;
    font-size: var(--fs-large);
    font-weight: 400;
    box-shadow: none;
}

.md-dd-price span {
    display: block;
    text-align: right;
}

.md-dd-status {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    font-size: var(--fs-normal);
}

.md-dd-status.up {
    color: var(--green);
}

.md-dd-status.down {
    color: var(--red);
}

.md-dd-status::before {
    content: "";
    position: absolute;
    font-family: budicon-classic-solid;
    font-size: 23px;
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: -7px;
    left: -6px;
}

.md-dd-status.up::before {
    content: "\ea63";
}

.md-dd-status.down::before {
    content: "\ea57";
}

.md-dd-searchbox {
    position: relative;
}

.md-dd-searchlistbox {
    width: 100%;
    background: var(--panel);
    overflow: hidden;
    top: 100%;
    display: none;
    z-index: 100;
}

.md-dd-searchlistbox.nav.nav-tabs {
    width: 100%;
}

.md-dd-searchlistbox .nav.nav-tabs li a {
    padding: 10px 10px;
    border-bottom: solid 4px transparent;
    margin-bottom: -1px;
}

.md-dd-searchlistbox .nav.nav-tabs li.active a {
    border-bottom: 3px solid var(--primarycolor);
}

.md-dd-searchlistbox .tab-content>*>ul {
    height: 300px;
    overflow-x: hidden;
    margin: 0;
}

.md-dd-searchlistbox .tab-content .tab-pane>ul>li {
    padding: 10px 15px;
    border-bottom: solid 1px var(--border-color);
    cursor: pointer;
}

.md-dd-title:before {
    content: "\e9be";
    position: absolute;
    display: block;
    border-top-color: #000;
    right: 0;
    top: calc(50% - 12px);
    font-family: budicon-classic;
    font-size: var(--fs-xxlarge);
}

.md-dd-title.show:before {
    content: "\e9be";
}

.md-dd-title.show+.md-dd-body {
    display: block;
}

button.btn-resize {
    padding: 7px 10px 7px 0;
    background: 0 0;
    outline: 0;
    cursor: pointer;
}

button.btn-resize img {
    width: 16px;
}

a.resize-btn {
    padding: 7px;
}

a.resize-btn img {
    width: 15px;
}

.dropdown.resizeBtn {
    padding: 0 0 0 5px;
}

.table-common-extrainfo-list li div {
    word-break: break-word;
}

#payoffChart .modal-bradcrub {
    padding: 7px 10px;
    border-bottom: 1px solid var(--border-color);
    overflow-x: hidden;
}

#payoffChart .modal-bradcrub span {
    font-size: var(--fs-large);
    padding: 0 10px;
    font-weight: 600;
}

#payoffChart .modal-body {
    padding: 0;
    height: calc(100vh - 143px);
}

.payofff-action {
    padding: 0 30px 30px;
}

.flex-row.gutters-0 {
    margin: 0;
}

.flex-row.gutters-0>* {
    padding: 0;
}

.payoff-modal .input-group-btn button {
    position: relative;
    height: 30px;
    width: 30px;
}

.payoff-modal span.input-group-btn {
    position: relative;
    height: 30px;
    width: 30px;
    padding: 0 !important;
}

.payoff-modal input {
    position: relative;
    height: 30px;
    width: 85px;
    text-align: center;
}

.payoff-modal .input-group-btn button.plus:before {
    display: block;
    content: "";
    height: 16px;
    width: 2px;
    background: #797979;
    position: absolute;
    top: 7px;
    left: 14px;
}

.payoff-modal .input-group-btn button.minus:before,
.payoff-modal .input-group-btn button.plus:after {
    display: block;
    content: "";
    height: 2px;
    width: 16px;
    background: #797979;
    position: absolute;
    top: 14px;
    left: 7px;
}

#payoffChart .flex-row.gutters-0> :nth-child(2) {
    border-left: 1px solid var(--border-color);
}

#payoff-table .actionbutton a {
    color: var(--red);
}

#payoff-table .input-group-btn button {
    position: relative;
    height: 30px;
    width: 30px;
}

#payoff-table .input-group-btn {
    position: relative;
    height: 30px;
    width: 30px;
}

#payoff-table input {
    position: relative;
    height: 30px;
    width: 60px;
    text-align: center;
}

#payoff-table .input-group-btn button.plus:before {
    display: block;
    content: "";
    height: 16px;
    width: 2px;
    background: #797979;
    position: absolute;
    top: 7px;
    left: 14px;
}

#payoff-table .input-group-btn button.minus:before,
#payoff-table .input-group-btn button.plus:after {
    display: block;
    content: "";
    height: 2px;
    width: 16px;
    background: #797979;
    position: absolute;
    top: 14px;
    left: 7px;
}

#payoff-table>tbody {
    border-bottom: none;
}

#payoff-table>tbody:first-of-type {
    border-top: 1px solid #dcdcdc;
}

#payoff-table>tbody tr td {
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
    vertical-align: middle;
}

#payoff-table tr th {
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
    color: var(--secondtext);
}

#placeorder .modal-body {
    padding: 0;
}

#placeorder .modal-bradcrub>*>* {
    padding: 20px;
    text-align: center;
    border-bottom: solid 1px var(--border-color);
    font-weight: 600;
}

#placeorder .modal-bradcrub>*> :not(:first-child) {
    border-left: solid 1px var(--border-color);
}

.modal-bradcrub-label {
    color: var(--secondtext);
    text-transform: uppercase;
    font-weight: 500;
}

.modal-bradcrub-data {
    font-size: var(--fs-xlarge);
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

#tradingModal select.form-control:focus {
    border-bottom: solid 1px #566369 !important;
}

.graph-close:before {
    content: "\ead7";
    display: block;
    font-family: budicon;
    color: var(--red);
    font-size: var(--fs-xlarge);
    position: absolute;
    right: 2px;
    top: 4px;
}

.graph-close {
    position: relative;
}

.optionchain-eye {
    font-size: var(--fs-xxlarge);
    position: relative;
}

.optionchain-eye:before {
    top: 7px;
    left: 3px;
    position: absolute;
}

.ordericon .bi_interface-view:hover {
    background: var(--greenbg);
    color: var(--white);
    font-weight: 900;
}

a .marketdepth-icon {
    content: url(../../../../styles/images/graph-icon-bw.svg);
    transform: none !important;
    top: 4px !important;
    left: 4px !important;
    width: 26px;
}

a:hover .marketdepth-icon {
    top: 3px !important;
    left: 3px !important;
}

#loginwrapper {
    position: relative;
    margin-top: -47px;
}

#logintoplink {
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 100;
}

#logintoplink ul {
    display: inline-block;
}

#logintoplink ul li {
    display: inline-block;
}

#logintoplink ul li a {
    font-size: var(--fs-large);
    color: var(--text);
    font-weight: 600;
    padding: 15px;
    display: block;
}

#logintoplink ul li a:focus,
#logintoplink ul li a:hover {
    text-decoration: none;
    color: #1f2933;
}

.loginslider #logintoplink ul li a {
    color: #ebebeb;
}

.loginslider #logintoplink ul li a:focus,
.loginslider #logintoplink ul li a:hover {
    color: #fff;
}

.formbox {
    height: 100vh;
}

#loginwrapper.loginslider .formbox {
    background-color: var(--background);
}

.loginbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#loginwrapper:not(.loginslider) .loginbox {
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
    background-color: var(--panel);
}

.loginbox form {
    padding: 30px 40px;
}

.loginbox-store {
    width: 390px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px 0 0 0;
}

.loginbox-store a {
    padding: 0 10px;
    display: block;
}

.exchange-links {
    display: flex;
    padding: 15px;
}

.exchange-links a {
    font-weight: 600;
    margin: auto;
}

#loginwrapper:not(.loginslider) .exchange-links {
    border-top: solid 1px var(--border-color);
}

.loginbox-version {
    color: var(--secondtext);
    padding: 10px 0 10px;
    font-size: var(--fs-normal);
}

.loginbox-footerlinks ul {
    margin: 0;
    padding: 10px 0 0;
}

.loginbox-footerlinks ul li {
    border-left: solid 2px var(--border-color);
    display: inline-block;
    font-size: var(--fs-large);
}

.loginbox-footerlinks ul li:first-child {
    border-left: none;
}

.loginbox-footerlinks ul li a {
    padding: 0 15px;
    display: block;
    color: var(--secondtext);
}

.loginbox-footerlinks ul li a:hover {
    color: var(--text);
}

.loginbox-support {
    color: var(--text);
    font-size: var(--fs-large);
    font-weight: 600;
}

#loginwrapper input.form-control {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    padding-left: 0;
    color: var(--text);
    padding: 0;
}

#loginwrapper input.form-control:focus {
    border-bottom: 1px solid #959c9e;
}

#loginwrapper select.form-control {
    background: #f3f3f3;
}

.btn-orange {
    height: 40px;
    border-radius: 3px;
    background-color: var(--primarycolor);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-orange:focus,
.btn-orange:hover {
    background-color: var(--primarycolorhover);
    color: #fff;
}

.btn-outline-orange {
    height: 40px;
    border-radius: 3px;
    color: var(--primarycolor);
    border: solid 1px var(--primarycolor);
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-outline-orange:focus,
.btn-outline-orange:hover {
    background-color: var(--primarycolor);
    color: #fff;
}

.position-relative {
    position: relative;
}

.confirm_img img {
    margin: 0;
    width: 45px;
    height: 45px;
}

.flex-row.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.align-items-center {
    align-items: center;
}

.flex-row.gutters-5>[class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

.noSlider {
    display: none;
}

.loginbox_capstext {
    text-transform: uppercase;
}

#loginwrapper select.form-control {
    background: 0 0;
    border-bottom: solid 1px var(--border-color);
    font-size: var(--fs-normal);
}

.orange-table {
    margin: 15px 0 0;
}

.orange-table tr {
    border: none;
}

.orange-table th {
    background: var(--primarycolor);
    border: none !important;
    color: #fff;
}

.fixradio {
    position: relative;
    padding: 3px 10px 0 24px;
    font-size: var(--fs-large);
}

.fixradio>input {
    position: absolute;
    left: 0;
    top: 0;
}

.paymentdisabled {
    cursor: not-allowed;
}

.balancepay {
    border: solid 1px var(--primarycolor);
    font-size: var(--fs-xlarge);
}

.refreshIcon {
    padding-top: 2px;
}

.RectangleButton {
    display: flex;
}

.RectangleButton button {
    position: relative;
    flex-grow: 1;
}

.RectangleButton button i {
    font-size: var(--fs-xlarge);
}

.place-order.priceladder .form-inline .form-group input {
    width: 100%;
    padding: 0 40px 0 0;
    height: 28px;
}

.place-order.priceladder .form-inline .form-group {
    margin: 0;
}

.place-order.priceladder .form-inline .btn.btn-number {
    top: 4px;
}

.place-order.priceladder .form-inline .quantity-down-minus {
    left: calc(100% - 20px);
}

.place-order.priceladder .form-inline .quantity-up-plus {
    left: calc(100% - 45px);
}

button i.buy {
    color: #5588ff;
}

button i.sell {
    color: #ff5588;
}

.buttonplus {
    position: absolute;
    top: 9px;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 15px;
    z-index: 1;
    background: #f3fbfe;
}

.ladderqty {
    position: relative;
    width: 121px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    padding-left: 0;
    font-weight: 500;
    line-height: 16px;
    color: var(--text);
}

.scriptitle {
    padding: 10px 15px;
}

.ladderTitle {
    margin-right: 20px;
    font-weight: 500;
    color: var(--text);
}

.ladderltp {
    font-weight: 500;
}

#ladder tr td {
    border: 1px solid var(--border-color);
    font-family: Roboto;
    font-size: var(--fs-small);
    padding: 4px 8px;
    line-height: 14px;
    width: auto;
    font-weight: 600;
}

#ladder tr:hover td {
    background-color: #8097a2;
    color: #fff;
}

#ladder tr td button {
    padding: 2px 2px;
    background: 0 0;
}

#ladderTable tr>td:nth-child(1) {
    /*background-color: rgba(85, 136, 255, 0.3);*/
    text-align: right;
}

#ladderTable tr>td:nth-child(3),
#ladderTable tr>th:nth-child(3) {
    text-align: center;
}

/*#ladderTable tr>td:last-child {
    background-color: rgba(255, 85, 136, 0.3);
}*/

#ladderTable tr>td:nth-child(4).strikeout2 {
    background-color: #ff5588;
    color: var(--white);
}

#ladderTable tr>td:nth-child(2).strikeout1 {
    background-color: #5588ff;
    color: var(--white);
}

.B-Qty {
    width: 35px;
    height: 15px;
    font-family: Roboto;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5588ff !important;
}

.S-Qty {
    width: 31px;
    height: 15px;
    font-family: Roboto;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff5588 !important;
}

.PRICE {
    width: 36px;
    height: 15px;
    font-family: Roboto;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8097a2 !important;
}

.Rectangle-buy,
.Rectangle-sell {
    position: relative !important;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    font-size: var(--fs-large);
    font-weight: 500;
    opacity: 0.9;
    padding: 0 12px !important;
}

.Rectangle-buy {
    background-color: #5588ff !important;
}

.Rectangle-sell {
    background-color: #ff5588 !important;
}

.Rectangle-buy:hover,
.Rectangle-sell:hover {
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.cancel,
.flatten {
    position: relative !important;
    height: 26px;
    border-radius: 3px;
    opacity: 0.9;
    background: #fff;
    padding: 0 12px !important;
}

.flatten {
    border: solid 1px #5588ff !important;
    color: #5588ff;
}

.cancel {
    border: solid 1px #ff5588 !important;
    color: #ff5588;
}

.cancel:hover,
.flatten:hover {
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    opacity: 1;
}

table#ladderTable th {
    background: var(--lightgray);
    border: solid 1px var(--border-color);
    padding: 6px;
}

.strikeoutBuyopenQty {
    opacity: 0.75;
    background-color: #02b276;
    font-family: Roboto;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.strikeoutSellopenQty {
    opacity: 0.75;
    background-color: #e53935;
    font-family: Roboto;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.ladderPos,
.profitloss {
    line-height: 26px;
    width: 100%;
    border-radius: 3px;
    border: solid 1px var(--border-color);
    text-align: center;
    vertical-align: middle;
    font-size: var(--fs-normal);
}

.priceLadderContainer.innerContainer form {
    padding-bottom: 10px;
}

#ladderTable {
    margin: 0;
}

.basket-order-form-wrapper {
    padding: 30px !important;
}

.table>tbody {
    border-bottom: 1px solid var(--border-color);
}

.table>tbody.bdb-0 {
    border-bottom: none;
}

.table>tbody+tbody {
    border-top: none !important;
}

.table>tbody:first-of-type {
    border-top: 1px solid var(--border-color);
}

td.bo-error {
    color: var(--red);
    background: var(--red20);
}

.touchline-search-popup {
    box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.15);
    position: absolute;
    background: var(--modalpanel);
    top: 100%;
    width: 100%;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap input {
    padding: 0 10px;
    height: 36px;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border: none;
}

.touchline-searchbox {
    box-shadow: none;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
}

.serachorder-wrapper {
    position: absolute;
    z-index: 200;
    min-width: 250px;
    right: 0;
    top: 100%;
    background: var(--modalpanel);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    border: solid 1px var(--border-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.serachorderbox.active .serachorder-wrapper {
    opacity: 1;
    visibility: visible;
}

.serachorderbox {
    position: relative;
    margin-right: -11px;
    margin-left: -11px;
}

.serachorder-icon {
    padding: 3px 10px 0;
    font-size: var(--fs-xxlarge);
}

.serachorder-wrapper input {
    border: none !important;
    border-radius: 0 !important;
    padding-left: 30px;
}

.serachorder-wrapper i {
    position: absolute;
    font-size: var(--fs-xxlarge);
    left: 7px;
    top: 50%;
    margin-top: -9px;
}

.pricesingle-wrapper {
    position: relative;
    width: 100%;
    padding-left: 10px;
    /* margin: 0 auto; */
    /*max-width: 92%;*/
}

.pricesingle {
    display: inline-flex;
}

.bx-wrapper {
    width: calc(100vw - 250px);
    overflow: hidden;
}

.pricesingle-wrapper .pricebox-divider:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 9px;
    width: 1px;
    background-color: var(--border-color);
}

.pricesingle-wrapper #slideicon-prev {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0;
    background-color: #fff;
    display: none;
}

.pricesingle-wrapper #slideicon-next {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: -10px;
    background-color: #fff;
    display: none;
}

.pricesingle-wrapper.slide-active #slideicon-prev,
.pricesingle-wrapper.slide-active #slideicon-next {
    display: block;
}

.pricesingle-wrapper .bx-next i,
.pricesingle-wrapper .bx-prev i {
    font-weight: bold;
    color: #919191;
}

/*.header-stk-blk.pricebox-divider {
    padding-right: 25px !important;
    position: relative;
}*/
.pricebox-close-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
}

select.swal2-select {
    font-weight: 600;
    background: 0 0;
    color: var(--text);
    border: solid 1px var(--border-color);
}

select.swal2-select:focus-visible {
    outline: 0;
}

.input-group-addon {
    background: var(--border-color);
    border-color: var(--border-color);
}

.disabledClass {
    background-color: #dedcf5;
}

.bookddwrapper {
    position: relative;
}

.bookddselected {
    min-width: 100px;
    position: relative;
}

.bookddselected>i {
    position: absolute;
    right: 0;
    top: 5px;
}

.bookddlist {
    top: 100%;
    left: 0;
    z-index: 10;
    position: absolute;
    background-color: var(--modalpanel);
    min-width: 100px;
    width: auto;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 12;
    padding: 10px 0;
    max-height: 100px;
    display: none;
}

.bookddlist ul li:hover {
    background-color: var(--listhover);
    cursor: pointer;
}

.bookddwrapper.show .bookddlist {
    display: block;
}

.bookbox .buysell-ul {
    position: absolute;
    top: 1px;
    left: 35px;
    margin-bottom: 0;
    background: var(--modalpanel);
    box-shadow: 0 2px 7px rgb(0 0 0 / 11%);
    opacity: 0;
    border-radius: 4px;
    border: solid 1px var(--border-color);
    display: flex;
    flex-flow: row;
}

.bookbox .buysell-ul>li {
    border-left: solid 1px var(--border-color);
    padding: 4px;
    width: 26px;
    height: 26px;
}

.bookbox .buysell-ul>li:hover {
    background: var(--listhover);
}

.bookbox .buysell-ul>li:first-child {
    border-left: none;
}

.bookbox {
    position: relative;
}

.bookbox .buysell-ul>li svg {
    width: 18px;
}

.bookbox:hover .buysell-ul {
    opacity: 1;
}

.error-control {
    border-bottom: 2px solid red;
}

.img-focused {
    border: solid 5px var(--primarycolor);
}

.basketlist {
    padding: 0 10px 0 0;
    margin: 0;
    list-style: none;
}

.basketlist li {
    margin-bottom: 4px;
    border: solid 1px var(--border-color);
    border-radius: 4px;
    position: relative;
}

.myhighligher {
    position: relative;
    z-index: 100;
}

.basketlist li label {
    /* vertical-align: super; */
    padding: 10px 30px 10px 40px;
    margin: 0;
    display: block;
}

.basketlist li a {
    position: absolute;
    right: 5px;
    font-size: 16px;
    top: 6px;
    display: none;
}

.basketlist li:hover a {
    display: block;
}

.basketlist li input {
    display: block;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 5px;
}

.basketlist li input:checked+label {
    background: var(--listhover);
}

.bulletlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bulletlist li {
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.bulletlist li:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: var(--primarycolor);
    left: 0;
    top: 2px;
    border-radius: 3px;
}

.mv_more {
    background-image: url(../images/mv-more.png);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 8px;
}

.imgIcons {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 6px;
}

.ImgIconsShow:hover>td>ul {
    display: inline-flex !important;
    opacity: 1 !important;
}

.makertmoverIcons {
    left: unset !important;
    right: 8px !important;
}

.mv_info {
    /* background-image: url(../images/mv-info.png); */

    background-image: url(../images/information-icon.svg);
    width: 18px;
    height: 18px;
}

.resize_img {
    /* background-image: url(../images/resize.png); */
    background-image: url(../images/open-chart-icon.svg);
    width: 18px;
    height: 18px;
}

.mv_alert {
    background-image: url(../images/mv-alerts.png);
}

.mv_gtt {
    background-image: url(../images/mv-gtt.png);
}

.mv_ochain {
    background-image: url(../images/mv-ochain.png);
}

.basketorderform .form-group {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
}

.basketorderform .form-group label {
    font-weight: 600;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    width: 100%;
    padding-bottom: 0;
    /*position: absolute;
    top: -18px;
    left: 0;*/
}

/*.basketorderform .form-group select {
    background: url(../../../styles/images/select-arrow-down-dark.svg) no-repeat right 12px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 30px 5px 0;
    font-weight: 500;
    font-size: var(--fs-large);
    line-height: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
}*/
.basketorderform .form-group input,
.basketorderform .form-group select {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    padding-left: 0;
    font-weight: 500;
    line-height: 16px;
    color: var(--text);
    padding: 0 10px;
    font-size: var(--fs-normal);
    border: solid 2px #ccc;
    border-radius: 10px;
    background-color: #fff;
    width: 120px;
    max-width: 100%;
    min-width: 80px;
}

.basketorderform .form-group select {
    padding-right: 16px;
}

/*.basketorderform .form-group input:active,
.basketorderform .form-group input:focus,
.basketorderform .form-group input:hover {
    border-bottom: 1px solid #566369;
    background: #fff;
    padding: 0 10px;
}*/
.basketorderform .btn.btn-number {
    position: absolute;
    top: 4px;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 15px;
    z-index: 1;
    background: var(--sidepanel);
    color: inherit;
}

.basketorderform .quantity-up-plus {
    right: 0;
}

.basketorderform .quantity-down-minus {
    right: 25px;
}

.panel-default>.panel-heading {
    color: var(--secondtext);
}

.passwordrules {
    text-align: left;
    padding: 0 0 20px 0;
    list-style: none;
}

.passwordrules li {
    text-align: left;
    padding: 3px 0 0 15px;
    list-style: none;
    position: relative;
}

.passwordrules li:after {
    content: "";
    position: absolute;
    background: var(--primarycolor);
    width: 8px;
    height: 8px;
    left: 0;
    top: 6px;
    border-radius: 3px;
}

.ipo-icon {
    text-align: center;
    padding: 6rem;
}

.ipo-links-wrapper {
    padding: 3rem;
}

.ipo-links-wrapper ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: var(--text);
}

.ipo-links-wrapper ul li a.active {
    background: var(--modalpanel);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03);
}

.ipo-links-wrapper ul li a span {
    line-height: 25px;
    text-align: center;
    border-radius: 7px;
    display: block;
    width: 25px;
    height: 25px;
}

.ipo-links-wrapper ul li a.active span {
    color: #fff;
    background: var(--primarycolor);
}

.modal-close-fixed-btn {
    background-color: transparent;
    font-size: var(--fs-large);
    position: absolute;
    z-index: 100;
    top: 2rem;
    right: 2rem;
}

.ipobox-wrapper {
    padding: 40px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.ipobox {
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 9px;
}

.ipobox-data {
    padding: 3rem;
}

.ipobox-title {
    font-size: 2rem;
}

.ipobox-segment {
    background: rgba(139, 160, 170, 0.1);
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    color: var(--secondtext);
    margin-bottom: 3rem;
}

.ipobox-dates {
    font-size: 1.4rem;
}

.ipobox-points {
    display: grid;
    width: 100%;
    text-align: center;
    background: var(--sidepanel);
    padding: 2rem 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.ipoobox-point {
    padding: 30px;
    border: solid 1px var(--border-color);
    background: var(--panel);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 7px;
}

.ipobox-point-data {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}

.ipobox-point-label {
    color: var(--secondtext);
}

.ipobox-timelinetitle {
    color: var(--secondtext);
    padding: 3rem 3rem 0;
}

.ipobox-action {
    padding: 3rem;
}

.ipobox-action .btn.btn-default {
    border: none;
}

.ipobox-timelinebox {
    padding: 1rem 3rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3px;
}

.ipobox-timelinebox>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    text-align: center;
}

.ipobox-timelinebox-caption {
    padding-bottom: 5px;
    line-height: 1.3rem;
}

.ipobox-timelinebox-bar {
    display: block;
    position: relative;
    margin: 10px 0;
    background: #758d99;
    height: 10px;
    width: 100%;
}

.ipobox-timelinebox-date {
    color: var(--secondtext);
    font-size: 1.1rem;
}

.ipobox-timelinebox-bar.active:before {
    border: solid 2px var(--primarycolor);
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--panel);
    border-radius: 50px;
    top: -10px;
    left: 50%;
    margin-left: -15px;
}

.ipobox-timelinebox-bar.active {
    background: var(--primarycolor);
}

.ipobox-timelinebox-bar.active:after {
    content: "";
    border-left: solid 2px var(--primarycolor);
    border-bottom: solid 2px var(--primarycolor);
    width: 14px;
    height: 7px;
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: calc(50% - 7px);
}

.ipodetails-wrapper {
    display: grid;
    grid-template-columns: 4fr 8fr;
    height: 100%;
    overflow-y: auto;
}

.ipodetails-information {
    padding: 40px;
    border-right: solid 1px var(--border-color);
}

.ipobox-information-list li {
    background-image: linear-gradient(to right, var(--border-color) 50%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ipobox-information-list ul {
    background-image: linear-gradient(to right, var(--border-color) 50%, rgba(255, 255, 255, 0) 0);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.ipobox-information-list-label {
    font-size: 1.4rem;
    color: var(--secondtext);
}

.ipobox-information-list-data {
    font-size: 1.6rem;
}

.ipobox-information-application-box {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--sidepanel);
    border-radius: 5px;
}

.ipobox-title.formwrapper-fix {
    padding-bottom: 58px;
}

.ipodetails-formwrapper {
    padding: 40px;
}

.ipobox-subtitle {
    font-size: 1.6rem;
    padding-top: 2rem;
}

.ipobox-bid-wrapper ul {
    padding-top: 1rem;
}

.ipobox-bid-wrapper ul li {
    border: solid 1px var(--border-color);
    margin-bottom: 1rem;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.ipobox-bid-wrapper ul li>div {
    padding: 1.5rem 3rem;
    text-align: center;
}

.ipobox-bid-label {
    font-size: 1.4rem;
    color: var(--secondtext);
}

.ipobox-bid-data {
    font-size: 1.6rem;
}

.ipobox-bid-wrapper ul li>div:nth-child(2) {
    margin-left: auto;
}

.ipodetails-openwarning {
    background: rgba(233, 188, 29, 0.27);
    border-radius: 4px;
    display: flex;
    width: fit-content;
    padding: 1rem 1rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
}

.ipodetails-openwarning>* {
    padding: 0 0.5rem;
}

.ipodetails-inputgroup {
    padding-bottom: 2rem;
}

.ipodetails-inputgroup-label {
    font-size: 1.4rem;
    color: var(--secondtext);
    padding-bottom: 1rem;
}

.ipodetails-inputgroup-field {
    display: flex;
    align-items: center;
    width: fit-content;
    border: solid 1px var(--border-color);
    border-radius: 4px;
    overflow: hidden;
    font-size: 1.4rem;
}

.ipodetails-inputgroup-field>* {
    border: none;
    border-left: solid 1px var(--border-color);
    height: 4rem;
    padding: 0 2rem;
    background: 0 0;
}

.ipodetails-inputgroup-field>select {
    padding-right: 4rem;
}

.ipodetails-inputgroup-field> :first-child {
    border: none;
}

.ipodetails-inputgroup-field> :focus-visible {
    outline: 0;
}

.ipodetails-inputgroup-field>select {
    background: url(../../../styles/images/select-arrow-down-dark.svg) no-repeat calc(100% - 14px) 17px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ipodetails-table {
    width: 100%;
}

.ipodetails-table tr>* {
    border-bottom: solid 1px var(--border-color);
    width: 30%;
    padding: 1.3rem 2rem;
}

.ipodetails-table tr>th {
    font-size: 1.2rem;
    color: var(--secondtext);
    text-transform: uppercase;
}

.ipodetails-table tr>td {
    font-size: 1.4rem;
}

.ipodetails-tablewrapper {
    padding-bottom: 3rem;
}

.ipodetails-termscondition {
    display: flex;
}

.ipodetails-termscondition>div {
    padding: 1rem;
}

.ipodetails-form-action {
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
}

.ipodetails-amount-data {
    font-size: 2rem;
}

.ipodetails-amount-text {
    font-size: 1.4rem;
    color: var(--secondtext);
}

.ipodetails-form-action input {
    width: 200px;
}

.cutoff-wrapper {
    display: flex;
    align-items: center;
}

i.ipodetails-custom-checkbox {
    display: inline;
    position: relative;
    width: 25px;
    display: inline-block;
    padding: 0;
    height: 25px;
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px var(--border-color);
}

i.ipodetails-custom-checkbox>input[type="checkbox"] {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

i.ipodetails-custom-checkbox label {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

i.ipodetails-custom-checkbox input[type="checkbox"]:checked+label {
    background: var(--primarycolor);
}

i.ipodetails-custom-checkbox input[type="checkbox"]:checked+label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    left: 4px;
    top: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.cutoff-wrapper>div {
    position: relative;
    padding: 0 4px;
}

.ipodetails-inputgroup-field>button {
    box-shadow: none;
}

.ipodetails-inputgroup-field button {
    padding: 0;
    width: 40px;
}

.ipodetails-inputgroup-field button.minus:before,
.ipodetails-inputgroup-field button.plus:before {
    font-family: budicon-classic-solid !important;
    /* speak: none; */
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1.8rem;
}

.ipodetails-inputgroup-field button.minus:before {
    content: "\eb17";
}

.ipodetails-inputgroup-field button.plus:before {
    content: "\eb20";
}

.ipo-back-link {
    background-color: transparent;
    font-size: var(--fs-large);
    position: absolute;
    z-index: 100;
    top: 1.5rem;
    right: 2rem;
    color: var(--text);
}
.ipo-nav-icon {
    height: 24px;
}

.no-drop {
    cursor: no-drop;
}

.not-allowed {
    cursor: not-allowed !important;
}

#payoff-table input,
#payoff-table select {
    font-size: 12px;
    padding: 6px;
}

#payoff-table input {
    position: relative;
    height: 30px;
    width: 40px;
    text-align: center;
}

i.budicon-refresh-ui {
    padding-top: 3px;
    font-size: 1.6rem;
    display: inline-block;
}
:root {
    --fs-xxsmall: 8px;
    --fs-xsmall: 9px;
    --fs-small: 10px;
    --fs-normal: 12px;
    --fs-large: 14px;
    --fs-xlarge: 16px;
    --fs-xxlarge: 18px;
    --background: #f5f8fd;
    --panel: #ffffff;
    --modalpanel: #ffffff;
    --white: #ffffff;
    --lightorange: #fff2e2;
    --text: #445a64;
    --secondtext: #8097a2;
    --secondtexthover: #4a5f68;
    --green: #02b276;
    --red: #e53935;
    --green20: #02b27620;
    --red20: #e5393520;
    --green70: #02b2778e;
    --red70: #e539358e;
    --greenbg: #02b276;
    --redbg: #e53935;
    --border-color: #eee;
    --border-color-focus: #ced4da;
    --checkbox-border-color: #bfbfbf;
    --listhover: #f0f0f0;
    --sidepanel: #f3fbfe;
    --disabled-bg-color: #cfcfcf;
    --lightgray: #e8e8e8;
    --booktab: #445a64;
    --optionyellow: #fff2e2;
    --optioncepe: #d6ebf3;
    --gray: #adb7bb;
    --primarycolor: #203fa6;
    --primarycolorhover: #203fa6;
    --stk-statua-up-color: #5588ff;
    --price-up-color: #5588ff;
    --price-down-color: #ff5588;
}

:root.dark-theme {
    --background: #000000;
    --panel: #1a1f2b;
    --modalpanel: #282c38;
    --white: #ffffff;
    --lightorange: #fff2e2;
    --text: #d4d8e2;
    --secondtext: #999eab;
    --secondtexthover: #9fa9b1;
    --green: #03e99c;
    --red: #ff6c68;
    --green20: #02b27620;
    --red20: #e5393520;
    --greenbg: #02b276;
    --redbg: #e53935;
    --border-color: #353a4a;
    --border-color-focus: #323848;
    --checkbox-border-color: #525661;
    --listhover: #1e2331;
    --sidepanel: #1e232f;
    --disabled-bg-color: #605f68;
    --lightgray: #1c3e5d;
    --booktab: #4d5261;
    --optionyellow: #3b3f4c;
    --optioncepe: #2f3340;
    --gray: #404656;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752FD8Ghe4.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752HT8Ghe4.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752GT8G.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752FD8Ghe4.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752HT8Ghe4.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752GT8G.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752FD8Ghe4.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752HT8Ghe4.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v36/TK3iWkUHHAIjg752GT8G.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb8td.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb8td.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb8td.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb8td.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb8td.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb8td.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb8td.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb8td.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb8td.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.font-one {
    font-family: Roboto, sans-serif;
}

.font-two {
    font-family: "Roboto Slab", serif;
}

.font-three {
    font-family: "Open Sans", sans-serif;
}

.font-four {
    font-family: Oswald, sans-serif;
}

.font-five {
    font-family: Poppins, sans-serif;
}

.font-six {
    font-family: "Roboto Condensed", sans-serif;
}

.navbar-brand>img.dark-logo {
    display: none;
}

.lobi-select-wrap .dropdown-toggle.active,
.lobi-select-wrap .dropdown-toggle.btn-default:focus,
.lobi-select-wrap .dropdown-toggle:active,
.lobi-select-wrap .dropdown-toggle:hover {
    background-color: #fff;
}

#mkwtch-panel.lobipanel>.panel-body {
    overflow-y: auto;
    overflow-x: auto;
}

#chart-panel.lobipanel .panel-body {
    overflow-y: auto;
    overflow-x: hidden;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap select {
    background: url(../../../styles/images/select-arrow-down-dark.svg) no-repeat center right;
    background-position-x: calc(100% - 15px);
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #acbfc8;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #445a64;
    height: 25px;
    padding: 0 12px;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap select.stats-chart-select {
    margin: 0 5px;
    width: 136px;
    background-position: 120px 10px;
    display: none;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap select.stats-chart-select.showselect {
    display: inline-block;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap select:hover {
    cursor: pointer;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap input {
    padding: 0 10px;
    height: 30px;
    width: 100%;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .btn {
    border-radius: 3px 0 0 3px;
    padding: 0 3px;
    background: 0 0;
    position: relative;
    box-shadow: none;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .btn.dropdown-toggle:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    /* border: solid 4px transparent;
    border-top-color: var(--secondtext); */
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .btn i {
    font-size: 18px;
    height: 28px;
    display: block;
    line-height: 25px;
    color: var(--secondtext);
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .btn.dropdown-toggle {
    padding: 0 8px;
    border-color: var(--secondtext);
    font-size: 12px;
    width: 160px;
    color: var(--secondtext);
    border: none;
    background: var(--background);
    height: 28px;
    line-height: 28px;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .btn.dropdown-toggle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: calc(100% - 10px);
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap ul.dropdown-menu {
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap ul.dropdown-menu.fix2right {
    left: -110px;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap ul.dropdown-menu::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 116px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #fff transparent;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap ul.dropdown-menu>li {
    width: 270px;
    padding: 9px;
}

.fixed-header>thead>tr>th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
}

.pr-table.mkwtch-table .table>tbody>tr {
    position: relative;
}

.pr-table.mkwtch-table tr:hover>td>ul {
    opacity: 1;
}

.pr-table.mkwtch-table tr>td {
    position: relative;
    padding: 6px 12px;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu) {
    display: none;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 15px;
    margin-bottom: 0;

    z-index: 9;
    opacity: 0;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li {
    border-left: solid 1px var(--border-color);
    border-radius: 50px;
    background: #f1f1f1;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li.mv-hoversubmenu-liwrapper:hover .mv-hoversubmenu {
    display: block;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li:hover {
    background: #d5d5d5;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li:first-child {
    border-left: none;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li>a {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li>a>i {
    display: block;
    height: 30px;
    text-align: center;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li .buy-icon::before {
    content: "";
    background: url(../images/buy-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

.pr-table.mkwtch-table ul:not(.mv-hoversubmenu)>li .sell-icon::before {
    content: "";
    background: url(../images/sell-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

#mkwtch-panel .budicon-file-information::before {
    content: "";
    background: url(../images/info-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

#mkwtch-panel .budicon-graphic-moderate::before {
    content: "";
    background: url(../images/graph-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

#mkwtch-panel .budicon-trash::before {
    content: "";
    background: url(../images/delete-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

.mw-icon-more.open+.mv-hoversubmenu {
    display: block !important;
}

.mv-hoversubmenu {
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    background: var(--modalpanel);
    z-index: 9;
    border-radius: 4px;
    border: solid 1px var(--border-color);
    min-width: calc(100% + 2px);
    display: none;
}

.mv-hoversubmenu-bottom {
    bottom: 100% !important;
}

.mv-hoversubmenu-top {
    top: 100% !important;
}

.mv-hoversubmenu>li {
    border-bottom: solid 1px var(--border-color);
}

.mv-hoversubmenu>li:hover {
    background-color: var(--primarycolorhover);
    color: #fff;
}

.mv-hoversubmenu>li>a:hover {
    color: #fff;
}

.mv-hoversubmenu>li>a {
    color: var(--text);
    position: relative;
    width: 100%;
    display: block;
}

.mv-hoversubmenu>li>a>img {
    position: absolute;
    left: 10px;
    max-width: 16px;
    top: 10px;
}

.mv-hoversubmenu-li-label {
    line-height: 20px;
    padding: 5px 10px 5px 37px;
    text-align: left;
}

.mw-icon-more>img {
    max-width: 16px;
    top: 11px;
}

.mw-icon-more {
    display: block;
    padding: 6px 7px;
}

.stats-chart-hvr .mv-hoversubmenu-liwrapper a.mw-icon-more {
    padding: 0;
}

.stats-chart-hvr .mv-hoversubmenu-liwrapper .mv-hoversubmenu {
    min-width: 150px;
    right: 0;
    left: auto;
}

.optionchain-table tr:hover>td>ul {
    opacity: 1;
}

.optionchain-table tr>td {
    position: relative;
    padding: 6px 12px;
}

.optionchain-table ul {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    margin-bottom: 0;
    background: var(--modalpanel);
    box-shadow: 0 5px 1px rgba(0, 0, 0, 0.05);
    z-index: 9;
    opacity: 0;
    border-radius: 4px;
    border: solid 1px var(--border-color);
}

.optionchain-table ul>li {
    border-left: solid 1px var(--border-color);
}

.optionchain-table ul>li:hover {
    background: var(--listhover);
}

.optionchain-table ul>li:first-child {
    border-left: none;
}

.optionchain-table ul>li>a {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
}

.optionchain-table ul>li>a>i {
    display: block;
    height: 30px;
    text-align: center;
}

.optionchain-table ul>li .buy-icon::before {
    content: "";
    background: url(../images/buy-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

.optionchain-table ul>li .sell-icon::before {
    content: "";
    background: url(../images/sell-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

.graph-view .stats-graph-wrapper {
    padding: 15px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.graph-view .stats-graph-wrapper .stats-graph {
    width: 184px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.graph-view .stats-graph-wrapper .stats-graph .panel-body {
    padding: 0 10px;
}

.graph-view .stats-graph-wrapper .stats-graph .panel-body .graph-buy-blk,
.graph-view .stats-graph-wrapper .stats-graph .panel-body .graph-sell-blk {
    width: 49%;
    text-align: center;
    padding: 5px;
}

.graph-view .stats-graph-wrapper .stats-graph .panel-body .graph-sell-blk {
    float: left;
}

.graph-view .stats-graph-wrapper .stats-graph .panel-body .graph-buy-blk {
    float: right;
}

.graph-view .stats-graph-wrapper .stats-graph .panel-body .graph-buy-blk p,
.graph-view .stats-graph-wrapper .stats-graph .panel-body .graph-sell-blk p {
    margin-bottom: 5px;
}

#ordrmgr-panel .panel-title h4 {
    display: inline-block;
}

#ordrmgr-panel.lobipanel .panel-heading {
    padding: 0;
}

#ordrmgr-panel .panel-title {
    padding-left: 0;
}

#ordrmgr-panel .panel-title .ordrmgr-selects {
    display: inline-block;
    margin: auto 15px;
}

#ordrmgr-panel .panel-title .ordrmgr-selects select {
    display: inline-block;
    background: url(../../../styles/images/select-arrow-down-dark.svg) no-repeat 91% 16px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 30px 5px 10px;
    min-width: 102px;
    width: auto;
}

#ordrmgr-panel .panel-title .ordrmgr-selects select:hover {
    cursor: pointer;
}

select.form-control:not(.border) {
    box-shadow: none;
    border: none;
}

select.form-control:not(.border):focus {
    box-shadow: none;
    border: none;
}

select.form-control.inline {
    display: inline-block;
    width: auto;
}

#ordrmgr-panel .ordr-book-filters {
    margin-left: 180px;
    margin-top: 3px;
}

#ordrmgr-panel-tggl i {
    font-weight: 700;
}

#ordrmgr-panel.panel-collapsed #ordrmgr-panel-tggl i.budicon-chevron-bottom::before {
    content: "\ec9e";
}

#ordrmgr-panel.stick-to-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 80px);
    z-index: 0;
}

#ordrmgr-panel .ordr-mngr-table table>thead>tr>th:last-child {
    min-width: 120px;
    text-align: center;
}

#ordrmgr-panel .ordr-mngr-table table>tbody>tr>td .actn-blk>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    margin-bottom: 0;
}

#ordrmgr-panel .ordr-mngr-table table>tbody>tr>td .actn-blk>ul>li {
    cursor: pointer;
}

#ordrmgr-panel .ordr-mngr-table table>tbody>tr>td .actn-blk>ul>li i {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.6;
    color: #777;
}

#ordrmgr-panel .ordr-mngr-table table>tbody>tr>td .actn-blk>ul>li i.bi_editorial-write {
    font-size: 15px;
}

#ordrmgr-panel .ordr-mngr-table table>tbody>tr:hover>td .actn-blk>ul>li i {
    opacity: 1;
    color: inherit;
}

.pr-table .table-striped>tbody>tr:nth-child(odd) .zui-sticky-col {
    background-color: #f3fbfe;
}

.pr-table .table-striped>tbody>tr:nth-child(even) .zui-sticky-col {
    background-color: #fff;
}

.pr-table .table-striped>tbody>tr:hover .zui-sticky-col {
    background-color: #fff2e2 !important;
}

.zui-wrapper {
    position: relative;
}

.zui-scroller {
    margin-right: 120px;
    overflow-x: scroll;
    overflow-y: visible;
}

.zui-table .zui-sticky-col {
    right: 0;
    position: absolute;
    top: auto;
    width: 120px;
}

.zui-table .zui-sticky-col .actn-blk .dropdown.ordrmgr-opt-drop .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 92px;
}

.zui-table .zui-sticky-col .actn-blk .dropdown.ordrmgr-opt-drop .dropdown-menu>li>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: #fff2e2;
}

.zui-table .zui-sticky-col .actn-blk ul li a {
    color: #445a64;
}

.zui-table .zui-sticky-col .actn-blk .dropdown.ordrmgr-opt-drop .dropdown-menu>li>a {
    color: #445a64;
}

.zui-table .zui-sticky-col .actn-blk ul li a:focus,
.zui-table .zui-sticky-col .actn-blk ul li a:hover {
    color: inherit;
}

.zui-table .zui-sticky-col .actn-blk {
    position: relative;
}

.zui-table .zui-sticky-col .actn-blk::before {
    content: "";
    position: absolute;
    background: url(../../../styles/images/td-shadow.png) repeat-y;
    height: 32px;
    width: 20px;
    top: -8px;
    left: -29px;
    z-index: 0;
}

#ordrmgr-panel .panel-title .ordrmgr-dropdown {
    display: inline-block;
}

#ordrmgr-panel .dropbtn {
    padding: 2px 36px 2px 0;
    font-size: 14px;
    border: none;
    cursor: pointer;
    position: relative;
    width: auto;
}

#ordrmgr-panel .dropbtn:hover,
.dropbtn:focus {
    background-color: #445a64;
}

#ordrmgr-panel .dropdown-ordrmgr {
    display: inline-block;
    margin-left: 20px;
}

#ordrmgr-panel .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--modalpanel);
    min-width: 125px;
    width: auto;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 12;
    padding: 10px 0;
    max-height: 130px;
}

#ordrmgr-panel .dropdown-content a,
#ordrmgr-panel .dropdown-content div {
    cursor: pointer;
    color: var(--text);
    font-size: 12px;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#ordrmgr-panel .dropdown-ordrmgr a:hover {
    background-color: #fff2e2;
    cursor: pointer;
}

#ordrmgr-panel .show {
    display: block;
}

.ui-grid-pinned-container-left .ui-grid-viewport.hideScroll::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 1599px) {

    .bootstrap-select .dropdown-toggle,
    .navbar-form .input-group>input.form-control {
        width: 392px;
    }

    .common-header .navbar .navbar-form {
        max-width: unset;
    }
}

.tag {
    font-size: var(--fs-normal);
}

.modal-content .btn {
    font-size: var(--fs-large);
}

.common-header .navbar .header-blk .header-stk-blk .stk-rt>span.stk-status {
    font-size: var(--fs-normal);
    position: relative;
    padding-left: 12px;
}

.lobipanel>.panel-heading h4,
.lobipanel>.panel-heading span:not(.badge) {
    font-size: var(--fs-normal);
    font-weight: 500;
}

.fixed-sidebar .sidebar-rt .nav-tabs>li>a>i {
    font-size: var(--fs-xlarge);
}

.panel-sidebar-title .stk-rt>span.stk-status {
    font-size: var(--fs-normal);
}

.place-order h6 {
    font-size: var(--fs-large);
}

.place-order h4 {
    font-size: var(--fs-xlarge);
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap ul.dropdown-menu>li {
    width: 220px;
    padding: 5px;
}

#ordrmgr-panel .dropbtn {
    font-size: var(--fs-normal);
}

.common-header .dropdown.add-widget ul.dropdown-menu>li>a {
    font-size: var(--fs-normal);
}

.graph-view .stats-graph-wrapper .stats-graph {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lobipanel>.panel-heading {
    padding: 3px 5px;
}

.chart-wrapper canvas {
    height: 62px !important;
}

@media screen and (min-width: 1200px) {
    .common-header .navbar .navbar-brand {
        margin-left: 0;
        margin-right: 20px;
    }

    .common-header .navbar .header-blk {
        padding: 0;
    }

    .common-header .navbar .header-blk p {
        padding-right: 5px;
    }

    .bootstrap-select .dropdown-toggle,
    .navbar-form .input-group>input.form-control {
        width: 240px;
        font-size: var(--fs-large);
    }

    .common-header .navbar .header-blk:first-child::before {
        left: -8px;
    }

    .common-header .navbar .header-blk::after {
        right: 7px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .common-header .navbar .navbar-brand {
        margin-right: 15px;
        margin-left: 0;
    }

    .common-header .navbar .navbar-form {
        padding: 0 15px;
    }

    .bootstrap-select .dropdown-toggle,
    .navbar-form .input-group>input.form-control {
        width: 200px;
        font-size: var(--fs-large);
    }

    .common-header .navbar .navbar-right li a .caret::before {
        top: 12px;
        right: 8px;
    }

    .common-header .navbar .header-blk::after {
        right: 5px;
    }

    .common-header .navbar .header-blk .header-stk-blk {
        text-align: center;
    }

    .common-header .navbar .header-blk .header-stk-blk p {
        padding: 0;
        float: none;
    }

    .common-header .navbar .header-blk .header-stk-blk .stk-rt {
        padding: 0;
        margin-top: -4px;
    }

    .common-header .navbar .header-blk .header-stk-blk .stk-rt>span {
        font-size: var(--fs-normal);
    }

    .search-popup .modal.fade .modal-dialog {
        left: calc(100vw - 777px);
    }
}

@import url(https://fonts.googleapis.com/css?family=Roboto|Montserrat);

* {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 600;
    box-sizing: border-box;
}

.body {
    width: 100%;
    height: 100%;
    background-color: var(--background);
    overflow-y: hidden;
    overflow-x: hidden;
}

.login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 31px;
    width: 390px;
    height: 420px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.set-pin-userbox {
    padding: 20px 0;
    text-align: center;
}

.set-pin-user-initial {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
    background: #ccc;
    line-height: 50px;
    font-size: 20px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
}

.set-pin-user-name {
    padding: 10px 0 5px;
    font-size: var(--fs-xlarge);
    font-weight: 700;
    text-transform: uppercase;
}

.set-pin-user-id {
    font-size: var(--fs-normal);
}

.set-pin-user-id a {
    color: var(--primarycolor);
    padding: 0 4px;
}

.login-version {
    margin: auto;
    width: 390px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: var(--fs-normal);
}

.login__container {
    margin-left: auto;
    margin-right: auto;
    width: 296px;
}

.login__container:not(.simple-label) {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.login__container.simple-label {
    text-align: left;
}

.login__container.simple-label .label {
    position: relative;
    left: 0;
    top: 0;
    padding: 0.2em 0.6em 0.3em 0;
}

.set-pin-flex {
    margin: auto -5px;
}

.set-pin-flex>input,
.set-pin-flex>input:focus {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    margin: 0 5px 25px;
}

.login__logo {
    margin-bottom: 19px;
    width: auto;
    max-height: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

.login__title {
    margin-bottom: 25px;
    width: 100%;
    height: 21px;
    font-size: var(--fs-xlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
    text-align: center;
    box-sizing: border-box;
}

.login__textBox {
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 306px;
    height: 39px;
    border-radius: 3px;
    border: solid 1px var(--border-color);
    box-sizing: border-box;
    padding: 12px 10px 13px 13px;
    color: var(--text);
}

.login__container.floating-label .label {
    top: -8px;
    background-color: var(--modalpanel);
    padding-left: 6px;
}

.login__textBox__password {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 306px;
    height: 39px;
    border-radius: 3px;
    border: solid 1px var(--border-color);
    box-sizing: border-box;
    padding: 12px 10px 13px 13px;
    color: var(--text);
    background: 0 0;
}

.login__textBox::placeholder {
    width: 100%;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.button {
    margin-bottom: 28px;
    width: 133px;
    height: 40px;
    border-radius: 3px;
    background-color: var(--primarycolor);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.button--large {
    width: 296px;
}

.link {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: var(--secondtext);
    margin-bottom: 24px;
    cursor: pointer;
}

.link__orange-theme {
    color: var(--primarycolor);
}

.link__orange-theme:focus,
.link__orange-theme:hover {
    color: #e25504;
}

.floating-label {
    position: relative;
}

.label {
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    height: 12px;
    font-stretch: normal;
    color: var(--secondtext);
    position: absolute;
    pointer-events: none;
    left: 14px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:invalid):not(:focus)~label {
    padding-left: 6px;
    top: -8px;
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
    height: 16px;
}

.setImgscreen {
    width: 390px;
    height: 451px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.setImgscreen__title {
    font-size: var(--fs-xxlarge);
}

.setImgscreen__second {
    margin-top: 26px;
    margin-bottom: 32px;
    justify-content: space-evenly;
}

.setImgscreen__second-first img {
    margin-left: 55px;
}

.setImgscreen__second-second img {
    margin-right: 55px;
}

.changepassScreen {
    width: 746px;
    height: 439px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.changepassScreen-input:focus~label,
.changepassScreen-input:not(:placeholder-shown)~label {
    height: 14px;
    font-size: var(--fs-normal);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.changepassScreen-cancel {
    border-radius: 3px;
    border: solid 1px var(--primarycolor);
    font-size: var(--fs-large);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--primarycolor);
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.bitmap {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.confirm_img img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.confirm_text {
    margin-left: 19px;
    margin-top: 4px;
}

.confirm_text span {
    width: 173px;
    height: 32px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.validatescreen__button {
    width: 133px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px var(--primarycolor);
}

.validatescreen__button-back {
    font-size: var(--fs-large);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--primarycolor);
    background-color: #fff;
}

.validatescreen__button-submit {
    width: 52px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.validatescreen--forgotpassword {
    width: 113px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.login__container-question {
    text-align: left;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: var(--text);
}

.securityQuescreen {
    width: 390px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.securityQuescreen__title {
    font-size: var(--fs-xxlarge);
}

.securityQuescreen__text {
    margin-top: 15px;
}

.securityQuescreen__hr {
    margin-top: -6px;
    width: 306px;
    height: 2px;
    border: solid 0.5px #e5e5e5;
    margin-bottom: 24px;
}

.securityQuescreen__floating:focus~label,
.securityQuescreen__floating:not(:placeholder-shown)~label {
    width: 30px;
}

.errorscreen {
    width: 500px;
    height: 348px;
    border-radius: 3px;
    background-color: #fff;
}

.error_popup {
    text-align: center;
    margin-top: 40px;
    padding: 0;
    margin-bottom: 33px;
}

.error_popup img {
    width: 177px;
    height: 141px;
    object-fit: contain;
}

.errorscreen__btn {
    width: 93px;
    height: 40px;
    border-radius: 3px;
    background-color: var(--primarycolor);
    font-size: var(--fs-large);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 26px;
}

.login__title1 {
    margin-bottom: 32px;
    width: 100%;
    height: 21px;
    font-size: var(--fs-xxlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
    text-align: center;
    box-sizing: border-box;
}

.resetPass__button-back {
    font-size: var(--fs-large);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--primarycolor);
    background-color: #fff;
    border: solid 1px var(--primarycolor);
}

.resetPass__floating:focus~label,
.resetPass__floating:not(:placeholder-shown)~label {
    width: 60px !important;
}

.resetPassword__floating:focus~label,
.resetPassword__floating:not(:placeholder-shown)~label {
    width: 40px !important;
}

.multiquescreen {
    width: 876px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 41px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    box-sizing: border-box;
}

.multiquescreen__container {
    width: 100%;
}

.multiquescreen__headtitle {
    text-align: center;
    margin-bottom: 27px;
}

.multiquescreen__title {
    width: 193px;
    height: 21px;
    font-size: var(--fs-xxlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.multiquescreen__left {
    float: left;
    width: 50%;
}

.multiquescreen__right {
    float: right;
    width: 50%;
}

.multiquescreen__container-question {
    text-align: left;
    width: 382px;
    height: 32px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
    margin-left: 47px;
}

.multiquescreen__textbox {
    text-align: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    outline: 0;
    border-bottom: solid 0.5px #979797;
    width: 364px;
    height: 1px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px 10px 13px 13px;
    color: var(--text);
    margin-top: 11px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.multiquescreen__left-ans {
    margin-left: 47px;
}

.multiquescreen__textbox::placeholder {
    width: 74px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.multiquescreen_body {
    height: 350px;
    overflow-y: scroll;
}

.login__container img {
    opacity: 0.4;
}

.login__container img:focus .login__container img:active,
.login__container img:hover {
    opacity: 1;
}

.login__container .imgSelected {
    opacity: 1;
}

.timesales_drp {
    width: 136px;
    height: 25px;
    border-radius: 5px;
    border: solid 1px #acbfc8;
}

.timesales_plus {
    margin-left: 17px;
}

.time_sales_switch {
    position: relative;
    float: right;
    padding: 7px 10px 5px 0;
}

.timesales_plus .dropdown-menu {
    top: 31px;
    left: -61%;
    z-index: 1049;
    position: relative;
    width: 188px;
}

.timesales_plus .addgrp {
    margin-left: 7px;
    width: 146px;
}

.order_mngr .lobipanel>.panel-heading .nav-tabs>li>a>i {
    font-weight: 700;
    font-size: var(--fs-large);
}

.order_mngr .lobipanel>.panel-heading .nav-tabs {
    float: left;
    margin-left: 21px;
}

#ordrmgr-panel .dropbtn {
    padding: 6px 30px 6px 10px;
    height: 32px;
    line-height: 22px;
}

#ordrmgr-panel .dropbtn:hover,
.dropbtn:focus {
    background-color: #203fa6;
    color: #fff;
    border-radius: 0;
}

#ordrmgr-panel .active .dropbtn {
    border-radius: 0;
    background-color: #203fa6;
    color: #fff;
    height: 32px;
}

#ordrmgr-panel li .dropbtn .budicon-chevron-bottom:before {
    transform: rotate(-180deg);
}

#ordrmgr-panel li.active .dropbtn .budicon-chevron-bottom:before {
    transform: rotate(0deg);
}

.order_mngr li {
    vertical-align: -webkit-baseline-middle;
    margin-top: 1px;
    text-align: center;
}

.dropbtn_first {
    color: var(--text) !important;
    background-color: #fff;
    padding: 6px 19px 6px 0 !important;
}

.orderbook-newtablist {
    padding-top: 4px !important;
    float: right !important;
}

.orderbook-newtablist li {
    padding: 0 10px;
    line-height: 26px;
    color: var(--text);
    font-size: var(--fs-xxsmall) !important;
}

.orderbook-newtablist li a {
    border-radius: 3px;
    background-color: #02b276 !important;
    color: #fff !important;
    padding: 4px 15px !important;
}

.Commodity {
    width: 93px;
    height: 21px;
    opacity: 0.5;
    font-size: var(--fs-xxlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
    margin-left: 16px;
}

.FundDetails_body_text_Commodity {
    margin-left: 58px;
}

.col-md-12 {
    max-width: 1363px;
}

body {
    width: 100%;
    height: 100%;
}

.btn_margin {
    margin-left: 120px;
}

.col-md-6 {
    max-width: 410px;
}

.btnCss {
    margin-top: 29px;
}

.withdraw_text {
    width: 60px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.add_fund_text {
    width: 67px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.Withdraw {
    margin-left: 30px;
    width: 127px;
    height: 31px;
    border-radius: 3px;
    background-color: #02b276;
}

.add_btn {
    width: 127px;
    height: 31px;
    border-radius: 3px;
    background-color: #ff8e02;
}

.lastRow {
    border-bottom: 1px solid #ededed;
}

.Sell-Exp-Limit-for-O {
    width: 157px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Adhoc-Margin {
    width: 88px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Buy-Exp-Limit-for-Op {
    width: 157px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Sell-Exp-Limit-for-F {
    width: 156px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Adhoc-Commodity-Marg {
    width: 163px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Adhoc-FO-Margin {
    width: 108px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Buy-Exo-Limit-for-Fu {
    width: 156px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Gross-Exp-Limit-for {
    width: 191px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Sell-Option-Premium {
    width: 128px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Holding-Collateral {
    width: 111px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.MTM-Loss-Lomit {
    width: 106px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Trunover-Orde-Level {
    width: 160px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Direct-Collateral {
    width: 100px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.CNC-Sell-Benefit {
    width: 102px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Sell-Exposure-Limit {
    width: 119px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Buy-Exposure-Limit {
    width: 119px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Pay-In-Amount {
    width: 91px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Pay-Out-Amounnt {
    width: 110px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.Gross-Exposure-Limit {
    width: 160px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.cornerRight {
    display: inline-grid;
    margin-right: 24px;
    text-align: -webkit-right;
}

.inBetweenSpace {
    width: 135px;
}

.Label_value_Css {
    padding-top: 8px;
    padding-bottom: 13px;
}

.Label_value {
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.evenRow {
    width: 410px;
    height: 67px;
    background-color: #fff;
    display: inline-flex;
    float: left;
}

.col-md-12_details {
    margin-left: 240px;
}

.margin_available_row1_column2 {
    padding-left: 117px;
}

.margin_available_row2_column2 {
    padding-left: 83px;
    margin-bottom: 50px;
}

.margin_available__container_cashMargin_value {
    width: 118px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.National-Cash {
    width: 176px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.margin_available__container_margin {
    width: 205px;
    padding-top: 14px;
    padding-left: 24px;
    padding-bottom: 37px;
    display: inline-grid;
}

.margin_available__container_cashMargin {
    width: 204px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.limit_asigned__container31 {
    width: 410px;
    height: 67px;
    background-color: #f3fbfe;
    margin-left: 81px;
}

.margin_available__container31 {
    width: 410px;
    height: 67px;
    background-color: #f3fbfe;
}

.limit_asigned__container51 {
    width: 410px;
    height: 67px;
    background-color: #f3fbfe;
    margin-left: 81px;
}

.margin_available__container51 {
    width: 410px;
    height: 67px;
    background-color: #f3fbfe;
}

.margin_available__container21 {
    width: 410px;
    height: 67px;
    background-color: #fff;
}

.limit_asigned__container21 {
    width: 410px;
    height: 67px;
    background-color: #fff;
}

.margin_available__container41 {
    width: 410px;
    height: 67px;
    background-color: #fff;
}

.limit_asigned__container41 {
    width: 410px;
    height: 67px;
    background-color: #fff;
}

.margin_available__container61 {
    width: 410px;
    height: 67px;
    background-color: #fff;
}

.limit_asigned__container61 {
    width: 410px;
    height: 67px;
    background-color: #fff;
}

.margin_available_row3 {
    background-color: #fff;
}

.limit_asigned_row3 {
    background-color: #fff;
}

.margin_available_row5 {
    background-color: #fff;
}

.limit_asigned_row5 {
    background-color: #fff;
}

.limit_asigned_row2 {
    background-color: #fff;
}

.margin_available_row2 {
    background-color: #fff;
}

.limit_asigned_row6 {
    background-color: #fff;
}

.margin_available_row6 {
    background-color: #fff;
}

.limit_asigned_row4 {
    background-color: #fff;
}

.margin_available_row4 {
    background-color: #fff;
}

.limit_asigned {
    width: 410px;
    margin-left: 442px;
}

.limit_asigned__container {
    width: 410px;
    height: 67px;
    background-color: #f3fbfe;
    margin-left: 81px;
}

.limit_asigned__container1 {
    width: 205px;
}

.limit_asigned__container2 {
    width: 205px;
}

.margin_available__container1 {
    width: 205px;
}

.margin_available__container2 {
    width: 205px;
}

.margin_available__container-label {
    width: 139px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.margin_available__container-value {
    margin: 38px 268px 13px 24px;
    width: 118px;
    height: 16px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.margin_available__container {
    width: 410px;
    height: 67px;
    background-color: #f3fbfe;
    display: inline-flex;
    float: left;
}

.margin_available_1 {
    margin-bottom: 21px;
}

.FundDetails_body_limit_assigned {
    margin-left: 70px;
    width: 106px;
    height: 19px;
    font-size: var(--fs-xlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.FundDetails_body_Margin-Available {
    margin-left: 9px;
    margin-bottom: 22px;
    margin-right: 262px;
    width: 119px;
    height: 19px;
    font-size: var(--fs-xlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.margin_available {
    width: 410px;
    float: left;
}

.Line-5_margin_used {
    width: 410px;
    margin-left: 240px;
    margin-top: 22px;
    margin-bottom: 33px;
    border: solid 1px #d5e2e8;
    width: 410px;
}

.FundDetails_body_marginUsed {
    margin-left: 240px;
}

.FundDetails_body_marginUsed_text1 {
    width: 74px;
    height: 15px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.FundDetails_body_marginUsed_text2 {
    margin-left: 94px;
    width: 120px;
    height: 15px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
}

.FundDetails_body_Count_text2 {
    margin-left: 44px;
    width: 63px;
    height: 39px;
    font-size: 33px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.FundDetails_body_Count_text1 {
    width: 124px;
    height: 39px;
    font-size: 33px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff8e02;
}

.FundDetails_body_Count {
    margin-left: 240px;
}

.FundDetails_body_RMS-Limits {
    margin: 32px 8px 18px 20px;
    width: 82px;
    height: 19px;
    font-size: var(--fs-xlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.Line-5_inner_text {
    width: 410px;
    margin-left: 240px;
    margin-top: 18px;
    margin-bottom: 17px;
    border: solid 1px #d5e2e8;
}

.Line-5 {
    margin-left: 240px;
    margin-bottom: 32px;
    width: 896px;
    border: solid 1px #d5e2e8;
}

.FundDetails_body_inner_text {
    margin-left: 240px;
}

.FundDetails_body_text {
    margin-left: 265px;
    margin-top: 76px;
}

.FundDetails_body {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    border: 5px solid #ededed;
    overflow-y: scroll;
    overflow-x: hidden;
}

.FundDetails_body2 {
    width: 46px;
    height: 972px;
    background-color: #f3fbfe;
}

.FundDetails_body_shape {
    width: 16px;
    height: 16px;
}

.FundDetails_body_equity {
    padding-left: 14px;
    padding-top: 3px;
    padding-bottom: 2px;
    width: 50px;
    height: 21px;
    font-size: var(--fs-xxlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.FundDetails {
    width: 1307px;
    background-color: #ededed;
}

.margin_top_border {
    border-top: #d5e2e8 1px solid;
}

.margin_bottom_border {
    border-bottom: #d5e2e8 1px solid;
}

.FundDetails_body .close {
    margin-top: 10px;
    font-size: 25px;
    margin-right: 24px;
}

.FundDetails_body_inner_text {
    margin-left: 240px;
}

.FundDetails_body_text {
    margin-left: 265px;
    margin-top: 76px;
}

.FundDetails_body {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    border: 5px solid #ededed;
    overflow-y: scroll;
    overflow-x: hidden;
}

.FundDetails_body2 {
    width: 46px;
    height: 972px;
    background-color: #f3fbfe;
}

.FundDetails_body_shape {
    width: 16px;
    height: 16px;
}

.FundDetails_body_labelslist {
    width: 152px;
    float: left;
    border-bottom: 4px solid #ff8e02;
    margin-bottom: -1px;
}

.FundDetails_body_equity {
    cursor: pointer;
    padding-left: 14px;
    padding-top: 3px;
    padding-bottom: 2px;
    width: 50px;
    height: 21px;
    font-size: var(--fs-xxlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.FundDetails {
    width: 1307px;
    background-color: #ededed;
}

.margin_top_border {
    border-top: #d5e2e8 1px solid;
}

.margin_bottom_border {
    border-bottom: #d5e2e8 1px solid;
}

.FundDetails_body .close {
    margin-top: 10px;
    font-size: 25px;
    margin-right: 24px;
}

.fund_drp {
    width: 420px !important;
}

.fund_drp li {
    width: 100% !important;
    margin: 0 !important;
}

.fund_drp_eqdiv {
    margin-top: 26px;
}

.fund_drp_eqdivimg img {
    margin-left: 38px;
    width: 16px;
    height: 16px;
    float: left;
}

.fund_drp_eqdivtxt {
    width: 164px;
    height: 19px;
    font-size: var(--fs-xlarge);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
    margin-right: 222px;
}

.fund_drp_second_row {
    padding-top: 18px;
    padding-bottom: 24px;
    text-align: center;
}

.fund_drp_second_row span {
    width: 62px;
    height: 15px;
    font-size: var(--fs-large);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff8e02;
    cursor: pointer;
}

.fund_drp_row {
    margin-left: 36px;
    margin-top: 20px;
    width: 291px;
    border-top: solid 1px #d5e2e8;
    border-bottom: solid 1px #d5e2e8;
    height: 95px;
}

.fund_drp_row_lbl_abval {
    width: 66px;
    height: 30px;
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text);
}

.fund_drp_row_lbl {
    padding-top: 19px;
}

.fund_drp_row_first {
    padding-top: 19px;
    width: 130px;
    height: 93px;
    background-color: #f3fbfe;
    float: left;
    text-align: center;
}

.fund_drp_row_second {
    padding-top: 19px;
    width: 130px;
    height: 93px;
    background-color: #fff;
    float: left;
}

.fund_drp_row_lbl_ab {
    width: 102px;
    height: 15px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
    float: left;
    margin-left: 13px;
    margin-bottom: 10px;
}

.fund_drp_row_lbl_margUsed_val {
    font-size: var(--fs-xlarge);
    color: var(--text);
}

.fund_drp_row_lbl_margUsed2 {
    width: 128px !important;
}

.fund_drp_row_lbl_margUsed {
    float: left;
    margin-left: 20px;
    width: 94px;
    height: 19px;
    font-size: var(--fs-large);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondtext);
    margin-bottom: 10px;
}

.dropdown-menu {
    margin-top: -1px;
}

.PlaceButton[disabled] {
    cursor: not-allowed;
}

#movers .directive .sidebar-lt-inner {
    display: none;
}

#movers .directive .active {
    display: block !important;
}

.Market_Depth-Segment {
    position: inherit;
    margin-left: 0;
    padding-left: 4px;
}

.market_scanner {
    position: unset !important;
}

.market_scanner_left {
    margin-top: 0 !important;
}

.panel-sidebar-titlenew {
    font-weight: 500;
    font-size: var(--fs-xlarge);
    line-height: 18px;
    color: var(--text);
    vertical-align: middle;
}

.mt_10 {
    margin-top: -6px;
}

.mr_23 {
    margin-right: -23px;
}

.mr_4 {
    margin-right: -4px !important;
}

.panel-sidebar-title_left7 {
    margin-left: 1% !important;
}

.intra_margin {
    margin-right: 16px;
}

.rt_0 {
    margin-right: 0 !important;
}

.mt_26 {
    margin-left: -26px !important;
}

.Shape {
    width: 12px;
    height: 15px;
    background-color: var(--text);
}

.resistancetab .nav-tabs>li.active>a,
.resistancetab .nav-tabs>li.active>a:focus,
.resistancetab .nav-tabs>li.active>a:hover {
    border: 0 !important;
    border-bottom: 3px solid #ff8d02 !important;
}

.right_menu {
    width: 220px;
}

.right_menu>li {
    position: relative;
}

.right_menu>li>a>ul {
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
}

.right_menu_img {
    padding-right: 13px;
}

.right_menu_img img {
    width: 16px;
    height: 16px;
}

.right_menu_txt {
    font-size: var(--fs-large);
    line-height: 35px;
    /* color: var(--text); */
}

.right_menu>li>a>i {
    font-size: var(--fs-xxlarge) !important;
    font-weight: bolder;
    color: var(--text);
    display: inline-block;
    width: 25px;
    text-align: center;
}

.btn-default,
.btn-default:active,
.btn-default:focus,
.btn-default:focus:active,
.btn-default:hover {
    color: var(--text);
    background-color: transparent;
    border-color: var(--border-color);
    box-shadow: none;
}

.block-ellipsis-title {
    display: -webkit-box;;
    max-width: 100%;
    height: 27px;
    line-height: 1;
    -line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.Line-3 {
    width: 100%;
    border: solid 1px var(--border-color);
}

.block-ellipsis {
    display: block;
    max-width: 100%;
    height: 27px;
    font-size: var(--fs-large);
    line-height: 1;
    -line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--border-color);
}

.infokey {
    font-style: normal;
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 20px;
    text-transform: capitalize;
    color: var(--secondtext);
}

.infoValue {
    font-style: normal;
    font-weight: 500;
    font-size: var(--fs-large);
    line-height: 16px;
    color: var(--text);
}

.group {
    width: 175px;
    height: 25px;
    border: 1px solid;
    text-align: left;
    background: #fff;
    margin-bottom: 1px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125) !important;
}

.tradingview-directive {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.change2FAModal .modal-content {
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    border: none;
}

.change2FAModal .modal-content .modal-header {
    border: none;
}

.change2fascreen {
    width: 746px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 41px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.tfa__container {
    max-width: 650px;
    margin: auto;
    padding-bottom: 10px;
}

.tfa__container_question {
    font-size: var(--fs-large);
    text-align: left;
    height: 32px;
    line-height: 1.29;
    color: var(--text);
}

.tfa__container hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid var(--border-color);
    height: 1px;
}

.tfa_container_answer {
    padding-bottom: 20px;
    margin-top: 10px;
}

#left-sidebar {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.tfa__container {
    max-width: 650px;
    margin: auto;
    padding-bottom: 10px;
}

.tfa__container_question {
    font-size: var(--fs-large);
    text-align: left;
    line-height: 1.29;
    color: var(--text);
}

.tfa_question-input {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 39px;
    border-radius: 3px;
    border-bottom: solid 1px var(--border-color);
    background-color: transparent;
    box-sizing: border-box;
    padding: 12px 10px 13px 0;
    color: var(--text);
}

.tfa__container hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid var(--border-color);
    height: 1px;
}

#message {
    list-style: none;
}

#message li::before {
    content: "\2022";
    color: red;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 30px;
}

.greenbadge {
    color: green !important;
}

.redbadge {
    color: red !important;
}

#exchangeStatus:hover>.list-group {
    display: block !important;
}

.table-common tr:first-child td {
    border-top: solid 1px var(--border-color);
}

.table-common td {
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
    padding: 5px 10px !important;
    vertical-align: middle !important;
}

.table-common td:first-child {
    border-left: solid 1px var(--border-color);
}

.table-common td:last-child {
    border-right: solid 1px var(--border-color);
}

.table-common-orderid-wrapper {
    position: relative;
    min-width: 100px;
}

.table-common.table>tbody+tbody {
    border-top: none;
}

.table-common-orderid-wrapper .table-common-orderid {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: var(--fs-normal);
    color: var(--text);
    background: var(--border-color);
    padding: 2px 5px;
    border-radius: 0;
}

.table-common-orderid-wrapper .table-common-orderid::before {
    content: "";
    display: block;
    border: solid 9px transparent;
    position: absolute;
    right: -14px;
    top: 0;
    border-left: solid 5px var(--border-color);
}

.table-common-orderid {
    font-size: var(--fs-normal);
    color: #fff;
    background: var(--text);
    padding: 2px 5px;
    border-radius: 12px;
}

.exchange-info {
    background: #dbe8ee;
    color: inherit;
    padding: 2px 7px;
    font-size: var(--fs-small);
    line-height: 12px;
    letter-spacing: 0.7px;
    border-radius: 3px;
}

.buy-sell-buy,
.buy-sell-sell {
    color: var(--white);
    padding: 2px 10px;
    font-size: var(--fs-normal);
    border-radius: 24px;
}

.buy-sell-buy {
    background: var(--green);
}

.buy-sell-sell {
    background: var(--red);
}

.table-common-label {
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--text);
    white-space: nowrap;
    text-transform: uppercase;
}

.table-common-action {
    font-size: 20px;
    cursor: pointer;
}

.table-common-action i {
    font-size: 20px;
    cursor: pointer;
}

.table-common-extrainfo {
    display: none;
}

.table-common-extrainfo.data-active {
    display: contents;
}

.table-common-spacer td {
    border: none !important;
}

.table-common-extrainfo-list {
    font-size: 0;
    margin: 0;
}

.table-common-extrainfo-list li {
    width: 100%;
    padding: 4px 10px;
    font-size: var(--fs-normal);
    display: inline-block;
    vertical-align: top;
}

.table-common-extrainfo-list.x2 li {
    width: 50%;
}

.table-common-extrainfo-list.x3 li {
    width: 33.33%;
}

.table-common .data-active .state-up,
.table-common .state-down {
    display: block;
}

.table-common .data-active .state-down,
.table-common .state-up {
    display: none;
}

.table-common-extrainfo-list.x1 li:nth-child(2n + 1) {
    background: var(--listhover);
}

.table-common-extrainfo-list.x2 li:nth-child(4n + 0),
.table-common-extrainfo-list.x2 li:nth-child(4n + 1) {
    background: var(--listhover);
}

.table-common-extrainfo-list.x3 li:nth-child(2n + 1) {
    background: var(--listhover);
}

.touchline_per_change_box {
    border: 1px solid #acbfc8;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
}

.touchline_per_change_single:first-child,
.touchline_per_change_single:last-child {
    border: none;
}

.touchline_per_change_single {
    border-left: 1px solid #acbfc8;
    border-right: 1px solid #acbfc8;
}

.touchline_per_change_single.active {
    background: #acbfc8;
    color: #fff;
}

.touchline_per_change_single {
    padding: 2px;
    cursor: pointer;
    min-width: 25px;
    text-align: center;
    line-height: 19px;
    font-size: var(--fs-large);
}

.touchline_col_change_box {
    display: flex;
}

.touchline_col_change_single {
    padding: 1px;
    margin: 0 2px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.touchline_col_change_single.active {
    border: 1px solid #acbfc8;
}

.touchline_col_change_single span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 3px;
}

.touchline_col_change_single span.red-blue {
    background: red;
    background: linear-gradient(0deg, red 0, #00f 100%);
}

.touchline_col_change_single span.red-green {
    background: red;
    background: linear-gradient(0deg, red 0, #0f0 100%);
}

.dropbtn .budicon-chevron-bottom:before {
    float: right;
    margin-right: -17px;
    margin-top: 4px;
}

.directive {
    padding-left: 0;
    padding-right: 0;
}

#ordrmgr-panel .dropdown-content a:hover {
    background-color: var(--listhover);
    cursor: pointer;
}

.error_msg_trasPass {
    margin-top: 10px;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 576px) {
    .body {
        overflow-y: scroll;
    }

    .securityQuescreen {
        width: auto;
    }

    #loginPart .login,
    #reserPasswordPart.login,
    .multiquescreen {
        margin-top: -43px;
        width: calc(100% - 30px);
    }
}

.squareoffbtn {
    background-color: #02b276 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 0 12px !important;
    margin: 0 2px;
}

.selectivesquareoffbtn {
    background-color: var(--primarycolor) !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 0 12px !important;
    margin: 0 2px;
}

#ordrmgr-panel .panel-body {
    overflow: unset !important;
    width: 100% !important;
}

.ui-grid-viewport {
    height: calc(100% - 30px);
}

.ordbook-table-wrapper {
    height: calc(40vh - 34px) !important;
}

.ui-grid-render-container-right {
    margin-left: -7px !important;
}

.offline-ui {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 2000;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

.offline-ui {
    -box-shadow: 0 0 0 1px rgb(233 0 0), 0 0 1em rgb(255 8 3 / 28%);
    -box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 1em rgba(0, 0, 0, 0.3);
    font-size: var(--fs-normal);
    padding: 0.8rem 1rem;
    width: 30em;
    background: #ff1c17;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 10px;
}

.offline-ui.offline-ui-down {
    display: block;
}

.offline-ui .offline-ui-content {
    padding-left: 2em;
}

.offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Slow internet connection.";
}

.offline-ui .offline-ui-content:before {
    line-height: 1.25em;
}

.offline-ui .offline-ui-content:before {
    display: inline;
}

.offline-ui.offline-ui-down .offline-ui-content:after {
    background: #fcfcfc;
}

.offline-ui .offline-ui-content:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    margin: auto;
    height: 1em;
    width: 1em;
}

.svg-wdgt-mrkt-wtch {
    width: 22px;
    height: 22px;
    display: block;
}

.defaultsize {
    width: 25px;
    height: 24px;
    display: block;
}

.svgdefaultsize {
    position: relative;
    height: 22px;
    display: block;
}

.nav-tabs {
    border-bottom: 1px solid var(--border-color);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: 0 0;
}

.close,
.close:focus,
.close:hover {
    color: var(--text);
    text-shadow: none;
}

.modal-footer {
    border-top: 1px solid var(--border-color);
}

select option {
    margin: 40px;
    background: var(--listhover);
    border: none;
}

.dark-theme ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

/*!
 * ui-grid - v4.0.5-71a0c92 - 2017-06-14
 * Copyright (c) 2017 ; License: MIT 
 */
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before {
    content: " ";
    display: table;
}

#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after {
    clear: both;
}

.myGrid {
    width: 680px;
    height: 230px;
}

.ui-grid {
    border: 1px solid none;
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ui-grid-vertical-bar {
    position: absolute;
    right: 0;
    width: 0;
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px;
}

.ui-grid-scrollbar-placeholder {
    background-color: transparent;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: #d4d4d4;
}

.ui-grid-clearfix:after,
.ui-grid-clearfix:before {
    content: "";
    display: table;
}

.ui-grid-clearfix:after {
    clear: both;
}

.ui-grid-invisible {
    visibility: hidden;
}

.ui-grid-contents-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.ui-grid-contents-wrapper table {
    overflow: visible !important;
}

.ui-grid-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-grid-top-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
}

.ui-grid-header {
    border-bottom: 1px solid none;
    box-sizing: border-box;
}

.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-header-viewport {
    overflow: hidden;
}

.ui-grid-header-canvas:after,
.ui-grid-header-canvas:before {
    content: "";
    display: table;
    line-height: 0;
}

.ui-grid-header-canvas:after {
    clear: both;
}

.ui-grid-header-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}

.ui-grid-header-cell-row {
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    text-transform: uppercase;
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

.ui-grid-header-cell:last-child {
    border-right: 0;
}

.ui-grid-header-cell .sortable {
    cursor: pointer;
}

.ui-grid-header-cell .ui-grid-sort-priority-number {
    margin-left: -8px;
}

.ui-grid-header .ui-grid-vertical-bar {
    top: 0;
    bottom: 0;
}

.ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    top: 8px;
    opacity: 0;
}

.ui-grid-column-menu-button .ui-grid-icon-angle-down {
    vertical-align: sub;
    visibility: hidden;
}

.ui-grid-column-menu-button-last-col {
    margin-right: 25px;
}

.ui-grid-column-menu {
    position: absolute;
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    display: block !important;
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    display: block !important;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ui-grid-filter-container {
    padding: 4px 10px;
    position: relative;
}

.ui-grid-filter-container .ui-grid-filter-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 10px;
    opacity: 0.66;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
    opacity: 1;
}

.ui-grid-filter-container .ui-grid-filter-button-select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 0;
    opacity: 0.66;
}

.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
    opacity: 1;
}

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

input[type="text"].ui-grid-filter-input:hover {
    border: 1px solid #d4d4d4;
}

select.ui-grid-filter-select {
    padding: 0;
    margin: 0;
    border: 0;
    width: 90%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
    width: 100%;
}

.ui-grid-render-container {
    position: inherit;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-render-container:focus {
    outline: 0;
}

.ui-grid-viewport {
    min-height: 20px;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.ui-grid-viewport:focus {
    outline: 0 !important;
}

.ui-grid-canvas {
    position: relative;
    padding-top: 1px;
}

.ui-grid-row {
    clear: both;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    border-top: solid 1px var(--border-color);
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    border-top: solid 1px var(--border-color);
}

.ui-grid-row:last-child .ui-grid-cell {
    border-bottom-style: solid;
}

.ui-grid-no-row-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10%;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    font-size: 2em;
    text-align: center;
}

.ui-grid-no-row-overlay>* {
    position: absolute;
    display: table;
    margin: auto 0;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.66;
}

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-color: none;
    box-sizing: border-box;
}

.ui-grid-cell:last-child {
    border-right: 0;
}

.ui-grid-cell-contents {
    padding: 7px 20px 7px 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

.ui-grid-cell-contents-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color: #f0f0ee;
    border-bottom: solid 1px #d4d4d4;
}

.ui-grid-footer-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
}

.ui-grid-footer-panel {
    position: relative;
    border-bottom: 1px solid none;
    border-top: 1px solid none;
    overflow: hidden;
    font-weight: 700;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-grid-footer {
    float: left;
    width: 100%;
}

.ui-grid-footer-viewport {
    overflow: hidden;
}

.ui-grid-footer-canvas {
    position: relative;
}

.ui-grid-footer-canvas:after,
.ui-grid-footer-canvas:before {
    content: "";
    display: table;
    line-height: 0;
}

.ui-grid-footer-canvas:after {
    clear: both;
}

.ui-grid-footer-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}

.ui-grid-footer-cell-row {
    display: table-row;
}

.ui-grid-footer-cell {
    overflow: hidden;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    box-sizing: border-box;
    display: table-cell;
}

.ui-grid-footer-cell:last-child {
    border-right: 0;
}

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

input[type="text"].ui-grid-filter-input:hover {
    border: 1px solid #d4d4d4;
}

.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 31px;
    font-weight: 400;
}

.ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 6px;
    font-size: var(--fs-large);
}

.ui-grid-menu-button .ui-grid-menu {
    right: 0;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.ui-grid-menu-button.active .ui-grid-menu {
    opacity: 1;
    visibility: visible;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow: auto;
}

.ui-grid-menu {
    z-index: 2;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

.ui-grid-menu .ui-grid-menu-inner {
    position: relative;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-grid-menu .ui-grid-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ui-grid-menu .ui-grid-menu-inner ul li {
    padding: 0;
}

.ui-grid-menu .ui-grid-menu-inner ul li button {
    min-width: 100%;
    padding: 3px 8px;
    text-align: left;
    background: 0 0;
    border: none;
    font-size: var(--fs-normal);
}

.ui-grid-menu .ui-grid-menu-inner ul li button:focus,
.ui-grid-menu .ui-grid-menu-inner ul li button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    background-color: #cecece;
}

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child)>button {
    border-bottom: 1px solid none;
}

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child)>button i {
    font-size: var(--fs-xsmall);
}

.ui-grid-sortarrow {
    right: 5px;
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    background-position: center;
}

.ui-grid-sortarrow.down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@font-face {
    font-family: ui-grid;
    src: url(ui-grid.eot);
    src: url(ui-grid.eot#iefix) format("embedded-opentype"), url(ui-grid.woff) format("woff"), url(ui-grid.ttf) format("truetype"), url(ui-grid.svg?#ui-grid) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" ui-grid-icon"]:before,
[class^="ui-grid-icon"]:before {
    font-family: ui-grid;
    font-style: normal;
    font-weight: 400;
    /* speak: none; */
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.ui-grid-icon-blank::before {
    width: 1em;
    content: " ";
}

.ui-grid-icon-lock-open:before {
    content: "\f023";
    font-family: FontAwesome;
}

.ui-grid-icon-pencil:before {
    content: "\f040";
    font-family: FontAwesome;
}

.ui-grid-icon-down-dir:before {
    content: "\f063";
    font-family: FontAwesome;
}

.ui-grid-icon-left-dir:before {
    content: "\f07d";
    font-family: FontAwesome;
}

.ui-grid-icon-right-dir:before {
    content: "\c35b";
}

.ui-grid-icon-left-open:before {
    content: "\f07d";
    font-family: FontAwesome;
}

.ui-grid-icon-right-open:before {
    content: "\f062";
    font-family: FontAwesome;
}

.ui-grid-icon-angle-down:before {
    content: "\f063";
    font-family: FontAwesome;
}

.ui-grid-icon-sort-alt-up:before {
    content: "\f062";
    font-family: FontAwesome;
}

.ui-grid-icon-sort-alt-down:before {
    content: "\f063";
    font-family: FontAwesome;
}

.ui-grid[dir="rtl"] .ui-grid-cell,
.ui-grid[dir="rtl"] .ui-grid-footer-cell,
.ui-grid[dir="rtl"] .ui-grid-header-cell {
    float: right !important;
}

.ui-grid[dir="rtl"] .ui-grid-column-menu-button {
    position: absolute;
    left: 1px;
    top: 0;
    right: inherit;
}

.ui-grid[dir="rtl"] .ui-grid-cell:first-child,
.ui-grid[dir="rtl"] .ui-grid-footer-cell:first-child,
.ui-grid[dir="rtl"] .ui-grid-header-cell:first-child {
    border-right: 0;
}

.ui-grid[dir="rtl"] .ui-grid-cell:last-child,
.ui-grid[dir="rtl"] .ui-grid-header-cell:last-child {
    border-right: 1px solid none;
    border-left: 0;
}

.ui-grid[dir="rtl"] .ui-grid-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir="rtl"] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir="rtl"] .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
    width: 0;
}

.ui-grid[dir="rtl"] .ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    left: 0;
    right: auto;
    background: #f3f3f3;
    border: 1px solid none;
    cursor: pointer;
    min-height: 27px;
    font-weight: 400;
}

.ui-grid[dir="rtl"] .ui-grid-menu-button .ui-grid-menu {
    left: 0;
    right: auto;
}

.ui-grid[dir="rtl"] .ui-grid-filter-container .ui-grid-filter-button {
    right: initial;
    left: 0;
}

.ui-grid[dir="rtl"] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    right: initial;
    left: 10px;
}

.ui-grid-animate-spin {
    -moz-animation: ui-grid-spin 2s infinite linear;
    -o-animation: ui-grid-spin 2s infinite linear;
    -webkit-animation: ui-grid-spin 2s infinite linear;
    animation: ui-grid-spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before {
    content: " ";
    display: table;
}

#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after {
    clear: both;
}

.ui-grid-cell-focus {
    outline: 0;
}

.ui-grid-focuser {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ui-grid-focuser:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-grid-offscreen {
    display: block;
    position: absolute;
    left: -10000px;
    top: -10000px;
    clip: rect(0, 0, 0, 0);
}

div.ui-grid-cell input {
    border-radius: inherit;
    padding: 0;
    width: 100%;
    color: inherit;
    height: auto;
    font: inherit;
    outline: 0;
}

div.ui-grid-cell input:focus {
    color: inherit;
    outline: 0;
}

div.ui-grid-cell input[type="checkbox"] {
    margin: 9px 0 0 6px;
    width: auto;
}

div.ui-grid-cell input.ng-invalid {
    border: 1px solid none;
}

div.ui-grid-cell input.ng-valid {
    border: 1px solid none;
}

.ui-grid-viewport .ui-grid-empty-base-layer-container {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fdfdfd;
}

.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f3f3f3;
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: none;
}

.ui-grid-expandable-buttons-cell i {
    pointer-events: all;
}

.scrollFiller {
    float: left;
    border: 1px solid #d4d4d4;
}

.ui-grid-tree-header-row {
    font-weight: 700 !important;
}

.movingColumn {
    position: absolute;
    top: 0;
    border: 1px solid #d4d4d4;
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.movingColumn .ui-grid-icon-angle-down {
    display: none;
}

#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before {
    content: " ";
    display: table;
}

#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after {
    clear: both;
}

.ui-grid-pager-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: content-box;
}

.ui-grid-pager-container {
    float: left;
}

.ui-grid-pager-control {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 135px;
    float: left;
}

.ui-grid-pager-control button {
    height: 25px;
    min-width: 26px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: var(--fs-large);
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #eee;
    background-color: #f3f3f3;
    border-color: #ccc;
}

.ui-grid-pager-control button.active.focus,
.ui-grid-pager-control button.active:focus,
.ui-grid-pager-control button.focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ui-grid-pager-control button.focus,
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:hover {
    color: #333;
    text-decoration: none;
}

.ui-grid-pager-control button.active,
.ui-grid-pager-control button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ui-grid-pager-control button.disabled,
.ui-grid-pager-control button[disabled],
fieldset[disabled] .ui-grid-pager-control button {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.ui-grid-pager-control button.disabled,
fieldset[disabled] a.ui-grid-pager-control button {
    pointer-events: none;
}

.ui-grid-pager-control button.focus,
.ui-grid-pager-control button:focus {
    color: #eee;
    background-color: #dadada;
    border-color: #8c8c8c;
}

.ui-grid-pager-control button:hover {
    color: #eee;
    background-color: #dadada;
    border-color: #adadad;
}

.open>.dropdown-toggle.ui-grid-pager-control button,
.ui-grid-pager-control button.active,
.ui-grid-pager-control button:active {
    color: #eee;
    background-color: #dadada;
    border-color: #adadad;
}

.open>.dropdown-toggle.ui-grid-pager-control button.focus,
.open>.dropdown-toggle.ui-grid-pager-control button:focus,
.open>.dropdown-toggle.ui-grid-pager-control button:hover,
.ui-grid-pager-control button.active.focus,
.ui-grid-pager-control button.active:focus,
.ui-grid-pager-control button.active:hover,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button:active:hover {
    color: #eee;
    background-color: #c8c8c8;
    border-color: #8c8c8c;
}

.open>.dropdown-toggle.ui-grid-pager-control button,
.ui-grid-pager-control button.active,
.ui-grid-pager-control button:active {
    background-image: none;
}

.ui-grid-pager-control button.disabled.focus,
.ui-grid-pager-control button.disabled:focus,
.ui-grid-pager-control button.disabled:hover,
.ui-grid-pager-control button[disabled].focus,
.ui-grid-pager-control button[disabled]:focus,
.ui-grid-pager-control button[disabled]:hover,
fieldset[disabled] .ui-grid-pager-control button.focus,
fieldset[disabled] .ui-grid-pager-control button:focus,
fieldset[disabled] .ui-grid-pager-control button:hover {
    background-color: #f3f3f3;
    border-color: #ccc;
}

.ui-grid-pager-control button .badge {
    color: #f3f3f3;
    background-color: #eee;
}

.ui-grid-pager-control input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: var(--fs-large);
    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;
    -o-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;
    height: 30px;
    padding: 5px 10px;
    font-size: var(--fs-normal);
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
    height: 26px;
    width: 50px;
    /* vertical-align: top; */
}

.ui-grid-pager-control input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-grid-pager-control input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.ui-grid-pager-control input:-ms-input-placeholder {
    color: #999;
}

.ui-grid-pager-control input::-webkit-input-placeholder {
    color: #999;
}

.ui-grid-pager-control input::-ms-expand {
    border: 0;
    background-color: transparent;
}

.ui-grid-pager-control input[disabled],
.ui-grid-pager-control input[readonly],
fieldset[disabled] .ui-grid-pager-control input {
    background-color: #eee;
    opacity: 1;
}

.ui-grid-pager-control input[disabled],
fieldset[disabled] .ui-grid-pager-control input {
    cursor: not-allowed;
}

textarea.ui-grid-pager-control input {
    height: auto;
}

select.ui-grid-pager-control input {
    height: 30px;
    line-height: 30px;
}

select[multiple].ui-grid-pager-control input,
textarea.ui-grid-pager-control input {
    height: auto;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: bottom;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number>* {
    vertical-align: middle;
}

.ui-grid-pager-control .first-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}

.ui-grid-pager-control .first-bar-rtl {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-right: -7px;
}

.ui-grid-pager-control .first-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin-left: 2px;
}

.ui-grid-pager-control .next-triangle {
    margin-left: 1px;
}

.ui-grid-pager-control .prev-triangle {
    margin-left: 0;
}

.ui-grid-pager-control .last-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #4d4d4d;
    margin-left: -1px;
}

.ui-grid-pager-control .last-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px;
}

.ui-grid-pager-control .last-bar-rtl {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-right: -11px;
}

.ui-grid-pager-row-count-picker {
    float: left;
}

.ui-grid-pager-row-count-picker select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: var(--fs-large);
    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;
    -o-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;
    height: 30px;
    padding: 5px 10px;
    font-size: var(--fs-normal);
    line-height: 1.5;
    border-radius: 3px;
    height: 26px;
    width: 67px;
    display: inline;
}

.ui-grid-pager-row-count-picker select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-grid-pager-row-count-picker select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.ui-grid-pager-row-count-picker select:-ms-input-placeholder {
    color: #999;
}

.ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
    color: #999;
}

.ui-grid-pager-row-count-picker select::-ms-expand {
    border: 0;
    background-color: transparent;
}

.ui-grid-pager-row-count-picker select[disabled],
.ui-grid-pager-row-count-picker select[readonly],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
    background-color: #eee;
    opacity: 1;
}

.ui-grid-pager-row-count-picker select[disabled],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
    cursor: not-allowed;
}

textarea.ui-grid-pager-row-count-picker select {
    height: auto;
}

select.ui-grid-pager-row-count-picker select {
    height: 30px;
    line-height: 30px;
}

select[multiple].ui-grid-pager-row-count-picker select,
textarea.ui-grid-pager-row-count-picker select {
    height: auto;
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
    margin-top: 3px;
}

.ui-grid-pager-count-container {
    float: right;
    margin-top: 4px;
    min-width: 50px;
}

.ui-grid-pager-count-container .ui-grid-pager-count {
    margin-right: 10px;
    margin-left: 10px;
    float: right;
}

.ui-grid-pinned-container {
    position: absolute;
    display: inline;
    top: 0;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left {
    float: left;
    left: 0;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right {
    float: right;
    right: 0;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    box-sizing: border-box;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    box-sizing: border-box;
}

.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
    box-sizing: border-box;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
    box-sizing: border-box;
}

.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
    width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
    left: -1px;
    width: 1px;
    background-color: #aeaeae;
}

.ui-grid-column-resizer {
    top: 0;
    bottom: 0;
    width: 5px;
    position: absolute;
    cursor: col-resize;
}

.ui-grid-column-resizer.left {
    left: 0;
}

.ui-grid-column-resizer.right {
    right: 0;
}

.ui-grid[dir="rtl"] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 0;
}

.ui-grid.column-resizing {
    cursor: col-resize;
}

.ui-grid.column-resizing .ui-grid-resize-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #aeaeae;
}

.ui-grid-row-saving .ui-grid-cell {
    color: #848484 !important;
}

.ui-grid-row-dirty .ui-grid-cell {
    color: #610b38;
}

.ui-grid-row-error .ui-grid-cell {
    color: red !important;
}

.ui-grid-disable-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.ui-grid-selection-row-header-buttons {
    cursor: pointer;
    opacity: 0.1;
}

.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
    opacity: 1;
}

.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
    opacity: 1;
}

.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
    cursor: pointer;
    opacity: 1;
}

.ui-grid-tree-header-row {
    font-weight: 700 !important;
}

.ui-grid-tree-header-row .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: all;
}

div.ui-grid-cell-contents.invalid {
    border: 1px solid none;
}

.amsify-suggestags-area .amsify-suggestags-input-area-default {
    cursor: pointer;
    border: 1px solid #ccc;
    min-height: 20px;
    padding: 8px 5px;
}

.amsify-suggestags-area .amsify-suggestags-input-area {
    text-align: left;
    height: auto;
    padding: 0;
}

.amsify-suggestags-area .amsify-suggestags-input-area:hover {
    cursor: text;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    padding: 6px 16px;
    border: 0;
    width: 100%;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input:focus {
    outline: 0;
}

.amsify-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.amsify-focus-light {
    border-color: #cacaca;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
}

.amsify-suggestags-area .amsify-suggestags-label {
    cursor: pointer;
    min-height: 20px;
}

.amsify-toggle-suggestags {
    float: right;
    cursor: pointer;
}

.amsify-suggestags-area .amsify-suggestags-list {
    display: none;
    position: absolute;
    background: var(--modalpanel);
    border: 1px solid var(--border-color);
    z-index: 100;
    width: 100% !important;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list {
    list-style: none;
    padding: 3px 0;
    max-height: 144px;
    overflow-y: auto;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item {
    text-align: left;
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid var(--border-color);
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li:hover {
    background: var(--listhover) !important;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li:last-child.amsify-list-item {
    text-align: left;
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: none;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item:active {
    background: #717171;
    color: #fff;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-group {
    text-align: left;
    padding: 0 10px;
    font-weight: 700;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-item-pad {
    padding-left: 30px;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-item-noresult {
    display: none;
    color: #ff6060;
    font-weight: 700;
    text-align: center;
}

.amsify-suggestags-area .amsify-suggestags-list .amsify-select-input {
    display: none;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.active {
    background: #f0f0f0;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-item-pad.active {
    font-weight: 400;
}

.amsify-select-tag {
    padding: 1px 5px;
    margin: 0 2px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.amsify-suggestags-area {
    position: relative;
}

.amsify-select-tag.col-bg {
    background: #445a64;
    color: #fff;
}

.amsify-select-tag span {
    font-size: 9px;
}

.disabled.amsify-select-tag {
    background: #eaeaea;
    color: #b9b9b9;
    pointer-events: none;
}

.flash.amsify-select-tag {
    background-color: #f57f7f;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.amsify-suggestags-input-area .amsify-remove-tag {
    cursor: pointer;
}

.amsify-no-suggestion {
    display: none;
    opacity: 0.7;
}

.slider,
.slider>div {
    background-position: center center;
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}

.slider>div {
    position: absolute;
}

.slider>i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: 0.3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider>i svg {
    margin-top: 3px;
}

.slider>.left {
    left: -100px;
}

.slider>.right {
    right: -100px;
}

.slider:hover>.left {
    left: 0;
}

.slider:hover>.right {
    right: 0;
}

.slider>i:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-2px);
}

.slider>i.right:hover {
    transform: translateX(2px);
}

.slider>i.left:active,
.slider>i.right:active {
    transform: translateY(1px);
}

.slider:hover>div {
    transform: scale(1.01);
}

.hoverZoomOff:hover>div {
    transform: scale(1);
}

.slider>ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider>ul>li {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    list-style: none;
    float: left;
    margin: 4px 4px 0;
    cursor: pointer;
    background-color: #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.4;
}

.slider>ul>.showli {
    opacity: 1;
    -moz-animation: boing 0.5s forwards;
    -o-animation: boing 0.5s forwards;
    -webkit-animation: boing 0.5s forwards;
    animation: boing 0.5s forwards;
    width: 30px;
}

.slider>ul>li:hover {
    background-color: #7ec03d;
}

.slider>.show {
    z-index: 1;
}

.hideDots>ul {
    display: none;
}

.showArrows>.left {
    left: 0;
}

.showArrows>.right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: 0.3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.2s;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

@keyframes boing {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.slider-text-wrapper {
    padding: 10%;
    color: #fff;
    text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.3);
    max-width: 660px;
}

.slider-text-wrapper h2 {
    font-size: 48px;
    font-weight: 600;
}

.slider-text-wrapper h2 span {
    font-size: 28px;
    font-weight: 600;
    display: block;
}

.slider-text-wrapper p {
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.3;
}

.svg-bs-select-icon {
    background: url(../images/sprite.css.svg) 92.72862453531599% 56.25% no-repeat;
}

.svg-bs-select-icon-dims {
    width: 29px;
    height: 29px;
}

.svg-bs-select-icon2 {
    background: url(../images/sprite.css.svg) 92.65456976765783% 62.042986926656326% no-repeat;
}

.svg-bs-select-icon2-dims {
    width: 28.57px;
    height: 28.57px;
}

.svg-bs-trade-icon {
    background: url(../images/sprite.css.svg) 92.72862453531599% 50.403225806451616% no-repeat;
}

.svg-bs-trade-icon-dims {
    width: 29px;
    height: 29px;
}

.svg-buy-icon {
    /* background: url(../images/sprite.css.svg) 93.3% 9% no-repeat; */

    background: url(../images/buy-icon.svg) 50% center no-repeat;
    background-size: 15px;
}

.svg-buy-icon-dims {
    width: 35px;
    height: 35px;
}

.svg-close {
    background: url(../images/sprite.css.svg) 99.24403669724771% 39.363817097415506% no-repeat;
}

.svg-close-dims {
    width: 22px;
    height: 22px;
}

.svg-delete-icon {
    /* background: url(../images/sprite.css.svg) 93.5% 16.1% no-repeat; */

    background: url(../images/recycle-bin.svg) 47% center no-repeat;
    background-size: 15px;
}

.svg-clone-icon {
    background: url(../images/clone.svg) 47% center no-repeat;
    background-size: 15px;
}

.svg-delete-icon-dims {
    width: 35px;
    height: 35px;
}

.svg-dots {
    background: url(../images/sprite.css.svg) 24.029574861367838% 97.62818003913894% no-repeat;
}

.svg-dots-dims {
    width: 26px;
    height: 14px;
}

.svg-edit {
    background: url(../images/sprite.css.svg) 92.38518518518518% 67.58433734939759% no-repeat;
}

.svg-edit-dims {
    width: 27px;
    height: 27px;
}

.svg-filter-icon {
    background: url(../images/sprite.css.svg) 92.21441774491682% 72.85971943887776% no-repeat;
}

.svg-filter-icon-dims {
    width: 26px;
    height: 26px;
}

.svg-graph-icon {
    /* background: url(../images/sprite.css.svg) 93.5% 37.142857142857146% no-repeat; */

    background: url(../images/not-allowed.svg) 47% center no-repeat;
    background-size: 15px;
}

.svg-graph-icon-dims {
    width: 35px;
    height: 35px;
}

.svg-info-icon {
    background: url(../images/sprite.css.svg) 93.77443609022556% 30% no-repeat;
}

.svg-info-icon-dims {
    width: 35px;
    height: 35px;
}

.svg-mkt-watch-add {
    background: url(../images/sprite.css.svg) 93.42322097378278% 44.10569105691057% no-repeat;
}

.svg-mkt-watch-add-dims {
    width: 33px;
    height: 33px;
}

.svg-mkt-wtch-default {
    background: url(../images/sprite.css.svg) 19.22365988909427% 99.57684630738522% no-repeat;
}

.svg-mkt-wtch-default-dims {
    width: 26px;
    height: 24px;
}

.svg-mkt-wtch-graph {
    background: url(../images/sprite.css.svg) 92.21441774491682% 78.07014028056112% no-repeat;
}

.svg-mkt-wtch-graph-dims {
    width: 26px;
    height: 26px;
}

.svg-mkt-wtch-stat {
    background: url(../images/sprite.css.svg) 92.21441774491682% 83.114% no-repeat;
}

.svg-mkt-wtch-stat-dims {
    width: 26px;
    height: 25px;
}

.svg-nav2 {
    background: url(../images/sprite.css.svg) 92.21441774491682% 87.93812375249502% no-repeat;
}

.svg-nav2-dims {
    width: 26px;
    height: 24px;
}

.svg-nav2-dark {
    background: url(../images/sprite.css.svg) 92.21441774491682% 92.72854291417165% no-repeat;
}

.svg-nav2-dark-dims {
    width: 26px;
    height: 24px;
}

.svg-nav3 {
    background: url(../images/sprite.css.svg) 0 99.97595190380761% no-repeat;
}

.svg-nav3-dims {
    width: 26px;
    height: 26px;
}

.svg-nav3-dark {
    background: url(../images/sprite.css.svg) 4.805914972273568% 99.97595190380761% no-repeat;
}

.svg-nav3-dark-dims {
    width: 26px;
    height: 26px;
}

.svg-nav4 {
    background: url(../images/sprite.css.svg) 9.611829944547136% 99.97595190380761% no-repeat;
}

.svg-nav4-dims {
    width: 26px;
    height: 26px;
}

.svg-nav4-dark {
    background: url(../images/sprite.css.svg) 14.417744916820702% 99.97595190380761% no-repeat;
}

.svg-nav4-dark-dims {
    width: 26px;
    height: 26px;
}

.svg-nav5 {
    background: url(../images/sprite.css.svg) 99.60957642725599% 34.6% no-repeat;
}

.svg-nav5-dims {
    width: 24px;
    height: 25px;
}

.svg-nav5-dark {
    background: url(../images/sprite.css.svg) 99.60957642725599% 29.6% no-repeat;
}

.svg-nav5-dark-dims {
    width: 24px;
    height: 25px;
}

.svg-nav6 {
    background: url(../images/sprite.css.svg) 99.97781885397413% 0 no-repeat;
}

.svg-nav6-dims {
    width: 26px;
    height: 23px;
}

.svg-nav6-dark {
    background: url(../images/sprite.css.svg) 99.97781885397413% 4.581673306772909% no-repeat;
}

.svg-nav6-dark-dims {
    width: 26px;
    height: 23px;
}

.svg-panel-close {
    background: url(../images/sprite.css.svg) 99.79335793357933% 24.6% no-repeat;
}

.svg-panel-close-dims {
    width: 25px;
    height: 25px;
}

.svg-panel-expand {
    background: url(../images/sprite.css.svg) 99.97781885397413% 14.428857715430862% no-repeat;
}

.svg-panel-expand-dims {
    width: 26px;
    height: 26px;
}

.svg-panel-minimize {
    background: url(../images/sprite.css.svg) 99.79335793357933% 19.6% no-repeat;
}

.svg-panel-minimize-dims {
    width: 25px;
    height: 25px;
}

.svg-search-icon {
    background: url(../images/sprite.css.svg) 99.97781885397413% 9.218436873747494% no-repeat;
}

.svg-search-icon-dims {
    width: 26px;
    height: 26px;
}

.svg-sell-icon {
    /* background: url(../images/sprite.css.svg) 93.5% 23% no-repeat; */

    background: url(../images/sell-icon.svg) 47% center no-repeat;
    background-size: 15px;
}

.svg-sell-icon-dims {
    width: 35px;
    height: 35px;
}

.svg-tick {
    background: url(../images/sprite.css.svg) 0 0 no-repeat;
}

.svg-tick-dims {
    width: 498.88px;
    height: 498.88px;
}

.svg-user_24 {
    background: url(../images/sprite.css.svg) 95.0247619047619% 0 no-repeat;
}

.svg-user_24-dims {
    width: 42px;
    height: 42px;
}

.svg-broadcast {
    background: url(../images/sprite.css.svg) 93.08988764044943% 55.393586005830905% no-repeat;
}

.svg-broadcast-dims {
    width: 30px;
    height: 30px;
}

.svg-graph-icon-bw {
    background: url(../images/sprite.css.svg) 59.77207977207977% 32.366863905325445% no-repeat;
}

.svg-graph-icon-bw-dims {
    width: 35px;
    height: 35px;
}

.svg-ipo {
    background: url(../images/sprite.css.svg) 99.80132450331125% 0 no-repeat;
}

.svg-ipo-dims {
    width: 84px;
    height: 85px;
}

.svg-logo {
    background: url(../images/sprite.css.svg) 38.81944444444444% 44.86486486486486% no-repeat;
}

.svg-logo-dims {
    width: 98px;
    height: 40px;
}

.svg-no-instrument {
    background: url(../images/sprite.css.svg) 0 0 no-repeat;
}

.svg-no-instrument-dims {
    width: 150.7px;
    height: 109.4px;
}

.svg-no-instrument-dark {
    background: url(../images/sprite.css.svg) 64.04589885252868% 0 no-repeat;
}

.svg-no-instrument-dark-dims {
    width: 150.7px;
    height: 109.4px;
}

.svg-norecord {
    background: url(../images/sprite.css.svg) 0 41.88361408882083% no-repeat;
}

.svg-norecord-dims {
    width: 111.8px;
    height: 111.8px;
}

.svg-ordr-rejected {
    background: url(../images/sprite.css.svg) 92.45398773006134% 41.533546325878596% no-repeat;
}

.svg-ordr-rejected-dims {
    width: 60px;
    height: 60px;
}

.svg-ordr-successful {
    background: url(../images/sprite.css.svg) 0 70.67092651757189% no-repeat;
}

.svg-ordr-successful-dims {
    width: 60px;
    height: 60px;
}

.svg-select-add-btn {
    background: url(../images/sprite.css.svg) 69.34844192634561% 32.1764705882353% no-repeat;
}

.svg-select-add-btn-dims {
    width: 33px;
    height: 33px;
}

.svg-select-arrow-down-dark {
    background: url(../images/sprite.css.svg) 98.7431693989071% 40.502793296089386% no-repeat;
}

.svg-select-arrow-down-dark-dims {
    width: 20px;
    height: 15px;
}

.svg-select-arrow-down-light {
    background: url(../images/sprite.css.svg) 98.7431693989071% 36.312849162011176% no-repeat;
}

.svg-select-arrow-down-light-dims {
    width: 20px;
    height: 15px;
}

.svg-symp-xts-logo {
    background: url(../images/sprite.css.svg) 38.81944444444444% 32.852852852852855% no-repeat;
}

.svg-symp-xts-logo-dims {
    width: 98px;
    height: 40px;
}

.svg-touch {
    background: url(../images/sprite.css.svg) 84.6629213483146% 55.393586005830905% no-repeat;
}

.svg-touch-dims {
    width: 30px;
    height: 30px;
}

.svg-warning {
    background: url(../images/sprite.css.svg) 65.59556786703601% 42.68571428571428% no-repeat;
}

.svg-warning-dims {
    width: 25px;
    height: 23px;
}

.svg-wdgt-chart {
    background: url(../images/sprite.css.svg) 13.91304347826087% 85.73170731707317% no-repeat;
}

.svg-wdgt-chart-dims {
    width: 41px;
    height: 45px;
}

.svg-wdgt-mlti-depth {
    background: url(../images/sprite.css.svg) 0 85.73170731707317% no-repeat;
}

.svg-wdgt-mlti-depth-dims {
    width: 48px;
    height: 45px;
}

.svg-wdgt-mrkt-depth {
    background: url(../images/sprite.css.svg) 95.68253968253967% 25.914634146341463% no-repeat;
}

.svg-wdgt-mrkt-depth-dims {
    width: 71px;
    height: 45px;
}

.svg-wdgt-mrkt-mvrs {
    background: url(../images/sprite.css.svg) 17.24137931034483% 68.48297213622291% no-repeat;
}

.svg-wdgt-mrkt-mvrs-dims {
    width: 38px;
    height: 50px;
}

.svg-wdgt-mrkt-wtch {
    background: url(../images/sprite.css.svg) 58.440111420612816% 43.179190751445084% no-repeat;
}

.svg-wdgt-mrkt-wtch-dims {
    width: 27px;
    height: 27px;
}

.svg-wdgt-option-chain {
    background: url(../images/sprite.css.svg) 57.77126099706745% 66.62650602409639% no-repeat;
}

.svg-wdgt-option-chain-dims {
    width: 45px;
    height: 41px;
}

.svg-wdgt-options {
    background: url(../images/sprite.css.svg) 43.916913946587535% 66.62650602409639% no-repeat;
}

.svg-wdgt-options-dims {
    width: 49px;
    height: 41px;
}

.svg-wdgt-ordr-mngr {
    background: url(../images/sprite.css.svg) 0 99.75535168195718% no-repeat;
}

.svg-wdgt-ordr-mngr-dims {
    width: 47px;
    height: 46px;
}

.svg-wdgt-timensales {
    background: url(../images/sprite.css.svg) 29.166666666666668% 67.64525993883792% no-repeat;
}

.svg-wdgt-timensales-dims {
    width: 50px;
    height: 46px;
}

#left-sidebar {
    width: 365px;
}

#left-sidebar.active {
    position: fixed;
    left: 0;
    top: 72px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 101;
}

.dyw-body.hide-ticker #left-sidebar.active,
.dyw-body.hide-ticker .content-bar.active {
    top: 47px;
}

#left-sidebar.active .panel-inner .panel-default,
.dyw-body.content-bar-none #left-sidebar .panel-inner .panel-default {
    margin: 0;
}

#left-sidebar #mkwtch-panel .totalareafixer {
    height: calc(100vh - 142px) !important;
}

#left-sidebar.active #mkwtch-panel .totalareafixer,
.dyw-body.content-bar-none #left-sidebar #mkwtch-panel .totalareafixer {
    height: calc(100vh - 92px) !important;
}

#left-sidebar #mkwtch-panel .ordbook-table-wrapper {
    height: calc(100vh - 145px) !important;
    overflow-x: hidden;
}

#left-sidebar.active #mkwtch-panel .ordbook-table-wrapper,
.dyw-body.content-bar-none #left-sidebar #mkwtch-panel .ordbook-table-wrapper {
    height: calc(100vh - 92px) !important;
}

#left-sidebar #mkwtch-panel .ordbook-table-wrapper .ui-grid-render-container-left .ui-grid-viewport {
    height: calc(100vh - 185px);
}

#left-sidebar.active #mkwtch-panel .ordbook-table-wrapper .ui-grid-render-container-left .ui-grid-viewport,
.dyw-body.content-bar-none #left-sidebar #mkwtch-panel .ordbook-table-wrapper .ui-grid-render-container-left .ui-grid-viewport {
    height: calc(100vh - 133px);
    overflow: hidden !important;
}

#left-sidebar:not(.active) #mkwtch-panel .ordbook-table-wrapper .ui-grid-render-container-body {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.dyw-body.content-bar-none #left-sidebar #mkwtch-panel .ordbook-table-wrapper .ui-grid-render-container-body {
    width: auto;
    height: auto;
    opacity: 1;
    overflow: visible;
}

#left-sidebar.active #mkwtch-panel .ordbook-table-wrapper .ui-grid-render-container-body .ui-grid-viewport,
.dyw-body.content-bar-none #left-sidebar #mkwtch-panel .ordbook-table-wrapper .ui-grid-render-container-body .ui-grid-viewport {
    height: calc(100vh - 133px);
}

#left-sidebar:not(.active) .lobipanel .panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon.min {
    display: none;
}

#left-sidebar.active .lobipanel .panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon.max,
.dyw-body.content-bar-none #left-sidebar .lobipanel .panel-heading .dropdown .dropdown-menu>li>a .panel-control-icon.max {
    display: none;
}

#bookouter-wrapper.book-mid-widget #ordrmgr-panel .ordbook-table-wrapper .ui-grid-render-container-body .ui-grid-viewport {
    height: calc(40vh - 70px);
}

#bookouter-wrapper.book-max-widget #ordrmgr-panel .ordbook-table-wrapper .ui-grid-render-container-body .ui-grid-viewport {
    height: calc(40vh - 125px);
}

#bookouter-wrapper.book-mid-widget #ordrmgr-panel .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    max-height: calc(40vh - 75px);
    overflow-x: hidden;
}

#bookouter-wrapper.book-max-widget #ordrmgr-panel .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    max-height: calc(40vh - 140px);
    overflow-x: hidden;
}

a.book-max .icon-min,
.book-max-widget a.book-max .icon-max {
    display: none;
}

.book-max-widget a.book-max .icon-min,
a.book-max .icon-max {
    display: block;
}

.book-mid-widget a.book-max .icon-mid,
.book-max-widget a.book-max .icon-mid {
    transform: rotate(-180deg);
}

.hide {
    display: none !important;
}

/*.simple-marquee-container{ width: 4250px;}*/
.marquee {
    width: 100%;
    margin: 0 auto;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee .example1:hover {
    animation-play-state: paused;
}

.marquee .example1 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 25s linear infinite;
    animation-delay: 0s;
    /*animation-duration: 68s;*/
    /*margin-left: 768px;*/
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.grid-mkwtch .ui-grid-row,
.grid-mkwtch .ui-grid-cell,
.grid-mkwtch .ui-grid-cell .ui-grid-vertical-bar {
    height: 50px;
}

.grid-mkwtch .ui-grid-row:last-child .ui-grid-cell {
    border-bottom-width: 0px;
}

.grid-mkwtch .ui-grid-coluiGrid-001U {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-001X {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-001V {
    min-width: 100px;
    max-width: 100px;
}

.grid-mkwtch .ui-grid-coluiGrid-001Y {
    min-width: 99px;
    max-width: 99px;
}

.grid-mkwtch .ui-grid-coluiGrid-001W {
    min-width: 91px;
    max-width: 91px;
}

.grid-mkwtch .ui-grid-coluiGrid-001Z {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0020 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0021 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0023 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0022 {
    min-width: 30px;
    max-width: 30px;
}

.grid-mkwtch .ui-grid-coluiGrid-0024 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0025 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0026 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0027 {
    min-width: 120px;
    max-width: 120px;
}

.grid-mkwtch .ui-grid-coluiGrid-0028 {
    min-width: 120px;
    max-width: 120px;
}

.grid-mkwtch .ui-grid-coluiGrid-0029 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-002A {
    min-width: 140px;
    max-width: 140px;
}

.grid-mkwtch .ui-grid-coluiGrid-002B {
    min-width: 140px;
    max-width: 140px;
}

.grid-mkwtch .ui-grid-coluiGrid-001S {
    min-width: 190px;
    max-width: 190px;
}

.grid-mkwtch .ui-grid-coluiGrid-001T {
    min-width: 140px;
    max-width: 140px;
}

.grid-mkwtch .ui-grid-coluiGrid-001U {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-001X {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-001V {
    min-width: 100px;
    max-width: 100px;
}

.grid-mkwtch .ui-grid-coluiGrid-001Y {
    min-width: 99px;
    max-width: 99px;
}

.grid-mkwtch .ui-grid-coluiGrid-001W {
    min-width: 91px;
    max-width: 91px;
}

.grid-mkwtch .ui-grid-coluiGrid-001Z {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0020 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0021 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0023 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0022 {
    min-width: 30px;
    max-width: 30px;
}

.grid-mkwtch .ui-grid-coluiGrid-0024 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0025 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0026 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0027 {
    min-width: 120px;
    max-width: 120px;
}

.grid-mkwtch .ui-grid-coluiGrid-0028 {
    min-width: 120px;
    max-width: 120px;
}

.grid-mkwtch .ui-grid-coluiGrid-0029 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-002A {
    min-width: 140px;
    max-width: 140px;
}

.grid-mkwtch .ui-grid-coluiGrid-002B {
    min-width: 140px;
    max-width: 140px;
}

.grid-mkwtch .ui-grid-coluiGrid-001S {
    min-width: 190px;
    max-width: 190px;
}

.grid-mkwtch .ui-grid-coluiGrid-001T {
    min-width: 140px;
    max-width: 140px;
}

/*.grid-mkwtch .ui-grid-render-container-body .ui-grid-canvas {
    width: 1640px;
    height: 850px;
}*/
/*.grid-mkwtch .ui-grid-render-container-body .ui-grid-header-canvas {
    width: 1640px;
}*/
.grid-mkwtch .ui-grid-render-container-body .ui-grid-header-canvas {
    height: inherit;
}

.grid-mkwtch .ui-grid-render-container-body .ui-grid-viewport {
    width: -6.399999999999977px;
    height: 489.8px;
}

.grid-mkwtch .ui-grid-render-container-body .ui-grid-header-viewport {
    width: -6.399999999999977px;
}

.grid-mkwtch .ui-grid-render-container-body .ui-grid-footer-canvas {
    width: 1640px;
}

.grid-mkwtch .ui-grid-render-container-body .ui-grid-footer-viewport {
    width: -6.399999999999977px;
}

/*.grid-mkwtch .ui-grid-render-container-left .ui-grid-canvas {
    width: 330px;
    height: 850px;
}
.grid-mkwtch .ui-grid-render-container-left .ui-grid-header-canvas {
    width: 330px;
}*/
.grid-mkwtch .ui-grid-render-container-left .ui-grid-header-canvas {
    height: inherit;
}

.grid-mkwtch .ui-grid-render-container-left .ui-grid-viewport {
    width: 330px;
    height: 483.8px;
}

.grid-mkwtch .ui-grid-render-container-left .ui-grid-header-viewport {
    width: 330px;
}

.grid-mkwtch .ui-grid-render-container-left .ui-grid-footer-canvas {
    width: 330px;
}

.grid-mkwtch .ui-grid-render-container-left .ui-grid-footer-viewport {
    width: 330px;
}

.grid-mkwtch .ui-grid-footer-aggregates-row {
    height: 30px;
}

.grid-mkwtch .ui-grid-footer-info {
    height: 30px;
}

.grid-mkwtch .ui-grid-coluiGrid-001U {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-001X {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-001V {
    min-width: 100px;
    max-width: 100px;
}

.grid-mkwtch .ui-grid-coluiGrid-001Y {
    min-width: 99px;
    max-width: 99px;
}

.grid-mkwtch .ui-grid-coluiGrid-001W {
    min-width: 91px;
    max-width: 91px;
}

.grid-mkwtch .ui-grid-coluiGrid-001Z {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0020 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0021 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0023 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0022 {
    min-width: 30px;
    max-width: 30px;
}

.grid-mkwtch .ui-grid-coluiGrid-0024 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0025 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0026 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-0027 {
    min-width: 120px;
    max-width: 120px;
}

.grid-mkwtch .ui-grid-coluiGrid-0028 {
    min-width: 120px;
    max-width: 120px;
}

.grid-mkwtch .ui-grid-coluiGrid-0029 {
    min-width: 80px;
    max-width: 80px;
}

.grid-mkwtch .ui-grid-coluiGrid-002A {
    min-width: 140px;
    max-width: 140px;
}

.grid-mkwtch .ui-grid-coluiGrid-002B {
    min-width: 140px;
    max-width: 140px;
}

.grid-mkwtch .ui-grid-pinned-container-left,
.grid-mkwtch .ui-grid-pinned-container-left .ui-grid-render-container-left .ui-grid-viewport {
    width: 360px;
}

.grid-mkwtch .ui-grid-coluiGrid-001S {
    min-width: 205px;
    max-width: 205px;
}

.grid-mkwtch .ui-grid-coluiGrid-001T {
    min-width: 155px;
    max-width: 155px;
}

#loas {
    z-index: 30;
    width: 100%;
    height: auto;
    top: 40px;
    left: 56px;
    bottom: 39px;
    display: block;
    position: absolute;
    background: white;
}

.loader {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.trade-show-directive .Time_and_Sales {
    float: left !important;
    margin: 0;
    padding: 0;
}

.trade-show-directive .Time_and_Sales #header-search-input {
    border: 0px;
    box-shadow: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    border-radius: 0px;
    width: 120px;
    padding: 4px 5px 4px 30px;
}

.trade-show-directive .Time_and_Sales .input-group-append button {
    top: 8px;
    left: 8px;
    right: auto;
    border: none;
    padding: 0;
}

.instrument-search-directive.search-tag-wrap .search-popup {
    left: 0px !important;
    width: 368px;
}

.trade-show-directive .Time_and_Sales .search-op.op4 button {
    position: relative;
}

.textbox-value {
    position: absolute;
    left: 135px;
    z-index: 12;
    top: 0;
    width: 20px;
    height: 28px;
}

.textbox-value a span:before {
    top: 9px !important;
    right: 0px !important;
}

.textbox-value ul {
    right: 0;
    left: auto;
    width: 156px;
    min-width: 156px;
    text-align: right;
}

.p-static {
    position: static !important;
}

.mmSearch {
    border-bottom: 1px solid var(--border-color);
}

.mmSearch input.form-control {
    border: 0px;
    box-shadow: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    border-radius: 0px;
    width: 100%;
    padding: 4px 5px 4px 30px;
}

.mmSearch select.form-control {
    padding-left: 3px;
}

.mmSearch .input-group-append button {
    top: 8px;
    left: 8px;
    right: auto;
    border: none;
    padding: 0;
}

.mmSearch .bd-l {
    border-left: 1px solid var(--border-color);
}

.row-gx-3 {
    margin-left: -3px;
    margin-right: -3px;
}

.row-gx-3>[class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

#marketmoverstab {
    padding: 10px 0 0;
    display: flex;
}

#marketmoverstab li {
    flex: 1 1 auto;
}

#marketmoverstab li a {
    margin: 0;
    font-weight: 600;
    padding: 7px 6px;
}

#marketmoverstab li a:after {
    width: 100%;
    left: 0;
    text-align: center;
}

.server-status-bottom {
    padding-left: 5px;
}

.server-status-bottom li {
    position: relative;
    padding: 8px 2px;
}

.server-status-bottom li a {
    padding: 0 !important;
}

.server-status-bottom li svg {
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.order_mngr li svg {
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.server-status-bottom li img {
    max-width: 20px;
}

.server-status-bottom li:after {
    content: "";
    width: 8px;
    height: 8px;
    top: 2px;
    left: 5px;
    display: block;
    position: absolute;
    border-radius: 50px;
}

.server-status-bottom li.greenbadge:after {
    background: #203fa6 !important;
    display: none;
}

.server-status-bottom li.redbadge:after {
    background: red !important;
}

.server-status-bottom li.orangebadge:after {
    background: #f6cc0f !important;
}

.align-top {
    vertical-align: top;
}

.market-dropdown .dropdown-menu-market {
    position: absolute;
    top: 100%;
    left: 66px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: var(--modalpanel);
    border: solid 1px var(--border-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.market-dropdown.active .dropdown-menu-market,
.market-dropdown.open .dropdown-menu-market {
    display: block;
}

.dropdown-menu-market li a {
    padding: 8px 20px;
    line-height: 18px;
    font-size: 12px;
}

.dropdown-menu-market li a svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.dropdown-menu-market li a svg .path0 {
    fill: #445a64;
}

#widgetdiv {
    /*display: table;*/
    width: 100%;
}

.dropdown-menu-market li a svg:hover path {
    fill: #fff;
}

.dropdown-menu-market li a:hover svg path {
    fill: #fff;
}

.dropdown-menu-market li a.active svg path {
    fill: #fff;
}

.show {
    display: block;
}

.pricebox-close-icon {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 10;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.hide-icon {
    display: none;
}

.close_grp {
    margin-right: 0;
}

.header-stk-blk.pricebox-divider i {
    opacity: 0;
    color: #000;
}

.header-stk-blk.pricebox-divider i:hover {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.grpdrpdown ul li a>span:first-child {
    width: 100%;
}

.dropdown-menu li>a .close:hover {
    color: #fff;
}

#mkwtch-panel.lobipanel .panel-heading .lobi-select-wrap .btn.dropdown-toggle:after {
    background: url(../images/add-icon.svg) right center no-repeat;
    width: 16px;
    height: 100%;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

/*.left-menu {
    width: calc(100% - 88px);
}*/

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
}

.navbar-nav>li>a:hover {
    background-color: transparent;
}

.left-menu>li {
    width: 100%;
}

.sel-part-right {
    float: right;
    position: absolute;
    right: 10px;
    top: 16%;
}

.sel-part-right .buy-bt {
    padding: 0 14px;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    border: var(--price-up-color) 2px solid;
    border-radius: 50px;
    color: #fff;
    color: #000;
    display: inline-block;
}

.sel-part-right .seel-bt {
    padding: 0 14px;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    border:var(--price-down-color) 2px solid;
    border-radius: 50px;
    color: #fff;
    color: #000;
    display: inline-block;
}

.panel-title-lst {
    width: 100%;
}

.resr-ber-right {
    position: absolute;
    right: 10px;
    top: 5px;
}

.olh-top {
    margin-top: 10px;
    margin-bottom: 10px;
}

.download-right {
    left: 85% !important;
}

.swal-modal {
    border-radius: 20px !important;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    background-color: transparent;
}

.swal-icon {
    background: url(../images/warning-icon.svg) center center no-repeat;
    background-size: 60px 60px;
}

.swal-icon--warning {
    border-color: #cd981c;
}

.notifications-sec {
    display: block;
}

.logo-right {
    position: absolute !important;
    right: 0;
}

.orderbook-newtablist li button {
    background-color: transparent;
}

.server-status-bottom li>a>img {
    height: auto;
}

.fullwidth-paddin {
    padding-left: 13px;
    /*8px*/
}

.buy-comm {
    width: 54px;
    display: inline-block;
}

.buy-comm p {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
}

.all-colo {
    background: var(--lightgray) !important;
    color: #747474 !important;
}

.total-text {
    font-size: 10px;
}

.full-screen-icon {
    width: 20px !important;
    height: 20px;
    background: url(../images/full-screen.svg) center center no-repeat;
    top: 5px;
    position: relative;
}

.full-screen-icon.active {
    background: url(../images/min-screen.svg) center center no-repeat;
}

.bottom-button-buy-part {
    width: 100%;
    display: inline-block;
    padding: 0 7px 0 5px;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}

.buy-sell-box {
    width: 100%;
    display: inline-block;
    padding: 3px 5px;
    text-align: center;
    color: #000;
}

.buy-sell-box p {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 1px;
}

.bottom-button-buy-part .col-3 {
    width: 21.3%;
    display: inline-block;
    border: solid 1px var(--border-color);
    border-radius: 8px;
    margin: 0 7px;
}

.bottom-button-buy-part .col-3:first-child {
    background-color: transparent;
    border: 2px solid #5588ff;
    margin-left: 0;
}

.bottom-button-buy-part .col-3:last-child {
    background-color: transparent;
    border: 2px solid #ff5588;
    margin-right: 0;
}

.corporate-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold !important;
}

.bottom-edit-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    /* padding: 0 12px; */
    margin: 0;
    margin-top: 5px;
}

.bottom-edit-button .col-2 {
    width: 15.5%;
    display: inline-block;
}

.bottom-edit-box {
    width: 100%;
    display: inline-block;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    color: #000;
    background: var(--lightgray) !important;
    padding: 5px 4px;
    border-radius: 8px;
    border: solid 1px var(--border-color);
}

.top-sec-part-box {
    width: 100%;
    display: inline-block;
}

.bottom-button-buy-part #ladder .table>tbody>tr>td img {
    vertical-align: top;
}

.top-sec-part-box #ladder tr:hover td {
    background-color: transparent;
    color: #747474;
}

.bottom-edit-button .form-control {
    text-align: center;
    border-radius: 8px;
    border: solid 1px var(--border-color);
    padding-top: 0;
    padding-bottom: 0;
    height: 24px;
}

.bottom-button-buy-part .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    /*background-image: inherit;*/
    box-shadow: inset !important;
}

.stk-sec {
    display: inline;
    float: right;
}

.breadcrumb-right .pull-left {
    width: 100%;
}

.bottom-fix {
    width: 100%;
    bottom: 30px;
    position: fixed;
    max-width: 352px;
    background: #fff;
    padding: 0 0 10px 0;
}

.top-sec-part-box #ladder tr td {
    width: auto;
}

.top-sec-part-box #ladder tr td:nth-child(2) {
    width: 15%;
}

.top-sec-part-box #ladder tr td:nth-child(4) {
    width: 15%;
}

.toppart .col-1 {
    width: 5%;
    display: inline-block;
    border: solid 1px var(--border-color);
    border-radius: 8px;
}

.toppart .col-2 {
    width: 22%;
    display: inline-block;
    border: solid 1px var(--border-color);
    border-radius: 8px;
}

.toppart .col-2:first-child {
    background-color: transparent;
    border: 2px solid #5588ff;
}

.toppart .col-2:last-child {
    background-color: transparent;
    border: 2px solid #ff5588;
}

.cdk-visually-hidden {
    display: none;
}

.top-table {
    position: relative;
    /*margin-top: 75px !important;*/
}

.small-font {
    font-size: 11px;
}

.top-fix {
    width: 100%;
    /* margin: 0 10px; */
    position: fixed;
    max-width: 381px;
    background: #fff;
    z-index: 999;
    font-size: 11px;
}

.condense-btn {
    width: 100%;
    display: inline-block;
    height: 25px;
    padding: 0;
    margin: 0;
    background: url(../images/merge-line-1.svg) center center no-repeat;
}

.condense-btn.active {
    background: url(../images/merge-line-2.svg) center center no-repeat;
}

.Balances-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.tcs-right {
    padding: 0 50px 0 0;
    margin: 0;
    float: right;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
}

.tcs-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.tcs-right ul li {
    width: auto;
    display: inline-block;
    padding: 3px 0 0 10px;
    margin: 0;
}

.tcs-right ul li a {
    display: inline-block;
    vertical-align: top;
}

.tcs-right ul li a svg {
    vertical-align: top;
}

.tcs-right .form-control {
    width: 17rem;
    box-shadow: inset 0px 0px 6px #00000029;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #747474;
    border-radius: 5px;
    border: solid 1px var(--border-color) !important;
}

.tcs-right select {
    width: 100%;
    background: url(../images/down-arrow.png) no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
}

.tcs-right select option {
    background: transparent;
}

.modal-content .modal-header-Balances {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.modal-header-Balances .modal-title {
    top: 2px;
    position: relative;
}

.tcs-main-part {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.balances-top-part p {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #a2a2a2;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.balances-top-part h2 {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #a2a2a2;
}

.balances-middle-part .thead-light {
    background-color: #f6f6f6 !important;
}

.balances-middle-part .table thead th {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #a2a2a2;
    text-transform: uppercase;
    border: none;
}

.balances-middle-part .table td {
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    color: #747474;
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
    position: relative;
}

.profile-top-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px var(--border-color);
}

.profile-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.profile-part p {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: var(--fs-xxlarge);
    font-weight: 300;
    color: var(--text);
    padding-bottom: 5px;
}

.profile-part small {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: var(--fs-normal);
    font-weight: 600;
}

.top-sec-part-box .table {
    margin-bottom: 0;
}

.contact-details-right {
    float: right;
}

.contact-details-right h2 {
    width: auto;
    float: right;
    font-size: var(--fs-normal);
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-details-right p {
    width: 100%;
    text-align: right;
    display: inline-block;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    text-transform: uppercase;
}
.contact-details-right p small {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: var(--fs-normal);
    color: var(--text);
}
.profile-bottom-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.profile-bottom-part h2 {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: var(--fs-normal);
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.profile-detail-label-box {
    width: 100%;
    display: inline-block;
    padding: 20px;
    margin: 0;
    border-radius: 8px;
    border: solid 1px var(--border-color);
}
.profile-detail-label-box p {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: var(--fs-normal);
    line-height: 14px;
    color: var(--secondtext);
    text-transform: uppercase;
}

.profile-detail-label-box p small {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: var(--fs-normal);
    color: var(--text);
}

.profile-detail-label-box .table td {
    padding: 10px 15px !important;
}

.pro-table .table td:nth-child(2) {
    width: 130px;
}

.pro-table .table td:last-child {
    width: 130px;
}

.pro-table td {
    padding: 1px 15px;
}

.check-icon i.custom-checkbox {
    top: 2px;
}

.profile-bottom-part .col-md-6 {
    max-width: inherit;
}

.top-right-menu {
    /*right: 40px;*/
    top: 6px;
}

.top-right-menu .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent !important;
}

/* .left-menu {
    width: 100%;
} */

.top-right-menu .dropdown-menu-market {
    left: inherit;
    right: 0;
}

.top-right-menu .active .dropdown-menu-market {
    left: inherit;
    right: 0;
}

.top-mene-part li a {
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    color: #747474;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}

.top-mene-part li>a:focus,
.top-mene-part li>a:hover {
    text-decoration: none;
    background-color: var(--primarycolorhover);
    border-color: var(--primarycolorhover);
    color: #fff;
}

#left-sidebar.active .market-dropdown .dropdown-menu-market,
.dyw-body.content-bar-none #left-sidebar .market-dropdown .dropdown-menu-market {
    left: inherit;
    right: 0;
}

.navbar-right .dropdown-menu {
    right: 218px;
    left: auto;
    top: 0;
}

.Notifications-tab {
    max-height: calc(100vh - 180px);
    height: auto;
}

.top-mene-part li .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: var(--primarycolorhover);
    border-color: var(--primarycolorhover);
    color: #fff;
}

.fund-transfer-status-box {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.fund-transfer-status-box .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.notification-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}


.top-right-menu .top-mene-part {
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 4px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: var(--modalpanel);
    border: solid 1px var(--border-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.top-right-menu .top-mene-part li .dropbtn,
.top-right-menu .top-mene-part li a {
    display: flex;
    align-items: center;
}

.top-right-menu .top-mene-part li .dropbtn .shrt-key,
.top-right-menu .top-mene-part li a .shrt-key {
    margin-left: auto;
}

.top-mene-part li a svg {
    vertical-align: middle;
}

.top-mene-part li a {
    position: relative;
}

.top-mene-part li a .right_menu,
.right_menu .right_menu_txt {
    font-size: var(--fs-normal);
    line-height: 21px;
    position: absolute;
    left: 35px;
}

.User-menu {
    position: absolute;
    display: none;
    right: 100% !important;
    border-radius: 4px !important;
    background: var(--background);
    padding-top: 0;
    padding-bottom: 0;
    border: none !important;
    border-top: solid 1px var(--border-color);
    min-width: 120px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.common-header .dropdown-menu.User-menu:before {
    display: none;
}

.User-menu .right_menu-userdata {
    padding-top: 0 !important;
}

.right_menu>li {
    font-size: var(--fs-normal);
    line-height: 25px;
}

.right_menu>li.user-sub-menu:hover>.dropdown-menu.User-menu {
    display: block;
}

.right_menu>li .right_menu-username {
    line-height: normal;
}

.right-bottom>li a {
    padding-top: 2px;
    padding-bottom: 2px;
}

/* .panel-expanded .stats-chart {
    max-width: calc(100% / 6);
} */
.stats-chart .badge {
    color: #fff;
}


.top-mene-part li a svg:hover path {
    fill: #fff;
}

.top-mene-part li a:hover svg path {
    fill: #fff;
}

.top-mene-part li a.active svg path {
    fill: #fff;
}

.panel-title .stk-status {
    position: relative;
    padding-left: 15px;
}

.panel-title .stk-status.up {
    color: #5588ff;
}

.panel-title .stk-status.down {
    color: #ff5588;
}

.panel-title .stk-status.up::before {
    content: "\ea63";
    position: absolute;
    font-family: budicon-classic-solid;
    font-size: 23px;
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: -1px;
    left: -6px;
}

.panel-title .stk-status.down::before {
    content: "\ea57";
    position: absolute;
    font-family: budicon-classic-solid;
    font-size: 23px;
    font-weight: 700;
    width: 11px;
    height: 6px;
    top: -1px;
    left: -6px;
}

.options-chain-main {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.chip-box {
    font-size: 13px;
    cursor: default;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    z-index: 1;
    text-align: left;
    line-height: 20px;
    display: inline-block;
    width: auto;
}

.chip-box.wrap {
    white-space: normal;
}

.lighten-4 {
    background-color: #b2dfdb !important;
    border-color: #b2dfdb !important;
}

.middle-menu-box .col-sm-2 {
    width: 14.28%;
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important;
    border-color: #ffe0b2 !important;
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important;
    border-color: #dcedc8 !important;
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important;
    border-color: #f0f4c3 !important;
}

.purple.lighten-4 {
    background-color: #e1bee7 !important;
    border-color: #e1bee7 !important;
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important;
    border-color: #cfd8dc !important;
}

.pink.lighten-2 {
    background-color: #f06292 !important;
    border-color: #f06292 !important;
}

.options-chain-main hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: #f5f5f5;
}

.theme--light.v-btn {
    color: rgba(0, 0, 0, .87);

}

.red--text {
    color: #f44336 !important;
    caret-color: #f44336 !important;
    display: inline-block;
}

.option-full {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
}

.blue-grey {
    background-color: #607d8b !important;
    border-color: #607d8b !important;
    color: #fff;
}

.add-strate-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.add-strate-part ul {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.add-strate-part ul li {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}


.basketorde-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.basketorde-top-part {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
    vertical-align: top;
    /*padding: 10px;
    background: #f0f0f0;
    border-radius: 10px;*/
}

/*.buy-top-paddi{padding-top: 4px; padding-bottom: 3px;}*/
.checbox-boxes-part {
    display: inline-block;
    margin: 0;
}


.small-size-box {
    background: var(--panel);
    display: inline-block;
    padding: 5px;
    border: solid 1px var(--border-color);
    text-transform: uppercase;
    font-size: var(--fs-normal);
    font-weight: 500;
    width: 60px;
    text-align: center;
}

.small-size-box:hover {
    background-color: #5588ff;
    border-color: #5588ff;
    color: #fff;
}

.small-size-box.active {
    background-color: #5588ff;
    border-color: #5588ff;
    color: #fff;
}

/*.basketorde-top-part .basketorderform .form-group{ margin-top: 0; margin-bottom: 0;}*/
/*.basketorde-top-part .basketorderform .form-group label{position: relative; top: inherit; left: inherit; width: 100%;}*/
.basketorde-top-part .basketorderform .btn.btn-number {
    top: inherit;
}

.basketorde-top-part .basketorderform .quantity-up-plus {
    background-color: #5588ff;
    color: #fff;
}

.basketorde-top-part .basketorderform .quantity-down-minus {
    background-color: #ff5588;
    color: #fff;
}

.basket-order-table {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: calc(100vh - 181px);
    border-top: solid 1px #ccc;
    border-radius: 0;
}

.basket-order-table.botable-wrap {
    height: calc(100vh - 126px);
}

.modal-ticker-top .basket-order-table {
    height: calc(100vh - 155px);
}

.modal-ticker-top .basket-order-table.botable-wrap {
    height: calc(100vh - 100px);
}

.basket-order-bottom-fix {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    max-width: 1865px;
    left: 0;
    right: 0;
    background: #fff;
}

.basket-order-total-bottom {
    padding: 0;
    text-align: right;
}

.basket-order-total-bottom span {
    font-weight: 600;
    color: var(--text);
    display: inherit;
    font-size: 15px;
}

.footer-bottom-fix {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
}

.footer-bottom-fix .btn {
    margin-right: 5px;
    margin-left: 5px;
}

.basket-order-table .fixed-header>thead>tr>th {
    background-color: #fff;
}

.basket-order-table .table>tbody>tr>td {
    vertical-align: middle;
}

.basketorde-top-part .bo-form-title .badge {
    width: 100%;
    text-align: left;
}

.option-calculator-top-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.input-values-part {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
}

.input-values-part label {
    font-weight: 700;
    vertical-align: inherit;
    margin-right: 2px;
}

.input-values-part .form-check {
    display: inline-block;
    font-weight: 400 !important;
    padding-left: 15px;
    margin-right: 10px;
}

.input-values-part .form-check-label {
    font-weight: 400 !important;
    padding-left: 15px;
}

.right-rdio-btn {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.option-calculator-bottom-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Output-right-top {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Output-bttom-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.Option-chain-main {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Option-chain-main .option-chain-table .table-responsive {
    overflow: auto;
    min-height: calc(100vh - 240px);
    max-height: calc(100vh - 240px);
    margin-bottom: 0;
}

.modal-ticker-top .Option-chain-main .option-chain-table .table-responsive {
    max-height: calc(100vh - 214px);
}

.Option-chain-main .option-chain-table .table-responsive table thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;
}

.options-strategies-table-box > .option-chain-table table tbody td .trdview-buysell,
.Option-chain-main .option-chain-table table tbody td .trdview-buysell{
    font-size: 10px;
    line-height: 12px;
    padding: 1px 4px;
    margin: 3px 10px;
    border-width: 2px;
}

.options-strategies-table-box > .option-chain-table table tbody td .trdview-buysell{
    margin: 3px 4px;
}

.options-strategies-table-box > .option-chain-table table tbody td .btn-success,
.Option-chain-main .option-chain-table table tbody td .btn-success{
    border-color: #5588ff;
}

.options-strategies-table-box > .option-chain-table table tbody td .btn-danger,
.Option-chain-main .option-chain-table table tbody td .btn-danger{
    border-color: #ff5588;
}

.options-strategies-table-box > .option-chain-table table tbody td.yellow:not(.td-before):not(.td-after),
.Option-chain-main .option-chain-table table tbody td.yellow:not(.td-before):not(.td-after) {
    background-color: #f5f5f5;
}

.options-strategies-table-box > .option-chain-table table tbody td.td-before,
.options-strategies-table-box > .option-chain-table table tbody td.td-after,
.Option-chain-main .option-chain-table table tbody td.td-before,
.Option-chain-main .option-chain-table table tbody td.td-after {
    position: relative;
}

.options-strategies-table-box > .option-chain-table table tbody td.td-before:before,
.options-strategies-table-box > .option-chain-table table tbody td.td-after:after,
.Option-chain-main .option-chain-table table tbody td.td-before:before,
.Option-chain-main .option-chain-table table tbody td.td-after:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #f5f5f5;
}

.options-strategies-table-box > .option-chain-table table tbody td.td-before:before,
.options-strategies-table-box > .option-chain-table table tbody td.td-after:after {
    width: 34%;
}

.options-strategies-table-box > .option-chain-table table tbody td.td-before:before,
.Option-chain-main .option-chain-table table tbody td.td-before:before {
    left: 0;
}

.options-strategies-table-box > .option-chain-table table tbody td.td-after:after,
.Option-chain-main .option-chain-table table tbody td.td-after:after {
    right: 0;
}

.options-strategies-table-box > .option-chain-table table tbody td.td-before>*:not(.buy-box),
.options-strategies-table-box > .option-chain-table table tbody td.td-after>*:not(.buy-box),
.Option-chain-main .option-chain-table table tbody td.td-before>*:not(.buy-box),
.Option-chain-main .option-chain-table table tbody td.td-after>*:not(.buy-box) {
    position: relative;
    z-index: 2;
}

.pio-table-sticky {
    overflow: auto;
    max-height: calc(100vh - 398px);
    margin-bottom: 8px;
}

.pio-table-sticky table {
    margin-bottom: 0;
}

.pio-table-sticky table thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

.Option-chain-main .page-recorder-bottom {
    padding: 0;
}


/* Accordion styles */

.Option-chain-main .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.Option-chain-main .tab {
    width: 100%;
    color: #747474;
    overflow: hidden;
    position: relative;
}

.Option-chain-main .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 1em;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 0;
}

.Option-chain-main .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.Option-chain-main .tab-content {
    max-height: none;
    padding: 0;
    background: white;
    transition: all 0.35s;
}

.Option-chain-main .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
}

.Option-chain-main input:checked+.tab-label::after {
    transform: rotate(90deg);
}

.Option-chain-main input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em 0 0;
}

.Option-chain-main input[type="checkbox"],
input[type="radio"] {
    display: none;
}


.map-img {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.map-img img {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 107px);
}

.dyw-body .content-bar.active-full .map-img img {
    height: calc(100vh - 33px);
}

.chart-iframe-wrap {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.tab-content .table>thead>tr>th {
    text-align: center;
    font-size: var(--fs-large);
}

.tab-content .table>tbody>tr>td {
    text-align: center;
}

.tab-top-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.v-btn {
    position: relative;
    border: #ccc 2px solid;
    margin: 0 5px 0 0;
    border-radius: 50px;
    background: #fff !important;
}

.v-btn.active-btn {
    border: #5588ff 2px solid;
    margin: 0 5px 0 0;
}

.v-btn .v-btn--outline {
    border: 1px solid currentColor;
    background: transparent !important;
    position: relative;
}

.option-chain-table .table {
    margin-bottom: 0;
}

.v-btn--small {
    font-size: 13px;
    height: 28px;
    padding: 0 8px;
    vertical-align: top;
    margin-right: 8px;
}

.v-btn--full {
    width: 100%;
}

.v-btn.mr0 {
    margin-right: 0;
}

.v-btn.mb10 {
    margin-bottom: 10px;
}

.v-btn:before {
    border-radius: inherit;
    color: inherit;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .12;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%;
}

.v-btn__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: inherit;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    width: inherit;
}

.green {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
    color: #fff;
}

.grey.darken-1 {
    background-color: #757575 !important;
    border-color: #757575 !important;
}

.Blueberry {
    background-color: #5588ff !important;
    color: #fff;
}

.Strawberry {
    background-color: #ff5588 !important;
    color: #fff;
}

/* .option-chain-table .table > tbody > tr > td:first-child{ color:#5588ff;}
.option-chain-table .table > tbody > tr > td:last-child{ color:#ff5588;} */

.v-btn:hover {
    background-color: #203fa6 !important;

    color: #fff;
}

.Option-chain-main .tab .checkbox.checbox-switch {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 140px;

}

.brd-top td:first-child {
    text-align: left !important;
}

.brd-top td:last-child {
    text-align: right !important;
}

.Option-chain-main .tab .checkbox-lt-label {
    padding-bottom: 0;
}

.custom-highlight-row {
    background-color: #cfd8dc !important;
}

.page-recorder-bottom {
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    margin: 0;
    text-align: left;
}

.page-recorder-bottom ul {
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page-recorder-bottom ul li {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.table-shrink td:last-child {
    text-align: center !important;
}

.table-shrink td.text-left:last-child {
    text-align: left !important;
}

.Option-chain-bottom-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Option-bottom-top {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.note-btn {
    width: auto;
    padding: 10px 30px;
    margin: 0;
    background-color: #5588ff;
    font-size: var(--fs-large);
    color: #fff;
}

.save-strategy-btn {
    width: auto;
    padding: 10px 30px;
    margin: 0;
    background-color: #ff5588;
    font-size: var(--fs-large);
    color: #fff;
    float: right;
}

.Option-bottom-sec {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.Option-left {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.v-card-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
}

.v-card-title h2 {
    font-size: var(--fs-large);
}

.reset-btn {
    width: auto;
    padding: 10px 30px;
    margin: 0;
    font-size: var(--fs-large);
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 50%);
}

.Option-deta {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 12px 8px;
    margin: 0;
    background-color: #f0f0f0;
}

.Option-deta p {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
    line-height: 16px;
}

.Option-deta small {
    color: #ff5588 !important;
    font-weight: bold;
    font-size: var(--fs-normal);
}

.Option-deta b {
    color: #32cd32 !important;
    font-weight: bold;
    font-size: var(--fs-normal);
}

.Option-deta ul {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.Option-deta ul li {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.Option-deta ul li i {
    font-size: 16px;
}

.Option-deta ul li i.green-icon {
    color: #32cd32;
}

.Option-deta-table {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Option-deta-table .table>tbody>tr>td {
    font-weight: bold;
}

.Option-deta-table .table>tbody>tr>td:last-child {
    text-align: right;
}

.Option-right {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}



.Option-right .tabs>.labels>label {
    color: #999;
    font-weight: bold;
    cursor: pointer;
    float: left;
    overflow: hidden;
    padding: 0.9em 8.85em;
    position: relative;

    text-align: center;

}

.Option-right .tabs>.labels>label:hover {
    background-color: transparent;
    color: #333;
}

.Option-right input#tab1:checked~.labels>label[for="tab1"],
.Option-right input#tab2:checked~.labels>label[for="tab2"],
.Option-right input#tab3:checked~.labels>label[for="tab3"] {
    background-color: transparent;
    border-bottom: .2em solid #45a6e7;
    color: #333;
}

.Option-right .tabs>.labels>label a {
    color: inherit;
}

.Option-right .tab_container {
    clear: both;
    overflow: auto;
    width: 100%;
    padding: 1em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.Option-right .tabs>input[type="radio"],
.Option-right .tabs .tab_content {
    display: none;
}

.Option-right .notAvailable {
    border: #f00 solid 1px;
    background: #fdd;
    padding: 1em;
}

.Option-right input[name="tabs"]:checked~.Option-right .tab_container>.notAvailable {
    display: none;
}

.Option-right input#tab1:checked~.tab_container>#tab1C,
.Option-right input#tab2:checked~.tab_container>#tab2C,
.Option-right input#tab3:checked~.tab_container>#tab3C {
    display: block;
}

@media screen and (max-width:480px) {
    .Option-right .tabs>.labels>label {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .Option-right .tabs>.labels>label:first-of-type {
        margin-top: 1em;
    }

    ;
}




@media (max-width: 1440px) {
    /*.pricesingle-wrapper {
        max-width: 90%;
    }*/
}








#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 95.45px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

#tsum-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

#tsum-tabs label[for*='1']:before {
    content: '\f1cb';
    display: none;
}

#tsum-tabs label[for*='2']:before {
    content: '\f17d';
    display: none;
}

#tsum-tabs label[for*='3']:before {
    content: '\f16b';
    display: none;
}

#tsum-tabs label[for*='4']:before {
    content: '\f1a9';
    display: none;
}

#tsum-tabs label:hover {
    color: #888;
    cursor: pointer;
}

#tsum-tabs input:checked+label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid orange;
    border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked~#content1,
#tsum-tabs #tab2:checked~#content2,
#tsum-tabs #tab3:checked~#content3,
#tsum-tabs #tab4:checked~#content4 {
    display: block;
}

.gree-part-sction {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

/*.basketorde-top-part .col-sm-2 {
    width: 10%;
  }*/

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }

    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}


.add-buy {
    padding: 3px 15px;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    border: #5588ff 2px solid;
    border-radius: 50px;
    color: #fff;
    color: #000;
    display: inherit;
}

.add-sell {
    padding: 3px 15px;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    border: #ff5588 2px solid;
    border-radius: 50px;
    color: #fff;
    color: #000;
    display: inherit;
}

/*.basketorde-top-part .col-sm-3 {width: 20%;}*/
.modal-content .basket-order-header {
    position: relative;
    padding: 11px 15px 0 10px;
    /*display: flex;
    justify-content: flex-end;*/
}

.basket-order-header .modal-title {
    position: absolute;
    left: 15px;
    top: 10px;
}

/*.basket-order-header .modal-close {
    position: absolute;
    right: 15px;
    top: 13px;
}*/

.modal-content .basket-order-header .item-action {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal-content .basket-order-header .modal-close {
    top: 0;
    margin-left: 8px;
}

.modal-content .basket-order-header .item-action .btn {
    margin: 0 0 0 8px;
}

.modal-content .basket-order-header .item-action .icon-up,
.modal-content .basket-order-header .item-action .icon-down {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.modal-content .basket-order-header .item-action .icon-up svg,
.modal-content .basket-order-header .item-action .icon-down svg {
    vertical-align: top;
}

.basket-order-header .reset-bt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.basket-order-header .reset-bt>* {
    margin-bottom: 3px;
}

/*.reset-bt{position: absolute;right: 55px;top: 2px;z-index: 9999;}*/
.place-order-bt {
    background-color: transparent;
    border: #747474 2px solid;
    margin-left: 50px !important;
}

.reset-bt .btn {
    margin-left: 5px !important;
    margin-right: 0;
    color: var(--text);
}

.reset-bt .btn-secondary {
    background-color: transparent;
    border: #747474 2px solid;
}

.top-right {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: right;
}

.top-right .place-order-bt {
    background-color: transparent;
    border: #747474 2px solid;
    float: right;
    color: var(--text);
    margin-left: 0 !important;
}

.right-rdio-btn input[type="checkbox"],
input[type="radio"] {
    display: block;
}

.option-left-box {
    background: #fff;
    padding: 20px 20px 5px;
    border-radius: 10px;
}

.Output-table .table {
    margin-bottom: 0;
}

.option-left-box .form-control {
    margin-bottom: 18px !important;
}

.Output-table .table>tbody>tr>td {
    padding: 8.3px 8px;
}

.reset-bt .btn:hover {
    color: #fff;
    background-color: var(--primarycolor);
}

.place-order-bt:hover {
    color: #fff;
    background-color: var(--primarycolor);
}

.layout-part-bottom {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.layout-part-bottom label {
    padding: 0 !important;
    border: none !important;
    line-height: 23px;
    padding-left: 5px !important;
}


.buy-sell-main-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.buy-btn-part {
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 3px 0;
    font-size: 16px;
    background-color: transparent;
    border: solid 2px #5588ff;
}

.buy-btn-part:hover {
    background-color: #5588ff;
    color: #fff;
    border-color: #5588ff;
}

.sell-btn-part {
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 3px 0;
    font-size: 16px;
    margin: 15px 0 0 0;
    background-color: transparent;
    border: solid 2px #ff5588;
}

.sell-btn-part:hover {
    background-color: #ff5588;
    color: #fff;
    border-color: #ff5588;
}

.buy-check {
    margin-bottom: 20px;
}

.buy-check label {
    margin: 0;
    padding-bottom: 0;
    padding-top: 4px;
}

.loss-part {
    margin-bottom: 20px !important;

}

.loss-part label {
    font-weight: 600;
}

.loss-part .form-control {

    width: 100%;
}





.tableFixHead {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tableFixHead tbody {
    display: block;
    width: 100%;
    overflow: auto;
    /*height:400px;*/
}

.tableFixHead thead tr {
    display: block;
}

.tableFixHead th,
.tableFixHead td {
    padding: 5px 10px;
    width: 200px;
}


.tableFixHead #ladder tr td {
    padding: 4px 2.05rem;
}


/* th {
      background: #ABDD93;
    } */
.topmenu-toggal .server-status-bottom li {
    padding: 0;
    width: 100%;
    text-align: left;
}

.topmenu-toggal .order_mngr li {
    padding: 0;
    width: 100%;
    text-align: left;
}

.topmenu-toggal #ordrmgr-panel .dropbtn {
    height: auto;
    padding: 0 10px;
}

.topmenu-toggal #ordrmgr-panel .active .dropbtn {
    height: auto;
}

.topmenu-toggal .dropbtn {
    height: auto;
    padding: 0 10px;
}

.topmenu-toggal .nav>li>a {
    padding: 3px 10px !important;
}

.topmenu-toggal .dropbtn {
    height: auto !important;
    padding: 2px 10px 0 !important;
}

.topmenu-toggal li>a:focus,
.topmenu-toggal li>a:hover {
    border-radius: 0;
}

#ordrmgr-panel .dropbtn li a svg:hover path {
    fill: #fff;
}

#ordrmgr-panel .dropbtn li a:hover svg path {
    fill: #fff;
}

#ordrmgr-panel .dropbtn li a.active svg path {
    fill: #fff;
}


.orange-buy {
    position: relative;
}

.orange-buy .checkbox {
    padding-left: 0;
    margin: 2px 0;
    position: absolute;
    top: 10px;
    left: 85px;
}

/*.orange-buy .search-tag-wrap {
    position: absolute;
    width: auto;
    top: 0;
    left: 190px;
}*/

.orange-buy .form-control {
    height: 24px;
}

.orange-buy .global-search .input-group .input-group-append {
    top: 3px;
    width: 10px;
    left: 5px;

}

.orange-buy .global-search .input-group .input-group-append button {
    padding: 0;
}

.orange-buy .global-search .input-group .form-control:first-child {
    font-size: 11px;
    padding-left: 30px;
}

/* .buy-sell-main-part .row{
    margin-left: -5px;
    margin-right: -5px;
   }

   .buy-sell-main-part  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left: 5px;
    padding-right: 5px;
   } */

/* .orange-buy .col-sm-10, .col-sm-6{ padding-left: 15px; padding-right: 15px;}  */

.cenetr-box {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.buy-sell-main-part .form-control {
    height: 30px;
    padding: 4px 12px;
    font-weight: 400;
}

.orange-right label {
    font-size: var(--fs-small);
}



.switch-btn .add-buy {
    display: inline-block;
    margin-left: 5px;
    border: #ccc 2px solid;
    background: #fff;
    color: #8097a2 !important;
}

.switch-btn .add-buy:active:hover {
    color: #fff !important;
}

.Option-chain-main .checkbox-inline.checbox-switch span,
.checkbox.checbox-switch label span {
    background-color: #747474;
    border-color: #747474;
}

/* .Option-chain-main .option-chain-top-part.checkbox-inline.checbox-switch.switch-danger > input:checked + span, .checkbox.checbox-switch.switch-danger label > input:checked + span{background-color: #747474;border-color: #747474;} */

.option-chain-top-part .checkbox.checbox-switch {
    margin-right: 8px;
}

.option-chain-top-part .checkbox.checbox-switch label span {
    background-color: #747474;
    border-color: #747474;
}

.option-chain-top-part .checkbox.checbox-switch.switch-danger label>input:checked+span {
    background-color: #747474;
    border-color: #747474;
}

.option-chain-top-part .v-btn {
    margin-bottom: 10px;
}

.Option-chain-main .option-chain-top-part .checkbox.checbox-switch,
.option-chain-top-part .strikes-selection-wrap .v-btn {
    margin-bottom: 0;
}

.option-chain-top-part .v-btn.active {
    border-color: #203fa6;
}

.Option-chain-main .checkbox.checbox-switch {
    margin-bottom: 10px;
}

.Option-chain-main .tab-top-part .col-sm-1 {
    padding-left: 0;
    padding-right: 0;
}

.Option-chain-main .tab-top-part {
    text-align: left;
}

.Option-chain-main .tab-content .table>thead>tr>th {
    font-size: 16px;
    /*padding-bottom: 0;*/
}

.option-chain-table>.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow: visible;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.option-chain-table>.table-responsive .table tr th,
.option-chain-table>.table-responsive .table tr td {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .option-chain-table>.table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.option-chain-table .btn {
    display: inline-block;
    font-size: var(--fs-normal);
    line-height: 4px;
    padding: 4px 10px;
}

.option-chain-table .btn-danger {
    border: #ccc 1px solid;
}

.option-chain-table .btn-success {
    border: #ccc 1px solid;
}

.option-chain-table .btn-danger.active {
    border: #ff5588 1px solid;
    color: #ff5588;
}

.option-chain-table .btn-success.active {
    border: #5588ff 1px solid;
    color: #5588ff;
}


.option-chain-table .trdview-buysell {
    border-radius: 50px;
    margin: 4px 10px;
    position: relative;
    box-shadow: initial;
}

.option-chain-table svg {
    width: 20px;
    vertical-align: middle;
}

.option-chain-table .table>tbody>tr>td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    position: relative;
}

.option-chain-table .tab-content .table>thead>tr>th {
    font-size: var(--fs-normal);
}

.option-chain-top-part {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;
    align-items: center;*/
    margin: 0 0 10px 0;
    position: relative;
    padding: 10px 0 0;
    border-top: 1px solid var(--border-color);
    /*height: 29px;
    overflow: hidden;*/
    /*background: #f0f0f0;
    border-radius: 10px;*/
}

.option-chain-top-part .oce-btns{
    flex: 1 0 0;
    display: flex;
    flex-wrap: wrap;
    height: 29px;
    overflow: hidden;
}

.prog-td-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 17px;
}

.prog-td-wrap span {
    position: relative;
    z-index: 1;
}

.prog-td-wrap.tl span,
.prog-td-wrap.tr span {
    width: 100%;
}

.prog-td-wrap .prog-td {
    position: absolute;
    top: 0;
    height: calc(50% - 1px);
}

.prog-td-wrap .prog-td:nth-child(2) {
    top: calc(50% + 1px);
}

.prog-td-wrap.prog-call .prog-td {
    right: 0;
    background-color: #ffe2e3;
}

.prog-td-wrap.prog-put .prog-td {
    left: 0;
    background-color: #cfefdf;
}

.prog-td-wrap.prog-call .prog-vol,
.prog-td-wrap.prog-put .prog-vol {
    right: 0;
    background-color: #d9d9d9;
}

.buy-qty {
    position: absolute;
    color: #000;
    font-size: 9px;
    top: 0;
    right: -10px;
    background: #fff;
}

.buy-colo {
    color: #5588ff;
}

.sell-colo {
    color: #ff5588;
}

.row-atm {
    background: rgb(200, 200, 200) !important;
}

.row-atm td {
    color: #000;
}

.trade-left-part {
    position: fixed;
    /*height:100px;*/
    width: 592px;
    max-width: calc(100% - 4px);
    /*max-height: calc(100% - 42px);*/
    z-index: 99999;
    left: 2px;
    bottom: 8px;
    border-radius: 8px 8px 0 0;
    /*box-shadow: var(--boxShadowColor3);background-color: var(--backgroundColor); color: var(--textColor);*/
    transition: all 0.6s ease;
    margin: 0;
    background: #fff;
    border: solid 1px #ccc;
    overflow-x: hidden;
    overflow-y: auto;
}

.trade-left-part.half-active {
    width: 600px;
}

.trade-left-part.active {
    width: 1200px;
    /*height: 638px;
    max-height: none;*/
}

.trade-left-part.half-active .half-tra-part>.row>[class^="col-"] {
    width: 100%;
}

.trade-left-part.active .half-tra-part>.row>[class^="col-"] {
    width: 50%;
}

.trade-left-part .half-tra-part>.row .oa-expand-col {
    display: none;
}

.trade-left-part.active .half-tra-part>.row .oa-expand-col {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 600px;
}

/*.trade-left-part.half-active .half-tra-part > .row > [class^="col-"]:nth-child(2){ display: none;}*/
.trade-left-boxpro {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.trade-fHJMXD {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 0px 8px;
    margin: 0px 0px 5px;
    min-width: 168px;
}

.cNtoGu-text {
    display: flex;
    flex-wrap: nowrap;
    color: var(--textColor5);
    margin-right: 3px;
}

.gAvbNz-line {
    display: flex;
    gap: 16px;
    white-space: nowrap;
    font-weight: 500;
    color: #039855;
}

.ldBfto-line {
    display: flex;
    gap: 16px;
    white-space: nowrap;
    font-weight: 500;
}

.trade-view {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 0 8px;
    margin: 16px 0 0;
}

.trade-view .item-text {
    display: flex;
    flex-wrap: nowrap;
    color: var(--textColor5);
    margin-right: 3px;
}

.trade-view .item-line {
    display: flex;
    gap: 16px;
    white-space: nowrap;
    font-weight: 500;
}

.trade-view .item-line.green-text {
    color: #039855;
}

.payoff-chart-main {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.graph-main {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 20px 0;
}

.buy-box {
    width: 100%;
    max-width: 395px;
    position: absolute;
    top: 15px;
    left: -30rem;
    color: var(--textColor);
    margin: 5px 0px;
    padding: 0px;
    box-shadow: var(--boxShadowColor3);
    border-radius: 8px;
    z-index: 99999;
    background: #fff;
    border: solid 0.2px #ccc;
}

.fmPacA-top {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px;
    border-radius: 8px 8px 0px 0px;
    position: sticky;
    top: 0px;
    z-index: 15;
    background-color: #203fa6;
}

.fmPacA-top .left-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fmPacA-top .label {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.25px;
    color: var(--backgroundColor);
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    height: auto;
    color: #fff;
}

.fmPacA-top .pop-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.fmPacA-top .pop-text {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.fmPacA-top .pop-value {
    min-width: 28px;
    height: 20px;
    background-color: var(--primaryBgColor);
    border-radius: 4px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: var(--primaryColor);
}

.fmPacA-top .checkbox.checbox-switch label.checkbox-lt-label,
.checkbox.checbox-switch label.checkbox-rt-label {
    color: #fff;
}

.fmPacA-top .checkbox-inline.checbox-switch span,
.checkbox.checbox-switch label span {
    background-color: #5588ff;
    border-color: #5588ff;
}

.fmPacA-top .checkbox-inline.checbox-switch span,
.checkbox.checbox-switch label span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: #5588ff;
    border-color: #5588ff;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: all 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin: auto 8px;
    margin-left: 8px;
}

.fQtFnD-main {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 24px 16px 16px;
    width: 100%;
    display: inline-block;
}

.jss356 {
    gap: 8px;
    flex: 1;
    color: var(--textColor);
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px 18px;
    font-size: 12px;
    background: var(--backgroundColor);
    font-weight: 500;
    line-height: 20px;
    border-radius: 6px;
    letter-spacing: 0.2px;
    text-transform: none;
    width: 100%;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.bFhVWK {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ccc;
    padding: 15px 15px 15px;
}

.gvAQgW {
    display: flex;
    display: inline-block;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 16px 16px;
}

.gvAQgW table {
    width: 100%;
}

.gvAQgW table th {
    color: #6F7786;
}

.gvAQgW table td {
    padding: 5px 0;
    font-weight: 400;
}

.gvAQgW .buy {
    color: var(--primaryColor);
}

.bFhVWK table {
    width: 100%;
}

.bFhVWK table th {
    color: #6F7786;
}

.bFhVWK table td {
    padding: 5px 0;
    font-weight: 400;
}

.bFhVWK .buy {
    color: #5588ff;
}

.bFhVWK .sell {
    color: #ff5588;
}

.put-right {
    left: inherit;
    right: -32rem;
    top: 0;
}

.options-strategies-main {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.options-strategies-main .basketorde-top-part {
    min-height: 85px;
    margin-bottom: 0;
}

.setting-box {
    width: 100%;
    display: inline-block;
    padding: 8px 3px;
    margin: 0;
    border: solid 1px #ccc !important;
    font-size: 14px;
    color: #344054;
    font-weight: 500;
    border-radius: 4px;
    text-transform: unset;
}

.setting-box svg {
    vertical-align: middle;
    margin-top: -3px;
}

.summy-left-box {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
}

.lanuoc-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    padding: 0 0 10px;
}

.summy-box {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 6px;
}

.new-title {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.trades-part {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    background-color: transparent;
    border: none;
}

.trades-part.pb0 {
    padding-bottom: 0;
}

.new-title svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 4px;
    color: #E5AC25;
    vertical-align: bottom;
}

.buy-box .panel-sidebar-title {
    text-align: left;
}

.put-depth-icon {
    background-color: transparent;
}

.put-depth-icon.active {
    background-color: #d5d5d5;
}
.summy-left-box .practice-mode {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0;
    border-radius: 6px 6px 0 0;
}
.practice-mode {
    background-color: #ffffaf;
}
.vp-list-wrap .flex-row-wrap {
    padding: 10px 0;
}
.vp-list-wrap .flex-row-wrap.bg {
    padding: 10px;
    background-color: #f9f9f9;
}
.vp-list-wrap .flex-row-wrap + .flex-row-wrap {
    border-top: 1px solid #ddd;
}
.vp-list-wrap .flex-row-wrap .flex-row + .flex-row {
    padding-top: 10px;
}
.vp-list-wrap .flex-row-wrap .custom-checkbox label {
    padding-left: 0;
}
.vp-list-wrap .flex-row-wrap .actions-td-end.start {
    justify-content: flex-start;
    padding-left: 24px;
}
.vp-list-wrap .flex-row-wrap .actions-td-end.start .btn{
    padding: 1px 4px;
}
.vp-list-wrap .flex-row-wrap .tag-qty{
    border: 1px solid #ddd;
    padding: 2px 6px;
    font-size: 11px;
    line-height: normal;
    display: inline-block;
    border-radius: 20px;
}
.pom-body > .vp-list-wrap .flex-row-wrap.head{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.pom-body > .vp-list-wrap .flex-row-wrap.head:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 6px;
}
.btn.btn-bs-circle{
    font-size: 10px;
    line-height: 12px;
    padding: 1px 4px;
    display: inline-block;
    border-width: 2px;
    border-radius: 20px;
}

.btn-bs-circle.btn-success{
    border-color: #5588ff;
}

.btn-bs-circle.btn-danger{
    border-color: #ff5588;
}

.tra-select-box {
    width: 100%;
    display: inline-block;
    /* padding: 12px 12px; */
    margin: 0;
    background-color: #F9F9F9;
    vertical-align: top;
}

.virtual-trade-btn {
    color: #344054;
    border: 1px solid #DADBDC;
    height: 40px;
    padding: 0px 24px;
    font-size: 14px;
    min-width: 132px;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    font-weight: 500;
    line-height: 20px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.trade-btn {
    display: inline-block;
    min-width: 74px;
    padding: 5px 12px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 6px;
    font-size: var(--fs-normal);
    line-height: 18px;
    background-color: #7f96a1;
    color: #fff;
}

.trade-btn .Mui-disabled {
    color: #FFFFFF;
    border: 1px solid #BFD7F2;
    ;
    background-color: #BFD7F2;
}

.tra-select-box h2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
    color: #344054;
}

.bs {
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    border: #5588ff 1px solid;
    color: #5588ff;
    margin-right: 0;
}

.bs:hover {
    color: #fff;
    background-color: #5588ff;
}

.be-box {
    font-size: 12px;
    color: #344054;
    cursor: pointer;
    width: 33px;
    height: 25px;
    border: 1px solid #DADBDC;
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #FFFFFF;
    ;
    margin-left: 0;
}

.icon-size-bs .icon-svg {
    width: 1em;
    height: .75em;
    font-size: 32px;
}

.b-icon {
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-flex;
    background-color: #e5effb;
    color: #203fa6;
    height: 14px;
    width: 15px;
    cursor: none;
    margin-right: 6px;
    line-height: 1;
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.s-icon {
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-flex;
    background-color: #f5d6df;
    color: #ff5588;
    height: 14px;
    width: 15px;
    cursor: none;
    margin-right: 6px;
    line-height: 1;
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.p-12 {
    padding: 12px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pb-0 {
    padding-bottom: 0;
}

.ttl-label span {
    font-weight: bold;
}

.ttl-label .active {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    background: #fff6f6;
    color: #c22e00;
    border-radius: 6px;
    margin-left: 4px;
    padding: 2px 4px;
    font-weight: 400;
}

.ttl-label .icon-size {
    width: 1em;
    height: 1em;
    font-size: 14px;
    margin-left: 2px;
}

.table.mb-0,
.mb-0 {
    margin-bottom: 0;
}

.text-dark {
    color: #333 !important;
}

.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.mnw-80 {
    min-width: 80px;
}

.w-220 {
    width: 220px;
}

.sb {
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    border: #ff5588 1px solid;
    color: #ff5588;
    margin-right: 0;
}

.sb:hover {
    color: #fff;
    background-color: #ff5588;
}

.price-input {
    width: 88px;
    height: 25px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    margin-left: 0px;
    justify-content: center;
    border: 1px solid var(--dividerColor);
    border-radius: 5px;
    position: relative;
    background-color: var(--backgroundColor);
    margin-left: 12px;
    margin-right: 0px;
}

.tra-part {
    margin-top: 20px;
}

.trade-left-part .tra-select-box .tra-part {
    max-height: 357px;
    overflow-x: hidden;
    overflow-y: auto;
}

.trade-left-part.active .tra-select-box .tra-part {
    max-height: 454px;
}
.trade-left-part .tra-select-box .tra-part table thead {
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    z-index: 2;
}

.tra-part.mt0 {
    margin-top: 0;
}

.tra-part .form-group {
    margin-bottom: 0;
}

.tra-part .form-control {
    color: var(--textColor);
    height: 25px;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 12px;
    height: 25px;
    text-align: left;
    line-height: normal;
    padding-left: 3px !important;
    padding-right: 3px !important;
    text-transform: capitalize;
}

.tra-part .form-control.text-center {
    text-align: center;
}

.wLotsInput{ width: 60px;}

.tra-part .form-control:focus {
    border: solid 2px #ccc;
}

.price-width {
    width: 80px;
    text-align: center !important;
}

.price-width-60 {
    width: 60px;
    text-align: center !important;
}

.alert-danger {
    color: #ff5588;
    background-color: #ffeff4;
    border-color: #ffd6e3;
}

.tra-part button {
    background: transparent;
}

.top-title-part {
    position: sticky;
    height: 40px;
    width: 100%;
    top: 0px;
    z-index: 100;
    outline: 0px;
    font-size: var(--fs-large);
    font-weight: 400;
    padding-left: 12px;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /*cursor: move;*/
    background-color: #fff;
}

.top-title-part h2 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.right-close-all-btn {
    float: right;
    width: auto;
    display: flex;
    align-items: center;
}

.right-close-all-btn>.trade-btn {
    margin-left: 12px;
    margin-right: 5px;
}

.trade-left-part.active .right-close-all-btn .expand-oa-btn .next,
.trade-left-part:not(.active) .right-close-all-btn .expand-oa-btn .back {
    display: none;
}

.tra-part .table>thead>tr>th {
    padding-left: 8px;
    padding-right: 5px;
    vertical-align: middle;
}
.new-strategy-box .tra-part .table>thead>tr>th {
    padding: 8px 5px;
}
.tra-part .table>tbody>tr>td {
    padding: 3px 5px;
    vertical-align: middle;
}

.minimize-btn {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 10px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 0;
}

.minimize-btn svg {
    vertical-align: middle;
    color: #A2A2A2;
}

.tra-part .table {
    margin-bottom: 10px;
}

.lot-min-net {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.lot-min-net ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.lot-min-net ul li {
    width: auto;
    display: inline-block;
    font-weight: 400;
    margin: 0 0 0 75px;
    font-size: 12px;
    line-height: 20px;
}

.lot-min-net ul li.ml-0 {
    margin-left: 0;
}

.lot-min-net ul li label {
    display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: 5px;
}

.lot-min-net ul li strong {
    margin-left: 5px;
}

.lot-min-net ul li .form-control {
    height: 25px;
    display: inline-block;
    border-radius: 8px;
}

.lot-min-net ul li .form-control:focus {
    border: solid 2px #ccc;
}

.lot-min-net ul li .form-group {
    display: inline-block;
    margin-bottom: 0;
}

.lot-min-net ul li .form-control {
    color: var(--textColor);
    height: 25px;
    padding: 2px 7px;
    border-radius: 8px;
    font-size: 12px;
    height: 25px;
    text-align: left;
    line-height: normal;
    text-transform: capitalize;
}

.new-strategy-box {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.new-strategy-box + .new-strategy-box {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

.new-strategy-box .lot-min-net ul {
    text-align: center;
}

.action-btn {
    width: 98%;
    display: inline-block;
    margin: 5px 10px 0px 5px;
    padding: 0;
    text-align: left;
    position: relative;
}

.virtual-btn {
    color: var(--primaryColor);
    border-radius: 4px;
    width: 125px;
    max-width: 100%;
    background: #fff;
    border: #747474 2px solid;
    text-align: center;
    height: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
}

.trade-all-btn {
    color: var(--primaryColor);
    border-radius: 4px;
    background: #fff;
    border: #747474 2px solid;
    width: 125px;
    max-width: 100%;
    height: 25px;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
}

.mui-disabled-btn {
    color: var(--disabledColor);
    border-color: var(--disabledColor);
}

.virtual-dote-btn {
    color: var(--primaryColor);
    border-radius: 4px;
    text-align: center;
    padding: 0 4px;
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
    position: relative;
}

.virtual-dote-btn svg {
    pointer-events: none;
}

.expan {
    width: 100%;
    display: none;
    padding: 0;
    margin: 0;
}

.expan h2 {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
}

.expan .nav-tabs {
    display: flex;
    border-bottom-color: #ddd;
}

.expan .nav>li {
    flex: 1 1 0;
}

.expan .nav-tabs>li>a {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.lot-min-net ul li .custom-checkbox {
    display: inline-block;
    vertical-align: middle;
}

.Best-box {
    position: relative;
}

.Best-deta-table {
    display: none;
    border: solid 1px #ccc;
    z-index: 10;
    min-width: 400px;
    background: #fff;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    will-change: transform;
    white-space: normal;
}

.Option-chain-main .option-chain-table td .Best-box .Best svg{
    pointer-events: none;
}

.Option-chain-main .option-chain-table td .Best-box:first-child .Best-deta-table {
    top: 0;
    right: 100%;
    left: auto;
}

.Option-chain-main .option-chain-table td .Best-box:last-child .Best-deta-table {
    top: 0;
    left: 100%;
}


.Option-chain-main .option-chain-table tr:nth-last-child(-n + 10):not(:nth-child(-n + 10)) td .Best-box .Best-deta-table {
    top: auto;
    bottom: 0;
}

.Option-chain-main .option-chain-table td .Best-box.top .Best-deta-table {
    top: 0;
}

.Option-chain-main .option-chain-table td .Best-box.bottom .Best-deta-table {
    top: auto;
    bottom: 0;
}

.Best-deta-table.show {
    display: block;
}

.Best-deta-table-top {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #ccc;
    vertical-align: top;
}

.Best-deta-table-top .table {
    margin-bottom: 0;
}

.Best-deta-table-top .table>thead>tr>th {
    padding: 8px 3px !important;
    text-align: center;
    color: #8F959F;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.Best-deta-table-top .table>tbody>tr>td {
    padding: 4px 3px !important;
    text-align: center;
    font-weight: normal;
}

.Best-deta-table-top .table>thead>tr>th:nth-child(3),
.Best-deta-table-top .table>tbody>tr>td:nth-child(3) {
    border-right: 1px solid #ddd;
}

.Best-deta-table-top .table>tbody:first-of-type {
    border: none;
}

.Best-deta-table-bottom {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Best-deta-table-bottom .table {
    margin-bottom: 0;
}

.Best-deta-table-bottom .table>thead>tr>th {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    color: #6F7786;
    font-weight: normal;
    border-top: none;
    border-bottom: none;
    font-weight: 700;
    font-size: 12px;
}

.Best-deta-table-bottom .table>tbody>tr>td {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-weight: normal;
    border-bottom: none;
    border-top: 1px solid #ddd;
}

.Best-deta-table-bottom .table>tbody:first-of-type {
    border: none;
}

.Best-deta-table-bottom .buy {
    color: #5588ff;
}

.Best-deta-table-bottom .sell {
    color: #ff5588;
}

.rades-selected-part {
    width: 100%;
    display: inline-block;
    padding: 10px 4px 0;
    margin: 0;
}

.rades-selected-part .custom-checkbox {
    display: inline-block;
    vertical-align: sub;
}

.rades-selected-part a {
    float: right;
    line-height: 22px;
}

.new-strategy-box .tra-part {
    margin-top: 0;
}

.summy-left-tab-box {
    width: 100%;
    display: inline-block;
    margin: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 10px 0;
    border-radius: 6px;
}

.summy-left-tab-box .trade-left-boxpro {
    padding: 0;
}

.summy-left-tab-box .nav-tabs {
    display: flex;
    border-bottom-color: #ddd;
}

.summy-left-tab-box .nav>li {
    flex: 1 1 0;
}

.summy-left-tab-box .nav-tabs>li>a {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.rades-part {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    margin: 0;
}

.rades-part p {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #8F959F;
    font-weight: normal;
    text-align: left;
}

.saved-midd-part {
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
    color: #8F959F;
}

.create-new-portfolio-btn {
    /*width: 100%;*/
    display: inline-block;
    padding: 5px 12px;
    /*margin: 0;*/
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    border: #5588ff 2px solid;
    border-radius: 50px;
}

.create-new-portfolio-btn:hover {
    background-color: var(--primarycolor);
    color: #fff;
    border-color: var(--primarycolor);
}

.radesbtn {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: -4px 0 0 0;
    text-align: left;
}

.radesbtn>* {
    margin-top: 4px;
}

.radesbtn .add-buy {
    font-size: 13px;
    padding-top: 0.0px;
    padding-bottom: 0.0px;
    border: solid 2px #ccc;
    margin-right: 2px;
    /* background: #fff;*/
}

.bg-white {
    background-color: #fff;
}

.radesbtn .bull-line {
    border: solid 2px #5588ff;
}

.radesbtn .bear-line {
    border: solid 2px #ff5588;
}

.radesbtn .form-control {
    color: var(--textColor);
    padding: 2px 7px;
    border-radius: 8px;
    font-size: 12px;
    height: 25px;
    text-align: left;
    line-height: normal;
    padding-left: 6px !important;
    padding-right: 0 !important;
    text-transform: capitalize;
}

.radesbtn .form-control:focus {
    border: solid 2px #ccc;
}

.radesbtn .form-group {
    display: inline-block;
    margin-bottom: 0;
}

.radesbtn label {
    margin-left: 75px;
    font-size: var(--fs-normal);
    font-weight: 700;
}

.howto-use-left-tab-box {
    width: 100%;
    display: inline-block;
    color: #8F959F;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
}

.important-info-left-tab-box {
    width: 100%;
    display: inline-block;
    margin: 0;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 6px;
}

.important-info-left-tab-box p {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #344054;
    cursor: pointer;
    background: url(../images/down-arrow.svg) right center no-repeat;
    background-size: 24px 24px;
}

.important-info-bottom-box {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    display: none;
}

.important-info-bottom-box p {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #8F959F;
    padding: 0;
    margin: 0;
    background-image: none;
}


.ready-part-box-sec {
    width: 100%;
    display: inline-block;
}

/*.options-strategies-main .col-md-4 {width: 35.333333%;}
.options-strategies-main .col-md-8 {width: 64.666667%;}*/
.optstr-row .optstr-col-8 {
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 146px);
}

.modal-ticker-top .optstr-row .optstr-col-8 {
    max-height: calc(100vh - 120px);
}

@media screen and (min-width:992px) {
    /*.optstr-row .optstr-col-4 {
        border-right: 1px solid #ddd;
    }*/
}

@media screen and (min-width:992px) and (max-width:1600px) {
    .optstr-row {
        display: flex;
        flex-wrap: wrap;
    }

    .optstr-row .optstr-col-4 {
        flex: 0 0 auto;
        width: 572px;
        max-width: 572px;
    }

    .optstr-row .optstr-col-8 {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width:992px) {
    .optstr-row .optstr-col-8 {
        margin-top: 0;
    }
}

.strategy-right {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0;
    background-color: #f0f0f0;
    padding: 0;
    border-radius: 6px;
}

.strategy-tabs-right-part {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 6px;
}

.strategy-new-tab-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.strategy-dXUmRZ {
    display: inline-block;
    padding: 0 0 0 40px;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.fix-part-right {
    width: auto;
    display: inline-block;
    justify-content: flex-end;
    /* float: right; */
    padding: 0;
    margin: 0;
    border-radius: 4px;
    border: solid 1px #DADBDC;
    position: relative;
}

.fix-part-right ul {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.fix-part-right ul li {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.fix-part-right ul li a {
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 400;
    color: #6F7786;
    display: inline-block;
    vertical-align: middle;
}

.fix-part-right ul li a strong {
    font-weight: 500;
    color: #344054;
}

.fix-part-right ul li a svg {
    vertical-align: middle;
    margin-top: -5px;
}

.fix-part-right ul li a:hover {
    background-color: #fff;
}


.strategy-dXUmRZ .col-sm-8 {
    width: 73%;
}

.strategy-dXUmRZ .col-sm-4 {
    width: 27%;
}

.strategy-dXUmRZ .nav>li>a {
    padding: 4px 15px;
}

.on-expiry-box {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-left: 15px;
}

.on-expiry-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    display: inline-flex;
    flex-flow: column;
    vertical-align: top;
}

.on-expiry-box ul li {
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    color: #344054;
}

.on-expiry-box ul li .item-line {
    margin-right: 4px;
}

.stra-ul-sec {
    display: inline-block;
}

.on-expiry {
    height: 2px;
    width: 16px;
    background: linear-gradient(90deg, #039855 50%, #c22e00 50%);
    display: inline-block;
}

.target-date {
    height: 2px;
    width: 16px;
    background-color: #5588ff;
    display: inline-block;
}

.sd-mode {
    width: 280px;
    display: none;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(102, 112, 133, 0.1), 0px 12px 32px -8px rgba(102, 112, 133, 0.35);
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
}

.sd-mode h2 {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
}

.sd-mode-box {
    border-radius: 8px;
    width: 100%;
    display: inline-block;
    border: 1px solid #DADBDC;
    padding: 15px;
}

.sd-mode-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sd-mode-box ul li {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #DADBDC;
    margin-bottom: 10px;
}

.sd-mode-box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.half-box {
    position: fixed;
    bottom: 0px;
    right: 32px;
    width: 592px;
    height: 100px;
    min-height: inherit;
}

.half-tra-part {
    width: 100%;
    display: inline-block;
    display: none;
    height: calc(100% - 40px);
}

.form-check p {
    font-size: 12px;
    color: #6F7786;
    line-height: 14px;
    font-weight: normal;
    margin-top: 5px;
}

.sd-mode-box .form-check-label {
    padding-left: 0;
    font-size: 14px;
}

.expiry-used-box {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.expiry-used-box h2 {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    color: #344054;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.expiry-used-box ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #DADBDC;
    border-radius: 8px;
}

.expiry-used-box ul li {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #DADBDC;
    padding: 10px 0;
    margin: 0;
}

.expiry-used-box ul li:last-child {
    border-bottom: none;
}

.expiry-used-box ul li .custom-checkbox {
    margin-left: 10px;
    line-height: 21px;
}

.expiry-used-box ul li .custom-checkbox label {
    margin-bottom: 0;
}

.expiry-week-flag {
    width: 16px;
    height: 16px;
    background-color: #E5EFFB;
    border-radius: 50%;
    color: #006CE6;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    font-weight: 500;
    font-size: 9px;
    vertical-align: middle;
}




.pay-main-part {
    width: 100%;
    display: inline-block;
    padding: 12px;
    margin: 0;
}

.trade-left-part .pay-main-part {
    padding: 12px 0 0;
}

.pay-main-part .chart-img {
    width: 100%;
    height: auto;
}

/*.on-deta-part{ width: 100%; display: inline-block; padding: 10px 24px; margin: 0 0 20px 0; background: #F9F9F9; border-radius: 8px;}*/
.on-deta-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}

.on-deta-part ul {
    /*width: 100%; text-align: center;*/
    display: inline-block;
    padding: 0;
    margin: 0 -16px;
}

.on-deta-part ul li {
    width: auto;
    display: inline-block;
    padding: 0 16px;
    margin: 0;
    font-weight: 400;
    color: #344054;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.on-deta-part .on-expiry-box ul li {
    display: inline-flex;
    align-items: center;
}

.expan .on-deta-part {
    padding-bottom: 12px;
}

.expan .on-deta-part ul {
    margin: 0 -8px;
}

.expan .on-deta-part ul li {
    padding: 0 8px;
}

.strike {
    border: 1px solid #D8DCE3;
    border-radius: 4px;
    background-color: #F9F9F9;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.2px;
    color: #1E2124;
    padding: 2px 8px;
    width: 55px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
}

.laYmPkbs {
    width: 12px;
    height: 12px;
    background: #5588ff;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
}

.kbRhFasb {
    width: 12px;
    height: 12px;
    background: #ff5588;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
}

.rang-box {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 19px 14px 17px 17px;
    border-top: 1px solid #DADBDC;
}

.rang-box.pt0 {
    padding-top: 0;
}

.rang-box.px0 {
    padding-left: 0;
    padding-right: 0;
}

.options-strategies-main .rang-box {
    padding: 14px;
}

.options-strategies-main .rang-box .range-slider{
    background-color: #f5f5f5;
}

.range-detel {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.range-detel ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.range-detel ul li {
    width: 50%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
}

.range-detel ul li span {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 2px 0;
    color: #8F959F;
    font-size: 12px;
    font-weight: 400;
}

.range-detel ul li:last-child {
    text-align: right;
    vertical-align: top;
}

.range-detel ul li:last-child svg {
    vertical-align: middle;
}

.range-detel ul li .form-group {
    display: inline-block;
    width: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}

.range-detel .on-expiry-box ul {
    flex-flow: row;
}

.range-detel .on-expiry-box ul li {
    width: auto;
    display: inline-flex;
    align-items: center;
}

.range-detel .on-expiry-box ul li+li {
    margin-left: 1rem;
}


.sliderContainer {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.range-slider {
    -webkit-appearance: none;
    appearance: none;
    height: 10px !important;
    width: 100%;
    border-radius: 10em;
    background-color: #fff;
    outline: none;
    margin-bottom: 0;
}

.trade-left-part .range-slider {
    background-color: #f0f0f0;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #203fa6 !important;
    cursor: pointer;
    border: 3px solid #f4f4f4;
}

.range-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #203fa6;
    cursor: pointer;
    border: 3px solid #f4f4f4;
}

#output {
    color: #d3d3d3;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    font-size: 20px;
    margin-left: 5px;
}

.strategy-tabs-bottom-item-part {
    width: 100%;
    display: inline-block;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 14px 12px 10px;
    border-radius: 6px;
}

.Strikewise-box {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Strikewise-box h2 {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.Strikewise-box h2 a {
    float: right;
}

.Strikewise-box p {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #8F959F;
    font-weight: 400;
    line-height: 30px;
}

.Strikewise-box strong {
    font-size: 12px;
    font-weight: 400;
    color: #344054;
    line-height: 30px;
}

.Strikewise-box .form-group {
    margin-bottom: 0;
}

.Strikewise-box .row {
    margin-bottom: 10px;
}

.Greeks-bottom-part {
    width: 100%;
    display: inline-block;
}

.Greeks-bottom-part h2 {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.Greeks-bottom-part h2 strong {
    float: right;
    font-size: 10px;
    font-weight: 400;
    color: #8F959F;
}

.Greeks-bottom-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.Greeks-bottom-part ul li {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding: 8px 0px;
    color: #8F959F;
    font-size: 12px;
    border-bottom: 1px solid #DADBDC;
    width: 100%;
}

.Greeks-bottom-part ul li strong {
    float: right;
    color: #344054;
}

.future-bottom-part {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.future-bottom-part h2 {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.future-bottom-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.future-bottom-part ul li {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding: 6px 0px;
    color: #8F959F;
    font-size: 12px;
    width: 100%;
}

.future-bottom-part ul li strong {
    float: right;
    color: #344054;
}

.deviations-bottom-part {
    width: 100%;
    display: inline-block;
}

.deviations-bottom-part h2 {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.deviations-bottom-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.deviations-bottom-part ul li {
    width: 32%;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding: 0 0px 6px;
    color: #8F959F;
    font-size: 12px;
    font-weight: 400;
}

.strategy-tabs-bottom-item-part .col-md-4 {
    width: 33.33333333%;
}

.deviations-bottom-part ul li:last-child {
    text-align: right;
}

.save-box {
    left: 100%;
    top: 0;
    width: 100px;
    z-index: 10;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 18%);
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    display: none;
}

.save-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.save-box ul li {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.save-box ul li a {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 36px;
    font-size: 12px;
    color: #344054;
    min-height: 35px;
    padding-left: 14px;
    border-bottom: 1px solid #DADBDC;
}

.save-box ul li a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.new-strategy-left {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 231px);
}
.modal-ticker-top .new-strategy-left {
    max-height: calc(100vh - 205px);
}

.chart-left-box {
    position: fixed;
    top: 50px;
    left: 10px;
    width: 642px;
    height: calc(100vh - 121px);
    z-index: 99999;
    border-radius: 0;
    transition: transform 0.1s ease 0s;
    margin: 0;
    background: #fff;
    border: solid 1px #ccc;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

.modal-ticker-top .chart-left-box {
    height: calc(100vh - 95px);
}

/*.chart-left-box{ width: 100%; display: none; height: 90%;  z-index: 1300; margin-top: 0px;max-height: 100%;margin-left: 0px;left: 1.2%;right: auto;position: fixed;overflow-y: auto;bottom:3%;}*/
.chart-top-box {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.clear-btn {
    width: 78px;
    color: #344054;
    background-color: #DADBDC;
    font-style: normal;
    font-size: 0.875rem;
    border-radius: 4px;
    display: inline-block !important;
    margin: 0 !important;
    padding: 5px 20px;
}

.tab-sec-part {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0px 0 0 0;
}

.opt-btn-part {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    padding: 0;
    border: #ccc 2px solid;
    margin-right: 10px;
    background-color: #fff;
}

.opt-btn-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.opt-btn-part ul li {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.opt-btn-part ul li a {
    font-size: 12px;
    padding: 5.5px 14px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    color: var(--textColor5);
}

.opt-btn-part ul li a:hover {
    background-color: #203fa6;
    color: #fff;
}

.opt-btn-part ul li a.active {
    background-color: #203fa6;
    color: #fff;
}

.opt-btn-select {
    width: 100%;
    max-width: 100px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.opt-btn-select .form-group {
    margin-bottom: 0;
}

.options-strategies-table-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.options-strategies-table-box > .option-chain-table > .table-responsive{
    margin-bottom: 0;
    max-height: calc(100vh - 204px);
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    border-top: 1px solid #ddd;
}

.modal-ticker-top .options-strategies-table-box > .option-chain-table > .table-responsive{
    max-height: calc(100vh - 178px);
}

.options-strategies-table-box > .option-chain-table > .table-responsive table thead {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
}

.leptop-part .form-check label {
    font-weight: 600;
    font-size: 13px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.right-price {
    width: auto;
    float: right;
    padding: 5px 6px 0 0;
}

.right-price .form-check label {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.right-price .form-check {
    display: inline-block;
    margin-left: 15px;
}

.summ-part-box {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.summer-part-no-trades {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    display: none;
}

.no-trades {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 15px 0 20px;
}

.custom-strategy-btn {
    width: auto;
    margin: 0 auto 15px !important;
    display: inline-block !important;
    background-color: #fff;
    color: var(--text);
    font-size: var(--fs-large);
}

.b-box {
    width: auto;
    padding: 0 5px 0 0;
    margin: 0;
    position: absolute;
    background: #203fa6;
    border-radius: 10px;
    left: 64px;
    z-index: 999;
    border: solid 1px #203fa6;
}

.b-box .form-group {
    margin-bottom: 0;
    width: 45px;
    height: 20px;
    display: inline-block;
}

.b-box .form-control {
    height: 20px;
    padding: 0 2px;
}

.b-box span {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
}


.full-half-box {
    height: 395px;
}

.full-height-box {
    height: 900px;
}

.tradeselected {
    display: block !important;
    opacity: 1 !important;
    /*width: 100% !important;*/
    margin-left: 10px;
    margin-right: auto;
}

.expan-panel-none {
    display: none;
}

.tab-sec-part .v-btn--small {
    height: 35px;
}

.tab-sec-part .v-btn {
    border-radius: 10px;
}

.tab-sec-part .form-control {
    color: var(--textColor5);
    height: 28px;
    padding: 3px 12px;
}


.basketorde-chart-top-part {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    /*background: #f0f0f0;
    border-radius: 10px;*/
}


.basketorde-chart-top-part .checkbox.checbox-switch label span {
    background-color: #747474 !important;
    border-color: #747474 !important;
}

.custom-strategy-btn {
    border: #ccc 2px solid;
    border-radius: 50px !important;
    font-size: 13px;
    margin-bottom: 0 !important;
    background: #fff !important;
}

.custom-strategy-btn:focus {
    color: var(--text);
}

.custom-strategy-btn:hover {
    background-color: #203fa6 !important;
    color: #fff;
}

.chart-top-box .option-chain-table .table {
    width: 100%;
}

.chart-top-part-label {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 0;
}

.chart-top-part-label ul {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
}

/* background: #fff;
    border: #ccc 2px solid;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    text-align: center;} */
.chart-top-part-label ul li {
    width: auto;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.draggable {
    position: fixed;
    cursor: move;
    background-color: #fff;
    box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 24%);
    border-radius: 10px;
    max-height: 100%;
    max-width: 640px;
    max-height: calc(100% - 66px);
    height: 90%;

}

.strategy-dXUmRZ-tab.col {
    min-width: 348px;
}

.strategy-dXUmRZ-tab .stra-ul-sec {
    border-radius: 10px;
    border: #ccc 2px solid;
    background-color: #fff;
}

.strategy-dXUmRZ-tab .nav-tabs>li.active>a,
.strategy-dXUmRZ-tab .nav-tabs>li.active>a:focus,
.strategy-dXUmRZ-tab .nav-tabs>li.active>a:hover {
    background-color: #203fa6;
    border-radius: 10px;
    color: #fff;
}

.strategy-dXUmRZ-tab .nav>li>a {
    padding: 3px 15px 0;
    line-height: 20px;
}

.strikes-selection-wrap {
    position: relative;
}

.strikes-selection {
    width: 100%;
    max-width: 120px;
    padding: 5px 0 0;
    margin: 15px 0 0;
    position: absolute;
    left: 0;
    top: 100%;
    border: #ccc 2px solid;
    border-radius: 10px;
    background: #fff !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.strikes-selection.active {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.strikes-selection ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.strikes-selection ul li {
    width: 100%;
    display: inline-block;
    padding: 4px 0 2px;
    margin: 0;
    text-align: center;
}
.strikes-selection ul li.last-bdt {
    border-top: #ccc 2px solid;
    margin-top: 5px;
    padding-top: 5px;
}

.strikes-selection ul li .form-check {
    display: inline-block;
    padding-left: 30px;
}

.strikes-selection ul li .form-check .form-check-label {
    padding-left: 0;
}

.all-sec {
    border-top: #ccc 2px solid;
    border-bottom: #ccc 2px solid;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.strikes-selection ul li .checkbox-inline.checbox-switch,
.checkbox.checbox-switch label {
    padding-left: 5px;
    font-weight: 600;
}

.basketorde-none .form-group {
    margin-bottom: 10px;
}

.lot-min-net ul li .price-width {
    width: 64px;
}

.virtual-dote-btn {
    float: right;
    /*padding-right: 0;*/
}

.new-strategy-box .tra-part .table {
    margin-bottom: 0;
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-10>[class^="col-"],
.row-10>[class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-5>[class^="col-"],
.row-5>[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-3 {
    margin-left: -3px;
    margin-right: -3px;
}

.row-3>[class^="col-"],
.row-3>[class^="col"] {
    padding-left: 3px;
    padding-right: 3px;
}


.market-watch-table {
    height: calc(100vh - 140px);
    overflow-x: hidden;
    overflow-y: auto;
}

#left-sidebar.active .market-watch-table,
.content-bar-none .market-watch-table {
    overflow-x: auto;
}

.market-watch-table table {
    width: 100%;
    border-collapse: separate;
}

.market-watch-table tr>th,
.market-watch-table tr>td {
    position: relative;
    padding: 8px 20px 8px 8px;
    font-family: Roboto, sans-serif;
    font-size: var(--fs-normal);
    font-weight: 600;
    line-height: 14px;
    color: #747474;
    text-transform: uppercase;
    text-overflow: ellipsis;
    background-color: #fff;
    border-bottom: 1px solid var(--border-color);
}

.market-watch-table tr>th {
    color: var(--secondtext);
    text-transform: uppercase;
}

.market-watch-table tbody tr:last-child>td {
    border-bottom: none;
}

.market-watch-table tbody tr>td:hover+td,
.market-watch-table tbody tr>td:hover {
    z-index: 3 !important;
}

.market-watch-table .mat-mdc-table-sticky {
    position: sticky !important;
}

/*#left-sidebar:not(.active) .market-watch-table tr > th:not(:first-child):not(:nth-child(2)),
#left-sidebar:not(.active) .market-watch-table tr > td:not(:first-child):not(:nth-child(2)) { display: none;}*/
.market-watch-table tr>th[align="right"],
.market-watch-table tr>td[align="right"] {
    text-align: right;
}

.market-watch-table tr>th[align="right"]>div {
    width: 100%;
    justify-content: flex-end;
}

.market-watch-table tbody tr.active td {
    background-color: #f5f5f5;
}

.market-watch-table tr>th .ms,
.market-watch-table tr>td .ms {
    margin-left: 4px;
}

.market-watch-table tr:hover>td>ul {
    opacity: 1;
}

.market-watch-table ul.buysell-ul {
    display: none;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-bottom: 0;
    z-index: 9;
    opacity: 0;
}

.market-watch-table td:hover+td ul.buysell-ul,
.market-watch-table td:hover ul.buysell-ul {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.market-watch-table ul.buysell-ul>li {
    border-left: solid 1px var(--border-color);
    border-radius: 50px;
    background: #f1f1f1;
}

.market-watch-table ul.buysell-ul>li.mv-hoversubmenu-liwrapper:hover .mv-hoversubmenu {
    display: block;
}

.market-watch-table ul.buysell-ul>li:hover {
    background: #d5d5d5;
}

.market-watch-table ul.buysell-ul>li:first-child {
    border-left: none;
}

.market-watch-table ul.buysell-ul>li>a {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
}

.market-watch-table ul.buysell-ul>li>a>.resize_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.market-watch-table ul.buysell-ul>li>a>i {
    display: block;
    height: 30px;
    text-align: center;
}

.market-watch-table ul.buysell-ul>li .buy-icon::before {
    content: "";
    background: url(../images/buy-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

.market-watch-table ul.buysell-ul>li .sell-icon::before {
    content: "";
    background: url(../images/sell-icon.svg) center center no-repeat;
    height: 30px;
    display: block;
}

.dyw-body.hide-ticker .market-watch-table {
    height: calc(100vh - 115px);
}

.market-movers-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 216px);
    padding: 20px;
}

.sidebar-lt .lobipanel>.panel-body:not(.scroll-y) {
    height: calc(100vh - 141px);
    overflow: hidden;
}

.sidebar-lt .lobipanel>.panel-body.scroll-y {
    height: calc(100vh - 141px);
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-lt #timesales .lobipanel>.panel-body .sidebar-table {
    max-height: calc(100vh - 178px);
}

.sidebar-lt #priceladder .lobipanel>.panel-body {
    height: calc(100vh - 182px);
}

.sidebar-lt #priceladder .lobipanel>.panel-body .tableFixHead tbody {
    max-height: calc(100vh - 371px);
}

.sidebar-lt #setalert .lobipanel>.panel-body .setalert-wrapper {
    height: calc(100vh - 181px);
}

.dyw-body .content-bar .map-img {
    height: calc(100vh - 137px);
    overflow: hidden;
}

.dyw-body .content-bar.active-full .map-img {
    height: calc(100vh - 38px);
}

.dyw-body .content-bar .chart-iframe-wrap {
    height: calc(100vh - 137px);
    overflow: hidden;
}

.dyw-body .content-bar.active-full .chart-iframe-wrap {
    height: calc(100vh - 38px);
}

.dyw-body.hide-ticker #newsticker {
    display: none;
}

.dyw-body.hide-ticker .market-movers-wrapper {
    height: calc(100vh - 191px);
}

.dyw-body.hide-ticker .sidebar-lt .lobipanel>.panel-body:not(.scroll-y) {
    height: calc(100vh - 116px);
}

.dyw-body.hide-ticker .sidebar-lt .lobipanel>.panel-body.scroll-y {
    height: calc(100vh - 116px);
}

.dyw-body.hide-ticker .sidebar-lt #timesales .lobipanel>.panel-body .sidebar-table {
    max-height: calc(100vh - 153px);
}

.dyw-body.hide-ticker .sidebar-lt #priceladder .lobipanel>.panel-body {
    height: calc(100vh - 157px);
}

.dyw-body.hide-ticker .sidebar-lt #priceladder .lobipanel>.panel-body .tableFixHead tbody {
    max-height: calc(100vh - 346px);
}

.dyw-body.hide-ticker .sidebar-lt #setalert .lobipanel>.panel-body .setalert-wrapper {
    height: calc(100vh - 156px);
}

.dyw-body.hide-ticker .content-bar .map-img {
    height: calc(100vh - 115px);
}

.dyw-body.hide-ticker .content-bar .chart-iframe-wrap {
    height: calc(100vh - 115px);
}

.ms-item-plus>* {
    margin-right: 5px;
}

.tr-hover tr {
    position: relative;
}

.tr-hover tr .tr-hover-dropdown {
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    min-width: 70px;
}

.tr-hover tr:hover .tr-hover-dropdown {
    opacity: 1;
    visibility: visible;
}

.tr-hover tr .tr-hover-dropdown a {
    display: block;
    padding: 3px 10px;
}

.td-hover {
    position: relative;
}

.td-hover .hover-action {
    opacity: 0;
    visibility: hidden;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .15s ease;
}

.td-hover:hover .hover-action {
    opacity: 1;
    visibility: visible;
}

.hover-action .buy-btn,
.hover-action .sell-btn {
    padding: 0 10px;
    margin: 0 2px;
    font-size: 11px;
    line-height: 16px;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    color: #000;
    display: inline-block;
}

.hover-action .buy-btn {
    border-color: #5588ff;
}

.hover-action .sell-btn {
    border-color: #ff5588;
}

@media screen and (max-width:1199px) {
    .trade-left-boxpro {
        padding: 0;
    }
}


@media screen and (max-width:1600px) {
    .x-scroll-width {
        width: 1600px;
    }

    /*.option-chain-table .table{ width: 1555px; overflow-y: scroll; max-width:inherit;}
.options-chain-main{width: 1600px;}
.options-chain-main.w-100{width: 100%;}*/
    /*.options-strategies-main{width: 1550px;}
.options-strategies-main.w-100{width: 100%;}*/
}


@media screen and (max-width:1550px) {

    /*.leptop-part .col-sm-2{width: 24% !important; margin-top: -8px;}*/
    .checkbox.checbox-switch label.checkbox-lt-label,
    .checkbox.checbox-switch label.checkbox-rt-label {
        font-size: var(--fs-small);
    }
}

.ng-marquee {
    padding-top: 3px !important;
}

.info-popup {
    position: relative;
}

.instrument-information {
    background: #d6d7d9;
    padding: 15px 10px 10px 10px;
    box-sizing: border-box;
    position: absolute;
    width: 400px;
    left: 25px;
    z-index: 9999;
}

.instrument-information table {
    width: 100%;
    line-height: 1.2;
}

.instrument-information span {
    font-weight: 400;
    color: #8b8b8b;
}

.instrument-information span.percentage {
    font-weight: 400;
    color: #203fa6;
}

.instrument-table {
    background: #fff;
    margin-top: 10px;
}

.instrument-table table {
    width: 100%;
    border: 1px solid var(--border-color);
}

.instrument-table table div {
    margin: 0 0 5px;
}

.instrument-table table td {
    padding: 0px 10px;
}

.instrument-sec {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid var(--border-color);
}

.instrument-sec .instrument-label,
.instrument-sec .instrument-value {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 50%;
    text-align: left;
}

.instrument-sec .instrument-value {
    text-align: right;
}

.ordbook-table-wrapper table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.bs-btn-wrap {
    position: relative;
    display: inline-block;
}

.bs-btn-wrap .btn-bs {
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-normal);
    line-height: 18px;
    color: #323230;
    border-radius: 50%;
}

.bs-btn-wrap .btn-b {
    border-color: #5588ff;
}

.bs-btn-wrap .btn-s {
    border-color: #ff5588;
}

.bs-btn-wrap .bs-hover-dropdown {
    opacity: 0;
    visibility: hidden;
    padding: 2px 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    display: inline-flex;
    border-radius: 4px;
    z-index: 1;
    transition: all .25s ease;
}

.bs-btn-wrap:hover .bs-hover-dropdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.bs-btn-wrap .bs-hover-dropdown a {
    margin: 5px;
    color: #747474;
    cursor: pointer;
}

.bs-btn-wrap .bs-hover-dropdown a:hover {
    color: #5588ff;
}

.bs-btn-wrap .bs-hover-dropdown a svg {
    vertical-align: top;
}

.bo-status {
    display: inline-block;
    min-width: 74px;
    padding: 4px 8px !important;
    border: 1px solid transparent !important;
    text-align: center;
    border-radius: 6px;
    font-size: var(--fs-normal);
    line-height: 1.42857143;
}

.bo-status.submit {
    background-color: #5588ff;
    color: #323230;
}

.bo-status.pending {
    background-color: #7f96a1;
    color: #fff;
}

.bo-status.cancel {
    background-color: #fff;
    color: #ff5588;
    border-color: #ff5588 !important;
}

.bo-status.reject {
    background-color: #ff5588;
    color: #fff;
}

.bo-status.execute {
    background-color: #5588ff;
    color: #fff;
}

.bo-status.disabled {
    pointer-events: none;
}

.search-dropdown {
    position: relative;
    background: var(--panel);
    width: 100%;
}

.search-dropdown .sd-group {
    position: relative;
}

.search-dropdown .sd-group .budicon-search {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-dropdown .sd-group .form-control {
    padding-left: 28px;
    border: solid 2px #ccc;
}

.search-dropdown .sd-list {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    border: solid 2px #ccc;
    padding: .25rem 0;
    max-height: calc(100vh - 184px);
    position: absolute;
    top: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 10px;
    z-index: 99;
    min-width: 100%;
}

.search-dropdown .sd-list.end {
    left: auto;
    right: 0;
}

.search-dropdown .sd-list .sd-item {
    padding: .75rem 1rem;
    font-size: var(--fs-normal);
    color: var(--text);
    font-weight: 600;
    display: flex;
}

.search-dropdown .sd-list .sd-item:hover,
.search-dropdown .sd-list .sd-item.active {
    background-color: #f1f1f1;
}

.market-search-dropdown.basket-add {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

.market-search-dropdown.basket-add .touchline-search {
    width: 250px;
    background-color: #fff;
    border: solid 2px #ccc;
    padding: 10px;
    border-radius: 10px;
}

.market-search-dropdown.basket-add.active-search .touchline-search {
    top: calc(100% + 5px);
}

.market-search-dropdown.basket-add .form-control {
    border: solid 2px #ccc;
}

.basket-order-table.botable-wrap .table>tbody>tr>td {
    color: #222;
}

.basket-order-table.botable-wrap .table .order-col {
    min-width: 74px;
    display: inline-flex;
    align-items: center;
}

.modal-content .botable-wrap .btn-edit {
    margin: 3px 0 0 4px;
    font-size: 10px;
    line-height: 14px;
    border-width: 1px;
    display: inline-block;
    vertical-align: top;
}

.modal-content .botable-wrap .btn-delete {
    margin: 0 0 0 4px;
    font-size: 10px;
    line-height: 14px;
    border-width: 1px;
    display: inline-block;
    vertical-align: bottom;
}

.modal-content .botable-wrap .btn-edit-icon {
    margin: 2px 5px 0 0;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #5588ff;
}

.modal-content .botable-wrap .btn-delete-icon {
    margin: 0 0 0 5px;
    font-size: 16px;
    line-height: 1;
    border-width: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #ff5588;
}

.tra-part .table-saved-strg .form-control {
    height: 34px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.table-saved-strg .strgText {
    font-weight: 400;
}
.table-saved-strg .strgText .strgTag{
    margin-right: 15px;
    font-weight: 400;
}
.actions-td-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.modal-content .actions-td-end .btn {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border: none;
    padding: 4px;
    margin: 0;
}
.modal-content .actions-td-end .btn + .btn {
    margin-left: 12px;
}

.modal-content .actions-td-end .btn-edit-icon {
    color: #5588ff;
}
.modal-content .actions-td-end .btn-delete-icon {
    color: #ff5588;
}

.basket-order-table.botable-wrap .bo-number {
    min-width: 42px;
    text-align: right;
    display: inline-block;
    line-height: 18px;
}

.basket-order-table.botable-wrap .bo-error {
    border: 1px solid #ff5588;
    min-width: 18px;
    height: 18px;
    padding: 2px;
    margin-left: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    border-radius: 50%;
}

.basket-order-table.botable-wrap .table td .edit-control {
    border: 1px solid transparent;
    box-shadow: none;
    padding: 2px 4px;
    margin-left: -5px;
    height: auto;
    color: #222;
    font-size: 12px;
    outline: none;
    width: calc(100% - 20px);
}

.basket-order-table.botable-wrap .table td .edit-control:not([readonly]) {
    border-color: #ccc;
    width: calc(100% - 60px);
}

.group-margin-list table thead tr th {
    text-transform: uppercase;
}

.group-margin-list table tr th {
    padding: 0 3px 2px;
}

.group-margin-list table tr th .gm-label {
    font-size: 11px;
}

.group-margin-list table tr td {
    font-size: 13px;
    padding: 0 3px 2px;
}

.group-margin-list table tr.total>* {
    border-top: 1px solid #ccc;
    padding-top: 2px;
}

.hover-popup {
    position: relative;
}

.hover-popup .req-margin-box {
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    width: 240px;
    position: absolute;
    left: -4px;
    top: 0;
    transform: translateX(-100%);
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    transition: all .3s ease;
}

.group-margin-list table tr:hover .hover-popup .req-margin-box {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.hover-popup .req-margin-box .item-title {
    color: #222;
    border-bottom: 1px solid #ccc;
    padding: 8px;
}

.hover-popup .req-margin-box .item-body {
    padding: 2px 8px;
}

.hover-popup .req-margin-box .item-body .item-list-row {
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    font-size: var(--fs-normal);
}

.hover-popup .req-margin-box .item-body .item-list-row+.item-list-row {
    border-top: 1px solid #ccc;
}

.hover-popup .req-margin-box .item-body .item-list-row.total {
    font-size: var(--fs-large);
}

.bds-table {
    border-top: 1px solid #ddd;
}

.bds-table>thead>tr>th {
    border-bottom-width: 1px;
}

.bds-table>tbody>tr>td,
.bds-table>tfoot>tr>td {
    padding-top: 20px;
}

.bds-table .form-control {
    border-width: 2px;
}

.border-top {
    border-top: 1px solid #ddd;
}

.pio-table thead tr th {
    background-color: #f5f5f5;
}

.bds-info-badge {
    padding: 3px 12px;
    border: 2px solid #ccc;
    font-size: 14px;
    line-height: 18px;
    color: #323230;
    display: inline-block;
    border-radius: 10px;
}
.bds-info-badge.bg {
    background-color: #ddd;
}

.bds-info-badge small {
    font-size: 10px;
}

.pib-list {
    padding: 20px 15px;
    border: 1px solid #ddd;
}
.modal-full .modal-content .modal-content {
    height: auto;
}
.inputGroup {
    position: relative;
}

.inputGroup .form-control {
    padding-right: 8px;
}

.inputGroup .icon-ip {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.icon-input-number {
    background-image: url(../images/icon-input-number.png);
    width: 20px;
    height: 20px;
}

.icon-input-date {
    background-image: url(../images/icon-input-date.png);
    width: 20px;
    height: 20px;
}

.items-oc-list {
    margin: 0 20px 18px;
    padding: 25px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.items-oc-list .item-price {
    font-size: 16px;
}

#bookouter-wrapper .panel .panel-body .ordbook-table-wrapper .mat-table td{ padding: 0 7px;}

.tod-order-toggle{
    position: relative;
    cursor: pointer;
}
.tod-order-toggle .tod-order-dropdown{
    position: absolute;
    top: 100%;
    width: 200px;
    padding: 5px 0;
    background: var(--modalpanel);
    border: solid 1px var(--border-color);
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.tod-order-toggle.tod-buy .tod-order-dropdown{
    left: 0;
}
.tod-order-toggle.tod-sell .tod-order-dropdown{
    right: 0;
}
.tod-order-toggle.active .tod-order-dropdown{
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.tod-order-toggle .tod-order-dropdown .todo-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    cursor: pointer;
}
.tod-order-toggle .tod-order-dropdown .todo-row:hover,
.tod-order-toggle .tod-order-dropdown .todo-row.active{
    background-color: #f5f5f5;
}
.tod-order-toggle .tod-order-dropdown .todo-row > *{
    padding: 5px;
}

@media screen and (max-width:767px) {
    .items-oc-list {
        margin: 0 0 15px;
        padding: 5px 0;
    }
}

.user-info-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    width: 400px;
    max-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 20px;
    background-color: #fff;
    z-index: 1000;
    font-size: 11px;
    background: var(--modalpanel);
    border: solid 1px var(--border-color);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.user-info-dropdown *{ font-weight: 500;}
.user-info-dropdown .member-title{ font-size: 16px; color: #333; padding-bottom: 6px; border-bottom: 1px solid #ddd;}
.user-info-dropdown .items-cp{ padding-top: 10px; border-bottom: 1px solid #ddd;}
.user-info-dropdown .items-cp .item-title{ font-size: 14px; color: #333; text-transform: uppercase; margin-bottom: 4px; display: block;}
.user-info-dropdown .items-cp .item-title.icon-end{ position: relative; padding-right: 20px;}
.user-info-dropdown .items-cp .item-title.icon-end .fa{ position: absolute; right: 0; top: 0;}
.user-info-dropdown .items-cp .item-sub-title{ font-size: 12px; color: #333; text-transform: uppercase; margin-bottom: 4px;}
.user-info-dropdown .table>tbody>tr>td,
.user-info-dropdown .table>tbody>tr>th,
.user-info-dropdown .table>tfoot>tr>td,
.user-info-dropdown .table>tfoot>tr>th,
.user-info-dropdown .table>thead>tr>td,
.user-info-dropdown .table>thead>tr>th{ padding: 4px;}
.user-info-dropdown .items-links .item-title{ font-size: 12px; color: #333; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid #ddd;}
.user-info-dropdown .items-links ul li{ padding: 3px 0;}
.user-info-dropdown .items-links ul li a{ position: relative; padding-left: 18px; color: #5588ff;}
.user-info-dropdown .items-links ul li a .fa{ position: absolute; left: 0; top: 0; font-size: 12px; color: #747474;}

.setting-dropdown-wrap{ position: relative;}
.btn-setting{ background-color: transparent; padding: 5px;}
.setting-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 180px;
    padding: 16px 20px 6px;
    background-color: #fff;
    z-index: 1000;
    font-size: 12px;
    background: var(--modalpanel);
    border: solid 1px var(--border-color);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.setting-dropdown .form-check-inline:last-child{ margin-right: 0;}
.setting-dropdown .checkbox.checbox-switch{ margin-bottom: 10px;}
.setting-dropdown .checkbox.checbox-switch label{ padding-left: 0; padding-bottom: 0; font-size: 13px; line-height: 20px; color: #747474;}
.setting-dropdown .checkbox.checbox-switch label span { margin-left: 0;}

.vps-back-title{ position: relative; padding: 0 40px 10px; text-align: center; margin: 5px -15px; width: auto; display: block; border-bottom: solid 1px var(--border-color);}
.vps-back-title .abs-left{ position: absolute; left: 15px; top: 0;}
.vps-back-title .abs-left .budicon-chevron-left:before{ font-weight: bold; font-size: 20px;}
.text-yellow{ color: #f0ad4e;}
.fw-normal{ font-weight: normal;}

.str-edit-right-auto{ display: inline-flex; position: relative; padding-right: 64px; min-height: 25px; align-items: center; max-width: 100%;}
.str-edit-right-auto .actions-td-end{ position: absolute; right: 0; top: 0; display: inline-flex; align-items: center;}
.str-edit-right-auto .new-title{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.modal-dialog .modal-dialog{ margin: 0 auto;}
#placeOrderModal .hover-popup .req-margin-box{ z-index: 2;}
.tpo-wrap{ max-height: calc(100vh - 300px); min-height: 184px; overflow-y: auto;}
.table-place-order{ table-layout: fixed; margin-bottom: 0;}
.table-place-order > thead { position: sticky; top: 0; background-color: #fff; z-index: 1;}
.table-place-order>tbody{ border-bottom: none;}
.table-place-order>tbody>tr>td,
.table-place-order>tbody>tr>th,
.table-place-order>thead>tr>th{ padding: 6px 4px;}
.table-place-order>thead>tr>th:first-child,
.table-place-order>tbody>tr>td:first-child{ padding-left: 14px;}
.table-place-order>thead>tr>th{ border-bottom-width: 1px;}
.table-place-order td .form-control{ font-size: 11px; padding: 3px 6px; height: 28px;}
.table-place-order td .btn-delete-icon { margin: 0; font-size: 16px; line-height: 1; border-width: 1px; display: inline-block; vertical-align: top; background-color: transparent; border: none; padding: 5px 8px; color: #ff5588;}

#exampleDPRlist2{ z-index: 1051;}

/* style-customer.css */
/* @charset "UTF-8"; */

.login__logo { max-height: none !important;}
.header-logo { max-height: 40px !important;}
.common-header .navbar .navbar-brand { padding: 0 0 !important; margin-right: 0;}
.auth-box-logo a img { height: auto !important; max-width: 200px;}
.market-index-dd { left: 0 !important;}
.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li:hover { background: #f0f0f0;}
.st0 { fill: #8197a2;}
.st1 { fill: none;}
.ui-grid-header-viewport { width: 100% !important;}
.ui-grid-render-container-body .ui-grid-viewport { width: 100% !important;}
.ui-grid-icon-menu:before { font-family: FontAwesome; content: "\f0c9";}
.basket-order-fix { height: calc(100% - 51px);}
.basket-order-fix { height: calc(100% - 51px);}

/* Margin Calculator styles */
.margin-body{ overflow-y: inherit; overflow-x: inherit;}
.margin-Calculator-top{ background-color: #203fa6; width: 100%; display: inline-block; padding: 15px 0; margin: 0;}
.margin-Calculator-top p{ color: #fff; font-size: var(--fs-xlarge) !important; font-size: 12px; font-weight: 400; line-height: 20px; padding: 0; margin: 0;}
.margin-Calculator-top p a{ color: #fff; text-decoration: underline;}
.margin-Calculator-top .container{ margin-top: 0;}
.margin-Calculator-main{ width: 100%; display: inline-block; padding:0; margin: 0;}
.margin-Calculator-main h1{ text-align: center; font-size: 20px; margin-bottom: 20px;}
.margin-Calculator-main .nav-tabs{ margin-bottom: 30px;}
.margin-Calculator-main ul{ text-align: center;}
.margin-Calculator-main ul li{ display: inline-block; float: none;}
.margin-Calculator-main .nav > li > a{ padding-left: 20px; padding-right: 20px;}
.notice-margin {border: 1px solid #fff;background-color: #203fa6;border-radius: 2px;padding:10px 15px;box-sizing: border-box;font-size: 12px;margin-bottom: 30px;}
.notice-margin p{ color: #fff; font-weight: normal; font-size: var(--fs-normal); line-height: 18px;}
.notice-margin p a{ text-decoration: underline; color: #fff;}
.margin-Calculator-main .col-6{ padding-left: 15px; padding-right: 15px;}
.tally-box{ width: 100%; display: inline-block; padding:0; margin: 0; background: #fff; border: 1px solid #ddd;border-radius: 6px;}
.tally-box h4 {margin: 0; border-bottom: 1px solid #ddd;font-weight: bold;font-size: 14px;padding: 8px 15px;border-radius: 3px 3px 0 0;}
.tally-box-text{ width: 100%; display: inline-block; padding: 15px 15px 0; margin: 0;}
.tally-box-text p{ vertical-align: top;}
.tally-box-text strong{font-size: 1.5em; vertical-align: sub; margin-left:3px;line-height: 1em;color: #387ed1;}
.text-block-part{ margin-bottom: 30px;}
.form-part{ margin-bottom: 30px;}
.form-part label{ width: 100%; display: inline-block;}
.table-container-part{ width: 100%; display: inline-block; padding:0; margin:0 0 20px;}
.table-container-part table{ background-color: #fff; border-radius: 6px; border-collapse: collapse !important;}
.table-container-part table [valign="middle"]{ vertical-align: middle;}
.table-container-part .table-responsive .table.dataTable{ margin-top: 0 !important; margin-bottom: 0 !important;}
.table-container-part table tfoot .total{ font-size: 14px; font-weight: bold; text-align: right;}
.table-container-bottom{ width: 100%; display: inline-block; padding: 0 0 30px; margin: 0;}
.table-container-bottom p{font-size: 16px; font-weight: 400; width: 100%; display: inline-block;line-height: 1.8;margin-bottom: 15px;}
.table-container-part .scrip-expiry {display: inline-block;margin-left:20px;}
.table-container-part .table-sub-info {margin-right:10px;display: inline-block;}
.table-container-part .table-sub-info:last-child{ margin-right: 0;}
.futures .ban td {color: #ff5588;}
.calculate { color: #203fa6;}
.table-container-part table td label{ margin-bottom: 0;}
.table-container-part .dataTables_length{ display: none !important;}
.table-container-part .dataTables_filter{ display: none;}
.table-container-part .dataTables_info{ display: none;}
.table-container-part .dataTables_paginate{ display: none;}

.table-container-part .equity th, .equity td {text-align: center;}
.table-container-part .equity .scrip {width: 20%;text-align: left;}

.calc-result{ background-color: #f5f8fd; padding: 12px 15px;}

.margin-tra-title{ width: 100%; display: inline-block; padding: 0; margin:0 0 20px; text-align: center; font-size: 16px;}