﻿/* GLOBAL */
@page {
    /*size: letter;*/
    margin-right: 0.5cm;
    margin-left: 0.5cm;
    margin-top:0.7cm;
    margin-bottom:0.7cm
}

header[role="banner"] nav[role="navigation"] {
    display: none;
}

header[role="banner"] div#logo {
    padding: 10px 0 0;
    margin: 0;
}

    header[role="banner"] div#logo a:after,
    a.k-link:after,
    .k-grid td a:after {
        content: "";
    }

div.portlet-container div.portlet-header h2 {
    position: absolute;
    font-size: 16px;
    top: 75px;
    right: 40px;
    width: auto;
}

div#main {
  margin-top: 0 !important;
  padding-top: 0;
}

div.portlet-container {
    border: none;
}

nav.tab-controller {
    position: absolute;
    right: 20px;
    top: 75px;
}

    nav.tab-controller ul {
        display: inline-block;
        padding: 2px 0 5px;
    }

    nav.tab-controller .ui-state-default {
        display: none;
    }

        nav.tab-controller .ui-state-default.ui-state-active {
            display: block;
        }

            nav.tab-controller .ui-state-default.ui-state-active a {
                padding: 0;
                font-size: 16px;
            }

span.carat {
    display: none;
}

.tyler-toggle-container {
    display: block;
}

div.portlet-container div.portlet-summary {
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
}

    div.portlet-container div.portlet-summary h3 {
        font-size: 14px;
        font-weight: bold;
    }

div.portlet-container .register-of-actions section div.roa-entry {
    border: 1px dotted #DDD;
    overflow: auto;
    padding: 15px;
}

.print-button {
    display: none;
}

.portlet-summary-actions {
    display: none;
}

.footer-wrapper {
    margin: -50px 0 0;
    height: auto;
}

.footer-clear {
    display: none;
}

/* Kendo Grid */
.k-grid td {
    font-size: 12px;
    overflow: visible;
    white-space: normal;
    vertical-align: top !important;
    border-bottom: 1px dotted #DDD !important;
}

.k-pager-wrap .k-link,
.k-pager-numbers,
.k-pager-sizes {
    display: none !important;
}

.k-pager-wrap {
    border-top: 1px solid #AAA !important;
}

.k-grid-header .k-header {
    padding-bottom: 3px !important;
}

/* roa */
div.portlet-container .register-of-actions section {
    margin-bottom: 5px;
}

    div.portlet-container .register-of-actions section > header {
        padding: 0;
        height: 22px;
    }

.roa header a {
    display: none;
}

.roa .section-title,
.roa h3 {
    font-size: 14px;
}

.roa .tyler-cols-3 > * {
    width: 48%;
}

.roa .tyler-cols-2 > * {
    width: 46%;
}

.roa p,
.register-of-actions .roa-event,
.partyInformation h4,
.partyInformation li span {
    font-size: 11px !important;
    line-height: 14px !important;
}

.roa-entry .tyler-toggle-controller,
.partyInformation li {
    height: 14px !important;
    line-height: 14px !important;
    margin-bottom: 0 !important;
}

.roa-entry .tyler-toggle-container {
    margin-top: 5px;
}

.portlet-container .register-of-actions .partyInformation ul {
    margin-bottom: 0px;
}

.register-of-actions .tyler-toggle-container .tyler-toggle-container,
.portlet-container .register-of-actions .partyInformation ul {
    margin-left: 10px !important;
}

.document-download {
    display: none !important;
}

/* activity log */
button.tyler-btn {
    display: none;
}

.activity-log-controls {
    border: 1px dotted #DDD;
}

input.tyler-datepicker {
    width: 150px;
    height: 30px;
    line-height: 31px;
    font-size: 14px;
}

.activity-log-controls select {
    height: 30px;
    padding: 0 5px;
}

.activity-log-controls > div {
    width: auto !important;
    padding: 0 10px 0 0;
}

.activity-log-controls .empty-label {
    display: none;
}

/*Receipt Print CSS Info*/
header, footer, div.print-only hr, div.print-only button, div.print-only input, div.print-only .portlet-header,
div.print-only .screen-only, div.print-only .tyler-btn, div.print-only a.k-link::after, div.print-only .k-button,
.ui-tabs-anchor, div.print-only .footer-clear, div.print-only .footer-wrapper,
div.print-only input.tyler-datepicker {
    display: none !important;
}

div.print-only .k-grid-header .k-header, div.print-only table tr.total-amount {
    border-top-style: solid;
    border-top-width: medium;
    border-color: black;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-radius:0;
}

    div.print-only .k-grid-header .k-header .k-link {
        font-weight: bold;
    }

div.print-only .k-grid tbody tr {
    background-color: #c0c0c0 !important;
}

    div.print-only .k-grid tbody tr.k-alt {
        background-color: #fff !important;
    }

div.print-only .k-grid tbody td {
    border-bottom: none !important;
}

    div.print-only .k-grid tbody td.amount, div.print-only .k-grid thead th.amount span {
        text-align: right;
    }

div.print-only table td.details-header p {
    font-weight: bold;
    text-align: left;
}

div.print-only table td p, div.print-only table td {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: left;
    overflow: visible;
    font-size: 1em;
}

table tr td.tyler-text-align-right {
    text-align: right;
}

div.print-only h1 {
    font-size: 20pt;
    font-weight: bold;
    padding: 0;
}

div.print-only h2 {
    font-size: 14pt;
    font-weight: bold;
    padding: 0;
}

div.print-only h3 {
    font-size: 14pt;
    padding: 0;
}

div.print-only .tyler-hide.print-only {
    display: block;
}

div.print-only .k-grid td {
    border-bottom: 0px none #DDD !important;
}

div.print-only pre.tyler-pre {
    -ms-word-break: normal;
    word-break: normal;
    overflow-y: visible;
    border: 0px none !important;
    page-break-inside: auto;
    height: 100%;
}
h1, h2, h3, h4{
    font-size:16px !important;
    font-weight: bold;
}
p, a, ul, li, span, i, td, div, label{
    font-size: 12px !important;
}

p span, label, div[id=dispositionInformationDiv] span.tyler-color-muted,
.text-primary{
    font-size: 12px !important;
    color: rgba(110, 110, 110, 0.7) !important;
}

div[id=dispositionInformationDiv] span{
    color:black !important;
}


.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}


#searchResultsDiv#Grid .col-md-11{

width: 100%;

}

#searchResultsDiv#Grid tr.k-alt.k-detail-row td.k-detail-cell {
    border: none;
}

#searchResultsDiv#Grid .k-pager-info{
display:none;

}


.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666666666666%;
}
.col-md-10 {
  width: 83.33333333333334%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666666666666%;
}
.col-md-7 {
  width: 58.333333333333336%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666666666667%;
}
.col-md-4 {
  width: 33.33333333333333%;
 }
 .col-md-3 {
   width: 25%;
 }
 .col-md-2 {
   width: 16.666666666666664%;
 }
 .col-md-1 {
  width: 8.333333333333332%;
 }
 
 .no-print-border{
   border:none;
 }

 /*ePayment print stylings*/
 div.epayment td.k-detail-cell thead.k-grid-header th.k-header{
   border-top:none;
 }

 div.epayment tr.k-detail-row td.k-detail-cell{
   border-bottom:2px solid black !important;
 }

 div.epayment thead tr th.k-header{
   border-bottom:2px solid black;
   border-top:2px solid black;
 }

 div.epayment div.print-only .k-grid tbody tr{
   background-color: transparent !important;
 }
 /*End ePayment print stylings*/