@import url("fontawesome.css");

body{
	background-color: #fff;
	font-family: Arial, sans-serif; /*Arial, Trebuchet MS, sans-serif, Verdana;*/
	font-size: 13px;
	color:#000000;
	line-height: 20px;
	margin:0;
	padding:0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.conatiner-box{
    max-width: 1620px;
    max-width: 1620px;
    margin: 0 auto; 
    box-shadow: 0px 0px 10px 0px #ddd;
}
header {
	margin: 0 auto;
    width: 100%;
    z-index: 1;
}
.top-link-bar {
	background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 0;
}
.top-bar {
    background-color: #d65127;
    color: #fff;
    font-size: 12px;
    padding: 0;

}
.container {
    margin: 0 auto;
    width: 1140px;
}
.logo {
	padding: 10px 0;
    text-align: center;
}
.logo > h2 {
	font-size: 45px;
    margin: 10px 0 0;
}
.slider {
	padding: 0 0 40px;
}
.slider img {
	width: 100%;
}
.footer-bar {
	background-color: #2c2c2c;
	clear: both;
    color: #aaa;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
}





.content_container {
	width: 100%;
}
.aside {
	background-color: #000;
	color: #fff;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 8px;
    width: 20%;
}
.aside_info {
    padding: 25px;
    text-align: center;
}
.aside_info > span {
	color: #d65127;
    font-size: 16px;
    font-weight: bold;
}
.aside_menu ul {
    margin: 0;
    padding: 0;
}
.aside_menu ul li {
    border-top: 1px solid #ccc;
    display: block;
    margin: 10px 0 0;
    padding: 20px 10px 10px;
}
.aside_menu ul li a {
    color: #fff;
    text-decoration: none;
}
.aside_menu_button {
	background-color: #333;
	cursor: pointer;
    display: none;
    padding: 5px 0;
    text-align: center;
}
.content_area {
	float: left;
    margin: 0 10px;
    width: 78%;
}





.main_container {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 40px;
    overflow: hidden;
}
.homepage_content {
	margin: 40px auto 0;
}
.content {
	overflow: hidden;
}




/*---- START MENU CSS ----*/
.menu_container {
    /*display: block;
    left: -230px;
    overflow: hidden;
    position: fixed;
	top: 0;
    width: 300px;*/
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.menu_item {
	background-color: #000;
	float: left;
	height: auto;
	left: -230px;
    overflow: hidden;
	padding: 8px;
	position: fixed;
	top: 106px;
	width: 220px;
	z-index: 99999;
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.menu_item ul {
	margin: 0;
	padding: 0;
}
.menu_item ul li {
	border-bottom: 1px solid #ccc;
	color: #fff;
	display: block;
	margin: 0 0 10px;
    padding: 10px 10px 20px;
}
.menu_item ul li:last-child {
	border: none;
    padding: 10px;
}
.menu_item ul li a {
	color: #fff;
	text-decoration: none;
}
.menu_title {
    height: 50px;
    padding: 7px;
}
.menu_title h2 {
	color: #fff;
	margin-left: 300px;
	padding: 10px;
}
.menu_nav {
	background-color: #000;
	float: left;
	overflow: hidden;
	padding: 8px 8px 8px 8px;
	position: fixed;
	top: 106px;
	z-index: 9999;
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.menu_button {
	/*border: 3px solid #666;
	border-radius: 50px;*/
    cursor: pointer;
    display: block;
	float: right;
    height: 42px;
    width: 60px;
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.menu_icon {
	color: #fff;
    font-size: 35px;
    opacity: 1;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    width: 60px;
}
.menu_icon > i {
	margin-right: 10px;
}
.menu_item.active {
	left: 0;
}
.menu_nav.active {
	padding: 8px 8px 8px 230px;
}
.menu_button.active {
	/*border: 3px solid #fff;*/
}
.top, .middle, .bottom {
	pointer-events: none;
	width: 27px;
	background-color: #fff;
	height: 4px;
	border-radius: 2px;
	margin-left: 7px;
	position: absolute;
	opacity: 1;
	transition: transform 0.6s ease, top 0.6s ease, left 0.6s ease;
}
.top.active, .bottom.active {
	margin-left: 7px;
	top: 30px;
}
.top {
	top: 22px;
}
.top.active {
	transform: rotate(45deg);
}
.middle {
	top: 30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.middle.active {
	opacity: 0;
}
.bottom {
	top: 38px;
}
.bottom.active {
	transform: rotate(-45deg);
}
/*---- END MENU CSS ----*/




#formTableR {
	margin: 0 auto;
    width: 100%;
}
#formTableR td.col_td_left {
	text-align: right;
	padding: 5px;
	width: 40%;
}
#formTableR td.col_td_right {
	text-align: left;
	padding: 5px;
	width: 60%;
}
table td span {
	color: #009b9d;
	font-weight: bold;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.sbox {
	background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 0 0;
}
.bot {
	margin: 0 0 10px;
}
label {
    font-weight: normal;
	margin: 0;
}
label.adom {
	margin: 5px 0;
}
.form_input {
	background-color: #fff;
    border: 1px solid #ccc;
	border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	color: #4e4e4e;
    display: block;
	height: auto;
    margin: 3px 0;
    outline: none;
    padding: 4px;
	vertical-align: middle;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	text-transform:uppercase;
}
.form_input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.input_large {
	float: left;
    width: 100% !important;
}
.input_medium {
	float: left;
    margin: 3px 5px 3px 0;
    width: 120px !important;
}
.input_small {
	float: left;
    margin: 3px 5px 3px 0;
    width: 50px !important;
}
.input_auto {
	width: auto !important;
}
.input_text {
	color: #333 !important;
    float: left;
    margin: 10px;
}
textarea {
	height: auto !important;
}
.actionButton, .submitButton {
	background-color: #d65127;
    border: 1px solid #d65127;
	border-radius: 3px;
	box-shadow: 0 1px 0 #fd888d inset, 0 3px 0 0 #ab3b17, 0 5px 5px #999;
    clear: both;
    color: #fff;
	cursor: pointer;
	font-weight: bold;
    letter-spacing: 1px;
	margin: 0 3px;
    padding: 7px 50px;
	text-align: center;
    text-decoration: none;
	
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.actionButton:hover, .submitButton:hover {
	background-color: #ab3b17;
	border: 1px solid #ab3b17;
	box-shadow: 0 0 0 #af3b16 inset, 0 3px 0 0 #d65127, 0 5px 5px #999;
	text-decoration: none;
}
.disableButton {
	background-color: #EEE;
	border: 1px solid #999999;
	border-radius: 3px;
	box-shadow: 0 1px 0 #EEE inset, 0 3px 0 0 #EEE, 0 5px 5px #EEE;
	clear: both;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 3px;
	padding: 7px 50px;
	text-align: center;
	text-decoration: none;
	
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	cursor: not-allowed;
	pointer-events: none;
 
	color: #666666;
	background-color: #cccccc;	
}
.clearNone {
	clear: none !important;
	margin: 0 0 0 2px;
}
.btn_green {
	background-color: #84c225 !important;
	border: 1px solid #84c225 !important;
	box-shadow: 0 1px 0 #9cdb3c inset, 0 3px 0 0 #77b020, 0 5px 5px #999 !important;
    color: #fff !important;
}
.btn_green:hover {
	background-color: #77b020 !important;
	border: 1px solid #77b020 !important;
	box-shadow: 0 0 0 #84c225 inset, 0 3px 0 0 #9cdb3c, 0 5px 5px #999 !important;
	text-decoration: none !important;
}
.btn_left {
	float: left;
}
.btn_right {
	float: right;
}
a.actLink {
	color: #ec595f;
	text-decoration: underline;
}




.col_wraper {
	
}
.col_title {
	background-color: #d65127;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 10px;
    text-transform: uppercase;
}
.col_container {
	padding: 10px;
}
.col_form_container {
	padding: 10px 150px;
}
.sub_heading hr {
	margin: 40px 0;
}
.sub_heading div {
	background-color: #b6411c;
    border-radius: 25px;
    color: #fff;
	font-weight: bold;
    letter-spacing: 1px;
    margin: -57px auto 25px;
    overflow: hidden;
    padding: 7px;
    text-align: center;
    width: 250px;
}



.login_container {
	margin: 20px auto;
}
.login_container .login_desc {
    overflow: hidden;
    padding: 20px;
	text-align: center;
}
.login_container .login_desc > hr {
    border-top: 1px solid #efefef;
    display: block;
    margin: 10px 0 0;
}
.login_container .login_desc .login_text {
    background-color: #fff;
    font-size: 14px;
    margin: -10px auto 0;
    text-align: center;
    width: 115px;
}
.login_desc > input[type="text"], .login_desc > input[type="password"] {
	margin: 0 0 20px;
    outline: 0 none;
    padding: 5px 5px 5px 35px;
	width: 100% !important;
}
.login_container .login_desc > i {
    display: block;
    float: left;
    font-size: 16px;
    margin: -44px 0 0 10px !important;
    width: 20px;
}
.login_desc > input[type="submit"] {
	margin: 0 0 20px;
}



.col_filter {
    float: right;
    margin: 20px;
}
.col_search {
    display: inline;
    float: left;
    margin-right: 3px;
}
.col_search > form > input[type="text"] {
	float: left;
    margin: 0 5px;
    padding: 8px;
    width: 200px !important;
	-moz-appearance: none;
}
.col_search > form > button {
    background-color: #bdc3c7;
    border: 1px solid #c3c8cc;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 38px;
    margin: 0 7px 0 -7px;
    outline: medium none;
    padding: 0 10px;
	-moz-appearance: none;
}
.col_btn {
    background-color: #949494;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 20px;
    text-decoration: none;
	outline: medium none;
	-moz-appearance: none;
}
.col_btn:hover, .col_btn:focus {
	text-decoration: none;
}
.btn_green {
    background-color: #1bbc9c;
}
.col_filter > a {
    float: left;
}



table#dataTable { 
	clear: both;
	border: 1px solid #fff;
	border-spacing: 0; 
	border-collapse: inherit;
	color: #333;
	width: 100%;
}
table#dataTable td, th { 
	border: 1px solid transparent; /* No more visible border */
	height: 30px;
	padding: 10px;
	transition: all 0.3s;  /* Simple transition for hover effect */
}
table#dataTable th {
	background-color: #c9c9c9;  /* Darken header a bit */
	color: #000;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
table#dataTable th i{
	float: right;
}
table#dataTable td {
	background: #FAFAFA;
	text-align: left;
}

/* Cells in even rows (2,4,6...) are one color */ 
table#dataTable tr:nth-child(even) td { background: #f9fafb; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ 
table#dataTable tr:nth-child(odd) td { background: #f2f2f2; }  
 
table#dataTable tr:hover td { background: #ffdaab; } /* Hover cell effect! */

/*table#dataTable tr:last-child td {  background: #DFDFDF; color:#1B5180;  font-weight: bold;  ****** Darken header a bit ******* }*/

table#dataTable td .ic_thumb {
	border-color: #c9c9c9;
    border-image: none;
    border-style: solid;
    border-width: 3px 3px 5px;
    margin-right: 5px;
    width: 30px;
}
a.ic_lnk {
    color: #666;
    cursor: pointer;
    font-size: 20px;
	text-decoration: none;
}
a.ic_lnk:hover {
	color: #d65127;
	text-decoration: none;
}



.col_half {
	float: left;
    width: 50%;
}
.col_half span {
	color: #ffe426;
}
.step_process {
	float: left;
    padding: 15px;
    width: 25%;
}
.step_process ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.step_process ul li {
	clear: both;
}
.step_process ul li div.sp_left {
	background-color: #ec595f;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    float: left;
    margin: 5px 0;
    padding: 10px 20px;
	width: 80px;
}
.step_process ul li div.sp_right {
	border: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #ec595f;
    float: left;
    margin: 5px 0;
    padding: 9px;
    width: 160px;
}
.step_process ul li div.sp_left.active {
	background-color: #009b9d;
}
.step_process ul li div.sp_right.active {
	color: #009b9d;
}



.error_msg_success {
	   color: #77b020;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.error_msg_error {
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}



.status_process {
	float: left;
    padding: 15px;
	text-align: center;
    width: 71%;
}
.status_process p span {
	color: #ec595f;
	font-weight: bold;
}
.status_process h2 {
	border: none;
	text-align: center;
}
.status_process h2 span {
	color: #ec595f;
}
#statusTable {
	margin: 0 auto;
    width: 500px;
}
#statusTable th {
	background-color: #002e3b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    padding: 10px;
}
#statusTable td {
	border: 1px solid #ddd;
    padding: 5px;
	text-align: left;
}




#filledTable {
	margin: 0;
	width: 100%;
}
#filledTable th {
	background-color: #009b9d;
	border: 1px solid #ddd;
    color: #fff;
}
#filledTable td {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
    padding: 5px;
}
.uploadTable th {
	padding: 5px;
}
.uploadTable td {
	height: 100px;
    width: 33%;
}
.uploadTable td .form_input {
	height: auto;
}




.footer_copyright {
	border-top: 1px solid #333;
    color: #6d6d6d;
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
}
a.back-to-top {
	display: none;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 50px;
	bottom: 70px;
	background: #ec595f url("../images/up-arrow.png") no-repeat center 45%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}







/*------------ ACTION BAR CSS ADDED ON March 17, 2018 ------------------*/
.action-bar {
    background: #009b9d none repeat scroll 0 0;
    color: #80a9b5;
    font-family: "Karla",sans-serif;
    font-size: 15px;
    height: 51px;
}
.action-bar ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.action-bar ul li {
    display: inline-block;
    margin: 10px;
    text-align: left;
    transition: all 300ms ease-in-out 0s;
}
.action-bar ul li > a {
	border: 1px solid #39aeb0;
    border-radius: 5px;
	color: #fff;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    transition: all 300ms ease-in-out 0s;
}
.action-bar ul li:hover > a, .action-bar ul li > a:hover {
	background-color: #39aeb0;
	border: 1px solid #39aeb0;
    color: #fff;
	text-decoration: none;
}
.action-bar ul li.active > a {
    background-color: #39aeb0;
	border: 1px solid #39aeb0;
    color: #fff;
	text-decoration: none;
}





/*======== START RESPONSIVE CSS ======*/
@media (max-width: 1024px) {
	.container {
		width: 100%;
	}
	.pull-left, .pull-right {
		display: block;
		float: none !important;
		margin: 5px auto;
		text-align: center;
		width: 200px;
	}
	.top-bar {
		background-color: #fff;
	}
	.aside_menu {
		display: block;
	}
	.content_container {
		padding: 0 10px;
	}
	.aside {
		width: 100%; float: none;
	}
	.aside_info {
		padding: 15px;
	}
	.aside_menu_button {
		display: block;
	}
	.aside_menu {
		display: none;
	}
	.content_area {
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 980px) {
	 .bot {
		 clear: both;
		 display: block;
		 overflow: hidden;
	 }
}
@media (max-width: 900px) {
	
}
@media (max-width: 800px) {
	
}
@media (max-width: 768px) {
	
}
@media (max-width: 767px) {
	.col_filter {
		float: none;
		text-align: center;
	}
	.col_search {
		display: block;
		float: none;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 0 15px;
		width: 245px;
	}
	.col_filter > a {
		float: none;
	}
	.input_large {
		width: 100% !important;
	}
}
@media (max-width: 640px) {
	#formTableR td.col_td_left {
		width: 25%;
	}
	#formTableR td.col_td_right {
		width: 75%;
	}
	.btn_bot {
		margin: 0 0 20px;
	}
}
@media (max-width: 600px) {
	#formTableR td.col_td_left {
		width: 15%;
	}
	#formTableR td.col_td_right {
		width: 85%;
	}
}
@media (max-width: 599px) {
	
}
@media (max-width: 480px) {
	.col_form_container {
		padding: 10px 50px;
	}
	.logo > h2 {
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	.col_form_container {
		padding: 10px 20px;
	}
}
@media (max-width: 360px) {
	
}
@media (max-width: 320px) {
	
}