﻿#alert { z-index: 999999; position: fixed; top: 90px; margin: 0 auto; width: 50%; padding: 0px; }
    #alert > div { margin-top: 4px; }
    #alert .alert-title { margin-left: 16px; }
    #alert .close, #alert button.close { border: none; color: #666; opacity: .7; margin-top: -2px; }
    #alert .alert { margin-bottom: 0px; }
.alert-info { border-color: #62B5E5; }
/* loader */
#loader { background-color: rgba(255,255,255,.8); display: none; height: 100%; left: 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 999999; }
    #loader > div { border: none; left: 50%; margin: 0; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 480px; border-radius: 48px; }
        #loader > div > div { color: #666; display: block; font-size: 12px; font-weight: bold; margin-bottom: 8px; }
        #loader > div > p { background: transparent url(../img/ui/loading-image.gif) no-repeat center center; border: none; display: block; margin: 0 auto; padding: 0 0; width: 96px; height: 96px; border-radius: 48px; }
