/*
very light brown #f9f2ec
light brown #e7cbb5
brown #b1530b
light blue #84b3d7
blue #0c68b3
*/
* {
	margin:0;
	padding:0;
	list-style-type:none;
	text-transform:none;

}
body {
  background:#ffffff url('../images/header-bg.jpg') 0 -30px repeat-x;
  margin: 0;
  font-family:arial, verdana, tahoma;
  font-size:12px;
}
input{
	padding:2px;
	border:1px solid #cccccc;
}

  /* WebKit browsers */
input:focus::-webkit-input-placeholder { color:transparent; }

    /* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }

textarea{
	resize:none;
	border:1px solid #cccccc;
	padding:2px;
}
.mandatory {
	color:red;
	font-size:11px;
	margin-left: 4px;
}
.error {
	font-size:11px;
	margin-left: 4px;
	border:1px solid red;
}
#wrapper{
	margin:0 auto;
	width:986px;
	height:auto;
	min-height:520px;
}
#logindiv {
	width:498px;
	height:338px;
	margin:0 auto;
	padding:6px;
	background:url('../images/login-bg.jpg') 0 0 no-repeat;
	}
#signin {
	width: 476px;
	height: 318px;
	padding: 0px 60px;
	margin: 4px auto;
	background:#ffffff;
	}
#signin h1 {
	padding:20px 0;
	color:#000000;
	font-size:20px;
	text-align:center;
	margin:0 auto 15px auto;
	text-transform:uppercase;
	}
input.input {
	width:320px;
	height:34px;
	line-height:24px;
	padding:4px 6px;
	background:#ffffff;
	border:1px solid #84b3d7;
	margin:5px 20px;
}
input.login_btn{
	width: 334px;
	height: 42px;
	text-align: center;
	padding:4px 6px;
	font-size:18px;
	cursor: pointer;
	line-height:32px;
	color: #ffffff;
	margin:6px 20px;
	background: #0c68b3;
	border:none;
	margin-top:20px;
}
input.trans_btn{
	width: 210px;
	height: 75px;
	text-align: center;
	padding:4px 6px;
	font-size:18px;
	cursor: pointer;
	line-height:32px;
	color: #ffffff;
	margin:10px 20px;
	background: #0c68b3;
	border:none;
	margin-top:20px;
}
.projdiv tr {
	margin-top:6px;
}
.row{
	width: 100%;
	margin-top:12px;
	clear:both;
	height:auto;
}
.mr0{
	margin-right:0 !important;
}
.header{
	width:986px;
	margin:0;
	height: 110px;
}
.arrk-logo {
	margin-top:16px;
	float:left;
}
.ged-logo {
	margin-left:20%;
	float:left;
	text-align:center;
	font-size:16px;
	color:#333333;
}
.ged-logo img {
	max-height:60px;
}
.lco-img {
	margin:0 30px 0 0;
	float:right;
}
.header-left{
	float: left;
	margin-left:20px;
}
.langpnav {
	margin-top:10px;
	height:30px;
}
.rightdiv{
	float:right;
	width:260px;
	height:102px;
}
#lngg {
	width:140px;
	height:35px;
	list-style-type:none;
	padding:5px;
	margin-left:110px;
	margin-bottom:0px;
}
#lngg li{
	float:left;
	display:inline;
}
#lngg a {
	font-size:15px;
	padding:0 8px;
	color:#333333;
}
#lngg a.active{
	color:#af1726;
}
.user {
	width:180px;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-align:right;
	background: #ffffff;
	margin-top:12px;
	padding-right:15px;
	border-right: 2px solid #dddddd;
	line-height: 20px;
}
.user h3{
	width:165px;
	font-size:16px;
	color:#0B68B2;
	font-weight:bold;
	line-height: 20px;
	margin: 0px;
}
.close {
	width:80px;
	height:50px;
	font-size:11px;
	float:right;
	text-align:center;
	margin-top:10px;
	display:block;
	opacity:1 !important;
}

.closemodal {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: none;
    opacity: 1;
    background-color: transparent;
}

.modal .modal-header {
  background: #006eb6;
  padding: 5px 10px;
  color: #fff;
}



.close a {
	color:#000000;
	opacity:1;
	padding:10px 0;
	text-decoration:none;
}
.close img {
	margin: 0 auto 3px auto;
	display:block;
}
.header-right{
	float: left;
	margin-left: 39px;
	padding: 5px 50px;
	width: 60%;
}
.heading{
	background-color:#0C68B3;
	margin-right:10px;
	border:1px solid #0C68B3;
	border-radius:8px;
	color:#fff;
	text-align:center;
	padding:5px;

}
.inputfield{
	padding:4px 8px;
	width:447px;
	height:24px;
	border-radius:8px;
}
.cl-md-4 p{
	font-size:10px;
	line-height:13px;
}

.filetransferdiv {
	width:950px;
	height:280px;
	margin:0 auto;
	background:#e7cbb5;
	padding:10px;
}
.filein {
	width:935px;
	height:280px;
	padding:0 0 0 15px;
	background:#ffffff;
	}
.filein h1 {
	float:left;
	padding:8px 30px;
	background:#b1530b;
	color:#ffffff;
	font-size:18px;
	margin-left:-15px;
	text-transform:uppercase;
	border-top-left-radius :8px;
	border-bottom-right-radius :8px;
	}

.droparea{
	width:580px;
	border:2px dashed #0C68B3;
	height:220px;
	float:left;
	margin-top:16px;
	background:#F9F2EC;
}
.userdata{
	float:right;
	width:300px;
	margin:20px;
	margin-top:52px;
}
.userinput {
	width:310px;
	float:right;
	margin-bottom:3px;
}
.userinput input{
	padding:4px;
	width:225px;
	border:1px solid #0C68B3;
	float:right;
}
.userinput label{
	text-align:right;
	padding:4px;
}

 .fd-zone {
		text-align: center;
		}
.fd-file {
      opacity: 0;
      font-size: 118px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      padding: 0;
      margin: 0;
      cursor: pointer;
      filter: alpha(opacity=0);
      font-family: sans-serif;
    }
.fd-zone.over { border-color: maroon; background: #eee; }

.button{
	display: inline-block;
	margin-top:6px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 7px 12px;
	font-size: 13px;
	line-height: 1.42857;
	-moz-user-select: none;
	color: #FFF;
	background-color: #0B68B2;
	float:right;
	border-radius:6px;
}



.addbutton{
	float:right;
	background-image: url('../images/add-icon.png');
	width:25px;
	height:25px;
	border:none;
	cursor:pointer;
}
.deletebutton{
	float:right;
	background-image: url('../images/delete-icon2.png');
	width:25px;
	height:25px;
	border:none;
	cursor:pointer;
	margin-right:4px;
	margin-top:-6px;
}
.cl-md-4{
	border:2px solid #ccc;
	width:281px;
	height:105px;
	padding:10px;
	float:left;
	margin-right:21px;
	margin-bottom:12px;
}
.cl-md-4 h3{
	font-size:12px;
	margin:5px 0;
}
.cl-md-4 .address-left{
	float:left;
	font-size:14px;
}
.cl-md-4 .address-right{
	float:right;
	margin-right:20px;
	font-size:14px;
}
.footerp{
	width:70%;
	height:100px;
	font-size:13px;
	padding:8px 10px;
	border-right:1px solid #000;
}
.input-grand{
	padding:3px;
	width:120px;
}
.rightfoot{
	text-align:center;
	float:right;
	margin:10px 5px 0 0;
}
#fileup{
	width:255px;
	border:none;
}
#login{
	padding:50px;
	width:300px;
	background-color:#E6EFF6;
	margin:0 auto;
	height:190px;
}
.login{
	float:left;
	margin:0 auto;
}
.logo{
	float:right;
	margin-right:275px;
	margin-top:40px;
}
.inputfields{
	padding:5px;
	width:300px;
}
.logout {
	width:960px;
	height:30px;
	margin-bottom:10px;
}
.labelC{
	text-align:center;
	padding: 5px;
}
.rightfoot div{
	background-color:#ffffff;
	padding:7px 30px;
	border:1px solid #fff;
	border-radius:10px;
}
.flefthead{
	background-color:#ffffff;
	padding:22px;
	margin-top:17px;
	margin-left:10px;
	width:25%;
	border:1px solid #fff;
	border-radius:10px;
	font-size:14px;
	font-weight:bold;
	float:left;
}
.plus{
	line-height: 80px;
	margin: 10px 15px;
	width:5%;
	font-weight:bold;
	font-size:24px;
	float:left;
}
.savesuccess{
	font-weight:bold;
	font-size:16px;
	color:green;
	margin-top:40px;
	margin-left:50px;
}
.tdlabel{
	text-align:right;
	font-size:11px;
	padding-right:4px;
	font-weight:bold;
}
.col1,.col6 {
	width:160px;
	float:left;
	overflow:hidden;
	vertical-align: middle;
	text-align:left;
	padding-left:8px;
}
.col1{
	width:300px;
}
.col5{
	width:539px;
	word-wrap: break-word;
	float:left;
	text-align:left;
}
.col6{
	width:114px;
}
.col1sub{
	float:left;
	text-align:right;
	width:70px;
	padding-right:3px;
}
.col6sub{
	cursor:pointer;
	width:35px;
	height:23px;
	float:left;
	margin-top: 22px;
}
.row_data{
	background:#85B3D7;
	height:20px;
	text-align: center;
	font-weight:bold;
	color:#fff;
	padding:2px 0;
	font-size:12px;
}
.selected{
	background-color:#449DE6;
}
.highlight:hover {
	background-color:#99CCFF;
}
.odd {
	background:#cce2f1;
	border-top:1px solid #ffffff;
	padding:5px 10px 10px 0;
	height:75px;
}
.even {
	background:#e4e4e4;
	border-top:1px solid #ffffff;
	padding:5px 10px 10px 0;
	height:75px;
}
.odd:hover,.even:hover {
	background:#a0c5e4;
}
.userdetails {
	width:100%;
	height:50px;
	clear:both;
	margin:15px 0;
}
.colA {
	float:left;
	width:23%;
	height:48px;
	line-height:18px;
	margin-right:2%;
}
.usrlbl{
	padding:3px 10px;
}
.usrdtl{
	padding:6px 10px;
	font-size:15px;
	border-top:1px solid #cccccc;
}
.projdiv{
	margin-left:30px;
}
.dragiframe{
	border:1px solid #ccc;
	height:290px;
}
.dropzone{
	width:400px	;
	height:85px	;
	line-height:30px;
	margin:4px auto 2px auto;
	border-radius:4px;
	border:2px dashed #006EB7;
	background:#D0E2F2;
	text-align:center;
}
.zone_footer {
    border-top: 3px solid #dedede;
    background: none repeat scroll 0% 0% #F9F9F9;
    margin-top: 10px;
	width:986px;
	}
.center {
    width: 30%;
    margin: 7px auto;
    text-align: left;
	float:left;
}
.slogan {
    color: #0B68B2;
    float: right;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 10px;
    width: 65%;
    text-align: right;
}
#footer_bottom .slogan {
    color: #0B68B2;
    float: right;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 10px;
    width: 65%;
    text-align: right;
}
#footer_bottom {
    padding: 5px 5px 10px 5px;
	height: 40px;
    font-size: 11px;
    color: #aaaaaa;

}
footer{

}
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.tdlabel1{
	text-align:right;
	width: 60px;
	padding-right: 10px;
}
.tabform tr{
	margin: 10px 0px;
	display: block;
}
.validation{
	width:20px;
	height:20px;
	float:right;
	margin-left: 2px;
}
.ui-widget-header{
	border:1px solid #006EB7 !important;
	background:#006EB7 !important;
	color:#ffffff !important;
}
.ui-widget-content {
    border:2px solid #cce2f1;
    padding: 12px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    color: #ffffff;
}
/* .cancelbt{
	height:30px;
	float:none;
	background:#0B68B2;
	color:#ffffff;
	margin-left:82px;
	padding:6px;
} */
.addproj {
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	padding-left: 24px;
	background:url('../images/plus-icon.png') 0 3px no-repeat;
}

.lfname{
	width:190px;
	float:left;
	overflow:hidden;
}
.lfsize{
	width:110px;
	float:left;
	overflow:hidden;
}
.lftype{
	width:100px;
	float:left;
	overflow:hidden;
}
.lfcdate{
	width:150px;
	float:left;
	overflow:hidden;
}
.lheading{
	background:#F2F2F2;
	height:25px;
	padding:3px;
}

.fnametxt{
	float:left;
	width:325px;
	border:none;
	padding:0px 0 0 3px;
}
.ftextlabel{
	text-align:right;
	width:30%;
	float:left;
}
.name{
	height:25px;
}
.email{
	height:25px;
}
