
#confirm
{
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 10%;
    width: 80%;
    min-height: 75px;
    background: #eeeeee;
	border: 3px solid rgba(0,0,0, .5);
	border-bottom: 0;
    text-shadow: none;
    font-size: 0;
    vertical-align: top;
}


#confirm .vertical-container
{
	display: table;
	width: 100%;
	height: 100%;
}

#confirm .vertical-container .vertical-content
{
    display: table-cell;
	vertical-align: middle;
}

#confirm .icon
{
    vertical-align: top;
    display: inline-block;
    width: 60px;
    height: 75px;
    text-align: center;
}

#confirm .icon .material-icons
{
    margin-top: calc((75px - 24px) / 2);
    color: #333333;
}

#confirm .message
{
    vertical-align: top;
    display: inline-block;
    display: inline-block;
    width: calc(100% - (60px + 75px + 75px + 40px));
    height: 75px;
}

#confirm .message h3
{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

#confirm .message p
{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

#confirm button[name="ok"],
#confirm button[name="ignore"],
#confirm button[name="close"]
{
    vertical-align: top;
    display: inline-block;
    width: 70px;
    margin: calc((75px - 34px) / 2) 0 0 5px;
    padding: 8px 0;
    color: #ffffff;
    background-color: #5cb85c;
    border: 0;
}

#confirm button[name="ignore"]
{
    background-color: #d9534f;
}

#confirm button[name="close"]
{
    width: 30px;
    height: 75px;
    margin-top: 0;
    margin-right: 5px;
    background: none;

    color: #000000;
    opacity: .2;

    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
