
/* @import url("fonts.css"); */
@import url("fa/css/fontawesome-all.min.css");

@-ms-viewport{
  width: device-width;
}

html {
}
body{
	font-family: 'Poppins', sans-serif;
    color: #323232;
    font-size: 12px;
    line-height: 18px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}

.emptypage {
	min-height: 200px;
}

.link{cursor:pointer;}

/*! XS */
@media (max-width: 767px) {
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
}
/*! LG */
@media (min-width: 1200px) {
}


html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   height: 100px;
}
#body {
   padding-bottom:90px;   /* Height of the footer + Xpx space*/
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
}

/*
.ccontainer {
	width: 1140px;
}
*/


/*!
*	HEADER
*/
#header {
	background: #000;
	color: #fff;
}
.logo {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-main {
	text-align: right;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu-main a {
	color: #fff;
	margin-left: 10px;
	display: inline-block;
}
.menu-main i.fa-power-off {
	margin-left: 20px;
	font-size: 14px;
}

/*!
*	FOOTER
*/
#footer {
	background: #000;
	color: #fff;
}
.footer {
	width: 100%;
	height: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*!
*  RESULT
*/
.result .title {
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
}
.result .title a {
	color: #F58220;
}
.result .message-box {
	margin-top: 15px;
}
.result .message-box .message {
	border-radius: 4px;
	padding: 10px;
}
.result .message-box .message.message-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.result .message-box .message.message-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.result .list-tool-box {
	margin-top: 15px;
	padding-right: 0px;
	font-size: 18px;
	text-align: right;
}
.result .list-tool-box a {
	color: #000;
}
.result .list-tool-box a:hover {
	color: #F58220;
}

.result .green {
	color: #39AE46;
}
.result .red {
	color: #EB2E4E;
}
.result .orange {
	color: #F58220;
}
.result .blue {
	color: #1D91E6;
}

/*!
*  LIST
*/
.result .list table {
    border-collapse: collapse;
    width: 100%;
	margin: 15px 0;
}
.result .list table td, 
.result .list table th {
    border: 0;
    padding: 8px;
}
.result .list table tr:nth-child(odd){background-color: #f2f2f2;}
.result .list table tr:hover {background-color: #ddd;}
.result .list table th {
	text-align: left;
}

.result .list table a {
	color: #323232;
	text-decoration: none;
	margin-left: 15px;
}
.result .list table a:hover {
	color: #F58220;
}
.result .list table a:hover {
	text-decoration: underline;
}

.result .list .tools {
	padding-right: 15px;
	text-align: right;
	font-size: 20px;
	
}

/*!
*	FILTER
*/
.filter {
	padding: 10px 0;
}
.filter .select {
	float: left;
	width: 160px;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #E3E4EB;
	border-radius: 4px;
}
.filter .select.sml {
	width: 120px;
}
.filter .select.sml-2 {
	width: 86px;
}
.filter .select select {
	width: 100%;
	background: #fff;
	outline: medium none;
	color: #000;
	border: 0;
}

.filter .button {
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.filter .button button {
	background: #F58220;
	color: #fff;
	border: 0;
	height: 31px;
	width: 31px;
	border-radius: 4px;
}

.filter .button a {
	display: inline-block;
	background: #F58220;
	color: #fff;
	font-weight: bold;
	border: 0;
	height: 31px;
	line-height: 31px;
	width: 31px;
	text-align: center;
	border-radius: 4px;
}

.budget-box {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0;
	text-align: right;
}


/*!
*	REPORT
*/

.report-table-c {
	max-width: 1200px;
}

.report-table table {
    border-collapse: collapse;
	margin: 15px 0;
}
.report-table table td, 
.report-table table th {
    border: 1px solid #ccc;
    *padding: 2px;
}
/*.report-table table tr:nth-child(odd){background-color: #f2f2f2;}
.result .list table tr:hover {background-color: #ddd;}*/
.report-table table th {
	text-align: left;
}
.report-table table td {
	text-align: left;
	overflow: hidden;
}

.report-table .tbl1 {
	width: 1110px;
	font-size:10px;
	table-layout:fixed;
	word-break:break-all;
	font-family:arial;	
}

.report-table .tbl1 th {
	padding: 0px;
	text-align: center;
	font-size: 11px;
	*line-height: 18px;
	
	*padding: 6px;
}

table.tbl2 {
	width:560px;
	font-size:9px;
	margin:0;
	table-layout:fixed;
	font-family:arial;
}

.report-table .tbl2 th {
	padding: 0px;
}

.report-table .parent {
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
}

.report-table .sub a {
	padding: 4px;
	font-weight: normal;
	font-size: 11px;
	color:#F58220;
}

table.tbl2 td,
table.tbl2 th {
	text-align: left;
	border:0;
	padding: 0px;
}
table.tbl2.test td,
table.tbl2.test th {
	text-align: left;
	border:1px solid #ccc;
	padding: 0px;
}

.tbl2 .fa-times {color:#FF0000;}
.tbl2 .fa-sync-alt {color:#F58220;}
.tbl2 .fa-check {color:#13980D;}

.report-category {
	margin-top: 30px;
	background-color: #EBEBEB;
	padding: 20px 0px;
}
.report-category ul {
	list-style:none;
}
.report-category li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
.report-category li.parent {
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}
.report-category li.sub {
	padding-left: 20px; 
	line-height: 22px;
}
.report-category li.sub a {
	color: #F58220;
	font-weight: bold;
}


/*!
*	MENU
*/
.menu ul {
	list-style:none;
}
.menu ul,
.menu li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.menu a:before,
.menu a:after {
  display: table;
  content: " ";
}
.menu a:after {
  clear: both;
}

.menu-top {
	margin-top: 30px;
	height: 30px;
}
.menu-top ul {
	text-align:right;
}
.menu-top li {
	display:inline-block;
        position: relative;
}
.menu-top li:last-child {
}
.menu-top a {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding: 0 20px;
}
.menu-top a:hover {
	color: #FFCC00;
	text-decoration: none; 
}
.menu-top li.selected a.parent {
	color: #FFCC00;
}
.menu-top .text i {
	float: left;
	margin-right: 10px;
}

.menu-top ul li:hover > .sub {
	display: block; 
}
.menu-top .sub {
	display:none;
	position:absolute; 
	top:30px; 
	left:0px;
	z-index:9999;
	padding:5px 0;
	margin:0; 
	background:#231F20;
}
.menu-top .sub li {
	min-width:200px;
	height:auto;
	padding:5px 10px 5px 10px; 
}
.menu-top .sub a {
	font-size:16px;
	height:20px;
	line-height:20px;
        color:#fff;
        font-weight:normal;
}
.menu-top .sub a:hover {
	color:#FFCC00;
}




        
/*!
*  BANNER
*/
.banner ul {
	list-style:none;
}
.banner ul,
.banner li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.banner.img-resp img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

/*
	Nav & Breadcrumb
*/
.nav {margin-bottom:20px;}
.breadcrumb, .breadcrumb a {color:#333; font-size:12px; line-height:20px; text-decoration:none;}
.breadcrumb a.frst {color:#333;}
.breadcrumb div {display:inline-block;}

/*!
*	NEWS: LIST, POST
*/
.news {
	margin-bottom: 30px;
}
.index .news {
	margin-bottom: 0px;
}

.content-wrap {}
.news .list .item  {
	
	overflow: hidden;
        padding:0 15px;
}
.news .list .item.first  {
	border-right:none;
}
.news .list .item h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 15px 0;
	color: #333;
        font-weight:normal;
        
}
.news .list .item a {
	text-decoration: none;
}
.news .list .item .image a {
	display: block;
}
.news .list .item img {
	width: 100%;
	height: auto;
}
.news .list .item .lead {
	font-size: 16px;
	line-height: 20px;
	color: #333;
        height:60px;
        overflow:hidden;
        margin-bottom:10px;
}

.news .post {
	font-size: 14px;
	line-height: 20px;
    padding:20px;
}
.news .post h1 {
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 20px 0;
	color: #333;
        font-weight:normal;
        padding-bottom:20px;
        border-bottom:1px solid #E1DEDE;
}
.news .post p {
	padding-bottom: 20px;
}
.news .post .lead {
	font-weight: 600;
	color: #333;
        font-size:16px;
        line-height:28px;
}

.news .post .order-info{
		margin-top:10px;
        font-size:18px;
        line-height:28px;
}
.news .post .order-info .red{
		color:red;
}

.news .post .image {
	float: right;
	margin: 0 0 20px 20px;
}

.news .post .content-text {
	color: #333;
        font-size:16px;
        line-height:28px;
}
.news .post .content-text img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}


/*! XS */
@media (max-width: 767px) {
	
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/*! LG */
@media (min-width: 1200px) {
	
}


/*!
*	GALLERIA
*/
.galleria {
	width: 100%; 
	min-height: 450px;
	background: #fff;
	margin-top: 30px;
}
/*! XS */
@media (max-width: 767px) {
	.galleria {
		min-height: auto;
	}
}


/*!
*	PAGER
*/
.pager-box {
	margin-bottom: 0px;
	font-size: 18px;
}
.pager-box a,
.pager-box span {
	text-decoration: none;
	color: #333; 
	background: none;
	font-weight: bold;
        border:1px solid #EBEBEB;
}


.pager-box .pager-sep{
	border:none;
}
.pager-box i {
	font-size: 18px;
	font-weight: normal;
}
.pager-box a,
.pager-box span.current {
	margin-right: 6px; 
	width: 40px; 
	height: 40px; 
	line-height: 40px; 
	text-align: center; 
	display: inline-block;
        
}
.pager-box a.pager:hover,
.pager-box span.current {
	color: #fff; 
	background: #343434;
}
/*! XS */
@media (max-width: 767px) {
	.pager-box {
		font-size: 16px;
	}
	.pager-box i {
		font-size: 16px;
	}
	.pager-box a,
	.pager-box span.current {
		width: 24px; 
		height: 24px; 
		line-height: 24px; 
	}
}


/*!
*	ICN
*/
/*.icn {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) 0 0 no-repeat;
}
.icn.icn-t1 {background-position: 0 0;}
.icn.icn-t2 {background-position: -32px 0;}
.icn.icn-t3 {background-position: -64px 0;}
.icn.icn-b1 {background-position: 0 -40px;}
.icn.icn-b2 {background-position: -32px -40px;}
.icn.icn-b3 {background-position: -64px -40px;}
.icn.icn-b4 {background-position: -96px -40px;}
*/


/*!
*	Forms
*/
.form {
	position: relative;
	min-height: 1px;
}
.form .form-title {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin:0;
}
.form .form-lead {
	padding:0 0 20px 0;
	margin:0;
}
/*.form-msg-thx {
	padding-bottom:20px;
}
.form .form-requirednote {
	padding-bottom:20px;
}*/
/*.form input,
.form textarea {
	font-size:12px;
}*/

.form .form-row:before,
.form .form-row:after,
.form .form-row-group:before,
.form .form-row-group:after {
  display: table;
  content: " ";
}
.form .form-row:after,
.form .form-row-group:after{
  clear: both;
}
.form .form-row,
.form .form-row-group {
	margin-bottom: 30px;
}
.form .form-row-group .form-row {
	margin-bottom: 10px;
}
.form .form-row.button {
	margin-bottom: 0px;
}
.form .form-row.error {
	margin-bottom: 16px;
}

.form .form-label,
.form .form-label-group {
	float:none; 
	display:block;
}
.form .form-input,
.form .form-input-group {
	float:none; 
	display:block;
}

.form .form-label,
.form .form-label-group {width:100%;}
/*.form .form-input-group,*/
.form .form-input.text input,
.form .form-input.textarea textarea {width:100%;}
.form .form-input.select select,
.form .form-input.file .upload-file input {width:100%;}

/* height, margin, padding */
.form .form-input.text input,
.form .form-input.select select {
	height: 30px;
	line-height: 30px;
}
.form .form-input.textarea textarea {
	height:60px;
	padding:4px;
	resize:none;
}
.form .form-input.radio input {margin:0 10px 0 0;}
.form .form-input.checkbox input {margin:0 10px 0 0;}

.form .form-input.text input,
.form .form-input.textarea textarea,
.form .form-input.select select,
.form .form-input.file .upload-file input {
	background: #fff;
	outline: medium none;
	color: #000;
}

.form .form-row.checkbox .form-label,
.form .form-row.radio .form-label {
	float: left;
	width: auto;
}
.form .form-row.checkbox .form-input.checkbox,
.form .form-row.radio .form-input.radio{
	float:left;
}

.form .form-input.file {position:relative;}
/*.form .form-input.file .upload-file input {height:20px;}*/
.form .form-input.file .upload-button {
	width:100px;
	height:30px;
	line-height:30px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	background:#000;
}
.form .form-input.file .upload-hide {
	width: 100px;
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	z-index:2;
}

.form .form-button {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.form .form-button input {
	height:30px;
	border:0;
	padding:0 10px;
	font-size:12px;
	cursor:pointer;
	color: #fff;
	background-color :#000;
	vertical-align:baseline;
}

.form .form-error,
.form .form-required, .required {
	color: #E60101;
	font-size: 12px;
	line-height: 16px;
}
.form span.form-error {
	display:block;
	margin-top: 10px;
}
/*.form .form-row .br {clear:both;}*/


/*!
*	FORM: WEB
*/
.form.web {
	font-size: 16px;
	/*margin-top: 30px;*/
}
.form.web .form-label,
.form.web .form-label-group {
	padding-bottom: 10px;
}
.form.web .form-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
	color: #333;
}
.form.web .form-input.select select {
	color: #6B6B6B;
}
.form.web .form-input.text input,
.form.web .form-input.file input,
.form.web .form-input.textarea textarea, 
.form.web .form-input.select select {
	border: 0;
	font-size:16px;
}
.form.web .form-row.radio label,
.form.web .form-row.checkbox label {
	font-size: 16px;
}
.form.web .form-input.text .input,
.form.web .form-input.textarea .input, 
.form.web .form-input.select .input,
.form.web .form-input.file .upload-file {
	background-color: #FFF;
	border: 1px solid #E4E4E4;
	padding: 5px;
}
.form.web .items .form-row.checkbox {
	margin-left: 20px;
}

.form.web .form-input.file .upload-button {
	height: 36px;
	line-height: 36px;
	background-color: #12447D;
}
.form.web .form-button input {
	height: 40px;
	border: 0px none;
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	background-color: #333;
	
}
.form.web .form-button {
	display:inline;
}
.form.web span.form-error {
	margin-left: 6px;
}

.form.web .reservIcn {
	position: relative;
}
.form.web .input.reservDate::after,
.form.web .input.reservTime::after {
	font-family: "FontAwesome";
    font-size: 18px;
    color: #12447D;
	position: absolute;
	right: 11px;
	top: 11px;
}
.form.web .input.reservDate::after {
    content: "\f073";
}
.form.web .input.reservTime::after {
    content: "\f017";
}

/*!
*	FORM: LOGIN
*/
.form.login {
	width: 300px; 
	margin: 8% auto 0 auto;
}
.form.login .form-input.text .input {
	height: 40px;
	padding: 0 10px;
	border: 2px solid #E3E4EB;
	border-radius: 4px;
}
.form.login .form-input.text .input input {
	border: 0;
	height: 36px;
}
.form.login .form-row.button {
	text-align: center;
}
.form.login .form-button {
	display: inline-block;
}
.form.login .form-button input {
	background-color: #F58220;
	height: 40px;
	padding: 0 40px;
	border-radius: 4px;
}

/*!
*	FORM: AMP
*/
.form.amp {
	margin-top: 15px;
}

.form.amp .form-row.button {
	float: right;
	margin-left: 30px;
}
.form.amp .form-row.button input {
	background-color: #F58220;
	height: 40px;
	padding: 0 40px;
	border-radius: 4px;
}
.form.amp .form-row.button a {
	display: inline-block;
	background-color: #F58220;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 4px;
}
.form.amp .form-row.button a:hover {
	text-decoration: none;
}
.form.amp .form-row.button.black a {
	background-color: #000;
}

.form.amp .form-label,
.form.amp .form-label-group {
	margin-bottom: 10px;
}

.form.amp .form-input.checkbox {
	line-height: 20px;
}
.form.amp .form-input.checkbox label {
	margin-bottom: 0;
}

.form.amp .form-input.text .input {
	height: 40px;
	padding: 0 10px;
	border: 2px solid #E3E4EB;
	border-radius: 4px;
}
.form.amp .form-input.text .input input {
	border: 0;
	height: 36px;
}

.form.amp .form-input.select .input {
	height: 40px;
	padding: 0 00px;
	border: 2px solid #E3E4EB;
	border-radius: 4px;
}
.form.amp .form-input.select .input select {
	border: 0;
	height: 36px;
}

.form.amp .form-input.textarea .input {
	padding: 10px 10px;
	border: 2px solid #E3E4EB;
	border-radius: 4px;
}
.form.amp .textarea.nostyle .input {
	padding: 0;
	border: 0;
	border-radius: 0;
}
.form.amp .form-input.textarea .input textarea {
	border: 0;
	height: 80px;
}

.form.amp .year.close,
.form.amp .option-yc.close {
	display:none;
}
.form.amp .year.open,
.form.amp .option-yc.open {
	display:block;
}


.form.amp .month-text {
	float: left;
	line-height: 40px;
}


.form.amp .month-input .form-label {
	float: left;
	width: auto;
	line-height: 40px;
	margin-right: 10px;
}
.form.amp .month-input.label-2 {
	float: left;
}
.form.amp .month-input.label-2 .form-label {
	width: 100px;
}
.form.amp .month-input .form-input {
	float: left;
}
.form.amp .month-input .input {
	float: left;
	width: 70px;
}
.form.amp .month-input .cost-type {
	float: left;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	margin-left: 10px;
}

.form.amp .month-status,
.form.amp .month-obs, 
.form.amp .month-file {
	float: left;
	margin-left: 10px;
}

.form.amp.freeze .month-obs {
	*float: none;
}

.form.amp .month-file {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.form.amp .month-file .ico {
	line-height: 40px;
	cursor: pointer; 
}

.form.amp .month-file-list {
	display: inline-block;
	margin-bottom: 30px;
}
.form.amp .month-file-list.close {
	display: none;
}

#progressBar {
	background-color: #3E6FAD;
	width: 0px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
}



.report-form .title {
	margin-top: 30px;
	font-size: 16px;
}
.report-form .form.amp {
	margin-top: 30px;
}

.report-form .form-label-group,
.report-form .form-label {
	font-weight: bold;
	font-size: 14px;
}

.report-form .form-row.radio {
	float: left;
	margin-right: 20px;
}

.report-form .report-toolbox {
	font-size: 20px;
	margin-right: 20px;
	color: #323232;
	cursor: pointer;
}

.form.amp.freeze .form-input.radio tt {
	margin-right: 10px;
}
.form.amp.freeze .form-input.text .input {
	line-height: 40px;
}
.form.amp.freeze .form-input.select .input {
	line-height: 40px;
	padding: 0 10px;
}

/*!
*	POPUP
*/

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 90%;
	margin: 20px auto;
	text-align: center;
}
.white-popup.text {
	text-align: left;
}
.white-popup img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}



/*! Print styles | HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*! http://www.phpied.com/delay-loading-your-print-css/ */
/*! Black prints faster: http://www.sanbeiji.com/archives/953 */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
