@charset "utf-8";
/* CSS Document */

body {
	background-color:#ECF0F5;
	font-size: 13px;
	line-height: normal;
}
body, p, div, span {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #333333;
}
a:hover {
	color: #cc0000;
}
.container {
	max-width: 900px;
	width: 100%;
/*	background-color: #fff;*/
}
.container-non-responsive {
	/* Margin/padding copied from Bootstrap */
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	/* Set width to your desired site width */
	width: 960px;
	background-color: #fff;
}
/* ============== */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
 @media (min-width: 1200px) {
.col-lg-15 {
	width: 19%;
	float: left;
}
}
/* ============== */
.topheader {
	padding: 10px 0px 5px;
}
.headerlogo {
	margin: 3px 20px;
	float: left
}
.headerlogo img {
	margin: 5px 10px;
	max-height:100px;
	border:0;
}
.textsimpoda {
	float: left;
	margin: 10px 20px 10px 0px;
	padding-left: 20px;
}
.textsimpoda h1 {
	margin: 0;
	padding: 14px 0 0;
	font-size: 30px;
	font-weight: bold;
}
.textsimpoda h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.colform {
	padding: 15px;
	margin: 20px 20px 0px 10px;
}
.colform input[type=email], .colform input[type=password], .colform input[type=text] {
	background-color: #ddd;
}
.searchmerchant .btn {
	padding: 0 14px;
}
.colform .btn-default {
	background-image: linear-gradient(to bottom, #c70000 0px, #9e0000 100%);
	background-repeat: repeat-x;
	border: none;
	color: #fff;
}
.colform .btn-default:hover, .colform .btn-default:active {
	background-color: #c70000;
	background-image: linear-gradient(to bottom, #9e0000 0px, #c70000 100%);
}
/* ============== */
.boxintro {
	padding-top: 15px;
	margin: 5px;
}
.boxintro h3 {
	margin: 0 0 10px;
	font-size: 18px;
}
.owl-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}
.owl-controls .owl-nav {
	position: relative;
}
.owl-controls .owl-nav .owl-prev {
	background: url(../icon/arrowleft.png);
	width: 25px;
	height: 51px;
	text-indent: -99999px;
	display: inline-block;
	margin-left: -25px;
	float: left;
}
.owl-controls .owl-nav .owl-next {
	background: url(../icon/arrowright.png);
	width: 25px;
	height: 51px;
	text-indent: -99999px;
	display: inline-block;
	margin-right: -25px;
	float: right;
}
.mobilemenu {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.mobilemenu li {
	padding: 4px 0;
	margin: 3px 0;
	border-bottom: 1px solid #e06666;
}
.mobilemenu li:nth-child(3) {
	border-bottom: none
}
.mobilemenu li a {
	color: #fff;
}
.mobilemenu li a:hover {
	color: #fff;
	text-decoration: none;
}
.mobilemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.mobilemenu ul li {
	border-bottom: none
}
/* ============== */
.boxlogo {
	padding: 20px;
}
.boxlogo h3 {
	color: #d41117;
	margin: 0 0 10px;
	font-size: 18px;
}
.logolist div {
	border: 1px solid #eeeeee;
	margin-right: 10px;
	width: 160px;
}
.imgcenter {
	height: 140px;      /* equals max image height */
	white-space: nowrap;
	text-align: center;
	margin: 1em 0;
	background-color: white;
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.imgcenter img {
	background: transparent;
	max-height: 100px;
	max-width: 140px;
}
/* ============== */
.footer {
	background-color: #f3f3f3;
	padding: 20px 20px 10px;
	margin-top: 30px;
}
/* ============== */
.adminheader {
	background: url(../icon/admin-header-line.png) bottom left repeat-x;
	min-height: 128px;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
}
.fc-button {
	border-color: transparent;
	border-radius: 3px;
	font-size: 13px;
	outline: medium none !important;
	padding: 0 16px;
}
.btn-label {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
	border-radius: 3px 0 0 3px;
	display: inline-block;
	left: -18px;
	padding: 7px 18px;
	position: relative;
}
.btn-warning {
	background-color: #ff902b;
	color: #ffffff;
}
.sidebar-nav {
	padding: 9px 0;
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
.pagetitle {
	color: #d41117;
	margin: 0 0 10px;
	font-size: 18px;
}
/* ============== */
.headerlistmerchant {
	margin-bottom: 20px;
}
.content {
	margin-bottom: 20px;
}
.table-listmerchant thead tr th {
	background-color: #cc3333;
	border: 1px solid #fff;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.table-listmerchant tbody tr td {
	vertical-align: middle;
	text-align: left;
}
.table-listmerchant > .table-bordered > tbody > tr > td:nth-child(1), .table-listmerchant > .table-bordered > tbody > tr > td:nth-child(5) {
	text-align: center;
}
/* cols 2 image */
.table-listmerchant > .table-bordered > tbody > tr > td:nth-child(2) {
	vertical-align: middle;
	text-align: center;
}
.table-listmerchant > .table-bordered > tbody > tr > td:nth-child(2) img {
	max-width: 160px;
	height: auto;
}
.editmerchant, .delmerchant, .activemerchant {
	display: inline-block;
	font-size: 16px;
	margin: 0 3px;
}
.editmerchant {
	color: #00c613
}
.delmerchant {
	color: #cc3333
}
.activemerchant {
	color: #ffd200
}
.editmerchant:hover {
	color: #008d0e
}
.delmerchant:hover {
	color: #c80000
}
.activemerchant:hover {
	color: #ffdf4b
}
.tablepagination .pagination > li > a {
	margin : 0 1px;
	bordeR: none;
	background-color: #d64646;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tablepagination .pagination > li > a:hover {
	background-color: #a40000;
}
.tablepagination .pagination > li.disabled a {
	background-color: #f1c4c4;
	color: #fff;
}
/* ============== */
.footer2 {
/*	background: none !important;*/
	margin-top: 20px;
/*	color: #fff !important;*/
	font-size: 11px;
/*	max-width: 900px;*/
	width: 100%;
	padding: 15px 0;
	text-align:center;
}
/* ============== */
.navmenu {
	padding-top: 30px;
}
.navmenu .nav > li {
	margin: 0;
	border-right: 1px solid #eee;
}
.navmenu .nav > li:nth-child(3) {
	border-right: none
}
.navmenu .nav > li > a {
	padding: 5px 8px;
	margin: 0 10px;
	color: #000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.navmenu .nav > li > a:hover, .navmenu .nav > li > a:focus {
	text-decoration: none;
	background: #fff352;
}
.navmenu .nav-pills > li.active > a, .navmenu .nav-pills > li.active > a:hover, .navmenu .nav-pills > li.active > a:focus {
	background: #fff352;
	color: #000;
}
.navmenu .dropdown-menu {
	background-color: #fff352;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
}
.navmenu .dropdown-menu > li > a:hover, .navmenu .dropdown-menu > li > a:focus {
	color: #fff352!important;
	text-decoration: none;
	background-color: #F00 !important;
}
.dropdown-menu .sub-menu {
	left: 101%;
}
/* ============== */
.logoutadmin {
	padding-top: 35px;
}
.logoutadmin a {
	color: #000;
}
.logoutadmin a:hover {
	color: #cc0000;
}
/* ============== */
.textinbox {
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 0 0 15px;
}
.textinbox p {
	margin: 10px 0;
}
.textinbox blockquote {
	margin: 10px 0;
	font-weight: normal;
	font-size: 12px;
}
.formwrap, .tablediv {
	margin: 0 0 15px;
}
/* TABLE STYLE 1 */
.tablestyle1 th {
	background: #cd2d2d;
	color: #fff;
	font-weight: bold;
}
.tablestyle1 tbody tr:nth-child(odd) td {
	background: #ffeeee;
}
.tablestyle1 tbody tr:nth-child(even) td {
	background: #fff;
}
.tablestyle1 > thead > tr > th, .tablestyle1 > tbody > tr > th, .tablestyle1 > tfoot > tr > th, .tablestyle1 > thead > tr > td, .tablestyle1 > tbody > tr > td, .tablestyle1 > tfoot > tr > td {
	border: 1px solid #ddd!important;
}
/* TABLE STYLE 2 */
.tablestyle2 th {
	background: #333;
	color: #fff;
	font-weight: bold;
}
.tablestyle2 tbody tr:nth-child(odd) td {
	background: #eee;
}
.tablestyle2 tbody tr:nth-child(even) td {
	background: #fff;
}
.tablestyle2 > thead > tr > th, .tablestyle2 > tbody > tr > th, .tablestyle2 > tfoot > tr > th, .tablestyle2 > thead > tr > td, .tablestyle2 > tbody > tr > td, .tablestyle2 > tfoot > tr > td {
	border: 1px solid #ddd !important;
}
.headingtitle {
	color: #d41117;
	display: inline-block;
	margin:0;
}
.title1 {
	text-transform: uppercase;
	color: #d41117;
	font-size: 16px;
	font-weight: bold;
}
.title2 {
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:5px;
}
.inputlogin {
	height: 26px;
	border: none;
/*	background-color: #dddddd;*/
	font-size: 12px;
	margin-right: 5px;
}
.btnlogin {
	height: 26px;
	border: none;
	font-size: 12px;
	margin-right: 5px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	background: gray;
}
nav {
	padding: 0px!important;
	margin: 0px !important;
}
.navbar-header {
	background-color: #fff !important;
	margin: 0px !important;
}
.navbar .row {
	background-color: #fff;
	margin-left:-15px;
	margin-right:-15px;
}

#map-canvas {
	width: 800px;
	height: 400px;
	background-color: #CCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px
}

.owl-carousel img {height:300px}


/* Medium Devices, Desktops */
@media screen and (max-width: 1024px) {
/*.textsimpoda h1 {color: #F69;}*/
}



/* Small Devices, Tablets */
@media screen and (max-width: 768px) {
.owl-carousel img {height:200px}
.headingtitle {color:white}
.textsimpoda {
	margin: 0;
	float:none;
	padding-left: 10px;
}
.textsimpoda h1 {
	padding: 8px 0 0;
	font-size: 24px;
}
.headerlogo {
	float: none;
	text-align:center;
}
.boxintro {
	padding-top: 15px;
	margin: 0;
}
.boxintro h3 {
	font-size: 16px;
}

.logolist div {
	margin-right: 15px;
	width: 140px;
}
.colform {
	background: #44a;/*#a00000;*/
	margin: 0 auto;
	color: #fff;
}
.colform .form-group {
	display: inline-block;
	margin-bottom: 5px;
}
.colform input {
	display: inline-block;
/*	width: 100%;*/
}
.colform input[type=email], .colform input[type=password], .colform input[type=text] {
	background-color: #fff;
}
.colform .btn-default {
	background-image: linear-gradient(to bottom, #343434 0px, #595959 100%);
	background-repeat: repeat-x;
	border: none;
	color: #fff;
}
.colform .btn-default:hover, .colform .btn-default:active {
	background-color: #343434;
	background-image: linear-gradient(to bottom, #595959 0px, #343434 100%);
}
.owl-controls {
	display: none;
}
}



/* Extra Small Devices, Phones */
@media screen and (max-width: 640px) {
.textsimpoda h1 {
	margin: 0;
	padding: 8px 0 0;
	font-size: 22px;
	font-weight: bold; /*color: red*/
}
.textsimpoda h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.headerlogo img {
	border:0;
	width: auto;
	height: auto;
}
.colform .form-group {
	display: inline-block;
	width: 40%;
}
.imgcenter {
	height: 100px;
}
.imgcenter img {
	max-width: 80px!important;
	height: auto;
}
}



/* Custom, iPhone Retina */
@media screen and (max-width: 480px) {
/*
.textsimpoda h1 {color: yellow;}
*/
.textsimpoda h1 {
	margin: 0;
	padding: 5px 0 0;
	font-size: 20px;
	font-weight: bold;
}
.textsimpoda h6 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.headerlogo img {
	border:0;
	width: auto;
	height: auto;
}
}
 @media only screen and (max-width: 768px) {
.title2 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.headerlogo img {
	border:0;
/*	width: auto;*/
	max-height: 60px;
}
}


/* =Media Queries

-------------------------------------------------------------- */

@media all and (max-width: 640px) {
}

.logolist div {
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 3px gray;
	-moz-box-shadow: 2px 2px 3px gray;
	box-shadow: 2px 2px 3px gray;
}
