body

/* --------------
RESET
* -------------*/
html { color: #444; height: 100%; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
::-moz-selection { background: #7f8c8d; color: fff; }
::selection { background: #7f8c8d; color: #fff; }

/* to preserve line-height and selector appearance */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select { *font-size: 100%; }

/*because legend doesn’t inherit in IE */
legend { color: #444; }
a { outline: 0; }

/* --------------
BASIC
* -------------*/
body { font-family: 'Lato', sans-serif; font-size: 13px; height: 100%; background: #F3F3F3; color: #656565; }
a { color: black; text-decoration: none; }
span > input { width: 100% !important; color: #5A5A5A !important; padding: 10px 8px !important; margin: 10px 0; border-color: #5A5A5A !important; }
input[type=text], input[type=password] { outline: 0; border: 1px solid #5A5A5A!important; width: 100%; color: #5A5A5A; padding: 10px 8px; border-radius: 2px; display: inline-block; max-width: 218px; box-sizing: border-box; }
input[type=checkbox] { display: inline-block; }
input[type=radio] { margin: 0 10px 0 0; }
.product_info_box input, .product_info_box select{margin: 5px 0px;}
.price_info_box tr td span{display: inline-block;}
input[type=checkbox]+label {padding-right: 20px; display: inline-block;position: relative;top:-3px;}

/*Visible inputlar için
.rdfd_.rfdDecorated {display: none;}*/

textarea { outline: 0; border: 1px solid #5A5A5A; width: 100%; color: #5A5A5A; padding: 10px 10px; border-radius: 2px; display: inline-block; max-width: 218px; overflow: hidden; box-sizing: border-box; }
strong { }
.clear { clear: both; }
.fl { float: left !important; }
.fr { float: right !important; }
.fr_padding { float: right !important; margin: 4px; font-weight: normal !important; }
.underline { text-decoration: underline; }
.s_1 { width: 1px; height: 27px; background: url("../gfx/spacer.jpg") no-repeat center top; padding: 0 10px; }
.s_2 { width: 1px; height: 27px; padding: 0 3px; }
.s_3 { width: 7px; height: 34px; float: left; }
#wrapper { min-height: calc(100% - 40px); height: auto; width: 85%; margin-left: 15%; }
hr { height: 1px; background: #e5e4e4; border: 0; margin: 20px 0; }
p { padding: 0 0 10px 0; line-height: 24px; color: #6F6F6F; }
.box-content .ui-resizable-handle { bottom: 17px; right: 9px; }
.hide { display: none; }
.ui-widget { font-size: 1em; }

/* --------------
BUTTONS
* -------------*/
.button { padding: 6px 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-transform: capitalize; text-decoration: none; border: 0; border-radius: 2px; cursor: pointer; width: auto; color: #fff; -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3); }
.button:hover { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1))); background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1)); background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)); background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)); }
.button:focus { outline: none; }
.big { font-size: 15px; padding: 6px 15px; }
.white { background: #303338; }
.white:hover { opacity: 1; }
.red { background: #429E5D; color: #fff !important; }
.red:hover {  /*background: #cb0000 url("../gfx/back_red_hover.jpg") repeat-x left top;*/ }
.black { background: #141213 url("../gfx/back_black.jpg") repeat-x left top; color: white !important; border: 1px solid black; }
.black:hover { background: #292728 url("../gfx/back_black_hover.jpg") repeat-x left top; }
.themed { background: #429E5D !important; color: white !important; }
.themed:hover { }
.grey { background: #bababa url("../gfx/back_grey.jpg") repeat-x left top; border: 1px solid #e3e3e3; }
.grey:hover { background: #e3e3e3 url("../gfx/back_grey_hover.jpg") repeat-x left top; }
.icon_single { width: 16px; height: 16px; display: block; }
.icon_text { width: 16px; height: 16px; float: left; margin-right: 5px; }
span.symbol { position: absolute; left: 185px; top: 23px; color: #B1B1B1; }

.box.themed_box .button.white > a {color:#fff;}

/* --------------
CHECKBOX AND RADIO
* -------------*/
.radiocheck label { text-transform: capitalize; text-decoration: none; background: #dfdfdf url("../gfx/back_white.jpg") repeat-x left top; color: black; }
.radiocheck .ui-state-hover { border: 1px solid #d3d3d3; background: white url("../gfx/back_white_hover.jpg") repeat-x left top; -moz-border-radius: 0; -webkit-border-radius: 0; -moz-box-shadow: 0 0 0; }
.radiocheck .ui-state-active { -moz-box-shadow: 0 2px 3px black inset; background: url("../gfx/back_nav_hover.jpg") repeat-x scroll left center transparent; border: 1px solid black; color: white; }
.radiocheck .ui-corner-left { -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; }
.radiocheck .ui-corner-right { -moz-border-radius-bottomright: 4px; -moz-border-radius-topright: 4px; -webkit-border-bottom-right-radius: 4px; -webkit-border-top-right-radius: 4px; }
.radio, .check { padding: 0 10px 0 3px; font-size: 12px; }

/* --------------
FORM GROUP
* -------------*/
.form-group { margin: 10px 0; }
.form-group label { display: inline-block; width: 150px; vertical-align: middle; }
.form-group.itextarea label { vertical-align: top; }


/* --------------
ICONS
* -------------*/
.preview { background: url("../gfx/preview.png") no-repeat center center; }
.logout { background: url("../gfx/logout.png") no-repeat center center; }
.mail { background: url("../gfx/mail.png") no-repeat center center; }
.admin { background: url("../gfx/admin.png") no-repeat center center; }
.dashboard { background: url("../gfx/home.png") no-repeat center center; }
.content { background: url("../gfx/content.png") no-repeat center center; }
.design { background: url("../gfx/design.png") no-repeat center center; }
.pages { background: url("../gfx/pages.png") no-repeat center center; }
.users { background: url("../gfx/users.png") no-repeat center center; }
.media { background: url("../gfx/media.png") no-repeat center center; }
.comment { background: url("../gfx/comment.png") no-repeat center center; }
.addon { background: url("../gfx/addon.png") no-repeat center center; }
.stats { background: url("../gfx/stats.png") no-repeat center center; }
.settings { background: url("../gfx/settings.png") no-repeat center center; }
.general { background: url("../gfx/general.png") no-repeat center center; }
#navbar { position: relative; }
#navbar ul .active .general { background: url("../gfx/general_white.png") no-repeat center center; }
#navbar:before { content: " "; display: inline-block; width: 100%; height: 65px; background: url('/epanel/gfx/estorepark-logo.png') no-repeat center; background-size: 74%; box-sizing: border-box; margin: 0 auto; }
.tab { background: url("../gfx/tabs.png") no-repeat center center; }
.ui-corner-top { -moz-border-radius-topleft: 0px/*{cornerRadius}*/ ; -webkit-border-top-left-radius: 0px/*{cornerRadius}*/ ; border-top-left-radius: 0px/*{cornerRadius}*/ ; -moz-border-radius-topright: 0px/*{cornerRadius}*/ ; -webkit-border-top-right-radius: 0px/*{cornerRadius}*/ ; border-top-right-radius: 0px/*{cornerRadius}*/ ; }
#navbar ul .active .tab { background: url("../gfx/tabs_white.png") no-repeat center center; }
.tab { background: url("../gfx/tabs.png") no-repeat center center; }
.typography { background: url("../gfx/typo.png") no-repeat center center; }
#navbar ul .active .typography { background: url("../gfx/typo_white.png") no-repeat center center; }
.grids { background: url("../gfx/grids.png") no-repeat center center; }
#navbar ul .active .grids { background: url("../gfx/grids_white.png") no-repeat center center; }
.tables { background: url("../gfx/tables.png") no-repeat center center; }
#navbar ul .active .tables { background: url("../gfx/tables_white.png") no-repeat center center; }
.forms { background: url("../gfx/forms.png") no-repeat center center; }
#navbar ul .active .forms { background: url("../gfx/forms_white.png") no-repeat center center; }
.graphs { background: url("../gfx/graphs.png") no-repeat center center; }
#navbar ul .active .graphs { background: url("../gfx/graphs_white.png") no-repeat center center; }
.gallery { background: url("../gfx/gallery.png") no-repeat center center; }
#navbar ul .active .gallery { background: url("../gfx/gallery_white.png") no-repeat center center; }
.accept { background: url("../gfx/accept.png") no-repeat center center; }
.cancel { background: url("../gfx/cancel.png") no-repeat center center; }
.addnew { background: url("../gfx/addnew.png") no-repeat center center; }
.edit { background: url("../gfx/edit.png") no-repeat center center; }
.save { background: url("../gfx/save.png") no-repeat center center; }
.search { background: url("../gfx/search.html") no-repeat center center; }
.cog { background: url("../gfx/cog.png") no-repeat center center; }
.skin { background: url("../gfx/skinner.png") no-repeat center center; }
.language { background: url("../gfx/language.png") no-repeat center center; }
.avi { background: url("../gfx/avi.png") repeat-x left top; }
.bmp { background: url("../gfx/bmp.png") repeat-x left top; }
.css { background: url("../gfx/css.png") repeat-x left top; }
.doc { background: url("../gfx/doc.png") repeat-x left top; }
.gif { background: url("../gfx/gif.png") repeat-x left top; }
.htm { background: url("../gfx/htm.png") repeat-x left top; }
.js { background: url("../gfx/js.png") repeat-x left top; }
.jpg { background: url("../gfx/jpg.png") repeat-x left top; }
.pdf { background: url("../gfx/pdf.png") repeat-x left top; }
.php { background: url("../gfx/php.png") repeat-x left top; }
.png { background: url("../gfx/png.png") repeat-x left top; }
.ppt { background: url("../gfx/ppt.png") repeat-x left top; }
.rar { background: url("../gfx/rar.png") repeat-x left top; }
.txt { background: url("../gfx/txt.png") repeat-x left top; }
.video { background: url("../gfx/video.png") repeat-x left top; }
.xls { background: url("../gfx/xls.png") repeat-x left top; }
.xml { background: url("../gfx/xml.png") repeat-x left top; }
.zip { background: url("../gfx/zip.png") repeat-x left top; }
.extend { background: url("../gfx/table_collapse.png") repeat-x left top; }

/* --------------
BOX LOGIN
* -------------*/
.content-login-wrapper { position: absolute; top: 10%; width: 100%; left: 0; right: 0; }
#content-login { width: 400px; margin: 0 auto; }
.header-login { height: 35px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; line-height: 35px; padding: 0 0 0 10px; margin: 0; font-size: 14px; background: #35383C; color: #fff; border: 1px solid #eee; }
#box-login { width: 320px; background: white; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; padding: 30px 40px 20px; border: 1px solid #eee; border-top: 0; background: white; }
#box-login #username, #box-login #password { display: inline-block; max-width: none; width: 69%; height: 42px; }
#username, #password { height: 24px; font-size: 15px; padding: 5px; width: 96%; border-bottom: 1px solid #cccccc; background: #fff; -moz-border-radius: 5px; }
#username:focus, #password:focus { -moz-box-shadow: 0 2px 2px #d8d8d8; -webkit-box-shadow: 0 2px 2px #d8d8d8; }
.req { font-size: 14px; margin: 0 0 2px 0; }
.rem { font-size: 12px; line-height: 28px; color: #005898; }
#box-login p { margin: 0; padding: 0 0 18px 0; }
#content-login  .logo { height: 89px; background: url("../gfx/logo.png") no-repeat left top; margin-bottom: 10px; padding: 0; }
#content-login .message { position: relative; top: 30px; }
.forgot { text-decoration: underline; padding: 0 0 0 10px; position: relative; top: 14px; }
#box-login #login { padding: 12px 25px; }
#box-login label.req { width: 29%; display: inline-block; }


/* --------------
ICONS PACK
* -------------*/
.icons_pack { float: left; background: #f2f2f2; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin: 4px; padding: 5px; display: block; }
.pack { width: 17px; height: 17px; background-image: url("../gfx/icons_pack.png"); display: block; }
.icons_pack:hover { background: #292829; }
.icons_pack:hover .pack { background-image: url("../gfx/icons_pack_white.png"); }
._1 { background-position: left top; }
._2 { background-position: -32px top; }
._3 { background-position: -64px top; }
._4 { background-position: -96px top; }
._5 { background-position: -128px top; }
._6 { background-position: -160px top; }
._7 { background-position: -192px top; }
._8 { background-position: -224px top; }
._9 { background-position: -256px top; }
._10 { background-position: -288px top; }
._11 { background-position: -320px top; }
._12 { background-position: -352px top; }
._13 { background-position: -384px top; }
._14 { background-position: -416px top; }
._15 { background-position: left -32px; }
._16 { background-position: -32px -32px; }
._17 { background-position: -64px -32px; }
._18 { background-position: -96px -32px; }
._19 { background-position: -128px -32px; }
._20 { background-position: -160px -32px; }
._21 { background-position: -192px -32px; }
._22 { background-position: -224px -32px; }
._23 { background-position: -256px -32px; }
._24 { background-position: -288px -32px; }
._25 { background-position: -320px -32px; }
._26 { background-position: -352px -32px; }
._27 { background-position: -384px -32px; }
._28 { background-position: -416px  -32px; }
._29 { background-position: -448px -32px; }
._30 { background-position: -480px -32px; }
._31 { background-position: -512px -32px; }
._32 { background-position: -544px -32px; }
._33 { background-position: -576px -32px; }
._34 { background-position: -608px -32px; }
._35 { background-position: left -64px; }
._36 { background-position: -32px -64px; }
._37 { background-position: -64px -64px; }
._38 { background-position: -128px -64px; }
._39 { background-position: -160px -64px; }
._40 { background-position: -192px -64px; }
._41 { background-position: -224px -64px; }
._42 { background-position: -256px -64px; }
._43 { background-position: -288px -64px; }
._44 { background-position: -320px -64px; }
._45 { background-position: -352px -64px; }
._46 { background-position: -384px -64px; }
._47 { background-position: -416px -64px; }
._48 { background-position: -448px -64px; }
._49 { background-position: -480px -64px; }
._50 { background-position: -512px -64px; }
._51 { background-position: -544px -64px; }
._52 { background-position: -576px -64px; }
._53 { background-position: left -96px; }
._54 { background-position: -32px -96px; }
._55 { background-position: -64px -96px; }
._56 { background-position: -96px -96px; }
._57 { background-position: -128px -96px; }
._58 { background-position: -160px -96px; }
._59 { background-position: -192px -96px; }
._60 { background-position: -224px -96px; }
._61 { background-position: -256px -96px; }
._62 { background-position: -288px -96px; }
._63 { background-position: -320px -96px; }
._64 { background-position: -352px -96px; }
._65 { background-position: -384px -96px; }
._66 { background-position: left -128px; }
._67 { background-position: -32px -128px; }
._68 { background-position: -64px -128px; }
._69 { background-position: -96px -128px; }
._70 { background-position: -128px -128px; }
._71 { background-position: -160px -128px; }
._72 { background-position: -192px -128px; }
._73 { background-position: -224px -128px; }
._74 { background-position: -256px -128px; }
._75 { background-position: -288px -128px; }
._76 { background-position: -320px -128px; }
._77 { background-position: -352px -128px; }
._78 { background-position: left -160px; }
._79 { background-position: -32px -160px; }
._80 { background-position: -64px -160px; }
._81 { background-position: -96px -160px; }
._82 { background-position: -128px -160px; }
._83 { background-position: -160px -160px; }
._84 { background-position: -192px -160px; }
._85 { background-position: -224px -160px; }
._86 { background-position: -256px -160px; }
._87 { background-position: -288px -160px; }
._88 { background-position: -320px -160px; }
._89 { background-position: -352px -160px; }
._90 { background-position: -384px -160px; }
._91 { background-position: left -192px; }
._92 { background-position: -32px -192px; }
._93 { background-position: -64px -192px; }
._94 { background-position: -96px -192px; }
._95 { background-position: -128px -192px; }
._96 { background-position: -160px -192px; }
._97 { background-position: -192px -192px; }
._98 { background-position: -224px -192px; }
._99 { background-position: -256px -192px; }
._100 { background-position: -288px -192px; }
._101 { background-position: -320px -192px; }
._102 { background-position: -352px -192px; }
._103 { background-position: left -224px; }
._104 { background-position: -32px -224px; }
._105 { background-position: -64px -224px; }
._106 { background-position: -96px -224px; }
._107 { background-position: -128px -224px; }
._108 { background-position: -160px -224px; }
._109 { background-position: -192px -224px; }
._110 { background-position: -224px -224px; }
._111 { background-position: -256px -224px; }
._112 { background-position: left -256px; }
._113 { background-position: -32px -256px; }
._114 { background-position: -64px -256px; }
._115 { background-position: -96px -256px; }
._116 { background-position: -128px -256px; }
._117 { background-position: -160px -256px; }
._118 { background-position: -192px -256px; }
._119 { background-position: -224px -256px; }
._120 { background-position: -256px -256px; }
._121 { background-position: -288px -256px; }
._122 { background-position: -320px -256px; }
._123 { background-position: -352px -256px; }
._124 { background-position: -384px -256px; }
._125 { background-position: -416px  -256px; }
._126 { background-position: -448px -256px; }
._127 { background-position: -480px -256px; }
._128 { background-position: -512px -256px; }
._129 { background-position: -544px -256px; }
._130 { background-position: -576px -256px; }
._131 { background-position: left -288px; }
._132 { background-position: -32px -288px; }
._133 { background-position: -64px -288px; }
._134 { background-position: -96px -288px; }
._135 { background-position: -128px -288px; }
._136 { background-position: -160px -288px; }
._137 { background-position: -192px -288px; }
._138 { background-position: -224px -288px; }
._139 { background-position: -256px -288px; }
._140 { background-position: left -320px; }
._141 { background-position: -32px -320px; }
._142 { background-position: -64px -320px; }
._143 { background-position: -96px -320px; }
._144 { background-position: -128px -320px; }
._145 { background-position: -160px -320px; }
._146 { background-position: -192px -320px; }
._147 { background-position: -224px -320px; }
._148 { background-position: left -352px; }
._149 { background-position: -32px -352px; }
._150 { background-position: -64px -352px; }
._151 { background-position: -96px -352px; }
._152 { background-position: -128px -352px; }
._153 { background-position: -160px -352px; }
._154 { background-position: -192px -352px; }
._155 { background-position: -224px -352px; }
._156 { background-position: -256px -352px; }
._157 { background-position: -288px -352px; }
._158 { background-position: -320px -352px; }
._159 { background-position: -352px -352px; }
._160 { background-position: -384px -352px; }
._161 { background-position: -416px -352px; }
._162 { background-position: -448px -352px; }
._163 { background-position: left -384px; }
._164 { background-position: -32px -384px; }
._165 { background-position: -64px -384px; }
._166 { background-position: -96px -384px; }
._167 { background-position: -128px -384px; }
._168 { background-position: -160px -384px; }
._169 { background-position: -192px -384px; }
._170 { background-position: -224px -384px; }
._171 { background-position: -256px -384px; }
._172 { background-position: left -416px; }
._173 { background-position: -32px -416px; }
._174 { background-position: -64px -416px; }
._175 { background-position: -96px -416px; }
._176 { background-position: -128px -416px; }
._177 { background-position: -160px -416px; }
._178 { background-position: -192px -416px; }
._179 { background-position: -224px -416px; }
._180 { background-position: -256px -416px; }
._181 { background-position: -288px -416px; }
._182 { background-position: -320px -416px; }
._183 { background-position: -352px -416px; }
._184 { background-position: -384px -416px; }
._185 { background-position: left -448px; }
._186 { background-position: -32px -448px; }
._187 { background-position: -64px -448px; }
._188 { background-position: -96px -448px; }
._189 { background-position: -128px -448px; }
._190 { background-position: -160px -448px; }
._191 { background-position: -192px -448px; }
._192 { background-position: -224px -448px; }
._193 { background-position: -256px -448px; }
._194 { background-position: -288px -448px; }
._195 { background-position: -320px -448px; }
._196 { background-position: -352px -448px; }
._197 { background-position: -384px -448px; }
._198 { background-position: -416px  -448px; }
._199 { background-position: -448px -448px; }
._200 { background-position: -480px -448px; }
._201 { background-position: -512px -448px; }
._202 { background-position: left -480px; }
._203 { background-position: -32px -480px; }
._204 { background-position: -64px -480px; }
._205 { background-position: -96px -480px; }
._206 { background-position: -128px -480px; }
._207 { background-position: -160px -480px; }
._208 { background-position: -192px -480px; }
._209 { background-position: -224px -480px; }
._210 { background-position: -256px -480px; }
._211 { background-position: -288px -480px; }
._212 { background-position: -320px -480px; }
._213 { background-position: -352px -480px; }
._214 { background-position: -384px -480px; }
._215 { background-position: -416px  -480px; }
._216 { background-position: -448px -480px; }
._217 { background-position: -480px -480px; }
._218 { background-position: -512px -480px; }
._219 { background-position: -544px -480px; }
._220 { background-position: -576px -480px; }
._221 { background-position: -608px -480px; }
._222 { background-position: -640px -480px; }
._223 { background-position: -672px -480px; }
._224 { background-position: -704px -480px; }
._225 { background-position: -736px -480px; }
._223 { background-position: left -512px; }
._224 { background-position: -32px -512px; }
._225 { background-position: -64px -512px; }
._226 { background-position: -96px -512px; }
._227 { background-position: -128px -512px; }
._228 { background-position: -160px -512px; }
._229 { background-position: -192px -512px; }
._230 { background-position: -224px -512px; }
._231 { background-position: -256px -512px; }
._232 { background-position: -288px -512px; }
._233 { background-position: -320px -512px; }
._234 { background-position: -352px -512px; }
._235 { background-position: -384px -512px; }
._236 { background-position: -416px  -512px; }
._237 { background-position: -448px -512px; }
._238 { background-position: -480px -512px; }
._239 { background-position: -512px -512px; }
._240 { background-position: left -544px; }
._241 { background-position: -32px -544px; }
._242 { background-position: -64px -544px; }
._243 { background-position: -96px -544px; }
._244 { background-position: -128px -544px; }
._245 { background-position: -160px -544px; }
._246 { background-position: -192px -544px; }
._247 { background-position: -224px -544px; }
._248 { background-position: -256px -544px; }
._249 { background-position: -288px -544px; }
._250 { background-position: -320px -544px; }
._251 { background-position: left -576px; }
._252 { background-position: -32px -576px; }
._253 { background-position: -64px  -576px; }
._254 { background-position: -96px -576px; }
._255 { background-position: -128px -576px; }
._256 { background-position: -160px -576px; }
._257 { background-position: -192px -576px; }
._258 { background-position: -224px -576px; }
._259 { background-position: -256px -576px; }
._260 { background-position: -288px -576px; }
._261 { background-position: -320px -576px; }
._262 { background-position: -352px -576px; }
._263 { background-position: left -608px; }
._264 { background-position: -32px -608px; }
._265 { background-position: -64px -608px; }
._266 { background-position: -96px -608px; }
._267 { background-position: -128px -608px; }
._268 { background-position: -160px -608px; }
._269 { background-position: -192px -608px; }
._270 { background-position: -224px -608px; }
._271 { background-position: -256px -608px; }
._272 { background-position: -288px -608px; }
._273 { background-position: -320px -608px; }
._274 { background-position: -352px -608px; }
._275 { background-position: -384px -608px; }
._276 { background-position: -416px  -608px; }
._277 { background-position: -448px -608px; }
._278 { background-position: -480px -608px; }
._279 { background-position: -512px -608px; }
._280 { background-position: -544px -608px; }
._281 { background-position: left -640px; }
._282 { background-position: -32px -640px; }
._283 { background-position: -64px  -640px; }
._284 { background-position: -96px -640px; }

/* --------------
TOPBAR
* -------------*/
#topbar { height: 45px; background: #fff; padding: 7px 20px; position: fixed; left: 0; width: 85%; box-sizing: border-box; z-index: 2999; -webkit-box-shadow: 0px 11px 18px -2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 11px 18px -2px rgba(0, 0, 0, 0.05); box-shadow: 0px 11px 18px -2px rgba(0, 0, 0, 0.05); margin-left: 15%; }
#topbar li { float: left; }
.logo { font-size: 13px; line-height: 29px; background: url("../gfx/logo_mini.png") no-repeat left top; padding-left: 48px; color: rgba(68, 68, 68, 0.58); font-weight: bold; }
.breadcrumb { line-height: 26px; }
#logged { line-height: 28px; padding-right: 10px; color: #929292; }

/* --------------
NAVIGATION
* -------------*/
#navbar { background: #1E2327; width: 15%; position: fixed; left: 0; top: 0; overflow-y: auto; height: 100%; padding: 0; overflow: auto; }
#navbar > li > a { display: block; color: #9DA4AB; padding: 15px 5px 15px 45px; box-sizing: border-box; position: relative; }
#navbar li { display: block; font-size: 13px; color: white; }
#navbar li span {/* padding: 14px 0 0 0;*/ }
#navbar li:hover > a { background: #429E5D; color: #fff; /*background: #444; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/ }
#navbar li.active { /*background: url("../gfx/back_navbar_active.jpg") repeat-x; line-height: 48px;*/ margin: 0;  /*-moz-box-shadow:inset 0 3px 4px black; text-shadow: 0 1px 0 black;*/ }
#navbar li.active a { background: #429E5D; color: #fff; }
#navbar > li.active > a > span { -webkit-animation: iconmove 3s infinite; /* Chrome, Safari, Opera */ animation: iconmove 3s infinite; transform: rotateY(180deg); transform-style: preserve-3d; }
#navbar li.active:hover { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
#navbar .icon_text { position: absolute; left: 20px; }

/* --------------
SUBNAVIGATION
* -------------*/
#subnavbar { height: 70px; }
#navbar ul { width: 100%; display: block; padding: 10px 0 20px; background: #303338; }
#navbar ul li { margin: 0; text-transform: capitalize; font-size: 13px; color: white;
/*line-height: 23px !important;text-shadow: 0 1px 0 white;margin: 0 10px 0 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;*/ }
  #navbar ul li a { display: block; color: #fff; line-height: 19px; padding: 10px 10px 10px 43px; }
  #navbar ul li a span {  /*padding: 8px 0 0 0 !important;*/ }
  #navbar ul .active { }
  #navbar ul .subbutton { /*-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow:0 1px 1px black;*/ }
    #navbar ul .active .subbutton {/* background: #fff;*/ color: #fff; }
    #navbar ul .active .subbutton:hover { color: #fff; }
    #navbar ul .subbutton:hover { background: rgba(66, 158, 93, 0.4); color: #fff; }
    #navbar ul .active a {  /*color: white;text-shadow: 0 1px 0 #0669af;*/ }

      /* --------------
      CONTENT
      * -------------*/
      #content { padding: 0 20px; min-height: calc(100vh - 159px); overflow: hidden; }
      .box-content .button { margin: 30px 0; display: inline-block; }
      .box-content .tag { margin: 0 10px 10px 0; display: inline-block; }
      .box-content .bullet { margin: 0 10px 0 0; }

      /* --------------
      COLUMN
      * -------------*/
      .column.full { width: 100%; }
      .column.half { width: 49%; min-height: 400px; }
      .ui-sortable-placeholder { visibility: visible !important; height: 70px !important; background: #87c7f2 !important; -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; }
      .ui-sortable-placeholder * { visibility: hidden !important; }
      .box .ui-sortable-placeholder { height: 30px !important; -moz-border-radius: 0px !important; -moz-border-radius-topleft: 5px !important; -moz-border-radius-topright: 5px !important; -webkit-border-top-left-radius: 5px !important; -webkit-border-top-right-radius: 5px !important; background: #ededed !important; }
      .box .ui-sortable-placeholder * { visibility: hidden !important; }

      /* --------------
      FOOTER
      * -------------*/
      #footer { background: #35383C; padding: 10px 20px; height: 27px; border-top: 2px solid rgba(238, 238, 238, 0.78); margin-top: 60px; margin-left: 15%; }
      .copy { color: white; line-height: 27px; }

      /* --------------
      SEARCH / SKIN / LANGUAGE
      * -------------*/
      #search_form { height: 40px; line-height: 40px; position: absolute; right: 20px; top: 87px; }
      #search_input { padding: 5px; height: 17px; width: 220px; line-height: 15px; border: 0; -moz-border-radius: 5px; -webkit-border-bottom: 5px; margin: 7px 0 0 0; background: url("../gfx/search_input.png") no-repeat right center white; }
      .flag { width: 16px; height: 11px; margin: 3px 0 0 8px; }
      .it { background: url("../gfx/it.png") no-repeat left top transparent; }
      .es { background: url("../gfx/es.png") no-repeat left top transparent; }
      .en { background: url("../gfx/gb.png") no-repeat left top transparent; }
      .de { background: url("../gfx/de.png") no-repeat left top transparent; }
      .skinner { margin: 2px 10px 0 0; display: none; }
      .skin { width: 20px; height: 20px; margin: 0 5px 0 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
      .skin_blue { background: url("../gfx/back_blue.jpg") repeat-x left top; border: 1px solid #2a9fee; }
      .skin_green { background: url("../gfx/back_green.jpg") repeat-x left top; border: 1px solid #88c41a; }
      .skin_red { background: url("../gfx/back_red_2.jpg") repeat-x left top; border: 1px solid #f62323; }
      .skin_purple { background: url("../gfx/back_purple.jpg") repeat-x left top; border: 1px solid #d839c0; }
      .language_button { font-size: 0; *padding: 3px 6px 0 6px; }

      /* --------------
      BOX
      * -------------*/
      .box { margin: 0 0 20px 0; position: relative; }
      .box-header { background: #35383C; padding: 12px 20px; margin: 0; cursor: move; font-size: 12px; box-sizing: border-box; min-height: 41px; color: #fff; }
      .box-header-new { background: url("../gfx/header-new.png") no-repeat left top; width: 76px; height: 37px; position: absolute; z-index: 4; right: 40px; }
      .themed_box .box-header { background: #35383C; color: #fff; border: 1px solid #eee; font-weight: 600; border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; }
      .black_box .box-header { background: #35383C; color: #fff; border: 1px solid #eee; padding: 10px 20px; line-height: 19px; }
      .box-header.closed { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
      .close { width: 27px; height: 35px; background: url("../gfx/close.png") no-repeat center center; border-left: 1px solid #e5e4e4; float: right; cursor: n-resize; }
      .themed_box .close { background: url("../gfx/close_blue.png") no-repeat center center; border-left: 1px solid #0669af; }
      .black_box .close { background: url("../gfx/close_black.png") no-repeat center center; border-left: 1px solid #292929; }
      .box-content { -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border: 1px solid #eee; border-top: 0; background: white; padding: 20px; }
      .box-col-250 { width: 250px; margin: 0 0 20px 0; }
      .icon_table { width: 20px; height: 20px; display: block; margin: 0 auto; }
      .box-head-prev-next { position: absolute; right: 20px; top: 7px; }
      .box-head-prev-next * { display: inline-block; }
      .box-head-prev-next select { width: 120px; padding: 8px 0; }

      /*bench inputs*/
      .bench-inputs label { }
      .bench-inputs .form-group { margin: 10px 0; }
      .bench-inputs .form-group div.RadPicker { display: inline-block; }
      .bench-inputs .form-group .rcTable { position: relative; }
      .bench-inputs .form-group .rcCalPopup { position: absolute; top: 7px; right: 5px; }
      .bench-inputs .form-group .rcTimePopup { position: absolute; top: 7px; right: 35px; }
      .bench-inputs .form-group label { display: inline-block; width: 150px; vertical-align: middle; }
      .bench-inputs .form-group.itextarea label { vertical-align: top; }
      .bench-inputs .form-group > span { display: inline-block; max-width: 218px; box-sizing: border-box; }
      .bench-inputs .form-group .ui-wrapper { display: inline-block; height: 140px!important; width: 350px!important; padding: 0!important;}
      .bench-inputs tr:last-child .form-group label { vertical-align: top;padding-top: 10px;}
      .bench-inputs .form-group .ui-wrapper textarea{ display: block; height: 140px!important; width: 350px!important; max-width: 1200px; margin: 0;border: 1px solid #5A5A5A!important;}
      .bench-inputs .form-group .radiocheck.ui-buttonset { display: inline-block; max-width: 218px; box-sizing: border-box; }
      .bench-inputs .form-group .radiocheck.ui-buttonset > * { display: inline-block; border: solid 1px #eee; background: #eee; margin: 1px; }
      .bench-inputs .form-group .radiocheck.ui-buttonset .ui-state-active { background: #ddd; }
      .bench-inputs .form-group .radiocheck.ui-buttonset .ui-state-active span { color: #444; }
      .ui-button .ui-button-text { display: block; line-height: 1.4; background: none; border: 0; border-radius: 0; color: #adadad; }
      .bench-inputs input { }
      .bench-inputs input[type=submit] { display: block; }
      .bench-inputs input[type=checkbox] { }
      .bench-inputs input[type=file] { }

      /*straight inputs*/
      .sequence-inputs { }
      .sequence-inputs .form-group { }
      .sequence-inputs .form-group label { }
      .sequence-inputs .form-group input { }

      /* --------------
      MESSAGES
      * -------------*/
      .message { display: block; padding: 20px 15px 20px 50px; -moz-border-radius: 5px; -webkit-border-radius: 5px; cursor: pointer; margin-bottom: 15px; }
      .warning { background: #fff5cc url("../gfx/warning.png") no-repeat 7px center; border: 3px solid #f2dd8c; color: #7b7100; }
      .information { background: #e8f6ff url("../gfx/information.png") no-repeat 7px center; color: #005898; }
      .success { background: #eaf7d9 url("../gfx/success.png") no-repeat 7px center; color: #336801; }
      .error { background: #ffd1d1 url("../gfx/error.png") no-repeat 7px center; border: 0; color: #429E5D; }
      .welcome { background: #eeff88 url("../gfx/welcome.png") no-repeat 7px center; border: 3px solid #c7e22c; color: #5b6b00; }
      .new-mail { background: #feeaf8 url("../gfx/new_mail.png") no-repeat 7px center; border: 3px solid #ffc7ed; color: #ea00a0; }

      /* --------------
      TAGS
      * -------------*/
      .tag { padding: 5px 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: white; cursor: pointer; font-size: 11px; }
      .tag-green { background-color: #a3bd0e; }
      .tag-red { background-color: #e62929; }
      .tag-purple { background-color: #d248a6; }
      .tag-black { background-color: #292829; }
      .tag-orange { background-color: #f4852c; }
      .tag-maroon { background-color: #723606; }
      .tag-blue { background-color: #298bb9; }
      .tag-cyan { background-color: #3cb9f3; }
      .tag-slategray { background-color: #708090; }
      .tag-silver { background-color: #dadada; color: #7b7b7b; }
      .tag-magenta { background-color: #f30f9b; }

      /* --------------
      HEADINGS
      * -------------*/
      h1, h2, h3, h4, h5, h6 { }
      h1 { font-size: 21px; }
      h2 { font-size: 19px; }
      h3 { font-size: 17px; }
      h4 { font-size: 15px; }
      h5 { font-size: 13px; }
      h6 { font-size: 11px; }

      /* --------------
      PARAGRAPH
      * -------------*/
      .p_left { text-align: left; }
      .p_right { text-align: right; }
      .p_justify { text-align: justify; }

      /* --------------
      HTML TEXT TAG
      * -------------*/
      .typo { padding: 14px 15px !important; }
      .typo code { background: #f1f8fc; padding: 6px; -moz-border-radius: 5px; -webkit-border-radius: 3px; color: #5A5A5A; }
      .typo:after, .typo:before { content: " "; display: table; }
      .typo cite { background: url("../gfx/cite.png") no-repeat left top; padding: 8px 0 0 30px; font-style: italic; font-size: 13px; color: #676767; font-family: Georgia; }
      .typo a { color: #004c7a; padding: 1px 0; }
      .typo a:hover { background: #b3dbec; padding: 1px 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; position: relative; left: -5px; }
      .typo .title { color: #919191; font-size: 14px; }
      .typo .approved { color: #008000; line-height: 24px; }
      .typo .approved:hover { background: #d7f5d7; }
      .typo .pending { color: #0173b9; line-height: 24px; }
      .typo .pending:hover { background: #c8e2f2; }
      .typo .spam { color: #e10000; line-height: 24px; }
      .typo .spam:hover { background: #ffc5c5; }

      /* --------------
      LISTS
      * -------------*/
      .typo  li { line-height: 24px; }
      .typo  ul { padding: 0 0 0 20px; display: block; }
      .typo .disc li { list-style: disc; }
      .typo  .circle li { list-style: circle; }
      .typo  .square li { list-style: square; }
      .typo .decimal li { list-style: decimal; }

      /* --------------
      GRIDS
      * -------------*/
      .grid { height: 70px; margin: 20px 0 0 0; background: #d0e0ea; line-height: 70px; text-align: center; text-transform: uppercase; font-size: 45px; color: #94c4dc; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
      .three { margin-right: 1.5%; }
      .width10 { width: 9%; }
      .width20 { width: 19%; }
      .width30 { width: 29%; }
      .width40 { width: 39%; }
      .width50 { width: 49%; padding: 0 !important; }
      .width60 { width: 59%; }
      .width70 { width: 69%; }
      .width80 { width: 79%; }
      .width90 { width: 89%; }
      .width100 { width: 100%; }

      /* --------------
      FORMS
      * -------------*/
      .error_small { background: url("../gfx/error_small.png") no-repeat left top; margin: 0 0 0 5px; padding: 4px 15px; color: #8d0d0d; font-size: 11px; font-weight: normal; }
      .valid_small { background: url("../gfx/valid_small.png") no-repeat left top; margin: 0 0 0 5px; padding: 2px 15px; color: #8d0d0d; font-size: 11px; font-weight: normal; }
      .form-label { display: block; color: #8A8A8A; height: 20px; }
      .form-label .valid_small, .form-label .error_small { text-transform: none; }

      /*.form-field, .form-field .error_small, .form-field.valid_small { background: none; height: 20px; padding: 2px 0 2px 5px; border: 1px solid #c0c0c0; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 0 0 12px 0; color: black; font-size: 12px; }*/
      .form-field:focus { -moz-box-shadow: 0 2px 1px #e1e1e1; border: 1px solid #b5b5b5; }
      .form-field.error_small { background-color: #ffd1d1; border: 1px solid #f8acac; }
      .form-field.valid_small { background-color: #eaf7d9; border: 1px solid #bbdf8d; }
      #form-message { height: 120px; }
      .terms { display: block; }
      #formtest .button { margin-right: 5px; }
      #formtest .radiocheck { margin: 0 0 20px 0; }
      textarea#ctl00_contentside_CODE.form-field.full.ui-resizable{width: 100%!important;max-width: 218px!important;}

      /* --------------
      FORMS ELEMENT
      * -------------*/
      input.full { width: 99%; }
      input.half { width: 50%; }
      input.small { width: 20%; }
      input.big { height: 30px; }
      textarea.half { width: 50%; height: 150px; }
      textarea.small { width: 40%; height: 100px; }
      textarea.full { /*width: 99%; height: 150px;*/ }
      #wysiwyg { width: 98%; min-height: 200px; }
      #detay_yedek1 { width: 98%; min-height: 200px; }
      #detay_yedek2 { width: 98%; min-height: 200px; }
      #detay_yedek3 { width: 98%; min-height: 200px; }
      #detay_yedek4 { width: 98%; min-height: 200px; }
      #detay_yedek5 { width: 98%; min-height: 200px; }
      #select1_link { display: inline-block; }

      /*select { background: #fff; border: 1px solid #eee;  width: 100%; color: #444; padding: 20px 0;height: 35px;cursor: pointer;}*/
      select { border: 1px solid #5A5A5A; width: 100%; color: #5A5A5A; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 10px 8px; background: #fff url("../gfx/select_bg.png") no-repeat right; background-size: 20px; border-radius: 2px; max-width: 218px; box-sizing: border-box; }
      select:focus { outline: none; }

      /*select:before { content: " "; display: block; right: 0; top: 0; width: 20px; height: 10px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #f00; background: red; }*/
      .smallselectbox select { width: 140px; }
      .smallinputs input[type="text"] { width: 54px !important; margin: 0 10px; }

      /* --------------
      WIDGET
      * -------------*/
      .ui-widget-header { background: #ececec url("../gfx/back_h2_box_blue.jpg") repeat-x left top; border-width: 1px 1px 0 1px; border-color: #E5E4E4; border-style: solid; font-weight: normal }
      .ui-widget-header .ui-icon { background-image: url("../gfx/ui-icons.png"); }
      .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
      .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }

      /* --------------
      TABLE DATA
      * -------------*/
      .dataTables_wrapper { min-height: 0; }
      .fg-toolbar { padding: 0 10px; background: url("../gfx/back_header_table.jpg") repeat-x scroll left top #E8E8E8; line-height: 40px; }
      table.display thead th { background: #e8e8e8 url("../gfx/back_white.jpg") repeat-x left top; border: 1px solid #e1e1e1; width: auto !important; }
      #tabledata_length  select { background: white; border: 1px solid #D6D6D6; }
      #tabledata_filter  input { -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #D6D6D6; line-height: 15px; padding: 4px; width: 200px; }
      .paging_full_numbers .fg-button { -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 4px 8px; text-transform: capitalize; text-decoration: none; -moz-box-shadow: 0 1px 2px #343434; -webkit-box-shadow: 0 1px 2px #343434; background: #dfdfdf url("../gfx/back_white.jpg") repeat-x left top; border: 1px solid white; margin: 0 3px; }
      .paging_full_numbers .fg-button:hover { background: white url("../gfx/back_white_hover.jpg") repeat-x left top; }
      #tabledata .odd, #tabledata .even { /*line-height: 30px;*/ }
      .paging_full_numbers { width: auto !important; }
      .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { background-image: none; opacity: 0.2; }
      #hor-minimalist-b thead tr {background: #626970;}

      /* --------------
      TABLES
      * -------------*/
      .box-table { padding: 0; }
      .formTable { padding: 2px; margin: 2px; width: 100%; }
      .tablebox { width: 100%; }
      .tc { text-align: center; }
      .box-table th { padding: 0 20px; border-left: 1px solid #d6d6d6; text-transform: capitalize; text-align: left; }
      .box-table th:first-child { border: 0; }
      .box-table td { padding: 0 20px; color: #6F6F6F; }
      .box-table .odd { height: 40px; background: white; }
      .box-table .even { height: 40px; background: #f7f7f7; }
      #tablebox  .first { border-left: 0; }
      .table-header { line-height: 40px; background: #e8e8e8 url("../gfx/back_header_table.jpg") repeat-x left top; width: 100%; }
      #tablebox .button { margin: 0; }
      .pagination { height: 35px; text-align: center; background: #e8e8e8 url("../gfx/back_pagination_table.jpg") repeat-x left top; border: 1px solid #E5E4E4; }
      .pagination li { display: inline; }
      .pagination .button { margin: 5px 0 0 0; }
      .pagination  .active { background: url("../gfx/back_nav_hover.jpg") repeat-x left center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: inset 0 2px 3px black; cursor: default; border: 1px solid black; color: white; }
      .pagination .active:hover { background: url("../gfx/back_nav_hover.jpg") repeat-x left center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: inset 0 2px 3px black; cursor: default; border: 1px solid black; color: white; }
      .thumb-td { vertical-align: top !important; padding-bottom: 15px !important; }
      .thumb-td img { width: 60px; height: 60px; padding: 5px; border: 1px solid #d6d6d6; background: #ececec; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 2px 2px #dddddd; -webkit-box-shadow: 0 2px 2px #dddddd; margin: 6px 0; }
      .thumb-td img:hover { background: #323232; border: 1px solid black; }
      .thumb-td b { display: block; }
      .gallery-td { text-align: center; padding: 10px !important; }
      .gallery-td img { width: 80%; *width: 80px; padding: 5px; border: 1px solid #d6d6d6; background: #ececec; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 2px 2px #dddddd; -webkit-box-shadow: 0 2px 2px #dddddd; text-align: center; }
      .gallery-td img:hover { background: #323232; border: 1px solid black; }
      .gallery-td b { margin: 7px 0 0 0; display: block; }
      tbody .button { margin: 0 !important; background: none; }
      td h4 { padding: 0 0 3px 0; }
      .openable-tbody p { font-size: 11px; line-height: 17px; padding: 0; }
      .openable-tbody td { vertical-align: middle; padding-top: 5px; padding-bottom: 5px; }
      .openable-tbody .button { margin: 0 !important; }
      .openable-tr { display: none; }
      .openable-tbody .bullet { margin: 0; }
      .openable-tr  div.fl { padding: 10px; margin: 0 0 7px 0; border: 1px solid #d0d0d0; -moz-box-shadow: 0 2px 2px #d8d8d8; -webkit-box-shadow: 0 2px 2px #d8d8d8; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
      .openable-tr  div.fr { margin: 5px 0 0 0; }
      .openable-tr b { margin: 0 5px 0 0; }
      .tag-table { -moz-border-radius: 20px; -webkit-border-radius: 20px; color: black; cursor: pointer; font-size: 11px; padding: 5px 10px; background: #d4d4d4; margin: 0 5px 0 0; }
      .tag-table:hover { background: #6a6a6a; color: white; }
      .table-collapse { width: 12px; height: 12px; background: url("../gfx/table_collapse.png") no-repeat left center; display: block; margin: 0 auto; }

      /* --------------
      TABLE MODERNIZER
      * -------------*/
      .upd-table { background: #fff; margin: 0 0 20px; padding: 10px 10px 20px; box-sizing: border-box; }
      .upd-table, .upd-table table, .upd-table table tbody, .upd-table table tbody tr { display: block; width: 100%; }
      .upd-table table tbody tr { }
      .upd-table table tbody tr td { display: block; margin: 0 10px; color: #444; padding: 0; }
      .upd-table table tbody tr td > div { display: block; width: auto !important; }
      .upd-table table tbody tr td.label { margin-top: 15px; }
      .upd-table > input[type=submit] { margin: 0 20px; padding: 10px 20px; }
      .upd-table.tcol-3 tbody tr { margin: 20px 10px; width: 23%; display: inline-block; vertical-align: top; }
      .upd-table.tcol-1 tbody tr { margin: 15px 10px 0; width: 100% !important; display: inline-block; vertical-align: top; }

      /* --------------
      TABLE MODERNIZER TAKSIT
      * -------------*/
      .update-table-hirepurchase { overflow: hidden; }
      .update-table-hirepurchase table, .update-table-hirepurchase table tbody, .update-table-hirepurchase table tbody tr { display: block; width: 100%; }
      .update-table-hirepurchase table tbody tr td { display: inline-block; width: 23%; text-align: right; }
      .update-table-hirepurchase table tbody tr td:nth-child(odd) { width: 8% !important; }
      .update-table-hirepurchase tr.option { padding: 0 10px 20px; }
      .update-table-hirepurchase table tbody tr.option td { width: 48% !important; }
      .update-table-hirepurchase tr.option .option-group { display: block; margin: 10px 0; }
      .update-table-hirepurchase tr.option .option-group label { width: 40%; display: inline-block; text-align: left; }
      .update-table-hirepurchase tr.option .option-group select, .update-table-hirepurchase tr.option .option-group input { width: 50%; display: inline-block; }
      .update-table-hirepurchase span.RadInput { white-space: normal; height: 60px; overflow: hidden; display: inline-block; }
      .rcTable { position: relative; }
      .rcInputCell .RadInput input { margin: 0; width: 100% !important; display: block; max-width: :none; }

      /* --------------
      UPLOAD IMAGE BOX
      * -------------*/
      .uploadimagebox object { margin: -10px 15px; }
      .uploadimagebox .rfdRealInput { margin: 0 0 10px; }

      /* --------------
      BULLETS
      * -------------*/
      .bullet { width: 13px; height: 13px; display: inline-block; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
      .bullet-yellow { background-color: #f1cc00; }
      .bullet-green { background-color: #27ae60; }
      .bullet-red { background-color: #ff3b30; }
      .bullet-purple { background-color: #d248a6; }
      .bullet-black { background-color: #292829; }
      .bullet-orange { background-color: #f4852c; }
      .bullet-maroon { background-color: #723606; }
      .bullet-blue { background-color: #298bb9; }
      .bullet-cyan { background-color: #3cb9f3; }
      .bullet-slategray { background-color: #708090; }
      .bullet-silver { background-color: #dadada; }
      .bullet-magenta { background-color: #f30f9b; }

      /* --------------
      TABS
      * -------------*/
      .box .tabs-nav { margin: 0; padding: 0; background: none; border: 0 !important; -moz-border-radius: 0; -webkit-border-radius: 0; line-height: 19px; position: absolute; right: 1px; top: 0; }
      .box.tabs { border: 0; background: none; font-family: Tahoma; -moz-border-radius: 0; -webbkit-border-radius: 0; font-size: 12px; color: black; padding: 0; }
      .box .tabs-nav .tab { /*-moz-border-radius-topleft: 5px;
                                          -moz-border-radius-topright: 5px;
                                          -webkit-border-top-left-radius: 5px;
                                          -webkit-border-top-right-radius: 5px;
                                          padding-bottom: 0 !important;
                                          border: 0 !important;
                                          padding: 0 3px;

                                          background: #d4d4d4;
                                          border: 1px solid #b2b2b2 !important;
                                          border-bottom: 0 !important;*/ }
        .themed_box .tabs-nav .tab { }
        .black_box .tabs-nav .tab { background: #ddd; }
        .box .tabs-nav .tab a { color: #35383C; padding: 10px 10px; }
        .box .tabs-nav .tab.ui-tabs-selected { background: white; /*-moz-border-radius-topleft: 5px;
                                                                            -moz-border-radius-topright: 5px;
                                                                            -moz-border-radius-bottomright: 0;
                                                                            -moz-border-radius-bottomleft: 0;
                                                                            -webkit-border-top-left-radius: 5px;
                                                                            -webkit-border-top-right-radius: 5px;
                                                                            -webkit-border-bottom-left-radius: 0;
                                                                            -webkit-border-bottom-right-radius: 0;
                                                                            -moz-box-shadow: 0 0 0;
                                                                            -webkit-box-shadow: 0 0 0;
                                                                            padding-bottom: 0 !important;*/ }
          .box .tabs-nav .tab.ui-state-hover { background: white; /*-moz-border-radius-topleft: 5px;
                                                                                                              -moz-border-radius-topright: 5px;
                                                                                                              -moz-border-radius-bottomright: 0;
                                                                                                              -moz-border-radius-bottomleft: 0;
                                                                                                              -webkit-border-top-left-radius: 5px;
                                                                                                              -webkit-border-top-right-radius: 5px;
                                                                                                              -webkit-border-bottom-left-radius: 0;
                                                                                                              -webkit-border-bottom-right-radius: 0;
                                                                                                              padding-bottom: 0 !important;
                                                                                                              -moz-box-shadow: 0 0 0;
                                                                                                              -webkit-box-shadow: 0 0 0;*/ }
            .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0; padding: 0; white-space: nowrap; border: 0; }
            .tab a { color: white; height: 100%; display: block; padding: 0 15px; text-align: center; font-size: 12px; text-shadow: 0 0; }
            .tab.first { margin: 4px 2px 0 0; }
            .ui-tabs .ui-tabs-panel { padding: 0; }
            .ui-tabs .ui-tabs-nav li a { padding: 0; }

            /* --------------
            ACCORDION
            * -------------*/
            .accordion h3 { background: url("../gfx/back_grey.jpg") repeat-x left top; padding-bottom: 0 !important; border: 1px solid #d8d8d8 !important; padding: 0 3px; -moz-box-shadow: 0 0 0; }
            .accordion h3 a { color: black !important; }
            .accordion .ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
            .accordion h3.ui-state-active { background: white url("../gfx/back_tab_active.html") repeat-x left top; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; padding-bottom: 0 !important; border-top: 1px solid #d0d0d0 !important; border-left: 1px solid #d0d0d0 !important; border-right: 1px solid #d0d0d0 !important; border-bottom: 0 !important; -moz-box-shadow: 0 0 0; }
            .ui-accordion-content { border-top: 0 !important; border-left: 1px solid #d0d0d0 !important; border-right: 1px solid #d0d0d0 !important; border-bottom: 1px solid #d0d0d0 !important; }

            /* --------------
            SCROLL
            * -------------*/
            ::-webkit-scrollbar-track { background-color: #303a49; border-left: solid 1px #2f3949; }
            ::-webkit-scrollbar { width: 6px; background-color: #303a49; }
            ::-webkit-scrollbar-thumb { background-color: #a1acbf; }

            /* --------------
            DIALOG
            * -------------*/
            .dialog { width: auto !important; height: auto; }
            .button.opener { margin: 0; }
            .ui-dialog-titlebar { -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; background: url("../gfx/back_h2_box_blue.jpg") repeat-x scroll left top #ECECEC; border: 1px solid #0669AF; color: white; font-size: 13px; line-height: 20px; margin: 0; padding: 5px 0; text-shadow: 0 1px 0 #014B80; text-transform: capitalize; }
            .ui-widget-overlay { background: black; opacity: 0.8; }
            .dialog .button { margin: 0 0 0 10px; }
            .ui-dialog .ui-dialog-titlebar-close { padding: 0; }

            /* --------------
            WYSIWYG
            * -------------*/
            div.wysiwyg { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 100% !important; }
            div.wysiwyg * { margin: 0; padding: 0; }
            div.wysiwyg ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 0 0; }
            div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 1px 2px 3px 0; background: #ffffff; }
            div.wysiwyg ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
            div.wysiwyg ul.panel li a { text-indent: -5000px; opacity: 0.85; display: block; width: 16px; height: 16px; background: url('../gfx/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
            div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 1.00; filter: alpha(opacity=100); }
            div.wysiwyg ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }
            div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
            div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
            div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
            div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }
            div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
            div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
            div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
            div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }
            div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
            div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }
            div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
            div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }
            div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
            div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }
            div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
            div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
            div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }
            div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
            div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
            div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
            div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
            div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
            div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }
            div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
            div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
            div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }
            div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
            div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }
            div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
            div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }
            div.wysiwyg ul.panel li a.html { background-position: -47px -46px; }
            div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -63px; }
            div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }
            div.wysiwyg iframe { border: 0; clear: left; margin: 4px 0 0 1px; }



            /* --------------
            WYSIWYG
            * -------------*/
            div.detay_yedek1 { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 100% !important; }
            div.detay_yedek1 * { margin: 0; padding: 0; }
            div.detay_yedek1 ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 0 0; }
            div.detay_yedek1 ul.panel li { list-style-type: none; float: left; margin: 1px 2px 3px 0; background: #ffffff; }
            div.detay_yedek1 ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
            div.detay_yedek1 ul.panel li a { text-indent: -5000px; opacity: 0.85; display: block; width: 16px; height: 16px; background: url('../gfx/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
            div.detay_yedek1 ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 1.00; filter: alpha(opacity=100); }
            div.detay_yedek1 ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }
            div.detay_yedek1 ul.panel li a.bold { background-position: 0 -16px; }
            div.detay_yedek1 ul.panel li a.italic { background-position: -16px -16px; }
            div.detay_yedek1 ul.panel li a.strikeThrough { background-position: -32px -16px; }
            div.detay_yedek1 ul.panel li a.underline { background-position: -48px -16px; }
            div.detay_yedek1 ul.panel li a.justifyLeft { background-position: 0 0; }
            div.detay_yedek1 ul.panel li a.justifyCenter { background-position: -16px 0; }
            div.detay_yedek1 ul.panel li a.justifyRight { background-position: -32px 0; }
            div.detay_yedek1 ul.panel li a.justifyFull { background-position: -48px 0; }
            div.detay_yedek1 ul.panel li a.indent { background-position: -64px 0; }
            div.detay_yedek1 ul.panel li a.outdent { background-position: -80px 0; }
            div.detay_yedek1 ul.panel li a.subscript { background-position: -64px -16px; }
            div.detay_yedek1 ul.panel li a.superscript { background-position: -80px -16px; }
            div.detay_yedek1 ul.panel li a.undo { background-position: 0 -64px; }
            div.detay_yedek1 ul.panel li a.redo { background-position: -16px -64px; }
            div.detay_yedek1 ul.panel li a.insertOrderedList { background-position: -32px -48px; }
            div.detay_yedek1 ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
            div.detay_yedek1 ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }
            div.detay_yedek1 ul.panel li a.h1 { background-position: 0 -32px; }
            div.detay_yedek1 ul.panel li a.h2 { background-position: -16px -32px; }
            div.detay_yedek1 ul.panel li a.h3 { background-position: -32px -32px; }
            div.detay_yedek1 ul.panel li a.h4 { background-position: -48px -32px; }
            div.detay_yedek1 ul.panel li a.h5 { background-position: -64px -32px; }
            div.detay_yedek1 ul.panel li a.h6 { background-position: -80px -32px; }
            div.detay_yedek1 ul.panel li a.cut { background-position: -32px -64px; }
            div.detay_yedek1 ul.panel li a.copy { background-position: -48px -64px; }
            div.detay_yedek1 ul.panel li a.paste { background-position: -64px -64px; }
            div.detay_yedek1 ul.panel li a.increaseFontSize { background-position: -16px -80px; }
            div.detay_yedek1 ul.panel li a.decreaseFontSize { background-position: -32px -80px; }
            div.detay_yedek1 ul.panel li a.createLink { background-position: -80px -48px; }
            div.detay_yedek1 ul.panel li a.insertImage { background-position: -80px -80px; }
            div.detay_yedek1 ul.panel li a.html { background-position: -47px -46px; }
            div.detay_yedek1 ul.panel li a.removeFormat { background-position: -80px -63px; }
            div.detay_yedek1 ul.panel li a.empty { background-position: -64px -80px; }
            div.detay_yedek1 iframe { border: 0; clear: left; margin: 4px 0 0 1px; }


                        /* --------------
            WYSIWYG
            * -------------*/
            div.detay_yedek2 { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 100% !important; }
            div.detay_yedek2 * { margin: 0; padding: 0; }
            div.detay_yedek2 ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 0 0; }
            div.detay_yedek2 ul.panel li { list-style-type: none; float: left; margin: 1px 2px 3px 0; background: #ffffff; }
            div.detay_yedek2 ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
            div.detay_yedek2 ul.panel li a { text-indent: -5000px; opacity: 0.85; display: block; width: 16px; height: 16px; background: url('../gfx/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
            div.detay_yedek2 ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 1.00; filter: alpha(opacity=100); }
            div.detay_yedek2 ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }
            div.detay_yedek2 ul.panel li a.bold { background-position: 0 -16px; }
            div.detay_yedek2 ul.panel li a.italic { background-position: -16px -16px; }
            div.detay_yedek2 ul.panel li a.strikeThrough { background-position: -32px -16px; }
            div.detay_yedek2 ul.panel li a.underline { background-position: -48px -16px; }
            div.detay_yedek2 ul.panel li a.justifyLeft { background-position: 0 0; }
            div.detay_yedek2 ul.panel li a.justifyCenter { background-position: -16px 0; }
            div.detay_yedek2 ul.panel li a.justifyRight { background-position: -32px 0; }
            div.detay_yedek2 ul.panel li a.justifyFull { background-position: -48px 0; }
            div.detay_yedek2 ul.panel li a.indent { background-position: -64px 0; }
            div.detay_yedek2 ul.panel li a.outdent { background-position: -80px 0; }
            div.detay_yedek2 ul.panel li a.subscript { background-position: -64px -16px; }
            div.detay_yedek2 ul.panel li a.superscript { background-position: -80px -16px; }
            div.detay_yedek2 ul.panel li a.undo { background-position: 0 -64px; }
            div.detay_yedek2 ul.panel li a.redo { background-position: -16px -64px; }
            div.detay_yedek2 ul.panel li a.insertOrderedList { background-position: -32px -48px; }
            div.detay_yedek2 ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
            div.detay_yedek2 ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }
            div.detay_yedek2 ul.panel li a.h1 { background-position: 0 -32px; }
            div.detay_yedek2 ul.panel li a.h2 { background-position: -16px -32px; }
            div.detay_yedek2 ul.panel li a.h3 { background-position: -32px -32px; }
            div.detay_yedek2 ul.panel li a.h4 { background-position: -48px -32px; }
            div.detay_yedek2 ul.panel li a.h5 { background-position: -64px -32px; }
            div.detay_yedek2 ul.panel li a.h6 { background-position: -80px -32px; }
            div.detay_yedek2 ul.panel li a.cut { background-position: -32px -64px; }
            div.detay_yedek2 ul.panel li a.copy { background-position: -48px -64px; }
            div.detay_yedek2 ul.panel li a.paste { background-position: -64px -64px; }
            div.detay_yedek2 ul.panel li a.increaseFontSize { background-position: -16px -80px; }
            div.detay_yedek2 ul.panel li a.decreaseFontSize { background-position: -32px -80px; }
            div.detay_yedek2 ul.panel li a.createLink { background-position: -80px -48px; }
            div.detay_yedek2 ul.panel li a.insertImage { background-position: -80px -80px; }
            div.detay_yedek2 ul.panel li a.html { background-position: -47px -46px; }
            div.detay_yedek2 ul.panel li a.removeFormat { background-position: -80px -63px; }
            div.detay_yedek2 ul.panel li a.empty { background-position: -64px -80px; }
            div.detay_yedek2 iframe { border: 0; clear: left; margin: 4px 0 0 1px; }



            /* --------------
            WYSIWYG
            * -------------*/
            div.detay_yedek3 { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 100% !important; }
            div.detay_yedek3 * { margin: 0; padding: 0; }
            div.detay_yedek3 ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 0 0; }
            div.detay_yedek3 ul.panel li { list-style-type: none; float: left; margin: 1px 2px 3px 0; background: #ffffff; }
            div.detay_yedek3 ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
            div.detay_yedek3 ul.panel li a { text-indent: -5000px; opacity: 0.85; display: block; width: 16px; height: 16px; background: url('../gfx/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
            div.detay_yedek3 ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 1.00; filter: alpha(opacity=100); }
            div.detay_yedek3 ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }
            div.detay_yedek3 ul.panel li a.bold { background-position: 0 -16px; }
            div.detay_yedek3 ul.panel li a.italic { background-position: -16px -16px; }
            div.detay_yedek3 ul.panel li a.strikeThrough { background-position: -32px -16px; }
            div.detay_yedek3 ul.panel li a.underline { background-position: -48px -16px; }
            div.detay_yedek3 ul.panel li a.justifyLeft { background-position: 0 0; }
            div.detay_yedek3 ul.panel li a.justifyCenter { background-position: -16px 0; }
            div.detay_yedek3 ul.panel li a.justifyRight { background-position: -32px 0; }
            div.detay_yedek3 ul.panel li a.justifyFull { background-position: -48px 0; }
            div.detay_yedek3 ul.panel li a.indent { background-position: -64px 0; }
            div.detay_yedek3 ul.panel li a.outdent { background-position: -80px 0; }
            div.detay_yedek3 ul.panel li a.subscript { background-position: -64px -16px; }
            div.detay_yedek3 ul.panel li a.superscript { background-position: -80px -16px; }
            div.detay_yedek3 ul.panel li a.undo { background-position: 0 -64px; }
            div.detay_yedek3 ul.panel li a.redo { background-position: -16px -64px; }
            div.detay_yedek3 ul.panel li a.insertOrderedList { background-position: -32px -48px; }
            div.detay_yedek3 ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
            div.detay_yedek3 ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }
            div.detay_yedek3 ul.panel li a.h1 { background-position: 0 -32px; }
            div.detay_yedek3 ul.panel li a.h2 { background-position: -16px -32px; }
            div.detay_yedek3 ul.panel li a.h3 { background-position: -32px -32px; }
            div.detay_yedek3 ul.panel li a.h4 { background-position: -48px -32px; }
            div.detay_yedek3 ul.panel li a.h5 { background-position: -64px -32px; }
            div.detay_yedek3 ul.panel li a.h6 { background-position: -80px -32px; }
            div.detay_yedek3 ul.panel li a.cut { background-position: -32px -64px; }
            div.detay_yedek3 ul.panel li a.copy { background-position: -48px -64px; }
            div.detay_yedek3 ul.panel li a.paste { background-position: -64px -64px; }
            div.detay_yedek3 ul.panel li a.increaseFontSize { background-position: -16px -80px; }
            div.detay_yedek3 ul.panel li a.decreaseFontSize { background-position: -32px -80px; }
            div.detay_yedek3 ul.panel li a.createLink { background-position: -80px -48px; }
            div.detay_yedek3 ul.panel li a.insertImage { background-position: -80px -80px; }
            div.detay_yedek3 ul.panel li a.html { background-position: -47px -46px; }
            div.detay_yedek3 ul.panel li a.removeFormat { background-position: -80px -63px; }
            div.detay_yedek3 ul.panel li a.empty { background-position: -64px -80px; }
            div.detay_yedek3 iframe { border: 0; clear: left; margin: 4px 0 0 1px; }



                        /* --------------
            WYSIWYG
            * -------------*/
            div.detay_yedek4 { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 100% !important; }
            div.detay_yedek4 * { margin: 0; padding: 0; }
            div.detay_yedek4 ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 0 0; }
            div.detay_yedek4 ul.panel li { list-style-type: none; float: left; margin: 1px 2px 3px 0; background: #ffffff; }
            div.detay_yedek4 ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
            div.detay_yedek4 ul.panel li a { text-indent: -5000px; opacity: 0.85; display: block; width: 16px; height: 16px; background: url('../gfx/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
            div.detay_yedek4 ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 1.00; filter: alpha(opacity=100); }
            div.detay_yedek4 ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }
            div.detay_yedek4 ul.panel li a.bold { background-position: 0 -16px; }
            div.detay_yedek4 ul.panel li a.italic { background-position: -16px -16px; }
            div.detay_yedek4 ul.panel li a.strikeThrough { background-position: -32px -16px; }
            div.detay_yedek4 ul.panel li a.underline { background-position: -48px -16px; }
            div.detay_yedek4 ul.panel li a.justifyLeft { background-position: 0 0; }
            div.detay_yedek4 ul.panel li a.justifyCenter { background-position: -16px 0; }
            div.detay_yedek4 ul.panel li a.justifyRight { background-position: -32px 0; }
            div.detay_yedek4 ul.panel li a.justifyFull { background-position: -48px 0; }
            div.detay_yedek4 ul.panel li a.indent { background-position: -64px 0; }
            div.detay_yedek4 ul.panel li a.outdent { background-position: -80px 0; }
            div.detay_yedek4 ul.panel li a.subscript { background-position: -64px -16px; }
            div.detay_yedek4 ul.panel li a.superscript { background-position: -80px -16px; }
            div.detay_yedek4 ul.panel li a.undo { background-position: 0 -64px; }
            div.detay_yedek4 ul.panel li a.redo { background-position: -16px -64px; }
            div.detay_yedek4 ul.panel li a.insertOrderedList { background-position: -32px -48px; }
            div.detay_yedek4 ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
            div.detay_yedek4 ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }
            div.detay_yedek4 ul.panel li a.h1 { background-position: 0 -32px; }
            div.detay_yedek4 ul.panel li a.h2 { background-position: -16px -32px; }
            div.detay_yedek4 ul.panel li a.h3 { background-position: -32px -32px; }
            div.detay_yedek4 ul.panel li a.h4 { background-position: -48px -32px; }
            div.detay_yedek4 ul.panel li a.h5 { background-position: -64px -32px; }
            div.detay_yedek4 ul.panel li a.h6 { background-position: -80px -32px; }
            div.detay_yedek4 ul.panel li a.cut { background-position: -32px -64px; }
            div.detay_yedek4 ul.panel li a.copy { background-position: -48px -64px; }
            div.detay_yedek4 ul.panel li a.paste { background-position: -64px -64px; }
            div.detay_yedek4 ul.panel li a.increaseFontSize { background-position: -16px -80px; }
            div.detay_yedek4 ul.panel li a.decreaseFontSize { background-position: -32px -80px; }
            div.detay_yedek4 ul.panel li a.createLink { background-position: -80px -48px; }
            div.detay_yedek4 ul.panel li a.insertImage { background-position: -80px -80px; }
            div.detay_yedek4 ul.panel li a.html { background-position: -47px -46px; }
            div.detay_yedek4 ul.panel li a.removeFormat { background-position: -80px -63px; }
            div.detay_yedek4 ul.panel li a.empty { background-position: -64px -80px; }
            div.detay_yedek4 iframe { border: 0; clear: left; margin: 4px 0 0 1px; }




            
                        /* --------------
            WYSIWYG
            * -------------*/
            div.detay_yedek5 { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 100% !important; }
            div.detay_yedek5 * { margin: 0; padding: 0; }
            div.detay_yedek5 ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 0 0; }
            div.detay_yedek5 ul.panel li { list-style-type: none; float: left; margin: 1px 2px 3px 0; background: #ffffff; }
            div.detay_yedek5 ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
            div.detay_yedek5 ul.panel li a { text-indent: -5000px; opacity: 0.85; display: block; width: 16px; height: 16px; background: url('../gfx/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
            div.detay_yedek5 ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 1.00; filter: alpha(opacity=100); }
            div.detay_yedek5 ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }
            div.detay_yedek5 ul.panel li a.bold { background-position: 0 -16px; }
            div.detay_yedek5 ul.panel li a.italic { background-position: -16px -16px; }
            div.detay_yedek5 ul.panel li a.strikeThrough { background-position: -32px -16px; }
            div.detay_yedek5 ul.panel li a.underline { background-position: -48px -16px; }
            div.detay_yedek5 ul.panel li a.justifyLeft { background-position: 0 0; }
            div.detay_yedek5 ul.panel li a.justifyCenter { background-position: -16px 0; }
            div.detay_yedek5 ul.panel li a.justifyRight { background-position: -32px 0; }
            div.detay_yedek5 ul.panel li a.justifyFull { background-position: -48px 0; }
            div.detay_yedek5 ul.panel li a.indent { background-position: -64px 0; }
            div.detay_yedek5 ul.panel li a.outdent { background-position: -80px 0; }
            div.detay_yedek5 ul.panel li a.subscript { background-position: -64px -16px; }
            div.detay_yedek5 ul.panel li a.superscript { background-position: -80px -16px; }
            div.detay_yedek5 ul.panel li a.undo { background-position: 0 -64px; }
            div.detay_yedek5 ul.panel li a.redo { background-position: -16px -64px; }
            div.detay_yedek5 ul.panel li a.insertOrderedList { background-position: -32px -48px; }
            div.detay_yedek5 ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
            div.detay_yedek5 ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }
            div.detay_yedek5 ul.panel li a.h1 { background-position: 0 -32px; }
            div.detay_yedek5 ul.panel li a.h2 { background-position: -16px -32px; }
            div.detay_yedek5 ul.panel li a.h3 { background-position: -32px -32px; }
            div.detay_yedek5 ul.panel li a.h4 { background-position: -48px -32px; }
            div.detay_yedek5 ul.panel li a.h5 { background-position: -64px -32px; }
            div.detay_yedek5 ul.panel li a.h6 { background-position: -80px -32px; }
            div.detay_yedek5 ul.panel li a.cut { background-position: -32px -64px; }
            div.detay_yedek5 ul.panel li a.copy { background-position: -48px -64px; }
            div.detay_yedek5 ul.panel li a.paste { background-position: -64px -64px; }
            div.detay_yedek5 ul.panel li a.increaseFontSize { background-position: -16px -80px; }
            div.detay_yedek5 ul.panel li a.decreaseFontSize { background-position: -32px -80px; }
            div.detay_yedek5 ul.panel li a.createLink { background-position: -80px -48px; }
            div.detay_yedek5 ul.panel li a.insertImage { background-position: -80px -80px; }
            div.detay_yedek5 ul.panel li a.html { background-position: -47px -46px; }
            div.detay_yedek5 ul.panel li a.removeFormat { background-position: -80px -63px; }
            div.detay_yedek5 ul.panel li a.empty { background-position: -64px -80px; }
            div.detay_yedek5 iframe { border: 0; clear: left; margin: 4px 0 0 1px; }



            /* --------------
            DATEPICKER
            * -------------*/
            .form-field.datepicker { background: url("../gfx/datepicker.png") no-repeat right center; }
            div.datepicker { margin-left: 20px; }
            .ui-datepicker { width: 250px; }
            .ui-datepicker td { padding: 2px; }
            .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 { -moz-border-radius: 3px
            -webkit-border-radius:3px; -moz-box-shadow: 0 2px 3px black inset; background: url("../gfx/back_nav_hover.jpg") repeat-x scroll left center transparent; border: 0; padding: 0; }
            .ui-datepicker .ui-state-default { background: white url("../gfx/back_white.jpg") repeat-x left top !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; color: black; padding: 4px; text-align: center; }
            .ui-datepicker .ui-datepicker-calendar .ui-state-hover { background: white url("../gfx/back_black.jpg") repeat-x left top !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; color: white; padding: 4px; border: 1px solid black; }
            .ui-datepicker .ui-datepicker-calendar .ui-state-active { background: white url("../gfx/back_black.jpg") repeat-x left top !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; color: white; padding: 4px; border: 1px solid black; -moz-box-shadow: 0 2px 3px black inset; }
            .ui-datepicker .ui-datepicker-calendar .ui-state-highlight { background: white url("../gfx/back_red.jpg") repeat-x left top !important; color: white; border: 1px solid #ff3131; padding: 4px; -moz-box-shadow: 0 2px 3px #5b0000 inset; }
            .ui-datepicker .ui-datepicker-header { background: url("../gfx/back_h2_box_blue.jpg") repeat-x left top; border: 1px solid #0669AF; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; line-height: 20px; padding: 5px 0; margin: 0; text-transform: capitalize; text-shadow: 0 1px 0 #014B80; font-size: 13px; color: white; }
            .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { top: 6px; }
            #ui-datepicker-div { display: none; }
            .ui-datepicker-prev { left: 2px !important; }
            .ui-datepicker-next { right: 2px !important; }

            /* --------------
            SLIDER
            * -------------*/
            .slider-vertical { height: 200px; margin: 0 0 0 10px; }
            .ui-slider-range { background: #0079be; }
            .ui-slider-handle { background: url("../gfx/back_black.jpg") repeat-x !important; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 0px solid black !important; height: 16px !important; width: 16px !important; }

            /* --------------
            PROGRESSBAR
            * -------------*/
            .prog { cursor: pointer; }
            .ui-progressbar-value { background: url("../gfx/back_blue.jpg") repeat-x left top !important; -moz-border-radius: 4px; border: 0; }
            .progressbar, .progressbaractive, .progressbarpending, .progressbarsuspended { background: #dfdfdf; border: 0; margin: 0 0 10px 0; }
            .progressbaractive .ui-progressbar-value { background: black url("../gfx/back_green.jpg") repeat-x left top !important; }
            .progressbarpending .ui-progressbar-value { background: url("../gfx/back_blue.jpg") repeat-x left top !important; }
            .progressbarsuspended .ui-progressbar-value { background: url("../gfx/back_red.jpg") repeat-x left top !important; }

            /* --------------
            GRAPHS
            * -------------*/
            .chart { height: 300px; }

            /* --------------
            GALLERY
            * -------------*/
            .lightbox { display: block; }
            .gallery-list li { width: 10%; text-align: center; float: left; margin: 10px; position: relative; }
            .gallery-list img { -moz-border-radius: 5px; -webkit-border-radius: 3px; text-align: center; height: 60px; width: auto; display: block; margin: 0 auto; max-width: 100%; }
            .gallery-list img:hover { background: #323232; }
            .gallery-list input[type=radio] { margin: 10px !important; clear: both; }
            .gallery-list input[type=text] { margin: 0px !important; }
            .gallery-list b { margin: 7px 0 0 0; display: block; }
            .gallery-buttons { position: absolute; left: 50%; bottom: 15%; margin-left: -36px; display: none; }
            .gallery-buttons .button { margin: 0; }
            .gallery-list.small li { width: 10%; }
            .gallery-list.small img { width: 63%; }
            .gallery-list.half li { width: 20%; }
            .tablewithstyle { margin: 10px 0; width: 100%; }
            .tablewithstyle .labelrow { /*width: 120px; */ }
            .tablewithstyle td { padding: 5px 3px; border-bottom: 1px solid #e5e5e5; position: relative; }
            .tablewithstyle td span.coloured { color: #0086D0; }
            .tablewithstyle td h5 { background: transparent url(../gfx/back_h2_box_blue.jpg) repeat-x; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; padding: 3px; color: #fff; margin: 10px 0 5px 0; border: 1px solid #0669af; text-shadow: 0 1px 0 black;  /*text-shadow: 0 1px 0 #014b80;*/ -moz-box-shadow: 0 0 2px #dddddd; -webkit-box-shadow: 0 0 2px #dddddd; }
            #resimgaleri > li { position: relative; }
            #resimgaleri > li > a { position: absolute; top: -8px; right: -9px; width: 15px; height: 15px; padding: 2px; border-radius: 50%; color: #5D5D5D; background: #eee; }

            /* --------------
            ADD NEW PRODUCT TABS CONTENT OVERRIDE
            * -------------*/
            
            .box-content.tab-content { border-top: solid 1px #eee; margin-top: -1px; }
            #ctl00_contentside_RadMultiPage1 { }
            #ctl00_contentside_RadMultiPage1 table, #ctl00_contentside_RadMultiPage1 table tbody { display: block; width: 100%; }

            /*#ctl00_contentside_RadMultiPage1 table tbody tr {  width: 100%; }
            #ctl00_contentside_RadMultiPage1 table tbody tr td { width: 150px !important; }*/

            
            .rtsLevel { }
            .rtsLevel ul.rtsUL { border-color: #eee; border-style: solid; border-width: 0 1px 0 1px; }
            .rtsLevel ul.rtsUL li.rtsLI { }
            .rtsLevel ul.rtsUL li.rtsLI a { padding: 10px; background: #35383C; }
            .rtsLevel ul.rtsUL li.rtsLI a.rtsSelected { background: #fff; border-top: solid 1px #eee; padding: 9px 10px 10px; }
            .rtsLevel ul.rtsUL li.rtsLI a span.rtsOut { background: none; }
            .rtsLevel ul.rtsUL li.rtsLI a span { padding: 0; color: #fff; }
            .rtsLevel ul.rtsUL li.rtsLI a.rtsSelected span { color: #303A49; }
            
             
            /*.rfdCheckbox input[type="checkbox"], .rfdCheckbox input[type="checkbox"][disabled]:hover { width: auto !important; height: auto !important; }*/
            .rfdRealInput { position: static !important; left: 0 !important; }
            .rfdSelect_Vista { display: none !important; }
            /*.RadForm_Vista.rfdTextbox input[type="text"], .RadForm_Vista.rfdTextbox input[type="password"], .RadForm_Vista.rfdTextarea textarea, .RadForm_Vista.rfdTextarea textarea[disabled]:hover, .RadForm_Vista.rfdTextbox input[disabled][type="text"]:hover, .RadForm_Vista.rfdTextbox input[disabled][type="password"]:hover { border: 1px solid #5A5A5A !important; width: 100% !important; }*/
            .RadForm_Vista.rfdFieldset fieldset { padding: 20px !important; }
            .RadForm_Vista.rfdFieldset fieldset legend { padding: 20px; background: #fff; color: #5A5A5A; }
            .RadForm_Vista.rfdFieldset fieldset > strong { background: #F7F7F7; display: block; padding: 10px; }
            .RadForm_Vista.rfdFieldset fieldset input[type=checkbox] { margin-right: 10px; }
            /*.RadForm_Vista.rfdLabel label { vertical-align: middle !important; color: #444 !important; display: none !important; }*/
            

            /* --------------
            CATEGORY SHOWCASE
            * -------------*/
            #kategori_vitrini .rfdRealInput { clear: both; display: block; margin: 10px 0 0; }
            #kategori_vitrini label { display: inline-block; padding: 6px; }

            /* --------------
            MODUL POSITIONS
            * -------------*/
            .modulduzenle-wrapper { width: 1000px; margin: 20px auto 20px auto; }
            #modulduzenle-section1 { width: 200px; height: 300px; background: #eee; float: left; padding: 20px 0; box-sizing: border-box; text-indent: 15px; }
            #modulduzenle-section2 { width: 300px; min-height: 200px; background: #eee; float: left; padding: 20px; }
            #modulduzenle-section2 label { display: inline-block; clear: both; margin: 15px 10px; }
            #modulduzenle-section2 input { font-size: 13px; color: #444; }
            #modulduzenle-section3 { width: 200px; height: 300px; background: #eee; float: left; padding: 20px 0; box-sizing: border-box; text-indent: 15px; text-align: center; }
            .modulduzenle-nextsection { float: left; height: 200px; width: 80px; margin: 80px 10px 0 10px; text-align: center; }
            #modulduzenle-section1 select, #modulduzenle-section3 select { background: #eee; margin: 20px 0 8px; width: 100%; min-height: 200px; overflow: auto; padding: 15px; }
            .modulduzenle-wrapper option { padding: 5px 3px; }

            /* --------------
            KEYFRAMES
            * -------------*/
            @-webkit-keyframes iconmove {
              from { transform: rotateY(0deg); }
              to { transform: rotateY(360deg); }
            }

            /* Standard syntax */
            @keyframes iconmove {
              from { transform: rotateY(0deg); }
              to { transform: rotateY(360deg); }
            }

            /* iframe */
            div.wysiwyg iframe { width: 100% !important; }
            @media print {
              #siparisyazdir { display: none; }
              .tablewithstyle td { padding: 3px 3px; border-bottom: 1px solid #e5e5e5; }
            }