/*=============================================
=            MASTER Styles         =
=============================================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: bold;
}
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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.enriqueta-regular {
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-style: normal;
}
.enriqueta-medium {
  font-family: "Enriqueta", serif;
  font-weight: 500;
  font-style: normal;
}
.enriqueta-semibold {
  font-family: "Enriqueta", serif;
  font-weight: 600;
  font-style: normal;
}
.enriqueta-bold {
  font-family: "Enriqueta", serif;
  font-weight: 700;
  font-style: normal;
}
/*  BASE STYLES  */
html {
  height: 100%;
  /* sticky footer */
  width: 100%;
  position: relative;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #232323;
  background-color: #E7E7E7;
  padding-bottom: 256px;
  /* sticky footer */
  width: 100%;
  min-width: 1124px;
  min-height: 100%;
  position: relative;
}
.container {
  width: 1104px;
  margin: 0 auto;
  padding: 0 40px;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
a,
a:focus,
button {
  outline: none;
  cursor: pointer;
}
input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}
.stars {
  width: 154px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.stars img {
  display: block;
  width: 21px;
  height: 20px;
}
.text_center {
  text-align: center;
}
.errors {
  color: red;
  min-width: 16px;
  font-size: 9pt;
}
.clear {
  width: 100%;
  height: 16px;
  clear: both;
}
.thin_clear {
  width: 100%;
  height: 1px;
  clear: both;
}
.font10 {
  font-size: 10pt;
}
.hidden {
  display: none;
}
.loader {
  background-image: url('/themes/images/ajax-loader-circles.gif');
  width: 32px;
  height: 32px;
  margin: 100px auto 0px;
}
.loader-text {
  text-align: center;
  margin-top: 10px;
}
.white-loader {
  background-image: url('/themes/images/white-loader.gif');
  width: 16px;
  height: 16px;
}
.button-loader {
  background-image: url('/themes/images/orange_btn_loader.gif');
  width: 32px;
  height: 32px;
  margin: 0px auto;
}
.status {
  color: #45B00A;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
}
.status.bad {
  color: #808080;
}
.pagination {
  text-align: center;
  padding-top: 17px;
}
.pagination .pagination-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 20px;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 30px;
}
.pagination .pagination-list-item {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.pagination .pagination-list-item:hover {
  border: 1px solid #EF4E24;
}
.pagination .pagination-list-item.active {
  border: 1px solid #847c81;
}
.pagination .pagination-list-item a {
  color: #EF4E24;
  font-weight: 400;
  text-decoration: none;
}
.pagination .pagination-nav-left,
.pagination .pagination-nav-right {
  width: 60px;
  height: 20px;
  background-image: url(../images/pagination.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2px;
}
.pagination .pagination-nav-left {
  background-position: top left;
}
.pagination .pagination-nav-left:hover {
  background-position: bottom left;
}
.pagination .pagination-nav-right {
  background-position: top right;
}
.pagination .pagination-nav-right:hover {
  background-position: bottom right;
}
.bootbox-body {
  text-align: center;
  min-height: 60px;
  padding-top: 25px;
}
.bootbox .btn {
  color: #ffffff;
  background-color: #EF4E24;
  border: none;
}
.bootbox .modal-dialog {
  width: 300px;
}
.bootbox .modal-footer {
  border-bottom-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.alert {
  margin-top: 10px;
}
.errors {
  color: red;
  min-width: 16px;
  font-size: 9pt;
}
.shadow {
  position: absolute;
  background-color: rgba(119, 119, 119, 0.3);
  display: none;
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 50;
}
.formrow {
  margin: 10px 0px;
}
.formrow .left-column {
  width: 30%;
  float: left;
}
.formrow .right-column input[type="text"],
.formrow .right-column input[type="password"] {
  height: 34px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
  outline: none;
  padding-left: 10px;
  transition: border-color 0.1s ease-in-out;
}
.formrow .right-column input[type="text"]:focus,
.formrow .right-column input[type="password"]:focus {
  border-color: #000;
}
.formrow .right-column select {
  width: 100%;
  height: 34px;
}
.formrow .filter_note {
  font-size: 9pt;
  color: green;
  min-width: 16px;
  margin-top: 5px;
}
.orange-btn {
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  background-color: #EF4E24;
  color: white;
}
.orange-btn:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.orange-btn.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.btn-group {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
}
.btn-group label {
  border: none;
  background: none;
  background-color: #fff;
  color: #6f6f6f;
  transition: all 0.1s ease-in-out;
}
.btn-group label:hover {
  border: none;
  outline: none;
  z-index: 1;
  background-color: #f5f5f5;
}
.btn-group label.active {
  background-color: #EF4E24;
  color: #fff;
}
.btn-group.three label {
  width: 33.3%;
}
.btn-group.two label {
  width: 50%;
}
/*=============================================
=            COMMON Styles         =
=============================================*/
.page-header-top,
.page-header-bottom {
  background-color: #3D3D3D;
}
.page-header-top:before,
.page-header-bottom:before,
.page-header-top:after,
.page-header-bottom:after {
  content: " ";
  display: table;
}
.page-header-top:after,
.page-header-bottom:after {
  clear: both;
}
.page-header-top {
  height: 32px;
  border-bottom: 1px solid #5f5f5f;
  text-transform: uppercase;
}
.page-header-top .redeem-link {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  line-height: 32px;
  display: block;
  float: left;
  position: relative;
  margin-left: 20px;
}
.page-header-top .redeem-link:before {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/header-icons.png) no-repeat top left;
  width: 15px;
  height: 14px;
  top: 9px;
  left: -21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .page-header-top .redeem-link:before {
    background-image: url(../images/header-icons_2x.png);
    background-size: 32px 30px;
  }
}
.page-header-top .top-nav {
  float: right;
}
.page-header-top .top-nav-link {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 32px;
  color: #5F5F5F;
  margin-left: 21px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.page-header-top .top-nav-link.active {
  font-weight: 600;
  color: #fff;
}
.page-header-top .top-nav-link.active:hover {
  color: #fff;
}
.page-header-top .top-nav-link:hover {
  color: #979797;
}
.page-header-bottom {
  height: 95px;
  position: relative;
  padding: 27px 0;
}
.page-header-bottom .container:before,
.page-header-bottom .container:after {
  content: " ";
  display: table;
}
.page-header-bottom .container:after {
  clear: both;
}
.page-header-bottom .main-logo {
  margin-top: -13px;
  display: block;
  float: left;
}
.page-header-bottom .search-block {
  float: left;
  position: relative;
  margin-left: 30px;
}
.page-header-bottom .search-block-input {
  width: 325px;
  height: 38px;
  background-color: #515151;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  color: #fff;
  padding-left: 37px;
}
.page-header-bottom .search-block-input::placeholder {
  color: #6b6b6b;
}
.page-header-bottom .search-block-input:focus {
  outline: 1px solid #EF4E24;
}
.page-header-bottom .search-block-button {
  width: 15px;
  height: 14px;
  background: url(../images/header-icons.png) no-repeat top right;
  border: none;
  outline: none;
  position: absolute;
  top: 13px;
  left: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .page-header-bottom .search-block-button {
    background-image: url(../images/header-icons_2x.png);
    background-size: 32px 30px;
    background-position: -15px 0px;
  }
}
.page-header-bottom .user-block {
  font-weight: 400;
  font-size: 14px;
  float: right;
  text-align: right;
  margin-right: 25px;
  width: 150px;
  position: relative;
  overflow: visible;
}
.page-header-bottom .user-block .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  top: 120%;
}
.page-header-bottom .user-block .dropdown-menu li:first-child {
  padding: 15px 18px;
}
.page-header-bottom .user-block .dropdown-menu li:not(.divider) a {
  padding: 10px 20px;
}
.page-header-bottom .user-block-welcome {
  color: #5F5F5F;
  line-height: 1.1;
  margin-top: 4px;
}
.page-header-bottom .user-block-username {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.page-header-bottom .user-block-username:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: 5px;
  margin-bottom: 1px;
}
.page-header-bottom .user-block-create-account {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.page-header-bottom .user-block-create-account + span {
  color: #5F5F5F;
  margin-left: 10px;
  margin-right: -10px;
}
.page-header-bottom .shelf-button {
  margin-right: 92px;
  cursor: pointer;
  display: block;
  width: 100px;
  height: 40px;
  background-color: #EF4E24;
  border-radius: 4px;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  position: relative;
  border: 1px solid #EF4E24;
  transition: all 0.3s ease-in-out 0s;
}
.page-header-bottom .shelf-button:hover {
  background-color: white;
  color: #EF4E24;
}
.page-header-bottom .shelf-button.autorized {
  text-align: right;
  padding-right: 15px;
  padding-top: 7px;
}
.page-header-bottom .shelf-button.autorized:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 13px;
  background: url(../images/header-icons.png) no-repeat bottom right;
  top: 13px;
  left: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .page-header-bottom .shelf-button.autorized:before {
    background-image: url(../images/header-icons_2x.png);
    background-size: 32px 30px;
  }
}
.page-header-bottom .shelf-button.shelf-close {
  color: #3D3D3D;
  background-color: #FFF;
  padding-left: 15px;
}
.page-header-bottom .shelf-button.shelf-close:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 13px;
  background-image: url(../images/shelf-icons.png);
  background-position: 67px 25px;
  top: 13px;
  left: 14px;
}
.page-header-bottom .cart-container {
  width: 64px;
  float: right;
  position: relative;
  height: 100%;
}
.page-header-bottom .cart {
  width: 64px;
  height: 108px;
  background: url(../images/cart-ribbon.png) no-repeat top left;
  position: absolute;
  right: 0;
  top: -30px;
}
.page-header-bottom .cart.with-products {
  background: url(../images/cart-ribbon.png) no-repeat top right;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding-top: 50px;
}
.page-main {
  height: 100%;
}
.page-main .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.page-main .wrapper:before,
.page-main .wrapper:after {
  content: " ";
  display: table;
}
.page-main .wrapper:after {
  clear: both;
}
.page-main .flex-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.page-main .section-title {
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #232323;
  font-family: "Enriqueta", serif;
  font-weight: 400;
}
.page-main-aside {
  padding-top: 28px;
  width: 260px;
  background: url(../images/aside-bg.png) repeat-y right;
  padding-right: 40px;
  padding-bottom: 30px;
  float: left;
  display: block;
  min-height: 100%;
  position: relative;
}
.page-main-aside.books .category-list-item {
  padding-bottom: 6px;
  line-height: normal;
}
.page-main-aside .section-title {
  padding-bottom: 23px;
}
.page-main-aside .category-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-main-aside .category-list-item {
  padding-bottom: 18px;
  line-height: 1.2;
}
.page-main-aside .category-list-item a {
  color: #232323;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.page-main-aside .category-list-item a:hover {
  color: #EF4E24;
}
.page-main-aside .category-list-item a.active {
  color: #EF4E24;
  font-weight: 600;
}
.page-main .main-content {
  padding: 37px 0px 37px 20px;
  float: right;
  width: 744px;
  min-height: 100%;
}
.page-main .main-content .section-header {
  height: 90px;
}
.page-main .main-content .section-header:before,
.page-main .main-content .section-header:after {
  content: " ";
  display: table;
}
.page-main .main-content .section-header:after {
  clear: both;
}
.page-main .main-content .section-header h1 {
  float: left;
  line-height: 90px;
}
.page-main .main-content .section-header .see-all-link {
  float: right;
  color: #EF4E24;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  line-height: 90px;
  padding-top: 4px;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
.page-main .main-content .section-header .see-all-link:hover {
  color: #b9310e;
}
.page-main .main-content-banner {
  width: 744px;
  height: 332px;
  position: relative;
  background: url(/themes/images/featured-banner.jpg) no-repeat center;
  border: 4px solid #FFF;
  outline: 1px solid #b9b9b9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
.page-main .main-content-banner:hover {
  cursor: pointer;
  box-shadow: 0 0 16px 4px rgba(69, 176, 10, 0.2);
}
.page-main .main-content-banner-button {
  position: absolute;
  bottom: 35px;
  right: 100px;
  width: 120px;
  height: 40px;
  background-color: #F2EDEA;
  text-align: center;
  padding-top: 10px;
  color: #EC0C19;
  border: 1px solid #EC0C19;
  font-weight: bold;
}
.page-main .main-content-banner-button:hover {
  color: #F2EDEA;
  background-color: #EC0C19;
  cursor: pointer;
}
.page-main .main-content .books-showcase {
  padding-bottom: 5px;
}
.page-main .main-content .books-showcase-breaker {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  margin-top: 25px;
}
.page-main .main-content .books-showcase .books-not-found {
  min-height: 400px;
}
.page-main .main-content .books-showcase .items-wrapper {
  padding-top: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
}
.page-main .main-content .books-showcase .items-wrapper .item {
  width: 154px;
}
.page-main .main-content .books-showcase .items-wrapper .item a {
  text-decoration: none;
}
.page-main .main-content .books-showcase .items-wrapper .item-img {
  border: 3px solid #FFF;
  outline: 1px solid #b9b9b9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
.page-main .main-content .books-showcase .items-wrapper .item-price {
  width: 154px;
  height: 32px;
  background-color: #45B00A;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.page-main .main-content .books-showcase .items-wrapper .item-price:hover {
  cursor: pointer;
}
.page-main .main-content .books-showcase .items-wrapper .item-price .old-price {
  font-size: 13px;
  opacity: 0.8;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 4px;
}
.page-main .main-content .books-showcase .items-wrapper .item-price .new-price {
  font-size: 16px;
  font-weight: 600;
}
.page-main .main-content .books-showcase .items-wrapper .item-cover {
  margin: 10px 0px;
}
.page-main .main-content .books-showcase .items-wrapper .item-cover:hover {
  box-shadow: 0 0 16px 4px rgba(69, 176, 10, 0.2);
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover {
  height: 350px;
  width: 250px;
  background-color: #f1f1f1f1;
  outline: 1px solid #b9b9b9;
  border: 5px solid #ffffff;
  height: 232px;
  width: 154px;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-author {
  color: #232323;
  font-family: "PFAgoraSlabPro";
  font-size: 20px;
  font-weight: 700;
  opacity: 0.5;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title {
  color: #232323;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  padding: 40px 15px;
  position: relative;
  text-align: center;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title::before {
  top: 30px;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title::after {
  bottom: 30px;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title::before,
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title::after {
  background-color: #c8c8c8;
  content: "";
  display: block;
  height: 1px;
  left: 20%;
  margin-left: -25px;
  position: absolute;
  width: 200px;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title {
  font-size: 18px;
  padding: 15px;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title:after {
  width: 130px;
  bottom: 5px;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-title:before {
  width: 130px;
  top: 5px;
}
.page-main .main-content .books-showcase .items-wrapper .item-no-cover-author {
  font-size: 16px;
  height: 55px;
  overflow: hidden;
  padding: 10px 10px 0px;
}
.page-main .main-content .books-showcase .items-wrapper .item .stars {
  margin-bottom: 10px;
}
.page-main .main-content .books-showcase .items-wrapper .item-title {
  color: #232323;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 7px;
}
.page-main .main-content .books-showcase .items-wrapper .item-title:hover {
  text-decoration: underline;
}
.page-main .main-content .books-showcase .items-wrapper .item-author {
  color: #828282;
  font-size: 14px;
  font-style: italic;
}
.page-main .main-content .books-showcase .items-wrapper .item-author a {
  color: #EF4E24;
  transition: color 0.1s ease-in-out;
}
.page-main .main-content .books-showcase .items-wrapper .item-author a:hover {
  color: #b9310e;
}
.page-footer {
  position: absolute;
  background-color: #3D3D3D;
  bottom: 0;
  width: 100%;
  height: 256px;
}
.page-footer-row {
  border-bottom: 2px solid #4e4e4e;
}
.page-footer-row:before,
.page-footer-row:after {
  content: " ";
  display: table;
}
.page-footer-row:after {
  clear: both;
}
.page-footer-list {
  width: 28%;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 24px 0;
}
.page-footer-list:last-child {
  width: 16%;
}
.page-footer-list-item-main {
  margin-bottom: 23px;
}
.page-footer-list-item-main a {
  color: #fff;
  font-family: "Enriqueta", serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}
.page-footer-list-item {
  margin-bottom: 2px;
}
.page-footer-list-item a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.page-footer-list-item a:hover {
  color: #fff;
}
.page-footer-row-bottom {
  position: relative;
  text-align: center;
  color: #999;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 40px;
}
.page-footer-logo {
  position: absolute;
  left: 0;
  top: 24px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.page-footer-logo:hover {
  opacity: 1;
}
.page-footer-payment-icons {
  position: absolute;
  right: 0;
  top: 30px;
}
.page-footer-payment-icons .amazon-icon {
  display: inline-block;
  width: 59px;
  height: 37px;
  background: url(../images/payment-icons.png) top right;
}
.page-footer-payment-icons .ssl-icon {
  display: inline-block;
  width: 50px;
  height: 37px;
  background: url(../images/payment-icons.png) top left;
  margin-right: 20px;
}
/*=============================================
=            PAGE Styles         =
=============================================*/
/*=============================================
=           Authorization Page Styles         =
=============================================*/
.authorization-block {
  width: 460px;
  border-radius: 4px;
  background-color: #FFF;
  margin: 60px auto 60px;
  padding: 25px 28px;
  position: relative;
  z-index: 2;
}
.authorization-block:after {
  content: '';
  display: block;
  width: 440px;
  height: 10px;
  background-color: #DDD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  z-index: 0;
  left: 10px;
  bottom: -10px;
}
.authorization-block .professor-link {
  width: 265px;
  height: 64px;
  display: block;
  background: url(../images/professor-link.png) no-repeat;
  position: absolute;
  right: -265px;
  top: 105px;
}
.authorization-block-title {
  color: #EF4E24;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1;
}
.authorization-block-decorative-border {
  width: 354px;
  height: 46px;
  background: url(../images/modal-decorative.jpg) no-repeat center;
  margin: 13px auto 0;
}
.authorization-block-social {
  margin-top: 10px;
}
.authorization-block-social:before,
.authorization-block-social:after {
  content: " ";
  display: table;
}
.authorization-block-social:after {
  clear: both;
}
.authorization-block-social .fb {
  width: 230px;
  height: 40px;
  background: url(../images/social-login.png) no-repeat -3px;
  background-size: 396px 38px;
  display: block;
  float: left;
}
.authorization-block-social .google {
  width: 170px;
  height: 40px;
  background: url(../images/social-login.png) no-repeat right;
  background-size: 396px 38px;
  display: block;
  float: right;
}
.authorization-block-forgot-password {
  position: relative;
  top: -27px;
  float: right;
  padding-right: 10px;
  color: #979797;
  font-weight: bold;
}
.authorization-block-forgot-password:hover {
  color: #707070;
}
.authorization-block-or-breaker {
  text-align: center;
  position: relative;
  margin-top: 28px;
}
.authorization-block-or-breaker .line {
  display: block;
  width: 170px;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  top: 10px;
}
.authorization-block-or-breaker .line.left {
  left: 0;
}
.authorization-block-or-breaker .line.right {
  right: 0;
}
.authorization-block-or-breaker .or {
  color: #979797;
  font-weight: 600;
  padding-top: 35px;
}
.authorization-block-form {
  margin-top: 22px;
}
.authorization-block-form table tr {
  height: 50px;
}
.authorization-block-form table tr.last-row td {
  vertical-align: top;
  padding: 10px 0 20px;
}
.authorization-block-form table tr td:first-child {
  width: 165px;
}
.authorization-block-form table tr td select {
  width: 240px;
}
.authorization-block-form table tr td.double:before,
.authorization-block-form table tr td.double:after {
  content: " ";
  display: table;
}
.authorization-block-form table tr td.double:after {
  clear: both;
}
.authorization-block-form table tr td.double input {
  width: 45%;
  float: right;
}
.authorization-block-form table tr td.double .captcha {
  width: 45%;
  background-color: #979797;
  height: 34px;
  float: left;
}
.authorization-block-form table tr td.double .select-box {
  width: 45%;
  height: 34px;
  float: left;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
  padding-left: 10px;
  position: relative;
  cursor: pointer;
}
.authorization-block-form table tr td.double .select-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  right: 10px;
  top: 15px;
  z-index: -1;
}
.authorization-block-form table tr td.double .select-box select {
  cursor: pointer;
  padding: 7px 2px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.authorization-block-form table tr td.double .select-box select:focus {
  outline: none;
}
.authorization-block-form table tr td span {
  font-size: 14px;
  font-weight: 700;
}
.authorization-block-form table tr td input {
  width: 240px;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
  padding-left: 10px;
  transition: border-color 0.2s ease-in-out;
}
.authorization-block-form table tr td input:focus {
  outline: none;
  border-color: #232323;
}
.authorization-block-form table tr td button[type="submit"] {
  width: 240px;
  height: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  margin-top: 22px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.authorization-block-form table tr td button[type="submit"]:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.authorization-block-form table tr td button[type="submit"].inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
/*=============================================
=            Single Book Page Styles         =
=============================================*/
.back-link {
  color: #EF4E24;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  line-height: 1;
  display: block;
  margin-top: -3px;
}
.back-link:hover {
  color: #EF4E24;
  text-decoration: none;
}
.book-chapters {
  margin-top: 23px;
  overflow: hidden;
}
.book-chapters-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #232323;
}
.book-chapters-title:hover,
.book-chapters-title:active,
.book-chapters-title:focus {
  text-decoration: none;
  color: #232323;
}
.book-chapters-title-count {
  font-weight: 400;
}
.book-chapters-title:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  margin-bottom: 2px;
  margin-right: 4px;
}
.book-chapters-title.closed:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
  margin-bottom: 1px;
  margin-right: 7px;
}
.book-chapters-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 14px;
}
.book-chapters-list-item {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  padding: 10px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.book-chapters-list-item:before,
.book-chapters-list-item:after {
  content: " ";
  display: table;
}
.book-chapters-list-item:after {
  clear: both;
}
.book-chapters-list-item .item-column-left {
  float: left;
  width: 70%;
}
.book-chapters-list-item .item-column-left .item-chapter-number {
  font-weight: 600;
}
.book-chapters-list-item .item-column-right {
  float: right;
  text-align: right;
}
.book-chapters-list-item .item-column-right .item-price {
  font-weight: 600;
  display: block;
}
.book-chapters-list-item .item-column-right .item-buy-link {
  color: #45B00A;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color 0.1s ease-in-out;
}
.book-chapters-list-item .item-column-right .item-buy-link:hover {
  color: #296806;
}
.book-chapters-list-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.book-chapters-list-item:first-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
}
.book-wrapper {
  padding-top: 12px;
  padding-bottom: 40px;
}
.book-wrapper:before,
.book-wrapper:after {
  content: " ";
  display: table;
}
.book-wrapper:after {
  clear: both;
}
.book-wrapper .book-column-left {
  width: 260px;
  float: left;
}
.book-wrapper .book-column-left .book-cover {
  width: 260px;
  height: 392px;
  border: 3px solid #FFF;
  outline: 1px solid #b9b9b9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
.book-wrapper .book-column-right {
  float: right;
  width: 454px;
}
.book-wrapper .book-column-right .book-block-header {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.book-wrapper .book-column-right .book-block-line {
  color: #000;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
.book-wrapper .book-column-right .book-block-line:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.book-wrapper .book-column-right .book-block-line .line-wrapper:before,
.book-wrapper .book-column-right .book-block-line .line-wrapper:after {
  content: " ";
  display: table;
}
.book-wrapper .book-column-right .book-block-line .line-wrapper:after {
  clear: both;
}
.book-wrapper .book-column-right .book-title {
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-top: -4px;
}
.book-wrapper .book-column-right .book-author {
  font-size: 16px;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #828282;
  margin-top: 6px;
}
.book-wrapper .book-column-right .book-author a {
  color: #EF4E24;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
.book-wrapper .book-column-right .book-author a:hover {
  color: #b9310e;
}
.book-wrapper .book-column-right .book-votes {
  height: 20px;
  margin-top: 8px;
}
.book-wrapper .book-column-right .book-votes:before,
.book-wrapper .book-column-right .book-votes:after {
  content: " ";
  display: table;
}
.book-wrapper .book-column-right .book-votes:after {
  clear: both;
}
.book-wrapper .book-column-right .book-votes .stars {
  float: left;
  margin-right: 12px;
}
.book-wrapper .book-column-right .book-votes-rating {
  line-height: 20px;
  float: left;
  display: block;
  margin-top: 2px;
  clear: right;
}
.book-wrapper .book-column-right .book-info {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
}
.book-wrapper .book-column-right .book-info .see-more {
  position: absolute;
  width: 100%;
  height: 85px;
  background: url(../images/see-more-bg.png) repeat-x;
  bottom: 0;
  text-align: center;
  padding-top: 65px;
}
.book-wrapper .book-column-right .book-info .see-more-link {
  color: #EF4E24;
  font-size: 14px;
  text-decoration: underline;
  transition: color 0.1s ease-in-out;
}
.book-wrapper .book-column-right .book-info .see-more-link:hover {
  color: #b9310e;
}
.book-wrapper .book-column-right .book-price-info {
  margin-top: 15px;
  padding-top: 20px;
  position: relative;
}
.book-wrapper .book-column-right .book-price-info:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
}
.book-wrapper .book-column-right .book-price-info-wrapper {
  position: relative;
}
.book-wrapper .book-column-right .book-price-info-wrapper:before,
.book-wrapper .book-column-right .book-price-info-wrapper:after {
  content: " ";
  display: table;
}
.book-wrapper .book-column-right .book-price-info-wrapper:after {
  clear: both;
}
.book-wrapper .book-column-right .book-price-info-column-left {
  float: left;
}
.book-wrapper .book-column-right .book-price-info-column-right {
  float: right;
  text-align: right;
}
.book-wrapper .book-column-right .book-price-info-format {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}
.book-wrapper .book-column-right .book-price-info-format .ebook-format {
  color: #EF4E24;
  text-decoration: none;
}
.book-wrapper .book-column-right .book-price-info-format .dropdown-menu {
  top: 20px;
  right: 0;
  left: auto;
  position: absolute;
  min-width: 110px;
}
.book-wrapper .book-column-right .book-price-info-old {
  color: #000;
  font-size: 18px;
  text-decoration: line-through;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.book-wrapper .book-column-right .book-price-info-new {
  color: #45B00A;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.book-wrapper .book-column-right .book-price-info-request-link {
  display: block;
  font-size: 14px;
  color: #EF4E24;
  line-height: 1.2;
  text-decoration: underline;
  margin-bottom: 60px;
  transition: all 0.2s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.book-wrapper .book-column-right .book-price-info-request-link:hover {
  color: #b9310e;
}
.book-wrapper .book-column-right .book-price-info-add-cart {
  border-radius: 4px;
  background-color: #45B00A;
  height: 40px;
  width: 140px;
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0;
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  padding-left: 13px;
  transition: background-color 0.2s ease-in-out;
}
.book-wrapper .book-column-right .book-price-info-add-cart:hover {
  background-color: #3c9809;
}
.book-wrapper .book-column-right .book-price-info-add-cart:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/add-icon.png);
  background-size: cover;
  left: 10px;
  top: 12px;
}
.book-wrapper .book-column-right .book-price-info:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -20px;
}
.book-wrapper .book-column-right .book-additional-info {
  margin-top: 35px;
  padding-bottom: 14px;
}
.book-wrapper .book-column-right .book-additional-info .book-block-header {
  margin-bottom: 10px;
}
.book-wrapper .book-column-right .book-additional-info-line {
  font-size: 14px;
}
.book-wrapper .book-column-right .book-other-formats {
  margin-top: 35px;
  padding-bottom: 14px;
}
.book-wrapper .book-column-right .book-other-formats .book-block-header {
  padding-bottom: 8px;
  position: relative;
}
.book-wrapper .book-column-right .book-other-formats .book-block-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.book-wrapper .book-column-right .book-other-formats .book-format {
  float: left;
  font-size: 16px;
}
.book-wrapper .book-column-right .book-other-formats .book-price {
  float: right;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.book-wrapper .book-column-right .book-other-formats .add-cart {
  float: right;
  text-decoration: underline;
  font-size: 14px;
  color: #45B00A;
  margin-left: 25px;
  transition: color 0.1s ease-in-out;
}
.book-wrapper .book-column-right .book-other-formats .add-cart:hover {
  color: #296806;
}
.book-wrapper .book-column-right .book-materials {
  margin-top: 35px;
  color: #000;
}
.book-wrapper .book-column-right .book-materials .book-block-header {
  padding-bottom: 8px;
  position: relative;
}
.book-wrapper .book-column-right .book-materials .book-block-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.book-wrapper .book-column-right .book-materials-icon {
  float: left;
  background-image: url(../images/book-materials-icons.png);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .book-wrapper .book-column-right .book-materials-icon {
    background-image: url(../images/book-materials-icons_2x.png);
    background-size: 80px 40px;
  }
}
.book-wrapper .book-column-right .book-materials-icon.icon-video {
  background-position: 0% 0%;
}
.book-wrapper .book-column-right .book-materials-icon.icon-powerpoint {
  background-position: 60px 0;
}
.book-wrapper .book-column-right .book-materials-icon.icon-test {
  background-position: 40px 0;
}
.book-wrapper .book-column-right .book-materials-icon.icon-solution {
  background-position: 20px 0;
}
.book-wrapper .book-column-right .book-materials-icon.icon-student_files {
  background-position: 0% 100%;
}
.book-wrapper .book-column-right .book-materials-icon.icon-other {
  background-position: 60px 20px;
}
.book-wrapper .book-column-right .book-materials-status a {
  min-width: 85px;
  text-align: right;
}
.book-wrapper .book-column-right .book-materials-status a:hover {
  text-decoration: none;
}
.book-wrapper .book-column-right .book-materials-title {
  float: left;
  font-size: 16px;
}
.book-wrapper .book-column-right .book-materials-filesize {
  float: right;
  font-style: italic;
  font-size: 12px;
  opacity: 0.5;
  padding-top: 3px;
}
.book-wrapper .book-column-right .book-materials-link {
  float: right;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 20px;
  transition: color 0.1s ease-in-out;
}
.book-wrapper .book-column-right .book-materials-link:hover {
  color: #b9310e;
}
.book-wrapper .book-column-right .book-materials-link.download {
  color: #EF4E24;
}
.book-wrapper .book-column-right .book-materials-link.not-available {
  color: #808080;
}
.book-wrapper .book-column-right .book-materials-link.buy {
  color: #45b00a;
}
.book-wrapper .book-column-right .book-materials-link-price {
  float: right;
  font-style: italic;
  opacity: 0.5;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 14px;
}
.book-wrapper .book-column-right .book-no-materials {
  padding-top: 10px;
}
.customer-reviews {
  padding-top: 35px;
}
.customer-reviews .star {
  display: inline-block;
  margin-right: 9px;
}
.customer-reviews-header:before,
.customer-reviews-header:after {
  content: " ";
  display: table;
}
.customer-reviews-header:after {
  clear: both;
}
.customer-reviews-header-title {
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font-family: "Enriqueta", serif;
  font-weight: 400;
  float: left;
}
.customer-reviews-header .stars {
  float: right;
  padding-top: 7px;
  margin-right: 10px;
}
.customer-reviews-header-rating {
  float: right;
  padding-top: 9px;
}
.customer-reviews-your-rating {
  margin-top: 28px;
}
.customer-reviews-your-rating:before,
.customer-reviews-your-rating:after {
  content: " ";
  display: table;
}
.customer-reviews-your-rating:after {
  clear: both;
}
.customer-reviews-your-rating-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  display: block;
}
.customer-reviews-your-rating-stars {
  margin-left: 115px;
  margin-top: -1px;
}
.customer-reviews-form {
  margin-top: 14px;
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 20px;
}
.customer-reviews-form-text {
  width: 100%;
  height: 120px;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  outline: none;
  padding-left: 20px;
  padding-top: 14px;
}
.customer-reviews-form-text::placeholder {
  opacity: 0.5;
  font-size: 14px;
}
.customer-reviews-form-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 154px;
  height: 42px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  outline: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.customer-reviews-form-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.customer-reviews-form-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.customer-reviews-form-button:disabled {
  background-color: #DDD;
  border-color: #DDD;
  color: #FFF;
}
.customer-reviews .user-review {
  position: relative;
  padding: 20px 0;
}
.customer-reviews .user-review:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.customer-reviews .user-review-header:before,
.customer-reviews .user-review-header:after {
  content: " ";
  display: table;
}
.customer-reviews .user-review-header:after {
  clear: both;
}
.customer-reviews .user-review-header .stars {
  float: left;
}
.customer-reviews .user-review-header-username {
  float: left;
  font-weight: 700;
  font-size: 14px;
  margin-top: 1px;
  margin-left: 16px;
}
.customer-reviews .user-review-header-date {
  float: right;
  opacity: 0.5;
}
.customer-reviews .user-review-text {
  padding-top: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.customer-reviews .user-review-people-count {
  opacity: 0.5;
}
.customer-reviews .user-review-helpful {
  margin-top: 5px;
}
.customer-reviews .user-review-helpful a {
  margin-left: 6px;
  color: #EF4E24;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.1s ease-in-out;
}
.customer-reviews .user-review-helpful a:hover {
  color: #b9310e;
}
.customer-reviews .pagination {
  margin-top: 20px;
}
.book-form-header {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.book-form-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.book-form-row {
  margin-bottom: 15px;
}
.book-form-left-column {
  float: left;
  width: 40%;
}
.book-form-right-column {
  float: left;
  width: 60%;
}
.book-form-right-column-select-file {
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  background-color: #EF4E24;
  color: white;
  padding: 9px 12px;
  margin-left: 10px;
}
.book-form-right-column-select-file:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.book-form-right-column-select-file.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.book-form #form_book_file {
  width: 175px;
  float: left;
}
.book-form-cover {
  width: 240px;
  height: 359px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), inset 0 0 0 4px #FFF;
  text-align: center;
  padding-top: 2px;
}
.book-form-cover-delete {
  width: 240px;
  height: 40px;
  background-color: #E1E1E1;
  border: 1px solid #CCC;
  border-radius: 2px;
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  transition: background-color 0.15s ease-in-out;
}
.book-form-cover-delete:hover {
  background-color: #c8c8c8;
}
.book-form .status-edit {
  margin-left: 10px;
  width: 50px;
  height: 24px;
  background-color: #E1E1E1;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out;
}
.book-form .status-edit:hover {
  background-color: #eeeeee;
}
.book-form select {
  width: 260px;
}
.book-form .submit-button {
  width: 240px;
  height: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  margin: 25px auto;
  display: block;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.book-form .submit-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.book-form .submit-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
/*=============================================
=            Shelf Page Styles         =
=============================================*/
.shelf-content {
  padding-bottom: 130px;
  text-align: center;
}
.shelf-content-title {
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font-family: "Enriqueta", serif;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 28px 0 50px;
}
.shelf-content .shelf-button-group {
  text-align: center;
  display: inline-block;
  margin: 0 auto 50px;
  position: relative;
}
.shelf-content .shelf-button-group .btn-group {
  border-radius: 4px;
  font-size: 14px;
}
.shelf-content .shelf-button-group .btn-group label,
.shelf-content .shelf-button-group .btn-group button {
  background: #fff;
  color: #333;
  transition: all 0.1s ease-in-out;
  width: 108px;
  border-color: #ebebeb;
}
.shelf-content .shelf-button-group .btn-group label:hover,
.shelf-content .shelf-button-group .btn-group button:hover {
  outline: none;
  z-index: 1;
}
.shelf-content .shelf-button-group .btn-group label.active,
.shelf-content .shelf-button-group .btn-group button.active {
  background-color: #EF4E24;
  color: #fff;
}
.shelf-content .shelf-button-group .btn-group label.btn-search,
.shelf-content .shelf-button-group .btn-group button.btn-search {
  width: 41px;
  height: 34px;
  outline: none;
  background-color: #fff;
  background-image: url(../images/shelf-icons.png);
  background-position: 38px -1px;
  transition: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .shelf-content .shelf-button-group .btn-group label.btn-search,
  .shelf-content .shelf-button-group .btn-group button.btn-search {
    background-image: url(../images/shelf-icons_2x.png);
    background-size: 160px 72px;
  }
}
.shelf-content .shelf-button-group .btn-group label.btn-search:focus,
.shelf-content .shelf-button-group .btn-group button.btn-search:focus {
  outline: none;
}
.shelf-content .shelf-button-group .btn-group label.btn-search.active,
.shelf-content .shelf-button-group .btn-group button.btn-search.active {
  background-color: #EF4E24;
  background-image: url(../images/shelf-icons.png);
  background-position: 80px 35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .shelf-content .shelf-button-group .btn-group label.btn-search.active,
  .shelf-content .shelf-button-group .btn-group button.btn-search.active {
    background-image: url(../images/shelf-icons_2x.png);
    background-size: 160px 72px;
  }
}
.shelf-content .shelf-button-group .btn-group .book-search-input {
  display: none;
  width: 0;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 10;
  height: 30px;
  border: none;
  outline: none;
  padding-left: 41px;
}
.shelf-content .shelf-button-group .btn-group .btn-search-submit {
  width: 32px;
  height: 30px;
  outline: none;
  background-color: #fff;
  background-image: url(../images/shelf-icons.png);
  background-position: 36px -1px;
  transition: none;
  position: absolute;
  left: 0;
  top: 1px;
  border: none;
  display: none;
  opacity: 0;
  z-index: 20;
}
.shelf-content .shelf-button-group .btn-group .btn-search-submit:hover {
  z-index: 20;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .shelf-content .shelf-button-group .btn-group .btn-search-submit {
    background-image: url(../images/shelf-icons_2x.png);
    background-size: 160px 72px;
  }
}
.shelf-content .shelf {
  height: 290px;
  background: url(../images/shelf-bg.png) no-repeat bottom;
  padding-top: 13px;
}
.shelf-content .shelf-message {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.shelf-content .shelf-button {
  height: 40px;
  width: 180px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  letter-spacing: 1.2px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.shelf-content .shelf-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.shelf-content .shelf-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.shelf-content .shelf.with-books {
  display: flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 25px 40px 0;
  transition: all 1.25s ease-in-out;
}
.shelf-content .shelf-book-wrapper {
  margin-right: 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  transition: all 0.1s ease-in-out;
  position: relative;
  background-color: #f1f1f1;
}
.shelf-content .shelf-book-wrapper.processing:hover {
  margin-top: 0;
}
.shelf-content .shelf-book-wrapper .processing-request {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.shelf-content .shelf-book-wrapper .processing-request-icon {
  width: 36px;
  height: 36px;
  background-image: url(../images/shelf-icons.png);
  background-position: 159px 0px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 35%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .shelf-content .shelf-book-wrapper .processing-request-icon {
    background-image: url(../images/shelf-icons_2x.png);
    background-size: 160px 72px;
  }
}
.shelf-content .shelf-book-wrapper .processing-request-text {
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  margin: 130px 20px 0;
}
.shelf-content .shelf-book-wrapper:hover {
  margin-top: -25px;
}
.shelf-content .shelf-book-wrapper:hover .shelf-book-delete {
  display: block;
  opacity: 0.8;
}
.shelf-content .shelf-book-wrapper .shelf-book-delete {
  opacity: 0;
  width: 46px;
  height: 46px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 20px;
  z-index: 150;
  border-radius: 100%;
  transition: opacity 0.15s ease-in-out;
  background-image: url(../images/shelf-icons.png);
  background-position: 122.5px 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .shelf-content .shelf-book-wrapper .shelf-book-delete {
    background-image: url(../images/shelf-icons_2x.png);
    background-size: 160px 72px;
  }
}
.shelf-content .shelf-book-wrapper .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 100;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.shelf-content .shelf-book-wrapper .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  right: -21px;
}
.shelf-content .shelf-book-wrapper .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.shelf-content .shelf-book-wrapper .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.shelf-content .shelf-book {
  display: block;
  border: 3px solid #FFF;
  outline: 1px solid #b9b9b9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  height: 223px;
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.shelf-content .shelf-book:hover {
  text-decoration: none;
}
.shelf-content .shelf-book-cover {
  height: 217px;
  width: 150px;
}
.shelf-content .shelf-book-author {
  opacity: 0.5;
  font-weight: 700;
  font-family: "PFAgoraSlabPro";
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #232323;
  padding: 10px 20px;
}
.shelf-content .shelf-book-title {
  color: #232323;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 40px 10px;
  position: relative;
}
.shelf-content .shelf-book-title:before,
.shelf-content .shelf-book-title:after {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #c8c8c8;
  left: 50%;
  margin-left: -25px;
}
.shelf-content .shelf-book-title:before {
  top: 30px;
}
.shelf-content .shelf-book-title:after {
  bottom: 30px;
}
/*=============================================
=            Book Details Page Styles         =
=============================================*/
.main-content.book-details .book-column-left {
  float: left;
}
.main-content.book-details .customer-reviews {
  width: 744px;
  float: right;
}
.main-content.book-details .book-chapters {
  margin-top: 35px;
}
.main-content.book-details .book-materials {
  margin-top: 15px;
}
.main-content.book-details .book-details-download-link {
  width: 260px;
  height: 40px;
  background-color: #45B00A;
  border-radius: 4px;
  display: block;
  margin-top: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
.main-content.book-details .book-details-download-link:hover {
  background-color: #3c9809;
}
.main-content.book-details .book-details-download-link:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  background-image: url(../images/shelf-icons.png);
  background-position: 189px 28px;
  left: 65px;
  top: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .main-content.book-details .book-details-download-link:before {
    background-image: url(../images/shelf-icons_2x.png);
    background-size: 160px 72px;
  }
}
.main-content.book-details .book-details-download-format {
  text-align: center;
  margin-top: 15px;
  color: #737373;
}
.main-content.book-details .customer-reviews {
  padding-top: 0;
  margin-top: -20px;
}
.main-content.book-details .book-no-cover {
  height: 350px;
  width: 250px;
  background-color: #f1f1f1f1;
  outline: 1px solid #b9b9b9;
  border: 5px solid #ffffff;
}
.main-content.book-details .book-no-cover-author {
  color: #232323;
  font-family: "PFAgoraSlabPro";
  font-size: 20px;
  font-weight: 700;
  opacity: 0.5;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.main-content.book-details .book-no-cover-title {
  color: #232323;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  padding: 40px 15px;
  position: relative;
  text-align: center;
}
.main-content.book-details .book-no-cover-title::before {
  top: 30px;
}
.main-content.book-details .book-no-cover-title::after {
  bottom: 30px;
}
.main-content.book-details .book-no-cover-title::before,
.main-content.book-details .book-no-cover-title::after {
  background-color: #c8c8c8;
  content: "";
  display: block;
  height: 1px;
  left: 20%;
  margin-left: -25px;
  position: absolute;
  width: 200px;
}
/*=============================================
=            Cart Page Styles         =
=============================================*/
.cart-content {
  padding-bottom: 100px;
}
.cart-content-title {
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 28px 0 28px;
}
.cart-content-wrapper:before,
.cart-content-wrapper:after {
  content: " ";
  display: table;
}
.cart-content-wrapper:after {
  clear: both;
}
.cart-content .cart-title {
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  margin-top: -5px;
}
.cart-content .cart-empty a {
  text-decoration: none;
}
.cart-content .cart-empty-msg {
  text-align: center;
  margin-top: 50px;
  font-size: 20pt;
  font-weight: bold;
}
.cart-content .cart-empty-button {
  height: 40px;
  width: 40%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  border: none;
  margin: 30px auto 0px;
  display: block;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.cart-content .cart-empty-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.cart-content .cart-empty-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.cart-content .cart-empty-button:hover {
  background-color: white;
}
.cart-content-left-column {
  float: left;
  min-width: 700px;
}
.cart-content-left-column .cart-item {
  width: 764px;
  min-height: 209px;
  background-color: #F9F9F9;
  border: 2px solid #DDD;
  border-radius: 4px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cart-content-left-column .cart-item:before,
.cart-content-left-column .cart-item:after {
  content: " ";
  display: table;
}
.cart-content-left-column .cart-item:after {
  clear: both;
}
.cart-content-left-column .cart-item-cover {
  height: 166px;
  border: 3px solid #FFF;
  outline: 1px solid #b9b9b9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  position: absolute;
  left: 19px;
  top: 19px;
}
.cart-content-left-column .cart-item-cover img {
  width: 106px;
}
.cart-content-left-column .cart-item-no-cover {
  height: 166px;
  width: 112px;
  background-color: #f1f1f1;
  border: 5px solid #ffffff;
}
.cart-content-left-column .cart-item-no-cover-title {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 10px;
  position: relative;
  text-align: center;
}
.cart-content-left-column .cart-item-no-cover-title::before {
  top: 10px;
}
.cart-content-left-column .cart-item-no-cover-title::after {
  bottom: -5px;
}
.cart-content-left-column .cart-item-no-cover-title::before,
.cart-content-left-column .cart-item-no-cover-title::after {
  background-color: #c8c8c8;
  content: "";
  display: block;
  height: 1px;
  left: 20%;
  position: absolute;
  width: 60px;
}
.cart-content-left-column .cart-item-header {
  background-color: #FFF;
  box-shadow: 0 2px 0 #E5E5E5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 160px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.cart-content-left-column .cart-item-header:before,
.cart-content-left-column .cart-item-header:after {
  content: " ";
  display: table;
}
.cart-content-left-column .cart-item-header:after {
  clear: both;
}
.cart-content-left-column .cart-item-book-details {
  float: left;
  width: 380px;
}
.cart-content-left-column .cart-item-book-details-author {
  font-size: 16px;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #828282;
}
.cart-content-left-column .cart-item-book-details-author a {
  color: #EF4E24;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
.cart-content-left-column .cart-item-book-details-author a:hover {
  color: #b9310e;
}
.cart-content-left-column .cart-item-book-format {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  float: right;
  margin-top: 15px;
}
.cart-content-left-column .cart-item-book-format .ebook-format {
  color: #EF4E24;
  text-decoration: none;
}
.cart-content-left-column .cart-item table {
  display: block;
  margin-left: 160px;
  width: 450px;
  float: left;
}
.cart-content-left-column .cart-item table thead {
  color: #828282;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.cart-content-left-column .cart-item table tr td {
  width: 220px;
  padding-bottom: 10px;
}
.cart-content-left-column .cart-item table tr td .count {
  position: relative;
}
.cart-content-left-column .cart-item table tr td .count button {
  position: absolute;
  border: none;
  background: none;
  background-image: url(../images/plus-minus.png);
  width: 36px;
  height: 36px;
  display: block;
  top: 3px;
}
.cart-content-left-column .cart-item table tr td .count button.plus {
  background-position: top right;
  right: 60px;
}
.cart-content-left-column .cart-item table tr td .count button.minus {
  background-position: top left;
}
.cart-content-left-column .cart-item table tr td input {
  width: 100px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  outline: none;
}
.cart-content-left-column .cart-item table tr td.price-each {
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.cart-content-left-column .cart-item table tr td.price-total {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.cart-content-left-column .cart-item-remove {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  width: 100px;
  border: none;
  float: right;
  margin-right: 34px;
  margin-top: 18px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.cart-content-left-column .cart-item-remove:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.cart-content-left-column .cart-item-remove.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.cart-content-left-column .cart-item .book-chapters {
  margin-left: 160px;
  margin-right: 34px;
}
.cart-content-left-column .cart-item .book-chapters .item-price {
  display: inline-block;
}
.cart-content-left-column .cart-item .book-chapters .item-remove-link {
  color: #EF4E24;
  text-decoration: underline;
  margin-left: 20px;
  transition: color 0.1s ease-in-out;
}
.cart-content-left-column .cart-item .book-chapters .item-remove-link:hover {
  color: #b9310e;
}
.cart-content-right-column {
  float: right;
  width: 240px;
}
.cart-content-right-column .order-summary {
  border-radius: 4px;
  background-color: #FFF;
  padding: 20px 20px 40px;
  margin-bottom: 40px;
  position: relative;
}
.cart-content-right-column .order-summary:after {
  content: '';
  display: block;
  width: 220px;
  height: 10px;
  background-color: #DDD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  z-index: 0;
  left: 10px;
  bottom: -10px;
}
.cart-content-right-column .order-summary .cart-title {
  text-align: center;
  margin-bottom: 17px;
}
.cart-content-right-column .order-summary-line {
  border-bottom: 1px dotted #979797;
  font-size: 14px;
  padding: 9px 0;
}
.cart-content-right-column .order-summary-line:before,
.cart-content-right-column .order-summary-line:after {
  content: " ";
  display: table;
}
.cart-content-right-column .order-summary-line:after {
  clear: both;
}
.cart-content-right-column .order-summary-line:first-child {
  border-top: 1px dotted #979797;
}
.cart-content-right-column .order-summary-line.total {
  padding: 0;
}
.cart-content-right-column .order-summary-line.total > .order-summary-line {
  margin: 3px 0;
}
.cart-content-right-column .order-summary-line.total > .order-summary-line .order-summary-line-left {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-content-right-column .order-summary-line.total > .order-summary-line .order-summary-line-right {
  color: #EF4E24;
}
.cart-content-right-column .order-summary-line-left {
  color: #999;
  float: left;
}
.cart-content-right-column .order-summary-line-right {
  font-weight: 700;
  float: right;
  text-transform: uppercase;
  text-align: right;
}
.cart-content-right-column .order-summary-checkout {
  height: 40px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  border: none;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.cart-content-right-column .order-summary-checkout:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.cart-content-right-column .order-summary-checkout.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
/*=============================================
=            Checkout Page Styles         =
=============================================*/
.checkout-title {
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font-family: "Enriqueta", serif;
  font-weight: 400;
  text-align: center;
  margin-top: 28px;
}
.checkout-content {
  margin-top: 28px;
  margin-bottom: 100px;
}
.checkout-content:before,
.checkout-content:after {
  content: " ";
  display: table;
}
.checkout-content:after {
  clear: both;
}
.checkout-content-left-column {
  float: left;
}
.checkout-content-right-column {
  float: right;
  width: 680px;
}
.checkout-content-subtitle {
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.checkout-details-block {
  width: 300px;
  height: 250px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  margin-bottom: 40px;
}
.checkout-details-block:after {
  content: '';
  display: block;
  width: 280px;
  height: 10px;
  background-color: #DDD;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  z-index: 0;
  left: 10px;
  bottom: -10px;
}
.checkout-details-block-title {
  font-weight: 700;
  position: relative;
  padding-top: 6px;
  padding-left: 27px;
}
.checkout-details-block-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 24px;
  background: url(../images/amazon-icon.png) no-repeat center;
  left: -3px;
  top: 4px;
}
.checkout-details-block-textinfo {
  height: 83px;
  margin-top: 15px;
  background: #eaf3ff;
  border: 2px solid #EF4E24;
  font-size: 12px;
  line-height: 1.2;
  padding: 6px 17px 3px;
  margin-bottom: 5px;
}
.checkout-details-block-textinfo .card {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 10px;
}
.checkout-details-block-textinfo .card.visa:after,
.checkout-details-block-textinfo .card.mastercard:after,
.checkout-details-block-textinfo .card.a-exp:after {
  content: '';
  display: block;
  background-image: url(../images/card-icons.png);
  width: 34px;
  height: 22px;
  left: -8px;
  top: 4px;
  position: absolute;
}
.checkout-details-block-textinfo .card.visa:after {
  background-position: 34px 0px;
}
.checkout-details-block-textinfo .card.mastercard:after {
  background-position: 68px 0px;
}
.checkout-details-block-textinfo .card.a-exp {
  background-position: 0px 0px;
}
.checkout-details-block input[type="radio"] {
  display: none;
}
.checkout-details-block input[type="radio"]:checked + label:before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../images/check-icon.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  left: 8px;
  top: 8px;
}
.checkout-details-block-select-button {
  display: block;
  position: relative;
  width: 100%;
  height: 32px;
  margin-top: 6px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  font-size: 12px;
  line-height: 32px;
  padding-left: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  background-image: linear-gradient(rgba(238, 238, 238, 0.7), rgba(204, 204, 204, 0.7));
}
.checkout-details-block-select-button.visa:after,
.checkout-details-block-select-button.mastercard:after,
.checkout-details-block-select-button.a-exp:after {
  content: '';
  display: block;
  background-image: url(../images/card-icons.png);
  width: 34px;
  height: 22px;
  right: 8px;
  top: 4px;
  position: absolute;
}
.checkout-details-block-select-button.visa:after {
  background-position: 34px 0px;
}
.checkout-details-block-select-button.mastercard:after {
  background-position: 68px 0px;
}
.checkout-details-block-select-button.a-exp {
  background-position: 0px 0px;
}
.checkout-details-block-footer {
  margin-top: 12px;
}
.checkout-details-block-footer:before,
.checkout-details-block-footer:after {
  content: " ";
  display: table;
}
.checkout-details-block-footer:after {
  clear: both;
}
.checkout-details-block-footer-buttons button {
  width: 34px;
  height: 31px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  margin-right: 5px;
  float: left;
}
.checkout-details-block-footer-buttons button:disabled {
  opacity: 0.5;
}
.checkout-details-block-footer-buttons button.prev {
  background: linear-gradient(rgba(238, 238, 238, 0.7), rgba(204, 204, 204, 0.7)), url(../images/prev-next-button.png) top left;
}
.checkout-details-block-footer-buttons button.next {
  background: linear-gradient(rgba(238, 238, 238, 0.7), rgba(204, 204, 204, 0.7)), url(../images/prev-next-button.png) top right;
}
.checkout-details-block-footer-shipping {
  float: left;
  font-size: 11px;
}
.checkout-details-block-footer-shipping span {
  display: block;
}
.checkout-details-block-footer-shipping a {
  text-decoration: underline;
}
.checkout-details-block-footer-privacy {
  float: right;
}
.checkout-details-block-footer-privacy a {
  display: block;
  font-size: 11px;
  text-decoration: underline;
  margin-top: 15px;
}
.checkout-shipping-options {
  margin: 20px 0px;
}
.checkout-order-summary {
  padding-top: 17px;
  margin-bottom: 30px;
}
.checkout-order-summary-item {
  border-bottom: 1px solid #DDD;
  padding: 21px 0;
}
.checkout-order-summary-item:before,
.checkout-order-summary-item:after {
  content: " ";
  display: table;
}
.checkout-order-summary-item:after {
  clear: both;
}
.checkout-order-summary-item:first-child {
  border-top: 1px solid #DDD;
}
.checkout-order-summary-item-cover {
  border: 2px solid #FFF;
  outline: 1px solid #b9b9b9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  width: 49px;
  height: 72px;
  float: left;
  margin-right: 20px;
}
.checkout-order-summary-item-cover img {
  width: 45px;
  height: 100%;
}
.checkout-order-summary-item-details {
  float: left;
}
.checkout-order-summary-item-details .item-title {
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font-family: "Enriqueta", serif;
  font-weight: 400;
  line-height: 1;
}
.checkout-order-summary-item-details .item-author {
  font-size: 14px;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #828282;
  margin-top: 2px;
}
.checkout-order-summary-item-details .item-author a {
  color: #EF4E24;
  text-decoration: none;
}
.checkout-order-summary-item-details .item-format {
  width: 58px;
  height: 24px;
  background-color: #EF4E24;
  border-radius: 4px;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  margin-top: 6px;
  margin-right: 8px;
}
.checkout-order-summary-item-details .item-type {
  color: #828282;
  font-size: 14px;
}
.checkout-order-summary-item-price {
  float: right;
  text-align: right;
  margin-top: 12px;
}
.checkout-order-summary-item-price-quantity {
  color: #828282;
  font-size: 14px;
}
.checkout-order-summary-item-price-total {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.checkout-shipping-method-item {
  padding: 21px 0;
  border-top: 1px solid #DDD;
}
.checkout-shipping-method-item:before,
.checkout-shipping-method-item:after {
  content: " ";
  display: table;
}
.checkout-shipping-method-item:after {
  clear: both;
}
.checkout-shipping-method-item input[type='radio'] {
  display: none;
}
input[type='radio']:checked + .checkout-shipping-method-item-title:before {
  background: url(../images/shipping-radio.png) top right;
}
.checkout-shipping-method-item-title {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.checkout-shipping-method-item-title:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/shipping-radio.png) top left;
  position: absolute;
  left: 0px;
  top: 1px;
}
.checkout-shipping-method-item-price {
  float: right;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #828282;
  font-size: 14px;
  text-transform: uppercase;
}
.checkout-total {
  padding-top: 17px;
}
.checkout-total-item {
  border-bottom: 1px solid #DDD;
  padding: 14px 0;
}
.checkout-total-item:before,
.checkout-total-item:after {
  content: " ";
  display: table;
}
.checkout-total-item:after {
  clear: both;
}
.checkout-total-item:first-child {
  border-top: 1px solid #DDD;
}
.checkout-total-item:last-child .checkout-total-item-title {
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-total-item:last-child .checkout-total-item-price {
  font-size: 20px;
  font-weight: 700;
}
.checkout-total-item-title {
  float: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
}
.checkout-total-item-price {
  float: right;
  font-size: 16px;
  font-weight: 600;
}
.checkout-footer {
  margin-top: 12px;
}
.checkout-footer:before,
.checkout-footer:after {
  content: " ";
  display: table;
}
.checkout-footer:after {
  clear: both;
}
.checkout-footer-terms {
  float: left;
  font-size: 12px;
  font-weight: 300;
  margin-top: 12px;
}
.checkout-footer-terms strong {
  font-weight: 600;
}
.checkout-footer-terms a {
  color: #EF4E24;
  text-decoration: underline;
}
.checkout-footer-button {
  float: right;
  height: 40px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  padding: 0 17px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.checkout-footer-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.checkout-footer-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.checkout-footer-button[disabled='disabled'] {
  border: none;
  color: lightgray;
  background-color: #808080;
}
.checkout-footer-button[disabled='disabled']:hover {
  background-color: #808080;
  color: lightgray;
}
.after_lap_payment .alert {
  width: 60%;
  text-align: center;
  margin: 30px auto;
}
/*=============================================
=            Text Content Page Styles         =
=============================================*/
.text-content {
  line-height: 1.75;
  padding-top: 24px !important;
  margin-top: 0;
}
.text-content .section-title + p {
  padding: 6px 0 8px;
}
.text-content .section-subtitle {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 38px;
}
.text-content p {
  margin-top: 10px;
  padding-bottom: 5px;
}
.text-content ul {
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.text-content ul li {
  position: relative;
  margin-bottom: 24px;
}
.text-content ul li:last-child {
  margin-bottom: 0;
}
.text-content ul li:before {
  content: '—';
  position: absolute;
  left: -20px;
}
.text-content a {
  color: #EF4E24;
  text-decoration: underline;
  transition: color 0.1s ease-in-out;
}
.text-content a:hover {
  color: #b9310e;
}
.text-content .effective {
  color: #999;
  font-size: 14px;
  font-style: italic;
  margin-top: 50px;
}
.text-content .apps-container {
  padding: 10px 0 18px 20px;
}
.text-content .apps-container .app {
  display: inline-block;
  width: 45%;
}
.text-content .apps-container .app:before,
.text-content .apps-container .app:after {
  content: " ";
  display: table;
}
.text-content .apps-container .app:after {
  clear: both;
}
.text-content .apps-container .app:first-child {
  margin-right: 23px;
}
.text-content .apps-container .app-img {
  float: left;
}
.text-content .apps-container .app-name {
  padding-left: 100px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.text-content .apps-container .app-link {
  padding-left: 100px;
  display: block;
}
/*=============================================
=            Single Page Styles         =
=============================================*/
.single-page {
  font-family: "Enriqueta", serif;
  font-weight: 400;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 100px;
}
.single-page-title {
  font-family: "Enriqueta", serif;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 42px;
}
.single-page-subtitle {
  font-size: 24px;
}
.single-page .icon-404 {
  background: url(../images/404.png) no-repeat center;
  width: 138px;
  height: 145px;
  margin: 0 auto;
  margin-top: 82px;
}
.single-page .search-request {
  font-size: 24px;
}
.single-page .search-request span {
  color: #A4A4A4;
  font-style: italic;
}
.single-page .search-suggestions {
  margin-top: 80px;
  color: #A4A4A4;
  font-size: 18px;
}
.single-page .search-suggestions-title {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.single-page .search-suggestions-list {
  margin: 20px auto 0;
  list-style-type: none;
}
.single-page .search-suggestions-list-item {
  margin-left: -40px;
}
.single-page .search-suggestions-list-item:before {
  content: '•';
  display: inline-block;
  margin-right: 10px;
}
.single-page-homepage-link {
  font-family: inherit;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 82px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.single-page-homepage-link:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.single-page-homepage-link.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.checkout-complete {
  padding-top: 165px;
}
.checkout-complete-title {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 34px;
}
.checkout-complete-subtitle {
  font-size: 24px;
  margin-top: 10px;
}
.checkout-complete-order {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 40px;
}
.checkout-complete-order strong {
  font-weight: 600;
}
.checkout-complete-homepage-link {
  font-family: inherit;
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 82px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.checkout-complete-homepage-link:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.checkout-complete-homepage-link.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.password-page.main-content {
  padding-left: 0px;
}
.password-page form {
  background-color: #f5f5f5;
  padding: 20px 10px;
  width: 450px;
  border-radius: 4px;
}
.reset-password ul {
  list-style-type: disc;
}
.reset-password ul li {
  margin-bottom: 5px;
}
.reset-password ul li::before {
  content: '';
}
/*=============================================
=            Modals Styles         =
=============================================*/
#copyRequestModal .modal-content {
  width: 460px;
  border-radius: 4px;
  background-color: #FFF;
  margin: 0 auto;
  padding: 25px 28px;
}
#copyRequestModal .modal-title {
  color: #EF4E24;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1;
}
#copyRequestModal .modal-decorative-border {
  width: 354px;
  height: 46px;
  background: url(../images/modal-decorative.jpg) no-repeat center;
  margin: 11px auto 0;
}
#copyRequestModal .cr-message {
  text-align: center;
  font-size: 16px;
}
#copyRequestModal .cr-message a {
  color: #ef4e24;
}
#copyRequestModal .cr-message a:hover {
  color: #b9310e;
}
.copy-request-form {
  padding-top: 2px;
}
.copy-request-form table tr {
  height: 50px;
}
.copy-request-form table tr.last-row td {
  vertical-align: top;
  padding: 10px 0 20px;
}
.copy-request-form table tr.cr-submit-wrapper td {
  padding-top: 15px;
}
.copy-request-form table tr td {
  vertical-align: top;
}
.copy-request-form table tr td span {
  font-size: 14px;
  font-weight: 700;
}
.copy-request-form table tr td input {
  width: 240px;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
  padding-left: 10px;
  transition: border-color 0.2s ease-in-out;
}
.copy-request-form table tr td input:focus {
  outline: none;
  border-color: #232323;
}
.copy-request-form table tr td .btn-group {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
}
.copy-request-form table tr td .btn-group label {
  width: 50%;
  border: none;
  background: none;
  background-color: #ebebeb;
  color: #6f6f6f;
  transition: all 0.1s ease-in-out;
}
.copy-request-form table tr td .btn-group label:hover {
  border: none;
  outline: none;
  width: 50%;
  z-index: 1;
}
.copy-request-form table tr td .btn-group label.active {
  background-color: #EF4E24;
  color: #fff;
}
.copy-request-form table tr td textarea {
  padding-left: 10px;
  padding-top: 10px;
  max-width: 240px;
  height: 104px;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
}
.copy-request-form table tr td textarea:focus {
  outline: none;
  border-color: #232323;
}
.copy-request-form table tr td .cr-submit-button {
  width: 240px;
  height: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.copy-request-form table tr td .cr-submit-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.copy-request-form table tr td .cr-submit-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.copy-request-form table tr td .cr-cancel-button {
  width: 130px;
  height: 40px;
  background-color: #E1E1E1;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6f6f6f;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E1E1E1;
}
.copy-request-form table tr td .cr-cancel-button:hover {
  background: none;
  text-decoration: none;
}
#get_button_modal .modal-content {
  width: 460px;
  margin: 0 auto;
  border-radius: 4px;
}
#get_button_modal .modal-header {
  height: 174px;
  background-color: #E7E7E7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#get_button_modal .modal-header .generate-button-link {
  display: block;
  margin: 0 auto;
}
#get_button_modal .modal-header .generate-button-link.h-large {
  margin-top: 45px;
}
#get_button_modal .modal-header .generate-button-link.h-small {
  margin-top: 57px;
}
#get_button_modal .modal-header .generate-button-link.circle {
  margin-top: 17px;
}
#get_button_modal .modal-body {
  width: 428px;
  margin: 11px auto;
}
#get_button_modal .modal-link-block {
  margin-bottom: 25px;
}
#get_button_modal .modal-link-block-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
#get_button_modal .modal-link-block textarea {
  display: block;
  width: 100%;
  height: 104px;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
  margin-right: 0 !important;
  font-size: 12px;
  padding: 10px;
  resize: none;
}
#get_button_modal .modal-link-block .select-container {
  margin-bottom: 20px;
}
#get_button_modal .modal-close {
  display: block;
  width: 100%;
  height: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
#get_button_modal .modal-close:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
#get_button_modal .modal-close.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
#redeemCodeModal.modal input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14) inset;
  height: 34px;
  outline: medium none;
  padding-left: 10px;
  transition: border-color 0.1s ease-in-out 0s;
  width: 240px;
  width: 300px;
}
#redeemCodeModal.modal .btn {
  margin-top: 15px;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
#redeemCodeModal.modal .btn:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
#redeemCodeModal.modal .btn.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
#order-details-modal .modal-content {
  padding-top: 20px;
}
#order-details-modal .modal-content .order-details table {
  width: 100%;
}
#order-details-modal .modal-content .order-details table td {
  height: 60px;
}
#order-details-modal .modal-content .order-details table tr:nth-child(2n+1) {
  background-color: #e7e7e7;
}
#order-details-modal .modal-content .order-details table ul {
  list-style-type: none;
  padding: 0px;
}
#order-details-modal .modal-content .order-details-row-name {
  font-weight: bold;
  padding-left: 125px;
  width: 60%;
}
#order-details-modal .modal-title {
  color: #EF4E24;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1;
}
#order-details-modal .modal-decorative-border {
  width: 354px;
  height: 46px;
  background: url(../images/modal-decorative.jpg) no-repeat center;
  margin: 11px auto 0;
}
#copy-request-confirmation-modal .btn-primary {
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
#copy-request-confirmation-modal .btn-primary:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
#copy-request-confirmation-modal .btn-primary.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
#copy-request-confirmation-modal button {
  text-transform: capitalize;
}
#remove_book_modal .title {
  text-transform: capitalize;
}
#remove_copy_request_modal .title {
  text-transform: capitalize;
}
.modal .loader {
  margin: 30px auto;
}
.order-list h1 {
  font-size: 24px;
  font-family: "Enriqueta", serif;
  font-weight: 700;
}
.order-list table {
  width: 100%;
  margin-top: 10px;
}
.order-list table tr:nth-child(2n+1) {
  background-color: white;
}
.order-list table td:first-child,
.order-list table th:first-child {
  padding-left: 10px;
}
.order-list table thead th {
  background-color: #f9f9f9;
}
.order-list table td,
.order-list table th {
  height: 60px;
  text-align: left;
}
.order-list table a {
  color: #EF4E24;
}
.api-usage button {
  padding: 5px 10px;
}
.api-usage a {
  color: #EF4E24;
  text-decoration: underline;
}
.api-usage a:hover {
  color: #EF4E24;
  text-decoration: none;
}
.api-usage .loader {
  margin: 10px auto;
}
.api-usage .left-column {
  width: 25%;
}
.api-usage-key {
  font-weight: bold;
  color: #EF4E24;
}
.api-usage-ip-address-remove {
  font-size: 12px;
}
.api-usage-ip-address-production {
  font-size: 14px;
}
.page-main-aside.account-page {
  padding-top: 37px;
}
/*=============================================
=            Author COMMON Styles         =
=============================================*/
.author-header-license {
  display: block;
  float: right;
  width: 160px;
  height: 95px;
  padding-top: 28px;
  margin-left: 7px;
  background-color: #EF4E24;
  background-image: url(../images/author-license.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -27px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.author-header-license:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e93e11;
}
.author-header-license strong {
  display: block;
}
.author-header-license-renew {
  font-size: 12px;
}
.author-header-license .white-loader {
  display: inline-block;
}
.author-header-customer-support {
  float: right;
  color: #5F5F5F;
  font-size: 12px;
  text-transform: uppercase;
  width: 190px;
  position: relative;
  margin-left: 45px;
  margin-top: 4px;
  padding-left: 42px;
}
.author-header-customer-support:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 29px;
  background: url(../images/author-header-icons.png) no-repeat top left;
  left: 0;
  top: 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-header-customer-support:before {
    background-image: url(../images/author-header-icons_2x.png);
    background-size: 70px 29px;
  }
}
.author-header-customer-support-phone {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}
.author-header-customer-support-phone:hover {
  text-decoration: none;
  color: #fff;
}
.author-header-otms-link {
  display: block;
  float: left;
  text-decoration: none;
  width: 120px;
  height: 40px;
  background-color: #FFF;
  border-radius: 4px;
  background-image: url(../images/otms-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease-in-out;
  margin-left: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-header-otms-link {
    background-image: url(../images/otms-logo_2x.png);
    background-size: 77px 15px;
  }
}
.author-header-otms-link:hover {
  background-color: #ebebeb;
}
.author-header-add-link {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-image: url(../images/author-header-icons.png);
  background-repeat: no-repeat;
  background-position: -34px 5px;
  background-color: #EF4E24;
  border: 1px solid #EF4E24;
  transition: background-color 0.2s ease-in-out;
  margin-left: 48px;
}
.author-header-add-link:hover {
  background-color: #e93e11;
}
.author-start {
  width: 320px;
  margin: 0 auto;
  padding: 130px 0;
}
.author-start-title {
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
}
.author-start-select-wrapper {
  margin-top: 25px;
  height: 40px;
}
.author-start-select {
  width: 320px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  outline: none;
}
.author-start-or-breaker {
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.author-start-or-breaker .line {
  display: block;
  width: 140px;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  top: 10px;
}
.author-start-or-breaker .line.left {
  left: 0;
}
.author-start-or-breaker .line.right {
  right: 0;
}
.author-start-or-breaker .or {
  color: #979797;
  font-weight: 600;
  padding-top: 35px;
}
.author-start-new-book {
  display: block;
  height: 40px;
  width: 320px;
  background-color: #EF4E24;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  padding-left: 32px;
  position: relative;
  margin-top: 38px;
  transition: background-color 0.2s ease-in-out;
}
.author-start-new-book:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e93e11;
}
.author-start-new-book:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/author-header-icons.png);
  background-repeat: no-repeat;
  background-position: -34px 5px;
  left: 70px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-start-new-book:before {
    background-image: url(../images/author-header-icons_2x.png);
    background-size: 70px 29px;
  }
}
.author-aside {
  width: 260px;
  float: left;
  display: block;
  height: 100%;
  position: absolute;
}
.author-aside-shadow {
  background: url(../images/aside-bg.png) repeat-y right;
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.author-aside-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.author-aside-list-item {
  position: relative;
}
.author-aside-list-item a {
  display: block;
  height: 80px;
  line-height: 79px;
  position: relative;
  font-size: 18px;
  color: #3D3D3D;
  text-decoration: none;
  padding-left: 40px;
}
.author-aside-list-item a:hover {
  color: #EF4E24;
  text-decoration: none;
}
.author-aside-list-item a.active {
  z-index: 101;
  background-color: #E7E7E7;
  font-weight: 700;
  color: #EF4E24;
}
.author-aside-list-item a:after {
  content: '';
  display: block;
  height: 1px;
  width: 10000px;
  box-shadow: inset 0 1px 0 #DBDBDB, 0 1px 0 #EEE;
  right: 0;
  bottom: 1px;
  position: absolute;
}
.author-aside-list-item a.icon:before {
  background-image: url(../images/author-aside-icons.png);
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  top: 23px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-aside-list-item a.icon:before {
    background-image: url(../images/author-aside-icons_2x.png);
    background-size: 150px 90px;
  }
}
.author-aside-list-item a.icon-add.active:before,
.author-aside-list-item a.icon-add:hover:before {
  background-position: 0px 60px;
}
.author-aside-list-item a.icon-add:before {
  background-position: 0px 0px;
}
.author-aside-list-item a.icon-review.active:before,
.author-aside-list-item a.icon-review:hover:before {
  background-position: -30px 60px;
}
.author-aside-list-item a.icon-review:before {
  background-position: -30px 0px;
}
.author-aside-list-item a.icon-preview.active:before,
.author-aside-list-item a.icon-preview:hover:before {
  background-position: -60px 60px;
}
.author-aside-list-item a.icon-preview:before {
  background-position: -60px 0px;
}
.author-aside-list-item a.icon-reports.active:before,
.author-aside-list-item a.icon-reports:hover:before {
  background-position: -90px 60px;
}
.author-aside-list-item a.icon-reports:before {
  background-position: -90px 0px;
}
.author-aside-list-item a.icon-get.active:before,
.author-aside-list-item a.icon-get:hover:before {
  background-position: -120px 60px;
}
.author-aside-list-item a.icon-get:before {
  background-position: -120px 0px;
}
/*=============================================
=  All Author Pages Styles  =
=============================================*/
.author-main {
  float: right;
  width: 742px;
  padding-bottom: 40px;
}
.author-main:before,
.author-main:after {
  content: " ";
  display: table;
}
.author-main:after {
  clear: both;
}
.author-main.preview .author-main-wrapper {
  margin-top: 20px;
}
.author-main.preview .save-button:before {
  background-image: url(../images/author-aside-icons.png);
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 40px;
  top: 3px;
  background-position: -30px 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-main.preview .save-button:before {
    background-image: url(../images/author-aside-icons_2x.png);
    background-size: 150px 90px;
  }
}
.author-main.report .author-main-wrapper,
.author-main.generate-button .author-main-wrapper {
  margin-bottom: 120px;
}
.author-main .save-button {
  height: 40px;
  width: 160px;
  background-color: #EF4E24;
  border-radius: 4px;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
  padding-left: 36px;
  transition: background-color 0.15s ease-in-out;
  position: relative;
}
.author-main .save-button:hover {
  background-color: #d1370f;
}
.author-main .save-button:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  background-image: url(../images/author-save-icon.png);
  left: 16px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-main .save-button:before {
    background-image: url(../images/author-save-icon.png);
    background-size: 26px 26px;
  }
}
.author-main .save-button.loading {
  padding-left: 0px;
}
.author-main .save-button.loading:hover {
  background-color: #EF4E24;
}
.author-main .save-button.loading .loader {
  margin-top: 5px;
}
.author-main .save-button.loading:before {
  background-image: none;
}
.author-main-header {
  height: 80px;
  position: relative;
}
.author-main-header:before,
.author-main-header:after {
  content: " ";
  display: table;
}
.author-main-header:after {
  clear: both;
}
.author-main-header:after {
  content: '';
  display: block;
  height: 1px;
  width: 103%;
  box-shadow: inset 0 1px 0 #DBDBDB, 0 1px 0 #EEE;
  left: -22px;
  bottom: 1px;
  position: absolute;
}
.author-main-header-title {
  line-height: 80px;
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  float: left;
}
.author-main-header-select-container {
  float: right;
  height: 40px;
  margin-top: 20px;
}
.author-main-wrapper {
  min-height: 100%;
  position: relative;
}
.author-main-wrapper:before,
.author-main-wrapper:after {
  content: " ";
  display: table;
}
.author-main-wrapper:after {
  clear: both;
}
.author-main-column-left {
  float: left;
  width: 400px;
}
.author-main-column-divider {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.3);
  margin: 0 20px;
  float: left;
  left: 400px;
}
.author-main-column-right {
  float: right;
  width: 300px;
}
.author-main .author-upload-block {
  margin-bottom: 15px;
}
.author-main .author-upload-block .loader {
  margin: 15px auto;
}
.author-main .author-upload-block-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 68px;
  line-height: 68px;
}
.author-main .author-upload-block-item {
  width: 100%;
  position: relative;
  display: block;
  padding: 9px 0;
}
.author-main .author-upload-block-item:before,
.author-main .author-upload-block-item:after {
  content: " ";
  display: table;
}
.author-main .author-upload-block-item:after {
  clear: both;
}
.author-main .author-upload-block-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.author-main .author-upload-block-item:first-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
}
.author-main .author-upload-block-item-icon {
  float: left;
  background-image: url(../images/book-materials-icons.png);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-main .author-upload-block-item-icon {
    background-image: url(../images/book-materials-icons_2x.png);
    background-size: 80px 40px;
  }
}
.author-main .author-upload-block-item-icon.icon-video {
  background-position: 0% 0%;
}
.author-main .author-upload-block-item-icon.icon-powerpoint {
  background-position: 60px 0;
}
.author-main .author-upload-block-item-icon.icon-test {
  background-position: 40px 0;
}
.author-main .author-upload-block-item-icon.icon-solution {
  background-position: 20px 0;
}
.author-main .author-upload-block-item-icon.icon-student_files {
  background-position: 0% 100%;
}
.author-main .author-upload-block-item-icon.icon-other {
  background-position: 60px 20px;
}
.author-main .author-upload-block-item-title {
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.author-main .author-upload-block-item-title:hover {
  text-decoration: underline;
}
.author-main .author-upload-block-item-filesize {
  font-size: 12px;
  font-style: italic;
  color: #b9b9b9;
  float: right;
  margin-top: 4px;
}
.author-main .author-upload-block-item-remove {
  float: right;
  display: block;
  background-image: url(../images/book-materials-icons.png);
  background-position: 20px 20px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 1px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .author-main .author-upload-block-item-remove {
    background-image: url(../images/book-materials-icons_2x.png);
    background-size: 80px 40px;
  }
}
.author-main .author-upload-block-item-remove:hover {
  opacity: 1;
}
.author-main .author-upload-block-button {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.author-main .author-upload-block-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.author-main .author-upload-block-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.author-main .author-upload-block-empty {
  text-align: center;
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 30px;
}
.author-main-common-header {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 69px;
  line-height: 68px;
  position: relative;
}
.author-main-common-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
.author-main-common-form.copy-request {
  width: 60%;
}
.author-main-common-form input[type="text"] {
  width: 240px;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
  outline: none;
  padding-left: 10px;
  transition: border-color 0.1s ease-in-out;
}
.author-main-common-form input[type="text"]:focus {
  border-color: #000;
}
.author-main-common-row {
  min-height: 34px;
  margin-top: 5px;
  margin-bottom: 16px;
}
.author-main-common-row:before,
.author-main-common-row:after {
  content: " ";
  display: table;
}
.author-main-common-row:after {
  clear: both;
}
.author-main-common-row .left-column {
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
}
.author-main-common-row .right-column {
  float: right;
  width: 240px;
  text-align: left;
}
.author-main-common-row .status {
  color: #45B00A;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
}
.author-main-common-row .status.bad {
  color: #808080;
}
.author-main-common-row .status-edit {
  margin-left: 10px;
  width: 50px;
  height: 24px;
  background-color: #E1E1E1;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out;
}
.author-main-common-row .status-edit:hover {
  background-color: #eeeeee;
}
.author-main-common-row select {
  width: 240px;
}
.author-main-common-row .cke {
  margin-bottom: 5px;
}
.author-main-common-row .range-button {
  width: 240px;
  height: 34px;
  background-color: #E1E1E1;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.15s ease-in-out;
  margin-top: 2px;
}
.author-main-common-row .range-button:hover {
  background-color: #fbfbfb;
}
.author-main-common-row .submit-button {
  width: 240px;
  height: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.author-main-common-row .submit-button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.author-main-common-row .submit-button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.author-main .book-form select {
  width: 240px;
}
.author-main .book-form #form_book_file {
  width: 140px;
  float: left;
}
.author-main .book-form-right-column-select-file {
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  background-color: #EF4E24;
  color: white;
}
.author-main .book-form-right-column-select-file:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.author-main .book-form-right-column-select-file.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.upload-item-form {
  padding-left: 20px;
  padding-bottom: 20px;
}
.upload-item-form h2 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.upload-item-form-left {
  float: left;
  width: 140px;
}
.upload-item-form-right {
  float: left;
  width: 280px;
}
.upload-item-form input[type="text"] {
  width: 280px;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
  outline: none;
  padding-left: 10px;
  transition: border-color 0.1s ease-in-out;
}
.upload-item-form input[type="text"]:focus {
  border-color: #000;
}
.upload-item-form .status {
  line-height: inherit;
}
.upload-item-form #form_resource_file {
  width: 180px;
  float: left;
}
.upload-item-form #form_chapter_file {
  width: 180px;
  float: left;
}
.upload-item-form .upload-item-from-select-file {
  float: left;
}
.upload-item-form .btn {
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  background-color: #EF4E24;
  color: white;
}
.upload-item-form .btn:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.upload-item-form .btn.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.upload-item-form select {
  width: 280px;
}
.upload-item-form .btn-group {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
}
.upload-item-form .btn-group.three label {
  width: 33.3%;
}
.upload-item-form .btn-group.two label {
  width: 50%;
}
.upload-item-form .btn-group label {
  width: auto;
  border: none;
  background: none;
  background-color: #f5f5f5;
  color: #EF4E24;
  transition: all 0.1s ease-in-out;
}
.upload-item-form .btn-group label:hover {
  border: none;
  outline: none;
  z-index: 1;
  background-color: #f5f5f5;
}
.upload-item-form .btn-group label.active {
  background-color: #EF4E24;
  color: #fff;
}
/*=============================================
=  Get Buttons  =
=============================================*/
.generate-button {
  min-height: 400px;
}
.generate-button-row {
  margin-top: 30px;
}
.generate-button-breaker {
  display: block;
  height: 1px;
  width: 100%;
  box-shadow: inset 0 1px 0 #DBDBDB, 0 1px 0 #EEE;
  margin-top: 30px;
}
.generate-button-link {
  display: inline-block;
  margin-left: 15px;
  transition: opacity 0.2s ease-in-out;
}
.generate-button-link:first-child {
  margin-left: 0;
}
.generate-button-link:hover {
  opacity: 0.8;
}
.generate-button-link.h-large {
  width: 234px;
  height: 56px;
}
.generate-button-link.h-large.h-large-1 {
  background-image: url(/themes/images/get-button/horizontal-large-1.png);
}
.generate-button-link.h-large.h-large-2 {
  background-image: url(/themes/images/get-button/horizontal-large-2.png);
}
.generate-button-link.h-large.h-large-3 {
  background-image: url(/themes/images/get-button/horizontal-large-3.png);
}
.generate-button-link.h-small {
  width: 180px;
  height: 36px;
}
.generate-button-link.h-small.h-small-1 {
  background-image: url(/themes/images/get-button/horizontal-small-1.png);
}
.generate-button-link.h-small.h-small-2 {
  background-image: url(/themes/images/get-button/horizontal-small-2.png);
}
.generate-button-link.h-small.h-small-3 {
  background-image: url(/themes/images/get-button/horizontal-small-3.png);
}
.generate-button-link.circle {
  width: 110px;
  height: 110px;
}
.generate-button-link.circle.circle-1 {
  background-image: url(/themes/images/get-button/circle-1.png);
}
.generate-button-link.circle.circle-2 {
  background-image: url(/themes/images/get-button/circle-2.png);
}
.generate-button-link.circle.circle-3 {
  background-image: url(/themes/images/get-button/circle-3.png);
}
.admin form input[type='text'] {
  width: 265px;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  height: 40px;
  padding-left: 10px;
}
.admin form textarea {
  width: 265px;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
}
.admin .formrow {
  margin: 15px 0px;
}
.admin .formrow .left-column {
  width: 40%;
  padding-top: 5px;
}
.admin .formrow .right-column {
  width: 60%;
  float: left;
}
.admin-main-page > div {
  float: left;
  min-height: 580px;
  margin-top: 20px;
}
.admin-main-page > .left {
  width: 30%;
}
.admin-main-page > .middle {
  width: 45%;
}
.admin-main-page > .right {
  width: 20%;
  margin-left: 15px;
}
.admin-main-page a {
  color: #EF4E24;
}
.admin-main-page a:hover {
  color: #b9310e;
}
.admin-main-page .approval-queue-header {
  font-weight: bold;
  font-size: 16px;
}
.admin-main-page .approval-queue-section {
  margin: 10px 0px;
}
.admin-main-page .approval-queue-section-title {
  font-weight: bold;
}
.admin-main-page .approval-queue-section-item {
  margin-bottom: 5px;
}
.admin-main-page .approval-queue-section-item-title {
  font-size: 16px;
  line-height: 17px;
}
.admin-main-page .middle {
  border-radius: 10px;
  padding: 10px;
  background-color: #f9f9f9;
}
.admin-main-page button {
  padding: 5px 10px;
  border-radius: 4px;
}
.admin-main-page .loader {
  margin: 10px auto;
}
.admin-main-page .adobe-link-generator .left-column {
  width: 30%;
}
.admin-main-page .adobe-link-generator .right-column {
  width: 70%;
}
.admin-main-page .adobe-link-generator .right-column input[type='text'] {
  width: 100%;
}
.admin-main-page .adobe-link-generator button {
  padding: 10px;
}
.admin-main-page .adobe-link-generator textarea {
  margin: 10px 0px;
  width: 100%;
}
.admin-main-page .adobe-link-generator-step-title {
  color: #EF4E24;
  font-weight: bold;
  font-size: 16px;
}
.admin-main-page select.user_action {
  width: 100%;
  margin-bottom: 20px;
}
.admin-main-page .order-details .formrow {
  padding-top: 5px;
}
.admin-main-page .order-details .formrow:nth-child(2n+1) {
  background-color: white;
}
.admin-main-page .order-details .formrow .left-column,
.admin-main-page .order-details .formrow .right-column {
  padding: 0px;
}
.admin-main-page .order-details .formrow ul {
  margin: 0px;
  padding: 0px;
}
.admin-main-page .search-results-item {
  margin: 10px 0px;
}
.admin-main-page .search-results-item-title {
  font-weight: bold;
  color: #EF4E24;
  cursor: pointer;
}
.admin-main-page .search-results-item-title:hover {
  text-decoration: underline;
}
.admin-main-page .search-results .paginator-block-items-count {
  position: relative;
  text-align: left;
}
.admin-main-page .search-section {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #b4b4b4;
}
.admin-main-page .right #user_actions {
  margin-bottom: 20px;
}
.admin-main-page .right .admin-actions button {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: block;
}
.report-list-item {
  margin: 10px 0px;
  font-size: 16px;
}
.report-form input[type="text"] {
  width: 100%;
}
.report-form-submit {
  padding: 10px 15px;
  margin: 0px auto;
  display: block;
}
.admin-login form {
  width: 400px;
  margin: 100px auto;
  background-color: #F9F9F9;
  padding: 20px;
  border-radius: 4px;
}
.admin-login form .errors {
  margin-bottom: 5px;
}
.admin-login form .formrow {
  margin-bottom: 15px;
}
.admin-login form input[type='text'],
.admin-login form input[type='password'] {
  width: 200px;
  height: 30px;
  border-radius: 4px;
  border: 1px lightgray solid;
}
.admin-login form button {
  transition: all 0.3s ease-in-out;
  border: 1px solid #EF4E24;
  background-color: #EF4E24;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
}
.admin-login form button:hover {
  color: #EF4E24;
  background: none;
  text-decoration: none;
}
.admin-login form button.inactive {
  background-color: #999999;
  color: #606060;
  border-color: #999999;
  cursor: default;
}
.user-info-page .formrow {
  margin: 15px 0px;
}
.user-info-page .formrow .left-column {
  width: 40%;
  padding-top: 5px;
}
.user-info-page .formrow .test {
  width: 10px;
}
.user-info-page .formrow .right-column {
  width: 60%;
  float: left;
}
.user-info-page .formrow .right-column input {
  width: 265px;
}
.user-info-page .formrow .select2-selection {
  height: 35px;
}
.user-info-page .formrow .select2-selection__rendered {
  line-height: 35px !important;
}
.user-info-page .formrow #form_country {
  width: 265px;
}
.user-info-page .formrow.form_state {
  float: left;
  margin-top: 0px;
}
.user-info-page .formrow.form_state .left-column {
  width: 50px;
}
.user-info-page .formrow.form_state .right-column {
  width: 115px;
}
.user-info-page .formrow.form_state select#form_state {
  width: 110px;
  height: 30px;
}
.user-info-page .formrow.form_zip {
  float: left;
  margin: 0px;
}
.user-info-page .formrow.form_zip .left-column {
  width: 175px;
}
.user-info-page .formrow.form_zip .right-column {
  width: 100px;
}
.user-info-page .formrow.form_zip input#form_zip {
  width: 100px;
}
.user-info-page .formrow.form_sv_phone,
.user-info-page .formrow.form_phone {
  margin-top: 0px;
  float: left;
}
.user-info-page .formrow.form_sv_phone .left-column,
.user-info-page .formrow.form_phone .left-column {
  width: 176px;
}
.user-info-page .formrow.form_sv_phone .right-column,
.user-info-page .formrow.form_phone .right-column {
  width: 135px;
}
.user-info-page .formrow.form_sv_phone input,
.user-info-page .formrow.form_phone input {
  width: 120px;
}
.user-info-page .formrow.form_sv_extension,
.user-info-page .formrow.form_extension {
  float: left;
  width: 100px;
  margin-top: 0px;
}
.user-info-page .formrow.form_sv_extension input,
.user-info-page .formrow.form_extension input {
  width: 90px;
}
.user-info-page-submit {
  padding: 5px 10px;
  display: block;
}
.api-share-settings select {
  margin: 10px;
  margin-left: 25px;
}
.api-share-settings li {
  margin-bottom: 10px;
}
.api-share-settings .empty {
  margin-bottom: 15px;
}
.api-share-settings .share-control {
  float: left;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.api-share-settings .share-control.remove {
  color: red;
  margin-right: 15px;
}
.api-share-settings .share-control.add {
  margin: 15px;
  float: none;
}
#edit_acs_rights_modal .acs-settings-time {
  width: 80px;
  float: left;
}
#edit_acs_rights_modal .acs-settings-subform {
  background-color: #E7E7E7;
  border-radius: 4px;
  padding-left: 10px;
  padding-top: 10px;
}
#edit_acs_rights_modal .acs-settings input[disabled="disabled"] {
  background-color: #DDDDDD;
}
#edit_acs_rights_modal .btn-group.two {
  width: 280px;
}
#edit_acs_rights_modal #form_copy_minutes,
#edit_acs_rights_modal #form_copy_seconds,
#edit_acs_rights_modal #form_print_minutes,
#edit_acs_rights_modal #form_print_seconds {
  margin-left: 20px;
}
/*# sourceMappingURL=application.css.map */