/*--------------------------------Landing_page---------------------*/
.landing_area {
	/*background:url(../images/landing_page/back.png) no-repeat 0 0;*/
	/*background-color:#8fe5ea;*/
	background: rgba(9,72,105,1);/* Old Browsers */
	background: -moz-linear-gradient(top, rgba(9,72,105,1) 0%, rgba(30,130,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,72,105,1)), color-stop(100%, rgba(30,130,184,1)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(9,72,105,1) 0%, rgba(30,130,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(9,72,105,1) 0%, rgba(30,130,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(9,72,105,1) 0%, rgba(30,130,184,1) 100%); /* IE 10+ */
	background: linear-gradient(to bottom, rgba(9,72,105,1) 0%, rgba(30,130,184,1) 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094869', endColorstr='#1e82b8', GradientType=0 );/* IE6-9 */
	float: left;
	height: 100%;
	min-height: 100vh;
	width: 100%;
}
.top_area {
	background-color: #ededed;
	float: left;
	height: auto;
	width: 100%;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-moz-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-ms-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-o-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
}
.logo_area {
	float: left;
	height: auto;
	width: 100%;
}
.logo_area img {
	float: left;
	height: auto;
	padding: 5px;
	width: 30%;
}
.logo_text {
	color: #0b3c57;
	float: left;
	font-family: "Anton";
	font-size: 36px;
	font-weight: bold;
	height: auto;
	letter-spacing: 3px;
	line-height: 70px;
	text-align: left;
	text-transform: uppercase;
	width: 70%;
}
.logo_text_1 {
	color: #2cbba2;
}
.co_nter_logo {
	float: none;
	height: auto;
	margin: 0 auto;
	width: 50%;
}
.logo_text_2 {
	color: #0b3c57;
	float: left;
	font-family: "Anton";
	font-size: 36px;
	font-weight: bold;
	height: auto;
	letter-spacing: 3px;
	line-height: 53px;
	text-align: left;
	text-transform: uppercase;
	width: 70%;
}
ul.nav.top_more {
	margin: 15px 0 0;
}
.body_area {
	float: left;
	height: auto;
	padding: 30px 0;
	width: 100%;
}
.left_side_area {
	float: left;
	height: auto;
	padding: 30px 0;
	width: 100%;
}
.left_side_area > img {
	float: left;
	height: auto;
	width: 70%;
}
.right_side_area {
	/*background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 5px;
    float: left;
    height: auto;
    padding: 30px 15px;
    width: 100%;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-moz-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-ms-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-o-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);*/
	
	position: absolute;
	top: 50%;
	left: 35%;
	margin-top: 0px;
	margin-left: -50px;
	width: 500px;
	height: auto;
	padding: 30px 15px;
	background-color: #ececec;
	border: 1px solid #ececec;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 14px -2px rgba(6,45,66,1);
	-moz-box-shadow: 0px 5px 14px -2px rgba(6,45,66,1);
	-ms-box-shadow: 0px 5px 14px -2px rgba(6,45,66,1);
	-o-box-shadow: 0px 5px 14px -2px rgba(6,45,66,1);
	box-shadow: 0px 5px 14px -2px rgba(6,45,66,1);
}
.form_logo {
	float: left;
	height: auto;
	padding: 0 0 30px;
	text-align: center;
	width: 100%;
}
.form_logo img {
	float: left;
	height: auto;
	text-align: right;
	width: 30%;
}
.alert.alert-info {
	background-color: #0b3c57;
	padding: 10px;
	color: #fff;
}
.just_right_images {
	float: left;
	height: auto;
	width: 100%;
}
.just_right_images > img {
	float: left;
	height: auto;
	width: 100%;
}
.s_1 {
	width: 100%;
	height: 35px;
	transition: all ease-in-out 0.3s;
}
.s_1:focus {
	width: 100%;
	height: 45px;
	transition: all ease-in-out 0.3s;
}
.form-control:focus {
	border-color: #66afe9;
	box-shadow: none;
	outline: 0 none;
}
.b_1 {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	height: 45px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.b_1:hover {
	background-color: #0784bd;
	border: 1px solid #0784bd;
	float: left;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	height: 45px;
	line-height: 30px;
	text-transform: uppercase;
	width: 100%;
	transition: all ease-in-out 0.3s;
}
.c_1 {
	background-color: #2cbba2;
	border-color: #1ead94;
	color: #fff;
}
.c_2 {
	background-color: #007c63;
	border-color: #06957c;
	color: #fff;
}
.c_3 {
	background-color: #23b299;
	border-color: #1ead94;
	color: #fff;
}
.alert.alert-danger > u {
	font-size: 18px;
	font-family: 'Source Sans Pro';
	line-height: 24px;
	text-decoration: none;
}
.alert > u {
	font-size: 18px;
	font-family: 'Source Sans Pro';
	line-height: 24px;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #0b3c57 url("images/ui-bg_glass_50_0b3c57_1x400.png") repeat-x scroll 50% 50% !important;
	border: 1px solid #0b3c57 !important;
	color: #fff !important;
	font-weight: bold;
}
/*-------------------------------------End Landing Page-----------------------------*/


/*---------------------Nav_menu------------*/

.navbar-nav > li {
	padding: 10px 12px;
	margin: 0;
}
.navbar-nav > li > a {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #0b3c57;
	text-transform: uppercase;
	border-bottom: 0px solid #032D45;
	padding: 0;
	margin: 0;
	transition: all ease-in-out 0.3s;
}
.navbar-nav > li > a:hover {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #2cbba2;
	text-transform: uppercase;
	border-bottom: 0px solid #032D45;
	padding: 0;
	margin: 0;
	transition: all ease-in-out 0.3s;
}
.navbar-nav > li.active > a {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 2px solid #2cbba2;
	padding: 0;
	margin: 0;
	transition: all ease-in-out 0.3s;
}
/*----------------------Start account page----------------*/




.middle_menu {
	float: left;
	height: auto;
	padding: 15px 0 0;
	width: 100%;
}
.account_details_area {
	float: left;
	height: auto;
	padding: 15px 0 0;
	width: 100%;
}
.alert.alert-info {
	padding: 15px !important;
}
.your_task_area {
	background-color: #ededed;
	border-radius: 3px;
	float: left;
	height: auto;
	padding: 30px 15px;
	width: 100%;
	margin-bottom: 15px;
	transition: all ease-in-out 0.3s;
	transform: scale(1);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
.your_task_area:hover {
	background-color: #ededed;
	border-radius: 3px;
	float: left;
	height: auto;
	padding: 30px 15px;
	width: 100%;
	margin-bottom: 15px;
	transition: all ease-in-out 0.3s;
	transform: scale(1.02);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
#calendar {
	width: 100%;
	float: left;
	height: auto;
	background-color: #E5E5E5;
	border-radius: 3px;
	padding: 30px 15px;
	transition: all ease-in-out 0.3s;
	transform: scale(1);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
#calendar:hover {
	width: 100%;
	float: left;
	height: auto;
	background-color: #E5E5E5;
	border-radius: 3px;
	padding: 30px 15px;
	transition: all ease-in-out 0.3s;
	transform: scale(1.02);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
.fc-center h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0 0;
}
.row.bsmargin_footer {
	background-color: #2e353d;
	float: left;
	height: auto;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	color: #fff;
}
.navbar-toggle {
	background-color: #0b3c57;
	margin-top: 0;
}
.navbar-toggle_1 .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle_1 {
	background-color: transparent;
	border: 6px solid #7dd3d8;
	border-radius: 8px;
	box-shadow: none;
	height: 50px;
	margin-bottom: 10px;
	width: 50px;
}
.navbar-toggle_1.collapsed {
	background-color: transparent;
	border: 6px solid #7dd3d8;
	border-radius: 8px;
	box-shadow: none;
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
}
.navbar-toggle_1 .icon-bar {
	background-color: #0b3c57;
}
.navbar-toggle_1 .icon-bar + .icon-bar {
	margin-top: 4px;
}
.fc-toolbar .fc-left {
	float: left;
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.nav.navbar-nav.navbar-right li {
	display: inline-block;
}
.btn.btn-success.b_2 {
	background-color: #29a6df;
	border: 1px solid #29a6df;
	float: left;
	font-size: 12px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2:hover {
	background-color: #0784bd;
	border: 1px solid #0784bd;
	float: left;
	font-size: 12px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2a {
	background-color: #29a6df;
	border: 1px solid #29a6df;
	float: left;
	font-size: 12px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
.btn.btn-primary.b_3 {
	background-color: ##337ab7;
	border: 1px solid ##337ab7;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 30px;
	margin-left: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-primary.b_3:hover {
	background-color: #3dbaf3;
	border: 1px solid #3dbaf3;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin-left: 15px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
/*----------------------End account page----------------*/

/*--------------------------Start Create project-------------*/

.left_form {
	background-color: #e8e8e8;
	border-radius: 3px;
	float: left;
	height: auto;
	padding: 30px 15px;
	width: 100%;
	margin-bottom: 20px;
	transition: all ease-in-out 0.3s;
	transform: scale(1);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
.left_form:hover {
	background-color: #e8e8e8;
	border-radius: 3px;
	float: left;
	height: auto;
	padding: 30px 15px;
	width: 100%;
	margin-bottom: 20px;
	transition: all ease-in-out 0.3s;
	transform: scale(1.02);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
.mce-tinymce.mce-container.mce-panel {
	transition: all ease-in-out 0.3s;
	transform: scale(1);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
.mce-tinymce.mce-container.mce-panel:hover {
	transition: all ease-in-out 0.3s;
	transform: scale(1.01);
	-webkit-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-moz-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-ms-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	-o-box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
	box-shadow: 0 5px 2px -4px rgb(6, 45, 66);
}
/*--------------------------End Create project-------------*/


/*---------------------------------Start add_new_task-----------------------*/
.form_heading {
	float: none;
	font-size: 18px;
	height: auto;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.left_form_1 {
	background-color: #e8e8e8;
	border-radius: 3px;
	float: left;
	height: auto;
	padding: 0px 15px 15px;
	width: 100%;
	margin-bottom: 20px;
}
/*---------------------------------End add_new_task-----------------------*/

/*---------------------------------Start settings-----------------------*/
.btn.btn-danger.b_3 {
	background-color: ##337ab7;
	border: 1px solid ##337ab7;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 30px;
	margin-left: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-danger.b_3:hover {
	background-color: ##3dbaf3;
	border: 1px solid ##3dbaf3;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 30px;
	margin-left: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-danger.b_3a {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 30px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.btn.btn-danger.b_3a:hover {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 30px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.btn.btn-primary.b_2 {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 13px;
	line-height: 30px;
	height: 45px;
	text-transform: uppercase;
	width: 100%;
	transition: all ease-in-out 0.3s;
}
.btn.btn-primary.b_2:hover {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 45px;
	text-transform: uppercase;
	width: 100%;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2b {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 45px;
	text-transform: uppercase;
	width: 100%;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2b:hover {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 45px;
	text-transform: uppercase;
	width: 100%;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2c {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 15px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2c:hover {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 15px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2d {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 15px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
.btn.btn-success.b_2d:hover {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 15px;
	height: 45px;
	text-transform: uppercase;
	width: auto;
	transition: all ease-in-out 0.3s;
}
label.btn.u_1 {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	color: #fff;
	width: auto;
}
/*---------------------------------end settings-----------------------*/


/*----------------------------Start tabview_task-----------------*/
.gap_select {
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.well.well-sm {
	float: left;
	height: auto;
	width: 100%;
	transition: all ease-in-out 0.3s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(163,150,163,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(163,150,163,1);
	-ms-box-shadow: 0px 0px 0px 0px rgba(163,150,163,1);
	-o-box-shadow: 0px 0px 0px 0px rgba(163,150,163,1);
	box-shadow: 0px 0px 0px 0px rgba(163,150,163,1);
}
.well.well-sm:hover {
	float: left;
	height: auto;
	width: 100%;
	transition: all ease-in-out 0.3s;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-moz-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-ms-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-o-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
}
#getalltasklist {
	float: left;
	height: auto;
	width: 100%;
}
#datatable_wrapper {
	width: 100%;
}
/*----------------------------End tabview_task-----------------*/


/*-----------------------------Start task_details----------------*/
.first_line {
	background-color: #0b3c57;
	color: #fff;
	border-radius: 5px;
	float: left;
	height: auto;
	padding: 10px 12px;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-moz-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-ms-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	-o-box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
	box-shadow: 0px 2px 5px -1px rgba(163,150,163,1);
}
.btn.btn-danger.btn-xs.b_2 {
	background-color: ##3dbaf3;
	border: 1px solid ##3dbaf3;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 43px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-danger.btn-xs.b_2:hover {
	background-color: ##3dbaf3;
	border: 1px solid ##3dbaf3;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 43px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
/*-----------------------------End task_details----------------*/

/*-----------------------Start add_new_task----------*/

.btn.btn-success.b_2 {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 14px;
	height: 45px;
	line-height: 30px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.btn.btn-success.b_2:hover {
	background-color: ##3dbaf3;
	border: 1px solid ##3dbaf3;
	float: left;
	font-size: 14px;
	height: 45px;
	line-height: 30px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.btn.btn-primary.b_4 {
	background-color: ##3dbaf3;
	border: 1px solid ##3dbaf3;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-primary.b_4:hover {
	background-color: ##3dbaf3;
	border: 1px solid ##3dbaf3;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-warning.b_4 {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.btn.btn-warning.b_4:hover {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
/*-----------------------End add_new_task----------*/

.well.well-sm.maneg_deta {
	height: 500px;
	overflow: auto;
	width: 830px;
}
/*-------------------Add new task page design---------*/
.alert.alert-danger.more_alart {
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
	float: left;
	height: auto;
	width: 100%;
	color: #676767;
}
.current_task_heading {
	float: left;
	height: auto;
	line-height: 50px;
	width: 100%;
}
.aLink.l_lac {
	line-height: 50px;
	margin-left: 15px;
}
.date_extand {
	float: left;
	height: auto;
	padding: 0 0 10px;
	width: 100%;
}
.btn.btn-success.btn-xs.s_2 {
	padding: 7px 12px;
}
.a_1 {
	background: url(../images/arrow.png) no-repeat 96%;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #d4d4d4;
	float: left;
	height: 45px;
	width: 100%;
}
.btn.btn-danger.btn-xs.semd {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	height: auto;
	padding: 10px 12px;
	width: auto;
}
.put_date {
	float: left;
	height: auto;
	width: 100%;
}
.btn.btn-success.btn-xs.semd {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	height: auto;
	padding: 10px 12px;
	width: auto;
}
#resp {
	background-color: #2cbba2;
	border-radius: 3px;
	color: #fff;
	height: auto;
	line-height: 38px;
	width: auto;
	padding: 10px 0;
}
.bsgreen {
	padding: 10px 0px;
}
.alert-danger {
	background-color: #2cbba2;
	border-color: #2cbba2;
	color: #fff;
}
/*.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #0b3c57;
}*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}
.btn.btn-warning.u_2 {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 0px;
	margin-right: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-warning.u_2:hover {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 0px;
	margin-right: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-danger.c_4 {
	background-color: #0b3c57;
	border: 1px solid #0b3c57;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 0px;
	margin-right: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.btn.btn-danger.c_4:hover {
	background-color: #2cbba2;
	border: 1px solid #2cbba2;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 32px;
	margin-left: 0px;
	margin-right: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.select_design {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: url(../images/arrow.png) no-repeat 98%;
	background-color: #fff;
}
.back_low {
	color: #1c1c1c;
}
table.dataTable tbody tr {
	background-color: transparent;
}
.well.well-sm.copped.del_ta {
	background-color: #f8f8f8;
	border: 1px solid #2cbba2;
	color: #1c1c1c;
}
table.dataTable, table.dataTable th, table.dataTable td {
	box-sizing: content-box;
	color: #1c1c1c !important;
}
.table-hover > tbody > tr:hover {
	background-color: #ededed;
}
.nav-side-menu ul, .nav-side-menu li {
	cursor: default;
}
.table-responsive {
	border: 0px solid #fff;
}
.input-group-addon
{
	text-align:left;
}



/*-----------------------------------------------------------Start Responsive-------------------------------------------------------------*/
@media screen and (max-width: 320px) {
.fa.fa-bars.fa-2x.toggle-btn.collapsed {
	display: block;
}
.logo_area {
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
}
.logo_area img {
	float: left;
	height: auto;
	padding: 5px;
	width: 70%;
}
ul.nav.top_more li {
	display: inline-block;
}
.left_side_area > img {
	width: 100%;
}
.btn.btn-success.b_1 {
	width: 100%;
}
.btn.btn-success.b_1:hover {
	width: 100%;
	margin-bottom: 10px;
}
.landing_area {
	height: auto;
}
.well.well-sm.copped {
	width: 100%;
}
.well.well-sm.copped:hover {
	width: 100%;
}
.well.well-sm {
	width: 700px;
}
.well.well-sm:hover {
	width: 700px;
}
.well.well-sm.maneg_deta {
	height: auto;
	overflow: auto;
	width: 100%;
}
/*----------------------------16.06.2017----------------------*/
.row {
	margin: 0;
	padding: 0;
}
.co_nter_logo {
	float: left;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.logo_area img {
	width: 30%;
}
.account_details_area {
	padding: 0;
}
.right_side_area {
	background-color: #ececec;
	border: 1px solid #ececec;
	border-radius: 5px;
	box-shadow: 0 5px 14px -2px rgb(6, 45, 66);
	height: auto;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 30px 15px;
	position: relative;
	top: 0%;
	float: left;
	width: 98%;
}
.dropdown-menu.open {
	float: left;
	height: auto;
	width: 100%;
}
.bootstrap-select.form-control:not([class*="col-"]) {
	float: left;
	height: auto;
	width: 100%;
}
.btn.btn-success.b_1 {
	margin-bottom: 10px;
	width: 100%;
}
.btn-group-xs > .btn, .btn-xs {
	margin-bottom: 5px;
}
.btn.btn-primary.b_2
{
	margin-top:10px;
}
}

@media screen and (min-width: 321px) and (max-width: 480px) {
.row {
	margin: 0;
	padding: 0;
}
.fa.fa-bars.fa-2x.toggle-btn.collapsed {
	display: block;
}
.co_nter_logo {
	float: none;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.logo_area {
	float: none;
	height: auto;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.right_side_area {
	background-color: #ececec;
	border: 1px solid #ececec;
	border-radius: 5px;
	box-shadow: 0 5px 14px -2px rgb(6, 45, 66);
	float: left;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 30px 15px;
	position: relative;
	top: 50%;
	width: 100%;
}
.logo_area img {
	float: left;
	height: auto;
	padding: 5px;
	width: 70px;
}
.logo_text {
	font-size: 40px;
	line-height: 70px;
	width: 150px;
}
.logo_text {
	font-size: 30px;
	line-height: 60px;
	width: 70%;
}
.form_logo img {
	width: 65px;
}
.logo_text_2 {
	font-size: 36px;
	line-height: 53px;
	width: 160px;
}
ul.nav.top_more li {
	display: inline-block;
}
.left_side_area > img {
	width: 100%;
}
.btn.btn-success.b_1 {
	margin-bottom: 10px;
	width: 100%;
}
.btn.btn-success.b_1:hover {
	margin-bottom: 10px;
	width: 100%;
}
.landing_area {
	height: auto;
}
.just_right_images > img {
	width: 80%;
}
.navbar-toggle {
	margin-top: 15px;
	margin-right: 0;
}
.well.well-sm.copped {
	width: 100%;
}
.well.well-sm.copped:hover {
	width: 100%;
}
.well.well-sm {
	width: 700px;
}
.well.well-sm:hover {
	width: 700px;
}
.well.well-sm.maneg_deta {
	height: auto;
	overflow: auto;
	width: 100%;
}
.btn-group-xs > .btn, .btn-xs {
	margin-bottom: 5px;
}
.btn.btn-primary.b_2
{
	margin-top:10px;
}
label.btn.u_1 {
    font-size: 11px;
}
}

@media screen and (min-width: 481px) and (max-width: 766px) {
.row {
	margin: 0;
	padding: 0;
}
.fa.fa-bars.fa-2x.toggle-btn.collapsed {
	display: block;
}
.logo_area {
	width: 100%;
}
.logo_area img {
	width: 85px;
}
.navbar-toggle {
	background-color: #29a6df;
	margin-top: 25px;
}
ul.nav.top_more li {
	display: inline-block;
}
.left_side_area > img {
	width: 100%;
}
.btn.btn-success.b_1 {
	margin-bottom: 10px;
	width: 100%;
}
.btn.btn-success.b_1:hover {
	margin-bottom: 10px;
	width: 100%;
}
.landing_area {
	height: auto;
}
.just_right_images > img {
	width: 80%;
}
.well.well-sm.copped {
	width: 100%;
}
.well.well-sm.copped:hover {
	width: 100%;
}
.well.well-sm {
	width: 700px;
}
.well.well-sm:hover {
	width: 700px;
}
.well.well-sm.maneg_deta {
	height: auto;
	overflow: auto;
	width: 100%;
}
.right_side_area {
	background-color: #ececec;
	border: 1px solid #ececec;
	border-radius: 5px;
	box-shadow: 0 5px 14px -2px rgb(6, 45, 66);
	float: left;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 30px 15px;
	position: relative;
	top: 50%;
	width: 100%;
}
.btn-group-xs > .btn, .btn-xs {
	margin-bottom: 5px;
}
.btn.btn-primary.b_2
{
	margin-top:10px;
}
}

@media screen and (min-width: 767px) and (max-width: 767px) {
.row {
	margin: 0;
	padding: 0;
}
.logo_area {
	width: 100%;
}
.logo_area img {
	width: 13%;
}
.navbar-toggle {
	margin-top: 20px;
}
ul.nav.top_more li {
	display: inline-block;
}
.left_side_area > img {
	width: 100%;
}
.btn.btn-success.b_1 {
	margin-bottom: 10px;
	width: 100%;
}
.btn.btn-success.b_1:hover {
	width: 100%;
	margin-bottom: 10px;
}
.just_right_images > img {
	width: 80%;
}
.fa.fa-bars.fa-2x.toggle-btn {
	display: none;
}
.landing_area {
	height: auto;
}
.well.well-sm.maneg_deta {
	height: auto;
	overflow: auto;
	width: 100%;
}
.right_side_area {
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: 0 5px 14px -2px rgb(6, 45, 66);
    float: left;
    height: auto;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 30px 15px;
    position: relative;
    top: 50%;
    width: 100%;
}
.well.well-sm.copped {
	width: 100%;
}
.well.well-sm.copped:hover {
	width: 100%;
}
.well.well-sm {
	width: 100%;
}
.well.well-sm:hover {
	width: 100%;
}
.btn-group-xs > .btn, .btn-xs {
	margin-bottom: 5px;
}
.btn.btn-primary.b_2
{
	margin-top:10px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.logo_area img {
	width: 80px;
	float: left;
	height: auto;
}
.logo_text {
	font-size: 24px;
	line-height: 66px;
	width: 48%;
	float: left;
}
.navbar-nav > li > a {
	padding: 0px;
}
.fa.fa-bars.fa-2x.toggle-btn {
	display: none;
}
.landing_area {
	height: auto;
}
.well.well-sm.maneg_deta {
	height: 500px;
	overflow: auto;
	width: 100%;
}
.navbar-toggle_1 {
	display: none;
}
.right_side_area {
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: 0 5px 14px -2px rgb(6, 45, 66);
    float: left;
    height: auto;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 30px 15px;
    position: relative;
    top: 50%;
    width: 100%;
}
.row {
	margin: 0;
	padding: 0;
}
.well.well-sm.copped {
	width: 100%;
}
.well.well-sm.copped:hover {
	width: 100%;
}
.well.well-sm {
	width: 1170px;
}
.well.well-sm:hover {
	width: 1170px;
}
.btn.btn-success.b_1 {
	width: 100%;
	margin-bottom: 10px;
}
.btn.btn-success.b_1:hover {
	width: 100%;
	margin-bottom: 10px;
}
.btn-group-xs > .btn, .btn-xs {
	margin-bottom: 5px;
}
.alert > u {
    font-size: 12px;
    line-height: 18px;
}
.sp {
    font-size: 14px;
    font-weight: bold;
}
.alert
{
	padding:0;
}
.btn.btn-primary.b_2
{
	margin-top:10px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.logo_area img {
	width: 80px;
	float: left;
	height: auto;
}
.logo_text {
	font-size: 24px;
	line-height: 66px;
	width: 48%;
	float: left;
}
.fa.fa-bars.fa-2x.toggle-btn {
	display: none;
}
.landing_area {
	height: auto;
}
.navbar-nav > li {
	margin: 0;
	padding: 10px 6px;
}
.alert {
	padding: 3px;
}
.alert > u {
	font-size: 14px;
	line-height: 20px;
}
.b_1 {
	font-size: 14px;
}
.b_1:hover {
	font-size: 14px;
}
.well.well-sm.maneg_deta {
	height: 500px;
	overflow: auto;
	width: 100%;
}
.navbar-toggle_1 {
	display: none;
}
.right_side_area {
	background-color: #ececec;
	border: 1px solid #ececec;
	border-radius: 5px;
	box-shadow: 0 5px 14px -2px rgb(6, 45, 66);
	height: auto;
	left: 0;
	margin-left: 2%;
	margin-top: 0;
	padding: 30px 15px;
	position: absolute;
	top: 50%;
	width: 95%;
}
.row {
	margin: 0;
	padding: 0;
}
.btn-group-xs > .btn, .btn-xs {
	margin-bottom: 5px;
}
.btn.btn-success.b_1 {
	margin-bottom: 10px;
}
}

@media screen and (min-width: 1200px) and (max-width: 4000px) {
.fa.fa-bars.fa-2x.toggle-btn {
	display: none;
}
.navbar-toggle_1 {
	display: none;
}
}