body, p
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #000;
}
body
{
        padding-right: 30px;
}

input, textarea, select
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	border: 1px inset #132034; 
	border-radius: 3px; 
}
input, textarea
{
	padding: 3px;
}
select
{
	padding: 2px;
}
h1
{
	font-size: 20px;
	font-weight: bold;
	color: #132034;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #132034;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #132034;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #132034;
}

a:hover
{
	text-decoration: underline;
}
.FCbtnO{
    background-color: #ed8123;
    border: none;
    border-radius: 6px;
    color: #132034;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
    text-decoration: none;
/*	margin: 4px 2px; */
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.FCbtnO:hover{
    background-color: #ad5508;
}
.smallFCbtn{
    padding: 3px 12px;
}

.FCasilver{
    background-color: #f6f6f6;
    border: 1px solid #132034;
    border-radius: 6px;
    color: #132034;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
    text-decoration: none;
/*	margin: 4px 2px; */
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.FCasilver:hover{
    background-color: #132034;
    color: #fff;
    text-decoration: none;
}
.smallFCa{
    padding: 3px 12px;
}

fieldset
{
	padding-left: 5px;
}

legend
{
	font-weight: bold;
	color: #c93346;
	text-transform: uppercase;
}
#left {
        width:50%;
        float:left;
        padding:8px;
        font-family: Calibri, Arial, sans-serif;
        border-style: solid;
        border-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
}
#right {
        width:50%;
        float:left;
        padding:10px;
        border-style: solid;
        border-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        font-family: Calibri, Arial, sans-serif;
}
.bodyfont {
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
        color: #000;
}
#kundwebTable table
{
	padding: 5px;
}

#monitorTable td
{
	font-size: 22px;
}

#dataTable table
{
	border: 1px solid #ddd;
	border-collapse: collapse;
}

#dataTable th, td
{
	padding: 5px;
	font-size: 11px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000;
}

#dataTable td.rubrik
{
	background: #000;
	font-weight: bold;
}

#dataTable th
{
	background: #f0f3fd;
	font-weight: bold;
	text-align: left;
        border-bottom: 1px solid #ddd;
}

#dataTable.stripe tr:nth-child(even)
{
	background: #fff;
}

#dataTable.stripe tr:nth-child(odd)
{
	background: #f9f9f9;
}

#dataTable td.sumRow
{
	background: #ddd;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

#dataCol-left
{
	width: 50%;
	float: left;
}

#dataCol-right
{
	width: 50%;
	float: left;
}

#dataCol-leftsmall
{
	width: 20%;
	float: left;
}

#dataCol-rightlarge
{
	width: 80%;
	float: left;
}

hr
{
	height: 1px;
	color: #666;
	background-color: #666;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #132034; 
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ed8123; 
}
.ui-state-accordion:hover{
        border: 1px solid #132034;
        background: #132034;
        font-weight: normal;
        color: #ffffff;
}
.ui-state-accordion:active{
        border: 1px solid #132034;
        background: #132034;
        font-weight: normal;
        color: #ffffff;
}
.ui-state-accordion{
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #132034;
}
.load-object{
	display: none;
	position: fixed;
	right: 50%;
	top: 50%;
	z-index: 1000;
	height: 84px;
	width: 84px;
        transform: translate(-50%, -50%);
	background: url('loader2.gif') 
		50% 50% 
		no-repeat;
        background-size: 85% 85%;
}
.loading .load-object{
	display: block;
}
.div-form {
        border: 3px #132034;
        border-radius: 5px;
        border-style: solid;
	border-color: #132034;
        background-color: #e5efff; 
        margin: 8px; 
        max-width: 99%; 
        overflow: auto;
/*	padding: 5px; */
}
.loader{
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 21; /* Sit on top */
    padding-top: 40%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: url('loader.gif') 
		50% 50% 
		no-repeat;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.load-object2{
	display: none;
	position: absolute;
	right: 45%;
	top: 25%;
	z-index: 1000;
	height: 150px;
	width: 150px;
	background: url('loading.gif') 
		50% 50% 
		no-repeat;
}
.loading-now{
	display: block;
}
.sim-div{
    display: flex;
}
.sim-info-div{
    flex: 1;
    margin: 10px;
}
.sim-info-div:first-child {
    margin-right: 20px;
}
.error-div{
    color: white;
    background: #b40920db;
    padding: 10px;
    font-size: medium;
    margin-bottom: 12px;
    border-radius: 5px;
}
.status-div{
    padding: 10px;
    font-size: medium;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #666;
}