/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/** { margin:0; padding:0; }*/

	img{ border:none; }
	

	#supersized { position:fixed; left:0; top:0px; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline;}
	
	/*Controls Section*/
	#controls-wrapper { margin:0 auto; height:62px; width:100%; bottom:0; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; text-align:left; z-index:5; padding:0 114px; /* Increase padding to give thumbnails room */ }
			#slidecounter { float:left; color:#888; font:23px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:#000 0 -1px 0; margin:19px 10px 18px 20px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:16px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:#000 0 2px 0; margin:23px 20px 23px 0; }
			#navigation { float:right; margin:10px 20px 0 0; }
	
	/*Thumbnail Navigation*/	
	#nextthumb,#prevthumb { z-index:6; display:none; position:fixed; bottom:12px; height:75px; width:100px; overflow:hidden; background:#ddd; border:2px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:10px; }
			#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
			
			
			
			
			
			input {float:right;}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: top;
	
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
}
body, html{
	width:100%;
	height:100%;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div, a, label, input, span, select, textarea, table{
	position: relative;
	float: left;
}
input{
	float: left !important;
	border: 1px solid #444;
}
label{
	height: 20px;
	line-height: 18px;
}
table{
	border-collapse: collapse;
}
table td{
	border: 1px solid #E8F1F0;
	padding: 5px;
}
.groupBox {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
}
.head_title{
	background: #E8F1F0;
	padding: 5px;
	text-align: center;
	font-weight: bold;

}
.admin_form_title{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;	
}
.administrator{
	color: #5d8ba7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	

}
.list_table {
	border-collapse:collapse;
}
.list_main_title{
	color: #1b4b6d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	
	

}			
.list_title_cell{
							 				

	border-width: 3px;						
	border-bottom-width: 2px;		 
	border-style: solid;	
	
	border-left-color: #bfd4e3;					 
	border-top-color: #bed4e3;
	border-right-color: #7d92a1;
	border-bottom-color: #94aebf;
	
	background-color: #a8c5d9;
	color: #08243d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;						 
}
.red3, .red1, .red2, .inp_anketa, .ank_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
	color: #0c365a;	
}
.inp_anketa{
	border:1px solid #c1d3e1;
}
.red1,.red2,.q_bez_otgovori{
	border:1px solid #a1b3c1;																								
}
.q_bez_otgovori{
	background-color: #fefeec;									
}
.red1{
	background-color: #eaf0f5;									
}
.red2{
	background-color: #f5f8fa;					
	
}
.login_button{
	
}				
.row{
	width: 100%;
}
.row label{
	width: 100%;
}
/*WIDTHS*/
.w-400{
	width: 400px;
}
.w-500{
	width: 500px;
}
.w-350{
	width: 350px;
}
.w-50{
	width: 50px;
}
.w-180{
	width: 180px;
}
.w-200{
	width: 200px;
}
.w-210{
	width: 210px;
}
.w-220{
	width: 220px;
}
.w-260{
	width: 260px;
}
.w-300{
	width: 300px;
}
.w-370{
	width: 370px;
}
.w-680{
	width: 680px;
}
.w-100-p{
	width: 100%;
}
.w-50-p{
	width: 50%;
}
.w-150{
	width: 150px;
}
.w-100{
	width: 100px;
}

/*NEW DESIGN*/	
#wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	min-width:1024px;
}
#frame{
	height: 100% !important;
    margin: 0 auto;
    min-height: 300px;
    width: 960px;
	float: none;
}
#time{
	float: left;
    height: 20px !important;
    margin: 0 auto;
    width: 960px;
	margin-top: 20px;
}
#main-holder{
	width: 100%;
}
#login-div{
	height: auto !important;
    min-height: 280px;
    width: 400px;
	border: 2px solid #7db1a7;
	border-radius: 5px;
	margin-top: 20px;
	/*background: #fff;*/
	background: url(../media/back_con.png);
	position: relative;
	float:none;
	margin: 0 auto;
	
	margin-top: 200px;
	
	box-shadow: 0px 2px 6px 0 #666666;
}
#login-head{
	width: 100%;
	position: relative;
	float: left;
}	
#login-head h2{
	color: #478579;
	font-size: 18px;
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
	margin: 10px 0;
}
#login-form{
	width: 80%;
	margin: 0 10%;
	position: relative;
	float: left;
}
#login-form .label{
	position: relative;
	float: left;
	width: 110px;
	margin-top: 10px;
	height: 25px;
}
#login-form .label label{
	color: #478579;
	font-weight: bold;
	font-size: 15px;
}
#login-form .editor{
	position: relative;
	float: left;
	width: 210px;
	margin-top: 10px;
	height: 25px;
}
#login-form .button-div{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#login-form .button-div span{
	position: relative;
	float: left;
	width: 60%;
}
#login-form .button-div span img{
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
}
#login-form .button-div input[type='submit']{
	width: 80px;
	height: 30px;
	border-radius: 0 5px 0 5px;
	border: 1px solid #7db1a7;
	position: relative;
	float: right;
	margin-top:20px;
}
#login-form #reg-link{
	position: relative;
	float: right;
	width: auto;
	/*margin-top: 10px;*/
	text-align: right;
}	
#login-form #reg-link a{
	position: relative;
	float: left;
	width: auto;
	margin-top: 23px;
	text-align: right;
	color: #478579;

}
#login-form #reg-link label{
	position: relative;
	float: left;
	width: auto;
	margin-top: 20px;
	text-align: right;
	margin-right: 10px;
}
#login-form .login_input{
	border: 1px solid #7db1a7;
	border-radius: 5px;
	width: 200px;
}
#login-error{
	width: 100%;
	height: 20px;
}
#login-error span{
	color: #f00;
	width: 100%;
	text-align: center;
}

/*REGISTER*/
#register-div{
	height: auto !important;
    min-height: 670px;
    width: 960px;
	border: 2px solid #7db1a7;
	border-radius: 5px;
	margin-top: 20px;
	background: url(../media/back_con.png);
	position: relative;
	float:none;
	margin: 0 auto;
	margin-top: 60px;
	
	box-shadow: 0px 2px 6px 0 #666666;
}
#register-head{
	width: 100%;
	position: relative;
	float: left;
}	
#register-head h2{
	color: #478579;
	font-size: 18px;
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
	margin: 10px 0;
}
#register-form{
	width: 920px;
	margin:0 20px;
}
#register-form #left, #register-form #right{
	width: 48%;
	margin:0 1%;
}
#register-form #left .head, #register-form #right .head{
	width: 100%;
}

.head h2{
	color: #478579;
	font-size: 16px;
	text-align: left;
	width: 100%;
	position: relative;
	float: left;
	margin: 10px 0;
}
#register-form .button-div{
	width: 100%;
}
#register-form .button-div input[type='submit']{
	width: auto;
	height: 30px;
	border-radius: 0 5px 0 5px;
	border: 1px solid #7db1a7;
	position: relative;
	float: right !important;
	margin-top: 30px;
	margin-right: 410px;
}
#register-form  #reg-link{
	float: right;
	width: auto;
}
#register-form #reg-link a{
	position: relative;
	float: left;
	width: auto;
	margin-top: 23px;
	text-align: right;
	color: #478579;
}
#register-form #reg-link label{
	position: relative;
	float: left;
	width: auto;
	margin-top: 20px;
	text-align: right;
	margin-right: 10px;
}
#register-form .row{
	width: 100%;
	margin: 5px 0;
	height: auto;
}
#register-form .row .label{
	width: 35%;
}
#register-form .row .editor{
	width: 60%;
}
#register-form .row .editor input[type='text'], #register-form .row .editor input[type='password']{
	float: left;
	width: 260px;
}
#register-form .row .editor input[type='checkbox']{
	float: left;
}
#register-form .row .editor textarea{
	float: left;
	width: 260px;
	height: 100px;
}

.row span{
	display: none;
}
.error span{
	display: block;
	width: 100%;
	color: #f00;
}
#register-form  .terms{
	width: 96%;
	height: auto;
	border: 1px solid #f00;
	border-radius: 5px;
	margin-top: 50px;
	padding: 2%;
}
#register-form  .terms ul{
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

/*main_content*/
#main_content{
	width: 915px;
	padding: 20px;
	height: auto;
	min-height: 800px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 2px solid #7db1a7;
	
	box-shadow: 0px 2px 6px 0 #666666;
}
#main_content #header{
	width: 100%;
	height: auto;
}
#main_content #header #header-logo{
	width: 100%;
	height: auto;
}
#main_content #header #header_buttons{
	width: 100%;
	height: auto;
}
#main_content #content{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
#menu{
	width: 915px;
}
#menu ul, #user ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li, #user ul li{
	background: none repeat scroll 0 0 #7DB1A7;
    border: 1px solid #7DB1A7;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 #999999;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 8px;
    position: relative;
	overflow: hidden;
}
#menu ul li a, #user ul li a{
	padding: 13px;
	color: #478579;
	font-size: 15px;
	font-weight: bold;
	background: #e8f1f0;
	width: 25px;
	height: 25px;
}
#menu ul li a:hover, #user ul li a:hover{
	background: #d4e3e1;
	text-decoration:none;
}

.offer-icon a{
	background-image: url(../media/icons48/office_folders.png) !important;
	background-repeat: no-repeat  !important;
	background-position: center center !important;
	
	
}
.client-icon a{
	background-image: url(../media/icons48/businesswoman_man.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.price-icon a{
	background-image: url(../media/icons48/money.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}
.suppl-icon a {
    background-image: url("../media/icons48/truck.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}
.report-icon a {
    background-image: url("../media/icons48/report.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}
.profile-icon a{
	background-image: url(../media/icons48/image.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}
.company-icon a{
	background-image: url(../media/icons48/company.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}
.pages-icon a{
    background-image: url("../media/icons48/copy_paste.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}
.calculator-icon a{
    background-image: url("../media/icons48/calculator.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}
.calculator-settings-icon a{
    background-image: url("../media/icons48/calculator_settings.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}
.logout-icon a{
	background-image: url(../media/icons48/block.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}

#user{
	width: 260px;
}
#user span{
	float: right;
	margin-top:10px;
	margin-right:25px;
}

/*list-offers*/

.list-offers{
	width: 98%;
	margin: 1%;
	/*overflow: hidden;*/
}
.list-offers .list{
	width: 100%;
    margin-bottom: 30px;
}
.list-offers .selected_menu{
	width: 100%;
	border-bottom: 1px solid #478579;
	padding-bottom: 10px;
}
.list-offers .selected_menu a{
	color: #478579;
	font-size: 15px;
	font-weight: bold;
}
.list-offers .selected_menu .open_filter{
	display: block;
    float: right;
    height: 20px;
    margin-right: 5px;
    width: 20px;
	background: url(/media/icons48/search_20.png);
	background-repeat: no-repeat;
}
.list-offers .list table{
	width: 100%;
	margin-top:20px;
}
.list-offers .list table td{
	border: 1px solid #E8F1F0;
	padding: 5px;
}
.list-offers .list table .edit{
	background: url(../media/icons48/edit_18.png);
	display: block;
	width: 18px;
	height: 18px;
}
.list-offers .list table  .options{
	width: 20px;
}
.list-offers .list table .delete{
	background: url(../media/icons48/delete_18.png);
	display: block;
	width: 18px;
	height: 18px;
}
.list-offers .list table .new_off{
	background: url(../media/icons48/office_folders_20.png);
	display: block;
	width: 18px;
	height: 18px;
}
.list-offers .list table .pwd{
	background: url(../media/icons48/key_18.png);
	display: block;
	width: 18px;
	height: 18px;
}
.list-offers .filter{
	display: none;
	width: 100%;
}
.list-offers .filter form{
	width: 100%;
}
.list-offers .filter .col{
	width: 170px;
	margin: 3px;
}
.list-offers .filter .col2{
	width: 290px;
	margin: 3px;
}
.list-offers .filter .non_admin .col{
	margin-left: 40px;
}
.list-offers .filter .non_admin .col2{
	margin-left: 105px;
}
.list-offers .filter .col label,
.list-offers .filter .col2 label{
	width: 100%;
	text-align: center;
}
.list-offers .filter .col input{
	width: 150px;
	margin-left: 10px;
}
.list-offers .filter .col2 input{
	width: 270px;
	margin-left: 10px;
}
.list-offers .filter .col select{
	width: 150px;
	margin-left: 10px;
}
.list-offers .filter .col2 select{
	width: 270px;
	margin-left: 10px;
}
.list-offers .filter .submit_btn{
	margin-top: 10px;
}
.list-offers .filter .submit_btn input{
	margin-left: 365px;
}
.list-offers .filter .submit_btn a{
	border: 1px solid #478579;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
    min-height: 17px;
    padding: 5px;
	line-height: 17px;
}
.list-offers .list-offers-hat{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.list-offers .list-offers-hat .heading{
	float: left;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    width: 12%;
	color: #478579;
}
.list-offers .list-offers-hat .data{
	float: left;
	width: 80%;
}
.list-offers .list-offers-hat ul{
	float: left;
	width: 100%;
}
.list-offers .list-offers-hat ul li{
	border: 1px solid #7db1a7;
    border-radius: 5px;
    color: #478579;
    float: left;
    margin: 0 5px;
    padding: 5px 10px;
    width: auto;
}
.list-offers .list-offers-hat ul li a{

}
.list-offers .list-offers-hat ul li:hover,
.list-offers .list-offers-hat ul li.active{
	background: #7db1a7 none repeat scroll 0 0;
    color: #fff;
}
.list-offers .list-offers-hat ul li:hover a,
.list-offers .list-offers-hat ul li.active a{
	color: #fff;
}

#paginator{
	width: 100%;
	margin-top:20px;
}
#paginator .top,
#paginator .bottom{
	width: 100%;
	margin: 0;
}
#paginator label{
	color: #478579;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
	margin-right: 10px;
	font-size: 14px;
}
#paginator span{

}
#paginator span a{
    border: 1px solid #D5D5D5;
    color: #478579;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin: 2px;
    padding: 4px 8px;
    text-decoration: none;
}
#paginator span.current a,
#paginator span a:hover{
	background-color: #E8F1F0;
	border: 1px solid #478579;
}

.new-offer{
	width: 100%;
	margin: 0;
	margin-top:20px;
	box-sizing: border-box;
	/*height: 100px;*/
}
.search-offer{
	width: 415px;
	margin-top:20px;
	height: 100px;
}
.new-offer .add{
	/*background: url(../media/icons48/add_20.png);
	background-repeat: no-repeat;
	padding:5px;
	padding-left:25px;*/
}
.search-offer .srch{
	background: url(../media/icons48/search_20.png);
	background-repeat: no-repeat;
	padding:5px;
	padding-left:25px;
}
.search-offer .head, .search-offer .cont, .new-offer .head, .new-offer .cont{
	width: 100%;
}
.cont label, .cont input{
	float: left;
	margin-right: 10px;
}
.cont label{
	min-height: 20px;
	line-height: 18px;
}
.cont .submit {
	margin-left: 150px;
	margin-top: 10px;
}
.new-offer .cont.clienti{
	float: left;
    width: 380px;
	margin-right: 20px;
}
.new-offer .cont.clienti label{
	float: left;
	width: 100%;
}
.new-offer .cont.clienti select{
	float: left;
	width: 100%;
}
.new-offer .cont.grupi{
	float: right;
    width: 445px;
}
.new-offer .cont.button{
	text-align: center;
}
.new-offer .cont.button input{
	margin-left: 340px;
	margin-top: 20px;
}

select, input[type='text'], textarea{
	border: 1px solid #478579;
}
input[type='button'], input[type='submit']{
	border: 1px solid #478579;
	border-radius: 5px;
	min-height: 20px;
	padding: 5px;
    cursor: pointer;
}
select, input[type='text']{
	/*min-width: 200px;*/
}

/*offer-edit*/
#offer-edit{
	width: 98%;
	margin: 1%;
}
#offer-edit .head{
	width: 100%;
}
#offer-edit .head h2{
	width: 100%;
	margin: 10px 0;
	text-align: center;
	color: #478579;
}
#offer-edit .danni{
	width: 100%;
	border-bottom: 1px solid #478579;
	padding-bottom: 10px;
}
#offer-edit .danni .row{
	width: 100%;
	text-align: center;
	color: #478579;
	font-size: 14px;
}
#offer-edit .danni .left .row label{
	color: #478579;
	text-align: left;
}
#offer-edit .danni .right .row label{
	color: #478579;
	text-align: right;
}
#offer-edit .danni .left{
	width: 50%;
}
#offer-edit .danni .right{
	width: 50%;
}
#offer-edit #configs{
	width: 100%;
	margin-top: 30px;
}
#offer-edit #configs .opts a{
	display: block;
	width: auto;
	height: 18px;
	padding-left: 25px;
	padding-top:5px;
 }
#offer-edit #configs .opts .edit{
	background: url(../media/icons48/edit_18.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#offer-edit #configs .opts .options{
	background: url(../media/icons48/promotion_18.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#offer-edit #configs .opts .viewAdditionalElement{
	background: url(../media/icons48/attachment2_18.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#offer-edit #configs .opts .delete{
	background: url(../media/icons48/delete_18.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#offer-edit #configs .opts .copy{
	background: url(../media/icons48/copy_paste_18.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#offer-edit #configs .opts a.product_grupa{
	padding-left: 0;
	cursor: pointer;
}
#offer-edit #configs .opts a.product_grupa img{
	float: left;
	height: 18px;
	margin-right: 7px;
	width: 18px;
}
#offer-edit #configs .opts a.product_grupa span{
	float: left;
}
#offer-edit #configs .opts a.product_grupa span:hover{
	text-decoration: underline;
}
#offer-edit #configs .extri{
	width: 100%;
}
#offer-edit #configs .extri td{
	border: none;
}

.editwt{
	background: url(../media/icons48/edit_18.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	width: auto;
	height: 18px;
	padding-left: 25px;
	padding-top:5px;
}
.deletewt{
	background: url(../media/icons48/delete_18.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	width: auto;
	height: 18px;
	padding-left: 25px;
	padding-top:5px;
}

#offer-edit .other{
	box-sizing: border-box;
    margin: 20px 0 0;
    width: 100%;
}
#offer-edit .other .hh{
	width: 100%;
}
#offer-edit .other .left{
	width: 530px;
}
#offer-edit .other .row{
	width: 100%;
}
#offer-edit .other .left label{
	width: 100%;
}
#offer-edit .other .right{
	width: 330px;
	padding-top: 10px;
}
#offer-edit .other .right .row{
	margin-bottom: 3px;
}
#offer-edit .other .right .row .w-80{
	width: 80px !important;
	min-width: 80px !important;
	margin-right: 5px;
}
#offer-edit .other .right label{
	width: 115px;
}
#offer-edit .other .right input{
	width: 200px;
	float: left;
}
#offer-edit .other .left  textarea{
	width: 500px;
	height: 80px;
}
#offer-edit .bottom{
	width: 100%;
	margin-top: 10px;
}
#offer-edit .bottom .left{
	box-sizing: border-box;
    margin: 20px 0 0;
    width: 100%;
}
#offer-edit .bottom .left .next, #offer-edit .bottom .left .back, #gen_offer{
	width: 100%;
}
#offer-edit .bottom .right{
	width: 395px;
	margin:0;
}
#offer-edit .new{
	box-sizing: border-box;
    margin: 20px 0 0;
    width: 100%;
}
#offer-edit .new label{
	margin-right: 5px;
	height:20px;
	line-height: 18px;
	font-weight: bold;
}
#offer-edit .new select{
	margin-right: 5px;
}
#offer-edit .new .new-config{
	width: 100%;
}
#offer-edit .new .new-config h3{
	width: 100%;
}
#offer-edit .new .new-config table{
	width: 100%;
}
#offer-edit .new .new-config table td{
	border: none;
}
#offer-edit .new-config .add{
	background: url(../media/icons48/add_20.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 25px;
}
#offer-edit .new-config .add:hover{
	text-decoration: underline;
	cursor: pointer;
}
#offer-edit .new-config select{
	width: 200px !important;
	font-size: 9px;
}
#offer-edit .offer_gen{
	margin-top: 20px;
    width: 898px;
}

#offer-edit #add_ceni_list{
	box-sizing: border-box;
    margin: 20px 0 0;
    width: 100%;
}
#offer-edit #add_ceni_list h3{
	float: left;
	width: 100%;
	font-weight: bold;
    margin-bottom: 10px;
}
#offer-edit #add_ceni_list .list{
	float: left;
	width: 100%;
}
#offer-edit #add_ceni_list table{
	width: 100%;
}
#offer-edit #add_ceni_list table .title{
	width: 85%;
}
#offer-edit #add_ceni_list table .price{
	width: 10%;
}
#offer-edit #add_ceni_list table .options{
	width: 5%;
}
#offer-edit #add_ceni_list table .title input[type=text]{
	width: 99% !important;
	margin-top: 5px;
}
#offer-edit #add_ceni_list table .price input[type=text]{
	width: 95% !important;
	margin-top: 5px;
}
#offer-edit #add_ceni_list table input[type=submit]{
	margin: 0 !important;
}

#offer-edit #product_groups_list{
	box-sizing: border-box;
    margin: 20px 0 0;
    width: 100%;
}
#offer-edit #product_groups_list h3{
	float: left;
	width: 100%;
	font-weight: bold;
    margin-bottom: 10px;
}
#offer-edit #product_groups_list .list{
	float: left;
	width: 100%;
}
#offer-edit #product_groups_list .list ul{
	float: left;
	width: 100%;
}
#offer-edit #product_groups_list .list ul li{
	background: #efefef;
    border: 1px solid #478579;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin: 0 3px;
    padding: 5px;
    width: 130px;
}
#offer-edit #product_groups_list .list ul li a{
	float: left;
    width: 100%
}
#offer-edit #product_groups_list .list ul li img{
	float: left;
    width: 50px;
	max-height: 35px;
}
#offer-edit #product_groups_list .list ul li div{
	display: table-cell;
    float: none;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
#offer-edit #product_groups_list .list ul li span{
	float: left;
    text-align: center;
    width: 100%;
}
#offer-edit #product_groups_list .list_added{
	float: left;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
}


#configs .header td, #configs .conf_list td{
	border: 1px solid #E8F1F0;
}
#configs .header td{
	background: #E8F1F0;
	color: #000;
	padding: 5px;
}
#configs .conf_list .opts td{
	border: none;
}
.single-config .extra{
	height: 20px;
    line-height: 18px;
    margin-left: 20px;
}
.single-config{
	width: 450px;
	margin: 5px 10px;
	float: left;
	position: relative;
	/*top:-25px;*/
}
.single-config label, .single-config textarea, .single-config input, .single-config span{
	float: left;
}
.single-config label{
	width: 100px;
	height: 20px;
	line-height: 18px;
}
.single-config span{
	width: 120px;
	display: block;
	color: #ddd;
	border: none;
	height: 20px;
	line-height: 18px;
	margin-left: 10px;
}
.single-config .row{
	width: 100%;
	margin-bottom: 5px;
}
.single-config .row-30{
	width: 33%;
}
.single-config textarea{
	width: 345px;
	height: 40px;
}
.single-config i{
	float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}
.single-config .row select{
	width: 100%;
}
.generate_offer{
	background: none repeat scroll 0 0 #E8F1F0;
    box-shadow: 0 1px 6px 0 #999999;
    color: #478579;
    font-size: 15px;
    font-weight: bold;
    margin-left: 325px;
    margin-right: 5px;
    padding: 20px;
	width: auto;
	background-image: url(../media/icons48/accept.png) !important;
	background-repeat: no-repeat !important;
	padding-left: 50px !important;
    cursor: pointer;
	
}
.left .gen_opts,.left  .back{
	width: auto !important;
}
.back_link{
	padding: 5px;
	width: auto;
	background: url(../media/icons48/back_20.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	border: 1px solid #478579;
    border-radius: 5px;
    min-height: 20px;
	margin: 5px;
	line-height: 20px;
}
.last_save{
	padding: 5px;
	width: auto;
	background: url(../media/icons48/edit_18.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	border: 1px solid #478579;
    border-radius: 5px;
    min-height: 20px;
	margin: 5px;
	line-height: 20px;
}

/*list_extras*/
.list_extras{
	width: 100%;
}
.list_extras .head{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom:10px;
	border-bottom: 1px solid #478579;
}
.list_extras .head h3{
	width: 100%;
	color: #478579;
	text-align: center;
	font-size: 14px;
}
.list_extras .list{
	width: 600px;
}
.list_extras .new{
	width: 270px;
	margin-left: 20px;
}

.addbtn{
	background: url(../media/icons48/add_20.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding:5px;
	padding-left:25px !important;
}

/*preview_offer*/
#preview_offer{
	width: 100%;
}
#preview_offer #the_doc{
	width: 750px;
	float: left;
	position: relative;
	margin-left: 70px;
	border:1px dotted #ccc;
	padding: 10px;
}
#preview_offer.edit_offer{
	margin-left: 50px;
    margin-top: 20px;
    width: 780px;
}
#preview_offer.edit_offer #options{
	margin: 20px 0;
    width: 730px;
}
#preview_offer.edit_offer #options .button{
	width: auto;
	border: 1px solid #478579;
    border-radius: 5px;
    min-height: 20px;
    padding: 5px;
	margin: 5px;
}
#preview_offer.edit_offer #options .button:hover{
	text-decoration: underline;
	cursor: pointer;
}
#preview_offer.edit_offer #options #clear{
	background-image: url(../media/icons48/refresh_20.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
}
#preview_offer.edit_offer #options #save{
	background-image: url(../media/icons48/save_20.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
}
#preview_offer.edit_offer #options #cancel{
	background-image: url(../media/icons48/back_20.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
}
#preview_offer > .top{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom:10px;
	border-bottom: 1px solid #478579;
}
#preview_offer > .top h2{
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #478579;
	text-align: center;
	font-size:16px;
	font-weight: bold;
}

/*document*/
#document{
	width: 760px;
}
#new_client{
	width: 865px;
}
#new_client .head{
	width: 100%;
}
#new_client .cont{
	width: 100%;
}
#new_client td{
	border: none;
}
#new_client .add{
	margin-left: 357px;
}

.add {
    background: url("../media/icons48/add_20.png");
	background-repeat: no-repeat;
	background-position: 0 center;
    padding: 5px 5px 5px 25px !important;
}
.client_new_offer{
	width: 868px;
	background: #E8F1F0;
	padding: 10px;
	
}
.client_new_offer select{
	margin-left: 20px;
	width: 150px;
}
.list_err{
	width: 890px;
	margin-bottom: 20px;
}
.list_err h3{
	width: 100%;
	color: #f00;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.c_err{
	width: 100%;
	margin-bottom: 10px;
}
.c_err label{
	width: 100%;
	font-weight: bold;
}
.c_err  ul{
	list-style-type: square;
	padding-left: 40px;
	float: left;
	position: relative;
}
#preview_offer #options{
	width: 890px;
	margin-top: 10px;
}
#options .configs{
	background: url("../media/icons48/add_20.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px;
    padding-left: 30px !important;
	border: 1px solid #7DB1A7;
	border-radius: 5px;
	margin: 5px;
}
#options .print{
	background: url("../media/icons48/printer_20.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px;
    padding-left: 30px !important;
	border: 1px solid #7DB1A7;
	border-radius: 5px;
	margin: 5px;
}
#options .edit{
	background: url("../media/icons48/edit_20.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px;
    padding-left: 30px !important;
	border: 1px solid #7DB1A7;
	border-radius: 5px;
	margin: 5px;
}
#options .calcs{
	background: url("../media/icons48/calculator_20.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px;
    padding-left: 30px !important;
	border: 1px solid #7DB1A7;
	border-radius: 5px;
	margin: 5px;
}
#user_edit{
	width: 100%;
	margin-top: 20px;
}
#user_edit .form{
	width: 100%;
	margin-top: 20px;
}
#user_edit .msg, .msg_error, .msg_ok{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#user_edit .msg_error li{
	color: #7198b7;
}
#user_edit .msg_ok{
	color: #84ca72;
}
#user_edit .form form{
	margin-left: 200px;
}
#user_edit .form form input{
	border: 1px solid #478579;
	width: 300px;
}
#user_edit .form form input[type='submit']{
	margin-left: 190px;
	width: 150px;
}

.selected_menu {
    border-bottom: 1px solid #478579;
    padding-bottom: 10px;
    width: 100%;
}
.selected_menu a {
    color: #478579;
    font-size: 15px;
    font-weight: bold;
}

.bottom{
	margin-top: 20px;
}

#calcs_div{
	display: none;
	margin-top: 20px;
    min-width: 890px;
}
#calcs_div .text-right{
	text-align: right;
}

.head_title_grey{
	background: #E3E3E3;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

/*PRICES*/
#prices{
	width: 100%;
	margin-top: 20px;
}
#k_prices_div #types{
	width: 100%;
	border-bottom: 1px solid #7DB1A7;
}
.tabbed-div{
	width: auto;
	padding: 10px;
	border: 1px solid #7DB1A7;
	margin-right:5px;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 -1px 4px 0 #999999;
	background: #E8F1F0;
	color: #478579;
	font-weight: bold;
}
.tabbed-div.active{
	color: #f00;

}
#k_prices_div #dost_div{
	display: none;
}
#k_clear {
	display: none;
}
.ul-list{
	float: left;
    list-style-type: none;
    margin-top: 20px;
    padding-left: 20px;
    width: 100%;
}
.ul-list li{
	float: left;
	width: 100%;
}
.komar-price{
	
}

/*CENI*/
#list_suppl div.draggable {
	display: block;
	width: 165px;
	padding: 5px;
	margin: 5px 0;
}
#list_suppl div.draggable img {
	display: block;
	width: 25px;
	float: left;
	position: relative;
	margin-right: 5px;
}
#list_suppl div.draggable label {
	display: block;
	width: 130px;
	float: left;
	position: relative;
	line-height: 20px;
	overflow: hidden;
}

/*profil_ceni*/
#profil_ceni{
	/*margin-top: 10px;*/
	width: 850px;
}
#profil_ceni #the_prices{
	width: 630px;
	margin-right: 15px;
}
#profil_ceni #list_suppl{
	width: 175px;
}
#profil_ceni #list_suppl span{
	display: block;
	width: 165px;
	padding: 5px;
	margin: 5px 0;
}
#prices #profil_list{
	margin-top: 20px;
	width: 850px;
}

/*glass ceni*/
#glass_ceni{
	/*margin-top: 20px;*/
}
#glass_ceni #the_prices {
    width: 700px;
	margin-right: 15px;
}
#glass_ceni #list_suppl {
    width: 175px;
}
#glass_ceni #list_suppl span {
    display: block;
    margin: 5px 0;
    padding: 5px;
    width: 165px;
}
.drop-hover{
	border: 1px dashed #000;
}
#n-glass-cena{
	display: block;
}
#n-profil-cena{
	display: block;
}
.t-new td{
	padding: 0;
	border: none;
}
#supp_glass_popup{
	width: 250px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -75px;
}
#supp_profil_popup{
	width: 250px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -75px;
}
.new_suppl_popup{
	display: none;
	z-index: 9999 !important;
	background: #fff;
	border: 2px solid #478579;
	box-shadow: 0 1px 6px 0 #999999;
	border-radius: 5px;
	padding: 10px;
	position: fixed;
}
.new_suppl_popup .cls_form{
	background: url("../media/close.png");
	background-repeat: no-repeat;
    float: right;
    height: 35px;
    margin-right: -25px;
    margin-top: -29px;
    position: relative;
    width: 35px;
}
.new_suppl_popup #form{
	width: 230px;
	height: 75px;
	margin: 0 10px 10px;
}
.new_suppl_popup span{
	display: block;
	padding: 10px;
	background: none repeat scroll 0 0 #E8F1F0;
    box-shadow: 0 1px 6px 0 #999999;
    color: #478579;
	border: 1px solid #7DB1A7;
    border-radius: 5px;
	margin: 10px 30px;
    cursor: pointer;
}
.new_suppl_popup  .error{
	display: block;
	color: #f00;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

/*extras*/
#extra_ceni #the_prices {
    width: 700px;
	margin-right: 15px;
}
#extra_ceni #list_suppl {
    width: 175px;
}
#list_suppl h2 {
    width: 100%;
	border-bottom: 1px solid #478579;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #478579;
	font-weight: bold;
}
#extra_ceni #list_suppl span {
    display: block;
    margin: 5px 0;
    padding: 5px;
    width: 165px;
}
#n-extra-cena {
    display: block;
}
#supp_extra_popup{
	width: 250px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -75px;
}
#extri_list_select{
	height: auto;
	min-height: 300px;
	display: block;
	background: url("/media/list_extra.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	opacity: 0;
}
#extri_list_select:hover{
	cursor: pointer;
}
#prices.extri{
	width: 2000px !important;
}
#prices #extra_ceni{
	width: 898px;
}
#prices.extri #connect_div{
	width: 835px;
}
#prices.extri #connect_div .extri_conn_h3{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#prices.extri #connect_div .extri_conn_h3 h3{
	color: #478579;
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
#prices.extri #connect_div .extri_conn_text{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#prices.extri #connect_div .extri_conn_text p{

}
#prices.extri #connect_div .extri_conn_data{
	width: 100%;
	float: left;
}
#prices.extri #connect_div .extri_conn_data table{
	width: 100%;
	float: left;
}
#prices.extri #connect_div .extri_conn_data table th{
	background: #e8f1f0;
	border: 1px solid #478579;
	vertical-align: middle;
}
#prices.extri #connect_div .extri_conn_data table td{
	border: 1px solid #478579;
	text-align: center;
}
#prices.extri #connect_div .extri_conn_data table td.text-left{
	text-align: left;
}
#prices.extri #connect_div .extri_conn_data table td input[type='checkbox']{
	float: none !important;
}
#prices.extri #connect_div .extri_conn_data .form{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#prices.extri #connect_div .extri_conn_data .button{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.del-lnk{
	background: url(../media/icons48/delete_18.png);
	background-repeat: no-repeat;
	display: block !important;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.del-lnk:hover{
	cursor: pointer;
}
.add-lnk{
	background: url(../media/icons48/add_20.png);
	background-repeat: no-repeat;
	display: block !important;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.add-lnk:hover{
	cursor: pointer;
}
.price-lnk{
	background: url(../media/icons48/dollar_currency_sign_20.png);
	background-repeat: no-repeat;
	display: block !important;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.price-lnk:hover{
	cursor: pointer;
}
.t-price small{
	font-size: 11px;
    line-height: 11px;
}
.t-price .new{
	border:1px solid #fff;
}
.t-price .new:hover{
	cursor: pointer;
	text-decoration: underline;
}
.t-price .new-edit{
	background: #fff;
	border: 1px solid #444;
}
.t-price .id{
	width: 215px;
}
.connect-link{
	background: url("/media/icons48/add_link_20.png");
	background-repeat: no-repeat;
	display: block !important;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.connect-link:hover{
	cursor: pointer;
}

/*PROFILI*/

#profil_list .t-price .id{
    width: 380px;
}
#profil_list .t-price .id .prod{
    width: 350px !important;
    max-width: 350px !important;
}
#profil_list .t-price .td_grupa{
    width: 150px;
}
#profil_list .t-price .td_grupa select{
    width: 145px;
    height: 22px;
}
#profil_list .t-price .td_color{
    width: 100px;
}
#profil_list .t-price .td_price{
    width: 40px;
}

#obkov_list .t-price .id{
	width: 380px;
}

.t-price td{
	min-height: 30px;
}
.t-price td input{
	min-height: 18px;
}
.t-price span.hidden{
	width: 25px;
	height: 22px;
	display: block;
}

.focus{
	background: #FFFFD6;
}

#profil_list_select{
	height: auto;
	min-height: 300px;
	/*margin-top: 20px;*/
	display: block;
	background: url(../media/list_prof.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	/*visibility: hidden;*/
	opacity: 0;
}
#profil_list_select:hover{
	cursor: pointer;
}

.profili{
	width: 2000px !important;
	
}
.profili #profil_list{
	margin: 0 !important;
}
.t-new:hover{
	cursor: pointer;
}

/*obkov*/
.obkov {
    width: 2000px !important;
}
.obkov .price_list{
	width: 850px !important;
	overflow: scroll !important;
}
.obkov #the_prices{
	width: 1150px !important;
	overflow: hidden !important;
	height: 515px !important;
}
#prices #obkov_list {
    width: 850px;
}
#obkov_list_select{
	background: url(../media/list_obkov.png);
	background-repeat: no-repeat;
	display: block;
    height: auto;
    margin-right: 10px;
    min-height: 300px;
    opacity: 0;
}
#obkov_list_select:hover{
	cursor: pointer;
}
#obkov_ceni {
    width: 850px;
}
#obkov_ceni #types {
    margin-bottom: 20px;
    width: 850px;
}
.obkov_item{
	width: 130px;
	margin-right: 10px;
	overflow: hidden;
	height: 500px;
}
.obkov_item .obkov_type_name{
	width: 120px;
	height: 25px;
	margin-bottom: 10px;
}
.obkov_item .obkov_type_name h4{
	width: 120px;
	height: 25px;
	margin-bottom: 10px;
	color: #478579;
	font-weight: bold;
	text-align: center;
}
.obkov_item .obkov_type_price_table{
	width: 130px;
	height: 465px;
	overflow: scroll;
}
#obkov_name_div{
	margin-bottom: 20px;
    width: 850px;
}
#obkov_name_div h3 {
    color: #478579;
    float: left;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
#supp_obkov_popup {
    height: 150px;
    left: 50%;
    margin-left: -125px;
    margin-top: -75px;
    top: 50%;
    width: 250px;
}
#prices #price_error{
	color: #f00;
	width: 850px;
	height: auto;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}

/*komar*/
.komar{
	width: 2000px !important;
}
#komar_list{
	width: 850px;
}
#komar_list .t-price .id {
    width: 380px;
}
#komar_list_select{
	background: url(../media/list_komar.png);
	background-repeat: no-repeat;
	display: block;
    height: auto;
    margin-right: 10px;
    min-height: 300px;
    opacity: 0;
}
#komar_list_select:hover{
	cursor: pointer;
}
#komar_ceni{
	width: 850px;
}
#komar_ceni #types{
	width: 850px;
	margin-bottom: 20px;
}
#komar_ceni .price_list{
	width: 850px;
}
#add-dost{
	padding: 3px;
}
#supp_komar_popup {
    height: 150px;
    left: 50%;
    margin-left: -125px;
    margin-top: -75px;
    top: 50%;
    width: 250px;
}
.price_list #the_prices{
	width: 800px;
	height: 480px;
	overflow: scroll;
}
#the_prices .htCore tr:first-child td, #the_prices .htCore tr td:first-child {
	background: #E8F1F0 !important;
	font-weight: bold;
}
#komar_ceni #koef{
	width: 850px;
	height: 30px;
	margin-bottom: 20px;
}
#komar_ceni #koef label{
	width: auto;
	margin-right: 5px;
	color: #478579;
}
#komar_ceni #koef input{
	margin-right: 20px; 
}
#komar_name_div{
	margin-bottom: 20px;
    width: 850px;
}
#komar_name_div h3{
	color: #478579;
    float: left;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

/*OTHER ceni*/
#other_list_select{
	background: url(../media/list_otherf.png);
	background-repeat: no-repeat;
	display: block;
    height: auto;
    margin-right: 10px;
    min-height: 300px;
    opacity: 0;
}
#other_list_select:hover{
	cursor: pointer;
}
#other_ceni {
    width: 850px;
}
#prices.other {
    width: 2000px !important;
}
#other_ceni #the_prices {
    margin-right: 15px;
    width: 630px;
}
#other_ceni #list_suppl {
    width: 175px;
}
#supp_other_popup {
    height: 150px;
    left: 50%;
    margin-left: -125px;
    margin-top: -75px;
    top: 50%;
    width: 250px;
}

/*add elem ceni*/
#prices.add_elem {
    width: 2000px !important;
}
#add_elem_list_select {
    background: rgba(0, 0, 0, 0) url("../media/list_add_elem.png") no-repeat scroll 0 0;
    display: block;
    height: auto;
    margin-right: 10px;
    min-height: 300px;
    opacity: 0;
}
#add_elem_list_select:hover{
	cursor: pointer;
}
#prices #add_elem_ceni{
    width: 850px;
}
#prices #add_elem_ceni #add_elem_name_div {
    margin-bottom: 20px;
    width: 850px;
}
#prices #add_elem_ceni #add_elem_name_div h3 {
    color: #478579;
    float: left;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
#prices #add_elem_ceni #types {
    margin-bottom: 20px;
    width: 850px;
}
#prices #add_elem_ceni .price_list {
    width: 850px;
}
#prices #supp_add_elem_popup {
    height: 150px;
    left: 50%;
    margin-left: -125px;
    margin-top: -75px;
    top: 50%;
    width: 250px;
}

#prices #add_elem_ceni.cena_fixed{

}
#prices #add_elem_ceni.cena_fixed #the_prices{
	overflow: hidden;
}
#prices #add_elem_ceni.cena_fixed #the_prices #cena{
	float: left;
	width: 300px;
}
#prices #add_elem_ceni.cena_fixed #the_prices #cena label{
	float: left;
	width: 100%;
	font-weight: bold;
}
#prices #add_elem_ceni.cena_fixed #the_prices #cena input{
	float: left;
	width: 100%;
}

/*MASK*/
#mask{
	background: url(../media/back_con2.png) !important;
    display: none;
    height: 100% !important;
    left: 0 !important;
    opacity: 0.8 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9997 !important;
}

/**/

#supp_config_popup {
    height: 340px;
    left: 50%;
    margin-left: -127px;
    margin-top: -170px;
    top: 50%;
    width: 265px;
}
#supp_config_popup #cf_data{
	height: 290px;
}
#supp_config_popup #cf_data .row{
	margin: 3px 0 0;
}
#supp_config_popup #cf_data #form{
	height: 280px;
	width: 260px;
}
#supp_config_popup .error{
	margin-top:0;
}
#supp_config_popup label{
	height:18px;
}
#new_supplier_div td {
    border: medium none;
}
#new_supplier_div .add {
    margin-left: 357px;
}

#copy_config_popup{
	height: 260px;
    left: 50%;
    margin-left: -140px;
    margin-top: -130px;
    top: 50%;
    width: 280px;
}
#copy_config_popup #cf_data{
	height: 200px;
}
#copy_config_popup #cf_data #form{
	height: 190px;
	width: 260px;
}
#copy_config_popup .error{
	margin-top:0;
}

.list .odd td{
	background: #fbf8ed;
}
.list .even td{
	background: #fef5d5;
}
.list-offers .error{
	color: #f00;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px;
	width: 100%;
}

.srch_form td{
	border: none !important;
}

.ui-state-default{
	float: none !important;
	width: auto !important;
}
.ui-datepicker-header{
	float: none !important;
}
.ui-datepicker span:hover{
	border: none !important;
}
.ui-datepicker .ui-datepicker-title{
	float: none !important;
}
.ui-datepicker .ui-datepicker-title span{
	float: none !important;
}

tr.error td{
	background: #ddd;
}

table.razhod, table.prihod, table.pechalba, table.common{
	width: auto !important;
	margin-right: 5px;
}
table.pechalba .head_title{
	background: #c0dfbd !important;
}
table.prihod .head_title{
	background: #bbdfdf !important;
}
table.razhod .head_title{
	background: #b4c7d6 !important;
}

.reports{
	overflow: auto;
	/*overflow-x: scroll;*/
}
.reports td label{
	height: 20px;
	overflow: hidden;
	width: 100%;
}
.reports table.prihod td.hidden_td, .reports table.razhod td.hidden_td{
	display: none;
}
.reports table.prihod td.total_td, .reports table.razhod td.total_td{
	display: table-cell;
}

.result_table{
	width: auto !important;
	
}
.result_table  > td{
	padding: 0 !important;
	border: none !important;
}

.table_hidden{
	display: none;
}

#razbivka div{
	width: 220px;
	height: 32px;
	line-height: 28px;
}
#razbivka div input, #razbivka div label{
	margin-top: 7px;
}
#razbivka #export{
	float: right;
	width: 180px;
}
#razbivka #export a{
	background: url(../media/icons48/excel_25.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 5px;
	width: auto;
	height: 28px;
	line-height: 28px;
	border: 1px solid #478579;
	border-radius: 5px;
	font-size: 14px;
}
#razbivka #export a:hover{
	cursor: pointer;
}
#otchet_results{
	width: auto;
	min-width: 890px;
}

.result_text{
	width: 100%;
	margin: 10px 0;
}
.result_text h3{
	width: 100%;
	text-align: center;
	color: #478579;
	font-weight: bold;
	font-weight: 15px;
}

#razbivka.selected_menu{
	border-top: 1px solid #478579;
    padding-top: 5px;
    padding-bottom: 5px;
}

#legend{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #478579;
	padding-top: 5px;
}
#legend span.gray{
	width: 15px;
	height: 15px;
	background: #DDDDDD;
	display: block;
	border: 1px solid #c3c3c3;
}
#legend span.white{
	width: 15px;
	height: 15px;
	display: block;
	border: 1px solid #c3c3c3;
}
#legend label{
	margin-left: 5px;
}
#legend div{
	width: 100% /*440px*/;
}
#show_errors{
	display: block;
    float: right;
    line-height: 20px;
	background: url(../media/icons48/warning_18.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	
}
#show_errors:hover{
	border: none;
}
#errors_list{
	display: none;
}
table.inner{
	margin:0 !important;
}

/*COMPANY EDIT*/

.list-offers .tabbed-list a{
	background: #E8F1F0;
    border: 1px solid #478579;
    border-radius: 5px 5px 0 0;
    color: #478579;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 5px 0;
    padding: 7px;
}
.list-offers .tabbed-list a.active{
	background: #f9f1e4;
    border: 1px solid #ed950d;
    color: #ed950d;
}
.list-offers .tabbed-list a:hover{
	text-decoration: underline;
}
.list-offers .tabbed-list{
	border-bottom: 1px solid #ccc;
}

#edit_cmp{
	width: 100%;
}
#edit_cmp table{
	width: 600px;
	margin-left: 60px;
}
#edit_cmp table td{
	border: none;
}
#edit_cmp table input[type='text']{
	width: 400px;
}
#edit_cmp table input[type='file']{
	width: 400px;
}
#edit_cmp table textarea{
	width: 400px;
	height: 100px;
}
#edit_cmp table input[type='submit']{
	margin-left: 250px;
}

.cmp_data{
	width: 690px;
}
.cmp_logo{
	width: 150px;
	height: 150px;
	margin-left: 30px;
	margin-top: 20px;
	border: 1px solid #7DB1A7;
}
.cmp_logo img{
	width: 110px;
	height: 110px;
	margin:20px;
}
.cmp_data .msg_error, .cmp_data .msg_error, .cmp_data .msg_error{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.cmp_data .msg_error li{
	color: #7198b7;
}
.cmp_data .msg_ok{
	color: #84ca72;
}
.add_user{
	width: 100%;
}
.add_user .add{
	border: 1px solid #478579;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 10px;
	float: right;
}
.add_user span{
	line-height: 25px;
    margin-left: 10px;
    margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}
.add_user span.max{
	color: #75cbae;
}
.add_user span.red{
	color: #7198b7;
}
.add_user span.green{
	color: #83c971;
}

#add_user_pp{
	height: 310px;
	margin-top: -155px;
    width: 310px;
	margin-left: -155px;
	top: 50%;
	left: 50%;
}
#change_user_pp{
	height: 180px;
	margin-top: -90px;
    width: 310px;
	margin-left: -155px;
	top: 50%;
	left: 50%;
}

/*HATS*/

#curr_hat table{
	margin-top: 0;
}
#new_hat{
	margin-top: 10px;
}
#new_hat table{
	margin-top: 0;
}
#saved.ok p{
	margin-top: 20px;
	color: #478579;
	font-weight: bold;
}
#saved.err p{
	margin-top: 20px;
	color: #f00;
	font-weight: bold;
}
#change_hat{
	margin-top: 20px;
}
#change_hat label{
	width: auto;
	margin-right: 10px;
	margin-top: 5px;
}
#change_hat select{
	margin-right: 10px;
	margin-top: 5px;
}
#curr_hat label{
	margin-bottom: 10px;
	margin-top: 5px;
	color: #478579;
	font-weight: bold;
}
#confirm_color span{
	width: 98%;
	padding: 1%;
	margin-top: 3px;
}
#confirm_color span.red{
	color: #f00;
}

.ui-dialog-titlebar, .ui-dialog-buttonpane{
	width: 95%;
}

.tinymce{
	width: 750px;
	max-width: 750px;
	margin-top: 20px;
}

#user_line{
	background: #82ca76;
    margin-top: 10px;
    padding: 10px;
    width: 885px;
}
#user_line .left{
	width: auto;
	height: 20px;
}
#user_line  .left .date{
	width: auto;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	
}
#user_line .right{
	float: right;
    height: 20px;
    width: 325px;
}
#user_line .right .menu{
	background: url("/media/arrow_d.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    cursor: pointer;
    padding-right: 25px;
    width: 300px;
}
#user_line .right .menu span{
	color: #FFFFFF;
    font-weight: bold;
    height: 12px;
    overflow: hidden;
    text-align: right;
    width: 100%;	
}
#user_line .right #user_menu{
	background: none repeat scroll 0 0 #b4eeb4;
    display: none;
    float: right;
    margin-right: -10px;
    padding: 10px;
    width: 200px;
    z-index: 9999;
	margin-top: 6px;
    border:1px solid lightgreen;
}
#user_line .right #user_menu ul{
	float: left;
    position: relative;
    width: 100%;
}
#user_line .right #user_menu ul li{
    background: none repeat scroll 0 0 #82ca76;
    border-radius: 6px;
    float: left;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    width: 95%;
}
#user_line .right a{
	color: #fff;
	font-weight: bold;
}
#user_line .right .logout{
	background: url("/media/icons48/block_20.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    text-indent: 10px;
}
#user_line .right .profile{
	background: url("/media/icons48/image_20.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    text-indent: 10px;
}

/*page module list*/
#pg_admin_list{
	width: 895px;
}

#pg_admin_list .sortable,
#pg_admin_list .sortable-placeholder{
	width: 895px;
}
#pg_admin_list .sortable td{
	background: #fff;
}
#pg_admin_list .sortable-placeholder td{
	background: #eee;
}
#pg_admin_list .handler{
	width: 20px;
}
#pg_admin_list .handler span{
	background: url(/media/drag_handler_db.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 1px;
}
#pg_admin_list .handler span:hover{
	cursor: move;
}
#pg_admin_list .pg_number{
	width: 45px;
	text-align:center;
	line-height: 17px;
}
#pg_admin_list .pg_title{
	width: 520px;
	line-height: 17px;
}
#pg_admin_list .pg_selected{
	width: 120px;
	text-align:center;
	line-height: 17px;
}
#pg_admin_list .pg_date{
	width: 80px;
	text-align:center;
	line-height: 17px;
}
#pg_admin_list .pg_options{
	width: 20px;
}

#new_page{
	width: 865px;
}
#new_page .head,
#new_page .cont{
	width: 100%;
}
#new_page .cont table{
	width: 100%;
}
#new_page .cont table td{
	border: none;
}
#new_page .cont input[type='text']{
	width: 400px;
}

/*edit page*/
#page_edit_form textarea{
	height: 500px;
}
#page_edit_form table{
	width: 100%;
}
#page_edit_form table tr > td{
	border: none;
}
#page_edit_form table td > label{
	width: 100%;
	height: auto;
}
#page_edit_form table input[type='text']{
	width: 500px;
}
#page_edit_form table input[type='submit']{
	margin-left: 420px;
}
#page_edit_form .edit_form{
	width: 100%;
	margin-top: 20px;
}
#page_edit_form .errors{
	width: 100%;
	margin-bottom: 15px;
}
#page_edit_form .errors ul{
	float: left;
    position: relative;
	width: 100%;
}
#page_edit_form .errors ul li{
	color: #7198B7;
    float: left;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    width: 100%;
	text-align: center;
}

/*oferta sortale pages*/
#page_list{
	box-sizing: border-box;
    margin: 20px 0 0;
    width: 100%;
}
#page_list h3{
	width: 100%;
	font-weight: bold;
}
#page_list .left,
#page_list .right{
	border: 1px dotted #666666;
    margin: 5px;
    width: 420px;
}
#page_list .left h4,
#page_list .right h4{
	border-bottom: 1px dotted #666666;
    float: left;
    font-weight: bold;
    margin: 3px;
    position: relative;
    width: 413px;
}
#page_list .connectedSortable{
	width: 100%;
	height: 156px;
	overflow-y: auto;
}
#page_list .connectedSortable li{
	padding: 3px;
    width: 410px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	margin-left: 1px;
	height: 15px;
	line-height: 16px;
	overflow: hidden;
	background: #fff;
	margin-top: 2px;
}
#page_list .connectedSortable li span{
	background: url(/media/drag_handler_db.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 1px;
}
#page_list .connectedSortable li span:hover{
	cursor: move;
}
#page_list .connectedSortable li label{
	width: 390px;
	height: 15px;
	line-height: 16px;
	overflow: hidden;
}
#page_list .connectedSortable li.sortable-placeholder,
#page_list .connectedSortable li:hover{
	background: #eee;
	border: 1px solid #ccc;
}
#page_list .connectedSortable li.ui-sortable-helper{
	background: #E8F1F0;
	border: 1px solid #478579;
}

/*drag & drop reorder*/
#tbl_profil_prices .sortable td {
    background: none repeat scroll 0 0 #fff;
}
#tbl_profil_prices .handler {
    width: 20px;
}
#tbl_profil_prices .handler span {
    background: url("/media/drag_handler_db.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 15px;
    margin-left: 1px;
    margin-right: 3px;
    width: 15px;
}
#tbl_profil_prices .handler span:hover{
    cursor: move;
}
#tbl_profil_prices .sortable-placeholder td{
    background: #eee;
}
#tbl_profil_prices .sortable,
#tbl_profil_prices .sortable-placeholder{
    width: 745px;
}

#tbl_price_glass .sortable td {
    background: none repeat scroll 0 0 #fff;
}
#tbl_price_glass .handler {
    width: 20px;
}
#tbl_price_glass .handler span {
    background: url("/media/drag_handler_db.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 15px;
    margin-left: 1px;
    margin-right: 3px;
    width: 15px;
    display: block;
}
#tbl_price_glass .handler span:hover{
    cursor: move;
    display: block;
}
#tbl_price_glass .sortable-placeholder td{
    background: #eee;
}
#tbl_price_glass .sortable,
#tbl_price_glass .sortable-placeholder{
    width: 650px;
}

#tbl_price_komar .sortable td {
    background: none repeat scroll 0 0 #fff;
}
#tbl_price_komar .handler {
    width: 20px;
}
#tbl_price_komar .handler span {
    background: url("/media/drag_handler_db.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 15px;
    margin-left: 1px;
    margin-right: 3px;
    width: 15px;
    display: block;
}
#tbl_price_komar .handler span:hover{
    cursor: move;
    display: block;
}
#tbl_price_komar .sortable-placeholder td{
    background: #eee;
}
#tbl_price_komar .sortable,
#tbl_price_komar .sortable-placeholder{
    width: 470px;
}

#tbl_price_obkov .sortable td {
    background: none repeat scroll 0 0 #fff;
}
#tbl_price_obkov .handler {
    width: 20px;
}
#tbl_price_obkov .handler span {
    background: url("/media/drag_handler_db.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 15px;
    margin-left: 1px;
    margin-right: 3px;
    width: 15px;
    display: block;
}
#tbl_price_obkov .handler span:hover{
    cursor: move;
    display: block;
}
#tbl_price_obkov .sortable-placeholder td{
    background: #eee;
}
#tbl_price_obkov .sortable,
#tbl_price_obkov .sortable-placeholder{
    width: 470px;
}

#tbl_price_extri .sortable td {
    background: none repeat scroll 0 0 #fff;
}
#tbl_price_extri .handler {
    width: 20px;
}
#tbl_price_extri .handler span {
    background: url("/media/drag_handler_db.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 15px;
    margin-left: 1px;
    margin-right: 3px;
    width: 15px;
    display: block;
}
#tbl_price_extri .handler span:hover{
    cursor: move;
    display: block;
}
#tbl_price_extri .sortable-placeholder td{
    background: #eee;
}
#tbl_price_extri .sortable,
#tbl_price_extri .sortable-placeholder{
    width: 470px;
}

#tbl_price_other_elem .sortable td {
    background: none repeat scroll 0 0 #fff;
}
#tbl_price_other_elem .handler {
    width: 20px;
}
#tbl_price_other_elem .handler span {
    background: url("/media/drag_handler_db.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 15px;
    margin-left: 1px;
    margin-right: 3px;
    width: 15px;
    display: block;
}
#tbl_price_other_elem .handler span:hover{
    cursor: move;
    display: block;
}
#tbl_price_other_elem .sortable-placeholder td{
    background: #eee;
}
#tbl_price_other_elem .sortable,
#tbl_price_other_elem .sortable-placeholder{
    width: 470px;
}

#tbl_price_add_elem.t-price .id{
    width: 380px;
}
#tbl_price_add_elem.t-price .id .prod{
    max-width: 350px !important;
    width: 350px !important;
}
#tbl_price_add_elem .sortable td {
    background: none repeat scroll 0 0 #fff;
}
#tbl_price_add_elem .handler {
    width: 20px;
}
#tbl_price_add_elem .handler span {
    background: url("/media/drag_handler_db.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 15px;
    margin-left: 1px;
    margin-right: 3px;
    width: 15px;
    display: block;
}
#tbl_price_add_elem .handler span:hover{
    cursor: move;
    display: block;
}
#tbl_price_add_elem .sortable-placeholder td{
    background: #eee;
}
#tbl_price_add_elem .sortable,
#tbl_price_add_elem .sortable-placeholder{
    width: 470px;
}

#service-time{
	background: rgba(0, 0, 0, 0) url("../media/back_con.png") repeat scroll 0 0;
    border: 2px solid #7db1a7;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 #666666;
    float: none;
    height: auto !important;
    margin: 200px auto 0;
    min-height: 150px;
    position: relative;
    width: 400px;
	padding: 40px;
}
#service-time p{
	float: left;
	position: relative;
	margin: 5px 0;
	width: 100%;
	font-size: 14px;
}
#service-time p *{
	width: auto;
	float: left;
	position: relative;
	line-height: 20px;
	font-size: 15px;
	color: #023701;
}
#service-time #users{
	color: #478579;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#service-time #owner{
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	color: #095086;
	font-weight: bold;
}

/*api-page*/
#api-page-wrapper{
    float: left;
    margin: 10px 0;
    overflow: hidden;
    width: 905px;
}
#api-page-wrapper #api-page-wrapper-header{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#api-page-wrapper #api-page-wrapper-header .selected-menu-item{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-header .selected-menu-item ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#api-page-wrapper #api-page-wrapper-header .selected-menu-item ul li{
    border: 1px solid #7db1a7;
    border-radius: 5px;
    float: left;
    margin: 0 5px;
    padding: 5px 10px;
    width: auto;
    color: #478579;
}
#api-page-wrapper #api-page-wrapper-header .selected-menu-item ul li.api-href-active,
#api-page-wrapper #api-page-wrapper-header .selected-menu-item ul li:hover{
    background: #7db1a7;
    color: #fff;
}
#api-page-wrapper #api-page-wrapper-header .selected-menu-item ul li a{

}
#api-page-wrapper #api-page-wrapper-header .selected-menu-item ul li.api-href-active a,
#api-page-wrapper #api-page-wrapper-header .selected-menu-item ul li:hover a{
    color: #fff;
    /*font-weight: bold;*/
}
#api-page-wrapper #api-page-wrapper-content{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page #api-page-header{
    border-bottom: 1px solid #478579;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page #api-page-header h3{
    color: #478579;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page #api-page-content{
    float: left;
    width: 100%;
}

#api-page-wrapper #api-page-wrapper-content #api-page #api-page-content .api-selected-menu-item{
    float: left;
    margin: 10px;
    width: 280px;
}
#api-page-wrapper #api-page-wrapper-content #api-page #api-page-content .api-selected-menu-item .api-selected-menu-item-picture{
    float: left;
    height: 48px;
    width: 60px;
}
#api-page-wrapper #api-page-wrapper-content #api-page #api-page-content .api-selected-menu-item .api-selected-menu-item-title{
    float: left;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    width: 220px;
}
#api-page-wrapper #api-page-wrapper-content #api-page #api-page-content .api-selected-menu-item .api-selected-menu-item-data{
    float: left;
    width: 100%;
}

#api-page-wrapper #api-page-wrapper-content #api-page .api-table-list{
    width: 100%;
    float: left;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-list td{
    border: 1px solid #478579;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-list th{
    background: #e8f1f0;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    border: 1px solid #478579;
    vertical-align: middle;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-list .api-list-image{
    float: left;
    width: 210px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-edit-link{
    background: rgba(0, 0, 0, 0) url("../media/icons48/edit_18.png") no-repeat scroll 0 0;
    display: block !important;
    height: 18px;
    margin-right: 5px;
    width: 18px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-error{
    color: #f00;
    float: left;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-form{
    width: 100%;
    float: left;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-form .api-form-data{
    width: 100%;
    float: left;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-form .api-form-button{
    width: 100%;
    float: left;
    margin-top: 20px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-form .api-form-button input{
    margin-left: 425px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit{
    width: 100%;
    float: left;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit textarea.api-mce-500{
    height: 500px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit textarea.api-mce-760-100{
    width: 760px;
    height: 100px;
    resize: none;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit textarea.api-mce-760-200{
    width: 760px;
    height: 200px;
    resize: none;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .text-full{
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-error-single{
    color: #f00;
    font-weight: bold;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-edit-select{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-edit-label{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-edit-discount{
    float: left;
    width: 100px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-edit-discount-label{
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    width: 20px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-edit-discount-explanation,
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-edit-explanation{
    float: left;
    width: 100%;
    margin-top: 5px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-mce-500{
    height: 500px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-mce-200{
    height: 200px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-mce-container{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit-settings{
    border-collapse: collapse;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit-settings th{
    background: #e8f1f0;
    border: 1px solid #478579;
    text-align: left;
    width: 20%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit-settings th label{
    height: 25px;
    line-height: 28px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit-settings td{
    border: 1px solid #478579;
    text-align: left;
    width: 80%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit-settings td input[type='text']{
    float: left;
    height: 25px;
    width: 99%;
}

#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params th{
    background: #e8f1f0;
    border: 1px solid #478579;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params td{
    border: 1px solid #478579;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params td input{
    border: 1px solid #666;
    padding: 3px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-id{
    width: 5%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-name{
    width: 20%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-name input{
    width: 155px;
    float: left;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-description{
    width: 60%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-description input{
    width: 490px;
    float: left;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-size{
    width: 15%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-size input{
    width: 55px;
    float: left;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-params .api-table-edit-params-size span.api-table-edit-params-size-mm{
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    width: 30px;
}

#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem th{
    background: #e8f1f0;
    border: 1px solid #478579;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem td{
    border: 1px solid #478579;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem .api-table-edit-elem-id{
    width: 25%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem .api-table-edit-elem-w{
    width: 15%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem .api-table-edit-elem-h{
    width: 15%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem .api-table-edit-elem-x{
    width: 15%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem .api-table-edit-elem-y{
    width: 15%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-elem .api-table-edit-elem-other{
    width: 15%;
}

#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-available{
    float: left;
    width: 100%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-available td{
    padding: 0;
    padding-bottom: 10px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-available .api-edit-label{
    background: #e8f1f0;
    border: 1px solid #478579;
    width: 100%;
    text-indent: 5px;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-available .api-edit-checkbox-list{
    float: left;
    width: 100%;
    border: 1px solid #478579;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-available .api-edit-checkbox-list .api-edit-checkbox-list-item{
    float: left;
    width: 50%;
}
#api-page-wrapper #api-page-wrapper-content #api-page .api-table-edit .api-table-edit-available .api-edit-checkbox-list .api-edit-checkbox-list-item.checked{
    background: #ccc;
}

#ofer-edit-list-producti{
	float: left;
	margin: 20px 0;
	width: 99%;
}
#ofer-edit-list-producti .header{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#ofer-edit-list-producti .header h3{
	color: #478579;
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#ofer-edit-list-producti .add-list{
	float: left;
	width: 100%;
}
#ofer-edit-list-producti .add-list ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
#ofer-edit-list-producti .add-list ul li{
	background: #e8f1f0 none repeat scroll 0 0;
	border: 1px solid #478579;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	margin: 0 3px;
	padding: 5px;
	width: 120px;
}
#ofer-edit-list-producti .add-list ul li img{
	float: left;
	width: 100%;
}
#ofer-edit-list-producti .add-list ul li span{
	float: left;
	height: 28px;
	margin-top: 7px;
	text-align: center;
	width: 100%;
}
#ofer-edit-list-producti .list{
	float: left;
	width: 100%;
	margin: 20px 0;
}
#ofer-edit-list-producti .list table{
	float: left;
	width: 100%;
}
#ofer-edit-list-producti .list table th{
	background: #e8f1f0;
    border: 1px solid #478579;
	font-weight: bold;
}
#ofer-edit-list-producti .list table td{
	border: 1px solid #478579;
}
#ofer-edit-list-producti .list table td .edit-link{
	float: left;
    margin: 0 5px;
	background: rgba(0, 0, 0, 0) url("../media/icons48/edit_18.png") no-repeat scroll 0 center;
    display: block;
    height: 18px;
	width: 18px;
	cursor: pointer;
}
#ofer-edit-list-producti .list table td .delete-link{
	float: left;
    margin: 0 5px;
	background: rgba(0, 0, 0, 0) url("../media/icons48/delete_18.png") no-repeat scroll 0 center;
    display: block;
    height: 18px;
	width: 18px;
	cursor: pointer;
}
#ofer-edit-list-producti .list table .text-right{
	text-align: right;
}
#ofer-edit-list-producti{

}

#ofer-edit-list-producti #edit-popup{
	background: #fff none repeat scroll 0 0;
    border: 2px solid #478579;
    border-radius: 7px;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    position: fixed;
    top: 50%;
    width: 500px;
	display: none;
	z-index: 9999;
	box-shadow: 0 1px 6px 0 #999999;
	padding: 10px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner{
	float: left;
    width: 100%;
	height: 500px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form{
	float: left;
    width: 100%;
	height: 500px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .header{
	color: #478579;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    text-align: center;
    width: 100%;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .select{
	float: left;
    width: 100%;
	height: 30px;
	margin-bottom: 5px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .select div{
	float: left;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .select span{
	color: #f00;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .select label.select-new{
	font-weight: bold;
    margin-right: 10px;
	width: 120px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .select label.select-edit{
	font-weight: bold;
    margin-right: 10px;
	width: 120px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .select label.select-edit-text{
	font-weight: normal;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .select select{
	font-size: 12px !important;
    width: 200px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .options{
	float: left;
    width: 100%;
	height: 80px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .options .edit-add-row{
	float: left;
    width: 33%;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .options .edit-add-row label{
	float: left;
    height: 20px;
    width: 100%;
	font-weight: bold;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .options .edit-add-row input{
	float: left;
    height: 20px;
    width: 97%;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .options .edit-add-row span{
	color: #f00;
    float: left;
    height: 20px;
    margin-top: 3px;
    width: 100%;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri{
	float: left;
    width: 100%;
	height: 270px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri .info{
	color: #f00;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table{
	float: left;
    width: 100%;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table th{
	background: #e8f1f0;
    border: 1px solid #478579;
	font-weight: bold;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table td{
	border: 1px solid #478579;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table .check{
	width: 20px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table .name{
	vertical-align: middle;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table .broi{
	width: 80px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table .broi input{
	float: left;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form #product-extri table .broi span{
	float: left;
    width: 100%;
	color: #f00;
	margin-top: 2px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .button{
	float: left;
    width: 100%;
	height: 50px;
	text-align: center;
}
#ofer-edit-list-producti #edit-popup #edit-popup-inner form .button button{
	background: #e8f1f0 none repeat scroll 0 0;
    border: 1px solid #7db1a7;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 #999999;
    color: #478579;
    cursor: pointer;
    display: inline-block;
    margin: 0 30px;
    padding: 10px;
}
#ofer-edit-list-producti #edit-popup #edit-popup-close{
	background: rgba(0, 0, 0, 0) url("../media/close.png") no-repeat scroll 0 0;
    float: right;
    height: 35px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 35px;
	cursor: pointer;
}

#ofer-edit-list-producti #edit-popup.configs{
	height: 180px;
    margin-top: -90px;
}
#ofer-edit-list-producti #edit-popup.configs #edit-popup-inner{
	height: 180px;
}
#ofer-edit-list-producti #edit-popup.configs #edit-popup-inner form{
	height: 180px;
}

#edit_config_extras.list_extras{
	float: left;
    width: 99%;
}
#edit_config_extras.list_extras .head_descr{
	color: #f00;
    text-align: center;
    width: 100%;
}
#edit_config_extras.list_extras .groupBox{
	margin-top: 20px;
}
#edit_config_extras.list_extras .list_extras_middle_holder{
	border: 1px solid #478579;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
    padding: 5px;
    width: 100%;
}
#edit_config_extras.list_extras .list_extras_middle_holder:first-child{
	margin-top: 0;
}
#edit_config_extras.list_extras .list_extras_middle_holder:last-child{
	margin-bottom: 20px;
}
#edit_config_extras.list_extras .list_extras_middle_holder .new{
	float: right;
}
#edit_config_extras.list_extras .list_extras_middle_holder .new table{
	float: left;
    width: 100%;
}

#edit_config_extras.list_extras #main_extras.list_extras_middle_holder  input[type=text]{
	width: 97%;
}
#edit_config_extras.list_extras #text_extras.list_extras_middle_holder #text_extras{

}
#edit_config_extras.list_extras #text_extras.list_extras_middle_holder  input[type=text]{
	width: 97%;
}
#edit_config_extras.list_extras #text_extras.list_extras_middle_holder .new table input[type=text]{
	width: 97% !important;
}


ul.styled_radio_list{
	float: left;
    width: 100%;
}
ul.styled_radio_list li{

}
ul.styled_radio_list li input{
	display: none;
}
ul.styled_radio_list li input:checked + label{
	/*border: 1px solid red;*/
	background: #7db1a7;
}
ul.styled_radio_list li input:checked + label span{
	color: #fff;
}
ul.styled_radio_list li label{
	background: #e8f1f0 none repeat scroll 0 0;
    border: 1px solid #478579;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin: 0 3px;
    padding: 5px;
    width: 130px;
	height: 33px;
}
ul.styled_radio_list li label div{
	display: table-cell;
    float: none;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
ul.styled_radio_list li label div span{
 	float: left;
    text-align: center;
    width: 100%;
}
ul.styled_radio_list li img{
	float: left;
    max-height: 35px;
    width: 50px;
}

#preview_offer #options .send-email{
	background: rgba(0, 0, 0, 0) url("../media/icons48/email_20.png") no-repeat scroll 5px center;
    border: 1px solid #7db1a7;
    border-radius: 5px;
    margin: 5px;
    padding-bottom: 10px;
    padding-left: 30px !important;
    padding-right: 10px;
    padding-top: 10px;
	cursor: pointer;
}
#preview_offer #send_email_div{
	display: none;
    margin-top: 20px;
    min-width: 890px;
}
#preview_offer #send_email_div form{
	float: left;
	width: 100%;
}
#preview_offer #send_email_div form .email-data-top{
	float: left;
	width: 50%;
}
#preview_offer #send_email_div form .email-data-bottom{
	float: left;
	width: 50%;
}
#preview_offer #send_email_div form .email-data{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#preview_offer #send_email_div form .email-data label{
	float: left;
	width: 55%;
}
#preview_offer #send_email_div form .email-data input{
	float: left;
	width: 98%;
	box-sizing: border-box;
}
#preview_offer #send_email_div form .email-data textarea{
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 116px;
	resize: none;
}
#preview_offer #send_email_div form .email-data span{
	color: #f00;
	float: right;
	font-style: italic;
	height: 20px;
	line-height: 20px;
	margin-right: 2%;
	text-align: right;
	width: 38%;
}
#preview_offer #send_email_div form .send-button{
	float: left;
	width: 100%;
}
#preview_offer #send_email_div form .send-button button{
	float: left;
	margin-right: 20px;
}
#preview_offer #send_email_div form .send-button span{
	color: #f00;
	float: left;
	font-style: italic;
	height: 22px;
	line-height: 22px;
}
#preview_offer #options #generate-pdf-file{
	cursor: pointer;
}
#preview_offer #options #generate-pdf-file-load{
	margin: 5px;
    width: auto;
	display: none;
	float: left;
}
#preview_offer #options #generate-pdf-file-load img{
    width: 35px;
	float: left;
}
#preview_offer #options #generate-pdf-file-load label {
	float: left;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    width: auto;
}

/*.edit_ceni .ul-list{
	float: left;
    list-style: outside none square;
    margin-top: 20px;
    position: relative;
    width: 100%;
	padding: 0;
}
.edit_ceni .ul-list li{
	width: 100%;
	float: left;
	margin-left: 20px;
	display: list-item;
}*/
.edit_ceni .ul-list li a{
	float: left;
    position: relative;
}
@media print { 
	* { 
		overflow: visible !important; 
	}
	
	html, body{
		height: auto;
	}
	
	#the_doc_holder{}
}

* {
    color: #000000;
    font-family: Arial,Verdana;
    font-size: 12px;
}
body{
	/*padding: 5px !important;*/
}
div, a, label, input, span, select, textarea{
	position: relative;
	float: left;
}
table{
	border-collapse: collapse;
	page-break-inside: auto;
}
thead { display:table-header-group }
tfoot { display:table-footer-group }
tr, td{
	page-break-inside:avoid; 
	page-break-after:auto;
}
th, td{
	text-align: left;
	vertical-align: top;
}
td, th {
    border: 1px solid #E8F1F0;
    padding: 5px;
	/*padding: 0;*/
}
th{
	text-align: center;
}
.small_canvas{
	page-break-inside:avoid; /* This is the key */
}

#the_doc{
	width: 720px;
}
#the_doc hr{
	width: 100%;
	height:1px;
	background: #000;
	float: left;
	position: relative;
	margin-top:10px;
	margin-bottom:0;
}
#the_doc #doc_header{
	width: 720px;
	clear: both;
}
#doc_header td{
	border: none;
}
#the_doc #doc_offer{
	width: 720px;
	clear: both;
}
#the_doc #doc_offer .top{
	width: 720px;
	/*background: #E8F1F0;*/
	/*margin-top: 20px;*/
}
#the_doc #doc_offer .top h2{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #478579;
	text-align: center;
	font-size:15px;
	font-weight: bold;
}
#the_doc #doc_offer .top h3{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #478579;
	text-align: center;
	font-size:12px;
	font-weight: bold;
}
#the_doc #doc_offer .bottom{
	width: 100%;
	/*margin-top: 5px;*/
	margin-bottom: 5px;
}
#the_doc #doc_offer .bottom  .left{
	width: 50%;
}
#the_doc #doc_offer .bottom .right{
	width: 50%;
}
#the_doc #doc_offer .bottom .right label{
	float: right;
}
#the_doc  #other{
	width: 720px;
	page-break-inside: auto;
	margin-top: 20px;
	clear: both;
}
#the_doc  #other .table{
    float: left;
    margin: 10px 0;
    page-break-inside: avoid;
    position: relative;
    width: 100%;
}
#the_doc  #other table{
	
}
#the_doc  #other td{
	border: none;
}
#the_doc  #other  table .td2,
#the_doc  #other  table .td3{
	width: 200px;
}
#the_doc  #other  table .td2 b{
	float: right;
}
#the_doc  #other  table .izgotvil{
	padding-top: 20px;
}
#doc_configs{
	width: 720px;
	page-break-inside: auto;
	clear: both;
}
#doc_configs td{
	border: none;
}
#the_doc  #conf_list .border{
	border: 1px solid #000 !important;
}
.pagebreak{
	page-break-after: always;
}
.w-60{
	width: 52px !important;
	max-width: 52px;
}
.w-300{
	width: 292px !important;
	max-width: 292px;
}
.w-330{
	width: 222px !important;
	max-width: 222px;
}
.w-350{
	width: 242px !important;
	max-width: 222px;
}
.no_padding{
	padding: 0 !important;
}
.row {
    width: 100%;
}
.row label {
    width: 100%;
}
#the_doc_holder{
	width: 720px;
	/*border: 1px solid black;*/
}
#copyright{
    width: 100%;
	display: none;
}
#the_doc_holder #copyright{
	display: block;
	
	color: #888888;
	clear: both;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
	
	/*page-break-after: always;*/
}
/*#the_doc_holder:after{
	content: "Тази оферта е генерирана чрез Автоматизирана система за управление на поръчките – http://www.plastcad.com ";
	color: #888888;
    float: left;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}*/
/*table views*/
#configs_table{
	float: left;
	position: relative;
	width: 100%;
	/*border: 1px solid #000;*/
}
#configs_table .cmp_list{
	float: left;
	position: relative;
	width: 100%;
	border: 1px solid #000000;
	/*padding-bottom: 5px;*/
	margin-top: 1px;
	page-break-inside: avoid;
	page-break-after: auto;
}
#configs_table span:hover{
	border: none;
	color: #000;
	cursor: default;
}

.cmp_list .number{
	height: 10px;
	padding: 40px 10px 10px;
	width: 40px;
	text-align: center;
}
.cmp_list.header{
	padding: 0 !important;
}
.cmp_list.header .number{
	border-right:1px solid #000;
	padding: 10px;
}
.cmp_list.header .canvas{
	height: 10px;
	padding: 10px;
	width: 280px;
	text-align: center;
	border-left: none;
}
.cmp_list .canvas{
	float: left;
	position: relative;
	width: 300px;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
.cmp_list .canvas img{
	float: left;
    margin: 10px;
    max-width: 280px !important;
    position: relative;
    width: auto;
}
.cmp_list .big{
	float: left;
	position:relative;
	width: 358px;
}
.cmp_list .row label,
.cmp_list .row span{
	width: auto;
	display: block;
	line-height: 20px;
	height: 20px;
	margin-right: 10px;
}
.cmp_list .big .middle{
	border-bottom: 1px solid #000;
	float: left;
	position:relative;
	width: 100%;
}
.cmp_list .big .middle .row{
	width: 340px;
	margin-left: 10px;
	margin-top: 5px;
}
.cmp_list .big .bottom{
	float: left;
	position:relative;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
}
.cmp_list .big .bottom .row.add_ceni{
	margin-top: 10px;
}
.cmp_list .big .bottom .row.producti_ceni{
	margin-top: 10px;
}
.cmp_list .big .bottom .row.zabelejka{
	margin: 0;
	box-sizing: border-box;
    padding: 5px 10px;
}
.cmp_list .big .bottom .row .left{
	float: left;
	position:relative;
	width: 58px;
	margin-left: 10px;
}
.cmp_list .big .bottom .row .right{
	float: left;
	position:relative;
	width: 290px;
}
.cmp_list .big .bottom .row label{
	height: auto;
}
.cmp_list .big ul{
	float: left;
    /*list-style: disc inside none;*/
    list-style: disc outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.cmp_list .big ul li{
	margin-left: 15px;
}
.cmp_list .canvas .middle{
	float: left;
    margin: 0 10px;
    position: relative;
    width: 280px;
}

/*view 1*/
.cmp_list_1{
	
}
.cmp_list_1.header{
	height: 30px;
	border-bottom:1px solid #000;
	margin: 0 !important;
	padding: 0 !important;
}
.cmp_list_1 .top{
	border-bottom: 1px solid #000;
	float: left;
	position:relative;
	width: 100%;
}
.cmp_list_1.header .top{
	border-bottom: none;
}
.cmp_list_1 .kvm,
.cmp_list_1 .p_dograma,
.cmp_list_1 .p_extra,
.cmp_list_1 .p_br,
.cmp_list_1 .t_dograma,
.cmp_list_1 .t_extra{
	border-right:1px solid #000;
	height: 25px;
	width: 58px;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}
.cmp_list_1 .t_extra{
	border: none;
}
.cmp_list_1.header .top b{
	font-size: 11px !important;
	line-height: 11px;
}

.cmp_list_1 .middle span,
.cmp_list_2 .middle span,
.cmp_list_3 .middle span,
.cmp_list_4 .middle span{
	color: #CCCCCC;
}

.cmp_list_1 .middle span:hover,
.cmp_list_2 .middle span:hover,
.cmp_list_3 .middle span:hover,
.cmp_list_4 .middle span:hover{
	color: #CCCCCC !important;
}

/*view 2*/
.cmp_list_2 .big .bottom .row .left{
	width: 110px;
}
.cmp_list_2 .big .bottom .row .right{
	width: 238px;
}
.cmp_list_2 .big .top{
	border-left: medium none;
    height: 10px;
    padding: 10px;
    text-align: center;
    width: 338px;
}
.cmp_list_2 .middle label{
	width: 100px !important;
}

/*view3*/
.cmp_list_3{
	padding: 0 !important;
}
.cmp_list_3 .big .top{
	border-left: medium none;
    height: 10px;
    padding: 10px;
    text-align: center;
    width: 338px;
}
.cmp_list_3 .bottom_prices{
	border-left: 1px solid;
    border-top: 1px solid;
    float: left;
    margin-left: 60px;
    position: relative;
    width: 659px;
}
.cmp_list_3 .bottom_prices .row{
	/*border-right: 1px solid #000000;
    float: left;
    padding: 3px;
    position: relative;
    width: 93px;*/
	float: left;
    padding: 3px;
    position: relative;
    width: 105px;
}
.cmp_list_3 .bottom_prices .row:last-child{
	border-right: none;
}
.cmp_list_3 .bottom_prices .row .left,
.cmp_list_3 .bottom_prices .row .right{
    float: left;
    position: relative;
    width: 100%;
}
.cmp_list_3 .bottom_prices .row label{
	font-size: 11px !important;
    height: 15px;
    line-height: 11px;
    margin: 0;
    text-align: center;
    width: 100%;
}

/*view4*/
/*.cmp_list_4 .canvas .top{
	border-bottom: 1px solid;
	padding: 5px;
	width: 290px;
}

.cmp_list_4 .canvas .top .row .left{
	width: 100px;
}*/

.cmp_list_4.header .big .top {
    border-left: 1px solid #000;
    height: 10px;
    padding: 10px;
    text-align: center;
    width: 338px;
}
.cmp_list_4 .canvas{
	width: 659px;
	border-right: none;
}
.cmp_list_4 .canvas .top{
	width: 659px;
	float: left;
	position: relative;
	border-bottom:1px solid #000;
}
.cmp_list_4 .canvas .top label{
	float: left;
    height: auto !important;
    position: relative;
    width: 100%;
	margin: 0 !important;
}
.cmp_list_4 .canvas .top .t_left{
	border-right: 1px solid;
    float: left;
    position: relative;
    width: 280px;
	padding: 10px;
}
.cmp_list_4 .canvas .top .t_left .left{
    float: left;
    position: relative;
    width: 60px;

}
.cmp_list_4 .canvas .top .t_left .right{
    float: left;
    position: relative;
    width: 220px;

}
.cmp_list_4 .canvas .top .t_right{
	width: 338px;
	float: left;
	position: relative;
	padding: 10px;
}
.cmp_list_4 .canvas .top .t_right .left{
	width: 60px;
	float: left;
	position: relative;
}
.cmp_list_4 .canvas .top .t_right .right{
	width: 278px;
	float: left;
	position: relative;
}
.cmp_list_4 .canvas .top .t_right .right ul{
	float: left;
    list-style: disc inside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.cmp_list_4 .canvas .bottom{
	width: 659px;
	float: left;
	position: relative;
	margin: 0 !important;
}
.cmp_list_4 .canvas .bottom .b_left{
	width: 300px;
	float: left;
	position: relative;
	margin: 0 !important;
	border-right: 1px solid;
}
.cmp_list_4 .canvas .bottom .b_right{
	float: left;
    padding: 10px;
    position: relative;
    width: 338px;
}
.cmp_list_4 .canvas .bottom .b_right .big1{
	float: left;
    position: relative;
    width: 338px;
}
.cmp_list_4 .canvas .bottom .b_right .big1 .middle{
	float: left;
    position: relative;
    width: 338px;
}
.cmp_list_4 .canvas .bottom .b_right .big1 .middle label{
	width: 140px;
	margin: 0;
}
.cmp_list_4 .canvas .bottom .b_right .big1 .left{
	float: left;
    position: relative;
    width: 140px;
}
.cmp_list_4 .canvas .bottom .b_right .big1 .left label{
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	height: auto !important;
}
.cmp_list_4 .canvas .bottom .b_right .big1 .right{
	float: left;
    position: relative;
    width: 197px;
}
.cmp_list_4 .canvas .bottom .b_right .big1 .bottom{
	float: left;
    position: relative;
    width: 338px;
}
.cmp_list_4 .row span{
	height: auto;
}

/*additional pages*/
#pages{
	width: 100%;
	float: left;
	position: relative;
	display:block;
	margin-top: 30px;
}
#pages .add_pages{
	width: 100%;
	/*page-break-before: always;*/
	float: left;
	position: relative;
}
#pages .add_pages_item{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 15px;
}
#pages .add_pages_item p{
	text-align: justify;
	margin:10px 0;
}
#pages .add_pages_item h3{
	font-weight: bold;
	margin:10px 0;
}
#pages .add_pages_item b, #pages .add_pages_item strong{
	font-weight: bold;
}
#pages .add_pages_item em{
	
}

/*additional pages elem-info*/
#pages-elem-info{
	width: 100%;
	float: left;
	position: relative;
	display:block;
	margin-top: 30px;
	clear: both;
}
#pages-elem-info #pages-elem-info-title{
	border-bottom: 1px solid #9a9b9a;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}
#pages-elem-info #pages-elem-info-title h3{
	font-weight: bold;
	margin: 0;
}
#pages-elem-info .elem-info-sub{
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #999;
}
#pages-elem-info .elem-info-sub:last-child{
	border-bottom: none;
}
#pages-elem-info .elem-info-item{
	width: 100%;
	float: left;
	position: relative;
}
#pages-elem-info .elem-info-item-name{
	width: 100%;
	float: left;
	position: relative;
}
#pages-elem-info .elem-info-item-name h3{
	margin: 5px 0 !important;
}
#pages-elem-info .elem-info-item-data{
	width: 100%;
	float: left;
	position: relative;
	text-align: justify;
}
#pages-elem-info .elem-info-item{
	width: 100%;
	float: left;
	position: relative;
	margin: 5px 0;
}
#pages-elem-info .elem-info-item p{
	text-align: justify;
	margin:10px 0;
}
#pages-elem-info .elem-info-item h3{
	font-weight: bold;
	margin:10px 0;
}
#pages-elem-info .elem-info-item b, #pages .elem-info-item strong{
	font-weight: bold;
}
#pages-elem-info .elem-info-item em{

}

.stat_row{
	width: 100%;
	margin: 2px 0;
}
div .td1{
	width: 350px;
}
div .td2{
	width: 150px;
	text-align: right;
}
div .td3{
	width: 220px;
}
.empty{
	width: 100%;
}
.otstapka_row, .razmeri_row, .transport_row, .extri_row, .izgotvil_row, .zabelejki, .zabelejka, .add_ceni_row {
	width: 100%;
	margin: 2px 0;
}
.kraina_cena_row{
	width: 100%;
	margin-top: 10px;
}
.dogovor_row{
	width: 100%;
	margin: 5px 0;
}
.dogovor_50{
	width: 50%;
}
#external-config-list,
#external-config-list .title,
#external-config-list .configurations-list{
    float: left;
    position: relative;
    width:100%;
}
#external-config-list .configurations-list{
    margin:2% 0;
}
#external-config-list .title h1 {
    color: #478579;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #478579;
    padding-bottom: 10px;
}
#external-config-list .configurations-list .item-config{
    float: left;
    position: relative;
    width:32%;
    margin-right:2%;
    margin-bottom:2%;
}
#external-config-list .configurations-list .item-config:nth-child(3n){
    margin-right:0;
}
#external-config-list .configurations-list .inner{
    padding:10px 25px;
    background-color: #E8F1F0;
    border: 1px solid #478579;

}
#external-config-list .item-config .picture .divCalc123[data-config-type="image"]{
    width: 100%;
    min-height:235px;
    max-height:235px;
}
#external-config-list .item-config .picture,
#external-config-list .item-config .picture img{
    width:100%;
    height: auto;
}
#external-config-list .description,
#external-config-list .description-inner,
#external-config-list .description-inner .price{
    float: left;
    position: relative;
    width:100%;
}
#external-config-list .description{
    background:#9ccaae;
    margin:10px 0;
    border-radius: 2px;
}
#external-config-list .description-inner{
    min-height:84px;
}

#external-config-list .description-inner .price{
    margin: 10px 0;
}

#external-config-list .description-inner .price label{
    float: left;
    position: relative;
    padding: 3px 17px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 20px;
    top: 2px;
    margin: 0;
}
#external-config-list .description-inner .price .divCalc123{
    float: left;
    position: relative;
    padding: 2px 10px 0 0;
    font-size: 26px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-style: italic;
}
#external-config-list .description-inner .price span{
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    color: rgb(255, 255, 255);
    float: left;
    position: relative;
    top: 2px;
}
#external-config-list .calc-price{
    width: 100%;
    float: left;
    height: 25px;
    line-height: 25px;
    background: #478579;
    border-radius: 2px;
    transition:all .3s ease-in-out 0s
}
#external-config-list .calc-price:hover{
    background: #75cbae;
}
#external-config-list .calc-price .icon{
    float: left;
    position: relative;
    height: 25px;
    line-height: 25px;
    padding:0 10px;
}
#external-config-list .calc-price .icon i{
    height: 100%;
    line-height: 25px;
    color: #fff;
    font-size: 20px;
}
#external-config-list .calc-price .text{
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
}
#external-config-list .price-discount{
    float: left;
    position: relative;
    width:100%;
}
#external-config-list .price-discount .price-discount-total{
    float: left;
    position: relative;
    width: 60%;
}
#external-config-list .price-discount-total div,
#external-config-list .price-discount-percent div{
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 0 5px 3px 17px;
    width: auto;
    height: 30px;
}
#external-config-list .price-discount-total div{
    text-decoration: line-through;
}
#external-config-list .price-discount-total span,
#external-config-list .price-discount-percent span{
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 3px 0;
    width: auto;
}
#external-config-list .price-discount-percent{
    float: right;
    position: relative;
    width: 40%;
}
#menu ul li.calculator-mobile span{
    display: none;
}


/* Inner page */
#calculator-single #calc-generated .divCalc123 .mn-pc-right .mn-pc-configuration .mn-pc-row .mn-pc-row-left .mn-pc-icon i{
    color:#478579;
}

.mn-pc-config-wrap .mn-pc-price-wrapper{
    background: #478579 !important;
}
.mn-pc-config-wrap form .mn-pc-config-holder .mn-pc-bottom .mn-pc-button button{
    background: #478579 !important;
    transition: all .3s ease-in-out 0s;
}
.mn-pc-config-wrap form .mn-pc-config-holder .mn-pc-bottom .mn-pc-button button span,
.mn-pc-config-wrap form .mn-pc-config-holder .mn-pc-bottom .mn-pc-button button i{
    color:#fff;
}
.mn-pc-config-wrap form .mn-pc-config-holder .mn-pc-bottom .mn-pc-button button:hover{
    background: #75cbae !important;
}



/* Large desktops and laptops */
@media (min-width: 1200px) {

}

@media (max-width: 1025px) {
    #content{
        padding: 20px 65px 30px;
    }
    #frame{
        width:100%;
    }
    #wrapper{
        min-width:initial;
    }
    #main_content{
        width:100%;
        padding:0;
        margin:0;
        border:none;
    }
    #user_line{
        padding:10px 0;
        width:100%;
    }
    #user_line .left{
        margin-left: 30px;
    }
    #api-page-wrapper{
        width:100%;
    }
    #frame *{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #menu {
        width: 100%;
    }
    #menu ul li:not(.calculator-mobile){
        display: none;
    }
    #menu ul li.calculator-mobile{
        width:300px;
        float: none;
        margin:0 auto;
        display: block;
        background: none;
        box-shadow: none;
        padding-left:0;
        background:#e8f1f0;
        border:1px solid #478579;
        transition:all .3s ease-in-out 0s
    }
    #menu ul li.calculator-mobile a{
        background-image:none !important;
        background:none;
        border:none;
        width:100%;
        display: block;
        height:auto;
    }
    #menu ul li.calculator-mobile span{
        display: block;
        width:100%;
        text-align: center;
    }
    #external-config-list{
        padding: 0 10px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #external-config-list .description-inner .price label{
        padding: 3px 6px;
        font-size: 16px;
        top:-3px;
    }
    #external-config-list .description-inner .price .divCalc123,
    #external-config-list .description-inner .price span{
        font-size:16px;
    }
    #external-config-list .price-discount-total div, #external-config-list .price-discount-percent div{
        font-size: 16px;
        margin: 0 5px 3px 6px;
    }
    #external-config-list .price-discount-total span, #external-config-list .price-discount-percent span{
        margin:0;
        font-size:14px;
        height: 23px;
        line-height: 23px;
    }

    #external-config-list .item-config .picture .divCalc123[data-config-type="image"]{
        width: 100%;
        min-height:234px;
        max-height:234px;
    }

    #external-config-list .configurations-list .inner {
        padding: 10px 15px;
    }
    #external-config-list .description-inner {
        min-height: 73px;
    }
    #external-config-list .configurations-list .inner,
    #external-config-list .item-config .picture > a{
        width:100%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #external-config-list .description-inner .price label{
        padding: 3px 6px;
        font-size: 16px;
    }
    #external-config-list .description-inner .price .divCalc123,
    #external-config-list .description-inner .price span{
        font-size:16px;
    }
    #external-config-list .price-discount-total div, #external-config-list .price-discount-percent div{
        font-size: 16px;
        margin: 0 5px 3px 6px;
    }
    #external-config-list .price-discount-total span, #external-config-list .price-discount-percent span{
        margin:0;
        font-size:14px;
        height: 23px;
        line-height: 23px;
    }
    #external-config-list .configurations-list .item-config{
        width:48%;
    }
    #external-config-list .configurations-list .item-config:nth-child(3n){
        margin-right:2%;
    }
    #external-config-list .configurations-list .inner{
        width:100%;
    }
    #external-config-list .item-config .picture .divCalc123[data-config-type="image"]{
        width: 100%;
        min-height:271px;
        max-height:271px;
    }
    #external-config-list .configurations-list .inner {
        padding: 10px 10px;
    }
    #external-config-list .item-config .picture > a{
        width:100%;
    }

}

/* Landscape phones and smaller */
@media (max-width: 530px) {
    #external-config-list .configurations-list .item-config{
        width:100%;
        margin-right:0;
    }
    #external-config-list .configurations-list .item-config .picture > a{
        width: 73%;
        float: none;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    #menu ul li.calculator-mobile {
        width: 80%;
    }
    #user_line .right{
        margin-top:5px;
        height:auto;
    }
    #content{
        padding: 20px 20px 30px;
    }
    #external-config-list .item-config .picture .divCalc123[data-config-type="image"]{
        width: 100%;
        min-height:auto;
        max-height:none;
    }
}

@media (max-width: 400px) {
    #external-config-list .configurations-list .item-config .picture > a{
        width:100%;
    }
}


/**
 * Handsontable 0.10.5
 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
 *
 * Copyright 2012, Marcin Warpechowski
 * Licensed under the MIT license.
 * http://handsontable.com/
 *
 * Date: Mon Mar 31 2014 14:19:47 GMT+0200 (CEST)
 */

.handsontable {
  position: relative;
}

.handsontable.htAutoColumnSize {
  visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
}

.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.handsontable table.htCore {
  border-collapse: separate;
  /*it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit*/
  position: relative;
  /*this actually only changes appearance of user selection - does not make text unselectable
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  /*user-select: none; /*no browser supports unprefixed version*/
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  /* reset bootstrap table style. for more info see: https://github.com/warpech/jquery-handsontable/issues/224 */
  max-width: none;
  max-height: none;
}

.handsontable col {
  width: 50px;
}

.handsontable col.rowHeader {
  width: 50px;
}

.handsontable th,
.handsontable td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  /* preserve new line character in cell */
}

.handsontable td.htInvalid {
  -webkit-transition: background 0.75s ease;
  transition: background 0.75s ease;
  background-color: #ff4c42;
}

.handsontable th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}

.handsontable th:first-child,
.handsontable td:first-child,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #CCC;
}

.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #CCC;
}

.handsontable thead tr:last-child th {
  border-bottom-width: 0;
}

.handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}

.handsontable th {
  background-color: #EEE;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.handsontable thead th {
  padding: 0;
}

.handsontable th.active {
  background-color: #CCC;
}

.handsontable thead th .relative {
  position: relative;
  padding: 2px 4px;
}

/* plugins */

.handsontable .manualColumnMover {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 5px;
  height: 25px;
  z-index: 999;
  cursor: move;
}

.handsontable th .manualColumnMover:hover,
.handsontable th .manualColumnMover.active {
  background-color: #88F;
}

.handsontable .manualColumnResizer {
  position: absolute;
  top: 0;
  cursor: col-resize;
}

.handsontable .manualColumnResizerHandle {
  background-color: transparent;
  width: 5px;
  height: 25px;
}

.handsontable .manualColumnResizer:hover .manualColumnResizerHandle,
.handsontable .manualColumnResizer.active .manualColumnResizerHandle {
  background-color: #AAB;
}

.handsontable .manualColumnResizerLine {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #AAB;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
}

.handsontable .manualColumnResizer.active .manualColumnResizerLine {
  display: block;
}

.handsontable .columnSorting:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* border line */

.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}

.handsontable td.area {
  background-color: #EEF4FF;
}

/* fill handle */

.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

.handsontableInput {
  border: 2px solid #5292F7;
  outline-width: 0;
  margin: 0;
  padding: 1px 4px 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  /*repeat from .handsontable (inherit doesn't work with IE<8) */
  line-height: 1.3em;
  /*repeat from .handsontable (inherit doesn't work with IE<8) */
  font-size: inherit;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  resize: none;
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
  display: inline-block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  /*overwrite styles potentionally made by a framework*/
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
}

/*
TextRenderer readOnly cell
*/

.handsontable .htDimmed {
  color: #777;
}

/*
TextRenderer placeholder value
*/

.handsontable .htPlaceholder {
  color: #999;
}

/*
AutocompleteRenderer down arrow
*/

.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}

.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

/*
CheckboxRenderer
*/

.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}

/*
NumericRenderer
*/

.handsontable .htNumeric {
  text-align: right;
}

/*context menu rules*/

ul.context-menu-list {
  color: black;
}

ul.context-menu-list li {
  margin-bottom: 0;
  /*Foundation framework fix*/
}

/**
 * dragdealer
 */

.handsontable .dragdealer {
  position: relative;
  width: 9px;
  height: 9px;
  background: #F8F8F8;
  border: 1px solid #DDD;
}

.handsontable .dragdealer .handle {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #C5C5C5;
}

.handsontable .dragdealer .disabled {
  background: #898989;
}

/**
 * Handsontable in Handsontable
 */

.handsontable .handsontable .wtHider {
  padding: 0 0 5px 0;
}

.handsontable .handsontable table {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

/**
 * Handsontable listbox theme
 */

.handsontable.listbox {
  margin: 0;
}

.handsontable.listbox table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}

.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-width: 0;
}

.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

.handsontable.listbox .wtBorder {
  visibility: hidden;
}

.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}

.htContextMenu {
  display: none;
  position: absolute;
}

.htContextMenu table.htCore {
  outline: 1px solid #bbb;
}

.htContextMenu .wtBorder {
  visibility: hidden;
}

.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0px 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htContextMenu table tbody tr td:first-child {
  border: 0;
}

.htContextMenu table tbody tr td.htDimmed{
  font-style: normal;
  color: #323232;
}

.htContextMenu table tbody tr td.current{
  background: rgb(233, 233, 233);
}

.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #bbb;
  height: 0;
  padding: 0;
}

.htContextMenu table tbody tr td.htDisabled {
  color: #999;
}

.htContextMenu table tbody tr td.htDisabled:hover {
  background: white;
  color: #999;
  cursor: default;
}

.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}

/*WalkontableDebugOverlay*/

.wtDebugHidden {
  display: none;
}

.wtDebugVisible {
  display: block;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: wtFadeInFromNone;
  animation-duration: 0.5s;
  animation-name: wtFadeInFromNone;
}

@keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

/*CURRENT ROW & COL*/
.handsontable .currentRow{
	background-color: #E7E8EF;
}
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.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,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 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: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
	width: 97%;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
