/* ----- Reset Styles ----- */

* {
  box-sizing:border-box;
}


/* ----- Layout Styles ----- */

body.env:before {
  background-color: #e3ab00;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 25px;
  letter-spacing: 5px;
  line-height: 25px;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10003;
}
body.env.local:before {
  background-color: #a0c1b8;
}
body.env.dev:before {
  background-color: #3a8dde;
}
body.env.test:before {
  background-color: #ac65d8;
}
body.env.stage:before {
  background-color: #f09a42;
}
body.env.prod:before {
  background-color: #02363d;
}
body.env.blink:before {
  filter: alpha(opacity=25); /* For IE8 and earlier */
  opacity: 0.25;
}
#container {
  margin-top: 115px;
}
body.env #container {
  margin-top: 130px;
}
#header {
  background-color: #ededed;
  border-bottom: 1px solid #d7d7d7;
  color: #333;
  height: 65px;
  line-height: 1em;
  padding: 15px 30px;
  position: fixed;
  top: 25px;
  width: 100%;
  z-index: 10001;
}
#header a:link, #header a:visited {
  color: #4078bc;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
}
#header a:link:hover, #header a:visited:hover {
  border: none;
  color: #e54360;
  text-decoration: none;
}
#branding {
  float: none;
}
#branding > * {
  display: inline-block;
}
#branding #logo {
  background: url("data:image/svg+xml,%3Csvg width='133px' height='32px' viewBox='0 0 133 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 %2855047%29 - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Elogos/logo%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='In-progress' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Homepage' transform='translate%28-40.000000, -29.000000%29'%3E%3Cg id='header' transform='translate%2840.000000, 29.000000%29'%3E%3Cg id='logos/logo'%3E%3Cg id='Jyve_Wordmark_Veridian_Customer_on_Cloud_Pantone'%3E%3Cpath d='M14.485093,6.80035261 L14.485093,24.4400204 L5.19007107,24.4400204 L0,29.736504 L0,31.2289157 L15.1832711,31.228915 C16.7632652,31.2296749 18.2788014,30.5889958 19.396289,29.4479 C20.5137765,28.3068042 21.1416187,26.7588236 21.1416185,25.1446905 L21.1416185,0 L14.485093,6.80035261 Z' id='Shape' fill='%2302363D' fill-rule='nonzero'%3E%3C/path%3E%3Cpolygon id='Shape' fill='%233BD4AE' fill-rule='nonzero' points='11.1473988 10.4096386 0 21.9217352 0 31.6144578 11.1473988 20.1023612'%3E%3C/polygon%3E%3Cpolygon id='Shape' fill='%2302363D' fill-rule='nonzero' points='48.7187002 12.9003346 48.6322838 12.9003346 42.0531133 0.771084337 34.5953757 0.771084337 45.0805687 19.3174875 45.0805687 31.2289157 51.7893639 31.2289157 51.7893639 19.2716302 62.2716763 0.771084337 55.0357409 0.771084337'%3E%3C/polygon%3E%3Cpolygon id='Shape' fill='%2302363D' fill-rule='nonzero' points='89.2236734 15.3880919 86.8981988 24.9464685 86.7685255 24.9464685 84.3537205 15.3880919 79.7921019 0.771084337 73.0346821 0.771084337 82.9071428 31.2289157 90.3647984 31.2289157 100.32659 0.771084337 93.7881736 0.771084337'%3E%3C/polygon%3E%3Cpolygon id='Shape' fill='%2302363D' fill-rule='nonzero' points='133 6.66087858 133 0.771084337 112.627168 0.771084337 112.627168 31.2289157 133 31.2289157 133 25.3391214 119.147713 25.3391214 119.147713 18.7070125 131.025528 18.7070125 131.025528 12.8573434 119.147713 12.8573434 119.147713 6.66087858'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  float: left;
  display: block;
  height: 40px;
  margin-right: 25px;
  text-indent: -9999px;
  width: 135px;
}
#branding a:link {
  font-weight: normal;
  line-height: 40px;
}
#user-tools {
  float: none;
  line-height: 1.5em;
  position: absolute;
  right: 15px;
  top: 10px;
}
div.breadcrumbs {
  background-color: #02363d;
  left: 0;
  padding: 10px 30px;
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 10002;
}
body.env .breadcrumbs {
  top: 90px;
}


/* ----- Django Admin Styles ----- */

#content {
  border-top: 2px solid #fff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 30px;
}
.dashboard #content {
  width: 100%;
}
.dashboard .module-title {
  border-bottom: 1px dotted #ccc;
  color: #02363d;
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.dashboard .module-title.archived {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 30px;
}
.dashboard .module {
  margin-bottom: 15px;
}
.dashboard .module a.app-title {
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
#content > h1 {
  border-bottom: 1px solid #ddd;
  color: #02363d;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#content-main {
  padding: 0;
}
#content-main th, #content-main td {
  border: 1px solid #ddd;
  font-size: 13px;
}
#toolbar {
  float: right;
  margin-bottom: 15px;
  z-index: 10000;
}
.object-tools {
  float: left;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
}
.object-tools:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  width: 100%;
}
.object-tools li {
  height: auto;
  margin-left: 0;
  margin-right: 5px;
}
.object-tools a:link, .object-tools a:visited {
  background-color: #e54360;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: capitalize;
}
.object-tools a:link:hover, .object-tools a:visited:hover {
  background-color: #e52360;
  color: #fff;
}

.description {
  padding: 0;
}
.description_field {
  margin-left: 0 !important;
  max-width: 100% !important;
}
.module, .inline-related fieldset {
  margin-bottom: 20px;
}
fieldset.collapse.collapsed h2 {
  border-bottom: 2px solid #1d7874;
}
fieldset.collapse:not(.collapsed) h2 {
  border-bottom: none;
}
fieldset.collapse:not(.collapsed) a.collapse-toggle {
  border-bottom: none;
  color: yellow;
}
fieldset .form-row {
  padding: 6px 3px;
}
fieldset .form-row .help + br {
  display: none;
}
/* NOTE (@wesleykendall) - This styling was causing issues for ordinary
   admin forms.
*/
/*
fieldset .form-row br + .timezonewarning {
  display: block;
  margin-left: 200px;
}
*/
fieldset .form-row ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
}
fieldset .form-row ul li {
  list-style: inherit;
}
fieldset .fieldBox {
  margin-left: 0;
  margin-right: 20px;
}
.module h2, .module caption, .inline-group h2 {
  background-color: #1d7874;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.inline-group thead th {
  font-weight: bold;
  padding: 6px;
}
.inline-group thead th label {
  font-weight: bold;
}
.inline-group .tabular tr.has_original td {
  padding: 2px 6px;
}
.calendarbox, .clockbox {
  z-index: 11000;
}
.calendarbox.module caption, .clockbox.module h2 {
  background-color: #eee;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.clockbox.module a:hover,
.clockbox.module a:focus,
.clockbox.module a:visited:hover {
  color: #fff;
}
.selector {
  width: 800px;
}
.selector h2 {
  color: #000;
  margin-bottom: 0;
}
.selector-chosen h2 {
  background: #d0d5de;
  color: #555;
  font-weight: bold;
  margin-bottom: 0;
}
.inline-related h3 {
  background-color: #eee;
  border: 1px solid #e5e5e5;
  color: #333;
  font-weight: 500;
  margin: 10px 0 5px 0;
  padding: 7px 10px;
}
.inline-related h3 label {
  color: #333;
}
.filter-container {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  margin: 10px 0;
  padding: 10px;
}
.filter-container form-control {
  margin: 0 6px 6px 0;
}
.filter-container li {
  display: inline-block;
}
.filter-container .datetimeshortcuts {
    font-size: 0 !important; /* Hide "|" symbol */
    margin-right: 10px;
}
.filter-container .datetimeshortcuts a:first-child {
    display: none;
}
.filter-container .datetimeshortcuts a {
    font-size: 12px;
    margin-left: 5px;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
}
.form-group:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  width: 100%;
}
.form-group > span, .form-group > div, .form-group > select {
  display: inline-block;
  font-size: 13px;
}
.form-group > li {
  margin: 0 5px 5px 0;
}
.form-group > li .datetimeshortcuts {
  margin-right: 0;
}
.form-group > .datetimeshortcuts {
  margin-top: 8px;
}
.form-group > label {
  margin: 5px 5px 5px 0;
}
.form-group > div {
  margin: 0 6px 6px 0 !important;
}
.form-group > select, .form-group > input {
  background-color: #fff;
  color: #000;
  margin: 0 6px 6px 0;
}
.form-group > input[type="button"], .form-group > input[type="submit"] {
  margin: 0 6px 6px 6px;
}
#changelist-search .quiet {
  display: block;
  text-align: right;
}
#changelist .actions {
  margin: 15px 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#changelist .actions.selected {
  background: none;
  width: 100%;
}
#changelist .actions label {
  height: 30px;
  line-height: 30px;
}
#changelist .actions select, #changelist .actions .select2 {
  flex: inherit;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
}
#changelist .actions .button {
  height: 30px;
  padding: 7px 14px;
  margin: 0 5px 0 0;
}
#changelist .paginator {
  border: none;
  padding-left: 0;
  width: 100%;
}
#changelist table {
  min-width: 100%;
}
.paginator .this-page {
  background-color: #eee;
  color: #e54360;
}
.paginator a:link, .paginator a:focus, .paginator a:visited {
  background-color: #e54360;
  color: #fff;
}
.paginator a:link:hover, .paginator a:focus:hover, .paginator a:visited:hover {
  background-color: #e52360;
  color: #fff;
}
.paginator a.showall {
    padding: 2px 6px;
}
#changelist-form .django-select2 {
  width: 400px;
}
.select2-results__option {
  width: 100%;
}
#changelist-form .results {
  margin: auto;
  overflow-x: visible;
}
#changelist-form .results ul {
  padding: 0;
}
#changelist-form .results ul li {
  display: list-item;
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
.module table {
  min-width: 100%;
}
.module table p {
  margin: 3px 0;
  padding: 0;
}
.form-row * {
  box-sizing: border-box;
}
/* One-Column Form View */
.form-row > div:nth-of-type(1):nth-last-child(1) {
  width: 100%;
}
.form-row > div.selector:nth-of-type(1):nth-last-child(1),
.form-row > div.s3direct:nth-of-type(1):nth-last-child(1) {
  width: calc(100% - 230px);
}
.form-row > div.one-col-entry:nth-of-type(1):nth-last-child(1) {
  margin-left: 200px;
  width: calc(100% - 230px);
}
.form-row > div:nth-of-type(1):nth-last-child(1) > input:not(type="checkbox"),
.form-row > div:nth-of-type(1):nth-last-child(1) > input:not(type="radio"),
.form-row > div:nth-of-type(1):nth-last-child(1) > textarea,
.form-row > div:nth-of-type(1):nth-last-child(1) > select,
.form-row > div:nth-of-type(1):nth-last-child(1) > .related-widget-wrapper {
  width: calc(100% - 230px);
}
/* Two-Column Form View */
.form-row > div:nth-of-type(1):nth-last-child(2),
.form-row > div:nth-of-type(1):nth-last-child(2) ~ div {
  width: 50%;
}
.form-row > div:nth-of-type(1):nth-last-child(2) > input:not(type="checkbox"),
.form-row > div:nth-of-type(1):nth-last-child(2) > input:not(type="radio"),
.form-row > div:nth-of-type(1):nth-last-child(2) > textarea,
.form-row > div:nth-of-type(1):nth-last-child(2) > select,
.form-row > div:nth-of-type(1):nth-last-child(2) > .related-widget-wrapper,
.form-row > div:nth-of-type(1):nth-last-child(2) ~ div > input,
.form-row > div:nth-of-type(1):nth-last-child(2) ~ div > textarea,
.form-row > div:nth-of-type(1):nth-last-child(2) ~ div > select,
.form-row > div:nth-of-type(1):nth-last-child(2) ~ div > .related-widget-wrapper {
  width: calc(100% - 230px);
}
.form-row label, .inline-group .aligned label {
  color: #666;
  float: left;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 200px;
}
.form-row label.required {
  color: #000;
  font-weight: bold;
}
.aligned label + p,
.aligned label + div.help {
  margin-left: 200px;
}
.aligned .form-row input,
.aligned .form-row textarea,
.aligned .form-row .related-widget-wrapper,
.aligned .form-row .vLargeTextField,
.aligned .form-row .vXMLLargeTextField,
.aligned .form-row .selector,
.aligned .form-row .s3direct {
  width: calc(100% - 230px);
}
.aligned .form-row input[type="checkbox"],
.aligned .form-row input[type="radio"] {
  margin-bottom: 2px;
}
.s3direct {
  display: inline-block;
}
.s3direct.progress-active .progress, .s3direct.link-active .file-link,
.s3direct.link-active .file-remove, .s3direct.form-active .file-input {
  width: 100%;
}
form .aligned p.help, form .aligned div.help,
form .aligned input + p.help, form .aligned input + div.help,
form .aligned textarea + p.help, form .aligned textarea + div.help,
form .aligned select + p.help, form .aligned select + div.help {
  margin-left: 200px;
  padding-left: 0;
}
.form-row > .checkbox-row label,
.form-row > .checkbox-row input,
.form-row  input:not(type="checkbox") {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  width: auto;
}
.form-row > .date-row input {
  width: 140px !important;
}
.form-row .datetimeshortcuts {
  margin-right: 10px;
}
.vDateField, .vTimeField {
  width: 100px !important;
}
.form-control.vDateField {
  margin: 2px 0;
}
.form-row .select2-container {
  width: calc(100% - 230px) !important;
}
.form-row .related-widget-wrapper > .select2-container {
  width: calc(100% - 90px) !important;
}
.form-row .related-widget-wrapper > select {
  width: calc(100% - 75px) !important;
}
a.selector-chooseall, a.selector-chooseall:visited,
a.selector-clearall, a.selector-clearall:visited {
  color: #4078bc;
  font-weight: normal;
}
select {
  color: #3e3e3e;
  height: 34px;
  min-height: 34px;
  padding: 4px !important;
}
select > option {
  border-bottom: 1px dotted #ccc;
  padding: 4px 8px;
}
select> option:last-child {
  border-bottom: none;
}
form .aligned.wide ul {
  margin-left: 200px;
  padding-left: 0;
}
input[type=text], input[type=password], input[type=email], input[type=url],
input[type=number], input[type=tel], input, textarea, select,
.vTextField, .vDateField {
  padding: 6px;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
  margin-top: 0;
  width: auto !important;
}
input[disabled="disabled"] {
  background-color: #ccc;
  cursor: not-allowed;
}
.button, .button:focus,
.button.default, .button.default:focus,
input[type="button"], input[type="button"]:focus,
input[type="submit"], input[type="submit"]:focus,
input[type="submit"].default, input[type="submit"].default:focus,
.submit-row input, .submit-row input:focus,
.submit-row input.default, .submit-row input.default:focus,
a.button {
  background-color: #e54360;
  color: #fff;
  margin-left: 0;
  outline: none;
  padding: 7px 14px;
}
.button:hover, .button.default:hover,
input[type="button"]:hover,
input[type="submit"]:hover, input[type="submit"].default:hover,
.submit-row input:hover, .submit-row input.default:hover,
a.button:hover {
  background-color: #e52360;
  color: #fff;
}
.submit-row {
  background: none;
  border: none;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.submit-row input, .submit-row input:focus {
  background-color: #ededed;
  color: #555;
  margin-left: 0;
  margin-right: 8px;
}
.submit-row input.default, .submit-row input.default:focus {
  background-color: #e54360;
  color: #fff;
  margin-left: 8px;
  margin-right: 0;
}
.submit-row input:hover {
  background: #dddddd;
  color: #555;
}
.submit-row a.deletelink {
  background: none;
  border: none;
  color: #e54360;
  float: left;
  padding: 2px 0;
}
.submit-row a.deletelink:focus, .submit-row a.deletelink:hover {
  background: none;
}
.submit-row a.closelink{
  background: none;
  border: none;
  color: #e54360;
  float: left;
  padding: 2px 0;
}
.submit-row a.closelink:focus, .submit-row a.closelink:hover {
  background: none;
}
.inline-group .tabular td.original p {
  color: #333;
  padding: 0;
}
.inline-group .tabular td p {
  font-size: 13px !important;
  font-weight: normal !important;
  height: auto !important;
  padding: 0;
  position: relative !important;
}
.delete-confirmation form .cancel-link {
  height: auto;
}
.hidden { display: none; }

/* ----- Selectize Styles ----- */

.selectize-filter, .dynamic-selectize, .selectize-control {
  min-width: 180px;
  width: 180px;
}
.selectize-filter[multiple="multiple"], .selectize-control.multi {
  min-width: 360px;
  width: 360px;
}

/* ----- Message Styles ----- */

ul.messagelist {
  border: 1px solid #eee;
  font-size: 1.1em;
}
ul.messagelist li {
  margin: 0;
}
ul.errorlist {
  background: inherit;
  margin-top: 10px;
}
ul.errorlist li {
  display: list-item;
  margin-left: 20px;
}
form .aligned ul.errorlist {
  margin-left: 200px;
  padding-left: 0;
}
.errors ul.errorlist li {
  margin-left: 0;
}
.errornote {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 15px;
}


/* ----- Message Box Styles ----- */

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #ba2121;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert > .title {
  display: block;
  font-weight: bold;
}


/* ----- Common Styles ----- */

form {
  clear: both;
}
a:link, a:focus, a:visited {
  color: #4078bc;
  text-decoration: none;
}
a:link:hover, a:focus, a:visited:hover {
  color: #e54360;
}
.center-aligned {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.bottom-margined {
  margin-bottom: 20px;
}
.top-margined {
  margin-bottom: 20px;
}
.action {
  background-position-y: center;
  margin-left: auto;
  margin-right: .5em;
}
.pull-right .action {
  margin-left: .5em;
  margin-right: auto;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th {
  border: 1px solid #ddd;
}
.narrow-column {
  min-width: 50px !important;
}
.column {
  min-width: 100px !important;
}
.wide-column {
  min-width: 200px !important;
}
.wider-column {
  min-width: 300px !important;
}
.widest-column {
  min-width: 400px !important;
}
.nowrap {
  white-space: nowrap;
}
.light {
  color: #aaa;
}
.italic {
  font-style: italic;
}
.strike-through {
  text-decoration: line-through;
}
.uppercase {
  text-transform: uppercase;
}
.bigger-font, .bigger-font th, .bigger-font td {
  font-size: 1.1em !important;
  font-weight: 400;
}
.smaller-font, .smaller-font th, .smaller-font td {
  font-size: .95em !important;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.empty-table-cell {
  color: #aaa;
  font-style: italic;
  padding: 15px 0;
  text-align: center;
}
.unacceptable {
  color: #ba2121;
}


/* ----- Page Related Styles ----- */

.column-address,
.column-list_address,
.column-list_brand,
.column-list_city,
.column-list_rule,
.column-list_user,
.column-name {
  min-width: 150px;
}
.column-list_client_territory,
.column-list_job,
.column-list_job_template,
.column-list_parent_company {
  min-width: 200px;
}
.column-feedback,
.column-list_bonus,
.column-list_reason,
.column-list_store,
.column-list_store_chain,
.column-store {
  min-width: 300px;
}
.column-list_audit_notes,
.column-description,
.short-description {
  min-width: 400px;
}
#add_job_audit_note {
  display: inline-block;
  margin-bottom: 4px;
}
#identifiers-group table.table > thead > tr > th:first-child,
#identifiers-group table.table > tbody > tr.form-row > td:first-child,
#kehedelivery_form #eta_stages-group table.table > thead > tr > th:first-child,
#kehedelivery_form #eta_stages-group table.table > tbody > tr > td:first-child,
#kehedelivery_form #load_stages-group table.table > thead > tr > th:first-child,
#kehedelivery_form #load_stages-group table.table > tbody > tr > td:first-child,
#review_form #responses-group table.table > thead > tr > th:first-child,
#review_form #responses-group table.table > tbody > tr > td:first-child,
#rule_form #rulemembership_set-group table.table > thead > tr > th:first-child,
#rule_form #rulemembership_set-group table.table > tbody > tr > td:first-child,
#rulegroup_form #rulemembership_set-group table.table > thead > tr > th:first-child,
#rulegroup_form #rulemembership_set-group table.table > tbody > tr > td:first-child {
  display: none;
}
#job_form .field-list_notes label {
  display: none;
}
#job_form .field-list_notes div {
  margin-left: 0;
}
#job_form #stats_snapshots-group table.table > thead > tr > th:first-child,
#job_form #stats_snapshots-group table.table > tbody > tr > td:first-child {
  display: none;
}
#adjustcasecounts-form table.table > thead > tr > th {
  min-width: 130px;
}
#confirmation-form .submit-row input,
#adjustcasecounts-form .submit-row input {
  float: none;
  margin-left: 0;
  margin-right: 8px;
}
.inline-actions {
  /* position: absolute;
  right: 10px;
  top: 0; */
}
.inline-actions .inline-action {
  display: inline-block;
}
.inline-actions .inline-action > * {
  width: auto;
}
.flag-responses {}
.flag-responses thead tr th:first-child,
.flag-responses tbody tr td:first-child {
  width: 20%
}


/* ----- Styles for Tablet Devices ----- */

@media (max-width: 1024px) {
  #header {
    padding: 15px 20px !important;
  }
  #user-tools {
    font-weight: 300 !important;
    line-height: 1.5em !important;
  }
  div.breadcrumbs {
    padding: 10px 20px !important;
  }
  #changelist-search > div {
    display: inline-block !important;
  }
  #changelist-search .quiet {
    margin: auto !important;
  }
  #content {
    padding: 10px 20px !important;
  }
  #content {
    padding: 10px 20px !important;
  }
  body.env.login #content {
    padding: 20px !important;
  }
  .dashboard .module {
    margin-bottom: 10px;
  }
  label {
    font-size: 1em !important;
  }
  input[type=text], input[type=password], input[type=email], input[type=url],
  input[type=number], input[type=tel], textarea, select,
  .vTextField, .vDateField {
    font-size: 1em !important;
    min-height: inherit !important;
    padding: 6px !important;
  }
  /* Two-Column Form View becomes One-Column */
  .form-row > div:nth-of-type(1):nth-last-child(2),
  .form-row > div:nth-of-type(1):nth-last-child(2) ~ div {
    width: 100%;
  }
  .form-row input:not(type="checkbox"),
  .form-row input:not(type="radio"),
  .form-row textarea, .form-row select,
  .form-row .related-widget-wrapper {
    max-width: calc(100% - 230px) !important;
    width: calc(100% - 230px);
  }
  .aligned .form-row .datetimeshortcuts {
    margin-left: 0;
    margin-right: 15px;
  }
}


/* ----- Styles for Mobile Devices ----- */

@media (max-width: 767px) {
  #header {
    padding: 10px 15px !important;
  }
  #branding {
    margin-top: 25px;
    text-align: center;
  }
  #branding #logo {
    float: none;
    width: 100%;
  }
  #user-tools {
    text-align: right !important;
    width: 100%;
  }
  body.env .breadcrumbs {
    top: 140px;
  }
  body.env #container {
    margin-top: 180px;
  }
  div.readonly {
    width: 100%;
  }
  #toolbar {
    float: none;
    text-align: right;
    width: 100% !important;
  }
  .object-tools li {
    margin: 0 0 10px 0 !important;
    width: 100%;
  }
  .object-tools a:link, .object-tools a:visited {
    text-align: center;
    width: 100%;
  }
  .form-row input:not(type="checkbox"),
  .form-row input:not(type="radio"),
  .form-row textarea, .form-row select {
    max-width: 100% !important;
    width: 100% !important;
  }
  .related-widget-wrapper {
    width: 95% !important;
  }
}


/* ----- Styles for Small Devices ----- */

@media (max-width: 479px) {
  #changelist-search > div {
    max-width: 100% !important;
    width: 100%;
  }
  #changelist-search label[for="searchbar"] {
    display: none;
  }
  #changelist-search input {
    margin-bottom: 5px;
    width: 100% !important;
  }
  #changelist-search .quiet {
    text-align: center;
  }
}

/* ----- NO STYLE BEYOND THIS POINT ----- */
