﻿body {
    background-color: #F2F2F2;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.tlw_bg {
    background-color: #1F7CC1;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.caption {
    height: 38px;
}

    .caption h1 {
        font-family: Impact;
        color: #F2F2F2;
        text-decoration: underline;
        display: inline;
        font-size: 30px;
    }

    .caption h2 {
        font-family: Impact;
        color: #F2F2F2;
        text-decoration: underline;
        display: inline;
        font-size: 26px;
    }

.tlw_tile {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: inset 0 3px 3px rgba(255,255,255,0.3), inset 0 -3px 3px rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.9);
    height: 230px;
}
.tlw_tile .caption {
    padding-top: 5px;
}

    .tlw_tile img {
        height: 180px;
    }

.tlw_rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.tlw_shadow {
    box-shadow: inset 0 3px 3px rgba(255,255,255,0.3), inset 0 -3px 3px rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.9);
}

.tlw_tile_link:hover {
    cursor: pointer;
}

.social {
    width: 75px;
    height: auto;
    margin: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

#social {
    padding-right: 5px;
}

.btn_login {
    width: 175px;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 4px;
    color: white;
}

    .btn_login:hover {
        color: white;
        background-color: #286090;
        border-color: 204d74;
    }

.login {
    border-radius: 5px;
}

#btnLogin {
    display: inline;
    width: 60%;
    font-weight: bold;
}

#btnLoadBuddy {
    display: inline;
    width: 48px;
    padding-top: 12px;
    padding-bottom: 10px;
}

    #btnLoadBuddy img {
        width: 32px;
        height: 32px;
    }

#btnATWLogin {
    display: inline;
    width: 50px;
    padding-top: 12px;
    padding-bottom: 10px;
}

/* Login */
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 15px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

#loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
}

    .loginmodal-submit:hover {
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
    }

#login_error {
    border: 1px solid red;
    text-align: center;
    color: red;
    height: 30px;
    padding-top: 3px;
    background-color: #FCE9E9;
    display: none;
}
/* End Login */

.thumbnail_noborder {
    border: 0 none;
    box-shadow: none;
    background-color: #F2F2F2;
}

.row_marginfix {
    margin-right: 0px;
    margin-left: 0px;
}

.valign_middle {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.service_mark {
    display: inline;
    font-size: 14px;
    text-decoration: none;
    vertical-align: top;
    color: white;
    font-family: Impact;
}

.inline {
    display: inline-block;
}

div#header_transition {
    width: 100%;
    height: 5px;
    background-image: -ms-linear-gradient(top, #1F7CC1 0%, #F2F2F2 100%); /* IE10+ */
    background-image: -moz-linear-gradient(top, #1F7CC1 0%, #F2F2F2 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #1F7CC1 0%, #F2F2F2 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1F7CC1), color-stop(100, #F2F2F2)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #1F7CC1 0%, #F2F2F2 100%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #1F7CC1 0%, #F2F2F2 100%); /* W3C Markup */
}


#left_column {
    vertical-align: middle;
}

    #left_column h2, #left_column h1 {
        color: black;
    }

    #left_column .service_mark {
        color: black;
    }

    #left_column img {
        width: 180px;
    }

    #left_column .spacer {
        height: 70px;
    }

#demo .spacer {
    height: 70px;
}

/*  Front Page Specific */
#bid-frame {
    margin: 10px;
    width: 1150px;
    height: 750px;
}

#bid-modal-div {
    width: 1250px;
    height: 675px;
}

#dispatch-frame {
    width: 380px;
    height: 650px;
    overflow: hidden;
}

#dispatch-modal-div {
    width: 420px;
}

#tile_col1_row2 {
    background: center no-repeat url("/images/tile_loadbuddy.png");
    background-color: #001C44;
    background-size: contain;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#bid_mania {
    border: 0;
    background: url("/images/tile_bidmania.png") no-repeat;
    margin: 0;
    padding: 0;
    width: 250px;
    /*height: 230px;*/
}

#confidence_meter {
    margin: 0;
    margin-left: -25px;
    margin-top: 20px;
    width: 250px;
    height: 150px;
}

#confidence_meter_div {
    height: 183px;
}

#leaderboard_chart {
    height: 183px;
    margin-left: 10px;
    position: relative;
}

#leaderboard_vans, #leaderboard_refr, #leaderboard_flts {
    position: absolute;
    padding-top: 5px;
    padding-right: 40px;
    left: 0;
    right: 0;
    color: #1F77B6;
    font-family: Arial, serif;
    font-size: 24px;
    text-shadow: 1px 1px 2px black;
    height: 43px;
}

    #leaderboard_vans:hover, #leaderboard_refr:hover, #leaderboard_flts:hover {
        cursor: pointer;
    }

#leaderboard_vans {
    top: 35px;
    background: center url("/images/tile_leaderboard_micro_tile.png") no-repeat;
}

#leaderboard_refr {
    top: 85px;
    background: center url("/images/tile_leaderboard_micro_tile.png") no-repeat;
}

#leaderboard_flts {
    top: 135px;
    background: center url("/images/tile_leaderboard_micro_tile.png") no-repeat;
}

#leaderboard-modal-div {
    width: 675px;
}

#leaderboard-modal-table {
    margin: 0 auto;
}

#leaderboard-modal {
    text-align: center;
}

#leaderboard-modal-table thead {
    font-weight: bold;
    background-color: #E0E0E0;
}

#leaderboard-modal-table td {
    padding: 3px;
}

#leaderboard-modal-table tbody tr:nth-child(odd) {
    background-color: #F2F2F2;
}

#leaderboard-modal-table tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

#leaderboard-modal-table img {
    width: 18px;
}

#leaderboard-modal-header img {
    width: 35px;
}

.emoji_dot {
    float: left;
}

.askthewizard:hover {
    cursor: pointer;
}

#askthewizard-modal-div {
    width: 980px;
}

#askthewizard-frame {
    width: 960px;
    height: 600px;
}

#strategies-modal li {
    font-size: 18px;
    margin-bottom: 5px;
}

#strategies-modal-body p {
    font-size: 14px;
    margin-top: -10px;
}

#strategies-modal-body h1, #strategies-modal-body h2 {
    text-decoration: underline;
}

#strategies-modal-body h1, #strategies-modal-body h2, #strategies-modal-body p {
    text-align: center;
}

/* End Front Page Specific*/



@media (max-width: 768px) {
    #truckload_CPI {
        border-bottom: 1px dashed black;
    }

    #truckload_CPI .spacer {
        display: none;
    }

    #demo .spacer {
        display: none;
    }

    .mobile_hidden {
        display: none;
    }

    .mobile_shown {
        display: block;
    }

    .tlw_tile {
        height: 250px;
    }

    .tlw_tile img {
        height: 80%;
    }

    #leaderboard-modal-div {
        width: 400px;
        font-size: 12px !important;
    }
}

@media (min-width: 769px) {
    .mobile_shown {
        display: none;
    }
}
