@charset "utf-8";

/*HTML5 RESET*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;/* font-size:100%; */vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;color:inherit;cursor:pointer;}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;padding:0;}
input,select{vertical-align:middle}

/**************************************
GLOBAL STYLES
**************************************/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"], 
input[type="password"],
select {
    margin: 0px;
}
.input-container select {
    margin: 1px 0px;
}
html
{
    overflow-y:scroll;
}
html, body
{
    width:100%;
    height:100%;
    background:#aaaaaa;
}

/* GLOBAL TEXT STYLES */

h1
{
    font-size:1.8em;
    line-height:2.2em;
    font-weight:bold;
}
h2
{
    font-size:1.5em;
    line-height:50px;
    font-weight:bold;
}
h3
{
    font-size:1.2em;
    line-height:50px;
    font-weight:bold;
}
h4
{
    font-size:1.2em;
    color:#333333;
}
p
{
    font-size:1em;
    line-height:1.4em;
    color:#333333;
}

/* WIDTH STYLES */

.half{width:50%!important;}
.full{width:100%!important;}
.third{width:33.33%!important;}
.quarter{width:25%!important;}
.three-quarter{width:75%!important;}
.two-third{width:66.66%!important}
.ten{width:10%!important;}
.fifteen{width:15%!important;}
.twenty{width:20%!important;}
.twenty-five{width:25%!important;}
.thirty{width:30%!important;}
.fourty{width:40%!important;}
.fifty{width:50%!important;}
.sixty{width:60%!important;}
.seventy{width:70%!important;}
.eighty{width:80%!important;}
.ninety{width:90%!important;}

/* POSITION & PADDING STYLES */

.center{margin:0 auto;}
.text-center{text-align:center;}
.top-margin{margin-top:25px!important;}
.margin-bottom{margin-bottom:20px;}
.margin-top{margin-top:20px;}
.margin-left{margin-left:20px;}
.margin-right{margin-left:20px;}
.clear-margins{margin:0!important;}
.left{float:left;}
.right{float:right;}
.pad all{padding:5%;}
.pad-right{padding-right:2%;}
.right-pad{padding-right:2%;}
.pad-left{padding-left:2%;}
.left-pad{padding-left:2%;}
.pad-all{padding:5px;}
/* BORDER STYLES */

.border-left{border-left:1px solid #d3d3d3}
.border-right{border-right:1px solid #d3d3d3;}
.border-bottom{border-bottom:1px solid #d3d3d3;}
.border-top{border-top:1px solid #d3d3d3;}
.border-all{border:1px solid #d3d3d3;}
.border-box
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* DISPLAY STYLES */

.inline{display:inline-block;}
.none{display:none;}

/* OTHER */
.red-text{color:#cc0000;}
img{max-width:100%;}
.black-text{color:#000000;}
.overflow-hidden{overflow:hidden;}
.bold{font-weight:bold !important;}
.light-gray{color:#7f8285;}
.black-label{color:#000000;}
.small
{
    padding:5px!important;
    margin:0!important;
    font-size:.9em!important;
}

/* MENU OVERLAY STYLES */

.overlay-wrap
{
    position:relative;
    height:100%;
    /*float:left;*/
}
.overlay
{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    zoom: 1;
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.7;*/
    /*background:#000000;*/
    z-index:1;
    background-image: url(../images/overlay_bg.png);
}

/**************************************
FORM STYLES
**************************************/

focus input select
{
    -moz-box-shadow: 2px 2px 3px #7cbc0a;
    -webkit-box-shadow: 2px 2px 3px #7cbc0a;
    box-shadow: 2px 2px 3px #7cbc0a;
    border-color:#7cbc0a!important;
}
form
{
    display:block;
    /*	font-size:.9em;
            margin-top:25px !important;*/
    padding-bottom:25px;
    width: 100%;
}
.login
{
    max-width:400px;
}
.contract
{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
}
label
{
    display:inline-block;
    line-height:35px;
    float:left;
    font-size:.8em;
    font-weight:bold;
    color:#333333;
}

/* INPUT STYLES */

input[type="submit"]
{
    margin-top:25px;
}
.input-container
{
    background:#FFFFFF;
    /*    min-height:35px;*/
    border:1px solid #AAAAAA;
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:8px;
    margin:5px 0;
    overflow:hidden;
    width:100%;
    position: relative;
}
input, select
{
    background-color:transparent;
    border:none;
    border:0;
    border-color: transparent;
    color:#666666;
    font-weight:bold;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])
{
}
input:focus, select:focus
{
    outline:none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* CHECKBOX STYLES */

.chk-container
{
    min-height:20px;
    display:inline-block;
    margin:5px 0;
}
.chk-box-wrap
{
    float:left;
    height:20px;
    width:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #aaaaaa;
}
.chk-box
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:100%;
    width:100%;
    border:3px solid #FFFFFF;
    background:#FFFFFF;
    cursor:pointer;
}
.chk-box input
{
    height:100%;
    width:100%;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    cursor:pointer;
    margin: 0;
    padding: 0;
}

.chk-label
{
    float:left;
    margin-left:10px;
    line-height:20px;
    width: 85%;
}

/* BUTTON STYLES */

.btn
{
    -webkit-appearance: none;
    padding:10px 20px;
    font-size:.9em;
    font-weight:bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    border:none;
    margin:10px 10px 10px 0;
}
.btn-off
{
    -webkit-appearance: none;
    padding:10px 20px;
    font-size:.9em;
    font-weight:bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    border:none;
    margin:10px 10px 10px 0;
}
.btn:focus, button:focus
{
    outline:none;
}
.decode
{
    cursor:pointer;
    display:block;
    border:none;
    font-size:.9em;
    font-weight:bold;
    -webkit-appearance: none;
    margin-top:5px;
    height:35px;
    line-height:35px;
    padding:0 15px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.decoded-item
{
    line-height:40px;
    float:left;
}
.cancel-btn
{
    width:10px;
    height:10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight:bold;
    padding:8px;
    line-height:10px;
    cursor:pointer;
    text-align:center;
}
.question-btn
{
    display:block;
    width:20px;
    height:20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight:bold;
    cursor:pointer;
    text-align:center;
    font-size:.9em;
    line-height:20px;
}

.login-bottom
{
    width:100%;
    height:30px;
    text-align:center;
}
.login-bottom a
{
    line-height:30px;
    height:30px;
    font-size:.8em;
    text-decoration:underline;
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}

#status-details
{
    line-height:1.8em;
    font-size:.8em;
}
.status-detail-item
{
    padding:10px 25px;
    border-right:1px solid #d3d3d3;
}
#claim-details
{
    height:400px;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:5px;
}
.claim-status
{
    font-size:24px;
    color:red;
    float:right;
    margin-right:25px;
}
.calculation-box
{
    color:#333333;
    border:1px solid #aaaaaa;
    text-align:center;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
}
.calculation-sign
{
    float:left;
    padding:20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#site-wrap
{
    max-width:1150px;
    margin:0 auto;
    overflow:hidden;
    background:#FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header
{
    width:100%;
    display:inline-block;
}
#header .logo-wrap
{
    width:100%;
    display:inline-block;
    padding:25px 50px 15px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-wrap
{
    border-top:1px solid #d3d3d3;
    background:#FFFFFF;
    padding:10px 50px 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-wrap-mobile
{
    display:none;
}
.nav-wrap ul
{
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:.9em;
    list-style:none;
    display:inline-table;
    position:relative;
}
.nav-wrap ul:after
{
    content:'';
    clear:both;
    display:block;
}
.nav-wrap ul li
{
    margin-right:30px;
    float:left;
    cursor:pointer;
    list-style:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px 0 25px 0;
}
.nav-wrap ul ul
{
    display:none;
    position:absolute;
    top:100%;
    z-index:102;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:300px;
    margin-left:-25px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow:hidden;
}
.nav-wrap ul ul li
{
    float:none;
    position:relative;
    background: #f7f7f7;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*	padding:15px 25px;*/
    color:#000000;
    border-bottom:1px solid #d3d3d3;
    padding: 0px;
}
.nav-wrap ul ul li a
{

    padding:15px 25px;
    display: block;

}
/*.nav-wrap ul li:hover > ul
{
    display:block;
}*/
#header span
{
    float:right;
    font-size:.7em;
    font-weight:bold;
    line-height:40px;
    cursor:pointer;
}
.banner img
{
    width:100%;
    margin-bottom:25px;
}
.header-bg
{
    width:100%;
    height:50px;
    line-height:50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #d3d3d3;
    color:#333333;
}
.welcome
{
    padding:50px 0;
}
img.login-welcome
{
    padding-left: 0px !important;
    background: none !important;
}
img.login-welcome-okta
{
    padding-left: 180px !important;
    background: none !important;
}

#body, #content-body
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    display:inline-block;
    padding:0 50px 50px 50px;
}
.pdf-link
{
    height:30px;
    max-width:100%;
}
.pdf-link img
{
    float:left;
}
.pdf-link a
{
    color:#333333;
    font-weight:bold;
    font-size:.9em;
    text-decoration:underline;
    float:left;
    line-height:30px;
    margin-left:5px;
}
#body ul li, #content-body ul li
{
    list-style-position: inside;
    /*list-style-image: url(../images/carrot.gif);*/
    margin-left:10px;
    line-height:1.8em;
    color:#333333;
}
.info-bar
{
    width:100%;
    float:left;
}
.info-bar h4, .price-wrap h4, .added-prod-wrap h4
{
    font-size:1em;
}
.info-bar p
{
    font-size:.8em;
    line-height:2em;
}
.info-bar span
{
    width:100%;
    display:inline-block;
}
.top-cust-data
{
    padding-bottom:15px;
    margin-bottom:25px;
    overflow:hidden;
}
.top-cust-data span
{
    margin-right:50px;
    display:inline-block;
    height:30px;
    line-height:30px;
    float:left;
    font-size:.9em;
}
.top-cust-data span label
{
    margin-right:10px;
}

#footer
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 50px 25px 50px;
    font-size:.8em;
    color:#666666;
    text-align:center;
    width:100%;
    float:left;
    margin-top:50px;
    border-top:1px solid #d3d3d3;
}

/*FAQ*/

.play-vid-wrap
{
    width:40%;
    float:right;
    text-align:center;
    font-size:.9em;
}
.play-vid-wrap img
{
    margin:15px;
    cursor:pointer;
}
#accordion-wrap
{
    float:left;
    border-right:1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion, .accordion * 
{
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
.accordion a 
{
    text-decoration:none;
}
.accordion 
{
    overflow:hidden;
    border-radius:3px;
    width:100%;
}
.accordion-section-title 
{
    width:100%;
    padding:15px;
    display:inline-block;
    transition:all linear 0.15s;
    /* Type */
    font-size:1em;
    color:#333333;
    font-weight:bold;
} 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
.accordion-section-content 
{
    padding:15px;
    display:none;
}
#help-vid-btn
{
    width:266px;
    height:62px;
    float:right;
    background-image:url(images/video-btn.png);
    cursor:pointer;
    background-repeat:no-repeat;
}
#help-vid-btn:hover{
    background-image:url(images/video-btn-hover.png);
}
#reinstate, #delete
{
    text-align:center;
}
.sortable
{
    cursor:pointer;
}

/**********************************
POP UP BOX STYLES
**********************************/

* 
{
    /* margin: 0; */
    /* padding: 0; */
}
#overlay-wrap
{
    display:table;
    overflow:hidden;
    margin:0px auto; 
    min-width:300px; 
    max-width:800px;
}
*:first-child+html #overlay-wrap 
{
    position:relative; /*ie7*/
}
* html #overlay-wrap
{
    position:relative; /*ie6*/
}

#overlay-container
{
    display:table-cell;
    vertical-align: middle;
}
*:first-child+html #overlay-container
{
    position:absolute;top:50%;/*ie7*/
}
* html #overlay-container
{
    position:absolute;top:50%; /*ie6*/
}

*:first-child+html #overlay
{
    position:relative;top:-50%; /*ie7*/ 
}
* html #overlay
{
    position:relative;top:-50%;/*ie6*/
}
html,body
{
    height:100%;
}
#overlay-wrap
{
    height:100%;
}
#overlay
{
    background: white;
    padding:25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
}
#background-overlay 
{ 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 10; 
    /*background-color:rgba(0,0,0,.7);*/
    background-image: url(../images/overlay_bg.png);
}

#overlay .con-form
{
    width:100%;
    height:100%;
}
.contract-info
{
    width:700px;
    height:100%;
}
#overlay form .sub-form
{
    height:300px;
    overflow:auto;
    padding:20px 10px 20px 0;
    margin-top:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form .pad
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px 5px 0 5px;
}

form .pad-cost
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px 1px 0 5px;
}

#con-form-two form
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:1%;
}
table td img
{
    padding:0;
    display:inline-block;
    margin:-8px 0;
    cursor:pointer;
}
table a
{
    text-decoration:underline;
    font-weight:bold;
    cursor:pointer;
}
.breadcrumbs
{
    font-size:.8em;
    line-height:3em;
    color:#d3d3d3;
}

/* JQuery UI styles */
.ui-autocomplete .ui-menu-item
{
    font-size:.7em;
    line-height:2em;
    cursor:pointer;
    font-weight:bold;
    color:#555555;
}

@media (max-width: 720px)
{
    .login
    {
        max-width:100%;
        margin-left:0;
    }
    .responsive-txt-fld
    {
        width:100% !important;
        padding:0 !important;
        float:left !important;
        border:none !important;
        border:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
        margin-right:0 !important
    }
    .responsive-container
    {
        width:100% !important;
    }
    .input-container
    {
        width:100%!important;
    }
    #body ul li span, #content-body ul li span
    {
        width:40% !important;
    }
    .welcome
    {

    }
    #header
    {
        padding:0 25px 15px 25px;
    }
    #body
    {
        padding:0 25px 25px 25px;
    }
    #footer
    {
        padding:15px 25px 25px 25px;
    }
    #header span
    {
        display:none;
    }
    .nav-wrap
    {
        display:none;
    }
    .nav-wrap-mobile
    {
        display:block;
        width:100%;
        border-bottom:1px solid #d3d3d3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:10px 0;
    }
    .menu-img-wrap
    {
        width:48px;
        height:48px;
        margin:0 auto;
        cursor:pointer;
    }
    .menu-img-bar
    {
        width:100%;
        height:8px;
        margin-bottom:4px;
        background:#888888;
    }
    .mobile-menu
    {
        display:none;
    }
    .menu-text
    {
        font-size:.7em;
        color:#888888;
        text-align:center;
        width:100%;
        height:12px;
        line-height:12px;
    }
    .mobile-menu > ul
    {
        width:100%;
        margin-top:10px;
        list-style-position: inside;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mobile-menu > ul > li
    {
        line-height:50px;
        width:100%;
        background:#f2f2f2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style:none;
        font-weight:bold;
        cursor:pointer;
    }
    .mobile-menu > ul > li a
    {
        margin-left:25px;
    }
    .mobile-menu ul ul
    {
        display:inline-block;
        line-height:40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:10px 0px;
        background:#FFFFFF;
        width:100%;
    }
    .mobile-menu ul ul li
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0px 50px;
        /*list-style-position: inside;*/
        font-weight:100;
        color:#333333;
        /*        list-style-image: url(../images/carrot.gif);*/
        cursor:pointer;
        width:100%;
        list-style: none;
        background-image: url("../images/carrot.gif");
        background-position: 47px 17px;
        background-repeat: no-repeat;
        float: left;

    }
    .mobile-menu ul ul li:hover
    {
        list-style:none;
    }
}
@media (max-width: 480px)
{
    .logo-wrap .left, .logo-wrap .right
    {
        width:100%;
        text-align:center;

    }
}


/*********************************************************Custom CSS***********************************************************************/


.error-center {
    font-size: 12px;
    color: red;
    text-align: center;
}

.error-right {
    font-size: 12px;
    color: red;
    text-align: right;
}

input.error, select.error, textarea.error {
    background-color: rgb(247, 250, 183); 
}

textarea { resize: none; }

fieldset {

    position: relative;
}

.button-box{

    position: absolute;
    bottom: 10px;
    right: 10px;

}

.error-left{
    font-size: 12px;
    color: red;
    text-align: left;
}

.error-left label{
    font-size: 12px;
    color: red;
    text-align: left;
    float: inherit;
}

#errorMessage label.error{
    width: auto !important;
    color: red;
}

#errorMessage_left label.error{
    width: auto !important;
    color: red;
}


div.field label {
    font-size: small;
    display: inline-block;
}


.error-center {
    font-size: 12px;
    color: red;
    text-align: center;
}

.error-right {
    font-size: 12px;
    color: red;
    text-align: right;
}

input.error, select.error, textarea.error {
    background-color: rgb(247, 250, 183); 
}

textarea { /* resize: none; */ }

fieldset {

    position: relative;
}

.button-box{

    position: absolute;
    bottom: 10px;
    right: 10px;

}

.error-left{
    font-size: 12px;
    color: red;
    text-align: left;
}

#errorMessage label.error{
    width: auto !important;
    color: red;
}

#errorMessage_left label.error{
    width: auto !important;
    color: red;
}


div.field label {
    font-size: small;
    display: inline-block;
}

.unBold{
    font-weight: normal;

}

.active {
    /* background: none repeat scroll 0% 0% rgb(204, 0, 0);*/

}
iframe>body{

    background-color: #fff !important;

}
.ui-dialog-close{
    background-image: url("../images/ui-icons_454545_256x240.png");
    background-position: -34px -191px;
    background-repeat: no-repeat;
    content: none;
    display: block;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 16px;
    cursor: pointer;

}
.btn {
    -webkit-appearance: none;
    padding:10px 20px;
    color:#FFFFFF;
    font-size:.9em;
    font-weight:bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#cc0000;
    cursor:pointer;
    border:none;
    margin:10px 10px 10px 0;
}
.btn:focus, button:focus {
    outline:none;
}
.btn:hover {
    background:#aa0000;
}
.btn-off {
    background:#dddddd !important;
    color:#555555 !important;
}
.btn-off:hover {
    background:#cc0000 !important;
    color:#FFFFFF !important;
}


#loadingIndicator {
    background: url("../images/loadingshadow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 35px;
    left: 36%;
    padding: 10px;
    position: absolute;
    top: 30%;
    width: 200px;
}


#indicatorMessage {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 5px;
}
.max-width-79px{

    /*max-width: 79px !important;*/
}
.max-width-48px{

    /*max-width: 48px !important;*/
}

.btn-disable {
    background:#dddddd !important;
    color:#555555 !important;

}

#overlay_form_new
{
    background: white;
    width:360px;
    padding:30px;
    z-index:5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
}
.background_overlay_new 
{ 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
    background:black; 
    opacity: 0.5;

}

.ui-autocomplete{

    border-radius: 2px !important;
    padding: 1px !important;

}

.ui-autocomplete .ui-menu-item{

    border-radius: 0px !important;
    border: 0px;

}

.ui-autocomplete .ui-menu-item .ui-state-focus{

    background-image: none !important;
    background-color: #9dccff;
    border-radius: 0px !important;
    border: 0px !important;
    margin: 0px !important;

}

.ui-autocomplete .ui-menu-item a{
    font-size: 12px !important;

}

.loader_gif {

    position: absolute;
    top: 45%;
    left: 45%;
    display: none;
}
#errorMsgFinanace label{
    font-size: 12px;
    color: red;
    text-align: left;
}

.half-claim-status {
    width: 20%!important;
}

.error {
    display: block;
    color: red;
    /*line-height: 10px;*/
    float: none;
    min-width: 150px;
    max-width: 350px;}

input, select, textarea {
    background-color:transparent;
    border:none;
    border:0;
    border-color: transparent;
    color:#666666;
    font-weight:bold;
}
textarea {
    height: 75px !important;
}
input:focus, select:focus, textarea:focus {
    outline:none;
}
.email-fax-pop-width { 
    width: 350px!important; 
    max-height: 350px;
}
.displayNone {display: none;}
.bgColor{background-color: white;}


.display-none {
    display: none;;
}
.status-detail-item {
    padding:10px 25px;
    border-right:1px solid #d3d3d3;
}
#status-details {
    line-height: 1.8em;
    font-size: .8em;
}

.question-btn {
    display:block;
    width:20px;
    height:20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background:#cc0000;
    color:#FFFFFF;
    font-weight:bold;
    cursor:pointer;
    text-align:center;
    font-size:.9em;
    line-height:20px;
}

.claim-status{
    font-size:24px;
    color:red;
    float:right;
    margin-right:25px;
}

.clearfix-all-textarea {
    clear: both;
}
.iframecls{
    position: relative;
    z-index: 100;
}
.overlay{

    z-index: 101;

}

.claim-details {
    height:400px;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:5px;
}

.required-field {
    color:red;
    font-size: 12px;
} 

.mobile-menu ul ul{
    float: left;
}
.mobile-menu ul ul li a{
    display: block;
    float: left;
    padding-left: 17px;
    width: 100%;
}
.h3-height {
    line-height: 25px!important;
}

.close-email-fax-button{
    width: 64px!important;
    height: 35px!important;
}

.no-wordwrap{
    white-space: nowrap;
}

.CapsInput {
    text-transform: uppercase;
}
.width_90px{
    width: 90px !important;
}
.line-height28{
    line-height: 30px;
}
.login-right-col{

    line-height: 16px !important;
    text-align: right;
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}

.LM315 {
    margin-left: 315px;
}

.LM136 {
    margin-left: 136px;
}
.dataTables_wrapper {
    border: 1px solid #dddddd;
}

.dataTable td:last-child{
    border: 0px;
}


.tax-margin {
    float: left;
    margin-right: 0px;
    width: 20%;
}

.prod-results .pad-right{

    padding-right: 4px !important; 
}


#overlay_form
{
    background: white;
    width:360px;
    padding:30px;
    z-index:5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
}
.background_overlay 
{ 
    /*    position: fixed; 
        left: 0px; 
        top: 0px; 
        width: 100%; 
        height: 100%; 
        z-index: 1; 
        background:black; 
        opacity: 0.5;*/

    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-image: url(../images/overlay_bg.png);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#overlay_form label 
{
    min-width:150px;
}
#overlay_form .btn
{
    margin:15px;
}

.captcha-wrapper {
    position: relative;
    padding-top: 40px;
}

.captcha-wrapper label {
    margin-top: -39px;
}

.captcha {
    position: relative;
    width: 120px;
    height: 34px;
    background: #A70404;
    background: linear-gradient(to bottom, #F90303 0px, #420202 48%, #420202 60%, #DE0404 100%) repeat scroll 0% 0% transparent;
    background-repeat: no-repeat;
    left: 50%;
    border-radius: 4px;
}
.captcha i {
    position: absolute;
    font-size: 24px;
    color: #333;
    top: 12%;
    right: -30px;
    cursor: pointer;
}

.captcha + .input-container {
    width: 50%;
    float: left;
    margin-top: -34px;
    max-width: 200px;
}

.message-box, .error-box {
    border-radius: 30px;
    background-color: #f7f7f7;
    padding: 20px 30px !important;
    margin: 0px auto;
    width: 90%;
    max-width: 700px;
}

.error-box {
    background: #F9E4AB !important;
}

.message-box > p, .message-box > label,
.error-box > p, .error-box > label {
    width: 100%;
    text-align: left;
    margin: 5px 0px;
    font-weight: normal;
}
.error-box * {
    color: #333 !important;
}
.error-box .fa-warning {
    color: #FF8F00 !important;
    font-size: 80px;
    margin: 15px 20px;
}

/**
* ECOMJ-1375, As a VCI portal user, I require the 'GET QUOTE' button to be available for the user to be able get quotes.
*
* ECOMJ-1376, As a VCI portal user, I require the get quote button action to call 'getEverything and render a new page that will consume the xml response with all available products eligible for the VIN and entitled for the Dealer.
*
*/
.padB20{padding-bottom: 20px !important;}
.padL10{padding-left: 10px !important;}
.padT15{padding-top: 15px !important;}
.padB0{padding-bottom: 0px !important;}
.padT0{padding-top: 0px !important;}
.marginT60{margin-top: 60px !important;}
.height10{height: 10px !important;}
.marginR10{margin-right:10px;}
.marginB-15{margin-bottom: -15px !important;}
.marginR35{margin-right: 35px;}
.marginT15{margin-top: 15px;}
.border-none{border:none;}
.relative{position: relative;}
.valign-middle{vertical-align: middle;}
.font-normal{font-weight: normal !important;}
.font90p{font-size: 90%;}
.font12-7{font-size: 12.7px;}
.color-gray{color: #333333 !important;}
.blue{color: blue !important;}

#quote-link {
    color: #1f4092 !important;
    font-weight: bold;
}

ul.list-lnk > li {
    margin: 10px 0px;
}

ul.list-lnk > li > a {
    color: #0876c3;
    font-size: 13px;
    font-weight: bold;
    padding-left: 7px;
}

ul.list-lnk > li > i {
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

ul.list-lnk > li.selected {
    list-style-image: none !important;
    list-style-type: none !important;
}

ul.list-lnk > li.selected > i:first-child {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: -3px;
}

ul.list-lnk > li.selected > i:first-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.add-image-cart ul.list-lnk > li.selected > a {
    padding-left: 20px;
}

.input-container > label > span {
    font-weight: normal;
}

a.x-toolbar-item {
    color: #1F4092;
}

#lightDuty-boxLabelEl {
    float: right;
}

.input-container label {
    font-size: 13px;
}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black*/;
}
.tooltip .tooltiptop {
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .tooltiptop::after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: #7cbce8 transparent transparent transparent;
}
.tooltip .tooltipright {
    top: -5px;
    left: 110%;
}
.tooltip .tooltipright::after {
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-color: transparent #7cbce8 transparent transparent;
}
.tooltip .tooltipbottom {
    top: 100%;
    left: 2%;
    /*margin-left: -60px;*/
}
.tooltip .tooltipbottom::after {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: transparent transparent #7cbce8 transparent;
}
.tooltip .tooltipleft {
    top: -5px;
    right: 110%;
}
.tooltip .tooltipleft::after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-color: transparent transparent transparent #7cbce8;
}
.tooltip .tooltiptop, .tooltip .tooltipright, .tooltip .tooltipbottom, .tooltip .tooltipleft {
    visibility: hidden;
    width: auto;
    background-color: #7cbce8;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 7px;
    position: absolute;
    z-index: 1;
    font-weight: normal;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1.2s;
}
.tooltip .tooltiptop::after,  .tooltip .tooltipright::after, .tooltip .tooltipbottom::after, .tooltip .tooltipleft::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip:hover .tooltiptop, .tooltip:hover .tooltipright, .tooltip:hover .tooltipbottom, .tooltip:hover .tooltipleft {
    visibility: visible;
    opacity: 1;
}

.background-cell{
    background-color: lightpink !important;
}

.padding-link{
    padding:3px!important;
}

