﻿@charset "utf-8";
/* =============================================================================
  Modules For Recertification Proccess
   ========================================================================== */

/*General*/
#recertification-content {	width: 100%;}
.clr {clear: both;}
.nodisplay {display: none;}

/*headers*/
.tittle1 {
	font-size: 1.5em;
	margin: 1em 0 1em;
}
.tittle2 {
	font-size: 1.438em;
	margin: 1em 0;
}
.tittle3 {
	font-size: 1em;
	margin: 0.3em 0;
}
.center-text {
	text-align: center;
}
.tittle4 {
	background-color: #e4f0f9;
	padding: 10px 10px 10px 30px;
	font-size: 16px !important;
}
.tittle5 {
	font-size: 14px;
	font-weight: 100;
}
/*Fonts Colors*/
.darkblue {color: #265a89;}
.lightblue {color: #467cc5; font-weight: 100;}
.lightorange {color: #f19c29; font-weight: 100;}
.darkorange {color: #fbab3a; font-weight: 100;}
.lightgrey {color: #cccccc;	font-weight: 100;}
.darkgrey {color: #666666; font-weight: 100;}

/* Font Types */
.disclaimer-alt1 {	font-size: 0.58em;}
.disclaimer-alt2 {	font-size: 0.708em;}
/*Buttons*/

/*input[type="button"] {
	padding: 7px 10px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em !important;
}*/
.input-textfield {
	background-color: #eaeaea;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	height: 35px;
}
.button{
    display:inline-block;
    padding: 12px 25px;
    color: #ffffff;
    font-weight:700;
    font-size:18px;
    text-decoration:none;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    cursor: pointer;
    text-align:center;
    text-transform:capitalize;
    margin:10px 0;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}
.btn-orange {
  background: #fc8801;
  background-image: -webkit-linear-gradient(top, #fc8801, #eea905);
  background-image: -moz-linear-gradient(top, #fc8801, #eea905);
  background-image: -ms-linear-gradient(top, #fc8801, #eea905);
  background-image: -o-linear-gradient(top, #fc8801, #eea905);
  background-image: linear-gradient(to bottom, #fc8801, #eea905);

}
.btn-orange:hover{
  color:#fff;
  background: #eea905;
  background-image: -webkit-linear-gradient(top, #eea905, #fc8801);
  background-image: -moz-linear-gradient(top, #eea905, #fc8801);
  background-image: -ms-linear-gradient(top, #eea905, #fc8801);
  background-image: -o-linear-gradient(top, #eea905, #fc8801);
  background-image: linear-gradient(to bottom, #eea905, #fc8801);
}

.btn-grey {
	border: 1px solid #aab5a5;;
	  background: #eeeeee;
	  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
    color:#666666;
}
.btn-grey:hover{
    background: #cccccc;
  background-image: -webkit-linear-gradient(top, #cccccc, #eeeeee);
  background-image: -moz-linear-gradient(top, #cccccc, #eeeeee);
  background-image: -ms-linear-gradient(top, #cccccc, #eeeeee);
  background-image: -o-linear-gradient(top, #cccccc, #eeeeee);
  background-image: linear-gradient(to bottom, #cccccc, #eeeeee);
}

/* =============================================================================
  Tables in Recertification
   ========================================================================== */
table#tIncome {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

table#tIncome td, table#tIncome th {
    padding: 8px;
    border: 1px solid #ddd;
}

table#tIncome tr:nth-child(even) {
    background-color: #f2f2f2;
}

#ddlStates {
    margin-left: 15px;
}

select {
    border-radius: 6px;
    padding: 8px 10px;
}
.black_p{
    color:#444;
}

#recertification-content table {
	table-layout: fixed;
}
.td-label {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
}
.input1 {
	width: 100%;
	padding: 8px;
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
}
input:not([type=submit]):not([type=file]) {
/* include inputs dont want to style*/
}
/*input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; 
  -moz-appearance: none;
}*/

.row-label {
	width: 100%;
}
#rblPrograms input, #pIncome1 input {
	margin-right: 10px;
	margin-top: 10px;
}
#Phone_tbxAreaCode, #Phone_tbxPrefix, #Phone_tbxSuffix, #PhoneCell_tbxAreaCode, #PhoneCell_tbxPrefix, #PhoneCell_tbxSuffix {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
/*Tables divided in 8 columns to have control over responsive sizes*/
.q-row-rec {
	display: block;
	width: 100%;
	color: #2f2e2e;
	overflow: hidden;
	position: relative;
}
.column {float: left;}
.col-left {padding-right: 3%;}
.col-left2 {padding-right: 1%;}
.col-label {	margin-top: 15px;}
.w-1col {	width: 12.5%;}
.w-2col {	width: 25%;}
.w-3col {	width: 37.5%;}
.w-4col {	width: 50%;}
.w-5col {	width: 62.5%;}
.w-6col {	width: 75%;}
.w-7col {	width: 87.5%;}
.w-8col {	width: 100%;}
/*---------------------------------*/

.padding-alt1 {	padding: 0em 1em 2em 5em;}
.padding-alt2 {	padding-top: 1em;}
.padding-alt3 {	padding: 0em 5em 1em 5em;}
.padding-alt4 {	padding: 0em 5em 0em 2em;}
#Phone_v {color: #F00;}
.TextSub {	display: none;}
#checkout-content input.initial-input {
	/*background:url("//resources.qlinkwireless.com/images/check1.jpg") no-repeat right bottom;*/
	border: none;
	/*border-bottom:2px solid #000;*/
	width: 45px;
	box-shadow: none;
	height: auto;
	border-radius: 0px;
}
.page-content ul li {	list-style-image: none;}
#checkout-content input.initial-input-1 {	border-bottom: 2px solid #000;}
div.compliance-row-right {	width: 410px;}
#signature .compliance-row-left {	width: 110px;}
.signup-compliance {	padding-left: 0px;}
.signup-compliance input {
	width: auto;
	float: left;
}
.signup-compliance li {
	list-style-type: none;
	clear: both;
	margin-bottom: 8px;
	padding: 8px;
}
.signup-compliance label {
	margin-left: 26px;
	line-height: 1.6em;
	display: block;
}
#sig2-li, #sig3-li, #sig4-li, #sig5-li, #sig6-li, #sig7-li {
/*display:none;*/
}
#sig1, #sig2, #sig3, #sig4, #sig5, #sig6, #sig7 {	margin-top: 7px;}
.name-format {text-transform: capitalize;}
.account-info {	background-color: #e4f0f9;	padding: 7px; 	margin: 7px 0px;}
.center-text {	text-align: center;}
#dvGovPrograms, #dvHouseholdIncomes {
	background: #f5f5f5;
	padding: 8px 10px 8px 30px;
	font-size: 0.901em;
}
.gov-programs-rec {	background-color: #f5f5f5;}
.IncomeGuidelinesCellHeader {
	border-bottom: rgba(102,102,102,1) thin solid;
	font-size: 0.85em;
	padding-right: 20px;
	font-weight: bold;
}
.dvHouseholdIncomes {	width: 100%}
#perjury {
	border: #CCC thin solid;
	padding: 0px 7px;
	margin-bottom: 10px;
}
#dvSig {	padding-bottom: 0px;}
.left-table {	width: 100%;	margin-right: 10px;}
.txt-small {	font-size: .8em;}
.txt-small2 {	font-size: .875em;}
.hhw-table input {
	float:left;
	width: auto;
	position:relative;
	top:5px;
}
.hhw-table td {	width: 80px;}
.hhw-table label {
	margin-left: 6px;
	font-size:14px;
}
#hhw-list li{
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
	font-size:1em;
}
#hhw-table-sig td {
	font-size:1em;
	padding:8px;
	}
#hhw-table-sig td input {
	margin-top:6px;
	margin-left:6px;
	width:40px;
	}
.border-top {border-top:1px solid #ccc;}
.border-bottom {border-bottom:1px solid #ccc;}
.border-right {border-right:1px solid #ccc;}
.border-left {border-left:1px solid #ccc;}
#hhw-list li.hhw-list-li-last {border-bottom:none;}
.hhw-warning {
font-size:0.87em;
font-weight:bold;
margin-left:  32px;
}

.hhw-submit {padding: 20px 20px 20px 32px;}
.hhw-submit-sig {
width:40%;
float:left;
}
.hhw-table-head {	margin-left:  32px;}
 @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.w-1col, w-2col, .w-3col, .w-4col, .w-5col, .w-6col, .w-7col, .w-8col {	width: 100%;	}
 }
 @media only screen and (max-width: 1024px) {
	.left-table { width: 100%;}
 }
 @media only screen and (max-width: 480px) {
	.left-table { width:100%;}
}

/* =============================================================================
   HHWS
   ========================================================================== */
   .txt-small {
            font-size: .8em;
        }

        .txt-small2 {
            font-size: .9em;
        }

        .hhw-table input {
            float: left;
            width: auto;
            position: relative;
            top: 5px;
        }

        .hhw-table td {
            width: 80px;
        }

        .hhw-table label {
            margin-left: 6px;
            font-size: 14px;
        }

        #hhw-list {
        }

            #hhw-list li {
                margin-bottom: 4px;
                padding-bottom: 4px;
                border-bottom: 1px solid #ccc;
                font-size: 1em;
            }


        #hhw-table-sig td {
            font-size: 1em;
            padding: 8px;
        }

            #hhw-table-sig td input {
                margin-top: 6px;
                margin-left: 6px;
                width: 40px;
            }

        .border-top {
            border-top: 1px solid #ccc;
        }

        .border-bottom {
            border-bottom: 1px solid #ccc;
        }

        .border-right {
            border-right: 1px solid #ccc;
        }

        .border-left {
            border-left: 1px solid #ccc;
        }

        #hhw-list li.hhw-list-li-last {
            border-bottom: none;
        }

        .hhw-warning {
            font-size: 1em;
            font-weight: bold;
            margin-left: 32px;
        }

        .hhw-submit {
            padding: 20px 20px 20px 32px;
            background:#f7f4f4;
        }

        .hhw-submit-sig {
            width: 40%;
            float: left;
        }

        .capital-first {
            text-transform: capitalize;
        }