body,form,ul,h1,h2,h3{
    margin:0;
    padding:0;
}
ul {
    list-style: none;
}
body {
    color: #464e56;
    font: 14px/1.428 'helvetica neue', helvetica, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h2 {
    font-size: 19px;
}
h2 .sep {
    color: #aaa;
    display: inline-block;
    margin: 0 8px;
    font-size: 18px;
}
h3 {
    margin-bottom: 15px;
}
h4 {
    margin:0;
}
a {
    color:#0275D8;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
#main {
    height: calc(100% - 50px);
}
#tbar {
    color: #fff;
    height: 50px;
    background:#212121;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    position:relative;
}
#tbar {
    font-size: 16px;
}
#logout {
    color: #999;
    margin: 8px 20px 0 10px;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 8px;
    border: 1px solid #999;
}
#logout:hover {
    color: #fff;
    border-color: #fff;
}
#logo {
    position: absolute;
    top: 3px;
    left: 20px;
}
#step-wrap {
    height: 100%;
    overflow: auto;
}
#step {
    overflow: hidden;
    overflow-y: auto;
}
#stephd-wrap {
    background-color: #fff;
}
/*#stephd-wrap {
    position: absolute;
    width: -webkit-calc(100% - 241px);
    width:    -moz-calc(100% - 241px);
    width:         calc(100% - 241px);
    box-shadow: 0 8px 16px -16px #999;
}*/
#stephd {
    padding: 15px 25px;
}
#stepbd {
    padding: 10px 25px 25px;
}

.cd {
    background-color:#fff;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    box-shadow: 5px 5px 5px #eee;
}
.cd-hd {
    padding: 15px 15px 10px;
    border-bottom: 1px solid #eee;
    background-color: #fbfbfb;
}
.cd-bd {
    padding: 10px 15px 15px;
}
.cd-hd h3 {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.cdw {
    padding: 15px;
}
.msg {
    margin-top: 10px;
}
.msg li {
    padding: 10px 15px 10px;
    border: 1px solid #ccd0d4;
    box-shadow: 5px 5px 5px #eee;
}
.msg-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.msg-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.noimg {
    margin: auto;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
    background: #fafafa;
    position: relative;
}
.noimg div {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
