/*------------------------------------------------------------------
[ Global ]
*/
body {
  background: #ffffff;
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  font-size: 12px;
}
p {
  font-family : 'Lucida Grande', Meiryo, sans-serif;
  font-size   : 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family : 'Lucida Grande', Meiryo, sans-serif;
  font-weight: normal;
}

input,
button,
select,
textarea {
  font-family : 'Lucida Grande', Meiryo, sans-serif;
}

option {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

label {
  font-weight: normal;
}
/*------------------------------------------------------------------
[ Table ]
*/
table td,
table th {
  vertical-align: middle;
  font-family : 'Lucida Grande', Meiryo, sans-serif;
  font-size   : 12px;
  word-wrap: break-word;
  word-break: break-all;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #d9edf7;
  border-color: #c9e2b3;
}

.table-condensed > tbody > tr {
  height: 28px;
}

/*------------------------------------------------------------------
[ Navbar ]
*/
.navbar {
  min-height: 36px;
  border-radius: 0;
  border-radius: 0 !important;
}
.navbar .navbar-header .navbar-brand {
  color: #ffffff;
  padding: 8px;
  font-size: 14px;
}
.navbar-inverse {
  background-color: #444;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 4px;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.dropdown .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navbar .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar .navbar-nav > li > .dropdown-menu::before,
.navbar .navbar-nav > li > .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .navbar-nav > li > .dropdown-menu::after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
  top: -6px;
  left: 10px;
}
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::before,
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::after {
  left: auto;
  right: 9px;
}
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::after {
  left: auto;
  right: 10px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 5px 6px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 2px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width:  18px;
  height: 2px;
  border-radius: 1px;
}

/*------------------------------------------------------------------
[ Dropdown Menu / .dropdown-menu ]
*/
.dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a {
  padding: 5px 9px;
  margin: 0 6px;
  font-size: 12px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-shadow: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media (max-height: 650px) {
  .dropdown-menu {
    max-height:500px;
    overflow-y:auto;
  }
}
@media (min-height: 650px) {
  .dropdown-menu {
    max-height:600px;
    overflow-y:auto;
  }
}
@media (max-width: 767px) {
  #sc-dropdown {
    margin-left: 0px;
    width: 250px
  }
  #sub-product-title {
    margin-left: 0px !important;
  }
}
@media (min-width: 767px) {
  #sub-product-title {
    margin-left: -15px !important;
  }
}
/*------------------------------------------------------------------
[ Tab ]
*/
.nav-tabs > li > a {
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  font-size: 10.5px;
  padding: 6px 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 3px solid #428bca;
}

.tab-content {
  padding-top: 8px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  width : 100%;
}
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a {
  font-size: 12px;
  padding: 8px;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
  border-buttom: 3px solid #428bca;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
/*
  border-right: 1px solid #ddd;
*/
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 6px 0 0 6px;
     -moz-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-top: 1px solid;
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  color:#ffffff;
  background-color: #428bca;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 0;
     -moz-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
  border-buttom: 3px solid #428bca;
}

/*------------------------------------------------------------------
[ Box / .box ]
*/
.box4 {
  padding: 4px;
}

.box8 {
  padding: 8px;
}

.border-box {
  border: 1px solid rgb(221, 221, 221);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 8px 8px 8px;
}

.width-max {
  width: 100%;
}

.width-90p {
  width: 90%;
}

.width-80p {
  width: 80%;
}

.width-70p {
  width: 70%;
}

.width-60p {
  width: 60%;
}

.width-50p {
  width: 50%;
}

.mtop0 {
  margin-top: 0px;
}

.mtop4 {
  margin-top: 4px;
}

.mtop8 {
  margin-top: 8px;
}

.mtop12 {
  margin-top: 12px;
}

.mtop16 {
  margin-top: 16px;
}

.mbottom0 {
  margin-bottom: 0px;
}

.mbottom2 {
  margin-bottom: 0px;
}

.mbottom4 {
  margin-bottom: 4px;
}

.mbottom8 {
  margin-bottom: 8px;
}

.mbottom12 {
  margin-bottom: 12px;
}

.mbottom16 {
  margin-bottom: 16px;
}

.mbottom32 {
  margin-bottom: 32px;
}

.mbottom40 {
  margin-bottom: 40px;
}

.mleft4 {
  margin-left: 4px;
}

.mleft8 {
  margin-left: 8px;
}

.mleft12 {
  margin-left: 12px;
}

.mleft16 {
  margin-left: 16px;
}

.mright4 {
  margin-right: 4px;
}

.mright8 {
  margin-right: 8px;
}

.mright12 {
  margin-right: 12px;
}

.mright16 {
  margin-right: 16px;
}
.text-vmiddle {
  vertical-align: middle;
}

.ptop4 {
  padding-top : 4px;
}

.ptop6 {
  padding-top : 6px;
}

.ptop8 {
  padding-top : 8px;
}

.ptop12 {
  padding-top : 12px;
}
.ptop16 {
  padding-top : 16px;
}

/*------------------------------------------------------------------
[ Label / .big-label ]
*/
.big-label {
  min-height: 64px;
  padding: 12px 0px 12px 16px;
  font-size: 40px;
}

.form-label {
  padding: 7px 0px 0px 5px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-horizontal .control-label.text-left {
    text-align: left;
  }
}
/*------------------------------------------------------------------
[ Wizard / .ha-wizard-nav ]
*/
.pager {
  margin: 10px 0;
}

.nav-pills .nav-wizard > li.active > a,
.nav-pills .nav-wizard > li.active > a:hover,
.nav-pills .nav-wizard > li.active > a:focus {
  color: #ffffff;
  border-bottom: 3px solid #428bca;
}

/*
.ha-wizard-nav {
  padding: 8px 0px 8px 6px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.ha-wizard-nav > li {
  display: inline-block;
}

.ha-wizard-nav > li + li:before {
  padding: 0 3px;
  color: #999999;
  content: ">";
}

.ha-wizard-nav > .active {
  color: #999999;
}
.ha-wizard-nav > li > a {
  text-decoration: none;
  color: #999999;
  padding: 4px 3px 4px 3px;
}

.ha-wizard-nav > li > a:hover,
.ha-wizard-nav > li > a:focus {
  color: #428bca;
}

.ha-wizard-nav > li.active > a,
.ha-wizard-nav > li.active > a:hover,
.ha-wizard-nav > li.active > a:focus {
  color: #428bca;
  cursor: default;
}
*/
.ha-wizard-pane > .panel {
  min-height: 450px;
  scroll-y: scroll;
  margin-bottom: 0px;
}

/**
 * [ Server Config dialog / operation buttons]
 */
#sc-wizard .btn-xs {
  line-height: 1.4;
}

/**
 * [ Server Config dialog / tables]
 */
#sc-wizard .table-condensed > tbody > tr > td {
  padding : 3px 5px;
}

/**
 * [ Server Config dialog / SMTP-AUTH, SMIME-EX panel-body]
 */
#sc-smtp-account .panel-body,
#sc-smimeex .panel-body
{
 padding : 10px 15px 5px
}
/**
 * [ Server Config dialog / SMTP-AUTH, SMIME-EX table]
 */
#sc-smtp-account table,
#sc-smimeex table
{
 margin-bottom : 5px
}


/*------------------------------------------------------------------
[ Hierarchical List / hlist ]
*/
.hlist {
  padding-left: 0px;
}
.hlist > li {
  padding: 4px 4px 4px 4px;
  list-style: none;
}

.hlist > li > a {
  padding: 4px 4px 4px 4px;
  border-radius: 5px;
  text-decoration: none;
}

.hlist > li > a:hover,
.hlist > li > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.hlist-level-0 {
  margin-left: 0px;
}
.hlist-level-1 {
  margin-left: 12px;
}
.hlist-level-2 {
  margin-left: 24px;
}

#sysconf-hlist {
  height: 324px;
}

.panel-heading-sm {
  padding: 6px 6px;
}

.panel-title-sm {
  font-size: 12px;
}

/*------------------------------------------------------------------
[ Modal / modal ]
*/
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}

.modal {
  overflow-y: auto;
}

.modal-body {
  padding: 12px 20px 0px 20px;
}

.modal-dialog {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-footer {
  padding: 4px 20px 20px;
}

.modal-header-sm {
  padding: 8px;
  background-color: #f5f5f5;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.modal-footer-sm {
  padding: 8px 20px 8px;
}

.modal-title-sm {
  font-size: 12px;
  font-weight: bold;
}

.modal-xs {
  width: 480px;
}

.modal-sm {
  width: 580px;
}

.modal-md {
  width: 680px;
}

.modal-lg {
  width: 940px;
}

.modal-message-panel {
  width: 100%;
  word-wrap: break-word;
}

/*------------------------------------------------------------------
[ Pagination ]
*/
.pagination {
  margin: 0px 0;
}

.pagination-info {
  padding: 8px 16px 8px 16px;
  min-height: 20px;
}

.pagination-block {
 min-width: 130px;
}

/*------------------------------------------------------------------
[ container ]
*/
.container-nopadding {
  padding-right: 0px;
  padding-left: 0px;
}

.ctn-nopadding-imp {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
/*------------------------------------------------------------------
[ label ]
*/
.label-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.label-sm,
.label-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.label-xs {
  padding: 1px 5px;
}

/*------------------------------------------------------------------
[ button ]
*/
.btn2w {
  width : 70px;
  text-align: center;
}

/*------------------------------------------------------------------
[ grild ]
*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-right: 7px;
  padding-left: 7px;
}

.lineGraphTooltip {
    position : absolute;
    display : none;
    border : 1px solid #fdd;
    padding : 2px;
    background-color : #fee;
    opacity: 0.80;
}

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

.fixColumn {
    word-break: break-all;
}

.label-style {
    border: none;
}

.col-container {
 padding-left: 0px;
 padding-right: 0px;
}

#dialog-message-panel,
.word-break {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

/**
 * for help-block in form-group element.
 */
.form-help-block {
  margin-bottom: 0px;
}

/**
*
* Anglicize Fix layout
*
*/

/*
*Center horizontal align
*/

.center-horizontal-align {
  padding-top: 0px !important;
  margin-top: -2px !important;
}

/**
*Resize html element
*/

#sv-node-dialog-table
  .th-spare {
    width: 15%;
  }
  .th-ip-address {
    width: 30%;
  }
  .th-host-name {
    width: 31.6667%;
  }
  .th-opebutton {
    width: 15%;
  }

#sv-composition-table
  .th-name {
    width: 22%
  }
  .th-status {
    width: 8%
  }
  .th-version {
    width: 13%
  }
  .th-operation {
    width: 49%
  }
  .th-order {
    width: 8%
  }

/*Distribute setting*/
#co-mta-node-list
  .th-node-name {
    width: 45%
  }
  .th-node-status {
    width: 30%
  }

/*Server settings dialog / Forward menu*/
#forward-dialog .lbl-mode {
  width: 60%;
}

/*DKIM settings screen*/
#sv-dkimSelector-table
  .th-status {
    width: 20%;
  }
  .th-opebutton {
    width: 13.33333%;
  }

/*Deliver report screen / Context of error tab*/
#sv-error-graph-search
  .sel-offset-time {
    width: 18.33333%
  }
  .space {
    width: 15%;
  }

/*Deliver report screen / Delivery context tab*/
#sv-deliver-graph-search
  .sel-offset-time {
    width: 18.33333%
  }
  .space {
    width: 15%;
  }
/*Deliver report screen / Context of error tab*/

#sv-error-graph-search
  .sel-report-type {
    width: 22.6667%;
  }
  .space {
    width: 10.6667%;
  }

/*Blocked screen*/
#sv-sendblock-executeSetting {
  width: 125px;
}
#sv-sendblock-panel .sv-container{
  width: 50%;
}
#sv-sendblock-stoplist-table
  .th-mail-address {
    width: 59%;
  }
  .th-opebutton {
    width: 15%;
  }
#sv-sendblock-cancellist-table
  .th-mail-address {
    width: 59%;
  }
  .th-opebutton {
    width: 15%;
  }
#sv-sendblock-executeSetting-dialog
  .sel-count-condition{
    width: 33.33333%;
  }
  .space{
    width: 0%;
  }
#sv-executeSetting-error-setting-table
  .input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/*DMARC screen / Summary*/
#dr-auth-result-table .col-sm-2 {
  width: 16%
}
#dr-auth-result-table .col-sm-1 {
  width: 9%
}
#dr-illegitimate-ip-table .col-sm-4 {
  width: 33%
}
#dr-illegitimate-ip-table .col-sm-1 {
  width: 9%
}

/*-----------------------------API Setting / Webhook-----------------------------*/
/* Use for Download button*/
#webhook-log-condition .col-xs-1 {
  width: 14.6%
}
/* Use for the div which contain condition and search button*/
#webhook-log-condition .col-xs-9 {
  width: 64%
}
#webhook-log-condition .col-xs-3 {
  width: 23.5%
}
#webhook-log-condition .col-xs-6 {
  width: 53%
}
@media (min-width: 1024px) {
  #webhook-log-condition .input-sm {
    padding: 5px 5px;
  }
  #webhook-log-condition .pagination > li > a, .pagination > li > span {
    padding: 6px 10px;
  }
}
/* Use for list status and search button*/
#webhook-log-condition .col-xs-5 {
  width: 33%
}
#webhook-log-condition .col-xs-7 {
  width: 67%
}
/* Use for pagination*/
#webhook-log-condition .col-xs-2 {
  width: 21%
}
/* Use for event and inbound data table*/
#sv-event-webhook-detail-table .col-sm-2 {
  width: 15.5%
}
#sv-inbound-webhook-detail-table .col-sm-2 {
  width: 15.5%
}
#sv-event-webhook-detail-table .col-sm-3 {
  width: 28%
}
#sv-inbound-webhook-detail-table .col-sm-3 {
  width: 24.5%
}
#sv-event-webhook-detail-table .col-sm-1 {
  width: 11%
}
#sv-inbound-webhook-detail-table .col-sm-1 {
  width: 11%
}
#sv-event-webhook-detail-table .col-sm-6 {
  width: 45.5%
}

/*------------------------------------------------------------------
[ Progres ]
*/
.custom-progress {
  margin-bottom: 0px;
  margin: 0px 8px 0px 8px;
}
.custom-progress .pointer {
  cursor: pointer;
}
.pie-progress {
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: relative;
  margin: auto
}
.pie-progress:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: attr(data-percent) "%";
  z-index: 200;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.progress-bar-success.hover:hover {
  background-color: #55a955;
}
.progress-bar-warning.hover:hover {
  background-color: #cd9443;
}
.progress-bar-danger.hover:hover {
  background-color: #ca4d4a;
}
/*------------------------------------------------------------------
[ TreeView ]
*/
.treeView {
}

.treeView li {
  cursor : pointer;
}

.treeView .node-selected {
  color: #FFFFFF;
  background-color:#428bca;
}

.treeView li:not(.node-selected):hover {
  background-color:#F5F5F5;
}

.treeView .listHeader {
  display : inline-block;
  width : 5%;
}

.treeView .listIndent {
  display : inline-block;
  width : 3%;
}

.treeView .listContent {
  padding-left : 5px;
  display : inline-block;
  width : 90%;
  word-break : normal;
  overflow : hidden;
  white-space : nowarp;
  text-overflow : ellipsis;
  vertical-align : middle;
}
