@media screen
{
    .noPrint{}
    .noScreen{display:none;}
}

@media print
{
    .noPrint{display:none;}
    .noScreen{}
}
div.required label:after {
    content: " *";
    color: red;
}  
html,
body {
    height: 100%;
	width:  100%;
}


                               
.dl-horizontal dt{
    text-align: left;
    width: auto;
}

.dl-horizontal dd{
	text-align: right;
    margin-left: 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -90px;
    padding: 0 0 60px;
	width: 100%
}

.wrap > .container {
    padding: 70px 20px 20px;
		
	width : 100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.blue a{
    background-color: blue !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.red a{
    background-color: red !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.yellow a{
    background-color: yellow !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.green a{
    background-color: green !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.orange a{
    background-color: orange !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.teal a{
    background-color: teal !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.aqua a{
    background-color: aqua !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.brown a{
    background-color: brown !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.cyan a{
    background-color: cyan !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.darkblue a{
    background-color: darkblue !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.gray a{
    background-color: gray !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.darkgray a{
    background-color: darkgray !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12px;
}

.Highlighted a{
   background-color : Green !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}

.RowLines:first-child {
	border-top: 1px solid #ccc;
}
.RowLines:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.RowLines:last-child {
	border-bottom: 1px solid #ccc;
}

.ColumnLines:first-child {
	border-left: 1px solid #ccc;
}
.ColumnLines:not(:last-child) {
	border-right: 1px solid #ccc;
}
.ColumnLines:last-child {
	border-right: 1px solid #ccc;
}
/* remove right vertical rule on small */
@media(min-width:992px){
	.ColumnLines {
		border-right:1px solid #ccc;
	}
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

