@charset "utf-8";
/* CSS Document */
/*open sans font start*/
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
/*open sans font end*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;

}
img,a{border: 0; outline: none}
html { height: 100%; }
body{font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; color: #000000; margin: 0; padding: 0 0 130px; min-height: 100%; position: relative;}
a{color: #6a9b1e; text-decoration: none}
a:hover{color: #6a9b1e; text-decoration: underline}
#container {
	width: 100%;
	margin: 0px auto;
	min-height: 100%;
}
header, section, footer{clear: both; overflow: hidden;}
.floatLeft{float: left;}
.floatRight{float: right;}
input[type="text"], textarea, input[type="password"]{ width: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; color: #000000; padding: 8px 15px;}

/* Header CSS */
header{padding: 20px; background: #fff; position: relative; z-index: 1}
.logo{width: 50%;}
.logo img{width: 320px;}
.logoutlink a{background: #c0d72f; color: #000; padding: 5px 25px 4px; display: inline-block; font-size: 18px; font-weight: 800; text-decoration: none}
.logoutlink a:hover{background: #99c905}
/* Header CSS */

/* Footer CSS */
footer{position: absolute; bottom: 0; width: 80%; right: 0; padding: 0 20px}
.footercontainer{border-top:1px dashed #b3b3b3; clear: both; overflow: hidden; padding:15px 0 }
.designby img{ float:right;}
.designedbytxt{ float:left; padding:21px 10px 0 0; line-height:18px; font-size: 14px; color: #b4b4b4}
/* Footer CSS */


/* middle section css */
.middlesec{height: 100%}
.leftmenu{background: #494748; width: 20%; height: 100%; position: absolute; top: 0; bottom: 0; padding: 128px 0 0}
.leftmenuinner{height: 100%; position: relative; overflow: auto;}
.leftmenuinner ul{margin: 0; padding: 0; list-style: none;}
.leftmenuinner ul li{margin: 0; padding: 0;}
.leftmenuinner ul li a{color:#d7db1d; padding: 12px 20px; text-decoration: none; display: block}
.leftmenuinner ul li a.active{background: #c0d72f; color: #000; font-weight: 700}

.rightmenu{width: 80%; float: right;}
.toptitlebtn{clear:both; overflow: hidden; background: #1a1a1a; padding: 7px 10px 6px}
.toptitlebtn h1{color: #fff; font-size: 24px; font-weight: 800; margin: 0; padding: 0}
.toptitlebtn a{background: #c0d72f; font-weight: 800; color: #000; padding: 4px 10px; display: block; text-decoration:none; position:relative; }
.toptitlebtn a.backbtn{padding: 4px 20px;}
.toptitlebtn a.addbtn:before{content: "+"; background: #749321; padding: 5px 10px 3px; position: absolute; top: 0; bottom: 0; left: 0; color: #fff}
.toptitlebtn a.addbtn span{padding-left: 26px}


.tablecontent{ clear:both; overflow: hidden;}
.tablecontent table{margin: 0; padding: 0;}
.tablecontent table th{ background: #808080; color: #fff; }
.tablecontent table th, .tablecontent table td{padding: 10px 20px; border-left: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc }
.tablecontent table td{word-break: break-all;}
.tablecontent table tr td:first-child, .tablecontent table tr th:first-child{border-left: 0}

.redtxt{color: #ed1c24}
.settingicon{background: url(../images/svg/setting-icon.svg) no-repeat center center; width: 19px; height: 19px; display: block}
.deleteicon{background: url(../images/svg/delete.svg) no-repeat center center; width: 21px; height: 21px; display: block}

.iconborder{border: 3px solid #4d4d4d; display: inline-block; border-radius: 5px; height: 41px; width: 62px; font-size: 0; line-height: 0; text-align: center; padding: 2px}
.iconborder img{height:31px; }

.emailformsec{clear:both; overflow: hidden; padding: 20px}
.mandatorytxt{clear:both; overflow: hidden; text-align: right; padding: 0 0 20px }
.asterisk{color: #ed1e79}
.emailformsec > ul{margin: 0; padding: 0; list-style: none}
.emailformsec > ul > li{clear:both; overflow: hidden; background: #f2f2f2; border-radius: 5px; margin: 0 0 20px; padding: 20px;}
.emailformsec ul li label{display: block; padding: 0 0 10px;	}
.emailformsec ul li input[type="text"], .emailformsec ul li textarea{ width: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; color: #000000; padding: 8px 15px;}
.emailformsec ul li.savebtn{background: none; padding: 0; border-radius: 0; text-align: right}
.emailformsec ul li input[type="submit"], input.savebtn, .btmsavebtn input, .popupbtns input{background: #c0d72f; color: #000; padding: 5px 25px 4px; display: inline-block; font-size: 18px; font-weight: 800; border:0; border-radius: 0; cursor: pointer; outline: none}
.emailformsec ul li input[type="submit"]:hover{background: #99c905}
input[type="checkbox"], input[type="radio"] { display: none; }
input[type="checkbox"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 10px 0 0;
	vertical-align: middle;
	background-image: url(../images/svg/checkbox.svg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
input[type="checkbox"]:checked + label span {
	background-image: url(../images/svg/checkbox-active.svg);
	background-repeat: no-repeat;
	background-position: left top;

}

input[type="radio"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 6px 0 0;
	vertical-align: middle;
	background-image: url(../images/svg/radio.svg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
input[type="radio"]:checked + label span {
	background-image: url(../images/svg/radio-active.svg);
	background-repeat: no-repeat;
	background-position: left top;

}



.titlemessagesec ul{margin: 0; padding: 0; list-style: none;}
.titlemessagesec ul li{margin: 0 0 20px; padding: 0; list-style: none;}
.titlemessagesec ul li textarea{height: 200px;}
.tablecontent table td label{color: #749321}

.documenttitleuploadsec{clear:both; overflow: hidden; padding: 20px}
.documenttitleuploadsec ul{clear:both; overflow: hidden; background: #f2f2f2;  border-radius: 5px; padding: 20px; list-style: none;}
.documenttitleuploadsec ul li{float: left; padding-right: 50px; width: 50%}
.documenttitleuploadsec ul li:first-child{width: 30%}
.documenttitleuploadsec ul li:last-child{width: 20%}


.my-ie9-hidden-file-input {
    height: 1px;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.browsebtn {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 15px;
	border: 1px solid #808080;
    text-decoration: none;
}
#upload_document_text, #upload_document_text2{display: block; font-size: 14px;}
.documenttitleuploadsec label{display: block; padding: 0 0 10px;	}

.instancesettingssec{clear:both; overflow: hidden; padding: 20px;}
.instancesettingssec h2{ color: #749321; font-size: 24px; font-weight: 800; margin: 0; padding: 0 0 12px}
.logowidthheight{color: #000; font-size: 16px; font-weight: 400}

.instancesettingssec ul{margin: 0; padding: 0; list-style: none;}
.instancesettingssec ul li{margin: 0; padding: 0 50px 10px 0 ; float: left; width: 50%; min-height:84px;}
.topclientnameins{clear:both; overflow: hidden; padding: 15px; background: #e8ead3; border-radius: 5px; margin-bottom: 30px;}
.instancesettingssec ul li label{display: block; padding: 0 0 10px}
.boldtext{display: block; font-weight: 700; padding: 4px 0 0}
.graybox{clear:both; overflow: hidden; padding: 15px; background: #f2f2f2; border-radius: 5px; margin-bottom: 21px;}
.domainname input{width:100%; margin-right: 5px;}
.visitwebsite{display: block; margin: 10px 0 0}
.configfilelocation{padding-top: 20px;}
.instancesettingssec .configfilelocation label{padding-bottom: 0}
.btmsavebtn a{margin: 5px 0 0}
.superadminbox ul li{width: 33.33%; padding-right: 50px;}
/*  POPUP Section  */
.popTrigger { cursor: pointer }
#popUpOverlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.40);
	overflow-x: auto;
}
.popup_block {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 0%;
	padding: 5px;
	z-index: 1000001;
	margin: 0 auto!important;
	display: none;
	border-bottom: 50px solid transparent
}
.popup_block:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
* html .popup_block { zoom: 1; } /* IE6 */
*:first-child+html .popup_block { zoom: 1; } /* IE7 */
.popUpHolder {
	position: relative;
	margin: 0px auto;
	background: #ffffff;
	padding: 35px 40px;
	max-width:530px;
	}
.title{clear:both; overflow: hidden; border-bottom: 1px dashed #b3b3b3}
.title h2{margin: 0; padding: 0 0 25px 48px; font-size: 26px; position: relative;}
.title h2:before{background:url(../images/svg/alert-icon.svg) no-repeat left top; background-size: 38px auto; width: 38px; height: 38px; content: "";  position: absolute; left: 0; top: 0}
.popupbtns{clear:both; overflow: hidden; border-top: 1px dashed #b3b3b3; padding: 30px 0 0}
.popupbtns input{padding: 7px 25px}
.popupbtns input.alertbtn{background-color: #ff0000; color: #fff}

.logosec{clear:both; overflow: hidden; padding:15px 0 30px; margin-bottom: 50px; position: relative; border-bottom: 1px dashed #b3b3b3}
.logoimg{float: left; padding-left:40px; width:150px; height:150px;}
.logoimg img{ max-height:100%; max-width:100%;}
.logobrowse{float: left; padding: 60px 0 0 50px}
.logobrowse  #upload_document_text, #upload_document_text2{display: inline-block; padding-left: 10px;}
.deleteimg{font-size: 0; line-height: 0; background-color: #f2f2f2; width: 25px; height: 25px; background-size: 13px auto; position: absolute; left: 0; top: 15px}

.colorbox{ width:46px; height:46px; float: left; background-color: #35c4d6; margin-right: 10px; cursor: pointer; font-size: 0; line-height: 0; border: 0; outline:none;}
.graybox.colorboxes{padding-bottom: 0}
.colorboxes ul li {width: 33.33%; padding-bottom: 20px;}
.colorboxes ul li.rollhoverunderline{padding-top: 40px}
.colorboxes input{float: left; width: 80%; padding: 10px 15px 11px}
.fontsec textarea{height: 120px;}
.fontsec h4{font-size: 16px; font-weight: 700; margin: 0; padding: 0 0 15px}

.fontradiobtn{clear:both; overflow: hidden; padding: 15px 0 0}
.fontradiobtn ul li{ width: 25%; padding-right: 10px; min-height:inherit;}
/* middle section css */

/* System frontend Screen CSS */
.frontendsystem{background: #e6e6e6}
.frontendheader .logo img{ width: 104px;}
.systemwhitebox{clear:both; overflow: hidden; margin: 50px auto; max-width: 635px; background: #fff; border: 1px solid #cccccc; border-radius: 10px; padding: 30px; font-size: 18px;}
.systemwhitebox h1{font-size: 24px; font-weight: 800; margin: 0; padding: 0}
.systemwhitebox a{color: #35c4d6}

.frontendsystem footer{background: #fff; width: 100%; padding:30px 20px; color: #505151 }
.frontendsystem footer .floatLeft{padding: 35px 0 0}
.frontendsystem footer a{color: #505151}


.captchaBox {

    color: #181a1c;
	clear:both;
	overflow: hidden;
}

.inputBoxCaptcha {
    float: left;
    margin-left: 10px;
}

.resetBtn {
    float: left;
    margin-left: 10px;
}

.loginscreen input[type="text"], .loginscreen textarea, .loginscreen input[type="password"]{width: 95%; outline: none; border: 1px solid #ccc; background: #fff}
.red-bold{color: #f00}


.notification {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#fcf2ee;
	border:1px solid #f6dfd6;
	padding:5px 10px 5px 30px;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color:#d93d00;
	font-size:13px;
	margin:0 0 15px;
	clear:both;
	overflow: hidden;
}
.notification ul {
	padding-top:5px;
	font-size:12px;
	clear:both; overflow: hidden;
	list-style: disc inside;
	font-family: arial;
	background:none;
}
.notification ul li {
	clear:both; overflow: hidden;
	padding: 0 0 5px;
	width: auto !important;
	min-height:initial;
}

.successMsg {
	font-weight:bold;
	display:block;
	color:#749606;
	padding:7px 5px 7px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#f0f9d3;
	margin:15px;
	background-image: url(../images/success-tick.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border:1px solid #759318
}



/* System frontend Screen CSS */


.logoheightfield{clear: both; overflow: hidden; padding: 20px 0 0}
.logoheightfield label{padding-bottom: 10px; display: block}

.configfilelocation{}
.template_paraent{ background:#f2f2f2 !important;}

/* 13-10-2017 CSS start here */
.mandatorytxt.nospace{ margin:-10px 0 0; padding:0 0 10px;}

.fluid_column.colorboxes ul li{ width:100%; padding:0 0 20px;}
.fluid_column.colorboxes input{ width:100%;}
.iconborder.none{ border:0; padding:0; overflow:hidden; height:auto;}
.iconborder.none img{ width:auto; height:auto; max-width:100%; border:2px solid #cbcbcb; border-radius:5px; }

.branding{}
.branding .repetbox{ width:32%; margin-right:2%; display:inline-block; margin-left:-4px; vertical-align:top; margin-bottom:35px;  }
.branding .repetbox:nth-child(3n+3){ margin-right:0;}

.branding .repetbox h2{ color:#000; font-size:16px;}
.branding .repetbox h2 span{ display:block; font-size:14px;}
.branding .logosec{ border-bottom:0; padding-bottom:0; margin-bottom:0px; padding-top:20px;}

.branding .logobrowse{ padding:0;}
.branding .browsebtn{ font-size:12px; padding:2px 8px;}
.branding .logobrowse span, .branding .logobrowse #upload_document_text, .branding .logobrowse #upload_document_text2{ font-size:12px;}

.branding .logoheightfield{ padding-top:10px; }
.branding .logoheightfield label{ padding-bottom:0; display:inline-block; margin-right:5px;}
.branding .logoheightfield input[type="text"]{ width:100px;}

.branding .logoimg{ background-color:#fff; border:1px solid #cbcbcb; padding:10px; margin-left:12px; margin-top:12px; width:170px; height:170px; line-height:170px; text-align:center;position:relative;}
.branding .logoimg img { position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; max-width:150px; max-height:150px; }
.branding .deleteimg{ background-color:#fff; border:1px solid #cbcbcb; width:25px; height:25px; z-index:9;}


/* 13-10-2017 CSS end here */

.fontsec span{font-weight: 400; }
.instancesettingssec ul li.colorboxes > div{ display:block; overflow:hidden;}
.instancesettingssec ul li.colorboxes input{ width:100%;}


