﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
/* buttons control  by Garry 201503** */

/*.btn-bar {
    margin: 10px 0 5px 0;
}*/

/* buttons control */
div[data-speedcontrol=notifyArea] {
    overflow: hidden;
    height: 37px;
}
/* Static Notify Area */


/* override k-dropzone */

/* evan 2015/11/10 */
/*.k-dropzone em {
    visibility: visible !important;
}

.k-dropzone {
    border-style: ridge !important;
    border-width: thin !important;
    background-color: paleturquoise !important;
}*/
/* evan 2015/11/10 end */

/* override widget width */
/*.k-autocomplete, .k-combobox, .k-datepicker, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button {
  width: 250px !important;
}*/

/*
Removed, control by Kendo. - CJ 5/4
.k-datepicker, .k-timepicker, .k-datetimepicker{
  width: 140px !important;
}*/

/* override widget width */

/* override tooltip min-width */
/*.k-tooltip {
  min-width: 140px !important;
}*/
/* override tooltip min-width */

/*label{
    font-weight: normal;
    font-size:15px;
}*/

.require:after {
    color: red;
    content: " *";
    display: inline-block;
}
/*
.optional {
    padding-right:5px;
    display: inline-block;
}

.div_table {
    display: table;
}

.form-cell, .form-label{
    padding:5px 0 5px ;
    vertical-align:middle;
    font-weight:normal !important;
}

@media(min-width:768px){
    .form-label{
        text-align:right;
    }
}

.form-cell > div{
    display:inline-block;
}*/

/* 
    原     inbound.css 內容 End
*/

/* http://baylorrae.com/blog/2012/01/11/creating-a-notification-badge-with-html5-and-css3/ */
/* 電子收文未收件數的 notification badge */
/*[data-speed-notifications]:after {
    content: attr(data-speed-notifications);
    position: absolute;
    background: red;    
    border-radius: 80%;
    min-width: 1.7em;
    min-height:1.45em;
    display: inline-block;
    color: #f2f2f2;
    right: -5px;
    top: -10px;
    text-align: center;
    padding:0.08em;
}*/

[data-speed-notifications]:after {
    content: attr(data-speed-notifications);
    position: absolute;
    background: red;
    border-radius: 20px;
    min-width: 1.0em;
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 0.1em;
    font-size: 0.6rem;
    line-height: normal;
    font-weight: 500;
}



/*Notify Template */
.speed-notify{
    width:100%;
    font-size:large !important;
    text-align:center;

}

/* kendo tabstrip 樣式複寫*/
.k-tabstrip-wrapper,
.k-tabstrip 
{
    height: 100%;
}


[disabled] {
    opacity: 0.5;
    pointer-events: none; }

/*Grid*/
/* Grid 文字超出寬度處理 & Grid 樣式調整*/

/*[data-role=grid] td{
    white-space:nowrap;
    text-overflow : ellipsis;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    overflow: hidden;
    padding:.2em .2em;
    border-width:0  1px 1px 0 !important; 解決Grid 內資料撐不滿時下面會空的問題
}*/

/*[data-role=grid] th{
    border-width:0  1px 1px 0 !important; 頭也要配合調整,不然會看起來歪歪的
}*/



/*[data-role=dropdownlist] option:nth-child(2n+1){
    background-color:ActiveCaption;
}*/

/*
Removed, 為什麼有這東西.... - CJ 5/4
div[data-role=popup] ul[role=listbox] li:nth-child(2n+1){
    background-color:#CCEFEF;
}

div[data-role=popup] ul[role=listbox] li:nth-child(2n+1):hover{
    background-color:#88DDDD;
}
*/

/* interval textbox 的寬度要控制一下 */
/*div[data-role=bestintervaltextbox] input {
    width: 150px !important;
}*/

/* 壓掉 bootstrap 內建樣式 */
/*.nav-btn {
    visibility: visible !important;
}*/ 

/*Grid Sortable Columns Header*/
/*div.k-grid th.k-header a.k-link {
    font-weight:bold;
    border:ridge;
}*/

/*
已經寫進Kendo - CJ 5/4
div.k-grid th.k-header a.k-link:before{
    font-family: FontAwesome;
    content:" \f0dc";
    padding-left:0.1em;
    padding-right:0.1em;
    color:#0026ff;
}*/

/*.dropdown-toobar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999999;
  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, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}*/
/*
.dropdown-toobar > li > a:hover,
.dropdown-toobar > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-toobar > .active > a,
.dropdown-toobar > .active > a:hover,
.dropdown-toobar > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}*/

/*.open > .dropdown-toobar {
    display:inline-flex;
}*/


/* begin 20150904 for demo, 暫時壓掉 fed 樣式 by Garry 20150904*/
/* 投影機用? */
/*.nav-info, .menu-info {
    font-size: 1.2rem;
    font-weight: 500;
}*/

/*  end 20150904 for demo, 暫時壓掉 fed 樣式 by Garry 20150904*/

table {
    border: 1px solid #000;
    font-family: 微軟正黑體;
    font-size: 1rem;
    border: 1px solid #000;
    text-align: left;
    border-collapse: collapse;
}

td {
    border: 1px solid #000;
    padding: 5px;
}

.linearicons-volume-high:before {
    content: url('../image/lnr-volume-high.svg')
}

.linearicons-refresh:before {
    content:url('../image/lnr-sync.svg')
}