/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 8, 2014, 7:51:41 AM
    Author     : Huynh Tan Khoa
*/

body{
    color: #555;
	background: rgb(221,244,250);
    font-family:Tahoma;
    font-size:14px;
}
/* BEGIN SHOWMESSAGE JQUERY */
.notification{font-family: Gotham, HTC Hand, Helvetica, Arial, sans-serif; font-size: large !important;font-weight: bold;background-color: rgb(247, 247, 247);color: red;}
.success{font-family: Gotham, HTC Hand, Helvetica, Arial, sans-serif; font-size: large !important;font-weight: bold;background-color: #acfa58;color: black;}
.error{font-family: Gotham, HTC Hand, Helvetica, Arial, sans-serif; font-size: large !important;font-weight: bold;background-color: #fe2e2e;color: white;}
.error li {background:none !important;font-size: large !important;display:block;}
/* END SHOWMESSAGE JQUERY */
.wrap {
    width: 90%;
    margin: 0 auto;
}
.clear {
    clear: both;
    height: 10px;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
#header{
	cursor: pointer;
	width: 100%;
	text-align: center;
}
#header img {
    width: 100%;
    max-width: 350px;
    height: 175px;
}
.wrap a{
	text-decoration: none;
	color: #555;
}
.title{
	background-color: #ED1C24;
	height: 80px;
	line-height: 50px;
	color: ghostwhite;
	font-family: sans-serif;
	text-align: center;
	border: chartreuse thin solid;
	border-bottom: none;
}
.content{
	height: 238px;
	border: chartreuse thin solid;
	padding: 5px;
	text-align: justify;
}
.content label{
    width: 100%;
    text-align: center;
	font-size: medium;
}
.child_container{
	float: left;
    width: 33.33%;
}
.child_container:hover{
	background-color: #E5D1CA;
}
.child_container:hover label{
	color:red;
}
.required_star {
	font-weight:bold;
	color:#F00;
}
#label{
	margin: -11px 0 11px 50px;
}
.button{
  width:220px;
  background:#3399cc;
  display:block;
  margin:0 auto;
  padding:10px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}
.button:hover{
  background:#2288bb;
}
.loading {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid blue;
    border-right: 10px solid #129D59;
    border-bottom: 10px solid #D8402C;
    border-left: 10px solid #EA9515;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover{background-color:#f5f5f5}

#infoTable > table th:first-child, #infoTable > table td:first-child {
    width: 15%;
}
#infoTable > table th:last-child, #infoTable > table td:last-child {
    width: 70%;
}

#footer{
	width: 100%;
	float: left;
	color: #B6B5DA;
	text-align: center;
    margin-top: 20px;
}

.text-red {
    color: #ED1C24;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .child_container{
        width: 100%;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
    .child_container{
        width: 100%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .child_container{
        width: 33.33%;
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .child_container{
        width: 33.33%;
    }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .child_container{
        width: 100%;
    }
}

/* iPhone 6 landscape */
@media only screen and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2)
{
    .child_container{
        width: 100%;
    }
}

/* iPhone 6 portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2)
{
      .child_container{
        width: 100%;
    }
}

/* iPhone 6 Plus landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 3)
{
    .child_container{
        width: 100%;
    }
}

/* iPhone 6 Plus portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 3)
{
    .child_container{
        width: 100%;
    }
}

/* iPhone 6 and 6 Plus */
@media only screen
  and (max-device-width: 640px),
  only screen and (max-device-width: 667px),
  only screen and (max-width: 480px)
{
    .child_container{
        width: 100%;
    }
}

/* Apple Watch */
@media (max-device-width: 42mm)
and (min-device-width: 38mm)
{
    .child_container{
        width: 100%;
    }
}

#btnChatRoom {
    color: whitesmoke;
}