img {

    display: block;

    
}


.top-page {

    background-color:#4A4A4A;
    width: auto;
    height: auto;
    padding: 10px;
    
}

.panel{
    display: none;
    max-width: 50%;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}

.linkpanel {
    color: blue;
    cursor: pointer;
    margin-top: 40px;
    color: #a99546;
}



.soft-phone {

    float: left;
    width: 320px;
    height: 465px;
    padding: 10px;
}

.contact-detials {

    float: right;
    width: 800px;
    height: 465px;
    padding: 50px;

}

.comtactcenter {

    color: white;
    padding: 100px;
}

table, th, td {

    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;

  }

  input[type=date]{

    padding-right: 4px;
    padding-left: 4px;

}


input[type=text], select, textarea {

    position: relative;
    content:'';
    display: block; 
    width: 100%; /* Full width */
    padding: 6px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: horizontal /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }

  button{
    
        position: relative;
        top : 20px;
        content:'';
        display: block; 

  }
#head {

    position: absolute;
    top : 70px;
    left: 5px;
    color: red;
    float: inline-end;
    text-decoration: underline;
}

#postform {

    position: absolute;

    left : 40%;
    top : 30%;
}

#signOutBtn {

    position: absolute;

    bottom: 90%;
    left : 92%;
    color: white;
    font-size: 14px;
}

.zui-table {
    position: absolute;
    left: 35%;
    top: 30%;
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    width: 60%;
    height: auto;
}
.zui-table thead th {
    background-color:#4A4A4A;
    border: solid 1px #4A4A4A;
    color:white;
    padding: 10px;
    text-align: left;

}
.zui-table tbody td {
    border: solid 1px #4A4A4A;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    font-size: medium;


}


#blink {
  animation: blinker 1s linear infinite;
  color : red;
  position: relative;
  left: 10%;
  top: 10%;

}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}