/* ******** */
/* MAIN CSS */
/* ******** */
.panel.panel-default{
	border-radius: 15px 5px 5px 15px;
}
.btn_send:hover, .btn_refresh:hover, .btn_changepass:hover {
	text-decoration:none;
	background-color: #FFF;
	border: 2px solid #1e1d1d;
	border-radius: 15px;
	color: #000;
}
.menu_bar{
	background: #c6c2c2;
	background: -moz-linear-gradient(top, #c6c2c2 0%, #5e5c5c 50%, #1e1d1d 100%);
	background: -webkit-linear-gradient(top, #c6c2c2 0%,#5e5c5c 50%,#1e1d1d 100%);
	background: linear-gradient(to bottom, #c6c2c2 0%,#5e5c5c 50%,#1e1d1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c2c2', endColorstr='#1e1d1d',GradientType=0 );
	border-radius: 15px 0px 0px 15px;
}
.task_percentage {
	background: -moz-linear-gradient(top, #92c8e5 0%, #4ab0e8 50%, #29a3e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c8e5), color-stop(50%,#4ab0e8), color-stop(100%,#29a3e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #92c8e5 0%,#4ab0e8 50%,#29a3e9 100%); /* Chrome10+,Safari5.1+ */
	border-radius: 15px 0px 15px 0px;
}
.message_body{
	padding-top: 0px;
  	padding-left: 0px;
  	padding-bottom: 0px;
  	height: 580px;
}
.selected{
	text-decoration: none !important;
	background-color: #FFF !important;
    text-align: center !important;
	color: #000 !important;
	font-weight: bold;
}
.btn_msg_button:hover{
	text-decoration: none !important;
	background-color: #FFF !important;
    text-align: center !important;
	color: #000 !important;
	font-weight: bold;
}
.btn_msg_button{
	border: 0px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	background-color: #FFF;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	background-color: Transparent;
    background-repeat:no-repeat;
    font-weight: bold;
}

/* Modals CSS */

.delete-modal .modal-header {
	background: #ED4949;
	color: #fff;
}

.update-modal .modal-header {
	background: #76E628;
	color: #fff;
}

.add-modal .modal-header {
	background: #79CBFF;
	color: #fff;
}
.padding-overlay{
	padding: 0px;
}
.alignMiddle{
	margin-top:40px;
}
#loginContainer{
	margin-top: 100px;
	border: 2px solid #1e1d1d;
	box-shadow: 1px 8px #eee;
	border-radius: 20px;
	padding-bottom: 15px;
}
.inputFieldUsername{
	height:35px;
	font-size:16px;
	margin-top:20px;
	text-indent:10px;
	border: 2px solid;
	border-color:#d3d3d3;
	border-radius:8px;
}
.inputFieldUsername:focus, .inputFieldPassword:focus{
	outline:none;
	box-shadow: 0 0 10px #9e9e9e;
	border-color: #808080;
}
.inputFieldPassword{
	height:35px;
	font-size:16px;
	margin-top:10px;
	text-indent:10px;
	border: 2px solid;
	border-color:#d3d3d3;
	border-radius:8px;
}
.buttonLogin{
	width: 115px;
	margin-top: 20px;
	color: #757575;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
}
.buttonLogin:hover{
		box-shadow: 0 0 10px #9e9e9e;
		border-color: #808080;
		color: #1e1d1d;
		background-color: #fff;
}
.buttonLogin:focus{
		outline:none !important;
		background: #fff;
		border-color: #808080;
		color: #757575;
}
.buttonLogin:active{
		box-shadow: 0 0 10px #9e9e9e;
		border-color: #808080;
		color: #1e1d1d;
		background-color: #fff;
}
.mainContainer{
	border:1px solid #47b9ea;
	margin-top:50px;
	padding-bottom:40px;
	box-shadow: 0 0 60px #47b9ea;
	border-radius:40px;
}
.header_modal{
	background-color: #1e1d1d;
	color: #fff !important;
}
.close{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ccc;
    text-shadow: none;
    filter: none;
    opacity: 1;
}
.close:hover{
	color: #fff;
    opacity: 1;
}

 hr.style-two {
  	border: 0px none;
	height: 3px;
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8), transparent);
	margin: 5px 0px 20px;
 }
.formCont {
	background: #1e1d1d;
	padding-bottom: 20px;
	border-radius: 0 0 20px 20px;
	border: 1px solid #ccc;
}
.attendanceTableContainer #attendance-table thead tr th {
	background-color: #232323;
	border: 1px solid #e4e4e4;
}
.attendanceTableContainer #attendance-table tbody tr td {
	border: 2px solid #e4e4e4;
	background-color: #fff;
}
a:hover, a:focus {
	color: #fff;
}

/* MOBILE CSS */
.cellFormat{
	text-align: center;
	vertical-align: middle !important;
}