﻿@font-face {
    font-family: Argentum Sans Bold;
    src: url(../Content/fonts/ArgentumSans-Light.ttf);   
}

@font-face {
    font-family: Myriad Pro Regular;
    src: url(../Content/fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF)
}

.dark {
    background-color: maroon;
}

.white {
    background-color: #fff;
}

#header {
    padding: 15px 0px;
}

.mt20 {
    margin: 25px 0px;
}

#logowrap {
    padding: 0;
    margin-right: 15px;
}

.navbar-nav > li {
    display: block;
}

.sidebaritems li {
    font-size: 16px;
}

.center {
    text-align: center;
    padding-left: 15%;
}

/*body {
    background-color: maroon;
}*/

#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;
}
.wd60 {
    width: 30%;
}
.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;
}
          
.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%;
        }

#recaptchaerror {
    color: red;
    display: none;
}
.lblblock {
    display: block !important;
    text-align: left;
    padding-left: 33px !important;
}
.licolor {
    background: #e31e24 !important;
    border-bottom: 1px solid #e31e24 !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: #e31e24 !important;
    border: #e31e24 !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
}
p.p5 {
        margin-top: -1%;
    }
#sidebar {
    font-family: Myriad Pro Regular !important;
}

.iconsdiv {
    padding-left: 51px;
}

.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: #e31e24 !important;
    border-color: #e31e24 !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;
}

.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;
    }


.tk-logo {
    display: table;
    margin: 0px auto;
}

.footer-icon-con img {
    width: 30px !important;
}

.footer-icon-con {
    display: flex;
    flex-wrap: wrap;
}