﻿
/*fix สีให้ link แล้ว ไม่สามารถ Hover ได้ (ทดลองแล้ว)*/
/* unvisited link */
a, a:link {
    color: blue;
    text-decoration: none;
}

/* visited link */
/*a:visited {
    color: blue;
}*/

/* mouse over link */
/*a:hover {
    color: #ff00aa;
}*/

/* selected link */
/*a:active {
    color: red;
}*/


body {
    /*font-family: supermarket;
    font-family: Superspace;
    font-family: 'Pridi', serif;*/
    font-family: 'Mitr', Sukhumvit, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    /*line-height: 1.42857143;*/
    color: #000;
    background-color: #fff;
}

.font_head {
    font-family: 'mitr-300', mitr-regular;
    font-size: 22px;
    font-weight: bolder;
}

a.btn-default {
    font-family: 'mitr-300', mitr-regular;
    color: white;
    font-weight: bolder;    
}

a.btn-default:hover {
    color: white;
    /*transform: rotate(2deg);*/ 
    /*font-variant: small-caps;*/     
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);  
    z-index: 999;
    transition:all 0.3s ease;
}

a.Tom_Menu {
    color:#337ab7 ;
    font-size: 19px;
}

a.Tom_Menu:hover {
    color:#f175b1 ;
}

.Tom_time {
    color:#ee0000;
    margin-left: 7%;
    margin-right: 20%;
    font-family: Tahoma;
    font-size: 15px;
}    

.Tom_Panel-Head {
    font-weight: bolder;
    font-size:16px;
}


#to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*display: none;*/ 
  /*เพิ่มเข้ามาถึงจะ แสดง*/
  display: block;
  opacity: 0.5;
}


/*form Default_Power_by_Model.aspx*/
.Model_Style {
    font-family: Mitr, Sukhumvit, Arial;
    font-size: 16px;
    color: #000;
}
.Percent {
    font-size: 14px;
    color: #777;
}