@charset "UTF-8";
/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2014 AtomicPages LLC
 * @license MIT
 * @version 2.5.0
 */
/* RESET
 * ------------------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import "../../../tooltipster/tooltipster-klara.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  background: #f6f6f6;
  background-image: url("../../theme/images/bg.png");
  background-attachment: fixed;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #7b7b7b;
}

#wrapper {
  background-color: #fff;
  padding: 20px;
  width: 980px;
  margin: 0px auto 40px auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: #7b7b7b;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 30px 0px;
  padding: 10px 0 0 15px;
  font-size: 13px;
  text-transform: lowercase;
  border-top: 1px solid #7b7b7b;
}

/* h1 {
	font-size: relative(40px);
	line-height: 1.2;
	letter-spacing: relative(-1px);
}
h2 {
	font-size: relative(36px);
	line-height: 1.25;
	letter-spacing: -0.1rem;
}
h3 {
	font-size: relative(30px);
	line-height: 1.3;
	letter-spacing: -0.1rem;
}
h4 {
	font-size: relative(24px);
	line-height: 1.35;
	letter-spacing: -0.08rem;
}
h5 {
	font-size: relative(18px);
	line-height: 1.5;
	letter-spacing: -0.05rem;
}
h6 {
	font-size: relative(15px);
	line-height: 1.6;
	letter-spacing: 0;
} */
/* Larger than phablet */
/*@media (min-width: 550px) {
  h1 { font-size: relative(50px); }
  h2 { font-size: relative(42px); }
  h3 { font-size: relative(36px); }
  h4 { font-size: relative(30px); }
  h5 { font-size: relative(24px); }
  h6 { font-size: relative(15px); }
}*/
p {
  margin-top: 0;
}

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  color: #e63131;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #e63131;
}

/* LISTS
 * ------------------------------------------------ */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* CODE
 * ------------------------------------------------ */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* TABLES
 * ------------------------------------------------ */
table {
  width: 100%;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
  /*&:first-child { padding-left: 0; }
  &:last-child { padding-right: 0; }*/
}

th a.sorted.asc:after,
th a.sorted.desc:after {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  margin-left: 0.25rem;
}

th a.sorted.asc:after {
  content: "↑";
}

th a.sorted.desc:after {
  content: "↓";
}

th {
  text-transform: lowercase;
  font-weight: 300;
  border-top: 1px solid;
}

tr.last {
  border-bottom: 1px solid #b8b8b8;
}

/*tr.even td a, tr.even td a:hover {
	color: #ffffff;
}*/
/*tr.odd td a, tr.odd td a:hover {
	color: $klara_grey;
}*/
.table-striped .even td {
  background-color: #b8b8b8;
  color: #ffffff;
}
.table-striped .even td .button-action {
  background-color: #fff;
}
.table-striped .even td .button-action:hover {
  background-color: #e63131;
}
.table-striped .odd td {
  background-color: #fff;
}

.mod_patient_list_module td {
  padding: 5px 0px 5px 15px;
  vertical-align: middle;
}

.mod_patient_list_module td:last-child {
  width: 260px;
  padding-right: 10px;
}

.mod_order_list_module td:last-child {
  width: 218px;
  padding-right: 10px;
}

/* UTILITIES
 * ------------------------------------------------ */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* BUTTONS
 * ------------------------------------------------ */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 34px;
  padding: 0 3rem;
  color: #e63131;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.1rem;
  text-transform: lowercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #e63131;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover, .button:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus {
  color: #fff;
  border-color: #e63131;
  background-color: #e63131;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #FFF;
  background-color: #e63131;
  border-color: #e63131;
}
.button.button-primary:hover, .button.button-primary:focus,
button.button-primary:hover,
button.button-primary:focus,
input[type=submit].button-primary:hover,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=button].button-primary:hover,
input[type=button].button-primary:focus {
  color: #FFF;
  background-color: #e63131;
  border-color: #e63131;
}

/*.button:visited { color: $button-color; }*/
.button-action {
  margin: 10px 0 10px 4px;
  padding: 0 1rem;
  background-color: #eeeeee;
  border: 0;
  font-weight: 300;
}
.button-action:first-child {
  margin: 10px 0;
}

.button-narrow {
  height: 18px;
  line-height: 18px;
}

.btn-duplicate, .js-aw-delete, .logout .submit_container input {
  color: #e63131;
  font-size: 13px;
  text-decoration: none;
  margin-top: 6px;
  padding-bottom: 1px;
  line-height: 1;
}
.btn-duplicate:hover, .js-aw-delete:hover, .logout .submit_container input:hover {
  border-bottom: 1px solid #e63131;
  padding-bottom: 0px;
}

.logout .submit_container input {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1px;
  font-weight: normal;
  height: auto;
}
.logout .submit_container input:hover {
  background: none;
}

.js-aw-delete {
  float: right;
}
.js-aw-delete:before {
  content: "— ";
}

.logout {
  border-top: 1px solid #7b7b7b;
  padding: 5px 0px 0px 15px;
  width: 185px;
  float: right;
}

/*#tl_logout input[type="submit"] {
	background: none;
	border: none;
	color: $klara_red;
	font-weight: $font-weight;
	display: inline;

}*/
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* FORMS
 * ------------------------------------------------ */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 26px;
  padding: 4px 15px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  width: inherit;
  margin-bottom: 5px;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #e63131;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../theme/images/chosen-klara-sprite.png");
  background-position: right -33px top 3px;
  background-repeat: no-repeat;
}

option {
  padding: 5px 15px;
}

span.mandatory {
  color: #e63131;
}

.checkbox_container label {
  display: inline;
  padding-left: 5px;
}

.inside, .block {
  overflow: hidden;
}

.ffl_ctrl_medication_row0 legend {
  display: none;
}
.ffl_ctrl_medication_row0 .aw_field {
  display: inline;
}

/* set default widths for the better part of the klara order forms */
.widget {
  width: 100%; /* standard width for form-fields */
}

.mod_patient_module .widget {
  height: 80px;
}

.widget p.error {
  color: #e63131;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0px;
  font-size: 11px;
  line-height: 13px;
}

.widget.ffl_has_agreed {
  height: 27px;
}

#tl_pp_patient_edit .formbody, .tl_pp_patient_show, #tl_pp_order_edit .formbody {
  width: 765px;
}

.ffl_medication .aw_field input[type=text] {
  width: 528px;
  margin: 0px;
}

.ffl_medication .aw_field .checkbox_container {
  margin: 2px 0 0 31px;
  width: 100px;
  float: left;
}

.ffl_medication .aw_field fieldset legend {
  display: none;
}

.ffl_medication .aw_row {
  width: inherit;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
  float: left;
  border: 1px solid #b8b8b8;
  background-color: #fafafa;
}

.ffl_medication .aw_container {
  width: inherit;
  margin: 20px 0 10px 0;
}

.ffl_medication .aw_container .aw_row .aw_field {
  float: left;
}

.checkbox_container legend {
  display: none;
}

.login {
  width: 350px;
  padding-top: 40px;
  padding-left: 65px;
  border-top: 1px solid #7b7b7b;
}

.login .error {
  color: #e63131;
}

.login_info {
  margin-top: 2px;
  margin-bottom: 0px;
}

.login input[type=text], .login input[type=password] {
  width: 350px;
  height: 34px;
  font-size: 19px;
  line-height: 19px;
  border: 1px solid #b8b8b8;
}
.login input[type=text]:focus, .login input[type=password]:focus {
  border: 2px solid #e63131;
  padding: 3px 14px;
  color: #e63131;
}

.login .checkbox_container {
  padding-top: 21px;
  padding-left: 15px;
  width: 200px;
  display: inline-block;
}

.login .submit_container {
  padding-top: 15px;
  display: inline;
}

.tl_message p {
  background-color: #eeeeee;
  padding: 15px;
  margin-bottom: 15px;
}

.tl_message .tl_confirm, .tl_message .tl_error, .tl_message .tl_info {
  padding-left: 40px;
}

.tl_message .tl_confirm:before {
  content: "";
  position: absolute;
  background: url("../../theme/images/check.png");
  width: 16px;
  height: 16px;
  margin-left: -25px;
}

.tl_message .tl_error {
  background-color: #e63131;
  color: #fff;
  font-weight: bold;
}

.tl_message .tl_error:before, .tl_message .tl_info:before {
  content: "!";
  font-weight: bold;
  margin-left: -22px;
  position: absolute;
  font-size: 20px;
  margin-top: -7px;
}

.tl_message .tl_info:before {
  color: #e63131;
}

.actions .button:last-child {
  margin-left: 12px;
}

/*.mod_order_module tr {
	border-top: 1px solid $klara_lightergrey;
}*/
/* LABELS SHOW 
 * ------------------------------------------------ */
.details-label {
  display: block;
  padding-left: 15px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
}

.details-value {
  padding-left: 15px;
}

/* SPACING
 * ------------------------------------------------ */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 0.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* MISC
 * ------------------------------------------------ */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* NAVIGATION
 * ------------------------------------------------ */
.nav {
  padding-top: 5px;
  width: 250px;
  float: left;
}

.nav li {
  list-style-type: none;
  margin: 0;
}

.nav-vertical {
  border-top: 1px solid #7b7b7b;
}

.nav-vertical li:before {
  color: #e63131;
  content: "›";
  font-size: 20px;
  line-height: 18px;
  width: 20px;
  margin-right: 9px;
}

.nav-vertical li a, a {
  text-decoration: none;
}
.nav-vertical li a:hover, .nav-vertical li a.trail, a:hover, a.trail {
  border-bottom: 1px solid #e63131;
  color: #e63131;
}

.nav-vertical li span {
  border-bottom: 1px solid #e63131;
  color: #e63131;
}

.nav-horizontal li {
  float: left;
}

.nav-horizontal li:after {
  position: relative;
  top: -1px;
  margin-right: 5px;
  margin-left: 5px;
  content: "|";
}

.nav-horizontal .last:after {
  content: none;
}

.nav-horizontal a {
  color: #7b7b7b;
  text-decoration: none;
  font-weight: 300;
}

/* LOGO
 * ------------------------------------------------ */
#header .logo-wrapper {
  margin-bottom: 31px;
  border-bottom: 1px solid #e63131;
}

.logo-klaraorder .logo-image {
  width: 200px;
  height: 50px;
}

.logo-klaraapo .logo-image {
  width: 200px;
  height: 20px;
}

/* FOOTER
 * ------------------------------------------------ */
footer {
  width: 965px;
  border-top: 1px solid #7b7b7b;
  display: block;
  margin-top: 31px;
  padding: 15px 0px 0px 15px;
}

/* JQUERY CHOSEN
 * ------------------------------------------------ */
.chosen-container .chosen-drop {
  box-shadow: none;
  border: 1px solid #b8b8b8;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  color: #7b7b7b;
}

.chosen-container-single .chosen-single {
  padding: 0 0 0 15px;
  border: 1px solid #b8b8b8;
  border-radius: 0px;
  background: none;
  background-color: #fff;
  box-shadow: none;
  color: #7b7b7b;
}

.chosen-container-single .chosen-single abbr {
  background: url("../../theme/images/chosen-klara-sprite.png") -42px 1px no-repeat;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../theme/images/chosen-klara-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search input[type=text] {
  background: white url("../../theme/images/chosen-klara-sprite.png") no-repeat 100% -20px;
  background: url("../../theme/images/chosen-klara-sprite.png") no-repeat 100% -20px;
  border: 1px solid #e63131;
  padding: 4px 20px 4px 15px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url("../../theme/images/chosen-klara-sprite.png") -42px 1px no-repeat;
}

.chosen-container-single .chosen-drop {
  border-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #b8b8b8;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: none;
  box-shadow: 0 1px 0 #fff inset;
  padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #7b7b7b;
  padding-left: 15px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #e63131;
  background-image: none;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  padding: 5px 6px 5px 15px;
}

.chosen-container {
  margin-bottom: 1.5rem;
}

.autocomplete-suggestions {
  box-shadow: none;
  border: 1px solid #b8b8b8;
}

.autocomplete-suggestion {
  padding-left: 15px;
}

.autocomplete-suggestion.autocomplete-selected {
  background-color: #e63131;
  color: #fff;
}
.autocomplete-suggestion.autocomplete-selected strong {
  color: #fff;
}

.autocomplete-suggestion strong {
  text-decoration: underline;
  color: #e63131;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../../theme/images/chosen-klara-sprite@2x.png") !important;
  }
  select {
    background-image: url("../../theme/images/chosen-klara-sprite@2x.png");
    background-position: right -33px top 3px;
    background-size: 52px 37px;
  }
  .tl_message .tl_confirm:before {
    background: url("../../theme/images/check@2x.png");
    background-size: 16px 16px;
  }
}
/* PAGINATION
 * ------------------------------------------------ */
.pagination {
  float: left;
}

.pagination li {
  list-style: none;
  display: inline;
}

.pagination li a, .pagination li strong.active {
  text-decoration: none;
  padding: 8px 14px;
  display: inline-block;
  border: none;
  font-size: 11px;
  font-weight: bold;
  color: #b8b8b8;
  margin-right: 5px;
  height: 18px;
}

.pagination li a {
  background-color: #eeeeee;
}
.pagination li a:hover {
  background-color: #b8b8b8;
  color: #FFF;
}

.pagination li strong.active {
  color: #FFF;
  background-color: #b8b8b8;
}

.pagination p {
  display: none;
}

.mod_order_list_module a.button,
.mod_patient_list_module a.button {
  float: right;
  margin-right: 10px;
}

.mod_order_list_module td a.button,
.mod_patient_list_module td a.button {
  float: none;
  margin-right: 0px;
}

/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.row {
  margin-bottom: 2rem;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  /* Overrides */
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column,
  .one-third.columns {
    width: 30.6666666667%;
  }
  .two-thirds.column,
  .two-thirds.columns {
    width: 63.3333333333%;
  }
  .one-half.column,
  .one-half.columns {
    width: 48%;
  }
  .full-width.column,
  .full-width.columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .offset-by-one {
    margin-left: 8.6666666667%;
  }
  .offset-by-two {
    margin-left: 17.3333333333%;
  }
  .offset-by-three {
    margin-left: 26%;
  }
  .offset-by-four {
    margin-left: 34.6666666667%;
  }
  .offset-by-five {
    margin-left: 43.3333333333%;
  }
  .offset-by-six {
    margin-left: 52%;
  }
  .offset-by-seven {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine {
    margin-left: 78%;
  }
  .offset-by-ten {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* TABLET (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 99%) {
  .container {
    width: 768px;
  }
  .container .column.alpha,
  .container .columns.alpha {
    margin-left: 0;
    margin-right: 2%;
  }
  .container .column.omega,
  .container .columns.omega {
    margin-right: 0;
    margin-left: 2%;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
}
/*  MOBILE (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .container .column,
  .container .columns {
    margin-left: 2%;
    margin-right: 2%;
  }
  .container .one.column {
    width: 100%;
  }
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
    width: 96%;
  }
  .container .one-third.column {
    width: 96%;
  }
  .container .two-thirds.column {
    width: 96%;
  }
  .container .full-width.columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
    padding-left: 0;
  }
}
/* MOBILE (LANDSCAPE)
 * ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .container .column,
  .container .columns {
    margin-left: 2%;
    margin-right: 2%;
  }
  .container .one.column {
    width: 100%;
  }
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
    width: 96%;
  }
  .container .one-third.column {
    width: 96%;
  }
  .container .two-thirds.column {
    width: 96%;
  }
  .container .full-width.columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
    padding-left: 0;
  }
}
/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .row {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after, .row:after {
  clear: both;
}

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

.invisible {
  display: none;
}

/* MEDIA QUERIES
 * ------------------------------------------------ */
/* Large displays */
@media only screen and (min-width: 100%) and (max-width: 1280px) { /* add code here */ }
/* Smaller than standard 100 (devices and browsers) */
@media only screen and (max-width: 99%) { /* add code here */ }
/* Tablet Portrait size to standard 100 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 99%) { /* add code here */ }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { /* add code here */ }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { /* add code here */ }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { /* add code here */ }

/*# sourceMappingURL=skeleton.css.map */

