@charset "utf-8";

.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

.hr01{
	margin-top: 5px;
	border: 0;
	height: 1px;
	background: #D4D4D4;
	background-image: -webkit-linear-gradient(left, #D4D4D4, #333, #D4D4D4);
	background-image:    -moz-linear-gradient(left, #D4D4D4, #333, #D4D4D4);
	background-image:     -ms-linear-gradient(left, #D4D4D4, #333, #D4D4D4);
	background-image:      -o-linear-gradient(left, #D4D4D4, #333, #D4D4D4);
}

.hr02{
	margin-top: 5px;
	border: 0;
	height: 1px;
	background: #37b6ce;
}

.back-office-index-page-round_image {
	border-radius: 8px;
	width: 120px;
	height: 100px;
	object-fit: cover;
}

.back-office-table-detail-page-round_image {
	border-radius: 8px;
	width: 200px;
	height: 150px;
	object-fit: cover;
}

.box_show{
	width: 92%;
	font-size:14px;
	height: auto;
	color:#000;
	margin-right:auto;
	padding: 10px 5px 0px 20px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFFFF;
	margin-left: 20px;
	padding: 20px;
}

.head_index{
	width:95%;
	font-size:14px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1.5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, rgba(245,245,245,1) 5%,rgba(255,255,255,1) 18%);
	padding: 10px;

	/*-webkit-box-shadow: #000 0 1px 15px;
    -moz-box-shadow: #000 0 1px 10px;
    box-shadow: #000 0 1px 10px;*/
}
.box_show_home{
	width: 92%;
	font-size:14px;
	height: auto;
	color:#000;
	margin-right:auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1.5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, rgba(245,245,245,1) 5%,rgba(255,255,255,1) 18%);
	margin-left: 20px;
	padding: 20px;
	/*-webkit-box-shadow: #000 0 1px 15px;
    -moz-box-shadow: #000 0 1px 10px;
    box-shadow: #000 0 1px 10px;*/
}

.box_show_head{
	width: 92%;
	font-size:18px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1.5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#5ea2f7;
	/*background: linear-gradient(to bottom, rgba(90,160,246,1) 5%,rgba(97,208,249,1) 50%);*/

}

table.table_001.table_001 {
	border-spacing: 0;

} /* IMPORTANT, I REMOVED border-collapse: collapse; FROM THIS LINE IN ORDER TO MAKE THE OUTER BORDER RADIUS WORK */

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:none;
}


/*
Table Style - This is what you want
------------------------------------------------------------------ */
table.table_001 a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.table_001 a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.table_001 a:active,
table.table_001 a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.table_001 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	width:85%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.table_001 th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.table_001 th:first-child{
	text-align: left;
	padding-left:20px;
}
table.table_001 tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.table_001 tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.table_001 tr{
	text-align: center;
	padding-left:20px;
}
table.table_001 tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.table_001 tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.table_001 tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.table_001 tr:last-child td{
	border-bottom:0;
}
table.table_001 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.table_001 tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.table_001 tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
/* table 002 */
.table_002 tr { height: 50px; }
/* table 002 */

.inputs  {
	padding: 6px;
	border-radius: 3px;
	border: 1px solid #CCC;
	background-image: none;
	width:200px;
}
.inputs:focus {
	outline-color: #54B4AD;
}

/* START BUTTON*/
.btn001 {
	border: 1px solid #8ec1da;
	background-color: #ddeef6;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
	-o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
	-webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
	-moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
	color: #3985a8;
	text-shadow: 0 1px #fff;
	padding: 5px 30px;
	cursor:pointer;
}
.btn001:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #cbe6f2 5%, #cbe6f2 100%);
	background:-webkit-linear-gradient(top, #cbe6f2 5%, #cbe6f2 100%);
	background:-o-linear-gradient(top, #cbe6f2 5%, #cbe6f2 100%);
	background:-ms-linear-gradient(top, #cbe6f2 5%, #cbe6f2 100%);
	background:linear-gradient(to bottom, #cbe6f2 5%, #cbe6f2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.btn001:active {
	position:relative;
	top:1px;
}

.box_payment_ex_fail {
	width: 97%;
	font-size:13px;
	height: 30px;
	color:#D0451B;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px 0px 20px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFF66;
}

.box_payment_ex_success {
	width: 97%;
	font-size:13px;
	height: 30px;
	color:#00CC00;
	margin-left:auto;
	margin-right:auto;
	margin-top : 10px;
	margin-bottom : 10px;
	padding: 10px 5px 0px 20px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#F0F8FF;
}

.btn002 {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);

	background-color:#89c403;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	border:1px solid #74b807;

	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;

	text-shadow:0px 1px 0px #528009;

}
.btn002:hover {

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);

	background-color:#77a809;
}
.btn002:active {
	position:relative;
	top:1px;
}

.btn003 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.btn003:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.btn003:active {
	position:relative;
	top:1px;
}

.back-office-header-logo {
	max-height: 40px;
	border-radius: 6px;
}

.catalog-project-index-cover {
	object-fit: cover;
	height: 250px;
}

.catalog-project-portfolio-cover {
	object-fit: cover;
	height: 410px;
}