/*Customized layout css*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
/* font-family: 'Roboto', sans-serif; */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body.homepage {
	background: url(../images/bg.jpg)no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
body.subpages {
	background: #d3d3d3;
}
html, body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.container {
	width: 930px;
}
a:hover, a:focus {
	text-decoration: none;
}
ul, ol {
	list-style: none;
	padding: 0;
}

.paddinglogin{padding:20px 50px 20px 50px;}
.liststyle_none{list-style:none; list-style-type:none;margin-left: -15px; margin-bottom 5px;}
.single_button{border-left: 1px solid #ccc; border-right: 1px solid #ccc; float:right; padding:10px; margin-right:50px;}
.single_button .overviewbtn{padding-left:0px;}
.single_button .overviewbtn button{border:0px; background-color: transparent; height:60px;}

.scanbutton{
	float: right;
    margin-top: -66px;
    width: 200px;
    height: 50px;
    font-size: 20px;
    border: 0px;
    background-color: #10ad4f;
    color: #fff;
    font-weight: 600;
}
.scanbutton:hover{
	background-color:#2fc56b;
}
.headline1 {
	font-size: 32px;
	line-height: 55px;
	color: #000000;
	font-weight: 400;
    margin: 0px;
}
.headline2 {
	font-size: 24px;
	line-height: 37px;
	color: #000000;
	font-weight: 400;
    margin: 0px;
}
/* header-wrap */
#template {
	overflow: hidden;
	min-height: 100%;
	position: relative;
	padding-bottom: 70px;
}
#header-wrap {
	
}
/* header-block */
.header-block {
	padding: 11px 0px 40px;
	background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,0));
}
.logo-block {
	float: left;
	margin-left: 15px;
}
.login-block {
	float: right;
	padding-top: 5px;
	margin-right: 15px;
}
.login-block > a {
	font-size: 18px;
	line-height: 37px;
	color: #ffffff;
	margin-left: 10px;
    display: inline-block;
}
.login-block > a i {
	width: 32px;
	display: inline-block;
	vertical-align: baseline;
    position: relative;
    top: -2px;
}

/* content-wrap */
.loginpannel-block {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
    margin-top: 90px;
}
.loginpannel-block h1 {
	font-size: 32px;
	line-height: 55px;
	color: #000000;
	font-weight: 400;
    margin-bottom: 4px;
}
.loginpannel-block ul li {
	margin-bottom: 4px;
}
.loginpannel-block ul li:Last-child {
	margin-top: 12px;
}
.loginpannel-block .inp-submit {
	margin-right: 26px;
}
.inp-text {
	width: 100%;
	height: 40px;
	border: 0;
	padding: 5px 15px;
	font-size: 19px;
	line-height: 34px;
	color: #000000;
	font-weight: 300;
}
.inp-text::placeholder {
	color: #000000;
}
.inp-text::-webkit-input-placeholder {
	color: #000000;
}
.inp-text::-moz-placeholder {
	color: #000000;
}
.inp-text:-ms-input-placeholder {
	color: #000000;
}
.inp-text:-moz-placeholder {
	color: #000000;
}
.inp-text:focus {
	outline: 0;
}
.inp-text.username-inp {
	padding-left: 45px;
	background: #fff url(../images/username-icon.png)no-repeat 10px center;
}
.inp-text.password-inp {
	padding-left: 45px;
	background: #fff url(../images/password-icon.png)no-repeat 10px center;
}
.inp-submit {
	font-size: 19px;
	line-height: 34px;
	color: #000000;
	font-weight: 300;
	background: transparent url(../images/signin-icon.png)no-repeat 10px center;
	border: 0;
	padding: 0px 10px 0px 46px;
}
.inp-submit:focus {
	outline: 0;
}
.anchor {
	display: inline-block;
	font-size: 19px;
	line-height: 34px;
	color: #000000;
	font-weight: 300;
	text-decoration: underline;
    background: transparent;
    border: 0;
    padding: 0;
}
.anchor:focus {
	outline: 0;
}

/* service-box */
.service-box {
	background: #fff;
    padding: 10px 10px 24px;
    margin-top: 136px;
}
.service-box figure {
	position: relative;
	height: 130px;
	overflow: hidden;
}
.service-box figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.service-box h2 {
	padding: 7px 0px;
}
.service-box a:hover {
	text-decoration: none;
}
/* subpages */
.subpages #content-wrap {
	position: relative;
	margin-top: -10px;
}
.subpages #header-wrap {
	position: relative;
    min-height: 280px;
	background: url(../images/banner.jpg)no-repeat top center/cover;
}
/* breadcrumb */
.breadcrumb {
    border-radius: 0;
    background: rgba(26,30,35,.9);
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    margin: 0;
	min-height: 68px;
}
.breadcrumb a {
	display: inline-block;
	font-size: 32px;
	line-height: 37px;
	color: #ffffff;
	padding-left: 45px;
	background: url(../images/arrow-left.png)no-repeat left 16px center;
}
/*messages*/
.message-date{display:block;}
.messages-list { margin-bottom: 0px; background: rgba(0, 0, 0, 0.1); }
.messages-list li{padding:15px; cursor:pointer; color:#000 !important;border-bottom: 1px solid #d3d3d3;}
.messages-list li.active { background: #fff; }
.messages-list small,.messages-list strong, .messages-list a{color:#000 !important; font-weight: 700;}
.messages-list small { font-weight: 500; }
#message-title{font-size: 20px;}
#message-sent-on{float: right; font-size: 17px; margin-top: 13px; color: #00b351; font-weight: 600;}
.overview-block h2{padding-left:0px !important;}
#message-content{margin-right: 30px; padding-right: 10px;}


.login-block .dashboardbtn small {
    width: 17px;
    height: 17px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00b351;
}

/* main-block */
.main-block {
	margin-bottom: 23px;
}
.main-block h2 {
    padding: 0px 15px;
    margin-bottom: 6px;
}
.main-block .top-inner {
	padding: 22px 12px;
	background: #fff;
	display: table;
	width: 100%;
}
.main-block .top-inner .col {
	display: table-cell;
	vertical-align: middle;
}
.main-block .top-inner .col.c1 {
	width: 76.5%;
	padding-right: 15px;
}
.main-block .top-inner .col.c2 {
	width: 23.5%;
}
.main-block .inner {
	background: #fff;
}
.main-block .inner .rows {
	width: 100%;
	display: table;
	border-top: solid 1px #e5e5e5;
}
.main-block .inner .rows:last-child {
	border-bottom: solid 1px #e5e5e5;
}
.main-block .inner .rows .col {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	padding: 0px 11px;
	border-right: solid 1px #e5e5e5;
}
.main-block .inner .rows .col:last-child{
	border-right: 0px;
}
.main-block .inner .rows .col.c1 {
	padding-left: 15px;
    width: 33%;
}
.main-block .inner .rows .col.c2 {
    width: 14%;
	padding: 0px;
}
.main-block .inner .rows .col.c3 {
    width: 10%;
    vertical-align: top;
    padding-top: 12px;
}
.main-block .inner .rows .col.c4 {
    width: 10%;
	vertical-align: top;
    padding-top: 12px;
}
.main-block .inner .rows .col.c5 {
    width: 10%;
	vertical-align: top;
    padding-top: 12px;
}
.main-block .inner .rows .col.c6 {
    width: 17%;
	text-align: center;
}
.main-block .inner .rows .col.c2 > div {
    border-bottom: solid 1px #e5e5e5;
	padding: 5px 15px;
}
.main-block .inner .rows .col.c2 > div:last-child {
	border-bottom: 0;
}
.globalinp-text {
    width: 100%;
    border: solid 2px #999999;
    border-radius: 3px;
    background: #fff;
	height: 37px;
	padding: 0px 5px;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.globalinp-text.frst {
	font-size: 21px;
	text-align: center;
	width: 55px;
	height: 48px;
}
.globalinp-text:focus {
	outline: 0;
}
.globalinp-text.frst:focus, .globalinp-text.frst.active {
    border: solid 2px #00b351;
}
.main-block.sec .top-inner {
	padding: 19px 12px;
}
.main-block .inner .rows .col.c1 input {
	vertical-align: middle;
	margin-right: 10px;
}
.main-block .inner .rows .col.c1 span{
	display: inline-block;
	font-size: 17px;
	vertical-align: middle;
}
.main-block .inner .rows .col label {
	display: block;
	font-size: 14.12px;
	line-height: 16px;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	margin: 0px;
}
.main-block .inner .rows .col span {
	display: block;
	line-height: 16px;
}
.main-block .inner .rows .col.c6 a {
	display: inline-block;
    margin: 16px 7px 0px;
}
.main-block .inner .rows .col.c3 label,
.main-block .inner .rows .col.c4 label,
.main-block .inner .rows .col.c5 label {
	margin-bottom: 10px;
    position: relative;
    margin-top: -4px;
}
.main-block .inner .rows:nth-child(odd){
	
}
.main-block .inner .rows:nth-child(even){
	background: #f2f2f2;
}
/*parah*/
.parah {
	margin-bottom: 100px;
}
.parah p, .parah p a {
	font-size: 18px;
	line-height: 25px;
	color: rgba(0,0,0,0.4);
}
.parah p a {
	text-decoration: underline;
}
.globalradiobtn {
	display: none;
}
.globalradiobtn + label {
	display: block;
	font-size: 21px;
	line-height: 20px;
	color: #000000;
	font-weight: 300;
	cursor: pointer;
	margin: 0;
}
.globalradiobtn + label i {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: solid 2px #999999;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	margin-top: -2px;
	background: #fff;
}
.globalradiobtn + label span {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}
.globalradiobtn:checked + label i {
	background: #fff url(../images/checked-icon.png)no-repeat center;
}
.globalselect {
	display: block;
	border: solid 2px #00b351;
	font-size: 21px;
	line-height: 37px;
	color: #000000;
	border-radius: 3px;
	padding: 2px 15px;
	font-weight: 300;
	background: #ffffff url(../images/select-arrow.png)no-repeat right 15px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}
.globalselect:focus{
	outline: 0;
}
.globalselect::placeholder {
	color: #000000;
}
.search-sub {
	position: relative;
}
.search-sub .search-inp, .search-inp {
	display: block;
    border: solid 2px #00b351;
    font-size: 21px;
    line-height: 37px;
    color: #000000;
    border-radius: 3px;
    padding: 2px 15px;
    font-weight: 300;
    background: #ffffff;
	width: 100%;
}
.search-sub input[type="submit"]{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 41px;
	height: 41px;
	border: 0;
	background: #ffffff url(../images/search-icon.png)no-repeat center;
}
.search-sub input[type="submit"]:focus {
	outline: 0;
}

.search-client {
	position: relative;
}
.search-client .search-inp, .search-inp {
	display: block;
    border: solid 2px #00b351;
    font-size: 21px;
    line-height: 37px;
    color: #000000;
    border-radius: 3px;
    padding: 2px 15px;
    font-weight: 300;
    background: #ffffff;
	width: 100%;
}
.search-client input[type="submit"]{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 41px;
	height: 41px;
	border: 0;
	background: #ffffff url(../images/client-icon.png)no-repeat center;
}
.search-client input[type="submit"]:focus {
	outline: 0;
}
.search-inp:focus {
	outline: 0;
}
/* main-block inner2 */
.main-block .inner2 {
	background: #fff;
}
.main-block .inner2 .rows {
	display: table;
	width: 100%;
    border-top: solid 1px #e5e5e5;
}
.main-block .inner2 .rows:last-child {
	border-bottom: solid 1px #e5e5e5;
}
.main-block .inner2 .rows .col {
	display: table-cell;
	vertical-align: middle;
	font-size: 21px;
	line-height: 45px;
	color: #000000;
    border-right: solid 1px #e5e5e5;
	padding: 0px 15px;
	font-weight: 300;
}
.main-block .inner2 .rows .col.c1 {
	width: 20%;
}
.main-block .inner2 .rows .col.c2 {
	width: 20%;
}
.main-block .inner2 .rows .col.c3 {
	width: 60%;
}
.main-block .inner2 .rows .col:last-child{
	border-right: 0;
}
.main-block .inner2 .rows.title .col{
    height: 60px;
	font-weight: 400;
}
.main-block .inner2 .rows:nth-child(odd){
	background: #f2f2f2;
}
.main-block .inner2 .rows:nth-child(even){
	background: #ffffff;
}
.main-block .inner2 .rows.title {
	background: #fff;
}
.main-block .inner2 .rows .col b {
	display: block;
	font-size: 21px;
	line-height: 45px;
	color: #000000;
	font-weight: 400;
	display: none;
}
/* changepass */
.changepass {
	background: #fff;
    padding: 25px 5px 7px;
}
.changepass ul li {
	margin-bottom: 5px;
}
.changepass ul li:last-child {
	margin-top: 20px;
}
.changepass .inp-submit {
	display: inline-block;
	line-height: 40px;
    font-weight: 400;
}
.changepass .globalinp-text {
	height: 45px;
	font-size: 19px;
	font-weight: 300;
}
.changepass .globalinp-text::placeholder {
	color: #000000;
}
.globalinp-text.password-inp {
	padding-left: 45px;
    background: #fff url(../images/password-icon.png)no-repeat 10px center;
}
/* orderdetails */
.orderdetails {
	background: #fff;
	padding: 10px 5px;
}
.orderdetails .rows {
	display: table;
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
}
.orderdetails .rows:last-child {
	border-bottom: 0;
}
.orderdetails .rows .col {
	display: table-cell;
	text-align: left;
	padding: 0px 0px;
	font-size: 19px;
	line-height: 34px;
}
.orderdetails .rows .col.c1 {
	width: 23%;
}
.orderdetails .rows .col.c2 {
	width: 77%;
}
.orderdetails label {
	display: block;
    font-size: 14.12px;
    line-height: 16px;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    margin: 0px;
}
.globaltextarea {
	width: 100%;
    border: solid 2px #999999;
    border-radius: 3px;
    background: #fff;
    height: 110px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
	resize: none;
}
.globaltextarea::placeholder{
	color: #000000;
}
.globaltextarea:focus {
	outline: 0;
}
.main-block .inner .rows.totals .col {
	border: 0;
	vertical-align: top;
	font-size: 21px;
	line-height: 37px;
	color: #000;
	height: 83px;

}
.main-block .inner .rows.totals {
	border: 0;
	border-top: solid 2px #b5b5b5;
	padding-top: 5px;
}
.main-block .inner .rows.totals .col.c7 {
	width: 62%;
    padding-left: 82px;
}
.main-block .inner .rows.totals .col.c8 {
	width: 38%;
}
.main-block .inner .rows.totals .col.c8 > div {
	width: 100%;
}
.main-block .inner .rows.totals .col.c8 > div em, 
.main-block .inner .rows.totals .col.c8 > div span {
	display: inline-block;
	font-style: normal;
}
.main-block .inner .rows.totals .col.c8 > div span {
	min-width: 185px;
	text-align: right;
}
.orderdetailpage.subpages #footer-wrap a {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
} 
.orderdetailpage.subpages #footer-wrap a:after {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 1px;
	height: 100px;
	background: #56595d;
	content: "";
}
.orderdetailpage.subpages #footer-wrap a:before {
	position: absolute;
	top: -20px;
	right: 0px;
	width: 1px;
	height: 100px;
	background: #56595d;
	content: "";
}

/* plantlist */
.main-block .plantlist {
	background: #fff;
}
.main-block .plantlist .rows {
    width: 100%;
    display: table;
    border-top: solid 1px #e5e5e5;
}
.main-block .plantlist .rows:nth-child(odd) {
	background: #ffffff;
}
.main-block .plantlist .rows:nth-child(even) {
	background: #f2f2f2;
}
.main-block .plantlist .rows .col {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    padding: 8px 11px;
    border-right: solid 1px #e5e5e5;
}
.main-block .plantlist .rows .col label {
    display: block;
    font-size: 14.12px;
    line-height: 16px;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    margin: 0px;
}
.main-block .plantlist .rows .col span {
	line-height: 14px;
	display: block;
}
.main-block .plantlist .rows .col.c1 {
	width: 51%;
	padding-left: 15px;
}
.main-block .plantlist .rows .col.c2 {
	width: 24%;
}
.main-block .plantlist .rows .col.c3 {
	width: 12.5%;
}
.main-block .plantlist .rows .col.c4 {
	width: 12.5%;
}
.main-block .plantlist .rows .col.c3,
.main-block .plantlist .rows .col.c4 {
	vertical-align: top;
	font-size: 19px;
	line-height: 38px;
	color: #000000;
}
.main-block .plantlist .rows .col.c3 label,
.main-block .plantlist .rows .col.c4 label {
	margin-bottom: 5px;
}
.main-block .plantlist .rows .col.c2 {
	padding: 0;
}
.main-block .plantlist .rows .col.c2 > div {
    border-bottom: solid 1px #e5e5e5;
    padding: 6px 15px 6px;
}
.main-block .plantlist .rows .col.c2 > div:last-child {
	border-bottom: 0;
}
.main-block .plantlist .rows .col .toggle-input {
	display: none;
}
.main-block .plantlist .rows .col .toggle-input + label {
	display: block;
	font-size: 17px;
    line-height: 25px;
    color: #000000;
	font-weight: 400;
	text-transform: inherit;
}
.main-block .plantlist .rows .col .toggle-input + label i {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	height: 33px;
	background: #cccccc url(../images/uncheck-icon.png)no-repeat center; 
	border-radius: 4px;
	margin-right: 10px;
	overflow: hidden;
}
.main-block .plantlist .rows .col .toggle-input:checked + label i {
	background: #00b351 url(../images/ncheck-icon.png)no-repeat center; 
}
.main-block .plantlist .rows .col.c1 span {
	display: inline-block;
	width: calc(100% - 80px);
    vertical-align: middle;
}

/* footer-wrap */
#footer-wrap {
	
    padding: 20px 0px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(26,30,35,.9);
	overflow: hidden;
}
#footer-wrap p, 
#footer-wrap p a {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	margin: 0;
}
#footer-wrap p a {
	text-decoration: underline;
}
.subpages #footer-wrap p {
	float: left;
}
.subpages #footer-wrap a {
	float: right;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.overviewbtn {
	display: inline-block;
	padding-left: 25px;
}
.overviewbtn i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    margin-top: -8px;
}