body {
	margin: 0;
	font-family: 'Segoe UI';
	font-size: 13px;
	background-color: var(--std-background-color);
	color: var(--std-color);
}

.div-fixed
{
  position: fixed;
  z-index: 1;
  top: 0px;
  width: 100%;
}

.sk-table-menu
{
  background-repeat: repeat;
  background-image: url("../images/mnu-title-back.jpg");
  width: 100%;
  font-size: 13px;
  border:0;
}

.span-icons-font {
	font-size: 12px;
	color: white;
}

.tr-menu-opt {
	height: 28px;
}

.tr-menu-opt:hover {
	background-color: var(--std-menu-item-sel-background-color);
	color:var(--std-menu-item-sel-color);
}

.div-flag {
	position: fixed; 
	top:2px; 
	right:60px;
	z-index:2
}

.div-flag:hover .div-flag-list {
	display: block;
}

.div-app {
	position: fixed; 
	top:2px; 
	right:100px;
	z-index:2;
}

.div-app:hover .div-app-list {
	display: block;
}

.div-flag-list {
	display: none;
	background-color: var(--std-menu-background-color);
	font-size:12px;
	width:30px;
	padding:5px;
	border-radius: 5px;
	box-shadow: 3px 3px black;
	text-align: center;
}

.div-app-list {
	display: none;
	background-color: var(--std-menu-background-color);
	font-size:12px;
	padding:5px;
	border-radius: 5px;
	box-shadow: 3px 3px black;
	font-family: 'Segoe UI';
	font-size: 13px;
}

.div-user {
	position: fixed;
	right:10px;
	top:2px;
	z-index: 1;
	font-size:12px;
}

.div-user:hover .div-user-options {
	display:block;
}

.div-user-options {
	display: none;
	background-color: var(--std-menu-background-color);
	color: var(--std-color);
	font-size: 12px;
	box-shadow: 3px 3px black;
	padding:5px;
	width:150px;
}

/*************************************************/
.menu {
	position:fixed;
	top:7px; 
	right:20px;
	text-align: right;
}

.menu-list {
	background-color: var(--std-menu-background-color);
	display:none;
	box-shadow: 3px 3px black;
}

.menu:hover .menu-list {
	display:block;
}

.menu-item {
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	height:25px;
	display:block;
	cursor:pointer;
	text-align:left;
}

.menu-item:hover {
	background-color: var(--std-menu-item-sel-background-color);
	color:var(--std-menu-item-sel-color);
}

/*************************************************/
.window-content {
	font-family: 'Segoe UI';
	font-size: 13px;
	padding-top:5px;	
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 5px;
}

/*************************************************************/
.modal {
	display: none;
	position: fixed;
	z-index: 2;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	position: relative;
	margin: auto;
	border: 1px solid gray;
}

.modal-header {
	background-color: rgb(0, 64, 128);
	color: white;
	text-align: center;
	width: 100%;
	height: 25px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top:5px;
	border: 0;
}

.modal-body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	padding: 2px 16px;
	color: black;
	text-align: center;
}

.modal-close {
	color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	right: 5px;
	top: 0px;
	position: absolute;
}

.modal-close:hover,
.modal-close:focus {
	color: yellow;
	text-decoration: none;
	cursor: pointer;
}
/***************************************************/
.btn-ok {
	background-color: green;
	border: 1px solid seagreen;
	color: white;
	width:90px;
	height:30px;
}

.btn-ok:hover {
	background-color: rgb(40, 164, 40);	
}

.btn-buy {
	background-color: rgb(191, 0, 0);
	border: 1px solid rgb(255, 0, 0);
	color: white;
	width:90px;
	height:30px;
}

.btn-buy:hover {
	background-color: rgb(255, 4, 4);	
}
/******************************************************/
.arrow-right {
	position:fixed;
	right:3px;
	top:300px;
}

.arrow-right:hover {
  filter: brightness(125%);
}

.arrow-left {
	position:fixed;
	left:3px;
	top:300px;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.arrow-left:hover {
  filter: brightness(125%);
}

/*****************************************************/
.content-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	background-color:rgb(0,0,64);
	color: white;
	text-align: center;
	height: 30px;
	padding: 5px;
}

.content-subtitle {
	font-size: 18px;
	font-weight: bold;	
}

/*************** SYSPLA **********************/
 .left {
      top:0px;
      left: 0px;
      width:239px;
      height: 100vh;
      position: fixed;
      overflow-y: auto;
      scrollbar-width: thin; 
      box-shadow: 5px 5px 5px #333;
      color:white;
      padding:5px;
  }
  
 .client {
      top:0px;
      left:245px;
      width:calc(100% - 250px);
      height:100vh;
      text-align:center;
      position: fixed;
      overflow: auto;	
  }
  
   .menu-title {
      color: white;
      background-color: rgb(0, 0, 64);
      font-weight: bold;
      padding:3px;
      padding-left:5px;
      height: 20px;
      width: 232px;
  }
  
  .menu-content {
      padding: 3px;
      padding-left:5px;
      width: 225px;
      cursor: default;
  }
  
  /************* Salsa *********************************/
  .box {
	border:2px solid black;
	border-radius:10px;
	text-align:left;
	padding:10px;
	background-color:rgb(0, 0, 64);
	color: white;
}

.img-li {
	position:relative;
	top:8px
}

/********************************************/
.table-info {
	width:100%;
	border-collapse:collapse;
	border:1px solid gray;
	background-color:rgb(240,240,240);
}

.table-info thead tr {
	background-color:navy;
	color:white;
	font-weight:bold;
	height:30px;
	text-align:center;
}

.table-info tbody tr {
	border-bottom:1px solid gray;
	height: 80px;
	background-color: var(--std-menu-item-background-color);
	color: var(--std-menu-item-color);
}
        
.table-info tbody tr:hover {
	background-color: var(--std-menu-item-sel-background-color);
	color: var(--std-menu-item-sel-color);
}

.table-info tbody tr td {
	text-align: center;
}