.hidden {
  display: none; }

body {
  min-height: 100vh;
  background-image: url("../img/bg.png"); }

button, .button {
  background: url("../img/arrow.png") no-repeat 13px 15px #f39c12;
  border: none;
  padding: 13px 13px 13px 27px;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  width: 110px;
  line-height: 1;
  margin: 10px 0 0 auto;
  display: block;
  cursor: pointer;
  cursor: pointer; }
  buttonselected, .buttonselected {
    border: 0; }
  button:hover, .button:hover {
    background-color: #935a00; }

input {
  overflow: hidden; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: button !important; }

input[type=checkbox] {
  width: 15px;
  height: 15px; }
  input[type=checkbox]#input_modify_newsletter {
    width: 20px;
    height: 20px; }

script {
  display: none; }

#login .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
  border-top: 5px solid #f39c12;
  background-color: #ffffff;
  margin: 0 auto;
  color: #515151;
  font-family: "arial";
  box-sizing: border-box;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75); }
  #login .container#recovery {
    display: none; }
  #login .container .top {
    width: 100%;
    background-color: #CCCCCC;
    padding: 30px 30px 0 30px;
    box-sizing: border-box; }
    #login .container .top #logo {
      display: block;
      max-width: 209px;
      height: auto;
      margin: 0 auto; }
    #login .container .top .card-header {
      color: #ffffff;
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      box-sizing: border-box;
      background-color: #000000;
      background-image: url("../img/ico_login.jpg");
      background-repeat: no-repeat;
      background-size: 16px;
      background-position: 15px 8px;
      display: block;
      width: 120px;
      height: 33px;
      padding: 10px 10px 10px 30px;
      text-align: center;
      margin: 30px auto 0 auto; }
      #login .container .top .card-header.bigger {
        width: 280px; }
      #login .container .top .card-header#popup_card {
        width: 240px; }
  #login .container .card-body {
    padding: 20px; }
    #login .container .card-body #session {
      width: 15px;
      margin-left: 90px; }
    #login .container .card-body #login-button {
      margin-left: 6px;
      display: inline-block; }
    #login .container .card-body #change_password-button {
      width: 210px;
      margin: 10px 0 0 0; }
    #login .container .card-body .forgot_password_container {
      width: 100%;
      font-size: 11px;
      text-align: right;
      display: block;
      padding-top: 5px; }
      #login .container .card-body .forgot_password_container #forgot_password, #login .container .card-body .forgot_password_container #cancel {
        cursor: pointer;
        color: #515151; }
    #login .container .card-body #password_recovery label {
      width: 250px; }
  #login .container label {
    font-size: 14px;
    width: 130px;
    display: inline-block;
    margin-bottom: 15px; }
  #login .container input {
    width: 213px;
    margin: 0 0 15px 0;
    border: solid 1px #7D7D7D;
    border-bottom: solid 5px #7D7D7D;
    padding: 7px 5px;
    color: #7D7D7D;
    font-size: 15px; }
#login .alert {
  padding: 10px;
  margin-top: 15px;
  font-weight: bold;
  color: #C00;
  background-color: rgba(255, 160, 160, 0.5); }
  #login .alert.success {
    color: #0C0 !important;
    background-color: rgba(160, 255, 160, 0.5) !important; }
  #login .alert p {
    margin: 0; }
  #login .alert.alert-danger {
    color: #C00;
    background-color: rgba(255, 160, 160, 0.5); }

#submenu {
  position: absolute;
  right: 100px;
  top: 65px;
  width: 200px;
  border: 1px solid #f39c12;
  border-top: 0;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
  #submenu.topped {
    top: -75px; }
  #submenu li {
    background-color: #EEEEEE;
    color: #f39c12;
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    #submenu li:first-child {
      border-top: 0; }
    #submenu li:hover {
      background-color: #CCCCCC; }

header {
  background-color: #EEEEEE;
  position: relative;
  z-index: 2;
  display: block;
  position: relative;
  height: 65px; }
  header #header_menu {
    padding: 10px 0;
    background-color: #EEEEEE;
    position: absolute;
    width: 100%;
    z-index: inherit; }
  header #menu-toggle {
    display: none; }
  header #logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 15%;
    height: 70%;
    width: auto; }
  header ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    header ul li {
      display: inline-block;
      text-decoration: none;
      list-style: none;
      background: #f39c12;
      border: none;
      font-size: 16px;
      color: #FFF;
      width: auto;
      cursor: pointer;
      padding: 10px 20px;
      margin-right: 10px;
      font-weight: bold; }
      header ul li:last-child {
        margin-right: 20px; }
      header ul li a {
        color: #fff; }
      header ul li:hover, header ul li a:hover {
        background: #935a00;
        color: #ffffff;
        text-decoration: none; }

#segment_container {
  position: relative;
  padding: 10px 20px;
  text-align: right; }
  #segment_container .segment {
    display: inline-block;
    background-color: #f39c12;
    text-transform: capitalize;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 0 5px 5px;
    width: auto;
    box-sizing: border-box;
    line-height: 14px;
    font-size: 14px; }
    #segment_container .segment span {
      cursor: pointer; }
    #segment_container .segment .delete_orange {
      display: none; }
    #segment_container .segment .delete_white {
      display: inline-block; }
    #segment_container .segment.applied {
      color: #f39c12;
      background-color: #ffffff !important; }
      #segment_container .segment.applied .delete_orange {
        display: inline-block !important; }
      #segment_container .segment.applied .delete_white {
        display: none !important; }
    #segment_container .segment .delete_segment {
      cursor: pointer;
      width: 11px;
      height: 11px;
      vertical-align: -1px;
      margin-right: 8px; }

#displayer .submenu {
  max-width: 100%;
  position: relative; }
  #displayer .submenu #search_bar {
    height: 45px; }
  #displayer .submenu .cta {
    margin-left: 0;
    width: 165px; }
  #displayer .submenu .row {
    margin: 0; }
    #displayer .submenu .row .col-md-12 {
      padding: 0; }
  #displayer .submenu #search_ico {
    height: 20px;
    width: 20px;
    vertical-align: baseline;
    margin-left: 10px; }
  #displayer .submenu #contacts_number {
    color: #ffffff;
    width: 100%;
    text-align: right;
    padding: 10px 20px 0 0;
    box-sizing: border-box; }
#displayer .mail_ico, #displayer .tel, #displayer .gsm, #displayer .note_txt {
  display: none; }
#displayer .note_ico {
  width: 30px;
  height: 30px;
  cursor: pointer; }
#displayer .white {
  color: #ffffff;
  font-weight: bold; }
#displayer #search_bar {
  margin: 20px 20px 0 20px;
  width: 200px;
  height: 36px;
  padding-left: 10px; }
#displayer ::placeholder {
  color: #CCCCCC;
  padding-left: 25px;
  background-image: url("../img/search.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 5px 3px; }
#displayer .cta {
  margin: 10px 0 10px 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  background-color: #f39c12;
  color: #ffffff;
  width: auto;
  min-width: 200px;
  text-align: center; }
  #displayer .cta:hover {
    background-color: #935a00; }
  #displayer .cta .cta_ico {
    width: 20px;
    height: 20px;
    vertical-align: top;
    display: inline; }

#contacts {
  font-size: 13px;
  border-collapse: collapse;
  margin: 0 20px 0 20px;
  border: 1px solid #ddd; }
  #contacts .cta_ico {
    width: 15px;
    height: 15px;
    cursor: pointer; }
  #contacts .sort {
    width: 12px;
    height: 12px;
    cursor: pointer;
    vertical-align: baseline; }
  #contacts .search_bar {
    width: 100%; }
  #contacts .filter_input {
    width: 100%; }
  #contacts .cursor {
    cursor: pointer; }
  #contacts thead {
    font-weight: bold;
    background-color: #EEEEEE; }
    #contacts thead .top_ico {
      height: 20px;
      width: 20px; }
    #contacts thead .only_mobile {
      display: none; }
  #contacts tbody {
    background-color: #ffffff; }
    #contacts tbody tr:nth-child(even) {
      background: #FFF; }
    #contacts tbody tr:nth-child(odd) {
      background: rgba(243, 156, 18, 0.2); }
    #contacts tbody .filtered {
      display: none; }
    #contacts tbody .edit {
      width: 12px;
      height: 12px;
      cursor: pointer;
      display: block; }
    #contacts tbody .delete_selector {
      display: block; }
  #contacts td {
    padding: 5px; }
    #contacts td.num_container {
      min-width: 130px; }
    #contacts td.only_mobile {
      display: none; }

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1; }
  .popup.show {
    display: block; }
  .popup .container {
    width: 400px;
    height: auto;
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateX(-50%);
    transform: translateY(-50%);
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #000;
    border-radius: 5px; }
    .popup .container.large_container {
      width: 650px; }
    .popup .container.super_large_container {
      width: 850px; }
    .popup .container h1 {
      font-size: 22px; }
    .popup .container .close_button {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .popup .container label {
      margin: 0 0 5px 0;
      padding: 0;
      width: auto;
      display: inline-block; }
    .popup .container input {
      margin: 0 0 5px 0;
      width: 100%;
      display: block; }
      .popup .container input.input_prefix {
        width: 30%;
        display: inline-block; }
      .popup .container input.input_sufix {
        width: 65%;
        display: inline-block; }
    .popup .container .format_number {
      display: inline-block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      margin-left: 5px; }
    .popup .container #submit {
      margin: 20px 0 20px auto; }
    .popup .container .response {
      padding: 10px;
      border-radius: 3px;
      margin-top: 10px; }
      .popup .container .response.success {
        color: #0C0;
        background-color: rgba(160, 255, 160, 0.5); }
      .popup .container .response.error {
        color: #C00;
        background-color: rgba(255, 160, 160, 0.5); }

#frmCSVImport #csv_sorting table {
  width: 100%; }
  #frmCSVImport #csv_sorting table tr td:first-child {
    font-weight: bold;
    text-align: right;
    padding-right: 15px; }
  #frmCSVImport #csv_sorting table tr td select {
    width: 450px; }
#frmCSVImport #doublons_container {
  font-size: 13px;
  position: relative; }
  #frmCSVImport #doublons_container .cta_import {
    padding: 10px;
    background-image: none !important;
    font-size: 13px;
    width: auto;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px; }
  #frmCSVImport #doublons_container .table_scroll {
    margin-top: 10px;
    height: auto;
    max-height: 300px;
    overflow: auto; }
    #frmCSVImport #doublons_container .table_scroll table {
      margin: 30px 0;
      width: 100%; }
      #frmCSVImport #doublons_container .table_scroll table td {
        padding: 5px; }
      #frmCSVImport #doublons_container .table_scroll table tr:nth-child(even) {
        background: rgba(243, 156, 18, 0.2); }
      #frmCSVImport #doublons_container .table_scroll table tr:nth-child(odd) {
        background: #FFF; }
      #frmCSVImport #doublons_container .table_scroll table thead {
        font-weight: bold;
        background-color: #CCCCCC; }
        #frmCSVImport #doublons_container .table_scroll table thead tr {
          background-color: #CCCCCC; }
          #frmCSVImport #doublons_container .table_scroll table thead tr th .title {
            width: 100%;
            padding: 0 5px;
            box-sizing: border-box; }
      #frmCSVImport #doublons_container .table_scroll table .small_cta {
        padding: 6px 10px;
        background-image: none !important;
        font-size: 9px;
        width: auto;
        text-transform: uppercase;
        display: inline;
        margin: 0; }

@media only screen and (max-width: 1024px) {
  header ul li {
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 10px; }

  #displayer table td.only_mobile {
    display: table-cell; }
  #displayer table td:first-child, #displayer table td:nth-child(2), #displayer table td:nth-child(3), #displayer table td:nth-child(4), #displayer table td:nth-child(5), #displayer table td:nth-child(6), #displayer table td:nth-child(8), #displayer table td:nth-child(9), #displayer table td:nth-child(10), #displayer table td:nth-child(11), #displayer table td:nth-child(12), #displayer table td:nth-child(16), #displayer table td:nth-child(17), #displayer table td:nth-child(18) {
    display: none; }
  #displayer table thead {
    text-align: center; } }
@media only screen and (max-width: 850px) {
  header {
    height: 55px;
    padding: 0; }
    header #menu_topper {
      position: absolute;
      padding: 10px 0;
      z-index: 2;
      width: 100%;
      height: 55px;
      top: 0;
      left: 0;
      background-color: #EEEEEE; }
      header #menu_topper #logo {
        width: 100px;
        height: auto;
        position: inherit; }
    header #menu {
      position: absolute;
      width: 100%;
      top: -220px;
      z-index: 1;
      transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
      header #menu li {
        display: list-item;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 16px;
        padding: 15px 10px; }
      header #menu.toggledmenu {
        top: 55px; }
    header #menu-toggle {
      display: inline-block;
      position: absolute;
      width: 40px;
      height: 28px;
      top: 10px;
      right: 20px;
      z-index: 10000;
      padding: 30px 0 0 20px;
      cursor: pointer; }
      header #menu-toggle span, header #menu-toggle span:before, header #menu-toggle span:after {
        height: 3px;
        width: 30px;
        top: 15px;
        right: 0;
        background: #f39c12;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
      header #menu-toggle span:before {
        top: -10px;
        transform-origin: 25px 12px; }
      header #menu-toggle span:after {
        top: 10px;
        transform-origin: 23px -9px; }
      header #menu-toggle.active span, header #menu-toggle.active span:before, header #menu-toggle.active span:after {
        background: #f39c12; }
      header #menu-toggle.active span {
        background-color: transparent; }
      header #menu-toggle.active span:before, header #menu-toggle.active span:after {
        width: 28.5px; }
      header #menu-toggle.active span:before {
        transform: rotate(-45deg); }
      header #menu-toggle.active span:after {
        transform: rotate(45deg); }

  .popup {
    position: absolute;
    top: 0px;
    left: 0;
    padding-top: 55px; }
    .popup .container, .popup .large_container {
      min-height: 100vh;
      width: 100% !important;
      box-sizing: border-box;
      min-width: 100%;
      border: 0;
      top: 00px;
      border-radius: 0;
      position: initial;
      transform: translateX(0);
      transform: translateY(0); }

  #displayer.underpopup {
    display: none; }
  #displayer .submenu #search_bar {
    margin: 20px 5px 0 20px; }
  #displayer .submenu #save_container {
    height: auto;
    width: 60px;
    padding: 10px;
    display: block;
    vertical-align: baseline;
    margin: 5px 20px; }
  #displayer .submenu .white {
    display: none; }
  #displayer .submenu #search_ico {
    vertical-align: text-top; }
  #displayer .submenu .cta {
    min-width: auto; }
  #displayer table {
    font-size: 1em;
    margin: 0 auto; }
    #displayer table thead tr:nth-child(2) {
      display: none; }
    #displayer table thead .only_mobile {
      display: inline-block; }
    #displayer table thead .no_mobile {
      display: none; }
    #displayer table td {
      padding: 5px;
      position: relative; }
    #displayer table td.num_container {
      min-width: 32px !important; }
  #displayer a {
    text-align: center;
    width: 100%;
    vertical-align: middle; }
  #displayer .ico {
    width: auto;
    height: 25px;
    margin: 0 auto;
    vertical-align: text-top; }
  #displayer .mail_ico, #displayer .tel, #displayer .gsm {
    display: inline-block; }
  #displayer .mail_txt, #displayer .tel_txt, #displayer .gsm_txt {
    display: none; }
  #displayer .cta {
    font-size: 0;
    padding: 5px 10px; }
    #displayer .cta .cta_ico {
      width: 15px;
      height: 15px; } }

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