﻿
/************************Login Section************************/

  .image-wrap {
      -webkit-box-shadow: 4px 4px 12px rgba(0,0,0,.5);
	-moz-box-shadow: 4px 4px 12px rgba(0,0,0,.5);
      -ms-box-shadow: 4px 4px 12px rgba(0,0,0,.5);
      box-shadow: 4px 4px 12px rgba(0,0,0,.5);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;

      /*-webkit-box-shadow: inset -2px -2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: inset -2px -2px 10px rgba(0,0,0,.5);
      -ms-box-shadow: inset -2px -2px 10px rgba(0,0,0,.5);
      box-shadow: inset -2px -2px 10px rgba(0,0,0,.5);*/
  }

  .image-wrap:after {
      position: absolute;
	content: ' ';
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;

	/*background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,.1)));
	background: linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,.1) 100%);*/
  }



.login-body {

    /*background: url(images/bg.jpg);*/
    color: #444;
    background-color: #565656;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
    /*font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.login-form-whole {
    height: 1px;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 99%;
    margin-top: -254px;
    /*margin-left: 0;
    margin-right: 0;
    padding: 0;*/
}

.agreement-form-whole {
    height: 1px;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 99%;
    margin-top: -254px;
    /*margin-left: 0;
    margin-right: 0;
    padding: 0;*/
}


.login-box {
    border: 1px solid #D9D9D9;
    background-color: #E9E9E9;
    border-radius: 9px;
    width: 550px;
    height: 345px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.login-box-bg {
    width: 570px;
    height: 355px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/form-bg.png) top left;
    padding-top: 8px;
}

.login-box-bg {
    width: 570px;
    height: 355px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/form-bg.png) top left;
    padding-top: 8px;
}


.agreement-box-bg {
    width: 960px;
    height: 300px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/form-bg.png) top left;
    padding-top: 8px;
}


.agreement-box {
    border: 1px solid #D9D9D9;
    background-color: #E9E9E9;
    /*border-radius: 9px;*/
    width: 960px;
    height: 170px;
    /*margin-top: 5px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.agreement-box-header {
    border: 1px solid #D9D9D9;
    background-color: #E9E9E9;
    /*border-radius: 9px;*/
    width: 960px;
    height: 180px;
    /*margin-top: 5px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.agreement-box-footer {
    border: 1px solid #D9D9D9;
    background-color: #E9E9E9;
    /*border-radius: 9px;*/
    width: 960px;
    height: 140px;
    /*margin-top: 5px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}


.footer-box {
    /*border-top: 2px solid #D9D9D9;*/
    /*border-radius: 8px;*/
    width: 460px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.ab-logo {
    display: block;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 5px 5px 5px 5px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    /*background-color: rgba(255, 255, 235, 0.1);
    background-clip: padding-box;
    border: 6px solid rgba(0,0,0,0.1);

    -moz-box-shadow: 7px 8px 5px #333333;
    -webkit-box-shadow: 7px 8px 5px #333333;
    box-shadow: 7px 8px 5px #333333;*/

    
}




.host-company-name {
    position: relative;
    margin-top:-65px;
    height: auto;
    margin-bottom: 20px;

}

    .host-company-name p {
        font-size: 170%;
    }

.login-company {
    width: 210px;
    height: 100%;
    border-radius: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #ffffff;
    padding: 0;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: -26px;
    margin-left: 0px;
    border-right: 2px solid darkgray;
    
}

    .login-company img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0px;
        border-radius: 8px;
    }

.login-form {
    margin-top: -20px;
    border-radius: 8px;
    width: 335px;
    height: 335px;
    position: relative;
    overflow: hidden;
    float: right;
}


.agreement-form {
    /*margin-top: -40px;*/
    border-radius: 8px;
    width: 900px;
    height: 900px;
    position: relative;
    overflow: scroll;
    float: left;
}


.text-hostlogin {
    width: 320px;
    text-align: center;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
}
    .text-hostlogin p {
        font-size: 90%;
        /*font-size: 14px;
		font-weight: bold;
		color: #555555;
		font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-shadow: 0 1px 0 #fff;
		filter: dropshadow(color=#fff, offx=0, offy=1);
		line-height: 45px;
		margin-bottom: 24px;
		margin-left:25px;*/
    }



.login-message {
    min-height: 55px;
    max-height: 55px;
    font-size: .8em;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .login-message ul {
        margin-top: 0;
        margin-bottom: 0;
    }

.ab-pow-by-logo {
    display: block;
    width: 180px;
    height: auto;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.editor-agreement {
    margin-left: 35px;
    margin-right: 35px;
}


.editor-agreement label {
    /*float: left;*/
    display: inline;
    font-size: 1.0em;
    font-weight: 500;
    text-align: left;
}

.editor-agreement input[type=checkbox] {
    display: inline;
    font-weight: 500;
}


.editor-login {
    margin-left: 65px;
}

.editor-login h3 {
    margin: 0;
    width: auto;
}

.login-image {

    display: block;
    margin: auto;
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc;*/
}

.editor-login label {
    /*float: left;*/
    display: inline;
    font-size: 1.0em;
    font-weight: 500;
    text-align: left;
}

.editor-login input[type=checkbox] {
    display: inline;
    font-weight: 500;
}

.editor-login input[type=text], input[type=password] {
    width: 195px;
    height: 26px;
    font-size: 1.0em;
    margin: 5px 0 5px 0;
    padding-left: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .editor-login input[type=text]:focus, input[type=password]:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

    r

.editor-login a {
    text-align: right;
    vertical-align: bottom;
    color: #08C;
    text-decoration: none;
}

.submit-agreement-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
}

.submit-agreement-button:enabled {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
}


    .submit-agreement-button:disabled {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #dddddd) );
        background: -moz-linear-gradient( center top, #378de5 5%, #dddddd 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#dddddd');
        background-color: #dddddd;
        border: 1px solid #ffffff;
    }


    .submit-agreement-button:hover:enabled {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
        background-color: #378de5;
    }

    .submit-agreement-button:active:enabled {
        position: relative;
        top: 1px;
    }


.login-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
}

    .login-button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
        background-color: #378de5;
    }

    .login-button:active {
        position: relative;
        top: 1px;
    }

/************************Customer Portal Signup Section************************/

.customer-form {
    margin: -25px 0px 0px 0px;
    padding-left: 10px;
    border-radius: 8px;
    height: 340px;
    position: relative;
    overflow: hidden;
    float: right;
    width: 325px;
}


.portal-signup {
    margin: 35px 10px 0px 0px;
    text-align: right;
}

.customer-signup h3 {
    margin: 0;
    width: auto;
}

.customer-signup label {
    /*float: left;*/
    display: inline;
    font-size: 1.0em;
    font-weight: 500;
    text-align: left;
}

.customer-signup input[type=checkbox] {
    display: inline;
    font-weight: 500;
}

.customer-signup input[type=text] {
    width: 300px;
    height: 26px;
    font-size: 1.0em;
    margin: 0px 0px 2px 0px;
    padding-left: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.customer-field {
    width:310px; 
    margin-bottom:1px
}

.customer-signup input[type=text]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


.customer-custnum {
    float: left;
}

.customer-name {
    float: left;
    width: 155px;
}

.customer-custnum h3 {
    margin: 0;
    width: auto;
}

.customer-custnum label {
    /*float: left;*/
    display: inline;
    font-size: 1.0em;
    font-weight: 500;
    text-align: left;
}

.customer-custnum input[type=checkbox] {
    display: inline;
    font-weight: 500;
}

.customer-custnum input[type=text] {
    width: 150px;
    height: 26px;
    font-size: 1.0em;
    margin: 0px 0px 2px 0px;
    padding-left: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.customer-custnum input[type=text]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}



.customer-zip {
    float: left;
    margin-left: 5px;
}

.customer-zip h3 {
    margin: 0;
    width: auto;
}

.customer-zip label {
    /*float: left;*/
    display: inline;
    font-size: 1.0em;
    font-weight: 500;
    text-align: left;
}

.customer-zip input[type=checkbox] {
    display: inline;
    font-weight: 500;
}

.customer-zip input[type=text] {
    width: 57px;
    height: 26px;
    font-size: 1.0em;
    margin: 0px 0px 2px 0px;
    padding-left: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.customer-zip input[type=text]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}




















/************************Timeout Section************************/
.timeout-box 
{
    background-color: red;
    position: absolute;
    top: 30%;
    left: 47%;
    margin-top: -105px;
    margin-left: -275px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    background-color: #E9E9E9;
    border-radius: 8px;
    border: 2px solid red;
    width: 650px;
    height: 150px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.timeout-box label 
{
    text-align: center;
    color: red;
}