/* +++++++++++++++++++     BUTTONS GLOBALS    ++++++++++++++++++++++++ */
button { height: 80px; margin: 3px; width: 180px; }

.small { width:fit-content; padding: 0 15px; height: 40px; margin:20px }
.small:hover { cursor:pointer; }

.small_forum { margin:60px }

.larger_abit { padding: 5px 15px; }

.login_button { width: 150px; height: 45px; margin: 20px; }

/* +++++++++++++++++++++++   SEARCH BLOCK 1     +++++++++++++++++++++++++++++++++++++++ */
.search_block1 {
  display: block;
  order: 1;   
  flex: 1;
  position:relative;

  border: solid #cdd2d9 1px;
  border-radius: 8px;
/*  background: #dbdbdb;*/
  background: linear-gradient(145deg, #c6c6c6, #ebebeb);  
/*  box-shadow: 4px 4px 5px #7d7d7d, -4px -4px 5px #ffffff;*/

  font-size: 18px;
  font-weight: bold;
  transition: 1s;

  margin: 6px 20px 6px 20px;
  padding: 15px; 
  min-width: 220px;
  width: fit-content;
  height: fit-content;     
}

.search_block1:hover { color: #d6d6d6; transition: 500ms; }
.search_block1 input	{ float:left; padding:6px 10px; border:0; height:24px; line-height:24px; width:140px; background:#ebebeb }

/* +++++++++++++++++++++++   SEARCH BLOCK 1     +++++++++++++++++++++++++++++++++++++++ */

.cke_reset_all textarea, .cke_reset_all input[type="text"], .cke_reset_all input[type="password"]
{ background-color: #ffffff; }


/* +++++++++++++++++++++++   LOGIN BLOCK     +++++++++++++++++++++++++++++++++++++++ */
.login_block {
  border-radius: 5px;
  font-family: Consolas, Courier New, monospace;
  font-size: 16px;
  justify-content: center;
  transition: 1s;
  padding: 20px 0; 
}

.login_block:hover { transition: 500ms; }
.login_block input	{ float:left; padding:5px 10px; border:0; height:24px; line-height:24px; width:140px; background:#d7d7d7 }


/* +++++++++++++++++++++++   BUTTON 1     +++++++++++++++++++++++++++++++++++++++ */
.button1 {
  border: solid #cdd2d9 1px;
  border-radius: 5px;
/*  box-shadow: 2px 2px 3px #7d7d7d, -2px -2px 3px #ffffff;*/
  box-shadow: 1px 1px 5px #7d7d7d, -1px -1px 5px #ffffff;
  cursor:pointer; 
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  cursor:pointer; 
  transition-property: opacity;
  opacity: 70%;
}

.button1:hover 
{
  color: #000000;
  transition: 500ms;
  opacity: 100%;
  text-decoration: none;
}

.button1:active {
    box-shadow: 1px 1px 1px #ffffff,
               -1px -1px 1px #ffffff;
  color: #000000;
  transition: 100ms;  
}

/* +++++++++++++++++++++++   BUTTON 2     +++++++++++++++++++++++++++++++++++++++ */
.button2 {
  align-items: center;
  background: linear-gradient(145deg, #34394b, #3e4359);
  border: solid #404C5D 1px;
  border-radius: 5px;
  box-shadow: 1px 1px 13px #20232e,
             -1px -1px 13px #545b78; 
  
  color: rgb(161, 161, 161);
  font-family: Consolas, Courier New, monospace;
  font-size: 16px;
  justify-content: center;
  transition: 500ms;
}

.button2:hover {

    box-shadow: 1px 1px 13px #20232e,
               -1px -1px 13px #545b78;

  color: #d6d6d6;
  transition: 500ms;
}

.button2:active {
    box-shadow: 1px 1px 13px #20232e,
               -1px -1px 33px #545b78;
  color: #d6d6d6;
  transition: 100ms;  
}

/* +++++++++++++++++++++++   BUTTON 3     +++++++++++++++++++++++++++++++++++++++ */
.button3 
{
  background: linear-gradient(145deg, #34394b, #3e4359);
  border: solid #404C5D 1px;
  border-radius: 5px;
  box-shadow: -1px -5px 15px #41465B, 
               5px  5px 15px #41465B, 
    inset      5px  5px 10px #41465B, 
    inset     -5px -5px 10px #41465B;  
  
  color: rgb(161, 161, 161);
  font-family: Consolas, Courier New, monospace;
  font-size: 16px;
  justify-content: center;
  transition: 500ms;
}

.button3:hover 
{

  box-shadow: 1px 1px 13px #20232e,
             -1px -1px 13px #545b78;
  color: #d6d6d6;
  transition: 200ms;
}

.button3:active 
{
  box-shadow: 2px 2px 2px #20232e,
  -1px -1px 2px #545b78;
  color: #d6d6d6;
  transition: 10ms;  
}