
body, html {font-family: 'Arimo', sans-serif;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.ajax-save-report ul {
	margin-left:-40px;
	float:left;
}
.ajax-save-report ul li {
    display: block;
    float: left;
    width: auto;
    margin: 15px 15px 0px 0;
    padding: 0;
    background-color: rgba(128, 162, 74, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 6px 18px;
    color: #FFF;
}

a.nav-expander {
  /*background: none repeat scroll 0 0 #59A5ED;*/
  background-color:#59A5ED;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: -15px;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 135px;
  z-index: 12;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 15em;
}

nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 15em;
  z-index: 9999;
  opacity: 0.98;
  
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}
.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}

.main-menu {
  padding-top: 0px;
}

.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 20px;
  font-size: 16px;
  padding: 12px;
  cursor:pointer;
}

.main-menu li a {
	color: inherit;
}

.main-menu li a:hover {
	text-decoration: none;
}

.main-menu li {
  color: #6F7D8C;
  text-decoration: none;
  font-weight: normal;
  border-left:5px solid #2E3034;  
}

.main-menu li:hover {
  color: #ccc;
  border-left:5px solid #A32411;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
  list-style: disc outside none;
  color: #6F7D8C;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
	float:right;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	float:right;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.list-item, .media-list {
	border-right:5px solid #fff;
	cursor:pointer;
}
#list-container .item-kota:hover, .list-item:hover, .media-list:hover {	
	border-right:5px solid #E74C3C;
}

.item-kota img:hover {
	opacity: 1;
}

.cat-button-sidebar {
	font-size: 12px;
    width: auto;
    margin: 15px 15px 0px 0;
    padding: 0;
    background-color: #00A69C;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 5px 8px;
    color: #FFF;
	cursor: pointer;
}
.newest-item .alert, .bacaan {
	cursor:pointer;
	border-top:2px solid #fff;
}

#index .item-kota {
	border-top:2px solid #fff;
	cursor:pointer;
}
.newest-item .alert:hover, .bacaan:hover {
	border-top:2px solid #E74C3C;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.admin-stok-image {
	width: 100%;
	margin-bottom: 10px;
}

div.show-image {
    position: relative;
    float:left;
	margin-bottom: 10px;
}
div.show-image img {
	width: 100%;	
}
div.show-image:hover img{
    opacity:0.9;
}
div.show-image:hover .btn-container {
    display: block;
}
div.show-image .btn-container {
    position:absolute;
    display:none;
	top:70%;
	left:0;
	padding: 5%;
}
div.show-image:hover .image-desc-container {
    display: block;
}
div.show-image .image-desc-container p {
	font-weight: bold;
}
div.show-image .image-desc-container {
    position:absolute;
    display:none;
	top:0;
	left:0;
	padding: 5%;
	background: rgba(0,0,0,0.4);
	width:100%;
	color:#fff;
}
div.show-image .btn-container .btn {
	margin-right: 20px;
	margin-bottom: 20px;
}

div.show-image .image-pros-res {
    position:absolute;
    display:none;
	top:0;
	left:0;
	padding: 5%;
	color:#fff;
}

#retval {
}

.spek-rumah {
	min-width:210px;
	margin: 10px 10px 5px 0;
	font-size: 15px;
	font-weight:bold;
	-webkit-user-select:text;
	-moz-user-select:text;
	-ms-user-select:text;
	-o-user-select:text;
	user-select:text
}

.green {
	background-color: #3CB54E;
	border-color: #3CB54E;
	color: #fff;
}

.red {
	background-color: #B00002;
	border-color: #B00002;
	color: #fff;
}

.draft {
	background-color: #C3C3C3;
	border-color: #C3C3C3;
	color: #000;
}

.green:hover, .red:hover { color:#fff; }

.broker-label {
	width:100%;
	margin-bottom: 20px;
	font-size: 17px;
}

.shadow {
	text-shadow: 1px 1px 1px #000, 3px 3px 5px #3B3B3B;
}

.shadow-light {
	text-shadow: 1px 1px 0px #000, 1px 1px 0px #e1e1e1;
}

.ajax-loader {
	width:100px;height:12px;
}

.agent-contacts-list {
    list-style: none;
    margin-bottom: 25px;
    padding: 0;
}

.agent-contacts-list > li {
    padding: 3px 0;
}

svg:not(:root) {
    overflow: hidden;
}
.contacts-icon-container {
    width: 15px;
    height: 15px;
    margin-right: 0px;
    vertical-align: -2px;
}

.modal-dialog {
    top: 80px;
}

.modal-open {
	overflow:auto !important;
}

.modal-backdrop
{
    opacity:0.2 !important;
}

.current {
	display:block;
}

.circle-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 22px;
  font-weight:bold;
  line-height:30px;
  color: #000;
  text-align: center;
  background: #fff;
  float:left;
  margin:-5px 10px 0 0;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

::selection {
	color: #000; 
    background: #FFAA2A;
}

#bottom-editor-menu {
	width:100%;
    padding:15px;
    height: auto;
    position: fixed;
	bottom:0;
    background: #fff;
	text-align: center;
	z-index:195;
	box-shadow: 2px 2px 5px #888888;
}

#deskripsi:focus {
    outline: none;
}

#list-container ul li, #deskripsi ul li {
	margin-bottom:10px;
}

.square {
    float:left;
    position: relative;
    width: 100%;
    padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important; 
}

#newest-list ul {
	list-style: none;padding-left: 0;
}

#newest-list ul li {
	font-size: 18px;cursor: pointer;width: 100%;min-height: 30px;padding: 15px 0;border-bottom: 1px solid #e1e1e1;
}

#newest-list ul li.last {
	border-bottom:none;
}

#newest-list ul li.first {
	padding: 0 0 15px 0;
}

.disabled-element {
    pointer-events: none;
}

.navbar-inverse {
	/* background-color: #000 !important; */
}


.tooltiptext {
    position: absolute;
    width: auto;
    background-color: #FFD455;
    color: #000;
    text-align: center;
    padding: 2px 15px 5px;
    border-radius: 6px;
    z-index: 1;
	margin-top:40px;
	margin-left:-50px;
}

#menu-designer-container .block {
    display: block;
    width: auto;
    margin: 15px 15px 0px 0;
    padding: 0;
    background-color: rgba(128, 162, 74, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 6px 8px;
    color: #FFF;
}

#zoom-container {
    position: fixed;
    top: 50px;
    left: 0;
    min-width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    z-index: 1033;
    opacity: 1;
    margin: 0px auto;
    display: none;
}

#zoom-center {
    max-width: 100%;
    padding: 5% 15px;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

#zoom-image {
	max-height:90%;
}

#zoom-mask {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    z-index: 1033;
    opacity: 0.7;
    display: none;
}

/*	Gallery 1
*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */

.isotope-gallery-container .col-md-3
{
    margin-right: -1px;
}

.gallery-item-wrapper
{
    padding-bottom: 25px;
}

.gallery-item
{
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.flush .gallery-item
{
    border-radius: 0;
}

.gallery-item .gallery-thumb
{
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img
{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

.gallery-item:hover .gallery-thumb img
{
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay
{
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay
{
    opacity: 0.30;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover, .gallery-item .gallery-thumb .gallery-link:hover
{
    background-color: #1ABC9C;
    color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-zoom:focus, .gallery-item .gallery-thumb .gallery-link:focus
{
    outline: none;
}

.gallery-item .gallery-thumb .gallery-link
{
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom
{
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom
{
    display: block;
    left: 50%;
    margin-left: -22px;
}

.gallery-item:hover .gallery-thumb .gallery-link
{
    display: block;
    right: 50%;
    margin-right: -48px;
}

.gallery-item .gallery-details
{
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5
{
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.gallery-item .gallery-details p
{
    font-size: .9em;
}

.typeahead-item {
	margin-bottom:0 !important; padding:1px;
}
.typeahead-item .popover {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 120px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index:99999 !important;
}

.typeahead-item .popover .arrow{
	display: none;
}
 
.typeahead-item .popover.out {
    display: none;
}
 
.typeahead-item .popover-content {
    padding: 0;
}
 
.typeahead-item .popover-content img {
    width: 100%;
    height: 100%;
}

.editor-splitter {
	border: 2px dotted #e1e1e1;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image {padding: 5px 10px 0 0;}

.image .topBar {
	background: #666;
	min-height: 30px;
	color:#666;
	clear:both;
}

.image .btn-youtube-option {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1029;
	font-size:10px;
}

.pdf-outer-block {margin:25px 0px 0px 0px;}
.pdf-inner-block {width:100%;clear:both;float:left;border:1px dotted #ccc;padding:10px}
.pdf-icon {width:20%;float:left;}
.pdf-icon img {max-width:70%;}
.pdf-detail {width:75%;float:left;padding-left:10px;overflow-wrap: break-word;}
.pdf-link {text-align:right;padding-top:10px;}

.youtube-outer-block {
	padding: 0px 10px 0 0;
	margin-top:30px;
}

.table-outer-block {
	margin-top:25px;
}

.wrapper-fixed {position:fixed}

table {
    border-collapse: collapse;
	width:100%;
}

table, th, td {
    border: 1px solid #ccc;
	padding:10px;
}

.media-float-right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

#content-image-editor .btn {font-size:10px!important;}

.media-upload-loader {text-align:left}
.media-upload-loader img {width:60px }

.full-width-separator {width:100%;border-top:1px solid #ccc;margin:24px 0}
