﻿* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

.thead-wblue {
    background: #0F4DB2;
    color: #fff;
}

.tablename {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2E3B52;
}

.tablephone {
    font-size: 12px;
    line-height: 14px;
    color: #606F89;
}

.tableline {
    vertical-align: middle !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.tablelining {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1) !important;
}

.tablediscount {
    font-weight: 500;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #161616 !important;
}

.btnadditem {
    background: #0F4DB2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px !important;
}

    .btnadditem:hover {
        color: #fff;
    }

.tablediscountvalue {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: right !important;
    color: #2E3B52 !important;
}

.totaltable {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.backgroundImage {
    background: linear-gradient(194.01deg, #D9E8EF 9.6%, #EAF2F5 89.64%);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.sideimage {
    width: 100%;
    height: auto;
}

.loginimage {
    height: 720px;
    bottom: 0 !important;
    right: 0 !important;
    position: absolute;
}

.uploadicon {
    color: #0f4db2;
    font-size: 26px;
}

.logincard {
    min-width: 400px;
    float: right;
    margin-top: 20%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 400px;
}

.registercard {
    width: 65%;
    min-width: 400px;
    float: right;
    margin-top: 10%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
}

.businesscard {
    width: 90%;
    margin-top: 210px;
    box-sizing: border-box;
    margin: 4% auto;
}

.plantabs {
    width: 100%;
    margin: auto;
    text-align: center !important;
}

.nav-pills .nav-link {
    border-radius: .15rem !important;
    font-weight: 900;
    padding: 10px 28px;
    border: 1px solid #9E9E9E;
    box-sizing: border-box;
    color: #9E9E9E;
    font-size: 11px;
    line-height: 15px;
}

    .nav-pills .nav-link.active {
        color: #fff;
        background-color: #0F4DB2;
        font-size: 11px;
        line-height: 15px;
        font-weight: 900;
        border: none;
        border: 1px solid #0F4DB2;
    }

.form-control {
    height: 48px;
    border: 1px solid #9E9E9E;
    box-sizing: border-box;
    border-radius: 4px;
}

.forgotpasstext {
    font-size: 16px;
    color: #0F4DB2;
}

.btn-blue {
    padding: 10px 61px !important;
    background: #0f4db2 !important;
    border: #0f4db2 !important;
    color: #fff;
    border-radius: 4px;
}

a {
    text-decoration: none !important;
}

.wblue {
    color: #0f4db2 !important;
}

.btn-outline-primary {
    background-color: #fff;
    border: #of4db2 !important;
    color: #of4db2 !important;
}

p {
    font-size: 16px;
    font-family: Roboto;
}

/* Container for flexboxes */
.rowcard {
    display: flex;
    flex-wrap: wrap;
}

/* Create four equal columns */
.columncard {
    flex: 25%;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
}

.permonth {
    color: #000;
}

.columncard:hover {
    flex: 25%;
    padding: 20px;
    background: #0f4db2;
    border-radius: 4px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
    transform: translateY(-3rem);
    color: #fff !important;
}

.wgreen {
    background-color: green;
}

.columncard:first-child {
    border-left: 1px solid #E3E3E3;
}

.columncard:last-child {
    border-right: 1px solid #E3E3E3;
}

.columncard > h2 {
    font-size: 36px;
}

.columncard > h4 {
    font-size: 28px;
}

.columncard > p {
    color: #848199;
}

.columncard:hover > .planbtn {
    background: #09A854 !important;
    border-radius: 4px !important;
    color: #fff !important;
}

.columncard:hover > p {
    color: #fff !important;
}

    .columncard:hover > p > span {
        color: #fff !important;
    }

    .columncard:hover > p > sup {
        color: #fff !important;
    }

.mg-0 {
    margin-bottom: 0rem !important;
}

.plantag {
    background: #F9836C !important;
    border-radius: 13.5px !important;
    font-size: 10px !important;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.columncard > span {
    float: right;
}

.columncard > ul {
    padding: 2px;
}

.circlecheck {
    background-color: rgba(82, 67, 194, 0.103693);
    border-radius: 24px;
    padding: 4px;
    height: 20px;
    width: 20px;
    color: #5243C2;
    margin-right: 10px;
    font-size: 12px;
}

.columncard:hover > ul > li > .circlecheck {
    background-color: rgba(25, 150, 178, 0.295755);
    border-radius: 24px;
    padding: 4px;
    height: 20px;
    width: 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    box-shadow: 3px 3px 3px rgba(15, 77, 178, 0.295755)
}

.columncard > ul > li {
    line-height: 2;
    list-style-type: none;
}

.planbtn {
    padding: 10px 61px !important;
    background: #0f4db2 !important;
}

.pricelabel {
    font-size: 36px;
    color: #000;
}

sup {
    top: -1.4em;
}

@media (min-width: 992px) and (max-width: 1198px) {
    .loginimage {
        height: 650px;
    }

    .logincard {
        max-width: 400px;
        float: unset;
        margin-top: 20%;
        background: #FFFFFF;
        border: 1px solid #E3E3E3;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .registercard {
        margin-left: 60% !important;
    }
}

@media (min-width: 878px) and (max-width: 991px) {
    .loginimage {
        height: 550px;
    }

    .logincard {
        max-width: 300px;
        float: unset;
        margin-top: 80%;
        background: #FFFFFF;
        border: 1px solid #E3E3E3;
        box-sizing: border-box;
        border-radius: 4px;
        margin-left: 70% !important;
    }

    .registercard {
        margin-left: 60% !important;
    }
}

@media (min-width: 786px) and (max-width: 878px) {
    .loginimage {
        display: none;
    }

    .disnone {
        display: none;
    }

    .registercard {
        float: unset;
        margin-top: 150px;
    }

    .registercard {
        margin-left: 60% !important;
    }

    .logincard {
        max-width: 300px;
        float: unset;
        margin-top: 150px;
        background: #FFFFFF;
        border: 1px solid #E3E3E3;
        box-sizing: border-box;
        border-radius: 4px;
        margin-left: 70% !important;
    }
}

@media (max-width: 785px) {
    .loginimage {
        display: none;
    }

    .registercard {
        float: unset;
        margin-top: 150px;
        margin-left: 5%;
    }

    .logincard {
        max-width: 300px;
        float: unset;
        background: #FFFFFF;
        border: 1px solid #E3E3E3;
        box-sizing: border-box;
        border-radius: 4px;
        min-width: 350px;
        margin-left: 20%;
    }
}

@media (max-width: 521px) {
    .logincard {
        margin-left: 15%;
    }

    .registercard {
        min-width: 350px;
        float: none!important;
        margin: auto;
        margin-top: 30px;
    }
}

@media (max-width: 448px) {
    .logincard {
        margin-left: 0;
    }
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
    .columncard {
        flex: 50%;
    }

    .loginimage {
        display: none;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .rowcard {
        flex-direction: column;
    }
}

.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label, .has-float-label > span {
        position: absolute;
        left: 0;
        top: 0;
        cursor: text;
        font-size: 75%;
        opacity: 1;
        transition: all 0.2s;
    }

    .has-float-label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .has-float-label input, .has-float-label select {
        font-size: inherit;
        padding-top: 1em;
        margin-bottom: 2px;
        border: 1px solid #9E9E9E;
        box-sizing: border-box;
        border-radius: 4px;
    }

        .has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder {
            opacity: 1;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }

        .has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder {
            opacity: 1;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
        }

        .has-float-label input::placeholder, .has-float-label select::placeholder {
            opacity: 1;
            transition: all 0.2s;
        }

        .has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:-moz-placeholder-shown:not(:focus)::placeholder, .has-float-label select:-moz-placeholder-shown:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:-ms-input-placeholder:not(:focus)::placeholder, .has-float-label select:-ms-input-placeholder:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:-moz-placeholder-shown:not(:focus) + *, .has-float-label select:-moz-placeholder-shown:not(:focus) + * {
            font-size: 150%;
            opacity: 0.5;
            top: 0.25em;
        }

        .has-float-label input:-ms-input-placeholder:not(:focus) + *, .has-float-label select:-ms-input-placeholder:not(:focus) + * {
            font-size: 150%;
            opacity: 0.5;
            top: 0.25em;
        }

        .has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + * {
            font-size: 18px;
            opacity: 0.5;
            top: 0.25em;
        }

        .has-float-label input:focus, .has-float-label select:focus {
            outline: none;
            border-color: rgba(0, 0, 0, 0.5);
        }

    .has-float-label select {
        padding-right: 1em;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
        background-size: 8px 10px;
    }

* {
    box-sizing: border-box;
}

.custom-file {
    position: relative;
    font-family: arial;
    overflow: hidden;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 10px;
    height: 180px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.custom-file-input {
    position: relative !important;
    width: 100% !important;
    height: 150px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    z-index: 100 !important;
}

.custom-file-label:focus, textarea:focus, select:focus {
    outline: none !important;
    border: 0 !important;
}

.buslog {
    color: #999;
    font-size: 12px;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border: none !important;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse" !important;
}

.custom-file-label::after {
    position: relative;
    z-index: 3;
    display: block;
    height: 40px;
    font-size: 14px;
    color: #0F4DB2;
    content: "Browse";
    background-color: #fff;
    border: 1px solid #0F4DB2;
    border-radius: .25rem;
    text-align: center;
    margin-top: 20px;
    padding: 8px 0px;
    width: 100px;
    margin: 10px auto;
}

.custom-file img {
    display: inline-block;
    vertical-align: middle;
}

ul.file-list {
    font-family: arial;
    list-style: none;
    padding: 0;
}

    ul.file-list li {
        border-bottom: 1px solid #ddd;
        padding: 5px;
        font-family: 'Roboto', sans-serif;
    }

.remove-list {
    cursor: pointer;
    margin-left: 10px;
}

.labelspan {
    font-size: 12px;
    color: #9E9E9E;
}

.labelimg {
    margin-bottom: 10px;
}

.pictureupload {
    background: #F1F1F1;
    border-radius: 3px;
    min-height: 180px;
}