body {
    font-family: "Lato";
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #eee;
    color: #454545;
}

a:link, a:visited {
    color: blue;
}

.errormsg {
    background-color: red;
    display: block;
    margin-left: 155px;
    padding-left: 5px;
    text-align: center;
    width: 235px;
    color: #fff;
    font-weight: bold;
	margin-bottom:10px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 120px; /* bottom = footer height */
}

/*body, html {
    height: 100%;
}*/

.wraper {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    height: auto;
    min-width: 1330px;
}

.login_wraper {
    width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.login_main {
    width: 1020px;
    margin: 0px auto;
    line-height: 18px;
    height: 260px;
    position: absolute;
   /* left: 50%;*/
	left: 35%;
    top: 50%;
    text-align: center;
    margin-left: -510px; /*half width*/
    margin-top: -180px; /*half height*/
}

.header {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: none repeat scroll 0 0 rgb(238, 238, 238)
    height: 75px;
    box-shadow: 0 1px 5px #ccc;
    margin-bottom: 10px;
}

.header_main {
    width: 1020px;
    margin: 0px auto;
}

.top_nav a {
    margin-right: 5px;
}

.header_right ul {
    float: right;
}

.header_right {
    float: right;
    font-family: "raleway-medium";
    font-size: 13px;
    margin-right: -25px;
    padding: 5px 5px;
    text-align: right;;
}

.header_right a {
    color: #FF0000;
    text-decoration: none;
}

.header_right a:hover {
    color: #02aec2;
    text-decoration: underline;
}

.header_right li {
    list-style-type: none;
    float: left;
    border-right: solid 1px #999;
}

.header_right li a {
    padding: 0px 5px;
    color: rgb(195, 132, 61);
}

.header_right li a:hover {
    color: #FF0000;
}

.header_right li:last-child {
    border: none;
}

.logo1 {
    float: left;
}

.middle {
    float: left;
    width: 100%;
    color: #666;
    text-align: left;
}

.column-1 {
    float: left;
    width: 640px;
    background: url(../images/linebg3.png) no-repeat right center;
    padding-right: 29px;
    height: 260px
}

.login {
    float: right;
    background: #fff;
    width: 550px;
    height: auto;
    padding: 30px;
}

.login_text {
    color: #24B3A2;
    font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.login_text span {
	color: #ff0000;
	font-size: 16px;
}

input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
}

input[type=name], input[type=password] {
    color: #777;
    width: 80%;
    height: 40px;
	padding: 5px 8px;
	color: #222;
	background: #fff;
    border: 1px solid #c9c9c9;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

input[type=name]:hover, input[type=password]:hover {
    border: 1px solid #b6bfc0;
}

input[type=name]:focus, input[type=password]:focus {
    border: 1px solid #a8c9e4;
}
.forgot {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
	color: #002147;
	margin: 16px 0 8px;
}
.forgot a {
	color: #002147;
	text-decoration: none;
}
.login label {
    display: block;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
	color: #002147;
	margin: 16px 0 10px 0;
	width: 20%;
    float: left;
}

#lower {
    margin: 15px auto 0;
	text-align: right;
}
.remember {
	float: left;
	color: #002147;
}
#lower .btn {
	display: inline-block;
	border: none;
	/*background: #002147;*/
	background: #24B3A2;
	color: #fff;
	border-radius: 0px;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.login .button {
    font-size: 12px;
    background: url(../images/loginbuttonbg.jpg) repeat-x center bottom;
    border-radius: 4px;
    padding: 0px 15px 4px;
    color: #fff;
    height: 26px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.login .button:hover {
    background: url(../images/loginbuttonbg_hover.jpg) repeat-x center bottom;
    color: #fff;
}
.footer {
    width: 100%;
    background: #666666;
    height: 50px;
    text-align: center;
    float: left;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow:hidden;
}

input.error, textarea.error, select.error {
    border: 1px solid red !important;
	background-color: #ffffd4;
}

.search {
    width: 98%;
    border-radius: 6px;
    background: #eee;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    background: url("../images/bg.gif") repeat-x scroll left top white;
    padding: 9px 8px 1px;
}

.search input[type=text] {
    width: 385px;
    margin-right: 5px;
    border: 1px solid #888;
    border-radius: 3px;
    padding: 4px;
    box-shadow: 0 1px 3px #dedede inset;
    font-size: 10px;
}

.search input[type=button] {
    background: #ccc;
    border: solid 1px #999;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Lato";
    padding: 1px 5px;
    color: #fff;
    text-shadow: 0px 1px 0px #666;
    margin-left: 5px;
    cursor: pointer;
}

.search input[type=button]:hover {
    background: #aaa;
}

.search input[type=date] {
    margin-right: 3px;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 2px 5px;
    box-shadow: 0 1px 3px #dedede inset;
    font-size: 10px;
}

.number {
    padding-right: 15px;
    text-align: right;
}

.red {
    color: red;
    font-weight: bold;
}
.madropbtn {
  padding: 16px;
  border: none;
  cursor: pointer;
}

.madropbtn:hover, .madropbtn:focus {
  background-color: #2e8b57;
  font-weight:bold;
  color:#fff;
}

.madropdown {
  position: relative;
  display: inline-block;
}

.madropdown-content {
    display: none;
	position: absolute;	
	min-width: 89px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	/* height: 50px; */
	padding: 8px;
	line-height: 22px;
	background: #90EE90;
	/* color: #fff; */
	text-align: left;
}

.madropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.madropdown a:hover {background-color: #ddd;}

.show {display: block;}
.button-print {
    background-image: url(../images/print.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    height: 32px;
    padding-left: 32px !important;
    vertical-align: middle;
    width: 100px !important;
    border-radius: 7px !important;
}

.button-export {
    background-image: url(../images/excel.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    height: 32px;
    padding-left: 32px !important;
    vertical-align: middle;
    width: 100px !important;
    border-radius: 7px !important;
}


