﻿input[type='text'], input[type='password']
{

}
   
div.rgHeaderWrapper, div.rgHeaderDiv {
    background-image: none !important;
    margin-right: 0 !important;
    border-right: 0 !important;
}
.t-background-default {
    background-color: rgb(85, 85, 85);
    color: #fff;
}
.t-border-default {
    border: 2px solid rgb(85, 85, 85);
}
.t-listview-wrapper li
{
    min-width: 40px;
    margin-left: 5px;
    list-style-type: none;
    display: inline-block;
}

/* List View headers / cols */
.kct-list-view-items li {
    min-width: 40px;
    margin-left: 5px;
    list-style-type: none;
    display: inline-block;
    padding: 2px;
}
.kct-list-view {
    margin-left: 10px;
    margin-right: 10px;
}
.kct-list-view .group-col-header {
    color: #fff;
    width: 150px;
}
.kct-list-view .group-col-name {
    width: 150px;
}
.kct-list-view .perm-col {
    width: 40px;
    text-align: center;
}
.kct-list-view .group-header {
    padding: 3px;
    margin-bottom: 3px;
}
  

/* jQuery UI Component containers Defaults
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: .8em !important; }
.ui-widget .ui-widget { font-size: .8em !important; }
.ui-state-hightlight { display: block;height: 100px;line-height: 100px;}
/*----------------------------------*/

/*.k-window-titlebar { font-size: 13px !important; }*/
.k-input, .k-widget { font-size: 15px !important; }

a.k-button {
    font-size: 15px;
}

div.k-button.k-upload-button {
    width: auto;
}

div.k-window-content.k-content { 
	visibility:visible !important; /* Fixes IE8 issue */
 }
.k-block > .k-header, .k-window-titlebar {
    line-height: 1.2em !important;
}
/* alert window */
div.window-actions-bar {
    margin-top: 15px;
    background-color: rgb(227, 227, 227) !important;
}

.k-viewHtml {
    background: transparent url(images/insert-html-icon.png) no-repeat 50% 50%;
}
/* default selection of dropdownlist */
.k-dropdown .k-state-focused {
    border-color: red !important;
    border-width: 1px;    
}​
/* Input Formatting */
ul.dataEntry {display: block; border: 2px solid #402d1e; background-color: #eaeaea; }

.kct-input-label { 
    margin-right: 5px; 
    width: 150px;
    text-align: right; 
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
/* As of 2018, not needed */
/*.k-textbox { height: 1.2em; }*/

[kct-data-element] div.kct-input-wrapper {
    /*display: inline-block;*/
}
[kct-data-element] input[type='checkbox'] {
    padding-top: 7px;
    width: auto !important;
    padding-left: 2px;
}
div[data-kct-type='displayonly'] {
    line-height: 26px;
}
/*div[data-type='module'] {
    border: 2px dotted;
}*/

.rcbSlide { z-index: 12000 !important; }

/** Standard **/
li.label, li.input { padding-top: 5px; padding-left: 15px; background-color: #eaeaea; display: block; position: relative; }
li.label { background-color: #ccc; font-weight: bold; width: auto; font-size: 1.15em; } 
li.input { padding-bottom: 4px; border-bottom: 1px solid #402d1e; }

li.header { background-color: #402d1e; font-family: "Segoe UI", Arial, Verdana; font-size: 1.5em; color: #fff; font-weight: bold; }
div.inputSectionWrapper { border: 1px solid black; display: block; }

/** Side-by-Side Input Entry **/
li.label-side, li.input-side { padding-top: 5px; padding-left: 15px; background-color: #eaeaea; display: block;height: 23px; }
li.label-side { background-color: #ccc; font-weight: bold; width: auto; font-size: 1.15em;width: 200px; float: left; } 
li.input-side { border-bottom: 1px solid #402d1e;clear: right;padding-left: 15px; }
li.input-side:first { padding-left: 15px; }
/** End **/

.cart-link:hover {color: #fff;text-decoration: underline;border-bottom: solid 1px #fff; }
.cart-link:link { color: #fff; text-decoration: none;  }
.cart-link:visited { color: #fff; text-decoration: none;  }


/* a[icon-name] */
.kct-action-text { margin-left: 5px;font-size: 12px; }

/* Commented out: 6/24/2015: KRC - Purpose??? */
[kct-data-element] {
    /*display: inline-block;*/
    padding-top: 4px;
    padding-bottom: 4px;
}

/* 	RESULT STYLE  */
.testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arial,helvetica,san-serif;
	color:#666;
	padding:0px 0px 12px 10px;
	margin-left:10px;
    margin-top: 4px;
	display: block;
	/*height:23px;*/
	float:left;
}
.testresult span{
	padding:4px 20px 12px 10px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
	background:url(images/red.png) no-repeat 0 0;
}
.shortPass span{
	background:url(images/red.png) no-repeat top right;
}
.badPass{
	background:url(images/red.png) no-repeat 0 0;
}
.badPass span{
	background:url(images/red.png) no-repeat top right;
}
.goodPass{
	background:url(images/yellow.png) no-repeat 0 0;
}
.goodPass span{
	background:url(images/yellow.png) no-repeat top right;
}
.strongPass{
	background:url(images/green.png) no-repeat 0 0;
}
.strongPass span{
	background:url(images/green.png) no-repeat top right;
}


/* Login Module Styles */
.kct-survey-template .kct-input-label { margin-left: 0px; }  
.button-tab { margin-left: 0px !important;margin-top: 10px; }  
.input-row { margin-top: 3px;margin-bottom: 3px; } 
       
.rounded-table {
    background-color: rgb(85, 85, 85);
}
.border-wrapper 
{
    border-color: rgb(85, 85, 85);
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: .6em .6em;
    border-width: 2px;
    border-style: solid;
    display: block;
    clear: both;
    /*height: 190px;*/
}
.table-title {
    background-color: rgb(85, 85, 85);
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px;
}

#login-module.border-wrapper {
    border-width:0px;
}

.login-wrapper {
    padding: 5px 5px 5px 5px;
    border-radius: .6em .6em;
    box-sizing: border-box;        
}

#error-log 
{
    display: none;
    box-sizing: border-box;
    border-radius: 0.6em 0.6em;
    border: solid 1px rgb(85, 85, 85);
    min-height: 50px;
    color: rgb(85, 85, 85);
    background-color: #ccc;
    padding: 10px 5px;
    margin-top: 10px;
}    

.Waiting {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9000 !important;
    opacity: .7; 
    filter:Alpha(Opacity=70);
    background-image: url(images/loading_animation.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.slide-show-wrapper {
    padding-bottom: 2px; width: 370px; margin-top: 45px; margin-left: 45px;
}

.collapsible-menu {
    margin-bottom: 25px;
}

.htmlViewer-body {
    text-align: justify;
}
.htmlViewer-body ul {
    margin: 5px;
}