﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap");

@font-face {
    font-family: Argentum Sans Bold;
    src: url(../../fonts/argentum-sans/ArgentumSans-Light.ttf);
}

@font-face {
    font-family: Myriad Pro Regular;
    src: url(../../fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF);
}

.dark {
    background-color: maroon;
}

.logincontent {
    max-width: 1193px !important;
    background: #333333;
    padding: 40px 40px 10px 40px;
    border-radius: 20px;
    color: white;
}

    .logincontent hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgb(255 255 255) !important;
    }

.white {
    background-color: #fff;
}

#header {
    padding: 15px 0px;
}

.mt20 {
    margin: 25px 0px;
}

.mt7 {
    margin-top: 7%;
}

.wd60 {
    max-width: 220px;
}

#logowrap {
    padding: 0;
    margin-right: 15px;
}

.navbar-nav > li {
    display: block;
}

.sidebaritems li {
    font-size: 16px;
}

.center {
    text-align: center;
    padding-left: 11%;
}

body {
    background-color: #c22f0d;
}

#navi .col-lg-12 > ul {
    margin: 0 auto;
    text-align: center;
    background: #23212a;
}

#navi .col-lg-12 a {
    color: #fff;
    font-weight: bold;
}

#navi .col-lg-12 .nav {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 6px;
}

    #navi .col-lg-12 .nav li a:hover, #navi .col-lg-12 .nav li a:focus {
        text-decoration: underline;
        background-color: inherit;
    }

#navi .col-lg-12 li {
    float: left;
}

#page .sidebaritems li {
    margin-top: 5px;
    border-bottom: 1px dotted #ccc;
    list-style: inside none none;
}

#page {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#membercontainer {
    min-height: 360px;
}

.frontlogo {
    margin-top: 10px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.imgw {
    max-width: 500px;
}

.lictable td, th {
    margin: 5px 15px;
    padding: 5px 15px;
}

.lictable img {
    vertical-align: middle;
}

a {
    color: maroon;
}

    a:hover {
        color: maroon;
        text-decoration: underline;
    }

.tableicon {
    height: 16px;
    cursor: pointer;
}

.decorated {
    overflow: hidden;
    text-align: left;
}

    .decorated > span {
        position: relative;
        display: inline-block;
    }

        .decorated > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 1px solid;
            border-bottom-color: #808080;
            width: 779px; /* half of limiter */
            margin: 0 20px;
        }

.decorated1 > span:after {
    left: 100%;
}

.decorated1 {
    overflow: hidden;
    text-align: left;
}

.logobg {
    background: #3f3c3c;
    padding-bottom: 1%;
}

.decorated1 > span {
    position: relative;
    display: inline-block;
}

    .decorated1 > span:after {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 1px solid;
        border-bottom-color: #808080;
        width: 808px; /* half of limiter */
        margin: 0 20px;
    }

    .decorated1 > span:after {
        left: 100%;
    }

.table-dark a {
    color: white;
}

#recaptchaerror {
    color: red;
    display: none;
}

/*#help h1 {*/
/*    font-size: 2.5rem;
    font-weight: 700;*/
/*font-family: "Montserrat", sans-serif;
}

#help p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding-left: 51px;
}*/

#help01 {
    padding: 10px;
}

/*#help01 h3 {*/
/*     font-size: 1.5rem;
        font-weight: 600;*/
/*font-family: "Montserrat", sans-serif;
    }

    #help01 .sup {
        font-size: 17px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        padding-left: 6px;
    }

    #help01 p {
        font-family: "Poppins", sans-serif;
        padding-left: 38px;
        font-size: 17px;
    }*/

#help h1::before {
    content: "";
    /* background-image: url('../logii/bg8/b5.png');*/
    background-repeat: no-repeat;
    /*  padding-left: 49px;*/
    font-size: 33px;
    background-size: 38px;
}

.icon01 h3::before {
    content: "";
    /*    background-image: url('../images/members/icon-2.png');*/
    /*  padding-left: 35px;*/
    background-repeat: no-repeat;
    font-size: 23px;
    background-size: 28px;
}

.icon02 h3::before {
    content: "";
    /*    background-image: url('../images/members/icon-3.png');*/
    /*padding-left: 35px;*/
    background-repeat: no-repeat;
    font-size: 23px;
    background-size: 28px;
}

.lblblock {
    display: block !important;
    text-align: left;
    padding-left: 33px !important;
}


.licolor {
    background: #007be9 !important;
    border-bottom: 1px solid #007be9 !important;
}

.anchercolor {
    color: #fff !important;
}

.namecolor {
    color: #979797 !important;
}

.fotterfixeddesign {
    position: absolute;
    bottom: 0;
    background: #333333;
}

tr:nth-child(odd) {
    background-color: #e1e1e1 !important;
    border: #e1e1e1 !important;
}

tr:nth-child(even) {
    background-color: #f4f4f4 !important;
    border: #f4f4f4 !important;
}

th {
    background-color: #01c7f7 !important;
    border: #233d97 !important;
}

table .textcolor {
    color: #212529 !important;
    font-weight: 400 !important;
}

.downloadbtncolor {
    background-color: black !important;
}

table {
    border: 1px solid #e1e1e1 !important;
    font-family: 'Argentum Sans Bold' !important;
}

h1, h3 {
    font-family: 'Argentum Sans Bold' !important;
}

h2 {
    font-family: 'Argentum Sans Bold' !important;
}

p {
    font-family: 'Argentum Sans Bold' !important
}

#sidebar {
    font-family: Myriad Pro Regular !important;
}

.iconsdiv {
    padding-left: 23px;
}

.iconswidth {
    width: 19%;
}

a {
    color: #135494 !important;
}

.texticon {
    margin-top: -8px !important;
    width: 41px !important
}

tr {
    border: 0px solid #f4f4f4 !important;
}

.btn.btn-primary {
    background: #007be9 !important;
    border-color: #007be9 !important;
}

.h5headdingMac {
    border-radius: 5px;
    padding: 1%;
    background: #34abe1 !important;
}

.h5headdingWindows {
    border-radius: 5px;
    padding: 1%;
    background: #34abe1 !important;
    margin-left: 11px;
}

.ancharcolor {
    color: white !important;
}

.margindesign {
    margin-bottom: 0px;
}

@media (min-width: 576px) {
    #content {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    #content {
        margin-top: 15px;
    }

    #sidebar .custom-menu {
        top: 5px;
    }
}

.logincontent {
    max-width: 1193px !important;
}

.proftext {
    position: absolute;
    right: 21px;
}

.tk-logo {
    display: table;
    margin: 0px auto;
}

.footer-icon-con img {
    width: 30px !important;
}

.footer-icon-con {
    display: flex;
    flex-wrap: wrap;
}
