﻿@font-face {
    font-family: 'Proxima Nova Alt Condensed Bold';
    src: url('../fonts/Proxima/ProximaNovaACond-Bold.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/Proxima/ProximaNovaACond-Bold.otf')  format('opentype'),
         url('../fonts/Proxima/ProximaNovaACond-Bold.woff') format('woff'), 
         url('../fonts/Proxima/ProximaNovaACond-Bold.ttf')  format('truetype'), 
         url('../fonts/Proxima/ProximaNovaACond-Bold.svg#ProximaNovaACond-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Proxima Nova Alt Condensed SemiBold';
    src: url('../fonts/Proxima/ProximaNovaACond-Semibold.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/Proxima/ProximaNovaACond-Semibold.otf')  format('opentype'),
         url('../fonts/Proxima/ProximaNovaACond-Semibold.woff') format('woff'), 
         url('../fonts/Proxima/ProximaNovaACond-Semibold.ttf')  format('truetype'), 
         url('../fonts/Proxima/ProximaNovaACond-Semibold.svg#ProximaNovaACond-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Proxima Nova Alt Condensed Regular';
    src: url('../fonts/Proxima/proxima_nova_alt_condensed_regular.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/Proxima/proxima_nova_alt_condensed_regular.woff') format('woff'), 
         url('../fonts/Proxima/proxima_nova_alt_condensed_regular.ttf')  format('truetype'), 
         url('../fonts/Proxima/proxima_nova_alt_condensed_regular.svg#proxima_nova_alt_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Proxima Nova Alt Bold';
    src: url('../fonts/Proxima/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/Proxima/ProximaNovaA-Bold.otf')  format('opentype'),
         url('../fonts/Proxima/ProximaNovaA-Bold.woff') format('woff'), 
         url('../fonts/Proxima/ProximaNovaA-Bold.ttf')  format('truetype'), 
         url('../fonts/Proxima/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Proxima Nova Alt SemiBold';
    src: url('../fonts/Proxima/ProximaNovaA-Semibold.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/Proxima/ProximaNovaA-Semibold.otf')  format('opentype'),
         url('../fonts/Proxima/ProximaNovaA-Semibold.woff') format('woff'), 
         url('../fonts/Proxima/ProximaNovaA-Semibold.ttf')  format('truetype'), 
         url('../fonts/Proxima/ProximaNovaA-Semibold.svg#ProximaNovaA-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Proxima Nova Alt Regular';
    src: url('../fonts/Proxima/proxima_nova_alt_regular-webfont.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/Proxima/proxima_nova_alt_regular-webfont.woff') format('woff'), 
         url('../fonts/Proxima/proxima_nova_alt_regular-webfont.ttf')  format('truetype'), 
         url('../fonts/Proxima/proxima_nova_alt_regular-webfont.svg#proxima_nova_alt_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  


html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin: 0px;
    overflow-y: scroll;
    font-family: 'Open Sans', sans-serif;
}

main {
    width: 100%;
    margin: 0 auto;
}

.spinner_container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 2000;
    visibility: hidden;
}

.loading {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -100px 0 0 -75px;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    z-index: 1500;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loading:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loading:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

p {
    font-weight: 400;
    line-height: 22px;
    padding-top: 5px;
    max-width: 700px;
    color: #333333;
    clear: both;
    font-family: 'Proxima Nova Alt Regular';
    font-size: 13px;
    letter-spacing: .075em;
}

#shipping_rates {
    font-weight: 400;
    line-height: 22px;
    padding-top: 5px;
    max-width: 700px;
    color: #333333;
    clear: both;
    font-family: 'Proxima Nova Alt Regular';
    font-size: 13px;
    letter-spacing: .075em;
}

#shipping_rates strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: "Proxima Nova Alt Bold";
}

.hidden {
    display: none;
}
.first_p {
    margin-top: 55px;
}

a {
    color: #3098d1;
}

label {
    margin: 37px 0 4px 0;
    font-weight: 600;
    display: inline-block;
    font-family: "Proxima Nova Alt SemiBold";
    font-size: 13px;
    letter-spacing: .125em;
    color: #14587a;
}

input[type=text], input.k-textbox, input[type=password], input[type="datetime-local"], input.k-input {
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    padding: 15px 15px 14px 15px;
    border-radius: 1px;
    font-family: 'Proxima Nova Alt Regular';
    letter-spacing: .1em;
    color: #808080;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

.k-datetimepicker, .k-numerictextbox, .k-dropdown, .k-datepicker, .k-maskedtextbox, .k-timepicker {
    width: 100%;
}

select {
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    padding: 15px 15px 14px 15px;
    border-radius: 1px;
    font-family: 'Proxima Nova Alt Regular';
    letter-spacing: .1em;
    color: #808080;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 15px 15px 14px 15px;
    border-radius: 1px;
    font-family: 'Proxima Nova Alt Regular';
    letter-spacing: .1em;
    color: #808080;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

input[type=text]:focus,input[type=text]:active, 
input[type=password]:focus,input[type=password]:active, 
input[type="datetime-local"]:focus, input[type="datetime-local"]:active,
select:focus, select:active,
textarea:focus, textarea:active {
    color: #39a2d7;
    outline: none;
    border: 1px solid #39a2d7;
}

button:focus, button:active {
    outline: none;
}

.page_header {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(images/bkg.png) no-repeat center bottom;
    background-size: 100%;
}

.home-header, .home-screen-header {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #14587a;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    margin-top: 80px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    color: #ffffff;
    font-size: 21px;
    font-family: "Proxima Nova Alt Condensed Bold";
    text-transform: uppercase;
    letter-spacing: .115em;
    text-align: center;
    padding-top: 10px;
}

.home-screen-header {
    z-index: 1001;
}

.header_highlight {
    width: 120%;
    height: 200px;
    background: blue;
    position: fixed;
    top: -220px;
    left: -10%;
    z-index: 100;
    box-shadow: 0px 140px 180px rgba(255,255,255,.4);
}

.page_header_background {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.25);
}

.container-fluid {
    height: 100%;
}

#mainMenu {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 12px;
}

.navbar-inverse {
    background: #FFFFFF;
    height: 80px;
    margin-bottom: 0px;
    border-bottom: none;
}

.nav-logo, .nav-logo:hover {
    background-image: url(../rmportal_images/RM_Logo.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 205px;
    height: 80px;
}

.nav-link {
    font-family: "Proxima Nova Alt Condensed Bold";
    font-size: 17px;
    color: #14587a;
    text-transform: uppercase;
    letter-spacing: .075em;
    transition: all .1s;
    -webkit-transition: all .1s;
}

.nav-link:hover {
    color:#39a2d7;
    background-color: transparent !important;
}

.navbar-nav {
    align-self: flex-end;
    border-right: 1px solid #14587a;
}

.navbar-nav:first-child {
    border: none;
}

.page_title {
    width: 100%;
    margin-top: 30px;
    height: 120px;
    background: url(images/fpos_01.png) no-repeat center top;
    background-size: contain;
    margin-bottom: 15px;
}

.page_subtitle {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #96b8d3;
}

.link_container {
    width: 100%;
    margin-top: 45px;
    text-align: center;
}

.PastCutOff_container {
    width: 100%;
    margin-top: 45px;
    text-align: center;
}


.button {
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    padding: 12px 30px 9px 30px;
    font-size: 20px;
    letter-spacing: .1em;
    font-family: 'Proxima Nova Alt SemiBold';
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 1px;
    border: 1px solid #14587a;
    box-shadow: 0px 1px 0px #87cef3 inset;
    background: #39a3d8;
    background: -moz-linear-gradient(top,  #39a3d8 0%, #238dbc 100%);
    background: -webkit-linear-gradient(top,  #39a3d8 0%,#238dbc 100%);
    background: linear-gradient(to bottom,  #39a3d8 0%,#238dbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a3d8', endColorstr='#238dbc',GradientType=0 );
}

.button:hover {
    border: 1px solid #158bbc;
    box-shadow: 0px 1px 0px #cbe5f4 inset;
    background: #71c0e9;
    background: -moz-linear-gradient(top,  #71c0e9 0%, #54a2ca 100%);
    background: -webkit-linear-gradient(top,  #71c0e9 0%,#54a2ca 100%);
    background: linear-gradient(to bottom,  #71c0e9 0%,#54a2ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c0e9', endColorstr='#54a2ca',GradientType=0 );
}

.button-disabled, .button-disabled:hover{
    opacity: .66;
    color: #dddddd;
    border: 1px solid #474747;
    box-shadow: 0px 1px 0px #bdbdbd inset;
    background: #888888;
    background: -moz-linear-gradient(top,  #888888 0%, #6f6f6f 100%);
    background: -webkit-linear-gradient(top,  #888888 0%,#6f6f6f 100%);
    background: linear-gradient(to bottom,  #888888 0%,#6f6f6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#6f6f6f',GradientType=0 );
}

#login {
    margin-top: 23px;
}

.back_button {
    float: right;
    color: #3098d1;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.back_button:hover {
    color: #323491;
}

.link_text {
    display: inline-block;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: 700;
    color: #585ba5;
    transition: margin .75s;
    -webkit-transition: margin .75s;
}

.login_container {
    display: inline-block;
    position: absolute;
    width: 100%;
    transition: top .75s;
    -webkit-transition: top .75s;
}

.page_content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.content_container {
    width: 62%;
    padding: 35px 80px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: -150px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 15px 80px rgba(0,0,0,.25);
}

.logincontent_container {
    width: 500px;
    padding: 35px 50px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #ffffff;
}

.content_image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    margin: 25px 0px;
}

.paragraph_margin {
    margin-bottom: 25px;
}

#form_container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #ffffff;
}

#step_button_container {
    margin: 59px 30px 25px 30px;
    width: calc(75% - 60px);
    box-sizing: border-box;
    clear: both;
    padding: 25px 20% 50px 0%;
    padding-right: calc(20% - 30px);
    float: right;
    border-top: 1px solid #cccccc;
    text-align: right;
}

@media(max-width: 600px) {
    #form_container {
        width: 90%;
        padding: 5px;
    }
}

#store_form {
    padding: 150px 20% 0px 45%;
}

.form-section {
    float: left;
    width: 100%;
}

.section-header {
    position: fixed;
    top: 91px;
    width: 100%;
    left: 0px;
    z-index: 1000;
    text-align: center;
    box-sizing: border-box;
    padding-left: 25%;
    color: #ffffff;
    font-size: 21px;
    font-family: "Proxima Nova Alt Condensed Bold";
    text-transform: uppercase;
    letter-spacing: .115em;
    opacity: 0;
}

.form-section.show .section-header {
    opacity: 1;
}

.form-section.hidden .section-header {
    opacity: 0;
}

.button_container {
    width: 100%;
    text-align: center;
}

.page_footer {
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
    z-index: 100;
    background: #ffffff;
    border-top: 1px solid #d0d0d0;
 }

 span.ui-widget-content {
    height: 54px;
    width: 100%;
    display: inline-block;
 }

.ui-timepicker-wrapper {
    width: 230px !important;
    box-shadow: none !important;
    border: 1px solid #39a2d7 !important;
}

.ui-timepicker-list li {
    font-size: 20px;
    color: #39a2d7 !important;
    font-family: 'Proxima Nova Alt Regular';
    letter-spacing: .1em;
    font-size: 17px !important;
}

.ui-timepicker-list li:hover {
    color: #ffffff !important;
}

#form_outline {
    height: 100%;
    width: 25%;
    position: fixed;
    left: 0;
    top: 81px;
    z-index: 1000;
    background: #39a2d7;
}

#form_header {
    width: 100%;
    height: 49px;
    background: #207099;
    border-bottom: 1px solid #3f6273;
}

.form_header_text {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 21px;
    font-family: "Proxima Nova Alt Condensed Bold";
    text-transform: uppercase;
    letter-spacing: .115em;
    text-align: center;
    padding: 10px 0px;
}

.store_name_label {
    font-size: 15px;
    font-family: 'Proxima Nova Alt Condensed Bold';
    letter-spacing: .075em;
    color: #333333;
}

.store_name {
    font-size: 15px;
    font-family: 'Proxima Nova Alt Condensed Regular';
    letter-spacing: .075em;
    color: #808080;
    margin-left: 2px;
}

#change_store {
    font-family: "Proxima Nova Alt Condensed Bold";
    font-size: 15px;
    color: #14587a;
    text-transform: uppercase;
    letter-spacing: .075em;
    float: right;
    transition: all .2s;
    -webkit-transition: all .2s;
}

#change_store:hover {
    color: #39a2d7;
    text-decoration: none;
}

.xtralbl {
    font-weight: 400;
    line-height: 22px;
    padding-top: 0px;
    display: inline-block;
    max-width: 700px;
    color: #333333;
    clear: both;
    font-family: 'Proxima Nova Alt Regular';
    letter-spacing: .075em;
    margin-left: 10px;
}

#store_form input[type="checkbox"] {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.license-type-header {
    color: #333333;
    margin-right: 5px;
}

#step_list {
    padding: 40px 0px 0px 0px;
    margin: 0px;
}

li.outline_step {
    box-sizing: border-box;
    list-style-type: none;
    font-size: 16px;
    font-family: 'Proxima Nova Alt Condensed Regular';
    color: rgba(255,255,255,.5);
    letter-spacing: .11em;
    padding: 22px 15px 22px 80px;
    position: relative;
    transition: all .2s;
    -webkit-transition: all .2s;
}

li.outline_step-complete {
    
}

li.outline_step-selected {
    color: #ffffff;
    background: rgba(255,255,255,.2);
}

li.outline_step:before {
    content:'';
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(images/icon_step.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

li.outline_step-complete:before {
    background-image: url(images/icon_step_complete.png);
}

li.outline_step-selected:before {
    background-image: url(images/icon_step_current.png);
}

.manual-forms-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 160px 50px 0px 50px;
}

.manual-forms-text {
    font-family: "Proxima Nova Alt SemiBold";
    font-size: 18px;
    letter-spacing: .05em;
    padding: 10px 0px 20px 0px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
}

.manual-forms-list {
    padding-left: 0px;
    margin-left: 4px;
}

.manual-forms-list li {
    padding: 5px 0px;
    color: #888888;
}

.manual-forms-list li a {
    color: #14587a;
    font-family: "Proxima Nova Alt Condensed SemiBold";
    font-size: 14px;
    letter-spacing: .075em;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.manual-forms-list li a:hover {
    color: #39a2d7;
    text-decoration: none;
}

.thank-you-container {
    padding-top: 150px;
}

.thank-you-text {
    text-align: center;
    line-height: 30px;
    font-family: "Proxima Nova Alt SemiBold";
    font-size: 16px;
    letter-spacing: .05em;
    padding: 10px 50px 20px 45px;
    margin: 0px 30px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
}

.thank-you-header {
    font-family: "Proxima Nova Alt Bold";
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    color: #14587a;
}

#selectStoreForm {
    width: 100%;
    max-width: 1500px;
    padding: 150px 20% 0px 20%;
    margin: 0 auto;
}

#btnSelectStore {
    float: right;
    margin-top: 15px;
}

.form-link {
    font-family: 'Proxima Nova Alt Regular';
    font-size: 20px;
    letter-spacing: .075em;
    text-align: center;
}

@media screen and (max-width: 1350px) {

    #form_outline {
        height: 100%;
        width: 35%;
        position: fixed;
        left: 0;
        top: 81px;
        z-index: 1000;
        background: #39a2d7;
    }

    #store_form {
        padding: 150px 12.5% 0px 47.5%;
    }

    #step_button_container {
        width: calc(65% - 60px);
        padding: 25px 25.5% 50px 0%;
        padding-right: calc(12.5% - 30px);
    }

    .section-header {
        padding-left: 35%;
    }

}

@media screen and (max-height:800px) {

    li.outline_step {
        padding: 15px 15px 15px 80px;
    }

}