/* Vending Portal Custom CSS */

/* -------------------------- */
/* GLOBAL */
/* -------------------------- */


.print-button {
    margin-right: 7px;
}
.content-center {
    margin-bottom: 75px !important;
}
.company-logo {
    max-height:100px;
    width: initial !important;
    padding: 10px 0;
}
.bold {
    font-weight: bold;
}

.position-relative {
    position: relative;
}

.calendar-button {
    position: absolute;
    top: 0;
    right: 0;
}

.calendar-field {
    height: 34px;
    margin-bottom: -3px !important;
}

.instruction {
    padding: 10px 0;
}

.selection-container {
    border: 1px solid rgba(128, 128, 128, 0.27);
    padding: 15px 10px;
}

.simple-drop-down {
    width: 100%;
    margin-bottom: 15px;
}

.margin-bot {
    margin-bottom: 10px;
}
.margin-left {
    margin-left: 10px;
}

.contact-error {
    color: red;
}

.contact-success {
    color: green;
}

.contact-error, .contact-success {
    margin: 15px 0 10px 0;
}

/* Snapshot */
.paired-machine-message {
    background-color: #d5eef1;
    border-color: #c8e0e6;
    color: #4e7b86;
    padding: 25px;
    margin-bottom: 15px;
}
.planogram {
    padding: 20px;
    text-align: center;
}

.planogram-row {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 2px;
}

.planogram-column {
    display: table-cell;
    padding: 0 !important;
    border: 1px solid rgba(128, 128, 128, 0.27);
    border-radius: 5px;
    vertical-align: middle;
}
.service-header {
    margin: 15px 10px;
    font-weight: bold;
    font-style: italic;
}
.product-img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.product-sales-name {
    display: inline-block;
    float: left;
    width: 80%;
}
.product-sales-img {
    display: inline-block;
    width: 20%;
}
.column-price {
    float: right;
}

.column-quantity {
    float: left;
}

.column-info {
    background-color: rgba(0, 0, 0, 0.78);
    color: rgba(255, 255, 255, 0.82);
    padding: 0 2px;
    font-size: 11px;
}

.column-img {
    width: 50px;
    height: 75px;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}
.sold-out {
    position: absolute;
    top: 18px;
    right: 0;
}
.sold-out-opacity {
    opacity: 0.3;
}
/* Variance */
.view-container {
    min-height: 250px;
}

.positive {
    color: green;
}

.negative {
    color: red;
}

.machine-label {
    margin-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.machine-box {
    margin-bottom: 15px;
}
.vending-label {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
}

/* Contact */

.contact-message {
    border: 1px #ebebeb solid;
    width: 100%;
    height: 88px;
    margin: 5px 0;
}

.send-btn {
    margin-top: 10px;
    margin-left: 0;
}

/* Sales */
.no-sales {
    margin-top: 10px;
    margin-bottom: 25px !important;
    font-style: italic;
}
.sales-img {
    max-width: 50px;
    max-height: 50px;
}
.datepickers {
    padding: 0 0 10px 0;
}
.ng-isolate-scope table {
    margin: 0 5px;
}
.ng-isolate-scope th:nth-child(2) .btn {
    position: relative;
    top: -11px;
    right: -3px;
}

/* Vending Customized Loader */
.fa-spinner {
    color: #A1A1A1;
}
.loading{
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    top: 50px;
}

.bubbles{text-align: center; position: absolute; left: 0; width: 100%; top: 50%; margin-top: -30px;}
.bubbles .title{color: #a1a1a1; font-size: 25px; line-height: 25px; margin-bottom: 50px; font-weight: 500;}
.bubbles span {display: inline-block; vertical-align: middle; width: 15px; height: 15px; background: #03b4ea; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; animation: bubbly .9s infinite alternate;}
.bubbles span:nth-child(3) {animation-delay: .27s;}
.bubbles span:nth-child(4) {animation-delay: .54s;}
@-webkit-keyframes bubbly {
    0% {
        width: 15px;
        height: 15px;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        width: 50px;
        height: 50px;
        opacity: 0.1;
        -webkit-transform: translateY(-32px);
    }
}
@keyframes bubbly {
    0% {
        width: 15px;
        height: 15px;
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        width: 50px;
        height: 50px;
        opacity: 0.1;
        transform: translateY(-32px);
    }
}

/* Override Glyphicons and use FontAwesome Instead */
.glyphicon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid #c0c0c0;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.box input, textarea, select{-webkit-appearance: auto;}
.input-append, .input-prepend{
    display: inline-block;
}
.alert{
    display: block;
    padding: 20px;
    margin: 10px 50px 50px;
    border: 1px solid #444;
    border-radius: 3px;
    text-align: center;
}
.alert-error{
    background-color: #aa4840;
    color: #fff;
}
.alert-info{
    background-color : #fd6;
    color: #000;
}

.password-requirements{
    display: inline-block;
    margin: 20px 0px;
    border: 1px solid #444;
    border-radius: 3px;
    text-align: left;
    padding: 30px 30px 30px calc(30px + 1em);
    width: 400px;
    margin-left: calc(50% - 200px);
}
.password-requirements p{
    font-weight: 700;
    padding-bottom: 10px;
}
.password-requirements ul{
    list-style: disc outside none;
}