﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    -webkit-text-size-adjust: 100%;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        word-break: break-word;
        word-wrap: break-word;
    }

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    line-height: 1.5;
    color: #171e28;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; /*font:inherit;vertical-align:baseline;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .row {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

.cf:before, .cf:after, .row:before, .row:after, ul:before, ul:after, .container:after, .container:after {
    content: " ";
    display: table;
}

.cf:after, .cf:after, ul:after, .container:after, .row:after {
    clear: both;
}
/*Common CSS*/
body, input, button, select, textarea {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.h1, h1 {
    font-size: 1.75rem
}

.h2, h2 {
    font-size: 1.375rem
}

.h3, h3 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1.25rem
}

.h5, h5 {
    font-size: 1.125rem
}

a {
    background: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #248645;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
    }

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

abbr[title] {
    border-bottom: 0.063rem dotted;
}

strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

hr {
    display: block;
    height: 0.063rem;
    border: 0;
    border-top: 0.063rem solid #ccc;
    margin: 1.25rem 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address {
    margin: 0 0 1.563rem;
}

ul, ol {
    padding: 0 0 0 0.938rem;
}

    ul ul, ol ol {
        margin: 0.313rem 0
    }

    ul.bulletText {
        list-style: none;
        padding: 0;
    }

    ul li {
        line-height: 1.5;
        padding-bottom: 0.313rem;
        list-style: none;
    }

    ul.bulletText li {
        padding: 0.125rem 0 0.313rem 1.25rem;
        position: relative;
    }

        ul.bulletText li:after {
            content: " ";
            position: absolute;
            left: 0;
            top: 0.375rem;
            border: solid #563d7c;
            border-width: 0 0.063rem 0.063rem 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    ol li {
        padding: 0.125rem 0 0.313rem 0;
    }

    ol ul {
        margin-bottom: 0;
    }
/*Forms Fields*/
button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 0.063rem solid #c0c0c0;
    margin: 0 0.125rem;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], .password-text, input[type="search"], select, textarea {
    border: 1px solid #e5e5e5;
    width: 100px;
    height: 30px;
    padding: 0;
    font-size: 100%;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 0 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio
}

input[type="submit"], input[type="button"], input[type="reset"], button, .button {
    line-height: 20px;
    padding: 4px 10px;
    display: inline-block;
    text-decoration: none;
    border: 0 none;
    margin: 0;
    outline: 0 none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    min-height: 90px;
}

#terms textarea {
    height: 600px
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0
}

label {
    display: inline-block;
    font-weight: normal;
    color: #000;
    padding-bottom: 10px;
}

.button.grayButton, .grayButton {
    background: #969696;
    color: #fff;
    box-shadow: 5px 0px 21px #ececec;
}

    .button.grayButton:hover, .grayButton:hover {
        background: #868686;
    }

.button, input[type="submit"], input[type="button"], input[type="reset"], button, .button {
    background: #21b3c6;
    border: 0;
    font-size: 18px;
    padding: 10px 16px;
    position: relative;
    line-height: 1.5; /*box-shadow:0 8px 15px rgba(33,179,198,0.20);*/
    /*	height:50px;*/
}

.feildCol {
    margin-bottom: 20px;
}

input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn {
    background-color: #979a9c;
    border-color: #979a9c;
}

textarea, input.text, input[type="text"], input[type="reset"], input[type="button"], input[type="submit"], .input-checkbox {
    -webkit-appearance: none !important;
}

select {
    background: url(../images/arrow.png)no-repeat;
    background-position: 96% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #868686;
    padding-right: 32px;
    padding-left: 10px;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}

:-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}

::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}

select::input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}

.borderBox {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 5px 0px 21px #e5e5e5;
    margin-bottom: 30px;
}

.contentRow > .borderBox:last-child {
    margin-bottom: 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], .password-text, input[type="search"], select, textarea {
    background-color: #fff;
    border: 1px solid #CCCBCB;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    border-radius: 6px;
    background: #fff;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.button {
    background-color: #1EA74C;
    border-radius: 6px;
    background-image: linear-gradient(to right, #1EA74C, #257B42, #257B42, #1EA74C);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    font-size: 20px;
    font-weight: 500;
    background-size: 300% 100%;
}

    .button:hover {
        background-position: 100% 0;
    }

input[type="submit"], input[type="button"], input[type="reset"], .button {
    color: #fff;
    background-color: #1EA74C;
    border-radius: 6px;
    background-image: linear-gradient(to right, #1EA74C, #257B42, #257B42, #1EA74C);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    font-size: 20px;
    font-weight: 500;
    background-size: 300% 100%;
}

    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button-hover:hover, .button:hover {
        background-position: 100% 0;
        color: #fff;
    }

    input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn {
        background-color: #888;
    }

input[type="file"] {
    border: 1px solid #d0d0d0;
    height: 40px;
    background: #F5F5F5;
    line-height: 50px;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding-left: 15px; /*padding-top: 8px;*/
    display: block;
    border-radius: 6px;
}

input:focus, textarea:focus, select:focus {
    border-color: #1FA04A;
    outline: 0;
    outline: unset;
    outline: none;
    color: #000;
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button-focus:focus, .button:focus {
    color: #fff;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #f2fff6;
}
/*Upload */
.textBoxOut {
    margin-bottom: 5px;
    position: relative;
    width: 100%
}

.uploadBtn {
    width: auto;
}

.uploadBtn {
    color: #fff;
    background: #58b93d;
    height: 50px;
    line-height: 50px;
    padding: 0 33px; /*border:1px solid #777777;*/
    border-radius: 8px 0 0 8px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.note {
    font-size: 10px;
    font-style: italic;
    padding: 5px 0 0;
}

.radioGroupMore {
    margin-bottom: 15px;
}

.radioGroup label {
    font-size: 18px;
    color: #4a5861;
    padding-right: 15px;
    padding-left: 30px;
    cursor: pointer
}

.radioGroup > label {
    line-height: 15px;
    padding: 0;
    font-size: 14px;
    color: #999;
    margin: -7px 0 8px;
    display: block;
    width: 100%;
}

.radioGroup {
    position: relative;
}

    .radioGroup .radio-label {
        margin-bottom: 10px;
    }

.radio {
    margin-bottom: 30px;
}

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #fff;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 23px;
            height: 23px;
            position: relative;
            top: 0px;
            margin-right: 8px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            margin-left: -30px;
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            background: #605ca8;
            background: -moz-linear-gradient(to right,#605ca8 0%,#605ca8 52%,#605ca8 100%);
            background: -webkit-linear-gradient(to right,#605ca8 0%,#605ca8 52%,#605ca8 100%);
            background: linear-gradient(to right,#605ca8 0%,#605ca8 52%,#605ca8 100%);
            box-shadow: inset 0 0 0 5px #fff;
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 7px #f4f4f4;
            border-color: #b4b4b4;
            cursor: auto;
        }

        .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0;
        }

.form-group {
    display: block;
    margin-bottom: 30px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
        color: #4a5861;
        padding-right: 15px;
    }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #c8c8c8;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 12px;
            border-radius: 2px;
        }

    .form-group input:checked + label:before {
        background: #58b93d; /*background: -moz-linear-gradient(left, #2ABBCE 0%, #569BE6 72%, #837BFD 100%);background: -webkit-linear-gradient(left, #2ABBCE 0%, #569BE6 72%, #837BFD 100%);background: linear-gradient(to right, #2ABBCE 0%, #569BE6 72%, #837BFD 100%);*/
        border: 1px solid #58b93d;
        border-radius: 4px;
    }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 9px;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
/*BootSTrap Grid System*/
.container {
    width: 100%;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    width: 100%;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.938rem;
    margin-left: -0.938rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 0.063rem;
    padding-right: 0.938rem;
    padding-left: 0.938rem
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/********** Table **********/
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
    border-top: 0.063rem solid #E9E9EA;
    margin: 0
}

    table table {
        margin: 0
    }

th, td {
    border: none;
    padding: 8px 10px !important;
    border-bottom: 0.063rem solid #E9E9EA;
}

table tr:nth-child(odd) td {
    background-color: rgb(250,250,250);
}

caption, th, td {
    font-weight: normal;
    background: rgb(250,250,250)
}

th {
    background: rgb(250,250,250);
    text-align: left;
    font-weight: bold;
}

table tbody tr:hover td {
    background: #248645;
    color: #fff;
}

/* The container */
.control {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .control input {
        position: absolute;
        opacity: 0;
        cursor: pointer; /*height:0;width:0;*/
        top: 0;
        left: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
}
/* On mouse-over, add a grey background color */
/*.control:hover input ~ .checkmark{background-color:#000;}*/
/* When the checkbox is checked, add a blue background */
.control input:checked ~ .checkmark {
    background-color: #1FA04A;
    border: 0;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.control input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.control .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
