
/**
 * @file
 * Basic styling for common markup.
 */

/**
 * HTML elements.
 */
form {
  position: relative;
  margin: 0 0 1.25em 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
img {
  border: 0;
}

table {
  width: 100%;
  margin-bottom: 1.25em;
  max-width: 100%;
  font-size: 0.9375em;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.375rem 0.5rem;
  line-height: 1.25;
  text-align: left;
  /*vertical-align: top;*/
  border-bottom: 1px solid #e1e1e1;
}
/*
table th:first-child,
table td:first-child {
  padding-left: 0;
}
*/
table th:last-child,
table td:last-child {
  padding-right: 0;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table th {
  font-weight: bold;
}

table thead th {
  font-size: 0.933333333em;
  vertical-align: bottom;
}
table label {
  font-size: 0.933333333em;
}

@media (max-width: 47.9375em) {
  table {
    width: 100%;
    margin-bottom: 0.9375em;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #ddd;*/
  }
}

tr.even,
tr.odd {
  padding: 0;
  /*background-color: rgba(200, 200, 200, 0.1);*/
  border-bottom: 1px solid #ddd;
}
tr.disabled {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity:0.5;
  opacity: 0.5;
}
/*
tbody tr:hover,
tbody tr:hover {
  background-color: transparent;
}
*/
td.active {
  background-color: rgba(146, 208, 238, 0.15);
}
th.active img {
  display: inline;
}
tr.selected td {
  background: #ffc;
}
table th a {
  display: block;
  position: relative;
}
table img {
  float: right;
  display: inline-block;
}
table img.file-icon {
  float: left;
  margin-right: 0.5em;
}
table th.active a {
  padding: 0 25px 0 0;
}
table th.active img {
  position: absolute;
  top: 3px;
  right: 3px;
}
table select,
table textarea,
table input.form-text {
  margin-bottom: 0;
}
table .description {
  font-size: 0.857142857em;
  color: #777;
}
table p {
  margin: 0;
}


ul.action-links {
  margin: 0 0 22px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
ul.action-links li {
  float: left;
  margin: 0 1em 0 0;
}

/**
 * Markup generated by theme_item_list().
 */

.item-list {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.item-list ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.item-list .title {
  font-weight: bold;
}
table .item-list {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
table .item-list ul {
  margin: 0;
  border: 0;
}
table .item-list li {
  padding: 0;
  border: 0;
}

.downloads {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.downloads li {
  
}

.downloads span.file img {
  display: inline;
  vertical-align: text-top;
  margin-right: 0.5em;
}

/**
 * Markup generated by Form API.
 */

/* Reset */

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

input[type="checkbox"] {
  vertical-align: top;
}

button,
input {
  /* *overflow: visible; */
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.textarea-counter {
  position: relative;
}
.textarea-counter .counter {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5em;
  text-align: right;
}

/* Styles */



label,
input,
button,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.375em;
}

input,
button,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/*
textarea, input.form-text {
  font-family: Inconsolata, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
*/
label {
  display: block;
  margin-bottom: 0.285714286em;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
}

select, textarea, input.form-text, input.form-password {
  display: inline-block;
  padding: 0.375rem 0.5rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: #333333;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 631px) { 
  textarea, input.form-text, input.form-password { 
    width: 100%;
  }
}

textarea { height: auto; }
textarea, input.form-text, input.form-password {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -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;
      -ms-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.form-text:focus, input.form-password:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \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-append {
  display: inline-block;
}
*/
.input-append:after {
  content: "";
  display: table;
  clear: both;
}
.input-append .input-append-addon,
.input-append input.form-text {
  float: left;
}
/*
@media only screen and (max-width: 767px) {
  .input-append input.form-text { width: auto; }
}
*/
.input-append-addon {
  padding: 6px 12px;
  padding: 0.375rem 0.5rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: #555;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input.form-text,
.input-append a.btn {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
.input-append input.form-submit {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.form-type-radio label, .form-type-checkbox label {
	position: relative;
	display: block;
	margin-bottom: 0.25em;
	padding-left: 1.75em;
  font-weight: 400;
	cursor: pointer;
}

label.option {
  /*display: inline;*/
  font-weight: normal;
  font-size: 1em;
}

label.option input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.form-indicator {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 1em;
	height: 1em;
	background: #e6e6e6;
}

.form-type-checkbox,
.form-type-radio {
  position: relative;
}

.form-type-checkbox .form-indicator {
  -webkit-border-radius: 0.1875em;
     -moz-border-radius: 0.1875em;
          border-radius: 0.1875em;
}

.form-type-radio .form-indicator {
	border-radius: 50%;
}

/* Hover and focus states */
label.option:hover input ~ .form-indicator,
label.option input:focus ~ .form-indicator {
	background: #ccc;
}

/* Checked state */
label.option input:checked ~ .form-indicator {
	background: #428BCA;
}

/* Hover state whilst checked */
label.option:hover input:not([disabled]):checked ~ .form-indicator,
label.option input:checked:focus ~ .form-indicator {
	background: #3276b1;
}

/* Disabled state */
label.option input:disabled ~ .form-indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.form-indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
label.option input:checked ~ .form-indicator:after {
	display: block;
}

/* Checkbox tick */
.form-type-checkbox .form-indicator:after {
	top: 0.125em;
	left: 0.375em;
	width: 0.1875em;
	height: 0.5em;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 0.125em 0.125em 0;
}

/* Disabled tick colour */
.form-type-checkbox input:disabled ~ .form-indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.form-type-radio .form-indicator:after {
	top: 0.3125em;
	left: 0.3125em;
	width: 0.375em;
	height: 0.375em;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.form-type-radio input:disabled ~ .form-indicator:after {
	background: #7b7b7b;
}

/*
input[type=radio], input[type=checkbox] {
  margin: 0;
  margin-top: 1px \9;
  line-height: normal
}

.form-type-radio input[type=radio], .form-type-checkbox input[type=checkbox] {
  position: absolute;
	top: 0.333333333em;
  margin-left: -1.5em;
}

.form-type-radio label, .form-type-checkbox label {
  position: relative;
  min-height: 1.25em;
  padding-left: 1.5em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.625;
  cursor: pointer
}

td.checkbox .form-type-radio input[type=radio],
td.checkbox .form-type-checkbox input[type=checkbox],
td .form-type-checkbox input[type=checkbox],
th .form-type-checkbox input[type=checkbox] {
  position: static;
  margin: 0;
}
td.checkbox .form-type-checkbox
td .form-type-checkbox,
th .form-type-checkbox {
  margin: 0;
}
*/

input.form-submit {
  width: auto;
}
.form-disabled label {
  color: #b3babf;
}

.form-type-select {
	position: relative;
}

select {
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25;
  max-width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right .75rem center no-repeat #fff;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-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;
  -webkit-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, .025);
     -moz-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, .025);
          box-shadow: inset 0 -3px 5px rgba(0, 0, 0, .025);
}

select:hover {
  color: #333;
  background-color: #fafafa;
  border-color: #adadad;
}

select:focus {
  color: #000;
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \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);
}

select::-ms-expand {
	display: none;
}

@media screen and (min-width: 0\0) {
  select {
    padding: 0 0 0 0.375rem;
    height: 2.125em;
    line-height: 2.125;
    background: none;
  }
}

select:disabled {
	pointer-events: none;
	opacity: .5;
}

select[multiple] {
  height: auto;
  padding: 0.375rem 0.75rem;
  background: #fff;
}
input.form-file:focus, input.form-radio:focus, input.form-checkbox:focus {
  outline: thin dotted #333;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
select[disabled], input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
  -moz-opacity: 70;
  opacity: 0.7;
}
@media screen and (max-width: 599px) { 
  select,
  textarea,
  input.form-text,
  input.form-password {
    font-size: 16px !important;
  }
}

.btn, 
input.form-submit, 
.form-actions a, 
.action-links a {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.375rem 1rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.btn:focus, .btn:active:focus, .btn.active:focus,
input.form-submit:focus, input.form-submit:active:focus, input.form-submit.active:focus,
.form-actions a:focus, .form-actions a:active:focus, .form-actions a.active:focus,
.action-links a:focus, .action-links a:active:focus, .action-links a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover, .btn:focus,
input.form-submit:hover, input.form-submit:focus,
.form-actions a:hover, .form-actions a:focus,
.action-links a:hover, .action-links a:focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none !important;
}

.btn:active, .btn.active,
input.form-submit:active, input.form-submit.active,
.form-actions a:active, .form-actions a.active,
.action-links a:active, .action-links a.active {
  outline: 0;
  /*background-image: none;*/
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
input.form-submit.disabled, input.form-submit[disabled],
.form-actions a.disabled,
.action-links a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.action-links a {
  padding: 0.375rem 0.75rem 0.375rem 1.5rem;
  background: url(img/add.png) no-repeat 0.25rem 50%;
}  
  
.btn-primary,
input.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus,
input.btn-primary:hover, input.btn-primary:focus {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active,
input.btn-primary:active, input.btn-primary.active {
  background-image: none;
  background-color: #0070c9;
}

.btn-primary.disabled,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus,
.btn-primary.disabled:active, .btn-primary[disabled]:active,
.btn-primary.disabled.active, .btn-primary[disabled].active,
input.btn-primary.disabled,
input.btn-primary.disabled:hover, input.btn-primary[disabled]:hover,
input.btn-primary.disabled:focus, input.btn-primary[disabled]:focus,
input.btn-primary.disabled:active, input.btn-primary[disabled]:active,
input.btn-primary.disabled.active, input.btn-primary[disabled].active {
  background-color: #428bca;
  border-color: #357ebd
}

.btn-secondary {
  color: #fff;
  background-color: #70A941;
  border-color: #518829
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: #719F3C;
  border-color: #4B7720
}

.form-actions a.btn-link {
  color: #008fd5;
  background-color: #fff;
  border-color: #fff;
}
.form-actions a.btn-link:hover, .form-actions a.btn-link:focus {
  color: #37464f;
  background-color: #fff;
  border-color: #fff;
}

.btn-link {
  padding: 0.375rem 0.125rem;
  color: #0275d8;
  background: transparent;
  border-radius: 0;
  border-color: #FFF;
}

.btn-large {
  margin: 1.5em 0;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left:0;
}

button {
  margin: 0;
  background-image:none;
  outline: none;
}

.pull-left {
  float: left!important;
}

legend {
  display: block;
  padding: 0.5em 0 0;
  font-size: 1.125em;
  border: 0;
}
.fieldset-wrapper {
  padding: 0.625em 0;
  border-top: 1px solid #E5E5E5;
}

@media (min-width: 810px) { 
  legend {
    float: left;
    width: 16%;
  }
  .fieldset-wrapper {
    padding-left: 20%;
  }
  .fieldset-content {
    margin-left: 1em;
  }
}
.fieldset-content:after {
  content: "";
  display: table;
  clear: both;
}

.fieldset-wrapper .fieldset-wrapper .fieldset-content,
.vertical-tabs-pane .fieldset-content {
  margin-left: 0;
}

.fieldset-description {
  font-size: 1em;
  margin-bottom: 0.625em;
}

/*
.form-textarea-wrapper textarea {
  margin-bottom: 0.625em;
}
*/

.fieldset-wrapper:after {
  clear: both;
}
.vertical-tabs .fieldset-wrapper {
  padding-left: 0;
}
.profile-inline .form-wrapper {
  float: left;
  margin-right: 1.25em;
}

/* Nested */

.fieldset-wrapper legend {
  float: none;
  width: 100%;
}
.fieldset-wrapper .fieldset-wrapper {
  padding: 0.625em 0;
}
.filter-wrapper .fieldset-wrapper {
  padding: 0;
}
/*
@media (min-width: 600px) {
  legend {
    float: none;
    width: 100%;
  }
  .fieldset-wrapper {
    padding: 0.625em 0 0 0;
  }
}
*/
legend small {
  font-size: 16px;
  color: #999999;
}

.form-group:after {
  content: "";
  display: table;
  clear: both;
}
.form-group > div {
  float: left;
  margin-right: 1em;
}
.form-group > div:last-child {
  margin-right: 0;
}

.form-item {
  margin-bottom: 0.625em;
}

.form-actions {
  margin: 0.625em 0;
}

/* Sticky Form Actions */

.vertical-tabs {
  margin-bottom: 0;
}
html.js .node-form > div > .form-actions {
  bottom: 0;
  margin: 0;
  padding: 1em 0;
  background: #FFF;
}
html.js .node-form > div > .form-actions.fixed-actions {
  position: fixed;
  z-index: 100;
  border-top: 1px solid #DDD;
}
html.js .node-form > div > .field-widget-image-image.fixed-images {
  position: fixed;
  height: 150px;
  z-index: 100;
  background: #FFF;
}

.field-widget-image-image.fixed-images .fieldset-content {
  overflow: auto;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.field-multiple-table tr.odd .form-item,
.field-multiple-table tr.even .form-item {
  margin-bottom: 0.5em;
}
.field-type-telephone tr.odd .form-item,
.field-type-telephone tr.even .form-item {
  margin-bottom: 0.5em;
}
.form-item .description {
  margin-top: 0.25em;
  font-size: 0.75em;
  color: #777;
}

.form-type-checkboxes .form-checkboxes .form-item,
.form-type-radios .form-radios .form-item {
  margin: 0;
}

.form-type-radios,
.form-type-checkbox,
.form-type-checkboxes,
.form-type-password-confirm {
  margin-bottom: 0.625em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
.marker {
  margin-left: 1em;
  font-size: 0.785714286em;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}


.form-actions input.form-submit {
  margin-right: 5px;
}
.form-item .form-item {
  margin-bottom: 0.5em;
}
.form-item .form-radios .form-item {
  margin-bottom: 0;
}
   
.form-item .form-item input.form-text {
  margin-bottom: 0;
}
.field-type-datetime legend {
  display: block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #4B5C66;
  text-shadow: none;
}
.field-type-datetime .fieldset-wrapper {
  padding-top: 5px;
  border-width: 0;
}


/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.field-type-double-field .container-inline .form-textarea-wrapper textarea {
  display: inline-block !important;
  width: auto !important;
}

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
}

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
}
.more-help-link a {
  background: url(img/help.png) 0 50% no-repeat;
  padding: 1px 0 1px 20px;
}

/**
 * Markup generated by theme_pager().
 */
.item-list ul.pager {
  clear: both;
  text-align: center;
  border: 0 none;
}

.item-list ul.pager li {
  display: inline;
  padding: 0;
  list-style-type: none;
  background-image: none;
  border: 0 none;
}

.item-list .pager a, .item-list .pager li.pager-current {
  padding: 0.25em 0.5em;
  color: #8D949F;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.item-list .pager a:hover {
  color: #0082A6;
  border-color: #0082A6;
}


.item-list .pager li.pager-current {
  color: #222222;
  border-color: #8D949F;
}
/*
.item-list ul.pager li.first {
  position: absolute;
  left: 0;
  top: 0;
}
.item-list ul.pager li.last {
  position: absolute;
  right: 0;
  top: 0;
}
*/

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend a {
  color: #444;
}
html.js fieldset.collapsible .fieldset-legend {
  margin-left: -15px;
  padding-left: 15px;
  background: url(img/menu-expanded.png) 0 50% no-repeat;
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(img/menu-collapsed.png);
  background-position: 0 50%;
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fe7;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(img/progress.gif);
}

/* Character Count */

.textarea-counter {
  position: relative;
}
.textarea-counter .counter {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5em;
  text-align: right;
}
.textarea-counter .counter-warning {
  color: #38b031;
}
.textarea-counter .counter-exceeded {
  color: #a51b00;
}

/**
 * Local tasks
 */
nav.tasks:before,
nav.tasks:after {
  content: "";
  display: table;
}
nav.tasks:after {
  clear: both;
}
nav.tasks {
  margin-bottom: 0;
  padding: 0.5em 1em;
  font-family: "Source Sans Pro", "Lucida Grande", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 0.8125em;
  background-color: #ebedf2;
  border-bottom: 1px solid #ddd;
}
nav.tasks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.tasks > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #bbb;
}
nav.tasks a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  color: #000;
  background-color: #ddd;
}
nav.tasks ul.secondary a {
  padding-left: 1em;
}

nav.tasks a:focus,
nav.tasks a:hover,
nav.tasks a.is-active:focus {
   background-color: #eee;
}
nav.tasks a.is-active,
nav.tasks li.is-active a,
nav.tasks a.is-active:hover {
  background-color: #fff;
}

@media screen and (min-width: 37.5em) { /* 600px */
  nav.tasks {
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  nav.tasks ul {
    float: left;
    margin: 0 0.5em 0 0;
    overflow: hidden;
    white-space: nowrap;
  }
  nav.tasks li {
    float: left;
    display: block;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    border: none;
  }
  nav.tasks a {
    float: left;
    padding: 0.125em 0.5em 0.25em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  nav.tasks ul.secondary a {
    padding-left: 0.5em;
  }
  nav.tasks a:focus,
  nav.tasks a:hover,
  nav.tasks a.active:focus {
    color: #fff;
     background-color: rgba(0, 0, 0, 0.4);
  }
  nav.tasks a.active,
  nav.tasks li.active a,
  nav.tasks a.active:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  nav.tasks ul.secondary {
    padding-left: 1em;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
  }
}

