﻿html {
	overflow-y: scroll;
}

* {
d	border:#c0c0c0 1px solid;
}

body {
	font-family: 'Lucida Sans Unicode';
	color:#333;
	font-size:14px;
}
.inline {
	display: inline;
}

header {
	padding-bottom:20px;
}
footer {
	padding-top:20px;
	font-size:13px;
}

.bold {
	font-weight: bold;
}

input::-ms-clear {
    display: none;
}

a {
	color:#049;
	outline:none;
	border:none;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

a img {
	outline:none;
	border:none;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.greybar {
	background-color:#eeeeee;
	padding:10px 10px;
	border:#dddddd 1px solid;
	box-sizing:border-box;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading {
	background-image:url('/images/loading.gif');
	background-position:center;
	background-repeat:no-repeat;
}

.ErrorText {
	color:#cc4444;
	font-weight:bold;
}


/* Top Bar Stuff */

#TopBar:after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

#LibraryDropdown {
	float:left;
	margin-left:10px;
	cursor:pointer;
}

#UserDropdown {
	float:right;
	margin-right:10px;
	cursor:pointer;
}
#UserDropdown {
  margin-left:20px;
}

#UserDropdown .k-animation-container {
  left: auto !important;
  right: -2px;
}


#TopNavMenu {
	line-height:54px;
	padding-right:3px;
	float:right;
	font-size:18px;
}
	#TopNavMenu ul {
		float: left;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	#TopNavMenu ul li {
		display:inline;
	}
	#TopNavMenu ul li a {
		background-position: left center;
		background-repeat:no-repeat;
		/*padding-left:18px;*/
		line-height:normal;
	}
	
.btnsep {
	color:#bbbbbb;
	padding-left:5px;
	padding-right:5px;
	line-height:normal;
}

/*
    
.btnhom {
	background-image:url('/images/icons/home16.png');
}
.btndoc {
	background-image:url('/images/icons/page16.png');
}
.btnres {
	background-image:url('/images/icons/report16.png');
}
.btnsup {
	background-image:url('/images/icons/help16.png');
}
.btnbar {
	background-image:url('/images/icons/barcode16.png');
}
*/

/* Title Section (SISTRS, menus) */
#TopTitle {
	float:left;
	padding-left:3px;
	font-size:24px;
	line-height:54px;
}
	#TopTitle a {
		text-decoration:none;
		color:#333;
	}


#MainBodyContainer {
	padding: 0px 5px;
}

/* Page Title */
#PageTitle {
	background-image:url('/images/TitleBackground.png');
	background-position:left;
	height:155px;
	font-family: 'Lucida Sans Unicode';
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	color: #152354;
}
	#PageTitle span {
		position:relative;
		left:200px;
		height:155px;
		display:table-cell;
		vertical-align:middle;
	}

/* home page */
#HomeMenu {

}
.HomeMenuIcon {
	width:32px;
	height:32px;
	margin-right:7px;
	float:left;
}
.HomeMenuTitle {
	font-size:16px;
}
.HomeMenuText {
	font-size:14px;
}


/* preferences */
#PreferencesWindow {
	display:none;
}



.splitbutton {
	display: inline-block;
}
	.splitbutton .emptyItem {
		border-right-width: 0;
	}
	.splitbutton .emptyItem > .k-link {
		padding-left: 0 !important;
	}
	.splitbutton li ul li {
		text-align:left;
	}


.GreenCheckIcon {
	background-image: url('/images/icons/greencheck16.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
}

.ErrorIcon {
	background-image: url('/images/icons/error16.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
}


.MenuSeparator hr {
	margin-top:0px;
	margin-bottom:0px;
	border-top:#c0c0c0 1px solid;
}


/* kendo overrides */
.k-button.k-button-icontext .k-image {
	vertical-align: middle;
 }


.GoodButton {
	background: none, linear-gradient(to bottom,rgba(200,255,200,1),rgba(200,255,200,.5));
}
	.GoodButton:hover {
		background:rgba(160,255,160,.9) !important;
	}

.BadButton {
		
}

#AdvancedSearchPanel2 {
    
}
    #AdvancedSearchPanel2 div span {
        width: 120px;
        text-align: right;
        display: inline-block;
        margin-right: 10px;
    }
    #AdvancedSearchPanel2 div input, #AdvancedSearchPanel2 div select {
        //max-width: 200px !important;
    }

    #AdvancedSearchPanel2 div {
        margin-bottom: 5px;
    }

	.displaynone {
		display:none;
	}

/* TABLET */
/*
@media screen and (min-width: 601px) and (max-width:800px) {
	body {
		background-color: lightblue;
	}
	.btnsep {
		padding-left:0px;
		padding-right:0px;
	}
	#TopNavMenu {
		font-size:16px;
	}


}
*/

/* PHONE */
/*
@media screen and (max-width: 650px) {
    body {
        background-color: lightgreen;
    }
}*/



/* bootstrap coloring */
/*
.col-md-1 {
	background-color:#cccccc;
}
.col-md-2 {
	background-color:#ffcccc;
}
.col-md-8 {
	background-color:#ccccff;
}
.col-md-3 {
	background-color:#ffcccc;
}
.col-md-7 {
	background-color:#ccccff;
}
.col-md-4 {
	background-color:#ffcccc;
}
.col-md-6 {
	background-color:#ccccff;
}
.col-md-5 {
	background-color:#ccffcc;
}
	*/