﻿/*
 * Style tweaks
 * --------------------------------------------------
 */
html {
  position: relative;
  min-height: 100%;
}

body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */

  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 70px;

}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}

body > .container {
    padding: 0px 15px 0px 15px;
}
.container .text-muted {
  margin: 10px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar-inverse {
    /*background-color: rgb(213, 81, 32) !important;*/
    background-color: rgb(32, 111, 213) !important;
    border-bottom: 2px solid rgb(181, 171, 168) !important;
}

.navbar-brand {
    color: #f5f5f5 !important;
    font-size: 130%;
}

.navbar-nav>li>a {
    color: #f5f5f5 !important;
    font-size: 110%;
}

.navbar-nav>li>a:hover {
    color: #80DFEE !important;    
}

.navbar-collapse {
    margin-right: 25px !important;
}

.forgotPWBox {
    border: 1px solid #C1C1C1;
    padding: 10px 10px 10px 10px; 
    /*margin: 0px 10px 10px 10px;*/
    background: #262626;
    border-radius: 5px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.carrierBoxSolo {
    border: 0px solid #a1a1a1;
    /*padding: 10px 10px 10px 10px;*/ 
    /*margin: 0px 10px 10px 10px;*/
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    /*height: 150px;*/
    vertical-align: middle;
    text-align: center;
}

.carrierBox {
    border: 0px solid #a1a1a1;
    /*padding: 10px 10px 10px 10px;*/
    /*margin: 0px 10px 10px 10px;*/
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    /*height: 150px;*/
    vertical-align: middle;
    text-align: center;
}

.carrierBoxbtn {
    color: #333;
    /*background-color: #fff;*/
    border: 1px solid #adadad;
    /*border-color: #ccc;*/
    width: 100%;
}

.carrierBoxbtn:hover {
    color: #333;
    /*background-color: #e6e6e6;*/
    border: 1px solid #ff0000;
    /*border-color: #adadad;*/
}

.countryBox {
    border: 1px solid #a1a1a1;
    padding: 10px 10px 10px 10px; 
    margin: 0px 10px 10px 10px;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 120px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.internationalCarrierBox {
    border: 1px solid #a1a1a1;
    padding: 10px 10px 10px 10px; 
    margin: 0px 10px 10px 10px;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

.productBox {
    border: 0px solid #C8B896;
    padding: 0px 10px 0px 10px;
    margin: 10px 5px 0px 1px;
    background: #E5E2DC;
    border-radius: 5px;
    width: 100%;
    white-space: normal;
    text-align: left;
}

.productBoxbtn {
    color: #333;
    width: 100%;
    border: 1px solid #C8B896;
    padding: 0px 10px 0px 10px;
    margin: 10px 5px 0px 1px;
    background: #E5E2DC;
    border-radius: 5px;
    width: 100%;
}

    .productBoxbtn:hover {
        color: #333;
        border: 1px solid #ff0000;
        text-decoration: none;
    }

.jumbotron .h1, .jumbotron h1 {
    color: #ff6a00 !important;
    font-size: 40px !important;
}

.jumbotron {
    padding: 20px 20px 20px 20px !important;
    text-align: center;
 }

.page-header {
    border-bottom: 1px solid rgb(74, 66, 63);
    margin: 0px 0px 10px 0px !important;
}

.page-header .h2, .page-header h2 {
    color: #272727 !important;
    font-size: 36px !important;
    text-align: left;    
}

.box {
    border: 2px solid rgb(213, 81, 32);
    border-top: 3px solid rgb(213, 81, 32);
    background: #fff !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.box-header {
    color: #fff;
    padding: 10px;
    background: rgb(213, 81, 32);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #333;
}

.box-content {
    position: relative;
    z-index: 50;
    margin-top: -1px;
    padding: 12px;
    background: #fff !important;
}

.carrierBoxSolo img {
    width: 100px;
    height: 50px;
    /*width: 174px;
    height: 87px;*/
}

.carrierBox img {
    width: 140px;
    height: 70px;
    /*width: 174px;
    height: 87px;*/
}

.countryBox img {
    width: 64px;
    height: 64px;
}

.internationalCarrierBox img {
    width: 150px;
    margin-bottom: 10px;
}

.input-phone 
{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.question {
    margin-bottom: 5px !important;
}

.answer {
    margin-bottom: 20px !important;
}

.bottom-menu-item {
    margin-right: 10px;
    font-size: 12px;
}

.alert-danger {
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%) !important;
}

.login-info {
    color: #ffffff;
    margin-right:10px;
}

.pageHeader {
    border-radius: 6px;
    padding: 35px 10px 20px 10px;
    text-align: center;
    background-color: #5D584D;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #272727;
}

.headerBlue {
    color: #4F84B3;
}

.headerRed {
    color: #b35c4f;
}

.pageStep {
    /*margin-bottom: 20px;*/
}

.productType {
    margin: 20px 0 10px 0;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #272727;
}

.norefundWarning {
    padding: 5px 5px 5px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #187b49;
}

.couponCongrat {
    padding: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #8D080A;
}

.tableLabel {
    font-weight: bold;
}

.tableCongratulation {
    color: #DF1717;
}

.linkForgotPW
{
	color: #CBCBCB;
}

a.linkForgotPW:hover
{
	color: #F5F5F5;
}

.errorMessage {
    background-color: #fff2f2;
    border: 2px solid #a91515;
    font-weight: 500;
    font-size: 28px;
    color: #cc0000;
}

.navbar-toggle {
    float: left !important;
}