﻿/*   
SmartWizard 2.0 plugin 
jQuery Wizard control Plugin
by Dipu
  
http://www.techlaboratory.net
http://tech-laboratory.blogspot.com
*/
.swMain
{
    /*position: relative; display: block;*/
    margin: 0;
    padding: 0;
    border: 0px solid #CCC;
    overflow: visible; /*float: left;*/ /*width: 980px;*/
}

.swMain .stepContainer
{
    /*display: block; position: relative;*/
    margin: 0;
    padding: 0;
    border: 0px solid #CCC;
    overflow: visible; /*clear: both;*/
    height: auto !important;
}

.swSteps
{
    width: 100%;
}
.swSteps td
{
    padding: 0
}
.swMain .stepContainer div.content {
    /*display: block; position: absolute; float: left;*/
    margin: 0;
    padding: 35px;
    border: 1px solid #eeeeee;
    font: normal 12px Roboto, open_sansregular, sans-serif;
    color: #5A5655;
    background-color: #fff; /*height: 300px;*/
    text-align: left;
    overflow: visible; /*z-index: 1;*/
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 0 5px 5px;
    width: 100%; /*clear: both;*/
    border-top: 0;
}

.swMain div.actionBar {
    /*display: block; position: relative; clear: both;*/
    margin: 3px 0 0 0;
    border: 0px solid #CCC;
    padding: 0;
    color: #5A5655;
    /*background-color: #F8F8F8;*/
    height: 60px;
    text-align: left;
    overflow: auto; /*z-index: 1;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 0;
}

.swMain div.actionBar>table {
    width: 100%;
}
.swMain div.actionBar table {
    border-spacing: 0;
    border-collapse: collapse;
}

.swMain .stepContainer .StepTitle {
    display: block;
    position: relative;
    margin: 0;
    border: 1px solid #E0E0E0;
    padding: 5px;
    font: bold 16px Roboto, open_sansregular, sans-serif;
    color: #5A5655;
    background-color: #E0E0E0;
    clear: both;
    text-align: left; /*z-index: 1;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.swMain ul.anchor {
    position: relative; /*display: block;*/ /*float: left;*/
    list-style: none;
    padding: 0px;
    margin: 10px 0; /*clear: both;*/
    border: 0px solid #CCCCCC;
    background: transparent; /*#EEEEEE */
    height: 40px;
}

.swMain ul.anchor li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0px solid #E0E0E0;
    border-bottom:0;
    float: left;
    width: 25%;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    outline-style: none;
}

.swMain ul.anchor li a .stepNumber {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    padding: 2px;
    text-align: center;
    font: bold 20px Roboto, open_sansregular, sans-serif;
    border-radius: 100%;
    margin: 0;
    color: #65B3FC;
    background: #fff;
    border: 1px solid #65B3FC;
    box-shadow: 0 0 0 2px #fff;
}

.swMain ul.anchor li a.disabled  .stepNumber {
    color: #CCC;
    background: #fff;
    border: 1px solid #CCC;
    box-shadow: 0 0 0 2px #fff;
}

.swMain ul.anchor li a .stepDesc {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    padding: 9px;
    font: 14px Roboto, open_sansregular, sans-serif;
    text-transform: uppercase
}

.swMain ul.anchor li a .stepDesc small {
    font: normal 12px Roboto, open_sansregular, sans-serif;
}

.swMain ul.anchor li a.selected {
    color: #65B3FC;
    background: #fff; 
    border: 1px solid #fff;
    cursor: text;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 5px 5px 0 0;
}

.swMain ul.anchor li a.selected .stepNumber {
    color: rgb(248, 248, 248);
    background: #65B3FC;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #65B3FC;
}

.swMain ul.anchor li a.selected .stepDesc {
    color: #65B3FC;
}


.swMain ul.anchor li a.selected:hover {
    color: #65B3FC;
    background: #fff;
    border: 1px solid #fff
}

.swMain ul.anchor li a.done {
    position: relative;
    color: rgb(248, 248, 248);
    background: #65B3FC;
    border: 1px solid #EEEEEE;
    width: 100%;
    margin-top: 10px;
}

.swMain ul.anchor li a.done:hover {
    color: #fff;
    background: #65B3FC;
    border: 1px solid #EEEEEE;
}

.swMain ul.anchor li a.disabled {
    color: #fff;
    background: #CCCCCC;
    border: 1px solid #EEEEEE;
    cursor: text;
    width: 100%;
    margin-top: 10px;
}

.swMain ul.anchor li a.disabled:hover {
    color: #fff;
    background: #CCCCCC;
}



.swMain ul.anchor li a.error {
    color: #6c6c6c !important;
    background: #f08f75 !important;
    border: 1px solid #fb3500 !important;
}

.swMain ul.anchor li a.error:hover
{
    color: #000 !important;
}

.swMain .buttonNext {
    display: block;
    margin: 5px 3px 0 3px;
    /*padding: 5px;*/
    text-align: center;
    font: 15px Roboto, open_sansregular, sans-serif;
    width: 100px;
    color: #FFF;
    outline-style: none;
    background-color: #329AFB;
    border: 1px solid #329AFB;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    white-space: nowrap;
    /*font-size: 15px;*/
    font-weight: 300;
    line-height: 1.4;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    text-decoration: none;
}

.swMain .buttonDisabled
{
    color: #F8F8F8 !important;
    background-color: #CCCCCC !important;
    border: 1px solid #CCCCCC !important;
    cursor: text;
    white-space: nowrap;
}

.swMain .buttonPrevious {
    display: block;
    /*float: right;*/
    margin: 5px 3px 0 3px;
    /*padding: 5px;*/
    text-align: center;
    font: 15px Roboto, open_sansregular, sans-serif;
    width: 100px;
    color: #FFF;
    outline-style: none;
    background-color: #329AFB;
    border: 1px solid #329AFB;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    white-space: nowrap;
    font-weight: 300;
    line-height: 1.4;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    text-decoration: none;
}

.swMain .buttonFinish {
    display: block;
    margin: 5px 3px 0 3px;
    text-align: center;
    font: 15px Roboto, open_sansregular, sans-serif;
    width: 160px;
    color: #FFF;
    outline-style: none;
    background-color: #329AFB;
    border: 1px solid #329AFB;
    white-space: nowrap;
    font-weight: 300;
    line-height: 1.4;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    text-decoration: none;
}

.buttonCustomHidden {
    display:none !important;
}

.swMain .buttonCustom {
    display: block;
    margin: 5px 3px 0 3px;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    font: 15px Roboto, open_sansregular, sans-serif;
    line-height: 1.4;
    color: #FFF !important;
    width: 100px;
    outline-style: none;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    cursor: pointer;
    white-space: nowrap;
}

/* Form Styles */

.txtBox
{
    border: 1px solid #CCCCCC;
    color: #5A5655;
    font: 13px Verdana,Arial,Helvetica,sans-serif;
    padding: 2px;
    width: 430px;
}

.txtBox:focus
{
    border: 1px solid #1C4072;
}

.swMain .loader {
    position: relative;
    display: none;
    float: left;
    margin: 2px 0 0 2px;
    padding: 8px 10px 8px 40px;
    border: 1px solid #FFD700;
    font: bold 13px Roboto, open_sansregular, sans-serif;
    color: #5A5655;
    background: #FFF url(../images/loader.gif) no-repeat 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 3;
}

.swMain .msgBox {
    position: relative;
    display: none;
    float: left;
    margin: 4px 0 0 5px;
    padding: 5px;
    border: 1px solid #FFD700;
    background-color: #FFFFDD;
    font: normal 12px Roboto, open_sansregular, sans-serif;
    color: #5A5655;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /*z-index: 4;*/
    border-radius: 5px;
    min-width: 200px;
}

.swMain .msgBox .content
{
    font: normal 12px Verdana,Arial,Helvetica,sans-serif;
    padding: 0px;
    float: left;
}

.swMain .msgBox .close
{
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #CCC;
    display: block;
    float: right;
    margin: 0 0 0 5px;
    outline-style: none;
    padding: 0 2px 0 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.swMain .msgBox .close:hover
{
    color: #1C4072;
    border: 1px solid #1C4072;
}

.actionBarMiddle {
    width: 100% !important;
}

.actionBarMiddle > table {
    width: 100%;
}

.actionBarMiddle a {
    float: right;
}

.actionBarRight a {
    float: right;
}