/*
 * Admin template custome CSS
 */
 /* Extend font size */
 .f-23 {
 	font-size: 23px !important;
 } 
 .f-25 {
 	font-size: 25px !important;
 } 
 .f-27 {
 	font-size: 27px !important;
 }
 .f-30 {
 	font-size: 30px !important;
 }
 
 .v-m {
 	vertical-align: middle !important;
 } 
 .v-t {
 	vertical-align: top !important;
 } 
 .v-b {
 	vertical-align: bottom !important;
 }
 .c-default {
 	color: inherit !important;
 }
 .ad-upper {
 	text-transform: uppercase !important;
 }
 .m-tb-5 {
 	margin-top: 5px !important;
 	margin-bottom: 5px !important;
 }
 .m-tb-10 {
 	margin-top: 10px !important;
 	margin-bottom: 10px !important;
 }
 .m-tb-15 {
 	margin-top: 15px !important;
 	margin-bottom: 15px !important;
 }
 .m-tb-20 {
 	margin-top: 20px !important;
 	margin-bottom: 20px !important;
 }
 .m-tb-25 {
 	margin-top: 25px !important;
 	margin-bottom: 25px !important;
 }
 .m-tb-30 {
 	margin-top: 30px !important;
 	margin-bottom: 30px !important;
 }
 .m-lr-5 {
 	margin-left: 5px !important;
 	margin-right: 5px !important;
 }
 .m-lr-10 {
 	margin-left: 10px !important;
 	margin-right: 10px !important;
 }
 .m-lr-15 {
 	margin-left: 15px !important;
 	margin-right: 15px !important;
 }
 .m-lr-20 {
 	margin-left: 20px !important;
 	margin-right: 20px !important;
 }
 .m-lr-25 {
 	margin-left: 25px !important;
 	margin-right: 25px !important;
 }
 .m-lr-30 {
 	margin-left: 30px !important;
 	margin-right: 30px !important;
 }
 .p-t-7 {
 	padding-top: 7px !important;
 }
 .card-border {
	  background: #fff;
	  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
	  border-radius: 2px;
	  display: inline-block;
	  position: relative;
}
 
 /*Fixing issue when display Vietnamese language*/
 body {
 	font-family: roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
 }
 /*End fixing*/
 .ad-simple {
 	overflow: auto;
 }
 .ad-simple #main {
 	padding-top: 30px;
 }
 body.ad-simple:before {
 	height: 250px;
 }
 .ad-loading-wave {
 	background-image: url("../img/icons/loading-wave.svg");
 	display: inline-block;
 	width: 32px;
 	height: 32px;
 }
 .clear {
 	clear: both;
 }
 .mini-charts-noitem::before {
 	display: none;
 }
 
#main {
	padding-bottom: 30px;
}
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 59px;
}

.easy-pie .number {
  position: absolute;
  font-weight: 300;
  width: 100%;
  line-height: 100%;
  left: 0;
}

.easy-pie .number a {
	color: #5e5e5e;
}


.easy-pie.main-pie .number {
  margin-top: 49px;
  font-size: 50px;
  text-align: center;
}
.easy-pie.main-pie .number:not([class*="c-"]) {
  color: rgba(255, 255, 255, 0.7);
}


.easy-pie.main-pie .pie-title {
  color: #fff;
}

.easy-pie:not(.main-pie) .number {
  font-size: 26px;
  margin-top: 37px;
}

.ad-notify-icon {
	color: gray;
	font-size: 20px;
	margin-top: 10px;
}
.ad-table-table td.select-cell, .ad-table-table th.select-cell {
	width: 70px;
}
.ad-table-table .radio, .ad-table-table .checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ad-table-table .btn-icon {
	height: 35px;
	width: 35px;
	line-height: 37px;
}

.table > thead > tr > th {
	border-bottom: 2px solid #f0f0f0;
}

.ad-table-table > tbody > tr:last-child > td, .ad-table-table > tfoot > tr:last-child > td {
	padding-bottom: 10px;
}

.ad-table-table.p-small > thead > tr > th, .ad-table-table.p-small > tbody > tr > th, .ad-table-table.p-small > tfoot > tr > th, .ad-table-table.p-small > thead > tr > td, .ad-table-table.p-small > tbody > tr > td, .ad-table-table.p-small > tfoot > tr > td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.ad-table-action {
	width: 80px;
}
.ad-table-action.x2 {
	width: 125px;
}
.ad-table-action.x3 {
	width: 170px;
}
.ad-table-action-notext .text {
	display: none !important;
}
.ad-table-table th .sortable > span {
	float: left;
}
.ad-table-table th .sortable > span.icon {
	position: static;
}
.ad-table-footer .show-num {
	float: right;
	margin-right: 20px;
	border: 1px solid #e0e0e0;
	box-shadow: none !important;
	margin-top: 5px;
}
.ad-table-footer .show-num button {
	text-transform: none;
    background: transparent none repeat scroll 0 0;
    box-shadow: none !important;
    height: 30px;
}

.ad-table-table thead th.sort:HOVER {
	cursor: pointer;
}
.ad-table-table thead th span.icon {
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.ad-table-footer, .ad-table-header {
	margin: 0px;
}
.ad-table-header .search {
	width: 100%;
}
.ad-table-hl-col {
	background-color: #F9F9F9 !important;
}
.ad-table-thin > thead > tr > th, .ad-table-thin > tbody > tr > th, .ad-table-thin > tfoot > tr > th, .ad-table-thin > thead > tr > td, .ad-table-thin > tbody > tr > td, .ad-table-thin > tfoot > tr > td {
	padding: 10px 5px;
}
.ad-table-thin > thead > tr > th:first-child, .ad-table-thin > tbody > tr > th:first-child, .ad-table-thin > tfoot > tr > th:first-child, .ad-table-thin > thead > tr > td:first-child, .ad-table-thin > tbody > tr > td:first-child, .ad-table-thin > tfoot > tr > td:first-child {
	padding-left: 10px;
}
.ad-table-thin > thead > tr > th:last-child, .ad-table-thin > tbody > tr > th:last-child, .ad-table-thin > tfoot > tr > th:last-child, .ad-table-thin > thead > tr > td:last-child, .ad-table-thin > tbody > tr > td:last-child, .ad-table-thin > tfoot > tr > td:last-child {
	padding-right: 10px;
}
.ad-table-fat > thead > tr > th, .ad-table-fat > tbody > tr > th, .ad-table-fat > tfoot > tr > th, .ad-table-fat > thead > tr > td, .ad-table-fat > tbody > tr > td, .ad-table-fat > tfoot > tr > td {
	padding: 10px 5px;
} 
.ad-table-fat td {
	line-height: 30px;
}
.ad-table-edit input {
	background: none;
}
.ad-table-edit .bootstrap-select > .btn-default::before {
	background-color: unset;
}

.ad-table-edit .bootstrap-select.btn-group .dropdown-toggle .caret {
	display: none;
}

.ad-table-edit input {
	display: none;
}
.ad-table-edit td.ad-te-editing input {
	display: inline;
}
.ad-table-edit td.ad-te-editing .ad-et-display {
	display: none;
}
.ad-table-edit .ad-fg-line::after {
	display: none !important;
}
.ad-table-edit td:not(.ad-te-editing) .chosen-container-multi .chosen-choices {
	border: none;
}
.ad-table-edit td:not(.ad-te-editing) .chosen-container-multi .chosen-choices .search-choice {
	padding-right: 5px;
}
.ad-table-edit td:not(.ad-te-editing) .chosen-container-multi .chosen-choices .search-choice-close {
	display: none;
}
.ad-table-edit td:not(.ad-te-editing) .bootstrap-select > .btn-default {
	border: none !important;
}
.ad-table-edit td:not(.ad-te-editing) .bootstrap-select > .btn-default::before {
	display: none;
}
.ad-et-actions .btn-xs {
	line-height: 1em;
}
.ad-et-action-cover {
	position: relative;
}
.ad-et-actions {
	background: #f0f0f0;
    bottom: 0;
    margin-bottom: -55px;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    z-index: 1000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    white-space: nowrap;
}
.ad-table-edit tr:not(.ad-te-editing) .ad-et-actions {
	display: none;
}
.ad-table-edit tr.ad-te-editing > td.ad-te-editing .ad-et-actions{
	margin-bottom: -49px;
}
.ad-sl-navigation {
    bottom: -45px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.lc-block {
	margin-top: 0px;
}

.ad-form .fg-line::AFTER {
	display: none;
}
.ad-form .ad-fg-line::AFTER {
  background: #2196f3;
  display: inline;
  width: 100%;
}
.ad-form .fg-float .fg-toggled .fg-label {
	top: -10px;
}
.ad-form .fg-line p {
	padding-top: 8px;
	margin-bottom: 0px;
}
.btn.dropdown-toggle {
	text-transform: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close  {
	background-image: none !important;
}

/* RATING */
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 100px;
  height: 20px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block;
}
/* END RATING*/

.ad-label-left.form-horizontal .control-label {
	text-align: left;
}
.toggle-switch .ts-label {
	padding-top: 0px;
}

.ad-menu-headline {
	padding-left: 5px;
}
.ad-menu-headline i{
	position: absolute;
	left: 5px;
	margin-top: 5px;
}
.ad-menu-headline h2 {
	word-wrap: break-word;
	margin-left: 30px;
}
#ad-tree {
	padding: 10px;
	background-color: #f4f4f4;
}
#ad-tree ul.jqtree-tree .jqtree-title {
	color: black;
}
#ad-tree ul.jqtree-tree .jqtree-element {
	padding-bottom: 2px;
	padding-left: 4px;
}
#ad-tree ul.jqtree-tree li.jqtree-selected > .jqtree-element, #ad-tree ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
	background: #607D8B;
	text-shadow: unset;
}
#ad-tree ul.jqtree-tree li.jqtree-selected > div > .jqtree-title {
	color: white;
}
#ad-tree ul.jqtree-tree .ad-cat-disable .jqtree-title {
	text-decoration: line-through;
	color: gray;
}

.ad-tabs {
	margin-left: -5px;
	margin-right: -5px;
}
.ad-tabs > div {
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.ad-tabs .ad-tab {
	height: 50px;
	text-align: center;
	overflow: hidden;
	background: #607D8B;
	color: white;
	padding: 5px;
}

.ad-tabs .active .ad-tab {
	background: #03A9F4;
}
.note-editor .note-toolbar, .note-popover .note-toolbar, .note-editor .popover-content, .note-popover .popover-content {
	padding: 0px 0px 5px 0px;
}
#chat {
	right: -400px;
	width: 400px;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}
.ad-ef-hover .lv-item:HOVER, .ad-ef-hover .ad-item:HOVER{
	background-color: #ffffdb;
}
.ad-lsbtn-edit {
	position: absolute;
	right: 0px;
	top: 20px;
	margin-right: 10px;
}
.ad-lshead {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 40px;
	text-transform: uppercase;
}

#chat .panel-collapse .panel-heading .panel-title > a {
	font-size: 18px;
	font-weight: lighter;
	padding-top: 7px;
}
#chat .panel-collapse .panel-heading .panel-title > a::after, #chat .panel-collapse .panel-heading .panel-title > a::before {
	height: 1px;
}
.panel-group[data-collapse-color="ad-gray"] .panel-collapse .panel-heading.active .panel-title > a::after {
	background: #e5e5e5;
}

.profile-menu > a {
  background: url(../img/myrental/profile-menu.png) no-repeat right top;
}