@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
	text-rendering: optimizeLegibility;
	/*background: #f9f9f9;*/
}
*{outline:none!important}
button:active,
button:focus{outline: none!important}
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a{
	color: #166583;
    text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus{
	color: #e66c0b;
}
.page-header {
	vertical-align: middle;
	margin: 45px 0 25px 0;
	padding: 0;
	border-bottom: none;
}
.page-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #4c4d5a;
	display: inline-block;
	margin: 0;
}
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0 10px;
}
.breadcrumb li a {
	color: #999999;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.breadcrumb li:last-child a {
	color: #1e91cf;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;
}
a:hover, a:focus {
	text-decoration: none;
}
/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	min-height: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
}
#header .nav > li {
	float: left;
}
#header .nav > li li {
	min-width: 200px;
}
#header .navbar-header {
	min-height: 0px;
	padding: 0;
}
/* Mobile */
@media (max-width: 767px) {
	#header .navbar-header {
		margin-right: 0px;
		margin-left: 0px;
		float: left;
	}
}
.navbar-brand {
	padding: 4px 10px;
	margin-right: 10px;
	height: auto;
}
#header .nav > li > a {
	padding: 3px 16px;
	line-height: 38px;
	cursor: pointer;
	color: #6D6D6D;
	border-left: 1px solid #E1E1E1;
}
#header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}
#button-menu {
	padding: 10px 15px 9px 15px;
	line-height: 25px;
	float: left;
	display: inline-block;
	cursor: pointer;
	color: #282e41;
	border-right: 1px solid #E1E1E1;
}
#user-profile i.fa-user-circle{
	color: #19222E;
    font-size: 32px;
    vertical-align: middle;
    margin-right: 5px;
}
#column-left #navigation {
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    color: #FFFFFF;
    background: #19222E;
    display: none;
}
#column-left.active #navigation {
	display: block;
}
#profile {
	padding: 10px 15px 10px 15px;
}
#profile .open{
	display: none;
}
#profile .closed{
	display: block;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#profile a{
	color: #fff;
}
#profile a:hover{
	color: #e66c0b;
}
#column-left.active #profile {
	display: block;
	padding: 10px 15px 10px 15px;
	overflow: auto;
	border-bottom: 1px solid #585858;
	cursor: pointer;
}
#column-left.active #profile .open{
	display: block;
}
#column-left.active #profile .closed{
	display: none;
}
#profile .open div {
	float: left;
	color: #C4C4C4;
}
#profile div i {
	font-size: 42px;
	color: #2ca5d3;
}
#profile .open div + div {
	margin-left: 15px;
}
#profile h4 {
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0;
}
#column-left {
	width: 50px;
	height: 100%;
	background-color: #242837;
	position: absolute;
	top: 0px;
	padding-top: 45px;
	z-index: 105;
	transition: all 0.3s;
}
#column-left.active {
	width: 260px;
	display: block;
}
#content {
	padding-bottom: 40px;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    left: 0;
	top: 0;
    bottom: 0;
    margin-top: 50px;
	overflow-y: auto;
	
}
#content .empty-result{
	padding: 8px;
    font-weight: 600;
    margin-bottom: 15px;
}
#content .empty-result > i{
	color: #f09b18;
    font-size: 19px;
    vertical-align: bottom;
    margin-right: 5px;
}
#content .empty-content{
	height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
#content .empty-content .text{
	font-size: 16px;
}
#content .empty-content .text i{
	font-size: 22px;
    color: #c72f1d;
    vertical-align: bottom;
}
#column-left + #content {
	margin-left: 50px;
}
#column-left + #content + #footer {
	margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
#column-left {
	overflow: hidden;
	display: none;
}
#column-left + #content {
	margin-left: 0;
}
#column-left + #content + #footer {
	margin-left: 0;
}
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	margin-bottom: 25px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #2f354d;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #d7d5d5;
	font-size: 14px;
	padding-left: 13px;
	border-bottom: 1px solid #2f354d;
}
#menu > li > a:hover {
	background-color: #282e41;
}
#menu > li > a > span {
	display: none;
	margin-left: 8px;
}
#menu li li a {
	color: #9d9d9d;
}
#menu li li a:hover {
	color: #FFFFFF;
	background-color: #282e41;
}
#menu li li a:before {
	content: "";
	display: inline-block;
	width: 20px;
}
#menu li li a:hover:before {
	margin-right: 10px;
}
#menu > li.active > a {
	color: #ffffff;
	background: #282e41;
}
#menu li.active li a {
	color: #C4C4C4;
	/* background: transparent; */
}
#menu li li.active > a:last-child {
	color: #FFFFFF;
}
#menu li li.active a:last-child:before {
	margin-left: 0px;
	margin-right: 10px;
}

#menu > li > ul {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 290px;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
	background-color: #242837;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after, #column-left.active #menu > li li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	margin-right: 8px;
}


#menu li ul a {
	padding-left: 20px;
}
#menu li li ul a {
	padding-left: 40px;
}
#menu li li li ul a {
	padding-left: 60px;
}
#menu li li li li ul a {
	padding-left: 80px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
	overflow: auto;
}
#column-left.active + #content {
	margin-left: 260px;
}
#column-left.active + #content + #footer {
	margin-left: 235px;
}
}
/* Mobile */
@media (max-width: 767px) {
#column-left.active + #content {
	position: relative;
	left: 235px;
}
#column-left.active + #content + #footer {
	position: relative;
	left: 235px;
}
}
#column-left.active {
	width: 260px;
}
#column-left.active #menu li i {
	font-size: 14px;
}
#column-left.active #menu > li > a > span {
	display: inline;
}
#column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
	background-color: #242837;
}
/* footer */
#footer {
	height: 100px;
	text-align: center;
}



/* Navs */
.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}
/* Tabs */
.nav-tabs > li > a {
	color: #666;
	border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs {
	margin-bottom: 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-weight: bold;
    color: #fff;
    background: #242837;
}
.form-control.inline{
	width: auto;
	min-width: 150px;
	display: inline-block;
	vertical-align: middle;
}
.form-control:hover {
	border: 1px solid #b9b9b9;
	border-top-color: #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.control-label.active{
	color: #00bbff;
}
div.required .control-label:not(span):before, td.required:before, tr.required .control-label:before, td._required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
 td.required._hidden:before{
	display: none; 
 }
.control-label-upload{
	font-weight: normal;
    width: 100%;
    padding: 50px 15px;
    border: 2px dashed #ccc;
    border-radius: 8px;
	cursor: pointer;
}
.control-label-upload.hover{
	background: #eee;
}
.control-label-upload.hover,
.control-label-upload.drop{
	border-color: #00bbff;
}
.control-label-upload i{
	margin-right: 5px;
    color: #00bbff;
}
.control-label-upload input[type="file"]{
	display: none;
}
.required .control-label-upload:before{
	content: '* ';
    color: #F00;
    font-weight: bold;
}
.has-error .control-label-upload{
	border-color: #f56b6b;
}

.table td span[data-toggle="popover"]:after, 
.table thead td span[data-toggle="tooltip"]:after, 
label.control-label span:after,  
label.list-label span:after{
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}
fieldset legend {
	padding-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}
.radio, .checkbox {
	min-height: 18px;
}
td.checkbox{
	margin-top: 0;
	margin-bottom: 0;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	width: 13px;
	width: 16px \0;
	height: 13px;
	height: 16px \0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 1px;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	border-color: #4d90fe;
	outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
	background: #fff;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 15px;
	width: 18px \0;
	height: 15px;
	height: 18px \0;
	border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	background: #666;
	border-radius: 1em;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: none \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	position: absolute;
	top: -6px;
	left: -5px;
	display: block;
	content: url('../image/checkmark.png');
}

.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
}
.table tbody > tr.period > td{
	padding: 2px;
    background-color: #242837;
    color: #fff;
}
.table tbody td input[type="text"]{
	border: none;
	border-bottom: 1px solid #ccc;
}
.table tbody td input[type="text"].error{
	border-color: #f00;
}
.table tbody td input[type="text"].changed{
	border-color: #00bbff;
}
.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}
.table-scroll{
    overflow-x: auto;
    position: sticky;
    top: 46px;
    z-index: 90;
}

.pagination {
	margin: 0;
}
.form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.form-group + .form-group {
    border-top: 1px solid #ededed;
}
.form-group + .form-group.col-sm-3 {
    border-top: none;
}

.form-group:has(.action){
	position: relative;
}
.form-group > .action{
	position: absolute;
	bottom: 15px;
	right: 0;
}
.form-group:has(.form-control:focus) > .action{
	display: none;
}
/* Panels */
.panel {
	border-radius: 0px;
}
.panel .panel-heading {
	position: relative;
}
.panel-heading h3 i {
	margin-right: 8px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading i {
	font-size: 16px;
	font-weight: 500;
}
.panel-heading h3 {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}
.panel-heading h3.full {
	width: 100%;
}
.panel-heading h3 > a{
	display: block;
	width: 100%;
}
.panel-heading h3 > a > img{
	max-width: 20px;
	max-height: 20px;
	margin-right: 10px;
}

/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}


/* Default Panel */
.panel-default {
	border: 1px solid #e8e8e8;
	border-top: 2px solid #bfbfbf;
	border-radius: 12px;
	/*overflow: hidden;*/
}

.panel-default .panel-heading {
	color: #fff;
    border-color: #242837;
    background: #282e41;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.img-thumbnail > i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	vertical-align: middle;
	display: inline-block;
}
.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #279FE0;
	color: #FFFFFF;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;
}

.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	background-color: #1E91CF;
	color: #FFF;
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.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;
}
.tile-footer {
	padding: 5px 8px;
	background-color: #3DA9E3;
}
#column-left.active #stats {
	display: block;
}
#stats {
	display: none;
	border-radius: 2px;
	color: #666666;
	background: #2b2b2b;
	margin: 15px 20px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
}
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	z-index: 999;
}
.alert {
	overflow: auto;
	position: relative;
}
.alert .showed-line {
	position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0;
    background: rgba(0,0,0,0.2);
}
.list .alert{
	position: sticky;
    top: 0;
    z-index: 10;
}

/* Menu Fix For System -> Layout -> Banner */
.collapse.in {
    display: block;
    visibility: unset;
}
.collapse {
    display: none;
    visibility: unset;
}


/* CKEditor */
div.ckeditor {
  z-index: 10011;
}
/* CKEditor */

/* Menu Fix For System -> Layout -> Banner */

/* Fix form-group margin inside the modal */
.modal-body  .form-group {
    margin: 0;
}
/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
    font-size: 14px;
}
/* Filemanager Folder Size */
#filemanager .fa-external-link.fa-5x{
	font-size: 8.5em;
	padding: 13px 0;
}
#filemanager .fa-folder.fa-5x {
    font-size: 10.5em;
}
#filemanager .input-group-btn > .btn{
    padding: 7.9px 20px;
}

/*PPA*/
.__wait{
	position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(2px);
    color: #fff;
	opacity: 0;
}

.__wait > div{
	margin: auto;	
	text-align: center;	
}
.__wait > div > i{
	font-size: 32px;
}
.__wait > div > span{
	display: block;
	margin-top: 25px;
}
.__wait > div > span > .progres-line{
	height: 10px;
	width: 300px;
	max-width: 98%;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-top: 10px;
}
.__wait > div > span > .progres-line > div{
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 0px;
	background: rgba(255,255,255,0.8)
}
.__drop [data-options]{
	display: none;
}
.__drop.active [data-options]{
	display: flex;
}
.__drop .__title{
	cursor: pointer;
}
.__drop.active .__title{
	/*display: none;*/
}
div.btn{
	cursor: default;
}
.btn i{
	font-size: 16px;
	vertical-align: middle;
}
.btn{
	/*padding: 10px 20px;*/
	padding: 8px 16px;
}

.dropdown.btn > a{
	padding: 10px 20px; 
	margin: -10px -20px;
}

.form-change{
	display: flex;
    align-items: center;
    justify-content: space-between;
	min-width: 100%;
}
.form-change .btn{
	padding: 8px 20px;
	margin-left: 10px;
	height: 35px;
}
.control-image{
	margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee;
    min-height: 140px;
	position: relative;
	display: block;
}
.control-image input[type="checkbox"]{
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 10px;
}

img{max-width: 100%}

.nav > li > a > img {
    max-width: 32px;
    max-height: 32px;
    margin-bottom: -4px;
    position: relative;
    top: -3px;
    margin-right: 5px;
	filter: grayscale(1);
}
.nav > li.active > a > img,
.nav > li:hover > a > img {
	filter: grayscale(0);
}

.dropdown-menu{
	font-size: 13px;
}

.label-ststus-list:not(:last-child){
	padding-bottom: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #eee;
}

label.placeholder-label{
	cursor: pointer;
	font-weight: normal;
	position: relative;	
	display: block;
    width: 100%;
    height: 35px;
    padding: 8px 13px;
	padding-right: 25px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
label.placeholder-label:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;    
    width: 0;
}

.scroll-y{
	overflow-y: auto;
}
ul[data-level]{
	font-size: 15px;
	padding: 0;
	margin: 0;
}
ul[data-level] li{
	list-style: none;
	display: block;		
}
ul[data-level] li.active > span{
	background-color: #eee;
}
ul[data-level] li.active > span,
ul[data-level] li:hover > span{
	font-weight: 600;
	color: #f56b6b;
}
ul[data-level] li span{
	display: block;
	cursor: pointer;
	padding: 10px 0;
}
ul[data-level] li span i{
	margin-right: 5px;
	opacity: 0.5;
}
ul[data-level] li > ul{
	display: none;
}
ul[data-level] li.show > ul,
ul[data-level] li.active > ul{
	display: block;
}
ul[data-level] li > ul li span{
	padding-left: 10px;
    border-bottom: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
}
ul[data-level].parent > li{
	padding: 0 10px;
}
ul[data-level].parent > li.active{
	/*background-color: #eee;*/
}

.form-autocomplete{position: relative;}
.form-autocomplete > .phus-input{
	margin-right: 100px;
    width: calc(100% - 65px);
}
.form-autocomplete > button{
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 20px;
    height: 35px;
}
.form-autocomplete .list{
	position: absolute;
	z-index: 105;
	left: 0;
	bottom: 100%;
	padding: 15px;
	background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
	min-height: 50px;
	max-height: 300px;
	width: 100%;
}
.form-autocomplete .list .loding{
	display: flex;
	height: 100%;
}
.form-autocomplete .list .loding i{
	display: block;
	margin: auto;
	font-size: 22px;
}
.form-autocomplete .list ul{
	padding: 0;
	margin: 0;
}
.form-autocomplete .list ul li{
	display: block;
	list-style: none;
}
.form-autocomplete .list ul li label{
	padding: 5px 0;
	display: block;
	user-select: none;
}
.form-autocomplete .list ul li:not(:last-child) label{
	border-bottom: 1px solid #eee;
}
.form-autocomplete .list ul li label.disabled{
	opacity: 0.3;
}
.form-autocomplete .list .value-pagination{
	padding: 5px; 
	background-color: #fff; 
	position: sticky; 
	bottom: -15px;
}
.form-autocomplete .list .value-pagination input{
	border: none;
	border-bottom: 1px solid #eee;
	padding: 3px;
	width: 57px;
	text-align: center;
}

.nav-tabs > li.has-error a{
	color: #f56b6b
}
	
.nav-tabs > li.option{
	position: relative
}
.nav-tabs > li.option i{
	position: absolute;
    z-index: 2;
    padding: 5px;
    top: -7px;
    left: -9px;
    border-radius: 4px;
    cursor: pointer;
	color: #fff;
    background-color: #8fbb6c;
    border-color: #7aae50;
}
.nav-tabs > li.option i:hover{
	background-color: #75a74d;
    border-color: #5c843d;
}
.tab-content .tab-pane.option .modal-header{
	background: #eee;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: all-scroll;
	display: none;
}
.tab-content .tab-pane.window{
	position: fixed;
    background: #ffff;
    padding: 10px;       
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    z-index: 200;
    overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.tab-content .tab-pane.window[data-size="0"]{width: 390px; max-width: 90%; height: 74%;}
.tab-content .tab-pane.window[data-size="1"]{width: 71%; height: 74%;}
.tab-content .tab-pane.window[data-size="2"]{width: 91%; height: 84%;}
.tab-content .tab-pane.window .modal-header{
	display: block;
    position: sticky;
    top: -10px;
    z-index: 20;
    margin: -10px -10px 10px -10px;
}
.tab-content .tab-pane.window .modal-header .control i{
	display: inline-block;
	margin-left: 5px;
	padding: 5px;
	cursor: pointer;
}
.tab-content .tab-pane.window .modal-header .control i[data-control="maximize"]{
	display: none;
}
.tab-content .tab-pane.window.min .modal-header .control i[data-control="maximize"]{
	display: inline-block;
}
.tab-content .tab-pane.window.min .modal-header .control i[data-control="size"],
.tab-content .tab-pane.window.min .modal-header .control i[data-control="minimize"]{
	display: none;
}
.tab-content .tab-pane.window.min{
	width: 215px;
    height: 50px;
    overflow: hidden;
}
.tab-content .tab-pane.window[data-size="0"] .col-sm-2,
.tab-content .tab-pane.window[data-size="0"] .col-sm-3,
.tab-content .tab-pane.window[data-size="0"] .col-sm-4,
.tab-content .tab-pane.window[data-size="0"] .col-sm-5,
.tab-content .tab-pane.window[data-size="0"] .col-sm-6,
.tab-content .tab-pane.window[data-size="0"] .col-sm-7,
.tab-content .tab-pane.window[data-size="0"] .col-sm-8,
.tab-content .tab-pane.window[data-size="0"] .col-sm-9,
.tab-content .tab-pane.window[data-size="0"] .col-sm-10,
.tab-content .tab-pane.window[data-size="0"] .col-sm-11{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tab-content .tab-pane.window > .nav.nav-tabs{
	position: sticky;
    top: 38px;
    background: #fff;
    z-index: 100;
    white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.tab-content .tab-pane.window > .nav.nav-tabs li{
	float: none;
	display: inline-block;	
}
.tab-helper{
	position: sticky;
    top: -5px;
    z-index: 100;
    padding: 5px 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    margin: 0 -15px;
	/*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
}
.tab-helper h3{
	/*float: left;*/
    margin: 10px 0;
}
.tab-helper .btn.pull-left{
	margin-right: 5px;
}
input[data-switch-status]{
	display: none;
}
input[data-switch-status]+i.fa-toggle-switch:before{
	content: "\f204";
}
input[data-switch-status]+i.fa-toggle-switch{
	animation: blink 3s infinite;
}
label:hover input[data-switch-status]+i.fa-toggle-switch{
	animation: none;
	opacity: 1; scale: 1;
}
input[data-switch-status]:checked+i.fa-toggle-switch{
	animation: none;
}
input[data-switch-status]:checked+i.fa-toggle-switch:before{
	content: "\f205";
}
input[data-switch-status]+i.fa-toggle-switch{
	color: #f00;
}
input[data-switch-status]:checked+i.fa-toggle-switch{
	color: #00993f;
}

.updated {
    animation-name: blink;
    animation-duration: 2s;
}

@keyframes blink {
	0 { opacity: 1; }
	25% { opacity: .2; }
	50% { opacity: 1; scale: 1.2; }
	70% { opacity: 1; }
	100% { opacity: 1; }
}

.dropdown-menu > li > button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
}
.dropdown-menu > li > button:hover, .dropdown-menu > li > button:focus {
    color: #262626;
    background-color: #f5f5f5;
}

.alert-default{
	background-color: #f9f9f9;
    border-color: #e3e3e3;
    color: #6f6f6f;
}

.thumbnail{
	min-height: 130px;
	height: 130px;
	display: flex;
	flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
.file-lable{
	word-break: break-all;
}
.panel-body {
    margin: 15px;
	padding: 0;
}

.page-header h1.product-title{
	display: flex;
	align-items: center;
}
.page-header h1.product-title .thumb{
	width: 70px;
	height: 56px;
	display: flex;
	justify-content: center;
    align-items: center;
	text-align: center;
	border: 1px solid #ddd;
    border-radius: 3px;
	padding: 3px 0;
	margin-right: 20px;
	background-color: #fff;
}
.thumbnail > img{
	max-height: 100%;
}
.img-thumbnail{
	width: 100%; 
	margin-bottom: 30px; 
	text-align: center;
	max-height: 350px;
	/*display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;*/
}
.img-thumbnail img{
	max-height: 340px;
	/*min-height: 350px;
	max-height: 350px;*/
}

[data-toggle="popover"]{
	cursor: help;
	position: relative;
}
[data-toggle="popover"]:before{
	content: '';
	position: absolute;
	top: -10px; right: -5px; bottom: -10px; left: -5px;
}
.popover.top{
	width: max-content;
    max-width: 600px;
}
@media (max-width: 767px) {
	.popover.top{max-width: 98%}
}

.page-selector{
	padding: 0 14px;
    border: none;
    border-bottom: 1px solid #ccc;
	margin-top: -2px;
}
.modal-note{
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1040;
	background: rgba(0,0,0,.5);
	display: flex;
}
.modal-note .close-form{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
}
.modal-note .form{
	position: relative;
	z-index: 2;
	border-radius: 8px;
	background-color: #fff;
	margin: auto;
	min-width: 500px;
	max-width: 98%;
}
.modal-note .form.full{
	min-width: 1600px;
}
.modal-note .form textarea{
	height: 250px;
}
.modal-note .form .img-thumbnail img{
	min-height: 170px;
	max-height: 170px;
}
@media (min-width: 768px) {
    .modal-note .form{
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

.modal-note .view{
	position: relative;
	z-index: 2;
	border-radius: 8px;
	background-color: #fff;
	margin: auto;
	width: 1300px;
	height: 800px;
	max-width: 98%;
}
.modal-note .view .modal-title{
	font-weight: bold;
}
.modal-note .view .modal-body{
	overflow: auto;
	max-height: calc(100% - 60px);
}

/*ALERT*/
.alert-success {
  background-color: #cbeacb;
  border-color: #b9e2b9;
  color: #398c39; }
  .alert-success hr {
    border-top-color: #a7dba7; }
  .alert-success .alert-link {
    color: #2a682a; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #214c61; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #142f3b; }

.alert-warning {
  background-color: #fce7c8;
  border-color: #f9d5a2;
  color: #e0890e; }
  .alert-warning hr {
    border-top-color: #f8cb8a; }
  .alert-warning .alert-link {
    color: #b06c0b; }

.alert-danger{
	background-color: #f5c1bb;
	border-color: #f3b5ad;
	color: #c72f1d; 
}
.alert-danger a{
	color: #c72f1d; 
}
.alert-danger hr{
	border-top-color: #f0a197; }
.alert-danger .alert-link{
	color: #9a2516; 
}

.alert-modal{
	position: fixed;
	left: 50px;
    top: 45px;
    right: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
    padding: 40px 25px 0 25px;
	display: none;
	transition: all 0.3s;
}
/*.alert-modal:has(div.alert){
	display: block;
}*/
@media (min-width: 768px) {
    #column-left.active + #content .alert-modal{
        left: 260px;
    }
}
.alert-modal > .close{
	position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    opacity: 1;
}

#events-loader{
	position: relative;
	z-index: 99999;
}

.events-modal{
	position: fixed;
    bottom: 35px;
    left: -300px;
    z-index: 999;	
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.events-modal.show{
	left: 5px;
}
.events-modal__item{
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 12px;
	width: 250px;	
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.events-modal__item:not(:last-child){
	margin-bottom: 5px;
}

.events-modal__item-text{
	margin-top: 5px;
	color: #000;
}

.events-history__item.error .events-modal__item-title > i,
.events-modal__item.error .events-modal__item-title > i{
	color: #c72f1d;
}
.events-history__item.warning .events-modal__item-title > i,
.events-modal__item.warning .events-modal__item-title > i{
	color: #e0890e;
}
.events-history__item.success .events-modal__item-title > i,
.events-modal__item.success .events-modal__item-title > i{
	color: #2a682a;
}

.events-history__item.error,
.events-modal__item.error{
	border-left: 3px solid #c72f1d;
}
.events-history__item.warning,
.events-modal__item.warning{
	border-left: 3px solid #e0890e;
}
.events-history__item.inform,
.events-modal__item.inform{
	border-left: 3px solid #666;
}
.events-history__item.success,
.events-modal__item.success{
	border-left: 3px solid #2a682a;
}

.events-history-modal{
	position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 999;
	font-size: 14px;
    padding-left: 13px;
	cursor: pointer;
}
.events-history-modal > i{
	color: #fff;
	font-size: 16px;	
}

.events-history__item .events-modal__item-text,
.events-history__item .events-modal__item-title{
	padding-left: 10px;
}

.events-history__item:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.apexcharts-canvas{
	max-width: 100%;
	margin-left: -25px;
}
.apexcharts-canvas > svg{
	max-width: 100%;
}

/**/	
.table-responsive table{
	background-color: #fff;
}
.well{
	background-color: #fff;
}

.product-flex{
	display: flex;
    justify-content: flex-start;
    align-items: center;
	cursor: pointer;
}	
.product-flex .product-flex-thumb{
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	text-align: center;
	display: flex;
}
.product-flex .product-flex-thumb img{
	max-width: 50px;
	max-height: 50px;
	margin: auto;
}
.product-flex .product-flex-name{
	padding-left: 15px;
}
.product-flex > .dropdown,
.product-flex > button{
	padding: 5px;
	margin: 0 0 0 auto;
}
.product-flex > .dropdown > a{
	padding: 6px 0;
	margin: 0;
}

.management > div:not(:last-child){
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ededed;
}

.link-copy{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top: 7px;
}
.link-copy .fa{
	font-size: 18px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
}
.link-copy .link{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-body{
	position: relative;
    padding: 15px;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-image{
	display: flex;
	justify-content: center;
    position: relative;
    width: 100%;
    height: 55px;
    align-items: center;
}
.product-image > .box-warning{
	position: absolute;
	top: 0;
	left: 0;
}
.product-image > .box-warning .label{
	display: block;
	margin-bottom: 5px;
}

.label.middle{
	font-size: 0.9rem;
}
.label.big{
	font-size: 1.1rem;
}

*:has( > .date-period){
	display: inline-block;
}
.date-period{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}	
.date-period > label{
	margin: 0 15px;
}
.date-period > .input-group{
	
}

*:has(>.length-characters){
	position: relative;
	padding-bottom: 15px!important;
}
.length-characters{
    position: absolute;
    left: 0;
    bottom: -2px;
    font-size: 13px;
    color: #999;
}
.length-characters > i{
	color: #ffa700;
}

/*SELECT2*/
.select2-container--default .select2-selection--single{
	display: block;
    width: 100%;
    height: 35px;
    padding: 3px 13px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container{
	display: block;
	max-width: 100%;
	min-width: 86%;
}

#file-list label{
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

/*SELECT PPA*/
.ppa-select{
	position: relative;
	z-index: 50;
    display: block;    
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;	
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.ppa-select:after{
	content: "\f107";
    position: absolute;
    right: 3px;
    top: calc(100% - 28px);
	z-index: 3;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: bold;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ppa-select > .selected{
	width: 100%;
    height: 35px;
    padding: 8px 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	position: relative;
	z-index: 4;
}
.ppa-select > .drop{
	display: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 35px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: none;
}
.ppa-select.active > .drop{
	display: block;
}
.ppa-select > .drop > input[name="search"]{
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 13px;
}
.ppa-select > .drop > .options{
	padding: 0;
	margin: 10px 0 0 0;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.ppa-select > .drop > .options > li{
	display: block;
	padding: 5px 0;
	cursor: pointer;
	min-height: 27px;
}
.ppa-select > .drop > .options > li.active,
.ppa-select > .drop > .options > li:hover{
	background-color: #eee;
}
.form-group:has(.ppa-select.active){
	position: relative;
	z-index: 100;
}
.form-change .ppa-select{
	width: 100%;
}

/*wave*/
.wave{
    padding: 120px 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.wave:after{
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10;
	background-image: url('/image/rp-logo-w.svg');
    background-position: 50% 67%;
    background-repeat: no-repeat;
    background-size: 10vw;
}
@media (max-width: 767px) {
	.wave:after{
		background-size: 56vw;
	}
}
.delayed-fade{
	display: none;
}
.wavebar-2 {
	position:absolute;
	z-index: 2;
	bottom:0;
	display:inline-block;
	height:10%;
	transition-timing-function:ease-in-out;
	animation-name:tide;
	animation-duration:4s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	background: #000;
	opacity: .04;
 	color: #fff;
	pointer-events: none;
}
@-webkit-keyframes tide {
	0% {height:2%;}
	10% {height:13%;}
	50% {height:65%;}
	10% {height:13%;}
	0% {height: 2%;}
}

#filter-product{
	position: relative;
	z-index: 200;
}

/*DEVELOPER*/
.developer-modal{
	position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
    width: 450px;
	height: max-content;
    margin: 50px 0 0 0; 
}
.developer-modal .panel-heading .option button {
    background: none;
    border: none;
}
