﻿.loader-wrapper                                             { position:fixed; width:100%; height:100%; background:url('../images/main/black-60.png'); top:0; left:0; z-index:10000; }
.loader-wrapper span                                        { width:100px; height:100px; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; background:url('../images/main/ajax-loader.gif') center center no-repeat;}

.mmi-logo                                                   { float:right; }
.fuar-top-logo                                              { float:left; }

.alert-wrapper                                              { position:fixed; width:100%; height:100%; background:url('../images/main/black-60.png'); top:0; left:0; z-index:10001; }
.alert-wrapper div                                          { max-width:690px; width:100%; background-color:#EEEEEE; margin:auto; position:relative; border-radius:3px; background-color:#FFFFFF; overflow:hidden; position:relative; }
.alert-wrapper div .close                                   { position:absolute; right:5px; top:5px; background-color:#FFFFFF; border-radius:15px; }
.alert-wrapper div span                                     { display:block; padding:10px; color:#FFFFFF; font-size:16px; margin-bottom:25px; text-align:center; font-weight:600; }
.alert-wrapper div p                                        { font-size:14px; text-align:center; display:block; margin-bottom:30px; }

.table-box tbody tr:hover                                   { background-color:#DDDDDD; }
.table-box tbody tr:hover td:last-child .update-panel       { display:block; }
.table-box tbody tr td:last-child                           { position:relative; }
.table-box tbody tr td:last-child .update-panel             { position:absolute; top:10px; right:5px; display:none; }

.sepetim-table td                                           { position:relative; }

.tooltip-mmi                                                { position:relative !important; z-index:20 !important; }
.tooltip-mmi-content                                        { background-color:#FFFFFF; box-shadow:0 1px 3px #000000; position:absolute; display:none; left:0; top:25px; padding:10px; opacity:0; z-index:100; min-width:150px; }
.tooltip-mmi-content span                                   { display:block; word-break:keep-all; margin-bottom:5px; }

.icons                                                      { background-image:url('../images/main/panel-icons.png'); background-repeat:no-repeat; display:inline-block; vertical-align:middle; width:30px; height:30px; cursor:pointer; }
.delete-icon                                                { background-position:-30px -30px; }
.delete-icon-gray                                           { background-position:-60px -30px; }
.update-icon                                                { background-position:0 -60px; }
.eject-icon                                                 { background-position:-30px -210px; }
.down-icon                                                  { background-position:0 -90px; }
.password-icon                                              { background-position:0 -330px; }
.info-icon                                                  { background-position:0 -480px; }
.minus-icon                                                 { background-position:0 -510px; }


.input-validation-error                                      { border-color:#FF3300 !important; }

.hover-none {width:100%;}
