﻿@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input,
select {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    font-size: 100%;
    /*font-family: "Noto Sans KR", sans-serif;*/
    font-size:14px;
    font-style: normal;
    color: #252525;
    /*vertical-align: baseline;*/
    /* a안 img가 들어갈 때 a를 위로 정렬시켜 여백을 없앨 때 사용 */
}

html {
  font-size: 13px;
}
input, button, select, optgroup, textarea {
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    height:40px;
    border-radius:0.25em;
    border:1px solid #ddd;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.ptr_graph {
    /*width: 455px;*/
    width:500px;
    height: 0px;
    float: left;
    vertical-align: bottom;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.ptr_chart {
    z-index: -10;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -25px;
    left:-20px;
    filter: alpha(opacity=100);
    opacity: 1;
    padding-bottom: 0px;
    /*width:455px;*/
    width:500px;
    height:40px;
}

/* 팝업 스타일 Start */
article.popup {
    display: none;
    position: fixed;
    z-index: 500;
}

article.popup:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 500;
}

article.popup .popup-wrap {
    z-index: 501;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 50%;*/
    max-width: 900px;
    min-width: 650px;
    padding: 50px;
    padding-bottom: 0;
    border-radius: 10px;
    background-color: #fff;
    max-height: 80%;
    overflow: auto;
}

article.popup .popup-wrap .popup-contents {
    height: 100%;
    position: relative;
}

article.popup .popup-wrap .popup-close-btn {
    width: 40px;
    height: 40px;
    background: url("../img/popup_close.png") no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 0;
}

article.popup .popup-wrap article.popup-msg-form {
    background-color: #fff;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .ic-box {
    text-align: center;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .ic-box .ic-error {
    background: url("../img/ic_popup_error.png") no-repeat center/cover;
    width: 50px;
    height: 50px;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .ic-box .ic-alarm {
    background: url("../img/ic_popup_alarm.png") no-repeat center/cover;
    width: 59px;
    height: 50px;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .ic-box .ic-appr {
    background: url("../img/ic_popup_appr.png") no-repeat center/cover;
    width: 59px;
    height: 50px;
    background-size: 50px;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .ic-box .ic-info {
    background: url(../img/img_page_info.png) no-repeat center/cover;
    width: 50px;
    height: 50px;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .subject-box {
    text-align: center;
    padding: 5px 0 15px;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .subject-box .subject-txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.04em;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .subject-box .subject-txt.type-alarm {
    color: #516778;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .subject-box .subject-txt.type-error {
    color: #e04f5f;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .msg-box {
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

article.popup .popup-wrap article.popup-msg-form .popup-body-box .msg-box .msg-txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.5em;
    color: #252525;
}

article.popup .popup-wrap article.popup-msg-form .popup-foot-box {
    padding-top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

article.popup .popup-wrap article.popup-msg-form .popup-foot-box .foot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 130px;
    height: 40px;
    border-radius: 10px;
}

article.popup .popup-wrap article.popup-msg-form .popup-foot-box .foot-btn + .foot-btn {
    margin-left: 10px;
}

article.popup .popup-wrap article.popup-msg-form .popup-foot-box .foot-btn.type-cancel {
    background-color: #5f5f5f;
}

article.popup .popup-wrap article.popup-msg-form .popup-foot-box .foot-btn.type-success {
    background-color: #6b7e8f;
}

article.popup .popup-wrap article.popup-msg-form .popup-foot-box .foot-btn.type-success:hover {
    background-color: #5c6e80;
}

article.popup .popup-wrap article.popup-point-form {
    padding-bottom: 50px;
}

article.popup .popup-wrap article.popup-point-form .popup-head-box {
    padding-right: 50px;
}

article.popup .popup-wrap article.popup-point-form .popup-head-box .popup-head-txt {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.04em;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-minus-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 6px 0 30px;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-minus-box .point-minus-txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.04em;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-minus-box .point-minus-txt b {
    color: #6b7e8f;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-minus-box .download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.04em;
    background-color: #6b7e8f;
    width: 130px;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-minus-box .download-btn:hover {
    background-color: #5c6e80;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box {
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box + .note-box {
    margin-top: 20px;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box.custom {
    border: 0;
    background-color: #eff3f6;
    display: flex;
    justify-content: space-between;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box .cbox {
    padding-bottom: 10px;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box .cbox label .txt {
    color: #252525;
    font-weight: 700;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box .note-msg-box .row {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.04em;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box .note-msg-box.dot-list .row {
    position: relative;
    padding-left: 10px;
}

article.popup .popup-wrap article.popup-point-form .popup-body-box .point-note-box .note-box .note-msg-box.dot-list .row::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    background-color: #6b7e8f;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

article.popup .popup-wrap article.popup-point-form .popup-foot-box {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

article.popup .popup-wrap article.popup-point-form .popup-foot-box .foot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 130px;
    height: 40px;
    border-radius: 10px;
}

article.popup .popup-wrap article.popup-point-form .popup-foot-box .foot-btn + .foot-btn {
    margin-left: 10px;
}

article.popup .popup-wrap article.popup-point-form .popup-foot-box .foot-btn.type-cancel {
    background-color: #5f5f5f;
}

article.popup .popup-wrap article.popup-point-form .popup-foot-box .foot-btn.type-success {
    background-color: #6b7e8f;
}

article.popup .popup-wrap article.popup-point-form .popup-foot-box .foot-btn.type-success:hover {
    background-color: #5c6e80;
}

/* 팝업 스타일 End */

/* Tab 스타일 Start */
.ui-tabs-vertical {
    width: 35em;
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
    top: -3px;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 22.6em;
    border: 1px solid #ddd;
    background-color: #F6F6F6;
    min-height: 208px;
}

.ui-widget-header {
    border:none;
    background : transparent;
}

.ui-widget-content {
    border: none;
}
#BuyConditionsPanel .ui-widget.ui-widget-content {
    border: none;
}

/* Tab 스타일 End */

.bfolder_header {
    width: 100%;
    background-color: #282f36;
    height: 70px;
    min-width: 1020px;
}

.header_log {
    background: url("/images/ptr_header_logo.png") no-repeat 0px 0px;
    width: 155px;
    height: 45px;
    float: left;
    /*margin-top: 15px;*/
}
.navbar-brand {
    font-size:16px;
}

.othersConditionSelectTab {
    border: none;
    height: 40px;
}

.othersConditionSelectTab .select {
    border: 0 none;
    outline: 0 none;
    padding: 0 5px;
}

.othersConditionSelectTab option {
    width: 220px;
    background: #ddd;
    color: #000;
    padding: 5px 5px;
}
.bg-ddd {
    background-color: #ddd;
    
}
.w-full {
    width:100%;
}

.tradeSignalListview {
    border: none !important;
}

.tradeSignalListItem {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;

    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    background-color: #D8D8D8;
}
.tradeSignalListItem2 {
    margin: 0;
    cursor: pointer;
}


.ptr_pf_table {
    width: 1024px;
    overflow-x: scroll;
    position: relative;
}

.openWindow {
    background: url("/images/newWindow.png") no-repeat 0px 0px;
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    /*margin-right: 70px;*/
}

/* ProgressBar Start */
.progressBar_area {
    text-align: center;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.progressBar_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress_bar {
    width: 70px;
    height: 70px;
    background-color: #fdb924;
    display: block;
    animation: square-to-circle 2s 0s infinite cubic-bezier(1, .015, .295, 1.225) alternate;
}

.progress_logo {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -25px;
}

.progress_txt {
    width: 166px;
    margin-top: 5px;
    position: absolute;
    left: 50%;
    margin-left: -83px;
}

    .progress_txt p {
        color: #fff;
        text-align: center;
        letter-spacing: -0.4px;
        font-size: 14px;
        margin-top: 10px;
        animation: progress_txt 0.8s 0s infinite;
    }

.progress_txt_f {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.black_back {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    /* display: none; */
    z-index: 990;
}


@keyframes square-to-circle {
    0% {
        border-radius: 5%;
        background: #8dc63f;
        transform: rotate(0deg);
    }

    25% {
        border-radius: 20%;
        background: #8dc63f;
        transform: rotate(45deg);
    }

    50% {
        border-radius: 30%;
        background: #00b0d8;
        transform: rotate(90deg);
    }

    75% {
        border-radius: 40%;
        background: #00b0d8;
        transform: rotate(135deg);
    }

    100% {
        border-radius: 50%;
        background: #fdb924;
        transform: rotate(180deg);
    }
}

@keyframes progress_txt {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(1px);
    }

    50% {
        transform: translateY(2px);
    }

    75% {
        transform: translateY(3px);
        transform: scaleY(1.1);
    }

    100% {
        transform: translateY(2px);
    }
}
/* ProgressBar End */

/* Symbol 추천 */
.recommend-form-component {
    margin-bottom: 35px;
}

.recommend-form-component .recommend-form-inner {
    display: flex;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.active.button {
    background-color: #fff;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.active.button:focus {
    background-color: #fff;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.active.button:hover {
    background-color: #fff;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.button {
    background-color: #fff;
    border: 1px solid #eeeeee;
    width: 550px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.labeled.icon.button {
    padding-left: 1.5em !important;
    padding-right: 4.07142857em !important;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.labeled.icon.button > .arrow-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0px;
    background: url("/images/ic_select_arrow.png") center no-repeat;
}

    

.recommend-form-component .recommend-form-inner .recommend-select .ui.dropdown .menu {
    z-index: 101;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.dropdown .menu > .item {
    line-height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.dropdown .menu .scrolling.menu {
    max-height: 187px;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui.dropdown > .text {
    font-size: 16px;
    font-family: inherit;
    display: flex;
    align-items: center;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui .search-input-form {
    height: 50px;
    font-size: 16px;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui .search-input-form:focus {
    border-color: #000;
}

.recommend-form-component .recommend-form-inner .recommend-select .ui .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("/images/img_form_search.png") center no-repeat;
    background-size: 20px;
}

.recommend-form-component .recommend-form-inner .recommend-select.disabled .dropdown {
    user-select: none;
    opacity: 0.4;
    background-color: #ccc;
    border-color: #d8d8d8;
    cursor: default;
}

.recommend-form-component .recommend-form-inner .recommend-setting {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.recommend-form-component .recommend-form-inner .recommend-setting .setting-switch input:checked ~ label::after {
    left: 26px;
}

.recommend-form-component .recommend-form-inner .recommend-setting .setting-switch label {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 0;
}

.recommend-form-component .recommend-form-inner .recommend-setting .setting-switch label::before {
    height: 25px;
    width: 50px;
}

.recommend-form-component .recommend-form-inner .recommend-setting .setting-switch label::after {
    top: 2px;
    left: 2px;
}

.recommend-form-component .recommend_info {
    margin-top: 10px;
    padding-left: 5px;
}

.recommend-form-component .recommend_info .txt {
    color: #139cff;
    font-size: 15px;
}

.recommend-form-component ~ .validation_inner {
    border-top: 1px solid #f3f3f3;
    padding-top: 35px;
}

.alarm-icon {
    /*background: url(../img/ic_popup_alarm.png) center no-repeat;*/
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.ui-tooltip {
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    box-shadow: 0 0 5px #ccc;
    word-break: break-all;
    font-family: inherit;
    font-weight: bold;
}

.ui-tooltip-content::after, .ui-tooltip-content::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    left: 50%;
    margin-left: -10px;
}

.ui-tooltip-content::before {
    bottom: -10px;
    border-color: #000 transparent;
    border-width: 10px 10px 0;
}

.ui-tooltip-content::after {
    bottom: -7px;
    border-color: #000 transparent;
    border-width: 10px 10px 0;
}


article.search-form-layout {
    display: flex;
    align-items: center;
    width: 600px;
    position: relative;
}

article.search-form-layout + article.table-list-layout1 {
    padding-top: 30px;
}

article.search-form-layout.type-full {
    width: 100%;
}

article.search-form-layout input {
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    padding-right: 100px;
    border: 1px solid #eeeeee;
    background: #fff url(/images/ic_search.png) no-repeat center left 20px;
    height: 50px;
    padding-left: 60px;
    outline: none;
    text-overflow: ellipsis;
}

article.search-form-layout input:disabled {
    background-color: #efefef;
}

article.search-form-layout input.type-recommend {
    padding-right: 260px;
}

article.search-form-layout input:focus {
    border: 1px solid #111;
    background: #fff url(/images/ic_search_hover.png) no-repeat center left 20px;
}

article.search-form-layout input:focus::placeholder {
    color: #111;
}

article.search-form-layout input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #cccccc;
}

article.search-form-layout .search-textarea {
    border-radius: 25px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    height: 100px;
    width: 100%;
    padding: 14px 130px 14px 60px;
    outline: none;
    background: #fff url(/images/img_form_search.png) no-repeat left 20px top 15px;
    resize: none;
    font-size: 16px;
}

article.search-form-layout .search-textarea:focus {
    border: 1px solid #111;
    background: #fff url(/images/ic_search_hover.png) no-repeat left 20px top 15px;
}

article.search-form-layout .search-textarea:focus::placeholder {
    color: #111;
}

article.search-form-layout .search-textarea::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #cccccc;
}

article.search-form-layout.size-custom .search-textarea {
    overflow-y: auto;
    resize: both;
    min-width: 1330px;
    max-width: 1330px;
    width: 1330px;
    border-radius: 0;
}

article.search-form-layout.size-custom .search-textarea::-webkit-scrollbar {
    width: 15px;
}

article.search-form-layout.size-custom .search-textarea.scroll-effect {
    min-height: 100px;
}

article.search-form-layout.size-custom .search-menu-box {
    right: 20px;
}

article.search-form-layout.size-custom .search-menu-box.-align-result {
    top: 10px;
}

article.recommend-form-inner .upload-wrap {
    right: 100px;
    top: 10px;
}

article.search-form-layout .search-menu-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    display: inline-flex;
    align-items: center;
    z-index: 100;
}

article.search-form-layout .search-menu-box.-align-result {
    top: 4px;
    transform: translateY(0);
}

article.search-form-layout .search-menu-box .search-btn-box button.search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6b7e8f;
    width: 74px;
    height: 44px;
    border-radius: 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

article.search-form-layout .search-menu-box .search-btn-box button.search-btn:hover {
    background-color: #5c6e80;
}

article.search-form-layout .search-menu-box .recommend-btn-box {
    position: relative;
    margin-left: 5px;
}

article.search-form-layout .preview_list {
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 60px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 196px);
    height: calc(100% - 8px);
}

article.search-form-layout .preview_list .file-name {
    height: 40px;
    display: inline-flex;
    align-items: center;
}

article.search-form-layout .preview_list .file-name + .file-name {
    margin-left: 10px;
}

article.search-form-layout .preview_list .file-name .file-remove {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    background: url(/images/popup_close.png) center;
    background-size: 20px;
}

article.recommend-form-inner .search-input-form {
    /*position: absolute;*/
    right: 85px;
    top: 5px;
}

article #MyWatchListItemInput .file-input {
    display: none;
}


.upload-btn {
    background: url(/images/upload.svg) center no-repeat;
    background-size: 19px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 435px;
}

.upload-btn:hover {
    background-color: #9cc6eb;
    transition: all 0.3s ease;
}


/* 숨김 */
.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.ui-autocomplete {
    min-height: 150px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
    border-radius:15px 0 0 15px;
    line-height:25px;
    padding:10px;
}
/* IE 6 doesn't support max-height
     * we use height instead, but this forces the menu to always be this tall
     */
html .ui-autocomplete {
    height: 150px;
    padding-left:10px;
    border-radius: 15px 0 0 15px;
}
article #MyWatchListItemInput #Prefix {
    height: 44px;
    padding-left:10px;
    width:480px;
    border-radius:15px 0 0 15px;
}

.pagination-container {
    padding-top: 20px;
}

.pagination-container ul {
    display: flex;
    justify-content: center;
}

.pagination-container ul li span{
    list-style: none;
    display: block;
    padding: 8px 10px;
    /*margin: 1px 3px;*/
    color: red;
    /*background-color: #f5f5f5;*/
    /*text-decoration: none;*/
    /*box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;*/
    /*background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);*/
    /*font-size: smaller;*/
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    }

.pagination-container ul li a {
    display: block;
    padding: 8px 10px;
    margin: 1px 3px;
    color: #717171;
    background-color: #f5f5f5;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    font-size: smaller;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.pagination-container ul li a:hover {
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
}

.pagination-container ul li a.active {
    color: #f2f2f2;
    background-color: #676767;
    border-color: #505050;
    background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
}
.width150px {
    width: 150px;
}
.datepickerWitdh {
    width: 150px;
}

#StockRestrictionPanel {
    border: 1px solid #808080;
    background-color: #F2F2F2;
    display: none;
}

article.menu-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

    article.menu-btn-box .menu-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 270px;
        width: 100%;
    }

        article.menu-btn-box .menu-box + .menu-box {
            margin-left: 30px;
        }

        article.menu-btn-box .menu-box.type-1 .menu-btn {
            color: #fff;
            background-color: #555555;
        }

        article.menu-btn-box .menu-box.type-2 .menu-btn {
            color: #fff;
            background-color: #D4A79A;
        }

        article.menu-btn-box .menu-box.type-radius-large .menu-btn {
            border-radius: 35px;
        }

        article.menu-btn-box .menu-box.type-big .menu-btn {
            width: 400px;
            height: 60px;
        }

        article.menu-btn-box .menu-box .menu-btn {
            font-size: 16px;
            color: #ffffff;
            font-weight: 700;
            letter-spacing: -0.04em;
            background-color: #6b7e8f;
            border-radius: 10px;
            width: 130px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

    article.menu-btn-box .menu-btn + .menu-btn {
        margin-left: 46px;
    }

    article.menu-btn-box .menu-btn.full {
        width: 100%;
    }

.chartPreLoad {
    height: 800px;
    width: 1376px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #d4d4d4;*/
    margin:20px 0 20px 0;
}

.title {
    border-bottom: 2px solid #3275d1;
    color: #3275d1;
    font-size: 20px;
    padding: 10px;
    margin-bottom:15px;
}

#topContainer {
    width:1400px !important;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

fieldset {
    border: 1px solid silver;
    margin:8px;
    padding:8px;
    border-radius:4px;
}
legend {
    font-size:14px;
    font-weight:bold;
    padding-inline-start:2px;
    padding-inline-end:2px;
}
..alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button .close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    height: 0;
}

.signalDesc {
    background-color: aliceblue;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #6451;
}

/*
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
    */

.anychart-range-picker.anychart-range-picker-inside {
    position: absolute;
    bottom: 10px;
    left: 70px;
}
.anychart-range-picker .anychart-label-input {
    /*font-size: 11px;*/
    margin: 0 5px;
    height: 25px;
    padding: 3px 4px;
    width: 90px;
    font-weight: normal;
    text-align:center;
    background-color:#cccccc
}

.text-end {
    padding-right:10px;
}
.subtitle {
    font-size: 18px;
    font-weight: bold;
    padding:10px;
}
.culture {
    background-color: #efefef;
    border: 1px solid #ddd;
    border-radius: 5px;
    height:35px;
    text-align: center;
    padding:0px 5px 0px 5px;
}
.moreOptionItemsSubPanel {
    width:250px;
}
.signalType {
}

.subheader {
    font-size: 16px;
    font-weight: 400;
    color: #3280d8;
    padding: 10px 0px 10px 10px;
}

.up {
    color: #f51818 !important;
}
.down {
    color: #1b61d1 !important;
}
.black {
    color: #333333 !important;
}
th.right, td.right {
    text-align: right;
}