@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

body {
	font-family: "Open Sans";
  font-weight: 400;
  background-color: #F1F4F5;
}

p {
  margin: 0 0;
}

a, a:active, a:focus, a:hover {
/*  color: #222222;*/
  text-decoration: none;
}

label {
	font-weight: normal;
}

th {
  text-align: left;
}

td {
  /*word-break: break-all;*/
}

textarea {
  resize: vertical;
}

.btn,
.form-control {
  border-radius: 0;
  font-weight: 400;
}

.btn,
.btn:active,
.btn:hover,
.btn:focus {
  outline: none ;
}

ul.no-list {
  list-style: none ;
}

.form-control {
  box-shadow: none;
	transition: none;
}

.form-control:focus {
  border-color: #6f6f6f;
	box-shadow: none;
}

.badge {
  text-indent: 0;
	background-color: red;
	margin-left: 5px;
}

.input-group-addon {
  border-radius: 0;
}

.pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.bg-white { background-color: #ffffff; }
.bg-gray { background-color: #efefef; }

/*-----------------------------------------
   LOGIN
-----------------------------------------*/

.vertical-center {
  min-height: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.notification {
  width: 320px;
}

.login-box {
	width: 100%;
  padding: 20px;
	background-color: #fff;
}

.login-logo {
  width: 100px;
	margin-bottom: 10px;
}

.btn-login {
  padding: 10px 50px;
  color: #ffffff;
  background-color: #222222;
  text-transform: uppercase;
}

.btn-login:active,
.btn-login:focus,
.btn-login:hover {
	color: #ffffff;
  background-color: #333333;
}

.no-pad { padding: 0; }
.no-pad-top { padding-top: 0; }
.no-pad-bot { padding-bottom: 0; }
.no-pad-left { padding-left: 0; }
.no-pad-right { padding-right: 0; }

.pad-top-1x { padding-top: 10px; }
.pad-bot-1x { padding-bottom: 10px; }
.pad-left-1x { padding-left: 10px; }
.pad-right-1x { padding-right: 10px; }

.no-margin { margin: 0 0; }
.no-margin-top { margin-top: 0; }
.no-margin-bot { margin-bottom: 0; }
.no-margin-left { margin-left: 0; }
.no-margin-right { margin-right: 0; }

.margin-top-1x { margin-top: 10px; }
.margin-bot-1x { margin-bottom: 10px; }
.margin-left-1x { margin-left: 10px; }
.margin-right-1x { margin-right: 10px; }

.margin-top-2x { margin-top: 20px; }
.margin-bot-2x { margin-bottom: 20px; }
.margin-left-2x { margin-left: 20px; }
.margin-right-2x { margin-right: 20px; }

.margin-top-3x { margin-top: 30px; }
.margin-bot-3x { margin-bottom: 30px; }
.margin-left-3x { margin-left: 30px; }
.margin-right-3x { margin-right: 30px; }

.margin-top-4x { margin-top: 40px; }
.margin-bot-4x { margin-bottom: 40px; }
.margin-left-4x { margin-left: 40px; }
.margin-right-4x { margin-right: 40px; }

/*-----------------------------------------
   sidemenu custom
-----------------------------------------*/

.panel-default {
  border-color: none;
}

.panel {
  margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.dropdown-body {
  padding: 0 0;
	background-color: #f5f5f5 ;
}

.dropdown-body ul li {
  list-style: none;
}

.dropdown-body ul li a {
  padding-left: 20px;
}

/*-----------------------------------------
   content style
-----------------------------------------*/

#content-topbar {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 1px 0 3px rgba(0,0,0,.15);
	z-index: 1000;
}

.toggle-menu {
	float: left;
}

.topbar-menu {
	position: fixed;
	right: 0;
}

.notif-container {
  position: relative;
	width: 100%;
	height: 100%;
}

#page-content-wrapper {
	min-height: 615px;
  padding-top: 60px;
}

.page-title {
  font-size: 24px;
	margin-bottom: 0;
}

.box {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
  border-top: solid 2px #83e502;
}

.box-plain {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
}

.box-title {
	width: 100%;
	padding: 10px 20px;
}

.box-title h2 {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
  font-size: 18px;
}

.box-content {
  padding: 0 20px 20px 20px;
}

.pricing {
	padding: 20px 40px;
}

.box-footer {
  padding: 10px 20px;
	border-top: solid 1px #dadada;
}

.xs { width: 50px; }
.short { width: 100px; }
.med { width: 150px; }
.long { width: 200px; }
.longer { width: 300px; }

.fourth { width: 25%; }
.half { width: 50%; }

.img-resp { width: 100%; }
.img-prev { height: 100px; }
.img-prev-m { height: 80px; }
.img-prev-s { height: 50px; }

.action-group {
  padding-top: 15px ;
	padding-bottom: 15px ;
}

.breadcrumb {
  font-size: 13px;
	padding-top: 0;
	padding-left: 0;
	background-color: #F1F4F5;
}

.breadcrumb a {
  text-decoration: none;
}

.link-hover {
  cursor: pointer;
}

table tr {
  /*cursor: grab;*/
}

footer {
  padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
}

.circle {
  border-radius: 50%;
}

.bold {
  font-weight: bold;
}

.grid-group img {
  width: 100%;
}

.grid-item {
	position: relative;
  cursor: move;
	margin-bottom: 20px;
}

.btn-group-gallery {
  position: absolute;
	bottom: 55px;
	left: 15px;
}

.status-green {
  padding-left: 5px;
  padding-right: 5px;
  background-color: green;
  color: #fff;
}

.status-red {
  padding-left: 5px;
  padding-right: 5px;
  background-color: red;
  color: #fff;
}

.ico-sosmed {
  margin-top: 2px;
  margin-right: 17px;
}

.well {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.thumbnail {
  margin-bottom: 0;
}

#map-canvas {
  width: 100%;
  min-height: 400px;
  background-color: #dadada;
}

.filter-group {
  padding-right: 0;
}

.nav-pills>li>a {
  border-radius: 0;
}

#tabs .active {
  background-color: transparent;
}

#my-tab-content .active {
  background-color: transparent;
  color: #222222;
}

.status {
  padding: 5px 5px;
  color: #ffffff;
}

.status.green {
  background-color: #5cb85c;
}

.status.red {
  background-color: #d9534f;
}

.lang {
  padding-left: 22px;
  background-position: left;
  background-repeat: no-repeat;
}

.lang.en { background-image: url(../../images/admin/ico-lang-en.gif); }
.lang.id { background-image: url(../../images/admin/ico-lang-id.gif); }
.lang.jp { background-image: url(../../images/admin/ico-lang-jp.gif); }

.tab-content .active,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: #fff;
}

#my-tab-content {
  margin-top: 10px;
}

.morelink,
.morelink:active,
.morelink:focus,
.morelink:hover {
  text-decoration: none ;
  color: #2d71ae;
}

.browse {
  width: 300px;
}

.text-gray { color: #999999; }
.text-red { color: #cd0000; }

.disc-price {
  line-height: 1 ;
  text-decoration: line-through;
}

.bootstrap-tagsinput .label-info {
  background-color: #2d2d2d;
}

.tile {
  margin-bottom:30px;
  background-color:#29983a;
  color:#fff;
  transition:all 1s;
}

.tile:hover {
  opacity:0.95;
}

.tile-heading {
  padding:5px 8px;
  text-transform:uppercase;
  background-color:#2cb742;
  color:#fff;
}

.tile-body {
  padding:15px;
  color:#ffffff;
  line-height:48px;
}

.tile .tile-body i {
  font-size:50px;
  opacity:0.3;
  transition:all 1s;
}

.tile:hover .tile-body i {
  color:#ffffff;
  opacity:1;
}

.tile .tile-body h2 {
  font-size:42px;
  margin:0;
}

.tile-footer {
  padding: 5px 8px;
  background-color: #218230;
}

.tile a {
  color: #ffffff;
}

#product-list>.nav>li>a {
  font-size: 13px;
  padding-left: 12px;
  padding-right: 12px;
}

.upload-box {
  padding: 15px 0;
}

.dragable tbody tr {
  cursor: move ;
}

/*==================================*/
/* PROMOTE PROPERTY                 */
/*==================================*/

#loc {
  height: 300px;
}


/*==================================*/
/* GALLERY                          */
/*==================================*/

.photo-item {
  border: 5px solid #fff;
  cursor: pointer;
  margin-bottom: 15px;
  
  width: 100%;
  height: 100%;
  
  position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}

.photo-item img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

.photo-item:hover {
  border-color: #eeeeee;
}

.photo-item.selected {
  border-color: #2cb742;
}

/*------------------------------------------
  BOOKING
--------------------------------------------*/

.unread td {
  font-weight: bold;
}

/*------------------------------------------
  modal style
--------------------------------------------*/

.vertical-alignment-helper {
	display:table;
	margin:0 auto;
	height: 100%;
	/*width: 100%;*/
	pointer-events:none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}

.modal-content {
	width:inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events:all;
	border: none;
	border-radius: 0;
}

body.modal-open {
	overflow: hidden;
}

.input-file-right {
  padding-top: 10px;
	padding-left: 0;
}

.contact-info {
	margin-bottom: 10px;
}

.show-home {
  margin-top: 10px;
}

.show-home label {
  font-weight: normal;
	padding-left: 5px;
}

.program-feature {
	margin-bottom: 10px;
  padding-left: 30px;
	background-image: url(../../imags/admin/ico-checklist.png);
	background-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white ;
  cursor: text ;
}

.modal-body .tbl-category {
  height: 240px;
  overflow-y: scroll;
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
}

/*-----------------------------------------
   custom checkbox
-----------------------------------------*/
/*
.checkbox {
  padding:5px 0 5px 20px;
  margin:0;
}

.checkbox.child {
  padding-left: 45px;
}

.checkbox:last-child {
  border-bottom:none;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  line-height:1.42857;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top:3px;
  margin-left: -20px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
       -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
          transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox-primary input[type="checkbox"]:checked + label:before {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.checkbox-primary input[type="checkbox"]:checked + label:after {
  color: #ffffff;
}
*/
/*------------------------------------------
  Toggle Checkboxes by Schoberg.net
--------------------------------------------*/

div.tog {
	display: block;
	//margin: 0 auto;
	height: 30px;
	width: 80px;
	position: relative;
	cursor: pointer;
	font: 14px;
	background: #ccc;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

div.tog:after {
	content: '';
	display: block;
	height: 20px;
	width: 30px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

div.tog:before {
	content: 'NO';
	position: absolute;
	right: 11px;
	top: 5px;
	color: #fff
}

div.tog:hover:after {
	left: 10px;
}

div.tog.on:before {
	content: 'YES';
	right: 48px;
}

div.tog.on {
	background: #2d72af;
}

div.tog.on:after {
	left: 45px;
}

div.tog.on:hover:after {
	left: 40px;
}

/*------------------------------------------
  responsive style
--------------------------------------------*/

@media (min-width:768px) {
	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.navbar-dropdown>li>a {
	  padding-top: 10px;
		padding-bottom: 10px;
	}
}















