@charset "UTF-8";
html,body,ul,dl,ol,p,h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
html,body,div,dl,ol,li,dt,dd{
  -webkit-overflow-scrolling: touch;
}
*{
  -webkit-tap-highlight-color: transparent;
}
body{
  word-wrap: break-word;
  word-break: break-all;
}
ul,dl,ol{
  list-style-type: none;
}
img{
  vertical-align: top;
}
a img{
  border:0;
  outline: 0;
}
a,input,input[type],select,button{
  outline: none;
}
input,select,button,textarea{
  -webkit-appearance: initial;
  color: inherit;
  font-size: 1em;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder{
  color: #a8a8a8;
}
:-ms-input-placeholder{
  color: #a8a8a8;
}
:-moz-placeholder{
  color: #a8a8a8;
  opacity: 0;
}
nav a:focus{
  outline: none;
}

.NonBSupportTouch ::-webkit-scrollbar, .NonBSupportTouch::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
  display: block;
}

.NonBSupportTouch ::-webkit-scrollbar-thumb, .NonBSupportTouch::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c1c1c1;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  cursor: pointer;
}

/*helper*/

.inline-block{
  display: inline-block!important;
}


.loading-popup-fiexed {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10000;
}
.loading-popup-fiexed .msg{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
.loading-popup-fiexed .loading-box{
  height: 100px;
  position: absolute;
  top:50%;
  margin-top: -50px;
  width: 90%;
  left: 5%;
  white-space: nowrap;
}
.relative-progress{
  position: relative;
  height: 0;
  width: 100%;
  clear: both;
  margin-bottom: -5px;
}
.relative-progress ~ .relative-progress{
  display: none!important;
}
.row+.relative-progress{
  margin-top: -20px;
}
.relative-progress>.progress{
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,.2);
}
.relative-progress .progress{
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fixed-progress-box{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10001;
}
.btn{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.waves-effect{
  z-index: 0;
}
.fast-animated,.faster-animated,.fastest-animated{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fast-animated{
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.faster-animated{
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
.fastest-animated{
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
#loading-popup-fiexed_for_page_plugins{
  background: #ffffff;
  z-index: 10001;
}
div#loader-wrapper{
  z-index: 10005;
}
.PLUGIN_LD_IS_HIDE #loading-popup-fiexed_for_page_plugins{
  display: none;
}
.card-alert .card-content{

}
.modal.popup_modal-box{
  width: 98%;
  max-width: 400px;
  height: auto;
  max-height: 80%;
}
.modal.popup_modal-box .modal-footer button{
  min-width: 25%;
}
.popup_modal-box .modal-input{
  padding: 0 10px;
}
.popup_modal-box .modal-content{
  max-height: 188px;
  padding:0 10px 10px;
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  word-wrap: break-word;
  word-break: break-all;
}
.popup_modal-any .modal-content{
  margin-top: 0;
  padding-top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.popup_modal-box .modal-action:hover{
  background-color: rgba(0,0,0,.1);
}
.popup_modal-box.popup_modal-card_box{
  background: none;
  box-shadow: none;
  height: 80%;
}
.popup_modal-card_box .card-alert-layout{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  max-height: 100%;
  z-index: 1;
}
.popup_modal-card_box>.popup_modal-card_full_close{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  cursor: default;
}
.popup_modal-card_box .card-alert-layout,.popup_modal-card_box .card-alert{
  display:-moz-box; /* Firefox */
  display:-webkit-box; /* Safari and Chrome */
  display:-ms-flexbox;
  display:box;
}
.popup_modal-card_box .card-alert,.popup_modal-card_box .card-content{
  -moz-box-flex:1; /* Firefox */
  -webkit-box-flex:1; /* Safari and Chrome */
  -ms-box-flex:1;
  box-flex:1;
  -ms-flex: 1;
}
.popup_modal-card_box .card-alert{
  padding: 15px 0;
  margin: 0;
  position: relative;
}
.card-alert .card-content {
  padding: 10px 20px;
  max-height: 100%;
  overflow: auto;
}
.popup_modal-card_box .card-content{
  padding: 0 20px;
}
.card-alert>button.close {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  line-height: 10px;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card-alert>button.close:hover span{
  top: 3px;
  right: 4px;
}
.card-alert>button.close span{
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.popup_modal-card_confirm .card-content,.popup_modal-card_alert .card-alert-has-action .card-content{
  margin-bottom: 40px;
}
.popup_modal-card_alert .card-alert-has-action .card-action .modal-confirm-btn{
  float: right;
  margin-right: 0;
}
.popup_modal-card_box .card-action{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.popup_modal-card_box .card-content-html-text{
  min-height: 3em;
}
.popup_modal-card_box .card-action button{
  padding: 0;
  width: 46%;
  float: left;
}
.popup_modal-card_box .card-action button:first-of-type{
  margin-right: 8%;
}
.card-alert .alert-circle{
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
  position: relative;
  top: -5px;
  left: -2px;
}
.card-alert .mdic{
  font-size: 20px;
  position: relative;
  top: 2px;
}
.toast.popup_toast_card_box{
  padding: 0;
  background: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.popup_toast_card_box .card-alert{
  margin: 0;
  min-height: 48px;
  width: 100%;
}
.popup_modal-select_box{
  width: 360px;
  top: 0 !important;
  bottom:0;
  height: 80%;
  max-height: 80%;
  max-width: 100%;
  overflow: hidden;
}
.popup_modal-select_box .modal-content{
  padding:5px 10px;
  height: calc(100% - 45px);
  overflow: hidden;
}
.popup_modal-select_box .modal-title{
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 190px 0 10px;
  margin: 0;
}
.popup_modal-select_box.only_one_select_item .modal-title{
  padding-right: 100px;
}
.popup_modal-select_box .modal-top-tools{
  position: absolute;
  right: 5px;
  top: 5px;
  white-space: nowrap;
}
.popup_modal-select_box .modal-content-group{
  overflow: hidden;
  position: relative;
  height: 100%;
}
.popup_modal-select_box.only_one_select_item .modal-top-tools .prev,
.popup_modal-select_box.only_one_select_item .modal-top-tools .next
{
  display: none;
}
.popup_modal-select_box .modal-top-tools .confirm{
  visibility: hidden;
}
.popup_modal-select_box.last_select_item_show .modal-top-tools .confirm{
  visibility: visible;
}
.popup_modal-select_box .modal-content-item{
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.popup_modal-select_box .modal-content-item.animated{
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.popup_modal-select_box .modal-content-item.current{
  z-index: 2;
  opacity: 1;
}
.popup_modal-select_box .select-option-list{
  overflow: auto;
  height:100%;
}

.popup_modal-select_box .select-filter-input~.select-option-list{
  overflow: auto;
  height: calc(100% - 60px);
}
.popup_modal-select_box .select-option-list li{
  height: 40px;
  line-height: 40px;
  border-bottom:1px solid #dddddd;
  cursor: pointer;
  padding: 0 5px;
  position: relative;
  overflow: hidden;
}
.popup_modal-select_box .select-option-list li:hover{
  background: rgba(0,0,0,.05);
}
.popup_modal-select_box .select-option-list li>.mdic{
  position: absolute;
  right: 2px;
  top: 9px;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
.popup_modal-select_box .select-option-list li.selected>.mdic{
  opacity: 1;
}
.popup_modal-select_box .is_empty{
  border: 0;
  color: #999999;
  text-align: center;
  pointer-events: none;
}
.modal-overlay ~ .modal-overlay{
  -webkit-transition: background-color 150ms 200ms;
  transition: background-color 150ms 200ms;
  background-color: rgba(0,0,0,.15)!important;
}

.I-scroll_action_bar{
  position: relative;
}
.I-scroll_action_bar .scroll_action-btn{
  position: absolute;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  width: 30px;
  background: none;
  border: 0;
  z-index: 2;
  display: none;
  cursor: pointer;
}
.I-scroll_action_bar .scroll_action-prev_btn{
  left: 0;
}
.I-scroll_action_bar .scroll_action-next_btn{
  right: 0;
}
.NonBSupportTouch .I-scroll_action_bar .scroll_action-content{
  overflow: hidden;
}
.I-scroll_action_bar .scroll_action-content{
  
}
.I-scroll_action_bar.using_scoll_action_btn{
  padding: 0 30px;
}
.I-scroll_action_bar.using_scoll_action_btn .scroll_action-btn{
  display: block;
}
.popup_modal-box.popup_wizard_modal{
  height: 80%;
}

.popup_wizard_modal .wizard-content{
  height: calc(100% - 52px);
  overflow: auto;
  background: #ffffff;
}
.popup_wizard_modal .wizard-header~.wizard-content{
  height: calc(100% - 88px);
}
.wizard-header{
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.wizard-header .title{
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.wizard{
  height: 100%;
}
.popup_wizard_modal .wizard{
  overflow: hidden;
}
.wizard-step-tabs{
  padding-bottom: 4px!important;
}
.wizard-progress{
  margin: 0;
  background-color:rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wizard-step-title{
  display: none;
}
.wizard-step{
  display: none;
  width: 100%;
  float: left;
  margin-right: -100%;
}
.wizard-step.animated{
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.wizard-step-group{
  overflow: hidden;
  min-height: 100%;
}
.wizard-step-content{
  padding: 10px;
}
.wizard-step.animated,.wizard-step.current{
  display: block;
}
.wizard-step.current{
  z-index: 1;
}
.wizard-step-tabs .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wizard-step-tabs .tabs .active{
  font-weight: bold;
}
.wizard-step-tabs .tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wizard-step-tabs .tab a.disabled:focus,.wizard-step-tabs .tab a.disabled:focus.active {
  background-color: transparent;
  outline: 0;
}
.line_node_box,.line_node_box .node_list{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.line_node_box .node_list{
  margin: 0 5px;
  display: inline-block;
  text-align: left;
}
.line_node_box .node_list>.node:first-of-type{
  padding-left: 0;
}
.line_node_box .node_list>.node:last-of-type{
  padding-right: 0;
}
.line_node_box .node{
  display: inline-block;
  margin:10px -5px;
  padding:0 20px;
  vertical-align: top;
  position: relative;
}
.line_node_box .node .text{
  display: inline-block;
  vertical-align: top;
  padding: 3px 8px;
  border: 2px solid #ea4335;
  color: #ea4335;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  min-width: 4em;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background: #ffffff;
}
.line_node_box .node .mark{
  position: absolute;
  height: 2px;
  line-height: 2px;
  left: 0;
  width: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.line_node_box .node.selected .mark{
  background-color: #ea4335;
  width: 100%;
}
.line_node_box .node.selected .text{
  background-color: #ea4335;
  color: #ffffff;
}
.chips .input{
  width: 100%;
}
.input-field .helper-text{
  font-size: 12px;
  min-height: 12px;
  line-height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 375px) {
  .row .col.xs1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xs12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.offset-xs1 {
    margin-left: 8.3333333333%
  }

  .row .col.pull-xs1 {
    right: 8.3333333333%
  }

  .row .col.push-xs1 {
    left: 8.3333333333%
  }

  .row .col.offset-xs2 {
    margin-left: 16.6666666667%
  }

  .row .col.pull-xs2 {
    right: 16.6666666667%
  }

  .row .col.push-xs2 {
    left: 16.6666666667%
  }

  .row .col.offset-xs3 {
    margin-left: 25%
  }

  .row .col.pull-xs3 {
    right: 25%
  }

  .row .col.push-xs3 {
    left: 25%
  }

  .row .col.offset-xs4 {
    margin-left: 33.3333333333%
  }

  .row .col.pull-xs4 {
    right: 33.3333333333%
  }

  .row .col.push-xs4 {
    left: 33.3333333333%
  }

  .row .col.offset-xs5 {
    margin-left: 41.6666666667%
  }

  .row .col.pull-xs5 {
    right: 41.6666666667%
  }

  .row .col.push-xs5 {
    left: 41.6666666667%
  }

  .row .col.offset-xs6 {
    margin-left: 50%
  }

  .row .col.pull-xs6 {
    right: 50%
  }

  .row .col.push-xs6 {
    left: 50%
  }

  .row .col.offset-xs7 {
    margin-left: 58.3333333333%
  }

  .row .col.pull-xs7 {
    right: 58.3333333333%
  }

  .row .col.push-xs7 {
    left: 58.3333333333%
  }

  .row .col.offset-xs8 {
    margin-left: 66.6666666667%
  }

  .row .col.pull-xs8 {
    right: 66.6666666667%
  }

  .row .col.push-xs8 {
    left: 66.6666666667%
  }

  .row .col.offset-xs9 {
    margin-left: 75%
  }

  .row .col.pull-xs9 {
    right: 75%
  }

  .row .col.push-xs9 {
    left: 75%
  }

  .row .col.offset-xs10 {
    margin-left: 83.3333333333%
  }

  .row .col.pull-xs10 {
    right: 83.3333333333%
  }

  .row .col.push-xs10 {
    left: 83.3333333333%
  }

  .row .col.offset-xs11 {
    margin-left: 91.6666666667%
  }

  .row .col.pull-xs11 {
    right: 91.6666666667%
  }

  .row .col.push-xs11 {
    left: 91.6666666667%
  }

  .row .col.offset-xs12 {
    margin-left: 100%
  }

  .row .col.pull-xs12 {
    right: 100%
  }

  .row .col.push-xs12 {
    left: 100%
  }
}
