@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:none;
}

.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:none;
    padding: 0 0 0 10px;
    text-decoration:none;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	display:block; 
	text-align:left;
}

.ontop {
				z-index: 999;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: none;
				position: absolute;				
/*				background-color: #030303;
				color: #aaaaaa;
				opacity: 0.1;
				filter: alpha(opacity = 20);*/
			}
			#popup {
                                border: black;
                               border: 1px;
                                border-style: solid;
				width: 400px;
				height: 200px;
				position: absolute;
				color: #333333;
				background-color:gray;
				/* To align popup window at the center of screen*/
				top: 50%;
				left: 50%;
				margin-top: -100px;
				margin-left: -150px;
			}

/*//////////////////////////// One Click develoment CSS /////////////////////////////////////////////*/

.gridrow {
                line-height: 25px;
                
            }

                .progress {
                   border: 0;
                   background: #eee;
                   max-width: 70px;
                   border-radius: 100px;
                   color:red;
               }

               .progress::-moz-progress-bar {
                 border-radius: 100px;
                 background: linear-gradient(to right,rgb(255, 5, 5), rgba(255, 18, 6, 0.31));
               }

               .progress::-webkit-progress-bar {
                   border: 0;
                   background: #eee;
                   border-radius: 100px;
                   color:red;
               }

               .progress::-webkit-progress-value {
                 border-radius: 100px;
                 background: linear-gradient(to right,rgb(255, 5, 5), rgba(255, 18, 6, 0.31));
               }

               .warningprogress {
                   border: 0;
                   background: #eee;
                   border-radius: 100px;
                   max-width: 70px;
                   color:yellow;
               }

               .warningprogress::-moz-progress-bar {
                 border-radius: 90px;
                 background: linear-gradient(to right,rgb(255, 169, 5), rgb(198, 187, 23));
               }

               .warningprogress::-webkit-progress-bar {
                   border: 0;
                   background: #eee;
                   border-radius: 100px;
                   color:yellow;
               }

               .warningprogress::-webkit-progress-value {
                   border-radius: 90px;
                   background: linear-gradient(to right,rgb(255, 169, 5), rgb(198, 187, 23));
               }

               .sucessprogress {
                   border: 0;
                   background: #eee;
                   border-radius: 100px;
                   color:green;
                   max-width: 70px;                    
               }

               .sucessprogress::-moz-progress-bar {
                 border-radius: 90px;
                 background: linear-gradient(to right,rgba(107, 162, 8, 0.73), rgb(18, 159, 6));
               }

               .sucessprogress::-webkit-progress-bar {
                   border: 0;
                   background: #eee;
                   border-radius: 90px;
                   color:green;
               }

               .sucessprogress::-webkit-progress-value {
                 border-radius: 90px;
                 background: linear-gradient(to right,rgba(107, 162, 8, 0.73), rgb(18, 159, 6));

               }
                 
                .dropdown-btn {
                  background-color: #73b7df; /* Dropdown button background color */
                  color: white; /* Text color */
                  padding: 8px 12px;
                  border: 2px solid #012a77; /* Border color */
                  border-radius: 4px; /* Rounded corners */
                  font-weight: bold;
                  cursor: pointer;
                }

                .dropdown {
                    position: relative;
                    display: inline-block;
                    border: 2px solid #0973b3; 
                    border-radius: 4px; 
                    font-weight: 400;
                    background-color: #0973b3; 
                    color: white; 
                    padding: 8px 12px;
                    cursor: pointer;
                    /*font-family: Arial, Helvetica, sans-serif;*/
                  }

                .dropdown-content {
                  display: none;
                  /*position: absolute;*/
                  background-color: #f9f9f9;
                  min-width: 160px;
                  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                  padding: 12px 16px;
                  z-index: 1;
                  color: #000000;
                }
               

                .dropdown-content.show {
                    display: block;
                    max-height: 1000px; /* Maximum height when expanded, adjust as needed */
                }

              
                a.tooltip {outline:none; }
                a.tooltip strong {line-height:1px;}
                a.tooltip:hover {text-decoration:none;} 
                a.tooltip span {
                    z-index:10;display:none; padding:5px 5px;
                    margin-top:30px; margin-left:-70px;
                    width:200px; line-height:16px;
                }
                a.tooltip:hover span{
                    display:inline; position:absolute; 
                    border:2px solid #FFF;  color:#EEE;
                    background:#333 url(../../Resources/Images/css-tooltip-gradient-bg.png) repeat-x 0 0;
                }
                .callout {z-index:20;position:absolute;border:0;top:-14px;left:20px;}

                
                a.tooltip span
                {
                    border-radius:2px;        
                    box-shadow: 0px 0px 8px 4px #666;
                    /*opacity: 0.8;*/
                }          
                .bg-dark {
                    background-color: #343a40 !important;
                    color: white;
                }
              .selectButton {
                display: inline-block;
                padding: 6px 10px;
                background-color: #0973b3;
                color: white;
                text-align: center;
                text-decoration: none;
                font-size: 14px;
                border-radius: 5px;
                cursor: pointer;
                font-family: Arial, Helvetica, sans-serif;
              }

              .selectButton:hover {
                background-color: #73b7df;
              }
            
                .studentsearch {
                  background-color: #0973b3;
                  color: white;
                  border: none;
                  padding: 10px 20px;
                  text-align: center;
                  text-decoration: none;
                  display: inline-block;
                  font-size: 16px;
                  border-radius: 5px;
                  cursor: pointer;
                  margin-top: 10px;
                }
                
                
   .loader-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: rgba(255, 255, 255, 0.8);
            z-index: 9999;
            visibility: visible;
            opacity: 1;
            transition: visibility 0s, opacity 0.3s linear;
        }

        .ripple {
            position: relative;
            width: 50px;
            height: 50px;
        }

        .ripple::before, .ripple::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 4px solid #0497fe;
            opacity: 0;
            animation: ripple 3s infinite;
        }

        .ripple::after {
            animation-delay: 1.5s;
        }

        @keyframes ripple {
            0% {
                transform: scale(0.5);
                opacity: 0;
            }
            25% {
                opacity: 1;
            }
            100% {
                transform: scale(2.5);
                opacity: 0;
            }
        }

        /* Initially blur the content */
        #content {
            filter: blur(5px);
            transition: filter 0.3s ease;
        }

        /* Hide loader and remove blur effect after page load */
        .hidden {
            visibility: hidden;
            opacity: 0;
        }

        /*/////////////////////////// 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: 100%;
            max-width: 450px;
        }
     
     .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;
} 

        /* ////////////////////////////////////////////////////////////////////////////// */

        .form-container2 {
            /*max-width: 1400px;*/
            padding: 20px;
            background-color: #fff;
            width: 720px;
            /*max-width: 600px;*/
            padding: 30px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
        
        .form-container2 input[type=textarea], .form-container2 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-container2 input[type=text]:focus, .form-container2 input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }
        /* Style submit/login button */
        .form-container2 .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-container2 .cancel {
            background-color: #cc0000;
        }
        
        .form-container2 .merge {
            background-color: #fa8c2a;
        }
        /* Hover effects for buttons */
        .form-container2 .btn:hover, .open-button:hover {
            opacity: 1;
        }