

body {
	background-color: #F6F6F6;
}

section {
	z-index: 1;
}

.alert {
	margin: 0px 15px 15px;
}

.breadcrumb-btn {
	top: 4px !important;
}

.logo-text-login {
	font-size: 20px;
}

.with-editor {
	width: 100%;
	height: 200px;
	padding: 10px;
}

.image-logo {
	width: 100px;
	height: 100px;
}

.image-thumbnail {
	height: 250px;
}

.img-circle {
    border-radius: 50%;
}

.user-image {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.width-100 {
	width: 100%;
}

.text-small {
	font-size: 14px;
}

.text-white {
	color: #FFFFFF;
}

.icon-in-menu {
	width: 17px;
}

form {
	display: table;
    width: 100%;
}

input:invalid, textarea:invalid {
	background-color: #FFE5E5;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}

.table-scroll {
	overflow: auto;
}

.table-media tbody tr td.text-right,
.table-media thead tr th.text-right,
.table-media tfoot tr th.text-right {
	white-space: pre;
}

.table-cell-bg {
	background-color: #FBFBFB;
	border-top: 2px solid #ddd;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 0px;
}

.text-x-light {
	font-size: 11px;
	font-weight: 100;
	padding: 2px !important;
}

.text-x-light2 {
	font-size: 11px;
	font-weight: 100;
	padding: 0px 2px !important;
}

.text-x-light-head {
	font-size: 11px;
}

.table-border-right {
	border-right: 1px solid rgb(195,195,195) !important;
}

.table-border-left {
	border-left: 1px solid rgb(195,195,195) !important;
}

.without-padding {
	padding: 0px !important;
}

.table-in-table {
	width: 100%;
	height: 100%;
}

.pre {
	white-space: pre;
}

.bg-gray {
    color: #4D4D4D !important;
}

.bg-primary {
	color: #fff;
	background-color: #337ab7 !important;
}

.bg-success {
	background-color: #dff0d8 !important;
}

.bg-info {
	background-color: #d9edf7 !important;
}

.bg-warning {
	background-color: #fcf8e3 !important;
}

.bg-danger {
	background-color: #f2dede !important;
}

.bg-red-light {
	background-color: rgb(243,177,169) !important;
}

.bg-blue-light {
	background-color: rgb(128,182,214) !important;
}

.bg-green-light {
	background-color: rgb(164,218,193) !important;
}

.logo-big {
	max-height: 35px;
}

.skin-black .main-header>.logo, .skin-black .main-header>.logo:hover {
    background-color: #FFFFFF;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.far, .sidebar-menu>li>a>.fas, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
	width: 20px;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.skin-black .sidebar-menu>li.header {
    color: #9a9a9a;
}

.content-wrapper, .right-side {
    background-color: #F6F6F6;
}

.img-camera {
	width: 100%;
    height: auto;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.btn-app {
	min-width: 100px;
}

.small-box-btn h3 {
	font-size: 50px;
}

.box {
	border-radius: 0;
	border-top: 0;
}

.dropdown-menu {
	border-radius: 0;
}

.table-with-link {
	background-color: #FFFFFF;
	cursor: pointer;
}

.table-with-link:hover {
	background-color: #eee;
}

.table-with-link td {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.icon-spacer {
	width: 22px;
	height: 15px;
	float: left;
}

.sh-img {
	height: 25px;
	margin-right: 5px;
}

.content-header>h1 {
    margin-bottom: 15px;
}

.navbar-nav>.client-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.sub-navbar {
	margin-left: 0px !important;
	z-index: 2;
}

.sub-navbar > .container-fluid {
	padding-left: 0 !important;
}

.nav-tabs-custom .nav-tabs>li>a>.label {
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.img-175 {
	width: 175px;
}

header.sub-navigation {
	z-index: 1 !important;
}

.leaflet-control-attribution {
	display: none;
}

.leaflet-popup-content-wrapper {
    text-align: center;
    border-radius: 0px;
}

.portal-start-box-body {
	min-height: 370px;
    max-height: 370px;
    overflow: auto;
}

img.btn-delete-image:hover {
	cursor: not-allowed	;
}

/*
 * Scrollbar
 */

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*
 * Flipswitch
 */

.flipswitch {
  position: relative;
  width: 70px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 50px;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "an";
  padding-left: 12px;
  background-color: #059918;
  color: #FFFFFF;
  text-align: left;
}
.flipswitch-inner:after {
  content: "aus";
  padding-right: 12px;
  background-color: #EBEBEB;
  color: #C22B2B;
  text-align: right;
}
.flipswitch-switch {
  width: 11px;
  margin: 4.5px;
  background: #FFFFFF;
  border: 0px solid #999999;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 49px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}

.task-parent, .task-textbox {
	overflow: hidden;
}

.task-parent {
	margin: 0px !important;
}

.task-icon {
	display: block;
	float: left;
}

.task-textbox {
	margin-left: 25px;
	padding-bottom: 10px;
    margin-right: 60px;
    text-overflow: ellipsis;
}

.chart-holder {
	width: 90%;
	height: 200px;
}

.chart-holder canvas {
	height: 100% !important;
	width: 100% !important;
}

.chart-holder .chart {
	height: 100% !important;
	width: 100% !important;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    padding: 6px 12px;
}

.timeline {
	margin-bottom: 50px;
}

.timeline .timeline-body:empty {
	display: none;
}

@media (max-width: 767px){
	.main-header {
	    max-height: none;
	}
}