#widget-mantis-layout{
    background-color: #FFF;
    -khtml-user-drag: element;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.4s;
    -webkit-transition: height 0.4s ease-in-out;
    transition: height 0.4s;
    z-index: 9980;
    position: fixed;
    bottom: 50px;
    right: 0;
    -webkit-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    -moz-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.panel{
    margin-bottom: 0px;
}

#widget-mantis-layout .control-label{
    color: #f0ad4e;
}
#widget-mantis-layout .btn-warning{
    background-color: #f0ad4e;
}

#widget-mantis-layout.panel-warning > .panel-heading{
    background-color: #f0ad4e;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #f0ad4e 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #f0ad4e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#f0ad4e));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #f0ad4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

#widget-mantis-layout a{
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 10px;
    background: url('../images/close.png') no-repeat 0 center;
    pointer-events: none;
    cursor: pointer;
    height:20px; 
    width:20px;
    z-index: 9999;
}

#message{
    color: red;
}