﻿/*.table-responsive tbody tr:nth-of-type(odd) {
background-color:#bbd9ee;

}*/
    .table-responsive {
    width:98%;
    height:100%;
    overflow-y:hidden;
        -webkit-box-shadow: 0px 2px 13px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 13px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 13px rgba(50, 50, 50, 0.75);
        cursor: pointer;
        font-size:14px;
        margin:auto;
    }
        .table-responsive table {
            width:100%;
     background-color:#FFFFF8;
            /*z-index:+10000;*/
        }
        .table-responsive tbody tr {
            /*width:100%;*/     
            font-size:12px;               
        }
                .table-responsive tbody td {
            /*width:100%;*/     
            padding:3px;             
        }
            .tableRow:hover {
                -moz-box-shadow: 0 0 5px lightblue;
-webkit-box-shadow: 0 0 5px lightblue;
box-shadow: 0 0 5px lightblue;
           /*background-color:lightblue;*/
       
            }
.selectedRow:active {
    -moz-box-shadow: 0 0 5px lightblue;
-webkit-box-shadow: 0 0 5px lightblue;
box-shadow: 0 0 5px lightblue;
    /*background-color:lightblue;*/

}
.rowStyle:hover {
    /*background-color:lightblue;*/
-moz-box-shadow: 0 0 5px lightblue;
-webkit-box-shadow: 0 0 5px lightblue;
box-shadow: 0 0 5px lightblue;
background-color:lightblue;
}
            /*.table-responsive td {
                padding:5px;
        }*/
          .table-responsive thead th {  
              color:white;
              font-size:12px;
              padding:3px;
            /*padding-top:10px;*/
                  /*padding-bottom:10px;*/
                      /*padding-right:5px;
                  padding-left:5px;*/
            font-weight:bold;
     cursor:pointer;    
     border:none;           
        }
.table-responsive thead tr {
    background-color:#206ba4;
    border:none;
         -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;  
}
        .table-responsive thead {
            border-top-left-radius: 10px;
                         border-top-right-radius: 10px;
                                z-index:+10000;
        }
            .table-responsive thead tr {
                  border-top-left-radius: 10px;
                         border-top-right-radius: 10px;
            }
.statesTable {
        width:100%;
}
.statesTable tr {
        width:100%;
}
.statesTable td {
        padding:10px;
}
selectedRow {
    -webkit-box-shadow: 0px -2px 17px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -2px 17px rgba(50, 50, 50, 0.75);
box-shadow:         0px -2px 17px rgba(50, 50, 50, 0.75);

}
.complete{
    background-color:#ccffcc;
}
.canceled {
    background-color:#FA8072;
}
.remitted {
background-color:goldenrod;
}
.codes {
    color:white;
    text-align:center;
border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 width:100%;
   border-radius:6px;
   cursor:pointer;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
font-weight:bold;
border-left:1px solid;
border-right:1px solid;
border-top:1px solid;
margin:auto;
}
    .codes:hover {
         border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
    }
.completeCode{
    text-align:left;
    background-color:#ccffcc;
 width:100%;
   border-radius:6px;
   cursor:pointer;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
font-weight:bold;
border-left:1px solid;
border-right:1px solid;
border-top:1px solid;
font-size:15px;
margin:auto;

}
.canceledCode {
    text-align:left;
    background-color:#FA8072;
 width:100%;
   border-radius:6px;
   cursor:pointer;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
font-weight:bold;
border-left:1px solid;
border-right:1px solid;
border-top:1px solid;
font-size:15px;
margin:auto;
}
.pendingCode {
    text-align:left;
     background-color:#FFFFF8;
 width:100%;
   border-radius:6px;
   cursor:pointer;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
font-weight:bold;
border-left:1px solid;
border-right:1px solid;
border-top:1px solid;
font-size:15px;
margin:auto;

}

.complete:hover {
                 background-color:lightblue;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;

}
.canceled:hover {
                background-color:lightblue;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}
table .header-fixed {
position: fixed;
top: 40px;
z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
border-bottom: 1px solid #d5d5d5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}

.tablesorter {
}
.filter {
    position:absolute;
    right:40px;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background: url('http://staging.ewestcor.com/portal/images/asc.gif');
    	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown {
	background: url('http://staging.ewestcor.com/portal/images/desc.gif');
    	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.cblShowColumns {
    overflow: auto;width:100%;background-color:white;
}
.shadowSM{
    -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.remitted {
    background-color:#F0E68C;
}
/*table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}*/
.printButton {
    background:url('http://staging.ewestcor.com/portal/images/printicon.png');

    background-repeat:no-repeat;
    background-size:30px 30px;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
    background-color: #f5f5f5;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
  border-color:lightblue;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
border-color:lightblue;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}


