/* Minification failed. Returning unminified contents.
(4152,36): run-time error CSS1046: Expect comma, found '0'
(4152,40): run-time error CSS1046: Expect comma, found '/'
(4618,1): run-time error CSS1019: Unexpected token, found '@charset'
(4618,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(4618,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.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%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget {/* font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; */font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {/* font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; */font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px;}

/* 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-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; 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;}/* Accordion
----------------------------------*/
.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: hidden; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	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 {
	margin: -1px;
}
/* Button
----------------------------------*/

.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 .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.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 .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 .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-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 */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 45px; 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 { 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 button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.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; }/* Tabs
----------------------------------*/
.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: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.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%; }

/* 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 {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    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*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;/*font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;*/}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0.8em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#574A3E;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {/*font:1em 'andale mono', 'lucida console', monospace;*/line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:linear-gradient(to bottom, #FFFFFF 0%, #D1D1D1 100%) repeat scroll 0 0 #D1D1D1; color:#2291D1;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e8e8e8;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #000000;
    width:180px;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid; width:192px!important}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0; padding:5px;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:180px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;display:none!important}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:709px; margin-right:0!important;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:18px;}
input.span-2, textarea.span-2 {width:58px;}
input.span-3, textarea.span-3 {width:98px;}
input.span-4, textarea.span-4 {width:138px;}
input.span-5, textarea.span-5 {width:178px;}
input.span-6, textarea.span-6 {width:218px;}
input.span-7, textarea.span-7 {width:258px;}
input.span-8, textarea.span-8 {width:298px;}
input.span-9, textarea.span-9 {width:338px;}
input.span-10, textarea.span-10 {width:378px;}
input.span-11, textarea.span-11 {width:418px;}
input.span-12, textarea.span-12 {width:458px;}
input.span-13, textarea.span-13 {width:498px;}
input.span-14, textarea.span-14 {width:538px;}
input.span-15, textarea.span-15 {width:578px;}
input.span-16, textarea.span-16 {width:618px;}
input.span-17, textarea.span-17 {width:658px;}
input.span-18, textarea.span-18 {width:698px;}
input.span-19, textarea.span-19 {width:738px;}
input.span-20, textarea.span-20 {width:778px;}
input.span-21, textarea.span-21 {width:818px;}
input.span-22, textarea.span-22 {width:858px;}
input.span-23, textarea.span-23 {width:898px;}
input.span-24, textarea.span-24 {width:938px;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-0 {padding-left:10px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:left;position:relative;}
div.prepend-top, .prepend-top {margin-top:0.1em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 17px;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.top-error{margin-top:-20px; position:absolute;}
.grid-outer{margin-top:5px;}
.radio-button-new input[type=radio] {
    float: left;
    width:2%;
}
.radio-button-new label{display:inline-block; width:96%; padding:2px 0 0 0;
}
/*@*Hitesh 7-1-14 Fix Issue 57275*@*/
.Right {text-align:right; float: right;}
.welcome-text{
    color:#000;
 
 
}
.welcome-text span{
    padding-left:10px;
}
.top-bar ul li {
   vertical-align: middle;
    display: inline-block;
    padding: 0px 5px;
    text-align:left;
}
.logout{
    background: #37d10c;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
 
}
    .logout a {
    color:#000;
    }
#Home_link{
    vertical-align:middle;
}
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;/*font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;*/color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {/*font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;*/}
code {font-size:.9em;/*font:.9em "Courier New", Monaco, Courier, monospace;*/}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:500;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* ie.css */
body {text-align:left;}
.container {text-align:left;}
* html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * html .span-6, * html .span-7, * html .span-8, * html .span-9, * html .span-10, * html .span-11, * html .span-12, * html .span-13, * html .span-14, * html .span-15, * html .span-16, * html .span-17, * html .span-18, * html .span-19, * html .span-20, * html .span-21, * html .span-22, * html .span-23, * html .span-24 {display:inline;overflow-x:hidden;}
* html legend {margin:0px -8px 16px 0;padding:0;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}
img {-ms-interpolation-mode:bicubic;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
fieldset {padding-top:0;}
legend {margin-top:-0.2em;margin-bottom:1em;margin-left:-0.5em;}
textarea {overflow:auto;}
label {vertical-align:middle;position:relative;top:-0.25em;}
input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
input.text:focus, input.title:focus {border-color:#666;}
input.text, input.title, textarea, select {margin:0.5em 0}
input.checkbox, input.radio {position:relative;top:.25em;}
form.inline div, form.inline p {vertical-align:middle;}
form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;}
button, input.button {position:relative;top:0.25em;}

/* CSS Document */

/*====================================================*/
/*================== Generic=======================*
/*====================================================*/
body {
    font: 12px Arial, Helvetica, sans-serif;
    background: transparent url(../images/background.jpg);
    margin: 0;
}

.dis-none {
    display: none;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    color: #2e1b14;
    margin: 5px 0 8px 0;
}

h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #b65d0b;
    border-bottom: #b65d0b dotted 2px;
    margin: 5px 0 10px;
    clear: both; /*margin:5px 0 20px 0;*/
}

.container {
    width: 98%;
    background: url(../images/container-strip.png) repeat-x;
    margin-top: 10px;
    height: 115px;
    padding: 0 1%;
}

.admin-container {
    width: 98%;
    background: url(../images/container-strip.png) repeat-x;
    margin-top: 10px;
    height: 150px;
    padding: 0 1%;
}

    .admin-container .span-24 {
        height: 100px;
    }

.form-container { /*width:97%; width:98%;*/
    width: 100%;
    margin: 0 auto;
}

    .form-container h2 {
        border-bottom: 1px solid #ccc;
        color: #111;
        font-size: 1.5em;
        font-weight: normal;
        padding-bottom: 5px;
        margin-bottom: 20px !important;
    }

table {
    border-collapse: collapse;
}

.span-24 {
    height: 70px;
    margin: 0 auto !important;
    float: none;
}

.floatright {
    float: right;
}

a:link:after, a:visited:after {
    content: "";
}

.spacer {
    margin: 10px 0 5px 3px;
}

.clear {
    clear: both;
}

form {
    margin: 0;
    padding: 0;
}

p {
    color: #012732;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
    }




/*====================================================*/
/*================== Header=======================*
/*====================================================*/
.logo {
    float: left;
    margin-top: 6px;
}

.logo-right-side {
    float: right;
    margin-top: 10px;
}

.admin-container .logo-right-side {
    float: right;
    margin-top: 1px;
    display: inline-block;
    margin-left: 10%;
}

.logo-right-side-inner {
    clear: right;
    float: right;
    margin-top: 10px;
}



/*====================================================*/
/*================== Homepage=======================*
/*====================================================*/
.content {
    float: left;
    width: 700px;
}

    .content h1.head {
        margin: 20px 0 0;
        color: #b65d0b;
        border-bottom: 2px solid #b65d0b;
        padding-bottom: 5px;
    }

    .content p.head-content {
        margin-top: 10px;
        line-height: 20px;
    }

.announcement-block {
    background: #D1B978;
    border-radius: 5px;
    float: left;
    width: 210px;
    padding: 10px;
    margin: 10px 0 0 8px;
    height: auto !important;
    height: 120px !important;
    min-height: 300px;
    overflow: hidden;
}

    .announcement-block h1, .announcement-block-inner h1, .announcement-block-fixed h1 {
        background: #7d6f4c url(../images/related-bullet.png) no-repeat 6px 6px; /*border-bottom:1px solid #AA9967;*/
        color: #ffffff;
        margin-left: 0px;
        padding: 5px 27px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .announcement-block ul, .announcement-block-inner ul, .announcement-block-fixed ul {
        padding-left: 20px;
    }

        .announcement-block ul li, .announcement-block-inner ul li, .announcement-block-fixed ul li {
            list-style-type: disc;
        }

            .announcement-block ul li a, .announcement-block-inner ul li a, .announcement-block-fixed ul li a {
                color: #000000;
                line-height: 26px;
                font-weight: normal;
            }

.announcement-block-fixed {
    background: #D1B978;
    border-radius: 5px;
    float: left;
    width: 198px;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.right_bar_fixed {
    width: 219px;
    float: right;
}

    .right_bar_fixed .leftArrow {
        margin-left: -2px;
    }

.contentFaculty {
    float: left;
    width: 940px;
}

.announcement-block-inner {
    background: #D1B978;
    border-radius: 5px; /*float:left; width:77%;*/
    padding: 4px;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
}

.right_bar {
    float: right;
    width: 238px;
}

.loginbox {
    background: #e6e2d6;
    border-radius: 2px;
    padding: 5px;
    margin-left: 8px;
    width: 220px;
    min-height: 190px;
    height: auto;
}

    .loginbox h1 {
        border-bottom: 1px solid #b8b5ab;
        color: #574a3e;
        margin-left: 10px;
        padding-bottom: 4px;
        margin-bottom: 5px;
    }

    .loginbox p {
        padding: 0;
        margin: 3px 0 3px 0;
    }

.new-user {
    color: #080503;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
}

    .new-user .register {
        color: #574a3e;
    }

.forget-pwd {
    color: #574a3e;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin: 2px 40px 1px 0px !important;
}



/*====================================================*/
/*================== Error messages =======================*
/*====================================================*/

.error {
    border: #ff0000 solid 1px !important;
    color: #ff0000;
}

.error-msg {
    color: #ff0000;
    font: 11px Arial, Helvetica, sans-serif;
    float: left;
    clear: both;
}



/*====================================================*/
/*================== Footer=======================*
/*====================================================*/
.footer {
    background: url(../images/footer-strip.png) repeat-x;
    clear: left;
    width: 100%;
    height: 51px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.copy {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 9px;
    text-align: left;
}



/*====================================================*/
/*================== Navigation=======================*
/*====================================================*/

.navigation {
    clear: left;
    /*width: 960px;*/
    margin: 0 auto;
    font-size: 15px;
}

    .navigation ul {
    }

        .navigation ul li {
            /*float: left;*/
            background: url(../images/divider.png) no-repeat 0 2px;
        }

            .navigation ul li:first-child {
                background: none;
            }

.navigation-fluid .tmz-hmenu-container {
    background: #574a3e;
}

.navigation ul li.active a, .navigation-fluid ul li.active a {
    background: #ffffff;
    color: #574a3e;
    padding-bottom: 10px;
}

.navigation li:hover > a, .navigation ul ul :hover > a, .navigation a:focus, .navigation-fluid li:hover > a, .navigation-fluid ul ul :hover > a, .navigation-fluid a:focus {
    text-decoration: underline;
    background: #584418 !important;
    color: #ffffff !important;
}

.navigation ul li.home_link a {
    color: #ffffff;
    /*float: left;*/
    font-weight: bold;
    text-decoration: none;
    padding: 0px 18px; /* height:15px;*/
}


.navigation ul li a, .navigation-fluid ul li a {
    color: #ffffff;
    /*float: left;*/
    font-weight: bold;
    text-decoration: none;
    padding: 9px 18px; /* height:15px;*/
    /*background-color: #424242 !important;*/
}


.navigation-fluid {
    clear: left;
    padding-top: 0px;
    width: 100%;
    margin: 0 auto;
}



/*====================================================*/
/*================== Home page Slider Styles =========*/
/*====================================================*/
.tmz-slider-container {
    width: 706px; /*height:392px; */
    margin: 0;
}

.tmz-slider {
    position: relative;
    width: 618px;
    height: 198px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
}

    .tmz-slider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

#slider a {
    border: 0;
    display: block;
}

.tmz-nivo-control {
    position: absolute;
    left: 600px;
    bottom: 5px;
}

    .tmz-nivo-control a {
        display: block;
        width: 22px;
        height: 22px;
        background: url(../images/bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin-right: 3px;
        float: left;
    }

        .tmz-nivo-control a.active {
            background-position: 0 -22px;
        }

.tmz-nivo-direction a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.tmz-slideshow-next {
    background-position: -30px 0;
    right: 15px;
}

a.tmz-slideshow-prev {
    left: 15px;
}

.tmz-slide-caption {
    text-shadow: none; /*font-family:Arial, Helvetica, sans-serif;*/
}

    .tmz-slide-caption a {
        color: #efe9d1;
        text-decoration: underline;
    }

.wrapper {
    clear: left;
    padding: 8px;
    width: 944px;
    margin: 0 auto 30px;
    background: #ffffff;
    min-height: 350px;
    overflow: hidden;
    height: 510px;
    height: auto !important;
}

.wrapperInner {
    clear: left;
    padding: 8px;
    width: 944px;
    margin: 0 auto;
    background: #e6e2d6;
    min-height: 510px;
}

.banner {
    float: left;
}




.FacultyDocument fieldset {
    float: left;
    width: 288px;
    height: 250px !important;
}

.FacultyDocument textarea {
    width: 250px;
    height: 150px;
}


/*====================================================*/
/*================== Form elements ===================*/
/*====================================================*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
}

.form-container fieldset {
    float: left;
    width: 288px;
    height: 80px;
}

.Enrollment fieldset {
    float: left;
    width: 288px;
    height: 107px !important;
}

.check {
    float: left;
    width: 297px;
    height: 60px;
}

label {
    top: 0;
}

.loginbox label {
    color: #b65d0b;
}

input.txt-box {
    border: 1px solid #f6f2e6;
    width: 190px;
    padding: 5px;
}

input[type=file] {
    background-color: #FFFFFF;
    border: #bbb solid 1px;
    color: #000000;
}

input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {
    border-color: #999;
    background-color: #FFC;
}

input[type="submit"], input[type="reset"], input[type="button"], .ui-button { /*background:url(../images/orange-btn.png) repeat-x;*/
    background: #000;
    /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* Opera */ background-image: -o-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9933), color-stop(2, #d8530b)) !important;
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ff9933 0%, #d8530b 100%) !important;
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9933', endColorstr='#d8530b') !important;
    font: bold 12px Arial, Helvetica, sans-serif;
    padding: 5px 8px !important;
    border: #da560d solid 1px !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important; /*width:auto; overflow:visible; */
}

    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .ui-button:hover { /*background:url(../images/orange-btn.png) repeat-x;*/
        background: #000;
        /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Opera */ background-image: -o-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8530b), color-stop(2, #ff9933)) !important;
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #d8530b 0%, #ff9933 100%) !important;
        /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8530b', endColorstr='#ff9933') !important;
        font: bold 12px Arial, Helvetica, sans-serif;
        padding: 5px 8px !important;
        border: #da560d solid 1px !important;
        color: #ffffff !important; /*width:auto; overflow:visible; */
    }

.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30) !important;
}


p input[type="submit"], p input[type="reset"], p input[type="button"] {
    margin-top: 10px;
}

textarea {
    width: 250px;
    height: 26px;
}

select {
    border-color: #bbb;
    width: 180px;
}

.mandatory {
    color: #ff0000;
}

.form-sep {
    clear: both;
    width: 100%;
    padding: 10px 0 10px 0; /* margin:45px 0 20px 0;*/
    margin: 10px auto;
    height: 70px;
    text-align: center;
}

.buttons {
    border-top: #ad955f solid 1px;
}

.btn {
    padding-bottom: 0px;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #ff0000;
    font-weight: bold;
    display: block;
    /*width: 210px;/*
}

    .field-validation-error span
    {
        vertical-align: top;
        display: block;
        /*width: 210px;  padding-top:15px;*/
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
    margin-left: 8px;
}

.validation-summary-errors-custom {
    padding: 0.5em;
    margin: 1.2em 0px 1.2em 0px;
    background-color: #FCD4D4;
    border: 1px solid #FF0000;
    color: #FF0000;
}

    .validation-summary-errors-custom ul {
        margin: 0 0 0 14px;
        padding: 0;
    }

        .validation-summary-errors-custom ul li {
            list-style-type: disc;
        }


.validation-summary-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

/* Notification styles
-----------------------------------------------------------*/
#messagewrapper {
    position: absolute;
    top: 0%;
    left: 0%;
    /*filter: alpha(opacity = 50);
	opacity:0.5;
	background:#000000;*/
    z-index: 1000;
    /*	margin: 5px auto;*/
    margin: 0; /* Remove Vertical Scroll */
    width: 100%;
    height: 100%;
}

    #messagewrapper .messagebox {
        padding: 12px 10px 10px 30px;
        box-shadow: 5px 5px 10px #000;
        /*height:165px;*/
    }


    #messagewrapper .success {
        color: #336E0A;
        /*background: #D6FBBC url(../Images/ok.gif) no-repeat 8px 52px;*/
        /*background:#ededed;*/
        padding: 50px 10px 50px 10px;
        width: 300px;
        z-index: 999;
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        left: 35%;
        top: 40%;
        border: 1px solid #97E85D;
        /*border-radius:10px;*/
    }


    #messagewrapper .warning {
        color: #ff0000;
        /*background: #ffc url(../Images/warn.gif) no-repeat 8px 12px;*/
        /*background:#ededed;*/
        padding: 50px 10px 50px 10px;
        width: 300px;
        z-index: 999;
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        left: 35%;
        top: 40%;
        border: 1px solid #97E85D;
        /*border-radius:10px;*/
    }

    #messagewrapper .error {
        color: #ff0000;
        /*background: #fcc url(../Images/fail.gif) no-repeat 8px 50px;*/
        padding: 50px 10px 50px 10px;
        width: 300px;
        z-index: 999;
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        left: 35%;
        top: 40%;
        /*border-radius:10px;*/
    }

.dialogNotification {
    color: #0008FF !important;
    background: #fbf1dd no-repeat 8px 50px !important;
    padding: 10px 10px 10px 10px !important;
    text-decoration: underline !important;
}

.edit-item-link {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/edit.png);
}



/* Other Css added for Header Section */
.right-header-sec {
    float: right;
    text-align: right;
    margin-top: 6px;
    width: 500px;
}

.welcome-area {
    font-size: 11px;
}

    .welcome-area span {
        color: #b65d0b;
        font-weight: bold;
    }

    .welcome-area a {
        color: #9b8039;
        font-size: 14px;
    }

.lang-area {
    font-size: 11px;
    padding-right: 10px;
    position: relative;
    line-height: 24px;
}

    .lang-area a, .lang-area label {
        color: #fff;
    }

.lang-area-new li.social a {
    padding: 0px 15px !important;
}

.lang-area-new label {
    color: #fff;
    padding: 9px 18px;
    line-height: 35px;
}

.lang-area-new a {
    color: #000;
    text-decoration: none;
}

.lang-area-new {
    display: inline-block;
    float: right
}

.lbl-txt {
    display: inline-block;
    font-weight: normal;
    padding-top: 5px;
}

.check-div-outer {
    float: left;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
    background: #f0f0f0;
}

.check-div {
    float: left;
    margin: 5px 5px 0 0;
}

.form-container-panel { /*background:#ece6e1; float:left; width:99%; padding-left:10px;*/
}

    .form-container-panel fieldset {
        float: left;
        width: 200px;
        padding: 10px;
    }

.mrgntop0 {
    margin-top: 0;
}

/* Define to State Page Grid */
.grid-table {
    border: 1px solid #D1D1D1;
    border-collapse: collapse;
}

    .grid-table th {
        white-space: nowrap;
        padding-right: 25px;
        background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #D1D1D1 100%) repeat scroll 0 0 #D1D1D1;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #D1D1D1 100%) repeat scroll 0 0 #D1D1D1;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D1D1D1));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D1D1D1');
    }

        .grid-table th a {
            color: #2291D1;
            text-decoration: none;
        }
/*.table tr th a{float:left;}*/



/* Define to State Page Grid */
.form-outer-section {
    padding-left: 10px;
}

.head {
    color: #B65D0B;
}

.home-icon {
    float: right;
    padding: 5px 10px 0 0;
}

/* change for field table td background */
fieldset table tr td {
    background: #ffffff !important;
}


/* Used Grid Overflow width */
/*.scrollx{position: relative; overflow:auto; min-height:220px; max-height:515px;}*/
.scrollx {
    position: relative;
    overflow: auto;
}



/* Edit by Nandan (24 dec) */
/* Used Policy Info */
.policy-txt {
    font-size: 12px;
    padding-left: 5px;
}

.error-icon {
    background-image: url(../images/error-icon.png);
    background-repeat: no-repeat;
    background-position: 10px -1px;
    padding-left: 30px;
}

.info-icon {
    background: url(../images/info-icon.png) no-repeat 0 1px;
    display: inline-block;
    padding: 2px 0 0 20px;
    margin-bottom: 5px;
}

.notice-icon {
    background-image: url(../images/notice-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding: 5px;
}

.success-icon {
    background-image: url(../images/success-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding: 2px 0 0 20px;
    margin-bottom: 5px;
    padding: 10px 0 10px 30px;
}

.construction-icon {
    background: #ffd401 url(../images/construction-icon.png) no-repeat 10px;
    border: 2px solid #ceab00;
    color: #574906;
    padding: 0.8em 0.8em 0.8em 3em;
}

.info ul {
    margin-top: 5px;
    padding-left: 20px;
}

    .info ul li {
        list-style-type: disc;
    }


.ui-dialog { /*left:35%!important; width:35%!important;*/
}

.view-panel-info {
    background: #ffefd5;
    border: 1px solid #ecd7b4;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.form-view-outer {
    font-family: Arial, Helvetica, sans-serif;
}

.form-container h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

    .form-container h3 label {
        font-weight: normal;
    }

.ui-accordion h2 {
    background: #574a3e;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 5px 25px;
    margin: 0 !important;
    border-bottom: 1px dotted #d5b87e !important;
    border: none;
    font-size: 14px;
    color: #fbf1dd;
    font-weight: normal;
}

.form-view-outer h2.ui-accordion-header-active {
    background: #b65d0b;
}

.form-view-outer .ui-icon-triangle-1-s {
    background: url(../images/collapse-expand-arrow.png) no-repeat 0 2px !important;
    width: 12px;
}

.form-view-outer .ui-icon-triangle-1-e {
    background: url(../images/collapse-expand-arrow.png) no-repeat -11px 2px !important;
    width: 12px;
}

.form-section {
    border: 1px solid #cbcbcb;
    border-top: none;
    float: left;
    padding: 10px 4px 0 4px;
    margin-bottom: 10px;
    width: 99%;
}

.create {
    float: right;
    position: relative;
    margin: -40px 15px 0 0;
}

    .create a {
        color: #0000ff;
        background: url(../Images/add-new.png) no-repeat;
        padding: 0 0 0 18px;
    }

.action-row .edit {
    float: right;
    position: relative;
    margin: -22px -90px 0;
}

    .action-row .edit a {
        background: url(../Images/edit-icon.png) no-repeat;
        color: #fbf1dd !important;
        float: left;
        width: 16px;
        height: 16px;
        padding: 0 0 0 20px;
        font-size: 12px;
    }

.action-row .save {
    float: right;
    position: relative;
    margin: -22px -90px 0;
}

    .action-row .save a {
        background: url(../Images/save-icon.png) no-repeat;
        color: #fbf1dd !important;
        float: left;
        width: 16px;
        height: 16px;
        padding: 0 0 0 20px;
        font-size: 12px;
    }


.grid-sort-arrow {
    display: none !important;
}
/* spare space in grid */

.grid-filter-btn {
    background: url(../images/grid-down-arrow.png) no-repeat !important;
    margin: 2px 0 0 2px;
}

.form-l {
    background: #eeeeee;
    border: 1px solid #dbdbdb;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px; /* margin-left:10px;*/
}
/* Use Password or Forget */

.btn-pos {
    position: absolute; /*margin: -53px 0px 0px 118px;*/
}
/* use Button position change */
.btn-pos-h {
    position: absolute;
    margin: -53px 0px 0px 118px;
}
/* use Button position change */
.refresh {
    background: url(../images/recaptcha-sprite.png) no-repeat -60px 2px;
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: text-bottom;
}

.loginbox input[type=text], .loginbox input[type=password] {
    width: 190px;
}
/* use Loginbox input or Password */

.access-outer {
    margin: 5% 10%;
}

.tmz-fileinput-button { /*background:url(../images/upload-icon.png) no-repeat!important; padding:0 0 0 18px; margin-top:5px;*/
}

.tmz-fileupload-displaylist div {
    float: left !important;
}

.tmz-fileupload-delete {
    background: url(../images/delete-icon.png) no-repeat !important;
    display: inline-block;
    text-indent: -2000px;
    margin: 0 0 0 5px;
    padding: 0 0 0 18px;
}




.wrapper-fluid {
    clear: left;
    width: 96%;
    padding: 1% 1% 4% 1%;
    margin: 0 1%;
    background: #ffffff;
    min-height: 310px;
    overflow: hidden;
    height: 510px;
    height: auto !important;
}

.mgtop10 {
    margin-top: 12px;
}

.fluid-width {
    width: 100% !important;
}


.ui-widget-content {
    overflow: hidden;
}

/* Search Panel Css */
.collapsibleContainer {
    font: 12px Arial, Helvetica, sans-serif !important;
}

.content-left {
    width: 80%;
}

.divList .ui-widget-header {
    background: #767676 !important;
    border: none !important;
    color: #fff !important;
    padding: 7px 0 5px 10px;
    margin-top: 20px;
    background-image: url(../images/1369235355_minus-white.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 99% !important;
    background-position-y: 50% !important;
    background-position: right 5px center !important;
    font-weight: bold;
}

.divList .ui-widget-header-close {
    background: #767676 !important;
    border: none !important;
    color: #fff !important;
    padding: 7px 0 5px 10px;
    margin-top: 20px;
    background-image: url(../images/1369235276_plus-white.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 99% !important;
    background-position-y: 50% !important;
    background-position: right 5px center !important;
    font-weight: bold;
}

.divList .ui-widget-content {
    padding: 10px;
}

/* Grid Panel Css */
#gridContent .grid-header th {
    border-bottom: 2px solid #b6b6b6;
    background: #d1d1d1; /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #d1d1d1));
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #d1d1d1 100%);
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
    color: #2291d1;
}

    #gridContent .grid-header th, #gridContent .grid-header th a {
        color: #2291d1;
        padding: 8px 2px;
    }

#gridContent table {
    border: 1px solid #d1d1d1;
}

#gridContent tr.alternate-row td {
    background: #e9e9e9;
    padding: 5px;
}

#gridContent tr.grid-footer {
    background: #666 !important;
    margin-top: 20px;
    border: 1px solid #666;
}

#gridContent .grid-footer td {
    padding: 8px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

    #gridContent .grid-footer td a {
        border: 1px solid #b9b9b9;
        color: #b9b9b9;
        padding: 5px;
        margin-left: 2px;
        text-decoration: none;
        font-weight: normal;
    }

.haccordion {
    width: 13%;
}

.rtArrow {
    background: url(../images/arrow.gif) no-repeat 0 -27px;
    float: left;
    width: 16px;
    height: 27px;
    margin: 10px 0 0 -15px;
}

.leftArrow {
    background: url(../images/arrow.gif) no-repeat 0 0;
    float: left;
    width: 16px;
    height: 27px;
    margin: 10px 0 0 0;
}

.px1 {
    width: 1%;
}

.px2 {
    width: 2%;
}

.px3 {
    width: 3%;
}

.px4 {
    width: 4%;
}

.px5 {
    width: 5%;
}

.px6 {
    width: 6%;
}

.px7 {
    width: 7%;
}

.px8 {
    width: 8%;
}

.px9 {
    width: 9%;
}

.px10 {
    width: 10%;
}

.px11 {
    width: 11%;
}

.px12 {
    width: 12%;
}

.px13 {
    width: 13%;
}

.px14 {
    width: 14%;
}

.px15 {
    width: 15%;
}

.px16 {
    width: 16%;
}

.px17 {
    width: 17%;
}

.px18 {
    width: 18%;
}

.px19 {
    width: 19%;
}

.px20 {
    width: 20%;
}

.px21 {
    width: 21%;
}

.px22 {
    width: 22%;
}

.px23 {
    width: 23%;
}

.px24 {
    width: 24%;
}

.px25 {
    width: 25%;
}

.px26 {
    width: 26%;
}

.px27 {
    width: 27%;
}

.px28 {
    width: 28%;
}

.px29 {
    width: 29%;
}

.px30 {
    width: 30%;
}

.px31 {
    width: 31%;
}

.px32 {
    width: 32%;
}

.px33 {
    width: 33%;
}

.px34 {
    width: 34%;
}

.px35 {
    width: 35%;
}

.px36 {
    width: 36%;
}

.px37 {
    width: 37%;
}

.px38 {
    width: 38%;
}

.px39 {
    width: 39%;
}

.px40 {
    width: 40%;
}

.px41 {
    width: 41%;
}

.px42 {
    width: 42%;
}

.px43 {
    width: 43%;
}

.px44 {
    width: 44%;
}

.px45 {
    width: 45%;
}

.px46 {
    width: 46%;
}

.px47 {
    width: 47%;
}

.px48 {
    width: 48%;
}

.px49 {
    width: 49%;
}

.px50 {
    width: 50%;
}

.px51 {
    width: 51%;
}

.px52 {
    width: 52%;
}

.px53 {
    width: 53%;
}

.px54 {
    width: 54%;
}

.px55 {
    width: 55%;
}

.px56 {
    width: 56%;
}

.px57 {
    width: 57%;
}

.px58 {
    width: 58%;
}

.px59 {
    width: 59%;
}

.px60 {
    width: 60%;
}

.px61 {
    width: 61%;
}

.px62 {
    width: 62%;
}

.px63 {
    width: 63%;
}

.px64 {
    width: 64%;
}

.px65 {
    width: 65%;
}

.px66 {
    width: 66%;
}

.px67 {
    width: 67%;
}

.px68 {
    width: 68%;
}

.px69 {
    width: 69%;
}

.px70 {
    width: 70%;
}

.px71 {
    width: 71%;
}

.px72 {
    width: 72%;
}

.px73 {
    width: 73%;
}

.px74 {
    width: 74%;
}

.px75 {
    width: 75%;
}

.px76 {
    width: 76%;
}

.px77 {
    width: 77%;
}

.px78 {
    width: 78%;
}

.px79 {
    width: 79%;
}

.px80 {
    width: 80%;
}

.px81 {
    width: 81%;
}

.px82 {
    width: 82%;
}

.px83 {
    width: 83%;
}

.px84 {
    width: 84%;
}

.px85 {
    width: 85%;
}

.px86 {
    width: 86%;
}

.px87 {
    width: 87%;
}

.px88 {
    width: 88%;
}

.px89 {
    width: 89%;
}

.px90 {
    width: 90%;
}

.px91 {
    width: 91%;
}

.px92 {
    width: 92%;
}

.px93 {
    width: 93%;
}

.px94 {
    width: 94%;
}

.px95 {
    width: 95%;
}

.px96 {
    width: 96%;
}

.px97 {
    width: 97%;
}

.px98 {
    width: 98%;
}

.px99 {
    width: 99%;
}

.px100 {
    width: 100%;
}


.text-align-center {
    text-align: center;
}


.tmz-form-table {
    border-collapse: collapse !important;
}

    .tmz-form-table tr td.table-editor-field {
        background: #E8E8E8;
        width: 10%;
    }

    .tmz-form-table caption {
        text-decoration: underline;
        font-size: 14px;
        font-weight: bold;
    }

.check-div {
    clear: both;
    width: 100%;
}

    .check-div input[type="checkbox"] {
        position: absolute;
        z-index: 1;
    }

    .check-div label {
        display: inline-block;
        padding: 2px 0 0 25px;
    }

/* define to right position*/
.btn-rt {
    float: right;
    width: 270px;
}

.tmz-fw-col1o1 {
    width: 100% !important;
}

.ui-datepicker {
    position: absolute !important;
    top: -3000px;
}

.ui-accordion-content {
    background: #fbf1dd !important;
    border: 1px solid #f6e6c5 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 0 0.5em !important;
    position: inherit !important;
}

    .ui-accordion-content a {
        color: #0000ff !important;
        font-weight: normal !important;
    }


.tmz-fw-col1o3, .tmz-fw-col2o3, .tmz-fw-col3o3 {
    width: 295px !important;
}


.progress {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.action-row .status {
    float: right;
    position: relative;
    margin: 0px -5px 0 0;
    font-size: 12px;
    font-style: italic;
}

    .action-row .status a {
        color: #fbf1dd !important;
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

.action-row {
    margin-top: -17px;
    margin-top: -18px\9;
    position: absolute;
    width: 900px;
}

.border-rt {
    border-right: 1px solid #ebe0c9;
    margin-right: 10px !important;
}


/* Dashboard Page Css Starts here */
.right-links {
    float: left;
    width: 18%;
    margin-right: 2%;
}

    .right-links ul { /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #ffffff 0%, #eed8ac 100%);
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(right, #ffffff 0%, #eed8ac 100%);
        /* Opera */ background-image: -o-linear-gradient(right, #ffffff 0%, #eed8ac 100%);
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ffffff), color-stop(2, #eed8ac));
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(right, #ffffff 0%, #eed8ac 100%);
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to right, #ffffff 0%, #eed8ac 100%);
        /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eed8ac', endColorstr='#ffffff');
        float: left;
        width: 100%;
        height: 450px;
        min-height: 450px;
        height: auto !important;
        border-right: 5px solid #E5CD9B;
    }

        .right-links ul li {
        }

            .right-links ul li a {
                border-top: 1px solid #e6d2aa;
                float: left;
                padding: 6% 5%;
                width: 90%;
            }

            .right-links ul li:first-child {
                padding: 5%;
            }

            .right-links ul li a:hover, .right-links ul li.select a {
                background: #fff;
                border-right: 5px solid #ffffff;
                color: #574a3e;
            }


.left-content {
    float: left;
    width: 80%;
}

ul.dashboard-status {
    min-height: 98px;
    height: auto;
    float: left;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ECD7B4;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #f7ebd3));
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #f7ebd3 100%);
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7ebd3');
    border-bottom: 5px solid #E5CD9B;
    font-weight: bold;
}

    ul.dashboard-status li { /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #f7ebd3));
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #f7ebd3 100%);
        /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7ebd3');
        float: left; /*font-size:16px;*/
        color: #333333; /*width:20%;*/
        text-align: center;
        width: 11%;
        font-size: 12px;
    }

        ul.dashboard-status li span.inner-li {
            border-left: 1px solid #ebe0c9;
            display: inline-block;
            height: 117px;
            width: 100%;
            margin: 10px 0;
        }

        ul.dashboard-status li:first-child span.inner-li {
            border-left: none;
        }

        ul.dashboard-status li h4 {
            font-size: 32px;
            color: #b65d0b;
            display: block;
            margin: 5px 0;
        }

        ul.dashboard-status li a {
            color: #0000cc;
            font-size: 13px;
            font-weight: normal;
        }

.bottom-block-main {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.recent-inner {
    background: #f9f1e2;
    border: 1px solid #d1c3a8;
    padding: 10px;
    height: auto !important;
    height: 190px !important;
    min-height: 190px;
    overflow-y: auto;
}


.recent-block {
    float: left;
    width: 49%;
    margin: 0 0.7% 0 0.6%;
}

    .recent-block h4 {
        background: #574a3e;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 8px;
        font-weight: bold;
    }

        .recent-block h4 span.recent-tip {
            background: url(../Images/recent-tip-arrow.png) no-repeat;
            width: 18px;
            height: 9px;
            float: left;
            position: relative;
            margin: 25px -20px 0 0;
        }


.recent-ul {
    padding: 15px 0 0 15px;
}

    .recent-ul li {
        color: #333333;
        list-style-type: disc;
        margin-bottom: 15px;
    }

        .recent-ul li a {
            color: #0000ff;
            font-weight: normal;
        }

.bottom-block-main .recent-txt {
    position: relative;
    margin: 0 0 0 8px;
}

.graphical-block {
    float: right;
    width: 49%;
}

.block-img1 {
    padding-top: 20px;
}

.graphical-block h4 {
    background: #574a3e;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 8px;
    font-weight: bold;
}

    .graphical-block h4 span.recent-tip {
        background: url(../Images/recent-tip-arrow.png) no-repeat;
        width: 18px;
        height: 9px;
        float: left;
        position: relative;
        margin: 25px -20px 0 0;
    }

/* Dashboard Page Css Ends here */

.chzn-container-single .chzn-single {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#processing_overlay {
    position: absolute;
    /*zIndex: 99998;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #ccffff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
    cursor: wait;
}

#processing_container {
    font: bold 14px verdana;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #00303f;
    color: #00303f;
}

#processing_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    background-color: #669900;
    color: #FFF;
    /*border: solid 1px #FFF;*/
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#processing_content {
    text-align: center;
    padding: 1em 1.75em;
    margin: 0em;
    vertical-align: middle;
}

.chzn-container {
    width: auto !important;
    margin-top: 6px;
}

    .chzn-container a.chzn-single {
        color: #000000 !important;
    }

.mgtop8 {
    margin-top: 8px;
}

.mgtop10 {
    margin-top: 10px;
}

#SocialCommunityId_chzn .chzn-search input, #ProgramId_chzn .chzn-search input, #StateId_chzn .chzn-search input, #GenderId_chzn .chzn-search input, #YearId_chzn .chzn-search input, .chzn-single {
    width: 122px !important;
}

.chosen-table label {
    display: block;
    padding-bottom: 4px;
}

.chosen-table .chzn-container {
    width: 180px !important;
}

.tmz-tab-row .editor-field select {
    width: 212px;
}

.tmz-tabular-structure table tr td {
    background: none !important;
}

.width97pt {
    width: 97%;
}

/* Using Field Mapper Page */
.field-mapper-form tr td {
    background: none !important;
}

.chzn-container a.chzn-single {
    background: #ffffff !important;
    border: 1px solid #bbbbbb;
    box-shadow: none;
    padding: 2px 5px;
    width: 205px !important;
}

    .chzn-container a.chzn-single span {
        color: #000;
        font-weight: normal;
    }

.chzn-container-single .chzn-single div b {
    background-position: 0 4px !important;
}

.chzn-drop {
    width: 215px !important;
}

.chzn-choices {
    width: auto !important;
    min-width: 215px;
    max-width: 755px;
}

.chzn-search input {
    width: 178px !important;
}

table tr.odd td {
    background: #ffffff !important;
}

table tr.even td {
    background: #e8e8e8 !important;
}

.field-mapper-table tr th {
    padding-left: 5px !important;
}

.field-mapper-table tr td {
    padding-bottom: 10px;
}

.padtop10 {
    padding-top: 10px;
}


.upload-help-message {
    color: #8C1401;
    font: 11px Arial, Helvetica, sans-serif;
    float: left;
    clear: both;
    font-style: italic;
}

.accordion-background {
    background: #339966 !important;
}

.disable_link {
    color: #cccc99 !important;
    cursor: auto !important;
}

.full-content {
    float: left;
    width: 100%;
}

.recent-block-new {
    float: left;
    width: 49.3%;
    margin: 0 0.0% 0 0.6%;
}

    .recent-block-new h4 {
        background: #574a3e;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 8px;
        font-weight: bold;
    }

.h44 {
    text-align: center;
}

.recent-block-new h4 span.recent-tip {
    background: url(../Images/recent-tip-arrow.png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    float: left;
    margin: 25px 0 0 0px;
}

.she_icon {
    background: url(../Images/scheme/scholarship.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .she_icon:hover {
        background: url(../Images/scheme/scholarship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .she_icon.active {
        background: url(../Images/scheme/scholarship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

.faculty_icon {
    background: url(../Images/scheme/faculty.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .faculty_icon:hover {
        background: url(../Images/scheme/faculty.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .faculty_icon.active {
        background: url(../Images/scheme/faculty.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

.fellowship_icon {
    background: url(../Images/scheme/fellowship.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .fellowship_icon:hover {
        background: url(../Images/scheme/fellowship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .fellowship_icon.active {
        background: url(../Images/scheme/fellowship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

.internship_icon {
    background: url(../Images/scheme/intership.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .internship_icon:hover {
        /*background: url(../Images/internship_icon_hover.png) no-repeat;*/
        background: url(../Images/scheme/intership.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .internship_icon.active {
        background: url(../Images/scheme/intership.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

ul.dashboard-status-new {
    float: left;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ECD7B4;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #f7ebd3));
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #f7ebd3 100%);
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7ebd3');
    border-bottom: 5px solid #E5CD9B;
    font-weight: bold;
}

    ul.dashboard-status-new li {
        float: left;
        /* font-size: 16px; */
        color: #333333;
        text-align: center;
        width: 25%;
        font-size: 14px;
        margin: 0px 0px;
    }

        ul.dashboard-status-new li span.inner-li {
            border-left: 0px solid #ebe0c9;
            display: inline-block;
            height: 85px;
            width: 100%;
            margin: 10px 0;
            color: #000;
        }

            ul.dashboard-status-new li span.inner-li a {
                color: #000;
                font-weight: bold;
            }




        ul.dashboard-status-new li:first-child span.inner-li {
            border-left: none;
        }

        ul.dashboard-status-new li h4 {
            font-size: 32px;
            color: #b65d0b;
            display: block;
            margin: 5px 0;
        }

        ul.dashboard-status-new li a {
            color: #0000cc;
            font-size: 13px;
            font-weight: normal;
        }

.previous-hold a {
    color: #908861 !important;
    text-decoration: none;
    font-weight: bold !important;
}

.current-hold a {
    color: #574a3e !important;
    text-decoration: none;
    font-weight: bold !important;
}

.future-hold a {
    color: #b65d0b !important;
    text-decoration: none;
    font-weight: bold !important;
}

.never-hold a {
    color: #3d3925 !important;
    text-decoration: none;
    font-weight: bold !important;
}

.previous-hold {
    background-color: #218bf4 !important;
    color: #fff;
}

    .previous-hold:hover {
        background-color: #4b9ae9 !important;
        color: #fff;
    }

.current-hold {
    background-color: #dc1c02 !important;
    color: #000;
}

    .current-hold span.inner-li, .future-hold span.inner-li {
        color: #000 !important;
    }

    .current-hold:hover {
        background-color: #b73726 !important;
        color: #000;
    }

.future-hold {
    background-color: #f5ff0e !important;
    color: #fff;
}

    .future-hold:hover {
        background-color: #edf52f !important;
        color: #fff;
    }

.faculty-hold {
    background-color: #34d108fa !important;
    color: #000;
}

    .faculty-hold:hover {
        background-color: #37d10d !important;
        color: #fff;
    }

.faculty_box {
    background: #37d10d !important;
}

.never-hold {
    background-color: #37d10d !important;
}

.FellowshipContactDecision {
    float: left !important;
    height: 40px !important;
    width: 100% !important;
}

.InternshipContactDecision {
    float: left !important;
    height: 40px !important;
    width: 100% !important;
}

.disable-background {
    background: #EEEEEE !important;
}

.enable-background {
    background: #FFFFFF !important;
}

.message-success {
    color: Green;
}

.message-fail {
    color: red;
}

.announcement-block ul.announcements-ul {
    padding: 0 5px 0 20px;
    overflow: hidden;
}

.ui-button span {
    padding: 0 !important;
}

.registration {
    color: #b65d0b;
    clear: both;
    text-align: right;
    padding-top: 3px;
    font-size: 11px;
}

#messagewrapper .close-icon {
    background: url(../Images/close-icon.png) no-repeat !important;
    position: absolute;
    top: -10px !important;
    right: -10px !important;
    border: none !important;
}

.new-user select {
    width: 150px;
}

.ui-dialog { /*width:478px!important; left:485!important;*/
}

.popup-lbl1 {
    display: inline-block !important;
    width: 150px !important;
}


.released-installments {
    text-decoration: line-through;
    display: inline;
}

.notReleased-installments {
    font-weight: bold;
    display: inline;
}

.released-installmentsFromBank {
    text-decoration: line-through;
    display: inline;
    background: #339966 !important;
}

.released-installmentsFromBank {
    text-decoration: line-through;
    display: inline;
    background: #339966 !important;
}

.fellowsnaction {
    vertical-align: top;
}


.uploaderMargin {
    margin-top: 11px;
}

.table85 {
    width: 350px;
}

.input135 {
    width: 130px !important;
}

.select125 {
    width: 125px !important;
}

.tmz-tabular-structure-mentorship {
    clear: both;
}

    .tmz-tabular-structure-mentorship .editor-label {
        width: 220px;
        float: left;
        margin: 0.8em 0 0 0;
        padding: 0;
    }

        .tmz-tabular-structure-mentorship .editor-label label {
        }

    .tmz-tabular-structure-mentorship .editor-field {
        float: left;
        margin: 0 0 7px 0;
        padding: 0;
        position: relative;
    }




.InternshipAddress fieldset {
    float: left;
    width: 288px;
    height: 90px !important;
}


.divLogOut {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    visibility: visible;
    left: 0px;
    top: 0px;
}

.divLogOutinner {
    border: 2px solid #E5CD9B;
    position: fixed;
    color: red;
    z-index: 999;
    width: 660px;
    visibility: visible;
    left: 325px;
    top: 376.5px;
}

.divLogOutinnerinner {
    color: #000000;
    font: 12px Arial;
    border-bottom: 1px solid #E5CD9B;
    background: #E5CD9B;
    line-height: 16px;
    padding: 5px;
}

.divLogOutinnerinnerinner {
    overflow: auto;
    padding: 5px;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7EBD3 100%);
    height: 40px;
}


/* qTip2 v2.1.1 basic css3 | qtip2.com | Licensed MIT, GPL | Thu Jul 11 2013 14:03:02 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important;
    }

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: 400 bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

.qtip-focus {
}

.qtip-hover {
}

.qtip-default {
    border-width: 1px;
    border-style: solid;
    border-color: #F1D031;
    background-color: #A9F5BC;
    color: #555;
}

    .qtip-default .qtip-titlebar {
        background-color: #FFEF93;
    }

    .qtip-default .qtip-icon {
        border-color: #CCC;
        background: #F1F1F1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #AAA;
        color: #111;
    }

.qtip-light {
    background-color: #fff;
    border-color: #E2E2E2;
    color: #454545;
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1;
    }

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

    .qtip-dark .qtip-titlebar {
        background-color: #404040;
    }

    .qtip-dark .qtip-icon {
        border-color: #444;
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

    .qtip-cream .qtip-titlebar {
        background-color: #F0DE7D;
    }

    .qtip-cream .qtip-close .qtip-icon {
        background-position: -82px 0;
    }

.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

    .qtip-red .qtip-titlebar {
        background-color: #F06D65;
    }

    .qtip-red .qtip-close .qtip-icon {
        background-position: -102px 0;
    }

    .qtip-red .qtip-icon {
        border-color: #D95252;
    }

    .qtip-red .qtip-titlebar .ui-state-hover {
        border-color: #D95252;
    }

.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

    .qtip-green .qtip-titlebar {
        background-color: #B0DE78;
    }

    .qtip-green .qtip-close .qtip-icon {
        background-position: -42px 0;
    }

.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

    .qtip-blue .qtip-titlebar {
        background-color: #D0E9F5;
    }

    .qtip-blue .qtip-close .qtip-icon {
        background-position: -2px 0;
    }

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
}

.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .qtip-rounded .qtip-titlebar {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border-width: 0;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,#000 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,#000 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,#000 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,#000 100%);
}

    .qtip-youtube .qtip-titlebar {
        background-color: #4A4A4A;
        background-color: rgba(0,0,0,0);
    }

    .qtip-youtube .qtip-content {
        padding: .75em;
        font: 12px arial,sans-serif;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);";
    }

    .qtip-youtube .qtip-icon {
        border-color: #222;
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-jtools {
    background: #232323;
    background: rgba(0,0,0,.7);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));
    background-image: -moz-linear-gradient(top,#717171,#232323);
    background-image: -webkit-linear-gradient(top,#717171,#232323);
    background-image: -ms-linear-gradient(top,#717171,#232323);
    background-image: -o-linear-gradient(top,#717171,#232323);
    border: 2px solid #ddd;
    border: 2px solid rgba(241,241,241,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

    .qtip-jtools .qtip-titlebar {
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)";
    }

    .qtip-jtools .qtip-content {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)";
    }

    .qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
        background: transparent;
        color: #fff;
        border: 0 dashed transparent;
    }

    .qtip-jtools .qtip-icon {
        border-color: #555;
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover {
        border-color: #333;
    }

.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

    .qtip-cluetip .qtip-titlebar {
        background-color: #87876A;
        color: #fff;
        border: 0 dashed transparent;
    }

    .qtip-cluetip .qtip-icon {
        border-color: #808064;
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover {
        border-color: #696952;
        color: #696952;
    }

.qtip-tipsy {
    background: #000;
    background: rgba(0,0,0,.87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande',sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000;
}

    .qtip-tipsy .qtip-titlebar {
        padding: 6px 35px 0 10px;
        background-color: transparent;
    }

    .qtip-tipsy .qtip-content {
        padding: 6px 10px;
    }

    .qtip-tipsy .qtip-icon {
        border-color: #222;
        text-shadow: none;
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: 400;
    font-family: serif;
}

    .qtip-tipped .qtip-titlebar {
        border-bottom-width: 0;
        color: #fff;
        background: #3A79B8;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));
        background-image: -webkit-linear-gradient(top,#3A79B8,#2E629D);
        background-image: -moz-linear-gradient(top,#3A79B8,#2E629D);
        background-image: -ms-linear-gradient(top,#3A79B8,#2E629D);
        background-image: -o-linear-gradient(top,#3A79B8,#2E629D);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)";
    }

    .qtip-tipped .qtip-icon {
        border: 2px solid #285589;
        background: #285589;
    }

        .qtip-tipped .qtip-icon .ui-icon {
            background-color: #FBFBFB;
            color: #555;
        }

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .qtip-bootstrap .qtip-titlebar {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .qtip-bootstrap .qtip-titlebar .qtip-close {
            right: 11px;
            top: 45%;
            border-style: none;
        }

    .qtip-bootstrap .qtip-content {
        padding: 9px 14px;
    }

    .qtip-bootstrap .qtip-icon {
        background: transparent;
    }

        .qtip-bootstrap .qtip-icon .ui-icon {
            width: auto;
            height: auto;
            float: right;
            font-size: 20px;
            font-weight: 700;
            line-height: 18px;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .2;
            filter: alpha(opacity=20);
        }

            .qtip-bootstrap .qtip-icon .ui-icon:hover {
                color: #000;
                text-decoration: none;
                cursor: pointer;
                opacity: .4;
                filter: alpha(opacity=40);
            }

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}

    .qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }

#qtip-overlay {
    position: fixed;
    left: -10000em;
    top: -10000em;
}

    #qtip-overlay.blurs {
        cursor: pointer;
    }

    #qtip-overlay div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(Opacity=70)";
    }

.qtipmodal-ie6fix {
    position: absolute !important;
}

.linkAsButton {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: linear-gradient(to bottom, #FF9933 0%, #D8530B 100%) !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #DA560D !important;
    border-radius: 0 0 0 0 !important;
    color: #FFFFFF !important;
    font: bold 12px Arial,Helvetica,sans-serif !important;
    padding: 6px 8px !important;
    text-decoration: none !important;
    cursor: default;
}


    .linkAsButton:hover { /*background:url(../images/orange-btn.png) repeat-x;*/
        /*background: #000;*/
        /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Opera */ background-image: -o-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8530b), color-stop(2, #ff9933)) !important;
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #d8530b 0%, #ff9933 100%) !important;
        /* IE 7 & 8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8530b', endColorstr='#ff9933') !important;
        font: bold 12px Arial, Helvetica, sans-serif !important;
        padding: 6px 8px !important;
        border: #da560d solid 1px !important;
        color: #ffffff !important; /*width:auto; overflow:visible; */
        cursor: default;
    }

.footer-inner {
    width: 960px;
    margin: 23px auto 0;
}

.view-div {
    color: #ccc;
    font-size: 11px;
    text-align: center;
    width: 50%;
    display: inline-block;
}

.develped-div {
    color: #fff;
    font-size: 7px;
    float: right;
    text-align: center;
    position: relative;
    margin-top: -9px;
}

    .develped-div img {
        display: inline-block;
    }

.author-txt {
    display: block;
    font-size: 11px;
    text-align: center;
}

.author {
    text-align: right;
    display: block;
    font-size: 11px;
    width: 90%;
}

ol.circle, ol.circle > li {
    list-style-type: disc !important;
    list-style-image: none;
    list-style: disc;
}

    ol.circle, ol.circle > b {
        line-height: 20px;
    }


.help-block {
    min-height: 63px !important;
    height: 200px !important;
}

    .help-block p {
        margin: 12px 0 0;
    }

.loginnew {
    width: 122px !important;
    height: 20px;
    margin: 0px !important;
    float: right;
    line-height: 20px;
    padding: 0px !important;
}

.loginbox label {
    display: inline-block;
    height: 30px;
    line-height: 28px;
}


/* using for Pagination for IFD Approval Page (15-10-2013)*/
#gridContent tr.grid-footer, ul.pagination {
    background: #666 !important;
    margin-top: 0;
    border: 1px solid #666;
}

#gridContent ul.pagination li {
    display: inline-block;
    padding: 2px 0 2px 2px;
}

    #gridContent ul.pagination li.active a {
        border: none;
        color: #fff;
        font-weight: bold;
    }

    #gridContent ul.pagination li a {
        border: 1px solid #B9B9B9;
        float: left;
        color: #B9B9B9;
        margin-left: 2px;
        padding: 5px;
        text-decoration: none;
    }

.ui-dialog {
    z-index: 1000 !important;
}

.ui-widget-overlay {
    position: fixed !important
}

.rank_details div:nth-of-type(3) fieldset:nth-of-type(1) {
    display: none;
}

.welcome-strip {
    display: inline-block;
    float: left;
}

.tmz-hmenu.admin_menu {
    display: inline-block;
    float: left;
    width: auto !important;
    margin-top: 5px;
}

.admin_logo {
    margin-top: 5px;
}

.panel-right {
    float: right;
    margin-top: 5px;
}

.loggedin-user li {
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    text-align: left;
}

    .loggedin-user li:first-child {
        padding-right: 0px !important;
    }

    .loggedin-user li:nth-child(2) {
        padding-left: 0px !important;
    }

.logout {
    background: #584a3f;
    padding: 10px;
    border-radius: 10px;
}

    .logout a {
        color: #fff;
    }

.language-switch li {
    display: inline-block;
}


.text-white {
    color: #fff !important;
}

.text-black {
    color: #000000 !important;
}

ul.dashboard-status-new li.active {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
    transform: scale(1.1);
}
/*css for increase default deacrease font size add on 20-8-2024*/
sup {
    top: -5px;
    position: relative;
    font-size: 12px;
    vertical-align: baseline;
    line-height: 0;
}
/*css for increase default deacrease font size add on 20-8-2024*/
.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .btn-group > .btn:first-child {
        margin-left: 0;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
        font-size: 14px;
    }

    .btn-group > .btn {
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 4px !important;
        text-decoration: none;
    }

.btn {
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
}

    .btn .caret {
        margin-top: 8px;
        margin-left: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1000;
    display: none;
    float: left;
    /* min-width: 45px; */
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
}

li {
    line-height: 20px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.btn-group.open .btn.dropdown-toggle {
    /* background-color: #e6e6e6; */
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    /* -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); */
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    /* box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); */
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.lang-area-new ul.language-switch li div.dropdown-menu a {
    display: block;
    padding: 3px 5px 3px 6px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 12px;
}

    .lang-area-new ul.language-switch li div.dropdown-menu a:hover {
        background: #efefef;
    }

    .lang-area-new ul.language-switch li div.dropdown-menu a:after {
        border: 0px solid #333;
    }

    .lang-area-new ul.language-switch li div.dropdown-menu a:last-child {
        border-bottom: 0px;
    }

i.fas.fa-wheelchair {
    padding: 0 5px;
    font-size: 18px;
}

.lang-area-new a.screen-reader img {
    vertical-align: middle;
    padding-right: 8px;
}

ul.language-switch li.btn-group.language a::after {
    border: 0px;
    margin: 0;
}

ul.language-switch li.btn-group.language {
    border: 1px solid #ccc;
}

.lang-area-new ul.language-switch li div.dropdown-menu.accessibility a {
    display: block;
    padding: 3px 5px 3px 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 12px;
}

.dropdown-menu.accessibility {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 35px;
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: auto;
}

/***
*   Grid.Mvc stylesheet http://gridmvc.codeplex.com/
*   This file contains default styles for Grid.Mvc. You can modify it as you want.
*/

/* Grid */
.grid-wrap { padding: 0; position: relative; }
.grid-empty-text { color: #666; }

/* Grid headers */
.grid-header.sorted-asc .grid-sort-arrow:after { /*content: " \2193"; */}
.grid-header.sorted-desc .grid-sort-arrow:after { /*content: " \2191";*/}
.grid-sort-arrow{display:inline-block; width:5px; height:11px; margin:2px;/*content: " \2191"; content: " ";  */}

/* Grid body */
table.grid-table tr.grid-row { }
table.grid-table tr.grid-row-selected td { background: #0086C7 !important; color: white; }
table.grid-table tr.grid-row-selected a { color: white; }
table.grid-table .grid-header-sorted { }


/* Grid filtering */
select.grid-filter-type { padding: 3px; border: 1px solid #DDD; color: #444; font-size: 13px; width: 120px; }
input.grid-filter-input { width: 148px!important;padding: 4px; font-size: 13px; }
.grid-filter { position:absolute; /*position: relative; display: block;float:left; margin-top: 2px; margin:18px auto 0; width: 10px; height: 12px;*/ }
.grid-filter-btn { cursor: pointer; display: block; width: 10px; height: 12px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJFJREFUKFNjkJSU/E8MZvj//78DMRhkoj+6bizYH2SiiIeHx2FjY+P/2DBIDqSGAQSOHTtmYWZm9hldEUgMJAdWBAJAHSzt7e056ApBYiA5qDIIAAoIhIaGroYpArFBYlBpVLB3715DmEIQGyqMCUDWwBRiWIkOYAqhXNwApMjX13c7lIsbgBQBrdWAcqGAgQEAdOGTrvsYKXIAAAAASUVORK5CYII=') no-repeat; }
.grid-filter-btn.filtered { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJNJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2ZhZmb2GV0RSAwkB1YEAkAdLO3t7TnoCkFiIDmoMggACgiEhoauhikCsUFiUGlUsHfvXkOYQhAbKowJQNbAFGJYiQ5gCqFc3ACkyNfXdzuUixuAFAGt1YByoYCBAQAUDanUpFB4UQAAAABJRU5ErkJggg==') no-repeat; }
.grid-filter-buttons { padding: 4px 0 0 0; }
.grid-filter-datepicker { font-size: 12px;padding-top: 4px; }
.menu-popup-inner .btn.btn-apply {margin: 0!important;                                          

background: #000;
/* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #d17521 0%, #835214 100%); 
/* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #d17521 0%, #835214 100%);
/* Opera */ background-image: -o-linear-gradient(top, #d17521 0%, #835214 100%);
/* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d17521), color-stop(2, #835214));
/* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #d17521 0%,  #835214 100%);
/* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #d17521 0%, #835214 100%); 
/* IE 7 & 8 */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17521', endColorstr='#835214'); 
padding:5px 8px; border:#96611a solid 1px; font-size:12px; font-weight:bold; color:#ffffff; width:auto; overflow:visible; text-shadow:none; }
.menu-popup-inner .btn.btn-apply:hover, .menu-popup-inner .btn.btn-apply:active, .menu-popup-inner .btn.btn-apply.active, .menu-popup-inner .btn.btn-apply.disabled, .menu-popup-inner .btn.btn-apply[disabled] { background-color: #0086BC; }
.menu-popup-inner ul.menu-list li a.grid-filter-clear{white-space: nowrap; padding-left: 23px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAARpJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2axOC/396GinP/O+vpwRVbGxl92+vluXm1kuASsEKiD5VB99aG3eTH/HxjL/A/RUPsfrqb6f7e21uutlhbRYEUwAFQskOLmun2+lND/0xxM/7dycXzd6OxoCpVGBduWLjXv4+f/v5WF+f9RbtYvfeysqlApBKhhY2Hcxsy0+xAL038nbe3/m8W4ss/Jcx2GSiPAal6uvGtczP9TFOXBHgGJ7RHlmLGOjy0UrAAGzgT7rn7urP/P3NDgv6+v73aQWAMzM+dqTtbJYAUwsNzeyuhImE8GSBHQYxpQYYYJQCcxMDAwAAB7/bt5uWh9FAAAAABJRU5ErkJggg==') no-repeat 3px center;}
.grid-filter-type-label { margin: 0 0 2px 0; color:#666; }
.grid-filter-choose.choose-selected { background-color: white!important;cursor: default;color: #999; }
/* POP-UP */
.menu-popup { font-size: 12px; cursor: default; font-weight: normal; text-transform: none; font-size: 13px; position: absolute; left: -102px; top: 15px; z-index: 200; }
.menu-popup-wrap { padding-top: 7px; position: relative; width: auto;min-width: 129px; }
.menu-popup-arrow { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAl0lEQVQoU42PMQuFMAyE6xN5gpOjjsIb/P9/o3O3zh27dY25kIPq8DBwmLT35WoQkUEVOmGec84CaW2q7+N+AdCD6M9SisQYTei1jsfyCeCu+vjFVGs1AN++94DRfUOfuNLoKUiyRC5y2F5I8NdaM4P/l0EswvBorQTnfxBhLMRih+2pklIy+eEtjQPu6MNZwIBNbwteMBd5X4ZGHcwL3QAAAABJRU5ErkJggg==") no-repeat; height: 8px; left: 100px; position: absolute; top: 0; width: 14px; }
.menu-popup-inner { padding: 7px; -moz-border-radius: 3px; -o-border-radius: 3px; -webkit-border-radius: 3px; background: #fff; border: 1px solid #CCC; border-radius: 3px; box-shadow: 0px 1px 5px #AEAEAE; border-collapse: separate; }
.menu-popup-widget { }
.menu-popup-additional {  }
.menu-popup-inner ul.menu-list { list-style-type: none; margin: 3px 0 0 0; padding: 0; }
.menu-popup-inner ul.menu-list li { }
.menu-popup-inner ul.menu-list li a {text-decoration: none; background-position: 6px center; background-repeat: no-repeat; display: block; padding: 3px 5px 3px 5px; }
.menu-popup-inner ul.menu-list li a:hover { background-color: #EEE; text-decoration: none; }

/* Bootstrap controls */
.menu-popup-inner .btn{display:inline-block;*display:inline;*zoom:1;padding:4px 10px 4px;margin-bottom:0;font-size:13px;line-height:18px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(top, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);border:1px solid #cccccc;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);cursor:pointer;*margin-left:.3em;}
.menu-popup-inner .btn:hover, .menu-popup-inner .btn:active, .menu-popup-inner .btn.active,.menu-popup-inner .btn.disabled, .menu-popup-inner .btn[disabled]{background-color:#e6e6e6;}
.menu-popup-inner .btn:active,.menu-popup-inner .btn.active{background-color:#cccccc;}
.menu-popup-inner .btn:first-child{*margin-left:0;}
.menu-popup-inner .btn:hover{/*color:#333333;text-decoration:none;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;*/}
.menu-popup-inner .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.menu-popup-inner .btn.active,.menu-popup-inner .btn:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);background-color:#e6e6e6;background-color:#d9d9d9;outline:0;}
.menu-popup-inner .btn.disabled, .menu-popup-inner .btn[disabled]{cursor:default;background-image:none;background-color:#e6e6e6;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

.menu-popup-inner input, .menu-popup-inner select {/*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;*/ border:1px solid #bbb;}
.menu-popup-inner input:focus {/*border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);outline:0;outline:thin dotted \9;*/}
.menu-popup-inner select:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/*!
* Bootstrap v2.1.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}


.pagination {
  margin:5px 0;
 /*margin: 20px 0;
height: 40px;*/
}

.pagination ul {
 display: inline-block;
 *display: inline;
 margin-bottom: 0;
 margin-left: 0;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
 *zoom: 1;
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
         box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
 display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
 float: left;
 padding: 0 14px;
 line-height: 17px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
 background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
 color: #999999;
 cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
 color: #999999;
 cursor: default;
 background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
 border-left-width: 1px;
 -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
         border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
 -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
         border-radius: 0 3px 3px 0;
}

.pagination-centered {
 text-align: center;
}

.pagination-right {
 text-align: right;
}

.pager {
 margin: 20px 0;
 text-align: center;
 list-style: none;
 *zoom: 1;
}

.pager:before,
.pager:after {
 display: table;
 line-height: 0;
 content: "";
}

.pager:after {
 clear: both;
}

.pager li {
 display: inline;
}

.pager a,
.pager span {
 display: inline-block;
 padding: 5px 14px;
 background-color: #fff;
 border: 1px solid #ddd;
 -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
         border-radius: 15px;
}

.pager a:hover {
 text-decoration: none;
 background-color: #f5f5f5;
}

.pager .next a,
.pager .next span {
 float: right;
}

.pager .previous a {
 float: left;
}

.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
 color: #999999;
 cursor: default;
 background-color: #fff;
}

@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 6.10
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
    Tekmindz common-reusable Jquery function library.
    TmzJsScript01
 */

/* changed for button's visual affordance*/
/* start :tmz file upload control */
.tmz-fileinput-button { position: relative; overflow: hidden;  float: left;  margin-right: 4px;  background-color:#666;  color:#fff;  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);font--weight:bold;  padding:5px; background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);background-image: -webkit-gradient(linear, center top ,center bottom,from(#0088CC), to(#0044CC)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#0044CC');   background-repeat: repeat-x;    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;}

.tmz-fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

/* Fix for IE 6: */
* html .tmz-fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .tmz-fileinput-button {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

/* end :tmz file upload control */

/** added by Ritu **/
a:link:after, a:visited:after { content: ""!important;font-size: 100%;} /* to override the style mentioned in print.css**/
#body {text-align:left;} /* to override the center alignment issue mentioned in ie.css **/


/** for 1 -colun layout**/
.tmz-fw-col1o1 {width:950px;margin-right:0; clear:both;}/** already used lasses for outermost form container**/
.tmz-fw-col .help-message {display:block;}



.tmz-fw-col{float:left;margin-right:10px;}

/** for 2 -column layout **/
.tmz-fw-col1o2,.tmz-fw-col2o2 {width:470px;float:left;}
.tmz-fw-col1o2{margin-right:10px;}
.tmz-fw-col2o2{margin-right:0;}

/** for 3-column layout**/
.tmz-fw-col1o3,.tmz-fw-col2o3,.tmz-fw-col3o3{width:310px; float:left;}
.tmz-fw-col1o3,.tmz-fw-col2o3{margin-right:10px;}
.tmz-fw-col3o3{margin-right:0;}
.tmz-fw-col1o3 input[type="text"],.tmz-fw-col2o3 input[type="text"],.tmz-fw-col3o3 input[type="text"]{width:200px!important;}
.tmz-fw-col1o3 input[type="datetime"],.tmz-fw-col2o3 input[type="datetime"],.tmz-fw-col3o3 input[type="datetime"]{width:200px!important;}
.tmz-fw-col1o3 input[type="number"],.tmz-fw-col2o3 input[type="number"],.tmz-fw-col3o3 input[type="number"]{width:200px!important;}


.editor-label {margin:0; padding:0; clear:both;}
.editor-field{margin:0 0 20px 0; padding:0; }


/** for red * mark indicating mandatory fields**/
.mandatory {color:#ff0000;} /** new class*/

label {display:inline;} /** to place option buttion labels in a single line**/


.help-message {font-size:1em; color:#999; vertical-align:middle; display:inline-block; text-align:left!important;}
.field-validation-error{display:block;}
.tmz-help-nextline .help-message {display:block;} /** New  -- if you want to place help message below the input control, use this class in container **/

p input[type="submit"]{clear:both;}
.tmz-fw-fieldset  {clear:both;}
.tmz-fw-fieldset .tmz-fw-col1o3,.tmz-fw-fieldset .tmz-fw-col2o3,.tmz-fw-fieldset .tmz-fw-col3o3{width:298px;}
.tmz-fileupload-delete-icon {display:inline-block; width:18px; height:18px; background-color:#ff0000;background:url('themes/base/images/ui-icons_cd0a0a_256x240.png') -179px -98px ;}

table caption {text-transform:uppercase; font-weight:bold;}
/* tmz Tooltip */
.ui-tooltip {text-align :left ;}

.tmz-form-table tr th {background:#e4e4e4;}
.tmz-form-table tr:nth-child(even) {background:#fff;}
.tmz-form-table tr:nth-child(odd) {background:#efecec;}


/*.tmz-form-table tfoot {
display: table-footer-group;
vertical-align: middle;
border-color: #ff0000 solid 1px; }*/


.tmz-mvc-add-remove-buttons {width:110px;}

.tmz-tab-row {clear:both; *display:inline-block;}
.button-container {clear:both; margin-left:200px;}
.tmz-tabular-structure {clear:both;}
.tmz-tabular-structure .editor-label{width:200px; float:left; margin:0.8em 0 0 0; padding:0;}
.tmz-tabular-structure .editor-label label {}
.tmz-tabular-structure .editor-field{float:left; margin:0 0 7px 0; padding:0; position:relative;}



/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
.chzn-select 
{
    width : 160px !important;
}
.chzn-select-deselect
{
   width : 160px !important;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('chosen-sprite.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */

