.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.login-push-right {
    margin-right: 69px;
}

.main-gradient {
    border: solid 2px #25a3d1;
    border-radius: 7px;
}

.text-color {
    color: white;
}

.main-gradient > h3 {
    color: black;
}

.main-gradient > p {
    margin: 10px 15px;
}

.text-color > .main-gradient {
    padding-bottom: 10px;
    margin-left: 16px;
}

.main-gradient > h3 {
    text-align: center;
}

#reset-pass-form {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.btn-group > .btn > .dropdown-toggle {
    padding-top: 12px;
}

#response {
    display: none;
}

#top {
    margin-top: 40px;
}

.centered {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn > .company-caret {
    margin-top: 9px;
    padding-top: 7px;
}

input.zip {
    width: 117px;
}

.box-container {
    width: 565px;
}

.align-button {
    margin-top: -10px;
}

.hide, .hide-ship, .hide-carrier, .hide-forwarder {
    display: none;
}

.number-spacing {
    margin-bottom: 20px;
    margin-top: 40px;
}

.number-spacing > img {
    margin: auto 50px;
}

#signup label {
    margin-bottom: 0;
    text-align: left;
}

.trash {
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    position: relative;
    width: 30px;
    height: 11px;
}

.trash > span {
    display: inline-block;
}

.trash > .can,
.trash > .lid {
    background: url('../images/icons/trash2.png') 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
}

.trash > .lid {
    -webkit-transform-origin: -7% 100%;
    -webkit-transition: -webkit-transform 150ms;
    height: 6px;
    width: 14px;
}

html[dir='rtl'] .trash > .lid {
    -webkit-transform-origin: 107% 100%;
}

.trash:focus > .lid,
.trash:hover > .lid {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 250ms;
}

html[dir='rtl'] .trash:focus > .lid,
html[dir='rtl'] .trash:hover > .lid {
    -webkit-transform: rotate(45deg);
}

.trash > .can {
    background-position: -1px -4px;
    height: 12px;
    /* The margins match the background position offsets. */
    margin-left: 1px;
    /* The right margin is one greater due to a shadow on the trash image. */
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}

#btnSignInMobile{
    display: none;
}
@media (max-width: 767px) {
    #btnSignIn{
        display: none;
    }
    #btnSignInMobile{
        display: block;
    }

}

#ourdata h1 {
    font-size: 32px;
    margin-top: 0;
}

.intro.no-image{
    background-image: none;
    height: 150px;
}

.intro.no-image .intro-body{
    height: 100px;
}

.intro.no-image .intro-body p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 15px;
}

.intro.static-page {
    background-position: 0 50%;
    border-bottom: 3px solid #2e353f;
    height: auto;
    margin-bottom: 90px;
    margin-top: -125px;
}
intro.static-page{
    margin-bottom: 90px;
    margin-top: -125px;
    border-bottom: 3px solid #2e353f;
    background-position: 0 50%;
    height: auto;
}
    .intro.static-page h1{
        font-family: 'Lato', Arial;
        font-size: 5.5em;
        font-weight: 200;
        padding: 160px 0 100px;
        text-align: center;
    }

.panel.no-border{
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-primary.no-border > .panel-heading{
    background-color: white;
    border: 2px solid;
    border-radius: 9px;
    color: #2f3541;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}
.panel-primary.no-border.no-margin  > .panel-heading{
    margin-bottom: 0;
}
    .signUpPanel.no-border > .panel-heading > h3 {
        color: #2f3541;
        font-family: 'Lato', Arial;
        font-weight: 200;
        font-size: 20px;
    }

@media (max-width: 370px) {
    .panel-primary.no-border > .panel-heading{
        max-width: 300px;
    }
    .intro.static-page h1{
        font-size: 3.5em;
        padding: 90px 0 0;
    }
}

.footer-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    right: 0;
    width: auto;
}

@media (max-height: 768px) {
    .footer-fixed{
        position: relative;
    }
}

.intro h1.header-intro{
    padding: 192px 0 100px;
}

@media (max-width: 767px) {
    .intro h1.header-intro{
        padding: 90px 0 0;
    }
}

.size-bigger {
    font-size: 43px;
    margin-top: -5px;
}
.intro h2 {
    font-style: italic;
}
.signUpContainer dt {
    margin-bottom: 9px;
    margin-top: 9px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

 #pageContentContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
}

#loginControls {
    padding-left: 0 !important;
}
#loginContainerTextRow, #loginContainerRow {
    min-width: 239px;
}

#loginForm {
    background: white none repeat scroll 0 0;
    padding: 10px;
}
.popover form {
    margin-bottom: 0;
}
.login-form {
    min-width: 200px;
}
.round-border {
    border-radius: 10px;
}
.white-border {
    border: 4px solid white;
}
#loginForm > .form-group > input {
    font-size: 18px;
    height: 40px;
}
#loginForm > .form-group > input {
    font-size: 18px;
    height: 40px;
}
#loginForm > .row > button {
    font-size: 20px !important;
    height: 40px;
    width: 100%;
}


#forgotPasswordRow a {
    color: #555555;
}
#forgotPasswordLink {
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

#front-rates .form-control {
    height: 45px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#front-rates .form-control.first-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#front-rates .btn {
    background-color: #29ba9b;
    border: 3px solid #29ba9b;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    opacity: 1;
    padding: 9.5px 12px;
    font-weight: bold;
}

#front-rates .arrow-group{
    background: #fff none repeat scroll 0 0;
    height: 45px;
    position: relative;
    width: 70px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
    #front-rates .arrow-group span{
        bottom: 55%;
        color: #555;
        display: block;
        font-size: 46px;
        left: -14%;
        line-height: 1px;
        position: absolute;
        right: 0;
        top: 45%;
        width: 100%;
    }
    #front-rates .select2-container .select2-choice{
        border-radius: 0;
        border-color: #ccc;
        background-image: none;
    }
    #front-rates .select2-container .select2-choice div {
        border-left: none;
        background: none;
        border-radius: 0;
    }
    #front-rates .select2-container .select2-choice div b{
         background-position: 0 10px;
         color: #31353e;
    }
    #front-rates .select2-container .select2-choice span{
         min-width: 86px;
         color: #31353e;
    }

    #front-rates input::-webkit-input-placeholder {color:#31353e;}
    #front-rates input::-moz-placeholder          {color:#31353e;}/* Firefox 19+ */
    #front-rates input:-moz-placeholder           {color:#31353e;}/* Firefox 18- */
    #front-rates input:-ms-input-placeholder      {color:#31353e;}

.lead.small-text {
    font-size: 1.2em;
}
.white-color {
    color: #fff;
}

.faedInDownBig-margin{
    margin-top: -50px;
}

@media (max-width: 800px) {
    .faedInDownBig-margin{
        margin-top: none;
    }
}
.first-element {
    width: 120px;
}
@media (max-width: 767px) {
    .first-element {
        width: auto;
    }
    .faedInDownBig-margin{
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    .intro{
        min-height: 620px;
    }
    #front-rates .arrow-group{
        display: none;
    }
    .intro.no-image{
        min-height: 275px;
    }
    .intro.no-image .intro-body{
        margin-top: 20px;
    }

    #front-rates{
        padding-top: 0;
    }
    #front-rates .form-control.first-input{
        border-radius: 0;
    }
    #front-rates .btn{
        border-radius: 0;
    }
    #front-rates .form-control{
        text-align: center;
    }
    #steps{
        text-align: center;
    }
}

@media (max-height: 480px) {
    .intro{
        min-height: 640px;
    }
}

.notify_email input {
    padding: 3px 4px 5px;
}
.notify_email .btn-block {
    display: inline;
    padding: 6px 12px;
    width: auto;
}

.custom-offset{
    margin-left: 6%;
}

.cust-details h3{
    color: #818181;
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.cust-details .quote-section{
    width: 50%;
    float: left;
    padding: 25px 10px;
}
.cust-details .quote-section p.desc{
    font-size: 17px;
}
.cust-details .logo-section{
    width: 50%;
    float: right;
}

@media (max-width: 992px) {
    .cust-details .quote-section p.desc{
        font-size: 15px;
    }
}
@media (max-width: 640px) {
    .cust-details .quote-section{
        width: 100%;
        padding: 10px 10px;
        float: none;
    }
    .cust-details .logo-section{
        width: 100%;
        float: none;
    }

}