[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
body{
	max-width: 1400px;
    margin: auto;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif
}
.table  td , th {
	padding: 8px !IMPORTANT;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
th.ng-binding{
	vertical-align: top !IMPORTANT;
  	text-align: left !IMPORTANT;
}
.appointScollList{
    max-height: 500px;
    overflow-y:scroll; 
}
.borderLess{
	border: 0px !IMPORTANT;
}
.borderLessTop{
	border-top: 0px !IMPORTANT;
}
.borderLessBottom{
	border-bottom: 0px !IMPORTANT;
}
.bold {
	font-weight: bold;
}

.table > tbody + tbody {
    border-top: none;
}

.pointer {
	cursor: pointer;
}
.font1 {
  font-size: 10px; font-family: arial; color: black; display: block;
}

.font2 {
  font-size: 15px; font-family: arial; color: black; display: block;
}

.font3 {
  font-size: 20px; font-family: arial; color: black; display: block;
}

.font-active {
  color:#A6262C;
  font-weight: bolder;
}

.small {
    font-size: 14px !IMPORTANT;
}

.large{
  font-size: 16px !IMPORTANT;
}

.larger{
  font-size: 20px !IMPORTANT;
}
header{
 
  width: 100%;
  min-height: 60px;
  background-color: ;

}
footer{
  padding:10px;
  width: 100%;
  min-height: 60px;
  background-color: #f5f5f5;

}
.logo{
  width: auto;
    max-width: 216px;
}

@media (min-width: 768px ) {
  .row {
      position: relative;
  }

  .bottom-align-text {
  	margin-top:10px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.language{
  font-size:; list-style: none; display: inline-block;
}
.language span , .language a{
    background: #2891B5;
    color: #FFF !important;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    padding: 8px;
    cursor:pointer;
}

.mainButton {
    background : #9cc813 !IMPORTANT;
   
}

.printButton {
    background : #f18101 !IMPORTANT;   
}

.suspendedLabel {
    background : #f18101 !IMPORTANT;   
}

.text-red {
	/* color : #a94442;*/
	color : red;
	
}

@media print {
  @page {
    size: 330mm 480mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
}

hr.solidLine {
  border-top: 3px solid;
}

   fieldset 
{
	border: 1px solid #ddd !important;
	margin: 0;
	xmin-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;		
	padding-left:10px!important;
}	

legend
{
	font-size:16px;
	font-weight:bold;
	margin-bottom: 0px; 
	white-space:nowrap;
	width: auto;
	border: 0px solid #ddd;
	border-radius: 4px; 
	padding: 5px 5px 5px 10px;
	color: #2891B5;			
}

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
  display: none;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
  display: inline-block;
}

i.fa {
  cursor: pointer;
  margin-right: 5px;
}

.collapsed ~ .panel-body {
  padding: 0;
}
