﻿.errorMsgDiv {
    width: 90%;
    margin: auto;
    margin-top: 10%;
}

.appointmentHeaderPink {
    background: #f6c2c2;
    padding: 7px;
    border: 1px solid #f6c2c2;
    border-radius: 4px;
}

.payment_failure_inner {
    background: #f3f1f1;
    overflow: auto;
    padding: 20px 27px;
}

.green_header {
    background: #95afaa; /* Old browsers */
    background: -moz-linear-gradient(top, #95afaa 0%, #9fb9b5 39%, #afcdc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95afaa), color-stop(39%, #9fb9b5), color-stop(100%, #afcdc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #95afaa 0%, #9fb9b5 39%, #afcdc8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #95afaa 0%, #9fb9b5 39%, #afcdc8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #95afaa 0%, #9fb9b5 39%, #afcdc8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #95afaa 0%, #9fb9b5 39%, #afcdc8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95afaa', endColorstr='#afcdc8', GradientType=0 ); /* IE6-9 */
    border: 1px solid #background: #95afaa;
    border-radius: 3px;
    height: 40px;
    box-shadow: inset 0px -7px 12px 0px #92aca7;
}

.errorScreen {
    font-size: 24px;
    display: inline-block;
    min-width: 365px;
    padding: 15px 0 15px 15px;
    color: #37867D;
    /* margin-left: -17px; */
    text-align: left;
    white-space: pre-wrap;
    text-align: center;
    text-shadow: none;
}

.errorMsgDiv {
    width: 90%;
    margin: auto;
    margin-top: 10%;
}
