﻿
article.tabs {
    position: relative;
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    /*height: 100% !important;*/
    margin: auto auto auto auto;
    box-sizing: initial !important;
}

    article.tabs section {
        position: absolute;
        display: block;
        top: 30px;
        left: 30px;
        width: 96% !important; /*width: 94%;*/
        height: 100% !important;
        /*min-height: 750px;*/
        min-height: 793px;
        /*padding: 10px 20px;*/
        /*background-color: #d1eeee;*/
        background-color: #ffffff;
        border: 2px solid;
        border-radius: 5px;
        /*box-shadow: 1px 1px 2px #002060;*/

        z-index: 0;
    }

article.tabs section:first-child
{
	z-index: 1;
}

/*blue tab*/
article.tabs section h2
{
	position: absolute;
	font-size:12px;
	font-weight:bold;
	/*width: 120px;*/
    width: 160px;
	height: 2.2em;
	top: -2.2em;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	background-color:#002060;
	border-radius: 0px 0px 0 0;
}

article.tabs section:nth-child(2) h2
{
	/*left: 132px;*/
    left: 172px;
}

article.tabs section:nth-child(3) h2
{
	/*left: 254px;*/
    left: 334px;
}

article.tabs section:nth-child(4) h2
{
    left: 496px;
}

article.tabs section:nth-child(5) h2
{
    left: 658px;
}

article.tabs section:nth-child(6) h2
{
    left: 820px;
}

article.tabs section:nth-child(7) h2
{
    left: 982px;
}

article.tabs section:nth-child(8) h2
{
    left: 1144px;
}

article.tabs section:nth-child(9) h2
{
    left: 1306px;
}

article.tabs section h2 a
{
	display: block;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}

article.tabs section,
article.tabs section h2
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*article.tabs section:target,
article.tabs section:target h2*/
article.tabs section:target
{
	color: #000000;
	/*background-color: #d1eeee;*/
    background-color: #ffffff;
	z-index: 2;
}

#tab_action
{
    position: relative;
	display: inline;
    float: right;
    font-size: 12px;
    padding: 0px 20px 0px 0px
}

#filename_holder {
        display: none;
    }

/*green tab*/
article.tabs section:target h2
{
    background: #2a431e;
}













html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #191970;*/
    background-color: #002060;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
        color: #333;
  }

/*a:hover {
        background-color: #c7d1d6;
  }*/

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1560px;
}

#body {
    background-color: #ffffff;
    /*min-height:initial;*/
    clear: both;
    padding-bottom: 5px;
}

#topblue {
    /*background-color: #191970;*/
    background-color: #002060;
}

/*
    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }
*/
header .content-wrapper {
    padding-top: 20px;
    /*background-color: #191970;*/ 
    background-color: #002060;   
}

footer {
    clear: both;
    background-color: #ffffff;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        /*color: #ffffff;*/
        background-color: #ffffff;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 13px;
        text-decoration: none;
       
    }

    .top_agname a {
        /*background-color:none;*/
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

/*    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }*/

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */




.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}











.btn-primary,
.btn-primary:focus {
  color: #ffffff;
  /*background-color: #428bca;
  border-color: #357ebd;*/
  background-color: #0B2D6C;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  /*background-color: #3276b1;
  border-color: #285e8e;*/
  background-color: #074BCA;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  /*background-color: #428bca;
  border-color: #357ebd;*/
  background-color: #0B2D6C;
  border-color: #357ebd;
}








#loginForm {
    border-right: solid 2px #c8c8c8;
    border-left: solid 2px #c8c8c8;
    border-top: solid 2px #c8c8c8;
    border-bottom: solid 2px #c8c8c8;
    float:left;
    width: 35%;
    background-color: #f5f5f5;
    
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin:  25px;
    padding: 0;
}

    fieldset legend {
        display: block;
        font-size: 2.2em;
        font-weight: 600;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position:absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


.ui-dialog{
position:absolute;
top:70px;
left:600px;
z-index:103;
}
.ui-widget-overlay{
z-index:102;
}



/********************
*  Partner main page   *
********************/

.partner_page_green_title {
    color: #ffffff;
    font-weight:400;
    font-size: 1.1em;
    background-color: #848484;
    text-align: center;
}

.partnerbody {
    /*background-color: #f2f2f2;*/
     
}

#result {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    
}

.pssw_partial li {
    list-style: none;
    display:  inline;
}



.div_customer_portal {
  height: 40px;
  text-align:center;
}

.div_customer_portal a, .div_card_reader a, .section_8 a {
    color: #0026ff;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.div_card_reader, .section_8, div_card_reader, div_card_reader {
    
    text-align : center;
}

.div_card_reader table{
    
    display:  inline-table;
}

.section_1, .section_2, .section_3, .section_4, .section_6, .section_8, div_card_reader {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.section_2_btn, .section_3_btn {
    margin-left: 40px;
}

.section_4_search{
    margin-left: 40px;
    margin-bottom: 10px;
}

.section_4_search input[type="submit"] {
   float: right;
}

.webGrid { margin: 4px; border-collapse: collapse; width:auto;  background-color:#f5f5f5; }
    .header th { text-align: center; background-color: #c8c8c8; font-weight: bold; color: #000000; }
    .headercustomreport th { text-align: center; background-color: #c8c8c8; font-weight:normal; color: #000000; }
    .webGrid th, .webGrid td { border: 2px solid #ffffff; padding: 1px; }
    .alternate { background-color: #dedede; color: #000; }
    .gridHead a:hover {text-decoration:underline;}
    .description { width:auto}
    .select{background-color: #ffffff}
    

.vb_message {
    margin-left: 40px;
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

#cc_enabled {
    color: #0026ff;
    text-decoration: underline;
}

#cc_disabled {
    color: #333333;
    text-decoration: none;
}

#class_section_6 input[type="text"] {
   padding:0;
   margin:0;
   color: #ff0000;
   font-size: 0.80em;
   width: 62px;
   height:20px;
}

/********************
*  Custom Report page   *
********************/

#grid.k-grid td{
    font-size:12px !important;
    line-height: 1.2em !important;
}

.CustomReportResult_AccountNo {
    width: 6%;    /*width: 80px;*/
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_Payor {
    width: 16%; /*width: 210px;*/
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_Status {
    width: 7%; /*width: 110px;*/
    text-align: center;
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_DateandTimes {
    width: 10%; /*width: 135px;*/
    text-align: right;
    padding: 0px 1px 0px 1px;
}
.CustomReportResult_DateandTimesTitle {
    width: 8%; /* width: 130px;*/
    text-align: right;
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_CardType {
    width: 4%;/*width: 40px;*/
    text-align:center;
    padding:0px 1px 0px 1px;
}

.CustomReportResult_Invoce {
    width: 5%; /*width: 70px;*/
    text-align: center;
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_Tax {
    width: 5%; /*width: 70px;*/
    text-align: right;
    0px 2px 0px 2px !important;
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_Fee {
    width: 4%; /*width: 50px;*/
    text-align: right;
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_Total {
    width: 5%; /*width: 70px;*/
    text-align: right;
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_Type {
    width: 5%; /*width: 130px;*/
    padding: 0px 1px 0px 1px;
    word-break: keep-all;
}

.CustomReportResult_PaidFor {
    width: 9%; /*width: 145px;*/
    padding: 0px 1px 0px 1px;
    font-size: 12px !important;
}

.CustomReportResult_Notes {
    width: 15%; /*width: 255px;*/
    padding: 0px 1px 0px 1px;
}

.CustomReportResult_VoidRefund {
    width: 5%; /*width: 75px;*/
    text-align: center;
}

.CustomReportResult_Receipt {
    width: 4%; /*width: 50px;*/
    text-align: center;
}

.searchfield {
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}
.searchfield-bottomtex{
    font-size:9px;
    font-weight:800;
    padding:0px 0px 0px 5px;
    margin:0px 0px 0px 0px;
    float:left !important;
    /*color:#191970;*/
    color:#002060;
}



.k-header .k-link{
   text-align: center;
   /*padding-right:0px !important;
   padding-left:0px !important;*/
}

#grid .k-filter-row th, #grid .k-grid-header th.k-header {
    /*padding: 0px  !important;*/
}

#grid .k-grid-header {
    font-size:12px;
}


.div_separate_1, .div_separate_2, .div_separate_3 {
    display: inline-block; 
    width:50px;
}

.div_top_header {
    display: inline-block;
}

.div_top_agcy_name {
    font-size: 20px; 
    font-weight: 600; 
    color: #E0FFFF;
}

#cls_CustomReportResult_Status {
    width: 70px;
    text-align:center;
    background:url("../images/datepicker_icon1.png") no-repeat;
}


.k_EndOfMonth_Month {
    width: 4%;
    font-size: 12px;
    text-align:center;
    padding: 0px 0px 0px 0px;
}

 #gridEndOfMonth .text-box {        
        height: 20px;
        font-size: 10px;
        text-align:center;
        color: #ff0000;
        margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;              
    }


.k-grid td{
    padding: 0px 2px 0px 2px !important;
    /*line-height: 1em !important;*/  
}

.k-grid .k-state-selected { background: #0B2D6C !important; }

#gridCreditCard .k-state-selected a { color: #00ffff; }


.expand-padding
{
 padding-right : 20px;
}


.k-grid .k-pager-info.k-label {
        color: #FF4000; 
        font-weight:600;         
    }

/********************
*  Card Reader page   *
********************/

.display-none{
    display:none;
}

.cardreaderbody {
    /*background-color: #f5f5f5;*/ 
    background-color: #ffffff;   
}

.cardreaderbody fieldset {
    border: thin;
    padding: 0;
}

    .cardreaderbody fieldset legend {
        display: block;
        font-size: 1.8em;
        font-weight: 600;
        
    }

    .cardreaderbody fieldset ol {
        padding: 0;
        list-style: none;
    }

        .div1_card_readerfieldset ol li {
            padding-bottom: 5px;
        }

.rb_card_reader {
    width: 600px;
}

.rb_card_reader, .ddl_card_reader, .acct_card_reader, .text_card_reader, .bottom_card_reader, .email_card_reader{
    margin-left: 25px;
    margin-top: 5px;
}






.email_card_reader td {
    padding: 2px 10px 2px 2px;
}
.email_card_reader input, .acct_card_reader input, .bottom_card_reader input {
    margin: 0px;
    padding: 4px 0px 4px 0px;
}


/*.rb_card_reader fieldset {
    width:350px;
    margin:0px;
}*/

.acct_card_reader, .text_card_reader, .email_card_reader, bottom_card_reader {
    /*width:500px;*/
}
div.rb_card_reader {
    width:500px;
}
textarea#Notes {
    width:500px;
    padding-left: 0px;
    padding-right: 0px;
}
.bottom_card_reader table {
    width:500px;
}
.bottom_card_reader td {
    padding-right: 0px;
}
/*.bottom_card_reader td.tdcolspan {
    float:right;
}*/









.cc_radio_btn table tr td {
    text-align:left;
    font-weight:normal;
    font-size: 1.0em;
}






/*#cc_fielset, #crc_fielset, .rb_card_reader {
    border-right: solid 2px #c8c8c8;
    border-left: solid 2px #c8c8c8;    
    border-top: solid 2px #c8c8c8;
    border-bottom: solid 2px #c8c8c8;

    margin: 5px 25px 0px 25px;
}*/

#crc_fielset, .rb_card_reader {
    border-right: solid 2px #c8c8c8;
    border-left: solid 2px #c8c8c8;
    border-top: solid 2px #c8c8c8;
    border-bottom: solid 2px #c8c8c8;
    margin: 5px 25px 0px 25px;
}

#cc_fielset {
    /*border-right: solid 2px #c8c8c8;
    border-left: solid 2px #c8c8c8;*/
    border-top: solid 2px #c8c8c8;
    /*border-bottom: solid 2px #c8c8c8;*/
    margin: 5px 25px 0px 25px;

    /*width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;*/
}






.rb_card_reader {
    border-right: solid 2px #c8c8c8;
    border-left: solid 2px #c8c8c8;
    border-bottom: solid 2px #c8c8c8;
    border-top: solid 2px #c8c8c8;
}

#cc_ddl {
    font-weight: bold;
    font-size: 1.0em;
    height:30px;
}

#id_DefaulAmount, #id_ConvenienceFee, #id_TotalDue {
    width:80%;
    text-align:right;
}


.cardreaderbody .card_reader_search_btn11111 {
    color: #ccc;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000F4D;
	padding: 10px 40px;
	background: #8C9CBF;
	background: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	border-color: #172D6E #172D6E #0E1D45;
	box-shadow: 0 1px 0 0 #B1B9CB inset;
	border: 1px solid #172D6E;
	border-radius: 6px;
 
	-webkit-transition: color .5s linear, background .5s ease-in-out;
	-moz-transition: color .5s linear, background .5s ease-in-out;
	-o-transition: color .5s linear, background .5s ease-in-out;
	transition: color .5s linear, background .5s ease-in-out;
}

.cardreaderbody .card_reader_search_btn11111:hover {
    color: #fff;
    background: #7F8DAD;
    background: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    -webkit-transition: color .25s linear, background .25s ease-in-out;
    -moz-transition: color .25s linear, background .25s ease-in-out;
    -o-transition: color .25s linear, background .25s ease-in-out;
    transition: color .25s linear, background .25s ease-in-out;
}



.cardreaderbody .card_reader_next_btn11111 {
    color: #ccc;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000F4D;
	padding: 10px 40px;
	background: #ccff99;
	background: -webkit-linear-gradient(top, #ccff99 0%, #669933 50%, #669900 50%, #006600 100%);
	background: -moz-linear-gradient(top, #ccff99 0%, #669933 50%, #669900 50%, #006600 100%);
	background: -o-linear-gradient(top, #ccff99 0%, #669933 50%, #669900 50%, #006600 100%);
	background: linear-gradient(top, #ccff99 0%, #669933 50%, #669900 50%, #006600 100%);
	border-color: #333300 #333300 #006600;
	box-shadow: 0 1px 0 0 #006600 inset;
	border: 1px solid #333300;
	border-radius: 6px;
 
	-webkit-transition: color .5s linear, background .5s ease-in-out;
	-moz-transition: color .5s linear, background .5s ease-in-out;
	-o-transition: color .5s linear, background .5s ease-in-out;
	transition: color .5s linear, background .5s ease-in-out;
}

.cardreaderbody .card_reader_next_btn11111:hover {
    color: #fff;
    background: #CCFF66;
    background: -webkit-linear-gradient(top, #CCFF66 0%, #669900 50%, #339900 50%, #003300 100%);
    background: -moz-linear-gradient(top, #CCFF66 0%, #669900 50%, #339900 50%, #003300 100%);
    background: -o-linear-gradient(top, #CCFF66 0%, #669900 50%, #339900 50%, #003300 100%);
    background: linear-gradient(top, #CCFF66 0%, #669900 50%, #339900 50%, #003300 100%);
    -webkit-transition: color .25s linear, background .25s ease-in-out;
    -moz-transition: color .25s linear, background .25s ease-in-out;
    -o-transition: color .25s linear, background .25s ease-in-out;
    transition: color .25s linear, background .25s ease-in-out;
}


.card_reader_next_btn,
.card_reader_next_btn:focus {
  color: #ffffff;
  background-color: #0D5728;
  border-color: #B5FACE;
}

.card_reader_next_btn:hover,
.card_reader_next_btn:active,
.card_reader_next_btn.active,
.open .dropdown-toggle.card_reader_next_btn {
  color: #ffffff;
  background-color: #14833C;
  border-color: #B5FACE;
}

.card_reader_next_btn:active,
.card_reader_next_btn.active,
.open .dropdown-toggle.card_reader_next_btn {
  background-image: none;
}

.card_reader_next_btn.disabled,
.card_reader_next_btn[disabled],
fieldset[disabled] .card_reader_next_btn,
.card_reader_next_btn.disabled:hover,
.card_reader_next_btn[disabled]:hover,
fieldset[disabled] .card_reader_next_btn:hover,
.card_reader_next_btn.disabled:focus,
.card_reader_next_btn[disabled]:focus,
fieldset[disabled] .card_reader_next_btn:focus,
.card_reader_next_btn.disabled:active,
.card_reader_next_btn[disabled]:active,
fieldset[disabled] .card_reader_next_btn:active,
.card_reader_next_btn.disabled.active,
.card_reader_next_btn[disabled].active,
fieldset[disabled] .card_reader_next_btn.active {  
  background-color: #0D5728;
  border-color: #B5FACE;
}



.section_4_search table tr td {
    vertical-align: text-top;
}


/* do not group these rules */
*::-webkit-input-placeholder {
    color: #CD6155;
    font-family:Calibri;
    font-size:14px;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #CD6155;
    font-family:Calibri;
    font-size:14px;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #CD6155;
    font-family:Calibri;
    font-size:14px;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #CD6155;
    font-family:Calibri;
    font-size:14px;
}





/*#gritter-notice-wrapper{position:fixed;top:20px;right:20px;width:301px;z-index:9999}
.gritter-item-wrapper{position:relative;margin:0 0 10px;background:#000;background:rgba(0,0,0,.75);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.growl-primary{background:rgba(66,139,202,.8)}*/
.growl-success{background:#145A32 !important}
/*.growl-warning{background:rgba(240,173,78,.8)}*/
.growl-danger{background:#641E16 !important}
/*.growl-info{background:rgba(91,192,222,.8)}
.gritter-item{display:block;color:#eee;padding:15px;font-size:11px}
.gritter-item p{padding:0;margin:0;word-wrap:break-word;line-height:18px;font-size:13px;opacity:.75}*/
.gritter-close{display:none;position:absolute;top:10px;right:10px;background:url(../content/images/close-white.png) center center no-repeat;cursor:pointer;width:10px;height:11px;text-indent:-9999em;opacity:.5}
/*.gritter-title{font-size:14px;padding:0 0 7px;display:block;font-family:LatoBold}
.gritter-image{width:48px;height:48px;float:left}
.gritter-with-image,.gritter-without-image{padding:0}
.gritter-with-image{width:220px;float:right;padding-left:10px}
.gritter-light .gritter-item{background:#fff;background:rgba(255,255,255,.75);color:#666}*/

.gritter-title {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.gritter-item p {
    font-size: 15px !important;
    color: #ffffff !important;
    width:210px !important;
}
div.gritter-with-image{width:210px !important;}
.gritter-title{width:210px !important;}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

div.k-window
{
    border-style:none !important;
    border-width:0px !important;
}

div#ReceiptWindow.k-window-content.k-content
{
    padding:0px;
}

/*.k-autocomplete, .k-block, .k-button, .k-calendar .k-link, .k-calendar td, .k-calendar-container, 
.k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, 
.k-dropdown-wrap, .k-editor-inline, .k-gantt-views>.k-current-view, .k-grid .k-filter-options, 
.k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, 
.k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, 
.k-slider-track, .k-split-button .k-gantt-views, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, 
.k-touch-scrollbar, .k-treeview .k-in, .k-upload,*/ 
.k-window, .k-window-action, .k-window-titleless .k-window-content 
{
    /*border-radius: 0px !important;*/
    border-radius: 3px !important;
}

/*.k-button k-bare k-button-icon k-window-action k-dialog-action k-dialog-close*/
.k-button 
{
    float:right !important;
}

.k-button-group .k-button 
{
    width: 20% !important;
    /*padding: 2px 10px !important;*/
    margin: 0px 20px !important;
}

.k-overflow-container .k-primary, .k-primary {
    /*color: #ffffff;
    border-color: #e45200;
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #ff6b18;
    -webkit-box-shadow: none;
    box-shadow: none;*/
    background-color: #002060 !important;
    border-color: #002060 !important;
}

.k-primary:hover, .k-primary:active, .k-primary.active {
    color: #ffffff !important;
    background-color: #074BCA !important;
    border-color: #285e8e !important;
}

div#ReceiptWindow.k-window-content.k-content {
    padding: 0px 10px !important;
}


@media print {
        div.noprint 
        {
            display: none;
        }

        /*body > *
        {
            display: none !important;
        }

        div.k-window
        {
            display: block !important;
            position: relative !important;
            top: auto !important;
            left: auto !important;
            width: auto !important;
            height: auto !important;
            border-width: 0;
            box-shadow: none !important;
        }

        .k-window .k-window-titlebar
        {
            display: none;
        }
        
        div#email_window
        {
            display: none !important;
        }*/
        
        body
        {
            background-color: #ffffff !important;
        }

    }
