﻿.theme-red .navbar {
    
    box-shadow: 0 3px 17px 0 rgba(37, 38, 94, 0.1);
    clear: both;
    border-radius:0px;
}

.theme-red .navbar-brand {
  color: #fff; }
  .theme-red .navbar-brand:hover {
    color: #5e261f; }
  .theme-red .navbar-brand:active {
    color: #fff; }
  .theme-red .navbar-brand:focus {
    color: #fff; }

.theme-red .nav > li > a {
  
  font-weight:bold;
}
  .theme-red .nav > li > a:hover {
    background-color: transparent; }
  .theme-red .nav > li > a:focus {
    background-color: transparent; }

.theme-red .nav .open > a {
  background-color: transparent; }
  .theme-red .nav .open > a:hover {
    background-color: transparent; }
  .theme-red .nav .open > a:focus {
    background-color: transparent; }

.theme-red .bars {
  color: #5e261f; }

.theme-red .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-red .sidebar .menu .list li.active > :first-child i, .theme-red .sidebar .menu .list li.active > :first-child span {
    color: #4381c3; }

.theme-red .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-red .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-red .sidebar .legal {
  background-color: #fff; }
  .theme-red .sidebar .legal .copyright a {
    color: #4381c3 !important; }

.clock-in{ background: #07b5d7; border: none; border-radius: 5px; cursor: pointer; padding:3px 7px; color: #ffffff; font-size: 12px; margin-right:10px; }
.clock-in:hover{ background:#4381c3;}

.clock-out{ background: #185dca; border: none; border-radius: 5px; cursor: pointer; padding:3px 7px; color: #ffffff; font-size: 12px; margin-left:10px;}
.clock-out:hover{ background:#4381c3;}
.footer{padding:10px 35px 10px 0; font-size: 12px; background: #ffffff; position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    overflow: hidden;}
.footer a{color:#4381c3;}
.blue{ color:#4381c3;}
.icon{ width:50px; float:left;}
.dash_text{ float: left; margin-top: 6px;}
.dash_text a{ font-size:18px; font-weight: bold; color: #333;}
.dash_text_btm{ margin-top:10px; width: 100%; float: left;}

.dash_text_btm p{ margin-bottom:15px;}
.welcome_right{float: right; margin: 0; position: absolute; right: 0;}

.emp_box{ height:180px;}
.emp_text{float: left; margin-top: 16px; font-size: 18px; font-weight: bold; width:100%;}
.more_btn{ padding:10px 25px; border-radius: 5px; cursor: pointer; border:1px solid #c9d7e5;}
.more_btn:hover{  text-decoration: none; background: #f5faff;}


.emp_man{ width: 185px; float: left;}
.sup_text{float: left;}

.title{color:#4381c3;}
.onboarding{ margin-right:200px;}

@media (max-width: 767px){
	.onboarding{margin-right:0px;}
}





