/*======================*/
/*===   Admin CSS    ===*/
/*======================*/

/*****************/
/*** Login
*/
html.admlog{
	background: url("../core/img/logo/bgLogo.png") no-repeat center center fixed;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
html.admlog>body{
	background:none;
}
.site_level{
	position:absolute;background: url("../core/img/theme/btn_uplevel_bg.gif") 3px 3px no-repeat;padding:0;height:26px;width:26px;display:inline-block;
	z-index:1;
	cursor:pointer;
	text-decoration:none !important;
}
/*********************/
/***
*/

html {
	background-color: #FAFAFA;
	/*min-width:1240px;*/
    font-family: 'Arial';
}
body {
    max-height: 100%;
}
/* Commun CSS Setting */
#main{
	display:block;
	margin: 0 auto;
    position: relative;
}
/* Login part */
#login{
	width:420px;
	margin:0 auto;
	margin-top:180px;
    padding: 20px;
    border: 1px solid #C4CACD;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #E2E2E2, 0 1px 1px #EDEEEF;
}
@media (max-width: 425px) {
	#login{
		width:100%;
	}
}
@media (max-height: 480px) {
	#login{
		margin-top:20px;
	}
}
.login-form{
    border-top: 1px solid #C4CACD;
    padding-top: 20px;
}
#header_login{
    background: url("../images/theme/top.png") repeat-x scroll 0 -100px #3D3D3D;
    border-radius: 3px 3px 0 0;
    font-size: 11px;
    height: 55px;
    position: relative;
}
#wmaker{
    position: relative;
}
.text{
	display: inline-block;
}
.form-horizontal .control-text {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}
.field-row:before,.field_row:after{
    content: "";
    display: table;
}
.field-row:after {
    clear: both;
}
.field-row{
	/*float:left;*/
	width:100%;
    margin: 0;
    padding: 3px 0;
    text-align: left;
}
.field-name,.field-text{
    position: relative;
}
.field-name{
	float:left;
    font-weight: 400;
    width: 150px;
    line-height: 28px;
}
.field-name label{
	padding:0 5px;
}
.field-text{
    margin-left: 125px;
}
.footer-login{
	font-size:0.8em;
	color:#AFAFAF;
	display:block;
	margin:0 auto;
}
.backsite{
	position:absolute;
	right:27px;
	top:5px;
	z-index:25;
}
.sub-label{
	width: 60px;
	padding:0 5px;
	float: left;	
}
/* End login */

ul, ol{
	margin:0;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
	letter-spacing: 0.15em;
}
.see-password{
	position:relative;
}
.input-text{
    width: 250px;
	border: 1px solid #BBBEC0;
	border-radius: 3px 3px 3px 3px;
	padding: 3px;
	line-height: normal;
	color: #444444;
	vertical-align: middle;	
}
.eye{
    display: inline-block;
    background: url("../images/theme/eye20.png") no-repeat scroll 0 0 ;
	width:20px;
	height:20px;
	position:absolute;
	right: 5px;
	top:5px;
	z-index:5;
	cursor:pointer;
}
.log-text{
	padding:4px;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 3px #95BED4;
    outline: medium none;
    transition: border-color 0.3s linear 0s, box-shadow 0.3s linear 0s;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-middle{
	vertical-align: middle;
	padding:10px 0;
 }
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.float-none{
	float: none;
}

.text-justify{
	text-align: justify;
}
.msg-box{
    border: 1px solid;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 0 12px;
    padding: 0 10px;
}
.msg-error {
    background: #FCDCDE;
    border-color: #F9AFB4;
    box-shadow: 0 1px 0 #F7FEF2 inset, 0 1px 0 #DADEE1;
}
.msg-info {
    background: #5BC0DE;
    border-color: #5BC0DE;
    box-shadow: 0 1px 0 #5BC0DE inset, 0 1px 0 #DADEE1;
}
.msg-warning {
    background: #F0AD4E;
    border-color: #F0AD4E;
    box-shadow: 0 1px 0 #F0AD4E inset, 0 1px 0 #DADEE1;
}

.msg-box .msg-content {
    background: none no-repeat scroll 0 8px transparent;
    padding: 8px 0 8px 22px;
    position: relative;
}
.msg-error .msg-content {
    background-image: url("../images/theme/warning_16.gif");
}
.pad-error{
	padding:4px;
	padding-left:40px;
}
.details{margin:0 0 0 10px;}
.openfolder, .closefolder {
    display: list-item;
    list-style: none outside none;
    margin-left: 30px;
}
.openfolder {
    list-style-image: url("../images/theme/folder-open.png");
}
.closefolder {
    list-style-image: url("../images/theme/file.png");
}
/****************/
/** Form class **/
/****************/
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}
.btn-default {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #EBEBEB;
    border-color: #ADADAD;
    color: #333333;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}
.btn-default .badge {
    background-color: #FFFFFF;
    color: #FFFFFF;
}
.btn-primary {
    background-color: #428BCA;
    border-color: #357EBD;
    color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #3276B1;
    border-color: #285E8E;
    color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #428BCA;
    border-color: #357EBD;
}
.btn-primary .badge {
    background-color: #FFFFFF;
    color: #428BCA;
}
.btn-warning {
    background-color: #F0AD4E;
    border-color: #EEA236;
    color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #ED9C28;
    border-color: #D58512;
    color: #FFFFFF;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: #F0AD4E;
    border-color: #EEA236;
}
.btn-warning .badge {
    background-color: #FFFFFF;
    color: #F0AD4E;
}
.btn-danger {
    background-color: #D9534F;
    border-color: #D43F3A;
    color: #FFFFFF;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #D2322D;
    border-color: #AC2925;
    color: #FFFFFF;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: #D9534F;
    border-color: #D43F3A;
}
.btn-danger .badge {
    background-color: #FFFFFF;
    color: #D9534F;
}
.btn-success {
    background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #47A447;
    border-color: #398439;
    color: #FFFFFF;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #5CB85C;
    border-color: #4CAE4C;
}
.btn-success .badge {
    background-color: #FFFFFF;
    color: #5CB85C;
}
.btn-info {
    background-color: #5BC0DE;
    border-color: #46B8DA;
    color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #39B3D7;
    border-color: #269ABC;
    color: #FFFFFF;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #5BC0DE;
    border-color: #46B8DA;
}
.btn-info .badge {
    background-color: #FFFFFF;
    color: #5BC0DE;
}
.btn-link {
    border-radius: 0;
    color: #428BCA;
    cursor: pointer;
    font-weight: normal;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: rgba(0, 0, 0, 0);
}
.btn-link:hover, .btn-link:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #2A6496;
    text-decoration: underline;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
#img_multi>.btn{
	padding:5px;
}
.blue{
color:blue;}
.green{
color:green;}
.pink{
color:pink;}
.red{
color:red;}

input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}
.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
.navbar {
    margin-bottom: 10px;
    min-height: 30px;
}
.navbar-nav {
    float: left;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav {
    list-style: none outside none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #999999;
    cursor: not-allowed;
    text-decoration: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #EEEEEE;
    border-color: #428BCA;
}
.nav .nav-divider {
    background-color: #E5E5E5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.nav > li > a > img {
    max-width: none;
}
/* Stylrd the upload file */
.file-align{
	display:block;
	width:472px;
	margin:0 auto;
	
}
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  box-shadow:2px 2px 5px #000ccc;
  width:470px;
  margin:5px auto;
    background-color: hsl(0, 0%, 100%);
    background-image: none;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px;
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075) inset;
    color: hsl(0, 0%, 33%);
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
/*  filter: alpha(opacity=1); */
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}
.file-wrapper .file_button {
  background: #516ACC;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 15px;
  padding: 5px 18px;
  text-transform: uppercase;
}
.file-holder{
    display: inline-block;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 5px;
    padding-top: 5px;
}
/*================*/
/*== Help Popup ==*/
/*================*/
.mypopframe{}
.mypopcontent{display:inline-block;float:left;}
.mypoplist{float:left;width:250px;}
.mypopview{position:relative;border:4px inset grey;width:150px;height:150px;margin-left:240px;}
.mydirlist{border:4px inset grey;width:150px;}
.mypopsend{float:left;width:100%;text-align:center;border:1px solid grey;margin:5px auto;padding:2px 0;}
.clmypopsend{float:left;width:35%;text-align:center;border:1px solid grey;margin:5px auto;padding:2px 0;}
.myfontselect{top:4px;left:6px;}
.myfontresult{padding-left:4px;}
.field_center{position:absolute;top:50%;left:50%;}
.jqueryFileTree > li.onfocus {
    background-color: rgba(50, 150, 30, 0.2) !important;	
}
#imgspan{width:130px;height:120px;margin-left:2px ;margin-top:2px ;float:left;}
