.tabwrapper .panel{
    display:none;
}
.tabwrapper .panel.active{
    display:block;
}
.button-orange{
    background-color: #FF5319;
    color: #ffffff;
    border: 1px solid #FF5319;
    width: auto;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.button-orange:hover{
    background-color: #E54510;
}
span.smalltxt{font-size: 10px;}

/*Notice message*/
.shd-notice{
    padding-bottom: 10px;
}
.shd-notice .button-green {
    background-color: #02b000 !important;
    border-color: #02b000 !important;
    font-weight: 700;
    text-shadow: none !important;
    color:#fff !important;
}
.shd-notice .button-green:hover{
    background-color: #029a00 !important;
    border-color: #029a00 !important;
}
.shd-notice .button-red{
    text-shadow: none !important;
    font-weight: 700;
}
.shd-notice .button-red:hover {
    background-color: #dc3232 !important;
    border-color: #dc3232 !important;
    color: #fff !important;
}
.shd-notice ul {
    list-style: inside !important;
    margin-top: 0;
    padding-left: 10px;
}
.shd-notice li {
    margin-bottom: 3px;
}
/* help setup */
.swift-help-setup li input[type="text"]{background-color: #fff;}
.swift-help-setup ol li{margin-bottom: 10px;}

.swift-help-blue-div{
    display: block;
    background-color: rgba(207,226,243,1);
    padding: 30px;
    text-align: center;
}
.swift-help-blue-div h2{margin: 0 0 15px 0;font-size: 24px;font-weight: normal;}
.swift-help-blue-div a{font-size: 18px;}
.shd_reason_list{
    list-style: inherit;
    padding: 0 0 0 20px;
}
.p-0{
    padding: 0 !important;
}