html, body {
	height:				100%;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	margin:				0px;
	padding:			0px;
	width:				100%;
}

a, button {
    cursor: pointer;
}

.noPadding {
    padding: 0px;
}

.noMargin {
    margin: 0px;
}

div.tableCell {
    display: table-cell;
}

div#main-content-box {
	/*background: url('../images/customer_background.png') no-repeat bottom right; */
    height: inherit;
    min-height: 90%;
    overflow:  auto;
    position: relative;
    width: inherit;
}

div#header {
    position:fixed;
    width: 100%;
    z-index: 900;
}

div#body {
    background-color: #fff;
    margin-top: 74px;
}

#footer {
    background: #6f92a6;
    /*bottom: 0px;*/
    filter: alpha(opacity=60);
    /*left: 0px;*/
    /*margin-bottom: 0px;*/
    margin-top: 10px;
    /*min-height: 50px;*/
    opacity: 0.6;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
    /*z-index: 10;*/
}

#footer table {
    margin: 0px auto;
    min-width: 50%;
    text-align: left;
}

#footer table td {
    vertical-align: top;
}

#footer p {
    padding-top: 0px;
    text-align: center;   
}

#footer a, div.pageFooter a {
    color: #fff;
}

#footer a:hover, div.pageFooter a:hover {
    color: #FF0;
}

div.pageFooter {
    background: #29425C;
    bottom: 0px;
    float: left;
    filter: alpha(opacity=60);
    margin-top: 10px;
    opacity: 0.6;
    position: fixed;
    text-align: center;
    width: 100%;
    color: #fff;
}

div.pageFooter .Arrow {
    display: block;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 0px;
    color: #fff;
}

div.pageFooter:hover{
    filter: alpha(opacity=100);
    opacity: 1.0;
}

div.pageFooter ul {
    display: inline-block;
    list-style: square;
    margin-bottom: 15px;
    text-align: left;
    vertical-align: top;
    width: 300px;
}

div.pageFooter li {
    margin-left: 25px;
}

div.pageFooter .FooterListHeader {
    display: block;
    background: #CCC;
    border-top: 1px solid #000;
    text-align: center;
    font-weight: bold;
    color: #000;
}

div#DEVCLIENT {
	position: relative;
	/*background: url('../images/server.jpg') no-repeat top left; */
	/*background-color: #fff;*/
	/*background-size: 50px;*/
	/*border-left: 2px solid #d00;*/
	/*border-top: 2px solid #d00;*/
	/*border-top-left-radius: 10px;*/
	/*bottom: -2px;*/
	/*color: #099;*/
	/*font-weight: bold;*/
	/*font-size: 18px;*/
	/*line-height: 18px;*/
	/*padding-left: 50px;*/
	/*right: 0px;*/
	/*text-align: right;*/
	/*vertical-align: bottom;*/
	/*z-index: 999;*/
}

div#DEVCLIENT:after {
}

div#mainbody {
	position:			absolute;
	top:				50px;
	width:				100%;
}

footer {
	height:				10%;
	margin:				0px;
	padding:			0px;
}

.errordiv {
	background: 		#aa7;
	border:				1px solid #a00;
	color:				#000;
	padding-left:		30px;
	z-index:			10;
}

div.Alertdiv {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #3D7198;
    border-radius: 10px;
    bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    left: 3%;
    line-height: 25px;
    /*margin: 0px auto;*/
    margin-bottom: 10px;
    padding: 5px 30px;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    width: 90%;
    z-index: 10;
}

div#redAlertdiv, th.errorMessage {
    background: #f9b3a9;
    color:          #900;
    color:          #000;
}

div#greenAlertdiv, .ok {
    background:     #ECF9EC;
    color:          #330;
}

div#yellowAlertdiv {
    background:     #FFFFAA;
    color:          #330;
}

div.message {
    margin:         10px auto;
    width:          95%;
    background:     #FFFFAA;
    color:          #330;
    border:         1px Solid #000;
    padding:        15px;
    padding-left:   45px;
    background-image: url("../images/InfoYellow.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

span.link {
    cursor: pointer;
    font-weight: bold;
    color: #0b58a2;
    text-decoration: underline;
}

.timer {
	margin-left:	30px;
}

div span.closeError {
    color: #900;
    display: inline-block;
    float: right;
}

div span.alertType {
    line-height: 18px;
    font-size: 18px;
    padding-left: 5px;
    display: inline-block;
    float: left;
}

div span.alertIcon {
    line-height: 30px;
    font-size: 30px;
    display: inline-block;
    float: left;
}

div span.closeError:hover {
    color: #FF0;
    cursor: pointer;
}

form {
	border:				0px;
	display:			inline;
	outline:			0px;
}

.tabLogin {
	border:				1px dotted #8fc6b2;
	font-size:			9px;
	height:				10px;
}

.tabButton {
	background:			none;
	background-color:	transparent;
	border:				1px;
	border-style:		dotted;
	font-size:			9px;
	height:				18px;
	outline:			0px;
	padding:			-5px;
	vertical-align:		top;
}

.midiButton {
	background:			none;
	background-color:	transparent;
	border:				1px;
	border-style:		dotted;
	font-size:			12px;
	height:				28px;
	outline:			0px;
	padding:			-5px;
	vertical-align:		top;
}

.tabButton:hover, midiButton {
	background-color:	#6f92a6;
	color:				#FFF;
}

#options_table {
	background:			#FFF;
	font-size:			10px;
	margin-bottom:		24px;
	position:			relative;
	text-align:			left;
	width:				100%;
	z-index:			10000;
}

#userview_td {
	text-align:			right;
	vertical-align:		top;

}

#home{
	
}

#list_table {
	margin-bottom:		20px;
	margin-top:			20px;
	position:			relative;
}

input.inputfield, textarea.inputfield {
	width:				98%;
}

textarea.basicHeight {
    min-height: 300px;
}

.importantText {
	color: #FF0000;
}

table.notification_table {
	background:							#f6f699;
	border:								1px solid #e9ac00;
	font-family: 						Arial, Helvetica, sans-serif;
	font-size:							12px;
	margin:								20px auto;
	margin-bottom:						5px;
	text-align:							left;
	width:								95%;
}

table.notification_table caption {
	-moz-border-top-left-radius:		8ppx;
	-moz-border-top-right-radius:		8ppx;
	-webkit-border-top-left-radius:		8px;
	-webkit-border-top-right-radius:	8px;
	background:							#e9ac00;
	border-top-left-radius:				8px;
	border-top-right-radius:			8px;
	color:								#FFFFFF;
	font-family: 						Arial, Helvetica, sans-serif;
	font-size:							12px;
	height:								15px;
	text-align:							center;
}

table.notification_table th {
	background:							#f6f699;
	padding-left: 						3px;
	text-align:							center;
	width:								5%;
}

table.notification_table td {
	background:							#f6f699;
	border-left:						1px solid #e9ac00;
    color:                                                  #e9ac00;
    font-size:							14px;
	padding-left:						1%;
	width:								95%;
}

/**/

table.error_notification_table {
	background:							#C98696;
	border:								1px solid #C98696;
	font-family: 						Arial, Helvetica, sans-serif;
	font-size:							12px;
	margin:								20px auto;
	margin-bottom:						5px;
	text-align:							left;
	width:								95%;
}

table.error_notification_table caption {
	-moz-border-top-left-radius:		8ppx;
	-moz-border-top-right-radius:		8ppx;
	-webkit-border-top-left-radius:		8px;
	-webkit-border-top-right-radius:	8px;
	background:							#97626E;
	border-top-left-radius:				8px;
	border-top-right-radius:			8px;
	color:								#FFFFFF;
	height:								15px;
	font-family: 						Arial, Helvetica, sans-serif;
	font-size:							12px;
	text-align:							center;
}

table.error_notification_table th {
	background:							#C98696;
	padding-left: 						3px;
	text-align:							center;
	width:								5%;
}

table.error_notification_table td {
	background:							#C98696;
	border-left:						1px solid #97626E;
	color:								#97626E;
    font-size:							14px;
	padding-left:						1%;
	width:								95%;
}

div#infoDiv {
	background:							#EEEEEE;
	border:								3px solid #698CB8;
	display:							none;
	position: 							fixed;
	font-size:							12px;
}

table#customerPluginInfo {
	width: 								200px;
}

.smallText {
    font-size: 10px;
}

.fullWidth {
    width: 99%;
}

.ajax_popup {
    background: #Fff;
    border: 1px solid #009;
    float: inherit;
    left: 100px;
    margin: auto;
    position: fixed;
    top: 100px;
}

.data-fullScreen {
    position: absolute !important;
    top: 18px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
}

.ajax_popup .mainContent {
    height: 100%;
}

div.popupHeader {
    background: #333;
    color: #ffffff;
    cursor: move;
    text-align: right;
    width: 100%;
}

div.popupHeader span.popupTitle {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    width: 80%;

}

div.listItem {
    margin-bottom: 10px;
    border: 1px solid transparent;
}

div.listItem span.button {
    visibility: hidden;
}

div.listItem:hover {
    /*background-color: #EFEFEF;*/
    border: 1px dashed #8fb2c6;
}

div.listItem:hover span.button {
    visibility: visible;
}


span.closePopup {
    margin-right: 5px;
}

span.button, button.button {
    background:     #8fb2c6;
    color:          #fff;
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      12px;
    font-weight:    bold;
    line-height:    20px;
    list-style:     none;
    margin:         0px 2px;
    padding:        2px 15px;
}

span.btn-outline {
    background:     #ffffff;
    border: 1px solid #8fb2c6;
    color:     #8fb2c6;
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      12px;
    font-weight:    bold;
    line-height:    20px;
    list-style:     none;
    margin:         0px 2px;
    padding:        2px 15px;
}

span.tag {
    border:         1px solid #8fb2c6;
    color:          #29425C;
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      12px;
    font-weight:    bold;
    line-height:    20px;
    list-style:     none;
    margin:         0px 2px;
    padding:        2px 15px;
}

span.tag:before {
    display: inline-block;
    position: absolute;
    content: "";
    line-height: 0px;
    height: 0px;
    font-size: 0px;
    width: 0px;
    margin-left: -17px;
    margin-top: -6px;
    border-right: 10px solid #8fb2c6;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    background-color: transparent;
    -webkit-transform:	rotate(45deg);
    -moz-transform:		rotate(45deg);
    -ms-transform:		rotate(45deg);
    -o-transform:		rotate(45deg);
}

span.tag:hover:before {
    border-right: 10px solid #CC0;
}

span.tag:after {
    display: inline-block;
    position: absolute;
    content: "";
    line-height: 0px;
    height: 0px;
    font-size: 0px;
    width: 0px;
    margin-left: 7px;
    margin-top: 6px;
    border-left: 10px solid #8fb2c6;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    background-color: transparent;
    -webkit-transform:	rotate(45deg);
    -moz-transform:		rotate(45deg);
    -ms-transform:		rotate(45deg);
    -o-transform:		rotate(45deg);
}

span.button:hover {
    background:     #29425C;
    color:          #FF0;
    cursor:         pointer;
    font-weight:    bold;
}

div.listButton {
    display: block;
    background:     #ddd;
    border-style: inset;
    border-width: 1px;
    border-color: #0a0a0a;
}

img.avatar {
    max-height: 250px;
    max-width: 250px;
}

div#popOver {
    background: #F9F9F9;
    border: 1px solid #29425C;
    color: #000;
    cursor: pointer;
    float: left;
    padding: 5px;
    position: fixed;
    min-width: 160px;
    min-height: 60px;
    z-index: 800;
}

div.loading {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

/**
 * Popin styling. (in site popups)
 */
div.popinHeader {
    border-botom: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
}

ul.popin_format {
    list-style: none;
    padding: 0px;
}

ul.popin_format .listHeader, ul.popin_format .listHeader:hover {
    background: #3D7198;
    color: #fff;
}

div.custom-menu {
    background: #F9F9F9;
    border: 1px solid #3D7198;
    color: #000;
    cursor: pointer;
    float: left;
    padding: 0px;
    position: fixed;
    margin: 0px;
    z-index: 999;
}

.popinStyle ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.popinStyle ul li {
    background: #DCDCDC;
    border-bottom: 1px solid #D2D2D2;
    color: #000000;
    margin: 0px;
    min-width: 130px;
    padding: 3px 15px;
}

.popinStyle ul li:hover {
    background: #C2C2C2;
    border-bottom: 1px solid #a0a0a0;
}

.popinStyle ul li.contextMenuHeader {
    background: #3D7198;
    color: #ffffff;
    margin: 0px;
    min-width: 130px;
    padding: 3px 15px;
}
.popinStyle ul li.contextMenuHiddenItem {
    height: 0px;
}

div.helper {
    display: flex;
    flex-flow: column;
    background: #EEE;
    border: 1px solid #3D7198;
    color: #000;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 5px;
    top : 1px;
    width: 350px;
    z-index: 1000;
}

div.helper div#helpHeader {
    flex: 0 1 auto;
}

div.helper div#systemHelpContent {
    overflow: auto;
    flex: 1 1 auto;
}

div.helper div.helpHeader {
    background-color: #3d89A7;
    color: #FFF;
    text-align: center;
    padding: 3px 0px;
    font-weight: bold;
}

div.helper div#systemHelpFooter {
    flex: 1 0 1px;
}

div.helper li.helperLinks, div.helper .mini_icon {
    cursor: pointer;
}

div.helper .contextMenuHeader {
    cursor: move;
}

.closeButton {
    -moz-border-radius:	2px;
    -webkit-border-radius: 2px;
    background-color: #b81900;
    border: 1px solid #000;
    border-radius:		2px;
    cursor: pointer;
    display: inline-block;
    font-size: 8px;
    padding: 3px 8px;
    position: absolute;
    right: 3px;
    top: 1px;
}

.popoutButton {
    -moz-border-radius:	2px;
    -webkit-border-radius: 2px;
    background-color: #99ccff;
    border: 1px solid #000;
    border-radius:		2px;
    cursor: pointer;
    color: #000;
    display: inline-block;
    font-size: 8px;
    padding: 3px 8px;
    position: absolute;
    right: 28px;
    top: 1px;
}

.closeButton:hover, .popoutButton:hover {
    opacity: 0.5;
}

span.warning  {
    color: orange;
}

span.valid, span.ok, span.PASS {
    color: green;
}

/**
 * Who is who structure
 */
div.companyDiv {
    width: 100%;
    height: 100%;
}

div.companyDiv .ui-accordion .ui-accordion-icons, div.companyDiv .ui-accordion .ui-accordion-header {
    padding: 0px;
    text-align: center;
}

span.CompanyHeader {
    display: inline-block;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #000;
    background-color: #29425C;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 10px;
}

ul.viewDepartment, ul.viewDepartment ul {
    /*display: inline-block;*/
    /*list-style: none;*/
    /*padding: 0px;*/
    width: 100%;
    /*vertical-align: top;*/
    cursor: pointer;
    background-color: #fff;
    height: auto;
}

ul.viewDepartment {
    /*border: 1px solid #000;*/
}

span.departmentName {
    display: inline-block;
    width: 100%;
    background-color: #29425C;
    color: #fff;
    padding: 2px 0px 2px 15px;
    margin: 0px;
}

ul.viewDepartment span.teamName {
    display: inline-block;
    width: 100%;
    background-color: #ccc;
}

ul.viewDepartment li {
    display: inline-block;
    width: 100%;
}

li.teamMembers {
    display: inline-block;
    border-bottom: 3px solid #ccc;
}

li.teamMembers ul {
    margin: 0px;
    padding: 0px;
    width: 90%;
    margin-left: 10%;
}

li.member {
    margin: 0px;
    position: relative;
    height: 55px;
    width: 100%;
    cursor: pointer;
    border-top: 1px solid #ccc;
    vertical-align: middle;
    white-space: nowrap;
}

li.Manager {
    background-color: lightblue;
    width: 100%;
}

li.TeamLeader {
    background-color: lightgreen;
    width: 90%;
}

li.Team {
    width: 90%;
}

li.member:hover {
    background-color: #ddd;
}

img.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img.thumb {
    cursor: pointer;
    position: relative;
    top: 25%;
}

img.thumbSmall {
    width: 50px;
}

ul.viewDepartment img {
    display: inline-block;
}

ul.viewDepartment span.memberDetails {
    display: inline-block;
    border-top: 1px solid #ccc;
    position: absolute;
    left: 55px;
    top: 0px;
}

ul.viewDepartment span.memberFunction {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
}

div.companyDiv .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 0px;
}

/** Who is who pop in */

div.userDetailsPopIn {
    text-align: center;
}

.userDetailsPopIn img {
    width: 300px;
}

div.UserDetails {
    margin: 0px auto;
}

div.UserDetails ul , div.fileDetails ul {
    text-align: left;
    list-style: none;
    padding: 0px;
}

div.UserDetails span.listItemHead, div.fileDetails ul span.listItemHead  {
    padding-left: 5px;
    display: inline-block;
    width: 120px;
}

div.UserDetails ul input {
    width: 150px;
}

/** Basics */
.inlineContinues li {
    display: inline-block;
}

.border {
    border: 1px solid #ccc;
}

.thumbnail {
    margin: 5px;
}

.thumbnail .details {
    width: 150px;
    overflow: hidden;
    text-align: center;
}

.thumbnail:hover {
    opacity: 0.6;
}

.thumb-large {
    display: block;
    margin: 0px auto;
    max-width: 150px;
    max-height: 130px;
}

.always-right {
    position: absolute;
    right: 10px;
}

.width30 {
    width: 30%;
}

.center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

ul.timerView {
    width: 92%;
    margin: 10px auto;
    padding: 5px 15px;
    border: 2px solid #333;
    background-color: #ABC6DD;
    list-style: none;
}

input.UserInput, input.small {
    max-width: 250px;
}

.roundTop {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

div#uploadedItems {
    float: right;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1000;
    border: 1px solid #000;
    padding: 1px 5px;
    background: #FFF;
    display: none;
}

div#upload-liveuploads {
    max-height: 400px;
    min-width: 300px;
    overflow-y: scroll;
}


div.popupContent {
    /*min-width: 500px;*/
    height: inherit;
    overflow: scroll;
    /*margin-top: -20px*/
}

div.popupHeader {
    margin-top: -20px
}

/**
 * Span status colors
 */
span.error, span.FAIL, div.fail, th.FAIL, th.error {
    color: red;
}

.alignTop {
    vertical-align: top;
}

.alignLeft, caption.alignLeft {
    text-align: left;
}

.inline {
    display: inline-block;
}


div.frontPageLinks {
    /*border: 1px solid #000;*/
    width: 80%;
    position: relative;
    /*right: 1px;*/
    /*top: 1px;*/
    /*height: 400px;*/
    margin: 0px auto;
}

div.frontPageLinks ul {
    /*display: table;*/
    list-style: none;
    /*margin-top: 60px;*/
    margin: 0 auto;
    /*margin-right: 25px;*/
    text-align: center;
    max-width: 700px;
}

div.frontPageLinks ul li {

    display: inline-block;
    width: 150px;
    margin-top: 15px;
    margin-left: 15px;
    height: 70px;
    line-height: 70px;
    opacity: 1.0;
    cursor: pointer;
    /*border-top: 20px solid #29425C;*/
    border-top: 3px solid #3D7198;
    border-bottom: 3px solid #3D7198;
    border-left: 3px solid #3D7198;
    border-right: 3px solid #3D7198;

    -moz-border-bottom-right-radius:	20px;
    border-bottom-right-radius:			20px;
    -webkit-border-bottom-right-radius:	20px;
    -moz-border-top-left-radius:		20px;
    border-top-left-radius:				20px;
    -webkit-border-top-left-radius:		20px;


    /*border-radius:			8px;*/
    /*-webkit-border-radius:		8px;*/
    /*-moz-border-radius:		8px;*/

    padding-right: 15px;
    /*text-align: right;*/
    vertical-align: bottom;
    /*color: #7992AC;*/
    color: black;
    background: blue;
    background: -webkit-linear-gradient(left, #466 , white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #466, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #466, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #CCC , #CCC , #FFF, #FFF); /* Standard syntax */

    -webkit-box-shadow: 5px 9px 16px -7px rgba(51,51,51,0.84);
    -moz-box-shadow: 5px 9px 16px -7px rgba(51,51,51,0.84);
    box-shadow: 5px 9px 16px -7px rgba(51,51,51,0.84);
}

div.frontPageLinks ul li:hover {
    opacity: 1.0;
    color: #29425C;
    /*border-top: 20px solid #29425C;*/
    /*border-top: 1px solid #29425C;*/
    /*border-bottom: 1px solid #29425C;*/
    /*border-left: 1px solid #29425C;*/
    /*border-right: 1px solid #29425C;*/
}

/*div.frontPageLinks ul li::after {*/
    /*content: "Web site link: ";*/
    /*position: absolute;*/
    /*margin-top: -45px;*/
    /*margin-left: -340px;*/
    /*color: #FFF;*/
/*}*/

div.frontPageLinks ul li span {
    text-align: left;
    vertical-align: bottom;
    display: inline-block;

    line-height: 90%;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: normal;
    font-size: 20px;
    width: 98%;
    color: #3D7198;
    -webkit-text-stroke: 1px black;
    color: white;
    text-shadow:
            1px 1px 0 #666,
            -1px -1px 0 #666,
            1px -1px 0 #666,
            -1px 1px 0 #666,
            1px 1px 0 #666;
}

div.frontPageLinks ul li:hover span {

    /*margin-bottom: 0px;*/
    /*text-align: center;*/
    /*display: inline-block;*/
    /*background-color: #eee;*/
    /*border-left: 1px solid #000;*/
    /*border-right: 1px solid #000;*/
    /*font-weight: bold;*/
    /*color: green;*/
    /*-webkit-text-stroke: none;*/
    /*text-shadow: none;*/
    /*font-size: 15px;*/
    /*width: 100px;*/
    /*line-height: 70px;*/
}

.tableWidth {
    display: block;
    width: 95%;
    margin: 0px auto;

}

img.small_icon {
    max-width: 15px;
    max-height: 15px;
}

.alignRight {
    margin-right: 5px;
    float:right;
}

.clickable {
    cursor: pointer;
}

.hover:hover {
    cursor: pointer;
    color: yellow;
}

.importantLink {
    text-decoration: underline;
    color: darkblue;
}

.importantLink:hover {
    cursor: pointer;
    color: yellow;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

textarea.preformatted {
    width: 90%;
    padding: 0px;
    height: 100px;
}

@media only screen and (max-width: 600px) {
    #userview_td #headerLogin{
        display: none;
    }

    #userview_td #homeIcon {
        display: none;
    }

    div #background table {
        border: 1px solid #F9F9F9;
        font-size: 16px;

        font-family:'微軟正黑體','Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    }

    div #background table td {
        line-height: 20px;
        padding: 2px;
    }

    div #background input {
        background-color: transparent;
        border: 1px solid #6f92a6;
        color: #6f92a6;
    }

    div #background table caption {
        background-color: transparent;
        color: #6f92a6;
        text-align: left;
    }

    div #background table button {
        /*background-color: transparent;*/
        /*color: #6f92a6;*/
        text-align: left;
        font-size: 16px;
        line-height: 18px;
    }


    div.frontPageLinks {
        display: none;
    }

}

form input.mediumText {
    width: 50%;
}


li.threePart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: stretch;*/
    flex: 1 100%;
    text-align: left;
}

div.middleFill {
    /*display: inline-block;*/
    flex-basis: auto;
    flex-grow: 2;

}

.errorText {
    color: darkred !important;
}


div.SLA {
    margin: 20px auto;
    padding: 5px;
    text-align: center;
    width: 100%;
    border: 1px solid black;
    background-color: yellow;
    display: inline-block;
    font-weight: bold;
    -moz-border-radius:	    10px;
    border-radius:			10px;
    -webkit-border-radius:	10px;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em; }