/*CSS »ØèÁ madal*/
* {box-sizing: border-box}
/* Full-width input fields */
.inputtee{
    width: 100%;
    padding: 12px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
	font-size:14px;  
}

/* Add a background color when the inputs get focus */
.inputtee:focus{
    background-color: #ddd;
    outline: none;
}

.inputtee2{
    width: 100%;
    padding: 10px;
    margin: 2px 0 12px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
	font-size:14px;  
}

/* Add a background color when the inputs get focus */
.inputtee2:focus{
    background-color: #ddd;
    outline: none;
}

.inputtee3{
    width: 30%;
    padding: 10px;
    margin: 2px 0 12px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
	font-size:14px;  
}

/* Add a background color when the inputs get focus */
.inputtee3:focus{
    background-color: #ddd;
    outline: none;
}
/* Set a style for all buttons */

.newbox{
    width: 30%;
    padding: 10px;
    margin: 2px 0 12px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
	font-size:14px;  
}

/* Add a background color when the inputs get focus */
.newbox:focus{
    background-color: #ddd;
    outline: none;
}
/* Set a style for all buttons */

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;

}

button:hover {
    opacity:2;
}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;

}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
  	 font-size: 23px;
}

/* Add padding to container elements */
.container {
    padding: 10px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 10px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3% auto 13% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
}

/*¨ºCSS »ØèÁ madal*/

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 14px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 30%;
    border-radius: 50%;
}



	#table
{
font:  13px  "Arial", Helvetica, sans-serif; /* Change 13px as desired */

}

/* äÎäÅ¹ìá¶Ç */
#table .bol td{
font: bold 13px  "Arial", Helvetica, sans-serif; /* Change 13px as desired */
}


#table .odd td {
	background:#fcfdfe;
	border-top:1px solid #DDDDDD;
	padding:3px;
}
#table .even td {
    background:#f3f3f2;
	border-top:1px solid #DDDDDD;
	padding:3px;
}
/* àµÃÕÂÁäÇé·ÓäÎäÅ·ì ´éÇÂ jQuery */
.highlight td {
	background:#b3ffe6 !important;
}


#printable { display: block; }

@media print 
{ 
     #non-printable { display: none; } 
     #printable { display: block; } 
} 

.ui-datepicker{
	width:170px;
	font-family:tahoma;
	font-size:11px;
	text-align:center;
}

