/* 
    Created on : Aug 25, 2015, 9:40:59 AM
    Author     : Paul P. <paul.purcel@bursatransport.com>
*/
#bcookiewidget {
    left: 0px;
    bottom: 0px;
    position: fixed;
    padding: 5px;
    z-index: 9999999999;
    text-shadow: 1px 1px 2px #6E6E6E;
}

#bcookiewidgetres {
    left: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 9999999999;
}

#bcookiewidget.bursa {
    width: 290px;
    height: 80px;
    background-color: #FFF;
    -webkit-box-shadow: 3px -3px 5px 1px #B0B0B0;
    box-shadow: 3px -3px 5px 1px #B0B0B0;
}

.text-message {
    float: left;
    width: 260px;
}

.text-message p {
    text-align: left !important;
}

.close-message {
    width: 16px;
    height: 16px;
    background-image: url(../../../img/admin/rules/cross.png);
    position: absolute;
    top: 4px;
    left: 279px;
}