﻿html {
    background-color: #f7f7f9;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

img > a:hover {
    outline: none;
    text-decoration: none;
    padding: 0;
}

a:link, a:visited,
a:active, a:hover {
    /*color: #333;
        border: none;
        outline: none;*/
}

a:hover {
    /*background-color: #c7d1d6;*/
}

header, footer, hgroup,
nav, section {
    display: block;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: black;
}

.header-orange {
    background-color: #68368B;    
    position: relative;
}

.partner-list {
    width: 90%;
    margin: auto;
}

    .partner-list img {
        margin: 10px;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.welcome-msg p {
    color: #ffffff;
}

.img-logo-solera {
    display: inline-block;
}

.float-left .img-logo-solera img {
    height: 26px;
    max-width: 100%;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


.rounded-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rounded-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.recognized-option {
    cursor: pointer;
}

/* progress overlay
----------------------------------------------------------*/
.loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.8;
    background-color: #fff;
    z-index: 999;
    text-align: center;
    display: none;
}

.loading-image-cotainer {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100;
}

.loading-message {
    margin: auto;
    text-align: center;
    padding-top: 20px;
    font-size: 1.1em;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;    
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
    min-height: 500px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #f7f7f9;
    font-size: .85em;
    height: 100px;
}

.panel-tab-container {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-tab-body {
    margin-top: -1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bg-warning {
    background-color: #F0EBF3 !important;
}

.btn-warning {
    background-color: #68368B !important;
    background-image: none !important;
    border-color: #68368B !important;
}

    .btn-warning:hover, .btn-warning:focus {
        background-image: none !important;
        background-color: #74558a !important;
        border-color: #74558a !important;
    }

.btn-primary {
    background-color: #68368B !important;
    background-image: none !important;
    border-color: #68368B !important;
}
    .btn-primary:hover, .btn-primary:focus {
        background-image: none !important;
        background-color: #74558a !important;
        border-color: #74558a !important;
    }

    .alert-danger {
        background-image: none !important;
        background-color: #D3B2CA !important;
        border-color: #7A064E !important;
        color: #7A064E !important;
    }

.alert-warning {
    background-image: none !important;
    background-color: #A5B5D6 !important;
    border-color: #194fA1 !important;
    color: #194fA1 !important;
}

.alert-info {
    background-image: none !important;
    background-color: #BBD6E2 !important;
    border-color: #1a99b0 !important;
    color: #1a99b0 !important;
}

.ui-widget-header {
    border: 1px solid #32255E !important;
    background: #68368B url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x !important;
}

.ui-state-hover, .ui-state-active, .ui-state-highlight {
    border: 1px solid #32255E !important;
    background: #f6edfc url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x !important;
    font-weight: bold;
    color: #68368B !important;
}

#tblFraudDetails {
    border: 1px solid #7A064E !important;   
    border-collapse: collapse;
}

    #tblFraudDetails > tbody > tr > td {
        border: 1px solid #7A064E !important;        
    }
    #tblFraudDetails > thead:first-child > tr:first-child > th {
        border: 1px solid #7A064E !important;
        
    }
   /* #tblFraudDetails table, th, td {
        border: 1px solid !important;
    }*/

#audaHistoryDetails {
    border: 1px solid #194fA1 !important;   
    border-collapse: collapse;
}
    #audaHistoryDetails > tbody > tr > td {
        border: 1px solid #194fA1 !important;        
    }

    #audaHistoryDetails > thead:first-child > tr:first-child > th {
        border: 1px solid #194fA1 !important;      
    }

.text-wrap {
    white-space: nowrap;
}

/*#audaHistoryDetails table, th, td {
    border: 1px solid !important;
}*/

/* site title
----------------------------------------------------------*/
.site-title {
    color: #fff;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0 .5em 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #fff;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
    float: right;
}

nav {
    clear: both;
}
/*
    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }*/

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #ffffff;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #F0EBF3;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

.label-option {
    font-weight: normal;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

    input[type="radio"] {
        width: auto;
    }

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

td.download-column {
    min-width: 100px;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #a94442;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
}

    .validation-summary-errors ul li {
        list-style-type: none;
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
    }


/* tables
----------------------------------------------------------*/
/*table {
    border-collapse: collapse !important;
}

    table td {
        border: 1px solid !important;
    }

    table tr:first-child td {
        border-top: 1px !important;
    }

    table tr td:first-child {
        border-left: 1px !important;
    }

    table tr:last-child td {
        border-bottom: 1px !important;
    }

    table tr td:last-child {
        border-right: 1px !important;
    }*/
table {
    border-collapse: collapse;    
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border:none 0;   
    padding-left: 0;
}

    th a {
        cursor: pointer;
        text-decoration: underline;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: none 0;    
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.table-white {
    background-color: white;
}

.emissionsTable tr,
.emissionsTable td {
    font-size: 1em;
}

.emissionsTable .head{
    font-weight: bold;
}


/* toast message
 --------------------------------------------------------------*/

.toast-container {
    width: 280px;
    z-index: 9999;
}


* html .toast-container {
    position: absolute;
}

.toast-item {
    height: auto;
    background: #00A7DE;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    border: 2px solid #DEDEDE;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
}

    .toast-item p {
        text-align: left;
        margin-left: 50px;
    }

.toast-item-close {
    background: url(images/close.gif);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.toast-item-image {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px;
}

.toast-item-image-notice {
    background: url(images/notice.png);
}

.toast-item-image-success {
    background: url(images/success.png);
}

.toast-item-image-warning {
    background: url(images/warning.png);
}

.toast-item-image-error {
    background: url(images/error.png);
}


/**
 * toast types
 *
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 *
 */
.toast-type-notice {
    color: white;
}

.toast-type-success {
    color: white;
}

.toast-type-warning {
    color: white;
    border-color: #FCBD57;
}

.toast-type-error {
    color: white;
    border-color: #B32B2B;
}

/**
 * positions
 *
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 *
 */
.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px;
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px;
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /*
    article, aside {
        float: none;
        width: 100%;
    }

    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }*/

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

/* Datepicker hack */
.ui-datepicker-calendar {
    /*display: none;*/
}

.ui-hide-days .ui-datepicker-calendar {
    display: none;
}

.hidden-element {
    display: none;
}

/* Bootstrap extensions 
    --------------------------------------------------------------------------*/
/* vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/* columns of same height styles */
.container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}

.row-xs-height {
    display: table-row;
}

.col-xs-height {
    display: table-cell;
    float: none;
}

.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion > p:hover,
    .tt-suggestion > p:focus,
    .tt-suggestion.tt-cursor p {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

#adminStatisticsNav {
    margin-bottom: 10px;
}

    #adminStatisticsNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #adminStatisticsNav li {
        display: inline;
    }

        #adminStatisticsNav li a {
            margin-bottom: 10px;
        }

.menuButtonCurrent {
    background-color: #1A99B0 !important;
    background-image: none !important;
    border-color: #1A99B0 !important;
}

.autoOnlineListItem {
    width: 100%;
    /*padding: 0px 15px;*/
}

.autoOnlineListItemLabel {
    display: inline-block;
    width: 180px;
}

.autoOnlineListItemSpan {
    display: inline-block;
    font-weight: bold;
}

#autoOnlineAuctionBox h2 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

#autoOnlineAuctionBox h3 {
    margin-bottom: 0px;
    font-size: 24px;
}

#autoOnlineAuctionBox .row {
    margin-top: 10px;
}

.autoOnlineTextBoxArea {
    width: 100% !important;
    height: 110px !important;
}

.autoOnlineUploadedImageSrc {
    max-height: 60px;
    cursor: pointer;
    border: 3px solid #ffffff;
}

    .autoOnlineUploadedImageSrc:hover {
        border: 3px solid #cccccc;
    }

.autoOnlineAuctionErrorFilesBox {
    width: 100%;
    color: red;
    margin-bottom: 5px;
}

.bg-succ {
    background-color: #248f24;
}

    .bg-succ .validation-summary-errors ul li {
        color: #29a329;
    }

.autoOnlineSmallTableBtn {
    padding: 2px 5px !important;
    font-size: 10px !important;
}

.autoOnlineFilesTableOldName {
    width: 90%;
}

.cookiePolicyDiv {
    width: 100%;
    background-color: #111111;
    padding: 15px 40px 20px;
    color: #dddddd;
}

    .cookiePolicyDiv p {
        margin: 9px 0 0 0;
    }

.acceptCookiesPolicyBtn {
    float: right;
    padding: 8px 40px;
    background-color: #68368B;
    border-radius: 5px;
    color: #111111;
    text-decoration: none;
}

    .acceptCookiesPolicyBtn:hover {
        text-decoration: none;
        background-color: #eeeeee;
        color: #111111;
    }

.policyTable td {
    padding: 5px 10px;
    border: 1px solid #333333;
}



