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

.small { width:fit-content; padding: 0 15px; height: 40px; margin:20px }
.small_pm { width:fit-content; padding: 0 15px; height: fit-content; 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;
  background-color: var(--background-global);
  border-radius: 5px;
  padding: 20px 10px 10px 20px;
  min-width: 230px;
  width: fit-content;
  height: fit-content;
/*  flex: 1; */
  order: 1;
}

.search_block1:hover { color: #d6d6d6; transition: 500ms; }
.search_block1 input	{ margin-top: -5px; float:left; padding:6px 10px; border:0; height:24px; line-height:24px; width:140px; background:#545b78 }
.cke_reset_all textarea, .cke_reset_all input[type="text"], .cke_reset_all input[type="password"]
{ background-color: #34394b; }

.search_block1 button
{
  height: 35px;
  width: 35px;
  margin: -10px 5px 0 15px;
}

/* +++++++++++++++++++++++   SEARCH BUTTON 1     +++++++++++++++++++++++++++++++++++++++ */
.search_button
{ 
  line-height:0; 
  float:left; 
  background: url(../../../images/icons/default/search.png) no-repeat 50% 50%; 
  margin: -5px;
  border: solid #404C5D 1px;
  border-radius: 5px;
  cursor:pointer; 
  transition: 1s;
}

.search_button:hover 
{
  box-shadow: 1px 1px 8px #20232e,
             -1px -1px 8px #545b78;
  transition: 500ms;  
}

.search_button:active 
{
  box-shadow: 1px 1px 5px #20232e,
             1px -1px 5px #545b78;
  transition: 100ms;  
}

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

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

.button1:hover {
color: #d6d6d6;
transition: 500ms;
text-decoration: none;
}

.button1:active {
    box-shadow: 1px 1px 13px #20232e,
               -1px -1px 13px #545b78;
  color: #ffffff;
  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;  
}