/*
##  [ GLOBALS ]
##  
##  Default Font-Size: 14px
*/
@font-face {
    font-family: "Exo2";
    src: url(./fonts/Exo2-Regular.ttf);
}
@font-face {
    font-family: "Exo2";
    src: url(./fonts/Exo2-SemiBold.ttf);
    font-weight: bold;
}

body {
    font-family: "Exo2", Arial;
}
.fullHeight {
    background-color: #002F5F;
}
.contentBg {
    background-color: #FFF;
}
.sepDot {
    padding: 0 8px;
}

/*
##  [ DEVICES ]
*/
@media (max-width: 325px) {
    select {
        max-width: 280px !important;
    }
    .stageName {
        max-width: 145px;
    }
    .progressInfo {
        display: none;
    }
    .followUp {
        width: 135px !important;
    }
    .followUpName {
        max-width: 75px !important;
    }
    #liveAlpha,
    #liveAlphaR {
        display: none;
    }
    .stageKms {
        font-size: 0.9em !important;
    }
}
@media (min-width: 321px) {
    select {
        max-width: 310px !important;
    }
    .stageName {
        max-width: 185px;
    }
}
@media (min-width: 376px) {
    .stageName {
        max-width: 210px;
    }
}
@media (max-width: 425px) {
    .statusCountRN,
    .statusCountRT {
        display: none !important;
    }
    .vehicleDescription,
    .teamSurname2 {
        display: none !important;
    }
    .vehicleDescriptionInline {
        display: inline-block !important;
    }
    #liveDetailContent {
        font-size: 0.9em !important;
    }
    #liveHashtagDetail {
        text-align: center;
    }
    #liveDetail {
        margin-top: 10px !important;
    }
    .smallArticle h4 {
        clear: both !important;
    }
    .recommendedArticles .newsArticle {
        padding: 0 20px 20px 20px !important;
    }
    .archiveResult .information {
        text-align: center;
    }
    .archiveResult .matching span {
        text-align: left;
    }
    .archiveResult .matching {
        display: block;
        margin-top: 5px;
        padding-left: 0px !important;
    }
    .onlineMenu .item a,
    .resultsHeader #submenu .item a {
        padding: 0 2px !important;
    }
    .raceHeader h1 {
        font-size: 1.2em !important;
    }
    .raceHeader.raceHeaderEvent h1 {
        font-size: 1.5em !important;
    }
    .raceSubHeader h2 {
        font-size: 1em !important;
    }
    .resultsHeader #submenu .item a {
        padding: 0 2px !important;
    }
}
@media (min-width: 450px) {
    .stageName {
        max-width: 260px;
    }
    .recommendedArticles .newsArticle {
        padding: 0 20% 20px 20% !important;
    }
}
@media (min-width: 550px) {
    .stageName {
        max-width: 360px;
    }
    .teamBlock {
        width: 60% !important;
    }
}
@media (max-width: 550px) {
    .liveItem {
        width: 25% !important;
    }
    .liveBarText {
        max-width: 80% !important;
    }
    .lastLiveContents {
        display: none !important;
    }
    .countdown .digits {
        min-width: 60px !important;
        max-width: 60px !important;
        padding: 2px 8px !important;
    }
    .countdown .digits .number,
    .countdown .colon {
        font-size: 2.4em !important;
        line-height: 1.1em !important;
    }
    .countdown .colon {
        line-height: 1.2em !important;
        margin: 0 !important;
    }
    .countdown .digits .label {
        font-size: 0.6em !important;
    }
    #siteBy {
        margin-top: 5px;
    }
    #siteBy .fontBold {
        display: inline !important;
        margin-left: 3px;
    }
    .newsCategoryElem {
        width: 80% !important;
    }
    .homeCategory {
        width: 45% !important;
    }
    .footer {
        text-align: center;
    }
}
@media (min-width: 640px) {
    .stageName {
        max-width: 450px;
    }
    .liveBarText {
        max-width: 55% !important;
    }
}
@media (min-width: 750px) {
    .recommendedArticles .newsArticle {
        padding: 0 25px !important;
    }
}
@media (max-width: 750px) {
    .onlineMenu {
        font-size: 1em !important;
        line-height: 30px !important;
    }
    #submenu {
        font-size: 1em !important;
    }
    #submenu .item a {
        padding: 0 10px !important;
    }
    #liveItemMoreText {
        display: none;
    }
    #liveItemMoreTextShort {
        display: inline !important;
    }
    .liveItem {
        width: 20%;
    }
    .archiveResultsTotal {
        float: none !important;
        margin-bottom: 3px;
        text-align: center !important;
    }
    .archiveResultsPages {
        text-align: center !important;
    }
    .featuredOnlineBox1 {
        font-size: 1.2em !important;
        width: 100% !important;
    }
    .featuredOnlineBox1 .image {
        float: none !important;
        width: 100% !important;
    }
    .featuredOnlineBox2,
    .featuredOnlineBox3,
    .featuredOnlineBox4 {
        width: 95% !important;
    }
    .featuredOnlineBox img {
        width: 200px !important;
    }
    .featuredContentBox .image,
    .featuredContentBox .information {
        width: 80% !important;
    }
    .featuredContentBox .information {
        padding-top: 8px;
    }
    .featuredContent h5 {
        font-size: 1.3em !important;
        margin: 3px 0 !important;
    }
}
@media (min-width: 450px) and (max-width: 559px) {
    .galleryBox {
        width: 80%;
    }
}
@media (min-width: 560px) and (max-width: 767px) {
    .galleryBox {
        width: 60%;
    }
}
@media (min-width: 600px) and (max-width: 970px) {
    .homeAgendaBox {
        float: left;
        width: 45%;
    }
}
@media (min-width: 970px) {
    .stageName {
        max-width: 260px;
    }
    .liveBarText {
        max-width: 65% !important;
    }
    .teamBlock {
        width: 100% !important;
    }
    .smallArticle h4 {
        clear: both !important;
    }
    .smallArticle .subtitle {
        font-size: 1.1em !important;
    }
    .newsCategoryElem {
        width: 25% !important;
    }
    .barMenuButton {
        display: none;
    }
    .mobileMenu {
        display: none;
    }
}
@media (max-width: 970px) {
    .publiTitle {
        text-align: center;
    }
    .smallArticle h4 a {
        font-size: 1.4em !important;
    }
    .previewImage {
        cursor: default !important;
    }
    .archiveResultImage {
        float: none !important;
        text-align: center !important;
    }
    .archiveResultImage img {
        max-height: 150px !important;
        margin: 5px auto !important;
    }
    .followUpStop {
        display: flex !important;
        font-size: 1.2em !important;
        width: 100% !important;
    }
    .homeSeeMore {
        display: block !important;
    }
    .homeSeeMoreColumn {
        width: 100% !important;
    }
    .homeTopArticle {
        margin: 10px 0;
    }
    .headerMenuBar,
    .normalMenu {
        display: none;
    }
    .headerMenuBar {
        margin-top: 5px;
    }
    .headerMenuBar .active {
        background-color: #84754E;
        border-width: 0;
    }
    .barMenuButton {
        display: block;
    }
    .logoATM img {
        height: 75px !important;
    }
    .onlineLogo,
    .raceHeader,
    .resultsHeader .floatLeft {
        float: none !important;
        text-align: center;
    }
    .onlineLogo img {
        max-width: 150px !important;
    }
    .onlineSocial .langFlags,
    .onlineSocial .socialMargin,
    .onlineSocial .socialButton,
    .socialMargin .socialButton {
        display: inline-block;
        margin: 1px 5px;
        text-align: center;
    }
    .onlineSocial .langFlags img,
    .fb_iframe_widget span 
    {
        vertical-align: baseline !important;
    }
    .galleryImageHeader,
    .socialMargin {
        text-align: center;
    }
    #liveHashtag {
        display: none !important;
    }
}
@media (max-width: 992px) {
    .resultsHeaderLabels {
        display: none;
    }
    .resultsHeaderBlock,
    .resultsHeaderData,
    .resultsLabelsMobile {
        float: none !important;
        text-align: center;
    }
    .resultsHeaderData .resultsHeaderElem {
        display: inline-block;
    }
    .resultsHeaderElem {
        margin: 8px 5px 0 5px;
    }
    .resultsTableContainer {
		overflow-x: scroll;
	}
    .resultsTable {
        white-space: nowrap;
    }
    .tableTopHeader th:first-child {
        background-image: url("../img/HorizontalScroll.png");
        background-position: left;
        background-repeat: no-repeat;
        background-size: 70px 26px;
    }
    .articleContent table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
	}
    .specialStage h5 {
        font-size: 1.5em !important;
    }
}
@media (min-width: 992px) {
    .resultsLabelsMobile {
        display: none;
    }
}
@media (min-width: 990px) and (max-width: 1200px) {
    .onlineMenu {
        font-size: 1em !important;
        line-height: 30px !important;
    }
    .onlineMenu .item a {
        padding: 0 15px !important;
    }
    nav #submenu {
        font-size: 1em !important;
    }
    nav #submenu .item a {
        padding: 0 10px !important;
    }
}
@media (min-width: 1170px) {
    .stageName {
        max-width: 390px;
    }
}
@media (min-width: 1200px) {
    .raceHeader h1 {
        font-size: 2.2em !important;
        margin: 8px 0 3px 0;
    }
    header h2 {
        font-size: 1.1em !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

/*
##  [ GLOBALS ]
*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.cursorHelp {
    cursor: help;
}
.errorPageMessage {
    font-size: 1.3em;
    font-weight: bold;
}

/*
##  [ FONTS & COLORS ]
*/
.fontBold {
    font-weight: bold;
}
.textBlue {
    color: #0E365F;
}
.textGreen {
    color: #28B247;
}
.textRed {
    color: #C30;
}

/*
##  [ HEADER ]
*/
h1, h2, h3 {
    margin: 0;
}
.onlineLogo {
    float: left;
    margin: 8px 12px 0 0;
}
.onlineLogo img {
    max-width: 195px;
}
.raceHeader {
    float: left;
}
.raceHeader h1 {
    color: #002F5F;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 5px 0;
}
.raceHeaderDate {
    color: #666;
}
.raceHeaderEvent {
    margin-bottom: 8px;
}
.raceHeaderEventInfo {
    color: #002F5F;
    font-size: 1.1em;
    padding-top: 5px;
    text-align: center;
}
.raceHeaderEventInfo h2 {
    color: #84754E;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 3px;
}
.raceSubHeader {
    color: #898D96;
    line-height: 1.3em;
}
.raceSubHeader h2 {
    display: inline-block;
    font-size: 1.1em;
}
.raceHeaderCategory,
.raceHeaderCategory a {
    color: #84754E;
}
.onlineSocial {
    text-align: center;
}
#socialIcons {
    margin: 20px 0 10px 0;
    padding: 0;
}
#socialIcons img {
    margin: 5px 2px 0 2px;
    width: 28px;
}
.socialMargin {
    margin-top: 10px;
}
.cookieMessage {
    background-color: #888;
    color: #FFF;
    display: none;
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 8px 10px;
    text-align: center;
}
.cookieMessage b {
    color: rgb(236, 213, 37);
}
.cookieMessage a {
    color: #EEE;
    text-decoration: underline;
}
.cookieMessage a:hover {
    color: #FFF;
    text-decoration: none;
}
.cookieMessage .button {
    background-color: rgb(236, 213, 37);
    border-radius: 5px;
    color: #002F5F;
    font-size: 0.9;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 2px 6px;
    text-decoration: none;
}

/*
##  [ ONLINE - MENU ]
*/
.onlineMenu {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em;
    justify-content: center;
    margin: 10px 0 12px 0;
}
.onlineMenu .item {
    display: block;
}
.onlineMenu .item h3 {
    font-size: 1em !important;
    line-height: 2em;
    margin: 0;
}
.onlineMenu .item a {
    border-bottom-color: #DBDBDB;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    color: #9FA4AE;
    display: block;
    margin-right: 15px;
    padding: 0 30px;
    text-decoration: none;
}
.onlineMenu .item a:hover {
    border-bottom-color: #BBB;
}
.onlineMenu .item a:hover {
    background-color: #FAFAFA;
    color: #777;
}
.onlineMenu .active a,
.onlineMenu .active a:hover {
    border-color: #84754E;
    color: #002F5F;
    font-weight: bold;
}
.onlineMenu .active h3 {
    font-weight: bold;
}
.onlineMenu .active a {
    color: #002F5F;
    display: block;
    text-decoration: none;
}

/*
##  [ SUBMENU ]
*/
#submenu {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em;
    justify-content: center;
    margin-top: 5px;
}
#submenu .item {
    display: block;
}
#submenu .item h4 {
    font-size: 1em !important;
    line-height: 2.2em;
    margin: 0;
}
#submenu .item a {
    border-bottom-color: #DBDBDB;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    color: #9FA4AE;
    display: block;
    margin-right: 8px;
    padding: 0 50px 0 10px;
    text-decoration: none;
}
#submenu .item a:hover {
    border-bottom-color: #BBB;
}
#submenu .item a:hover {
    background-color: #FAFAFA;
    color: #777;
}
#submenu .active a,
#submenu .active a:hover {
    border-color: #84754E;
    color: #002F5F;
    font-weight: bold;
}
#submenu .active h4 {
    font-weight: bold;
}
#submenu .active a {
    color: #002F5F;
    display: block;
    text-decoration: none;
}

/*
##  [ ONLINE ]
*/
main {
    padding-top: 10px;
}
#mainNoPadding {
    padding-top: 0 !important;
}
#timeTable {
    border-bottom-color: #E9E9E9;
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    margin-bottom: 18px;
}
.specialStage,
.specialStage a {
    color: #898D96;
}
.specialStage a:hover {
    text-decoration: none;
}
.specialStage {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 1.1em;
}
.specialStage:hover {
    background-color: #F8F8F8;
}
.specialStage:hover .stageInfo {
    background-image: url("../img/ArrowOn.png");
}
.specialStage h5,
.specialStage a h5 {
    color: #333;
}
.specialStage h5 {
    display: inline;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 42px;
    white-space: nowrap;
}
.lastBox {
    border-width: 1px !important;
    margin-bottom: 18px;
}
.stageSection {
    background-color: #F4F4F4;
}
.stageInfo {
    background-image: url("../img/ArrowOff.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0 0 0 8px;
    height: 70px;
}
.stageId {
    float: left;
    width: 120px;
}
.stageName {
    font-size: 1.2em;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.statusBg {
    padding: 0 10px;
}
.statusZ {
    border-color: #EEE !important;
}
.statusBgZ {
    background-color: #EEE !important;
}
.statusP {
    border-color: #2BBF4D !important;
}
.statusBgP {
    background-color: #2BBF4D !important;
    color: #FFF;
}
.statusC {
    background-image: url("../img/ArrowOn_C.gif") !important;
    background-color: #FFF5EA;
    border-color: #F93 !important;
}
.statusC:hover {
    background-color: #FFEBD6;
}
.statusBgC {
    background-image: url("../img/Status_C.gif") !important;
    color: #FFF;
}
.statusC .teamStatus {
    font-weight: bold;
}
.statusF {
    border-color: #C30 !important;
}
.statusBgF {
    background-color: #C30 !important;
    color: #FFF;
}
.statusN {
    border-color: #FDD539 !important;
}
.statusBgN {
    background-color: #FDD539 !important;
}
.statusS {
    border-color: #1E99FD !important;
}
.statusBgS {
    background-color: #1E99FD !important;
    color: #FFF;
}
.teamStatus {
    float: right;
    font-size: 0.8em;
    padding-right: 35px;
}
.teamStatus span {
    background-position: right;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 22px;
    margin-right: 15px;
    padding-right: 24px;
    text-align: right;
}
.statusCountRN {
    background-image: url("../img/TeamStatus_EC.png");
    color: #FF9933;
}
.statusCountRT {
    background-image: url("../img/TeamStatus_RT.png");
    color: #C30;
}
.statusCountAR {
    background-image: url("../img/TeamStatus_EM.png");
    color: #2BBF4D;
}
.onlineBox {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #898D96;
    font-size: 1.1em;
}
.onlineBox a {
    color: #898D96;
}
.onlineBox a:hover {
    text-decoration: none;
}
.onlineBox h5 {
    color: #333;
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
}
.onlineInfo {
    background-image: url("../img/ArrowOff.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border-color: #FDFDFD;
    border-style: solid;
    border-width: 0 0 0 8px;
    height: 70px;
    padding-left: 6px;
}
.onlineInfo img {
    height: 25px;
}
.onlineInfo:hover {
    background-image: url("../img/ArrowOn.png");
    background-color: #F8F8F8;
    border-color: #F8F8F8;
}
.onlineBoxSmall {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #898D96;
    font-size: 1em;
}
.onlineInfoSmall {
    background-image: url("../img/ArrowOffSmall.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border-width: 0px;
    line-height: 49px;
    height: 49px;
}
.onlineInfoSmall:hover {
    background-image: url("../img/ArrowOnSmall.png");
    background-color: #F8F8F8;
}
.onlineInfoSmall a {
    color: #898D96;
    display: block;
    padding-left: 14px;
}
.onlineInfoSmall a:hover {
    color: #002F5F;
    text-decoration: none;
}
#logoGMH {
    margin: 20px 0;
    text-align: center;
}
#logoGMH img {
    height: 42px;
}

/*
##  [ BASIC TABLE ]
*/
.basicTable {
    font-size: 0.9em;
    margin: 5px 0;
    width: 100%;
}
.tableHeader,
.tableFooter {
    background-color: #ECECEC;
    border-color: #E9E9E9;
    border-style: solid;
}
.tableHeader {
    border-width: 1px 1px 0 1px;
}
.tableFooter {
    border-width: 0 1px 1px 1px;
}
.tableHeader h4 {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
}
.tableHeader th {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
}
.basicTableTopHeader th {
    background-color: #E0E0E0;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}
.tableRow {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    height: 62px;
}
.tableRowEven {
    background-color: #FDFDFD !important;
}
.tableRowOver {
    background-color: #FFF7C7 !important;
}
.tableArrow {
    background-image: url("../img/ArrowOff.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
}
.tableArrowOn {
    background-image: url("../img/ArrowOn.png") !important;
}
.tableArrowSmall {
    background-image: url("../img/ArrowOffSmall.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

/*
##  [ TEAMS ]
*/
.tableTeamCell,
.tableTeamRow,
.tableTeamBlock {
    cursor: pointer;
}
.teamNumber {
    padding: 0 10px;
    text-align: center;
}
.teamNumber h5 {
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
}
.teamListMembers {
    padding-left: 10px;
}
.teamListMembers img {
    max-height: 20px;
    margin-right: 7px;
}
.vehicleBrand {
    text-align: center;
}
.vehicleBrand img {
    max-height: 44px;
}
.vehicleLabel {
    color: #999;
    font-style: italic;
    margin-right: 2px;
}
.vehicleDescriptionInline {
    display: none;
}

/*
##  [ RESULTS ]
*/
.resultsHeader {
    margin: 17px 0;
}
.resultsSelector {
    display: inline;
    font-size: 1.2em;
}
.resultsSelector select {
    background-color: #F6F6F6;
    background-image: url("../img/ArrowDown.png");
    background-repeat: no-repeat;
    background-position: right center;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    box-shadow: none;
    height: 25px;
    margin: 3px 8px 5px 0;
    padding: 0 25px 0 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.resultsSelector h4 {
    display: inline;
    font-size: 1em;
}
.resultsSelector optgroup,
.resultsSelector option {
    padding: 0 5px;
}
.resultsHeaderBlock {
    float: right;
}
.resultsHeaderLabels,
.resultsLabelsMobile {
    color: #999;
    float: left;
    font-size: 0.85em;
    line-height: 25px;
}
.resultsHeaderData {
    float: left;
    line-height: 25px;
    padding-left: 12px;
}
.resultsHeaderLabels div,
.resultsHeaderData div {
    margin-bottom: 1px;
}
.resultsHeaderScreen {
    margin: 5px 0 8px 0;
    text-align: center;
}
.resultsHeaderScreen form {
    display: inline;
}
.resultsHeaderScreen .statusBg {
    padding: 3px 10px;
}
.resultsHeaderScreen i {
    color: #999;
    font-size: 0.9em;
}
.resultsTable {
    font-size: 0.9em !important;
}
.resultsTable .tableTopHeader {
    background-color: #E0E0E0;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}
.resultsTable .tableHeader th {
    line-height: 1.2em;
    padding: 3px 5px;
    text-transform: uppercase;
}
.resultsTable .tableHeader th .smallText {
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 6px;
}
.resultsTable .tableFooter td {
    font-size: 0.9em;
    font-style: italic;
    padding: 2px 5px;
}
.resultsTable th,
.resultsTable td {
    padding: 0 4px;
}
.resultsTable .tableRow {
    height: 46px !important;
}
.resultsTable .vehicleBrand img {
    max-height: 32px !important;
}
.resultsTable .posColumn {
    width: 50px;
}
.positionCell {
    background-color: #ECECEC;
    border-color: #E9E9E9;
    font-size: 1.6em;
    font-weight: bold;
}
.positionChange {
    font-size: 0.9em;
    line-height: 1.5em;
}
.positionChange img {
    height: 9px;
    margin-right: 2px;
}
.resultTime,
.resultSplit {
    font-size: 1.3em;
    font-weight: bold;
}
.resultDiff {
    font-weight: bold;
}
.resultsTable td.resultLabelCell {
    padding: 0;
    text-align: left;
}
.resultLabel {
    color: #002F5F;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}
.resultPenalty {
    color: #C30;
}
.resultBestTime {
    color: #009700;
    font-weight: bold;
    text-decoration: underline;
}
.resultsTable th[data-sort] {
    cursor: pointer;
}
.resultsTable th[data-sort] img {
    height: 16px;
    margin-left: 1px;
}
.resultsTable th[data-sort]:hover,
.resultsTable .sortedColumn {
    background-color: #F6F6F6;
}
.resultsTable .sortedColumn {
    border-color: #84754E;
    border-style: solid;
    border-width: 0 0 2px 0;
}
.noResults,
.noResultsHidden {
    font-size: 1.5em;
    padding: 10px 0;
    text-align: center;
}
.noResultsHidden {
    display: none;
}
.retirementsTable td {
    padding: 2px 8px;
}
.retirementsTable .reasonInfo {
    font-size: 1.1em;
}
.retirementsAsFooter {
    margin-top: 25px;
}
.retirementsAsFooter .teamNumber h5 {
    font-size: 1em !important;
}
#notAuthorizedTable {
    margin-top: 15px;
}
.arrowColumn {
    min-width: 30px;
}
.shakedownBest {
    background-color: #F7F7F7;
    border-right-color: #AAA !important;
    border-right-style: dashed !important;
    border-right-width: 1px !important;
    border-left-color: #AAA !important;
    border-left-style: dashed !important;
    border-left-width: 1px !important;
    padding: 0 20px !important;
    width: 110px;
}
.shakedownBestTime {
    display: inline-block;
    color: #009700;
    font-size: 1.4em !important;
    font-weight: bold;
    text-decoration: underline;
}
.shakedownBest .shakedownBestTime {
    color: #333;
    font-size: 1.5em !important;
    font-weight: bold;
    text-decoration: none;
}
.freePracticeTime {
    color: #333;
    font-size: 1.1em !important;
    text-decoration: none;
}
.qualifyingTime .fontBold {
    color: #333;
    font-size: 1.3em !important;
    font-weight: bold;
    text-decoration: none;
}

/*
##  [ LIVE ]
*/
#liveHashtag,
#liveHashtagDetail {
    color: #002F5F;
    font-size: 1.2em;
    padding-left: 10px;
}
#liveHashtagDetail {
    font-size: 1.5em;
    line-height: 40px;
    height: 40px;
}
#liveHashtag {
    background: #FFF;
    line-height: 45px;
    padding-right: 3px;
    width: 1%;
    white-space: nowrap;
}
#liveAlpha,
#liveAlphaR {
    background-repeat: repeat-y;
    height: 45px;
}
#liveAlpha {
    background-image: url("../img/comments/LiveRowAlpha.png");
    background-position: left;
    float: left;
    width: 30px;
}
#liveAlphaR {
    background-image: url("../img/comments/LiveRowAlphaR.png");
    background-position: right;
    float: right;
    width: 30px;
}
#liveItems {
    background-image: url("../img/comments/LiveRowLine.png");
    background-position: center;
    background-repeat: repeat-x;
    display: table;
    width: 100%;
}
.liveItem {
    color: #72767D;
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}
.liveItemIcon {
    background-color: #FFF;
    float: left;
    height: 30px;
    margin-top: 6px;
    padding: 0 3px;
}
.liveItemText,
.liveItemTextOff {
    float: left;
    font-size: 0.8em;
    padding: 3px 0 0 5px;
}
.liveItemText div,
.liveItemTextOff div {
    margin-bottom: 8px;
}
.liveItemTextOff {
    color: #CCC;
}
.liveItemContent {
    cursor: pointer;
}
#liveItemMore {
    width: 180px;
}
#liveItemMoreTextShort {
    display: none;
}
#liveItemMore a,
#liveItemMoreTextShort a {
    color: #72767D;
}
#liveBar {
    background-image: url("../img/comments/LiveRowOff.png");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #FCFCFC;
    border-bottom-color: #E9E9E9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1em;
    margin-top: 6px;
    padding-bottom: 8px;
}
#liveBarImg {
    position: relative;
    vertical-align: top;
}
.liveBarContentHeight {
    min-height: 27px;
}
.liveBarContent {
    color: #002F5F;
    display: none;
    line-height: 1.5em;
    padding: 2px 0 4px 0;
}
.liveBarContent h6 {
    display: inline;
    font-size: 1.1em !important;
    font-weight: bold;
    margin-right: 8px;
    padding: 0;
}
.liveBarText {
    display: inline-block;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.liveBarMore a {
    color: #898D96;
}
#liveDetail {
    background-image: url('../img/comments/LiveColBar.png');
    background-position: left;
    background-repeat: repeat-y;
    margin: 0 auto;
    width: 90%;
}
#liveDetailContent {
    display: table;
    width: 100%;
}
.liveDetailRow {
    display: table-row;
}
.liveDetailIcon {
    display: table-cell;
    width: 50px;
}
.liveDetailIcon img {
    background-color: #FFF;
    height: 45px;
    padding: 3px 0;
}
.liveDetailMessage {
    display: table-cell;
    padding: 15px 0 10px 0;
}
.liveDetailBox {
    background-color: #FCFCFC;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    color: #002F5F;
    padding: 5px 15px;
}
.liveDetailBox h6 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0;
    padding: 2px 0;
}
.liveDetailText {
    font-size: 1.15em;
    margin: 6px 0;
}
.liveDetailDate {
    color: #72767D;
    font-size: 0.9em;
}
.liveDetailDate b {
    margin-right: 10px;
}
.liveDetailBox a {
    color: #898D96;
    margin-left: 5px;
}
.liveDetailImage img {
    margin: 8px auto;
}

/*
##  [ RACE & EVENT - News ]
*/
.elementStamp {
    right: 0%;
}
.newsContent {
    min-height: 300px;
    padding: 0 0 15px 0;
}
.newsElementCol {
    padding-left: 10px;
    padding-right: 10px;
}
.newsArticle {
    padding: 3px 8px 10px 8px;
}
.newsMessage {
    background-color: #F6F6F6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 8px 8px 3px 8px;
}
.newsMessage .icon {
    float: left;
    margin: 8px 10px 5px 5px;
    height: 32px;
}
.newsArticle .separator {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 auto;
    padding-top: 15px;
    width: 75%;
}
.newsArticle h4 {
    margin: 0;
}
.newsArticle h4 a {
    color: #002F5F;
    font-size: 1.5em;
}
.smallArticle h4 a {
    font-size: 1.1em;
}
.newsMessage h4 {
    font-size: 1.5em;
}
.newsMessage h4,
.newsMessage h4 a {
    color: #002F5F;
}
.newsMessage .subtitle {
    padding: 0 8px !important;
}
.newsMessage .subtitle a {
    color: #002F5F;
}
.newsArticle .subtitle,
.newsMessage .subtitle {
    color: #666;
    font-size: 1.1em;
    padding: 3px 0;
}
.smallArticle .subtitle {
    font-size: 1em;
}
.newsArticle .date,
.newsMessage .date {
    color: #84754E;
    font-size: 0.9em;
    padding-right: 8px;
}
.newsMessage p {
    color: #666;
    font-size: 1.2em;
    padding: 3px 8px 0 8px;
    text-align: justify;
}
.newsArticleImage img,
.newsMessageImage img {
    border-radius: 4px;
    margin: 8px auto;
}
.newsArticleImage img:hover,
.newsMessageImage img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
}
.smallArticle .newsArticleImage {
    float: left;
    padding: 0 8px 3px 0;
    width: 45%;
}
.newsMessageLink {
    color: #002F5F;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
}
.newsMessageLink:hover {
    color: #84754E;
    text-decoration: none;
}
.noNewsContent {
    color: #666;
    font-size: 1.4em;
    padding: 5px 10px;
    text-align: justify;
}
.noNewsContent h4 {
    color: #333;
    font-size: 1.4em;
}
.noNewsContent h5 {
    color: #002F5F;
    font-size: 1.1em;
}
.raceRemarks {
    background-color: #F9F9F9;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.20);
    color: #666;
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 5px 10px 10px 10px;
    padding: 8px 15px;
    text-align: justify;
}
.raceRemarks ul {
    margin: 0;
}
.shareButtons {
    margin: 10px 0 0 0;
}

/*
##  [ FOLLOW UP ]
*/
.progress {
    height: 25px;
    margin: 0 auto 15px auto !important;
    width: 99%;
}
.progress-bar {
    min-width: 5px;
}
.progressNumber {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
    padding: 0 5px;
}
.progressInfo {
    color: #FEFEFE;
    font-style: italic;
    line-height: 25px;
}
#followUp {
    margin-top: 10px;
    text-align: center;
}
#followUp .isTooltip {
    cursor: pointer;
}
.followUp {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    display: inline-block;
    font-size: 0.9em;
    margin: 0 3px 1px 1px;
    max-height: 65px;
    padding: 2px 5px;
    width: 133px;
}
.followUpNum,
.followUpDetail {
    float:  left;
}
.followUpNum {
    margin-right: 5px;
    text-align: center;
    width: 34px;
}
.followUpNum h5 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0;
}
.followUpNum img {
    max-height: 32px !important;
    margin: 3px 0;
}
.followUpDetail {
    width: 74px;
}
.followUpName {
    font-weight: bold;
    line-height: 1.6em;
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.followUpInfo {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}
.followUpStart {
    font-weight: normal !important;
    line-height: 1.4em;
    font-size: 0.8em;
}
.followUpStart span {
    color: #999;
    display: block;
    font-style: italic;
}
.followStatusTS {
    border-left-color: #5BC0DE !important;
    background-color: #D3FFFC;
}
.followStatusRN {
    border-left-color: #F0AD4E !important;
    background-color: #FFF9DC;
}
.followStatusAR {
    border-left-color: #5CB85C !important;
    background-color: #E8FFD5;
}
.followStatusRT {
    border-left-color: #D9534F !important;
    background-color: #FFDACD;
}
.followStatusRT .followUpInfo {
    color: #C30 !important;
    font-size: 1.1em;
    font-style: italic;
    height: 38px;
    line-height: 1.3em;
    max-height: 36px;
    max-width: 75px;
    margin-top: 2px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.followUpStop {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    display: inline-flex;
    font-size: 0.9em;
    justify-content: space-around;
    margin: 5px;
    padding: 5px;
    width: 45%;
}
.followUpStop .followUpNum h5 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
}
.followUpStop .followUpNum img {
    max-height: 40px !important;
}
.followUpStop .followUpInfo {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}
.followUpStop .followUpInfo span {
    display: block;
    color: #777;
    font-size: 0.7em;
    line-height: 2em;
}
.followUpStop .followUpNum.stopTeams {
    font-size: 2em;
}
.followUpStop .followUpNum.stopTeams img {
    max-height: 60px !important;
}
.followUpStop .followUpInfo.stopTeams {
    font-size: 5em;
}

/*
##  [ STATISTICS ]
*/
.statLabel {
    color: #777;
    font-size: 0.9em;
    font-style: italic;
    font-weight: normal;
    margin-right: 2px;
}
.statsSwitcher {
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    height: 16px;
}
.statCell {
    padding: 3px 5px !important;
    white-space: nowrap;
}
.statOverall {
    display: none;
}
.statPos {
    background-color: #E7E7E7;
    border-radius: 3px;
    display: inline-block;
    margin: 2px 2px 1px 0;
    min-width: 27px;
    padding: 0 5px;
    text-align: center;
}
.statPos1 {
    background-color: #E9C400 !important;
    color: #FFF;
}
.statPos2 {
    background-color: #888 !important;
    color: #FFF;
}
.statPos3 {
    background-color: #8C7853 !important;
    color: #FFF;
}
.retiredText {
    color: #C30;
    font-weight: bold;
    text-transform: uppercase;
}

/*
##  [ COMPARISON ]
*/
.compareTime {
    display: inline-block;
    font-weight: bold;
}
#compareForm select {
    width: 100%;
}
#compareForm .noResults {
    font-size: 1.2em;
    font-style: italic;
    padding: 5px 0 !important;
    margin-bottom: 10px;
}
.teamBlock {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    display: table;
    margin: 3px auto 15px auto;
    width: 100%;
}
.teamCell {
    display: table-cell;
    vertical-align: middle;
}
.teamMembers {
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
}
.teamMembers img {
    max-height: 20px;
    margin-right: 7px;
}
.compareChart {
    height: 300px;
    margin: 5px 0 40px 0;
}
.legendBox {
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    vertical-align: middle;
    width: 15px;
}
.chartNumberText {
    display: inline-block;
}
.compareCanvas {
    background-image: url("../img/ATodoMotor.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.chartTitle {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    left: 15px;
    padding: 3px 10px;
    position: absolute;
    text-transform: uppercase;
}
.removeX {
    background-color: #F7F7F7;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 0.8em;
    margin: 4px 4px 0 0;
    padding: 1px 5px;
}
.removeX:hover {
    background-color: #FFF;
    color: #333;
}

/*
##  [ COUNTDOWN ]
*/
.countdown {
    display: none;
    text-align: center;
}
.countdown .digits {
    background-image: url('../img/ClockBG.png');
    background-position: center;
    background-repeat: repeat-x;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    color: #FFF;
    display: inline-block;
    min-width: 110px;
    padding: 8px 15px;
    text-align: center;
    text-shadow: 1px 1px 5px #000;
}
.countdown .digits .number,
.countdown .colon {
    display: block;
    font-weight: bold;
    font-size: 4em;
    line-height: 1.1em;
    padding: 4px 0 1px 0;
}
.countdown .colon {
    color: #333;
    display: inline-block;
    line-height: 1.2em;
    margin: 0 3px;
    vertical-align: top;
}
.countdown .digits .label {
    color: #BBB;
    font-size: 1em;
}

/*
##  [ BOXES LIST ]
*/
#listSectionSearchBar {
    margin-bottom: 5px;
}
#listSectionSearchBar .search-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#listSectionSearchBar button {
    background: none;
    border: 0;
    color:#002F5F;
    margin: 2px 0 0 6px;
    padding: 2px 5px;
}
.search-box:focus + button {
    z-index: 3;   
}
.listSection {
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #333;
    font-size: 1.5em;
    padding: 0 0 5px 20px;
    margin: 10px 0;
}
.listSectionMargin {
    margin-top: 35px;
}
.listBox {
    padding: 5px;
}
.listBox a {
    text-decoration: none;
}
.listBoxContent {
    background-color: #F9F9F9;
    max-height: 85px;
}
.listBoxText {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 85px;
}
.listBoxContent:hover {
    background-color: #F5F5F5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.20);
    transition: box-shadow 0.2s ease-in-out;
}
.listBoxImage {
    padding: 10px 10px 10px 5px;
}
.listBoxImage img {
    height: 65px;
}
.listBoxSubtitle {
    color: #898D96;
    font-size: 0.9em;
    padding-top: 5px;
}
.listBoxCategory {
    color: #84754E;
    font-size: 0.9em;
    padding-top: 3px;
}
.listBoxContent h5 {
    color: #333;
    font-size: 1.2em;
    margin: 0;
    padding: 0 8px 0 0;
}

/*
##  [ SITES - HEADER ]
*/
.siteHeader {
    background-color: #002F5F;
    color: #FFF;
    margin-bottom: 3px;
}
.logoATM h1 {
    display: none;
    margin: 0;
    padding: 0;
}
.logoATM,
.logoBarATM {
    background-image: url("../img/LogoHeaderL.png"), url("../img/LogoHeaderR.png");
    background-position: left, right;
    background-repeat: no-repeat;
    background-color: #FFF;
    padding: 0;
    text-align: center;
}
.logoATM img {
    height: 105px;
}
.logoBarATM img {
    height: 45px;
}
.barMenuButton {
    float: left;
    line-height: 45px;
}
.barMenuText {
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
}
.headerText {
    color: #AAA;
    font-size: 1.1em;
    height: 55px;
    line-height: 55px;
}
.headerSocial,
.headerSocialBar {
    text-align: right;
}
.headerSocial {
    line-height: 55px;
}
.headerSocialBar {
    line-height: 40px;
}
.headerSocial img {
    height: 30px;
    margin: 0 5px;
}
.headerSocial img:hover {
    opacity: 0.7;
}
.headerSocialBar img {
    height: 25px;
    margin: 0 2px;
}
.headerMenu h2,
.headerMenuBar h2
{
    display: inline;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.headerMenu,
.headerMenuBar {
    border: 0;
    color: #EAEAEA;
    font-size: 1.3em;
    text-align: center;
}
.headerMenu {
    font-size: 1.3em;
    line-height: 50px;
}
.headerMenuBar {
    font-size: 1.1em;
    line-height: 45px;
}
.headerMenu div,
.headerMenuBar div {
    padding: 0;
}
.headerMenu .active,
.headerMenuBar .active {
    border-color: #84754E;
    border-style: solid;
    border-width: 0 0 5px 0;
    color: #FFF;
    font-weight: bold;
}
.headerMenu .active {
    line-height: 45px;
}
.headerMenuBar .active {
    line-height: 40px;
}
.headerMenu a,
.headerMenuBar a {
    color: #EAEAEA;
    display: inline-block;
    width: 100%;
}
.headerMenu .active a,
.headerMenuBar .active a {
    color: #FFF;
}
.headerMenu a:hover,
.headerMenuBar a:hover{
    color: #B39C69;
    text-decoration: none;
}
.socialButton {
    margin: 6px 0;
    text-align: right;
}

/*
##  [ SITES - Breadcrumbs ]
*/
.breadcrumbs {
    margin-top: 5px;
}
.breadcrumbs h3,
.breadcrumbs .sepDot {
    color: #898D96;
    margin: 0;
}
.breadcrumbs h3 {
    display: inline-block;
    font-size: 1em;
}
.breadcrumbs a {
    color: #898D96;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/*
##  [ SITES - Language ]
*/
.langFlags {
    margin: 3px 0 5px 0;
    text-align: right;
}
.langFlags img {
    margin-left: 5px;
}

/*
##  [ SITES - Image Viewer ]
*/
.previewImage {
    cursor: pointer;
}
.viewer-canvas img {
    border-radius: 4px;
}
.viewer-canvas .artImgFooter {
    color: #FFF !important;
    font-size: 16px !important;
}

/*
##  [ SITES - Titles ]
*/
.pageTitles {
    margin-bottom: 5px;
    text-align: center;
}
.pageTitles h1,
.pageTitles h2 {
    margin: 0;
}
.pageTitles h1 {
    color: #002F5F;
    margin: 5px 0;
}
.pageTitles h2 {
    color: #898D96;
    font-size: 1.3em;
    font-style: italic;
}
.staticContent {
    font-size: 1.1em;
    text-align: justify;
}
.staticContent .text-center img {
    margin: 0 auto;
}
.staticContent h2,
.staticContent h3 {
    margin: 20px 0 10px 0;
}
.staticContent li {
    margin: 8px 0;
}
.staticContent .imagesInCols {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    text-align: center;
}
.contactText {
    font-size: 1.4em;
    line-height: 1.8em;
    margin: 25px auto;
    text-align: center;
    width: 70%;
}

/*
##  [ SITES - Footer ]
*/
.footer {
    background-color: #002F5F;
    border-color: #84754E;
    border-style: solid;
    border-width: 6px 0 0 0;
    color: #DDD;
    font-size: 1em;
    line-height: 1.8em;
    padding: 10px 0 80px 0;
    margin-top: 15px;
}
.footer h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.footerNoMargin {
    margin-top: 0 !important;
}
.footer .grayText {
    color: #898D96;
    margin: 5px 0;
}
.footer a {
    color: #DDD;
}
.footer a:hover {
    color: #B39C69;
    text-decoration: none;
}
.footerCopyright img {
    height: 90px;
    margin-bottom: 10px;
}
.footerSocial img {
    height: 30px;
    margin: 8px 5px;
}
.footerSiteBy {
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.footerSiteBy span {
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}
.footerSiteBy a {
    color: #FFF;
}
.footerSiteBy a:hover {
    text-decoration: none;
}

/*
##  [ SITES - Lists ]
*/
.listBoxesTitle {
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #333;
    font-size: 1.5em;
    padding: 0 0 0 20px;
    margin: 10px 0;
}
.listAgenda .listBox {
    padding: 10px;
}
.listAgenda .listBoxContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 85px;
    max-height: 85px;
    padding: 0 10px;
    text-align: left;
}
.listAgenda .listBoxSubtitle {
    font-size: 1.0em;
    padding: 0 0 3px 0;
}
.listAgenda .listBoxCategory {
    font-size: 1.0em;
    padding: 4px 0 0 0;
}
.listAgenda .resultsSelector select {
    font-size: 1.2em;
    height: 30px;
}
.listAgenda .newWeek {
    border-color: #EDEDED;
    border-style: dashed;
    border-width: 1px 0 0 0;
    clear: both;
    margin: 0 20px;
}
.listAgenda .showFullYear {
    background-color: #F9F9F9;
    border-color: #EDEDED;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4em;
    margin: 20px auto 10px auto;
    text-align: center;
}
.listAgenda .showFullYear:hover {
    background-color: #F0F0F0;
}
.listAgenda .showFullYear a {
    color: #333;
    display: inline-block;
    padding: 5px 20px;
}

/*
##  [ ARTICLE ]
*/
.articleTitles {
    padding: 0 8px;
}
.articleTitles h2 {
    font-size: 1.5em;
    margin: 8px 0 5px 0;
}
.articleImage {
    font-size: 1.1em;
    width: 100%;
}
.articleImage img {
    border-radius: 4px;
    width: 100%;
}
.artContImg img {
    border-radius: 4px;
    margin: auto;
    width: 100%;
}
.artContImg,
.artImgFooter {
    color: #999;
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0;
    text-align: center;
}
.artContImg {
    margin: 20px 0 15px 0;
}
.articleSubinfo {
    padding: 0 10px 5px 10px;
}
.articleSubinfo img {
    height: 25px;
}
.articleMultimedia {
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.articleMultimedia .tableHeader {
    border-bottom: 2px solid #84754E;
}
.articleMultimedia .tableHeader h4 {
    color: #888;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
    padding-left: 10px;
}
.articleMultimedia .onlineBoxSmall {
    border-color: #F1F1F1;
}
.articleMultimedia h5 {
    line-height: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
}
.articleMultimedia .onlineInfoSmall {
    line-height: 42px;
    height: 42px;
}
.articleMultimedia a {
    color: #002F5F;
    font-size: 1.1em;
    font-weight: bold;
    padding-right: 30px;
    white-space: nowrap;
}
.articleMultimedia .lastBox {
    margin-bottom: 10px;
}
.articleCategory a {
    color: #84754E;
    font-size: 1.5em;
    font-weight: bold;
}
.articleDate {
    color: #999;
    font-size: 1.2em;
    margin: 8px 0;
}
.articleDate a {
    color: #999;
}
.articleContent {
    font-size: 1.2em;
    padding: 10px;
    text-align: justify;
}
.articleContent a {
    color: #002F5F;
    font-weight: bold;
    text-decoration: underline;
}
.articleContent a:hover {
    color: #84754E;
    text-decoration: none;
}
.articleContent table {
    margin: 15px auto;
    text-align: left;
    max-width: 100%;
}
.articleContent table caption {
    color: #002F5F;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 10px 6px 0;
    white-space: nowrap;
}
.articleContent table .TB {
    font-weight: bold;
}
.articleContent table .TC {
    text-align: center;
}
.articleContent table thead tr {
    background-color: #E0E0E0;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2em;
}
.articleContent table thead tr th {
    padding: 0 10px;
}
.articleContent table tbody tr {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    line-height: 2em;
}
.articleContent table tbody tr td {
    font-size: 0.8em;
    padding: 0 5px;
}
.articleContent table tbody tr:nth-child(even) {
    background-color: #FDFDFD !important;
}
.articleContent table tbody tr:hover {
    background-color: #EEE !important;
}
.articleContent table tfoot {
    background-color: #ECECEC;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
.articleContent table tfoot td {
    font-size: 0.8em;
    font-style: italic;
    padding: 2px 5px;
}
.articleContent .centerBlock,
.articleContent .centerBlock iframe,
.articleContent .centerBlock .twitter-tweet {
    margin: 10px auto !important;
    text-align: center !important;
}
.recommendedArticles {
    background-color: #F4F4F4;
    padding: 15px 0 30px 0;
    margin-top: 25px;
}
.recommendedArticles .newsArticle h4 {
    font-size: 1.1em;
}
.recTitle {
    font-size: 1.4em;
    margin-bottom: 5px;
}
.newsCategories {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1em;
    justify-content: center;
    margin-bottom: 15px;
}
.newsCategories .categoryButton {
    border-bottom-color: #DBDBDB;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    color: #999;
    display: block;
    margin: 5px;
    padding: 5px 10px;
}
.newsCategories .categoryButton:hover {
    background-color: #FAFAFA;
    border-bottom-color: #BBB;
    text-decoration: none;
}
.newsCategories .categoryButton.activeCategory {
    border-color: #84754E;
    color: #002F5F;
    font-weight: bold;
}
.newsContent .showMoreNews {
    background-color: #F9F9F9;
    border-color: #EDEDED;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4em;
    margin: 20px auto 10px auto;
    text-align: center;
}
.newsContent .showMoreNews:hover {
    background-color: #F0F0F0;
}
.newsContent .showMoreNews a {
    color: #333;
    display: inline-block;
    padding: 5px 20px;
}
.youtubeVideo {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.youtubeVideo iframe,
.youtubeVideo object,
.youtubeVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
##  [ GALLERY ]
*/
.galleryBox {
    background-position: center middle;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    height: 200px;
    margin: 10px auto;
}
.galleryBox a {
    color: #DDD;
    display: block;
    height: 200px;
    text-decoration: none;
    text-shadow: 0 0 4px #000;
}
.galleryYearBoxTitle {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 3.5em;
    line-height: 75px;
    text-align: center;
}
.galleryYearBoxTitle:hover {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 4.2em;
    line-height: 100px;
}
.galleryHomeBox a {
    border-radius: 4px;
    height: 100%;
}
.galleryHomeBox a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.galleryHomeBoxTitle {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 4px;
    font-size: 1.1em;
    padding: 8px;
    text-align: center;
}
.galleryHomeBoxTitle:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.galleryImageHeader h1 {
    color: #002F5F;
    font-size: 2em;
    line-height: 1.2em;
    margin: 5px 0;
}
.galleryImageHeader h2 {
    color: #898D96;
    font-size: 1.1em;
    line-height: 1em;
    margin: 5px 0;
}
.galleryDate {
    color: #84754E;
    padding-right: 7px;
}
.galleryTotalImages {
    color: #002F5F;
    font-size: 0.9em;
    margin-bottom: 3px;
    text-align: center;
}
.galleryTotalImages b {
    color: #84754E;
    font-size: 1.2em;
}
.galleryIndex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.galleryIndexBox {
    background-position: center middle;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    height: 100px;
    margin: 5px;
    width: 150px;
}
.galleryIndexBox a {
    display: block;
    height: 100%;
}
.galleryIndexBox a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.galleryImage {
    text-align: center;
}
.galleryImage img {
    border-radius: 4px;
    max-width: 100%;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.galleryImage img:hover {
    box-shadow: 0px 0px 6px #333;
}
.galleryImageButton {
    color: #002F5F;
    border-radius: 4px;
    font-size: 2em;
}
.galleryImageButton a {
    color: #002F5F;
    display: inline-block;
    padding: 0 15px 5px 15px;
    text-decoration: none;
}
.galleryImageButton a:hover {
    color: #84754E;
}
.galleryImageBuy {
    color: #002F5F;
    margin-bottom: 10px;
    text-align: center;
}
.galleryImageBuyLogo {
    margin: 5px 0 10px 0;
    text-align: center;
}
.galleryImageBuyLogo img {
    height: 40px;
}
.galleryImageBuyButton {
    background-color: #EAEAEA;
    border: 1px solid #CCC;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.galleryImageBuyButton:hover {
    box-shadow: 1px 1px 6px #666;
}
.galleryImageBuyButton a {
    color: #002F5F;
    display: block;
    height: 100%;
    padding: 7px 15px;
    text-decoration: none;
    width: 100%;
}
.galleryImageBuyButton img {
    height: 25px;
    margin-right: 5px;
}
.galleryImageText {
    color: #002F5F;
    font-style: italic;
    margin: 10px;
    text-align: center;
}
.galleryCopy {
    color: #002F5F;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

/*
##  [ ARCHIVE ]
*/
.archiveSelector {
    padding: 10px;
}
.archiveSelector .resultsSelector {
    font-size: 1em !important;
}
.archiveSelector .resultsSelector label {
    color: #666;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0 3px 0 5px;
}
.archiveSelectorActive {
    background-color: #84754E !important;
    color: #FFF;
    font-weight: bold;
}
.archiveResult {
    padding: 3px 8px 10px 8px;
}
.archiveResultsTotal {
    color: #002F5F;
    float: right;
    font-size: 0.9em;
    text-align: right;
}
.archiveResultsPages {
    color: #002F5F;
    font-size: 0.9em;
}
.archiveResultsPages .pageButton {
    cursor: pointer;
    font-size: 1.8em;
    padding: 0 10px;
}
.archiveResultsPages .pageButton:hover {
    color: #84754E;
}
.archiveResult .separator {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 auto;
    padding-top: 15px;
    width: 90%;
}
.archiveResult h4 {
    margin: 7px 0 0 0;
}
.archiveResult h4 a {
    color: #002F5F;
    font-size: 1.5em;
}
.archiveResult .information {
    float: left;
    padding: 5px 0;
}
.archiveResult .section {
    background-color: #E6E6E6;
    border-radius: 2px;
    color: #777;
    font-size: 0.9em;
    margin-right: 10px;
    padding: 3px 10px;
}
.archiveResult .date {
    color: #999;
}
.archiveResult .category {
    color: #84754E;
    padding-left: 8px;
}
.archiveResultImage {
    float: left;
    padding-right: 8px;
}
.archiveResultImage img {
    border-radius: 4px;
    max-height: 70px;
    text-align: center;
}
.archiveResultImage img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
}
.archiveResult .matching {
    color: #AF1313;
    font-size: 0.8em;
    padding-left: 8px;
}
.archiveResult .matching b {
    font-size: 1.1em;
}
.archiveResult .matching .matchingBarMax {
    border: 1px solid #CCC;
    display: inline-block;
    height: 10px;
    line-height: 0;
    margin-left: 5px;
    padding: 1px;
    width: 50px;
}
.archiveResult .matching .matchingBar {
    background-color: #AF1313;
    display: inline-block;
    height: 6px;
    line-height: 0;
    padding: 0;
}

/*
##  [ HOME ]
*/
.itemInfo {
    display: none;
}
.homeFeaturedOnlines {
    margin: 3px 0 10px 0;
}
.homeFeaturedOnlines .homeSectionTitle {
    color: #C30;
    margin-bottom: 10px;
}
.homeFeaturedOnlines .homeSectionTitle img {
    width: 25px;
}
.homeSectionTitle h3 {
    display: inline;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.featuredOnlines {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.featuredOnlineBox {
    background-color: #F3F3F3;
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0;
    padding: 10px;
}
.featuredOnlineBox:hover {
    background-color: #EEE;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.432);
}
.featuredOnlineBox1 {
    font-size: 1.4em;
    margin: auto;
    padding: 10px 10%;
    text-align: center;
    width: 100%;
}
.featuredOnlineBox1 .image {
    float: left;
    margin: auto;
    width: 35%;
}
.featuredOnlineBox2,
.featuredOnlineBox4 {
    text-align: center;
    width: 45%;
}
.featuredOnlineBox3 {
    text-align: center;
    width: 30%;
}
.featuredOnlineBox a:hover {
    text-decoration: none;
}
.featuredOnlineBox img {
    margin: auto;
    width: 250px;
}
.featuredOnlineBox .date {
    color: #898D96;
}
.featuredOnlineBox h5 {
    color: #002F5F;
    font-size: 1.4em;
    margin: 7px 0;
}
.featuredOnlineBox .category {
    color: #84754E;
}
.homeNewsHeader {
    margin-bottom: 15px;
}
.homeNewsHeader h4 {
    margin: 0;
}
.homeNewsHeader h4 a {
    color: #002F5F;
    font-size: 1.6em;
}
.homeNewsHeader .subtitle {
    color: #666;
    font-size: 1.1em;
    padding: 3px 0;
}
.homeNewsHeader .date {
    color: #84754E;
    font-size: 0.9em;
    padding-right: 8px;
}
.homeNewsHeader img {
    border-radius: 4px;
    margin: 8px auto;
}
.homeNewsHeader img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
}
.homeNewsHeader .separator {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 auto;
    padding-top: 15px;
    width: 75%;
}
.homeNewsHeaderSmall h4 a {
    font-size: 1.1em;
}
.homeNewsHeaderSmall .subtitle {
    font-size: 1em;
}
.homeNewsHeaderSmall .image {
    padding: 3px 8px;
    width: 45%;
}
.homeNewsHeaderSmall .information {
    padding: 10px;
}
.homeNewsHeaderSmall .separator {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 auto;
    padding-top: 5px;
    width: 60%;
}
.homeFeaturedContent {
    background-color: #F3F3F3;
    border-top-color: #84754E;
    border-top-style: solid;
    border-top-width: 5px;
    margin: 10px 20px;
    padding: 10px;
    text-align: center;
}
.featuredContent {
    padding: 15px 10px 5px 10px;
    text-align: center;
}
.featuredContent img {
    border-radius: 3px;
    margin: auto;
    width: 250px;
}
.featuredContent img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
}
.featuredContent .information {
    font-size: 1.3em;
}
.featuredContent a {
    text-decoration: none;
}
.featuredContent .information a:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
}
.featuredContent .date {
    color: #898D96;
}
.featuredContent h5 {
    color: #002F5F;
    font-size: 1.3em;
    margin: 5px 0;
}
.featuredContentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.featuredContentBox .image {
    width: 40%;
}
.featuredContentBox .information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 58%;
}
.homeSectionTitle {
    color: #84754E;
    display: block;
    font-size: 1.5em;
    line-height: 0.9em;
    padding: 0 10px;
    width: 100%;
}
.homeSectionTitle a {
    color: #84754E;
}
.homeNewsCategory {
    background-color: #F3F3F3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 15px;
}
.newsCategoryElem {
    padding: 20px 10px;
    width: 50%;
}
.newsCategoryElem h4 {
    margin: 7px 0;
}
.newsCategoryElem h4 a {
    color: #002F5F;
    font-size: 1.2em;
}
.newsCategoryImage img {
    border-radius: 3px;
}
.newsCategoryImage img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
}
.newsCategoryElem .text {
    color: #999;
    font-size: 1.1em;
}
.homeSeeMore {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.homeSeeMoreColumn {
    width: 45%;
}
.homeCategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    padding: 0 20px;
}
.homeCategory {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    margin: 10px auto;
    height: 100px;
    width: 30%;
}
.homeCategories .categoryButton {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    color: #F0F0F0;
    display: block;
    font-size: 1.6em;
    height: 100px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 8px #000;
}
.homeCategories .categoryButton:hover {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 2px #666;
}
.homeTopNews {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 90%;
    margin: 15px 0;
    padding: 0 20px;
}
.homeTopNews .topNewsSeeMore {
    color: #002F5F;
    display: block;
    font-size: 1.1em;
    font-style: italic;
    margin: 5px;
    padding: 8px 20px;
    text-align: center;
}
.homeTopNews .topNewsSeeMore:hover {
    background-color: #EEE;
    border-radius: 3px;
}
.homeTopArticle {
    color: #AAA;
}
.homeTopArticle a {
    color: #002F5F;
    font-size: 1.2em;
}
.homeTopArticle .category {
    color: #84754E;
    font-weight: bold;
    padding-right: 8px;
}
.homeAgenda .homeSectionTitle {
    background-image: url("../img/ATodoMotor_Bg_Letters.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 2em;
    padding: 0 47px;
}
.homeAgenda .homeSectionTitle span {
    color: #AAA;
}
.homeAgendaBox {
    background-color: #F9F9F9;
    border-left-color: #DDD;
    border-left-style: solid;
    border-left-width: 6px;
    margin: 0 10px 10px 15px;
    padding: 5px 12px;
}
.homeAgendaBox a {
    display: block;
}
.homeAgendaBox a:hover {
    text-decoration: none;
}
.homeAgendaBox:hover {
    background-color: #F0F0F0;
    border-left-color: #84754E;
}
.homeAgendaBox .subtitle {
    color: #898D96;
    font-size: 0.9em;
}
.homeAgendaBox .category {
    color: #84754E;
    font-size: 0.9em;
    padding-top: 3px;
}
.homeAgendaBox h5 {
    color: #002F5F;
    font-size: 1.2em;
    margin: 0;
    padding: 0 8px 0 0;
}
.homeAgendaMore {
    margin-top: 10px;
    text-align: center;
}
.homeAgendaMore a {
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    border-radius: 3px;
    color: #999;
    font-size: 0.9em;
    padding: 3px 10px;
}
.homeAgendaMore a:hover {
    background-color: #EEE;
    color: #002F5F;
    text-decoration: none;
}
.homeEditorial {
    background-color: #F3F3F3;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    padding: 20px;
}
.editorialTitle {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
}
.editorialTitle a {
    color: #84754E;
}
.editorialTitle img {
    margin: auto;
    width: 50px;
}
.editorialArticle {
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
}
.editorialArticle a {
    color: #002F5F;
    font-style: italic;
    font-weight: bold;
}
.homeRetroImage {
    background-color: #84754E;
    border-radius: 3px;
    margin: 20px 0;
}
.homeRetroImage:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.homeRetroImage .retroTitle {
    background-image: url("../img/ATodoMotor_BgL_Letters.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: lighter;
    padding: 15px 25px;
}
.homeRetroImage .retroTitle span {
    color: #FFF;
    font-size: 1.2em;
}
.homeRetroImage .retroTitle a {
    color: #CCC;
    display: block;
    text-decoration: none;
}
.homeRetroImage .retroTitle a span {
    color: #FFF;
    text-decoration: none;
}
.homeRetroImage .retroTitle a:hover {
    color: #FFF;
}
.homeRetroImage .retroTitle a:hover span {
    color: #CCC;
}
.homeRetroImage .retroImage img {
    border-radius: 0 0 3px 3px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/*
##  [ ADVERTISEMENT ]
*/
.adaptableAd {
    color: #BBB;
    font-size: 11px;
    line-height: 22px;
    margin: 10px;
    padding: 0 10px;
    text-align: center;
}
.adaptableAd .adTitle {
    text-transform: uppercase;
}