
@font-face {
    font-family: 'HeadFont';
    src: url('../../fonts/SamsungSharpSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'TableFont';
    src: url('../../fonts/SamsungOne-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'TableBFont';
    src: url('../../fonts/SamsungOne-700.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  

.samReg{
    font-family: 'TableBFont', sans-serif;
  }
  .samBold{
    font-family: 'TableBFont', sans-serif;
  }
  

  [type="search"] {width: 100%;} 
  
  :root {
      --primary: #2196F3;
  }
  body {
    font-family: "TableFont", sans-serif;
    height: 100vh;
    background: url("../../../../bgosx.jpg") 50% fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /*padding-top:101px;*/
  }
  .bg-image {
    /* The image used */
    background-image: url("../../../../bgosx.jpg") 50% fixed; 
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }



  td, th{
      font-size:85%;
  }
  .dataTables_filter input { width: 100% }
  
  @keyframes spinner {
    0% { transform: rotateZ(0deg); }
    100% { transform: rotateZ(359deg); }
  }
  
  * {
    box-sizing: border-box;
  }
  
  .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    background: rgba(4, 40, 68, 0.75);
  }
  
  
  
  .login {
    
    border-radius: 2px 2px 5px 5px;
    padding: 10px 20px 20px 20px;
    width: 90%;
    max-width: 320px;
    background: #ffffff;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    
    &.loading {
      button {
        max-height: 100%;
        padding-top: 50px;
        .spinner {
          opacity: 1;
          top: 40%;
        }
      }  
    }
    
    &.ok {
      button {
        background-color: #8bc34a;
        .spinner{
          border-radius: 0;
          border-top-color: transparent;
          border-right-color: transparent;
          height: 20px;
          animation: none;
          transform: rotateZ(-45deg);
        }
      }
    }
    
    input {
      display: block;
      padding: 15px 10px;
      margin-bottom: 10px;
      width: 100%;
      border: 1px solid #ddd;
      transition: border-width 0.2s ease;
      border-radius: 2px;
      color: #ccc;
      
      &+ i.fa {
          color: #fff;
        font-size: 1em;
        position: absolute;
        margin-top: -47px;
        opacity: 0;
        left: 0;
        transition: all 0.1s ease-in;
      }
      
      &:focus {
        &+ i.fa {
          opacity: 1;
          left: 30px;
        transition: all 0.25s ease-out;
        }
        outline: none;
        color: #444;
        border-color:#2196F3;
        border-left-width: 35px;
      }
      
    }
    
    a {
     font-size: 0.8em;   
      color: #444;
      text-decoration: none;
    }
    
    .title {
      color: #444;
      font-size: 1.2em;
      font-weight: bold;
      margin: 10px 0 30px 0;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px;
    }
    
    button {
      width: 100%;
      height: 100%;
      padding: 10px 10px;
      background: #2196F3;
      color: #fff;
      display: block;
      border: none;
      margin-top: 20px;
      position: absolute;
      left: 0;
      bottom: 0;
      max-height: 60px;
      border: 0px solid rgba(0,0,0,0.1);
      border-radius: 0 0 2px 2px;
      transform: rotateZ(0deg);
      
      transition: all 0.1s ease-out;
        border-bottom-width: 7px;
      
      .spinner {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        border: 4px solid #ffffff;
        border-top-color: rgba(255,255,255,0.3);
        border-radius: 100%;
        left: 50%;
        top: 0;
        opacity: 0;
        margin-left: -20px;
        margin-top: -20px;
        animation: spinner 0.6s infinite linear;
        transition: top 0.3s 0.3s ease,
                  opacity 0.3s 0.3s ease,
                  border-radius 0.3s ease;
        box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
      }
      
    }
    
      &:not(.loading) button:hover {
        box-shadow: 0px 1px 3px #2196F3;
      }
      &:not(.loading) button:focus {
        border-bottom-width: 4px;
      }
      
    
  }
  
  footer {
    display: block;
    padding-top: 50px;
    text-align: center;
    color: #ddd;
    font-weight: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
    font-size: 0.8em;
    a, a:link {
      color: #fff;
      text-decoration: none;
    }
  }
  
  .navbar {
    min-height: 80px;
    margin-bottom:15px;
  }
  
  .navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
  }
  
  .navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
  }
  
  @media (min-width: 768px) {
    .navbar-nav > li > a {
      /* (80px - line-height of 27px) / 2 = 26.5px */
      padding-top: 26.5px;
      padding-bottom: 26.5px;
      line-height: 10px;
    }
  }
  
  .form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
  }
  .form-signin .checkbox {
    font-weight: 400;
  }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  