
/******************
 *** style.css ***
 ******************/

/* Override OpenWrt styles start */
/* Override OpenWrt styles end */

/* header */


/*#carrier_logo {
	display: block;
    position: absolute;
    bottom: -12px;
    left: 408px;
    z-index: 999;
}*/

/*
#carrier_logo {
	display: block;
    position: absolute;
    bottom: -3px;
    left: 451px;
    z-index: 999;
    width: 10%;
}*/


/*#carrier_logo img {
    width: 85%;
    height: 100%;
}*/

/* Main */

/* Menu */


.menubar {
    box-sizing: border-box;
    padding: 0;
}

.tabs, .cbi-tabmenu {
    border-bottom: 2px solid #D8DADA;
}

header div > ul, .nav {
     /*display: block; */
     float: none; 
     /*margin: 0 10px 0 0; */
     /*position: relative; */
     /*left: 0; */
    margin: 0px;
    text-align: center;
}

header .pull-right {
    width: 20%;
    height: 100%;
    padding-top: 3%;
    float: right;
    box-sizing: border-box;
}

#xhr_poll_status {
    float: right;
    display: none;
}


.label.success {
    font-size: 12px;
}


/* footer */
/*.footer {
	height: 70px;
	overflow: hidden;
	width: 100%;
}*/

.footer {
    height: 75px;
    overflow: hidden;
    width: 100%;
    /*border-top: 1px solid lightgray;*/
    /*background-color: #F6F6F6;*/
}

/*.footer_inner {
	width: 940px;
	height: 100%;
	border-top: 1px solid lightgray;
}*/


/* temp */
.menu-dropdown, .dropdown-menu {
	display: block;
}

#adv_lan_form fieldset.first{
     clear: both;
}

#adv_lan_form .label #wanfailover_form .label {
    width: 200px;
}


.label {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 30%;
}

.stay-content .label {
    /*width: unset;*/
    width: auto;
}

#help li {
    display: block;
}

#help ul {
    margin: 15px 0px;
    padding: 0px
}
#help ul  li a{
    text-decoration: underline;
    width: 50%;
  display: block;
}


a.helpLink {
    background: url("/luci-static/vzw/images/icons/icn-help.png") no-repeat;
    background-position: 0px 0px;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: right;
    float: right;
    position: relative;
}

.stay-content {
    height: 225px;
    overflow-y: auto;
}

/* #connected-devices .stay-content {
    height: 525px;
    overflow-y: auto;
} */

#wifi .icon {
    width: 13%;
    margin-top: -5px;
}

#wifi .icon img {
    width: 75%;
}

#access {
    padding-top: 35px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}




html.rtl .addCustomApp
{
    margin-left: 0;
    padding-left: 0;
    margin-right: 10px;
    padding-right: 27px;
}

/* =============================================================================
 PROGRESS BAR
========================================================================== */
#download_progress_bar, #download_progress_wrapper
{
    /*border: 1px solid black;*/
    width: 88%;
}

.progress_bar_wrapper
{
    display: table; /* change for mobile */
    width: 100%;
}

.progress_bar_wrapper .ui-progressbar,
.progress_bar_wrapper .ui-progressbar .ui-widget-header,
.progress_bar_wrapper .ui-progressbar .ui-widget-header-line
{
    height: 26px;
}

/* shared */
.progress_bar_wrapper .ui-progressbar .ui-widget-header
{
}

/* device */
.progress_bar_wrapper .ui-progressbar .ui-widget-header-line
{
    margin-top: -26px;
}

.nil,
.full {
    font-weight: bold;
}

.homewifipasswd {
    width: 100%;
}

input.homewifipasswd {
    border: none;
    background-color: #fff;
    box-shadow: none;
    margin-top: -8px;
}

.Home h3 { 
    margin: 6px 0px;
}

.Home input#primary2g_pwd, .Home input#primary5g_pwd, .Home input#guest5g_pwd {
    background-color: inherit !important;
}

/*======= Notification div ====== */

div.notification.app.error {
    background: url(/luci-static/vzw/images/icons/notification/icn-error.png) no-repeat;
    padding: 5px 0 8px 47px;
    min-height: 30px;
    height: auto;
    display: inline-table;
}

div.notification.app.locked {
    background: url(/luci-static/vzw/images/icons/notification/icn-locked.png) no-repeat;
    padding: 5px 0 8px 47px;
    min-height: 30px;
    height: auto;
    display: inline-table;
    color:#D52B1E;
}

div.notification.app.success {
    background: url(/luci-static/vzw/images/icons/notification/icn-success.png) no-repeat;
    padding: 5px 0 8px 47px;
    min-height: 30px;
    height: auto;
    display: inline-table;
}

.inline-error {
    color: #D52B1E;
}

.export-icon {
    background: url(/luci-static/vzw/images/icons/export.svg) no-repeat center;
    background-size: 15px 15px;
}

h2.sectionHead {
    color: var(--primaryColor);  
    /* font-size: 18px; */
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.43em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    /* margin-bottom: 2px; */
    margin-top: 15px;
    margin-bottom: 15px;
}

/*
#macFilterForm .deviceFooterRow button {
    width: 38%;
    margin-left: 0px;
    margin-right: 50px;
}

#macFilterTable .deviceFooterRow td {
    padding-top: 30px;    
}
*/

/* @-moz-document url-prefix() {
    select{ padding: 0px 20px 0px 0px !important; }
} */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    padding: 4px;
    border: 1px solid #D8DADA;
    border-radius: 0px;
    /* border-bottom: 1px solid #000; */
    background: url("/luci-static/vzw/images/uniform/selector/bg-dropdown_arrow.png") no-repeat 98% center;
    padding-right: 20px;
}


select.noborder {
    border: 0px solid;
    background: unset;
}

/* Software Update start */

#UpdateStatusText {
    margin-bottom: 15px;
}

#download_progress_wrapper {
    border: 0px;
    /*margin-left: 30%;*/
}

#HistoryTableToggle {
    color: #0088CE;
    cursor: text;
}

#LastUpdate h4.sectionHead,
#updateSoftware h4.sectionHead,
#versionInfo h4.sectionHead {
    color: #D52B1E;
    font-weight: bold;
}

#updateSoftware .table .label,
#versionInfo .table .label {
    font-weight: bold;
    width: 30%;
}

#updateSoftware .table .input {
    width: 67%;
}

.install-buttons {
    margin-left: 31%;
}
#installLater{
    float:left;
}
#installNow{
    float:right;
}
#checkForUpdate {
    float:right;
}
/* Software Update end */

/* Wi-Fi start */                                                                           
                                                                                            

.checkbox.be-away {
    margin-left: 165px;
}           
#wifi_advanced_settings_form div.input .checkbox{
    display:inline;
}
#wifi_advanced_settings_form div.input .checkbox.be-away{ 
/* margin-left: 65px; */
}                                                                                             
                       
/* Wi-Fi end*/

.col-md-6 {
    width: 50%;
    float: left;
}

.col-md-6 ul {

    margin-left: 0px;
}

li {
    line-height: 18px;
    color: #000;
}

#networkAccess {
    margin-left: 0px;
}

ol.orderlistitems li {
    color: #333;
}


.LAN .footer .mifi_device p,
.LAN .footer .copyright p,
.Backup .footer .mifi_device p,
.Backup .footer .copyright p,
.File .footer .mifi_device p,
.File .footer .copyright p,
.Guest .footer .mifi_device p,
.Guest .footer .copyright p,
.Primary .footer .mifi_device p,
.Primary .footer .copyright p,
.Settings .footer .mifi_device p,
.Settings .footer .copyright p {
    padding-top: 0%;

}

.File #pagetabs {
    border-bottom: unset;
}



#softwareInstallContent {
    /*margin-left: 25%;*/
}

#SoftwareInstallStatus.notification.app.error {
    background: #fff;
    padding: 0 0 10px;
}
#softwareInstallContentInner {
	width: 60%;
    margin: 30px auto 0;
}

#download_progress_bar {
    width: 86%;
    margin-left: 0%;
}

.lang_enPort .wideTableWrap table {
    table-layout: fixed;
}


.wideTableWrap tr {
    border-bottom: 1px solid #ddd;
}


/*form .clearfix,*/
form .cbi-value {
    /*margin-bottom: 18px;*/
    zoom: 1;
    /* overflow: hidden; */
    margin-bottom: 10px;
}

form .cbi-value label.cbi-value-title {
/*    padding-top: 6px;
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 180px;
    text-align: right;
    color: #404040;
    margin-right: 10px;*/

    padding-top: 6px;
    line-height: 18px;
    float: left;
    width: 180px;
    margin-right: 10px;
}
form#debuglogsform .cbi-value-title{ height: 40px;}
form#debuglogsform  #dlerror {padding: 4px 0px;}

#advanced_lan_settings_1 .extend {
    width: 50%;
}

#advanced_lan_settings_1 .reduce {
    width: 30%;
}

.note {
    margin-bottom: 30px;
}

.gen-leftpanel {
    width: 89%;
    float: left;
}

.gen-rightpanel { 
    /* width: 30%; */
    float: right;
    /* margin-left: 70px; */
    text-align: right;
}

.restore-leftpanel { 
    /* width: 80%;  */
    /* float: left;  */
}

.browsecls { 
    visibility:hidden; 
}

.cbi-value-field.right-padding {
    margin-left: 17px;
}


.cbi-value-field.right-margin {
    margin-left: 50px;
}



/* Tool-tip */

.helptext, .tooltip {
    color: #4a4a4a;
    font-size: 0.92em;
    line-height: 1.43em;
}

.tooltip {
    margin-top: -5px!important;
    border: 2px solid black;
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 100%;
    font-size: 13.5px;
    text-align: center;
    background-color: black;
    color: white;
    margin-right: 3px;
    /*margin-left: 15px;*/
    /*margin-top: 5px;*/
    vertical-align: top;
}

.uitooltip {
    padding: 8px;
    background-color: #323232;
    position: absolute;
    max-width: 200px;
    min-width: 10px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    white-space: pre-line;
    border-radius: 10px;
    opacity: 0.85;
    border: 1px solid black;
    color: white;
    z-index: 5;
}

.tooltip-adjust {
    margin: 0px auto;
    vertical-align: bottom;
}

.bandname {
    line-height: 20px;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 40px;
    font-weight: bold;
}


.Settings h2.sectionHead {
    margin-bottom: 0px;
}

#wifi_advanced_settings_form .input {
    /*width: 50%;*/
}



#wifi_advanced_settings_form .label {
    padding-bottom: 5px;
}

label {
    font-weight: bold;
}

.input.selector {
    /*width: 30% !important;*/
}

* {
   outline: none;
}

p.note {
    margin: 10px 10px 10px 0px;
    line-height: 1.57em;
    padding: 0 6px 0 0;
}

div { 
    margin: 0;
    padding: 0;
    display: block;
}

.clearfix:before {
    content: "";
    display: table;
}

form div.col.label {
    margin-top: 4px;
}

div.col {
    float: left;
    position: relative;
}

form .input, form .cbi-value-field {
    /*margin-left: inherit;*/
}   
/* Updated Style */
fieldset {
border: none;
padding:10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#luci_securityanswer{
    width: 80%;
}

input[type="button"] {
    /* border-radius: 50px; */
        border: 2px solid var(--primaryColor);
        padding: 5px 10px;
        color: white;
        background-color: var(--primaryColor);  
        cursor: pointer;
    }
    
      input[type="password"],  input[type="text"] {
        padding: 5px 10px;
        border: none;
        text-align: left; 
        letter-spacing:normal; 
        line-height: 1.1;
        margin: 1px;
        margin-bottom: 4px !important;
        position:relative;
        bottom:-5px;
        border-bottom: 4px solid transparent;/* add border, make transparent so it doesnt 'jump' on hover */
        margin-bottom:-1px;
        padding-right: 18px;

    }
        input[type="password"],  input[type="text"] {
     border: 1px solid #d8dada;  
     border-left: 1px solid #d8dada;
     border-top: 1px solid #d8dada;
     border-right: 1px solid #d8dada; 
     border-bottom: 1px solid #d8dada;     
  
     }
     #WifiGuestSecurity{
        padding-right: 35px;
    }
     input#WifiPrimaryPassword, #WifiGuestPassword{
         padding: 5px 58px 5px 5px;
         width: 239px; 
         height: 20px;
     }
input[type="password"]:focus,  input[type="text"]:focus{
    border: 1px solid #000000;
}

.wifi-pwd-show-icn img {
    float: none;
    width: 25px;
} 

.wifi-pwd-show-icn {
    position: relative;
    top: 9px;
    right: 40px;
}
   
option {
    padding: 4px;
} 

.button_container {
    margin: 10px 0px; 
}

div.options.label, form div.options.label {
    width: 35% !important;                    
}                                  
                              
div.options.input, form div.options.input {
    width: 10%;                    
    position: relative;            
}                                  

input[type=checkbox] {
    margin: 0px;
    width: 18px;
    height: 18px;
}

.button_container button.primary {
    float: right;
}

.hrline {
    width: 92%;
}

div.help {
    color: #000;
    width: 60%;
    position: relative;
    margin-top: 4px;
    float: left;
}
#GenerateNewPassword{
       width: 440px;
    }

#wpstooltip2g
{
   width: 12px;
   height: 12px;
   font-size: 10px; 
   margin-bottom: 5px
}

#wpstooltip5g
{                                                    
   width: 12px;                                                                             
   height: 12px;                                                                                            
   font-size: 10px;                                      
   margin-bottom: 5px                
}

select#WifiGuestSecurity, input#WifiGuestSsid,input#WifiPrimarySsid,select#WifiPrimarySecurity{
width: 305px !important;  height: 28px !important;
}
select#WifiGuestSecurity, input#WifiGuestSsid,input#WifiPrimarySsid,select#WifiPrimarySecurity{
width: 305px !important; height: 28px !important;
}
/* Styling for notifications and warnings */
span#cbi-apply-luci-status{
    background: url("/luci-static/vzw/images/icons/notification/icn-success.png") no-repeat;
    margin: 47px auto 20px auto;
    padding: 5px 0 0 47px;
    min-height: 30px;
    height: auto;
    display: block;
}

p.warning {
    background: url("/luci-static/vzw/images/icons/notification/icn-warning.png") no-repeat;
    margin: 47px auto 20px auto;
    padding: 5px 0 0 47px;
    min-height: 30px;
    height: auto;
    display: block;
}

span#cbi-apply-luci-status {
    margin-top: 0px;
}

.inline_error {
    color: var(--errorColor);
    margin-top: 10px;
}

.error {
    margin-top: 10px;
    color: var(--errorColor);
    border-color: var(--errorColor);
}

/* Styling for slidebutton */

.slidebutton-container {
    /*margin-top: 40px;*/
    margin-top: 0px;
}

.col.carrier_logo {
    position: inherit;
}

#checkForUpdate {
    margin-bottom: 20px;
}

label.col.label {
    font-weight: bold;
}

.Schedules button[disabled], button.disabled, a.btn.disabled {
    float: unset;
}

.Primary .tooltip {
    margin-top: 4px;
    margin-left: 10px;
}

.Help fieldset {
    margin-bottom: 0px;
}

.USB h2, #connected_devices h2{
    margin-bottom: 15px;
}

textarea {
    height: 200px;
}

#dhcpServerLeaseTimehelp {
    min-width: 10%;
    margin-left: 10px;
    padding-top: 4px !important;
    line-height: 28px;
}
td.col.rescol input.reservedIp{ display: inline; padding: 4px}
div#ResIPSection {
    padding-bottom:6px;
  }
.Devices .copyright p {
    padding-top: 2%;
}

.Debug #pagetabs {
    border-bottom: unset;
}

.Debug #side_menu {  
    display: none; 
}

.gen-leftpanel { 
    width: 60%; 
    float: left; 
}    
/*
.restore-leftpanel { 
    width: 80%; 
    float: left; 
}
.restore-rightpanel { 
    margin-top: 100px; 
    width: 20%; 
    float: left; 
    margin-left: -150px; 
}
*/
.restore-rightpanel { 
    margin-top: 110px; 
    width: 20%; 
    float: right; 
}

.browsecls { 
    visibility:hidden; 
}

.actions, .cbi-page-actions {
    /* background: #f5f5f5; */
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    /* border-top: 1px solid #ddd; */
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: right;
}

.bg-color {
    background-color: #D8DADA;
    /*padding: 20px 10px 20px 10px;*/
    padding: 20px;
    margin-bottom: 10px;
}


#firewallRules {
    margin-top: 30px;
    float: right;
}

#firewallSettings {
    margin-bottom: 10px;
    float: right;
}

/* Styling for checkboxes under Band Selection in Wifi Settings page */

/* Port Forwarding */
#portForwardingCustomApplicationsList .portBegin label, #portForwardingCustomApplicationsList .portEnd label{
    display: block;
}
table#portForwardingApplicationsList {
    width:100%;
    text-align:left;
}

.chkcol {
    margin: 8px 10% !important;
}
            
.loading {
    background: url("/luci-static/vzw/images/ajax_loader_f7f7f7.gif") no-repeat;        
    min-height: 32px;
    min-width: 32px;
	padding-left: 40px;
    line-height: 32px;
}

#UpdateStatusInitializingData td.loading{
padding: 15px;
}
/* Port Forwarding &Port Filtering*/ 
fieldset#customPortForwardFieldset, fieldset#customPortFilteringFieldset {
margin-bottom: 25px;
}
#customApplicationsEntry  tr, #customAppsTable tr{
    display:table-row;
    clear:both;
}
#customApplicationsEntry td, #customAppsTable td {
height: 60px;
}
#customApplicationsEntry td input, #customAppsTable td input{
margin-bottom: 20px;
}
#customApplicationsEntry td p, #customAppsTable td p{
    margin-top: 4px;
/* margin-bottom: -20px; */
}

/* Styling for forgot password and change password */
.forgotretry {
    bottom: 10%;
    position: absolute;
}

.fpokbutton, .chgpasswdokbutton {
    position: absolute;
    bottom: 10%;
}

.bold {
    font-weight: bold !important;
}

/*
.admin-modal {
    top: 14% !important;
}


.admin-modal .col.label {
    width: 38%;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
}

.admin-modal .col.input {
    width: 60%;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
}

.admin-modal .col input, .admin-modal .col select {
    width: 100%;
}

.admin-modal .ui-dialog-content {
    margin: 0px 5%;
}

.admin-modal .ui-dialog-titlebar {
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.admin-modal .ui-dialog-titlebar-close {
    margin-top: 20px;
}

.admin-modal .ui-dialog-buttonpane {
    border-top: none;
    padding-top: 0px;
    position: relative;
}



.admin-modal .ui-dialog-buttonset {
    margin-bottom: 40px;
    text-align: center;
}

.changeadminpasswd .ui-dialog-buttonset {
    text-align: right;
}

*/
.fpokbutton {
    border: 1px solid var(--primaryColor);
    padding-left: 20px!important;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid;
    background-color: var(--primaryColor);
    color: #ffffff;
    margin: 0px 4px;
    padding: 10px;
    padding-right: 20px!important; 
    margin-left: 42%;
}

.chgpasswdokbutton {
    margin-left: -15px !important;
}

.admin-modal .col.label {
    margin-top: 13px;
}

.admin-modal .col.input {
    width: 60%;
    margin-top: 10px;
}
.admin-modal .col.input input {
    width: 80%;
}
.admin-modal .col.input select {
    width: 87%;
}


.forgotpasswdmodal div {
    line-height: inherit;
}

.forgotpasswdmodal .cbi-value.cbi-value-last .label {
    padding-top: 0px;
}

.forgotpasswdmodal .cbi-map-descr {
    font-size: 14px;
}


/*
 *********************************************************
 *  MAC Filter page related styles
 *********************************************************
 
#macFilterLoader {
    position: relative;
    margin-left: 25%;
    min-height: 66px;
    background-position: 132px 25px;
}

#macFilterForm table.devicesTable .deviceTypeCol button
{
    margin-right: 10px;
}

a#RefreshDevicestext {
    text-decoration: underline;
}

#macFilterForm table.devicesTable .deviceTypeColumn
{
    width: 10%;
    text-align: center;
}

#macFilterForm table.devicesTable .deviceNameColumn,
#macFilterForm table.devicesTable .macAddressColumn
{
    width: 26%;
}

#macFilterForm table.devicesTable .deviceNameColumn input,
#macFilterForm table.devicesTable .macAddressColumn input
{
    width: 100%;
}

#macFilterForm table.devicesTable th,
#macFilterForm table.devicesTable .macAddressColumn
{
    text-align: center;
}

#macFilterForm table.devicesTable .status 
{
    text-align: center;
    width: 15%;
}

#macFilterForm table.devicesTable .delete,
#macFilterForm table.devicesTable .filter
{
    width: 17%;
    text-align: center;
}

#macFilterForm #blockListCount,
#macFilterForm #allowListCount
{
    font-weight: bold;
}

#macFilterForm .deviceFooterRow #savechanges
{
    width: 80%;
    margin-left: 14%;
}
*/
/*
 *********************************************************
 *  Software Install page related styles
 *********************************************************
 */
#software_install #softwareInstallContent
{
    /*background-image: url("/assets/images/heros/marquee-crop-left.png");
    background-repeat: no-repeat;
    background-position: 550px -55px;*/
    margin: 20px;
    text-align:left;
}

#software_install #softwareInstallContentInner
{
    display: inline-block;
    margin-top: 65px;
}

#software_install #softwareInstallContent h2
{
    display: table;
    margin: 5px auto 30px 0px;
    font-size: 25px;
}

#software_install #softwareInstallContent p
{
    text-align: center;
}

#software_install #softwareInstallContent #homeLink
{
    margin: 20px 0;
    text-align: center;
}

#SoftwareInstallStatus.success
{
    margin-top: 30px;
}

#SoftwareInstallStatus.progress
{
    float: left !important;
    text-align: left !important;
    /*font-weight: bold !important;*/
    color: #000000 !important;
    /*background: url("../../../assets/images/icons/navigation/icn-warning.png") no-repeat;
    background-size: 30px;
    background-position: 0px 7px;*/
}

#SoftwareInstallStatus.fail
{
    margin-top: 30px;
}

#SoftwareInstallStatus.noresp
{
    text-align: left !important;
    /*font-weight: bold !important;*/
    /*background: url("../../../assets/images/icons/navigation/icn-warning.png") no-repeat;
    background-size: 30px;
    background-position: 0px 7px;*/
}

#SoftwareInstallTitle
{
    font-size: 26px;
    font-weight: 400;
}

#SoftwareInstallNote
{
    margin: 15px 0 0;
}

#ProgressBarZeroPercent
{
    margin-top: 8%;
}

.full {
    float: right;
    margin-top: -3%;
    margin-right: 5%;
    display: none;
}

.nil {
    margin-top: 0.6%;
    display: none;
}

#totalUsagePercentage
{
    background-color: #f6f6f6;
}

#lineUsagePercentage
{
    background-color: var(--primaryColor);
}

#lineUsagePercentageText
{
    float: right;
    margin-right: 6px;
    margin-top: 3px;
    /*font-weight: bold !important;*/
	color:#fff;
	line-height: 23px;
	font-size: 16px;
}
#homeLink a.gohome {
	text-decoration: underline;
}

.Home input[disabled] {
    background-color: #fff;
}

.Primary input[disabled],
.Guest input[disabled] {
    background-color: #fff;
}

#sideloadForm button#sideloadUploadFile {
    float: right;
}

#sideloadUpdateFileProcessingMsg {
    /*background-position: 100px -5px;*/
    font-weight: bold;
}

button.secondary {
    background-color: var(--primaryColor);  
    /* border-radius: 4px; */
    color: #fff;
    vertical-align: middle;
    /* border: 0.5px solid; */
    padding: 0px 25px;
    /* border-radius: 20px; */
    height: 30px;
    line-height: 25px;
    padding-top: 8px!important;
    padding-bottom: 30px!important;
}

/* .Devices .ui-dialog-titlebar-close span.ui-icon-closethick {
    background: transparent url(images/modal/close.svg) no-repeat;
    background-position: 8px 2px;
    height: 40px;
    width: 39px;
    background-size: 24px;
} */

.ui-dialog-titlebar button:focus {
    background-color: #fff;
}

#internetStatus .sectionHead {
    float: right;
    margin-top: -3px;
    margin-left: 3px;
}

.Devices .label {
    width: 40%;
    margin: 10px auto;
    font-weight: normal;
}

.Devices .input {
    width: 50%;
    margin: 10px auto;
}

.Home #about .navigationLink {
    margin-top: 0px;
}

/*
input[type="radio"] {
  display:none;
}

input[type="radio"] + label {
    background: url("/luci-static/vzw/images/uniform/radio/radio_inactive.svg") no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0 0 0 0px;
}

input[type="radio"]:checked + label {
    background: url("/luci-static/vzw/images/uniform/radio/radio_active.svg") no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0 0 0 0px;
}
*/
/* For error pages */

.errorhead {
    color: red;
}

.gohome {
    text-decoration: underline;
}

.errorpage {
    margin-top: 5%;
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
}



/* Consolidation



@media screen and (max-width: 1220px)
{
    #software_install #softwareInstallContent
    {
        background-image: url("");
        text-align:center;
    }
}

@media screen and (max-width: 425px) {
    .errorpage {
        margin-top: 5%;
        margin-left: 2%;
        margin-right: 2%;
    }
}


@media screen and (max-width: 480px) {
    div.col.label, form div.col.label {
        width: 100%;                    
    }     

    div.help {
        width: 70%;
    } 

    div.noresp.label, form div.noresp.label {
        width: 20%;
    }

}
*/

.wancontent {
    margin-top: 10px;
}

thead th {
    white-space: nowrap;
}

.no-border {
    background: none;
    border: none !important;
    box-shadow: none;
}

#serverConfigurationInner span.help-text {
    padding-top:10px;
    padding-left: 5px;
    display:table;
}

#serverConnectedInner .success {
    background: url(/luci-static/vzw/images/icons/notification/icn-success.png) no-repeat ;
    width: 35px;
    height:35px;
    margin: auto;
}

#resetCredentialInner .icon, #serverFailedInner .failed {
    background: url(/luci-static/vzw/images/icons/notification/icn-warning.png) no-repeat ;
    width: 35px;
    height:35px;
    margin: auto;
}

#connectingWithServerInner .waiting-status,
#serverConnectedInner .success-txt,
#serverFailedInner .failed-txt    {
    text-align: center;
}

#connectingWithServerInner  .loading {
    background-position: center !important;
}

#serverConfigurationInner .error {
    margin-left: 32%;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/* For help pages */
table.fixedtable {
    width: 100%;
    min-width: 300px;
    overflow-x: scroll;
    text-align: left;
    border: solid 1px black;
}

table.fixedtable th {
    background-color: grey;
    border: solid 1px black;
    vertical-align: top;
    padding: 8px;
}

table.fixedtable td {
    border: solid 1px black;
    vertical-align: top;
    padding: 8px;
}

p.important, p.caution {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0px; 
}

strong.info {
    color: #0088CE;
}

strong.caution {
    color: #D52B1E;
}

.helpgroup li {
    margin-top: 15px;
}

/* For left logo */

.carrier_logo a .logolabel {
    border-style: none;
    vertical-align: middle;
    font-family: 'MyriadPro-Semibold';
    font-size: 38pt;
    color: var(--primaryColor);
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 44pt;
    min-width: 220px;
    max-width: 100%;
}

select[id^=schedule-row] {
    max-width: 160px;
    white-space:normal;
}

/* VPN */

div#tunnelmodal .ui-dialog-content {
    max-height: 346px !important;
}

/* Access Control */

div#intromodal-inner {
    max-height: 346px !important;
}

div#addmodal-inner {
    max-height: 346px !important;
}

/* GPS Local Settings */
div#gpsLocalReportingOptionsNmea .row > .label + .input, div#gpsLocalReportingOptionsTaip .row > .label + .input { 
    width:5% !important;
}

body.Local div#gpsReportTriggers .col{width: inherit !important;}
body.Local div#gpsReportTriggers .col.label{width: 25% !important;  line-height: 25px; }
body.Local div#gpsReportTriggers .col.label + .col.input{ margin-top: 4px; }
body.Local div#gpsReportTriggers .col.input{ line-height: 25px; margin-right: 5px;}


#gpsLocalReportingOptionsNmea .col.input {
    width: 50% !important;
}

#StreamingInterval input[type="text"], #EthernetSection input[type="text"] {
    bottom: inherit;
}

div#EthernetSection {
    margin-left: 20px;
}

.spaced-text {
    margin-top: 6px;
    margin-left: 20px;
}

/* Decreased Tab sizes for advanced tabs */
body.LAN ul.tabs, body.IPPT ul.tabs, body.Manual ul.tabs, body.Network ul.tabs, body.Firewall ul.tabs, body.MAC ul.tabs, body.Port ul.tabs, body.WAN ul.tabs, body.Power ul.tabs {
    font-size: 13px;
}

/* Generic Table Generator Classes */
table.GenericTable {
    width: 100%;
}

table.GenericTable th {
    padding: 10px 5px;
    border-top: 1px solid #d8dada;
    border-bottom: 1px solid #d8dada;
}

table.GenericTable td {
    padding: 10px 5px;
    border-bottom: 1px solid #d8dada;
    white-space:nowrap;
}

.badge {
    padding: 2px 10px;
}

.buttonReset {
    padding: 2px 10px;
}

.sqrdot {
    width: 10px;
    height: 10px;
}

.bg-green {
    background-color: green;
}

.bg-red {
    background-color: red;
}

button.titlebutton {
    float: none;
    background-color: transparent;
    color: var(--primaryColor);
    vertical-align: top;
    margin-top: -6px;
    text-align: center;
    width: 90px;
    font-weight: bold;
}

button.titlebutton:disabled {
        color: white;
}

.centeralign {
    text-align: center;
}

.nodataclass {
    font-style: italic;
    margin: 10px auto;
}

table.GenericTable .link {
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .responsiveTable th {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .responsiveTable td {
        display: inline-block;
        width: 100%;
    }

    .responsiveTable th,
    .responsiveTable td {
        text-align: left;
    }

    .responsiveTable td:before {
        content: attr(data-title) ;
        font-weight: bold;
        width: 12em;
        display: inline-block;
    }

    .responsiveTable {
        overflow: hidden;
    }

    .responsiveTable {
        display: table-row;
    }

    .responsiveTable .badge {
        display: inline;
    }

    .responsiveTable tfoot td:empty {
        display: none !important;
    }

    .responsiveTable tfoot td:first-child:before {
        display: none !important;
    }
}

/* Data Usage */
select#usageAlertLevel, select#cycleStartDate {
    min-width: 80px !important;
    margin-right: 10px;
}

/* Open VPN */
form#openvpn_form label.btn, form#mqtt_agent_settings_form label.btn {
    border: 1px solid #d8dada;
    padding: 5px 10px 5px 10px;
    top: 5px;
    position: relative;
    border-bottom: 1px solid #000000;
    cursor: pointer;
}

/* MQTT Agent */
input#ioturl {
    width: 160%;
}

/* Carrier Settings */
body.Carrier.Settings fieldset#carrierSettings  div.textCol, body.Carrier.Settings fieldset#carrierSettings  div.input{
    /* width: 30%;
    margin-right: 10px; */
}
body.Carrier.Settings  #timeSchdulingTable {
    width: 100%;
    margin: 10px 0px;
}
body.Carrier.Settings  #timeSchdulingTable th {
    text-align:left;
} 
body.Carrier.Settings  #timeSchdulingTable td {
    padding: 2px;
} 

form#carrier_configurations .help {
    width: 100% !important;
}

.low-loading {
    margin-top: 80px;
}
#shutdownSection {
	padding-top: 15px;
}
#shutdownSection .col.label{
	max-width: 40%;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 32%;
}              
#shutdownSection .col.input{
	max-width: 55%;    
}
#shutdownSection label {
	font-weight: normal;
	cursor: pointer;
}
#shutdownSection .col.input input { padding: 2px !important;}
@media screen and (max-width: 768px) {
	#shutdownSection .col.label, #shutdownSection .col.input{
        	min-width: 100% !important;
        }
}
div#addNewSheduleTable .inline_error{margin: 0px;}

div#enableTimeoutdata {
	margin-top: -10px;
}

div#enableVoltageshutdowndata {
	margin-top: 5px;
}

div#enabledefaultshutdowndata {
    margin-top: 3px;
}

/* Carrier Configuration */

button#primaryAddressButtonRow, button#secondaryAddressButtonRow {
    margin-top: 4px;
}

/* General */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.buttontopadjust { 
    margin-top: -6px;
}



form#simSwitchForm div { box-sizing:border-box; border-collapse: collapse;}
form#simSwitchForm .row { box-sizing: border-box;margin:4px 4px; margin-left: 0px;}
form#simSwitchForm  .table .row .col {margin: 0px;   width:33.33333333%; }
form#simSwitchForm .row .col.label { line-height: inherit; padding-bottom:0px !important;}
form#simSwitchForm .row .col.input { margin:0px; }
form#simSwitchForm .row .col.input input { position: relative; top: 0px !important; padding: 5px; max-width: 80%;}
form#simSwitchForm .row .col.textCol input { margin: 0px !important;padding: 5px;float:left; position: relative; top: 0px !important; max-width: 60%;}
form#simSwitchForm .row .col.textCol button {margin: 0px 0px 0px 4px !important;padding: 2px 10px;float:left;}
form#simSwitchForm .row > button{ margin:0px 0px 0px 4px !important; padding: 2px 10px !important;  height: auto; line-height: inherit;}
form#simSwitchForm  div {background-color: transparent !important;}
form#simSwitchForm .button_container button, #timeSchdulingSet > button{float:right;}

@media screen and (max-width: 598px ) {
    form#simSwitchForm .row .col.textCol input { 
        min-width: 80%; margin-bottom: 4px !important;
    }
    form#simSwitchForm .row .col.textCol button {
        float: right;
        margin-right: 10% !important;
    }
}
table#timeSchdulingTable { border-collapse: collapse; max-width: 100%; }
table#timeSchdulingTable th {
   white-space: -o-pre-wrap; 
   word-wrap: break-word;
   white-space: pre-wrap; 
   white-space: -moz-pre-wrap; 
   white-space: -pre-wrap; 
   vertical-align: top;
   border-top: 1px solid #d8dada;
   padding: 2px 0px;
}
 table#timeSchdulingTable th,  table#timeSchdulingTable td{
        border-bottom: 1px solid #d8dada; 
 }
table#timeSchdulingTable th.simSelectionColumn { word-wrap: normal; white-space:nowrap; min-width:42px; }
table#timeSchdulingTable button { margin:0px 0px 0px 4px !important; padding: 2px 10px !important;  height: auto; line-height: inherit; white-space: nowrap}

/* openvpn */
.clear_ovpn,.save_ovpn{
    width: 48.5% !important;
}
