@import "../bootstrap/css/bootstrap.min.css";

body
{
    background: url('../img/bg.jpg') repeat;
    color: #bcbcbc;
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

input
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='text'], input[type='password']
{
    width: 250px;
    height: 30px;
}

table
{
    border-collapse: separate;
}

td
{
    vertical-align: top;
}

img, a img
{
    border: none;
    max-width: none;
}

a, a:visited, a:active, a:link
{
    color: #a6c7d7;
    text-decoration: none;
}

a:hover, a:hover:focus
{
    color: #bcd380;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

.allow-list ul, .allow-list ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

.allow-list ol li {
    list-style-type: decimal;
}

.allow-list ul li {
    list-style-type: disc;
}

.allow-list p {
    margin:1em 0;
}

.fb-container {
    width:256px;
    height:350px;
    float:right;
    margin-left: 35px;
}

@media (max-width: 1400px)
{
    .homeStats {
        float:none !important;
        margin: 40px auto !important;
    }
    .fb-container {
        margin:0 auto;
        height: auto;
        float:none;
    }
}

.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.formLabel
{
    text-align: right;
    margin-right: 20px;
    line-height: 30px;
}

#headerTopBg
{
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #090909;
    border-bottom: 1px solid #2b2b2b;
}

#headerTopWrap
{
    margin: 0 auto;
    min-width: 980px;
    max-width: 1424px;
    width: 90%;
    overflow: hidden;
}

#headerContentBg
{
    background: url('../img/actual.jpg') no-repeat center center;
    height: 265px;
    min-width: 980px;
}

#headerContentWrap
{
    margin: 0 auto;
    min-width: 980px;
    max-width: 1424px;
    width: 90%;
    overflow: hidden;
}

#headerBottomWrap
{
    margin: 0 auto;
    min-width: 980px;
    max-width: 1424px;
    width: 90%;
    height: 54px;
    position: relative;
}

#headerBottomContentWrap
{
    background: #131313 url('../img/bgMenu.png') repeat-x;
    border: 1px solid #090909;
    border-radius: 8px;
    height: 44px;
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    padding: 0 2px;
}

#headerBottomContent
{
    border: 1px dotted #1b1b1b;
    border-bottom: none;
    border-radius: 8px;
    height: 31px;
    padding: 6px 1px;
    width: 100%;
    margin-left: -2px;
}

#headerBottomContent:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.bar {
    color: #505050 !important;
    text-align:center !important;
    font-weight:bold;
}

.progress {
    height:12px !important;
    line-height:12px !important;
    margin-bottom:0 !important;
    background-image: linear-gradient(to bottom, #717171, #f9f9f9) !important;
}

#logo
{
    position: absolute;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%) rotateX(0deg);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/actual.png");
    image-rendering: crisp-edges;
    transition: all 0.5s cubic-bezier(0,1.47,0.26,1.47)
}

#logo:hover {
    transform: translateX(-50%) rotateX(20deg);
    -webkit-filter: drop-shadow(0 3px 0 #494d57);
    filter: drop-shadow(0 3px 0 #494d57)
}

.menuDropDownItems {
    padding-top: 39px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background: url('../img/hover.png') no-repeat !important;
}

#menu
{
    float: left;
    margin: 0;
}

.topMenu
{
    float: left;
}

.topMenu > li
{
    float: left;
    margin: 0 0 0 2px;
}

.topMenu li
{
    position: relative;
}

.topMenu li ul
{
    display: none;
    top: 32px;
    left: 0;
    position: absolute;
    z-index: 9999;
    background: #202020;
    border: 1px solid #272727;
    border-top: 0;
    font-size: 11px;
    min-width: 140px;
    box-shadow: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-radius: 0 0 4px 4px;
}

.topMenu li:hover ul
{
    display: block;
}

.topMenu li li
{
    padding: 0;
    border: 0;
    background: none transparent;
    min-width: 150px;
}

.topMenu li li a
{
    display: block;
    padding: 8px 10px;
    color: #fff;
    font-size: 11px;
    background: #1d1d1d;
}


.topMenu li li:hover a, .topMenu li li.active a
{
    background: #242424;
}

.topMenu > li > a
{
    font-size: 11px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    color: #bcbcbc;
    display: block;
    outline: none;
    padding: 8px 12px;
}


.topMenu li:hover > a, .topMenu li.active > a {
    color: #ffffff;
    background-color: #090909;
    border-top: 1px solid #040404;
    border-bottom: 1px solid #1a1a1a;
    border-radius: 7px;
    padding: 7px 12px;
    position: relative;
}

.sortedTable td {
    cursor:pointer;
}

.largeChart {
    width:1000px;
    height:320px;
    margin:10px auto;
}

.autoChart {
    height:auto;
    margin:10px auto;
}

.smallChart {
    width:300px;
    margin:10px auto;
}

.dot {
    display:block;
    float:left;
    margin-right:5px;
    height:12px;
    width:12px;
    border-radius:12px;
    cursor:pointer;
}

.moneyPlus {
    color:rgb(38,134,0);
    font-weight:bold;
}

.moneyMinus {
    color:rgb(245, 0, 0);
    font-weight:bold;
}

.moneyNeutral {
    color:rgb(89, 89, 89);
}

.biz-dot {
    background:rgba(0,179,0,1);
}

.bans-dot {
    background:rgba(206,0,0,1);
}

.mutes-dot {
    background:rgba(0,158,206,1);
}

.jails-dot {
    background:rgba(247,215,8,1);
}
.deathmatchs-dot {
    background: rgba(13, 37, 219, 1);
}

.suspends-dot {
    background:rgba(156,207,49,1);
}

.warns-dot {
    background:rgba(255,158,0,1);
}

.cheaters-dot {
    background:rgba(204, 102, 153, 1);
}

.reports-dot {
    background:rgba(127, 0, 255,1);
}

.lightblue-dot {
    background: rgba(222, 247, 255, 1);
}

.darkblue-dot {
    background: rgba(18, 80, 204, 1);
}

.green-dot {
    background:rgba(0, 179, 0, 1);
}

.bans {
    color:rgba(206,0,0,1);
}

.mutes {
    color:rgba(0,158,206,1);
}

.jails {
    color:rgba(247,215,8,1);
}

.suspends {
    color:rgba(156,207,49,1);
}

.warns {
    color:rgba(255,158,0,1);
}

.reports {
    color:rgba(127, 0, 255,1);
}

.adminstats {
    color:#FFF;
}

.star {
    vertical-align:sub;
    cursor: pointer;
}

.material-icons.md-11 { font-size: 11px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-80 { font-size: 80px; }

.material-icons.rotate-90 { transform: rotate(90deg); }
.material-icons.rotate--90 { transform: rotate(-90deg); }

.statsArea {
    float:left;
    width:245px;
    height:60px;
    margin:0 5px 10px 0;
    color:#FFF;
    font-size:11px;
    font-weight:bold;
}

@media only screen and (max-width: 600px) {
  .homeStats {
        width:600px;
        min-height:250px;
        margin: 10px 10px;
        float:left;
    }
}



.turfLegend {
    width:708px;
    margin:20px auto;
}

.turfGangList {
    width:236px;
    float:left;
    color:#fff;
    font-weight:bold;
}

.turfGangList .turfTitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
    padding:4px 6px;
}

.adminStatsLegend {
    color:#FFF;
}

#legend ul li {
    float:left;
    margin-left:20px;
    color:#fff;
    line-height:12px;
}

#contentWrap
{
    margin: 0 auto;
    min-width: 980px;
    max-width: 1424px;
    width: 90%;
    padding-bottom: 50px;
}

#bannedWarningWrapper
{
    height: 90px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    min-width: 980px;
    max-width: 1422px;
    width: 90%;
    background: url('../img/bg2.jpg') repeat;
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}

#bannedWarningContent
{
    height: 90px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    text-align:left;
    font-weight:bold;
    float:left;
}

#bannedIcon
{
    height:80px;
    float:left;
    margin: 0 0 0 100px;
}

#bannerWrap
{
    margin: 0 auto;
    padding: 20px 0;
    min-width: 980px;
    max-width: 1422px;
    width: 90%;
    background: url('../img/bg2.jpg') repeat;
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}

#bannerContent
{
    position: relative;
    width:90%;
    margin:auto;
    color:inherit;
    padding: 10px;
}

.subPageAddButton
{
    margin: 5px 0 0 0;
    width: 250px;
    height: 30px;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 10px;
    font-weight:bold;
    background:#7BA60D;
}

.subPageAddButton a
{
    display: block;
    width: 250px;
    height: 30px;
    line-height:30px;
    color:#FFFFFF;
}

.subPageAddButton a:hover, .subPageAddButton a:active
{
    color:rgba(97, 210, 212, 0.88);
}

.pageTitle
{
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #eaeaea;
    padding: 25px 15px;
}

#contentBox
{
    background: url('../img/bg2.jpg') repeat;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b ;
}

#contentMain
{
    padding-left: 150px;
}

#contentMain:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#leftSidebar
{
    float: left;
    width: 140px;
    margin-left: -150px;
}

#contentPage
{
    padding: 10px 10px 40px 10px;
    min-height: 1300px;
    background: url('../img/bg3.jpg') repeat;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #1f2021;
    min-width: 916px;
    margin-left: -150px;
}

.contentTabberPage
{
    position:relative;
}

#leftSidebar + #contentPage
{
    min-width: 766px;
    margin-left: 0;
    border-top-left-radius: 0;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#leftSidebar > ul
{
    width: 152px;
    background: url('../img/bg3_1.jpg') no-repeat;
    background-position: -873px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#leftSidebar ul li ul
{
    position: relative;
    width: 151px;
    background: url('../img/bgButton.png') repeat;
}

#leftSidebar ul li.active ul
{
    background: url('../img/bg3.jpg') no-repeat;
}


#leftSidebar ul li:hover ul
{
    background: url('../img/hover.png') no-repeat;
}

#leftSidebar ul li.active:hover ul
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 7px;
}

#leftSidebar ul li.first:hover ul
{
    border-top-left-radius: 5px;
}

#leftSidebar ul li.last:hover ul
{
    border-bottom-left-radius: 5px;
}

#leftSidebar ul li.prev:hover ul
{
    border-bottom-right-radius: 5px;
}

#leftSidebar ul li.next:hover ul
{
    border-top-right-radius: 5px;
}

#leftSidebar ul li.first ul li.menuItem
{
    border-top: 1px solid #121313;
}

#leftSidebar ul li.first ul li.leftMenuItem
{
    border-top: 1px solid #121313;
    border-top-left-radius: 5px;
}

#leftSidebar ul li.first ul li.rightMenuItem
{
    border-top: 1px solid #121313;
    width: 5px;
    right: 0;
}

#leftSidebar ul li.last ul li.menuItem
{
    border-bottom: 1px solid #121313;
}

#leftSidebar ul li.last ul li.leftMenuItem
{
    border-bottom: 1px solid #121313;
    border-bottom-left-radius: 5px;
    height: 37px;
    top: 0;
}

#leftSidebar ul li.last ul li.rightMenuItem
{
    border-bottom: 1px solid #121313;
    height: 37px;
    top: 0;
    width: 5px;
    right: 0;
}


#leftSidebar ul li ul li.menuItem
{
    width: 130px;
    height: 37px;
    color: #808080;
    font-size: 12px;
    margin: 0 5px 0 18px;
    border-bottom: 1px solid #121313;
    position: relative;
}

#leftSidebar ul li ul li.leftMenuItem
{
    display:block;
    height: 37px;
    position:absolute;
    top: 0;
    left: 0;
    width: 18px;
    border-left: 1px solid #121313;
    border-bottom: 1px solid #121313;
}

#leftSidebar ul li.dropDownItem ul li.leftMenuItem, #leftSidebar ul li.backButton ul li.leftMenuItem
{
    border-right: 1px solid #1f2021;
}

#leftSidebar ul li ul li.rightMenuItem
{
    display:block;
    height: 37px;
    position:absolute;
    top: 0;
    right: 0;
    width: 5px;
    border-bottom: 1px solid #121313;
    border-right: 1px solid #1f2021;
}

#leftSidebar ul li.active ul li.menuItem
{
    border-top: 1px solid #1f2021;
    border-bottom: 1px solid #1f2021;
}

#leftSidebar ul li.active ul
{
    z-index: 10;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#leftSidebar ul li.active ul li.leftMenuItem
{
    height: 37px;
    border-top: 1px solid #1f2021;
    border-left: 1px solid #1f2021;
    border-bottom: 1px solid #1f2021;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#leftSidebar ul li.prev ul li.rightMenuItem
{
    top: 0;
    border-right: 1px solid #1f2021;
    border-bottom: 1px solid #1f2021;
    border-bottom-right-radius: 5px;
    width: 5px;
    right: 0;
    z-index: 15;
}

#leftSidebar ul li.next ul li.rightMenuItem
{
    top: -1px;
    height: 37px;
    border-right: 1px solid #1f2021;
    border-top: 1px solid #1f2021;
    border-top-right-radius: 5px;
    width: 5px;
    right: 0;
    z-index: 15;
}

#leftSidebar ul li.prev ul li.menuItem
{
    border-bottom: none;
}

#leftSidebar ul li.prev ul li.leftMenuItem
{
    height: 41px;
    border-bottom: none;
}

#leftSidebar ul li.active ul li.rightMenuItem
{
    border-bottom: none;
    border-right: none;
}

#leftSidebar ul li.first.prev ul li.rightMenuItem
{
    top: 0;
}

#leftSidebar ul li.last.next ul li.rightMenuItem
{
    top: -1px;
    width: 5px;
    right: 0;
}

#leftSidebar ul li.last.active ul li.leftMenuItem
{
    top: 0;
}

#leftSidebar ul li.next ul li.leftMenuItem
{
    top: -4px;
    height: 41px;
}

#leftSidebar ul li.first.active ul li.leftMenuItem
{
    top: 0;
}

#leftSidebar ul li.first.active ul li.rightMenuItem
{
    border-top: 1px solid #1f2021;
}

#leftSidebar ul li.last.active ul li.rightMenuItem
{
    border-bottom: 1px solid #1f2021;
    height: 38px;
}

#leftSidebar ul li ul li i {
    line-height: 38px;
    font-size: 18px;
    cursor: pointer;
}

#leftSidebar ul li.next ul li i {
    line-height:46px;
}

#leftSidebar ul .dropDownSubItem ul li.menuItem a {
    color: #bcbcbc;
    padding-left: 15px;
    text-transform: capitalize;
}

#leftSidebar ul li ul li a, #leftSidebar ul li ul li a:active, #leftSidebar ul li ul li a:visited, #leftSidebar ul li ul li a:hover
{
    font-family: Arial;
    font-size: 11px;
    display: block;
    padding: 12px 11px;
    margin-left: 5px;
    outline: 0;
    color: #909090;
    position: absolute;
    top: -1px;
    left: -5px;
    height: 15px;
    width: 121px;
    z-index: 1000;
    text-transform: capitalize;
    font-weight:bold;
    cursor:pointer;
    user-select: none;
}

#leftSidebar i {
    user-select: none;
}

#leftSidebar ul li.active ul li a, #leftSidebar ul li.active ul li a:active, #leftSidebar ul li.active ul li a:hover, #leftSidebar ul li.active ul li a:visited
{
    color: #ffffff;
    font-weight: bold;
}

#leftSidebar ul li:hover ul li a, #leftSidebar ul li:hover ul li a:active, #leftSidebar ul li:hover ul li a:hover, #leftSidebar ul li:hover ul li a:visited, #leftSidebar ul li.activeSection ul li.menuItem a
{
    color: #ffffff;
}

.subPageContainer
{
    overflow: hidden;
}

.subPageTitle
{
    font-family: 'Source Sans Pro', sans-serif;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
}

.subPageTitleLeft
{
    font-family: 'Source Sans Pro', sans-serif;
    float: left;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
}

#userHeader
{
    float: right;
    font-size: 11px;
    line-height: 31px;
    height: 31px;
    margin-right: 10px;
    background-color: #090909;
    border-top: 1px solid #040404;
    border-bottom: 1px solid #1a1a1a;
    border-radius: 7px;
    position: relative;
}

#userHeader a
{
    color: #ffffff;
    float: left;
    padding: 0 12px;
    line-height: 31px;
    outline: none;
    height: 31px;
}

#userHeader a:hover
{
    background: #232323;
}

#profileImg
{
    border-right: 1px solid #101010;
}

#profileName
{
    border-left: 1px solid #040404;
    border-right: 1px solid #101010;
}

#profileNotifications
{
    border-left: 1px solid #040404;
    border-right: 1px solid #101010;
}

.notificationsButton
{
    position: relative;
}

#userHeader .notificationsButton:hover
{

}

.notificationsCount
{
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background-color: #ff1515;
    font-size: 9px;
    padding: 1px 2px;
    line-height: normal;
    display: block;
    border-radius: 6px;
    font-weight: bold;
}

#profileSignOut
{
    border-left: 1px solid #040404;
}

#userHeader img
{
    vertical-align: middle;
}

#userHeader ul
{
    overflow: hidden;
}

#userHeader ul li
{
    margin: 0;
    padding: 0;
    float: left;
}

.lastNotificationsBox
{
    position: absolute;
    display: none;
    right: 0;
    top: 37px;
    background: #090909;
    padding: 5px 0 0 0;
    border: 1px solid #1b1b1b;
    border-top: none;
    z-index: 1000;
    width: 300px;
    -webkit-transform: translate3d(0,0,0);
}

.lastNotificationsTop
{
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #999999;
}

.lastNotificationsBottom
{
    padding: 5px;
    margin-top: 5px;
    border-top: 1px solid #999999;
}

.lastNotificationsMarkAllAsReadLink, .lastNotificationsMarkAllAsReadLink:active, .lastNotificationsMarkAllAsReadLink:visited, .lastNotificationsMarkAllAsReadLink:hover, .lastNotificationsMarkAllAsReadLink:link
{
    display: block;
    text-align: center;
}

.lastNotificationsTitle
{
    font-size: 15px;
    float: left;
}

.lastNotificationsLink
{
    float: right;
}

#userHeader .lastNotificationsBox .lastNotificationsLink a
{
    line-height: 17px;
}

#userHeader .lastNotificationsBox .lastNotificationsNotification
{
    display: block;
    margin: 2px;
}

#userHeader .lastNotificationsBox .lastNotificationsNotification.unread
{
    background: #171717;
}

#userHeader .lastNotificationsBox .lastNotificationsNotification:hover
{
    background: #232323;
}

.lastNotificationsIcon
{
    float: left;
    width: 24px;
    height: 35px;
    margin:0 2px;
    padding: 4px 5px 0 5px;
}

.lastNotificationsIcon img
{
    width: 35px;
    height: 35px;
}

#userHeader .lastNotificationsBox
{
    line-height: normal;
}

#userHeader .lastNotificationsBox a
{
    float: none;
    padding: 0;
    line-height: normal;
    height: auto;
}

#userHeader .lastNotificationsBox a:hover
{
    background: none;
}

.lastNotificationContent
{
    overflow: hidden;
    margin-left: 5px;
    padding-top:2px;
}

.lastNotificationTime
{
    color: #666666;
}

.factionSearchTd
{
    padding:10px;
}

.factionSearchTd:first-child
{
    font-weight:bold;
    color:#FFFFFF;
}

.leftPaddedTd
{
    padding-left:40px;
}

.leftPaddedTdBig
{
    padding-left:75px;
}

.tableFull
{
    margin: 20px 0;
    padding: 0 10px;
    overflow: hidden;
}

.notificationsTable td
{
    vertical-align: middle;
}

.notificationsTable .unread td
{
    background: #171717;
}

.tableLabel
{
    margin: 10px;
    font-weight: bold;
}

.tableSubtotal
{
    margin: 10px;
    text-align: right;
}

.fullTable
{
    background-color: #090909;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #050505;
    border-bottom: 1px solid #050505;
    text-align: center;
    font-family: Arial;
    color: #909090;
}

.fullTable td
{
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
}

.fullTable tr:hover
{
    background: rgba(159,164,166,.1);
}

.fullTable tr:hover:first-child
{
    background: url('../img/tableHeaderBg.png') repeat;
}

.td-bottom {
    border-bottom:1px solid rgba(89,89,89,.5);
}

.fullTable .headerRow + tr td
{
    padding-top: 5px;
    border-top: 1px solid #0f0f0f;
}

.fullTable .headerRow td
{
    height: 25px;
    line-height: 25px;
    background: url('../img/tableHeaderBg.png') repeat;
    border-left: 1px solid #0f0f0f;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #050505;
}

.fullTable .headerRow .firstTd
{
    border-top-left-radius: 6px;
    border-left: none;
}

.fullTable .headerRow .lastTd
{
    border-top-right-radius: 6px;
    border-right: none;
}

.vTable
{
    background-color: #090909;
    border-top: 1px solid #050505;
    border-bottom: 1px solid #050505;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    border-radius: 7px;
    color: #909090;
    overflow: hidden;
}

.vTable .headerTd
{
    border-top: 1px solid #0f0f0f;
    border-right: 1px solid #0f0f0f;
    border-bottom: 1px solid #030303;
    border-left: none;
    background: #090909 url('../img/tableHeaderBg.png') repeat;
    width: 150px;
}

.vTable td
{
    height: 22px;
    line-height: 22px;
    padding: 5px;
    border-left: 1px solid #050505;
}

.generalRight
{
    margin-top: 55px;
    width: 407px;
    float: right;
}

.generalLeft
{
    margin-top: 55px;
    width: 407px;
    float: left;
}

.generalRightTable
{
    width: 407px;
}

.pagination a
{
    display:inline-block;
    padding:0 6px;
    margin:0 3px;
    color:#FFFFFF !important;
    border-radius:5px;
    text-transform: uppercase;
    background: #232323;
    line-height: 20px;
    font-weight: bold;
    font-size: 10px;
}

.pagination a:hover, .pagination a:active, .current_page
{
    background:#7BA60D !important;
}

.showJumper
{
    display:inline-block;
    padding:0 6px;
    margin:0 3px;
    color:#FFFFFF;
    border-radius:5px;
    line-height: 20px;
    font-weight: bold;
    font-size: 11px;
}

#wrapper
{
    margin: 0 auto 30px auto;
    width: 700px;
}

#wrapper:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#FactionWrapper
{
    margin: 0 auto 30px auto;
    width: 480px;
    overflow: hidden;
}

#skin
{
    float: left;
    background: url('../img/skinBg.png') no-repeat;
    margin-top:20px;
    width: 273px;
    height:444px;
}

.skinImg
{
    width: 220px;
    margin: 0 auto;
    display: block;
}

.generalNormalTable
{
    float: left;
    margin-top: 20px;
    width: 340px;
}

.generalNormalTableSingle
{
    margin-top: 20px;
    width: 480px;
}

#generalTableWrapper
{
    margin: 0 auto 30px auto;
    width: 700px;
    overflow: hidden;
}

#generalTableLeft
{
    float: left;
    width: 340px;
}

#generalTableRight
{
    margin-left: 20px;
    float: left;
    width: 340px;
}

.firstRow .headerTd
{
    border-top: none;
    border-top-left-radius: 6px;
}

.lastRow .headerTd
{
    border-bottom: none;
    border-bottom-left-radius: 6px;
}

tr.active
{
    background: rgba(159,164,166,.1);
    font-weight: bold;
}

#licensesWrap
{
    width: 700px;
    margin: 0 auto;
}

#licenses
{
    margin-left: -10px;
    overflow: hidden;
    font-size: 13px;
    color: #909090;
}

.lic
{
    float: left;
    margin-left: 7px;
    background-color: #090909;
    border-top: 1px solid #040404;
    border-bottom: 1px solid #1a1a1a;
    border-radius: 7px;
    width: 105px;
    height: 80px;
    padding: 5px 2px 15px 2px;
    text-align: center;
}

.licIcon
{
    height: 30px;
    text-align: center;
}

.carlic
{
    padding-top: 7px;
    height: 23px;
}

.boatlic
{
    padding-top: 2px;
    height: 28px;
}

.fishlic
{
    padding-top: 6px;
    height: 24px;
}

.gunlic
{
    padding-top: 8px;
    height: 22px;
}

.matslic
{
    padding-top: 3px;
    height: 27px;
}

#footer
{
    color: #b8b8b8;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    font-size: 11px;
    overflow: hidden;
    padding: 20px 0;
}

#footerLeft
{
    float: left;
    width: 230px;
}

#footerCenter
{
    text-align: center;
    margin: 0 auto;
    height: 51px;
    width: 488px;
}

#footerRight
{
    float: right;
    width: 200px;
}

#copyright
{
    margin-top: 0;
    line-height: 17px;
    text-align: right;
}

.userPhoto
{
    display: block;
    position: relative;
    height: 31px;
    width: auto;
    margin: 0 -8px;
}

.onlinePhoto
{
    height: 22px;
    width: auto;
    margin:0 8px;
}

.userPhoto.small
{
    height: 25px;
}

.generalTableVehicle
{
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    width: 232px;
}

.generalVehicleTable
{
    float: left;
    margin-top: 10px;
    width: 237px;
}

.generalVehicleTable .headerTd
{
    width: 120px;
}

.firstTable
{
    margin-left: 5px;
}

#trafic
{
    padding-top: 13px;
}

.as-list
{
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    z-index: 1000;
}

.inputSearchSuggestion
{
    position: relative;
    width: 200px;
}

#searchPlayerName
{
    display:block;
    width: 200px;
    margin: 0;
}

#searchPlayerId, #searchPlayerEmail, #searchPlayerPhone
{
    display:block;
    width: 200px;
}

.as-results
{
    position: absolute;
    top: 0;
    left: 0;
}

.as-results a, .as-results a:active, .as-results a:hover, .as-results a:visited
{
    display: block;
    color: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.as-result-item
{
    border-bottom: 1px solid #000000;
}

.as-result-item:hover
{
    background-color: #eaeaea;
}

.bizImgContainer, .houseImgContainer {
    position: relative;
    width: 100%;
    overflow:hidden;
    border-radius:5px 5px 0 0;
}

.bigCarImgContainer {
    position: relative;
    width: 100%;
    overflow:hidden;
    border-radius:5px 5px 0 0;
}

.offeredGoods {
    margin-bottom:6px;
}

.offeredGoods li {
    padding:2px 8px;
}

.bigCarImgContainer img {
    width:100%;
}

.houseImg, .jobImg, .bizImg {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.skinImgContainer {
    position:relative;
    background: url('../img/skinBg.png') no-repeat;
    height:444px;
}

.smallEconomyPreview {
    width:60px;
    overflow:hidden;
    margin-bottom:5px;
}

.mediumEconomyPreview {
    height: 127px;
    width: 232px;
    background: url('../img/vehicleBg.png') no-repeat center center;
    overflow:hidden;
}

.vehiclesContainer, .skinsContainer
{
    text-align: center;
    overflow: hidden;
    max-width:1008px;
    margin:auto;
}

.vehicleBox {
    float:left;
    width:232px;
    margin:10px;
}

.businessBox {
    float:left;
    width:232px;
    height:270px;
    margin:10px;
}

.vehicleImgContainer
{
    position: relative;
    height: 127px;
    width: 232px;
    background: url('../img/vehicleBg.png') no-repeat center center;
}

.vehicleImg {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.vehicleColor {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border: 1px solid #000000;
    float: left;
}

.vehicleColors {
    position: absolute;
    top: 10px;
    right: 10px;
}

.vehicleColors:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div.centerbox-outer{
    float: left;
    left: 50%;
    position: relative;
}

div.centerbox-inner{
    float: left;
    position: relative;
    right: 50%;
}

.normalTextBox {
    background-color: #090909;
    border-radius: 7px;
    padding: 10px;
    margin: 0 10px 20px 10px;
}

.normalButton, .normalButton:hover, .normalButton:active, .normalButton:visited, .normalButton:link {
    display: table;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    background-color: #121212;
    border-top: 1px solid #040404;
    border-bottom: 1px solid #1a1a1a;
    color: #ffffff;
    border-radius: 7px;
    margin: 15px 0;
    border-left: none;
    border-right: none;
    outline: none;
}

.normalButton:hover {
    background-color: #262626;
}

.pmButton {
    display: inline;
    padding: 1px 5px;
    color: #ffffff !important;
    border-radius: 7px;
    outline: none;
    background:#7BA60D;
}

.pmButton:hover, .pmButton:active {
    background-color: #9dd411;
    color:#ffffff;
}

.tooltipsterCustom td {
    line-height:16px;
    padding:10px 5px 0 5px;
    border-bottom:1px solid rgba(255,255,255,.6);
    vertical-align: bottom;
    width:100px;
}

.tooltipsterCustom tr:nth-child(2) td {
    font-size:15px;
    font-weight:bold;
    border-bottom:none;
}

.tooltipsterCustom tr:last-child td, .tooltipsterCustom tr:first-child td, .tooltipsterCustom tr:last-child td {
    border-bottom:none;
}

.tooltipsterCustom tr:last-child td img {
    width:30px;
    height:30px;
}

.tooltipsterCustom .leftAligned {
    text-align:left;
}

.tooltipsterCustom .rightAligned {
    text-align:right;
}

.tooltipsterCustom .centerAligned {
    text-align:center;
}

.achTooltipTitle {
    font-size:15px;
    font-weight:bold;
    font-family: 'Source Sans Pro', sans-serif;
}

.smallSkinImg {
    height:160px;
    margin: 0 auto;
    display: block;
    padding:5px 5px;
}

.map {
    width: 710px;
    height: 710px;
    display: block;
    position: relative;
    background: url('../img/san-andreas.jpg') no-repeat center center;
    margin: 80px auto 0 auto;
}

.map2000 {
    width: 1200px;
    height: 1200px;
    display: block;
    position: relative;
    background: url('../img/san-andreas2000.png') no-repeat center center;
    background-size: 1200px 1200px;
    margin: 80px auto 0 auto;
}

.patrat {
    border: 1px solid #000000;
    background-color: #FF0000;
    position: absolute;
    width: 8px;
    height: 8px;
    font-size: 0;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}

.pickup {
    border: 1px solid #ffffff;
    position: absolute;
    font-size: 0;
    top: 50%;
    left: 50%;
    opacity: 1;
    border-radius:50%;
}

.turf {
    border: 1px solid #ffffff;
    position: absolute;
    font-size: 0;
    top: 50%;
    left: 50%;
    opacity: 0.75;
}

.turf.attackable {
    cursor: pointer;
}

.turf.attackable:hover {
    opacity: 0.9;
}

.topTabs {
    position: absolute;
    top: -10px;
    right: 20px;
}

.topTabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topTabs ul li {
    float: left;
}

.topTabs ul li a, .topTabs ul li a:active, .topTabs ul li a:hover, .topTabs ul li a:visited, .topTabs ul li a:link {
    display: table;
    padding: 10px 10px;
    margin: 0 3px;
    background-color: #090909;
    border-bottom: 1px solid #1a1a1a;
    color: #909090;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative;
}

.topTabs ul li a:hover, .topTabs ul li a.active {
    color: #ffffff;
    background-color: #000000;
}

#pageContent {
    position: relative;
    padding: 20px;
}

.modal {
    color: #333333;
    font-size: 14px;
}

.bootbox-input {
    width: 514px;
}

.null, .null:active, .null:visited, .null:hover, .null:link, .null:focus {
    color: #333333;
}

.performance {
    font-size: 11px;
    line-height: normal;
}

.iconButton img {
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.iconButton:hover img {
    filter: alpha(opacity=100);
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.expandRow {
    cursor:pointer;
}

.expandLocked, .expandUnlocked {
    display:none;
}

.expandUnlocked td {
    padding: 8px 0 1px 0;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    background: radial-gradient(rgba(94, 156, 25, 0.7), rgba(14, 23, 3, 0.7) 75%);
}

.expandLocked td {
    padding: 8px 0 1px 0;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    background: radial-gradient(rgba(134, 20, 20, 0.7),rgba(23, 4, 4, 0.7) 80%);
}

.ach_unlocked {
    color:#00FF00;
    font-weight:bold;
}

.ach_locked {
    color:#FF0000;
    font-weight:bold;
}

.numberBullet {
    color: #FFFFFF;
    background-color: #7BA60D;
    padding: 3px 3px;
    margin-left: 3px;
    border-radius: 15px;
    font-weight: bold;
}

.badges {
    overflow: hidden;
    margin-bottom: 10px;
}

.badgeIcon {
    float: left;
    margin: 0 10px;
}

.report_badge {
    margin: 0 6px;
    padding: 2px 5px;
    border-radius:8px;
    color:#f4e5ff;
    font-weight:bold;
}

.admin_badge {
    background:#cc5200;
}

.reported_badge {
    background:#B20000;
}

.reporter_badge {
    background:#56326f;
}

.witness_badge {
    background:#305c9a;
}

.deleted_com {
    border:2px solid #903F3F;
}

.offer_rejected {
    font-weight:bold;
    color:#e74015;
}

.offer_accepted {
    font-weight:bold;
    color:#1bd427;
}

.sanctionExplanation {
    width:100%;
    height:200px;
}

.sanctionTable {
    width:90%;
}

.searchBox {
    float: right;
    margin: 15px 0;
    overflow: hidden;
}

.actionArea {
    float: right;
    margin: 15px 20px;
    overflow: hidden;
}

input[type='text'].searchInput {
    display: block;
    float: left;
    width: 200px;
    height: 25px;
    line-height: 25px;
    padding: 0  5px;
    color: #000000;
}

.filterSelect {
    float: left;
    height: 25px;
    line-height: 25px;
}

input[type='text'].placeholderContent {
    font-style: italic;
    color: #666666;
}

input[type='button'].searchButton {
    display: block;
    float: left;
    width: 90px;
    margin-left: 5px;
    height: 27px !important;
    margin-top: -1px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.hiddenArea {
    display:none;
}

.loginButton {
    display: block;
    width: 90px !important;
    margin: 0 auto;
    height: 27px;
	color: black;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

#devMessage {
    margin: 20px;
    background-color: #ffffff;
    border: 3px solid #faa732;
    color: #333333;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

input[type='text'].normalInput {
    width: 200px;
    margin: 0;
}

#clanAddForm td {
    vertical-align: middle;
    padding: 5px 0;
}

.viewUpdate, .viewUpdate:active, .viewUpdate:hover, .viewUpdate:visited, .viewUpdate:link {
    padding: 0 30px;
    position: relative;
}

span.new {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #ffffff;
    background-color: #ff1515;
    font-size: 7px;
    padding: 1px 2px;
    line-height: 7px;
    display: block;
    border-radius: 6px;
}

.editUpdateContentElement ul li ul {
    margin-left: 20px;
}

.editUpdateContentElement ul li:before {
    content: "•";
    color: #99ff99;
    margin-right: 8px;
    font-size: 15px;
}

.editUpdateContentElement ul li ul li:before {
    content: "-";
    color: #99ff99;
    margin-right: 8px;
    font-size: 15px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 400px;
    margin: 20px auto;
}

#attackTurf {
    color: #333333;
}

.attackTurfMembersContainer {
    width: 48%;
    float: left;

}

#attackTurfSelectedContainer {
    float: right;
}

.attackTurfMembers {
    border: 1px solid #dedede;
    margin: 0;
    padding: 5px 0 0 0;
    min-height: 400px;
}

.attackTurfMembers .member {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    cursor: move;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.viewWarTop {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.viewWarPlayersContainer {
    margin-top: 40px;
}

.viewWarPlayers {
    width: 49%;
    float: left;
}

#viewWarDefenderPlayers {
    float: right;
}

.one-half {
    width:47%;
    float:left;
}

.one-third {
    width:30%;
    float:left;
    margin-right:5%;
}

.one-third:nth-child(3n+1) {
    margin-right:0;
}

.one-full {
    width:50%;
    margin:auto;
}

.allianceHeader {
    text-align:center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:15px;
    font-weight:bold;
    color:#fff;
    margin-bottom:15px;
}

.normalTextarea {
    width: 100%;
    resize: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#292929 !important;
    color:white;
    border-color:#292929;
}

.normalTextarea.small {
    height: 90px;
}

.normalTextarea.big {
    height: 290px;
}

.requirements {
    padding-top: 20px;
}

.requirementsTitle {
    padding-top: 20px;
    color:#FFFFFF;
    font-weight:bold;
}

.applicationTitle {
    padding-top: 20px;
    color:#FFFFFF;
    font-weight:bold;
}

.reportTitle {
    padding-top: 20px;
    color:#FFFFFF;
    font-weight:bold;
}

.recoveryTitle {
    padding-top:10px;
    color:#FFF;
    font-weight:bold;
}

.recoveryAnswer {
    padding-bottom:10px;
    border-bottom:1px solid rgba(211,211,211,.3);
}

.comment {
    padding: 15px;
}

.commentLeft {
    width: 50px;
    float: left;
}

.commentRight {
    overflow: hidden;
}

.commentPhoto {
    display: block;
    width: auto;
}

.commentAuthor {
    float: left;
}

.commentText {
    margin-top: 25px;
}

.commentRemove {
    float: right;
}


.playerButtons, .playerFactionButtons {
    margin: 10px 0;
}

.reportPlayerButton, .reportPlayerFactionButton {
    height: 16px;
    line-height: 16px;
    display: inline-block;
}

.totalActivities {
    font-weight: bold;
    padding: 0 15px;
    font-size: 14px;
}

.factionActivitySelectedControl {
    margin-top: 15px;
    float: right;
}

.factionActivityRow.inactive {
    background: #202020;
}

.fullTable tr.factionActivityRow td {
    padding-top: 0;
}

.tabbedSubPageContainer {
    padding-top: 50px;
}

.expiredSanction td {
    opacity:.6;
    border-bottom:1px solid #903F3F;
    border-top:1px solid #903F3F;
}

.expiredSanction td:first-child {
    border-left:2px solid #903F3F;
}

.expiredSanction td:last-child {
    border-right:2px solid #903F3F;
}

.achievementBox {
    width:220px;
    height:260px;
    float:left;
    margin:10px 7px;
    text-align:center;
    position:relative;
}

.achievementExtended {
    height:300px;
}

.achievementTitle {
    font-size:18px;
    color:#ffd700;
    font-family: 'Fredericka the Great', cursive;
}

.achievementStats {
    color:#fff;
    font-size:11px;
}

.achievementCategoryBox {
    max-width:1170px;
    margin:auto;
}

.achievementCategory {
    overflow:hidden;
    background:#090909;
    height:auto;
}

.achievementProgress {
    width:100%;
    height:4px;
    background:rgba(255, 94, 0, .2);
}

.achievementProgressCompleted {
    background:rgba(255, 94, 0, .8);
    height:4px;
}

.achievementGeneralProgress {
    width:70%;
    float:left;
    height:13px;
    background:rgba(255, 94, 0, .2);
    border-radius:5px;
    border:1px solid rgba(255, 94, 0, .5);
    text-align:center;
    font-size:11px;
    line-height:13px;
    color:#FFF;
    position:relative;
    margin-top:3px;
}

.achievementGeneralProgressCompleted {
    background:rgba(255, 94, 0, .8);
    height:13px;
    border-radius:25px;
    position:absolute;
    top:0;
}

.achievementsSeparator {
    width:100%;
    height:4px;
    background:rgba(255, 94, 0, .2);
}

.achievementImg {
    width:160px;
    height:160px;
    margin:15px 30px;
}

.achievementBlocked {
    opacity:.35;
}

.achievementCategoryTitle {
    font-size:18px;
    text-align:center;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top:35px;
    cursor:pointer;
}

.achievementValueBox {
    position:absolute;
    left:95px;
    width:30px;
    height:20px;
    bottom:102px;
    border-radius:20px;
    border:2px solid rgba(249,230,186,.8);
    background:rgba(0,0,0,.7);
    color:#fff;
    opacity:1;
}

.gold {
    color:#ffd700;
}

.forSaleContainer {
    position:relative;
    overflow:visible !important;
}

.forSale img {
    height:100px;
}
.forSale {
    position:absolute;
    height:100px;
    top:1px;
    right:-105px;
    opacity:.8;
}

.forSaleProperty {
    position:absolute;
    left:-41px;
    top:10px;
    width:140px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.forSaleProperty div {
    height:28px;
    color:#33cc33;
    font-size:17px;
    line-height:28px;
    text-align:center;
    border:2px solid #33cc33;
    background:rgba(0,0,0,1);
    font-family: 'Fredericka the Great', cursive;
}

.notForSaleProperty {
    position:absolute;
    left:-47px;
    top:27px;
    width:180px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.notForSaleProperty div {
    height:28px;
    color:#ed100c;
    font-size:17px;
    line-height:28px;
    text-align:center;
    border:2px solid #ed100c;
    background:rgba(0,0,0,1);
    font-family: 'Fredericka the Great', cursive;
}

.adventDay {
    float:left;
    width:240px;
    height:240px;
}

.adventProgramTable {
    text-align:center;
    margin:auto;
}

.adventProgramTable td {
    padding:4px 8px;
}

.adventProgramTable td:first-child, .adventProgramTable tr:first-child {
    font-weight:bold;
}

.adventImgPreview {
    width:256px;
}

.pollTimer {
    display:block;
    width:40px;
    line-height:40px;
    text-align:center;
    margin:6px 10px;
    padding:10px;
    font-size:28px;
    float:left;
    background:#222229;
    color:#FFF;
    border-radius:6px;
}

#pollTimer {
    padding-bottom:30px;
}

.underTimer {
    font-size:10px;
    font-weight:bold;
    margin-top:-16px;
    margin-bottom:-7px;
}

.pollTitle {
    font-size:28px;
    color:#fff;
    text-align:center;
    padding:10px 0 30px;
}

.pollQuestion {
    font-size:18px;
    color:#fff;
    padding:15px 0 5px 20px;
}

.pollAnswer {
    color:#FF8F17;
    font-size:12px;
    font-weight:bold;
}

input[type="checkbox"] {
    margin-top:0;
}

.spoiler {
    display: none;
}

.rightDiv {
    float:right;
}

/*************** SWITCH BUTTON PLUGIN STYLE ***************/
.switch-button-label {
    float: left;

    font-size: 10pt;
    cursor: pointer;
}

.switch-button-label.off {
    color: rgba(206,0,0,1);
}

.switch-button-label.on {
    color: rgba(0, 179, 0, 1);
}

.switch-button-background {
    float: left;
    position: relative;

    background: #ccc;
    border: 1px solid #aaa;

    margin: 1px 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;

    left: -1px;
    top : -1px;

    background: #FAFAFA;
    border: 1px solid #aaa;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.headerAdminTable {
    text-align:center;
    margin:auto;
}

.headerAdminTd {
    font-weight:bold;
    min-width: 150px;
    color: #7a7af1;
}

.contentLog {
    position: relative;
    left: 20px;
    color: #FFFFFF;
}

.springProButton {
    margin: 5px 0 0 0;
    min-width: 250px;
    min-height: 30px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-weight:bold;
    background:#7BA60D;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 16px;
}

.springProButton a:hover, .springProButton a:active {
    color:rgba(97, 210, 212, 0.88);
}