/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343435+0,343435+4,10b2d8+74,d6d6d6+76,10b2d8+78,10b2d8+78,10b2d8+86,d6d6d6+88,d6d6d6+88,10b2d8+91,10b2d8+96,d6d6d6+98,10b2d8+100 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343435+0,343435+4,10b2d8+74,d6d6d6+76,10b2d8+78,10b2d8+78,10b2d8+86,d6d6d6+88,d6d6d6+88,10b2d8+91,10b2d8+96,d6d6d6+98,10b2d8+100 */
.dataTables_length {
  display: none;
}

.dataTables_filter {
  position: absolute;
  top: 0px;
  right: 0px; }
  .dataTables_filter input {
    width: 200px;
    margin: 4px;
    border: 1px solid #10B2D8;
    border-radius: 2px; }

.dataTables_wrapper {
  padding-top: 48px; }

.dt-buttons {
  float: right !important;
  margin: 2px; }
  .dt-buttons .dt-button {
    border: 1px solid #10B2D8 !important;
    color: #10B2D8 !important;
    font-weight: bold;
    background: white !important; }

.dataTables_paginate {
  position: absolute;
  top: 24px;
  right: 0px; }

.dataTables_info {
  position: absolute;
  top: 24px;
  left: 2px; }

.dataTables_scrollBody {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

body {
  width: 100vw;
  height: 100vh; }
  body #body-left {
    height: 100%;
    width: 100%;
    display: inline-block; }
    body #body-left #auth-container {
      width: 500px; }
      body #body-left #auth-container .auth-logo {
        height: 50px;
        width: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        border: none; }
      body #body-left #auth-container.fenestrapro-auth {
        background-color: #10B2D8; }
        body #body-left #auth-container.fenestrapro-auth .auth-logo {
          background-image: url("/public/image/vendors/fenestrapro_white_transparent.png"); }
      body #body-left #auth-container #signin-form {
        width: 500px;
        padding: 12px; }
        body #body-left #auth-container #signin-form > img {
          margin: 0 auto;
          margin-bottom: 16px; }
        body #body-left #auth-container #signin-form > h1 {
          text-align: center;
          margin-bottom: 32px;
          color: white; }
        body #body-left #auth-container #signin-form #signin-email {
          background-color: white; }
        body #body-left #auth-container #signin-form table {
          width: 100%;
          color: white; }
          body #body-left #auth-container #signin-form table tr {
            width: 100%; }
            body #body-left #auth-container #signin-form table tr td:first-child {
              padding: 4px;
              text-align: left;
              font-size: 16px;
              width: 100%; }
          body #body-left #auth-container #signin-form table #signin-password {
            background-color: white !important; }
        body #body-left #auth-container #signin-form input {
          text-align: center !important;
          font-size: 22px;
          height: 45px;
          background-color: white !important;
          color: black; }
        body #body-left #auth-container #signin-form button {
          width: 100%; }
        body #body-left #auth-container #signin-form .auth_error {
          width: 280px;
          display: none;
          text-align: center;
          margin: 4px 0px 0px 0px !important;
          padding: 2px !important; }
        body #body-left #auth-container #signin-form label {
          font-size: 14px; }
        body #body-left #auth-container #signin-form .auth-footer {
          border-top: 1px solid white;
          padding-top: 8px;
          padding-bottom: 4px;
          font-size: 12px; }
          body #body-left #auth-container #signin-form .auth-footer a {
            color: #10B2D8;
            font-size: 16px;
            margin-left: 12px;
            margin-right: 4px; }
        body #body-left #auth-container #signin-form #verify-account-container {
          font-size: 16px;
          text-align: center; }
        body #body-left #auth-container #signin-form #try-fenestrapro {
          padding: 2px 8px 6px 8px;
          border-radius: 2px;
          margin-bottom: 12px;
          margin-left: 4px;
          text-decoration: none;
          background-color: #10B2D8; }
          body #body-left #auth-container #signin-form #try-fenestrapro:hover {
            border: 1px solid white;
            background-color: gold; }
          body #body-left #auth-container #signin-form #try-fenestrapro:active {
            background-color: gold; }
        body #body-left #auth-container #signin-form .auth-orange-btn {
          font-size: 25px;
          background-color: gold;
          color: white;
          font-weight: 200;
          height: 50px;
          border: none;
          border-radius: 4px; }
      body #body-left #auth-container table {
        width: 100%; }
        body #body-left #auth-container table tr td {
          padding: 4px;
          width: 80%; }
        body #body-left #auth-container table tr td:first-child {
          text-align: right;
          text-align: center;
          font-size: 16px;
          width: 20%; }
        body #body-left #auth-container table #signin-password {
          background-color: white !important; }
      body #body-left #auth-container input {
        text-align: center !important;
        font-size: 22px;
        height: 45px;
        background-color: white !important; }
      body #body-left #auth-container button {
        width: 100%; }
      body #body-left #auth-container .auth_error {
        width: 280px;
        display: none;
        text-align: center;
        margin: 4px 0px 0px 0px !important;
        padding: 2px !important; }
      body #body-left #auth-container legend {
        margin-bottom: 16px;
        padding: 16px; }
        body #body-left #auth-container legend #auth-title {
          color: white;
          float: right;
          font-size: 18px; }
      body #body-left #auth-container label {
        font-size: 14px; }
      body #body-left #auth-container .auth-orange-btn {
        font-size: 18px;
        background-color: gold;
        border: 3px solid gold;
        border-style: outset;
        color: white;
        font-weight: bold;
        height: 40px; }
        body #body-left #auth-container .auth-orange-btn:active {
          background-color: gold; }
        body #body-left #auth-container .auth-orange-btn:disabled {
          background-color: gold; }

select {
  height: 34px !important;
  font-size: 16px !important; }

.full-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fpro-theme {
  color: white;
  background: #10B2D8; }

.icon-24 {
  width: 24px;
  height: 24px;
  cursor: pointer; }

.icon-30 {
  width: 30px;
  height: 30px;
  cursor: pointer; }

.fpro-theme-on-hover:hover {
  background-color: #10B2D8 !important;
  color: white;
  cursor: pointer; }

#fproadmin {
  height: 100%;
  overflow-y: scroll;
  font-family: 'Maven Pro'; }
  #fproadmin .fproadmin-page-title {
    font-size: 42px;
    position: absolute;
    top: -12px;
    left: 30%;
    text-align: center; }
  #fproadmin .back-to-fproadmin-index {
    font-size: 14px;
    position: absolute;
    z-index: 10; }
  #fproadmin #main-menu {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/public/image/fpro-pattern.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 48px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding-top: 48px; }
    #fproadmin #main-menu a {
      color: white;
      font-weight: 700; }
  #fproadmin #logs #filters td {
    padding: 4px; }
  #fproadmin #logs #filters input, #fproadmin #logs #filters select {
    width: 140px;
    height: 30px; }
  #fproadmin #logs #filters button {
    width: 100%; }
  #fproadmin #organizations .new-org-btn {
    background-color: lightgreen !important;
    color: black !important; }
  #fproadmin #organizations .delete-org-btn {
    background-color: red !important;
    color: white !important; }
  #fproadmin #organizations #organization-buttons {
    text-align: center;
    font-size: 12px;
    width: 120px; }
    #fproadmin #organizations #organization-buttons button {
      margin: 4px;
      border: 2px solid dodgerblue;
      width: 100%; }
  #fproadmin #organizations #organizations-table thead {
    font-size: 18px;
    color: white;
    background-color: #444; }
  #fproadmin #organizations #organizations-table tbody td {
    cursor: pointer; }
  #fproadmin #organizations #organization-details-inputs {
    display: none; }
    #fproadmin #organizations #organization-details-inputs td:first-child {
      font-weight: bold; }
    #fproadmin #organizations #organization-details-inputs td {
      padding: 4px; }
  #fproadmin #organizations #add-user-table input {
    font-size: 14px; }
  #fproadmin #organizations #add-user-table td {
    padding: 4px; }
  #fproadmin #users #user-buttons {
    text-align: center;
    font-size: 12px;
    width: 120px;
    padding: 10px; }
    #fproadmin #users #user-buttons button {
      min-width: 120px;
      margin: 4px;
      border: 2px solid dodgerblue; }
  #fproadmin #users #users-table thead {
    font-size: 18px;
    color: white;
    background-color: #444; }
  #fproadmin #users #users-table tbody td {
    cursor: pointer; }
  #fproadmin #users #user-details-inputs {
    display: none; }
    #fproadmin #users #user-details-inputs td:first-child {
      font-weight: bold; }
    #fproadmin #users #user-details-inputs td {
      padding: 4px; }
  #fproadmin #machines #rename-machine-btn {
    text-align: center;
    font-size: 12px;
    width: 120px;
    margin: 4px;
    border: 2px solid dodgerblue;
    color: dodgerblue; }
  #fproadmin #machines #delete-machine-btn {
    text-align: center;
    font-size: 12px;
    width: 120px;
    margin: 4px;
    border: 2px solid dodgerblue;
    color: dodgerblue; }
  #fproadmin #machines #machines-table thead {
    font-size: 18px;
    color: white;
    background-color: #444; }
  #fproadmin #machines #machines-table tbody td {
    cursor: pointer; }
  #fproadmin #msi_archive #msis-table thead {
    font-size: 18px;
    color: white;
    background-color: #444; }
  #fproadmin #msi_archive #msis-table tbody td {
    cursor: pointer; }
  #fproadmin #map-container {
    border: 5px solid #444;
    border-radius: 5px; }
  #fproadmin #handle-error-empty-db {
    margin-top: 25px;
    margin-bottom: 0px;
    color: red;
    font-weight: 700;
    text-align: center;
    background-color: #ddd;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    display: none; }
  #fproadmin .info-message {
    text-align: center;
    font-size: 18px;
    color: #444;
    font-weight: 700; }
  #fproadmin #table-container thead {
    width: 100%;
    font-size: 18px;
    color: white;
    background-color: #444; }
  #fproadmin #table-container tbody td {
    cursor: pointer; }
  #fproadmin #logout {
    background-color: #10B2D8;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-left: calc(50% - 30px);
    margin-top: 48px;
    cursor: pointer; }
    #fproadmin #logout img {
      width: 30px;
      height: 30px;
      margin-top: -40px;
      margin-left: 7px; }
    #fproadmin #logout:hover {
      background-color: gold; }
  #fproadmin a {
    font-size: 22px; }
  #fproadmin #videos {
    padding-right: 25px; }
    #fproadmin #videos #screen {
      width: 100%;
      height: 250px;
      background-color: #444444bb;
      border: none;
      border-radius: 6px;
      padding: 10px;
      margin-top: 10px;
      margin-bottom: 10px; }
    #fproadmin #videos .modal-content #add-video-table {
      width: 700px; }
      #fproadmin #videos .modal-content #add-video-table tr td {
        padding-bottom: 15px;
        width: 65%;
        text-align: center;
        padding-right: 10px; }
        #fproadmin #videos .modal-content #add-video-table tr td input, #fproadmin #videos .modal-content #add-video-table tr td select, #fproadmin #videos .modal-content #add-video-table tr td textarea {
          width: 100%; }
        #fproadmin #videos .modal-content #add-video-table tr td textarea {
          height: 150px; }
      #fproadmin #videos .modal-content #add-video-table tr td:first-child {
        width: 35%; }
    #fproadmin #videos #create-video, #fproadmin #videos #delete-video {
      font-size: 14px;
      text-align: center;
      color: white;
      background-color: green;
      padding: 10px;
      margin-bottom: 0px;
      width: 100%;
      border: none;
      border-radius: 5px; }
    #fproadmin #videos #delete-video {
      background-color: red; }
