/* 
    Created on : 9 Apr 2019, 15:39:52
    Author     : paulie3001
*/

@font-face {
    font-family: 'Black Ops One';
    font-style: normal;
    font-weight: 400;
    src: local('Black Ops One Regular'), local('BlackOpsOne-Regular'), url(/fonts/Black_Ops_One/BlackOpsOne-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins-Regular'), url(/fonts/Poppins/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    src: local('Baloo-Regular'), url(/fonts/Baloo/Baloo-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'DaysOne';
    font-style: normal;
    font-weight: 400;
    src: local('DaysOne-Regular'), url(/fonts/Days_One/DaysOne-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'TitanOne';
    font-style: normal;
    font-weight: 400;
    src: local('TitanOne-Regular'), url(/fonts/Titan_One/TitanOne-Regular.ttf) format('truetype');
}

body {
    color: #666666;
    margin: 0;
    padding: 0 0 60px 0;
    height: 100%;
    width: 100%;
    font-family: 'Poppins', 'Calibri', 'Georgia', "Verdana", "Tahoma", "Arial", "Microsoft sans serif", "Lucida Sans Unicode", Verdana, sans-serif !important;
    font-weight: 500;
    font-size: 1.5em !important;
    line-height: 20px;
    position: absolute;
    background: transparent !important;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
}

#body {
    margin: auto 0;
    padding-bottom: 70px;
}

#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

h1 {
    font-family: 'Poppins' !important;
}

h2 {
    font-family: 'Poppins' !important;
    font-size: 1.7em !important;
    font-weight: bold !important;
    color: #0066b3;
    line-height: 35px !important;
}


/* overriding bootstrap default on the navbar */

.navbar-default {
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0px solid #eaeaeb !important;
}

.navbar-default .container {
    max-width: 1100px !important;
}


/* add some custome functionality to bootstrap header for responsiveness */

.generic-site-bootstrap-header {
    float: none;
    text-align: center;
    /* some nav bar styling */
    width: 100% !important;
}

.generic-site-bootstrap-list-items {
    width: 100% !important;
}

.nav-list-item-left {
    font-family: 'Baloo';
    float: left !important;
    font-size: 1.3em;
    width: 15%;
    /*font-weight:bold;*/
}

.nav-list-item-left a {
    color: #555555 !important;
    text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.8) !important;
}

.nav-list-item-right {
    font-family: 'Baloo' !important;
    float: right !important;
    font-size: 1.3em;
    width: 15%;
    /*font-weight:bold;*/
}

.nav-list-item-right a {
    color: #555555 !important;
    text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.8) !important;
}

.btn-quote-styling {
    border: 2px solid rgb(62, 143, 62) !important;
    border-radius: 19px !important;
    background: #85bc56 !important;
    font-family: 'Baloo' !important;
    font-size: 1em !important;
}


/* this puts the logo icon in the centre */

.logo-centered {
    left: 50%;
    position: absolute;
    margin-left: -35px;
}

.homepage-content {
    width: 100%;
    height: 450px;
    background: #eaeaeb;
    border-top: 6px solid #444444;
}

.homepage-section-1 {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.homepage-section-1-content {
    margin: 0 auto;
    min-height: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1000px;
    text-align: center;
}

.onoff-btn-icon-div {
    float: left;
    margin-left: -150px;
    margin-right: -112px;
    margin-top: -100px;
}

.on-off-on-home-page-bg {
    background: url("/images/graphic/on-off-symbol.png");
    /*background-position-y: 20%;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
}

.title-1-homepage {
    margin-left: 250px;
    width: 700px;
    text-align: left;
    font-size: 1.2em;
}

.paragraph-1-left-homepage {
    float: left;
    width: 350px;
    text-align: left;
    font-size: 1.2em;
    margin-right: 50px;
}

.paragraph-1-right-homepage {
    float: left;
    width: 350px;
    text-align: left;
    font-size: 1.2em;
}

.homepage-section-2 {
    width: 100%;
    min-height: 520px;
    background: #0091bb;
    color: #FFFFFF;
    border-top: 6px solid #444444;
}

.homepage-section-2-content {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.title-2-homepage {
    max-width: 450px;
}

.homepage-section-2-content-block {
    float: left;
    max-width: 650px;
    margin-right: 100px;
    padding-top: 75px;
    text-align: left;
    font-size: 1.2em;
}

.paragraph-2-top-homepage {
    text-align: left;
    max-width: 500px;
}

.paragraph-2-bottom-homepage {
    float: right;
    width: 630px;
    text-align: right;
}

.homepage-image-user-operations {
    float: left;
    max-width: 250px;
    padding-top: 113px;
    margin-left: -80px;
}


/* footer */

.web-copy-footer {
    height: 70px !important;
    /*margin-bottom: 10px;*/
    padding-bottom: 10px;
    border-top: 1px solid #666666;
    background: #303539;
    color: #FFFFFF;
}

.web-copy-footer-mobile {
    height: 70px;
    /*margin-bottom: 10px;*/
    padding-bottom: 10px;
    border-top: 1px solid #666666;
    background: #303539;
    color: #FFFFFF;
}

.footer-links-top {
    padding: 50px 0px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.footer-links-top a {
    color: #FFFFFF;
    width: 15%;
    font-size: 1.2em;
    margin: 0px 10px;
    text-align: center;
}

.footer-links-top a:hover {
    color: #FFFFFF;
}

.top-border-grey {
    border: 1px solid #EEEEEE;
}

.mobile-show-desktop-hide {
    display: none;
}

.desktop-show-mobile-hide {
    display: block;
}

.image-stage-graphic {
    position: relative;
    /*background: url(/images/aips17_banner_main.jpg) center no-repeat;*/
    background-color: #6e8ea7;
    background-size: cover;
    height: 720px;
    text-align: center;
    color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #AAAAAA;
    border: 2px solid #888888;
}


/* this is the point where bootstrap hides the menu */

@media screen and (max-width:767px) {
    .generic-site-bootstrap-header {
        float: none;
        text-align: center;
    }
    .mobile-show-desktop-hide {
        display: block;
    }
    .desktop-show-mobile-hide {
        display: none;
    }
}


/* navigation */

@media screen and (max-width:1200px) {
    .container {
        max-width: 1100px !important;
    }
}

@media screen and (max-width:995px) {
    .generic-site-bootstrap-list-items {
        max-width: 1200px;
        width: 92%;
    }
    .nav-list-item {
        font-family: AtypDisplay-Medium,Arial,sans-serif;
        font-weight: 600;
        /*float:left !important;*/
        font-size: 1.4em;
        /*width: 15% !important;*/
        /*font-weight: bold;*/
    }
}


/* homepage */

@media screen and (max-width:1015px) {
    .homepage-section-1-content {
        margin: 0 auto;
        min-height: 450px;
        padding-top: 25px;
        padding-bottom: 50px;
        max-width: 1000px;
        text-align: center;
    }
    .onoff-btn-icon-div {
        float: none;
        width: 200px;
        margin: 0 auto;
        margin-top: -200px;
    }
    .title-1-homepage {
        float: none;
        margin: 90px auto 0px auto;
        position: relative;
        width: 700px;
        text-align: center;
        font-size: 1.2em;
    }
    .paragraph-content-1 {
        margin: 0 auto;
        width: 752px;
    }
    .paragraph-1-left-homepage {
        float: left;
        margin-top: 100px;
        width: 350px;
        text-align: left;
        font-size: 1.2em;
        margin-right: 50px;
    }
    .paragraph-1-right-homepage {
        float: left;
        margin-top: 100px;
        width: 350px;
        text-align: left;
        font-size: 1.2em;
    }
    .section-1-bottom-padding {
        height: 50px;
        width: 100%;
    }
    .homepage-section-2 {
        width: 100%;
        min-height: 520px;
        background: #0091bb;
        color: #FFFFFF;
        border-top: 6px solid #444444;
    }
    .homepage-section-2-content {
        margin: 0 auto;
        max-width: 700px;
        text-align: center;
    }
    .title-2-homepage {
        max-width: 700px;
        text-align: center;
        font-size: 1.2em;
        float: none;
        margin: -51px auto 0px auto;
    }
    .homepage-section-2-content-block {
        float: none;
        width: 700px;
        padding-top: 75px;
        text-align: center;
        font-size: 1.2em;
    }
    .paragraph-2-top-homepage {
        text-align: left;
        max-width: 397px;
        margin-left: 260px;
    }
    .paragraph-2-bottom-homepage {
        float: none;
        width: 407px;
        text-align: left;
        margin-left: 260px;
    }
    .homepage-image-user-operations {
        float: none;
        max-width: 194px;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: -293px;
    }
}


/*Customized styles*/

.main-content {
    max-width: 1000px;
    margin: 0 auto;
}

.main-content h3 {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.main-wrapper {
    background: #0091bb1f;
    border-top: 6px solid #444444;
    min-height: 380px;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.main-head {
    margin-top: 70px;
}

.App-icon {
    float: left;
    margin-top: -30px
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 100%;
    padding: 15px;
}

.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -8px;
}

.brand-centered .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-toggle {
    z-index: 1;
}

.para-size {
    font-size: 18px;
}

.demo-wrapper {
    background: #79bde8;
}

.contact-wrapper {
    background: #0066b3;
    color: #FFFFFF;
}

.footer-wrap {
    background: #303539;
}

.footer-links-wrapper {
    justify-content: center;
    background: #303539;
}

.footer-links {
    justify-content: center;
    background: #303539;
}

.footer-links li {
    list-style-type: none;
    padding: 10px;
}

.footer-links li:hover {
    background: transparent;
}

.float-right {
    float: right;
}


/* .footer-links li a {
    color: #FFFFFF;
} */

.icon-contact {
    font-weight: bold;
    font-size: 18px;
    color: #021d50;
    height: 120px;
    background: #68a5d4;
}

.home-image {
    margin-top: 80px;
}

.home-content {
    text-align: left;
}

.align-items-center {
    align-items: center;
}

.align-items-right {
    align-items: end;
}

.shutdown-icon img {
    width: 200px;
    height: 200px;
}

.submit-button {
    margin-top: 20px;
}

.user-details-company {
    display: flex;
    border: 1px solid #a8a8ab;
    background-color: white;
    padding: 15px;
}

.ml-auto {
    margin-left: auto;
}

.records {
    float: right;
}

.user-details-computer {
    display: flex;
    /*     border: 1px solid #a8a8ab;
    background-color: white;
    padding: 15px; */
}

.table-wrapper {
    border: 1px solid #a8a8ab;
    background-color: #efeffb;
    padding: 15px;
    margin-top: 15px;
}

.Works-with-iOS {
    padding-top: 52px;
}

.new-label {
    text-align: right;
}

.calender-icon {
    margin-left: -23px;
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .shutdown-icon img {
        width: 100px;
        height: 100px;
    }
    .Works-with-iOS {
        padding-top: 2px;
    }
    .new-label {
        text-align: left !important;
    }
    .new-user-button,
    .new-user {
        text-align: left !important;
    }
}

@media screen and (max-width:768px) {
    .icon-wrapper div img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width:768px) {
    .submit-button {
        margin-top: 5px;
    }
}

@media screen and (max-width:768px) {
    .user-details-company,
    .user-details-computer {
        display: block;
    }
}

@media (min-width: 768px) {}

.left-label {
    text-align: left !important;
}

@media (min-width: 768px) {
    .new-label {
        padding-left: 5px;
    }
}


/* .header-text {
    margin-bottom: 60px;
} */

.phone-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0091bb;
    color: #FFFFFF;
    border-top: 6px solid #444444"

}

.align-items-bottom {
    align-items: flex-end;
}

.justify-content-end {
    justify-content: end;
}

.phone-details {
    text-align: end;
    margin-top: 254px;
}

.phone-details-left {
    text-align: left;
    margin-top: 254px;
}
.features-phone-details-left {
    text-align: left;
    margin-top: 50px;
}
.card {
    margin: 5px 0px 5px 10px;
    background: #0091bb;
    color: #FFFFFF;
    padding: 20px 10px 20px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    min-height: 335px;
}

.card2 {
    margin: 5px 0px 5px 10px;
    background: #0091bb;
    color: #FFFFFF;
    padding: 20px 10px 20px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.card3 {
    margin: 5px 0px 5px 10px;
    background: #0091bb;
    color: #FFFFFF;
    padding: 20px 10px 20px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.card-para {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.main-wrapper-cost {
    background: #eaeaeb;
    border-top: 6px solid #444444;
    padding-bottom: 10px;
    padding-top: 10px;
}

.panel-body {
    padding: 20px;
    width: 100% !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0066b3;
    border-color: #0066b3;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.card-read-more {
    padding: 5px;
}

.card-read-more h5 {
    line-height: 20px;
}

.cost-amount {
    font-size: 18px;
    color: #02151b;
}

.Total-Records {
    display: flex;
    justify-content: right;
}

.fieldset-auto-width {
    width: 100%;
}

@media screen and (max-width:768px) {
    .navbar-header {
        margin-top: 25px;
    }
    .navbar-toggle {
        top: -20px;
    }
    .phone-details {
        text-align: center;
        margin-top: 30px;
    }
    .phone-details-left {
        text-align: center;
        margin-top: 20px;
    }
}

@media screen and (max-width:990px) {
    .phone-details {
        margin-top: 30px;
    }
    .phone-details-left {
        margin-top: 20px;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/*Utilities*/

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}


/* Spacing */

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}


/*Grid style*/

.row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -16px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}