@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.status {
	
	font-size:12px;
	color:#000000;
	
}
.searchdropdown {
    color: #000;
}
.row.profile {
	
	border-radius: 10px;
    padding: 20px;
    background: rgb(247, 247, 247);
}
.table.table-bordered.tablescroll.table-striped > tbody > tr > td, .table.table-bordered.tablescroll.table-striped>tbody>tr>th {
    padding: 2px !important;
}
.col-lg-3 .alert a {
    color: #a94442;
}
input.leave-input {
	
	background:transparent;
	border:0;
	width: 40px;
}
.text-label {
    color: #fff;
    padding: 0px 0px 5px 5px;
}

.clockwrapper {
   color: #edfd2e;
    float: right;
    font-size: 15px;
    font-weight: 700;
}

.tablescroll {
    display: block !important;
   overflow-y: auto !important;
}
.center {
    text-align: center;
}
#clock {
	
	display:inline;
	
}

a.user-status {
    color: #717171 !important;
    border-bottom: 0px !important;
    height: 30px !important;
}

.panel-body.login {
    background-color: rgba(91, 192, 222, 0.4) !important;
    
}
.login-panel.panel.panel-default {
	border:0px !important;
    background: transparent !important;
}

.panel-default > .panel-heading {
    color: #f5f5f5;
    background-color: rgba(14, 69, 101, 0.8) !important;
   
}

 
#navbar {
    background-color: rgba(77, 76, 165, 0.5) !important;
}
nav.navbar-default.navbar-static-side {
    margin-top: 50px;
}
h1 {
    color: #fff !important;
    
}

.body-Login-back {    
  
    background-image:url("../img/bluriimage.jpg") !important;
}
div#errors {
	color: #fff;
	background-color: rgba(91, 192, 222, 0.4) !important;
    padding: 0px 15px 7px 15px;
    margin-bottom:20px;
}

.navbar-brand img {
    height:50px !important;
}

.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height: 10px;
}
.form-control-search {
   	margin-left:15px;
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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 .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
img.roundedimage {
    border-radius: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}
input.statusremarks {
	
	width:130px;
	
}
