﻿body {

    background: url("../img/background-gradient.jpg") repeat-x scroll 0% 0% rgb(230, 239, 255);
}

/* Base class */
.div-with-title, .div-with-title2, .div-with-title3, .div-with-title4, .div-with-title5, .div-with-title6, .div-with-title7, .div-with-title8, .div-with-title9, .div-with-title10, .div-with-title11, .div-with-title12, .div-with-title13, .div-with-title14, .div-with-title15, .div-with-title16, .div-with-title17, .div-with-title18, .div-with-title19, .div-with-title20, .div-with-title21, .div-with-title22, .div-with-title23 {
    position: relative;
    margin: 15px 0;
    padding: 15px;
    padding-top: 55px;
    background-color: #fff;
    min-width:650px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
          border-radius: 8px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
            background-clip: padding-box;
}

.div-with-title:after {
    content: "Defendant";
}
.div-with-title2:after {
    content: "Charges";
}
.div-with-title3:after {
    content: "Pretrial Terms";
}
.div-with-title4:after {
    content: "Disposition";
}
.div-with-title5:after {
    content: "Success";
}
.div-with-title6:after {
    content: "Options";
}
.div-with-title7:after {
    content: "Record Information";
}
.div-with-title8:after {
    content: "Records";
}
.div-with-title9:after {
    content: "Search";
}
.div-with-title10:after {
    content: "Date Range";
}
.div-with-title11:after {
    content: "Reports";
}
.div-with-title12:after {
    content: "Welcome";
}
.div-with-title13:after {
    content: "Users";
}
.div-with-title14:after {
    content: "Add New User";
}
.div-with-title15:after {
    content: "Web Test Area Only";
}
.div-with-title16:after {
    content: "Change Password";
}
.div-with-title17:after {
    content: "Change Email Address";
}
.div-with-title18:after {
    content: "Edit User";
}
.div-with-title19:after {
    content: "Update My Profile";
}
.div-with-title20:after {
    content: "Password Recovery";
}
.div-with-title21:after {
    content: "Agencies";
}
.div-with-title22:after {
    content: "Add New Agency";
}
.div-with-title23:after {
    content: "Edit Agency";
}
.div-with-title:after, .div-with-title2:after, .div-with-title3:after, .div-with-title4:after, .div-with-title5:after, .div-with-title6:after, .div-with-title7:after, .div-with-title8:after, .div-with-title9:after, .div-with-title10:after, .div-with-title11:after, .div-with-title12:after, .div-with-title13:after, .div-with-title14:after, .div-with-title15:after, .div-with-title16:after, .div-with-title17:after, .div-with-title18:after, .div-with-title19:after, .div-with-title20:after, .div-with-title21:after, .div-with-title22:after, .div-with-title23:after {
    
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #999999;
  color: #333333;
  -webkit-border-radius: 8px 0 8px 0;
     -moz-border-radius: 8px 0 8px 0;
          border-radius: 8px 0 8px 0;
}





.header-image {
    padding: 15px;
    /*background: url("../img/ops-header.png") no-repeat;*/
    background-color: #407AB9;
    height: 60px;
    min-width:650px;

    border: 1px solid rgba(0, 0, 0, 0.20);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
          border-radius: 8px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
            background-clip: padding-box;
}



textarea
{
   resize: none;
}


table.checkbox {
    width:100%;   
}
table.checkbox td {
    padding-left:0px;
    padding-left:20px\9; /*IE 8 or below*/
    padding-right:80px;
    vertical-align:top;
    padding-bottom:1px;
    padding-top:1px;
    width:33%;
    /*height:42px;*/
}


table.checkbox label {
    font-size:11px;
}

table.radioYesNo label {
    margin-right:50px;
}

table.table-custom td {
    vertical-align:top;
}

.red {
    color: red;
    /*font-weight:bold;*/
}
.green {
    color: green;
    /*font-weight:bold;*/
}

.redbox {
    padding: 0px 4px 0px 3px;
    margin-bottom: 15px;
    /*background-color:rgba(255, 51, 65, 0.6);
    border:1px solid rgba(105, 23, 28, 0.3);*/
    background-color: #A3000B;
    border: 1px solid #69171c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
}

.graybox{
    padding:10px;
    margin-bottom:5px;
    background-color: #ffffff;
    border:1px solid #cccccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color:#333333;
    font-size:12px;
}


hr {
margin: 12px 0px;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-top:3px;
    margin-bottom: 5px;
}

.splashtext {
    font-weight:100;
    font-size:19px;
    color: #407AB9;
    /*text-shadow: 1px 2px 2px #000;*/
}
/* Styles for standard .NET field validation */

.field-validation-error {
    color: #e80c4d;
    font-size:11px;
    /*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;
}
.form-signin {
    float:left;
    max-width: 300px;
    padding: 9px 9px 9px 9px;
    margin: 0 auto 10px;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;

    border: 1px solid #e5e5e5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
          border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
          background-clip: padding-box;

}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 8px;
}
.form-signin input[type="email"] {
    font-size: 15px;
    height: auto;
    margin-bottom: 7px;
    padding: 4px 9px;
}
.form-signin input[type="password"] {
    font-size: 15px;
    height: auto;
    margin-bottom: 4px;
    padding: 4px 9px;
}

.form-generic, .box-transparent, .box-text {    
    float:left;    
    padding: 9px 9px 9px 9px;
    margin: 0 auto 10px;
    background-color: #e5e5e5;
    border: 1px solid #dddddd;
    min-width:300px;
}

.form-generic, .sidebar-nav, .hero-unit-register, .hero-unit-pay, .sidebar-nav-icon, .box-text {
    border: 1px solid #e5e5e5;
    border: 1px solid rgba(0, 0, 0, 0.60);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
          border-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
            background-clip: padding-box;
}

.hero-unit-title {
 
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
          border-radius: 8px;
    /*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);*/
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
            background-clip: padding-box;
}



.gridViewCustom td
{
	padding: 3px;    
}

.gridViewCustom th
{
	background-color:red;   
}

.gridViewPager tr
{
    background-color: white;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
    font-size:16px;

}
.checkbox
{
    display:inline;
    padding-top:.6em;
}

.nav {
    font-size:12px;
}


/*----- checkbox stuff ------*/

.regular-checkbox {
    display: none;
}
 
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
 
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
 
.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
 
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
 
.big-checkbox + label {
    padding: 18px;
}
 
.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}
 
.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}
