/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 81, ../sass/_mixins.scss */
* .flxbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

/* line 1, ../sass/_buttons.scss */
* button {
  cursor: pointer;
}

/* line 5, ../sass/_buttons.scss */
.disabled {
  background-color: #817e7e !important;
  color: #fff !important;
  pointer-events: none !important;
}

/* line 11, ../sass/_buttons.scss */
.add-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
  justify-content: center;
  border: 1px solid transparent;
  color: #545454;
  font-size: 14px;
  background-color: transparent;
}
/* line 19, ../sass/_buttons.scss */
.add-btn .fa {
  color: #46aadc;
  margin: 0;
  font-size: 35px;
}

/* line 1, ../sass/_picker.scss */
#picker {
  padding-left: 5px;
}
/* line 2, ../sass/_picker.scss */
#picker + .ui-datepicker-trigger {
  display: none;
}

/* line 7, ../sass/_picker.scss */
.ui-datepicker {
  width: auto !important;
  background-color: #fff;
  height: auto;
  border: 1px solid #0c2c83;
  border-radius: 1px;
  padding: 11px 8px;
  display: none;
}
/* line 15, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-group {
  display: inline-block;
  vertical-align: top;
}
/* line 20, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-title,
.ui-datepicker .ui-datepicker-calendar,
.ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
}
/* line 24, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-group-first {
  padding-right: 10px;
  margin-right: 10px;
}
/* line 28, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-title {
  /*    font-family: 'HelveticaBold';*/
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.12em;
}
/* line 36, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative !important;
  color: #373737;
  margin-bottom: 9px;
}
/* line 41, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
/* line 42, ../sass/_picker.scss */
.ui-datepicker .ui-icon {
  text-indent: -9000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
}
/* line 50, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-calendar th {
  /*    font-family: 'HelveticaRom';*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 9px;
}
/* line 57, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-calendar td {
  width: 31px;
  height: 21px;
  line-height: 21px;
  font-size: 13px;
  color: #e0e3eb;
}
/* line 64, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-group-first {
  border-right: 1px dotted #0c2c83;
}
/* line 67, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-trigger {
  display: none !important;
}
/* line 68, ../sass/_picker.scss */
.ui-datepicker .ui-corner-all {
  position: absolute;
}
/* line 69, ../sass/_picker.scss */
.ui-datepicker .ui-icon {
  cursor: pointer;
}
/* line 70, ../sass/_picker.scss */
.ui-datepicker .ui-icon:hover {
  opacity: 0.9;
}
/* line 71, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(../img/common/FLECHE-LEFT.png);
}
/* line 72, ../sass/_picker.scss */
.ui-datepicker .ui-datepicker-next span {
  background-image: url(../img/common/FLECHE-RIGHT.png);
}

/* line 14, ../sass/screen.scss */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 20, ../sass/screen.scss */
* a {
  text-decoration: none;
}
/* line 22, ../sass/screen.scss */
* a:hover, * a:focus, * a:active {
  text-decoration: none;
}
/* line 28, ../sass/screen.scss */
* .fa {
  margin: 0;
}

/* line 32, ../sass/screen.scss */
html,
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: 0;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

/* line 47, ../sass/screen.scss */
body {
  overflow-y: scroll;
}
/* line 49, ../sass/screen.scss */
body::-moz-selection {
  text-shadow: none;
  background-color: #575757;
  color: #ffffff;
}
/* line 54, ../sass/screen.scss */
body::selection {
  text-shadow: none;
  background-color: #575757;
  color: #ffffff;
  border: none;
}
/* line 60, ../sass/screen.scss */
body::-webkit-input-placeholder {
  color: #787878;
}
/* line 63, ../sass/screen.scss */
body:-moz-placeholder {
  color: #787878;
}
/* line 66, ../sass/screen.scss */
body::-moz-placeholder {
  color: #787878;
}
/* line 69, ../sass/screen.scss */
body:-ms-input-placeholder {
  color: #787878;
}
/* line 72, ../sass/screen.scss */
body img {
  border: none;
  max-width: 100%;
  height: auto;
}
/* line 77, ../sass/screen.scss */
body hr {
  background-color: #373737;
  height: 25px;
  margin-bottom: 15px;
}
/* line 82, ../sass/screen.scss */
body .input-error {
  border: 2px solid red !important;
  box-sizing: border-box;
}
/* line 86, ../sass/screen.scss */
body .label-error {
  color: red !important;
  font-weight: 700;
}
/* line 90, ../sass/screen.scss */
body .message-error {
  display: none;
  color: #dd0000;
  text-align: center;
  font-weight: 600;
  margin: 15px auto;
}
/* line 97, ../sass/screen.scss */
body .no-result {
  text-align: center;
  color: #0075bf;
  font-size: 25px;
  margin: 20px auto;
}
/* line 107, ../sass/screen.scss */
body #login {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  top: 25%;
  background-color: #eeeeee;
  width: 500px;
  padding: 25px 25px 10px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 107, ../sass/screen.scss */
  body #login {
    width: 90%;
  }
}
/* line 121, ../sass/screen.scss */
body #login .form-error {
  margin: 10px auto;
  width: 90%;
  color: #dd0000;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
}
/* line 130, ../sass/screen.scss */
body #login label {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 136, ../sass/screen.scss */
body #login input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 11px;
  color: #373737;
  background-color: #fff;
  border: 1px solid #46aadc;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  text-align: left;
  margin-bottom: 25px;
}
/* line 104, ../sass/_mixins.scss */
body #login input:focus {
  box-shadow: 0 0 5px #0075bf;
}
/* line 140, ../sass/screen.scss */
body #login input[type="submit"] {
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: space-around;
  border-radius: 2px;
  line-height: 30px;
  font-size: 15px;
  width: auto;
  cursor: pointer;
  padding: 2px 5px;
  text-align: center;
  font-weight: 600;
}
/* line 37, ../sass/_buttons.scss */
body #login input[type="submit"]:hover {
  background-color: transparent;
}
/* line 150, ../sass/screen.scss */
body .loadingWrapper {
  background-color: #eeeeee;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 160, ../sass/screen.scss */
body .loadingWrapper img {
  width: auto;
  height: 70px;
}
/* line 169, ../sass/screen.scss */
body .custom-select {
  position: relative;
}
/* line 171, ../sass/screen.scss */
body .custom-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  color: #fcfcfc;
  border: 1px solid #eeeeee;
  width: 200px;
  height: 30px;
  cursor: pointer;
  padding-left: 10px;
}
/* line 181, ../sass/screen.scss */
body .custom-select select option {
  color: #000;
}
@media (max-width: 768px) {
  /* line 171, ../sass/screen.scss */
  body .custom-select select {
    padding-left: 5px;
    width: 10em !important;
  }
}
/* line 189, ../sass/screen.scss */
body .custom-select:before, body .custom-select:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
/* line 195, ../sass/screen.scss */
body .custom-select:before {
  width: 39px;
  right: 2px;
  top: 1px;
  bottom: 0;
  background-color: #373737;
  border-radius: 0 3px 3px 0;
  height: 94%;
}
@media (max-width: 768px) {
  /* line 195, ../sass/screen.scss */
  body .custom-select:before {
    width: 20px;
  }
}
/* line 207, ../sass/screen.scss */
body .custom-select:after {
  content: "\25BC";
  height: 1em;
  font-size: 15px;
  line-height: 1;
  right: 12px;
  top: 50%;
  margin-top: -.5em;
  color: #eeeeee;
}
@media (max-width: 768px) {
  /* line 207, ../sass/screen.scss */
  body .custom-select:after {
    right: 3px;
  }
}
/* line 222, ../sass/screen.scss */
body .customUploader {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  border: 1px solid #0075bf;
  border-radius: 4px;
  background-color: #fff;
  color: #0075bf;
  height: 32px;
  /*width: 20%;*/
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 5px;
  margin-top: 50px;
}
/* line 236, ../sass/screen.scss */
body .customUploader [type="file"] {
  cursor: pointer;
  position: absolute;
  display: block;
  font-size: 999px;
  right: 0;
  text-align: right;
  top: 0;
}
/* line 245, ../sass/screen.scss */
body .customUploader:hover {
  font-weight: 500;
  background-color: transparent;
}
/* line 253, ../sass/screen.scss */
body .container {
  margin: 0 auto;
}
@media (min-width: 944px) {
  /* line 253, ../sass/screen.scss */
  body .container {
    width: 944px;
  }
}
@media (max-width: 944px) {
  /* line 253, ../sass/screen.scss */
  body .container {
    width: 90%;
  }
}
/* line 263, ../sass/screen.scss */
body .modal .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
/* line 273, ../sass/screen.scss */
body .modal .modal-dialog {
  display: none;
  width: 700px;
  padding: 36px;
  border: 1px solid #b0dcdb;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  background-color: #fff;
}
@media (max-width: 768px) {
  /* line 273, ../sass/screen.scss */
  body .modal .modal-dialog {
    width: 90%;
  }
}
/* line 290, ../sass/screen.scss */
body .modal .modal-body h2 {
  color: #373737;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  margin-bottom: 23px;
}
/* line 295, ../sass/screen.scss */
body .modal .modal-body .item-modal {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
/* line 299, ../sass/screen.scss */
body .modal .modal-body .item-modal h3 {
  color: #373737;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  color: #373737;
  margin-bottom: 10px;
}
/* line 303, ../sass/screen.scss */
body .modal .modal-body .item-modal .desc {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
/* line 307, ../sass/screen.scss */
body .modal .modal-body .item-modal .desc .infos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 312, ../sass/screen.scss */
body .modal .modal-body .item-modal .desc .infos-row .infos-label {
  color: #373737;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  color: #373737;
  font-size: 12px;
}
/* line 322, ../sass/screen.scss */
body .general-wrapper .main-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #575757;
  padding: 10px 15px;
}
/* line 323, ../sass/screen.scss */
body .general-wrapper .main-header #toggleNav {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #373737;
  color: #373737;
  background-color: #f1f1f1;
  font-weight: 600;
  z-index: 9999;
}
/* line 334, ../sass/screen.scss */
body .general-wrapper .main-header #toggleNav:hover, body .general-wrapper .main-header #toggleNav:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  /* line 323, ../sass/screen.scss */
  body .general-wrapper .main-header #toggleNav {
    display: block;
  }
}
/* line 350, ../sass/screen.scss */
body .general-wrapper .main-header > a {
  color: #fcfcfc;
}
/* line 353, ../sass/screen.scss */
body .general-wrapper .main-header .selectBlock {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  justify-content: space-between;
  width: 25%;
}
/* line 357, ../sass/screen.scss */
body .general-wrapper .main-header .selectBlock .brand {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fcfcfc;
  font-size: 23px;
  text-transform: uppercase;
}
/* line 363, ../sass/screen.scss */
body .general-wrapper .main-header .selectBlock label {
  color: #fcfcfc !important;
}
/* line 368, ../sass/screen.scss */
body .general-wrapper .main-header .rightMenu button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 30px;
  padding: 0 5px;
  display: inline-flex;
  justify-content: space-between;
  background-color: transparent;
  width: 110px;
  align-items: center;
}
/* line 380, ../sass/screen.scss */
body .general-wrapper .main-header .rightMenu button:hover {
  color: #373737;
  background-color: #f1f1f1;
}
/* line 385, ../sass/screen.scss */
body .general-wrapper .main-header .rightMenu a {
  color: #fcfcfc;
}
/* line 388, ../sass/screen.scss */
body .general-wrapper .main-header .rightMenu #logOut {
  text-align: right;
}
@media (max-width: 768px) {
  /* line 322, ../sass/screen.scss */
  body .general-wrapper .main-header {
    flex-direction: column;
  }
  /* line 394, ../sass/screen.scss */
  body .general-wrapper .main-header > div {
    width: 100% !important;
  }
  /* line 396, ../sass/screen.scss */
  body .general-wrapper .main-header > div.selectBlock {
    margin: 0 0 10px 0;
  }
}
/* line 404, ../sass/screen.scss */
body .general-wrapper > .wrapper .sidebar,
body .general-wrapper > .wrapper .content {
  height: 100vh;
}
/* line 408, ../sass/screen.scss */
body .general-wrapper > .wrapper .sidebar {
  position: fixed;
  background-color: #363a41;
  width: 15%;
  padding-top: 8em;
}
/* line 413, ../sass/screen.scss */
body .general-wrapper > .wrapper .sidebar #closeNav {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 1em;
  border: 1px solid #f1f1f1;
  background-color: transparent;
  color: #f1f1f1;
  width: 25px;
  height: 25px;
  display: none;
}
@media (max-width: 768px) {
  /* line 413, ../sass/screen.scss */
  body .general-wrapper > .wrapper .sidebar #closeNav {
    display: block;
    top: 9em;
  }
}
@media (max-width: 768px) {
  /* line 413, ../sass/screen.scss */
  body .general-wrapper > .wrapper .sidebar #closeNav {
    top: 8.7em;
  }
}
@media (max-width: 480px) {
  /* line 413, ../sass/screen.scss */
  body .general-wrapper > .wrapper .sidebar #closeNav {
    top: 11em;
  }
}
/* line 436, ../sass/screen.scss */
body .general-wrapper > .wrapper .sidebar .dynamicMenu li {
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  margin: 10px 0;
  color: #fcfcfc;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}
/* line 445, ../sass/screen.scss */
body .general-wrapper > .wrapper .sidebar .dynamicMenu li .fa {
  color: #989898;
  width: 20px;
  margin-right: 10px;
}
/* line 450, ../sass/screen.scss */
body .general-wrapper > .wrapper .sidebar .dynamicMenu li:hover, body .general-wrapper > .wrapper .sidebar .dynamicMenu li:focus, body .general-wrapper > .wrapper .sidebar .dynamicMenu li.active {
  background-color: #9bd5fd;
}
/* line 457, ../sass/screen.scss */
body .general-wrapper > .wrapper .sidebar.in {
  left: 0;
}
@media (max-width: 1024px) {
  /* line 408, ../sass/screen.scss */
  body .general-wrapper > .wrapper .sidebar {
    width: 35%;
  }
}
@media (max-width: 768px) {
  /* line 408, ../sass/screen.scss */
  body .general-wrapper > .wrapper .sidebar {
    transition: all 0.5s ease-in-out 0s;
    left: -100%;
    z-index: 9998;
    padding-top: 11em;
  }
}
@media (max-width: 480px) {
  /* line 408, ../sass/screen.scss */
  body .general-wrapper > .wrapper .sidebar {
    width: 70%;
    padding-top: 14em;
  }
}
/* line 474, ../sass/screen.scss */
body .general-wrapper > .wrapper .content {
  background-color: #eeeeee;
  width: 85%;
  float: right;
  position: relative;
  top: 50px;
  z-index: 9;
}
/* line 481, ../sass/screen.scss */
body .general-wrapper > .wrapper .content .welcome {
  position: absolute;
  width: 100%;
  top: 25%;
  text-align: center;
}
/* line 486, ../sass/screen.scss */
body .general-wrapper > .wrapper .content .welcome p {
  font-size: 30px;
  line-height: 55px;
  color: #5d5d5d;
}
/* line 493, ../sass/screen.scss */
body .general-wrapper > .wrapper .content .module .mod-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  margin-bottom: 25px;
}
/* line 498, ../sass/screen.scss */
body .general-wrapper > .wrapper .content .module .mod-head h1 {
  font-size: 23px;
}
@media (max-width: 768px) {
  /* line 474, ../sass/screen.scss */
  body .general-wrapper > .wrapper .content {
    top: 8em;
    width: 100%;
  }
  /* line 506, ../sass/screen.scss */
  body .general-wrapper > .wrapper .content .welcome p {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  /* line 474, ../sass/screen.scss */
  body .general-wrapper > .wrapper .content {
    top: 10em;
  }
}
/* line 520, ../sass/screen.scss */
body .tab-wrapper {
  padding: 10px;
  color: #545454;
  width: 100%;
}
/* line 524, ../sass/screen.scss */
body .tab-wrapper .dft-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 15px 15px;
  margin: 10px auto 0;
}
/* line 531, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
/* line 535, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.heading-row .cell {
  font-weight: 600;
  font-size: 16px !important;
  justify-content: flex-start !important;
}
@media (max-width: 768px) {
  /* line 535, ../sass/screen.scss */
  body .tab-wrapper .dft-tab .row.heading-row .cell {
    font-size: 12px !important;
  }
}
/* line 544, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  min-height: 50px;
}
/* line 552, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  display: inline-flex;
  padding: 0 11px;
  font-size: 14px;
  width: 10%;
}
/* line 559, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell input[type="text"],
body .tab-wrapper .dft-tab .row .line .cell input[type="password"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 11px;
  color: #373737;
  background-color: #fff;
  border: 1px solid #46aadc;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
}
/* line 104, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab .row .line .cell input[type="text"]:focus,
body .tab-wrapper .dft-tab .row .line .cell input[type="password"]:focus {
  box-shadow: 0 0 5px #0075bf;
}
/* line 563, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell .saveIt {
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: space-around;
  border-radius: 2px;
  line-height: 30px;
  font-size: 15px;
  width: auto;
  cursor: pointer;
  padding: 2px 5px;
  background-color: #b1f2b1;
  color: #007c2d;
  border-color: #007c2d;
}
/* line 37, ../sass/_buttons.scss */
body .tab-wrapper .dft-tab .row .line .cell .saveIt:hover {
  background-color: transparent;
}
/* line 46, ../sass/_buttons.scss */
body .tab-wrapper .dft-tab .row .line .cell .saveIt:hover {
  color: #b1f2b1;
}
/* line 566, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell button {
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: space-around;
  border-radius: 2px;
  line-height: 30px;
  font-size: 15px;
  width: auto;
  cursor: pointer;
  padding: 2px 5px;
  margin-left: 20px;
}
/* line 37, ../sass/_buttons.scss */
body .tab-wrapper .dft-tab .row .line .cell button:hover {
  background-color: transparent;
}
/* line 569, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell button.suppr {
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: space-around;
  border-radius: 2px;
  line-height: 30px;
  font-size: 15px;
  width: auto;
  cursor: pointer;
  padding: 2px 5px;
  background-color: #ff8484;
  color: #843b42;
  border-color: #843b42;
}
/* line 37, ../sass/_buttons.scss */
body .tab-wrapper .dft-tab .row .line .cell button.suppr:hover {
  background-color: transparent;
}
/* line 55, ../sass/_buttons.scss */
body .tab-wrapper .dft-tab .row .line .cell button.suppr:hover {
  color: #ff8484;
}
/* line 571, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell button.suppr .fa-times {
  color: #843b42 !important;
}
/* line 576, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell .fa {
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
}
/* line 579, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell .fa.fa-check {
  color: #007c2d;
}
/* line 582, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell .fa.fa-times {
  color: #bc6971;
}
/* line 586, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row .line .cell.even {
  justify-content: space-around;
}
@media (max-width: 1024px) {
  /* line 552, ../sass/screen.scss */
  body .tab-wrapper .dft-tab .row .line .cell {
    width: 20%;
    padding: 0 2px;
    font-size: 12px;
  }
}
/* line 599, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .custom-select, body .tab-wrapper .dft-tab .row.sub .custom-select {
  width: 100%;
}
/* line 601, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .custom-select select, body .tab-wrapper .dft-tab .row.sub .custom-select select {
  width: 100%;
  border-color: #0075bf;
  background-color: #fff;
  padding-left: 2px;
  color: #373737;
}
/* line 608, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .custom-select:before, body .tab-wrapper .dft-tab .row.sub .custom-select:before {
  right: 1px;
}
/* line 613, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: none;
  margin-top: 15px;
  padding-bottom: 20px;
  background-color: #eeeeee;
}
/* line 619, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row h3 {
  font-size: 18px;
  padding: 5px;
}
/* line 623, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .line {
  border: none;
}
/* line 625, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .line .cell {
  display: inline-flex;
}
/* line 627, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .line .cell.bossCell {
  display: none;
}
/* line 630, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .line .cell:nth-child(3) {
  width: 20%;
}
/* line 633, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .line .cell:nth-child(4) {
  width: 10%;
}
/* line 636, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.new-row .line .cell:last-child {
  flex-grow: 1;
  justify-content: flex-end;
}
/* line 643, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.sub {
  background-color: #eaeaea;
  display: none;
}
/* line 646, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.sub .cell.bossCell.hidden {
  display: none;
}
/* line 650, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.sub .cell:nth-child(4) {
  width: 10% !important;
}
/* line 653, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.sub .cell:nth-child(3) {
  width: 20% !important;
}
/* line 659, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.sub input[type="radio"],
body .tab-wrapper .dft-tab .row.sub label {
  cursor: pointer;
}
/* line 667, ../sass/screen.scss */
body .tab-wrapper .dft-tab .row.heading-row ~ .row .line .cell:last-child {
  flex-grow: 1;
  justify-content: flex-end;
}
/* line 676, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table {
  padding: 0;
}
/* line 678, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table #filter-error {
  display: none;
  font-size: 17px;
  font-weight: 600;
  color: #dd0000;
  padding-top: 10px;
}
/* line 685, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table h2 {
  font-weight: 600;
  margin: 10px auto 20px;
  text-align: left;
  padding-left: 5px;
  font-size: 18px;
  color: #373737;
}
/* line 694, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line {
  border-bottom: none;
  justify-content: space-around;
}
/* line 697, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell {
  width: 25%;
}
/* line 699, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell:nth-child(3), body .tab-wrapper .dft-tab.filter-table .row .line .cell:nth-child(4) {
  width: 17%;
}
/* line 703, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell:last-child {
  justify-content: flex-end;
  width: auto;
}
/* line 707, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell label {
  align-items: center;
  display: inline-flex;
  width: 35%;
  margin-right: 5px;
}
/* line 713, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell label .fa {
  margin-right: 10px;
}
/* line 717, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell input {
  width: 65%;
}
/* line 720, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell .custom-select {
  width: 80%;
}
/* line 722, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell .custom-select select {
  border-color: #0075bf;
  color: #373737;
  width: 100% !important;
  padding-left: 0px;
}
/* line 728, ../sass/screen.scss */
body .tab-wrapper .dft-tab.filter-table .row .line .cell .custom-select:before {
  right: 1px;
}
@media (max-width: 768px) {
  /* line 697, ../sass/screen.scss */
  body .tab-wrapper .dft-tab.filter-table .row .line .cell {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  /* line 694, ../sass/screen.scss */
  body .tab-wrapper .dft-tab.filter-table .row .line {
    flex-direction: column;
  }
}
/* line 747, ../sass/screen.scss */
body .tab-wrapper .dft-tab.user-table .row .cell:nth-child(4) {
  width: 20%;
}
/* line 759, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .new-row .line .cell:nth-child(3),
body .tab-wrapper .dft-tab.product-table .sub .line .cell:nth-child(3) {
  width: 10% !important;
}
/* line 762, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .new-row .line .cell:nth-child(4),
body .tab-wrapper .dft-tab.product-table .sub .line .cell:nth-child(4) {
  width: 15% !important;
}
/* line 768, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .line {
  padding: 5px 0;
}
/* line 770, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .line .cell {
  width: 8%;
}
/* line 772, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .line .cell img {
  width: 60px;
  height: 60px;
}
/* line 776, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .line .cell:first-child {
  width: 7%;
}
/* line 779, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .line .cell:nth-child(2) {
  width: 12%;
}
/* line 782, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .line .cell:nth-child(4) {
  width: 15%;
}
/* line 787, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .tempVisual {
  width: 100%;
  height: 60px;
  position: absolute;
  top: -18px;
  pointer-events: none;
  cursor: pointer;
}
/* line 794, ../sass/screen.scss */
body .tab-wrapper .dft-tab.product-table .tempVisual img {
  width: 60px;
  height: 100%;
}
/* line 806, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.heading-row ~ .row .line .cell:nth-child(4) {
  flex-grow: 1;
}
/* line 813, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select select {
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #373737;
  color: #373737;
  width: 265px;
  font-weight: 600;
}
/* line 19, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.valid select {
  background-color: #b1f2b1 !important;
  border-color: #007c2d;
  color: #007c2d;
}
/* line 24, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.valid:after {
  color: #007c2d !important;
}
/* line 39, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.preparing select {
  background-color: #FFE8BC !important;
  border-color: #FFA600;
  color: #FFA600;
}
/* line 44, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.preparing:after {
  color: #FFA600 !important;
}
/* line 49, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.cancelled select {
  background-color: #ff8484 !important;
  border-color: #843b42;
  color: #843b42;
}
/* line 54, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.cancelled:after {
  color: #843b42 !important;
}
/* line 29, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.shipping select {
  background-color: #E7B2E5 !important;
  border-color: #AD00A6;
  color: #AD00A6;
}
/* line 34, ../sass/_mixins.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select.shipping:after {
  color: #AD00A6 !important;
}
/* line 832, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select:before {
  background-color: transparent;
}
/* line 835, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row .custom-select:after {
  color: #363a41;
}
/* line 840, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row .cell:first-child {
  width: 5%;
}
/* line 843, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row .cell:nth-child(5) {
  width: 15%;
}
/* line 846, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row .cell:last-child {
  justify-content: flex-start;
}
/* line 850, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub {
  padding: 8px;
}
/* line 852, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  align-items: flex-start;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
}
/* line 860, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  justify-content: space-around;
  padding: 10px 15px;
  width: 30%;
}
/* line 866, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block.grow {
  width: 70%;
}
/* line 869, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .details-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
/* line 876, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block h2,
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
/* line 879, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block h2::first-letter,
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block h3::first-letter {
  text-transform: uppercase;
}
/* line 883, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block h2 {
  margin-bottom: 15px;
}
/* line 886, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .custom-select {
  margin: 1em 0 49px;
}
/* line 889, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 8px;
}
/* line 894, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper .details-heading {
  justify-content: flex-start;
}
/* line 896, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper .details-heading .fa {
  margin-right: 10px;
}
/* line 900, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper h3 {
  margin-bottom: 5px;
}
/* line 903, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper:first-child {
  margin-bottom: 15px;
}
/* line 905, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper:first-child p {
  margin-bottom: 15px;
}
/* line 909, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper:last-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
/* line 911, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper:last-child .adress {
  width: 40%;
  line-height: 20px;
}
/* line 915, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper:last-child button {
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: space-around;
  border-radius: 2px;
  line-height: 30px;
  font-size: 15px;
  width: auto;
  cursor: pointer;
  padding: 2px 5px;
}
/* line 37, ../sass/_buttons.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .wrapper:last-child button:hover {
  background-color: transparent;
}
/* line 921, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .tab-wrapper {
  padding: 0;
}
/* line 923, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .tab-wrapper .dft-tab {
  padding: 0 5px 15px;
}
/* line 925, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .tab-wrapper .dft-tab .cell {
  width: 15%;
}
/* line 927, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .tab-wrapper .dft-tab .cell:first-child {
  width: 70%;
}
/* line 930, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .tab-wrapper .dft-tab .cell:last-child {
  justify-content: flex-start;
  flex-grow: 0;
  width: 9% !important;
}
/* line 938, ../sass/screen.scss */
body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block .tab-wrapper .heading-row ~ .row .cell {
  color: #0075bf;
}
@media (max-width: 768px) {
  /* line 860, ../sass/screen.scss */
  body .tab-wrapper .dft-tab.orders-table .row.sub .order-details .details-block {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* line 852, ../sass/screen.scss */
  body .tab-wrapper .dft-tab.orders-table .row.sub .order-details {
    flex-direction: column;
  }
}
/* line 955, ../sass/screen.scss */
body .tab-wrapper .dft-tab + .more {
  margin: 20px auto 50px;
  display: flex;
  justify-content: center;
}
/* line 959, ../sass/screen.scss */
body .tab-wrapper .dft-tab + .more button {
  transition: all 0.3s ease-in-out 0s;
  width: 200px;
  font-weight: 600;
  color: #fff;
  background-color: #373737;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 4px;
  line-height: 35px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}
/* line 973, ../sass/screen.scss */
body .tab-wrapper .dft-tab + .more button:hover {
  color: #373737;
  background-color: #fff;
}
/* line 980, ../sass/screen.scss */
body .modal-retour {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 12em;
  color: #1e2c85;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 993, ../sass/screen.scss */
body #confirmationBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #f1f1f1;
  background-color: #e6e6e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  z-index: 999;
  display: none;
  padding: 0 10px;
}
/* line 1006, ../sass/screen.scss */
body #confirmationBox h3 {
  color: #373737;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  display: inline;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 1013, ../sass/screen.scss */
body #confirmationBox button {
  position: initial !important;
  font-size: 11px;
  padding: 0 9px;
  line-height: 20px;
}
/* line 1018, ../sass/screen.scss */
body #confirmationBox button:last-of-type {
  margin-left: 5px;
}
/* line 1025, ../sass/screen.scss */
body .filters .row {
  margin-bottom: 5px;
}
/* line 1028, ../sass/screen.scss */
body .filters .left {
  text-align: right;
}
/* line 1031, ../sass/screen.scss */
body .filters .right {
  text-align: left;
}
/* line 1034, ../sass/screen.scss */
body .filters label {
  color: #373737;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  color: #373737;
  margin-bottom: 0;
}
/* line 1038, ../sass/screen.scss */
body .filters select,
body .filters input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 11px;
  color: #373737;
  background-color: #fff;
  border: 1px solid #46aadc;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
}
/* line 104, ../sass/_mixins.scss */
body .filters select:focus,
body .filters input:focus {
  box-shadow: 0 0 5px #0075bf;
}
/* line 1042, ../sass/screen.scss */
body .filters button {
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: space-around;
  border-radius: 2px;
  line-height: 30px;
  font-size: 15px;
  width: auto;
  cursor: pointer;
  padding: 2px 5px;
}
/* line 37, ../sass/_buttons.scss */
body .filters button:hover {
  background-color: transparent;
}
