﻿
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    /* height: 100%;
    margin: 0;
    /* padding: 35px; */
    /* display: flex; */
    /* justify-content: center;
    align-items: center;*/
}

form div.required label.control-label:after {
    content:" * ";
    color:red;  
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.box{
    position:absolute;
    width: 50%;
    height: 50%;
    top:0;
    left:0;
    overflow:auto;
    border: solid rgb(255, 255, 255) 2px;
  }
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .note {
    font-family: Arial, sans-serif;
    font-size:15px;
    background-color: #F3F4F8;
    text-align: justify;
    padding: 35px;
    background-image: url('https://mc28.sec.gov.ph/css/@web/img/important.png');
      background-size: cover; /* Cover the entire background */
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Do not repeat the background image */
    }
    
    .form-container2 {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      width: 100%;
      height: 100%;
      padding: 35px;
    }
    
    .form-container2 h2 {
      text-align: center;
      margin-bottom: 20px;
    }
    
    .form-group2 {
      margin-bottom: 20px;
    }
    
    .form-group2 label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
    }
    
    .form-group2 input[type="text"],
    .form-group2 textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
      box-sizing: border-box;
    }
    
    .form-group2 textarea {
      height: 100px;
    }
    
    .form-group2 input[type="submit"] {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }
    
    .form-group2 input[type="submit"]:hover {
      background-color: #45a049;
    }
    .container {
    display: flex;
    flex-wrap: wrap; /* Enable wrapping */
    max-width:85%;
    height:100%;
    }
    
    .column {
    flex: 0 0 100%; /* Initially, each column occupies full width */
    padding: 10px;
    }
    
    @media (min-width: 768px) {
    .column {
    flex: 0 0 30%; /* On screens wider than 768px, each column occupies 20% */
    
    }
    .column:nth-child(2) {
    flex: 0 0 70%; /* Second column occupies 80% of the width */
    background-color: #F3F4F8;
    padding: 35px;
    }	
   /* styles.css */
input[type="password"] {
  padding: 8px;
  border: 1px solid #525252;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.container-bib {
  display: flex;
  width: 100%;
  height: 100%;
}
        /* Left column (30%) */
        .left-column {
            width: 30%;
            background-color:#F3F4F8; /* For visual clarity */
            padding: 20px;
            
        }

        /* Right column (70%) */
        .right-column {
            width: 70%;
            background-color: rgb(255, 255, 255); /* For visual clarity */
            padding: 45px;

        }
    
  
}

