/* Elements */
/*
@if $nighttheme {
	
	$color: #afbbc5 !default;
	$background-color: #2b3640;
	
	$a-color: #3c9ebf !default;
	
	$button-border-color: #6c7b8a !default;
	$button-color: #afbbc5 !default;
	
	$file-background-color-hover: #384550 !default;
	$file-border-color: #4b5a69 !default;
	
	$fileexplorer-background-color: #222b33 !default;
	$fileexplorer-border-color: #3a4854 !default;
	$fileexplorer-box-shadow: inset 1px 2px 4px #1b2329 !default;
	
	$input-background-color: #222b33 !default;
	$input-border-color: #3a4854 !default;
	$input-box-shadow: inset 1px 2px 4px #1b2329 !default;
	$input-color: #afbbc5 !default;
	
	$table-border-color: #4b5a69 !default;
	$tablecell-backgrond-color-mutted: #2b3640 !default;
	$tableitem-background-color: #384550 !default;
}*/
/* Mixins */
/* Bootstrap */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background-color: #4d8ecc;
  color: #fff; }

::selection {
  background-color: #4d8ecc;
  color: #fff; }

a {
  color: #006588;
  cursor: pointer; }
  a img {
    border: none; }

body {
  background-color: #fff;
  color: #323232;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em; }

caption {
  background-color: #efefef;
  padding: 0.5em;
  text-align: left; }

.FormLine {
  margin-bottom: 0.5em; }

.FormLabel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding-right: 14px;
  max-width: 15em;
  vertical-align: top;
  width: 25%; }

.FormInput {
  display: inline-block;
  vertical-align: top;
  width: 75%; }

.FormSubmit {
  margin-top: 1.5em; }

.FormLine-nolabel:before {
  content: "";
  display: inline-block;
  height: 1.5em;
  max-width: 15em;
  vertical-align: top;
  width: 25%; }

.Icon {
  display: inline-block;
  height: 1em;
  line-height: 1em !important;
  text-align: center;
  vertical-align: middle;
  width: 1em; }

img {
  display: block;
  width: 100%; }

input[type='number'],
input[type='password'],
input[type='text'] {
  background-color: #e6ecf1;
  border: 1px solid #c4c9cf;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 2px #cbd1d8;
          box-shadow: inset 0px 1px 2px #cbd1d8;
  color: #323232;
  display: block;
  height: 2em;
  line-height: 2em;
  max-width: 25em;
  outline: none;
  padding: 0 0.4em;
  resize: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  vertical-align: top;
  width: 100%; }
  input[type='number']:hover,
  input[type='password']:hover,
  input[type='text']:hover {
    border-color: #8ca2bb;
    background-color: #ffffff;
    -webkit-transition: background-color 0s, border-color 0s;
    transition: background-color 0s, border-color 0s; }
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='text']:focus {
    border-color: #00adff;
    background-color: #ffffff;
    -webkit-transition: background-color 0s, border-color 0s;
    transition: background-color 0s, border-color 0s; }
  input[type='number'].Input-full,
  input[type='password'].Input-full,
  input[type='text'].Input-full {
    max-width: 100%; }
  input[type='number'].Input-error,
  input[type='password'].Input-error,
  input[type='text'].Input-error {
    border-color: #ff0000; }
  input[type='number'].Input-success,
  input[type='password'].Input-success,
  input[type='text'].Input-success {
    border-color: #11a755; }
  input[type='number'].Input-warning,
  input[type='password'].Input-warning,
  input[type='text'].Input-warning {
    border-color: #ff8300; }

button,
input[type='button'],
input[type='submit'] {
  background-color: transparent;
  border: 1px solid #929fab;
  border-radius: 3px;
  color: #5e6973;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0.3em 0.8em;
  resize: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  vertical-align: top; }
  button:hover,
  input[type='button']:hover,
  input[type='submit']:hover {
    background-color: #6198ce;
    border: 1px solid #2c72b5;
    color: #fff;
    -webkit-transition: background-color 0s, border 0s, color 0s;
    transition: background-color 0s, border 0s, color 0s; }
  button.Button-primary,
  input[type='button'].Button-primary,
  input[type='submit'].Button-primary {
    background-color: #2c72b5;
    border: 1px solid #2c72b5;
    color: #fff; }
    button.Button-primary:hover,
    input[type='button'].Button-primary:hover,
    input[type='submit'].Button-primary:hover {
      background-color: #6198ce;
      border: 1px solid #2c72b5;
      color: #fff; }

.Checkbox,
label.Checkbox {
  cursor: pointer;
  display: block;
  margin-bottom: 0.5em; }
  .Checkbox input,
  label.Checkbox input {
    display: none; }

.CheckboxLabel:before {
  color: #889db1;
  content: "\ea53";
  display: inline-block;
  font-family: 'IcoMoon-Free' !important;
  font-size: 1.1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 1.1em;
  letter-spacing: 0;
  line-height: 1.1em;
  margin-right: 0.6em;
  speak: none;
  text-transform: none;
  vertical-align: middle;
  width: 1.1em; }

input[type="checkbox"]:checked + .CheckboxLabel:before {
  color: #2c72b5;
  content: "\ea52"; }

label {
  display: block;
  margin-left: 4px;
  margin-bottom: 2px; }

li {
  list-style: none; }

p {
  margin: 1.5em 0; }

strong {
  font-weight: bold; }

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%; }

td {
  border: 1px solid #c4c9cf;
  padding: 0.5em;
  vertical-align: top; }

textarea {
  background-color: #e6ecf1;
  border: 1px solid #c4c9cf;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 2px #cbd1d8;
          box-shadow: inset 0px 1px 2px #cbd1d8;
  color: #323232;
  display: block;
  height: 2em;
  line-height: 2em;
  max-width: 25em;
  outline: none;
  padding: 0 0.4em;
  resize: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  vertical-align: top;
  width: 100%;
  height: 9em;
  line-height: 1.5em;
  max-width: 40em;
  padding: 0.2em 0.4em;
  width: 100%; }
  textarea:hover {
    border-color: #8ca2bb;
    background-color: #ffffff;
    -webkit-transition: background-color 0s, border-color 0s;
    transition: background-color 0s, border-color 0s; }
  textarea:focus {
    border-color: #00adff;
    background-color: #ffffff;
    -webkit-transition: background-color 0s, border-color 0s;
    transition: background-color 0s, border-color 0s; }
  textarea.Input-full {
    max-width: 100%; }
  textarea.Input-error {
    border-color: #ff0000; }
  textarea.Input-success {
    border-color: #11a755; }
  textarea.Input-warning {
    border-color: #ff8300; }

tfoot {
  background-color: #efefef; }

th {
  background-color: #efefef;
  border: 1px solid #c4c9cf;
  font-weight: bold;
  padding: 0.5em;
  vertical-align: top; }

td.content, th.content {
  padding: 1.5em; }

thead {
  background-color: #efefef; }

tr.mutted td, tr.mutted th {
  background-color: #fff !important; }
tr.success td, tr.success th {
  background-color: #d0ffc0 !important; }
tr.danger td, tr.danger th {
  background-color: #ffc2c2 !important; }
tr.warning td, tr.warning th {
  background-color: #ffe3c2 !important; }

/* Elements */
.Button {
  background-color: transparent;
  border: 1px solid #929fab;
  border-radius: 3px;
  color: #5e6973;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0.3em 0.8em;
  resize: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  vertical-align: top; }
  .Button:hover {
    background-color: #6198ce;
    border: 1px solid #2c72b5;
    color: #fff;
    -webkit-transition: background-color 0s, border 0s, color 0s;
    transition: background-color 0s, border 0s, color 0s; }
  .Button.Button-primary {
    background-color: #2c72b5;
    border: 1px solid #2c72b5;
    color: #fff; }
    .Button.Button-primary:hover {
      background-color: #6198ce;
      border: 1px solid #2c72b5;
      color: #fff; }
  .Button .icon {
    display: inline-block;
    vertical-align: middle; }
  .Button .text {
    display: inline-block;
    margin-left: 0.8em;
    vertical-align: middle; }

.ButtonGroup {
  display: block;
  margin: -0.75em; }
  .ButtonGroup button,
  .ButtonGroup input[type='button'],
  .ButtonGroup input[type='submit'],
  .ButtonGroup .Button {
    margin: 0.75em; }
  .ButtonGroup.ButtonGroup-center {
    text-align: center; }

/* Layouts */
.ColumnLayout {
  margin: 0 -0.75em; }
  .ColumnLayout > div {
    padding: 0 0.75em;
    display: inline-block;
    font-size: 14px;
    padding: 0 0.75em;
    vertical-align: top;
    width: 50%; }
  .ColumnLayout.ColumnLayout-3 > div {
    width: 33.333%; }

.Columns {
  margin: 0 -0.75em; }

.ColumnsCell {
  display: inline-block;
  font-size: 14px;
  padding: 0 0.75em;
  vertical-align: top;
  width: 50%; }

.Columns.Columns-2 .ColumnsCell {
  width: 50%; }
.Columns.Columns-3 .ColumnsCell {
  width: 33.333%; }
.Columns.Columns-4 .ColumnsCell {
  width: 25%; }

.ContentLayout {
  margin: -1.5em 0; }
  .ContentLayout > div {
    margin: 1.5em 0;
    overflow: hidden; }

.FileExplorer {
  background-color: #eaedf1;
  border: 1px solid #99a4af;
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 2px 4px #cbd1d8;
          box-shadow: inset 1px 2px 4px #cbd1d8;
  color: inherit;
  display: block;
  max-height: 40em;
  min-height: 20em;
  overflow: auto;
  padding: 0.25em; }

.File,
a.File {
  background-color: transparent;
  border: 1px solid #99a4af;
  color: inherit !important;
  cursor: pointer;
  display: inline-block;
  margin: 0.25em;
  max-width: 128px;
  overflow: hidden;
  padding: 0.5em;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .File.active,
  a.File.active {
    background-color: #94bde6; }
  .File:hover,
  a.File:hover {
    border-color: #94bde6;
    -webkit-transition: background-color 0s;
    transition: background-color 0s; }

.FilePreview {
  display: block; }

.FileContent {
  background-color: transparent;
  border: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  display: block;
  height: 1em;
  line-height: 1em;
  padding: 0.5em;
  overflow: hidden;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.FileColumn:first-child .FileContent {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-width: 1px; }
.FileColumn:last-child .FileContent {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px; }

.File:last-child .FileColumn,
a.File:last-child .FileColumn {
  border: none; }

.File:hover .FileContent,
a.File:hover .FileContent {
  background-color: #eaedf1;
  border-color: #bfc8d4;
  -webkit-transition: background-color 0s;
  transition: background-color 0s; }

.FileIcon {
  display: block;
  float: left;
  height: 1em;
  line-height: 1em;
  margin-right: 0.25em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 1em; }
  .FileIcon .icon {
    display: inline-block;
    font-size: 0.75em;
    vertical-align: middle; }
  .FileIcon img {
    bottom: 0;
    display: block;
    margin: auto;
    max-height: 1em;
    max-width: 1em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }

/* TableTree */
.TableTreeElement {
  display: block; }
  .TableTreeElement .Icon {
    color: #9a9a9a;
    margin-right: 0.25em; }

tr.active .TableTreeElement .Icon {
  color: #323232; }

.TableTreeText {
  text-decoration: underline !important; }

.TableTreeIcon {
  margin-right: 0.25em; }

.content {
  margin: 1em;
  height: 5em; }

.grid-cell {
  display: inline-block;
  font-size: 14px;
  padding: 0.75em;
  text-align: left;
  vertical-align: top;
  overflow: hidden; }

.grid {
  margin: -0.75em; }
  .grid.grid-2 .grid-cell {
    width: 50%; }
  .grid.grid-3 .grid-cell {
    width: 33.333%; }
  .grid.grid-4 .grid-cell {
    width: 25%; }

.grid-content {
  font-size: 0;
  text-align: center; }

/* Classes */
.clear {
  clear: both; }

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

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

.text-monospaced {
  font-family: monospace; }

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

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

.text-primary {
  color: #1b7de2 !important; }

.text-secondary {
  color: #66717b !important; }

.text-success {
  color: #3ead19 !important; }

.text-danger {
  color: #de3646 !important; }

.text-warning {
  color: #eca014 !important; }

/* Responsive */
@media screen and (max-width: 630px) {
  .grid-2 .grid-cell {
    width: 100% !important; }

  .grid-3 .grid-cell {
    width: 50% !important; }

  .grid-4 .grid-cell {
    width: 33.333% !important; } }
@media screen and (max-width: 441px) {
  .grid-3 .grid-cell {
    width: 100% !important; }

  .grid-4 .grid-cell {
    width: 50% !important; } }
@media screen and (max-width: 306px) {
  .grid-4 .grid-cell {
    width: 100% !important; } }
/* Theme sombre */
