@charset "UTF-8";
/***********
 * GENERAL *
 ***********/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
  padding-right: 0 !important;
  overflow-y: scroll !important;
  font-family: Arial, sans-serif;
  background: #fff;
}
@media (min-width: 1199px) {
  body {
    padding-top: 0;
  }
}

a {
  color: #858585;
}

.floating-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 60%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: -webkit-translate(-50%, -50%);
  -moz-transform: -moz-translate(-50%, -50%);
  -ms-transform: -ms-translate(-50%, -50%);
  -o-transform: -o-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.alert-default {
  background-color: #fff;
  border-color: #ccc;
  color: #777;
}

.alert-dismissible.floating-alert .close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: inherit;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-dialog {
  margin-top: 100px;
}

/****************
 * CONTEXT MENU *
 ****************/
.dropdown-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.dropdown-menu .fa {
  margin-left: -15px;
  position: absolute;
  margin-top: 3px;
}

/***********
 * BUTTONS *
 ***********/
.btn {
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn.btn-primary, .btn.btn-primary:hover {
  background: #d9230f;
}
.btn.btn-default, .btn.btn-default:hover {
  background: #4f5151;
}

/***********************
 * NAVIGATION / HEADER *
 ***********************/
/*************Header Cart **********************/
.header-container .top-container {
  clear: both;
  text-align: right;
}

.block-cart-header {
  float: right;
  margin: 2px 3px 0 0;
  width: 30px;
  padding: 0 0 21px 0;
  text-align: center;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -133px -73px;
}

.block-cart-header .btn-edit {
  margin-right: 5px;
}

.block-cart-header .btn-remove, .block-cart-header .btn-edit {
  float: right;
}

.cart-inner {
  position: relative;
  z-index: 9999;
}

.block-cart-header .amount-2 {
  font-size: 16px;
  color: #000;
}

.block-cart-header .amount-2 a {
  color: #000;
  text-decoration: none;
}

.block-cart-header .amount-2 a:hover {
  text-decoration: underline;
}

.block-cart-header .amount-2 a:hover .cart-content {
  display: block;
}

.block-cart-header .cart-content {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 9999;
  width: 260px;
  display: none;
  text-align: left;
}

.block-cart-header h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
}

.cart-indent {
  background: #fff;
  padding: 20px;
  border: solid 1px #ddd;
}

.block-cart-header .empty {
  font-size: 16px;
  color: #000;
}

.block-cart-header button.button {
  overflow: visible;
  width: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
}

.block-cart-header button.button span {
  color: #fff;
}

.block-cart-header .actions {
  text-align: center;
}

.block-cart-header .mini-products-list li {
  clear: both;
  min-height: 85px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-cart-header .mini-products-list .product-image {
  width: 85px;
  border: 1px solid #ededed;
}

.block-cart-header .mini-products-list .product-details {
  margin-left: 98px;
  text-transform: uppercase;
}

.block-cart-header .mini-products-list .product-details a {
  color: #b2b2b2;
  text-decoration: none;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.block-cart-header .mini-products-list .product-details .btn-remove {
  background-position: 0 top;
}

.block-cart-header .mini-products-list .product-details .btn-remove:hover {
  background-position: 0 -19px;
}

.block-cart-header .mini-products-list .product-details .btn-edit {
  margin-top: 7px !important;
}

.block-cart-header .mini-products-list .product-details a:hover {
  color: #666666;
}

.block-cart-header .mini-products-list .product-details .product-name {
  line-height: 16px;
  float: none;
  width: 80px;
  margin: 8px 0;
}

.block-cart-header .mini-products-list .product-details .product-name a {
  text-transform: none;
}

.block-cart-header .mini-products-list .product-details strong {
  font-weight: normal;
}

.block-cart-header .block-subtitle {
  color: #000000;
}

.block-cart-header .product-name {
  padding-bottom: 0px;
}

.block-cart-header .price {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.block-cart-header .subtotal {
  font-size: 12px;
  color: #333;
  border: 1px solid #ededed;
  padding: 5px 8px 5px 8px;
  margin-bottom: 10px;
  font-size: 11px;
}

.block-cart-header .subtotal .label {
  color: #333;
  font-weight: bold;
}

.block-cart-header .subtotal .price {
  float: right;
}

/********************Header Cart end ***********************/
.nav-container {
  margin-top: -1px;
  font-family: "Open Sans", sans-serif;
}

#nav {
  display: flex;
  flex-direction: row;
}

/* All Levels */
#nav li {
  text-align: left;
  position: relative;
}

#nav li.over {
  z-index: 998;
}

#nav li.parent {
  display: flex;
  flex: 1;
}

#nav li a {
  display: block;
  text-decoration: none;
}

#nav li a:hover {
  text-decoration: none;
}

#nav li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
}

#nav li ul a span {
  white-space: normal;
}

/* 1st Level */
#nav > li {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}

#nav > li:not(.last):after {
  content: "·";
  color: #dcdcdc;
  font-size: 27px;
  line-height: 56px;
  flex: 1;
  text-align: center;
  display: inline-block;
}

#nav > li.last {
  /** background:#9b426d !important; color:#ffffff !important;**/
  padding: 0 !important;
}

#nav > li > a {
  float: left;
  border-top: solid 1px #EBEBEB;
  padding: 19px 5px 21px 5px;
  color: #6A6969;
}

#nav > li.last > a {
  /**color:#ffffff !important;**/
}

#nav > li.first > a {
  padding-left: 5px;
}

#nav > li.over > a,
#nav > li.active > a {
  border-top: solid 1px #010101;
  color: #858585;
}

/* 2nd Level */
#nav li li a:hover {
  color: #fff;
}

#nav ul,
#nav div {
  position: absolute;
  width: 150px;
  top: 59px;
  left: -10000px;
  background: #000;
  padding: 14px 18px 14px 18px;
}

#nav div ul {
  position: static;
  width: auto;
  border: none;
}

/* 3rd+ leven */
#nav ul ul,
#nav ul div {
  top: 7px;
}

#nav ul li {
  float: none;
  font-size: 11px;
}

#nav ul li a {
  float: none;
  font-weight: normal;
  color: #B1B1B1;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 160px;
  top: 25px;
}

/********** Navigation > */
/* ============================================ Navigation custommen ================================================================================================================ */
#custommenu {
  position: relative;
  z-index: 99;
  border-radius: 7px;
  background: #fefefe;
}

div.menu {
  float: left;
}

div.menu a {
  text-decoration: none;
  color: #504f4f;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 21px 20px 21px 20px;
}

div.menu.act,
div.menu:hover,
#custommenu .popup-cat-img .img-menu {
  display: block;
}

#custommenu .wp-custom-menu-popup.last .popup-cat-img .img-menu {
  display: none;
}

div.menu.active:first-child,
div.menu:first-child:hover,
div.menu:first-child .parentMenu a.act {
  border-radius: 8px 0 0px 8px;
}

div.menu .parentMenu a {
  padding-top: 22px;
}

div.menu.act a span,
div.menu:hover a span,
div.menu.active a span {
  color: #fff;
}

/* Logo ================================================================================ */
.header .logo {
  float: left;
  text-decoration: none !important;
  clear: both;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* Header ================================================================================ */
.header-container {
  width: calc(100% - 30px);
  margin: auto;
}

.header {
  position: relative;
}

.header ul {
  list-style: none;
}

.header .head_row1 {
  padding: 14px 0 0 0;
  height: 32px;
  clear: both;
}

.header .head_row2 {
  height: 76px;
  padding-top: 14px;
}

.header .quick-access {
  width: 70%;
  float: right;
}

.header .header-row {
  float: right;
}

.header .welcome-msg {
  float: left;
  padding: 1px 126px 0 0;
  font-size: 11px;
  color: #EE6370;
  line-height: 12px;
}

.es-lang-class .header .welcome-msg, .ru-lang-class .header .welcome-msg, .de-lang-class .header .welcome-msg {
  padding-right: 20px;
}

.header .links {
  float: right;
  line-height: 12px;
  padding: 1px 0 0 0;
}

.header .links li {
  float: left;
  padding: 0 13px 0 0;
  font-size: 11px;
}

.header .links li a {
  display: inline-block;
  color: #858585;
}

.header .links li a:hover {
  color: #858585;
}

.header .links #FME-contact-form {
  display: none;
}

.header-container .top-container {
  clear: both;
  text-align: right;
}

/******* SPRITES ********/
.bg-logo_home {
  width: 343px;
  height: 78px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -6px -3px;
}

.bg-marker_login {
  width: 10px;
  height: 15px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -107px -132px;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}

.bg-nav_dot {
  width: 4px;
  height: 4px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -245px -93px;
}

.bg-f_arr {
  width: 3px;
  height: 5px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -129px -132px;
}

.bg-cards {
  width: 115px;
  height: 27px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -6px -93px;
}

.bg-link_compare {
  width: 31px;
  height: 31px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -21px -132px;
}

.bg-tail_grid_bottom {
  width: 3px;
  height: 135px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -6px -132px;
}

.bg-zoom {
  width: 31px;
  height: 31px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -64px -132px;
}

.bg-marker_email {
  width: 14px;
  height: 10px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -203px -93px;
  display: inline-block;
  margin-right: 5px;
}

.bg-compare {
  width: 16px;
  height: 14px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -175px -93px;
}

.bg-block_layered_nav_marker {
  width: 4px;
  height: 5px;
  background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -229px -93px;
}

.responsive-button {
  display: none !important;
}

.indicators-container {
  display: none;
}

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

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* ======================================================================================= */
@media (max-width: 750px) {
  .header .head_row1 {
    height: 0;
    padding: 0;
  }

  .header ul.top-links .responsive-button {
    display: block !important;
  }

  .header ul.top-links {
    height: auto;
    border-top: none;
    position: absolute;
    right: 0px;
    top: 5px;
    user-select: none;
    z-index: 1000;
    text-align: right;
  }

  .header ul.top-links > li.responsive-button {
    display: inline-block !important;
    text-align: right;
    cursor: pointer;
    background: #fff;
    position: relative;
    z-index: 9;
    margin-left: -10px;
    list-style: none;
    padding: 0;
    height: 50px;
    width: 55px;
    float: none;
  }

  .header ul.top-links > li.responsive-button > a {
    font-size: 30px;
    color: #010101;
    display: block;
    text-align: center;
    height: 50px;
    width: 55px;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .header ul.top-links > li.responsive-button > a svg {
    width: 28px;
    fill: #858585;
  }

  .header ul.top-links > li.responsive-button > a.open {
    display: block;
  }

  .header ul.top-links.opened > li.responsive-button > a.open {
    display: none;
  }

  .header ul.top-links > li.responsive-button > a.close {
    display: none;
  }

  .header ul.top-links.opened > li.responsive-button > a.close {
    display: block;
  }

  .header ul.top-links.opened .responsive-button {
    border-top: 1px solid #858585;
    border-left: 1px solid #858585;
    border-right: 1px solid #858585;
    user-select: none;
    text-align: center;
  }

  .header ul.top-links li.first {
    margin-top: -1px;
    z-index: 0;
    padding-top: 5px;
  }

  .header ul.top-links li:not(.responsive-button) {
    display: none;
    float: none;
    padding-left: 8px;
    position: relative;
    margin-left: -10px;
  }

  .header ul.top-links li a {
    font-size: 14px;
    border: 0;
    display: block;
    float: none;
    padding: 20px 10px 20px 10px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
  }

  .header ul.top-links.opened > li.first {
    border-top: 1px solid #858585;
  }

  .header ul.top-links.opened > li.last {
    border-bottom: 1px solid #858585;
    padding-right: 8px !important;
  }

  .header ul.top-links.opened li {
    display: block;
    background: rgba(255, 255, 255, 0.9) !important;
    border-left: 1px solid #858585;
    border-right: 1px solid #858585;
  }

  .header ul.top-links li ul,
.header ul.top-links li div {
    background: transparent;
    position: static;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 0;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    float: none;
  }

  .header ul.top-links li ul li a {
    text-transform: none;
    font-weight: normal;
    padding: 15px 0 15px 0;
  }

  .header ul.top-links li ul li a:hover {
    color: #000;
  }

  /* Cart */
  .header .head_row2 .block-cart-header {
    display: none;
  }

  /*header*/
  .header {
    height: 160px;
  }

  .header .head_row2 {
    box-sizing: border-box;
    width: auto;
    height: 100px;
    position: relative;
    top: 60px;
    border-top: solid 1px #EBEBEB;
    border-bottom: none;
  }

  .header .head_row3 {
    border: none;
  }

  .header .logo {
    float: none;
  }

  .head_row2 a.logo {
    display: initial;
  }

  .bg-logo_home {
    margin-left: 0px;
    width: 320px;
    margin: 0 auto;
  }

  .header .head_row3 .nav-container #nav.opened .responsive-button {
    border: none;
  }

  .header .head_row3 .nav-container #nav.opened li.nav-1, .header .head_row3 .nav-container #nav.opened li.nav-2, .header .head_row3 .nav-container #nav.opened li.nav-3, .header .head_row3 .nav-container #nav.opened li.nav-4, .header .head_row3 .nav-container #nav.opened li.nav-5 {
    width: 300%;
    background: white !important;
    border: none;
    text-align: center;
  }

  .header .head_row3 .nav-container #nav.opened > li.last {
    padding-bottom: 600% !important;
  }

  .header .head_row3 .nav-container #nav li:not(.responsive-button) {
    margin-left: 0px;
  }

  .header ul.top-links {
    width: 100%;
  }

  .header ul.top-links.opened {
    right: initial;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
  }

  .header ul.top-links.opened .responsive-button {
    border: none;
  }

  .header ul.top-links.opened > li.responsive-button > a.close {
    float: right;
  }

  .header ul.top-links.opened li {
    text-align: center;
    background: white !important;
    width: 100%;
    border: none;
  }

  .header ul.top-links.opened > li.first, .header ul.top-links.opened > li.last {
    border: none;
  }

  .header ul.top-links.opened > li.last {
    padding-bottom: 600% !important;
  }

  .header ul.top-links li:not(.responsive-button) {
    margin-left: 0px;
    padding-left: 0px;
  }

  .header .head_row2 .block-cart-header {
    position: absolute;
    top: -37px;
    right: 50px;
    background: none;
    padding: 0px;
    display: block;
  }

  .header .head_row2 .block-cart-header::after {
    content: "";
    height: 25px;
    width: 35px;
    display: block;
    position: relative;
    top: -34px;
    right: 30px;
    background: url("https://www.atelierdulivre.fr/skin/frontend/default/theme157/images/css_sprites.png") -130px -90px;
  }
}
.nav,
.navbar {
  margin-top: 5px;
  height: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav *,
.navbar * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.navbar.navbar-fixed-top {
  height: 45px;
  z-index: 65;
  background: #fff;
}
.navbar.navbar-fixed-top .right-menu {
  float: right;
}
.navbar.navbar-fixed-top li i,
.navbar.navbar-fixed-top li span.fa-stack {
  max-height: 44px;
  overflow: hidden;
  display: inline-block;
}
.navbar.navbar-fixed-top .navbar-collapse {
  background: #fff;
}
.navbar.navbar-fixed-top .navbar-collapse span:not(.fa-stack) {
  display: inline;
}
@media (min-width: 768px) {
  .navbar.navbar-fixed-top .right-navbar a {
    height: 44px;
  }
  .navbar.navbar-fixed-top .right-navbar a span,
.navbar.navbar-fixed-top .right-navbar a span:not(.fa-stack) {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .navbar.navbar-fixed-top .right-navbar a i.fa,
.navbar.navbar-fixed-top .right-navbar a span.fa-stack {
    display: none;
  }
  .navbar.navbar-fixed-top .right-navbar a span:not(.fa-stack) {
    display: inline;
    font-size: 11px;
    font-family: Arial;
    color: #BCBCBC;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .navbar.navbar-fixed-top .right-navbar .tooltip {
    display: none !important;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-fixed-top .toolbar-label {
    line-height: 27px;
    padding-left: 10px;
    vertical-align: top;
    height: 27px;
    display: inline-block;
    float: none;
  }
}
@media (min-width: 1200px) {
  .navbar.navbar-fixed-top {
    display: none;
  }
}

.navbar-second-container {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 60;
  border-raduis: 0;
  border-right: 0;
  border-left: 0;
}
.navbar-second-container #navbar-second ul {
  margin: 0 -15px;
  width: 100%;
}
.navbar-second-container #navbar-second ul li {
  display: inline-block;
}
.navbar-second-container #navbar-second ul li span.fa.fa-stack {
  vertical-align: bottom;
}
.navbar-second-container #navbar-second ul li span.toolbar-label {
  float: right;
  display: none;
}
@media (min-width: 996px) {
  .navbar-second-container #navbar-second ul li span.toolbar-label {
    line-height: 27px;
    padding-left: 10px;
    vertical-align: top;
    height: 27px;
    display: inline-block;
    float: none;
  }
}
.navbar-second-container #navbar-second ul li.button-right {
  float: right;
}
.navbar-second-container.affix-top {
  position: absolute;
}
.navbar-second-container.affix {
  top: 0;
  margin: 0;
}

.navbar-brand {
  max-width: 300px;
  width: calc(100% - 60px);
}
.navbar-brand img {
  display: inline-block;
  margin-top: -3px;
  max-height: 168%;
  margin-right: 10px;
  vertical-align: -5px;
}

@media (min-width: 768px) {
  .navbar-collapse.no-transition {
    -webkit-transition: height 0;
    -moz-transition: height 0;
    -ms-transition: height 0;
    -o-transition: height 0;
    transition: height 0;
  }
}

.nav.nav-tabs {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .avatar {
    display: block;
    width: 62px;
    height: 62px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .nav > li > a.toolbar-button {
    padding-bottom: 0;
    height: 44px;
  }
  .nav > li > a.toolbar-button.active {
    background: #eee;
  }
  .nav > li > a.toolbar-button:focus {
    outline: none;
  }

  .right-navbar {
    float: right;
  }
  .right-navbar * {
    float: none;
  }
}
@media (max-width: 768px) {
  .navbar.navbar-fixed-top .tooltip {
    display: none !important;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.navbar-fixed-top {
  z-index: 65;
}

/**********
 * LOADER *
 **********/
.loader {
  display: none;
}
.loader #loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.loader #loader-a {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF342D;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loader #loader-a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF7A3A;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loader #loader-a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFAC2D;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

/************
 * UPLOADER *
 ************/
.list-group-item.template-upload.fade:not(.in) {
  display: none;
}

#fileupload_plupload_upload_box {
  margin-top: 105px;
  margin-left: -15px;
}
#fileupload_plupload_upload_box .uploader-paused,
#fileupload_plupload_upload_box .uploader-running,
#fileupload_plupload_upload_box .uploader-stopped {
  float: right;
  display: none;
  line-height: 36px;
}
#fileupload_plupload_upload_box .preview {
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 40px;
}
#fileupload_plupload_upload_box button {
  float: right;
  margin: 0;
  border-radius: 0;
  width: 38px;
  height: 38px;
}
#fileupload_plupload_upload_box .list-group {
  overflow: auto;
  margin-bottom: 0;
  margin-top: 5px;
}
#fileupload_plupload_upload_box .list-group .list-group-item .badge {
  background: #029ACF;
}
#fileupload_plupload_upload_box .list-group .list-group-item.active {
  background: #029ACF;
  border-color: #029ACF;
}
#fileupload_plupload_upload_box .list-group .list-group-item.active .badge {
  background: #FFF;
  color: #029ACF;
}
#fileupload_plupload_upload_box .list-group .list-group-item.item-done .badge {
  background: #02CF9A;
}
#fileupload_plupload_upload_box .progress {
  margin-bottom: 0;
  margin-top: 2px;
  height: 3px;
  clear: both;
}
#fileupload_plupload_upload_box .uploader-details {
  margin-top: 5px;
  display: none;
}
#fileupload_plupload_upload_box #uploader-stats {
  margin-top: 5px;
}
#fileupload_plupload_upload_box #uploader-stats .panel {
  margin-bottom: 0;
}
#fileupload_plupload_upload_box.affix {
  position: relative !important;
}
#fileupload_plupload_upload_box .uploader-remainingtime {
  display: inline-block;
  margin: 5px;
}

#fileupload_plupload_upload_box_dropbox {
  display: none;
}

#fileupload_plupload_upload_box_dropbox.droppable {
  position: fixed !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: auto;
  border: 10px dashed #CCC;
  background: rgba(230, 230, 230, 0.9);
  z-index: 99;
  font-size: 70px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  #fileupload_plupload_upload_box {
    position: absolute;
    display: block;
    max-height: 60vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 500px;
    border: 1px solid #eee;
    padding: 15px 0px;
    margin-top: 45px;
    background: #fafafa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 60;
  }
  #fileupload_plupload_upload_box.affix {
    position: fixed;
    top: 0px;
  }
  #fileupload_plupload_upload_box #fileupload_plupload_upload_box_dropbox {
    top: -5px;
  }
  #fileupload_plupload_upload_box.affix {
    position: fixed !important;
  }
}
@media (min-width: 1200px) {
  #fileupload_plupload_upload_box {
    top: 129px;
  }
  #fileupload_plupload_upload_box.affix {
    top: 0;
  }
}
/**********
 * FOOTER *
 **********/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*********
 * FORMS *
 *********/
.tab-content form {
  margin-top: 15px;
}

#login-tab form {
  float: none !important;
}
#login-tab form input {
  border: 1px solid;
}
#login-tab:after {
  content: "";
  clear: both;
}
#login-tab input {
  border: 1px solid #eee;
}

/**********
 * IMAGES *
 **********/
img.nGEvent {
  pointer-events: none;
}

#pictures-list {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
}
#pictures-list * {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#pictures-list .nanoGalleryNavigationbar {
  position: relative;
  border-color: #eee;
  display: block;
}
#pictures-list .nanoGalleryNavigationbar .topButtons {
  position: absolute;
  top: 6px;
  padding: 0px;
}
#pictures-list .nanoGalleryNavigationbar .topButtons i {
  padding-right: 5px;
}
#pictures-list .nanoGalleryNavigationbar .selectAll {
  right: 5px;
}
#pictures-list .nanoGalleryNavigationbar .sort {
  right: 5px;
}
#pictures-list .nanoGalleryNavigationbar .nbSelectedItems {
  right: 120px;
}
#pictures-list .unselectable input[type=checkbox] {
  display: none;
}

.nanogallery_theme_light .nanoGalleryNavigationbarContainer {
  min-width: 100% !important;
}
.nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix,
.nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix.affix-top {
  position: absolute;
  top: 205px;
  max-width: 100% !important;
  z-index: 50;
}
@media (min-width: 750px) {
  .nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix,
.nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix.affix-top {
    top: 169px;
  }
}
.nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix + .nanoGalleryLBarOff + .nanoGalleryContainerParent,
.nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix + .nanoGalleryLBar + .nanoGalleryContainerParent {
  padding-top: 83px;
}
@media (min-width: 750px) {
  .nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix + .nanoGalleryLBarOff + .nanoGalleryContainerParent,
.nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix + .nanoGalleryLBar + .nanoGalleryContainerParent {
    padding-top: 86px;
  }
}
.nanogallery_theme_light .nanoGalleryNavigationbarContainer.breadcrumbAffix.affix {
  top: 40px;
  position: fixed;
}
.nanogallery_theme_light .nanoGalleryBreadcrumb {
  width: calc(100% - 110px);
  display: block;
}
@media (min-width: 768px) {
  .nanogallery_theme_light .nanoGalleryBreadcrumb {
    width: calc(100% - 300px);
  }
}
.nanogallery_theme_light .nanoGalleryBreadcrumb .folder,
.nanogallery_theme_light .nanoGalleryBreadcrumb .folderHome {
  text-overflow: ellipsis;
  max-width: 33%;
  overflow: hidden;
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer {
  background: transparent !important;
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer .selected {
  opacity: 0.8;
  position: relative;
  cursor: grab;
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer .selected:after {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "FontAwesome";
  content: "";
  font-size: 80px;
  text-align: center;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #FF7A3A;
  font-weight: normal;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer .imgContainer {
  background: transparent !important;
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer.album .labelImage {
  position: absolute;
  left: 5px;
  bottom: 15px;
  background: #3A3E3F;
  max-width: 80%;
  max-height: 45px;
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer.album .labelImage .labelDescription,
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer.album .labelImage .labelTitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer.album .labelImage .labelFolderTitle::before {
  content: "";
  font-family: "fontawesome";
}
.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer.album .subcontainer .imgContainer::after {
  content: "";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  bottom: -5px;
  font-size: 6.5em;
  left: 5px;
  color: #eee;
}

.trashNG .nanoGalleryContainerParent {
  text-align: left;
}

.nanoGalleryConsoleParent {
  display: none;
}

/**************
 * PROPERTIES *
 **************/
#picture_properties {
  display: none;
}

#picture_manipulation {
  display: none;
}

#album_properties {
  display: none;
}

.exif {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#albumFather,
#albumsList {
  width: 100%;
  max-width: 100%;
}

.bootstrap-select {
  width: 100%;
}

.manipulation-preview {
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 480px;
  position: relative;
  margin: auto;
  margin-top: 5px;
}

.manipulation-preview-img {
  transition: all 0.5s ease;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
}

.manipulation-loupe {
  cursor: none;
}

@media (max-height: 750px) {
  .property-dialog .bootstrap-dialog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
}
/*********************
 * HOME INSTRUCTIONS *
 *********************/
#instructions {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  color: #999;
  visibility: hidden;
  height: 80vh;
  z-index: 1;
}
#instructions #instructions_icon .fa-file-image-o {
  position: absolute;
  font-size: 10em;
}
#instructions #instructions_icon .fa-hand-o-up {
  margin-top: 2.42em;
  margin-left: 0.7em;
  color: #666;
  position: absolute;
}
#instructions #instructions_icon .filler {
  display: block;
  height: 200px;
  width: 200px;
}
#instructions #instructions_text {
  font-size: 50px;
}
#instructions .row {
  margin: auto;
}

/*************
 * Selection *
 *************/
.ghost-active {
  display: block !important;
}

.ghost-select > span {
  background-color: rgba(255, 122, 58, 0.6);
  border: 1px solid #ff7a3a;
  width: 100%;
  height: 100%;
  float: left;
}

#grid {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ghost-select {
  display: none;
  z-index: 9000;
  position: absolute !important;
  cursor: default !important;
}

/*********
 * Arrow *
 *********/
.curvedarrow {
  position: relative;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid #FF7A3A;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}

.curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid #FF7A3A;
  border-radius: 20px 0 0 0;
  top: -13px;
  left: -13px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/********************
 * Bootstrap dialog *
 ********************/
@media (max-width: 768px) {
  .modal-open .modal-dialog {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    min-height: 100vh;
    position: absolute;
  }
  .modal-open .modal-dialog .modal-footer .btn {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
  }
  .modal-open .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
  }
  .modal-open .modal-dialog .modal-content .modal-header {
    border-radius: 0;
  }
}
/*********
 * Misc. *
 *********/
.grabbing-cursor {
  cursor: url("/cursor-drag-hand.png"), grabbing !important;
}
.grabbing-cursor * {
  cursor: url("/cursor-drag-hand.png"), grabbing !important;
}

.fatal-error {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  background-color: #fd7a44;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
}
.fatal-error > span {
  padding-left: 10px;
}
.fatal-error > span .emoji {
  font-size: 50px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .fatal-error {
    font-size: 50px;
  }
  .fatal-error > span .emoji {
    font-size: 100px;
  }
  .fatal-error > span strong {
    font-size: 75px;
    font-weight: normal;
  }
}

/**********
 * Loader *
 **********/
.loading:before {
  content: " ";
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #f9c922;
  margin: -70px 0 0 -70px;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 9999;
}

.loading > div:before {
  content: " ";
  width: 130px;
  height: 130px;
  border: 3px solid transparent;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  border-radius: 50%;
  border-top-color: #f9c922;
  margin: -65px 0 0 -65px;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 9999;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

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

.bigbox-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
}
.bigbox-container .bigbox-content {
  position: absolute;
  overflow: auto;
  top: 45px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  box-shadow: 0 0 10px #333;
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
.bigbox-container .bigbox-content .bigbox-content-area {
  position: absolute;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 70px;
  padding: 15px;
}
.bigbox-container .bigbox-title {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #999;
  text-align: center;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  box-shadow: 0 16px 12px -12px rgba(0, 0, 0, 0.2);
}
.bigbox-container .bigbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999;
  text-align: center;
  z-index: 99999999;
  cursor: pointer;
  background: #fff;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.bigbox-container .bigbox-low-area {
  position: fixed;
  bottom: 16px;
  padding: 15px;
  text-align: right;
  background: #fff;
  left: 16px;
  right: 16px;
  max-height: 70px;
  border: none;
  border-top: 1px solid #eee;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bigbox-container .bigbox-low-area {
    max-height: none;
  }
  .bigbox-container .bigbox-low-area .btn {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
  }
}

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

/**
Loupe 2.0.0
https://github.com/redoPop/loupe
*/

.loupe {
  background: #fff no-repeat;
  border-radius: 100% 100% 100% 100%;
  pointer-events: none;
  cursor: none;

  opacity: 0;
  transition: opacity 0.3s;

  width: 200px;
  height: 200px;

  position: absolute;
  top: -100px;
  left: -100px;
  
  z-index: 9999;
}

.loupe--active {
  opacity: 1;
}

.bootstrap-dialog .modal-header{border-top-left-radius:4px;border-top-right-radius:4px}.bootstrap-dialog .bootstrap-dialog-title{color:#fff;display:inline-block}.bootstrap-dialog.type-default .bootstrap-dialog-title{color:#333}.bootstrap-dialog .bootstrap-dialog-title{font-size:16px}.bootstrap-dialog.size-large .bootstrap-dialog-title{font-size:24px}.bootstrap-dialog .bootstrap-dialog-close-button{float:right;filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}.bootstrap-dialog .bootstrap-dialog-close-button{font-size:20px}.bootstrap-dialog.size-large .bootstrap-dialog-close-button{font-size:30px}.bootstrap-dialog .bootstrap-dialog-close-button:hover{cursor:pointer;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.bootstrap-dialog .bootstrap-dialog-message{font-size:14px}.bootstrap-dialog.size-large .bootstrap-dialog-message{font-size:18px}.bootstrap-dialog.type-default .modal-header{background-color:#fff}.bootstrap-dialog.type-info .modal-header{background-color:#5bc0de}.bootstrap-dialog.type-primary .modal-header{background-color:#428bca}.bootstrap-dialog.type-success .modal-header{background-color:#5cb85c}.bootstrap-dialog.type-warning .modal-header{background-color:#f0ad4e}.bootstrap-dialog.type-danger .modal-header{background-color:#d9534f}.bootstrap-dialog .bootstrap-dialog-button-icon{margin-right:3px}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0{transform:rotate(0)}100%{transform:rotate(359deg)}}