/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

@font-face {
  font-family: 'daypiloticons';
  src: url('fonts/daypiloticons.eot?8asxes');
  src: url('fonts/daypiloticons.eot?8asxes#iefix') format('embedded-opentype'), url('fonts/daypiloticons.ttf?8asxes') format('truetype'), url('fonts/daypiloticons.woff?8asxes') format('woff'), url('fonts/daypiloticons.svg?8asxes#daypiloticons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'daypiloticons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e905";
}

.icon-move:before {
  content: "\e900";
}

.icon-menu:before {
  content: "\e903";
}

.icon-bubble:before {
  content: "\e904";
}

.icon-resize-left:before {
  content: "\e901";
}

.icon-resize-right:before {
  content: "\e902";
}

.icon-menu2:before {
  content: "\e906";
}


/*.loginForm {
  width: 340px;
  margin: 100px auto;
}

.modal-dialog.modal-fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal-dialog.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
  }

.modal-dialog.modal-fullscreen .modal-body {
    overflow-y: auto;
  }
*/
