/*************************
 * GBTEL header style sheet
 *
 * Table of contents
 *
 *
 **************************/
 .navbar-brand {
  display:flex;
 }
 .navbar-brand>img {
  height: 70px;
 }
@media (min-width: 768px) {
  .navbar-brand>img {
    height: 90px;
   }
}
 .navbar-brand>span {
  font-size:38px;
  margin-top:15px;
 }

 .gbtel-header {
 	background-image: url("/assets/images/header-bg.jpg");
 }
 .hero-unit {
    background-image:url('/assets/images/header-bg.jpg');
    background-size:cover;
    background-color: #EEEEEE;
    height:600px;

}


.fa.pull-left {
  margin-right: .3em;
}
/* .nav-up {
  top: -40 px;
} */

a:link, a:hover {
  cursor: pointer;
}
li.active a, a:hover {
  color: #3498db;
}

.dropdown-menu {
  opacity: 0.95;
}

/*************************
 * GBTEL footer style sheet
 *
 * Table of contents
 *
 *
 **************************/

.gbtel-footer
{
padding: 8em 0 8em 0;
background-color: #303030;
color: #999;
text-shadow: -1px -1px 0px #181818;
}
.gbtel-footer a { color: #999;}
.gbtel-footer a:hover { color:#3498db; }

footer .row-special
{
	border-top: solid 1px rgba(0,0,0,0.5);
	border-bottom: solid 1px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), 0px 1px 0px 0px rgba(255,255,255,0.1);
}
/*************************
 * GBTEL main style sheet
 *
 * Table of contents
 *
 * 1. Overrides
 * 1. General Site Wide styles
 * 2. Conatact Us page specific styles
 * 3. Legal page specific styles
 *
 *
 **************************/

 /**
  * Overrides
  *
  */

  body {
    color: #444;
  }
  .container-fluid {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto
 }

 p.gbtel-p{
  line-height: 1.4;
 }

hr {
  background-color: #ccc;
  border-color: #ccc;
}

 /**
  * General styles
  *
  */

/*** Row for smaller screens **/
.row.gbtel-row {
    padding: 0 15px 10px 15px;
  }

.gbtel-row>p {
  padding: 0 15px 10px 15px;
}
/*** Row for medium screens **/
@media only screen and (min-width:768px ) {
  .row.gbtel-row {
    padding: 0 25px 0 25px;
  }
}

.footnotes-wrapper {
  margin: 15px;
}


/*** Page titles and labels **/

.gbtel-page-header, .control-label, .gbtel-form-label, .gbtel-tab-header, .gbtel-text-grey { color:#6d7173; }
div.gbtel-page-header { border-bottom: none;}
.form-horizontal .control-label { text-align: left !important;}

/*** Buttons **/
.button-wrapper {margin:1em 0 1em 0;}
.gbtel-button-primary {
    width: 100%;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gbtel-button {
  background-color: #007eb6;
  color: white;
}
.gbtel-button:hover {
  background-color: white;
  color: #007eb6;
}
.funding-button {
  font-size: 22px;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;

}

/*** Nav Tabs **/
.nav-tabs>li {
  font-weight: 500;
}

/***
 * Home Page (Landing)
 *
 */
 .more-info-wrapper {
  margin-top: 20px;
 }

@media (max-width: 1120px) {
  #navigation {
    padding: 0 0 45px 0;
  }
  #navbar-header {
    margin-top: -15px;
    margin-left: -15px;
    min-height: 5em;
  }
  .navbar-fixed-top>.container { padding-bottom: 20px;}
}

@media (min-width : 480px) {
  #navbar-header {
    min-height: 5em;
  }
}

@media (min-width: 768px) {
   #navigation {
    padding: 20px 0 20px 0;
    opacity: 1;
  }
  #navbar-header {
    margin-left: -15px;
    min-height: 5em;
  }
  .navbar-right {
    margin-top:15px;
  }
}

.welcome-content { text-align: left; }

.funding .title {
    color: #fff;
}

.funding i {
  background-image:url(../images/pattern.png);
  background-color:rgba(0,0,0,.5);
  padding:25px;
  border-radius:50%;
  color:#ffffff;
  margin-bottom:30px;
}
#funding {
  background-image:url(../images/bg/subscribe-bg.jpg);
   background-attachment:fixed !important;
   background-size:cover;
  -o-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  background-repeat:repeat;
  color:#ffffff;
}

@media only screen and (max-device-width:1024px) {
 .embed-responsive-4by3 {
    margin-bottom: 15px;
  }
}



/**
 * Contact Us
 *
 */
a.contact {color:#000000;}
.gbtel-contact-us {
  text-align: center;
  padding: 20px 0 20px 0;
}
.gbtel-contact-us>p {
  margin-top: 20px;
}
.gbtel-contact-us a {
  color:#000;
}

.gbtel-container {
  margin-bottom: 30px;
}
.gbtel-contact-us > i:hover {
  color: #007eb6;
}

/**
 * Legal page
 *
 */
h3.panel-title {
  padding-left: 2em;
}

.gbtel-anchor {
  text-decoration: none;
  color: #333333 !important;
}

.gbtel-tab-header {
  padding: 10px 0 10px 0;
}

.gbtel-legal-list {
  line-height: 2;
}

#legal-nav {
  margin-bottom: 40px;
}
#legal-nav .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#legal-nav .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


/**
 * Plans & Pricing page
 *
 */
 .plan-wrapper {
  margin: 10px;
  padding: 10px;
 }
 .plan {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  margin: 10px 0 10px 0;
  padding-bottom: 15px;
  background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #fff));
 }
 .plan-details {
  text-align: center;
  line-height: 2em;
 }
 .equipment-wrapper {
  /*display: flex;*/
  margin-bottom: 15px;
 }
 .equipment {
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(223, 223, 223);
  border-image: initial;
  border-radius: 6px;
  margin: 10px;
  padding: 15px;
 }

 @media (min-width: 321px) {
    .equipment {
      flex: 1 1 0%;
  }
 }

 /**
  * Coverage Map Page
  *
  */
@media (min-width: 320px) {
  #map {
    min-height: 350px;
    /* padding-right: 10px; */
  }
}

@media only screen and (min-width: 768px) {
  #map {
      min-height: 500px;
  }
  #map_container {
    padding-right:0px
  }
}

  ul {
    list-style: none;
  }

  .list-wrapper {
    margin: 5vh 0 5vh 0;
  }
  .flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 5vh;
  }

  .lte-text {
    margin: 20px;
  }

  .gbtel-button-green {
    background-color: #009b48;
    border-color: #009b48;
    width: 100%;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

  .gbtel-button-green:hover, .gbtel-button-green:focus, .gbtel-button-green:active {
    background-color: #03ba58 !important;
    border-color: #026E34 !important;
    color: #fff !important;
  }


  #coverage-map-head {
    margin: 5vh;
    text-align: center;
  }
  #service-area-include {
    margin-bottom: 5vh;
  }

  /**
   * Help Page
   *
   */
  .help-list {
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 400;
    list-style: none;
  }

  ul.help-list a {
    margin-left: 1em;
}

.gbtel-tab-header {
    padding: 0 15px 0 15px;
  }
@media only screen and (min-width: 768px) {
  .gbtel-nav-tabs, .gbtel-tab-header {
    padding: 0 25px 0 25px;
    margin-bottom: 40px;
  }
}

/**
 * My account page
 *
 */


/* #btn_go_paperless {
  background-color: #dff0d8;
  color: #288601;
  border-color: #cdfbba;
} */

.table>thead>tr>th {
  border-top: 2px solid #ddd;
}

.breadcrumb {
  background-color: #ffffff;
}

.nav-pills>li.active>a{
  background-color: none !important;
}
.nav-pills>li>a:hover {
  background-color: lightgrey;
}
.account-container {
  border-radius: 5px;
  /* max-height:420px; */
}

.help-container, .account-container {
    max-width: 425px;
}


.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
    justify-content: center;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: space-around;
  flex:1;
}
.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
   margin:-.2px; /* hack adjust for wrapping */
}
.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
  width:100%;
}
.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 1 auto;
  flex-flow: column nowrap;
}
.flex-grow {
  display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.personal-info-list {
  line-height: 2.7em;
}

.panel-title {
  font-size: 20px;
}

.myaccount-row {
  background-color: #eeeff1;
  border-radius: 5px;
  border: 1px solid #a7a6a6;
}


.child-flex { 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.child-flex-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-item {
  flex-grow: 1;
}

#table-1 tbody {
  display:block;
  max-height:350px;
  overflow:auto;
}
#table-1 thead,#table-1 tbody tr {
  display:table;
  width:100%;
  table-layout:fixed;
}
#table-1 thead {
  width: calc( 100% - 1em )
}

#invoice_toggle_btn:hover {
  color: #efefef;
}

#btn_myaccount_stripe { margin-left: 10px; }

#dollary-doo { font-size: 1.5em; }



 /***
  * Utilities
  *
  */
  .m-l-5 {margin-left:5px;}
  .m-l-15 { margin-left:15px;}
  .m-l-25 {margin-left:25px;}
  .m-l-40 {margin-left: 40px;}
  .m-r-5 {margin-right: 5px;}
  .m-r-15 {margin-right: 15px;}
  .m-r-25 {margin-right:25px;}
  .m-r-40 {margin-right:40px;}
  .m-t-25 {margin-top: 25px;}
  .m-t-15 {margin-top:15px;}
  .m-t-5 {margin-top:5px;}
  .m-t-40 {margin-top:40px;}
  .m-t-50 {margin-top:50px;}
  .m-b-5 {margin-bottom:5px;}
  .m-b-15 {margin-bottom:15px;}
  .m-b-25 {margin-bottom:25px;}
  .m-b-40 {margin-bottom:40px;}
  .m-b-50 {margin-bottom:50px;}
  .n-p-r {padding-right:0;}
  .n-p-l {padding-left:0;}
  .p-t-0 {padding-top:0px;} /** for menu logo */
  .p-t-5 {padding-top:5px;}
  .p-t-10 {padding-top:10px;}
  .p-t-15 {padding-top:15px;}
  .p-r-0 {padding-right:0px;}
  .p-r-5 {padding-right:5px;}
  .p-r-10 {padding-right:10px;}
  .p-r-15 {padding-right:15px;}
  .p-l-0 {padding-left:0px;}
  .p-l-5 {padding-left:5px;}
  .p-l-10 {padding-left:10px;}
  .p-l-15 {padding-left:15px;}
  .p-b-0 {padding-bottom:0px;}
  .p-b-5 {padding-bottom:5px;}
  .p-b-10 {padding-bottom:10px;}
  .p-b-15 {padding-bottom:15px;}


 /***
  * Font Utilities
  *
  */
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }

.sexy_line {
    margin: 0 0 25px 0;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), color-stop(0.5, #007eb6), to(white));
    width: 100%;
}
.sexy_line_in_container {
  margin-bottom: 25px;
  height: 1px;
  background: #eeeff1;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#eeeff1), color-stop(0.5, #007eb6), to(#eeeff1));
  width: 100%;
}
.sexy_line_in_container.account-container-bottom {
  margin-top:auto;
}

.row-equal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/***
 * Stripe modal styles
 *
 */

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/***
 * Phones
 *
 */
 .gbtel-check {
   color: #2184be;
 }