﻿
.livehtmlwrapper *, .livehtmlwrapper *:before, .livehtmlwrapper *:after
{
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box!important;
}
.livehtmlwrapper .ddl
{
    border: 1px solid #aaaaaa !important;
}
.livehtmlwrapper .lnkbtn1
{
    font-family: Helvetica,Arial,sans-serif;
    padding: 5px 10px;
    background: #818181;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#818181, endColorstr=#656565)";
    background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#656565));
    background: -moz-linear-gradient(center top , #818181 0%, #656565 100%) repeat scroll 0 0 transparent;
    border-color: #aaaaaa;
    color: #FFFFFF !important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#818181, endColorstr=#656565);
}
.livehtmlwrapper .lnkbtn1:hover
{
    background: #4E4E4E;
    color: #ffffff;
    text-decoration: none;
}
.livehtmlwrapper .lnkbtn2
{
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
    color: #003366;
}
.livehtmlwrapper .lnkbtn2:hover
{
    text-decoration: underline;
    color: #000;
}
.livehtmlwrapper .caption
{
    font-size: 11px;
    background-color: InactiveBorder;
    border-radius: 5px;
    -moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px;
}
.livehtmlwrapper ins
{
    background-color: #cfc;
    text-decoration: inherit;
}

.livehtmlwrapper del
{
    color: #999;
    background-color: #FEC8C8;
}

.livehtmlwrapper ins.mod
{
    background-color: #FFE1AC;
}
.livehtmlwrapper .previewPanel
{
    border: 1px solid #A9A9A9;
    overflow: auto;
    padding: 10px;
    min-height: 25px;
}
.livehtmlwrapper .previewPanelContainer
{
    border: 5px solid #E6EBEA;
    margin-top: 5px;
}
.livehtmlwrapper .comparisonButtons
{
    background-color: #E6EBEA;
    float: left;
    margin: 0;
    padding-bottom: 5px;
    padding-right: 20px;
}
.livehtmlwrapper .comparisonButtons li
{
    display: inline;
    margin: 5px;
}
.livehtmlwrapper .comparisonButtons a
{
    color: #A2A1A1;
    margin-left: 15px;
    text-decoration: none;
}
.comparisonButtons .selected
{
    color: #000000;
    font-weight: bold;
}
.livehtmlwrapper .cursor
{
    cursor: pointer;
}
.livehtmlwrapper .disable
{
    background: none repeat scroll 0 0 #CCCCCC !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #AAAAAA !important;
    text-shadow: none !important;
    cursor: not-allowed !important;
}


.livehtml a.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.livehtml a.btn:focus
{
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.livehtml a.btn:hover, .livehtml a.btn:focus
{
    color: #000;
    text-decoration: none;
}
.livehtml a.btn-danger:hover, .livehtml a.btn-danger:focus, .livehtml a.btn-danger:active
{
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.livehtml a.btn-success:hover, .livehtml a.btn-success:focus, .livehtml a.btn-success:active
{
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}
.livehtml a.btn-info:hover, .livehtml a.btn-info:focus, .livehtml a.btn-info:active
{
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.livehtml a.btn:active, .livehtml a.btn.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.livehtml a.btn-danger
{
    background-color: #B73D3D;
    color: #FFFFFF;
    width: 60px;
}
.livehtml a.btn-success
{
    background-color: #5BAE43;
    color: #FFFFFF;
    width: 60px;
}
.livehtml a.btn-info
{
    background-color: #4F99D3;
    color: #FFFFFF;
    width: 60px;
    float: right;
}
.livehtmlwrapper .toggle
{
    background: url("https://www.secfed.bank/DesktopModules/LiveHTML/Resources/Images/slide-down.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 14px;
    float: right;
    width: 38px;
    bottom: -22px;
    position: absolute;
    right: -1px;
    padding: 4px 0 4px 6px;
    border-color: #cccccc;
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    -moz-border-radius: 0 0 5px 5px;
    webkit-border-radius: 0 0 5px 5px;
    z-index: 99;
}

.livehtmlwrapper .toggle-wrapper
{
}
.livehtmlwrapper .ReviewComment
{
    display: none;
    position: relative;
    width: 885px;
    overflow: auto;
}

.livehtmlwrapper .toggle.close
{
    background-image: url("https://www.secfed.bank/DesktopModules/LiveHTML/Resources/Images/slide-up.png");
    opacity: 1;
}
.livehtmlwrapper .admin-panel
{
    width: 4000px;
}
