@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'), url(//fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}

body {
    /*	font: 62.5% "Trebuchet MS", sans-serif; */
	padding: 1cm;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

@media only screen and (max-width:800px) {
    body {
        padding: 10px;
    }
}

.sidebar-box a { font-size: 1em; }

h2 { margin-top:20px; }
h3 { margin-top:10px; }


/* TABLE */
.tableBorder {
    color: inherit;
    font-weight: inherit;
    background: none;
}
.altTableRowA { background-color: white; }
.altTableRowB { background-color: #f2f2f2; }

.rcorner {
    border-radius: 25px;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 20px;
}

.rcorner h2 {
    border-bottom: thin solid gray;
    margin-top: 10px;
}

a:active, a:hover, a:link, a:visited {
    text-decoration: underline;
    color: initial;
}

.sidebar-box {
    width: auto;
    float: left;
    padding: 10px;
    margin-bottom: 0;
}

p {
    margin: 0 0 8px 0;
}

input[type='submit'] {
	border: 3px solid !important;
    background: #d90000;
    color: white;
}

.ui-checkboxradio, .ui-checkboxradio:hover {
  border-width: inherit !important;
  border-color: inherit;
}

.ui-checkboxradio-checked, .ui-checkboxradio-checked:hover {
  border-width: inherit !important;
}

/* PRINTING */
.only-print {
    display: none !important;
}   

@media print
{
  @page {
      size: A4;
      margin: 50mm 25mm 25mm 25mm;
  }
  
  .no-print, .menu-collapser, .slimmenu, .ui-tabs-nav, .top-buttons {
     display: none !important;
  }

  .only-print {
     display: inline !important;
  }

  input[type="text"], .form-control, textarea, select {
      border: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      width: auto;
      display: inline !important;
      overflow: visible;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }

  a {
    text-decoration: none !important;
  }

  .table-cell > .table-row {
      margin-bottom: 0;
  }

  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
      display: none !important;
  }

  #tabs-main * {
     visibility: visible;
  }

  .ui-tabs-panel {
     padding: 0 !important;
  }

  table, .table-row {
    page-break-inside: avoid;
  }
}  

/* Hide desktop content on mobile/tablet */
@media (max-width: 1024px) {
    .desktop-content {
        display: none;
    }
}

/* Hide mobile content on desktop */
@media (min-width: 1025px) {
    .mobile-content {
        display: none;
    }
}


/*

form input[type='submit'], form input[type='reset'] {
    margin: 30px 0 10px 0 ;
    float: none;
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #f6323e;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    border: thin solid black;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
tr:hover td{

}
tr:nth-child(odd){ background-color:#e5e5e5; }
tr:nth-child(even)    { background-color:#ffffff; }
td{
	vertical-align:middle;


	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
tr:last-child td{
	border-width:0px 1px 0px 0px;
}
tr td:last-child{
	border-width:0px 0px 1px 0px;
}
tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
tr:first-child td{
		background:-o-linear-gradient(bottom, #b2b2b2 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #b2b2b2 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#b2b2b2,7f7f7f);

	background-color:#b2b2b2;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #b2b2b2 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #b2b2b2 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#b2b2b2,7f7f7f);

	background-color:#b2b2b2;
}
tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
*/
