/*

    WIN95.CSS
    https://github.com/AlexBSoft/win95.css
    Author: Alex B (alex-b.me)
    License: MIT

    Version: 1.2.0
    06.12.2020

*/
html {
    position: relative;
    min-height: 100%;
  }
  /*
  
  Body styles
  
  */
  body {
      font-family: "Inter",Tahoma,Verdana,Segoe,sans-serif; 
      background: #2E3440;
      color: #BF616A;
      padding-bottom: 28px;
  }
  .bg-cloud{
      background-image: url(clouds2.jpg);
      color:#2E3440;
  }
  
  /*
  
  Link color
  
  */
  a {
      color:#BF616A;
  }
  
  /*
  
  Header
  
  */
  header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  header .container {
    position: relative;
    z-index: 2;
  }
  /*
  
  Scrollbar (only chrome & safari)
  
  */
  ::-webkit-scrollbar {
    width: 18px;
  }
  ::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {
      display: block;
  }
  ::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {
      display: none;
  }
  /*::-webkit-scrollbar-button:vertical:increment {
      width: 18px;
      background: #D8DEE9 url(combo.png) no-repeat 50%;
      height: 18px;
      margin: 1px 1px 1px 10px;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
      border: 1px;
      border-radius: 5px;
  }
  ::-webkit-scrollbar-button:vertical:decrement {
      width: 11px;
      background: silver url(comboup.png) no-repeat 50%;
      height: 16px;
      margin: 1px 1px 1px 10px;
      transform: rotateX(180deg);
      -webkit-transform: rotateY(180deg);
      border: 1px outset #fff;
      border-shadow: 1px 1px #000
  }
  */
  ::-webkit-scrollbar-track{
      box-shadow: inset 0 0 12px 12px #81A1C1;
      border: solid 5px transparent;
      border-radius: 10px !important;
  }
  ::-webkit-scrollbar-thumb:vertical {
     box-shadow: inset 0 0 12px 12px #ECEFF4;
     border: solid 5px transparent;
     border-radius: 10px !important;
     height: 40px;
  }
  ::-webkit-scrollbar-corner:vertical {
      background-color: #000;
  }
  :-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
      display: block;
  }
  ::-webkit-scrollbar-button:horizontal:end:decrement,::-webkit-scrollbar-button:horizontal:start:increment {
      display: none
  }
  ::-webkit-scrollbar-button:horizontal:increment {
      background: silver url(comboright.png) no-repeat 50%;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg)
  }
  ::-webkit-scrollbar-button:horizontal:decrement,::-webkit-scrollbar-button:horizontal:increment {
      width: 18px;
      height: 18px;
      margin: 1px 1px 1px 10px;
      border: 1px outset #fff;
  }
  ::-webkit-scrollbar-button:horizontal:decrement {
      background: silver url(comboleft.png) no-repeat 50%;
      transform: rotateX(180deg);
      -webkit-transform: rotateY(180deg)
  }
  ::-webkit-scrollbar-track-piece {
      margin: 1px;
  }
  ::-webkit-scrollbar-thumb:horizontal {
      border: 1px outset #fff;
      height: 40px;
      background-color: silver
  }
  
  /*
  
      Button styles
  
  */
  .btn{
      border-width: 1px;
      border-color: #2E3440;
      background: #81A1C1;
      color: #2E3440;
      padding: 0 0 4px;
      border-radius: 4px;
  }
  .btn:hover {
      border-width: 1px;
      border-color: #2E3440;
      background: #88C0D0;
      color: #2E3440;
  }
  .btn:focus {
    border-width: 1px;
    border-color: #2E3440;
      color: #2E3440;
      background: #88C0D0;
      /*background: url(background.bmp);*/
  }
  .btn:active {
    border-width: 1px;
    border-color: #2E3440;
    color: #2E3440;
    background: #88C0D0;
      /* background: url(background.bmp); */
  }
  
  .btn-primary{
      padding-left: 8px;
      padding-right: 8px;
  }
  button:focus{
      /* outline: 1px dotted; */
      background: transparent;
      border: transparent
  }
  .btn.disabled,.btn:disabled{
      cursor: default;
      background-color: silver;
      border-style: outset;
      border-color: buttonface;
      border-right-color: #424242;
      border-bottom-color: #424242;
      color: grey;
      text-shadow: 1px 1px #fff;
  }
  
  /*
  
  CARDS
  
  */
  .card{

      background: #434C5E;
      color:#EBCB8B;
      border-radius: 10px;
  }
  .card.square{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .card.square .card-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .card.w95 .card-header{
      background: #08216b;
      border-radius: 10px;
      /* OR #000082 is better?*/
  }
  .card-header{
      background:#3B4252;
      color: #BF616A;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 2px;
      padding-bottom: 1px;
      text-align: left;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
  }
  .card-header.icon{
      padding-left: 4px;
      border-radius: 10px;
  }
  .header-inactive{
      background: gray !important;
  }
  
  /*
  
  LIST GROUPS
  
  */
  .list-group{
      border: solid;
      border-width: 2px;
      border-bottom-color: #424242;
      border-right-color: #424242;
      border-left-color: #fff;
      border-top-color: #fff;
      background: silver;
      color:#212529;
  }
  .list-group-item{
      position: relative;
      display: block;
      background: transparent;
      color: #212529;
  }
  .list-group-item-primary{
      color: white;
      background: -webkit-linear-gradient(left,#08216b,#a5cef7);
  }
  .list-group-item-action:hover {
      color: #08216b;
  }
  
  /*
  
  NAVBAR
  
  */
  .navbar-95{
      
      background: #3B4252;
      margin: 0;
      min-height: 40px;
      padding: 0 6px;
      border-radius: 10px;
      color:#212529;
      margin: 1%;
  }
  
  .navbar-brand{
      color:#212529;
      padding: 0 6px;
  }
  .nav-link{
      text-decoration: none;
      display: inline-block;
      padding: 0 9px;
      color:#212529;
  }
  .dropdown-menu{
      display: none;
      min-width: 119px;
      padding: 0 0 2px;
      margin-left: 12px;
      font-size: 12px;
      list-style-type: none;
      background: silver;
      border: 1.8px outset #fff;
      border-radius: 0;
  }
  .dropdown-item{
      padding: 1px 0 1px 2px;
  }
  .dropdown-item:hover{
      color:#08216b;
  }
  .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
      width: 32px;
      background: url(burger-menu.png);
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
      width: 32px;
      background: url(burger-menu.png);
  }
  .navbar-toggler{
      width: auto;
      border: transparent
  }
  /*
  
  FOOTER
  
  */
  .taskbar{
      cursor: default;
      background-color: #3B4252;
      margin: 16px 0 0 0;
      padding: 0 8px;
      position: static;
      bottom: 0;
      z-index: 228;
      width: 100%;
      margin-right: 0px;
      position: absolute;
      bottom: 0;
  }
  .taskbar .start-button {
      cursor: default;
      display: inline-block;
      border: 1px outset #fff;
      padding: 0 0 0 2px;
      box-shadow: 1px 1px #000;
      margin-bottom: 2px;
      font-size: 14px;
  }
  .taskbar .time {
      color:#212529;
      margin-top: 2px;
     
      text-align: right;
      font-size: 14px;
      margin-right: 0px;
  }
  #page-content {
      flex: 1 0 auto;
  }
  /*
  
  ICONS
  
  */
  .icon-16{
      margin-bottom:2px;
      max-height: 16px;
  }
  .icon-16-4{
      margin-bottom:4px;
      max-height: 16px;
  }
  /*
  
  FORMS
  
  */
  .form-95 {
      width: 100%;
      border: 2px inset #d5d5d5;
      color: #424242;
      background: #fff;
      box-shadow: -1px -1px 0 0 #828282;
      margin-top: 4px;
      padding-left:2px;
  }
  .bootstrap-select,
  textarea:focus, 
  textarea.form-control:focus, 
  input.form-control:focus, 
  input[type=text]:focus, 
  input[type=password]:focus, 
  input[type=email]:focus, 
  input[type=number]:focus, 
  [type=text].form-control:focus, 
  [type=password].form-control:focus, 
  [type=email].form-control:focus, 
  [type=tel].form-control:focus, 
  [contenteditable].form-control:focus {
      outline: 0 !important;
  }
  input[type="radio"],input[type="checkbox"] {
    position: absolute;
    left: -9999px;
  }
  
  .form-check-label::before, .form-check-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }
  .form-check-label{
      margin-left: 6px;
  }
  
  
  input[type="radio"] + .form-check-label::before,
  input[type="radio"] + .form-check-label::after {
    border-radius: 50%;
  }
  
  .form-check-label::before {
      height: 20px;
      width:20px;
      top: 3px;
      padding-right: 2px;
      border: 2px inset #d5d5d5;
      background: white;
      box-shadow: -1px -1px 0 0 #828282;
  }
  input[type="radio"] + .form-check-label::after {
    display: none;
    width: 8px;
    height: 8px;
    margin: 6px;
    top: 3px;
    background: black;
  }
  input[type="checkbox"] + .form-check-label::after {
      display: none;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      width: 12px;
      height: 12px;
      margin: 4px;  
      top: 3px;
  }
  input:checked + .form-check-label::after {
    display: block;
  }
  /*
  
  Progress bar
  
  */
  .progress{
      height: 1rem;
      overflow: hidden;
      font-size: .75rem;
      background-color: silver;
      border-radius: 0rem;
      border: 1px inset #d5d5d5;
      color: #424242;
  }
  .progress-bar{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      background-color: #1a0094;
      transition: width .6s ease;
  }
  .progress-bar-blocks{
      background-image: linear-gradient(90deg,transparent 75%,#d5d5d5 25%);
      background-size: 1rem 1rem;
  }
  
  /*
  
  TABS
  
  */
  .tab-content {
      background: silver;
      border: solid;
      border-width: 2px;
      border-bottom-color: #424242;
      border-right-color: #424242;
      border-left-color: #fff;
      border-top-color: silver;
      padding: 1rem 1.4rem;
  }
  .nav-tabs {
      border-bottom: 2px solid white;
  }
  .nav-tabs .nav-item {
      position: relative;
      margin-bottom: 0;
      background: #c0c0c0;
      color: black;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-right: 1px solid #5A5A5A;
      box-sizing: border-box;
  }
  .nav-tabs .nav-item .nav-link {
      color: black;
      padding: .2rem 1.8rem;
      box-sizing: border-box;
      transform: none;
  }
  .nav-tabs .nav-item .nav-link.active {
      position: relative;
      background: #c0c0c0;
  }
  .nav-tabs .nav-item:not(:first-child) .nav-link.active {
      border-left: 1px solid #5A5A5A;
  }
  .nav-tabs .nav-item:first-child{
      border-left: 2px solid white;
  }
  .nav-tabs .nav-item .nav-link.active:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -2px;
      background: #c0c0c0;
  }
  .nav-tabs .nav-link {
      border: 0;
      padding: 1rem 1rem;
  }
  
  /*
  
  MODAL
  TODO: make it draggable;
  
  */
  .modal-dialog{
      height: 100%;
      max-width: 80%;
  }
  .modal-content{
      background: #434C5E;
      padding: 2px;
      border-radius: 10px;
  }
  .modal-header{
    background:#3B4252 !important;
      color: #BF616A;
      height: 32px;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 6px;
      padding-right: 6px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
  }
  .modal-header .btn{
      margin-top: 5px;
      padding-bottom: 10px;
      height: 22px;
      width: 22px;
  }
  .modal-header .btn span{
      position: absolute;
      top: 6px;
      right: 14px;
  }
  .modal-title{
      padding-top: 2px;
      padding-bottom: 1px;
  }
  .modal-footer{
      padding: 6px;
  }
  
  /*
  
  TABLES
  
  */
  .table{
      background: white;
      border-color: #c0c0c0;
  }
  .table-bordered{
      border: 1px solid #c0c0c0;
  }
  .table-bordered td, .table-bordered th {
      border: 1px solid #c0c0c0;
  }
  .table td, .table th {
      padding: .75rem;
      vertical-align: top;
      border-top: 1px solid #c0c0c0;
  }

    /*
  
  LINKS
  
  */
  a:link { 
    text-decoration: none; 
  } 
  a:visited { 
    text-decoration: none; 
  } 
  a:hover { 
    text-decoration: none;
    color:#88C0D0;
  } 
  a:active { 
    text-decoration: none; 
    color: #BF616A;
  }
    /*
  
  IMAGES
  
  */
  img{
    border-radius: 5px;
  }

      /*
  
  MISC CUSTOM
  
  */
  .board-section{
    text-align: center;
    font-size: 2.5em;
    font-weight: 300;
  }
  .board-modal-image{
    margin-bottom: 20px;
  }
  .pricing-card-title{
    font-weight: 250;
    color: #EBCB8B
  }
  .pricing-card-title:hover {color: #88C0D0}
  .basic-copy {
    text-align: center;
    color: #EBCB8B;
  }
  .row {
    margin-left: 3%;
    margin-right: 3%;
  }