body {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.5em;
}

.header {
    padding: 20px 3%;
    border-bottom: 5px solid #000;
    display: block;
}

.logo {
    display: block;
    width: 355px;
    height: 55px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../images/logo.png') center center no-repeat;
}
.logo1 {
    display: inline-block;
    width: 185px;
    height: 55px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../images/logo01.png') center center no-repeat;
}

.logo2 {
    display: inline-block;
    width: 195px;
    height: 55px;
    overflow: hidden;
    text-indent: -9999px;
    text-align:right;
    background: url('../images/logo02.png') center center no-repeat;
}
.redbar {
    display: block;
    height: 20px;
    background: #ce1f43;
}

.graybar {
    display: block;
    min-height: 20px;
    background: #f3f3f3;
    padding: 30px;
}

    .graybar h1 {
        color: #686867;
        font-size: 32px;
        font-weight: 300;
        text-transform: uppercase;
        padding: 0 5%;
    }

.content {
    padding: 25px 4%;
}
/*
table
*/
thead th, thead td, thead {
    color: #fff;
    background: #686867 !important;
}

.fc-content-skeleton thead th, .fc-content-skeleton thead td, .fc-content-skeleton thead {
    color: #686867 !important;
    background: #fff !important;
}

.fc-state-highlight {
    background: #fcf8e3;
}

table a {
    color: #2aa4a8;
}

table td, table th {
    padding: 5px;
}
/*
calendar
*/
.fc-content {
    color: #fff !important;
    padding: 5px;
}

.fc-event {
    background-color: #2aa4a8;
}

.fc-unthemed .fc-today {
    background: #dddddd;
}

th.fc-day-header {
    padding: 3px !important;
}
/*
steps
*/
.steps ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.steps li {
    display: inline-block;
    width: auto;
    height: 50px;
    text-align: center;
    background: #cecece;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 15px;
    margin: 0 10px 0 0;
    position: relative;
}

    .steps li.active {
        background: #2aa4a8; /* Old browsers */
        background: -moz-linear-gradient(top, #2aa4a8 0%, #2b857e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2aa4a8), color-stop(100%,#2b857e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #2aa4a8 0%,#2b857e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #2aa4a8 0%,#2b857e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #2aa4a8 0%,#2b857e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #2aa4a8 0%,#2b857e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa4a8', endColorstr='#2b857e',GradientType=0 ); /* IE6-9 */
    }
/*
form
*/
form div.col-md-6, form div.col-sm-12 {
    padding: 0 15px 0 0;
}

.registration {
    background: #dddddd;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.attendee {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #c9c9c9;
}

.detailBox {
    background: #ce1f43;
    color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .detailBox.fixed {
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 0;
        width: 34.3333%;
        border-radius: 0 0 0 10px;
    }

@media screen and (max-width: 990px) {
    .detailBox.fixed {
        position: relative;
        right: 0;
        border-radius: 10px;
        width: 100%;
    }
}

.detailBox h4 {
    border-bottom: 1px dashed #fff;
}

.detailBox h6 {
    font-size: 21px;
    font-weight: 300;
}

.detailBox .attendee {
    background: none;
    border-bottom: 1px solid #fff;
}

.alert-warning {
    margin: 10px auto;
}

.disclaimer {
    font-size: 10px;
    padding: 50px 15px;
    clear: both;
}

.radio label {
    display: block;
}

.paymentBlock {
    border-radius: 15px;
    background: #cecece;
    padding: 0px !important;
}

    .paymentBlock div {
        padding: 0px !important;
    }

    .paymentBlock:after {
        display: block;
        content: " ";
        clear: both;
    }

.paymentInformation {
    text-align: center;
}

.creditCard input[type="submit"] {
    width: 50%;
    margin: 15px;
}

#securityCode {
    width: 60%;
}

.form-group p {
    display: block;
    width: 30%;
    text-align: right;
    padding: 25px 0 0 0;
    font-size: 12px;
    line-height: 1em;
    float: right;
}

.paymentInformation h1 {
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

    .paymentInformation h1 span {
        display: block;
        font-size: 16px;
        font-weight: 400;
    }

.paymentInformation h4 {
    padding: 15px 15px 0px 15px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

    .paymentInformation h4:first-child {
        padding-top: 60px;
    }

    .paymentInformation h4 span {
        display: block;
        font-size: 16px;
        font-weight: 400;
    }

.paymentInformation p {
    padding: 5px 15px;
    border-bottom: 1px dashed #fff;
}

.creditCard {
    padding: 0 0 15px 0;
    border-radius: 0 15px 15px 0;
    background: #dcdcdc;
    position: relative;
    border-left: 1px solid #fff;
}

    .creditCard:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #dcdcdc;
        border-width: 20px;
        margin-top: -20px;
    }

    .creditCard div {
        margin: 15px;
    }

#ccnum {
    background: url('../img/creditCard.svg') #fff no-repeat;
    background-size: 5%;
    background-position: 98% center;
}

h5 {
    background: #ce1f43;
    color: #fff;
    border-radius: 0 15px 0 0;
    font-size: 24px;
    padding: 15px;
    margin: 0 0 15px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .creditCard:after {
        border-width: 0px;
    }

    h5 {
        border-radius: 0;
    }

    .paymentInformation h1 {
        margin-bottom: 50px;
    }
}
/*
content styles
*/
.btn-blue {
    background-color: #2aa4a8;
    border-color: #2aa4a8;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .btn-blue:hover, .btn-blue:focus {
        background-color: #2b857e;
        border-color: #2b857e;
        color: #fff;
    }

.hidden {
    visibility: hidden;
}

.shown {
    visibility: visible;
}

h3 {
    color: #fff;
    padding: 0;
    margin: 30px 0 15px 0;
}

    h3 span {
        background-color: #ce1f43;
        padding: 5px 15px;
    }

h4 {
    font-size: 24px;
    margin: 0;
    line-height: 1.5em;
}

    h4:before {
        display: block;
        content: " ";
        clear: both;
    }

.registration h4 {
    border-bottom: 1px solid #333;
    padding-bottom: 0;
    margin: 0 0 10px 0;
}

p {
    font-size: 14px;
}

/*Grid View*/
.GridStyle th {
    background-color: rgb(217, 231, 255);
    border: none;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    padding: 4px;
    color: Black;
}
/* Your grid header link style */
.GridStyle tr th a, .GridStyle tr th a:visited {
    color: Black;
}

.GridStyle tr th, .GridStyle tr td table tr td {
    border: none;
}

.fc-time {
    display: none;
}

.fc-event-time, .fc-event-title {
    padding: 0 1px;
    white-space: pre-line;
    overflow: hidden;
    word-wrap: break-word;
}

.fc-event {
    word-wrap: break-word;
}

span.fc-title {
    padding: 5px;
    text-overflow: ellipsis;
    white-space: pre-line;
    word-wrap: break-word;
}

#footer {
    border-top: 8px solid #215853;
}

#footer {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-top: 8px solid rgba(43, 133, 126, 0.6);
    clear: both;
    color: #777777;
    height: 42px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

    #footer .date {
        width: auto;
        padding: 0;
        margin: 12px 20px 0 5%;
        font-size: 1.167em;
        float: left;
        display: inline-block;
    }

    #footer .nav {
        width: auto;
        padding: 0;
        float: none;
        display: inline-block;
        margin: 14px auto;
        text-align: center;
    }

        #footer .nav ul, #footer .nav li {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

        #footer .nav ul {
            float: right;
            clear: both;
        }

        #footer .nav li {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
        }

            #footer .nav li a {
                color: #777777;
                text-decoration: none;
                display: block;
                border-right: 1px solid #777777;
                padding: 0 10px;
                line-height: 14px;
            }

            #footer .nav li:last-child a {
                border-right: 0;
                padding-right: 0;
            }

            #footer .nav li a:hover {
                text-decoration: underline;
            }

    #footer .socialNav {
        display: inline-block;
        float: right;
        margin: 14px 5% 0 0;
    }


.socialNav ul, .socialNav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


    .socialNav li a {
        margin: 0 10px;
        padding: 0;
    }
