PHP 8.1.33
Preview: style_3-2-15.css Size: 46.09 KB
/home/jambtst2015/public_html/giraffeng.com/admin/css/style_3-2-15.css

@charset "utf-8";

* {

	margin: 0;
	padding: 0;
}

a img {

	border: 0;
}

body {/*background-color:#EFEFEF;*/
	background: #ffffff !important;
	padding: 0;
	margin: 0;
}

table, td {

	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {

	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.clear {

	clear: both;
}

.wrapper {

	width: 100%;
	margin: 0;
	padding: 0;
}

.header_section {

	  height: auto;
    margin: 0 0 13px;
    width: 100%;
}

.header_container {

	width: 1100px;
	margin: 0 auto;
}

.logo_section {

	width: 550px;
	float: left;
	padding-top: 10px;
}

.quick_submit_section {

	width: 550px;
	float: right;
}

.clock_section {

	width: 550px;
}

.clock_section_left {

	width: 550px;
	margin-top: 14px;
}

.clock_section_left img {

	float: left;
	margin: 0 0 0 400px;
}

.clock_section_left p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	float: right;
}

.submit_section {

	width: 550px;
}

.submit_section p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2597c9;
	font-weight: bold;
	float: right;
	padding: 18px 0 0 0;
}

.submit_section p span {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #094a66;
}

.body_section {

	width: 100%;
	/*background:#efefef;*/

	background: #ffffff;
}

.body_container {

	width: 1100px;
	margin: 0 auto;
}

.container_top_section {

	width: 1100px;
	padding-top: 15px;
}

.top_section_left {

	width: 550px;
	float: left;
}

.top_section_left p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #094a66;
	font-weight: bold;
	float: left;
	padding: 16px 10px 10px 0;
}

.top_section_left p span {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2597c9;
}

.top_section_right {

	width: 550px;
	float: right;
}

.top_right_bg {

	background: url(../images/box.png) no-repeat;
	width: 296px;
	height: 30px;
	float: right;
	margin: 10px 0;
}

.top_right_bg p {

	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 8px 0 0 20px;
}

.top_right_bg p span {

	color: #56c2f1;
	padding-left: 110px;
}

.container_bottom_section {

	width: 1100px;
	padding-top: 0px;
}

.bottom_section_box {

	width: 360px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}

.section_box_top {

	width: 360px;
	background: url(../images/dash_heading.jpg) repeat-x left top;
}

.section_box_top h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 0 8px 12px;
}

.section_box_bottom {

	width: 360px;
	background: #dedede;
	padding-bottom: 20px;
}

.section_box_bottom p {

	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	padding: 10px 0 0 20px;
	width: 240px;
}

.section_box_bottom p span {

	color: #3f3f3f;
	float: right;
}

.bottom_section_box_right {

	width: 360px;
	float: right;
	margin-bottom: 20px;
}

.bottom_section_box_middle {

	width: 360px;
	float: left;
	margin-left: 370px;
	margin-bottom: 20px;
}

/**/

.header_menu_section {
 background: none repeat scroll 0 0 #efefef;
    margin-top: 1px;
    width: 100%;
    display: table;
}

.header_menu_container {

	width: 1100px;
	margin: 0 auto;
}

.header_menu_container ul {

	/*text-align: center;
	padding: 23px 0;*/
}

.header_menu_container ul li {
 display: inline-block;
    float: left;
    font-size: 11px;
}

.header_menu_container ul li a {
  border-radius: 0;
    border-right: 1px dotted #ccc;
    color: #666;
    display: block;
    font-family: 'Raleway';
    font-size: 15px;
    padding: 14px 11px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    
}
.header_menu_container ul li:last-child a{
	border: none;
}
.header_menu_container ul li a:hover {

	background: #f58634;
	color: #FFFFFF;
}

.header_menu_container ul li a.active {

	background: #f58634;
	color: #FFFFFF;
}

/**/

.footer_menu_section {

	width: 100%;
	/*background:#094A66;*/

	background: #efefef;
	margin-top: 50px;
	display: none;
}

.footer_menu_container {

	width: 1100px;
	margin: 0 auto;
	 padding: 15px 0;
}

.footer_menu_container ul {

  /*float: left;*/
    padding: 10px 0;
    text-align: center;
    /*width: 68%;*/
    /*border-right: 1px solid #ccc;*/
}

.footer_menu_container ul li {
   display: inline-block;
    margin: 0;
}

.footer_menu_container ul li a {
 border-right: 1px solid #ccc;
    color: #555;
    display: block;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: 600;
    padding: 0 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer_menu_container ul li a:hover {
	color: #F58634;
}

.footer_menu_container ul li a.active {
	color: #F58634;
}
.footer_menu_container ul li:last-child a{
	border-right: none;
}
.menu_copyright_section {
	background:#222;
	width: 100%;
	margin: 50px  auto 0;
}

.menu_copyright_section p {

	font-family:'Arimo',sans-serif;
	color: #eee;
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
}

.menu_copyright_section p a {
	font-size: 11px;
	color: #F58634;
	text-decoration: none;
}

.menu_copyright_section p a:hover {
	text-decoration: underline;
	color: #fff;
}

/*---------------------table-section---------------------*/

/*.head_text, .client_table{

 font:bold 13px Arial, Helvetica, sans-serif;

 color:#fff;

 text-align:center;

 padding:10px 0;

 background-color:#094A66;

 }*/

.head_text, .client_table {

	font: bold 13px 'Arimo',sans-serif;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	/*background-color:#A2C4FA;*/

	background-color: #2e3466;
}

.head_text {
	padding: 7px;
}

.client_table {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
}

.newtxt .head_text2 {

	background-color: #FFFFF0 !important;
}

.newtxtedit .head_text2 {

	background-color: #E8E8E8 !important;
}

.head_text2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #094A66;
	font-weight: normal;
	text-align: center;
	padding: 4px;
	/*background-color:#ECEDEC;*/

	background-color: #FFFFFF;
}

.head_text3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #094A66;
	font-weight: normal;
	text-align: left !important;
	padding: 4px;
	/*background-color:#ECEDEC;*/

	background-color: #FFFFFF;
}

.edit img {

	margin: 0 0 0 13px;
	float: left;
}

.fieldtext {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #094A66;
	font-weight: bold;
	padding: 0 5px 0 7px;
}

.fieldtextnew {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #094A66;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.fieldtextnewtext {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	/*font-weight:bold;*/

	padding: 0 10px;
	/*padding:6px 10px 0 0;*/

}

.textfield {

	width: 180px;
	height: 23px;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin-bottom: 10px;
	border: #ddd 1px solid;
	padding-left: 2px;
	line-height: 25px;
	margin-left: 1px;
	margin-right: 1px;
}

.textfield2 {

	width: 180px;
	height: 23px;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin-bottom: 10px;
	border: #616161 1px solid;
	padding-left: 2px;
	line-height: 25px;
	margin-left: 25px;
	margin-right: 1px;
}

.selectfield {

	width: 140px;
	height: 22px;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin-bottom: 10px;
	margin: 5px 10px 5px 0px;
	border: #616161 1px solid;
}

.selectfield2 {

	width: 140px;
	height: 22px;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin-bottom: 10px;
	margin: 0px 10px 0px 30px;
	border: #616161 1px solid;
}

.selectfieldmultiple {

	width: 140px;
	height: 100px;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin-bottom: 10px;
	border: #616161 1px solid;
	padding-left: 3px;
}

.textarea {

	border: 1px solid #ddd;
	/*border-radius: 4px 4px 4px 4px;*/

	height: 40px;
	margin-bottom: 10px;
	width: 176px;
	resize: none;
	margin-left: 0px;
	padding: 2px;
}

.textarea2 {

	border: 1px solid #616161;
	height: 40px;
	margin-bottom: 10px;
	width: 200px;
	float: right;
	resize: none;
	margin-right: 40px;
	padding: 2px;
}

p.text1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2597C9;
	font-weight: normal;
	float: left;
	padding: 0 10px 0 25px;
}

.radiobutton {

	float: left;
}

p.head_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #094A66;
	font-weight: bold;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #094A66;
	width: 100%;
	text-align: left;
}

a.require {
 	background-color: #2e3466;
    border: 1px solid #2e3466;
    border-radius: 0;
    color: #fff;
    float: right;
    font: 500 14px 'Arimo',sans-serif;
    margin: 0 0 5px 5px !important;
    padding: 5px;
    text-decoration: none;
}

a.require:hover {
	text-decoration: none !important;
	opacity: 0.9;
}

.mail_btn {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #7aaaf5;
	border-radius: 5px;
	padding: 5px 20px;
	float: right;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin-bottom: 5px;
}

.mail_btn:hover {
	background-color: #1b88b7;
}

.table_fst {
	background-color: #fff;
	border-radius: 5px;
	float: left;
	margin: 20px 0;
	padding: 20px 10px 10px;
}

.table_thrd {/*background-color:#fff;*/
	border-radius: 5px;
	float: left;
	margin: 20px 0;
	padding: 20px 10px 10px;
}

.table_thrd .textfield {
	margin-top: 10px;
}

.table_scnd {
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #094A66;
	font-size: 18px;
	padding-bottom: 10px;
}

.table_frth {
	margin: 20px 0;
	height: 163px;
	font-family: Arial, Helvetica, sans-serif;
	color: #094A66;
	font-size: 18px;
	padding-bottom: 10px;
}

.table_frth p.text1 {
	margin-bottom: 10px;
}

.table_thrd p.text1, .table_scnd p.text1 {
	line-height: 24px;
}

.table_thrd .radiobutton, .table_scnd .radiobutton {
	margin-top: 5px;
}

span.red {
	color: red;
}

.container_bottom_section .submit {
	margin-top: 20px;
	background: url(../images/submit_bg.png) repeat-x left bottom #0e5c7d; /*line-height:40px;*/
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 8px 12px;
	border: 4px solid #dedede;
	border-radius: 10px;
	text-transform: uppercase;
	cursor: pointer;
	outline: 0;
}

.container_bottom_section .submit:hover {
	background-color: #126a90;
	background-image: none;
}

/*---------------------table-section---------------------*/

/* login section Added by Abhaya */

.login_panel_section {

	color: #094A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 50px;
}

.login_panel_section .login_panel {

	margin: 0 auto;
	width: 420px;
	float: none;
}

.login_panel_section .login_panel .section_box_top {

	width: 420px;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.login_panel_section .login_panel .section_box_bottom {

	width: 400px;
	padding: 20px 10px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: }

	.login_panel_section input[ type ="submit" ]

	{

	background: url("../images/dash_heading.jpg") repeat-x scroll left top transparent;
	width: 100px;
	height: 35px;
	outline: 0;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.login_panel_section input[type="button"] {

	background: url("../images/dash_heading.jpg") repeat-x scroll left top transparent;
	width: 100px;
	height: 35px;
	outline: 0;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.error {

	padding: 0 0px 5px 121px;
	color: #900;
	font-size: 11px;
}

.pop_view {

	width: 550px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.newadd {

	background: url("../images/submit_bg.png") repeat-x scroll left bottom #0E5C7D;
	border: 4px solid #DEDEDE;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px 21px;
	text-transform: uppercase;
	margin-right: 6px;
}

.container_bottom_section table td div.error {

	padding: 10px 0px 10px 50px;
	color: #f61212;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.popup_field {

	background: #A2C4FA;
}

.popup_field ul {

	margin: 0;
	padding: 0;
}

.popup_field ul li {

	list-style: disc;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 20px;
	padding: 4px 8px;
}

.table_fst h3 {

	font-family: Arial, Helvetica, sans-serif;
	color: #094A66;
	font-size: 18px;
	padding-bottom: 10px;
}

/*---------------added by argha--14-06-13------------*/

.table_thrd h3 {

	font-family: Arial, Helvetica, sans-serif;
	color: #094A66;
	font-size: 18px;
	padding-bottom: 10px;
}

.viewtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #094A66;
	padding: 4px 10px;
}

.viewtxt2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #094A66;
	padding: 10px 10px;
}

/*---------------added by argha--14-06-13------------*/

.tbl_cls_new table {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #094A66;
}

.tbl_cls_new table p.text1 {

	padding: 0 !important;
}

.tbl_cls_new .selectfield2 {

	margin: 0 !important;
}

.tbl_cls_new table td {

	padding-right: 5px !important;
}

.formError .formErrorContent {
	margin-left: -20px !important;
}

.formError .formErrorArrow {
	margin-left: 7px !important
}

.table_search {
	font-family: Arial, Helvetica, sans-serif;
	color: #094A66;
	font-size: 13px;
}

/*-------------added by argha-3-7-13----------*/

.view_requirement {

	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 14px !important;
	color: #094A66 !important;
	font-weight: normal !important;
	/*padding:10px!important;*/

}

.table_container {

	width: 1100px;
	margin: 23px auto;
}

.table_top {

	background: #ffffff;
	padding: 20px 0;
	border: 1px solid #C4C4C4;
}

.table_top2 {

	background: #ffffff;
	padding: 10px 0;
	border: 1px solid #C4C4C4;
}

.candidate_date {

	color: #707070;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.table_border_bottom {

	border-bottom: 1px solid #C4C4C4;
}

/*-------------added by argha-3-7-13----------*/

/*-------------added by argha-3-7-13----------*/

.thrd_table_margin {

	margin: -12px 0 10px 0 !important;
	padding-left: 16px !important;
}

.scnd_table_margin {

	margin: 20px 0 0 0 !important;
	padding-left: 17px;
}

.frst_table_margin {

	margin-bottom: 0 !important;
	margin-top: 0;
	padding-left: 16px !important;
}

.vendor_table_margin {

	margin: 20px 0 0 0 !important;
}

.user_table_margin {

	margin: 20px 0 0 0 !important;
	padding-left: 6px;
}

.requirement {

	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px !important;
	color: #094A66 !important;
	padding: 0 !important;
	font-weight: normal !important;
}

.submission_text {

	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px !important;
	color: #666 !important;
	/*font-weight:bold;*/

	padding: 0 !important;
}

.table_client {

	padding: 0 0 16px 0 !important;
}

.candidate_table_margin {

	margin: 0 !important;
	padding: 0 0 21px 0 !important;
}

.candidate_table_margin2 {

	margin: 14px 0 0 0 !important;
	padding: 0 0 13px 0 !important;
}

/*-------------added by argha-3-7-13----------*/

/*----------added by argha--5-7-13------------*/

.login_textfield {

	width: 264px !important;
	height: 23px;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin-bottom: 10px;
	border: #7F9DB9 1px solid;
	padding-left: 2px;
	line-height: 25px;
	margin-left: 1px;
	margin-right: 1px;
}

.submit2 {

	background: url("../images/dash_heading.jpg") repeat-x scroll left top transparent;
	width: 100px;
	height: 32px !important;
	outline: 0;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	margin-left: 139px;
}

.login_text {

	padding: 3px 0 0 10px;
}

.total_footer {

	width: 100%;
	position: fixed;
	bottom: 0;
}

.main_copyright {

	width: 100% !important;
	bottom: 0 !important;
	position: fixed !important;
	margin: 0 auto !important;
}

.main_copyright p a {

	/*color:#ffffff !important;*/

	color: #094A66 !important;
}

.login_top {

	margin-top: 140px !important;
}

.dashboard a {

	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #514F4F !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.dashboard a:hover {

	text-decoration: underline !important;;
}

/*----------added by argha--5-7-13------------*/

/*-----added by argha-----08-07-13------------*/

.require_select {
border: 1px solid #ccc !important;
    color: #666;
    height: 30px;
    margin: 3px 10px 3px 0 !important;
    padding: 3px;
    width: 185px !important;
}

.require_field {

	width: 177px;
	border: 1px solid #ccc !important;
    color: #666;
    height: 22px;
    margin: 3px 10px 3px 0 !important;
    padding: 3px;
}

.require_add {

	border-bottom: 1px solid #ccc;
	padding: 4px 0 7px 0;
}

.require_radio {

	float: left;
	margin-top: 2px;
}

.require_table_search {

	font-family: Arial, Helvetica, sans-serif;
	color: #094A66;
	font-size: 13px;
	padding-top: 1px !important;
}

.require_textarea {

	border: 1px solid #7F9DB9 !important;
	/*border-radius: 4px 4px 4px 4px;*/

	height: 40px;
	margin-bottom: 10px;
	width: 179px;
	resize: none;
	margin-left: 0px;
	padding: 2px;
}

/*-----added by argha-----08-07-13------------*/

/*-----added by argha-----09-07-13------------*/

.require_select_two {

	width: 185px !important;
	height: 80px !important;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin-bottom: 10px;
	border: #7F9DB9 1px solid !important;
	padding-left: 3px;
}

/*-----added by argha-----09-07-13------------*/

a.email_mail {

	background-color: #FFFFFF;
	color: #094A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

a.email_mail:hover {

	background-color: #FFFFFF;
	color: #094A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

a.email_mail_view {

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

a.email_mail_view:hover {

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

a.more_link_pagination_prev {

	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

a.more_link_pagination {

	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

a.forgot {

	/*background-color: #ECEDEC;*/

	color: #094A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

a.forgot:hover {

	/*background-color: #ECEDEC;*/

	color: #094A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

a.req_view {

	color: #094A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

a.req_view:hover {

	color: #094A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/*-----added by argha-----20-07-13------------*/

.status_top {

	background: #ffffff;
	padding: 0 0 20px 0;
	border: 1px solid #C4C4C4;
}

.status_requirement {

	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px !important;
	color: #094A66 !important;
	font-weight: normal !important;
	padding: 0 1px 0 20px !important;
}

.status_select {

	width: 185px !important;
	height: 27px;
	height: 25px;
	/*border-radius:4px;

	 -moz-border-radius:4px;

	 -webkit-border-radius:4px;*/

	margin: 12px 10px 8px 26px !important;
	border: #7F9DB9 1px solid !important;
}

/*-----added by argha-----20-07-13------------*/

/*-----added by sayantan-----21-11-13------------*/

/*----pagination----*/

ul.pagination {

	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	height: 100%;
	list-style-type: none;
	margin: 20px 0;
	overflow: hidden;
	padding: 0;
}

ul.pagination li.details {

	background-color: white;
	border-color: #C8D5E0;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px;
	color: #1E598E;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
}

ul.pagination li.dot {

	padding: 3px 0;
}

ul.pagination li {

	float: left;
	list-style-type: none;
	margin: 0 3px 0 0;
}

ul.pagination li:first-child {

	margin-left: 0;
	margin-right: 15px;
}

ul.pagination li a {

	color: black;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	
	transition: 0.5s;
}

ul.pagination li a img {

	border: medium none;
}

ul.pagination li a.current {

	background-color: white;
	border-radius: 0 0 0 0;
	color: #333333;
}

ul.pagination li a.current:hover {

	background-color: white;
}

ul.pagination li a:hover {

	background-color: #C8D5E0;
}

ul.pagination li a {

	background-color: #F6F6F6;
	border-color: #C8D5E0;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px;
	color: #1E598E;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
}

/*----pagination----*/

/*-----added by argha-----20-07-13------------*/

.mailsent {

	border: 1px solid #7F9DB9 !important;
	/*border-radius: 4px 4px 4px 4px;*/

	height: 300px;
	margin-bottom: 10px;
	width: 465px;
	resize: none;
	margin-left: 0px;
	padding: 2px;
}

.mailsentsub {

	width: 465px;
	margin-bottom: 8px;
	border: #7F9DB9 1px solid !important;
	padding-left: 2px;
	line-height: 25px;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 1px;
}

.dashboard_table_new {
}

tr.row_head_new_dashboard {
	background: #7aaaf5;
	font-weight: bold;
	color: #fff !important;
}

tr.row_head_new_dashboard td {
	color: #fff !important;
}

.dashboard_table_new td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #094A66;
	padding-left: 5px;
}

.dashboard_table_new td a {
	text-decoration: none;
	color: #094A66;
}

.dashboard_table_new td a:hover {
	text-decoration: underline !important;
	color: #000;
}

.search_go_new {
	border: 1px solid #7F9DB9 !important;
	line-height: 25px;
	margin: 3px 1px 8px;
	padding-left: 2px;
	width: 180px;
	height: 26px;
}

.search_go_new_btn {
	/*background: #4369a9;
	 color: #fff;
	 width: 40px;
	 padding: 5px 0;
	 text-align: center;
	 cursor: pointer;
	 border: 0;
	 outline: 0;
	 border-radius: 4px;
	 -webkit-border-radius: 4px;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;*/
	background: #4369a9;
	color: #fff;
	width: 40px;
	padding: 0 8px;
	text-align: center;
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}

.search_go_new_btn:hover {
	background: #335793;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.edit2 {

	color: #094A66 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

.edit2 img {

	float: none !important;
	margin: 0 auto !important;
}

.head_text2 a {

	color: #094A66 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

#formID tr td a {

	text-decoration: none;
}

.tbl_cls_new tr td a.req_view {

	text-decoration: underline !important;
}

/*---------- added by argha 18-12-13 -------------*/

.tbl_req_new table td {

	padding-right: 0 !important;
	font-size: 12px !important;
	line-height: 20px;
}

.edit_nw img {

	margin: 0 0 5px 5px !important;
	float: right;
	border: #cccccc 1px solid;
	padding: 0 2px !important;
}

.table_container_nw {

	width: 1100px;
	margin: 10px auto !important;
}

.fieldtextnewtext a {

	text-decoration: underline !important;
	color: #666 !important;
}

.fieldtextnewtext a:hover {

	text-decoration: underline !important;
	color: #094A66 !important;
}

.pop_up_tooltip div {
	display: none;
	position: absolute;
	z-index: 99;
	background: #000;
	height: 100px;
}

.pop_up_tooltip:hover div {
	display: block;
	position: absolute;
	z-index: 99;
	background: #000;
	height: 100px;
}

/*-------------- added by argha 15-01-14 -----------------*/

.tool_table {

	text-align: left;
	width: 978px;
	border: 5px solid #9ac1ff;
}

.tool_div {

	background: none !important;
	display: none;
	height: 300px !important;
	position: absolute;
	z-index: 99;
	width: 995px !important;
	margin: -60px 0 0 117px !important;
}

.tool_table td h3 {

	padding: 0 0 10px 17px !important;
	border-bottom: #707070 1px solid !important;
}

.tool_table td {

	padding: 6px 0 0 0 !important;
	line-height: 16px !important;
}

.right_arrow_new {

	background: none !important;
	position: absolute;
	margin: 38px 0 0 -10px;
	float: left;
}

.tooltip_left {

	float: left;
	overflow: auto;
	-moz-box-shadow: 0 0 12px 1px #888;
	-webkit-box-shadow: 0 0 12px 1px #888;
	box-shadow: 0 0 12px 1px #888;
	width: 995px !important;
	height: 300px !important;
}

.popup_details td {

	color: #094A66;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	line-height: 26px;
}

.popup_details td input[type="button"] {

	background: #7AAAF5;
	border: 4px solid #DEDEDE;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	outline: 0 none;
	padding: 5px 8px;
	text-transform: uppercase;
}

.pop-txt {

	color: #666666 !important;
}

.candi_head {

	color: #2597C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px 0;
	text-transform: capitalize;
	border-bottom: #094A66 1px solid;
}

.candi_toptxt {

	padding: 5px 0 0 0;
}

.pop_txtarea {

	height: 64px;
	margin: 4px 0 0 0;
}

.msg_success {

	text-align: center;
	color: #2597C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 96px 0 0 0;
	display: none;
}

/*-------------- added by argha 15-01-14 -----------------*/

/*-------------- added by argha 17-01-14 -----------------*/

.popup_details td input[type="submit"] {

	background: #7AAAF5;
	border: 4px solid #DEDEDE;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	outline: 0 none;
	padding: 5px 8px;
	text-transform: uppercase;
}

.require-txt {

	color: #666666 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	line-height: 26px;
}

.head_text4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline !important;
	font-weight: normal;
	text-align: center;
	padding: 4px;
	/*background-color:#ECEDEC;*/

	background-color: #FFFFFF;
}

a.require_nw {
	text-decoration: underline;
	float: none;
}

.require-area {
	width: 181px !important;
}

/*-------------- added by argha 17-01-14 -----------------*/

/*-------------- added by argha 22-01-14 -----------------*/

.main_cont_space {

	padding: 0 !important;
}

/*-------------- added by argha 22-01-14 -----------------*/

/*added by gargi ghosh*/

table.taskList {
	height: auto;
	margin: 0 auto;
}

table.taskList tr td.alignleft {
	text-align: left;
	padding: 0 0 0 8px;
}

table.taskList tr td.borderRight {
	border-right: solid 1px #ccc;
}

.marginBottom {
	margin-bottom: 10px !important;
}

.newadd a {
	text-decoration: none !important;
}

table.editTable {
	height: auto;
}

table.editTable tr td a {
	text-decoration: none !important;
}

table.editTable tr td.marginBottom {
	margin-bottom: 10px;
}

.smalltexthead tr td a {
	text-decoration: none !important;
}

/* 14/3/2014  */

.submit_14 {

	background: url(../images/submit_bg.png) repeat-x scroll left bottom #0E5C7D;
	border: 4px solid #DEDEDE;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 103px;
	outline: 0 none;
	padding: 8px 20px;
	text-transform: uppercase;
}

.submit_14:hover {
	background-color: #126a90;
	background-image: none;
}

/*-----------------Added by somnath on 6/1/15-------------------------------------------*/

.borderbtm {
	border: 1px none #555;
	height: 30px;
	min-width: 245px;
	padding: 0 5px;
}
textarea.borderbtm {
	border: 1px none #555;
	/*float: right;*/
	resize: none;
	/*width: 345px;*/
	height: auto;
}
.note {
	color: #cc0000 !important;
	font-size: 13px;
	/*float: left;*/
}
/*-----------*/
table.tmtbl {

}
table.tmtbl tr {

}
table.tmtbl tr td {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
/*.tmtbl .search_go_new_btn{
 padding: 4px 6px;
 width: auto;
 }*/

.tmtbl .search_go_new_btn {
	/*height: 30px;
	 padding: 5px 6px 6px;*/
	width: auto;
}
/*-------------------------*/
table.tmhead {
	background: none repeat scroll 0 0 #ddebf6;
	border-collapse: collapse;
	margin: 18px 0 25px;
}
table.tmhead tr {

}
table.tmhead tr td {
	color: #094a66;
	padding: 5px 10px;
}
/*-------------------------*/
table.tmfrm {
	border: 1px solid #ccc;
	padding: 4px;
}
table.tmfrm tr {
	background: none repeat scroll 0 0 #eee;
}
table.tmfrm tr td {
	/*border-bottom: 1px solid #ccc;*/
	padding: 6px;
}
/*-----------------------*/
table.daytbl {
	border-collapse: collapse;
	border-color: #ccc;
	margin: 20px 0 5px;
}

table.daytbl tr td {
	border-color: #ccc;
	padding: 8px;
}
table.daytbl tr td:first-child, table.daytbl tr:first-child td {
	background: none repeat scroll 0 0 #f2f2f2;
	font-size: 14px;
	font-weight: bold;
}
.nobg {
	background: none !important;
}
table.daytbl tr.tblftr td {
	background: none repeat scroll 0 0 #fbfbfb !important;
	border: medium none;
	font-weight: normal !important;
}
.mrgntop25 {
	margin-top: 25px;
}
.tmfrm label {
	display: inline-block;
	margin: 0 20px 0 0;
}
.tmfrm input[type="radio"], .tmfrm input[type="checkbox"] {
	margin: 0 3px 0 0;
	position: relative;
	top: 1px;
}
.ccc {
	margin: 8px 0 0 10%;
}

/*------ added on 07-01-15 ------*/

.left_head_form {
	padding-top: 7px;
	width: 40%;
}

.main_form_table select {
	width: 184px;
}

.title_head {
	font-size: 13px;
	padding: 7px 5px 8px 0 !important;
}

table.daytbl input[type="text"] {
	border: 1px solid #cccccc;
	padding: 5px;
	width: 100px;
}

a.time_butt {
	background: none repeat scroll 0 0 #4369a9;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	outline: 0 none;
	padding: 4px 6px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	float: right;
}

a.time_butt:hover {
	background: #335793;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

table.tmfrm input[type="text"] {
	border: 1px solid #cccccc;
	padding: 8px;
	width: 290px;
	height: auto;
}

.go_srch_nw {
	padding: 7px 22px !important;
}

.timesheet_main {
	background: #D1DFEA;
	padding: 10px;
	font-weight: bold;
	color: #373435 !important;
}

table.tmfrm textarea {
	border: 1px solid #cccccc;
	padding: 8px;
	width: 290px;
	height: auto;
}

.tmtbl a.search_go_new_btn {
	/*font-size: 13px;
	 height: auto;
	 padding: 7px 10px;
	 text-decoration: none;*/
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
}

input[readonly], select[readonly], textarea[readonly] {
	background-color: #eeeeee !important;
	border: 1px solid #cccccc !important;
	opacity: 0.8;
	cursor: not-allowed;
}

.red_bg {
	background: #ffa1a5;
}

.white_content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 3px 0 #000000;
	display: none;
	height: auto;
	left: 28%;
	/* overflow: auto;*/
	padding-bottom: 10px;
	position: fixed;
	top: 15%;
	width: 43%;
	z-index: 1002;
	color: #999999;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	padding: 1% 2%;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #111;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_content1 {
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	box-shadow: 0 0 3px 0 rgb(0, 0, 0);
	display: none;
	height: auto;
	left: 15%;
	padding-bottom: 10px;
	position: fixed;
	top: 15%;
	width: 69%;
	z-index: 1002;
	color: rgb(153, 153, 153);
	transition: all 0.5s ease 0s;
	border-radius: 5px;
}

.white_content_other {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 3px 0 #000000;
	display: none;
	height: auto;
	left: 28%;
	/* overflow: auto;*/
	padding-bottom: 10px;
	position: fixed;
	top: 15%;
	width: 43%;
	z-index: 1002;
	color: #999999;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	padding: 1% 2%;
}
.l-contnt {
	float: none;
	margin: 0 auto auto;
	text-align: left;
	width: 95%;
	overflow: auto;
	max-height: 350px;
}

.close-new {
	background: url("../images/fancybox.png") repeat scroll -40px 0 transparent !important;
	cursor: pointer;
	display: inline;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	z-index: 1103;
	opacity: 1;
}

.close-new:hover {
	opacity: 1;
}

h2.up_nw_load_nw {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 7px;
	color: #999999;
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 10px;
}

.up-contnt {
	width: 100%;
}

.control-label {
	margin-top: 2px;
}
/*-----------------12/1/15-------------------------*/

.reason_reject .control-label {
	float: left;
	width: 100px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}

.reason_reject .text_pad textarea {
	border: #cccccc 1px solid;
	width: 300px;
	height: 80px;
}

.pop_srch_butt {
	width: 63px;
}

.submit_main {
	padding-left: 100px;
}
.used_cls {
	color: #335793;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a:hover {
	/*color:#ED6703;*/
	text-decoration: underline;
}
.big-text textarea {
	width: 580px;
	margin-bottom: 15px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	outline: 0;
	border: 1px solid #ccc;
	height: 200px;
}
.new-class a {
	float: left;
}
.links-a {
	padding-left: 74px;
}
.new-link a {
	float: none;
}

.no_readonly {
	background-color: #FFFFFF !important;
	border: 1px solid #cccccc !important;
	cursor: default;
	opacity: 0.8;
}
.relative {
	position: relative !important;
}
.auto-man {
	position: absolute;
	right: 0;
	text-align: right;
	top: 11px;
}
.auto-man a {
	color: #335793;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.light-tbl td input[type="text"] {
	border: 1px solid #ddd;
	padding: 3px 0;
	text-align: center;
	width: 56%;
}
.new_btn {
	background: none repeat scroll 0 0 #4369a9;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	padding: 5px 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 11px;
}
.new_btn:hover {
	background: none repeat scroll 0 0 #335793;
}


/*-------------------------------Added By SOMNATH on 23/01/2015 Css For Design modify---------------------------------------------*/

.top-bar{
	background: #171a36;
	height: 42px;
}

.full-width-block{
	  float: left;
    width: 100% !important;
}

.top-bar .clock_section_left {
    float: left;
    margin-top: 12px;
    width: auto;
}
.top-bar .clock_section_left img {
    float: left;
    margin: 0 4px 0 0 !important;
}
.top-bar .submit_section {
    float: right;
    width: 550px;
}
.top-bar .submit_section p {
    color: #2597c9;
    float: right;
     font-family: 'Arimo',sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0 0;
}

.top-bar .clock_section_left p {
    color: #bbb;
    float: right;
     font-family: 'Arimo',sans-serif !important;
    font-size: 12px;
    margin: 1px 0 0;
}


.prosec{
	
}
.prosec p{
	   color: #999 !important;
	      margin: 3px 0 0;
}

.prosec p a{
	  color: #bbb !important;
    font-family: 'Arimo',sans-serif !important;
    font-size: 13px !important;
    margin: 0 0 0 11px;
}
.prosec p a:hover{
	text-decoration: none !important;
	color: #F58634 !important;
}

.online{
	position: relative;
}
.tp-tool{
	 background: none repeat scroll 0 0 #f58634;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-family: tahoma !important;
    font-size: 9px !important;
    font-weight: 600;
    margin: 0 0 0 3px;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -12px;
}
.tooltip-arrow {
     border-style: solid;
    border-top-color: #f58634 !important;
    border-width: 8px 8px 0 0 !important;
    bottom: 11px;
    color: transparent !important;
    height: 0;
    position: absolute;
    right: -3px;
    width: 0;
}
.name-sec{
	    float: right;
    margin: 17px 0 0;
    width: auto;
}
.name-sec p{
	font-family: 'Arimo',sans-serif;
	color: #666;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.name-sec p span{
	font-family: 'Arimo',sans-serif;
	 font-size: 15px;
	   color: #f58634;
}


.page-nav{
	font-family: 'Arimo',sans-serif;
	 border-bottom: 1px solid #eee;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0;
    padding: 0 0 6px;
}

table.new-tbl{
	border: 1px solid #eee;
    border-collapse: collapse;
    margin: 14px 8px !important;
}
table.new-tbl tr{
	background: #F9F9F9 !important;
}
table.new-tbl tr:nth-child(even) {
	background: #fff !important;
}
table.new-tbl tr td{
	 /*border: 1px solid #ddd;*/
    padding: 5px 10px !important;
    vertical-align: middle !important;
    background: none !important;
}
table.new-tbl tr td:first-child{
	text-align: right;
	 width: 37%;
}
table.new-tbl tr td span.colon{
	float: right;
	 margin: 0 0 0 20px;
}
.edit-s{
	color: #fff;
    float: right;
    font-size: 23px;
    position: relative;
    top: -2px;
    transition: 0.5s;
}
.edit-s:hover{
	color: #fda654;
}

.require.gray{
	background: #e2e2e2;
    border-color: #e2e2e2;
    color: #666;
}
.require.green{
	background: #35aa47;
	border-color: #35aa47;
}
.require.sky-blue{
	background: #2886BC;
	border-color: #2886BC;
}



.require.org{
	background: #F58634;
	border-color: #F58634;
}

.text-center{
	text-align: center !important;
}

table.list-table{
	  border-color: #e3e3e3;
    margin: 9px 0 0;
}
table.list-table tr:nth-child(even){
	background: #f9f9f9;
}
table.list-table tr td{
	  color: #555;
    padding: 7px 7px 7px 14px;
    text-align: left;
    font-family: 'Arimo',sans-serif;
    background: none !important;
}
table.list-table tr td a{
	 color: #6d74a6 !important;
    font-weight: bold;
    text-decoration: none;
}
table.list-table tr td a:hover{
	color: #F58634 !important;
	font-weight: bold;
}
table.list-table tr td.head_text {
	  background:#fff !important;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
}
.tbl-footer{
	 background: none repeat scroll 0 0 #f8f8f8;
    text-align: center !important;
}
.pagination-nw{
	  font-size: 16px;
}
.pagination-nw a{
	  background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #eee !important;
    border-radius: 21px;
    font-size: 16px;
    font-weight: normal !important;
    margin: 7px 0 0;
    padding: 2px 8px !important;
}
.pagination-nw a:hover{
	color: #F58634 !important;
	border-color: #F58634 !important;
}
.pagination-nw ul.pagination li a.current{
	 background-color: #fff !important;
    border: 1px solid #f58634 !important;
    border-radius: 17px;
    color: #f58634 !important;
}
/*-------------------27/1/15-----------------------*/
/*------------------Start login page css----------------------*/
.login-page{
	background: url(../images/bg.png) repeat fixed !important;
}
.login-page .wrapper {
 	background: none repeat scroll 0 0 #fff;
    
    margin: 10% auto;
    padding: 1%;
    position: relative;
    width: 32%;
    
    -webkit-box-shadow: 0 0 3px -1px #333;
    -moz-box-shadow: 0 0 3px -1px #333;
    -o-box-shadow: 0 0 3px -1px #333;
    -ms-box-shadow: 0 0 3px -1px #333;
    box-shadow: 0 0 3px -1px #333;
}
.login-page .header_section{
	    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100% !important;
}
.login-page .header_container{
	  background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
    padding: 2%;
    width: 96%;
}
.login-page .logo_section{
	  display: inline-block;
    float: none;
    width: auto;
}
.login-page .login_panel_section{
	  margin-top: 0px;
}
.login-page .quick_submit_section{
	  float: none;
    margin: auto;
    width: 100%;
}
.login-page .clock_section_left {
  display: inline-block;
    float: right;
    margin: 0;
    position: relative;
    text-align: center;
    top: -41px;
    width: 41%;
}
.login-page .clock_section_left p{
	  color: #363636;
    display: inline-block;
    float: none;
    font-size: 12px;
     font-family: 'Arimo',sans-serif;
}
.login-page .clock_section_left img {
    float: left;
    margin: 0 !important;
}
.login-page .body_section{
	background: none;
	 margin: auto;
    width: 100%;
    padding: 0%;
    
}
.login-page .body_container{
	 padding: 104px 0 50px;
    width: 100%;
}
.login-page .container_bottom_section {
    padding-top: 0;
    width: 100%;
}
.login-page .total_footer{
	  position: static;
	    width: 100%;
}
.login-page .footer_menu_section {
    background: none;
    margin-top: 0;
    width: 100%;
}
.login-page .footer_menu_container {
    margin: 0 auto;
    width: 100%;
    display: none;
}
.login-page .main_copyright {
    bottom: 0 !important;
    margin: 0 auto !important;
    position: static !important;
    width: 100% !important;
}
.login-page .menu_copyright_section {
     background: none repeat scroll 0 0 #f8f8f8;
    border-top: 1px solid #e2e2e2;
    bottom: 0 !important;
    left: 0;
    margin: 0 auto !important;
    position: absolute !important;
    width: 100% !important;
}


.login-page .login_panel_section .login_panel {
    float: none;
    margin: 0 auto;
    width: 100%;
}

.login-page .login_panel_section .login_panel .section_box_top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    display: none;
}

.login-page .login_panel_section .login_panel .section_box_bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 9px;
    width: 96%;
}
.login-page .section_box_bottom{
	background: none;
}
.login-btn{
	 margin-left: 129px;
}
.page-shadow{
	   display: block;
    margin: -10% auto 0;
    width: auto;
}

.login-page .login_panel_section input[type="submit"], .login-page .login_panel_section input[type="button"]{
	 background: #3C4170;
	 -webkit-transition:0.5s;
	 -moz-transition:0.5s;
	 -o-transition:0.5s;
	 -ms-transition:0.5s;
	 transition:0.5s;
	 
}
.login-page .login_panel_section input[type="submit"]:hover, .login-page .login_panel_section input[type="button"]:hover{
	 background: #F48232;
}
.login-page .menu_copyright_section p {
    color: #555;
    font-size: 11px;
    padding: 20px 0;
    text-align: center;
     font-family: 'Arimo',sans-serif;
}

.login-page .main_copyright p a {
    color: #f58634 !important;
}
/*------------------End login page css----------------------*/

.goto-page{
	  float: right;
    margin: 0 25px;
    width: auto;
}
.require{
	 background-color: #2e3466;
    border: 1px solid #2e3466;
    border-radius: 0;
    color: #fff;
    float: right;
    font: 500 14px "Arimo",sans-serif;
    margin: 2px 0 5px 5px !important;
    padding: 6px;
    text-decoration: none;
    cursor: pointer;
}
.require.sm{
	padding: 4px;
	
}
.require:hover{
	opacity: 0.9;
}
.search-box{
	  /*background: none repeat scroll 0 0 #fafafa;*/
    border: 1px solid #ddd !important;
    padding: 50px 15px 15px !important;
    position: relative;
}
.search-box .require_add {
    background: none repeat scroll 0 0 #2e3466;
    border-bottom: 1px solid #2e3466;
    left: 0;
    padding: 8px 15px 4px;
    position: absolute;
    top: 0;
    width: 97.4%;
}
.search-box .require_add h3{
	 font: 500 18px "Arimo",sans-serif !important;
	 color: #fff !important;
}
/*----------------------------*/
.comnt-tbl{
	    margin: 24px 0 10px;
}
.comnt-tbl tr td{
	/*border-bottom: 1px solid #eee;*/
}
.comnt-tbl tr td:first-child{
	 font: 500 14px "Arimo",sans-serif !important;
	 text-transform: uppercase;
	 color: #2E3466;
	  width: 153px;
}
.comment-sec{
	 background: none repeat scroll 0 0 #f8f8f8;
    border-left: 5px solid #f58634;
    float: left;
    margin: 0 0 16px;
    padding: 7px;
    position: relative
}
.comment-sec i{
	   color: #f58634;
    left: -10px;
    position: absolute;
    top: 4px;
}
.comment-sec textarea{
	background: none;
    border: medium none;
    height: auto;
    min-height: 128px !important;
    resize: none;
    font: 14px 'Arimo',sans-serif !important;
    color: #777;
}
.upload-btn{
   background-image: url("../images/upload.png");
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 21% auto;
    float: none;
    margin: 0 !important;
    padding-left: 22px;
}

table.center-tbl {
    margin: 14px auto !important;
    width: 50%;
}
.section-tbl{
	 border: 1px solid #ddd;
    width: 100%;
}
.section-tbl .client_table {
    border: 1px solid #2e3466;
    font-size: 15px;
    font-weight: normal;
    left: -1px;
    padding: 1%;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 98%;
}
.section-tbl .client_table  i{
	   font-size: 16px;
}
/*----------------------------*/
.require_select.sm{
	  width: 86px !important;
}
table.center-tbl.frm00 {
    border: medium none;
    margin: 0 auto !important;
    width: 100%;
}
.tbl_cls_new .col3-tbl td {
    padding-right: 15px !important;
    width: 33.33%;
}
.tbl_cls_new .col3-tbl td:last-child{
	padding-right: 0px !important;
}
.col3-tbl .section-tbl .client_table{
	 padding: 8px 0 8px 7.5px;
}
.col3-tbl .section-tbl{
	 min-height: 721px;
}
.textarea-require{
	 width: 179px;
}
.dsdjh{
	padding: 14px 0px;
	 border-top: 1px solid #ddd;
}

Directory Contents

Dirs: 0 × Files: 26

Name Size Perms Modified Actions
28.07 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
2.40 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
735 B lrw-r--r-- 2024-11-22 17:53:01
Edit Download
4.92 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
4.84 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
4.91 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
52.78 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
22.14 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
33.36 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
45.49 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
46.09 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
48.44 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
23.07 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
23.15 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
36.82 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
36.87 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
24.67 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
26.51 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
26.57 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
23.57 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
37.72 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
27.48 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
27.99 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
21.41 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
1.87 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
3.08 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).