@charset "UTF-8";

/*  GLOBAL ELEMENTS
------------------------------*/
* {
  padding: 0;
  margin: 0;
}

.hide {
    display: none!important;
}

#wrap {
  margin: 20px auto 25px auto;
  display: block;
}

html {
  background: #eef2f4;
  padding: 0px 20px 0px 20px;
}

body {
  font-family: sans-serif;
  line-height: 1.4em;
  font-size: 13px;
  color: #333333;
}

div.testServer {
  background-color: #f2ff00;
  width: 100%;
  text-align: center;
  border: 1px solid #B2C6DB;
  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-weight: bold;
  padding: 8px;
  font-size: 14px;
}


h1,h2,h3,h4,h5,h6 {
  line-height: 1.4em;
}



.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.divider {
  border-top: 1px dotted #cccccc;
  margin: -10px 0px 20px 0px;
  line-height: 0px;
}

.spacer10 {
  height: 10px;
  clear: both;
  display: block;
}

.spacer15 {
  height: 10px;
  clear: both;
  display: block;
}

.spacer20 {
  height: 20px;
  clear: both;
  display: block;
}

.spacer50 {
  height: 50px;
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*  TYPOGRAPHY
------------------------------*/

p {
  font-size: 13px;
  color: #666666;
  line-height: 1.7em;
}

a {
  color: #336699;
}

a:hover {
  color: #1c4365;
}

h1 {
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}

h2 {
  font-size: 19px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 15px;
}

h3 {
  font-size: 17px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 15px;
}

h4 {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}




ul,ol {
  line-height: 1.5em;
  margin-top: 10px;
  color: #666666;
}

ul {
  list-style: disc;
  padding-left: 25px;
}

ol {
  list-style: decimal;
  padding-left: 30px;
}

.note {
  color: #999999;
  margin-top: 15px;
}

#form .form-content .fieldContainer div.required {
  float: left;
  width: 20px;
  color: #cc0000;
  font-size: 15px;
}

#form .form-content .fieldContainer span.required {
  width: 20px;
  color: #cc0000;
  font-size: 15px;
}

#form .form-content .fieldContainer .sideBySide span.required {
  float: left;
}


/*  HEADER (OPTIONAL)
------------------------------*/

#header {
  font-size: 13px;
  margin: 0px 0px 15px 0px;
  display: inherit;
}

#header .links {
  float: left;
}

#header .links li {
  display: inline;
  list-style-type: none;
  margin-right: 15px;
}

#header .language {
  float: right;
  margin-left: 15px;
}

#header .connectionInfo{
  float: right;
}

#header .connectionInfo a {
  margin-left: 10px;
}

/*  FORM
------------------------------*/

#form {
  background: white;
  padding: 50px;
  margin: 0px auto 0px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 10px rgba(208, 214, 217, 0.8);
  -moz-box-shadow: 0px 5px 10px rgba(208, 214, 217, 0.8);
  box-shadow: 0px 5px 10px rgba(208, 214, 217, 0.8);
}

#form .form-head {
  margin-bottom: 15px;
}

#form .form-content {
  margin-top: 20px;
  clear: both;
}

#form .form-content.auth {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: both;
  display: none;
}

#form .form-content.auth .login{
  margin: 10px 0 0;
}

#form div.logo{
  display: block;
}

#form div.logo.left{
  text-align: left;
}

#form div.logo.center{
  text-align: center;
}

#form div.logo.right{
  text-align: right;
}

#form img.logo{
  margin: 0px 0px 25px 0px;
}



#form .form-content .fieldContainer div.field {
  margin-top: 15px;
  float: left;
  width: 100%;
}

#form .form-content .fieldContainer div.field.sideBySide .fieldContent > label {
  float: left;
  width: 150px;
  margin-right: 25px;
}

#form .form-content .fieldContainer div.field.sideBySide .fieldContent > .input {
  display: inline-block;
}

#form .form-content .fieldContainer.split div.field .fieldContent > label {
  padding-top: 5px;
}

#form .form-content .fieldContainer.split div.field {
    width: 50%;
}

#form .form-content .fieldContainer.count2 div.field {
    width: 50%;
}

#form .form-content .fieldContainer.count3 div.field {
    width: 33%;
}

#form .form-content .fieldContainer.count4 div.field {
    width: 25%;
}

#form .form-content div.field .fieldContent > label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333333;
 
}

#form .form-content .fieldSubForm > label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333333;
  float: left;
}



#form .form-content .fieldContainer div.field.bold {
  font-weight: bold;
}



#form .form-content .fieldContainer div.field.sideBySide .fieldContent.full {
  width: 100%;
}

#form .form-content .fieldContainer div.field.sideBySide .fieldContent {
  width: 90%;
}


#form .form-content .fieldContainer div.field .fieldContent{
  float: left;
}

#form .form-content .fieldContainer.split div.field .fieldContent{
  width: auto;
  float: left;
}

#form div.field .fieldExtra{
  width: 45px;
  float: right;
}

#form .fieldSubForm{
  width: 100%;
  margin-top: 15px;
  float: left;
}

#form .form-content .fieldSubForm > label {
  font-weight: bold;
}

#form .input {

}

#form input[type=text] {
  padding: 5px 6px 4px 6px;
  font-family: sans-serif;
  font-size: 13px;
}

#form input.defaultValue{
  color: #999999;
}

#form input[type=password] {
  padding: 5px 6px 4px 6px;
  font-family: sans-serif;
  font-size: 13px;
}

#form textarea {
  padding: 5px 6px 4px 6px;
  font-family: sans-serif;
  font-size: 13px;
}

#form input[type=radio] {
  font-family: sans-serif;
  font-size: 13px;
  margin-right: 5px;
  cursor: pointer;
}

#form input[type=checkbox] {
  font-family: sans-serif;
  font-size: 13px;
  margin-right: 5px;
  cursor: pointer;
}

#form select {
  font-family: sans-serif;
  font-size: 13px;
}

#form .error {
  background: #fffdd5;
  padding: 4px 0px 4px 0px;
}

#form .warning {
  background: #fffdd5;
  padding: 4px 0px 4px 0px;
}

#form .item, #form .item-inline{
  font-family: sans-serif;
  font-size: 13px;
}

#form .item-inline{
  float: left;
  margin-right: 10px;
}

#form .item label, #form .item-inline label {
  font-size: 13px;
  font-weight: normal;
  color: #666666;
  width: auto;
}


#form .actions {
  margin: 25px 0px 0px 0px;
}

#form .actions-left {
  float: left;
}

#form .actions-right {
  float: right;
}

#form .pagination {
  background: #eef2f4;
  padding: 10px 15px 10px 15px;
  margin: 25px 0px 25px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#form .page {
  float: left;
}

#form .progress {
  float: right;
}

#form .pad {
  border: 1px solid #B3B3B3;
}

#form .login {
  background: #eef2f4;
  padding: 25px 30px 30px 30px;
  margin: 25px 0px 0px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.login .centeredText{
  display: block;
  margin: 20px 0px 0px 145px;
}

#form .lost-password {
  font-size: 13px;
  margin-left: 10px;
}

#form .tooltip-error {
  cursor: help;
  display: inline-block;
  width: 18px;
  line-height: 18px;
  margin: 0px 0px 0px 5px;
  vertical-align: -5px;
}

#form .tooltip-info {
  cursor: help;
  display: inline-block;
  width: 18px;
  line-height: 18px;
  margin: 0px 0px 0px 5px;
  vertical-align: -5px;
}

.input-data {
  margin-bottom: 15px;
}

#form .agreement {
  background: #e8f2f7;
  border: 1px solid #d4e3eb;
  padding: 20px 25px 20px 25px;
  margin: 25px 0px 0px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


#form .matrix{
  width: 100%;
  float: left;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  color: #333333;
}

#form .matrix h5{
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 5px;
}

#form .matrix table{
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

#form .matrix table tbody td{
  border-right: 1px solid #DCE9ED;
  border-bottom: 1px solid #DCE9ED;
  padding: 8px 3px 3px 3px;
  text-align: center;
  color: #666666;
}

#form .matrix table tbody td.label{
  text-align: left;
  border-left: 1px solid #DCE9ED;
}


#form .matrix table caption{
  text-align: left;
  font-weight: bold;
  padding: 8px 3px 8px 3px;
  background-color: #F6F8FA;
}

#form .matrix table thead th{
  background-color: #F6F8FA;
  border-top: 1px solid #DCE9ED;
  border-right: 1px solid #DCE9ED;
  border-bottom: 1px solid #DCE9ED;
  padding: 8px 3px 3px 3px;
  text-align: center;
  color: #666666;
}

#form .matrix table thead th.empty{
  border-left: 1px solid #DCE9ED;
}

#form .matrix table tfoot td{
  text-align: left;
  padding: 8px 3px 8px 3px;
  color: #999999;
  border-left: 1px solid #DCE9ED;
  border-right: 1px solid #DCE9ED;
  border-bottom: 1px solid #DCE9ED;
}

#progress-bar {
  background: url('images/progress-bar-background.png') no-repeat left
    center;
  width: 132px;
  height: 22px;
}

#progress-level {
  background: url('images/progress-bar-fill.png') no-repeat left center;
  width: 25%; /* SET THIS TO GET THE DESIRE LEVEL */
  height: 22px;
}

/*  FOOTER
------------------------------*/

#footer {
  margin: 25px 0px 0px 0px;
  clear: both;
}

#footer .version {
  font-size: 11px;
  color: #a5aaad;
  margin-top: 5px;
  float: right;
}

#footer .fd {
  margin-bottom: 15px;
  float: left;
}

/*  BUTTONS INPUT
------------------------------*/

.inline {
  display: inline-block;
}

.button, .button-disabled {
  display: inline-block;
  background: url('images/btn-gradient.png') repeat-x;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  height: 32px;
  margin: 0;
  padding: 0px 12px 0px 12px;
  outline: 0;
  border: 1px solid #999;
  border-color: #ccc #999 #666666 #ccc;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.button-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}

.button:hover {
  background: url('images/btn-gradient-over.png') repeat-x;
}

.button:active {
  background: url('images/btn-gradient-active.png') repeat-x;
}

a.button-link {
  display: inline-block;
  background: url('images/btn-gradient.png') repeat-x;
  font-family: sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  height: 24px;
  margin: 0px 0px 0px 0px;
  padding: 6px 12px 0px 12px;
  outline: 0;
  border: 1px solid #999;
  border-color: #ccc #999 #666666 #ccc;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

@
-moz-document url-prefix () {a .button-link { height:25px;
  padding: 5px 12px 0px 12px;
}

}
a.button-link:hover {
  background: url('images/btn-gradient-over.png') repeat-x;
}

a.button-link:active {
  background: url('images/btn-gradient-active.png') repeat-x;
}

/*  NOTICES
------------------------------*/

.notice {
  margin: 25px 0px 25px 0px;
}

.notice img {
  vertical-align: -3px;
  margin-right: 10px;
}

.yellow {
  padding: 10px;
  background-color: #fffdd5;
  border: solid 1px #d1ceac;
}

.yellow p {
  color: #aa0000;
}

.blue {
  padding: 10px;
  background-color: #f7fbfd;
  border: solid 1px #c6d7dd;
}

.blue p {
  color: #456977;
}

.green {
  padding: 10px;
  background-color: #f7fdf5;
  border: solid 1px #cad9c6;
}

.green p {
  color: #43683b;
}


#form .tooltip-error {
  display: inline-block;
  width: 18px;
  line-height: 18px;
  margin: 0px 0px 0px 5px;
  vertical-align: -5px;
}

#form .tooltip-info {
  display: inline-block;
  width: 18px;
  line-height: 18px;
  margin: 0px 0px 0px 5px;
  vertical-align: -5px;
}

#form .field-note {
  cursor: help;
  display: inline-block;
  width: 18px;
  color: black;
  background: #dbdbdb;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 0px 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


.tipsy-info { padding: 5px; font-size: 13px; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: url(images/tipsy-information.gif); }
.tipsy-inner-info { padding: 5px 8px 4px 8px; background-color: #d0e0f1; color: black; max-width: 200px; text-align: center; }
.tipsy-inner-info { -moz-border-radius:5px; -webkit-border-radius:5px; }
.tipsy-north-info { background-position: top center; }
.tipsy-south-info { background-position: bottom center; }
.tipsy-east-info { background-position: right center; }
.tipsy-west-info { background-position: left center; }

.tipsy-error { padding: 5px; font-size: 13px; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: url(images/tipsy-error.gif); }
.tipsy-inner-error { padding: 5px 8px 4px 8px; background-color: #ac0000; color: #fff; max-width: 200px; text-align: center; }
.tipsy-inner-error { -moz-border-radius:5px; -webkit-border-radius:5px; }
.tipsy-north-error { background-position: top center; }
.tipsy-south-error { background-position: bottom center; }
.tipsy-east-error { background-position: right center; }
.tipsy-west-error { background-position: left center; }


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.ui-datepicker-trigger{margin: 0px 0px 0px 5px; vertical-align: middle;}


/*  SUMMARY ELEMENTS
------------------------------*/

.data-container {
  margin: 4px 0 4px 0;
}

.data-container div.data{
  color: #333333;
  float: left;
  width: 95%;
}
.data-container div.data .label{
  font-weight: bold;
}

.data-container div.data .spacer{
  color: #cccccc;
  font-weight: bold;
  margin-left: 5px;
}

.data-container div.data .value{
  margin-left: 5px;
}

.data-container span.error {
  float: left;
}

.subform-title {
  background: #eef2f4;
  margin: 10px 0px 10px 0px;
  padding: 3px 0px 4px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.subform-title img {
  vertical-align: -4px;
  margin-right: 4px;
}

.subform-title > div.float-left {
  width: 400px;
}

.page-title {
  height: 25px;
  border-bottom: 1px dotted #cccccc;
  margin: 15px 0 15px 0;
}

.page-title p {
  color: #999999;
}

.button-small {
  text-decoration: none;
  text-shadow: #FFF 0px 1px 1px;
  font-size: 11px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 5px;
  border: solid 1px #d4d8d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f3f7f8; /* Old browsers */
  background: -moz-linear-gradient(top, #f3f7f8 0%, #dfe6e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f7f8), color-stop(100%,#dfe6e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#dfe6e8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* W3C */
  box-shadow: #FFF 0px 1px 1px;
  -webkit-box-shadow: #FFF 0px 1px 1px;
  -moz-box-shadow: #FFF 0px 1px 1px;
}

/*  BUTTONS
------------------------------*/

.button-small:hover {
  border: solid 1px #9faeb3;
  background-color: #dfe6e8;
}

.button-small:active {
  border: solid 1px #d4d8d9;
  background: #dfe6e8;
  background: -moz-linear-gradient(top, #dfe6e8 0%, #f3f7f8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe6e8), color-stop(100%,#f3f7f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe6e8', endColorstr='#f3f7f8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* W3C */
}

.button-small img {
  padding-bottom: 4px;
  padding-right: 5px;
  vertical-align: middle;
}

.button-mini {
  text-decoration: none;
  text-shadow: #FFF 0px 1px 1px;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 3px;
  border: solid 1px #d4d8d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f3f7f8; /* Old browsers */
  background: -moz-linear-gradient(top, #f3f7f8 0%, #dfe6e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f7f8), color-stop(100%,#dfe6e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f8', endColorstr='#dfe6e8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #f3f7f8 0%,#dfe6e8 100%); /* W3C */
  box-shadow: #FFF 0px 1px 1px;
  -webkit-box-shadow: #FFF 0px 1px 1px;
  -moz-box-shadow: #FFF 0px 1px 1px;
}

.button-mini:hover {
  border: solid 1px #9faeb3;
  background-color: #dfe6e8;
}

.button-mini:active {
  border: solid 1px #d4d8d9;
  background: #dfe6e8;
  background: -moz-linear-gradient(top, #dfe6e8 0%, #f3f7f8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe6e8), color-stop(100%,#f3f7f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe6e8', endColorstr='#f3f7f8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #dfe6e8 0%,#f3f7f8 100%); /* W3C */
}

.button-mini img {
  padding-bottom: 4px;
  padding-right: 5px;
  vertical-align: middle;
}

.button-login {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,1);
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    border: solid 1px #efefef;
    background: rgb(252,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button-login:hover {
    color: #333;
    border: solid 1px #c0cbd2;
    background: rgb(250,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250,252,252,1) 0%, rgba(242,245,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,252,252,1)), color-stop(100%,rgba(242,245,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(250,252,252,1) 0%,rgba(242,245,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(250,252,252,1) 0%,rgba(242,245,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(250,252,252,1) 0%,rgba(242,245,247,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(250,252,252,1) 0%,rgba(242,245,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfc', endColorstr='#f2f5f7',GradientType=0 ); /* IE6-9 */
}

.button-login:active, .button-login.active {
    border: solid 1px #c0cbd2;
    background: rgb(242,245,247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,245,247,1) 0%, rgba(250,252,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,247,1)), color-stop(100%,rgba(250,252,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,245,247,1) 0%,rgba(250,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,245,247,1) 0%,rgba(250,252,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,245,247,1) 0%,rgba(250,252,252,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(242,245,247,1) 0%,rgba(250,252,252,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f7', endColorstr='#fafcfc',GradientType=0 ); /* IE6-9 */
}

.button-login img {
    border: 0;
    padding-top: 15px;
}

.button-login span {
    color: #CCC;
}


/*  JQUERY HELP
------------------------------*/

.ui-widget-overlay {
    background: black !important;
    opacity: 0.6 !important;
}

.ui-widget {
    font-family: sans-serif !important;
    font-size: 1em !important;
}

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 400px;
}

.ui-corner-all.empty, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px;
}
.ui-corner-all.empty, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all.empty, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all.empty, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-widget-content.empty{
  background: none;
  border: none;
}
.ui-dialog.empty .ui-dialog-titlebar{
  display: none;
}

.ui-dialog.empty #form {
    padding: 20px;
}

/* Data list */

.data-list-header{
  margin-bottom: 10px;
  font-weight: bold;
}

table.data-list{
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border-left: 1px solid #ddd;
}

table.data-list tbody td{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  color: #666666;
}

table.data-list tbody td.label{
  text-align: left;
  border-left: 1px solid #ddd;
}

table.data-list tbody td.right{
  text-align: right;
}

table.data-list caption{
  text-align: left;
  font-weight: bold;
  padding: 8px 3px 8px 3px;
  background-color: #F6F8FA;
}

table.data-list thead th{
  background-color: #F6F8FA;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  color: #666666;
}

table.data-list thead th.right{
  text-align: right;
}

table.data-list thead th.center{
  text-align: center;
}

table.data-list thead th.empty{
  border-left: 1px solid #ddd;
}

table.data-list tfoot td{
  text-align: left;
  padding: 8px 3px 8px 3px;
  color: #999999;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*  PAGINATION
------------------------------*/

.data-list-pagination {
  margin-top: 10px;
  height: 36px;
}

.data-list-pagination ul {
  background: white;
  float: left;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -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);
}

.data-list-pagination li {
  display: inline;
}

.data-list-pagination li.spacer {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */
  text-decoration: none;
}

.data-list-pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */
  text-decoration: none;
}

.data-list-pagination a:hover, .data-list-pagination .active a {
  text-decoration: none;
  background-color: #f1f1f1;
}

.data-list-pagination .disabled a, .data-list-pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
  cursor: default;
}

.data-list-pagination .next a {
  border: 0;
}

.labelError h1, .labelError h2, .labelError h3, .labelError h4, .labelError h5, .labelError h6{
  float:left;
}

.formLinkFilter{
  margin-bottom: 10px;
}

.formLinkFilter input{
  border: 1px solid #e3e3e3;
  height: 30px;
  float: left;
  padding: 0px 8px 0px 8px;
}

.formLinkFilter a{
  height: 30px;
  width: 30px;
  float: left;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #ffffff;
}

.formLinkFilter a img{
  margin: 6px 0px 0px 8px;
}

