.form-horizontal .field-group{
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .field-group:before,
.form-horizontal .field-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .field-group:after {
  clear: both;
}

.form-horizontal .fieldCaption {
  float: left;
  width: 160px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.button_right
{
	float:right; 
	margin:3px 10px 3px 3px;
}
form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

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: 20px;
  width:95%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  padding:2%;
  color: #555555;
  vertical-align: middle;
}


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: #fff;
  border: 1px solid #d4d4d4;
  -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;
  background-color:#fff;

}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 96%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {

}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}


input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.button-line {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  clear: left;
  *zoom: 1;
}

.button-line:before,
.button-line:after {
  display: table;
  line-height: 0;
  content: "";
}

.button-line:after {
  clear: both;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 7px 18px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d0cfd6;
  border: 0px;
  *zoom: 1;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #444444;
  background-color: #7c798f;
  *background-color: #7c798f;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px !important;
  font-size: 17.5px !important;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}



.btn-primary {
  color: #ffffff;
  background-color: #0049a3;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #01316c;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  background-color: #e88a05;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #b06700;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  background-color: #ce4b27;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #983114;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  background-color: #009600;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #014401;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  background-color: #0093a8;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #066b79;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  background-color: #282828;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #111111;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {

}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
  
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */





form li .datepicker

{

	cursor:pointer !important;

	float:left;

	height:16px;

	margin:.1em 5px 0 0;

	padding:0;

	width:16px;

}



.form_description

{

	border-bottom:1px dotted #ccc;

	clear:both;

	display:inline-block;

	margin:0 0 1em;

}



.form_description[class]

{

	display:block;

}



.form_description h2

{

	clear:left;

	font-size:160%;

	font-weight:400;

	margin:0 0 3px;

}



.form_description p

{

	font-size:95%;

	line-height:130%;

	margin:0 0 12px;

}



form hr

{

	display:none;

}



form li.section_break

{

	border-top:1px dotted #ccc;

	margin-top:9px;

	padding-bottom:0;

	padding-left:9px;

	padding-top:13px;

	width:97% !important;

}



form ul li.first

{

	border-top:none !important;

	margin-top:0 !important;

	padding-top:0 !important;

}



form .section_break h3

{

	font-size:110%;

	font-weight:400;

	line-height:130%;

	margin:0 0 2px;

}



form .section_break p

{

	font-size:85%;



	margin:0 0 10px;

}



/**** Buttons ****/

input.button_text

{

	overflow:visible;

	padding:0 7px;

	width:auto;

}



.buttons input

{

	font-size:120%;

	margin-right:5px;

}



/**** Inputs and Labels ****/

label.description

{

	border:none;

	color:#222;

	display:block;

	font-size:95%;

	font-weight:700;

	line-height:150%;

	padding:0 0 1px;

}



span.symbol

{

	font-size:115%;

	line-height:130%;

}



input.text

{

	background:#fff url(template/../../../images/shadow.gif) repeat-x top;

	border-bottom:1px solid #ddd;

	border-left:1px solid #c3c3c3;

	border-right:1px solid #c3c3c3;

	border-top:1px solid #7c7c7c;

	color:#333;

	font-size:100%;

	margin:0;

	padding:2px 0;

}



input.file

{

	color:#333;

	font-size:100%;

	margin:0;

	padding:2px 0;

}



textarea.textarea

{

	background:#fff url(template/../../../images/shadow.gif) repeat-x top;

	border-bottom:1px solid #ddd;

	border-left:1px solid #c3c3c3;

	border-right:1px solid #c3c3c3;

	border-top:1px solid #7c7c7c;

	color:#333;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;

	font-size:100%;

	margin:0;

	width:99%;

}



select.select

{

	color:#333;

	font-size:100%;

	margin:1px 0;

	padding:1px 0 0;

	background:#fff url(template/../../../images/shadow.gif) repeat-x top;

	border-bottom:1px solid #ddd;

	border-left:1px solid #c3c3c3;

	border-right:1px solid #c3c3c3;

	border-top:1px solid #7c7c7c;

}





input.currency

{

	text-align:right;

}



input.checkbox

{

	display:block;

	height:13px;

	line-height:1.4em;

	margin:6px 0 0 3px;

	width:13px;

}



input.radio

{

	display:block;

	height:13px;

	line-height:1.4em;

	margin:6px 0 0 3px;

	width:13px;

}



label.choice

{

	color:#444;

	display:block;

	font-size:100%;

	line-height:1.4em;

	margin:-1.55em 0 0 25px;

	padding:4px 0 5px;

	width:90%;

}



select.select[class]

{

	margin:0;

	padding:1px 0;

}



*:first-child+html select.select[class]

{

	margin:1px 0;

}



.safari select.select

{

	font-size:120% !important;

	margin-bottom:1px;

}



input.small

{

	width:25%;

}



select.small

{

	width:25%;

}



input.medium

{

	width:50%;

}



select.medium

{

	width:50%;

}



input.large

{

	width:99%;

}



select.large

{

	width:100%;

}



textarea.small

{

	height:5.5em;

}



textarea.medium

{

	height:10em;

}



textarea.large

{

	height:20em;

}



/**** Errors ****/

#error_message

{

	background:#fff;

	border:1px dotted red;

	margin-bottom:1em;

	padding-left:0;

	padding-right:0;

	padding-top:4px;

	text-align:center;

	width:99%;

}



#error_message_title

{

	color:#DF0000;

	font-size:125%;

	margin:7px 0 5px;

	padding:0;

}



#error_message_desc

{

	color:#000;

	font-size:100%;

	margin:0 0 .8em;

}



#error_message_desc strong

{

	background-color:#FFDFDF;

	color:red;

	padding:2px 3px;

}



form li.error

{

	background-color:#FFDFDF !important;

	border-bottom:1px solid #EACBCC;

	border-right:1px solid #EACBCC;

	margin:3px 0;

}



form li.error label

{

	color:#DF0000 !important;

}



form p.error

{

	clear:both;

	color:red;

	font-size:10px;

	font-weight:700;

	margin:0 0 5px;

}



form .required

{

	color:red;

	float:none;

	font-weight:700;

}



/**** Guidelines and Error Highlight ****/

form li.highlighted

{

	background-color:#fff7c0;

}



form .guidelines

{

	background:#f5f5f5;

	border:1px solid #e6e6e6;

	color:#444;

	font-size:80%;

	left:100%;

	line-height:130%;

	margin:0 0 0 8px;

	padding:8px 10px 9px;

	position:absolute;

	top:0;

	visibility:hidden;

	width:42%;

	z-index:1000;

}



form .guidelines small

{

	font-size:105%;

}



form li.highlighted .guidelines

{

	visibility:visible;

}



form li:hover .guidelines

{

	visibility:visible;

}



.no_guidelines .guidelines

{

	display:none !important;

}



.no_guidelines form li

{

	width:97%;

}



.no_guidelines li.section

{

	padding-left:9px;

}



/*** Success Message ****/

.form_success 

{

	clear: both;

	margin: 0;

	padding: 90px 0pt 100px;

	text-align: center

}



.form_success h2 {

    clear:left;

    font-size:160%;

    font-weight:normal;

    margin:0pt 0pt 3px;

}



/*** Password ****/

ul.password{

    margin-top:60px;

    margin-bottom: 60px;

    text-align: center;

}

.password h2{

    color:#DF0000;

    font-weight:bold;

    margin:0pt auto 10px;

}



.password input.text {

   font-size:170% !important;

   width:380px;

   text-align: center;

}

.password label{

   display:block;

   font-size:120% !important;

   padding-top:10px;

   font-weight:bold;

}



#li_captcha{

   padding-left: 5px;

}





#li_captcha span{

	float:none;

}



/** Embedded Form **/



.embed #form_container{

	border: none;

}



.embed #top, .embed #bottom, .embed h1{

	display: none;

}



.embed #form_container{

	width: 100%;

}



.embed #footer{

	text-align: left;

	padding-left: 10px;

	width: 99%;

}



.embed #footer.success{

	text-align: center;

}



.embed form.appnitro

{

	margin:0px 0px 0;

}



/*** Calendar **********************/

div.calendar { position: relative; }



.calendar table {

cursor:pointer;

border:1px solid #ccc;

font-size: 11px;

color: #000;

background: #fff;

font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;

}



.calendar .button { 

text-align: center;    

padding: 2px;          

}



.calendar .nav {

background:#f5f5f5;

}



.calendar thead .title { 

font-weight: bold;      

text-align: center;

background: #dedede;

color: #000;

padding: 2px 0 3px 0;

}



.calendar thead .headrow { 

background: #f5f5f5;

color: #444;

font-weight:bold;

}



.calendar thead .daynames { 

background: #fff;

color:#333;

font-weight:bold;

}



.calendar thead .name { 

border-bottom: 1px dotted #ccc;

padding: 2px;

text-align: center;

color: #000;

}



.calendar thead .weekend { 

color: #666;

}



.calendar thead .hilite { 

background-color: #444;

color: #fff;

padding: 1px;

}



.calendar thead .active { 

background-color: #d12f19;

color:#fff;

padding: 2px 0px 0px 2px;

}





.calendar tbody .day { 

width:1.8em;

color: #222;

text-align: right;

padding: 2px 2px 2px 2px;

}

.calendar tbody .day.othermonth {

font-size: 80%;

color: #bbb;

}

.calendar tbody .day.othermonth.oweekend {

color: #fbb;

}



.calendar table .wn {

padding: 2px 2px 2px 2px;

border-right: 1px solid #000;

background: #666;

}



.calendar tbody .rowhilite td {

background: #FFF1AF;

}



.calendar tbody .rowhilite td.wn {

background: #FFF1AF;

}



.calendar tbody td.hilite { 

padding: 1px 1px 1px 1px;

background:#444 !important;

color:#fff !important;

}



.calendar tbody td.active { 

color:#fff;

background: #529214 !important;

padding: 2px 2px 0px 2px;

}



.calendar tbody td.selected { 

font-weight: bold;

border: 1px solid #888;

padding: 1px 1px 1px 1px;

background: #f5f5f5 !important;

color: #222 !important;

}



.calendar tbody td.weekend { 

color: #666;

}



.calendar tbody td.today { 

font-weight: bold;

color: #529214;

background:#D9EFC2;

}



.calendar tbody .disabled { color: #999; }



.calendar tbody .emptycell { 

visibility: hidden;

}



.calendar tbody .emptyrow { 

display: none;

}



.calendar tfoot .footrow { 

text-align: center;

background: #556;

color: #fff;

}



.calendar tfoot .ttip { 

background: #222;

color: #fff;

font-size:10px;

border-top: 1px solid #dedede;

padding: 3px;

}



.calendar tfoot .hilite { 

background: #aaf;

border: 1px solid #04f;

color: #000;

padding: 1px;

}



.calendar tfoot .active { 

background: #77c;

padding: 2px 0px 0px 2px;

}



.calendar .combo {

position: absolute;

display: none;

top: 0px;

left: 0px;

width: 4em;

border: 1px solid #ccc;

background: #f5f5f5;

color: #222;

font-size: 90%;

z-index: 100;

}



.calendar .combo .label,

.calendar .combo .label-IEfix {

text-align: center;

padding: 1px;

}



.calendar .combo .label-IEfix {

width: 4em;

}



.calendar .combo .hilite {

background: #444;

color:#fff;

}



.calendar .combo .active {

border-top: 1px solid #999;

border-bottom: 1px solid #999;

background: #dedede;

font-weight: bold;

}



.page-title{

	float:left;

	width:90%;

	margin:0px;

}



/*custom*/

.list_head_row{

	padding:1% 1%;

	background-color: #4484E0;
	color: white;
	width:98%;

	float:left;

	font-weight: bold;

	/*font-size: 1.04em;*/

}



.list_even_row, .list_data_row:NTH-CHILD(even){

	padding:0px 1%;

	background-color: #DFFCFC;

	float:left;

	width:98%;

}



.list_odd_row, .list_data_row:NTH-CHILD(odd){

	padding:0px 1%;

	background-color: #FCFCDF;

	float:left;

	width:98%;

}
.list_even_row:hover, .list_data_row:NTH-CHILD(even):hover, .list_odd_row:hover, .list_data_row:NTH-CHILD(odd):hover{
	background-color: rgb(247,244, 159);
}
.no_color_row{

	padding:0px 1%;

	background-color: #FFFFFF;

	float:left;

	width:97%;

}



.explore_menu{

	padding-right:2px;

	font-weight:bold;

}





.explore_menu div div{

	float:left;

	padding:2px 4px 0px 4px;

	

}



.explore_menu div div div div{

	float:left;

	padding:0px;

	

}



.explore_group{

	background-color:#c0afcb;

}



.list_even_row .column, .list_odd_row .column, .list_head_row .columnhead{

	padding:2px;

	float:left;

	width:15%;

}



.rpt_crac{

	text-align:right;

	background:#5cd95c;

}



.rpt_drac{

	text-align:right;

	background:#f97964;

}



.rpt_balanced{

	text-align:right;

}



.rpt_desc{

	background:#aaaaaa;

}



.sum{

	font-size:16px;

	background:#ffffff;

	color:#000000;

}



.list_even_row .fr_derived_thprtot, .list_odd_row .fr_derived_thprtot, .list_head_row .fr_derived_thprtot{

	width:16.5%;

}



.list_even_row .derived_inquiry-adm_thisyr, .list_odd_row .derived_inquiry-adm_thisyr, .list_head_row .derived_inquiry-adm_thisyr{

	width:8%;

}



.list_even_row .derived_inquiry-adm_lastyr, .list_odd_row .derived_inquiry-adm_lastyr, .list_head_row .derived_inquiry-adm_lastyr{

	width:8%;

}



.list_even_row .jv_crac, .list_odd_row .jv_crac, .list_head_row .jv_crac{

	width:25%;

}



.list_even_row .jv_drac, .list_odd_row .jv_drac, .list_head_row .jv_drac{

	width:25%;

}



.list_even_row .jv_dt, .list_odd_row .jv_dt, .list_head_row .jv_dt{

	width:10%;

	min-width:81px;

}



.list_even_row .ee_marks_obtained, .list_odd_row .ee_marks_obtained, .list_head_row .ee_marks_obtained{

	width:10%;

}



.list_even_row .ee_maxmarks, .list_odd_row .ee_maxmarks, .list_head_row .ee_maxmarks{

	width:10%;

}



.list_even_row .ee_date, .list_odd_row .ee_date, .list_head_row .ee_date{

	width:10%;

}



.list_even_row .ee_subject_id, .list_odd_row .ee_subject_id, .list_head_row .ee_subject_id{

	width:30%;

}



.list_even_row .ee_sc_id, .list_odd_row .ee_sc_id, .list_head_row .ee_sc_id{

	width:20%;

}



.list_even_row .ques_answer, .list_odd_row .ques_answer, .list_head_row .ques_answer{

	width:12%;

}



.list_even_row .adm_dt, .list_odd_row .adm_dt, .list_head_row .adm_dt{

	width:10%;

	min-width:81px;

}



.list_even_row .adm_email, .list_odd_row .adm_email, .list_head_row .adm_email{

	width:25%;

}



.list_even_row .adm_course, .list_odd_row .adm_course, .list_head_row .adm_course{

	width:25%;

}



.list_even_row .adm_state, .list_odd_row .adm_state, .list_head_row .adm_state{

	width:25%;

}



.list_even_row .adm_full_id, .list_odd_row .adm_full_id, .list_head_row .adm_full_id{

	width:11%;

	min-width:93px;

	

}



.list_even_row .adm_batch, .list_odd_row .adm_batch{

	width:10%;

}



.list_even_row .listpage-actions-col, .list_odd_row .listpage-actions-col{

	width:28%;

}





.list_even_row .column:first-child, .list_odd_row .column:first-child, .list_head_row .columnhead:first-child{

	 width: 25%;

}



.list_even_row .column:last-child, .list_odd_row .column:last-child{

	 width: 25%;

	 

}



.list_even_row .cg_name, .list_odd_row .cg_name{

	width:85%;

	overflow:hidden;

}






.test_papers{

	clear:left;

	float:left;

	margin:5px 0 0 5px;

}



.qque{

	font-size:15px;

	font-family:arial;

	margin-top:20px;

}



.qans{

	font-size:14px;

	margin-bottom:10px;

}



.tiny{

	margin-top:0;

}



.viewCaption{

	width:25%;

	padding:4px 0 4px 10px;

	float:left;

	clear: left;

	font-size: 21px;

	font-weight: bold;

	font-family: times new roman;

	color:blue;

	background-color:#e5fbe3;

	margin:0 0 0 5px;

}



.viewHTML{

	width:71%;

	padding:8px 0 18px 8px;

	float: left;

	font-size: 18px;

	font-family: times new roman;

	background-color:#e3fbf2;

	border-left:1px solid;

}



.testCaption{

	width:20%;

	padding:4px 0 4px 10px;

	float:left;

	clear: left;

	font-size: 16px;

	font-weight: bold;

	font-family: times new roman;

	color:blue;

	margin:0 0 0 5px;

}



.testHTML{

	width:56%;

	padding:4px 0 8px 10px;

	float: left;

	font-size: 15px;

	font-weight: bold;

	font-family: times new roman;

	border-left:1px solid;

}



.fieldHTML textarea{

	clear:left;

	float:left;

}



.filter{

	float:left;

	margin-top:10px;

}



.certif{

	clear:left;

}



.interval{

	height:10px;

	clear:both;

}



.space{

	float:left;

	min-width:40px;

}



.aepage-error-msg{

	color: #C00909;

	margin-left:20px;
	float:left;

}

.field-error-msg{
	color: #C00909;	
}


.aepage-normal-msg{

	color: #0909C0;

}



.listpage-error-msg{

	color: #C00909;

	margin-left:20px;

}



.listpage-normal-msg{

	color: #0909C0;

}



.list_head_row .fr_contact_person, .list_even_row .fr_contact_person, .list_odd_row .fr_contact_person{

	width:20%;

}



.number_field{

	text-align:right

}



.page_menu{

	list-style: none;

	margin:0;

	padding: 0 0 0 7px;

	text-decoration: none;

	text-align: left;

	width:11em;

}

.page_menu li{

	padding:0px;

	margin:0px;

	float:left;

}

.page_menu li a{

	height: 1.5em;

	line-height:1.5em;

	width: 10.5em;

	text-decoration: none;
	

	float: right;

	background-color: #34458F;

	color:#FFFFFF;

	padding-left:10px;

	margin-top:3px;
	
	border-radius:5%/50%;
	
	-moz-border-radius:5%/50%;
	
 	-webkit-border-radius:5%/50%;
 	
}

.page_menu li a.current{

	background-color: #6448AF;

	font-weight:bold;
	
	box-shadow: -3px 1px 5px #123456;
	
	
	

}





.page_menu li a:hover{

	background-color: #3448AF;

}



li.active{

	/*color: activecaption;*/

	color: gray;

}

li.inactive{

	/*color: inactivecaption;*/

	color: darkgray;

}



li.active span, li.inactive span{

	padding:3px 10px;

}



#cal1Container { display:none; position:absolute; left:10px; top:10px; z-index:2}



.everythingin{

	

	top:0px;

	left:0px;

	width:100%;

	height:100%;

	background:#3a3c49;

	z-index:10;

	float:left;

	position:fixed;

	filter:alpha(opacity=50);

	opacity:0.5;

}



.panel{

	filter:alpha(opacity=100);

	opacity:1;

	background:#f0f0f0;

	width:175px;

	height:260px;

	/*-moz-border-radius:4px;

	-webkit-border-radius:4px;*/

	border-radius:4px;

	position:fixed;

	/*z-index:99;*/

	z-index:1200;

	float:left;

	padding:5px;

	top:20%;

	left:40%;

	/*-moz-box-shadow:2px 2px 0px #444;

	-webkit-box-shadow:2px 2px 0px #444;

	box-shadow:2px 2px 0px #444;*/

}



.everythingin_exam{

	top:0px;

	left:0px;

	width:100%;

	height:100%;

	background:#3a3c49;

	z-index:-100;

	float:left;

	position:fixed;

	filter:alpha(opacity=0);

	opacity:0;

}



.panel_exam{

	filter:alpha(opacity=100);

	opacity:1;

	background:#f0f0f0;

	width:100px;

	height:50px;

	/*-moz-border-radius:4px;

	-webkit-border-radius:4px;*/

	border-radius:4px;

	position:fixed;

	/*z-index:99;*/

	z-index:0;

	float:left;

	padding:5px;

	top:0%;

	right:0%;

	/*-moz-box-shadow:2px 2px 0px #444;

	-webkit-box-shadow:2px 2px 0px #444;

	box-shadow:2px 2px 0px #444;*/

	font-weight:bold;

	text-align:center;

}



.time_disp{

	font-size:20px;

	color:red;

	padding-top:5px;

}



.print_opt{

	padding:4px;

	color:blue;

	border:1px solid black;

	text-decoration:none;

}



.close{

	display:block;

	height:40px;

	/*position:absolute;*/

	right:20px; top:40px;

	width:40px; 

	z-index:100;

}



.tinybutton{

	background:none; 

	/*width:100%; 

	height:100%; 

	position:absolute;*/

	top:10px; 

	left:10px; 

	z-index:1000; 

	cursor:pointer; 

	border:none; 

	outline:none; 

	font-size:1px; 

	text-indent:-10000px; 

	line-height:-10000px; 

	margin:0 !important;

}


.dd-canvas{
	width:4.8in;
	height:3in;
	border:1px solid;
	padding:4px;
	font-size:12px;
}

.dd-demo{
	float:left;
}

.dd-title{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:4px;
}

.dd-title-top{
	font-size:20px;
	font-weight:bold;
	width:100%;
}

.dd-title-head{
	font-size:10px;
	font-style:italic;
}

.dd-field-type{
	font-weight:900;
}

.dd-field-name{
	font-size:100%;
}

.page-title-top{
	font-size:24px;
	font-weight:bold;
	width:100%;
}

.page-title-head{
	font-size:10px;
	font-style:italic;
}

.paper-title{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:4px;
}

.dd-field-dim{
	font-weight:900;
	width:100px;
	text-align:center;
	color:lightgray;
}

.columnhead.subject_name:first-child, .column.subject_name:first-child{
	width:70%;
}

.columnhead.cg_name:first-child, .column.cg_name:first-child{
	width:70%;
	float:left;
}

.programmeTextBold {
    color: #6448AF;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.programmeTextNormal {
    color: #34458F;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
span.notes{
	font-size: 12px;
	color: gray;
	font-style: italic;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
  }

@media screen AND (max-device-width:979px){
	.sortDDSDS{
	   width:40%;
	}
	.calNavBtns, .calNavBtns > div{
	   width: 100%;
	}
	
	.nav-collapse .nav > li{
		float:left;
	}
	.notification-nav.pull-right {
		float: right;
		position: absolute;
		right: 20px;
		top: 10px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
		padding: 9px 7px;

	}
	.filterBox{
		width:27% !important;line-height:30px;margin-top:8px;
		max-width: 100px;
	}
	.btn{
		padding: 7px 16px;
	}
	.list_data_row.responsive-row .column{
		width:100% !important;
	}
	.list_data_row.responsive-row .column .hidden-desktop{
		display:inline-block !important;
		margin-right: 4%;
	}
	.entry-form-responsive .field-group{
		width:100%;
	}
	.navMonth{
		width: 10%;
		height: 33px;
		overflow: hidden;
		float: left;
		margin: 0% 2%;
		display: inline-block;
	}
	#currentMonth{
		width: 54%;
		height: 33px;
		float: left;
	}
	#monthView td{
		min-width: 195px;
		width: 13%;
	}
}

@media screen AND (min-device-width:980px){
	.calNavBtns{
	    width:43%;
	    margin-top:-9px;
	}
	.sortDDSDS{
	   width:20%;
	}
	.filterBox{
		width:100px !important;padding:7px;margin-top:8px;
	}
	.calNavBtns > div{
		width: 100%;
	}
	.navMonth span{
		display: inline-block !important;
		margin: 0% 2%;
	}
}
/*Notification popup*/

.navbar-default .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 220px;
  max-height: 700px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 2px;
  color: white;
  font-size: 1.2em;
  background: #6ab0e0;
  margin-top: 5px;
}
.navbar-default .dropdown-menu.notify-drop [class*="span"]{
	min-height: 21px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 30px;
  max-height: 140px;
  overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px ;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}


.notification {
    display: inline-block;
    position: relative;
    padding: 0.6em;
    background: #3498db;
    border-radius: 0.2em;
    font-size: 1.3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.notification::before, 
.notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification:not([data-count=""])::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: red;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.notification.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.notification.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(35deg);
  }
  12.5% {
    -webkit-transform: rotate(-30deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
  }
  37.5% {
    -webkit-transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
  }
  62.5% {
    -webkit-transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  12.5% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  37.5% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
