﻿#loading {
    position:fixed;
    top:50%;
    left:50%;
    z-index:1104;
}

.top-buffer {
    margin-top: 10px;
}

 .no-wrap {
    white-space: nowrap;
}

.hiddenElement {
visibility: hidden;
display: none;
}

.noBorder {
    border: 0;
}

#idletimeout { 
    background:#CC5100; 
    border:3px solid #FF6500; 
    color:#fff; 
    font-family:arial, sans-serif; 
    text-align:center; 
    font-size:12px; 
    padding:10px; 
    position:relative; 
    top:0px; 
    left:0; 
    right:0; 
    z-index:100000;  
}
#idletimeout a { 
    color:#fff; 
    font-weight:bold 
}
#idletimeout span { 
    font-weight:bold 
}

.has-error {
    color:red;
}
.error {
    color:#FF0000;
}
.color-red {
    color: #cb262b;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}
img {
    max-width: 100%;
    height: auto;
}

span.fa {
    margin-left:  10px;
    margin-right: 10px;
    color: black;
}

.back-button-appearance {
-webkit-appearance: none;
-moz-appearance: none;
	color: #777777;
}

td {
    border: 1px solid black;
}

.table-padding {
    padding-right: 25%;
}

.privacybox {
    background-color: white;
    color: black;
    border: 3px solid black;
}

.column-sizing {
    width: 70%;
}