/*
  sl-controls/2025.0.0
  Copyright (C) by Luis Silva. All Rights Reserved.
  Unauthorized use, copy, modify, fork, merge, publish, distribute, sublicense, sell, is strictly prohibited.
  Proprietary and confidential.
*/

/* Modal Windows
 ****************************************************/
.sl_background_div
{
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  z-index: 502;
}

/* MessageBox
 ****************************************************/
.sl_messagebox_div
{
  display: none;
  position: fixed;
  width: 380px;
  height: 180px;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -90px;
  background-color: #EBEBEB;
  border: 5px solid #0000FF;
  padding: 0px;
  z-index: 503;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  border-radius: 18px;
}

.sl_messagebox_table
{
  width: 100%;
  border: 0px;
  padding: 0px;
  border-spacing: 0;
}

.sl_messagebox_title
{
  font-size: 8pt;
  background-color: #0000FF;
  padding: 2px;
  color: White;
  font-weight: bold;
  vertical-align: middle;
}

.sl_messagebox_message
{
  background-color: white;
  font-size: 11pt;
  color: #006DCB;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-shadow: 2px 2px 1px #888888;
}

.sl_messagebox_body
{
  background-color: white;
  font-size: 8pt;
  color: black;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #C7C7C7;
}

.sl_messagebox_buttons
{
  font-size: 10pt;
  background-color: #EBEBEB;
  text-align: center;
  vertical-align: middle;
}

/* Messages
 ****************************************************/
.sl_message_error {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  color: red;
}

/* Settings
 ****************************************************/
.sl_display {
  display: inline-block !important;
  width: 1px !important;
  height: 1px !important;
}
