﻿html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #000 url(../rd_background.png);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13.25px;
}

#Body {
    width: 1280px;
    margin: 20px auto;
    padding: 0;
    padding-bottom: 10px;
    min-height: 768px;
    background: #ccc;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}

#ContentWrapper {
    margin: 0;
    padding: 0 10px;
}

    #ContentWrapper li {
        font-size: 1.25em;
        line-height: 1.75em;
    }

a {
    color: #0872ba;
}

    a:hover, a:focus {
        color: #f00;
    }

li {
    list-style-type: none;
}

/* Header Styles */
header {
    margin: 0;
    position: relative;
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 190px;
}

    header h2 {
        position: absolute;
        font-size: 1em;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.60)
    }

    .header_footer {
        position: absolute;
        width: 1270px;
        bottom: 0;
        text-align: right;
        padding-right: 10px;
        background-color: rgba(255, 255, 255, 0.60);
        height: 22px;
    }

    .header_footer p {
        margin: 1px 0 0 0;
        font-size: 1.25em;
        font-weight: 700;
    }

    header #col1, header #col2 {
        width: 50%;
        height: 165px;
        float: left;
    }

    header #col2 {
        position: relative;
    }

    header #col2 ul {
        background-color: rgba(255, 255, 255, 0.60)
    }

    header a:link, header a:visited {
        color: #0872ba;
    }

    header a:hover, header a:active {
        color: #f00;
    }

    header ul {
        position: absolute;
        top: 15px;
        right: 20px;
        list-style-type: none;
        padding: 10px;
        border-radius: 6px;
    }

    header li {
        line-height: 2.25em;
        font-size: 1.2em;
        font-weight: bold;
    }

    header li {
        background: url(../Images/Homepage-Sprites.png) no-repeat;
        background-position: -10px -12px;
        padding: 0 0 0 1.75em;
    }

    /*header p {
        position: absolute;
        top: 120px;
        right: 25px;
        font-size: 1.25em;
        font-weight: 700;
    }*/

.Coverage {
    background-position: -10px -74px;
}

.Enrollment {
    background-position: -10px -138px;
}

/* Navbar Style */
nav {
    background: rgba(15, 35, 133, 0.5);
    height: 2.3em;
    font-size: 1.15em;
}

    nav ul, nav li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

    nav ul {
        background: #0f2385;
        height: 2em;
        width: 100%;
    }

    nav li {
        position: relative;
    }

        nav li a {
            display: block;
            line-height: 2em;
            padding: 0 1em;
            color: white;
            font-weight: 700;
            text-decoration: none;
        }

            nav li a:hover, .topmenu li:hover > a {
                background: #fdb713;
                color: #000;
                height: 2em;
                padding-top: .3em;
                position: relative;
                top: -.3em;
                border-radius: .3em .3em 0 0;
            }

    .current, nav a:hover.current, .topmenu li:hover a.current {
        background: #000;
        color: #fff;
        padding-top: .3em;
        border-radius: .3em .3em 0 0;
        position: relative;
        top: -.3em;
        border-bottom: .3em solid #666;
        cursor: default;
    }

/*dropdown menu styles*/
ul.submenu {
    float: none;
    background: #fdb713;
    width: auto;
    height: auto;
    position: absolute;
    top: 2em;
    left: -9000em;
    max-height: 0;
    -moz-transition: max-height 0.75s ease-in-out;
    -webkit-transition: max-height 0.75s ease-in-out;
    -o-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
    overflow: hidden;
}

    ul.submenu li {
        float: none;
    }

.topmenu li:hover ul {
    left: 0;
    max-height: 20em;
}

ul.submenu li a {
    color: #fff;
    border-bottom: 1px solid white;
    padding: .2em 1em;
    white-space: nowrap;
}

ul.submenu li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.submenu li a:hover {
    background: #0f2385;
    color: #fff;
    height: 2em;
    padding-top: .2em;
    top: 0;
    border-radius: 0;
}

label {
    font-weight: 700;
    line-height: 38px;
}

/* Form Styles */
/* Request a Quote/Purchase Coverage Styles */
#RequestQuote, #PurchaseCoverage, #FileClaim {
    font-size: 1.1em;
    margin-top: 10px;
}

    #RequestQuote p, #PurchaseCoverage p, #FileClaim p {
        padding: 5px;
        margin: 0 0 0 10px;
    }

    #RequestQuote label {
        display: inline-block;
        font-weight: 700;
        width: 225px;
        vertical-align: top;
    }

    #FileClaim label {
        display: inline-block;
        font-weight: 700;
        width: 225px;
        vertical-align: top;
    }

    #FileClaim li {
        display: inline-block;
        width: 160px;
        text-align: center;
        font-size: .95em;
        padding: 0;
        margin: 0;
    }

    #PurchaseCoverage label {
        display: inline-block;
        font-weight: 700;
        width: 200px;
        vertical-align: top;
    }

    #RequestQuote select, #PurchaseCoverage select {
        display: inline-block;
        width: 200px;
    }

    #PurchaseCoverage select.UseCode {
        width: 525px;
    }

    #RequestQuote section h2, #PurchaseCoverage section h2 {
        display: block;
        width: 98%;
        font-size: 1.25em;
        padding: 5px 10px;
        margin: 10px 0 5px 0;
        background: #ffffff; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
    }

    #RequestQuote section div, #PurchaseCoverage section div {
        margin: 10px 0 15px 15px;
    }

    #PurchaseCoverage a:link {
        text-decoration: none;
    }

    #RequestQuote h3, #FileClaim h3 {
        display: block;
        width: 50%;
        padding: 5px;
        border: 1px solid #fff;
        border-right: none;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
    }

    #FileClaim textarea {
        margin-top: -10px;
    }

    #FileClaim .skinny {
        width: 75px;
    }

    #FileClaim .wide {
        width: 500px;
    }

    #FileClaim label.wide {
        display: inline-block;
        width: 300px;
    }

/* Dashboard aka Home Page Styles */
#DashBoard {
    width: 1100px;
    margin: 50px auto;
}

    #DashBoard li {
        line-height: 2em;
    }
/*

.infobox {
    display: inline-block;
    width: 405px;
    margin-left: 50px;
    margin-bottom: 50px;
}

    .infobox:nth-child(2n+2) {
        margin-right: 0;
    }

    .infobox li {
        margin: 5px 5px 5px -20px;
        font-size: 1.2em;
    }
*/
fieldset {
    border: 1px solid #000;
    border-radius: 6px;
    background: #eee;
    min-height: 160px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 20px;
    font-size: 1.1em;
}

legend {
    font-size: 1.25em;
    font-weight: 700;
    background: #ccc;
    padding: 5px 10px;
    border-radius: 6px;
}
    legend span {
        color: #000;
        text-decoration: none;
    }

    legend a {
        color: #ccc;
    }

        legend a:hover {
            color: #f00;
        }

li.special {
    background: url(../Images/Homepage-Sprites.png) no-repeat;
    background-position: -15px -12px;
    padding: 0 0 0 1.65em;
}

    li.special.Enrollment {
        background-position: -10px -138px;
        padding-left: 2em;
    }

    li.special.Coverage {
        background-position: -10px -74px;
    }

    li.special.Claim {
        background-position: -10px -202px;
        padding-left: 2.25em;
    }

/* Price Grid Styles */

table {
    border: 1px solid #000;
}

/* Custom Styles */
.headline {
    font-size: 1.25em;
}

/*Error Styles*/
.LoginError {
    font-size: 1.1em;
    color: #fff;
}

.Attention {
    color: #f00;
}

/*input[type=text]:invalid, input[type=password]:invalid {
    outline: 1px solid #f00;
}*/

input[type=text], input[type=number], input[type=email], input[type=time], input[type=date], select {
    width: 280px;
}

input[type="file"] {
	width: 350px;
	padding: 5px;
	font-size: 1em;
	outline: 1px dashed #919191;
}

.input-150 {
    width: 150px;
}

h4 {
    font-size: 1.25em;
    margin: 0;
}

/* Login Page Styles */
#Login {
    width: 400px;
    height: 300px;
    border: 1px solid #000;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.5) 5px 5px;
    padding: 10px;
    background: #0f2385;
    color: #fdb713;
    margin: 150px auto 0 auto;
}

    #Login h2 {
        text-align: center;
        font-size: 2em;
    }

    #Login h3 {
        font-weight: 400;
        text-align: center;
        font-size: 1.5em;
    }

    #Login label {
        display: block;
        font-size: 1.2em;
        font-weight: bold;
    }

    #Login input {
        display: inline-block;
        margin-bottom: 10px;
    }

        #Login input[type=submit] {
            float: right;
        }

        #Login input[type=text] {
            width: 170px;
        }

    #Login p {
        text-align: center;
    }

    #Login .credentials {
        width: 300px;
        margin: 0 auto;
    }

        #Login .credentials .fields {
            width: 170px;
            margin: 0 auto;
        }

#Login1 {
    width: 100%;
}

table#Login1 {
    border: none;
}

/* Gridview Styles */
.PriceGrid th, .PriceGrid td, .Quotes th, .Quotes td, .Enrollments th, .Enrollments td, .Claims th, .Claims td,
.Invoices th, .Invoices td, Documents th, Documents td, .ServiceMaintenancePriceGrid th, .ServiceMaintenancePriceGrid td {
    font-size: .9em;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    /*text-align: center;*/
}

.PriceGrid tr:nth-child(odd), .Quotes tr:nth-child(odd), .Enrollments tr:nth-child(odd), .Claims tr:nth-child(odd),
.Invoices tr:nth-child(odd), Documents tr:nth-child(odd), .ServiceMaintenancePriceGrid tr:nth-child(odd) {
    background: #f5f5f5;
}

.PriceGrid a:hover, .Quotes a:hover, .Enrollments a:hover, .Claims a:hover, .Documents a:hover, .ServiceMaintenancePriceGrid a:hover {
    color: #fff;
}

.PriceGrid tr:hover, .Quotes tr:hover, .Enrollments tr:hover, .Claims tr:hover, .Invoices tr:hover, .Documents tr:hover, .ServiceMaintenancePriceGrid tr:hover {
    background: #fdb713;
    width: 100%;
}

.PriceGrid tr:first-child:hover, .Quotes tr:first-child:hover, .Enrollments tr:first-child:hover, .Claims tr:first-child:hover, .ServiceMaintenancePriceGrid tr:first-child:hover {
    background: #E6E6E6;
    width: 100%;
}

.PriceGrid th, .PriceGrid td, .Invoices td, .Invoices th, .Documents th, .ServiceMaintenancePriceGrid th, .ServiceMaintenancePriceGrid td {
    padding: 10px 15px;
}

.PriceGrid td {
        text-align: center;
}

}
.Claims th, .Claims td {
    font-size: .86em;
    padding: 5px 5px;
}

.Quotes th, .Quotes td, .Enrollments th, .Enrollments td, .Documents td {
    padding: 5px;
}

    /*
    .Quotes td:nth-child(2) {
        text-decoration: underline;
        color: #00368C;
        cursor: default;
    }
*/

    .PriceGrid th, .Quotes th, .Enrollments th .Claims th, .Documents th, .ServiceMaintenancePriceGrid th {
        background: rgba(153, 153, 153, 0.5);
        padding-bottom: 5px;
        padding-top: 5px;
    }

.ServiceMaintenancePriceGrid th {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ServiceMaintenancePriceGrid td:not(:nth-child(-n+2)) {
    text-align: center;
}

.PriceGrid .standard {
    text-align: left;
}

.PriceGrid table, .Quotes table, .Enrollments table, .ServiceMaintenancePriceGrid table {
    padding-left: 20px;
}

.Enrollments table {
    margin-bottom: 20px;
}

#EnrollmentLeftColumn {
    float: left;
    width: 50%;
}

#EnrollmentRightColumn {
    float: left;
    width: 45%;
}

#WizardSteps {
    margin-top: 15px;
    margin-bottom: 15px;
}

.details {
    text-align: center;
}

#AttachedFiles ul, #AttachedFiles li {
    display: block;
    list-style: disc;
    list-style-type: disc;
    width: 100%;
    text-align: left;
}

.Comment {
    display: inline-block;
    width: 750px;
}

a.tooltips {
    position: relative;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        color: #FFFFFF;
        background: #171695;
        line-height: 30px;
        visibility: hidden;
        border-radius: 5px;
        box-shadow: 3px 3px 3px #000000;
        padding-left: 10px;
        padding-right: 10px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #171695;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.9;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

#Pagination {
    margin: 10px 0;
    font-weight: 700;
}

    #Pagination a:link, #Pagination a:visited {
        color: #00368C;
    }

    #Pagination a:hover, #Pagination a:focus {
        color: #29A283;
    }

#FileClaimLeft, #FileClaimRight, #ReviewClaimRight, #ReviewClaimLeft {
    float: left;
    width: 45%;
}

#Report {
    width: 1200px;
    overflow: auto;
}

.UpdateSuccess {
    color: #f00;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.5em;
}

input.small_input_box {
    width: 75px;
}

select.small_input_dropdown {
    width: 150px;
}

input[type='submit'].Buttons {
    margin-right: 15px;
}

.SerialNumberHeading {
    border: 1px solid #f00;
}

.UnPaid {
    color: #f00;
}

.text-medium {
    font-size: 1.25em;
}

.CertificateButton {
  color: #000000 !important;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #666666;
  background: #63B8EE;
  background: linear-gradient(top,  #CCCCCC,  #EEEEEE);
  background: -ms-linear-gradient(top,  #CCCCCC,  #EEEEEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#EEEEEE));
  background: -moz-linear-gradient(top,  #CCCCCC,  #EEEEEE);
}
.CertificateButton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #999999,  #e6e6e6);
  background: -ms-linear-gradient(top,  #999999,  #e6e6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#e6e6e6));
  background: -moz-linear-gradient(top,  #999999,  #e6e6e6);
}

#note_to_dealer {
    width: 300px;
    float: right;
    padding-right: 400px;
}

.strikethrough {
    color: #f00;
    text-decoration: line-through;
}

.pTTMSearch label {
    width: 350px !important;
    display: inline-block;
    text-wrap: none;
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

.form-control, .form-control-inline {
    width: 70%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-control {
    display: block;
}

.form-control-inline {
    display: inline-block;
}

.form-select {
    display: inline-block;
    width: 80%;
    padding: 0.375rem 2.25rem 0.375rem 0.3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");*/
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;

}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ps-1 {
    margin-left: 0.25rem !important;
}

.ps-2 {
    margin-left: 0.5rem !important;
}

.ps-3 {
    margin-left: 1rem !important;
}

.ps-4 {
    margin-left: 1.5rem !important;
}

.ps-5 {
    margin-left: 3rem !important;
}

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}
