
body {
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
  background: #F8F8FF;;
    font-size:14px;
        
    }

.callout {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
}

.callout-header {
  padding: 25px 15px;
  background: #555;
  font-size: 30px;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
    .form-popup
    {
      position:static;
      background-color: rgba(0,0,0,.125);
      width:65%;
      height:60%;
      margin-left:16%;
      margin-top:4px;
      border-radius:12px;
      border-bottom: 2px solid rgba(0,0,0,.125);
      padding:20px;
    }
     .form-popup1
    {
      position:static;
      background-color: rgba(0,0,0,.125);
      width:80%;
      height:60%;
      margin-left:16%;
      margin-top:4px;
      border-radius:12px;
      border-bottom: 2px solid rgba(0,0,0,.125);
      padding:20px;
    }
    #pheader
    {
      text-align:center;
    }
    .chpassform
    {
      border: 1px solid #999;
        background: #f3f3f3;
        border-radius: 4px;
        box-shadow: 2px 2px 5px #ccc;
        margin-bottom: 1em;
        padding-bottom: 1em;
        margin-top:20px; 
        text-align: center;
        border-radius: 10px;
        min-width:450px;
        margin-left: 20px;
        height: 310px;
      
    }
    #usernames,#oldpass,#newpass,#rnewpass
    {
      width:50%;
      height:100%;
      float: right;
      margin-right:6%;
      position:relative;
      border-radius:12px;
      background-color: #dad7d7;
      padding:4px;
    }
    
    .top_one,.middle_one,.bottom_one,.bottom_one_1
    {
      margin-top:8px;
      height:12%;
    }
   
    #label1,#label2,#label3,#label4
    {
      font-size:20px;
      float: left;
      margin-left: 8px;
    }

   
    #submit_btn
    {
      width:80%;
      height:32px;
      border-radius:12px;
      margin-left:45%;
    }
    
      #submit_btn1
    {
      width:80%;
      height:32px;
      border-radius:12px;
      margin-left:50%;
    }
    .button_div
    {
    width:60%;
      margin-top:10px;
      max-height:20px;
      
    }
    
    #submit_btn:hover
    {
      cursor:pointer;
      border-bottom: 2px solid black;
      
    }
    .form-container
      {
        border: 1px solid #999;
        background: #f3f3f3;
        border-radius: 4px;
        box-shadow: 2px 2px 5px #ccc;
        margin-bottom: 1em;
        padding-bottom: 1em;
        margin-top:20px; 
        text-align: center;
        border-radius: 10px;
        min-width:430px;
        min-height: 90%;

      }
      .form-container1
      {
        border: 1px solid #999;
        background: #f3f3f3;
        border-radius: 4px;
        box-shadow: 2px 2px 5px #ccc;
        margin-bottom: 1em;
        padding-bottom: 1em;
        margin-top:20px; 
        text-align: center;
        border-radius: 10px;
        min-width:80%;
        min-height: 40%;

      }
.art-content .art-postcontent-0 .layout-item-0 { padding-top: 20px;padding-right: 20px;padding-bottom: 0px;padding-left: 20px;  }
        .art-content .art-postcontent-0 .layout-item-1 { padding: 20px;  }
        .ie7 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
        .ie6 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
* {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.2;
  position: fixed;
  bottom: 10px;
  left: 2px;
  width: 490px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 600px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 70px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #53bcf4;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}



.header {
  width: 105%;
  margin: 2px -10px;
  color: white;
  background: #0181C6;
  text-align: center;
  border: 1px solid #0181C6;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding:20px;
}
.regist {

  width: 40%;
  margin: 2px auto 0px;
  color:  #0181C6;
  text-align: center;
  background: white;
  border: 1px solid #0181C6;
  border-radius: 0px 0px 20px 20px;
  padding:18px;
  
}
.request {
  width: 60%;
  margin: 10px auto 0px;
  color:  #0181C6;
  text-align: center;
  background: white;
  border: 1px solid #0181C6;
  border-radius: 0px 0px 20px 20px;
  padding:20px;
  
}
.input-group input:Hover{

  background-color:#FDFFEF;
}

.input-group input {
  margin-left: 1px;
  height: 30px;
  width: 250px;
  padding: 0px 1px;
  font-size: 16px;
  border-radius: 5px;
  float:right;
  border: 1px solid gray;
}
#butn{
  background-color:#53bcf4;
}


.checkone{
        margin-left:-12px;
}
.btn {
  padding: 10px;
  font-size: 15px;
 cursor: pointer;
  background:#53bcf4;
  border: none;
  border-radius: 5px;
}

.error {
  width: 92%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}
.success {
  color: #3c763d; 
  background: #dff0d8; 
  border: 1px solid #3c763d;
  margin-bottom: 20px;
}
.regist_page{
width: 70%;
max-height:40%;
margin-top: 10px;
color: #0181C6;
background: white;
border: 1px solid #0181C6;
border-radius: 0px 0px 20px 20px;
padding: 14px;
margin-left:90px;
}
.picha{ 
  float:left;
  border-radius: 8px;
  width:200px;
}
.form_table{
  max-height:22px;
scroll-behavior: smooth;
}
/* LIST #5 */
#list5 { color:#eee; }

#list5 ol li ol { 
  list-style-image: url("../../images/rss_32.png");
   padding:5px 0 5px 18px; font-size:20px; }
#list5 ol li ol li { color:#2D88D2; height:15px; margin-left:10px; }
#list5 ol li ol li:hover{
  cursor: pointer;

  text-indent: 20px;
   color: #0D58A9;
   font-size:13px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Apr-2019, 09:50:29
    Author     : 2dm1n
*/

