﻿.activity_wrapper
{
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
}

    .activity_wrapper .alert h2
    {
        margin-bottom: 0;
    }

    .activity_wrapper h3
    {
        font-weight: 600;
        border-bottom: solid 1px #CDD2D9;
        font-size: 14px;
        margin-top: 30px;
    }

    .activity_wrapper td
    {
        vertical-align: top;
    }

    .activity_wrapper .leftside
    {
        width: 50%;
        float: left;
        padding-right: 20px;
    }

    .activity_wrapper.calendaradmin .leftside
    {
        width: 100%;
        float: none;
        max-width: 600px;
        padding-right: 0;
    }

    .activity_wrapper .rightside
    {
        width: 50%;
        float: left;
        padding-left: 20px;
    }

    .activity_wrapper .RadCalendar
    {
        width: 100%;
    }

        .activity_wrapper .RadCalendar .rcMainTable
        {
            font-family: "Segoe UI",Arial,Helvetica,sans-serif;
            font-size: 14px;
            line-height: 20px;
        }

        .activity_wrapper .RadCalendar .rcTitlebar table
        {
            font-family: "Segoe UI",Arial,Helvetica,sans-serif;
            font-size: 14px;
            line-height: 32px;
        }

        .activity_wrapper .RadCalendar .rcMain .rcOutOfRange span
        {
            color: #b4b4b4;
        }

    .activity_wrapper .input_wrp
    {
        font-size: 13px;
        margin-bottom: 10px;
    }

        .activity_wrapper .input_wrp input[type="text"],
        .activity_wrapper .input_wrp textarea,
        .activity_wrapper .input_wrp select
        {
            width: 100%;
        }

        .activity_wrapper .input_wrp > label
        {
            display: block;
        }

        .activity_wrapper .input_wrp .info
        {
            font-style: italic;
            font-size: 12px;
        }

    .activity_wrapper .step_wrp
    {
        padding: 12px;
        border-top: solid 1px #CDD2D9;
        border-right: solid 1px #CDD2D9;
        border-left: solid 1px #CDD2D9;
        border-bottom: solid 1px #CDD2D9;
        background-color: #FAFCFD;
        margin-bottom: 20px;
    }

.pilotinginfo
{
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
}

.RadScheduler_Default .rsAptContent a,
.RadScheduler_Default .rsAptContent span
{
    font: normal 12px/18px "Segoe UI",Arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #000000 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 21px;
    display: block;
}

.RadScheduler .rsDateHeader
{
    font-size: 12px !important;
    color: #333 !important;
}

.RadScheduler .rsHeader .rsToday
{
    color: #333 !important;
}

.RadScheduler .rsMonthView .rsWrap.rsDateWrap
{
    /*height: 25px !important;*/
    
}

.RadScheduler .rsMonthView .rsWrap
{
    
}

td.rsSelectedSlot
{
    background: none !important;
    border-color: #E8EAEC !important;
}

.rsSelectedSlot, .rsMonthView .rsSelectedSlot
{
    background: none !important;
    border-color: none !important;
}

.rsInternal
{
    background-color: #5484ed !important;
    border-color: #0a51ed !important;
}

.rsBooked
{
    background-color: #a0a1a2 !important;
    border-color: #737475 !important;
}

.rsOther
{
    background-color: #46d6db !important;
    border-color: #0d8488 !important;
}

.rsKinder
{
    background-color: #51B749 !important;
    border-color: #2e6729 !important;
}

.rsSchool
{
    background-color: #ffb878 !important;
    border-color: #fc8214 !important;
}

.rsVGS
{
    background-color: #dbadff !important;
    border-color: #9e25fd !important;
}

.content .rom .mainframe li.rsExpired
{
    display: none;
}

.rsExpired
{
    background-color: #f96764 !important;
    border-color: #a94442 !important;
}

li.rsExpired
{
    background-color: transparent !important;
    border-color: transparent !important;
}

._it
{
    width: 20px;
    height: 20px;
}

._it_alt
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.codelist
{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .codelist li
    {
        display: inline-block;
        padding-right: 20px;
        vertical-align: middle;
    }

        .codelist li.original
        {
            display: none;
        }

        .codelist li span
        {
            padding: 0 !important;
            padding-left: 20px !important;
            padding-top: 5px !important;
            line-height: 20px;
            margin-right: 8px;
            border-width: 1px;
            border-style: solid;
            padding-top: 7px;
            vertical-align: middle;
        }

.border-box
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_wrp
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .btn_wrp li
    {
        display: inline-block;
    }

        .btn_wrp li a
        {
            background-image: url(images/noise_green.png);
            border: solid 1px #4eaa82;
            background-color: #000000;
            padding: 4px 16px;
            color: #ffffff !important;
            cursor: pointer;
            border: none;
            font-family: 'Open Sans';
            font-weight: 400;
            font-size: 16px;
            line-height: 32px;
            text-align: center;
            width: 100% !important;
            max-width: 300px;
            text-transform: uppercase;
            display: block;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .btn_wrp li a span
            {
                background-image: url(images/_plus.png);
                background-position: 0 center;
                background-repeat: no-repeat;
                display: block;
                color: #ffffff;
                background-size: 25px;
                padding-left: 34px;
            }

.activity_form .input_wrp
{
    font-weight: 400;
}

    .activity_form .input_wrp label
    {
        font-weight: 600;
    }

.activity_btn
{
    background-image: url(images/noise_green.png);
    border: solid 1px #4eaa82;
    background-color: #000000;
    padding: 4px 16px;
    color: #ffffff !important;
    cursor: pointer;
    border: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 100% !important;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.activity_list
{
    list-style: none;
    margin: 0;
    padding: 0;
}
