﻿

html, body  {height: 100%;padding: 0;margin: 0}
body{background-color:#2e3947;font-family:Verdana,sans-serif;margin: 0;padding:0;color:#fff;font-size:11px;position: absolute;left: 0;top: -1px;bottom: 0;right: 0;}
.ui-widget{font-size:11px}
/*.left{float:left; }
.right{float:right; }*/

body.mobile {zoom: 1.5;}

/*LOGIN*/
#logoHeader {background-color:transparent;margin:0 auto 20px;text-align:center;padding-left: 10px;}
#logoHeader img{display:none;}
#logo{
  background-color:rgb(32, 45, 55);
  padding-left: 10px;
}
#loginBox{width:400px;height: 200px;position:absolute;top:-120px;bottom: 0;left: 0;right: 0;margin: auto;}
#loginFieldBox{width: 400px;height: 150px;background-color:rgb(10, 14, 17);}
.left{width:40%;}
.center{width: calc(60% - 35px);position: relative;}
.right{width: 35px;text-align: left;padding-left:4px;}
td{vertical-align: middle;height: 40px;}
tr .left {padding-left: 35px;margin-top:33px;font-size:11px;}
tr:first-child .left{margin-top:26px;}

.ui-textbox{padding: .4em 1em;}
.ui-textbox,
.ui-selectmenu-button.ui-button{width:calc(100% - 2em - 2px);}
/*input[type='text']:focus{background-color:#28799b;}*/

input[type=submit]{height:28px;}
#btnLogin{float:right;margin-top:16px;width:100px;}
#btnLogin:hover{background-color:#36a5d3;}

#pnlSessioniAttive {height:200px;position:relative;}
#pnlSessioniAttive table{width:100%;}
#tblSessioniAttive th{padding:3px;font-weight:bold;white-space: nowrap;}
#tblSessioniAttive td{padding:2px;}

#pnlSessioniAttive input[type=submit]{width: calc(50% - 4px)}

#btnChiudiTabellaSessioni {position:absolute;bottom:0;right:0;}
#btnRicarica {position:absolute;bottom:0;left: 0;}

#pnlSessioniAttive .scroll{position:absolute;top: 18px;bottom: 37px;left: 0;right: 0;overflow: auto;border: solid 1px black;}
#pnlSessioniAttive .header{background-color:#101419}
#pnlSessioniAttive .colCentered{text-align:center;}
#ValidationSummary2,#pnlNoLicenze{
    color: rgba(242, 62, 13, 1)!important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ui-selectmenu-menu .ui-menu {max-height: 15em;overflow-y:auto;overflow-x:hidden;}

#lblVersion{position:fixed; bottom:4px; left:5px; font-family:Verdana; font-size:9px;}
/* IE10+ */
::-ms-clear {
  display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration { 
  display: none; 
}
BODY {
  scrollbar-face-color: #0f141a;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #0f141a;
  scrollbar-shadow-color: #444444;
  scrollbar-highlight-color: #0f141a;
  scrollbar-3dlight-color: #444444;
  scrollbar-darkshadow-color: #0f141a;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.2);
}

*::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.08);
}

*::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0.08);
}
