/**
 * stylesheet for sinnis-control - generic css to be used throughout other modules.
 *
 * author:  trey taylor (t.taylor@sinnis.co.uk)
 * plugin:  sinnis-control
 * version: 1.0
*/

/** alert css **/
.alert-popup {
    background: #fff;
    border-radius: 5px;
    bottom: 0;
    height: 30%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 31%
}

.alert-popup-footer {
    background: #ececec;
    bottom: 0;
    padding: 6px;
    position: absolute;
    width: 100%
}

.overlay-popup {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

#alert-pop-up-header {
    background: #ececec;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center
}

#alert-pop-up-msg {
    padding: 21px 8px
}

#dismiss-popup {
    margin-right: 8px
}
