/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;     text-align: left;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Ubuntu', sans-serif;
	
}


.newcheckbox {
    top: 10;
    margin-top: 10px;
    margin-left: 7px;
        z-index: -2 !important;}

.chekboxdiv {    margin: 0 auto;
    width: auto;
    float: left;}


.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #92c500;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}


.icondate {background: url(../eCRMagicIncludes/eCRMobiIncludes/images/icon_dateC1.png) right center no-repeat rgb(255, 255, 255) !important;}


.ewtable {background-color: #fff;
    border: 1px solid #92c500;}

.teabletext {    text-align: left;}

.sipcotbale {margin: 0 auto;
    margin-bottom: 20px;}

.frm-field {

    width: 61%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    outline: none;
    color: #222;
    float: left;
    background: #fff;
}



.header {
    text-align: center;
    margin-top: 4em;
}
.header h1 {
    font-size: 3.5em;
    color: #fff;
    font-weight: 400;
}
.main-section {
    width: 100%;
    margin: 0 auto;
	text-align: center; 
}
.login-form {
    background: #F7F7F9;
    padding: 1em 1em;
    border-radius: 0px;
}
.login-form h2 {
    font-size: 1.6em;
    text-transform: capitalize;
    color: #eee;
    text-align: left;
}
.login-form form {
    /*margin-top: 2em;*/
}
.login-form ul {
    padding: 0;
    margin: 0 0 22px 0;
}
.login-form ul li.text-info {
    width: 34%;
    color: #00283a;
    font-size: 1em;
    font-weight: 400;
    float: left;
    padding-top: 0;
    text-align: left;
    margin-left: 0.5em;
	padding: 9px 0;
}
.login-form form input[type="text"],.login-form form textarea {
    width: 61%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid  #DBDBDB;
    outline: none;
    color: #222;
	float: left;
	background:#fff;
}
.login-form p {
    font-size: 15px;
    margin: 10px 0;
    text-align: left;
    line-height: 1.8em;
    color: #91a0b5;
}
.login-form textarea{
	height:120px;
	resize:none;
}
.login-form input[type="button"] {
   font-size: 1em;
    padding: .8em 1em;
    text-transform: capitalize;
    border: none;
    outline: none;
    background: #0065ad;
    color: #fff;
    cursor: pointer;
	width: 35%;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 0 0em;
	/*float:right;*/
}
.forgot {
    font-size: .85em;
    color: #777;
}
.login-form input[type="submit"]:hover {
    background: #92c500;
	 transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer {
    text-align: center;
    padding: 3em 0;
}
.footer p {
    font-size: 0.9em;
    color: #fff;
    margin: 0px;
	line-height:1.8em;
}
.footer p a {
    color: #fff;
}
.footer p a:hover {
    color: #fff;
	text-decoration:underline;
}
/**responsive*/
@media(max-width:1440px){
.main-section {
    width: 44%;
}
}
/*-- agileits --*/
@media(max-width:1366px){
.main-section {
    width: 46%;
}
}
@media(max-width:1280px){
.main-section {
    width: 85%;
}
}
@media(max-width:1080px){
.main-section {
    width: 62%;
	margin-bottom: 20px;
}
.header h1 {
    font-size: 2.8em;
}
.header {
    text-align: center;
    margin-top: 3em;
}
.login-form h2 {
    font-size: 1.5em;
}
.login-form h4 {
    font-size: 1.1em;
}
}
@media(max-width:991px){
.main-section {
    width: 100%;
}
}
@media(max-width:800px){
.main-section {
    width: 79%;
}
}
@media(max-width:768px){
.main-section {
    width: 82%;
}
}@media(max-width:736px){
.main-section {
    width: 86%;
}
}
@media(max-width:667px){
.main-section {
    width: 73%;
}
/*-- w3layouts --*/
.login-form ul li.text-info {
    width: 100%;
    float: none;
    text-align: left;
    padding: 10px 0;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 94%;
}
.login-form ul {
    margin: 0 0 10px 0;
}

.frm-field {

     width: 94%;
   
}


}
@media(max-width:640px){
.main-section {
    width: 75%;
}
.header h1 {
    font-size: 2.8em;
}
}
@media (max-width: 480px){
.main-section {
    width: 95%;
	margin: 2em auto 0
}
.header {
    text-align: center;
    margin-top: 2em;
}
.login-form {
    padding: 2em 2em;
}
.login-form h2 {
    font-size: 1.4em;
}
.login-form ul li.text-info {
    font-size: 0.9em;
	}
.login-form input[type="submit"] {
    font-size: 0.95em;
}
.footer {
    text-align: center;
    padding: 2em 0;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 95%;
	
}
/*-- agileits --*/
.login-form p {
    font-size: 13px;
}
}
@media (max-width: 414px){
.login-form input[type="submit"] {
    width: 38%;
}
.header h1 {
    font-size: 2.5em;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 93.5%;
}
.footer p {
    padding: 0 5px;
}
}
@media (max-width: 384px){
.header h1 {
    font-size: 2.3em;
}
}
@media (max-width: 375px){
.login-form input[type="submit"] {
   width: 55%;
 }
.login-form p {
    line-height: 1.5em;
}
.login-form h2 {
    font-size: 1.2em;
}
.login-form h4 {
    font-size: 1em;
}
.login-form ul li.text-info {
    padding-bottom: .5em;
}
.login-form form input[type="text"], .login-form form textarea{
   width: 94.5%;
       margin-right: 3%;
}
.login-form form {
    margin-top: 1em;
}
.login-form input[type="submit"] {
    margin: 0;
}
/*-- w3layouts --*/
.login-form ul {
    padding: 0;
    margin: 0px 0 10px 0;
}
.social-icons {
    margin-top: 1em;
}
.footer p {
    font-size: .9em;
}
}
@media (max-width: 320px){
.header h1 {
    font-size: 2em;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 91.5%;
}
}