


body
{
    background: #f5f5f5 url("/img/bg_body.jpg") repeat scroll center top;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.primarycontainer
{
    background-color: white;
    padding-bottom: 50px;
    box-shadow: 0 1px 14px 2px #CCCCCC;
    padding-left: 40px;
    padding-right: 40px;
}

    @media (max-width: 768px)
    {
        .primarycontainer
        {
            background-color: white;
            padding-bottom: 30px;
            box-shadow: 0 1px 14px 2px #CCCCCC;
            padding-left: 20px;
            padding-right: 20px;
        }
    }
.container
{
    
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0px !important;
}
.form-horizontal .radio:hover, .form-horizontal .checkbox:hover, .form-horizontal .radio-inline:hover, .form-horizontal .checkbox-inline:hover {
    cursor: pointer;
}


h1,h2,h3,h4,h5,h6
{
    
}


/* ==========================================================================
   COLORS
   ========================================================================== */
a
{
    color: #016648;
}
a:hover { cursor: pointer; }
.green
{
    color: #016648;
}

.responsibility {
    background-color: #016648;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    font-weight: 300;
    padding-top: 4px;
}
.creditor_name {
    color: #2b4c99;
    font-weight: 500;
    cursor: pointer;
    
}
.creditor_question {
    color: #2b4c99;
    font-weight: 300;
    cursor: pointer;
    
}
/* ==========================================================================
   SIZES & MARGINS & PADDINGS
   ========================================================================== */
body { padding-top: 20px; }

a{ }





/* ==========================================================================
   HEADER ROW
   ========================================================================== */
#header {  }

.company-info { }

.company-info ul
{
    list-style: none;    
}


.contact-info ul
{
    list-style: none;
}



#primarycontainer
{
    min-height: 600px;
}


label {
    font-weight: normal !important;
}







/* FOOTER */

.logo_row
{
    
}
.logo_row img
{
    height: 100%;
    height: 56px;
    margin-right: 20px;
}
.logo_row a
{
    display: inline-block;
    padding-bottom: 20px;
}
    @media (max-width: 768px)
    {
        .logo_row a
        {
            padding-top: 0;
            text-align: center;
            display: block;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: solid 1px #eee;
        }
        .logo_row img
        {
            height: 100%;
            height: 56px;
        }
    }
footer
{
    
    background-color: #e5e5e5;
    bottom: 0;
    width: 100%;
}

footer .container
{
    padding-top: 10px;
}
footer a.facebook
{
    font-size: 28px;
    color: #4C69BA;
    position: relative;
    top: -4px;
}

footer a.facebook:hover
{
    color: #3B55A0;
    text-decoration: none;
}

.footer_container h3 {
    margin-bottom: 10px;
}
.footer_container p {
    font-weight: 300;
    line-height: 23px;
}
.footer_container  {
    font-weight: 300;
    line-height: 23px;
}
.footer_container ul {
    list-style-type: square;
    color: #016648;
    padding-left: 0px;
    list-style-position: inside;
}
.footer_container ul a {
    font-weight: 300;
}
    
    @media (max-width: 768px)
    {
        .text-sm-center
        {
            text-align: center !important;
        }
    }
    @media (min-width: 769px) and (max-width: 970px) {
        .text-md-center
        {
            text-align: center;
        }
    }
    @media (min-width: 992px) {
        .stripheaderimagesmall
        {
            background-image: url(@Html.Raw(headerImageSmall));
        }
    }
    
/* ==========================================================================
   WIZARD NAVIGATION
   ========================================================================== */

.wizard-container
{
    padding-top: 60px;
    text-align: center;
    margin-bottom: 20px;
}
.wizard a
{
    color: #999999;
    text-decoration: none;
}
.wizard a:hover
{
    color: #999999;
    text-decoration: none;
}

.wizard a.current:hover
{
    
}


.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:hover
{
    text-decoration: none;
    cursor: pointer;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}

.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}

.wizard span {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
  
}

.wizard span {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard .current span{
    background: White;
    color: #444;
}
.wizard a:first-child span {
    margin-left: 0;
}
.wizard .current {
    background: #2B4C99;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #2B4C99;
}




.bar_bg
{
    background: transparent url(/img/bar_bg.png) repeat 0 0;
    -webkit-border-radius: 4px ;
       -moz-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden;
}
.bar_bg img
{
    height: 287px;   
}

.bigul 
{
    padding-left: 0px;
}
.bigul li
{
    font-size: 22px;
    padding-bottom: 8px;
    list-style: none;
    font-weight: 300;
}
.bigul li span
{
    margin-right: 12px;
}
/* 

       STEPS

*/

.steptitle h1
{
    
    margin: 30px 0px 10px 0px;
    padding-bottom: 0px;
}

.steptitle
{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 0;
    margin-bottom: 29px;
}
/* STEP 1 */
#step-benefits
{
    
}

.unsecured_debt thead
{
    background-color: #e5e5e5;
}
.unsecured_debt th
{
    font-size: 14px;
}
.row_creditor {
    
}
.row_balance{
    text-align: right;
}
.row_currentpayment{
    text-align: right;
}
.row_currentinterest{
    text-align: center;
}
.row_dmptpayment{
    text-align: right;
}
.row_dmpinterest{
    text-align: center;
}
.row_monthlysavings{
    text-align: right;
}






/*Additional emphasis to thead three columns that represent non-dmp payments.
Match red color from graph

Darker Red - F16868
Lighter Red - F7BEBE
*/


/* Standard Row */
.row_currentpayment, .row_currentinterest, .row_currentpayout {
    background-color: #F9F2F2 !important;
    
}

tr.alt .row_currentpayment,  tr.alt .row_currentpayout {
    
}

tr.row_total .row_currentpayment, tr.row_total .row_currentinterest, tr.row_total .row_currentpayout {
    background-color: #ffffff !important;
    color: #333333 !important;
    font-weight: 700;
    border-bottom: none !important;
}
th.row_currentpayment, th.row_currentinterest, th.row_currentpayout {
    background-color: #e5e5e5 !important;
    color: #555;
}
tr.nonalt .row_currentinterest
{
    
}


/* Styles for payments made on the DMP. 
Match blue styles from the graphs below 

Darker Blue - 0B62A4
Lighter Blue - A8D5F4

*/



tr .row_dmptpayment, tr .row_dmpinterest, tr .row_estpayout {
    background-color: #EDF8FF !important;
}
th.row_dmptpayment, th.row_dmpinterest, th.row_estpayout, th.row_monthlysavings {
    background-color: #e5e5e5 !important;
    color: #555;
}
/*TOTAL*/
tr.row_total .row_dmptpayment, tr.row_total .row_dmpinterest, tr.row_total .row_estpayout {
    background-color: #ffffff !important;
    color: #333333 !important;
    font-weight: 700;
    border-bottom: none !important;
}

.row_monthlysavings
{
    background-color: #E1F4EC !important;
}
 tr.row_monthlysavings
{
    background-color: #E1F4EC !important;
}

tr.alt .row_monthlysavings
{
    background-color: #E1F4EC !important;
}
tr.row_total .row_monthlysavings
{
    background-color: #ffffff !important;
    color: #333333 !important;
    font-weight: 700;
}

.row_currentpayment, .row_currentinterest, .row_currentpayout,
.row_dmptpayment, .row_dmpinterest, .row_estpayout, .row_monthlysavings
{
    width: 100px;
    text-align: center !important;
}

tr .row_currentpayout, tr .row_estpayout, tr .row_balance, tr .row_monthlysavings
{
    border-right: solid 1px #dddddd !important;
}
tr.row_total .row_currentpayout, tr.row_total .row_estpayout, tr.row_total .row_balance, tr.row_total .row_monthlysavings
{
    border-right: none !important;
}
tr.row_total td
{
    border-top: solid 1px #dddddd !important;
    border-bottom: solid 1px #dddddd !important;
}
.row_total td
{
    font-size: 16px !important;
    
}
/* STEP 2 */
#step-actionplan
{
    
}


/* STEP 3 */
#step-budget
{
    
}


/* STEP 4 */
#step-goals
{
    
}
    #step-goals ul
    {
        list-style: none;
    }
    .stepcircle
    {
        display: inline-block;
        min-width: 10px;
        padding: 4px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #2B4C99;
        border-radius: 10px;
        margin-right: 15px;
        float: left;
    }
    .reviewsteps i
    {
        float: right;
        font-size: 20px;
        color: #016648;
    }
    .reviewsteps
    {
        padding-left: 10px;
    }
    .reviewsteps li
    {
        padding-bottom: 15px;
    }
    .checker:hover
    {
        cursor: pointer;
    }
    .checker input:hover
    {
        cursor: pointer;
    }
/* STEP 5 */
#step-statedisclosure
{
    
}


/* STEP 6 */
#step-complete
{
    
}

#step-complete .steptitle h1
{
    border: none;
    color: #016648;
    font-size: 40px;
    text-align: center;
}


body {
    padding-bottom: 0px;
}

.fa {
  -webkit-animation: show 1s 1;
  /* any other properties to override from FontAwesome's default .fa rule */
}
@-webkit-keyframes show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

body {
  -webkit-animation: show .5s 1;
  /* any other properties to override from FontAwesome's default .fa rule */
}
@-webkit-keyframes body {
  0% { opacity: 0; }
  100% { opacity: 1; }
}