/*============ Container ============*/
body {   
    padding-bottom: 15px;
    font-family: Omnes_ATT, Verdana;
    min-width: 260px;
    font-size: 12px;
    max-width: 1150px;
    margin: 0 auto;
    
}
.portal-wrapper {
    padding: 0 35px;
    min-width: 260px;
}

@media ( max-width : 767px ) {
    .portal-wrapper {
        padding: 0 15px;
    }
}

.modal {
    min-width: 277px;
}

.wifi-logo {
    padding: 11px 0;
}

/*============ Container ============*/

/*============ WiFi Chat ============*/

.wifi-chat {
    padding: 11px 0;
    font-size: 14px;
}

.wifi-chat a:link, .wifi-chat a:visited, .wifi-chat a:hover, .wifi-chat a:active {
    color: #ff7200;
    text-decoration: none;
}

.wifi-chat .wifi-chat-icon {
    vertical-align: baseline;
    height: 10px;
}

/*============ WiFi Chat ============*/

/*============ Navigation ============*/
.navbar {
    border: 0;
    margin-bottom: 11px;
    height: 23px;
    min-height: 0;
    background: #fff;
}

.navbar .navbar-header {
    width: 100%;
}

.navbar .navbar-brand {
    padding: 0;
}

.navbar .navbar-toggle {
	border: 0;
    margin-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #2C2C2C;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f9f9f9;
}

.navbar .navbar-collapse {
    border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;  
}

.navbar .navbar-collapse ul {
    margin-right: -20px;
}

.navbar .navbar-collapse ul li a {
    padding: 1px 20px;
    font-size: 15px;
    color: #6d6e71;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 21px;
}

.navbar .navbar-collapse ul li a.active, .navbar .navbar-collapse ul li a.active:hover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 21px;
    background-color: #067ab4;
    color: #fff;
}

.navbar .navbar-collapse ul li a:hover {
    color: #3aa5dc;
    text-decoration: none;
}

@media ( max-width : 767px ) {
    .navbar {
        margin-bottom: 0;
        height: auto;
    }
    
    .navbar .navbar-collapse {
        border-bottom: 2px solid #ddd;
    }
    
    .navbar .navbar-collapse ul {
        margin-right: -15px;
    }
    
    .navbar .navbar-collapse ul li a {
        font-size: 18px;
        padding: 14px 20px !important;
    }
    
    .navbar .navbar-collapse ul li a.active {
        background: none;
        color: #6d6e71;
    }   
    
    .navbar .navbar-collapse ul li a.active:hover {
        background: none;
        color: #3aa5dc;
    }
}
/*============ Navigation ============*/

/*============ Components ============*/
.portal-wrapper .no-padding {
    padding: 0;
}
.clear{
    clear:both;
}
.color-blue {
    color: #067ab4;
}

.color-orange {
    color: #ff7200;
}

a, a:focus, a:active, a:hover {
    outline: 0;
}

h1, h2, h3 {
    font-family: Omnes_ATT_Italic, Verdana;
    font-style: italic\9;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 26px;
}

p {
    margin: 20px 0;
    font-size: 18px;
}

input {
    outline: 0 !important;
}

.capitalize {
    text-transform: capitalize;
}

.help-icon {
    height: 16px;
    width: 16px;
    position: relative;
}

.alert {
    border-radius: 18px;
    font-size: 16px; 
}

.alert-info {
	background-color: #EAF7FD;
}

/*============ Components ============*/

/*============ Buttons ============*/
.portal-wrapper .btn {
    min-width: 100px;
    height: 45px;
    font-family: Verdana;
}
.portal-wrapper .selectpicker {
    min-width: 0;
}

.portal-wrapper .btn, .portal-wrapper .btn:link, .portal-wrapper .btn:visited {
    background-color: #f0ad4e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

.portal-wrapper .btn:hover {
    background-color: #e38d13;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

.portal-wrapper .btn-white, .portal-wrapper .btn-white:link, .portal-wrapper .btn-white:visited {
    background-color: #fff;
    color: #ff7200;
    border: 1px solid #ff7200;
}

.portal-wrapper .btn-white:hover {
    background-color: #fff;
    color: #E06400;
    border: 1px solid #E06400;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
/*============ Buttons ============*/

/*============ Inputs ============*/
.form-control {
    border-radius: 0;
    font-size: 14px;
}

.placeholder {
	color: rgb(153, 153, 153);
}
/*============ Inputs ============*/

/*============ Custom Select ============*/
.portal-wrapper .custom-select {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.portal-wrapper .custom-select select {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portal-wrapper .custom-select .value {
    color: #999;
}

.portal-wrapper .custom-select .caret {
    position: absolute;
    right: 8px;
    top: 15px;
    color: #999;
}
/*============ Custom Select ============*/

/*============ Custom Checkbox ============*/
.portal-wrapper .custom-checkbox input {
    cursor: pointer;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portal-wrapper .custom-checkbox label {
    font-size: 14px;
    color: #555;
    margin-left: -20px;
    position: relative;
    top: -5px;
}

.portal-wrapper .custom-checkbox .status {
    height: 20px;
    width: 20px;
    border: 1px solid #CCC;
    display: inline-block;
    background: #fff;
}

.portal-wrapper .custom-checkbox .status .glyphicon {
    position: absolute;
    top: 4px;
    left: 19px;
    color: #555;
}
/*============ Custom Checkbox ============*/

/*============ Field Errors ============*/
.error-message, .errorMsg, .address-error-message {
	color: #bd1e2d;
	font-size: 10px;
	font-weight: bold;
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.address-error-message {
    font-size: 12px;
}
.custom-checkbox .error-message {
    margin-top: -5px;
}

/*============ Field Errors ============*/

/*============ Custom Select & Custom Checkbox Border ============*/
.portal-wrapper .custom-checkbox .status, .portal-wrapper .custom-select {
	border-color: #ccc;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.portal-wrapper .custom-checkbox .border-red, .portal-wrapper .border-red {
	border-color: #bd1e2d;
	-moz-box-shadow: 0px 0px 2px 0px #bd1e2d;
	-webkit-box-shadow:  0px 0px 2px 0px #bd1e2d;
	box-shadow: 0px 0px 2px 0px #bd1e2d;
    margin-bottom: 0;
}

.portal-wrapper .custom-checkbox .border-blue, .portal-wrapper .border-blue {
	border-color: #66AFE9;
	-moz-box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.6);
	-webkit-box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.6);
}
/*============ /Custom Select & Custom Checkbox Border ============*/

/*============ USPS Validation Popup ============*/

.suggested-address {
    background-color: #fff;
    border: 1px solid #808184;
    border-radius: 30px;
    color: #555;
    overflow: hidden;
    padding: 25px 25px 15px;
}

.suggested-address h3 {
    margin: 5px 0 5px;
    padding-bottom: 3px;
}

.suggested-address .original-address, 
.suggested-address .usps-address {
    padding-top: 10px;
}

.suggested-address p {
    font-size: 16px;
    margin: 10px 0;
}

.suggested-address a {
    display: inline-block;
    font-size: 16px !important;
    margin: 20px 0;
}

.suggested-address .close-button {
    font-size: 23px;
    padding: 0;
    width: 28px;
    height: 28px;
    min-width: 0;
    border-radius: 50%;
    opacity: 2;
    line-height: 0.1px;
    top: -10px;
    right: -25px;
    position: relative;
    float: right;
    font-weight: bold;
    text-shadow: 0 1px 0 white;
}


/*============ /USPS Validation Popup ============*/
.wifi-checkbox {
    height: 50px;
    width: 50px;
}

.wifi-checkbox:focus:parent {
    background-color:blue;
}
.wifi-checkbox:parent {
    background-color:red;
}