/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/01/2017, 11:18:18 AM
    Author     : sakcret
*/
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    background: #184f9f;
    color: #fff;
    cursor: default;
}
.wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active {
    background: #4d6384;
    color: #f5f5f5;
    cursor: default;
}
.wizard a{color: #184f9f;}
.wizard>.steps li:first-child {
    border-left: none !important;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    display: block;
    width: auto;
    padding: 2px 10px;
    text-decoration: none;
}

.wizard>.steps>ul>li {
    width: 25%;
}
.wizard ul>li, .tabcontrol ul>li {
    display: block;
    padding: 0;
}

.wizard ul {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}

.wizard>.content {
    background: #fff;
    display: block;
    min-height: 12em;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0px;
}
.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active {
    background: #00953e;
    color: #fff;
}
.wizard>.content>.title, .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}
.wizard label.error {
    color: #9e0b0b;
    margin: 0px;
    font-size: 0.9em;
}

.wizard .actions li a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #184f9f;
    color: #fefefe;
    width: 100%;
    float: right;
}
.actions li {
    margin-left: 2px;
    width: 20%;

}

.wizard .actions ul {
    text-align: right;
}
.actions ul {
    padding: 10px 20px;
    background: #ffffff;
    margin-top: 10px;
}
.wizard .actions li a:hover {background-color: #00953e;}
.wizard legend {
    color: #fff;
    font-size: 1.2em;
    width: 100%;
    margin: 0px;
    background-color: #184f9f;
    padding: 4px 20px;
    min-height: 20px;
    display: none;
}
.wizard .content-steps{padding: 20px;}
.actions [aria-disabled="true"] a {
    background-color: #b9b9b9 !important;
    color: #fff !important;
    cursor: not-allowed !important;
}
.actions.clearfix,.wizard>.content {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.wizard>.steps>ul>li, .wizard>.actions>ul>li {
    display: inline-block;

}

.steps .number {
    float: left;
    width: 30px;
    text-align: center;
    padding: 0 5px 5px;
    font-size: 3.2em;
}
.steps .title small {
    font-size: 1em;
    font-weight: lighter;
}
.steps .title{
    float: left;
    text-align: left;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    overflow: hidden;
}
#mdl-create-account .alert.alert-dismissible{padding-right: 30px;}
#mdl-create-account .alert {
    padding: 8px;
    margin-bottom: 10px;
}
#mdl-create-account table tr td:first-child {
    font-weight: bold;
    width: 200px;
    text-align: right;
}
