﻿

/* general */
html, body {
    /*padding: 0;*/
    /*margin: 0;*/
    /*height: 100%;*/
}
body {
   /* font-family:arial,verdana,tahoma;
    font-size:11pt;*/
    /*behavior:url('@Url.Content("~/Content/PIE-2/PIE.htc")');*/
    behavior: url('/content/PIE-2/PIE.htc');
}
.log-off-class {
    color: brown ;
    
}

/*START CODE BY BENJAMIN*/

ul.nav > .nav-item > a.nav-link:hover {
    background-color: var(--bs-primary);
}
/* SET Bootstrap 5 popoover*/
.custom-popover {
    --bs-popover-max-width: fit-content;
}
/*END CODE BY BENJAMIN*/
.popover {
    --bs-popover-max-width: 295px!important;
}

/* basic positioning properties */
.fl {
    float: left
}
.fr {float:right}
.tar {text-align:right}
.tal {text-align:left}
.tac { text-align: center;}

/* margins */
.mr25 { margin-right: 25px; }
.mr10 { margin-right: 10px; }
.mr50 { margin-right: 50px; }

.ml25 { margin-left: 25px; }
.ml10 { margin-left: 10px; }
.ml50 { margin-left: 50px; }

.mt25 { margin-top: 25px; }
.mt10 { margin-top: 10px; }
.mt50 { margin-top: 50px; }

.mb25 { margin-bottom: 25px; }
.mb10 { margin-bottom: 10px; }
.mb50 { margin-bottom: 50px; }

.m10 { margin: 10px; }
.m25 { margin: 25px; }
.m50 { margin: 50px; }

.p5  { margin: 5px; }
.p10 { margin: 10px; }
.p25 { margin: 25px; }
.p50 { margin: 50px; }

.ti10 { text-indent: 10px; }
.ti15 { text-indent: 15px; }
.ti25 { text-indent: 25px; }
.ti50 { text-indent: 50px; }

/* boxes */
.box-medium { width: 400px; }
.box-medium-big { width: 550px; }
.box-smaller-big { width: 600px; }
.box-big  { width: 700px; }
.box-small  { width: 200px; }
.box-small-medium-small { width: 255px; }
.box-small-medium { width: 300px; }
.box-large { width: 900px; }
.box-medium-big-blue {
    width: 550px;
    background-color: aliceblue ;
}
.box-small-blue  
    { width: 200px; 
      background-color: lightblue;
    }
.box-medium-blue
    { width: 400px; 
      background-color: blue;
        border-color:#000000;
        border-width:medium;
    }


/*.box-small-medium-small { 
        background-color: lightgrey;
        width: 255px;; 
        border-color:#000000;
        border-width:medium;
 
}

.box-medium-big {
        background-color: lightgrey;
        width: 550px;px; 
        border-color:#000000;
        border-width:medium;
 
}

.box-medium {
        background-color: lightgrey;
        width: 400px; 
        border-color:#000000;
        border-width:medium;

}*/

.box-medium-lines { 
    background-color: lightgrey;
    width: 400px;
    border-color:#000000;
    border-width:medium;
    padding: 25px;
    margin: 25px;
}

.box-medium-lines { 
    background-color: lightgrey;
    width: 400px;
    border-color:#000000;
    border-width:medium;
    padding: 25px;
    margin: 25px;
}

.box-large-lines { 
    background-color: lightgrey;
    width: 700px;
    border-color:#000000;
    border-width:medium;
    padding: 25px;
    margin: 25px;
}

.action-bar {
    padding: 2px; 
    background-color: rgb(235,235,235);
    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* app title bar */
.app-title {
    background-color: #36c;
    /*background-image: url('/Content/images/Blue-White-Abstract-Wallpaper-28535.jpg');*/
    /*background-size: auto;*/
    display: block;
    width: 100%;
    height: 85px;
    box-shadow: inset 0px -3px 10px rgba(0,0,0,.3);
    /*behavior: url(@Url.Content("~/Content/PIE-2/PIE.htc"));*/
    /*behavior: url('/content/PIE-2/PIE.htc');*/
}
.app-title #topLeft div img {
    margin-left:15px;
    width:40px;
    vertical-align: middle;
    border-radius:20px;
    box-shadow:2px 2px 10px rgba(0,0,0,.5);
    /*behavior: url(@Url.Content("~/Content/PIE-2/PIE.htc"));*/
    /*behavior: url('/content/PIE-2/PIE.htc');*/
}
    .app-title #topLeft div h2 {
        display: inline-block;
        color: antiquewhite;
        margin-left: 5px;
        text-shadow: 2px 2px 8px rgb(0,0,0);
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction=120);
        font-size: 1.4em;
        font-family: open-sans-condensed,sans-serif;
        /*behavior: url(@Url.Content("~/Content/PIE-2/PIE.htc"));*/
        /*behavior: url('/content/PIE-2/PIE.htc');*/
    }
    .app-title h4 {
        display: inline-block;
        color: antiquewhite;
        margin-left: 5px;
        text-shadow: 2px 2px 8px rgb(0,0,0);
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction=120);
        font-size: 1.4em;
        font-family: open-sans-condensed,sans-serif;
        /*behavior: url(@Url.Content("~/Content/PIE-2/PIE.htc"));*/
        /*behavior: url('/content/PIE-2/PIE.htc');*/
    }
h2 {
    font-family: open-sans-condensed, sans-serif;
    /*text-transform: uppercase;*/
}

.bigtext {
    font-size: 1.9em;
}

.biggertext {
    font-size: 1.6em;
}

.bigtext, .biggertext {
    font-family: open-sans-condensed, sans-serif;
    text-transform: uppercase;
}

.ui-dialog-title {
    font-family: open-sans-condensed, sans-serif;
    font-size: 14pt;
}

.ui-dialog-content {
    font-size: 11pt;
}

/* main navigation */
.main-nav {
    display:block;
    width:100%;
    min-width:900px;
    height:30px;
    overflow:hidden; 
    background: #aebcbf; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYmNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlNzc3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    box-shadow:2px 2px 2px rgba(0,0,0,.7);
    border-top:solid 1px rgb(0,0,0);
    /*behavior: url(@Url.Content("~/Content/PIE-2/PIE.htc"));*/
    behavior: url('/content/PIE-2/PIE.htc');
}
.main-nav > ul { 
    list-style: none; 
    display:table-row; 
    margin:0; 
    padding:0;
    }
.main-nav > ul > li { display:table-cell; margin:0; padding:0; }
.main-nav > ul > li  ul { display:none;}
.main-nav > ul > li:hover ul {
    display:table;
    z-index:9999;
    list-style:none;
    margin:0;
    padding:10px;
    position:absolute;
    background-color:rgb(0,0,0);
    box-shadow:2px 2px 5px rgba(0,0,0,1);
    box-shadow:inset 0px -6px 6px rgba(66,99,255,.5);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*behavior: url('@Url.Content("~/Content/PIE-2/PIE.htc")');*/
    behavior: url('/content/PIE-2/PIE.htc');
    }
    .main-nav > ul > li:hover ul li {
    display:table;
    padding:5px;
    margin:0;
    font-size:10pt;
    }
.main-nav > ul > li:hover > ul li a {
    color:white;
    text-decoration:none;
}
.main-nav > ul > li:hover > ul li a:hover {
    color:#9cf;
}
.main-nav > ul > li > a {
    display:block;
    color:white;
    text-decoration:none;
    line-height:20px;
    padding:5px 15px 5px 15px;
    font-size:10pt;
    font-weight:normal;
    }
.main-nav > ul > li:hover > a {
    color:#9cf;
}
.main-nav > ul > li:hover, .main-nav > ul > li a:hover {
    background-color:rgb(0,0,0);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
}
div.menu-spacer {
    display:block;
    width:200px;
    height:2px;
    background-color:rgb(50,50,50);
}


/*main content*/
#main-content {
    display:table;
    width:98%;
    min-width:900px;
    margin:1px 1% 10px 1%;
}
     
.form dl {
    display: block;
}   

.form dl dd {
    display: inline-block;
    width: 150px;
    text-overflow: ellipsis;
    vertical-align: top;
}

.form dl dt {
    display: inline-block;
    width: 225px;
}

.form dl dt input[type=text], .form dl dt input[type=password], .form dl dt textarea, .form dl dt select {
    width: 100%;
}

.form dl dt textarea {
    height: 75px;
}

.form dl dd {
    font-size: .9em;
}

.boldtext {
    font-weight: bold;
}

.bg-gray {
    background: rgb(225,225,225);
}

.no-show {
    display: none;
}

.hand {
    cursor: pointer;
}

/*toggle buttons*/
.toggle-buttons {
    /*text-align: right;*/
    /*margin:50px,0px,10px,0px*/
}
.toggle-buttons a.toggle-button {
    height:20px;
    display: inline-block;
    padding: 3px 6px;
    background: #e0e0e0;
    border-top: solid 1px #cccccc;
    /*border-left: solid 1px #ededed;
    border-right: solid 1px silver;*/
    border-bottom: solid 1px #cccccc;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 1em;
    font-weight: normal;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, .5);
}
.toggle-buttons a.toggle-button:first-child {
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.toggle-buttons a.toggle-button:last-child {
    border-right: solid 1px #cccccc;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.toggle-buttons a.toggle-button:hover {
    background: #ededed;
    color: black;
}
.toggle-buttons a.toggle-button-down {
    /*font-weight: bold;*/
    background: #777;
    color: white;
    box-shadow: inset 2px 2px 1px rgba(0,0,0,.5), 2px 2px 1px rgba(0, 0, 0, .5);
    -ms-box-shadow: inset 2px 2px 1px rgba(0,0,0,.5), 2px 2px 1px rgba(0, 0, 0, .5);
}
.toggle-buttons a.toggle-button-down:hover {
    background: #000;
    color: white;
}

.button-big {
    font-size: 1em;
    padding: 10px;
    min-width: 125px;
    min-height: 26px;
    color: rgb(0, 0, 0);
}

.pretty-btn-red {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	 margin:6px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.pretty-btn-red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.pretty-btn-red:active {
	position:relative;
	top:1px;
}

 .pretty-btn-orange {
	-moz-box-shadow:inset 0px 1px 0px 0px #551703;
	-webkit-box-shadow:inset 0px 1px 0px 0px #551703;
	box-shadow:inset 0px 1px 0px 0px #551703;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:orange;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.pretty-btn-red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.pretty-btn-red:active {
	position:relative;
	top:1px;
}

.pretty-btn-yellow {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333333;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 6px;
    margin: 6px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffee66;
}.pretty-btn-yellow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.pretty-btn-yellow:active {
	position:relative;
	top:1px;
}

 .pretty-btn-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.pretty-btn-green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.pretty-btn-green:active {
	position:relative;
	top:1px;
}

.pretty-btn-blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
    margin:6px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
}.pretty-btn-blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.pretty-btn-blue:active {
	position:relative;
	top:1px;
}

 .pretty-btn-purple {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.pretty-btn-red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.pretty-btn-red:active {
	position:relative;
	top:1px;
}

/* drop down list */
.ddl-wrapper {
    display: block;
    width: 200px;
    height: 28px;
    padding: 3px;
    border: solid 1px black;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .8);
    -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .8);
}

.ddl-wrapper-2 {
    width: 200px;
    height: 28px;
    padding: 3px;
    border: solid 1px black;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .8);
    -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .8);
}

.ddl-wrapper > input[type=text] {
    width: 160px;
    height: 16px;
    border: none;
    outline: none;
    margin-left: 5px;
}

.ddl-wrapper > img {
    height: 30px;
    vertical-align: middle;
}

.ddl-wrapper > img:hover {
    background-color: lightgray<;
}

.ddl-wrapper  div {
    background: rgb(255, 255, 255);
    border: solid 1px black;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;
    padding: 10px;
    display: none;
    min-width: 150px;
}
.ddl-wrapper ul {
    margin: 10px 0 10px 0;
    padding-left: 0;
}
.ddl-wrapper ul li {
    list-style-type: none;
    font-size: .9em;
    margin-left: 0;
    padding-left: 0;
}
.ddl-wrapper ul li span:hover {
    cursor: pointer;
}
.ddl-wrapper ul li:hover {
    background-color: lightyellow;
    cursor: pointer;
}

.fly-out-menu {
    /*background: transparent url('/Content/images/fly-out-menu.png') no-repeat 0px 0px;*/
    background: transparent url('/content/images/fly-out-menu.png') no-repeat 0px 0px;
    display: block;
    width: 350px;
    height: 45px;
}
.fly-out-menu div {
    display: table-cell;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 7px;
}
.fly-out-menu div:first-child {
    padding-left: 10px;
}
.fly-out-menu div a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: .8em;
}
.fly-out-menu div a:hover {
    color: #3366cc;
    text-decoration: underline;
}
.ico-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: transparent url('/Content/images/ico-check.png') no-repeat 2px 5px;
}
.ico-return {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    vertical-align: middle;
    background: transparent url('/Content/images/ico-return.png') no-repeat 5px 3px;
}
.ico-scrap {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    vertical-align: middle;
    background: transparent url('/Content/images/ico-scrap.png') no-repeat 5px 3px;    
}

/* validation */
.field-validation-error {
    color: red;
    font-size: .8em;
    font-style: italic;
}

.center-stage {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.graph-stage {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    /*table.grid-result-list > tbody > tr.grid-rolling-row:nth-child(4n) > td:first-child > div:first-child {*/
    table.grid-result-list > tbody > tr.grid-rolling-row:nth-child(even) > td:first-child > div:first-child {
        page-break-after: always;
    }

    .grid-rolling-row div:first-child {
        padding: 0;
        width: 100%;
        margin: 0;
        height: auto;
        max-height: 544px;
        overflow: hidden;
    }
}
/*table CSS*/
.Alternating_Hoverable_grid 
    .Alternating_Hoverable_grid tr:nth-child(odd) {
        background-color: #EAF2D3;
    }

    .Alternating_Hoverable_grid tr:nth-child(even) {
        background-color: #A7C942;
    }

    .Alternating_Hoverable_grid tr:hover {
        background-color: #89ae37;
    }
/*slider crap*/
    pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    display:none;
}
    #banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption {
    background: rgba(255,255,255,0.5);
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



