﻿#summary-wrap 
{
    position: relative;
}


div.print-pop 
{
    position: absolute;
    right: 400px;
    top: 100px;
    left: 400px;
    display: none;
    background-color: #ffffff;
    padding: 8px;
    border: 1px #000000 solid;
    border-radius: 5px;
    z-index: 10001;
    box-shadow: 5px 5px rgba(85,85,85,.4);
    min-width: 300px;
}
div.print-pop > div
{
    text-align: left;
    font-size: 1.5em;
}
div.print-pop > div > a
{
    white-space: nowrap;
}
div.print-pop  > .closer 
{
    font-size: .9em;
    text-align: right;
    padding: 8px 0 0 0;
    cursor: pointer;
}

div.dlg-backer, #ppsumm_dialog
{
    background-color: rgba(85,85,85,.3);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
}

.tbl-wrap 
{
    position: relative;
}

.spin-wrap 
{
    top: 20px;
    left: 175px;
    right: 175px;
    position: absolute;
    z-index: 10001;
    background-color: rgba(86,86,86,.4);
    text-align: center;
    padding-top: 15%;
}
.spin-wrap.reload
{
    top: 0px;
    left: 0px;
    right: 0px;
    height: 3em;  
    padding-top: .5em;
    position: relative; 
}
.spin-wrap > .fa-spin 
{
    color: #ffffff;
    font-size: 4em;
}
.spin-wrap.reload > .fa-spin 
{
    color: #ffffff;
    font-size: 1.5em;
}
    
div.proc-dlg 
{
    position: absolute;
    top: 20px;
    left: 175px;
    right: 175px;
    background-color: #fefefe;
    border: 1px #565656 solid;
    box-shadow: 5px 5px rgba(85,85,85,.4);
    box-sizing: border-box;
    display: none;
    min-height: 400px;
    z-index: 10000;
    border-radius: 5px;
}

#ppsumm_dialog .proc-dlg 
{
    display: block;
    left: 400px;
    right: 400px;   
    height: 400px;
    overflow: hidden;
    overflow-y: auto; 
}
.proc-dlg.confirm 
{
    display: none;
    left: 400px;
    right: 400px;       
    min-height: 200px;  
}
.proc-dlg.confirm > .dlg-body 
{
    height: 200px;
    overflow: hidden;
    overflow-y: auto;       
}

.done-text .fa-exclamation-triangle 
{
    color: #ff0000;
}
.done-text .fa-check-circle
{
    color: green;
}

div.proc-dlg > .dlg-header 
{
    position: relative;
    padding: 4px;
    margin: 8px;
    border-bottom: 1px #565656 solid;
    min-height: 24px;
}
div.proc-dlg > .dlg-header > span.title 
{
    font-size: 1.4em;
    font-weight: bold;
}
div.proc-dlg > .dlg-header > .closer 
{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px;
    cursor: pointer;
}
div.proc-dlg > .dlg-header > .closer > i.fa 
{
    font-size: 2em;
    color: #000000;
}
div.proc-dlg > .dlg-body 
{
    position: relative;
    padding: 12px;
}
div.proc-dlg > .dlg-body  .bot-space 
{
    height: 30px;
}
div.proc-dlg > .dlg-body  .next-step-btn
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
div.proc-dlg > .dlg-body  .last-step-btn
{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
div.proc-dlg > .dlg-body .section-hdr
{
    display: inline-block;
    font-size: 1.5em;
    color: #565656;
    margin-bottom: 4px;
    padding-left: 4px;
}
div.proc-dlg > .dlg-body div.section 
{

    color: #565656;
    border-left:  1px #565656 solid;
    border-bottom: 1px #565656 solid;
    border-bottom-left-radius: 4px;
    margin-bottom: 8px;
    padding: 4px;
    box-shadow: -2px 5px rgba(85,85,85,.4);
}
div.proc-dlg > .dlg-body .ctl-wrap 
{
    width: 200px;
    box-sizing: border-box;    
}
div.proc-dlg > .dlg-body label.form 
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px;
    color: #ffffff;
    background-color: rgba(86,86,86,.7);
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    font-size: 1.2em;
}
div.proc-dlg > .dlg-body span.ctl 
{
    display: inline-block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px;    
    width: 100%;
    border-right: 1px rgba(86,86,86,.7) solid;
    border-left: 1px rgba(86,86,86,.7) solid;
    border-bottom: 1px rgba(86,86,86,.7) solid;
    box-sizing: border-box;
    background-color: rgba(86,86,86,.4);
    min-height: 39px;
    position: relative;
}

.dlg-body .ctl-wrap.err span.ctl 
{
    background-color: #ffff00;
}

div.proc-dlg span.err-msg 
{
    position: absolute;
    bottom: 10px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #ff0000;
    font-size: 1.5em;
    font-weight: bold;
}
div.proc-dlg > .dlg-body span.inset
{
    background-color: #ffffff;
    border: 1px #565656 solid;
    padding: 4px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
} 
div.proc-dlg > .dlg-body select, div.proc-dlg > .dlg-body input[type="text"], div.proc-dlg > .dlg-body input[type="date"],
div.proc-dlg > .dlg-body input[type="number"]
{
    height: 30px;
    font-size: 1.2em;
    line-height: 1.2em;
    border-radius: 4px;
    padding: 4px;
    border: 1px #565656 solid;
    box-sizing: border-box;
    width: 100%;
}

input[type="text"][data-neg="1"] 
{
    color: #ff0000;
}

/*
div.proc-dlg > .dlg-body input[type="radio"]
{
    height: 1.5em;
    width: 1.5em;
}
div.proc-dlg > .dlg-body label.radio 
{
    display: inline-block;
    font-size: 1.5em;
    position: relative;
    top: -4px;
    font-weight: bolder;
}
*/
.row-wrap 
{
    clear: both;
    margin-bottom: 4px;
}
.row-wrap > .ctl-wrap.small
{
    float: left;
    margin-right: 8px;
}
.row-wrap > .ctl-wrap.small.check
{
    width: 30px !important;
}
.row-wrap > .ctl-wrap.small.text
{
    width: 200px !important;
    min-width: 100px;
    position: relative;
    top: 4px;
}
.row-wrap > .ctl-wrap.small.input 
{
    width: auto !important;
}
.row-wrap > .ctl-wrap.small.check > input[type="checkbox"]
{
    width: 30px;
    height: 30px;
    position: relative;
    top: -3px;
}

.ctl-wrap.full
{
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 4px !important;
    clear: both !important;
}

.ctl-wrap.half
{
    width: 49.5% !important;
    box-sizing: border-box;
    margin-bottom: 4px !important;
    margin-right: .5% !important;
    float: left;
}

span.ctl > .third, div.third
{
    width: 33% !important;
    margin-right: .33% !important;
    box-sizing: border-box;
    float: left !important;
}
span.ctl > .fourth 
{
    width: 24.6% !important;
    margin-right: .33% !important;
    box-sizing: border-box;
    float: left !important;
}

.alert 
{
    font-weight: bold;
    color: #ff0000;
}

td.right 
{
    text-align: right;
}
td.center 
{
    text-align: center;
}

#ttlPmt, #pmtLeft 
{
    display: inline-block;
    width: 100%;
    box-sizing: bnorder-box;
    text-align: right;
    font-size: 1.5em;
    color: green;
}

input[data-type="decimal-2"] 
{
    text-align: right;
}
span.ctl.double input[type="text"]
{
    xxwidth: 49.5%;
}

table.data 
{
    width: 100%;
}
table.data th 
{
    background-color: #0c4499;
    color: #ffffff;
    font-size: .9em;
    padding: 4px 4px;
}
table.data td
{
    font-size: .9em;
    padding: 2px 4px;
    vertical-align: top;
}    
table.data tbody tr:nth-child(even) td, table.data tbody tr:nth-child(even)
{
    background-color: #e3e3e3;
}
    
h2.toggle 
{
    width: 100%;
    position: relative;
}
h2.toggle > .fa 
{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.5em;
}
.collapse 
{
    height: 0px; 
              
}
.section-wrap 
{
    padding-bottom: 8px;
    border-bottom: 1px #565656 solid;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
}
.section-wrap.collapse 
{
    overflow-y: hidden;
    padding-bottom: 0px; 
}
.hideable 
{
    display: none;
}
    
.top-button 
{
    margin-bottom: 12px;
    position: relative;
    text-align: right;
}
.new-pay-btn 
{
    border: 1px #0c4499 solid;
    background-color: #ffffff; /*rgba(12,68,153, 1);*/
    color: #0c4499;
    font-size: 1.5em;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: color .5, background-color .5s;
    transition: color .5s, background-color .5s;
}
.new-pay-btn:hover
{
    color: #ffffff;
    background-color: #0c4499;
}
a.new-pay-btn:hover 
{
    color: #ffffff !important;
}

.half 
{
    box-sizing: border-box;
    width: 49%;
    margin-right: .75%;
    float: left;
}

/*
-------------------------
CALENDAR
-------------------------
*/
.cal-wrap 
{
    position: absolute;
    width: 175px;
    min-height: 130px;
    z-index: 30000;
    background-color: #ffffff;
    border: 1px #565656 solid;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 3px 3px rgba(86,86,86,.5);
}
.cal-wrap select 
{
    font-size: 9pt !important;
    height: 14pt !important;
    border-radius: 0 !important;
    display: inline !important;
    padding: 0px !important;
    width: auto !important;
    box-sizing: border-box;
}
.cal-wrap #calMonth { float: left; }
.cal-wrap #calYear { float: right; }
.cal-wrap .cal-hdr 
{
    clear: both;
    padding: 4px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.cal-wrap .cal-body-wrap 
{
    box-sizing: border-box;
    width: 100%;    
}
.cal-wrap .cal-body 
{
    margin: 4px;
    background-color: #ffffff;
    width: 95.5%;
    min-height: 100px;
    border-collapse: collapse;
    box-sizing: border-box;
}
.cal-wrap .cal-body td 
{
    border: 1px solid #000000;
    min-height: 12px;
    min-width: 12px;
    text-align: center;
    font-size: 9pt;
    cursor: pointer;
}
.cal-wrap .cal-body td.last-mn 
{
    background-color: rgba(0,0,0,.3);
}
.cal-wrap .cal-body tr.cal-days td
{
    font-weight: bold;
    background-color: #0c4499;
    color: #ffffff;
    border: 1px solid #0c4499;
    cursor: default;
}
.cal-wrap .cal-foot 
{
    display: inline-block;
    clear: both;
    padding: 4px;
    width: 95.5%;
}
.cal-wrap .cal-foot > a 
{
    display: inline-block;
    float: left;
    color: #565656;
    text-decoration: none;
}
.cal-wrap .cal-foot > span.cal-closer
{
    display: inline-block;
    float: right;
}
.cal-wrap .cal-foot  i.fa 
{
    cursor: pointer;
    color: #56656;
    display: inline-block;
    font-size: 12pt;
    font-weight: normal;
}
[data-role="activatecal"] { cursor: pointer; }

input.bad-date::-webkit-input-placeholder,input.bad-date:-moz-placeholder,input.bad-date::-moz-placeholder
{
    color: #ff0000 !important;
}
