﻿/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

/** { margin: 0; padding: 0; }
body { 
     font-family: 'Segoe UI', sans-serif; margin:0; padding:0; font-size: 1em;}
#page-wrap { margin: 0px auto;  }
input{font-family:'Segoe UI', sans-serif; margin:0; padding:0; font-size: 1em;}
select{font-family: 'Segoe UI', sans-serif; margin:0; padding:0; font-size: 1em;}

select:focus,textarea:focus, input:focus{
    outline: 0;
    border-color:#0076ff;
}*/
body {      font-family: 'Segoe UI', sans-serif; }
#header{ height:71px; float:left; border-bottom:1px solid #b2b2b2;  width:100%; background:#f7f7f7;}
#logo{ width:350px; height:50px; margin-top:5px; }
#name-app{ width:438px; height:72px;   text-align:right; position:absolute; top:20px; right:80px; }
#name-app h1{float:right; text-align:right; font-size:24px; font-weight:300;  margin-right:10px;color:#888;}
div.floating-menu {position:fixed; z-index:100;}
#footer-content  { background:#f6f5f1; float: left; width:100%; height: 80px; border-top:1px solid #b2b2b2; font-size:90%;  }
#footer-content h1{ font-size:100%; font-weight:100; margin:10px 10px 5px 10px; color:#808080; }
#footer-content div{ font-size:80%; margin:0 10px ; color:#808080; }
a{ text-decoration:none;}
#footer-content{ line-height:normal;}
#top-btn{ width:45px; height:44px;   text-align:right; position:absolute; top:12px; right:10px; }
#btn-top-refresh{ width:44px; height:44px; background:url(images/ref44.png); float:right; cursor:pointer; }
#btn-top-home{ width:44px; height:44px; background:url(images/home44.png); float:left; cursor:pointer; }
#name-language{ height:40px; position:absolute; width:80px; left:350px; top:10px;}
#name-language a{ height:40px; width:40px; float:left; }
#name-language a[data-language="en"]{ background:url(images/p-eng.png); }
#name-language a[data-language="vi"]{ background:url(images/p-viet.png); }

.calendar-input-yyyy-mm-dd{   
    
   
    font-size: 140%;
   

}
.calendar-input-yyyy-mm-dd-hh-mm-ss{   
    
   
    font-size: 120%;
   

}