@charset "UTF-8";

/* image detail du canvas */
#cuisineDetail {
  position: absolute;
}

#cuisine-main-detail {
  position: relative;
  height: 489px;
  width: 690px;
}

/* couleurs / texture du menu */
.id-coul-facade {
  padding: 12px 10px 8px 10px;
  display: inline-block;
}

#color-plan-travail .id-coul-facade,
#color-credence .id-coul-facade,
#color-meuble-bas .color-texture .id-coul-facade,
#color-meuble-haut .color-texture .id-coul-facade {
  padding: 12px 4px 8px;
}

.btn-coul-facade {
  height: 25px;
  width: 25px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}

.a-selected {
  -o-box-shadow: 0px 0px 5px 0px #656565;
  box-shadow: 0px 0px 5px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=0, Strength=5);
}

.couleurs-facades {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  width: 690px;
}

.color-texture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#color-plan-travail {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Open Sans";
  font-weight: 600;
  padding: 0;
  display: flex;
  justify-content: center;
}

#color-credence {
  padding: 0;
  display: flex;
  justify-content: center;
}

#color-plan-travail .facade-type-choix {
  padding-right: 30px;
}

.facade-type {
  margin-bottom: 0px;
  height: 30px;
  line-height: 30px;
}

.facade-type-choix {
  display: inline-block;
  padding: 10px 0px 10px 0px;
}

.facade-type-choix p {
  margin-bottom: 0px;
  height: 30px;
  line-height: 30px;
}

.facade-type,
.facade-type-choix {
  font-size: 12px;
}

/* grille */
#grille-pictos {
  width: 690px;
  position: absolute;
  height: 489px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

#grille-pictos a {
  position: absolute;
  display: block;
}

.popover {
  border-radius: 0px;
  margin: 0px !important;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

.popover-content {
  padding: 2px 5px;
}

.popover .arrow {
  display: none;
}

a-picto {
  display: block;
}

.grille-container {
  position: relative;
  z-index: 99;
}

/* Zoom au survol des pictos */
#grille-pictos a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.facade-type-choix p {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
}

.menu-ambianceur {
  display: flex;
  flex-direction: column;
}

@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.legend-title {
  width: 690px;
  margin: auto auto;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
  height: 30px;
  line-height: 30px;
  top: 459px;
  position: absolute;
  font-weight: 800;
  font-size: 20px;
}

.menu-ambianceur .facebook {
  background: #3b5998;
  background-image: url(icons.png);
  background-position: 0 -80px;
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}

.menu-ambianceur .twitter {
  background: #00aced;
  background-image: url(icons.png);
  background-position: 0 -120px;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 3px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}

.share_twitter {
  background-image: url(icons.png) !important;
  background-position: -5px -125px !important;
  cursor: pointer;
}

.share_facebook {
  background-image: url(icons.png) !important;
  background-position: -4px -85px !important;
  cursor: pointer;
}

.share_pinterest {
  background-image: url(icons.png) !important;
  background-position: -5px -165px !important;
  cursor: pointer;
}

.menu-ambianceur .pinterest {
  background: #bd081c;
  background-image: url(icons.png);
  background-position: 0 -160px;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 3px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}

.active-item,
.btn-coul-facade:hover {
  border: 3px solid #d91627;
}

.menu-ambianceur button {
  border: none;
  height: 40px;
  width: 40px;
  clear: both;
  margin-bottom: 3px;
  background: #dedede;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline-color: #d91627;
}

.menu-ambianceur button:focus {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.2);
}

.menu-ambianceur button.btn-show {
  background-image: url(icons.png);
  background-repeat: no-repeat;
  background-position: -1px 0;
}

.menu-ambianceur button.save {
  background-image: url(icons.png);
  background-repeat: no-repeat;
  background-position: -1px -40px;
}

/* On n'affiche pas la case anti robot  */
#saveModal div.form-group:nth-child(4),
.configs-container,
.ImgClose {
  display: none;
}

input#email.form-control.input-error {
  border-color: red;
}

input#title.form-control.input-error {
  border-color: red;
}

button.close {
  opacity: 1;
  text-shadow: none;
}

button.close span {
  color: #fff;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-info-sign:before {
  content: "";
}

#saveModal div.form-group:nth-child(4),
.configs-container,
.ImgClose {
  display: none;
}

input#email.form-control.input-error,
input#title.form-control.input-error {
  border-color: red;
}

.tooltip {
  max-width: 130px;
}

.cuisine-config {
  position: relative;
  z-index: 5;
}

.title-grp {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
}

.title-grp span.glyphicon {
  line-height: 30px;
  padding: 0 10px;
  font-size: 18px;
  float: left;
}

.title-grp span.glyphicon:hover {
  cursor: pointer;
  background: #fff;
}

.title-grp a span.title {
  line-height: 30px;
  height: 30px;
  display: block;
  float: left;
  color: #000;
}

.title-grp span.pinterest,
.title-grp span.twitter,
.title-grp span.facebook {
  height: 30px;
  background: #bd081c;
  width: 30px;
  float: right;
}

.title-grp span.twitter {
  background: #00aced;
}

.title-grp span.facebook {
  background: #3b5998;
}

.cross {
  display: none;
  position: absolute;
  height: 44px;
  width: 44px;
  background-image: url(../assets/icons.png);
  background-repeat: no-repeat;
  background-position: -139px -100px;
  right: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 821px) {
  .quart3 {
    width: 100% !important;
  }

  .login-container {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------------------------- */
.menu-darty {
  background: #353535;
  height: 50px;
  color: #fff;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
  max-width: 100%;
  display: flex;
}

.menu-darty input[type="email"] {
  color: #333;
}

.menu-darty ul li {
  border-right: 1px solid #737373;
}

.flex {
  display: flex;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1200px) {
  #choix-implantation {
    height: 200% !important;
  }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-darty .login-container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 50%;
  margin-top: 10px;
}

.menu-darty ul {
  margin: 0;
  padding: 0;
}

.menu-darty ul li {
  float: left;
  display: flex;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  padding: 0 45px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}

.menu-darty ul li:hover {
  background-color: #1d1d1d;
  transition: all 0.2s;
}

.menu-darty ul li.actif {
  background-color: #1d1d1d;
}

.menu-darty .login-container button {
  height: 31px;
  border: none;
  background: #d91627;
  border-bottom: #b6111a 3px solid;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 10px;
  padding: 0 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 31px;
  cursor: pointer;
}

.quart {
  width: 40%;
}

.quart3 {
  width: 50%;
}

.menu-darty ul li span.bar {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 24px;
  left: 13px;
}

.menu-darty ul li span.bar:after,
.menu-darty ul li span.bar:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
}

.menu-darty ul li span.bar:after {
  margin-top: 5px;
}

.menu-darty ul li span.bar:before {
  margin-top: -5px;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-group {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-top: 0px;
  margin-left: -20px;
}

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

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

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}

@media screen and (max-width: 991px) {
  .menu-darty ul li {
    padding: 0 18px;
  }

  .bar {
    display: none !important;
  }
}

@font-face {
  src: url(/themes/darty_theme/css/calvert-font/38DBB0_0_0.eot);
  src: url(/themes/darty_theme/css/calvert-font/38DBB0_0_0.eot?#iefix)
      format("embedded-opentype"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_0_0.woff2) format("woff2"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_0_0.woff) format("woff"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_0_0.ttf) format("truetype");
  font-family: CalvertMTStd-Light;
}

@font-face {
  src: url(/themes/darty_theme/css/calvert-font/38DBB0_1_0.eot);
  src: url(/themes/darty_theme/css/calvert-font/38DBB0_1_0.eot?#iefix)
      format("embedded-opentype"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_1_0.woff2) format("woff2"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_1_0.woff) format("woff"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_1_0.ttf) format("truetype");
  font-family: CalvertMTStd;
}

@font-face {
  src: url(/themes/darty_theme/css/calvert-font/38DBB0_2_0.eot);
  src: url(/themes/darty_theme/css/calvert-font/38DBB0_2_0.eot?#iefix)
      format("embedded-opentype"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_2_0.woff2) format("woff2"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_2_0.woff) format("woff"),
    url(/themes/darty_theme/css/calvert-font/38DBB0_2_0.ttf) format("truetype");
  font-family: CalvertMTStd-Bold;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

/* #region to delete */

@media only screen and (max-width: 599px) and (min-width: 1652px) {
  .pager {
    width: 1600px;
  }
}

@media only screen and (max-width: 599px) and (min-width: 967px) and (max-width: 1651px) {
  .pager {
    width: -webkit-calc(100vw - 3em);
    width: calc(100vw - 3em);
  }
}

@media only screen and (max-width: 599px) and (max-width: 966px) {
  .pager {
    width: -webkit-calc(100vw - 1.5em);
    width: calc(100vw - 1.5em);
  }
}

/* ------------------------------------------------------------------------------------------------ */
.bef-exposed-form .form--inline .form-item {
  float: none;
}

.bef-exposed-form .form--inline > .form-item {
  float: left;
  /* LRT */
}

.addtoany {
  display: inline;
}

.addtoany_list {
  display: inline;
  line-height: 16px;
}

.addtoany_list > a,
.addtoany_list a img,
.addtoany_list a > span {
  vertical-align: middle;
}

.addtoany_list > a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
}

.addtoany_list.a2a_kit_size_32 > a {
  font-size: 32px;
}

.addtoany_list .a2a_counter img {
  float: left;
}

.addtoany_list a span.a2a_img {
  display: inline-block;
  height: 16px;
  opacity: 1;
  overflow: hidden;
  width: 16px;
}

.addtoany_list a span {
  display: inline-block;
  float: none;
}

.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px;
}

.addtoany_list a:hover:hover img,
.addtoany_list a:hover span {
  opacity: 0.7;
}

.addtoany_list a.addtoany_share_save img {
  border: 0;
  width: auto;
  height: auto;
}

.addtoany_list a .a2a_count {
  position: relative;
}

/* table style column align */
.views-align-left {
  text-align: left;
}

.views-align-right {
  text-align: right;
}

.views-align-center {
  text-align: center;
}

/* Grid style column align. */
.views-view-grid .views-col {
  float: left;
}

.views-view-grid .views-row {
  clear: both;
  float: left;
  width: 100%;
}

/**
* @file
* Visual styles for a nested tree child.
*/
div.tree-child {
  background: url(/core/themes/stable/css/system/components/../../../images/core/tree.png)
    no-repeat 11px center;
  /* LTR */
}

div.tree-child-last {
  background: url(/core/themes/stable/css/system/components/../../../images/core/tree-bottom.png)
    no-repeat 11px center;
  /* LTR */
}

[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
  background-position: -65px center;
}

div.tree-child-horizontal {
  background: url(/core/themes/stable/css/system/components/../../../images/core/tree.png)
    no-repeat -11px center;
}

/**
* @file
* Table sort indicator.
*
* @see tablesort-indicator.html.twig
*/
.tablesort {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
}

.tablesort--asc {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/787878/twistie-down.svg);
}

.tablesort--desc {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/787878/twistie-up.svg);
}

/**
* @file
* Table drag behavior.
*
* @see tabledrag.js
*/
body.drag {
  cursor: move;
}

tr.region-title {
  font-weight: bold;
}

tr.region-message {
  color: #999;
}

tr.region-populated {
  display: none;
}

tr.add-new .tabledrag-changed {
  display: none;
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  overflow: hidden;
  text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  background: url(/core/themes/stable/css/system/components/../../../images/core/icons/787878/move.svg)
    no-repeat 6px 7px;
  height: 14px;
  margin: -0.4em 0.5em 0;
  padding: 0.42em 0.5em;
  width: 14px;
}

a.tabledrag-handle:hover .handle,
a.tabledrag-handle:focus .handle {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/000000/move.svg);
}

.touchevents .draggable td {
  padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
  display: inline-block;
  padding: 10px 0;
}

.touchevents a.tabledrag-handle {
  height: 44px;
  width: 40px;
}

.touchevents a.tabledrag-handle .handle {
  background-position: 40% 19px;
  /* LTR */
  height: 21px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
  background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
  background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}

[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
* @file
* Default styles for the System Status general info.
*/
.system-status-general-info__item {
  border: 1px solid #ccc;
  margin-top: 1em;
  padding: 0 1em 1em;
}

.system-status-general-info__item-title {
  border-bottom: 1px solid #ccc;
}

/**
* @file
* Styles for the system status report counters.
*/
.system-status-report-counters__item {
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.063);
  margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
  .system-status-report-counters {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }

  .system-status-report-counters__item--half-width {
    width: 49%;
  }

  .system-status-report-counters__item--third-width {
    width: 33%;
  }
}

/**
* @file
* Styles for the system status counter component.
*/
.system-status-counter__status-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

.system-status-counter__status-icon:before {
  content: "";
  background-size: 20px;
  background-position: center 2px;
  background-repeat: no-repeat;
  display: block;
}

.system-status-counter__status-icon--error:before {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning:before {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked:before {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/73b355/check.svg);
}

/**
* @file
* Table header behavior.
*
* @see tableheader.js
*/
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
  z-index: 500;
  top: 0;
}

/**
* @file
* Resizable textareas.
*/
.resize-none {
  resize: none;
}

.resize-vertical {
  resize: vertical;
  min-height: 2em;
}

.resize-horizontal {
  resize: horizontal;
  max-width: 100%;
}

.resize-both {
  resize: both;
  max-width: 100%;
  min-height: 2em;
}

/*
* @file
* Utility class to remove browser styles, especially for button.
*/
.reset-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: inherit;
}

/**
* @file
* Progress behavior.
*
* @see progress.js
*/
.progress {
  position: relative;
}

.progress__track {
  background-color: #fff;
  border: 1px solid;
  margin-top: 5px;
  max-width: 100%;
  min-width: 100px;
  height: 16px;
}

.progress__bar {
  background-color: #000;
  height: 1.5em;
  width: 3%;
  min-width: 3%;
  max-width: 100%;
}

.progress__description,
.progress__percentage {
  color: #555;
  overflow: hidden;
  font-size: 0.875em;
  margin-top: 0.2em;
}

.progress__description {
  float: left;
  /* LTR */
}

[dir="rtl"] .progress__description {
  float: right;
}

.progress__percentage {
  float: right;
  /* LTR */
}

[dir="rtl"] .progress__percentage {
  float: left;
}

.progress--small .progress__track {
  height: 7px;
}

.progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px;
}

/*
* @file
* Contain positioned elements.
*/
.position-container {
  position: relative;
}

/**
* @file
* Utility class to prevent text wrapping.
*/
.nowrap {
  white-space: nowrap;
}

/**
* @file
* Utility classes to assist with Javascript functionality.
*/
/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
.js .js-hide {
  display: none;
}

/**
 * For anything you want to show on page load only when JS is enabled.
 */
.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

/**
* @file
* Styles for item list.
*/
.item-list__comma-list,
.item-list__comma-list li {
  display: inline;
}

.item-list__comma-list {
  margin: 0;
  padding: 0;
}

.item-list__comma-list li:after {
  content: ", ";
}

.item-list__comma-list li:last-child:after {
  content: "";
}

/**
 * @file
 * Utility classes to hide elements in different ways.
 */
/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}

/**
* @file
* Collapsible details.
*
* @see collapse.js
*/
.js details:not([open]) .details-wrapper {
  display: none;
}

/**
* @file
* Float clearing.
*
* Based on the micro clearfix hack by Nicolas Gallagher, with the :before
* pseudo selector removed to allow normal top margin collapse.
*
* @see http://nicolasgallagher.com/micro-clearfix-hack
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
* @file
* Inline items.
*/
.container-inline div,
.container-inline label {
  display: inline;
}

/* Details contents always need to be rendered as block. */
.container-inline .details-wrapper {
  display: block;
}

/**
 * @file
 * Fieldgroup border reset.
 */
.fieldgroup {
  border-width: 0;
  padding: 0;
}

/**
* @file
* Visual styles for animated throbber.
*
* @see autocomplete.js
*/
.js input.form-autocomplete {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/throbber-inactive.png);
  background-position: 100% center;
  /* LTR */
  background-repeat: no-repeat;
}

.js[dir="rtl"] input.form-autocomplete {
  background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/throbber-active.gif);
  background-position: 100% center;
  /* LTR */
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
  background-position: 0% center;
}

/**
* @file
* Alignment classes for text and block level elements.
*/
.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

/**
 * Alignment classes for block level elements (images, videos, blockquotes, etc.)
 */
.align-left {
  float: left;
}

.align-right {
  float: right;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
* @file
* Throbber.
*/
.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
  float: right;
}

.ajax-progress-throbber .throbber {
  background: transparent
    url(/core/themes/stable/css/system/components/../../../images/core/throbber-active.gif)
    no-repeat 0 center;
  display: inline;
  padding: 1px 5px 2px;
}

.ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

/* Full screen throbber */
.ajax-progress-fullscreen {
  /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
  left: 49%;
  /* LTR */
  position: fixed;
  top: 48.5%;
  z-index: 1000;
  background-color: #232323;
  background-image: url(/core/themes/stable/css/system/components/../../../images/core/loading-small.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  height: 24px;
  opacity: 0.9;
  padding: 4px;
  width: 24px;
}

[dir="rtl"] .ajax-progress-fullscreen {
  left: auto;
  right: 49%;
}

body {
  overflow-x: auto;
}

@media screen and (max-width: 1000px) {
  .menu-darty {
    display: none;
  }
}

.mainTitle {
  font-size: 18px;
  color: #353535;
  font-weight: bold;
  width: auto;
  position: absolute;
  position: absolute;
  line-height: 38px;
  margin-left: 113px;
}

@media screen and (max-width: 990px) {
  .mainTitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .mainTitle {
    display: none;
  }
}
