@CHARSET "UTF-8";

body {
	background-color:#206A93;
}
header {
	margin-top:10px;
	background-color:#19171C;
}
.wrapper {
	position:relative;
	margin:auto; 
	width:94%;
}
header .ahead {position:absolute; top:0; width:100%; left:0; height:10px; background-color:#fff; z-index:10;}
header .tab-logon {
	display:none;
	position:absolute;
	right:0;
	font-size:14px;
	color:#000;
	width:288px; 
	height:52px; 
	line-height:52px; 
	margin-top:-10px; 
	margin-bottom:20px;
	background:transparent url(/media/tab-top-white-black.jpg) no-repeat top center; 
	text-align:center;
}
header .tab-logon .glyphicon {
	vertical-align:-1px;
}
header h2.tab-title {
	display:inline-block; 
	width:288px; 
	height:52px; 
	line-height:52px; 
	margin-bottom:-10px; 
	background:transparent url(/media/tab-bottom-black-white.jpg) no-repeat top center; 
	text-align:center;
	font-size: 16px;
	cursor:pointer;
}
header img {
	margin-left:10px;
	margin-top:50px;
}
section {
	background-color:#fff;
	padding-bottom:50px;
}
footer {
	background-color:#206A93;
	color:#fff;
}

footer .col-md-3 {
    width: 20%;
}
footer .policy {
	padding: 50px 0;
	font-size:12px !important;
}
footer .policy a, footer .policy a:hover {
	font-size:12px;
}
footer h2.tab-title {
	font-size:18px;
	color:#000;
	display:inline-block; 
	width:288px; 
	height:52px; 
	line-height:52px; 
	margin-top:-10px; 
	margin-bottom:20px;
	background:transparent url(/media/tab-top-white-dblue.jpg) no-repeat top center; 
	text-align:center;
}
footer h5 {
	font-size:14px;
	margin-bottom:40px;
	text-align:center;
}
footer h5 u{
	text-decoration: none !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
	font-weight:bold;
}
footer h5 span.glyphicon-plus {
	font-size:12px;
	background-color:#0098D4;
	border-radius:50%;
	padding:10px 8px 10px 10px;
	text-align:center;
	margin-right:0px;
}
footer address {
	margin-left:25px;
	text-align:center;
	font-size: 11px;
}
footer a {
	color:#fff;
	font-size:11px;
}
footer a:hover {
	color:#0098D4;
}
footer .col-xs-6-- {
	width:73% !important;
	margin:auto !important;
}
.text-blue {
	color:#0098D4;
}
.text-black {
	color:#19171C;
}
.nowrap {
	white-space:nowrap;
}
a {
  color: #aaaaaa;
  transition: all ease-in-out 200ms;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
.etc-login-form {
  color: #919191;
  padding: 10px 20px;
}
.etc-login-form p {
  margin-bottom: 5px;
}
.login-form-1 {
  max-width: 400px;
  border-radius: 5px;
  display: inline-block;
}
.login-form-1 {
  width: 80%;
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #555555;
  padding: 7px 0;
  font-weight: bold;
  height:auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999999;
}
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #ffffff;
  padding-right: 20px;
  position: relative;
}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #efefef;
  color: #999999;
  border-radius: 8px;
  padding: 10px 20px;
}
.login-group-checkbox {
  padding: 5px 0;
}
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #efefef;
  color: #999999;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
}
.login-form-1 .login-button:hover {
  color: #555555;
  transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
  color: #555555;
}
.login-form-1 .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}
label.form-invalid {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  margin-top: -25px;
  padding: 7px 9px;
  background: #777777;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
}
label.form-invalid:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777777;
  border-width: 6px;
}
.login-form-main-message {
  background: #ffffff;
  color: #aa0000;
  border-left: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  height: 0;
  padding: 0 20px 0 17px;
  opacity: 0;
  transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
  height: auto;
  opacity: 1;
  padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
  border-left-color: #2ecc71;
}
.login-form-main-message.error {
  border-left-color: #e74c3c;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 0px solid #aaa;
  background: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  position: absolute;
  color: #555555;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #8c8c8c;
  background-color: #878787;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #555555;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #8c8c8c;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #f6f6f6;
}
label:hover:before {
  border: 1px solid #f6f6f6 !important;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  border-radius: 3px;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  border-radius: 35px;
}
/* selected mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  top: 0;
  left: 2px;
  font-size: 14px;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '\2022';
  top: 0;
  left: 3px;
  font-size: 30px;
  line-height: 25px;
}
.logo {
  padding: 15px 0;
  font-size: 25px;
  color: #aaaaaa;
  font-weight: bold;
}
#lg_agency {
	width: 250px;
	color: #999999;
	margin: 5px 0 8px -7px;
}
#reg_agency {
	width: 250px;
	color: #999999;
	margin: 5px 0 8px -7px;
}
.has-success .form-control:focus,
.has-error .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
p.loading-msg {
	font-size: 26px;
    color: #aaa;
    margin-bottom: 136px;
}

div.appContainer ul.dir {
	position:relative;
    list-style: none;
    padding: 0;
    text-align: center;
	font-size:48px;
}
div.appContainer ul.dir li {
	position:relative;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    vertical-align: top;
	padding:10px 0;
	cursor:pointer;
}

div.appContainer ul.dir li span.counter {
	font-size: 16px;
    position: absolute;
    top: 16px;
    right: 30px;
    z-index: 10;
}
div.appContainer ul.dir li span.counter span {
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    background-color: red;
    text-align: center;
    padding: 2px 7px;
}
div.appContainer ul.dir li p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    width: 128px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h1 span.glyphicon-home {cursor:pointer;}

div.containerLocation h4 {cursor:pointer;}
div.containerLocation div.containerProject {margin-left:20px; display:none;}
div.containerLocation div.containerCategory {margin-left:20px; display:none;}
div.containerLocation div.containerCategory p {margin-left:20px; display:none;}
div.containerLocation div.containerCategory p a{color:#19171C;}
div.containerLocation div.containerCategory p a:hover{color:#aa0000;}
div.containerLocation h5 {cursor:pointer;}
div.containerLocation h6 {cursor:pointer;}
div.containerProject span.glyphicon {margin-right:10px;}
table.dataTableContainer {font-size:13px;}

#modal table td, table.modalScanTab td {padding:10px;}
#modal table th {text-align:center !important; padding:5px;}
#modal table tbody th,#scanModal table tbody th {display:none;}
#modal address {margin-left:30px;}

@media (min-width: 990px) { 
	.wrapper {
		width:990px;
	}
	header img {
		margin-left:0;
		margin-top:0;
	}
	header h2.tab-title {
		display:inline-block; 
		width:600px; 
		height:94px; 
		line-height:94px; 
		margin-bottom:-10px; 
		background:transparent url(/media/mask-title.jpg) no-repeat top center; 
		text-align:center;
		font-size:30px;
	}
	div.appContainer ul.dir {
		border-right:1px solid #ccc;
	}	
	div.appContainer ul.dir li {
		border-bottom:1px solid #ccc;
	}
	div.appContainer ul.dir li:last-child {
		border-bottom:0;
	}
	fotter h5 {
		text-align:left;
	}
	footer address {
		text-align:left;
	}
}