/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #222;
    box-sizing: border-box;
}

.btn-white-text{
    color: #fff;
    text-decoration: none;
}

.btn-white-text:hover{
    color: #000;
    text-decoration: none;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }
/*hover color side-nav menu*/
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    background: #e6dbdb;
}

/*text colour inside ul of side-nav menu*/
.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #1f1f1f;
}

/*hover colour of text inside side-nav*/
.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #0dce0d;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #0dce0d;
}

.panel-green > a {
    color: #0dce0d;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel-black {
    border-color: #f0ad4e;
}

.panel-black > .panel-heading {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

.panel-black > a {
    color: #f0ad4e;
}

.panel-black > a:hover {
    color: #df8a13;
}

/*Custom items added by SMT Software Solutions*/
.main-color-bg{
    background: #7fa409;
    color: #333333;
    border-radius: 20px;
    text-decoration: none;
}
.main-color-bg a{
    background: #000000;
    color: #000000;
    border-radius: 20px;
    text-decoration: none;
}

.main-color-bg a:hover{
    background: #f40000;
    color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
}

/***********************Tagline in admin*****************************/

.tagline{
    background: #98bc24;
    padding: 10px;
    color:#fcfcfc;
}

.tagline h3{
    padding: 0px;
    color: #ffffff;
    font-weight: 300;
/*    text-transform: uppercase;*/
    font-family: "Raleway",sans-serif;
}

.mini-heading{
    color: #79a000;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    font-family: "PT Serif",serif;
}

.bg-divide{
    background: #000 !important;
    color: #fff;
    padding: 7px;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 60px;
}



.form-background{
/*    background-color: #000 !important;*/
    border-radius: 5px;
    border: 2px solid #f0ad4e;
    padding: 5px;
    margin: 20px;
    margin-bottom: 100px;
    color: #333;
/*    box-shadow: 5px 5px 5px #333;*/
}

.side-nav-bg{
    background: rgba(10, 2, 4, 0.69) ;
}


.success-message-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px%;
    height: auto;
    border: 5px solid #0dce0d;
    border-radius: 10px;
    background: #000;
    color: white;
    padding: 10px;
    z-index: 999;
}

.admin_image{
    max-width: 200px;
}

.admin_image_height{
    max-height: 200px;
    margin-bottom: 20px;
    align-content: center;
}


.clock{
    width: 200px;
}

.underlay{
    color: red;
    font-size: 25px;
}

.sms_login{
    color: #ffffff !important;
    font-size: 25px;
}

.bg-green{
    background-color: #004225;
    color: #fff;
}

.bg-green-tall{
    background-color: #078307;
    min-height: 120px;
    border-radius: 5px;
}
    
.bg-black{
    background-color: #000;
    color: #fff;
}

.bg-black-tall{
    background-color: #000;
    min-height: 60px;
    border-radius: 5px;
    margin-top: 10px;
}

@media(min-width: 768px) {
    .bg-black-tall{
        min-height: 80px;
    }
}

.heading-white{
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding-bottom: 12px;
}


@media(min-width: 768px) {
    .heading-white {
        font-size: 20px;
    }
}




/*SMT Table Edits*/
.table{
    border: 4px solid rgba(0, 0, 0, 0.28)!important;
}

.table td{
    border: 1px solid black!important;
    font-size: 12px;
}

.table th{
    border: 1px solid rgba(0, 0, 0, 0.58)!important;
    font-size: 12px;
}


/*Offset Edits due to bug*/

.margin-center{
    margin: auto;
    width: 100%;
}

@media(min-width:768px) {
    .margin-center {
        width: 100%;
        margin-left: 20px;
    }
}

/*
SMT btn edits
*/
.btn-green{
    background-color: #0DCE0D!important;
    color: #fff;
/*    margin-right: 10px;*/
/*    margin-bottom: 10px;*/
}

.btn-green:hover{
    background-color: #000!important;
    color: #fff;
    border-radius: 6px;
}

@media(min-width: 768px){
    .btn-green{
        background-color: #0dce0d!important;
        color: #fff;
    }
}

.btn-blue{
    background-color: #0a38fa!important;
    color: #fff;
}

.btn-blue:hover{
    background-color: #000!important;
    color: #fff;
    box-shadow: 1px 2px #ccc;
    border-radius: 6px;
}

.btn-red{
    background-color: #FF0000!important;
    color: #fff;
}

.btn-red:hover{
    background-color: #000!important;
    color: #fff;
    box-shadow: 1px 2px #ccc;
}

.btn-orange{
    background-color: #cb970a!important;
    color: #fff;
}

.btn-orange:hover{
    background-color: #000!important;
    color: #fff;
    box-shadow: 1px 2px #ccc;
}

.btn-black{
    background-color: #000!important;
    color: #fff;
    text-decoration: none;
}

.btn-black:hover{
    background-color: rgba(0, 0, 0, 0.7)!important;
    color: #fff;
    box-shadow: 1px 2px #bcbaba;
    border-radius: 6px;
    text-decoration: none;
}

/*
Transport sty;ing
*/
.bg-green {
    background-color: #0dce0d;
    color: #fff;
    text-align: center;
    
}

.bg-red {
    background-color: rgb(255, 0, 0);
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.bg-yellow {
    background-color: yellow;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.blink-me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

.margin-top {
    margin-top: 5%;
}

.margin-left{
    margin-left: 20px;
}
/*Modals*/
.modal-margin-top{
    margin-bottom: 10px;
}

.modal-title{
    font-size: 18px;
    font-weight: 500;
}

/*Weather App styling*/
.weatherContainer{
    background:url(../../weather/images/backgrounds/blueGradient.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 5px #fff;
    padding: 10px;
    border-radius: 10px;
    height: auto;
    text-shadow: 1px 2px 1px #000;
    text-align: center;
    margin-left: 15px;
}


.weatherContainer img{
    width: 200px;
    text-align: center;
}

.search-container{
    margin-bottom: 15px;
}

.weatherDescriptionHeader{
    color: #fff;
    font-size: 20px;
}

.weather-info{
    font-size: 20px;
    color: #fff;
}

.cityHeader{
    color: #fff;
    font-size: 25px;
}

/*Alerts and messages*/

.updateMessageBox{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    background-color: rgba(108, 237, 28, 0.83);
    color: #333;
    align-content: center;
    font-size: 14px;
    z-index: 9999;
    
     animation:updateMessageBox 3s 1;
    -webkit-animation:updateMessageBox 3s 1;
    animation-fill-mode: forwards;
    
    animation-delay:3s;
    -webkit-animation-delay:3s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards; 
}

@keyframes updateMessageBox{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes updateMessageBox{
    from {opacity :1;}
    to {opacity :0;}
}

.date{
    font-size: 12px;
    color: #fff;
}

.bottom-margin{
    margin-bottom: 15px;
}

/*Checkbox onOffButton*/

input[type="checkbox"]{
    position: relative;
    width: 80px;
    height: 35px;
    outline: none;
    -webkit-appearance: none;
    background: linear-gradient(0deg, #333, #000);
    border-radius: 20px;
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0,1), 0 5px 20px rgba(0,0,0,.5), inset 0 0 15px rgba(0,0,0,.2);
}

input:checked[type="checkbox"]{
    background: linear-gradient(0deg, #6dd1ff, #20b7ff);
    outline: none;
}

input[type="checkbox"]:before{
    content: '';
    position: absolute;
    outline: none;
    top: 0;
    left: 0;
    width: 53px;
    height: 35px;
    background: linear-gradient(0deg, #000, #6b6b6b);
    border-radius: 20px;
    box-shadow: 0 0 0 1px #232323;
    transform: scale(.98, .96);
    transition: .3s;
}

input[type="checkbox"]:before{
    color: #fff;
    content: '';
    padding: 10px;
}

input:checked[type="checkbox"]:before{
    outline: none;
    left: 27px;
    content: '';
}

input[type="checkbox"]:after{
    content: '';
    position: absolute;
    outline: none;
    top: calc(50% - 2px);
    left: 32px;
    width: 8px;
    height: 8px;
    background: linear-gradient(0deg, #6b6b6b, #000);
    border-radius: 50%;
    transition: .3s; 
}

input:checked[type="checkbox"]:after{
    background: #63cdff;
    left: 65px;
    outline: none;
    box-shadow: 0 0 5px #13b3ff, 0 0 15px #13b3ff;
}

/*check-list*/
.check-list{
    margin: 10px 0 60px 10px;
}

.check-list-box{
    background: transparent;
    font-size: 22px;
}

.gold-line{
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 10px;
}


.help-modal{
    position: absolute;
    top: 12px;
    left: 86%;
    font-size: 18px;
    padding: 5px;
}


/*Shapes*/

.house{ 
    background: #000; 
    display: inline-block; 
    height: 55px; 
    margin-left: 20px; 
    margin-top: 55px; 
    position: relative; 
    width: 100px;
}
.house a{
    text-decoration: none;
    color: #fff;
}
.house a:hover{
    color: #fff;;
}

.house:before{ 
    border-bottom: 35px solid #ff0000; 
    border-left: 50px solid transparent; 
    border-right: 50px solid transparent; 
    content: ""; 
    height: 0; 
    left: 0; 
    position: absolute; 
    top: -36px; 
    width: 0; 
}

/*Invoice*/

.invoice-address h2 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 10px;
    margin-bottom: 10px;
    color: #000;
}

.invoice-address p {
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    color: #333;
}

.client-box {
    width: 100%;
    margin-bottom: 20px;
	border: 3px solid #0dce0d;
	height: 50px;
	border-radius: 10px;
	font-size: 14px;
}

.invoice-header {
    margin-top: 20px;
    height: 60px;
    padding-top: 12px;
    background-color: #1F8009;
}

@media(min-width: 768px) {
    .invoice-header {
        margin-top: 20px;
        width: 100%;
        background-color: #1F8009;
        height: 80px;
        color: #fff;
        padding-top: 10px;
    }
}

.footer p {
    line-height: 10px;
}

.black-line {
    width: 90%;
    height: 2px;
    background: #000;
    align-content: center;
}


/*Loading bar Pace*/

.pace {
  width: 140px;
  height: 300px;
  position: fixed;
  top: -90px;
  right: -20px;
  z-index: 2000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 2s linear 0s;
  -moz-transition: all 2s linear 0s;
  transition: all 2s linear 0s;
}

.pace.pace-active {
  -webkit-transform: scale(.25);
  -moz-transform: scale(.25);
  -ms-transform: scale(.25);
  -o-transform: scale(.25);
  transform: scale(.25);
  opacity: 1;
}

.pace .pace-activity {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: #29d;
  position: absolute;
  top: 0;
  z-index: 1911;
  -webkit-animation: pace-bounce 1s infinite;
  -moz-animation: pace-bounce 1s infinite;
  -o-animation: pace-bounce 1s infinite;
  -ms-animation: pace-bounce 1s infinite;
  animation: pace-bounce 1s infinite;
}

.pace .pace-progress {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1910;
  margin-left: -30px;
  width: 60px;
  height: 75px;
  background: rgba(20, 20, 20, .1);
  box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
  border-radius: 30px / 40px;
  -webkit-transform: scaleY(.3) !important;
  -moz-transform: scaleY(.3) !important;
  -ms-transform: scaleY(.3) !important;
  -o-transform: scaleY(.3) !important;
  transform: scaleY(.3) !important;
  -webkit-animation: pace-compress .5s infinite alternate;
  -moz-animation: pace-compress .5s infinite alternate;
  -o-animation: pace-compress .5s infinite alternate;
  -ms-animation: pace-compress .5s infinite alternate;
  animation: pace-compress .5s infinite alternate;
}

@-webkit-keyframes pace-bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  40% {}
  50% {
    top: 140px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 70px / 60px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes pace-bounce {
  0% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  40% {}
  50% {
    top: 140px;
    height: 140px;
    -moz-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 70px / 60px;
    -moz-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -moz-animation-timing-function: ease-out;}
  95% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  100% {top: 0;
    -moz-animation-timing-function: ease-in;
  }
}

@keyframes pace-bounce {
  0% {
    top: 0;
    animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 70px / 60px;
    animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px / 40px;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, .3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
    border-radius: 20px / 20px;
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px / 40px;
    -moz-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, .3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
    border-radius: 20px / 20px;
    -moz-animation-timing-function: ease-out;
  }
}

@keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px / 40px;
    animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, .3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
    border-radius: 20px / 20px;
    animation-timing-function: ease-out;
  }
}

/*Number spinner formating*/

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*Email attachment logo*/

.email-attachment-logo {
    width: 20px;
    margin-left: 5px;
    margin-top: -5px;
}

.email-header {
    display: flex;
    margin-top: 0px;
    margin-left: 50px;
}

.email-header p {
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
    margin-left: 12px;
    margin-top: 7px;
}

.email-hr {
    width: 90%;
    height: 1px;
    background-color: rgba(0, 0, 255, 0.21);
    margin-top: 3px;
    margin-bottom: 0;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.no-border:focus {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.email-body {
    
}

.email-header textarea {
 height: 200px;
}

.email-header img {
    width: 80px;
}

.signature {
    margin-left: 10px;
    font-size: 25px;
    font-family: 'Caveat Brush', cursive;
    font-weight: 400;
    margin-bottom: -20px;
}

.signature span {
    font-family: cursive;
    font-size: 14px;
}

.total {
    margin-top: -10px;
}

/*Margin layouts*/
.margin-right{
    margin-right: 12px;
    font-size: 12px;
    padding: 2px;
}

.margin-top{
    margin-top: 15px;
}

.margin-bottom{
	margin-bottom: 15px;
}

.btn-margin {
    margin-top: 10px;
}

.btn-margin-bottom{
    margin-bottom: 30px;
}

.panel-margin-small{
    margin-top: -10px !important;
    margin-bottom: -20px;
}

#overdue-watermark{
    position: absolute;
    background-color: #fff;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 3px;
    top: -50px;
    left: 0;
    color: #ff0000;
    opacity: 1;
    font-size: 20px;
    text-transform: uppercase;
    z-index: 999;
    transform: rotate(-90deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-25deg);

  /* Firefox */
  -moz-transform: rotate(-25deg);

  /* IE */
  -ms-transform: rotate(-25deg);

  /* Opera */
  -o-transform: rotate(-25deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.border-green{
	border: 2px solid #0dce0d;
}

/*CSCS card format*/

.checkout_form {
  position: relative;

  max-width: 380px;
  width: 100%;
  background: transparent;
  padding: 30px;
  border-radius: 25px;
}

.cscs-name {
	position: relative;
	top: -100px;
	left: 8px;	
}

.card-photo{
	max-width: 310px;
}

input[type="text"] {
  padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  border: 5px solid #ff0000;
  border: 0;
  text-align: left;
  background: transparent;
  color: #000;	
}

input[type="number"] {
  padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  border: 5px solid #ff0000;
  border: 0;
  text-align: left;
  background: transparent;
  color: #000;	
}

input[type="email"] {
  padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  border: 5px solid #ff0000;
  border: 0;
  text-align: left;
  background: transparent;
  color: #000;	
}

.card_number .input {
  width: 100%;
  text-align: left;
}

.card_grp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.expiry_date .expiry_input {
	position: relative;
	left: 37px;
	top: -116px;
    width: 260px;
    font-size: 15px;
	background: transparent;
	z-index: 999;
	color: #000;
	text-align: left;
}

.cvc {
  position: absolute;
  
}

.expiry_date .cvc_input {
	position: absolute;
	top: 121px;
    left: 188px;
	font-size: 15px;
  	width: 120px;
  	margin-right: 10px;
	text-align: left;
}

.expiry_date .level_input{
	position: absolute;
	top: 155px;
    left: 32px;
  	width: 280px;
	text-align: center;
	background: transparent;
	padding: 3px;

}

.expiry_date .img_input{
	position: absolute;
	top: 42px;
    left: 240px;
  	width: 70px;
	background: white;
	border-radius: 3px;

}

.img-border{
	
	border-radius: 3px;
	max-width: 50px;
	height: 60px;
	overflow: hidden;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

@media screen and (max-width: 420px) {
  .card_grp {
    flex-direction: column;
  }
  .expiry_date {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .expiry_date .expiry_input {
    width: 48%;
    margin: 0;
  }
  .cvc {
    width: 100%;
    justify-content: space-between;
  }
  .cvc .cvc_input {
    width: 58%;
  }
  .cvc_img .img {
    right: 26px;
  }
}

/* Credit Card Validator */
#card-container {
  position: relative;
  width: 100%;
}

.left{
	float: left;
}

.red-text{
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1rem;
}

.footer-bg{
	background-color: #fff;
	margin-bottom: 20px;
}

.underline{
	width: 80px;
	border-bottom: 2px solid #000;
}


