@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url("JosefinSans-Regular.ttf") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --main-bg-color: #269a8e;
  --main-button: #0b4479;
}
/* rgb(39,52,116) */

html {
  width: 100%;
  text-align: center;
}

body {
  margin: auto;
  font-family: Verdana;
  font-size: 11pt;
}

.menu {
  height: 50px;
  width: 100%;
  background: var(--main-bg-color);
  display: inline-flex;
  vertical-align: middle;
}
.menu a {
  color: White;
  margin: auto;
}

h1 {
  padding: 15px;
  vertical-align: center;
  text-align: center;
  margin: auto;
}

.pointer:hover {
  cursor: pointer;
}

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

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.normal_list {
  font-weight: normal;
  font-size: 10pt;
  padding-left: 20px;
}
.barre {
  text-decoration: line-through;
}

.bold {
  font-weight: bold;
}
.bold_hover:hover {
  font-weight: bold;
}
.ita_hover:hover {
  font-style: italic;
}
.warning {
  font-weight: bold;
  color: rgb(178, 34, 34);
}
.warning_hover:hover {
  font-weight: bold;
  color: rgb(178, 34, 34);
}
.ita-green {
  font-weight: italic;
  color: rgb(34, 139, 34);
}
.green_hover:hover {
  font-weight: bold;
  color: rgb(34, 139, 34);
}
.blue_hover:hover {
  font-weight: bold;
  color: rgb(110, 143, 239);
}

.space-top-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.multiselect {
  display: inline-block;
  width: auto;
  margin: 2px;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

.inline-left {
  display: inline;
  vertical-align: top;
}

.filter_line {
  margin: 10px auto 10px auto;
}

.tier {
  margin-top:20px;
}

.tier .multiselect {
  display: block;
}

/* Style the tab */
.tab {
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active, .tab button:active {
  background-color: #ccc;
  background: var(--main-button);
  color: White;
}

.line-alternate {
  background-color: AliceBlue;
}

a {
  color: rgb(39,52,116);
}

a:link {
  text-decoration: none;
}

.clickable {
  cursor: pointer;
}

.warning {
  color: red;
}

.product-img {
  max-width: 100px;
  max-height: 100px;
  vertical-align: middle;
  display: inline-block;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

thead {
  overflow-y: auto;
  height: 30px;
  position: sticky;
  top: 0;
  padding: 10px;
  background-color: White;
}

thead th, thead th a {
  background: var(--main-bg-color);
  color: White;
}

thead th {
  padding: 10px;
}

.modal-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-mask-top {
  z-index: 9999;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  overflow-y: auto;
  width: 600px;
  max-height: 90vh;
  margin: 10px auto 10px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  /*font-family: Helvetica, Arial, sans-serif;*/
}

.modal-container-full {
  width: 90vw;
  height: 90vh;
}
.modal-container-large {
  width: 1000px;
}

.modal-container-full-screen {
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  margin: 0;
  /*padding: 20px 30px;*/
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  /*font-family: Helvetica, Arial, sans-serif;*/
}

.modal-container-full-screen iframe {
  padding: 0;
}



.model-new-ticket {
  width: 1000px;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-body-fullscreen {
  margin: 50px 0;
  font-size: 16pt;
}
.modal-body-fullscreen button {
  margin: 50px;
  font-size: 16pt;
}


.modal-default-button {
  margin: 10px;
  float: right;
}

.modal-default-button-hidden {
  width: 100px;
  height: 80px;
  position:absolute;
  top:0;
  right: 50px;
  z-index:999 !important;
}

.modal-button-list {
  margin: 10px;
  float: left;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}


.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.tabs_ul {
  display: inline-block;
  margin: 0 0 -7px 0;
  padding:0;
  list-style-type: none;
}

.tabs {
  float: left;
  border: 1px solid #DAE0E7;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tabs, .tabs a {
  transition: all .25s;
}

.tabs a {
  display: inline-block;
}

.tabs a:first-child {
  padding: 5px;
  white-space: nowrap;
}

.tabs.tabsClosed, .tabs.tabsClosed a:first-child {
  margin-right: 0;
  border-width: 0;
}

.tabs.tabsClosed {
  width: 0 !important;/* use important because we need to set the width of tabss in javascript in order to be able to animate them to 0 */
}

.tabs.tabsClosed a {
  opacity: 0;
}

.tabs:hover {
  background: #fff;
}

.tabs.tabSelected {
  border-bottom: none;
  background: #fff;
  font-weight: bold;
}

.closeTab {
  width: 16px;
  height: 16px;
  margin: 0 14px 0 12px;
  padding: 3px;
  border-radius: 16px;
  line-height: 16px;
  text-align: center;
}

.closeTab:hover {
  background: #DAE0E7;
}

.profileUserPhoto {
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}

.profileUserPhoto img {
  width: 20px;
}

.fa {
  vertical-align: middle;
}