﻿/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Font-Face
:: Overrides and Helper Styles
:: Bootstrap Overrides
:: Media Queries

*/

/* -----------------------------------------
   Font-Face
----------------------------------------- */
/* Import base font from googles web font library */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:700,400&subset=cyrillic);

/* -----------------------------------------
   Overrides and Helper Styles
----------------------------------------- */
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

html {
    min-height: 100%;
}

table {
    margin-bottom: 0 !important;
}

th {
    color: #000;
}

body {
    min-height: 100%;
    color: #777;
    margin: 0;
    padding: 0;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-weight: bold;
}

h1.site-heading {
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    margin-top: 25px;
    color: var(--cmn-primary-color);
}

.container.body-content {
    margin-top: 100px;
}

.landing-page .input-group {
    width: 40%;
    margin: 50px auto;
    background: #fff;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
}

.landing-page {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

.well {
    background: #fff;
    background-color: rgba(255, 255, 255, .8);
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.landing-page .form-control,
.landing-page .btn {
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
}

.landing-page .form-control {
    color: #363636;
    height: 54px;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 6px 12px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.landing-page .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.custom-btn {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    margin-right: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none !important;
    letter-spacing: 1px;
    text-shadow: inherit;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: none !important;
}

.btn.custom-btn:hover,
.btn.custom-btn:focus {
    background-color: var(--cmn-dark-color);
}

.btn.custom-btn {
    border-radius: 25px;
}

/* Top Margins */
.m-top-0 {
    margin-top: 0;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-25 {
    margin-top: 25px;
}

/* Right Margins */
.m-right-0 {
    margin-right: 0;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-right-20 {
    margin-right: 20px;
}

.m-right-25 {
    margin-right: 25px;
}

/* Left Margins */
.m-left-0 {
    margin-left: 0;
}

.m-left-5 {
    margin-left: 5px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-25 {
    margin-left: 25px;
}

/* Bottom Margins */
.m-bottom-0 {
    margin-bottom: 0;
}

.m-bottom-5 {
    margin-bottom: 5px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-25 {
    margin-bottom: 25px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

/* -----------------------------------------
   Bootstrap Overrides
----------------------------------------- */

.navbar-brand {
    padding: 5px 0;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 20px;
    color: var(--color-primary-contrast);
    font-weight: bold;
    text-decoration: none;
}

.navbar-brand .logo {
    height: 40px;
    width: auto;
    max-width: none;
  }

.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--cmn-dark-color);
    text-decoration: none;
    /* -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); */
}

.form-control:focus {
    outline: 0;
}

.milestonRedemptionCode {
    cursor: pointer;
}

.code-list {
    list-style-type: none;
}

.viable {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.forgot-modal {
    border: 2px solid #ffcc00 !important;
}

.modal-alert {
    width: 100% !important;
}

.sent-modal {
    border: 2px solid lawngreen !important;
}

.sent-modal>.ui-dialog-buttonpane>.ui-dialog-buttonset>button {
    border-color: green;
    background: green;
}

#code-sent>h3 {
    margin: 0;
    padding: 10px;
}

.list-marker {
    width: 12px;
    height: 12px;
    display: inline-block;
    color: transparent;
    margin: 0px 5px 0px 0px;
}

#dimmer {
    width: 100vw;
    height: 100vh;
    background: #000000aa;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.codes-success,
.main {
    width: 700px;
    max-width: 95%;
    height: auto;
    background: #fff;
    margin: 50px auto;
    border-radius: 20px;
    border: 3px solid #ffcc00;
    overflow: hidden;
    text-align: left;
}

.codes-success,
.main>h4,
.custom-font {
    padding: 10px;
    margin: 0;
}

.success-message {
    margin: 0;
    padding: 10px 10px;
}

.ui-dialog {
    z-index: 1000 !important;
    border-radius: 20px;
    overflow: hidden;
}

.ui-dialog-content {
    background: #fff;
}

.ui-widget-header {
    background: #fff;
    height: 30px;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-title {
    margin: auto 10px;
    display: block;
    top: 6px;
    position: relative;
}

.ui-dialog-buttonpane {
    background: #fff;
    padding: 5px 10px;
    display: flex;
    flex-direction: row-reverse;
}

.ui-dialog-buttonset>button {
    background: #ffcc00;
    color: #fff;
    border-radius: 10px;
    border-color: #ffcc00;
    border-style: solid;
}

.alert {
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    font-size: 13px;
    border-width: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    margin-bottom: 0px;
}

.alert h4 {
    font-size: 16px;
}

.alert-danger,
.alert-error {
    background-color: #f55753;
    color: #fff;
    border-color: #f55753;
    background-color: var(--cmn-pink);
    color: var(--color-primary-contrast);
    border-color: var(--color-border);
}

.alert-info {
    background-color: #48b0f7;
    color: #fff;
    border-color: #48b0f7;
}

.form-group>.col-md-9 {
    padding-top: 7px;
}

.text-error {
    color: var(--cmn-dark-color);
}

/* -----------------------------------------
   Media Queries
----------------------------------------- */
@media (max-width: 1201px) {
    .landing-page .input-group {
        width: 80%;
    }
}

/* Media query for ipad and phones */
@media (max-width: 767px) {
    .navbar-brand {
        padding-left: 5px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #777;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #777;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #777;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
    }

    .navbar-nav {
        float: none !important;
        margin-bottom: 0;
    }
}

.form-logo,
.landing-page-logo {
    display: none;
}

/* Media query for ipad */
@media (max-width: 767px) {
    .form-logo {
        text-align: center !important;
    }
}

/* Media query for phones */
@media (max-width: 500px) {
    .landing-page .input-group {
        width: 100%;
    }

    h1.custom-font {
        font-size: 28px !important;
        text-align: center;
        color: var(--cmn-dark-color);

    }

    h4 {
        text-align: center;
    }
}
.btn-style {
    margin: auto !important;
    border-radius: 35px !important;
}