.login-form {
  position:absolute;
  margin-top:0.5%;
  width:400px;
  height:280px;
  padding: 0.5%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 12px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px; }
  .login-form h3 {
    text-align: center;
    color: #333; }
  .login-form .form-group {
    overflow: hidden; }
    .login-form .form-group:last-child {
      margin-bottom: 0; }
    .login-form .form-group .change_logs {
      background-color: red; }
  .login-form__cont {
    padding: 2.5% 2.5% 0% 2.5%; }
  .login-form__submit {
    float: right;
    color: #fff;
    background-color: #0062cc; }
    .login-form__submit:focus {
      outline: none; }

    .animate {
      animation-name: slide-right;
      animation-duration: 1.5s;
      /* Preserve the effect of the animation at ending */
      animation-fill-mode: forwards;
    }

    @keyframes slide-right {

      from {
        opacity: 1.0;
      }
      95% {
        
        opacity: 0.9;
      }
      90% {
        
        opacity: 0.8;
      }

      85% {
        
        opacity: 0.7;
      }
      80% {
	opacity: 0.6;
	
	}
      75% {
	opacity: 0.5;
	
	}
      70% {
	opacity: 0.4;
	
	}
      65% {
	opacity: 0.3;
	
	}
      60% {
	opacity: 0.2;
	
	}
      55% {
	opacity: 0.1;
	
	}
      50% {
	opacity: 0.0;
	
	}
      45% {
        
        opacity: 0.1;
      }
      40% {
        
        opacity: 0.2;
      }

      35% {
        
        opacity: 0.3;
      }
      30% {
	opacity: 0.4;
	
	}
      25% {
	opacity: 0.5;
	
	}
      20% {
	opacity: 0.6;
	
	}
      15% {
	opacity: 0.7;
	
	}
      10% {
	opacity: 0.8;
	
	}
      5% {
	opacity: 0.9;
	
	}
      to {
       
        opacity: 1.0;
      }
    }

.send_msg_box{
	width: 400px !important;
	position: relative;
	left: -9px;}
	.send_msg_box .send_msg_header{
	border-radius: 10px 10px 0px 0px;
	padding: 10px 15px 10px 110px;
	margin-top: -13px;}

.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000; }
  .dialog--auto .dialog__cont {
    height: auto; }
  .dialog .dialog__cont__body .form-group input[type="checkbox"] {
    margin-right: 10px;
    border-radius: 10px; }
  .dialog .dialog__cont__body .form-group .dialog_cont_cities {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 0 0 10px;
    width: 300px; }
    .dialog .dialog__cont__body .form-group .dialog_cont_cities_div {
      padding-top: 5px;
      border: 1px solid #ddd;
      border-radius: 5px;
      background-color: #eae9e9;
      height: 65px;
      position: absolute;
      min-width: 300px;
      overflow-y: auto; }
      .dialog .dialog__cont__body .form-group .dialog_cont_cities_div table:hover {
        cursor: pointer; }
  .dialog--big .dialog__cont {
    width: 80% !important; }
  .dialog__cont {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    width: 790px;
    margin: 0 auto;
    background-color: white; }
    .dialog__cont.dialog__cont--autoHeight {
      height: auto; }
    .dialog__cont__header {
      overflow: hidden;
      background-color: #1c2120;
      padding: 10px 15px;
      display: table;
      width: 100%; }
      .dialog__cont__header__title {
        display: table-cell;
        font-size: 16px;
        font-weight: bold;
        color: white; }
      .dialog__cont__header__btnClose {
        display: table-cell;
        text-align: right; }
        .dialog__cont__header__btnClose button {
          background-color: transparent;
          border: none;
          color: rgba(255, 255, 255, 0.87); }
    .dialog__cont__body {
      height: calc(100% - 55px);
      overflow-y: auto;
      padding: 15px 15px;
      max-height: 95vh; }



.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}


td > div { overflow-y:auto; max-height:60px;} 
 table tr { height:1em;  }



.main_div {
	position:absolute;
	margin-left:5%;
}

.table_padding td {
	padding-right: 10px;
}

.table_fixed {
	table-layout: fixed;
    	word-wrap: anywhere;
	width:65%;
}
.tableWrappers td:nth-child(1) { width: 120px; }
.tableWrappers td:nth-child(2) { width: 150px; }
.tableWrappers td:nth-child(3) { width: 150px; }
.tableWrappers td:nth-child(4) { width: 120px; }

.tableSentMessages td:nth-child(1) { width: 120px; }
.tableSentMessages td:nth-child(2) { width: 120px; }
.tableSentMessages td:nth-child(3) { width: 300px; }
.tableSentMessages td:nth-child(4) { width: 120px; }
.tableSentMessages td:nth-child(6) { width: 150px; }
.tableSentMessages td:nth-child(7) { width: 120px; }
.tableSentMessages td:nth-child(8) { width: 120px; }

.tableReceivedMessages td:nth-child(1) { width: 120px; }
.tableReceivedMessages td:nth-child(2) { width: 160px; }
.tableReceivedMessages td:nth-child(3) { width: 150px; }
.tableReceivedMessages td:nth-child(4) { width: 150px; }
.tableReceivedMessages td:nth-child(5) { width: 150px; }


.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
} 

a{
    cursor: pointer;
}
