html, body {
	background: #fafafa;
}

.ps-footer {
	border-top: 1px dotted #ccc;
}
.ps-small-text {
	font-size: 0.7em;
}

.alert, .spinner, .frm_success {
	display:none;
}
.spinner {
	padding-top:5px;
}

.ps-menu {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
  background: #666;
}
.ps-menu a {
	padding: 0 6px 0 12px;
  text-decoration: none;
  color: #818181;
  display: block;
}

.ps-menu a:hover {
  color: #f1f1f1;
}

/* Style page content */
.ps-main {
  margin-left: 200px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.uk-leader-fill:after {
	color:#f1f1f1;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .ps-menu {padding-top: 15px;}
}

.uk-card, .uk-input, .uk-button, .uk-alert {
	border-radius: 18px;
}

.tm-sidebar-left {
    position: fixed;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    /* width: 240px!important;*/
    padding: 20px 20px 40px 20px;
    border-right: 1px #e5e5e5 solid;
    overflow: auto;
    background:#fafafa;
}