/*
* ------------------------------------------------------------------------------
* Start : Global Class
* ------------------------------------------------------------------------------
*/

@font-face {
  font-family: 'Friz Quadrata';
  src: url('../fonts/friz-quadrata/FrizQua-ReguOS.eot');
  src: url('../fonts/friz-quadrata/FrizQua-ReguOS.eot?#iefix') format('embedded-opentype'),
      url('../fonts/friz-quadrata/FrizQua-ReguOS.woff2') format('woff2'),
      url('../fonts/friz-quadrata/FrizQua-ReguOS.woff') format('woff'),
      url('../fonts/friz-quadrata/FrizQua-ReguOS.ttf') format('truetype'),
      url('../fonts/friz-quadrata/FrizQua-ReguOS.svg#FrizQua-ReguOS') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Friz Quadrata';
  font-size: 13px;
}

h1 {font-weight: bold; font-size: 24px; margin-bottom: 20px;}
h2 {font-weight: bolder; font-size: 17px; margin-bottom: 15px;}
h3 {font-weight: bold; font-size: 15px; margin-bottom: 10px;}

/*td,th {*/
/*    text-align:left !important;*/
/*}*/

.clear {clear: both;}
a {text-decoration: none;}

.line-height {line-height: 2em;}
.line-height-middle {line-height: 1.5em;}
.div-unstackable {width: 100%; overflow: auto;}
.ui.table {line-height: 1.5em;}
.table-header .td-label {width: 100px; font-weight: bold; padding: 3px 0px;}
.table-header .td-data {padding-right: 30px;}

.txt-red {color: #ff0000;}
.txt-left {text-align: left !important;}
.txt-center {text-align: center !important;}
.txt-right {text-align: right !important;}
.txt-bold, b, strong {font-weight: bold !important;}
.txt-italic, em {font-style: italic !important;}
.txt-underline {text-decoration: underline;}


/*
* ------------------------------------------------------------------------------
* Start : Form Input
* ------------------------------------------------------------------------------
*/

.ui.fluid.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui.fluid.input > input {
  width: 0px !important;
}
.ui.input.focus > input,
.ui.input > input:focus {
  border-color: #85B7D9;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.input.focus > input::-webkit-input-placeholder,
.ui.input > input:focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}
.ui.input.focus > input::-moz-placeholder,
.ui.input > input:focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87);
}
.ui.input.focus > input:-ms-input-placeholder,
.ui.input > input:focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}
.ui.input > input:active,
.ui.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.input > input::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}
.ui.input > input::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}
.ui.input > input:-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}
.ui.input {
  position: relative;
  font-weight: normal;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
}
.ui.input > input {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  /*font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
  padding: 0.67857143em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-item-detail .form-input {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-item-detail .form-label {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.form-item {
  margin-bottom: 15px;
}
.form-item .field {
  display: block;
  margin: 0 0 .28571429rem 0;
  color: rgba(0,0,0,.87);
  font-size: .92857143em;
  font-weight: 700;
  text-transform: none;
}
.form-item-inline {
  margin-bottom: 10px;
}
.form-item-inline .field {
  padding-top: 13px;
}
.form-item-inline.radio .field {
  padding-top: 7px;
}
.form-item-inline label {
  padding-top: 5px;
  display: inline-block;
}
.field {
    display: block;
    margin: 0 0 .28571429rem 0;
    color: rgba(0,0,0,.87);
    font-size: .92857143em;
    text-transform: none;
}
.ui.input-chibi {width: 100px;}
.ui.label-form {display: block;margin: 0 0 .28571429rem 0;color: rgba(0,0,0,.87);font-size: .92857143em;font-weight: 700;text-transform: none;}
.ui.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 .14285714em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .833em;
  color: rgba(0,0,0,.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: background .1s ease;
  -o-transition: background .1s ease;
  -moz-transition: background .1s ease;
  transition: background .1s ease;
}
.input-readonly input {
  background: #f5f5f5 !important;
}

/*
* ------------------------------------------------------------------------------
* Start : Button
* ------------------------------------------------------------------------------
*/
.btn {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  border: none;
  border-radius: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-fluid {
  width: 100%;
  display: block;
}
.btn-green {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #64da6d;
  color: #f5f5f5;
}
.btn-green:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
}
.btn-red {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #ff0000;
  color: #f5f5f5;
}
.btn-red:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
}


/*
* ------------------------------------------------------------------------------
* Start : Messages
* ------------------------------------------------------------------------------
*/


.ui.message {
  position: relative;
  min-height: 1em;
  margin: 1em 0em;
  background: #F8F8F9;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.ui.message:first-child {
  margin-top: 0em;
}
.ui.message:last-child {
  margin-bottom: 0em;
}


/* Header */
.ui.message .header {
  display: block;
  font-weight: bold;
  margin: -0.14285714em 0em 0rem 0em;
}

/* Default font size */
.ui.message .header:not(.ui) {
  font-size: 1.14285714em;
}

/* Paragraph */
.ui.message p {
  opacity: 0.85;
  margin: 0.75em 0em;
}
.ui.message p:first-child {
  margin-top: 0em;
}
.ui.message p:last-child {
  margin-bottom: 0em;
}
.ui.message .header + p {
  margin-top: 0.25em;
}


.ui.error.message {
  background-color: #FFF6F6;
  color: #9F3A38;
}
.ui.error.message,
.ui.attached.error.message {
  -webkit-box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.ui.error.message .header {
  color: #912D2B;
}

/*
* ------------------------------------------------------------------------------
* Start : Table
* ------------------------------------------------------------------------------
*/
