/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(1712,14): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*! jQuery UI - v1.8.24 - 2012-09-28
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* 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: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.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: 1.4;  }
.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; }
.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 */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; 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: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.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-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { 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: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
}
/*** Reset classes
--------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

body {
    background: #f1f1f1;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: #363636;
    font-size: 16px;
    top:0 !important
}

.font-14 {
    font-size: 14px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

.h1, h1, .h2, h2, .h3, h3 {
    margin-top: 0;
}

.h1, h1 {
    color: #07456b;
    font-size: 30px;
}

.h2, h2 {
    color: #07456b;
    font-size: 24px;
}

.h3, h3 {
    font-family: 'Roboto-Medium';
    font-weight: 500;
    color: #333;
    font-size: 18px;
}

.h4, h4 {
    margin-top: 0;
    color: #333;
    font-size: 24px;
}

.h5, h5 {
    color: #07456b;
    font-size: 18px;
    font-family: 'Roboto-Medium';
}

ul {
    color: #575759;
    list-style-position: inside;
}

label {
    margin-bottom: 3px;
    font-weight: 500;
}


/*** Bootstrap classes
--------------------------------------------------------*/

.container-fluid {
    max-width: 1280px;
    background: #ffffff;
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    margin-bottom: 0;
    background: #07456b;
    border-radius: 0;
    min-height: auto;
    border: 0 solid transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #0086b8;
    background: #0086b8;
}

    .navbar-inverse .navbar-toggle:hover {
        border-color: #0086b8;
        background: #0086b8;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:active {
        background-color: #00938c;
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #0086b8;
}

.dropdown-menu, .dropdown-menu ul {
    padding: 0;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #d0ecf6;
    }

    .dropdown-menu > li .active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #333333;
        background-color: #d0ecf6;
    }

.panel-group .panel {
    color: #575759;
    margin-bottom: 15px;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0 rgba(0,0,0,.05);
}

.panel-group .panel-heading {
    background: #0086b8;
    color: #fff;
}

.panel-group .panel-title {
    display: inline-block;
    font-family: 'Roboto-Medium';
}

.panel-heading {
    padding: 8px 15px;
    border-bottom: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-body {
    padding: 0;
}

.panel-group .table {
    color: #575759;
    margin-bottom: 0;
    font-size: 14px;
}

    .panel-group .table tbody tr td {
        padding: 6px 12px;
    }


        .panel-group .table tbody tr td:first-child {
            color: #363636;
            background: #cfcfcf;
            font-family: 'Roboto-Medium';
            min-width: 150px;
            max-width: 150px;
            width: 150px;
        }


/*date textbox*/
.dateicon-textbox {
    background-image: url('images/dateicon.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

    .dateicon-textbox::-ms-clear {
        visibility: hidden;
        display: none;
    }


/*dataTables*/

.dataTables_wrapper {
    font-size: 14px;
}


table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th, table.dataTable tbody td {
   height:25px
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        color: #ddd;
        font-size: 0.8em;
        padding-top: 0.12em;
        opacity: 0.6;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 5px;
    left: 4px;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    color: #00938c;
    border: 0 solid white;
    border-radius: 14px;
    box-shadow: 0 0 0 #fff;
    box-sizing: content-box;
    text-align: center;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    content: '\f13a';
    background-color: transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    color: #e74846;
    content: '\f139';
    background-color: transparent;
}

table.dataTable {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
}

    table.dataTable > tbody > tr.child ul {
        width: 100%;
         margin: 0 5px 0 -10px;
        padding: 0;
    }

    table.dataTable > tbody > tr.child ul li {
       margin-left: 10px;
    }

.table-bordered {
    border: 0 solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 1px;
    }

table.dataTable .dtr-title {
    color: #333333;
}

table.dataTable .fa-download {
    cursor: pointer;
}

.dataTables_wrapper {
    margin-bottom: 15px;
}

    .dataTables_wrapper h5 {
        margin-bottom: 0;
    }

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 150px;
}

/*Addded on 23 Jan*/
table.dataTable tr.odd {
    background-color: #E7E8E9;
}

    table.dataTable tr.odd td.sorting_1, table.dataTable tr.even td.sorting_1 {
        background-color: #D1D2D3;
    }
/***********************/


/*Tables*/
.table {
    font-size: 14px;
    color: #575759;
}

    .table > thead > tr > th {
        vertical-align: top;
        background: #07456b;
        color: #fff;
        border-bottom: 1px solid #07456b;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    padding: 5px 8px;
}

.table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
}

.dataTable h5 {
    margin-bottom: 0;
    margin-top:0;
}

.table-popup h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.table-popup .table {
    margin-bottom: 0;
}

    .table-popup .table > tbody > tr > td {
        border-top: 0 solid #ddd;
        padding: 3px 8px 3px 0;
    }

    .table-popup .table > tbody > tr:last-child {
        border-bottom: 0 solid #ddd;
    }

    iframe{
        border: 0 solid #000;
    }

.close {
    color: #e74846;
    font-size: 24px;
    opacity: 1;
    font-weight: bold;
    padding: 3px 5px !important;
}

    .close:hover, .close:focus {
        color: #aa2927 !important;
        opacity: 1 !important;
        outline: none !important;
    }

.modal-body{
    font-size: 14px;
}

.modal h2 {
    font-family: "Roboto-Medium", Arial, sans-serif;
}

.modal h4 {
    color: #07456b;
    margin-bottom: 0;
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 20px;
}

.modal-body ul li {
    line-height: 1.5;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0 -15px;
    }

    #accordion .table-responsive {
        margin-bottom: 0;
    }

    .dropdown-submenu > a {
        background: #045e89 !important;
        border-bottom: 1px solid #06456a;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #d0ecf6;
    }

    table.dataTable > tbody > tr.child span.dtr-title {
        display: block;
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}


/*** Button classes
--------------------------------------------------------*/
.btn-group-lg > .btn, .btn-lg {
    padding: 16px 10px;
}

.btn i {
    margin-left: 10px;
}

.btn-primary {
    border-color: #07456b;
    color: #fff;
    background: #07456b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #07456b), color-stop(49%, #07456b), color-stop(51%, #1a5477), color-stop(100%, #1a5477));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#07456b', endColorstr='#1a5477', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #053755;
        color: #fff;
        text-decoration: none !important;
    }

.btn-green {
    border-color: #00948c;
    color: #fff;
    background: #00948c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00948c), color-stop(49%, #00948c), color-stop(51%, #149c95), color-stop(100%, #149c95));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00948c', endColorstr='#149c95', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active {
        background: #00817a;
        color: #fff;
        text-decoration: none !important;
    }


.btn-violet {
    border-color: #4d3f5e;
    color: #fff;
    background: #5b4e6b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4d3f5e), color-stop(49%, #4d3f5e), color-stop(51%, #5b4e6b), color-stop(100%, #5b4e6b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3f5e', endColorstr='#0086b8', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
}

    .btn-violet:hover, .btn-violet:focus, .btn-violet:active {
        background: #3d324b;
        color: #fff;
        text-decoration: none !important;
    }


.btn-pink {
    border-color: #761c4c;
    color: #fff;
    background: #812e5a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #761c4c), color-stop(49%, #761c4c), color-stop(51%, #812e5a), color-stop(100%, #812e5a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#761c4c', endColorstr='#0086b8', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
        background: #651941;
        color: #fff;
        text-decoration: none !important;
    }

.btn-id {
    float: right;
    margin-bottom: 15px;
}


@media (max-width: 480px) {
    .btn-violet, .btn-pink {
        font-size: 80%;
        letter-spacing: 0;
    }

    .btn-id {
        display: block;
        float: none;
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .btn-violet, .btn-pink {
        font-size: small;
        letter-spacing: 0;
    }
}

/*** tab classes
--------------------------------------------------------*/
.nav-tabs {
    background-color: #cccccc;
    border-bottom: 0 solid #ddd;
    margin-bottom: 10px;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            border: 0 solid transparent;
            border-radius: 0;
            color: #363636;
            font-family: 'Roboto-Medium';
            padding: 8px 12px;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            background-color: #ebebeb;
            border: 0 solid #ddd;
            color: #000000;
            text-decoration: none;
            font-family: 'Roboto-Medium';
            font-weight: 500;
        }

.tab-section {
    font-size: 14px;
    color: #575759;
}




/*** Common classes
--------------------------------------------------------*/
.header {
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
}

.logo-lookup, .logo-benovation {
    display: table;
}

    .logo-lookup div {
        font-size: 48px;
        display: table-cell;
        vertical-align: middle;
    }

    .logo-benovation div {
        display: table-cell;
        vertical-align: middle;
    }


    .logo-benovation img {
        display: inline-block;
        float: right;
        vertical-align: middle;
        max-height: 100px;
    }

.banner {
    min-height: 308px;
    height: auto;
    background: url(images/banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-content {
    font-size: 16px;
    max-width: 800px;
    padding: 30px 40px;
    color: #ffffff;
}

    .banner-content h1 {
        margin-top: 0;
        color: #333333;
        font-size: 30px;
    }

    .banner-content ul {
        list-style-position: outside;
        padding-left: 1em;
    }

.content {
    padding: 30px 20px;
    margin-right: 0;
    margin-left: 0;
}

.col-header {
    background-color: #07456b;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 15px;
}

.footer {
    font-size: 12px;
    color: #ffffff;
    background: #07456b;
    padding: 40px 40px;
}

    .footer a {
        font-weight: 500px;
        color: #ffffff;
        text-decoration: underline;
    }

        .footer a:hover, .footer a:focus {
            text-decoration: none;
        }


@media (max-width: 767px) {
    .header {
        padding: 15px 0;
        margin-right: 0;
        margin-left: 0;
    }

    .logo-benovation img {
        float: left;
    }

    .logo-lookup, .logo-benovation {
     display: block;
    }

    .logo-benovation {
     margin-top: 10px;
    }

}

@media (max-width: 1050px) {

    .banner-content {
        max-width: 100%;
        min-height: 308px;
        height: 100%;
        background: #fff;
        opacity: .7;
        color: #575759;
    }
}


/*** home classes
--------------------------------------------------------*/

.gray-box {
    background: #ebebeb;
    padding: 15px;
}

    .gray-box li {
        color: #0086b8;
        margin-bottom: 10px;
    }

        .gray-box li a {
            color: #0086b8;
        }

        .gray-box li span {
            display: inline-block;
            border: 2px solid #0086b8;
            width: 36px;
            height: 36px;
            border-radius: 100%;
            margin-right: 8px;
        }

        .gray-box li i {
            font-size: 20px;
            /*line-height: 35px;*/
            margin-right: 8px;
        }

/*** Status Classes
--------------------------------------------------------*/
.captcha-bg {
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 15px;
    color: #575759;
    font-size: 14px;
}

.captcha {
    padding: 10px 15px;
    width: 100%;
    background-image: url(images/percentbar-bg.png);
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    font-style: italic;
}

.gray-bg {
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 15px;
    color: #575759;
}


.noResult-bg {
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 15px;
    color: #575759;
    font-size: 14px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .noResult-bg {
        padding: 30px;
        margin-right: 15px;
        margin-left: 15px;
    }
}

/*
.g-recaptcha > div, .g-recaptcha > div iframe, .g-recaptcha > div iframe .rc-anchor{
	width: 100% !important;
}
*/

/*** Accumulator classes
--------------------------------------------------------*/
.accumulatorMain .panel-default {
    background: #f3f3f3;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.accumulatorMain .panel-heading {
    background: transparent !important;
    color: #07456b;
}

.accumulatorMain .panel-title {
    color: #07456b;
    font-size: 16px;
    font-family: "Roboto-Medium", sans-serif, sans-serif;
}

.accumulatorMain .panel-default a, .accumulatorMain .panel-default a:hover {
    color: #07456b !important;
}

.accumulatorMain .panel-collapse {
    padding: 0 10px 10px;
}

.accumulatorMain table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.accumulatorMain .dataTables_wrapper, .accumulatorMain table td ul {
    margin-bottom: 0;
}

.accumulatorMain table td li {
    margin-bottom: 5px;
}


.accumulatorMain .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}


.accumulatorMain .panel-group .table tbody tr td:first-child {
    background: transparent;
    width: auto;
}
.accumulatorMain .notes-text {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}


/*** Activities classes
--------------------------------------------------------*/

.lgreen-table table > tbody > tr.child-tr table td:nth-child(1),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(1),
.lblue-table table > tbody > tr.child-tr table td:nth-child(1) {
    width: 36% !important;
}

.lgreen-table table > thead > tr > th,
.lyellow-table table > thead > tr > th,
.lblue-table table > thead > tr > th {
    color: #363636;
    font-weight: bold;
    border-bottom: 0 solid transparent;
}

    .lgreen-table table > thead > tr > th:last-child,
    .lyellow-table table > thead > tr > th:last-child,
    .lblue-table table > thead > tr > th:last-child,
    .lgreen-table table > tbody > tr > td:last-child,
    .lyellow-table table > tbody > tr > td:last-child,
    .lblue-table table > tbody > tr > td:last-child {
        text-align: right;
    }

.lgreen-table table > thead > tr > th {
    background: #99d4d1;
}

.lyellow-table table > thead > tr > th {
    background: #f5d3a3;
}

.lblue-table table > thead > tr > th {
    background: #9cb5c4;
}

.lgreen-table table.table > tbody > tr:nth-child(4n-2),
.lgreen-table table.table > tbody > tr:nth-child(4n-3),
.lyellow-table table.table > tbody > tr:nth-child(4n-2),
.lyellow-table table.table > tbody > tr:nth-child(4n-3),
.lblue-table table.table > tbody > tr:nth-child(4n-2),
.lblue-table table.table > tbody > tr:nth-child(4n-3) {
    background-color: #e3e3e3 !important;
}

.lgreen-table table.table > tbody > tr:nth-child(4n),
.lgreen-table table.table > tbody > tr:nth-child(4n-1),
.lyellow-table table.table > tbody > tr:nth-child(4n),
.lyellow-table table.table > tbody > tr:nth-child(4n-1),
.lblue-table table.table > tbody > tr:nth-child(4n),
.lblue-table table.table > tbody > tr:nth-child(4n-1) {
    background-color: #f3f3f3 !important;
}

.lgreen-table table > tbody > tr.child-tr th,
.lyellow-table table > tbody > tr.child-tr th,
.lblue-table table > tbody > tr.child-tr th {
    background: transparent !important;
    border-bottom: 1px solid #cccccc;
}

.lgreen-table table > tbody > tr.child-tr tr,
.lyellow-table table > tbody > tr.child-tr tr,
.lblue-table table > tbody > tr.child-tr tr {
    border-bottom: 1px solid #e7e7e7;
}

.lgreen-table table > tbody > tr.child-tr table,
.lyellow-table table > tbody > tr.child-tr table,
.lblue-table table > tbody > tr.child-tr table {
    background: #ffffff !important;
}

.lgreen-table table > tbody > tr.child-tr tr:last-child,
.lyellow-table table > tbody > tr.child-tr tr:last-child,
.lblue-table table > tbody > tr.child-tr tr:last-child {
    border-bottom: 0 solid #e7e7e7;
}

.lgreen-table table > tbody > tr.child-tr table td:nth-child(1),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(1),
.lblue-table table > tbody > tr.child-tr table td:nth-child(1) {
    width: 76% !important;
    text-align: left;
    padding: 0 3px;
}

.lgreen-table table > tbody > tr.child-tr table th:nth-child(2),
.lyellow-table table > tbody > tr.child-tr table th:nth-child(2),
.lblue-table table > tbody > tr.child-tr table th:nth-child(2),
.lgreen-table table > tbody > tr.child-tr table th:nth-child(3),
.lyellow-table table > tbody > tr.child-tr table th:nth-child(3),
.lblue-table table > tbody > tr.child-tr table th:nth-child(3),
.lgreen-table table > tbody > tr.child-tr table td:nth-child(2),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(2),
.lblue-table table > tbody > tr.child-tr table td:nth-child(2),
.lgreen-table table > tbody > tr.child-tr table td:nth-child(3),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(3),
.lblue-table table > tbody > tr.child-tr table td:nth-child(3) {
    width: 13% !important;
    text-align: right;
    color: #999999;
    font-style: italic;
    padding: 0 3px;
}





.lgreen-table .fa-info-circle, .lyellow-table .fa-info-circle, .lblue-table .fa-info-circle {
    color: #07456b;
}


.lgreen-table i, .lyellow-table i, .lblue-table i {
    font-size: 1.2em;
}


.lgreen-table .row, .lyellow-table .row, .lblue-table .row,
.lgreen-table .table-responsive,
.lyellow-table .table-responsive,
.lblue-table .table-responsive {
    margin: 0;
}

.lgreen-table .col-xs-3, .lgreen-table .col-xs-9,
.lyellow-table .col-xs-3, .lyellow-table .col-xs-9,
.lblue-table .col-xs-3, .lblue-table .col-xs-9 {
    padding: 0;
}

.lgreen-table .heading,
.lyellow-table .heading,
.lblue-table .heading {
    color: #fff;
    padding: 5px 8px;
    font-size: 16px;
}

    .lgreen-table .heading h5,
    .lyellow-table .heading h5,
    .lblue-table .heading h5 {
        color: #fff;
        width: 80%;
        margin: 0;
        font-size: 16px;
    }

.lgreen-table table > tbody > tr.child-tr th, .lyellow-table table thead tr.child-tr th, .lblue-table table thead tr.child-tr th {
    background: #363636 !important;
    font-weight: bold;
    color: #999999;
}

.selected-td {
    font-weight: bold;
}

.child-tr table {
    margin-bottom: 0px;
    width: 100%;
}

.child-tr tbody {
    background: transparent;
}

.child-table-td {
    padding: 4px 8px !important;
}

.goals .width-70 {
    width: 70px;
}

.goals .width-155 {
    width: 155px;
}

.seagreen-bg, .progress-bar-success {
    background: #00948c;
}

.yellow-bg, .progress-bar-warning {
    background: #e59225;
}

.dark-blue-bg {
    background: #07456b !important;
}


.fa-chevron-circle-down {
    color: #00948c;
}

.child-table-td {
    padding: 4px 8px !important;
}
/*------------------ Tasks End ----------------------------*/


/*** mainContent Tabs
----------------------------------------------------------*/
.mainContent .tab-content {
    padding: 10px;
    background: #ebebeb;
}

.mainContent .nav-tabs {
    margin-bottom: 0;
    font-size: 16px;
    border-bottom: 1px solid #b7b3b3;
    padding-left: 10px;
}

    .mainContent .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .mainContent .nav-tabs > li > a {
            margin-right: 1px;
            border-top: 3px solid #ccc;
        }

        .mainContent .nav-tabs > li.active > a, .mainContent .nav-tabs > li.active > a:focus, .mainContent .nav-tabs > li.active > a:hover {
            background-color: #ebebeb;
            border: 1px solid #b7b3b3;
            border-bottom-color: transparent;
            border-top: 3px solid #0086b8;
        }

        .mainContent .nav-tabs > li > a:hover, .mainContent .nav > li > a:focus {
            border-color: #eee;
        }

.mainContent #PlanDocu_1 tbody tr.even {
    background: #d8d8d8;
}

table .fa {
    font-size: 125%;
    cursor: pointer;
}

.fa + .fa {
    margin-left: 8px;
}

@media (max-width: 767px) {
    .mainContent .table-responsive {
        margin-bottom: 20px;
    }
}



/*** Helper classes
--------------------------------------------------------*/

.no-result {
    text-align: center;
    padding-top: 35%;
}

.box-gray-bg {
    padding-bottom: 15px;
    background: #ebebeb;
}

.notes-txt {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.bold {
    color: #363636;
    font-family: 'Roboto-Medium';
}

.text-danger {
    font-size: 14px;
    font-family: 'Roboto-Medium';
}

.text-success {
    color:#33a831
    font-size: 14px;
    font-family: 'Roboto-Medium';
}

.error-msg {
    margin-top: 5px;
    font-size: 12px;
    color: #a94442;
    font-family: 'Roboto-Medium';
}

.font-115 {
    font: normal 115% "Roboto-Medium";
    color: #333;
}

.padd-40 {
    padding: 40px;
}

.marginTop-15 {
    margin-top: 15px;
}

.marginBott-0 {
    margin-bottom: 0 !important;
}
.marginBott-5 {
    margin-bottom: 5px !important;
}
.marginBott-15 {
    margin-bottom: 15px;
}

.marginBott-20 {
    margin-bottom: 20px;
}

.marginBott-30 {
    margin-bottom: 30px;
}

.marginRight-10 {
    margin-right: 10px;
}

.marginRight-20 {
    margin-right: 20px;
}

.marginLeft-8 {
    margin-left: 8px;
}

.seagreen {
    color: #00948c;
}

.fa-refresh {
    color: #9b2872;
}

.fa-download {
    color: #07456b;
}

.fa-chevron-circle-right {
    color: #00938c;
}

.fa-info-circle {
    margin-left: 3px;
    color: #929296;
}

.fa-question-circle {
    color: #fff !important;
}

table .fa-info-circle {
    color: #afafaf;
}

.fa-money {
    color: #0086b8;
}

.disabled-icon {
    color: #bbbbbb;
}

.has-error .help-block{
    margin-bottom: 0;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .row-eq-height {
        display: block;
    }

    .no-result {
        text-align: center;
        padding-top: 2%;
    }

    .banner-content .white {
        color: #575759;
    }
}

@media screen and (max-width: 360px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: -5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.60);
        -webkit-transform: scale(0.60);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: -15px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1250px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(1.20);
        -webkit-transform: scale(1.20);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: 30px;
    }
}

/* Spinner Class */
.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}
/* ------------------------------ */

/* Date Picker */
.ui-datepicker {
    font-size: 14px;
}
/*----------------*/

/* Hand Cursor */
.handCursor {
    cursor: pointer;
}
/* -----------*/

.company-logo {
    background-image: url(images/pp_HCIactive_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 70px;
    float: right;
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 767px) {
    .company-logo {
        background-position: center left;
        float: left;
        width: 80%;
    }
    .logo-lookup div {
        font-size: 42px;
    }
}

.loadingGif {
    background-image: url(images/loader-square.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 20px;
    height: 10px;
}

.search-head {
    padding: 10px 15px;
}
.goog-te-banner-frame.skiptranslate {display: none !important;}
.goog-tooltip {display:none !important; }
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
} 
.orange, .fa-close, .fa-times, .fa-minus-circle, .fa-chevron-circle-up, .fa-cloud-download {
    color: #e74846;
}

.googletrans{
    text-align: right;
    margin: -5px 34px 10px 0;
}

.default-cursor {
    cursor: default !important;
}

