﻿
/* Required to have full-screen RadSplitter */
html, body, form {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font: normal 14px/1.5 "Segoe UI", Arial, sans-serif; 

}


.titolosito 
{
	font-weight: bolder;
	font-size: 16pt;
	text-align: center;
	color: #FFFFFF;
}
.titleLabel
{
	font-weight: bolder;
	font-size: 18pt;
	text-align: center;
	color: #FFFFFF;
}
.titleCell
{
	font-weight: bolder;
	font-size: 12pt;
	background-color: transparent;
	padding-left: 10px;
	text-align: center;
	border-bottom: none;
	border-top: none;
	padding-top: 20px;
}
.titlePane
{
	font-weight: bolder;
	font-size: 15pt;
	background-color: #ffd800;
	padding-left: 10px;
	text-align: center;
	border-bottom: none;
	border-top: none;
	padding-top: 20px;
}
h3.title {
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom: double 3px #aeaeae;
}
.wndErrorMessageLabel
{
	font-weight: bolder;
	font-size: 12pt;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	color: red;
}
.button
{
    border-right: #cccccc 1px solid;
    padding-right: 4px;
    border-top: #cccccc 1px solid;
    padding-left: 4px;
    font-weight: bold;
    font-size: 11px;
    background: #e9ecef;
    padding-bottom: 4px;
    border-left: #cccccc 1px solid;
    color: #666666;
    padding-top: 4px;
    border-bottom: #cccccc 1px solid;
    border-style:outset;
}
.login
{
    border-right: #cccccc 1px solid;
    padding-right: 15px;
    border-top: #cccccc 1px solid;
    margin-top: 6em;
    padding-left: 15px;
    background: #f1f3f5;
    padding-bottom: 15px;
    margin-left: auto;
    border-left: #cccccc 1px solid;
    width:500px;
	height:250px;
    margin-right: auto;
    padding-top: 15px;
    border-bottom: #cccccc 1px solid
}
.login P
{
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0px;
    padding-top: 0px
}
.form-block
{
    border-right: #cccccc 1px solid;
    padding-right: 10px;
    border-top: #cccccc 1px solid;
    padding-left: 10px;
    background: #e9ecef;
    padding-bottom: 10px;
    border-left: #cccccc 1px solid;
    padding-top: 15px;
    border-bottom: #cccccc 1px solid
}
.login-form
{
    float: right;
    width: 60%;
    text-align: left
}
.login-text
{
    float: left;
    width: 40%;
    text-align: left
}
.inputlabel
{
    font-weight: bold;
    text-align: left
}
.inputbox
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    margin: 0px 0px 1em;
    border-left: #cccccc 1px solid;
    width: 150px;
    border-bottom: #cccccc 1px solid
}
.nascosto
{
    display:none;
}
.form-control-esc {
  display: block;
  width: 100%;
  height: 25px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.1;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid rgba(102, 175, 233, 0.6);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-esc:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-esc[disabled],
.form-control-esc[readonly],
fieldset[disabled] .form-control-esc {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.text-right-esc {
    text-align:right;
  }
@media (min-width: 768px) and (max-width: 991px)  {
  .text-right-esc {
    text-align:left;
  }
  .form-inline .form-control-esc {
    display: inline-block;
  }
}
.table-esc td,
.table-esc th {
    background-color: #fff !important;
}
.table-esc {
    border-collapse: collapse !important;
}
.table-esc {
    width: 100%;
    margin-bottom: 1px;
}
.table-esc thead > tr > th,
.table-esc tbody > tr > th,
.table-esc tfoot > tr > th,
.table-esc thead > tr > td,
.table-esc tbody > tr > td,
.table-esc tfoot > tr > td {
  padding: 3px;
  line-height: 1.428571429;
  vertical-align: top;
  /*border-top: 1px solid #dddddd;*/
}

.table-esc thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table-esc caption + thead tr:first-child th,
.table-esc colgroup + thead tr:first-child th,
.table-esc thead:first-child tr:first-child th,
.table-esc caption + thead tr:first-child td,
.table-esc colgroup + thead tr:first-child td,
.table-esc thead:first-child tr:first-child td {
  border-top: 0;
}

/*
.table-esc tbody + tbody {
  border-top: 2px solid #dddddd;
}
*/
.table-esc .table-esc {
  background-color: #ffffff;
}
.table-esc > thead > tr > td.active,
.table-esc > tbody > tr > td.active,
.table-esc > tfoot > tr > td.active,
.table-esc > thead > tr > th.active,
.table-esc > tbody > tr > th.active,
.table-esc > tfoot > tr > th.active,
.table-esc > thead > tr.active > td,
.table-esc > tbody > tr.active > td,
.table-esc > tfoot > tr.active > td,
.table-esc > thead > tr.active > th,
.table-esc > tbody > tr.active > th,
.table-esc > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-esc > thead > tr > td.success,
.table-esc > tbody > tr > td.success,
.table-esc > tfoot > tr > td.success,
.table-esc > thead > tr > th.success,
.table-esc > tbody > tr > th.success,
.table-esc > tfoot > tr > th.success,
.table-esc > thead > tr.success > td,
.table-esc > tbody > tr.success > td,
.table-esc > tfoot > tr.success > td,
.table-esc > thead > tr.success > th,
.table-esc > tbody > tr.success > th,
.table-esc > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-esc > thead > tr > td.danger,
.table-esc > tbody > tr > td.danger,
.table-esc > tfoot > tr > td.danger,
.table-esc > thead > tr > th.danger,
.table-esc > tbody > tr > th.danger,
.table-esc > tfoot > tr > th.danger,
.table-esc > thead > tr.danger > td,
.table-esc > tbody > tr.danger > td,
.table-esc > tfoot > tr.danger > td,
.table-esc > thead > tr.danger > th,
.table-esc > tbody > tr.danger > th,
.table-esc > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-esc > thead > tr > td.warning,
.table-esc > tbody > tr > td.warning,
.table-esc > tfoot > tr > td.warning,
.table-esc > thead > tr > th.warning,
.table-esc > tbody > tr > th.warning,
.table-esc > tfoot > tr > th.warning,
.table-esc > thead > tr.warning > td,
.table-esc > tbody > tr.warning > td,
.table-esc > tfoot > tr.warning > td,
.table-esc > thead > tr.warning > th,
.table-esc > tbody > tr.warning > th,
.table-esc > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-esc-col-label {
    width:15%;
    text-align:right;
}
.table-esc-col-input {
    width:35%;
}
.input-esc {
  height: 30px;
  padding: 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-esc {
  height: 30px;
  line-height: 30px;
}

textarea.input-esc {
  height: auto;
}

.inline-input-group {    
    position:relative;
    overflow-y: hidden;
    display:table;
    
}

.inline-input-group .col-1,
.inline-input-group .col-2,
.inline-input-group .col-3,
.inline-input-group .col-4,
.inline-input-group .col-5,
.inline-input-group .col-6,
.inline-input-group .col-7,
.inline-input-group .col-8,
.inline-input-group .col-9,
.inline-input-group .col-10,
.inline-input-group .col-11,
.inline-input-group .col-12
{
    display:table-cell;
    padding:1px 2px 1px 2px;
    float:left;
}
    

.inline-input-group .col-1 {
width: 8.333333333333332%;
}
.inline-input-group .col-2 {
width: 16.666666666666664%;
}
.inline-input-group .col-3 {
width: 25%;
}
.inline-input-group .col-4 {
width: 33.33333333333333%;
}
.inline-input-group .col-5 {
width: 41.66666666666667%;
}
.inline-input-group .col-6 {
width: 50%;
}
.inline-input-group .col-7 {
width: 58.333333333333336%;
}
.inline-input-group .col-8 {
width: 66.66666666666666%;
}
.inline-input-group .col-9 {
width: 75%;
}
.inline-input-group .col-10 {
width: 83.33333333333334%;
}
.inline-input-group .col-11 {
width: 91.66666666666666%;
}
.inline-input-group .col-12 {
width: 100%;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 110%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.templateTable td {
     border: 0 !important;
     width: 100%;
     font-size: 8pt;
     line-height: 5pt;
}

td.templateHeader {
     font-size: 11pt;
     line-height: 11pt;
}

.dropClue {
     width: 24px;
     height: 24px;
     position: absolute;
     left: -10px;
     top: -10px;
}

.dropEnabled {
     background-image: url('../Img/Add.gif');
}

.dropDisabled {
     background-image: url('../Img/Error.png');
}


#header {
    background: #4d7496;
    filter: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 4px solid #2a4053;
}

.navbar-brand {
    padding: 0;
    line-height: 26px;
    color: #fff!important;
    text-shadow: 0 1px 0 #000;
    font-size: 18px;
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: left;
    padding-left: 20px;
    max-width: none;
    margin-left: 0!important;
    margin-right: 0;
}


.rtsLevel {
    height:100%;
    position:relative;
}

.rtsLevel .rtsUL {
    height:100%;
}
.rtsLevel .rtsUL .rtsLI {
    height:100%;
}

/*IS LOADING*/
.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}

.spin {
  -webkit-animation: spin .4s infinite linear;
  -moz-animation: spin .4s infinite linear;
  -o-animation: spin .4s infinite linear;
  animation: spin .4s infinite linear;
     -webkit-transform-origin: 50% 58%;
         transform-origin:50% 58%;
         -ms-transform-origin:50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
 /* 100% grid default page*/
.gridPanel {
    height: 100%;
    margin:0;
}
#error-box {
    top: 0;
    left:0;
    width:100%;
    position:absolute;
    z-index:10000;
    border-radius: 0px;
}
