/**
 *
 * Apply Here your Custom CSS
 *
*/

body.loaded {
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
}
.modal-noscrollbar {
	margin-right: 0 !important;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
  color: #272b34;
  /* font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  background-color: #fff; */
}
.boxed-layout .page-container.horizontal-menu .main-content {
    padding-left: 20px;
    padding-right: 20px;
}
big{
	font-weight:300;
}
/* neon-form.css */
.bootstrap-timepicker-widget.dropdown-menu.open {
	z-index: 10001;
}
.fileinput {
	margin-bottom: unset;
}
.showcase-icon-list .icon-el a:hover i {
  height: 35px;
  line-height: 25px;
  font-size: 21px;
  border: solid 1px #ddd;
}
.toast-top-center {
  top: 12px;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 12px;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 12px;
  margin-top: unset;
  margin-bottom: unset;
}
.toast-bottom-full-width {
  bottom: 12px;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin-top: 6px !important;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #ccc;
  -webkit-box-shadow: 0 0 12px #ccc;
  box-shadow: 0 0 12px #ccc;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.badge {
	padding: 2px 7px;
}
.form-wizard .steps-progress .progress-indicator {
  background: #b4e8a8;
}
.form-wizard > ul > li.completed a {
  color: #303641;
}
.form-wizard > ul > li.completed a span {
  background: #bdedbc;
  color: #303641;
  -moz-box-shadow: 0px 0px 0px 5px #b4e8a8;
  -webkit-box-shadow: 0px 0px 0px 5px #b4e8a8;
  box-shadow: 0px 0px 0px 5px #b4e8a8;
}
.form-wizard > ul > li.active a,
.form-wizard > ul > li.current a {
  color: #00a651;
}
.form-wizard > ul > li.active a span,
.form-wizard > ul > li.current a span {
  background: #00a651;
  color: #ffffff;
  -moz-box-shadow: 0px 0px 0px 5px #00a651;
  -webkit-box-shadow: 0px 0px 0px 5px #00a651;
  box-shadow: 0px 0px 0px 5px #00a651;
}
@media (min-width: 768px){
	.form-horizontal .control-label{
		padding-top: 5px;
	}
}
/* neon-core.css */
.breadcrumb > li i {
  color: #303641;
}
.breadcrumb > li a {
  color: #303641;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  color: #303641;
  font-size: 14px;
  border-color: #ccc;
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td{
   color: #303641;
}

.page-container.horizontal-menu header.navbar .navbar-brand {
	padding: 16.5px 15px;
	height: unset;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul{
	/* // background-color: #303641; */
}
.page-container.horizontal-menu header.navbar.navbar-fixed-top {
  z-index: 8999;
}
.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu {
  z-index:999;
}
.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a{
	border: unset;
	color: #ffffff;
}

.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a:hover{
  background-color: unset;
}
.neon-loading-bar {
  z-index: 10001;
}
.datepicker.datepicker-dropdown {
  z-index: 10001 !important;
}
.daterangepicker.dropdown-menu{
  z-index: 9991 !important;
}
.modal-backdrop {
  z-index: 9990;
}
.modal-open .modal {
  z-index: 9991;
}
div.dataTables_paginate li.next > a,
div.dataTables_paginate li.last > a {
  padding-right: 10px;
}
div.dataTables_paginate li.next a:after {
  content: unset;
}
/* .hicon{
  font-weight: 300;
  font-size: 32px;
  margin: 0;
  background: url(../images/chevron-with-circle-right.svg) no-repeat;
  padding-left: 78px;
  padding-left: 10px;
} 
.footer-widgets {
  margin-top: 10px;
  padding: 60px 0 15px 0;
  border-top: 1px solid #f2f2f2;
}
.footer-widgets p {
  color: #999999;
  margin-bottom: 0;
}
.footer-widgets p + p {
  margin-top: 10px;
}
.footer-widgets a + p {
  margin-top: 15px;
}
.footer-widgets h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}
*/
footer.main {
  padding: 10px;
  border-top: 1px solid #ebebeb;
  background: #ccc;
}

/* neon-theme.css */
.gallery-env article.image-thumb .image-options {
  z-index: 2;
}
.gallery-env article.image-thumb .image-options a.info {
  background: #1988b6;
}
.dd-list .dd-list {
  padding-left: 35px;
}
.nested-list.custom-drag-button .dd-handle {
  width: 27px;
  padding-left: 4px;
}
.nested-list.custom-drag-button .dd-content {
  padding-left: 30px;
}
.nested-list.custom-drag-button button + .dd-handle {
  left: 23px;
}
.nested-list.custom-drag-button button + .dd-handle + .dd-content {
  padding-left: 53px;
}

/* template.php */
.logo-web-fluid{
	height: 28px;
}
.logo-web-side{
	width: 120px;
}
.logo-footer{
	width: 100px;
	margin-bottom: 15px;
}
#div_bread{
	background-color: #f5f5f5;
	height: 34px;
}
/* free */
.form-horizontal .control-label{
	font-size: 13px;
}
/* dropdown */
	.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li {
	  border-bottom: 1px solid #c0c7ca;
	  background: #f4f4f4;
	}
	.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external {
	  background-color: #e82554;
	}
	.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a {
	  color: #fff;
	}
	.notifications.dropdown .dropdown-menu > li.external a {
	  background-color: #F55454;
	  color: #fff;
	}
/* end dropdown */
.dropdown-menu {
  min-width: 120px;
}
.dropdown-menu > li > a {
  padding: 1px 10px;
}
@media screen and (min-width: 767px){
	.page-container.horizontal-menu header.navbar .navbar-nav > li.root-level > ul{
		margin-top: 5px;
	}
}
@media screen and (max-width: 767px) {
	.boxed-layout .page-container.horizontal-menu > header.navbar{
		width: unset;
	}
/* profile */
	.page-container.horizontal-menu header.navbar ul.nav > li > a,
	.page-container.horizontal-menu header.navbar ul.nav > li > span {
	  padding: 22px 5px;
	  color: #fff;
	}
	.page-body .page-container.horizontal-menu header.navbar .user-mobile-login{
		margin-right: 30px;
	}
/* end profile */
	.page-container.horizontal-menu .main-content {
		padding-top:0px;
	}
	.page-container.horizontal-menu header.navbar .navbar-brand {
	  display: block;
	}
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.navbar-nav li .menu-border{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
#wait_loader, #up_loader{
	position: fixed;
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.27);
}
#wait_loader div {
	position: relative;
    top: 50%;
	transform: translateY(-50%);
}
#up_loader{
	background: rgba(0, 0, 0, 0.5);
}
#up_loader .panel-primary{
	margin: 0px 20px;
	position: relative;
    top: 40%;
    transform: translateY(-50%);
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.blinking{ /* Blue Info */
    border-color: #21a9e1;
    border-style: solid;
	border-width: 1px;
    box-shadow:  0px 0px 19px -1px #21a9e1;
}
.blinking2{ /* Green Success */
    border-color: #00a651;
    border-style: solid;
	border-width: 1px;
    box-shadow:  0px 0px 19px -1px #00a651;
}
.blinking3{ /* Red */
    border-color: #d42020;
    border-style: solid;
	border-width: 1px;
    box-shadow:  0px 0px 19px -1px #d42020;
}
.blinking4{ /* Orange */
    border-color: #ff9600;
    border-style: solid;
	border-width: 1px;
    box-shadow:  0px 0px 19px -1px #ff9600;
}
.blinking5{ /* Black */
    border-color: #000000;
    border-style: solid;
	border-width: 1px;
    box-shadow:  0px 0px 19px -1px #000000;
}

.tr_green{ background-color: rgba(189, 237, 188, 0.40); }
.tr_red{ background-color: rgba(255, 201, 201, 0.40); }
.tr_yellow{ background-color: rgba(255, 228, 111, 0.50); }
.tr_gray{ background-color: rgba(177, 177, 177, 0.40); }
.tr_blue{ background-color: rgba(33, 169, 225, 0.15); }

a[rel=to-top]{
    position: fixed;
    right: 10px;
    background: #E9E9E9;
    color: #626262;
    bottom: 0px;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #cdcdcd;
    z-index: 99;
    /* display: none; */
    cursor:pointer;
    font-size: 20px;
    
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

a[rel=to-top]:hover{
    color: #F1F1F1;
    background: #000000;
    border: 2px solid #E9E9E9;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.input-dynamic {
    margin-top: 5px;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.post_title{
	margin-top: 20px;
	font-weight: bold;
    font-size: 20px;
}
.post_subtitle{
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
	display: inline-block;
}
.post_subtitle p{
	float: left;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px;
}
.post_date{
	margin-top: 20px;
    text-align: center;
}
.post_ddmm {
	background-color: #000;
    color: #ffffff;
    padding-bottom: 1px;
}
.post_ddmm p{
	font-size: 18px;
    font-weight: bold;
}
.post_ddmm p span{
	font-size: 40px;
}
.post_year{
	font-size: 16px;
	background-color: #999;
}
.post_year a{
	color: #fff;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.user-status {
  position: relative;
  display: inline-block;
  background: #575d67;
  top: -2px;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.user-status.user-online {
  background-color: #06b53c;
}
.user-status.user-offline {
  background-color: #575d67;
}
.user-status.user-idle {
  background-color: #f7d227;
}
.user-status.user-busy {
  background-color: #ee4749;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
