﻿* {margin:0;padding:0;}  

html
{
    background: url(../Images/bg.jpg) no-repeat  center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body
{
    font-family: Arial;
    font-size: 12px;
    color: #4d4d4d;
    
}

.ui-widget-overlay
{
    background: repeat-x scroll 50% 50% #AAA;
    cursor: wait;
}

.error
{
   border-color:red;
   
}
.content
{
    width: 954px;
    margin: auto;
    height: 814px;

}

.header
{
    background-image: url("../Images/header-bg.png");
    background-repeat: no-repeat;
    height: 135px;
    margin: auto;
    width: 944px;
    vertical-align: middle;
    display: table-cell;
    position:relative;
}

.middle-content
{
    background-image: url("../Images/content-bg.png");
    background-repeat: no-repeat;
    width: 924px;
    height: 645px;
    padding: 15px;
    margin: auto;
}

.top-bar
{
    height: 37px;
    width: 924px;
    position: relative;
    top: -3px;
}

.left-pane
{
    float: right;
    height: 606px;
    width: 680px;
}

.right-pane
{
    height: 606px;
    width: 240px;

}

.left-nav
{
    height: 470px;
    width: 240px;
}

.button-pane
{
    height: 116px;
    width: 240px;
    padding: 11px 0px 12px 0px;
    position: relative;
    z-index: 1000;
}

.footer
{
    height: 135px;
    margin: auto;
    width: 954px;
    padding-top :5px;
    line-height: 1.5em;
    color: white;
    font-weight:bold;
    text-align :center;
    
}
.footer span
{
    margin:0px 8px;
    color:White;
}

.footer a
{
    color: white;
    font-weight:bold;
    text-decoration:none;
}

.footer  a:hover
{
    color:Blue;
}



.image-aling-center, .image-aling-left, .image-aling-right, .image-aling-right-sr
{
    display: block;
    margin: auto;
    font-weight: bold;
}

.image-aling-left
{
    float: left;
    padding: 12px 10px 10px 20px;
}

.image-aling-right
{
    float: right;
    padding: 10px;
}

.image-aling-right-sr
{
    float: right;
    padding: 10px;
    cursor:pointer;
}

.image-aling-center
{
    position: absolute;
    /*top: 20px;*/
    margin: auto;
    left: 300px;
}


.input-button-gray-dealer, .input-button-gray, .input-button-login,  .input-button-gray-logoff,.input-button-gray-training, .input-button-start-here
{
    color: #4d4d4d;
    font-weight: bold;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

.input-button-start-here
{
    background-image: url(../Images/button_start-here.png);
    height: 37px;
    width: 107px;
}

.input-button-gray-training
{
    background-image: url(../Images/button_bottom-left.png);
    height: 39px;
    width: 218px;
    margin: 10px 0px 0px 0px;
    border : 0px;
}
.input-button-gray
{
    background-image: url(../Images/button_bottom-left.png);
    height: 39px;
    width: 218px;
    margin: 0px 12px 0px 12px;
}

.input-button-gray-dealer
{
    background-image: url(../Images/button_bottom-left.png);
    height: 39px;
    width: 218px;
    margin: -5px 12px 0px 12px;
}

.input-button-gray-logoff
{
    /*background-image: url(../Images/log-off.png);
    height: 33px;
width: 110px;
float: right;
position: relative;
top: -33px;
right: 16px;*/

background-image: url(../Images/log-off.png);
height: 33px;
width: 110px;
margin-left: 65px;
margin-bottom: 18px;
}

.input-button-login
{
    color:White;
    background-image: url(../Images/button_start-here.png);
    height: 37px;
    width: 107px;
}


.training-view
{
    width: 636px;
    height: 472px;
    background-image: url(../Images/grey-bg_5-dms.png);
    color: #4d4d4d;
    background-color: transparent;
    background-repeat: no-repeat;
    /*background-position: center;*/
    margin: auto;
    overflow: auto;
    margin-bottom: 55px;
}

.login-view, .login-view-admin, .details-view, .agreement-view, .dms-view, .welcome-view,  .summary-view
{

    color: #4d4d4d;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    height: 195px;
    width: 636px;
    margin: auto;
    overflow: auto;
}
.login-view
{  
    background-image: url(../Images/grey-bg_login.png);
    padding-top: 5px;
    padding-bottom:5px;
}

.login-view-admin
{    
    background-image: url(../Images/grey-bg_login.png);
    padding-top: 1px;
}


.details-view
{
    width: 600px;
   height: 687px;
    padding: 20px 25px 20px 25px;
    background-image: url(../Images/grey-bg_3-dealer-details.png);

}

.agreement-view
{
    width: 676px;
    height: 570px;
    padding:0px 0px 0px 0px;
}


.agreement-view ul
{
    padding-top:10px;
    padding-bottom:5px;
}

.agreement-view td
{
    padding-bottom:2px;
}

.oem-content, .oem-content2, .oem-content3
{
    padding: 0px 20px 0px 20px;
}



.oem-content ol
{
    list-style-position:inside;
    list-style-type:decimal;  
    margin-top:10px;
}

.oem-content ol li 
{
    list-style-type:lower-greek;
    display:block;
    margin-bottom:10px;
}

.oem-content ol li ol
{
    text-indent:40px;
}

.oem-content ol li ol li ol
{
    text-indent:70px;
}

.oem-content ul
{
    color:Red;
}
 
.oem-content div
{
    text-align :center;
    font-weight:bold;
    margin:30px 0px 10px 0px;
}

.oem-content2 ol
{
    list-style-position:inside;
    list-style-type:upper-latin;
    margin-bottom:20px;
}  

.oem-content2 ol li
{

  margin-bottom:10px;
}

.oem-content2 ol li ol
{
    list-style-type:decimal;
    text-indent:40px;
}    
    
.oem-content3 div
{
    text-align:center;
}    

.oem-content3 ul
{
    
    list-style-position:inside;
    
}

.oem_scroll
{
    overflow:auto;
    height :100%;
}


.oem-content3 ul li
{
    text-decoration:none;
    list-style-type:disc;
    text-indent:40px;
    font-weight:normal;
    line-height: 0.8em;
}

.dms-view
{
    width: 636px;
    height: 476px;
    background-image: url(../Images/grey-bg_5-dms.png);
}

.dms-view p
{
    color: #4D4D4D;
    line-height: 1.5em;
    padding: 12px;
}



.summary-view
{
    width: 636px;
    height: 390px;
    background-image: url(../Images/grey-bg_7-summary.png);
}


.welcome-view
{
    width: 606px;
    height: 272px;
    background-image: url(../Images/welcome_bg.png);
    padding: 30px 15px 0px 15px;
    overflow:hidden;
}

.welcome-view p, .summary-view p
{
    line-height:1.5em;
}

.welcome-view ul
{
    padding: 0px 10px 10px 10px;
}
.login-table
{
    height: 195px;
    width: 636px;
}

.para3, .para4
{
    color: #4d4d4d;
}
.para3
{
    font-weight: bold;
}
.para4
{
    font-weight: normal;  
    padding: 0px;
}

.para1, .para2, .para1-content-loign
{
    color: #4d4d4d;
    line-height: 2em;
}

.para1-content-loign
{
    font-weight: bold;
    margin:3px 10px 3px 10px;
}
.para1
{
    font-weight: bold;
}

.para2
{
    font-weight: normal;  
    padding: 2px;
}

.para1-header
{
    
  
    font-weight: bold;
    color: #4d4d4d;
    padding: 20px 25px 5px 25px;
}


.content-header
{
    
    font-weight: bold;
    color: #4D4D4D;
    /*padding: 10px 25px 10px 25px;*/
    margin:18px;
    line-height: 2.8em;
}

.Left-nav-header-selected
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #00ADED;
    line-height: 2.8em;
    padding: 20px 25px 5px 25px;
}

.bodyshopTable
{
    padding:0px 0px 0px 25px;
}

.dms
{
    padding:10px 0px 0px 25px;
}

#page-content
{
    /*border: 1px solid black;*/
    width: 924px;
    height: 610px;
    margin: auto;
}

.right-pane-transparent
{
    height: 606px;
    width: 240px;
    border: 1px solid blue;
    position: relative;
    z-index: -1;
}


.button-container-right-wizard
{
    height: 50px;
    text-align: right;
    margin: auto;
    padding-right:10px;
}

.button-container-right
{
    height: 50px;
    width: 636px;
    text-align: right;
    padding: 0px;
    margin: auto;

}

.left-nav ol li
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    padding-right: 10px;
    line-height: 2em;
    padding-left: 25px;
}


.left-nav ol
{
    padding:10px 0px 0px 30px;
}

.left-nav p
{
    padding:8px 10px 8px 10px;
}


ul li
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 1.4em;
    padding: 5px;
}


ul
{
    padding: 20px;
}
.eula-text
{
    width: 606px;
    height:455px;
    
    line-height: 1.6em;
    overflow:auto;
    padding: 10px 30px 0px 30px;
   }

.temp
{
    width: 680px;
height: 500px;
overflow: auto;
margin-bottom:29px;
}




td
{
    padding-left: 10px;
}

.inputBox-large
{
    width:250px
}
.inputBox-small
{
    width:150px
}

.sameBillingRow
{
    cursor:pointer;
}

.button-container-eula-checkbox
{
    font-weight: bold;
    float: left;
    text-align: left;
    font-size: 13px;
}

.button-container-eula-checkbox input, label
{
    cursor:pointer;
}

.button-container-eula
{
    height: 50px;
    width: 40%;
    padding: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.input-button-previous
{
    font-weight: bold;
    background-image: url(../Images/button_previous.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 36px;
    width: 107px;
    cursor: pointer;
}

.input-button-next
{
    color: white;
    font-weight: bold;
    background-image: url(../Images/button_next.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 36px;
    width: 107px;
    cursor: pointer;
}

.input-button-next:disabled {
    color: #ededed;
    cursor: default;
    opacity: 0.4;
    /*background-image: url(../Images/button_next-disabled.png);*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}


.agreement-checkboxes
{
    padding : 10px 15px 0px 25px;
    /*font-weight: bold;
    float: left;
    text-align: left;
    font-size: 13px;*/

}



p
{
    font-family: Arial;
    font-size: 12px;
    
}

.login-table 
{
    padding-top:15px;
}

.edula-header
{
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    
}


.validationMessage
{
    font-family: Arial;
    font-size: 12px;
    font-weight:normal;
    color:Red;
    padding-left: 5px;
}


.login-view select, .login-view-admin select
{
    width:150px;
}




.login-view input, .login-view-admin input
{
    width:145px;
}


#bodyshop_register
{
    width: 679px;
    height: 600px;
    frameborder:"0";
    font-family: Arial;
    font-size: 12px;
    color: #4D4D4D;
    padding-top:10px;
}
/* Here's how you comment CSS */  

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
background: url("../Images/rollover.png");
background-repeat:no-repeat;
font-size: 12px;
height: 500px;
width: 370px;
padding-top :20px;
color: #4d4d4d;
z-index:2;
top: 140px; 
left: 570px; 
white-space:nowrap;
background-position:top right ;
}

.popup-FR-CA {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
background: url("../Images/rollover_FR-CA.png");
background-repeat:no-repeat;
font-size: 12px;
height: 500px;
width: 410px;
padding-top :20px;
color: #4d4d4d;
z-index:2;
top: 140px; 
left: 530px; 
white-space:nowrap;
background-position:top right ;
}

.ToolTipHeader
{
    font-size :13px;
    font-weight :bold;
    text-indent:20px;
    padding :6px;
    margin-top:5px;
}

.ToolTipHeader1
{
     padding-bottom:5px;    
     font-size :11px;
     line-height:0.25em;
     text-indent:20px;
    
}
.ToolTipHeader2
{
    padding-bottom:3px;
    line-height:1.4em;
    padding-left:25px;
    
}


.traing-list p
{
  padding: 18px 10px 8px 0px;
    
}

.traing-list div
{
    max-height:210px;
  height :auto;
  overflow:auto;
    
}
.traing-list ul
{
  padding :0px;
  list-style:none;
    
}

.traing-list ul li
{
  font-weight:normal;
}

.trainig-text
{
    font-weight:bold;
}

.dmsTable 
{
    padding-bottom:5px;
}

.dmsTable td:first-child
{
    width :100px;
    white-space: nowrap;
}

  .language {
    line-height: 1.5em;
    color: white;
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    height :25px;
    margin :auto;
    width :930px;
    vertical-align :bottom;
    border-top-width:10px;
    padding-top:10px;

    
}

.line-style {
    margin-top:7px;
    margin-bottom:7px;
     color: #D3D3D3;
}

.eula-header{
    width: 608px;
    margin: 10px auto 0px auto;
    height: 25px;
    line-height: 1.0;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px 0px 20px;
    border:1px solid #b2b2b2;
    background: #e6e7e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e6e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6e7e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e6e7e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */

}
.eula-checkbox{
    width: 628px;
    margin: 0px auto 0px auto;
    height: 20px;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 10px 2px 10px;
    border:1px solid #b2b2b2;
    background: #fdfdfd; /* Old browsers */
}

#eulaGroup .eula-text {
    width: 605px;
    height: 310px;
    border-left:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    margin: auto;
    padding: 10px 20px 0px 20px;
}

#eulaGroup .button-container-eula-checkbox {
    font-size: 12px;
}

.windowMessage {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: blue;
    padding-left: 0px;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

#eula-info-3 * {
    font-family: 'Calibri','sans-serif';
}