﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
html {
    min-height: 100vh;
}

body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    font-family: Helvetica;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    /*background-image: url('../images/100_5928.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/
    /*color: white;*/
    min-height: 100vh;
}

li {
    font-weight: bold;
}

nav a {
    text-decoration: none;
    
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: black;
    background-color: transparent;
}
.but-left {
    text-align:left
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*for easy rows with two entries*/
.one-line {
    font-weight: bold;float: left
    
}

.zoom:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
    z-index: 50;
}
.zoom {
    /*padding: 50px;
    background-color: green;*/
    transition: transform .2s;
   
    /*width: 200px;
    height: 200px;
    margin: 0 auto;*/
}

/*//video front*/
audio, canvas, progress, video {
      width: 100%;
  }
dl {
    /*border: 1px solid #000;
    margin: 2em;*/
    width: 450px;
    overflow: hidden;
}
dt {
    float: left;
    clear: left;
    text-align: right;
    width: 150px;
    
}

dd {
    float: left;
    text-align: left;
    width: 200px;
    padding-left: 15px;
    
    white-space: nowrap;
}

/*dd {
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.feature-text {
    width: 80%;
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: top;
    /*float: right;*/
    box-sizing: border-box;
}
.font-awesome-text {
    width: 20%;
    float: left;
    padding-top: 50px;
}
.feature-container {

    min-height: 150px;
}
.top-view {
    width: 100%;
}

.icon-red {
    color: red;
    margin-right: 25px;
    width: 15%;
}

.icon-red-text {
    display: inline-block;
    width: 70%;
}


/*Search */
#searchContacts {
    width: 250px;
    float: left;
    
}

#clearFilter {
    float: left;
    padding-left: 100px;
    font-weight: bolder;
    padding-top: 5px;
   
}

    #clearFilter a {
        text-decoration: none;
    }

.cancel-button {
    background-color: whitesmoke;
    border: none;
    border-radius: 5px;
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 350px;
}

.header-back {
    /*background-image: url('../images/kingdomtextSplash.jpg');
    /*width: 100%;
    height: 600px;*/
   /* background-size: 50% 100%;
    background-repeat: no-repeat;*/
}

div.alternate > div:nth-of-type(odd) {
    background: #e0e0e0;
}

tr:nth-child(even) {
    background: #CCC
}

tr:nth-child(odd) {
    background: #FFF
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
    color: #111111;
}

a {
    color: black;
    text-decoration: underline;
}
/*Image Loading*/


.image-load {
    padding-top: 50px;
}
/*Logo placement*/
.logo {
    height: 50px;
    float: left;
    padding-left: 10px;
    padding-right: 15px;
}

.pad-top {
    padding-top: 25px;
    padding-left: 25px;
}

.pad-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/*iphone look*/
.message-content {
    /*padding-top: 50px;*/
    background: none repeat scroll 0 0 #fff;
    color: #FFFFFF;
    font-family: "Open Sans";
    line-height: 26px;
   /* width: 400px;*/
    margin: 0 auto;
    overflow-X: hidden;
    position: relative;
}
.message-content-modal {
    /*padding-top: 50px;*/
    background: none repeat scroll 0 0 #fff;
    color: #FFFFFF;
    font-family: "Open Sans";
    line-height: 26px;
    width: 380px;
    margin: 0 auto;
    overflow-X: hidden;
    position: relative;
}

.left {
    /*padding-top: 50px;*/
    position: absolute;
    top: 0;
    left: 280px;
    font-size: 18px
}

    .left:after {
        /*padding-top: 50px;*/
        border: 3px solid #2095FE;
        border-right: 3px solid transparent;
        border-top: 3px solid transparent;
        content: " ";
        height: 14px;
        right: 340px;
        /*left: 20px;*/
        position: absolute;
        top: 22px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 14px;
    }

.right {
    /*padding-top: 50px;*/
    position: absolute;
    top: 0;
    right: 320px;
    font-size: 18px
}

header {
    /*width: 375px;*/
    color: #2095FE;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(1,1,1,0.2);
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 58px;
    white-space: nowrap;
}

    header h2 {
        font-weight: bold;
        color: #111111;
    }

.controls {
    width: 100%;
    display: inline-block;
    /*padding-left: 10px;*/
}
.messageboard-container {

    border-color: #111111;
    border-style: solid;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.messageboard-wrapper {
    /*width: 575px;*/
    height: 200px;
    padding-top: 10px;
    position: relative;
    border: 1px solid #ddd;
    border-top: 0 none;
    padding-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    
}

.text-container {
    margin: auto;
    width: 75%;
}
.editor-container {
    margin: auto;
    width: 75%;
}
.messages-wrapper {
    /*width: 375px;*/
    height: 550px;
    padding-top: 10px;
    position: relative;
    border: 1px solid #ddd;
    border-top: 0 none;
}

.message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: relative;
}

    .message.to {
        background-color: #00bfff; /*#2095FE;*/
        color: #fff;
        margin-left: 40%;
        word-wrap: break-word;
    }

    .message.from {
        background-color: #E5E4E9;
        color: #363636;
        margin-right: 40%;
        word-wrap: break-word;
    }

        .message.to + .message.to,
        .message.from + .message.from {
            margin-top: -7px;
        }

    .message:before {
        border-color: #2095FE;
        border-radius: 50% 50% 50% 50%;
        border-style: solid;
        border-width: 0 20px;
        bottom: 0;
        clip: rect(20px, 35px, 42px, 0px);
        content: " ";
        height: 40px;
        position: absolute;
        right: -50px;
        width: 30px;
        z-index: -1;
    }

    .message.from:before {
        border-color: #E5E4E9;
        left: -50px;
        transform: rotateY(180deg);
    }

/*Pricing*/
.title-head {
    /*background-color: #00bfff;*/
    /*font-size: x-large;*/
    text-align: center;
    padding-top: 25px;
}
.trial-head {

    /*background-color: #00bfff;*/
    /*font-size: x-large;*/
    text-align: center;
    /*padding-top: 5px;*/
}



.price-but {
    background-color: white;
    /*background-color: #6b8f52;*/
    border: solid;
    border-color: black;
    border-radius: 5px;
    color: black;
    /*padding: 15px 32px;*/
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 150px;
}

.price-container {
    border-style: solid;
    border-color: red;
    /*border-color: #00bfff;*/
    border-radius: 15px;
    height: 485px;
    width: 300px;
    margin: 15px;
    font-weight: bold;
    background-color: white;
    position:relative;
    z-index:0; 
}

.price-box {
    padding-top: 20px;
    margin: auto;
    width: 1000px;
}

.centerText {
    text-align: center
}
/* QR code generator */
#qrCode {
    margin: 15px;
}

.navbar {
    border-color: dodgerblue;
}
/*Bootstrap Overrides*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: black; /*BACKGROUND color for active*/
    /*background-color: #00bfff;*/
    /*background-color: transparent;*/
    border-color: transparent;
}
a:hover {
    color: black
}
.navbar-default {
    /*background-color: #00bfff;*/
    background-color: wheat;
    /*border-color: #030033;*/
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: wheat;
    /*background-color: #66CCFF;*/ /*change color of links in drop down here*/
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: black; /*Change rollover cell color here*/
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-toggle {
    background-color: black;
}

.navbar-default .navbar-nav > li > a {
    color: white; /*Change active text color here*/
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
    border-color: red;
}

.navbar-inverse {
    /*background-color: #00bfff;*/
    background-color: white;
    color: #111111;
}

    .navbar-inverse a {
        color: #111111;
    }

.body-content {

    min-height: 450px
}

.container {
    padding-bottom: 30px;
}



footer {
    padding-top: 20px;
    margin-top: auto;
    color: white;
    background: #2c3e50;/* DodgerBlue;*/ /* #181818;*/
}


footer a  {

    color: white;
}

footer a:hover {
    color: white;
}
.terms-view {
    max-height: 300px;
    max-width: 400px;
    overflow-x: auto;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: #00bfff;
    margin: 0 auto;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.uBut {
    /*border: 2px solid gray;*/
    color: red;
    background-color: white;
    padding: 12px 12px;
    border-radius: 8px;
    /*font-size: 20px;
    font-weight: bold;*/
}

.upload-btn-wrapper input[type=file] {
    /*font-size: 100px;*/
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.button-small {
    width: 125px;
    background-color: #00bfff;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin: 4px 2px;
}
.button-delete {
    width: 125px;
    background-color: red;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin: 4px 2px;
}
/*Blue Buttons*/
.button {
    /*background-color: red;*/
    /*background-color: #00bfff;*/
    /*background-color: #6b8f52;*/
    /*border: none;*/
    border-color: red;
    border-style: solid;
    border-radius: 5px;
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 350px;
}

    .button:hover {
        /*background-color: skyblue;*/
        background-color: red;
        text-decoration: none;
        color: black;
    }

.button-wide {
    background-color: #00bfff;
    border: none;
    border-radius: 5px;
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 500px;
}
/*White button*/

.button-white {
    background-color: white;
    /*background-color: #6b8f52;*/
    border: none;
    border-radius: 5px;
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 300px;
}

    .button-white:hover {
        background-color: red;
        text-decoration: none;
        color: black;
    }

    /*Contact Button*/
.button-contact {
    background-color: white;
    /*background-color: #6b8f52;*/
    border: none;
    border-radius: 5px;
    color: black;
    padding: 5px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 300px;
}

/*//Gold*/

.button-gold {
    background-color: gold;
    border: none;
    border-radius: 5px;
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 300px;
}

    .button-gold:hover {
        background-color: yellowgreen;
        text-decoration: none;
        color: black;
    }

    .button-gold a {
        color: black;
        text-decoration: none
    }

.button-gold-wide {
    background-color: gold;
    border: none;
    border-radius: 5px;
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 500px;
}

.center {
    text-align: center;
    font-weight: bolder;
}
.text-height-container {

    min-height: 170px;
    padding-top: 20px;

}
.text-height-container h2 {

    text-align: center;
}
    .text-height-container p {
        /*width: 50%;*/
        padding-left: 10%;
    }

.front-text-container {
    margin: auto 0;
    min-height: 200px;
    /*width: 350px;*/
    /*background-color: whitesmoke;*/
    font-weight: bold;
    /*margin-top: 525px;*/
    /*margin-left: 5px;*/
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

.cal-container {
    padding-top: 20px;
    /*margin: auto;*/
    padding-right: 20px;
    left:0
    /*width: 50%;*/

}
.vm-container {
    padding-top: 20px;
    margin: auto;
    width: 50%;
}

.p-container {
    padding-top: 20px;
    margin: auto;
    width: 20%;
}

/* Create three equal columns that floats next to each other */
.column1 {
    float: left;
    width: 20%;
    padding: 10px;
}

.column2 {
    float: left;
    width: 80%;
    padding: 10px;
}

.column3 {
    float: left;
    width: 20%;
    padding: 10px;
}

.image-size {
    width: 50%;
    height: 50%;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.message-container {
    margin: 0 auto;
    width: 100%;
}

.center-container {
    padding-left: 100px;
}

.home-container {
    padding-top: 35px;
    width: 35%;
    margin-left: 60%;
    padding-right: 15px;
    font-weight: bold;
   
}
.splash-container {
    /*border-color: #000000;*/
    padding-top: 35px;
    padding-bottom: 35px;
    min-height:500px;
   
    font-weight: bold;
}

.title-div {
    display: none;
}

.viv-container {
    padding-top: 20px;
    margin: auto;
    width: 30%;
}

.viv-help-container {
    padding-top: 25px;
    color: black;
    font-weight: bold;
    width: 70%;
    margin: auto;
}

.viv-faq-container {
    padding-top: 25px;
    color: black;
    font-weight: bold;
    width: 50%;
    margin: auto;
}

#viv-link a:link {
    color: black;
}

#viv-link a:visited {
    color: black;
}

#viv-link a:hover {
    color: black;
}

#viv-link a:active {
    color: black;
}

.panelview {
    padding: 20px;
    text-align: center;
    background-color: #E5E4E9;
    margin-left: 50px;
    color: black;
    display: none;
    border: none;
    border-radius: 5px;
    width: 300px;
}

.panelview-wide {
    padding: 20px;
    text-align: center;
    background-color: #E5E4E9;
    margin-left: 50px;
    color: black;
    display: none;
    border: none;
    border-radius: 5px;
    width: 450px;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

.text-over-img {
    z-index: 1;
    font-size: 1.2em;
    margin-top: -100px;
}
/*Blink*/
.divmsg {
    background: white;
    color: #fff;
    display: inline-block;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
}

.divred {
    background: red !important;
}
/* The Modal (background) */
.modal-custom {
    color: white;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    /*left: 0;*/
    top: 100px;
    width: 50%; /* Full width */
    height: 70%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    /*margin: auto 0;*/
    display: block;
    width: 90%;
    margin-left: 50px;
    margin-top: 50px;
    /*max-width: 700px;
    position: relative;*/
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.closeMe {
    /*position: absolute;
    top: 15px;
    right: 35px;*/
    float: right;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeMe:hover,
.closeMe:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*Pay with credit button*/
.credit {
    border-radius: 20px;
    width: 150px;
    background-color: #FFA500;
    font-weight: bold;
}

/*input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    float: right;
    position: relative;
    /*height: 20px;*/
/*bottom: 3px;*/
/*}*/
/*Check boxes*/

/* The container */
.chk-container {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chk-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Braintree styles*/

.bt-container {
    max-width: 46em;
    margin: 0 auto;
    width: 100%;
}
/*@media (min-width: 720px) {
    label[for="amount"] {
        border: 1px solid #b5b5b5;
        border-radius: 3px;
    }*/
.checkout {
    text-align: left;
}

.wrapper {
    width: 100%;
    overflow: auto;
    z-index: 0;
    padding: 4em 0;
}

label[for="amount"] {
    -webkit-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    border-top: solid 1px #DEE2E5;
    border-bottom: solid 1px #DEE2E5;
    color: #6E787F;
    cursor: pointer;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    padding: 12px 14px;
    position: relative;
    margin-top: -11px;
    width: 100%;
    z-index: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
}

    label[for="amount"] .input-label {
        -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -moz-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -ms-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -o-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        color: #000;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 4px;
    }

    label[for="amount"].has-focus {
        background-color: #f9f9f9;
        cursor: text;
        z-index: 2;
    }

        label[for="amount"].has-focus .input-wrapper:after {
            color: #393536;
        }

        label[for="amount"].has-focus .input-label {
            color: #000;
        }

input {
    background-color: transparent;
    display: block;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 1.2rem;
    outline: none;
    line-height: 1;
    width: 100%;
}

.input-wrapper {
    position: relative;
}


.amount-wrapper input {
    -webkit-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s ease;
    -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s ease;
    -ms-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s ease;
    -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s ease;
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s ease;
    padding: 0 14px;
}

.amount-wrapper:after {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "$";
    color: #393536;
    display: inline-block;
    line-height: 1;
    left: 0px;
    position: absolute;
    top: 50%;
}
/* Hide/rearrange for smaller screens */
@media (max-width:1000px)  {
    .navbar-header { float: none; } 
    .navbar-left,.navbar-right { float: none !important; } 
    .navbar-toggle { display: block; } 
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } 
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-collapse.collapse { display: none!important; } 
    .navbar-nav { float: none!important; margin-top: 7.5px; } .navbar-nav>li { float: none; } 
    .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } 
    .collapse.in{ display:block !important; }
    /* Hide captions */
    .carousel-caption { display: none; }

  

    .header-back {
        background-image: none;
        height: auto;
    }
   
    .home-container {
        margin: 0;
        width: 100%;
        padding-left: 15px;
        padding-top: 20px;
    }

    /*h2 {
        margin-top: 0;
    }*/
    .title-div { display: contents; }

    .viv-container {
        margin: auto;
        width: 100%;
        /*padding-left: 0;*/
    }

    .center-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
    }

    .vm-container {
        margin: 0;
        width: 100%;
        padding-left: 0;
    }

    .viv-help-container {
        padding-top: 25px;
        color: black;
        font-weight: bold;
        margin: auto;
        width: 100%;
    }

    .viv-faq-container {
        padding-top: 25px;
        color: black;
        font-weight: bold;
        /*margin: auto;*/
        width: 100%;
    }

    body {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .button-wide { width: 350px; }

    .panelview-wide {
        width: 300px;
        /*margin: auto;*/
    }

    .messages-wrapper { height: 350px; }

    .message-container {
        width: 100%;
        /*padding-left: 20px;*/
    }

    .message-content { width: 100%; }

    .modal-content {
        /*width: 100%;
        height: 100%;
        margin-top: 30px;*/
        margin-left: 10px;
    }

    .modal-custom {
        width: 80%; /* Full width */
        height: 80%; /* Full height */
    }

    .logo {
        height: 50px;
        float: left;
        padding-left: 10px;
        padding-right: 0px;
    }

    .navbar-collapse {
        color: black;
        /*background-color: #00bfff;*/
        background-color: white
    }

    #phonePic { display: none; }

    img { max-width: 100%; }

    .button button-gold { width: 100%; }

    .panelview { width: auto; }

    .button30 { width: 300px; }

    .text-height-container {
        /*min-height: 170px;*/
        padding-top: 10px;
    }

    #scheduler {
        margin: 0;
        padding: 0;
        height: 100%;
        /*width: 90%;*/
        border-width: 0;
    }

    .front-text-container { margin-top: 25px; }
    .top-view {
        /*width: 33%;*/
        display: inline-block;
        
    }
    .price-box {
        padding-top: 20px;
        margin: auto;
        width: auto;
       
    }
    .price-container {
        margin: auto;
        padding-bottom: 120px;
    }
    .center-div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #clearFilter {
       
        padding-left: 30px;
        
    }
   /* .cancel-button {
        width: 100%;
    }*/
    /*.button {
        width: 100%;
    }*/
    }

@media (max-width:400px) {

    .k-grid {
        width: 375px;
    }
    .text-container {
        
        width: 100%;
    }
    .message.to {
        background-color: #00bfff; /*#2095FE;*/
        color: #fff;
        margin-left: 20%;
        word-wrap: break-word;
    }

    .message.from {
        background-color: #E5E4E9;
        color: #363636;
        margin-right: 20%;
        word-wrap: break-word;
    }

}