@charset "utf-8";
/* CSS Document */

.div_body_menu_container {
    width: 200px;
    margin: 0;
}
.trigger, .trigger1 {
    margin: 0 0 4px 0;
    background: url(../Images/navigation/bg.jpg) no-repeat;
    height: 31px;
    line-height: 25px;
    width: 198px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    font-style:italic;
}

.trigger a, .trigger1 a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 0 0 50px;
	text-align:left;
}

.trigger a:hover,.trigger1 a:hover {
    color: #ccc;
}

.toggle_container {
    margin: 0 0 5px;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
    overflow: hidden;
    font-size: 1.2em;
    width: 198px;
    clear: both;
    display: none;
}
.toggle_container .block {
    padding: 0 0 0 0;
}
.toggle_container .block p {
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
}

.sub{
    font: 0.3em normal "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color:#333333;
    font-style:italic;
    padding: 0 0 0 10px;
    text-decoration:none;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	display:block; 
	text-align:left;
}

/*/////////////////////////// pop up /////////////////////////////////////////*/

.open-btn {
      display: flex;
      justify-content: left;
      }
      /* Style and fix the button on the page */
      .open-button {
      background-color: #1c87c9;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      opacity: 0.8;
      position: fixed;
      }
     .input_button:hover {
        background-color: #ec9583;
        transform: scale(1.05);
    }
      .login-popup {
            position: relative;
            text-align: center;
            width: 500px;
            margin: 0 auto; 
        }

        .form-popup {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border: 0px solid #666;
            /*background: #fff;*/ 
            z-index: 9;
            /*padding: 20px;*/
            width: 500px; 
            box-shadow: 0 0 10px rgba(0,0,0,0.2); 
            border-radius: 8px; 
        }

        .form-popup .login_row_re {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 10px auto;
            width: 200%;
            max-width: 550px;
        }
     
     .form-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh; 
        background-color: #f8f8f8; 
    }

    .form-container {
        width: 100%;
        max-width: 600px;
        padding: 30px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
     .form-container1 {
      max-width: 800px;
      padding: 20px;
      background-color: #fff;
      }
     
      .form-container input[type=textarea], .form-container input[type=password] {
      width: 100%;
      height: 60px;
      padding: 10px;
      margin: 5px 0 22px 0;
      border: none;
      background: #eee;
      }
      
      .form-container input[type=text]:focus, .form-container input[type=password]:focus {
      background-color: #ddd;
      outline: none;
      }
      
      .form-container .btn {
      background-color: #8ebf42;
      color: #fff;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-bottom:10px;
      opacity: 0.8;
      }
      /* Style cancel button */
      .form-container .cancel {
      background-color: #cc0000;
      }
      
      .form-container .merge {
      background-color: #fa8c2a;
      }
      /* Hover effects for buttons */
      .form-container .btn:hover, .open-button:hover {
      opacity: 1;
      }

      
      /* Full-width for input fields */
      .form-container1 input[type=textarea], .form-container1 input[type=password] {
      width: 100%;
      height: 60px;
      padding: 10px;
      margin: 5px 0 22px 0;
      border: none;
      background: #eee;
      }
      /* When the inputs get focus, do something */
      .form-container1 input[type=text]:focus, .form-container1 input[type=password]:focus {
      background-color: #ddd;
      outline: none;
      }
      /* Style submit/login button */
      .form-container1 .btn {
      background-color: #8ebf42;
      color: #fff;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-bottom:10px;
      opacity: 0.8;
      }
      /* Style cancel button */
      .form-container1 .cancel {
      background-color: #cc0000;
      }
      
      .form-container1 .merge {
      background-color: #fa8c2a;
      }
      /* Hover effects for buttons */
      .form-container1 .btn:hover, .open-button:hover {
      opacity: 1;
      }
      

      
 .btn2 {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 24px 38px;
  height:150px;
  width:220px;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.success {
  border-color: #04AA6D;
  color: green;
}

.success:hover {
  background-color: #04AA6D;
  color: white;
}

/* Blue */
.info {
  border-color: #2196F3;
  color: dodgerblue;
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red;
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;
}

.fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}
#charCount {
    font-size: 12px;
    color: red;
    margin-top: 5px;
} 

