#customers {
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
        background: rgb(1,45,148) !important;
        background: linear-gradient(0deg, rgba(1,45,148,0.04665616246498594) 0%, rgba(2,0,36,0) 50%, rgba(0,89,255,0.04665616246498594) 100%) !important;
    }

    #customers tr:nth-child(even) {
        background: rgb(1,45,148);
        background: linear-gradient(0deg, rgba(1,45,148,0.09707633053221287) 0%, rgba(2,0,36,0) 50%, rgba(0,89,255,0.1026785714285714) 100%);
    }

    #customers tr {
        transition-duration: 0.5s;
    }

        #customers tr:hover {
            -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,89,255,1);
            -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,89,255,1);
            box-shadow: inset 0px 0px 20px 0px rgba(0,89,255,1);
        }
        /*-----*/

/* Box */

.box {
    margin-bottom: 2rem;
    background: #FFF;
}

    .box .image.fit {
        margin: 0;
        border-radius: 0;
    }

        .box .image.fit img {
            border-radius: 0;
        }

    .box header h2 {
        margin-bottom: 2rem;
    }

    .box header p {
        text-transform: uppercase;
        font-size: .75rem;
        font-weight: 300;
        margin: 0 0 .25rem 0;
        padding: 0 0 .75rem 0;
        letter-spacing: .25rem;
    }

        .box header p:after {
            content: '';
            position: absolute;
            margin: auto;
            right: 0;
            bottom: 0;
            left: 0;
            width: 50%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.125);
        }

    .box .content {
        padding: 3rem;
    }

    .box > :last-child,
    .box > :last-child > :last-child,
    .box > :last-child > :last-child > :last-child {
        margin-bottom: 0;
    }

    .box.alt {
        border: 0;
        border-radius: 0;
        padding: 0;
    }

@media screen and (max-width: 736px) {

    .box .content {
        padding: 2rem;
    }
}

.box {
    border-color: rgba(144, 144, 144, 0.25);
}
/* Wrapper */

.wrapper {
    padding: 0 0 4rem 0;
    position: relative;
    margin: 0;
}

    .wrapper > .inner {
        margin: 0 auto;
        width: 80rem;
    }

    .wrapper.style1 {
        
        color: #e2d1df;
    }

        .wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
            color: #ffffff;
        }

        .wrapper.style1 a {
            color: #ffffff;
        }

        button

        .wrapper.style1 strong, .wrapper.style1 b {
            color: #ffffff;
        }

        .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
            color: #ffffff;
        }

        .wrapper.style1 blockquote {
            border-left-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 code {
            background: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 hr {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 .box {
            border-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 input[type="submit"],
        .wrapper.style1 input[type="reset"],
        .wrapper.style1 input[type="button"],
        .wrapper.style1 button,
        .wrapper.style1 .button {
           
            color: #000 !important;
        }

            .wrapper.style1 input[type="submit"]:hover,
            .wrapper.style1 input[type="reset"]:hover,
            .wrapper.style1 input[type="button"]:hover,
            .wrapper.style1 button:hover,
            .wrapper.style1 .button:hover {
                
            }

            .wrapper.style1 input[type="submit"]:active,
            .wrapper.style1 input[type="reset"]:active,
            .wrapper.style1 input[type="button"]:active,
            .wrapper.style1 button:active,
            .wrapper.style1 .button:active {
             
            }

            .wrapper.style1 input[type="submit"].alt,
            .wrapper.style1 input[type="reset"].alt,
            .wrapper.style1 input[type="button"].alt,
            .wrapper.style1 button.alt,
            .wrapper.style1 .button.alt {
                background-color: transparent;
                box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
                color: #ffffff !important;
            }

                .wrapper.style1 input[type="submit"].alt:hover,
                .wrapper.style1 input[type="reset"].alt:hover,
                .wrapper.style1 input[type="button"].alt:hover,
                .wrapper.style1 button.alt:hover,
                .wrapper.style1 .button.alt:hover {
                    background-color: rgba(255, 255, 255, 0.075);
                }

                .wrapper.style1 input[type="submit"].alt:active,
                .wrapper.style1 input[type="reset"].alt:active,
                .wrapper.style1 input[type="button"].alt:active,
                .wrapper.style1 button.alt:active,
                .wrapper.style1 .button.alt:active {
                    background-color: rgba(255, 255, 255, 0.2);
                }

                .wrapper.style1 input[type="submit"].alt.icon:before,
                .wrapper.style1 input[type="reset"].alt.icon:before,
                .wrapper.style1 input[type="button"].alt.icon:before,
                .wrapper.style1 button.alt.icon:before,
                .wrapper.style1 .button.alt.icon:before {
                    color: #d0b5cc;
                }

            .wrapper.style1 input[type="submit"].special,
            .wrapper.style1 input[type="reset"].special,
            .wrapper.style1 input[type="button"].special,
            .wrapper.style1 button.special,
            .wrapper.style1 .button.special {
                background-color: #ffffff;
                color: #8a4680 !important;
            }

        .wrapper.style1 label {
            color: #ffffff;
        }

        .wrapper.style1 input[type="text"],
        .wrapper.style1 input[type="password"],
        .wrapper.style1 input[type="email"],
        .wrapper.style1 select,
        .wrapper.style1 textarea {
            background: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

            .wrapper.style1 input[type="text"]:focus,
            .wrapper.style1 input[type="password"]:focus,
            .wrapper.style1 input[type="email"]:focus,
            .wrapper.style1 select:focus,
            .wrapper.style1 textarea:focus {
                border-color: #ffffff;
                box-shadow: 0 0 0 1px #ffffff;
            }

        .wrapper.style1 .select-wrapper:before {
            color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 input[type="checkbox"] + label,
        .wrapper.style1 input[type="radio"] + label {
            color: #e2d1df;
        }

            .wrapper.style1 input[type="checkbox"] + label:before,
            .wrapper.style1 input[type="radio"] + label:before {
                background: rgba(255, 255, 255, 0.075);
                border-color: rgba(255, 255, 255, 0.25);
            }

        .wrapper.style1 input[type="checkbox"]:checked + label:before,
        .wrapper.style1 input[type="radio"]:checked + label:before {
            background-color: #ffffff;
            border-color: #ffffff;
            color: #8a4680;
        }

        .wrapper.style1 input[type="checkbox"]:focus + label:before,
        .wrapper.style1 input[type="radio"]:focus + label:before {
            border-color: #ffffff;
            box-shadow: 0 0 0 1px #ffffff;
        }

        .wrapper.style1 ::-webkit-input-placeholder {
            color: #d0b5cc !important;
        }

        .wrapper.style1 :-moz-placeholder {
            color: #d0b5cc !important;
        }

        .wrapper.style1 ::-moz-placeholder {
            color: #d0b5cc !important;
        }

        .wrapper.style1 :-ms-input-placeholder {
            color: #d0b5cc !important;
        }

        .wrapper.style1 .formerize-placeholder {
            color: #d0b5cc !important;
        }

        .wrapper.style1 ul.alt li {
            border-top-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 header p {
            color: #d0b5cc;
        }

        .wrapper.style1 table tbody tr {
            border-color: rgba(255, 255, 255, 0.25);
        }

            .wrapper.style1 table tbody tr:nth-child(2n + 1) {
                background-color: rgba(255, 255, 255, 0.075);
            }

        .wrapper.style1 table th {
            color: #ffffff;
        }

        .wrapper.style1 table thead {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 table tfoot {
            border-top-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 table.alt tbody tr td {
            border-color: rgba(255, 255, 255, 0.25);
        }

    

        .wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
            color: #000;
        }

        .wrapper.style2 a {
            color: #8a4680;
        }

        .wrapper.style2 strong, .wrapper.style2 b {
            color: #000;
        }

        .wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
            color: #000;
        }

        .wrapper.style2 blockquote {
            border-left-color: rgba(0, 0, 0, 0.15);
        }

        .wrapper.style2 code {
            background: rgba(0, 0, 0, 0.075);
            border-color: rgba(0, 0, 0, 0.15);
        }

        .wrapper.style2 hr {
            border-bottom-color: rgba(0, 0, 0, 0.15);
        }

        .wrapper.style2 .box {
            border-color: rgba(0, 0, 0, 0.15);
        }

       

           

                .wrapper.style2 input[type="submit"].alt.icon:before,
                .wrapper.style2 input[type="reset"].alt.icon:before,
                .wrapper.style2 input[type="button"].alt.icon:before,
                .wrapper.style2 button.alt.icon:before,
                .wrapper.style2 .button.alt.icon:before {
                    color: #999999;
                }

           

            
        .wrapper.style2 label {
            color: #000;
        }

      

            .wrapper.style2 input[type="text"]:focus,
            .wrapper.style2 input[type="password"]:focus,
            .wrapper.style2 input[type="email"]:focus,
            .wrapper.style2 select:focus,
            .wrapper.style2 textarea:focus {
                border-color: #8a4680;
                box-shadow: 0 0 0 1px #8a4680;
            }

        .wrapper.style2 .select-wrapper:before {
            color: rgba(0, 0, 0, 0.15);
        }

        .wrapper.style2 input[type="checkbox"] + label,
        .wrapper.style2 input[type="radio"] + label {
            color: #a6a6a6;
        }

           


        .wrapper.style2 input[type="checkbox"]:focus + label:before,
        .wrapper.style2 input[type="radio"]:focus + label:before {
            border-color: #8a4680;
            box-shadow: 0 0 0 1px #8a4680;
        }

        .wrapper.style2 ::-webkit-input-placeholder {
            color: #999999 !important;
        }

        .wrapper.style2 :-moz-placeholder {
            color: #999999 !important;
        }

        .wrapper.style2 ::-moz-placeholder {
            color: #999999 !important;
        }

        .wrapper.style2 :-ms-input-placeholder {
            color: #999999 !important;
        }

        .wrapper.style2 .formerize-placeholder {
            color: #999999 !important;
        }

        .wrapper.style2 ul.alt li {
            border-top-color: rgba(0, 0, 0, 0.15);
        }

        .wrapper.style2 header p {
            color: #999999;
        }

        .wrapper.style2 table tbody tr {
            border-color: rgba(0, 0, 0, 0.15);
        }

           

        .wrapper.style2 table th {
            color: #000;
        }

        .wrapper.style2 table thead {
            border-bottom-color: rgba(0, 0, 0, 0.15);
        }

      

   

@media screen and (max-width: 1280px) {

    .wrapper > .inner {
        width: 75rem;
    }
}

@media screen and (max-width: 980px) {

    .wrapper > .inner {
        width: 90%;
    }

    .wrapper.style3 {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {

    .wrapper {
        padding: 3rem 0 1rem 0;
    }
}
/* Type */

html {
    font-size: 13pt;
}

@media screen and (max-width: 1680px) {

    html {
        font-size: 11pt;
    }
}

@media screen and (max-width: 1280px) {

    html {
        font-size: 11pt;
    }
}

@media screen and (max-width: 980px) {

    html {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {

    html {
        font-size: 12pt;
    }
}

@media screen and (max-width: 480px) {

    html {
        font-size: 12pt;
    }
}

body {
    background-color: #fff;
    color: #444;
}

body, input, select, textarea {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
}

a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2rem 0;
}

    p.special {
        text-transform: uppercase;
        font-size: .75rem;
        font-weight: 300;
        margin: 0 0 .5rem 0;
        padding: 0 0 1rem 0;
        letter-spacing: .25rem;
    }

        p.special:after {
            content: '';
            position: absolute;
            margin: auto;
            right: 0;
            bottom: 0;
            left: 0;
            width: 50%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.125);
        }

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.35rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.7rem;
}

sub {
    font-size: 0.8rem;
    position: relative;
    top: 0.5rem;
}

sup {
    font-size: 0.8rem;
    position: relative;
    top: -0.5rem;
}

blockquote {
    border-left: solid 4px;
    font-style: italic;
    margin: 0 0 2rem 0;
    padding: 0.5rem 0 0.5rem 2rem;
}

code {
    border-radius: 2px;
    border: solid 1px;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

    pre code {
        display: block;
        line-height: 1.75;
        padding: 1rem 1.5rem;
        overflow-x: auto;
    }

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2rem 0;
}

    hr.major {
        margin: 3rem 0;
    }

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

input, select, textarea {
    color: #555;
}

a {
    text-decoration: none;
    color: #8a4680;
}

strong, b {
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
}

blockquote {
    border-left-color: rgba(144, 144, 144, 0.25);
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-color: rgba(144, 144, 144, 0.25);
}

hr {
    border-bottom-color: rgba(144, 144, 144, 0.25);
}
