/**, html
{
	margin: 0px;
	padding: 0px;
}*/

body
{
	margin: 0;
	padding: 0;
	font-family: Roboto, "Oleo Script";
	background: url(../images/Background.png) no-repeat center;
	font-weight: 900;
}

.site_bg
{
	margin-top: 10px; /*background:url(../images/lava-rapido.jpg) center no-repeat;*/
}

.header-top
{
	background-color: #ffffff;
	background: rgba(255,255,255, 0.6);
	padding: 0px 0;
	position: relative;
}

	.header-top ul
	{
		text-align: right;
		color: #120c38;
	}

		.header-top ul li a
		{
			color: #fff;
			padding: 0 10px;
		}

.admin_link ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

	.admin_link ul li
	{
		display: inline-block;
		line-height: 1.5;
	}

		.admin_link ul li a
		{
			color: #120c38;
			text-decoration: none;
		}
/*========NAVIGATION CSS=========*/
.navbar .navbar-nav
{
	letter-spacing: 1px;
}

.navbar-default
{
	margin-top: 10px;
	position: relative;
	background-color: #259df2;
	background: rgba(37,157,242, 0.6);
	fill: rgba(37,157,242, 0.6);
	color: #FFFFFF;
}

.navbar-default, .navbar-inverse
{
	border: 0;
}

.navbar
{
	font-family: Roboto;
	font-size: 16px;
	padding: 5px 0px 0px 0px;
}
/*.navbar-default .navbar-toggle{ position: relative; background-color: #120c38; background-image: none; border-color:#120c38;}*/
.navbar-default .navbar-toggle .icon-bar
{
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #FFFFFF;
}

.navbar-default .navbar-brand
{
	padding: 15px;
	margin-top: -60px;
}

	.navbar-default .navbar-brand :hover
	{ /*background-color:#259df2;background: rgba(37,157,242, 0.6); position:relative;*/
		padding-bottom: 0.9em;
	}

.navbar-default .navbar-nav li a
{
	color: #120c38;
	background-color: transparent;
	margin-bottom:5px;
}

	.navbar-default .navbar-nav li a:hover
	{
		color: #FFFFFF;
		background: #120c38;
		position: relative;
		margin-bottom:5px;
	
	}

/* 11 : Form &amp; Input Style BOF
==================================================== */
form
{
	margin-top: 10px;
}

.common-form .form-control
{
	background: #FFFFFF;
	border: none;
	width: 50%;
	border-radius: 0;
	margin-right: 10px;
	font-size: 12px;
	border: solid #999999 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 16px;
	color: #0e0e0e;
	-webkit-appearance: none;
}

.common-form textarea.form-control
{
	padding-right: 5px;
	resize: vertical;
	overflow: auto;
	height: 100px;
}

	.common-form textarea.form-control :focus
	{
		border: 1px solid #120c38;
	}

.form-content
{
	background: #FFFFFF;
	padding: 10px 10px 20px 10px;
	margin-bottom: 75px;
	background: rgba(255,255,255,0.9);
	min-height: 700px; /*M.Husen - 19/9/2016*/
}

.common-form .input_backcolor
{
	Position: relative;
	float: left;
	width: 100%;
	padding: 0px 30px;
	line-height: 25px;
}

.common-form .input_backcolor_blue
{
	Position: relative;
	float: left;
	width: 100%;
	padding: 0px 30px;
	line-height: 25px;
	background: #ebebeb;
	background: rgba(235,235,235,0.4);
}

.common-form label
{
	font-size: 18px;
	float: left;
	min-width: 130px;
	padding: 5px 0px;
	font-family: Roboto, "Oleo Script";
}

.common-form .Address label
{
	font-size: 15px;
	float: left;
	min-width: 71px;
	padding: 5px 0px;
	height: 57px;
}

.Form_Title
{
	text-align: left;
	position: relative;
}

	.Form_Title h1
	{
		padding: 0px 10px;
		padding-left: 25px;
		color: #120c38;
		font-family: BenchNine;
		font-weight: 800;
		font-size: 40px;
		border-bottom: solid 1px;
		border-bottom-color: #666666;
		margin-top: 3px;
	}

	.Form_Title h2
	{
		padding: 0px 10px;
		padding-left: 25px;
		color: #120c38;
		font-family: BenchNine;
		font-weight: 800;
		font-size: 22px;
		padding-top: 110px;
	}

.Client_Title
{
	text-align: left;
}

	.Client_Title h2
	{
		padding: 0px 10px;
		padding-left: 25px;
		color: #120c38;
		font-family: BenchNine;
		font-weight: 800;
		font-size: 22px;
		padding-top: 110px;
	}

.button-content
{
	display: block;
	padding-left: 160px; /*padding-top: 50px; margin-top: 50px;*/
	border-top: solid 1px #666666;
}

	.button-content .btn
	{
		height: 36px;
		background: #120c38;
		color: #ffffff;
		border-radius: 0;
		transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-web-kit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		margin-top: 10px;
	}

		.button-content .btn:hover
		{
			border: 1px solid #120c38;
			color: #120c38;
			background: none;
		}

.findbtn
{
	height: 36px;
	background: #120c38;
	color: #ffffff;
	border-radius: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-web-kit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	margin-top: 0px;
	padding: 10px 15px;
}

	.findbtn:hover
	{
		border: 1px solid #120c38;
		color: #120c38;
		background: none;
	}

.radiobuttonlist_bg
{
	Position: relative;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
}

	.radiobuttonlist_bg label
	{
		padding: 0px 10px;
		min-width: 100px;
	}

.grid
{
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	Border: #666666 solid 1px;
	margin-top: 20px;
	margin-left: 30px;
}

	.grid p
	{
		padding-left: 5px;
	}

	.grid h4
	{
		width: 100%;
		float: left;
		margin: 0px;
		padding-left: 5px;
		background: #120c38;
		color: #fceeee;
		line-height: 30px;
		font-weight: 800;
	}
.common-form .home_input_bg{ position:relative; float:left; width: 50%; padding:10px 10px 3px 50px; height:auto; margin-bottom:25px; margin-top:20px;}
.common-form .home_input_bg input{ width:auto; padding:5px;}
	.common-form .home_input_bg label
	{
		font-size: 18px;
		float: left;
		min-width: 65px;
		padding: 5px 0px;
		font-family: Roboto, "Oleo Script";
	}

/*========FOOTER CSS=========*/
footer
{
	background-color: #259df2;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

	footer p
	{
		color: #fff;
		text-align: right;
	}

/*M.Husen - 17/9/2016*/

.dropdown
{
	font-family: Roboto, "Oleo Script";
	margin-top: 5px;
	/*padding: 5px;*/
	float: left;
	margin-left: 5px;
}


	.dropdown select
	{
		padding: 5px;
		border: 1px solid #ccc;
		float: left;
		margin-left: 5px;
		width: 100px;
		margin-right: 40px;
	}
/*-------------------------------------*/

/*=========================Login================================*/
.body
{
	margin: 0;
	padding: 0;
	background: url(../images/Login_Bg.png) no-repeat top;
	font-family: Roboto, "Oleo Script";
}

.login-form
{
	background: url(../images/dregmes%20copy.jpg) center;
	padding: 0 50px 45px 50px;
	margin-top: 70px;
	border-bottom: 7px solid #130c38; /*box-shadow:0px 2px 10px #7f7e7e;*/
	box-shadow: 10px 10px 5px grey;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
}

.logo
{
	text-align: center;
	margin-bottom: 20px;
}

	.logo img
	{
		display: inline-block;
		margin-top: 0px;
	}

.login-form .icon
{
	width: 50px;
	font-size: 18px;
	display: inline-block;
	padding: 6px 12px;
	font-weight: normal;
	height: 45px;
	white-space: nowrap;
	background: #120c38;
	border: 1px solid transparent;
	color: #fff;
}

.login-form .input-group
{
	margin-bottom: 25px;
}

	.login-form .input-group .form-control
	{
		height: 45px;
		border-radius: 0;
		background: rgba(255,255,255, 0.6);
		background: #FFFFFF;
		color: #fff;
	}

		.login-form .input-group .form-control:focus
		{
			border: 1px solid #120c38;
			box-shadow: none;
		}

.login-form .link
{
	color: #130c38;
	text-align: center;
	display: block;
}

.login-form .login
{
	padding: 0 70px;
	margin-bottom: 15px;
}

.btn
{
	height: 36px;
	background: #120c38;
	color: #fff;
	border-radius: 0;
	border: 1px solid #0000ff;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-web-kit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

	.btn:hover
	{
		border: 1px solid #130c38;
		color: #130c38;
		background: none;
	}

.common-form .radio_bg
{
	Position: relative;
	width: 50%;
	padding-left: 0px;
	cursor: pointer;
	margin-top: 10px;
}

	.common-form .radio_bg label
	{
		font-size: 18px;
		float: right;
		min-width: 100px;
		padding: 0px 0px;
		font-family: Roboto, "Oleo Script";
		cursor: pointer;
	}

.common-form .Findlabel
{
	font-size: 18px;
	float: left;
	min-width: 75px;
	padding: 5px 0px;
	font-family: Roboto, "Oleo Script";
}




/*========Job Card Entry Form===============*/
.job_btn_box
{
	margin-top: 82px;
	padding: 5px;
	text-align: left;
	margin-left: 25px;
}

/*.common-form .input_backcolor_job {
    Position: relative;
    float: left;
    width: 100%;
    padding: 10px 30px 3px 30px;
    height: 35px;
}*/

.input_backcolor_job
{
	Position: relative;
	float: left;
	width: 100%;
	padding: 10px 30px 3px 30px;
	height: 35px;
}

	.input_backcolor_job .form-group
	{
		margin-left: 5px;
	}

	/*.common-form .input_backcolor_job .label_1 {
    font-size: 18px;
    float: left;
    min-width: 75px;
    padding: 5px 0px 0px 5px;
    font-family: Roboto, "Oleo Script";
    font-weight: bolder;
    color: #120c38;
    margin-left: 3px;
}*/

	.input_backcolor_job .label_1
	{
		font-size: 18px;
		float: left;
		min-width: 75px;
		padding: 5px 0px 0px 5px;
		font-family: Roboto, "Oleo Script";
		font-weight: bolder;
		color: #120c38;
		margin-left: 3px;
	}

	/*.common-form .input_backcolor_job .label_2 {
    font-size: 16px;
    float: left;
    min-width: 75px;
    padding: 6px 0px 0px 0px;
    font-family: Roboto, "Oleo Script";
    font-weight: bold;
}*/

	.input_backcolor_job .label_2
	{
		font-size: 16px;
		float: left;
		min-width: 75px;
		padding: 6px 0px 0px 0px;
		font-family: Roboto, "Oleo Script";
		font-weight: bold;
	}

	.input_backcolor_job .label_3
	{
		font-size: 16px;
		float: left;
		min-width: 235px;
		padding: 6px 0px 0px 0px;
		font-family: Roboto, "Oleo Script";
		font-weight: bold;
	}

.job_btn-group-vertical
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

	.job_btn-group-vertical .job_btn
	{
		display: block;
		float: none;
		width: 110px;
		height: 50px;
		background: #120c38;
		color: #ffffff;
		border-radius: 0;
		transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-web-kit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out0s;
		margin-top: 3px;
		border: 1px solid #120c38;
		border-radius: 5px;
	}

		.job_btn-group-vertical .job_btn:hover
		{
			border: 1px solid #120c38;
			color: #120c38;
			background: none;
		}

	.job_btn-group-vertical .active
	{
		border: 1px solid #120c38;
		color: #120c38;
		background: none;
	}

	.job_btn-group-vertical .job_btn i
	{
		float: left;
		padding-left: 15px;
		padding-right: -10px;
	}

	.job_btn-group-vertical .job_btn .a_link
	{
		text-decoration: none;
		color: #FFFFFF;
	}

		.job_btn-group-vertical .job_btn .a_link:hover
		{
			text-decoration: none;
			color: #120c38;
		}

	.job_btn-group-vertical .job_btn .fa
	{
		font-size: 20px;
		text-align: left;
	}

	.job_btn-group-vertical .job_btn .a_active
	{
		color: #120c38;
	}

.job_btn_box_opt
{
	margin-top: 77px;
	padding: 10px;
	margin-left: -45px;
	/*border: solid 1px #999999;*/
	/*border-radius: 10px;*/
}

.job_btn_opt-group-vertical
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

	.job_btn_opt-group-vertical .job_btn_opt
	{
		display: compact;
		float: none;
		width: 285px;
		height: 50px;
		background: #120c38;
		color: #ffffff;
		border-radius: 0;
		transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-web-kit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out0s;
		margin-top: 3px;
		border: 1px solid #120c38;
		border-radius: 5px;
	}

		.job_btn_opt-group-vertical .job_btn_opt:hover
		{
			border: 1px solid #120c38;
			color: #120c38;
			background: none;
		}

		.job_btn_opt-group-vertical .job_btn_opt .a_link
		{
			text-decoration: none;
			color: #FFFFFF;
		}

			.job_btn_opt-group-vertical .job_btn_opt .a_link:hover
			{
				text-decoration: none;
				color: #120c38;
			}

.Jobgrid
{
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	/*Border: #666666 solid 1px;*/
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
}

	.Jobgrid p
	{
		padding-left: 5px;
	}

	.Jobgrid h4
	{
		width: 100%;
		float: left;
		margin: 0px;
		padding-left: 5px;
		background: #120c38;
		color: #fceeee;
		line-height: 30px;
		font-weight: 800;
	}

	.Jobgrid .text_box
	{
		width: 80%;
		height: 28px;
		float: left;
		text-align: left;
		border: #999999 solid 1px;
		border-radius: 3px;
		margin-top: 1px;
		padding-left: 5px;
		padding-right: 5px;
		color: black;
	}

		.Jobgrid .text_box:focus
		{
			border: 1px solid #120c38;
			box-shadow: none;
		}

	.Jobgrid .job_btn_delete
	{
		margin-top: 1px;
	}

	.Jobgrid .job_label
	{
		width: 100%;
		font-size: 16px;
		color: #333333;
		font-family: Roboto, "Oleo Script";
		font-weight: bold;
		padding: 5px;
	}

	.Jobgrid .job_btn_delete .fa
	{
		font-size: 18px;
		text-align: center;
		font-weight: 200;
		color: #FFFFFF;
	}
	/*-------------------------*/
	.Jobgrid th
	{
		margin: 0px;
		padding-left: 5px;
		background: #120c38;
		color: #fceeee;
		line-height: 30px;
		font-weight: 800;
		text-align: center;
	}

	.Jobgrid table
	{
		border: 1px solid gray;
	}

	.Jobgrid tr
	{
		border: none;
	}

.Popup
{
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	padding-top: 10px;
	padding-left: 10px;
	width: 1000px;
	text-align: center;
}

.Background
{
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.9;
}


.combolist
{
	background: #ffffff;
	border: none;
	height: 30px;
	width: 35%;
	border-radius: 0;
	margin-right: 10px;
	font-size: 12px;
	border: solid #999999 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 16px;
	color: #0e0e0e;
	-webkit-appearance: none;
	font-family: Calibri;
	margin-bottom: 3px;
	cursor: default;
}

table .combolist
{
	background: #ffffff;
	border: none;
	height: 30px;
	width: 35%;
	border-radius: 0;
	margin-right: 10px;
	font-size: 12px;
	border: solid #999999 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 16px;
	color: #0e0e0e;
	-webkit-appearance: none;
	font-family: Calibri;
	margin-bottom: 3px;
	cursor: default;
	margin-top: 5px;
}

.ajax__calendar .ajax__calendar_container
{
	z-index: 1000;
}

/*=============Table Css=====================*/
table th
{
	background: #120c38;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

table tr th
{
	text-align: left;
}

.table-bordered tbody tr th
{
	border: 1px solid #002e5b;
}

.table-bordered tbody tr td
{
	border: 1px solid #d0d0d0;
}

.table-bordered tbody tr th
{
	text-align: center;
	width: 5%;
}

.table-bordered tbody tr:nth-child(even)
{
	background: #f1f1f2;
}

.table-bordered tbody tr:nth-child(odd)
{
	background: #fff;
}

/*========Client Detail Content===============*/
.input_backcolor h3
{
	padding: 8px 0px 0px 0px;
	color: #120c38;
	font-family: BenchNine;
	font-weight: 600;
	font-size: 30px;
}

.input_backcolor_client
{
	Position: relative;
	float: left;
	width: 100%;
	padding: 10px 10px 3px 10px;
	height: 35px;
}

.input_backcolor .label_1
{
	font-size: 18px;
	float: left;
	min-width: 100px;
	padding: 5px 0px;
	font-family: Roboto, "Oleo Script";
}

.input_backcolor .input_Client
{
	float: left;
	min-width: 100px;
	padding: 5px 0px 0px 5px;
	margin-left: 3px;
}

.input_backcolor .btn_client_search
{
	background: none;
	border: none;
}

.modal-dialog
{
	width: 800px;
	margin: 0px auto;
	border-radius: 0px;
}

.modal-header
{
	padding: 10px;
	border-bottom: none;
	text-align: center;
}

	.modal-header h4
	{
		font-family: BenchNine;
		font-weight: 600;
		font-size: 30px;
		color: #120c38;
		border-bottom: #999999 solid 1px;
	}

.modal-footer
{
	border-top: none;
	text-align: center;
	padding: 5px;
}

/*M.Husen - 8/10/2016*/
.grid_Cnt_header
{
	text-align: center;
	padding: 5px;
}

.grid_lft_header
{
	text-align: left;
	margin-left:20px;
}
/*-------------------------*/

/*--------------------table css------------------------  11/10/2016 */
.table{ width:auto;}
.table tbody tr th{ font-weight:500; text-align:left; width:auto; background: #120c38; color:#FFFFFF; border:1px solid #002e5b; width:auto; padding:5px;}
.table-bordered tbody tr td{border:1px solid #d0d0d0; width:10%; padding:5px;}
.table-bordered tbody tr th{color:#FFFFFF; text-align:center; width:5%;}
.table-bordered tbody tr:nth-child(even) {background: #f1f1f2;}
.table-bordered tbody tr:nth-child(odd) {background: #fff;}