@charset "utf-8";

.wrap {
    width: 912px;
}
.hidden {
    display: none;
}
.price, .number, .number_xs, .number_narrow, .number_wide{
    width:40px;
    text-align:right;
    padding-right:2px;
    ime-mode:disabled;
}
.price{
    width:46px;
    height:20px;
}
.number_xs{
    width:16px;
}
.number_narrow{
    width:30px;
}
.number_wide{
    width:55px;
}
.result_table{
    border-collapse: collapse;
    border-spacing: 0;
}
.result_table tr {
    height:44px;
}
.result_table tr td{
    font-size: 12px;
    vertical-align: middle;
    padding-left: 10px;
}
.tabButton {
    height: 2em;
    padding: 0 6px;
    cursor: pointer;
    border: 1px solid #bbb;
    background: #bbb;
    color: #ffffff;
    font-size: 12px;
}
.tabButton.on,
.tabButton:hover,
.tabButton[disabled="disabled"].on:hover{
    border: 1px solid #5f5f5f;
    background: #3d3d3d;
}
.tabButton[disabled="disabled"]{
    cursor: not-allowed;
}
.tabButton[disabled="disabled"]:hover{
    border: 1px solid #bbb;
    background: #bbb;
}
.buttonBasic{
    height: 2em;
    padding: 0 6px;
    cursor: pointer;
    border: 1px solid #5f5f5f;
    background: #3d3d3d;
    color: #ffffff;
    font-size: 12px;
}
.buttonBasic:hover{
    border-color: #7f7f7f;
    background: #5d5d5d;
}
.buttonBasic[disabled="disabled"] {
    cursor: not-allowed;
}
.buttonBasic[disabled="disabled"]:hover{
    border-color: #5f5f5f;
    background: #3d3d3d;
}
#information_board{
    height:211px;
    /*padding:5px;*/
}
.boxsTitle{
    border-bottom:1px solid #333;
    text-align:center;
    padding:5px;
}

#chartTitle, #chartTitleLogin{
    margin-top:10px;
    padding-top:5px;
    height:30px;
    background:#546fb4;
    color:#FFF;
    border:1px solid #666;
    font-size:16px;
    padding-left:50px;
    position:relative;
}
/*#resultTableWrapper, #resultTableWrapperLogin{
    border:1px solid #666;
    padding:5px;
    height:391px;
    overflow:scroll;
    overflow-x:hidden
}*/
/*#resultTableWrapperLogin{
    height:923px;
}*/
#canvasWrap, #canvasWrapLogin{
    padding: 9px 11px;
    width: 606px;
    height: 683px;
    background: #f3f3f3;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
#canvasInner{
    border: 1px solid #787878;
    background: #ffffff;
}
#canvasWrapLogin{
    height: 1031px;
}
.likeButton:hover{
    cursor:pointer;
}
.ie_chart_date{
    position:absolute;
    width:25px;
    font-size:10px;
    line-height:10px;
    text-align:right;
}
#searchecoratedButton{
    display:block;
    background-image:url('./images/search_bt.png');
    background-position:0 0;
    width:220px;
    height:46px;
    cursor:pointer;
    margin: 0 auto;
    margin-top: 10px;
}
#searchecoratedButton:hover,
#searchecoratedButton_logined:hover{
    background-position:left bottom;
}
#searchecoratedButton:active,
#searchecoratedButton_logined:active{
    background-position:left bottom;
}
#searchecoratedButton_logined{
    display:block;
    background-image:url('./images/search_bt.png');
    background-position:0 0;
    width:220px;
    height:46px;
    cursor:pointer;
}

/* 高機能版検索条件入力画面 */
#search_box{
    margin-bottom: 20px;
}
#searchCol td{
    height: 50px;
    vertical-align: bottom;
}

/* 追加 */
.search_title{
    position: relative;
    padding: 8px 0;
    background: #4c79ad;
    color: #ffffff;
    font-size: 17px;
    width: 100%;
    text-align: center;
}
.search_title span{
    position: absolute;
    right: 10px;
}
.search_content{
    background: #f3f3f3;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.search_content_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 10px 10px;
}
.search_content_bottom{
    display: flex;
    justify-content: center;
    padding: 7px;
    background: #e5e5e5;
}
.search_content_01,
.search_content_02,
.search_content_03,
.search_content_04{
    margin-top: 10px;
}
.search_content_01{
    width: 172px;
}
.search_content_02{
    width: 354px;
}
.search_content_03{
    width: 536px;
}
.search_content_04{
    width: 719px;
}
.search_content_top{
    margin-top: 0;
}
.search_content_title{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4px 0;
    width: 100%;
    height: 23px;
    color: #ffffff;
    background: #6596cf;
    text-align: center;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.search_content_title.small{
    font-size: 14px;
}
.search_content_title.min{
    font-size: 12px;
}
.search_content_title.new{
    background: #DF7C6B;
}
.search_content_title img{
    position: absolute;
    right: 5px;
    top: 7px;
}
.search_content_body,
.search_content_body_02,
.search_content_body_03,
.search_content_body_04{
    padding: 5px 0;
    background: #ffffff;
    text-align: center;
}
.search_content_body{
    width: 172px; height: 24px;
}
.search_content_body_02{
    width: 354px; height: 24px;
}
.search_content_body_03{
    width: 536px; height: 24px;
}
.search_content_body_04{
    width: 719px; height: 24px;
}

.search_content_body input,
.search_content_body select,
.search_content_body_02 input,
.search_content_body_02 select,
.search_content_body_03 input,
.search_content_body_03 select,
.search_content_body_04 input,
.search_content_body_04 select{
    padding: 2px;
    background: #ffffff;
    border: 1px solid #787878;
    font-size: 13px;
}
.search_content_body input:read-only,
.search_content_body_02 input:read-only,
.search_content_body_03 input:read-only,
.search_content_body_04 input:read-only,
.search_content_body input:disabled,
.search_content_body_02 input:disabled,
.search_content_body_03 input:disabled,
.search_content_body_04 input:disabled{
    opacity: 0.7;
    background: #f3f3f3;
}
.search_content_body span,
.search_content_body_02 span,
.search_content_body_03 span,
.search_content_body_04 span{
    font-size: 14px;
}
#price_gt, #price_lt, #moving_estrangement_gt, #moving_estrangement_lt, #sigma_gt, #sigma_lt, #cc_gt, #cc_lt{
    width: 48px;
}
#stock_gt, #stock_lt, #coefficient_from, #coefficient_to{
    width: 60px;
}
#capitalization_gt, #soldvalue_gt{
    width: 93px;
}
#charterm, #axis, #orderby{
    width: 153px;
}
#brand_set .label, #sic_selector .label{
    width: 143px;
}

/* 検索条件 */
#conditionTable{
    width:100%;
}
#conditionTable tr td{
    /* font-size: 16px; */
    padding:3px;
    line-height:1.9em;
}

#loginButton{
    background-image:url('./images/login_set.png');
    background-position:0 0;
    width:112px;
    height:36px;
    cursor:pointer;
    display:block;
    margin:0 auto;
}
#loginButton:hover{
    background-position:0 72px;
}
#loginButton:active{
    background-position:0 36px;
}
.favPair{
    padding: 0 10px 0 0;
    border: 1px solid #b4b4b4;
}

.boxsTitle_ex{
    text-align:center;
    height:28px;
    background:#546fb4;
    color:#FFF;
    font-size:18px;
    position: relative;
    padding:5px;
}

/* 高機能版のStyle */
#fav_list h5{
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}
#fav_list h5 .toggle{
    display: inline-block;
    width: 12px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
#fav_list h5 .folder-title{
    cursor: grab;
}
#fav_list h5 .folder-title[domId='folder_0']{
    cursor: not-allowed;
}
#fav_list h5 .hovering{
    visibility: hidden;
    float: right;
    cursor: pointer;
}
#fav_list h5:hover .hovering{
    visibility: visible;
}
#fav_list ul{
    border: 1px solid #fff;
}
#fav_list ul .item{
    cursor: default;
}
#fav_list ul .ordering{
    height: 7px;
}
#fav_list .folder-ordering{
    height: 7px;
}

#sayaCanvas2 {
    display: none;
}

#sayaCanvas_wrap{
    position: relative;
    height: 360px;
    padding: 2%;
}
.sayaInfo {
    display: none;
    position: absolute;
    top: 22px;
    left: 62px;
    font-size: 15px;
    pointer-events: none;
}
.sayaInfo.large {
    top: 7px;
    left: 70px;
}

#canvasSecondChart_wrap{
    position: relative;
    height: 442px;
    padding: 2%;
}

#sayaCanvas_wrap, #canvasSecondChart_wrap{
    border: 1px solid #fff;
}

#chart2Proxy {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#fav_list{
    font-size: 13px;
    display:none;
    position: absolute;
    top: 78px;
    left: 0px;
    background-color: white;
    border: 1px solid #aaa;
    padding: 10px 8px;
    width: 232px;
    cursor: default;
    z-index: 10;
    right: 0;
    margin: auto;
}

#fav_list li {
    float: none !important;
    overflow: hidden;
}

#fav_upper .buttons {
    display: flex;
    justify-content: space-around;
}
.showpair{
    float: left;
    background: #e9e9e9;
    border-right: 1px solid #b4b4b4;
    width: 74%;
    cursor: pointer;
}
.deletepair{
    margin-top: 6px;
    padding: 5px 9px;
    background: #3d3d3d;
    color: #ffffff;
    border: 1px solid #5f5f5f;
    text-decoration: none;
    line-height: 1.1;
    cursor: pointer;
}

#fav_upper p{
    margin-top: 10px;
}
#fav_lower{
    margin-top: 20px;
}
#fav_lower a{
    margin-top: 20px;
    padding: 2px 9px;
    background: #3d3d3d;
    color: #ffffff;
    border: 1px solid #5f5f5f;
    text-decoration: none;
}

#sayaCanvas_wrap.hasPair:hover, #canvasSecondChart_wrap.hasPair:hover{
    cursor: pointer;
    border: 1px solid #f33;
}

#canvasProxy{
    display: none;
    position: absolute;
}

.action_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 15px 20px 15px;
}
.action_buttons_left > * {
    display: inline-block;
}

.saya, .sayaMA, .sigma1, .sigma2 {
    margin-left: 2px;
    font-weight: bold;
}

.saya {
    color: #3366ff;
}

.sayaMA {
    color: #ff6633;
}

.sigma1 {
    color: #aaffaa;
}

.sigma2 {
    color: #cceecc;
}

/* ここからはテーブルの色バリエーション */
.grayColorTable, .pinkColorTalbe {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:16px;
    text-align: center;
}

.grayColorTable , .grayColorTable tr th,.grayColorTable tr td{
    padding: 2px;
    border: 1px #E3E3E3 solid;
}
.grayColorTable tr th {
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
}
.grayColorTable tr td,.grayColorTable tr th {
    border-width: 0 0 1px 1px;
}

/* ピンク */
.pinkColorTalbe , .pinkColorTalbe tr th,.pinkColorTalbe tr td{
    padding: 2px;
    border: 1px #585858 solid;
}
.pinkColorTalbe tr th {
    border-width: 0 0 2px 1px;
    background: #ffeeee;
}
.pinkColorTalbe tr td,.pinkColorTalbe tr th {
    border-width: 0 0 1px 1px;
}

.greenColorTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:16px;
    text-align: center;
}

.greenColorTable, .greenColorTable tr th,.greenColorTable tr td {
    padding: 2px;
    border: 1px #8da97f solid;
}
.greenColorTable tr th {
    border-width: 0 0 1px 1px;
    background: #e6ffd9;
}
.greenColorTable tr td {
    border-width: 0 0 1px 1px;
}
.precisionError .textbox{
    display: block;
}
.precisionError .textbox{
    background-color: darkred;
}
.precisionError .textbox p{
    font-size: 13px;
}

#favorite_condition{
    position: absolute;
    left: 3px;
}

#favoriteFunction a:hover{
   color:red;
}

#favoriteFunction a{
    color:white;
    cursor: hand;
}

#favoriteFunction .selection {
    margin-right: 5px;
    margin-left: 5px;
}

#favorite_name_input {
    display: none;
    cursor: default;
}

#condition_list{
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 35px;
    left:0;
    z-index: 100;
    border: 2px solid #ea8;
    padding: 5px 15px;
    width: 265px;
    font-size: 15px;
    text-align: left;
}
#condition_list::after {
  content:'';
  position:absolute;
  border-bottom:11px solid #ea8;
  border-right:9px solid transparent;
  border-left:9px solid transparent;
  top:-12px;
  left:10px;
}
#condition_list a{
    cursor: pointer;
}
#condition_list a.opn{
    cursor: hand;
    color: #cb8d2d;
}
#condition_list a.del {
    float:right;
}
#addCondtion{
    text-align: center;
    padding:8px 5px;
}

#chart_wrap_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

#favorite_area {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.favoriteStar {
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url('images/stars.png');
    background-position: 0 35px;
    cursor: pointer;
}
.favoriteStar .prompt{
    display: none;
    position: absolute;
    top: 40px;
    padding: 5px;
    background-color: #f9ffd7;
    width: 119px;
    font-size: 12px;
    text-align: center;
    border: #333 1px solid;
    border-radius: 5px/5px;
}
.expandNotice {
    margin: 3px 0 0 5px;
    color: #f31;
}
.expandOrderData {
    display: none;
    margin-top: 3px;
    font-size: 14px;
    color: #080;
}
#showOrderDataNum {
    margin-right: 0.333em;
}

.chartChange_top,
.chartChange_term {
    margin-left: 15px;
    margin-bottom: 10px;
}

.chart_info {
    margin: 0 15px;
    font-size: 14px;
}

.chart_info.large {
    display: none;
    margin: 0 10px 0 20px;;
}

.chart_info table {
    width: 100%;
    margin-bottom: 8px;
    border-collapse: collapse;
    border-spacing: 0;
}
.chart_info th,
.chart_info td {
    padding: 1px;
    border: 1px solid #aaa;
    text-align: center;
}
.chart_info th {
    background: #f3f3f3;
}
#price_A, #price_B {
    width: 85px;
}

.chart_info ul {
    display: flex;
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
}
.chart_info ul li {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.chart_info ul li div {
    text-align: right;
}
.chart_info ul li div:first-child {
    padding: 1px 3px;
    border: 1px solid #aaa;
    background: #f3f3f3;
    font-weight: bold;
}
#cofficient {
    width: 42px;
}
#sigma {
    width: 46px;
}
#saya_ratio {
    width: 50px;
}
#saya_avg {
    width: 50px;
}
#moving_est {
    width: 68px;
}
#cross_count {
    width: 42px;
}
.chart_info.large #cofficient,
.chart_info.large #sigma,
.chart_info.large #saya_ratio,
.chart_info.large #saya_avg {
    width: 62px;
}
.chart_info.large #moving_est {
    width: 86px;
}
.dig {
    margin-left: 0.125rem;
    font-size: 0.25rem;
}

#button_order_ranking{
    border: 0;
    cursor: pointer;
    width:146px;
    height: 64px;
    display:block;
    background-image: url('/theme/images/btn_order_ranking.png');
}
#button_order_ranking:hover,
#button_order_ranking:active{
    background-position: left bottom;
}

#button_regression{
    border: 0;
    cursor: pointer;
    margin-right: 1px;
    width:146px;
    height: 64px;
    background-image: url('/theme/images/btn_regression.png');
}
#button_regression:hover,
#button_regression:active{
    background-position: left bottom;
}

#button_estrangement{
    border: 0;
    cursor: pointer;
    width:146px;
    height: 64px;
    background-image: url('/theme/images/btn_estrangement.png');
}
#button_estrangement:hover,
#button_estrangement:active{
    background-position: left bottom;
}

#term_select {
    list-style: none;
    overflow-y:hidden;
    margin: 16px 0;
    padding: 10px 0;
    background-color: #ddd;
}
#term_select li{
    float: left;
    padding-left: 25px;
    padding-right: 35px;
}
#term_select li a {
    color: initial;
    text-decoration: none;
}
#term_select li a[href] {
    color: -webkit-link;
    text-decoration: underline;
}
#term_select li a[href]:hover {
    color: #4c79ad;
    text-decoration: none;
}

/***********************
 追加css STEP
 **********************/
#step_left{
    display: flex;
    flex-flow: column;
    width: 272px;
}
#step_01{
    margin-bottom: 10px;
}
#step_02{
    display: flex;
    flex-flow: column;
    flex: 1;
}
.step_title,
.step_title_03{
    display: table;
    padding: 8px 10px;
    background: #4c79ad;
    color: #ffffff;
    font-size: 17px;
}
.step_title{
    width: 252px;
}
.step_title_03{
    width: 610px;
}
.step_title img,
.step_title_03 img{
    margin-right: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 68px;
}
.step_title p,
.step_title_03 p{
    display: table-cell;
    vertical-align: middle;
}
.step_box{
    padding: 10px;
    background: #f3f3f3;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.step_box_ttl{
    border-left: 6px solid #4c79ad;
    font-size: 18px;
    color: #313131;
    line-height: 1;
    text-align: center;
}
.step_01_table{
    margin-top: 15px;
}
.step_02_table,
.step_03_table{
    margin-top: 5px;
}
.step_01_table th,
.step_02_table th,
.step_03_table th{
    width: 82px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}
.step_01_table .step_01_td,
.step_02_table .step_02_td,
.step_03_table .step_03_td{
    width: 140px;
}
.step_01_table .step_01_narrow,
.step_02_table .step_02_narrow,
.step_03_table .step_03_narrow{
    padding: 0 4px;
    width: 52px; height: 23px;
    border: 1px solid #787878;
    font-size: 13px;
    text-align: right;
}
.step_01_table .step_01_icon,
.step_02_table .step_02_icon,
.step_03_table .step_03_icon{
    padding-left: 8px;
}
.step_box_02{
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    flex-grow: 1;
    flex-shrink: 1;
    height: 0;
    padding: 5px;
    background: #f3f3f3;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.result_table{
    margin: 0 auto;
}
.result_table tr{
	height: auto;
}
.step2_btn{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 230px;
}
.step2_btn li{
    list-style: none;
}
.step2_btn li input[type=button]{
    width:110px;
    height: 35px;
    font-size: 1em;
}
.step_02_list{
    background: #ffffff;
    border: 1px solid #787878;
    padding: 5px;
    height: 375px;
    overflow: auto;
}
.result_table_title{
    padding-right: 5px;
    margin-right: 2px;
    border-right: 1px solid #b2b2b2;
}
.step2_result_button{
    width: 100%;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    border-color: #FFF;
    border-style: solid;
    -webkit-appearance: none;
}
.result_table_red,
.result_table_blue{
    padding: 3px 5px;
}
.result_table_red{
    background: #ffcfcf;
}
.step2_result_button:hover .result_table_red{
    background: rgba(255, 207, 207, 0.6);
}
.result_table_blue{
    background: #cfdfff;
}
.step2_result_button:hover .result_table_blue{
    background: rgba(207, 223, 255, 0.6);
}
.selected .result_table_red{
    color: #fff;
    background: #df7c6b;
}
.selected:hover .result_table_red{
    background: rgba(223, 124, 107, 0.6);
}
.selected .result_table_blue{
    color: #fff;
    background: #4c79ad;
}
.selected:hover .result_table_blue{
    background: rgba(76, 121, 173, 0.6);
}
#pageNextButton {
    width: 100%;
    color: #fff;
    background: #3d3d3d;
    border: 0;
    margin-top: 2px;
    padding: 5px 10px;
    cursor: pointer;
}
#step_right{
    width: 630px;
}
.step_03_sub{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.step_03_sub_ttl{
    margin-right: 10px;
    font-size: 17px;
}
.step_03_table_input{
    margin-right: 4px;
    width: 60px;
    height: 21px;
    border: 1px solid #787878;
    background: #ffffff;
}
.step_03_table_chart{
    vertical-align: middle;
}

/***********************
 追加css main
**********************/
.pair_btn{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 10px;
}
.pair_btn li{
    list-style: none;
}
.pair_btn li:not(:last-child){
    margin-right: 5px;
}
.favorite_btn{
    display: block;
    padding: 5px 8px;
    background: #6596cf;
    border: 1px solid #608ec4;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    line-height: 1;
}
.csv_btn{
    display: block;
    padding: 5px 8px;
    background: #ecb054;
    border: 1px solid #d89a3c;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    line-height: 1;
}
.favorite_btn:hover,
.csv_btn:hover{
    color: #ffffff;
    text-decoration: underline;
}
.indexLogined_ttl{
    text-align: center;
}
.step_title_04{
    display: table;
    padding: 8px 40px;
    background: #4c79ad;
    color: #ffffff;
    font-size: 17px;
}
.step_title_04{
    width: 550px;
}
.step_title_04 img{
    margin-right: 5px;
    display: table-cell;
    vertical-align: middle;
}
.step_title_04 p{
    display: table-cell;
    vertical-align: middle;
}
.step_04_sub{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.step_04_sub select {
    width: 110px;
}
#chart_wrap{
    padding: 9px 11px;
    width: 606px;
    background: #f3f3f3;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.chart_list{
    position: relative;
}
.chart_list_inner{
    flex: 1;
    background: #ffffff;
    border: 1px solid #787878;
    padding: 5px;
    overflow: auto;
}
.chartChange_bottom {
    padding: 0 15px;
    margin-bottom: 5px;
}

#search_result_nothing {
    background-color: #ffdae4;
    padding: 15px 10px;
    /*border-radius: 5px / 5px;*/
    margin-bottom: 15px;
    border: 1px solid #dddddd;
}

#pagenation {
    margin: 15px 0;
    padding: 5px;
    background-color: white;
    overflow:auto;
}
#pagenation .left{
    float: left;
}
#pagenation .right{
    float: right;
}

#sayatoriSubmit {
    height: 31px;
    display: flex;
    align-items: center;
}
#sayatoriSubmit input {
    padding: 2px 5px;
    font-size: 1.1em;
    border: none;
    background: #df7c6b;
    color: #ffffff;
    cursor: pointer;
}
#sayatoriSubmit input:hover {
    opacity: 0.8;
}
#sayatoriSubmit input[disabled="disabled"]:hover {
    opacity: 1;
    cursor: not-allowed;
}
#sayatoriSubmitMessage {
    display: none;
    font-size: 14px;
}
#sayatoriSubmitButton {
    display: none;
}
#premium_notice {
    display: none;
    position: absolute;
    padding: 10px;
}
#premium_notice > div {
    width: 228px;
    padding: 10px;
    color: #ffffff;
    background: #ecb054;
}
#premium_notice p:not(:last-child) {
    margin-bottom: 5px;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.modal-body {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1.5rem;
    background: #ededff;
    border-radius: 5px;
}
.select2-container * {
    font-size: 13px !important;
    color: #000 !important;
    text-align: initial;
}
.select2-container .select2-selection {
    height: 23px !important;
    border: 1px solid #787878 !important;
    border-radius: 0 !important;
}
.select2-container .select2-selection .select2-selection__rendered {
    padding-left: 5px !important;
    padding-right: 10px !important;
    line-height: 22px !important;
}
.select2-container .select2-selection .select2-selection__arrow {
    height: 23px !important;
}
.select2-container .select2-selection .select2-selection__clear {
    height: 22px !important;
}
.select2-container .select2-results__option {
    padding: 4px 0 4px 4px !important;
}