/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@font-face {
	font-family: 'neuropol_xregular';
	src: url('../fonts/neuropol_x_rg-webfont.woff2') format('woff2'),  url('../fonts/neuropol_x_rg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin: 0px;
	font-weight: 100;
	padding: 0px 0px 100px 0px;
	background: #fff;
	width: 100%;
	overflow-X: hidden;
	color: #333;
}
h1, h2, h3, h4, h5, h6, ol, p, ul, li {
	display: block;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
table {
	margin: 0;
	padding: 0;
	border: none;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.main-bg {
	background: url(../images/login_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.log_in {
	background: url(../images/woman-pointing-corner.png) no-repeat top right;
	width: 500px;
	margin: 100px auto 0px auto;
	position: absolute;
	right: 0;
	left: 0;
	padding: 30px 220px 70px 0px;
}
.log_in form {
}
.log_in form label {
	color: #333;
	font-weight: 400;
}
.log_in form input {
	border-radius: 0px;
}
.log_in form input:focus {
	border-radius: 0px;
	box-shadow: none;
	border-color: #ee421d;
}
.log_in form .submit-bt {
	background: #ee421d;
	border: 0px;
	margin: 30px auto 0 auto;
	display: block;
	color: #fff;
	font-weight: 700;
	padding: 5px 25px;
	font-size: 16px;
}
.log_in form {
}
.log_in form .submit-bt:focus, .log_in form .submit-bt:hover {
	background: #333;
	color: #fff;
}
.menu_top {
	background: #efefef;
	padding: 0px 0px;
}
.menu .navbar {
	margin: 0px;
	min-height: auto;
	border-radius: 0px;
}
.menu .navbar-default {
	background: none;
	border: 0px;
	border-color: transparent;
}
.menu .navbar-nav li a {
	padding: 20px 15px;
	font-size: 15px;
	color: #333;
}
.menu .navbar-default .navbar-nav > li > a:focus, .menu .navbar-default .navbar-nav > li > a:hover {
	background-color: #ee421d;
	color: #fff;
}
.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:focus, .menu .navbar-default .navbar-nav > .active > a:hover {
	background-color: #ee421d;
	color: #fff;
}
.heading-top h1 {
	margin: 25px 0px;
	text-align: center;
	font-size: 26px;
	color: #4D4D4D;
	font-family: 'neuropol_xregular';
}
.list-bx {
	background: #f4f4f4;
	padding: 50px 15px 15px 15px;
}
.list-bx h2 {
	background: #ee421d;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 15px;
	position: absolute;
	top: -25px;
	left: 10px;
	border: 5px solid #fff;
}
.list-box {
	padding-top: 20px;
}
.list-bx table tr, .list-bx table th {
	text-align: center;
}
.list-bx table th {
	background: #333;
	color: #fff;
	border: 1px solid #dfdfdf;
}
.list-bx table .active-date {
	color: #ee421d;
}
.list-bx table {
	margin: 0px;
}
.list-bx table td {
	border-top: 0px !important;
}
.list-bx table tr:nth-child(even) {
	background-color: #ebebeb;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.list-bx table tr:nth-child(odd) {
	background-color: #e0e0e0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.list-bx table tr:nth-child(even):hover, .list-bx table tr:nth-child(odd):hover {
	background-color: #fff;
}
.dropdown-menu li a {
	padding: 10px !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: #ee421d;
	color: #fff;
}
.search_bx {
	padding: 0px;
}
.filterable .panel-heading .pull-right {
	margin-top: -20px;
}
.filterable .filters input[disabled] {
	background-color: transparent;
	border: none;
	cursor: auto;
	box-shadow: none;
	padding: 0;
	height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
 color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
 color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
 color: #333;
}
.list-em {
}
.list-em .panel-primary > .panel-heading {
	background: #333;
	border-color: #333;
	border-radius: 0px;
}
.list-em .panel {
	border-radius: 0px;
	margin: 0px;
}
.list-em .panel-primary {
	border-color: #333;
}
.list-em .emp-btn {
	background: #EE421D;
	border: 0px;
	border-radius: 0px;
	padding: 5px 15px 5px 45px;

	vertical-align: baseline;
	color: #fff;
	font-size: 16px;
	width: 100px;
	position: relative;
}
.list-em .emp-btn:focus {
	background: #EE421D;
	color: #fff;
}
.list-em .emp-btn span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
	background: #fff;
	color: #333;
	overflow: hidden;
	line-height: 34px;
}
.list-em .panel-title p {
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin-top: 4px;
}
.pagination-bar {
	float: right;
}
.pagination-bar .pagination {
}
.pagination-bar .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background: #ee421d;
	color: #fff;
	border-color: #ee421d;
}
.pagination > li > a, .pagination > li > span {
	border-color: #333;
	color: #ee421d;
}
.table-fixedd{
	height:400px;
	overflow-y:scroll;
}
.table-fixedd-auto{
	height:auto;
	overflow-y:scroll;
}
.addleave {
    display: inline-block;
    float: right;
}

.addleave .plus-l{
	
}

.leave-bx{

margin-bottom:15px;	
}
.leave-bx strong{
	display:block;
margin-bottom:5px;	
}

.addleave .plus-l{
	background: #EE421D;
	border: 0px;
	border-radius: 0px;
	padding: 5px 15px 5px 45px;
	vertical-align: baseline;
	color: #fff;
	font-size: 16px;
	width: 150px;
	display:inline-block;
	position: relative;
	float:inherit;
	margin-right:10px;
}
.addleave .widthclass{
	background: #EE421D;
	border: 0px;
	border-radius: 0px;
	padding: 5px 15px 5px 45px;
	vertical-align: baseline;
	color: #fff;
	font-size: 16px;
	width: 200px;
	display:inline-block;
	position: relative;
	float:inherit;
	margin-right:10px;
}

.addleave .plus-half{
	background: #EE421D;
	border: 0px;
	border-radius: 0px;
	padding: 5px;
	vertical-align: baseline;
	color: #fff;
	font-size: 16px;
	width: 120px;
	display:inline-block;
	position: relative;
	float:inherit;
	margin-right:10px;
}
.addleave .plus-full{
	background: #EE421D;
	border: 0px;
	border-radius: 0px;
	padding: 5px;
	vertical-align: baseline;
	color: #fff;
	font-size: 16px;
	width: 120px;
	display:inline-block;
	position: relative;
	float:inherit;
	margin-right:10px;
}

.user-info .media-body, .user-info .media-left, .user-info .media-right {
    display: table-cell;
    vertical-align: middle;
}
.user-info .media-body{
	padding-left:15px;
	
}
.user-info .media-body h4{
	margin:10px 0px;
	display:block;
	text-transform:capitalize;
}
.user-info .media-body .name{
	font-weight:700;
	font-size:20px;
}
.user-info .media-body .Department{
	font-style:italic;
}
.user-info .media-body .Emp{
	font-weight:700;
}

.leave_count{
	background:#DCDCDC;
	padding:10px;
}
.leave_count span{
	display:block;
	padding:5px 0px;
	border-bottom:1px  dotted rgba(0,0,0,0.80);
	
}

.leave_count span:last-child{
	border:0px;
}
.leave_count span strong{
	display:inline-block;
	float:right;
	margin-right:10px;
}

 

.take-leave{
	
	margin-bottom:15px;
	color:#000;
	
}
.take-leave h1{
	text-align:center;
	background:#373737;
	color:#fff;
	padding:5px 0px;
	font-size:18px;
}
.take-leave span input{
	padding:5px 0px;
	display:inline;
	float:left;
	width:50%;
	background:#EE421D;
	color:#fff;
	font-weight:700;
	margin-bottom:0px;
	border:0px;
}
.take-leave .edit_leave{
	display:block;
	float:left;
	background:#b6b6b6;
	width:50%;
	padding:0px 0px;
}
.take-leave .edit_leave input{
	width:100%;
	margin:0px;
	border:2px solid #333;
	padding:3px 0px;
	background:#fff;
	text-align:center;
	color:#fff;
}
.reason{
	margin-top:15px;
}
.take-leave .edit_leave input:focus{
	box-shadow:none;
	
}
.take-leave input{
	text-align:center;
	margin-bottom:15px;
	color:#000;
	
}

.totleave{ position:relative;}
.lasttr{
	
background-color:#000 !important;
color:#fff;	
}

.copyright-fix{
	background:#333;
	padding:10px 0px;
	position:fixed;
	bottom:0px;
	color:#fff;
	width:100%;
	text-align:center;
	font-size:18px;
}
.copyright-fix h1{
	margin:0px;
	color:#fff;
	font-size:15px;
}
.fix-hi{
	height:330px;
	
}
.fix-hi1{
	height:270px;
	
}
.delete-btn{
	background:#EE421D;
	color:#fff;
	border:0px;
	border-radius:0px;
	
}
.delete-btn.manoj{
	float:right;
	display:inline-block;
}.himanshu{ margin-top:10px; padding:10px;}
.delete-btn:focus{
background:#333;	
}
.empp-btn{
float:right;	
}
.leave-title h1 {
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    background: #333;
    color: #fff;
    border-left: 5px solid #ee421d;
    font-family: vardana;
    display: inline-block;
    padding: 5px 15px;
}
.half-full table{
	margin-bottom:15px;
	
}
.half-full table a{
	margin:0px 10px;
	
}
.addleave a{
	 
	position: relative;
    padding-left: 0px;
    border: 0px;
    overflow: hidden;
    margin-left: 0px;
    /* padding: 9px 45px; */
    text-align: center;
    width: 150px;
    padding-left: 40px;
	
}
.addleave a span{
	    background: #333;
		color:#fff;
    position: absolute;
    top: 0;
    left: 0px;
    width: 35px;
    height: 100%;
	line-height:45px;
}
	


.user-info .media-body, .user-info .media-left, .user-info .media-right {
    display: table-cell;
    vertical-align: middle;
}
.user-info .media-body{
	padding-left:15px;
	
}
.user-info .media-body h4{
	margin:10px 0px;
	display:block;
	text-transform:capitalize;
}
.user-info .media-body .name{
	font-weight:700;
	font-size:20px;
}
.user-info .media-body .Department{
	font-style:italic;
}
.user-info .media-body .Emp{
	font-weight:700;
}

.leave_count{
	background:#DCDCDC;
	padding:10px;
}
.leave_count span{
	display:block;
	padding:5px 0px;
	border-bottom:1px  dotted rgba(0,0,0,0.80);
	
}

.leave_count span:last-child{
	border:0px;
}
.leave_count span strong{
	display:inline-block;
	float:right;
	margin-right:10px;
}

.take-leave{
	text-align:center;
	margin-bottom:15px;
}
.take-leave h1{
	text-align:center;
	background:#373737;
	color:#fff;
	padding:5px 0px;
	font-size:18px;
}
.take-leave span{
	padding:5px 0px;
	display:inline-block;
	width:50%;
	background:#EE421D;
	color:#fff;
	font-weight:700;
}
.take-leave .edit_leave{
	display:inline-block;
	background:#b6b6b6;
	width:50%;
	padding:4px 0px;
}
.take-leave .edit_leave input{
	width:100%;
	margin:0px;
	border:0px;
	background:none;
	text-align:center;
	color:#000;
	background:#fff;
	border:1px solid #000;
	
}
.reason{
	margin-top:15px;
}



/*info-employee*/


.info-employee{
	margin:50px auto;
}
.info-employee .title {
background:#383838;
border-left:10px solid #EE421D;
}
.info-employee .title h1{
	color:#fff;
	font-weight:700;
	font-size:20px;
	padding:10px;
}
 
.info-employee form .colorclass{
	background:#f1f1f1;
	margin-bottom:20px;
}
.info-employee .form-group{
	margin:20px 0px;
	width:100%;
}
.Marital_Status{
	display:block;
}
.btn-s .btn{
	margin-top:46px;
}
.colorclass{
	background:#f1f1f1;
	margin-bottom:20px;
}

.letter-text{ display: inline-block;
    width: auto;    margin: 10px 5px;
}
.printbtn{ padding:0 0 50px 0;}
.printbtn .btn{ 
margin:10px;
}
.yesno{    width: 130px;
display: inline;}
.rowfilter{      margin: 25px 0 10px 0;
    display: block;}

.list-circle li{
	padding:5px 0px 5px 25px;
}
	.list-circle li:before {
    font-size: 10px;
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 10px;
    background-color:orange;
    color: #fff;
    padding: 6px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.letter p{ padding:5px 0;}

/**** orga...chart css start ***/

div.orgChart {
  margin : 10px;
  padding : 20px;
}

div.orgChart h2 {
  margin : 0px;
  font-size : 16px;
  font-weight: normal;
  min-height: 20px;
}

div.orgChart h2:hover {
  background:tomato;
  cursor: text;
}

div.orgChart ul {
  list-style : none;
  margin : 4px;
  padding : 0px;
  font-size : 0.8em;
  text-align : left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul { text-align : center; }

div.orgChart table { width : 100%; }

div.orgChart tr.lines td.line {
  width : 10px;
  height : 20px;
}

div.orgChart tr.lines td.top { border-top : 1px dashed black; }

div.orgChart tr.lines td.left { border-right : 1px dashed black; }

div.orgChart tr.lines td.right { border-left : 0px dashed black; }

div.orgChart tr.lines td.half { width : 50%; }

div.orgChart td {
  text-align : center;
  vertical-align : top;
  padding : 0px 2px;
}

div.orgChart div.node {
     cursor: default;
    border: 1px solid #e7e7e7;
    display: inline-block;
    padding: 9px;
    width: 136px;
    min-height: 75px;
  background: tomato;
  line-height : 1.3em;
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  position: relative;
  box-shadow: 1px 1px 0px #ddd;
      color: white;
}

.org-add-button,
.org-del-button,
.org-confirm-del-button {
  position: absolute;
  font-size: 12px;
}

.org-add-button {
  bottom: 3px;
  display:none;
  left: 5px;
  padding-left: 13px;
  background: url(./add.png) no-repeat 0 3px;
}

.org-add-button:hover,
.org-del-button:hover {
  background-color: #eef;
  border-radius: 2px;
  cursor: pointer;
}

.org-del-button {
  background: url(./delete.png) no-repeat;
  width: 12px;
  height: 12px;
  bottom: 7px;
  right: 5px;
}

.org-input { width: 90px; }

.org-confirm-del-button { display: none; }

#orgChart{
    width: auto;
    height: auto;
}

#orgChartContainer{
    
    height: 500px;
    overflow: auto;
    background: #eeeeee;
}

.php{
	color: #F6CECE;
    padding-top: 11px;
    font-weight: 900;
}

/****  org chart css end ***/
.popup div{
	
	    text-align: left;
    border: 1px solid #ccc;
    padding: 10px 0 6px 20px;
	
}
.popup .title_text {
	font-weight: bold;
	background: #f1f1f1;
}

.headtitle
{
	background-color:#ccc;
}

.skillsgroup {
	padding: 35px 15px;
	background-color: #f3f3f3;
	text-align: center;
}
.skillsgroup_p {
	padding: 10px 15px;
	background-color: #f3f3f3;
	text-align: center;
}
.skl_grp_name
{
	min-height: 30px;    font-size: 12px;
}



.srow
	{
		margin-bottom:10px;
	}
	
	.mtitle
	{
		min-height:130px;
		background: #eaeaea;
	}
	
	.vtitle {
	position: absolute;
	height: 24px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	font-weight: 700;
}


.mcatg h4 {
	background: #cacaca;
	padding: 10px;
	margin: 0;
	font-weight: 700;
}

.total-div .form-group
{
	margin-top:15px;
}
.skl_grp_name_p{     min-height: 45px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 5px;}
    .show a {
	text-decoration: none;
	}
	.show:hover {
	text-decoration: underline;
	}
	.setPaginate
	{
		float: right;
	}
	ul.setPaginate li.setPage{
	padding:15px 10px;
	font-size:14px;
	color: #555;
    line-height: 1.42857143;
    margin: 7px 0px 0 0;
    display: none;
	}

	ul.setPaginate{
	margin:0px;
	padding:0px;
	height:100%;
	overflow:hidden;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	list-style-type:none;	
	font-weight: 100;
	color: #333;
	}  

	ul.setPaginate li.dot{padding: 3px 0;}

	ul.setPaginate li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
	}
	ul.setPaginate li a
	{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	color: #333;
	margin: 15px 0px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	}	

	ul.setPaginate li a:hover{
		background: #ee421d;
    color: #fff;
    border-color: #ee421d;
	}
	ul.setPaginate li a.current_page
	{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #333;
	color: #ee421d;
	text-decoration: none;
	}

	ul.setPaginate li a{
	color:black;
	display:block;
	text-decoration:none;
	padding: 6px 12px;
	text-decoration: none;
	border-radius: 4px;
	border-radius: 4px;
	border-color: #333;
	font-weight: 100;
	}

	.add_margin{ margin-bottom:10px;}
 
.add_reschedule_span input{    width: 170px;
    float: left;}
 .heading-top2 h1 {
    margin: 25px 0px;
    text-align: center;
    font-size: 18px;
    color: #4D4D4D;
    font-family: 'neuropol_xregular';
}
.radiocls {margin-right: 10px;
margin-left: 5px;}
input[type="text"]:disabled {
    background-color: #ccc;
    border: none;
    padding: 6px;
}
.mar-btn{ margin-bottom: 10px !important; } 
.list-bx  h5{
    background: #ee421d;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 15px;
    position: absolute;
    top: -25px;
    right: 10px;
    border: 5px solid #fff;
}
.h2cls a{ color:#ffffff;} 
#viewans .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}
#employeereview_id ul li{
	list-style: disc;
    display: list-item;
}
#employeereview_id ul{ padding-left: 27px;
margin: 10px 0 10px 0;}
.leftpadding{margin: 0 20px;}