/*! jQuery UI - v1.10.3 - 2013-10-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.button.css, jquery.ui.slider.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 1000;
}

.ui-front-highzindex {
    z-index: 2000;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(5,16,27,0.8);
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
    border:0;
    outline:none;
    background: none;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* dialog */
.ui-dialog {
    z-index:1001;
	position: absolute;
	top: 0;
	outline: 0;

    border-collapse:collapse;
	margin:0;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 0 10px 60px rgba(0,0,0,.55);
	-moz-box-shadow: 0 10px 60px rgba(0,0,0,.55);
	box-shadow: 0 10px 60px rgba(0,0,0,.55);
}
.ui-dialog-tabbed{
    background-color: #E6E6E6 !important;
}
.ui-dialog.invisiwindow {
    z-index:200;
    position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;

    border-collapse:collapse;
	margin:0;
    background: none !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;

    overflow:visible !important;
}

.ui-dialog-blue {
    background-color: #174273;
}

.ui-dialog.highzindexdlg {
    z-index:2001;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;

    border-collapse:collapse;
	margin:0;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 0 10px 60px rgba(0,0,0,.55);
	-moz-box-shadow: 0 10px 60px rgba(0,0,0,.55);
	box-shadow: 0 10px 60px rgba(0,0,0,.55);
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em 0 1em;
	position: relative;
}
.invisiwindow .ui-dialog-titlebar  {
	display:none !important;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    padding-top:2px;
    font-size:16px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: .5em;
    width: 21px;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-titlebar-close:after {
    position:absolute;
    top:0px;
    left:0px;
    font-family: "fontello";
    content:'\e93B';
    color:#7f736e;
    font-size:18px;
}

#news-head {
    min-height: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
}
#news-head + .ui-dialog-titlebar {
    position: static;
}
#news-head + .ui-dialog-titlebar .ui-dialog-titlebar-close {
    position: absolute;
    top: 18px;
    right: 20px;
}
#news-head + .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.ui-dialog-blue .ui-dialog-titlebar-close:after {
    color: #eee
}

.no-close .ui-dialog .ui-dialog-titlebar-close:after, .no-close .ui-dialog-titlebar-close, .no-titlebar .ui-dialog-titlebar { display: none !important}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	background: none;
	overflow: visible;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
} 


.ui-slider-dot .ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider-dot .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider-dot .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider-dot .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider-dot .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-dot .ui-slider-vertical
{
    background-color: rgba( 216, 216, 216, 0.502 );
    box-shadow: 0px 1px 0px 0px rgb( 255, 255, 255 );
    width: 4px;
}

.ui-slider-dot .ui-slider-horizontal 
{
    background-color: rgba( 216, 216, 216, 0.502 );
    box-shadow: 0px 1px 0px 0px rgb( 255, 255, 255 );
    height: 4px;
}

.ui-slider-dot .ui-slider-vertical .ui-slider-handle
{
  border-radius: 50%;
  background-color: rgb( 243, 243, 243 );
  box-shadow: 0px 1px 2px 0px rgb( 77, 72, 70 );
  width: 18px;
  height: 18px;
  margin-top:-8px;
  margin-left:-7px;
  cursor:s-resize;
}

.ui-slider-dot .ui-slider-horizontal .ui-slider-handle 
{
  border-radius: 50%;
  background-color: rgb( 243, 243, 243 );
  box-shadow: 0px 1px 2px 0px rgb( 77, 72, 70 );
  width: 18px;
  height: 18px;
  margin-top:-7px;
  margin-left:-9px;
  cursor:e-resize;
}

.ui-slider-dot .ui-slider-handle:hover,
.ui-slider-dot .ui-slider-handle:focus
{
    outline: 0;
    text-decoration:none;
}

.ui-slider-dot .ui-slider-handle:after
{
    content: '\e813';
    font-size: 6px;
    line-height: 50px;
    font-family: 'fontello';
    z-index:1000;
    position:absolute;
    top:-16px;
    left:-16px;
    width:50px;
    height:50px;
    text-decoration:none;
    padding-left:23px;
}

.ui-slider-dot .ui-slider-horizontal .ui-slider-range 
{
    background-color: rgb( 102, 97, 94 );
    height: 4px;

	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 8px;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0px;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-slider-scroll .ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider-scroll .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider-scroll .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-scroll .ui-slider-horizontal {
    background-color: rgb( 221, 221, 221 );
    box-shadow: 0px 1px 0px 0px rgb( 255, 255, 255 );
    height: 8px;
}

.ui-slider-scroll .ui-slider-horizontal .ui-slider-handle {
    background-color: rgb( 116, 120, 129 );
    height: 8px;
}
.ui-slider-scroll .ui-slider-handle:hover {
    outline: 0;
    text-decoration:none;
    background-color:black;
}

#scroll-pane,.scroll-pane{position:relative}
.scroll-content {position:absolute;top:0;left:0;width:100%;}
.slider-wrap{position:absolute;right:0;top:0;background-color:lightgrey;width:8px;background-color: rgb( 221, 221, 221 );}
.slider-vertical{position:relative;height:100%}
.slider-vertical .ui-slider-handle{width:8px;height:8px;margin:0 auto;background-color: rgb( 156, 160, 169 );display:block;position:absolute;transition: background-color 0.3s ease-in 0s, color 0.3s ease-in 0s;}
.slider-vertical .ui-slider-handle:hover
{
    background-color: rgb( 116, 120, 129 );
}
.slider-vertical .ui-slider-handle:hover,
.slider-vertical .ui-slider-handle:focus
{
    outline: 0;
    text-decoration:none;
}
.scrollbar-top{position:absolute;top:0;}
.scrollbar-bottom{position:absolute;bottom:0;}
.scrollbar-grip{position:absolute;top:50%;margin-top:-6px;}
.ui-slider-range{position:absolute;width:100%;background-color:lightgrey}

.ui-dialog-slanted-ans-bg
{
    background: url(../UI/Images/slanted-answers-blue.png) no-repeat;
}

.ui-dialog-slanted-ans-bg .ui-dialog-titlebar-close:after
{
    color: rgba(255, 255, 255, 0.502); 
}

/* Tabs */
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}


.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: outside none none;
    margin: 1px 0.2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 2em 0.5em 0;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li {
    list-style: outside none none;
    white-space: nowrap;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #999 }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #46494c }
