﻿ 
/* Captcha Stylesheet */
/********************Horizontal capthca for inner pages*************************************/
.main_captch {
	width: 100%;
	min-height: 0;
	margin: 5px auto;
	padding: 0;
	box-sizing: border-box;
	text-align: left;
	line-height: 10px;
	background-color: #fff;
	display: flex;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
}

.capthca_pic {
    float: left;
    margin: 0px;
    width:30%;
    text-align: left;
    border-bottom:0;
}
.capthca_pic img
{
	padding: 5px 0;
	margin: 0 auto;height: 45px;
}
.ver_code
{
	float: left;
}
.inp_btn {
    float: left  !important;
    margin: 5px  !important;
    width:65%;
}
.inp_btn input[type="text"]
{
	width: 50% ;
	padding: 5px 10px !important;
    float:left !important;
	background-color: #fff !important;
	border-radius: 5px !important;
	border: #ddd 1px solid !important;
}
.sound_pho {
     float: left;
    padding: 9px 3px 5px 5px;
    border: 1px solid #cccccc;
    margin-left: 3px;
    border-radius: 5px;
    margin-top: 0;
}
.sound_pho input[type="image"] {   
  border:0;
}
.refresh_pho {
   float: left;
    padding: 9px 3px 5px 5px;
    border: 1px solid #cccccc;
    margin-left: 3px;
    border-radius: 5px;
    margin-top: 0;
}
.refresh_pho input[type="image"] {   
 border:0;
}
.help_pho {
    float: left;
    padding: 9px 3px 5px 5px;
    border: 1px solid #cccccc;
    margin-left: 3px;
    border-radius: 5px;
    margin-top: 0;
}

	.help_pho button {
		border: none;
	}
	.help_pho input[type="image"] {
		border: 0;
	}
.sound_pho:hover, .refresh_pho:hover, .help_pho:hover {
    background-color:rgb(255, 212, 46); border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
} 
 
/********************Modal Content for inner pages*************************************/
/********************Modal Content for Login pages*************************************/
/* The Modal (background) */
.help
{
	display: none;
	position: absolute;
	padding-top: 100px;
	left: -46px;
	top: 0;
	width: 100%;
	height: 30%; 
}
/* Modal Content */
.help-content {
	background-color: #fefefe;
	padding: 5px;
	border: 1px solid #888;
	width: 300px;
	position: absolute;
	z-index: 2;
	/*top: 0;*/
	bottom: 108px;
}


/* The Close Button */
.close
{
	height: 25px;
	width: 25px;
	color: #ffffff;
	float: right;
	position: absolute;
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	right: 0px;
	top: -15px;
	background-color: #007cbd;
	border-radius: 50px;
	line-height: 25px;
	text-align: center;
}
.close:hover, .close:focus
{
	color: #c5c5c5;
	text-decoration: none;
	cursor: pointer;
}
.help-content ol li
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Microsoft New Tai Lue;
	line-height: 25px;
	color: #000;
}
.captcha
{
	margin: 0;
	padding: 10px 20px;
}
.flex-container{
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
}
.flex-container .column{
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
}