/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button
div.button.span {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.uploader{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  border: 1px solid #BDC3C7;
  width:250px;
  background:none;
}
.selector, 
.radio, 
.checker, 
.uploader,
.selector *, 
.radio *, 
.checker *, 
.uploader *,
{
  margin: 0;
  padding: 0;
}
/*USER STYLES */
dl.inline, div.inline{
  border: 1px solid #D6D4D6;
  padding:15px;	
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background:#fff;
  margin-top:-2px;
}
dl.inline.innerform{
	padding:0;
	border:none;
}
dl.logindl{
	border:none;
	background:transparent;
}
dl.double{
	width:46%;
	display:inline-block;
	margin-left:3%;
}
dl.inline dt {
	display:inline-block;
	*float:left;
    text-align: right;
    width: 23%;
	margin-top:5px;
    margin-right: 20px;
	min-height:25px;
  	margin-bottom: 10px;
}
dl.txt dt{
	font-weight:bold;
}
dt label {
    color: #555555;
    font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
dt {
    margin-bottom: 2px;
}
dl.inline dd {
	display:inline-block;
	*float:left;
    margin: 5px 0 10px;
	min-height:25px;
    width: 73%;
	position:relative;
	vertical-align:top;
}
dl.inline p a {
	color: #1C638D;
	font-weight:bold;
}

dd {
    margin-bottom: 15px;
	margin-left:0;
}
dd p {
    color: #555555;
    font: 13px Tahoma,sans-serif;
	margin-top:5px;
}
dl.inline h1, div.inline h5{
	background: none repeat scroll 0 0 #F6F6F6;
    font-weight: normal;
    margin-left: -1%;
    padding: 5px 1%;
	font-size:20px;
}
form div.buttons {
    margin: 20px 0 10px 25%;
}

/* Double columns */
dl.double{
  background:#fff;
  position:relative;
	width:49%;
	display:inline-block;
	margin-left:0;
	vertical-align:top;
}
dl.double dt {
	display:inline-block;
	*float:left;
    text-align: right;
    width: 23%;
	margin-top:5px;
    margin-right: 20px;
	min-height:25px;
  	margin-bottom: 10px;
}
dl.double dd {
	display:inline-block;
	*float:left;
    margin: 5px 0 10px;
	min-height:25px;
    width: 70%;
	position:relative;
	vertical-align:top;
}
/* INPUT & TEXTAREA */

input[type=text],
input[type=password], 
textarea {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 5px;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  border: 1px solid #BDC3C7;
  width:250px;
}
input[type="text"].average {
	width:150px;
}
input[type="text"].medium {
	width:100px;
}
input[type="text"].tiny {
	width:40px;
}
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 {
  display: inline-block;
  height: 17px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 250px; }

textarea {
  height: auto; }

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 {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type=text]:focus,
input[type=password]:focus, 
textarea:focus {
  border: 1px solid #3498DB;
}

input[type=text].rederror,
input[type=password].rederror, 
textarea.rederror {
  border: 1px solid #E60000;
}
dl.inline dd.ferror, dl.double dd.ferror{
	color:#E60000;
	min-height:25px;
}

.breadcrumb {
  padding: 8px 0;
  margin: 0 0 10px;
  list-style: none;
  font-size:20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 white; }
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb .active {
    color: #999999; }
/* SPRITES */

/* Select */

div.selector {
	background:none;
  border: 1px solid #BDC3C7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:2px 5px;
  width:250px;
  height: 21px;
  position:relative;
}
div.selector.disabled {
	display:none;
}

div.selector span {
	background: url("../img/dropdown.png") no-repeat scroll right center transparent;
	display: block;
	height: 16px;
	overflow: hidden;
	padding: 3px 0;
	width: 245px;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 20px;
  border: none;
  background: none;
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
  width:260px;
}

/* Checkbox */

div.checker {
  width: 18px;
  height: 18px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
	background:none;
  height: 16px;
  width: 16px;
  border: 1px solid #BDC3C7;
}

div.checker span.checked {
  background: url("../img/input_icons1.png") no-repeat scroll 3px center transparent;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background: url("../img/input_icons1.png") no-repeat scroll 3px center transparent;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background: url("../img/input_icons1.png") no-repeat scroll center 1px transparent;
}

div.radio span.checked {
  background: url("../img/input_icons1.png") no-repeat scroll -35px 1px transparent;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

.button.big {
    font: bold 15px Arial,sans-serif;
    padding: 8px 10px;
}
.button.small {
    font-weight: normal;
    padding: 4px 5px;
}
/* PRESENTATION */




/* Button */
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565b61;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#d6dce6 0%,
		#b4bac2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#d6dce6),
		to(#b4bac2));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #8292ab;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,1);
	text-shadow:
		0px -1px 2px rgba(000,000,000,0),
		0px 1px 1px rgba(255,255,255,0.7);
}

.formbtn_cont {
margin: 20px 0 10px 25%;
}
.editbtn{
	color: #fff;
	border: 1px solid #006595;
	background: #2C81BA;
	font-weight:normal;
	padding:0 8px;
	text-transform: capitalize;
	margin-bottom:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:right;
	font-size:12px;
}
.button.submit {
color: #fff;
border: 1px solid #006595;
background: #2C81BA;
}
.button.cancel {
	margin-left:10px;
color: #444;
border: 1px solid #999;
background: #F7F7F7;
}
.button:hover {
	opacity:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90)
}
a.button:hover {
	color:#fff
}
.button:active {
	position:relative;
	top:1px
}
.button.big {
	font:15px Arial, sans-serif;
	font-weight:bold;
	padding:8px 10px
}
.button.small {
	font-weight:normal;
	padding:2px 5px
}
.button.red {
	border:1px solid #9c0606;
	background:#e85353
}
.button.blue {
	border:1px solid #0d717e;
	background:#28a0b2
}
.button.green {
	border:1px solid #3b6e22;
	background:#75ae5c;
	color:#fff;
}
.button.orange {
	border:1px solid #c16729;
	background:#ff9435
}
.button.purple {
	border:1px solid #981271;
	background:#cb60b3
}
.button.yellow {
	border:1px solid #af9827;
	background:#f2de6f
}
.button.black {
	border:1px solid #000;
	background:#444
}
.button.gray {
	border:1px solid #444;
	background:#888
}
.button.white {
	color:#444;
	text-shadow:1px 1px 0 #fff;
	border:1px solid #999;
	background:#f7f7f7
}
.button.white:hover {
	color:#444
}
section.buttons {
	text-align:center
}
section.buttons .button {
	margin-bottom:15px
}
div#uniform-PerPage, div#uniform-Page, div#uniform-actionmsg{	
}
#PerPage, #Page, #actionmsg{
}

/* Checker */
div.checker {
  margin-right: 5px;
  margin-bottom:5px;
}

/* Radio */
div.radio {
  margin: 0 5px 0 15px;
}

/* Uploader */
div.uploader {
  width: 260px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 153px;
  font-size: 11px;
}

div.uploader input {
  width: 260px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
  margin:0;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background:#BDC3C7;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 28px;
  border: none;
  cursor: default;
}
.chkall{    
	color: #0000A6;
	font-size:11px;
	cursor:pointer;
    text-decoration: underline;
}


@media screen and (max-width: 1000px) {
	
dl.double{
	width:100%;
}
}