/* ========================================================================
 * Revision Date: 06/16/2017
 * ========================================================================
 * IPC 2016 Base Skin - AW Template 
 * ========================================================================
 */

/***** Inputs *****/
.ipc-textbox {
    background: #FFFFFF;
    border: 1px solid #CCC;
    color: #004B85;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 0;
}


/***** Search inputs *****/
.ipc-search {
    background: #A7AABB !important;
    color: #000000 !important;
    font-size: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 0;
}

.ipc-search-button {
    background: url('images/searchicon.png') center center no-repeat;
    width: 24px;
    height: 36px;
    float: left;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

/***** Special Button *****/
.ipc-button-special {
    background: #004B85;
    color: #FFFFFF;
    height: 64px;
    line-height: 32px;
    font-size: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}

    .ipc-button-special:hover {
        background: #28364B;
        color: #CCCED7 !important;
    }


/***** Buttons *****/
.ipc-button {
    background: #004B85;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    height: 32px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}

    .ipc-button:hover {
        background: #64AD45;
        color: #FFFFFF;
    }
    
    .ipc-button:disabled {
        background: #808080 !important;
        color: #000000 !important;
    }

/***** Dropdown *****/
.ipc-dropdown {
    background: #E9E8E7;
    border: 1px solid #000000;
    color: #004B85;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 24px;
}

/***** Checkbox *****/
.ipc-checkbox {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    color: #373A47;
    height: 20px;
}

    .ipc-checkbox:hover {
        background: #B9DBF5;
    }

    /*Label rendered next to the checkbox*/
    .ipc-checkbox label {
        padding: 0;
    }

/***** Radiobuttons *****/
.ipc-radiobutton {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    color: #373A47;
    height: 20px;
}

    .ipc-radiobutton:hover {
        background: #B9DBF5;
    }

    /*Label rendered next to the radiobutton*/
    .ipc-radiobutton label {
        padding: 0;
    }

/***** Labels *****/
.ipc-page-title {
    font-size: 18px;
    padding: 5px;
}

.ipc-label {
    color: #004B85;
    padding: 5px;
    display: inline-block;
    vertical-align: baseline; 
}

.ipc-error-label {
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.ipc-small-red-label {
    color: red;
    font-size: 11px;
    padding: 5px;
}

.ipc-bold-label {
    font-weight: bold;
    padding: 5px;
}

.ipc-explain-label {
    color: #004B85;
    padding: 5px;
    font-style: italic;
}

/***** Links *****/
.ipc-link {
    color: #004B85;
}

    .ipc-link:hover {
        color: #5D6167;
    }

.ipc-login-link {
    color: #004B85;
    text-align: right;
}

/***** Grids & Tables *****/
.ipc-grid {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.ipc-subgrid {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin-left: 50px;
    border: 1px solid gray;
}

.ipc-grid-topper {
    background: #E9E8E7;
    border: 1px solid #000000;
    color: #050663;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
}

.ipc-grid-header {
    background: #004B85;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
}

    .ipc-grid-header > a {
        color: inherit;
    }

.ipc-grid-subheader {
    background: #64AD45;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
}

.ipc-grid-row {
    background: #FFFFFF;
    color: #000000;
    font-size: 12px;
}

.ipc-subgrid-row {
    background: #FFFFFF;
    color: #000000;
    font-size: 11px
}

.ipc-grid-row-alternating {
    background: #E9E8E7;
    color: #000000;
    font-size: 12px;
}

.ipc-subgrid-row-alternating {
    background: #E9E8E7;
    color: #000000;
    font-size: 11px;
}

.ipc-grid-row-selected {
    background: #C0D6E4;
    color: #000000;
    font-size: 12px;
}

.ipc-grid-commanditem {
    background: #8b8b8a;
}

    .ipc-grid-commanditem a {
        background: #2F2F2F;
        font-weight: bold;
        color: #FFFFFF;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border-width: 0;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding: 5px;
        text-decoration: none;
    }

        .ipc-grid-commanditem a:hover {
            background: #BA1115;
            color: #FFFFFF;
        }

.ipc-grid-footer {
    background: #004B85;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
}

    .ipc-grid-footer a {
        color: inherit;
    }

    .ipc-grid-footer a:hover {
        color: #BA1115;
    }


.ipc-grid-pager {
    background: #8b8b8a;
    color: #FFFFFF;
}

    .ipc-grid-pager a {
        color: inherit;
        text-decoration: none;
    }

        .ipc-grid-pager a:hover {
            color: #BA1115;
        }

/***** Images *****/
.ipc-img-left {
    float: left;
    text-align: center;
    margin: 0px 15px 15px 0px;
}

/***** Video Containers *****/
.video-container {
    position: relative;
    width: 750px;
    margin: 0 100px 0 -100px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media all and (max-width: 992px) {
    .video-container {
        max-width: 300px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-container iframe,
        .video-container object,
        .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}
/***** Telerik Controls *****/
/*Added by using the DateInput-CssClass attribute*/
/*DatePicker Inner Textbox (DateInput)*/

.ipc-datepicker-textbox {
    background-color: #E9E8E7 !important;
    border: 0px solid white !important;
}

.ipc-calendar-title {
    background: #3CA2B0;
    color: #FFFFFF;
    font-weight: bold;
}

.ipc-calendar-header {
    background: #2EB2CB;
    color: #FFFFFF;
}

.ipc-calendar-day {
    background: #E1FBFE;
    color: #000000;
}

.ipc-calendar-day-hover {
    background: #456594 !important;
}

.ipc-calendar-weekend {
    background: #FAFFFF;
    color: #000000;
}

.ipc-calendar-othermonth {
    background: #FAFFFF;
    color: darkgrey;
}

.ipc-calendar-selected {
    background: #456594 !important;
    color: #FFFFFF;
}

.ipc-calendar-disabled {
    background: #6D87A0;
    color: #000000;
}


/*RadUpload*/

.ipc-upload input[type=text] {
    background: #000000 !important;
    border: 1px solid #E9E8E7 !important;
    color: #2F2F2F !important;
    font-size: 16px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 4px 0 !important;
}

.ipc-upload input[type=button] {
    background: #2F2F2F !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border-width: 0 !important;
    font-size: 14px !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block !important;
    overflow: visible !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.5);
}

    .ipc-upload input[type=button]:hover {
        background: #BA1115 !important;
        color: #FFFFFF !important;
    }
    
/*RadTabStrip*/

.ipc-tabstrip-bar {
    background: #004F94 !important;
    height: 32px;
}

.ipc-tabstrip-tab {
    background: #127C22 !important;
    color: #FFFFFF !important;
    height: 32px;
    line-height: 32px;
    margin-right: 2px;
}

.ipc-tabstrip-tab-hovered {
    background: #BA1115 !important;
    color: #FFFFFF !important;
}

.ipc-tabstrip-tab-selected {
    background: #FEFF04 !important;
    color: #000000 !important;
}

.ipc-tabstrip-tab-disabled {
    background: #808080 !important;
    color: #000000 !important;
}

.ipc-centered-box {
    margin: 0 auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 1200px;
    background: transparent;
    border: 0px solid #808080;
}

@media (max-width: 992px) {
    .ipc-centered-box {
        width: 80%;
    }
}

@media (max-width: 350px) {
    .ipc-centered-box {
        width: 100%;
    }
}

.ipc-floating-box {
    width: 250px;
    height: 330px;
    margin: 5px;
    /*padding: 10px 20px;*/
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #96B5CD;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.ipc-floating-box-selected {
    width: 250px;
    height: 330px;
    margin: 5px;
    /*padding: 10px 20px;*/
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #64AD45;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 583px) {
    .ipc-floating-box {
        width: 100%;
    }

    .ipc-floating-box-selected {
        width: 100%;
    }
}

.ipc-product-table {
    text-align: left;
    width: 100%;
    margin-left: 5%;
}

@media (max-width: 992px) {
    .ipc-product-table {
        margin-left: 0;
        text-align: center;
    }
}

.ipc-radwindow {
    width: 800px !important;
    height: 600px !important;
}

@media (max-width: 992px) {
    .ipc-radwindow {
        max-width: 90%;
        max-height: 90%;
    }
}

/* Step Indicator Bar */
.ipc-step-indicator {
    width: 100%;
    padding: 0 1.2em;
    margin: 0 auto;
    background-color: #edeff0;
    border-radius: .25em;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 68px;
}

    .ipc-step-indicator li {
        display: inline-block;
        position: relative;
        /* padding-top: 10px; */
        padding-left: 50px;
        padding-right: 0px;
        height: 68px;
        background-color: #edeff0;
        border-color: #edeff0 !important;
    }

        .ipc-step-indicator li:hover {
            background-color: #004B85;
            border-color: #004B85 !important;
        }

            .ipc-step-indicator li:hover::after {
                border-left-color: #004B85;
            }

            .ipc-step-indicator li:hover a {
                color: #FFFFFF;
            }

        .ipc-step-indicator li a {
            text-decoration: none;
            color: #2c3f4c;
        }

        .ipc-step-indicator li::after {
            content: '';
            position: absolute;
            top: 0px;
            left: 100%;
            height: 0;
            width: 0;
            border: 34px solid transparent;
            border-right-width: 0;
            border-left: 40px solid #edeff0;
            z-index: 50;
        }

        .ipc-step-indicator li::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0.00em;
            height: 0;
            width: 0;
            border: 34px solid transparent;
            border-left-width: 0;
            border-right-width: 0;
            border-left: 40px solid #FFFFFF;
            z-index: 30;
        }

        .ipc-step-indicator li:last-of-type {
            border: 0px;
            border-style: solid;
            border-right-width: 40px;
        }

            .ipc-step-indicator li:last-of-type::after {
                display: none;
            }

        .ipc-step-indicator li:first-of-type::before {
            display: none;
        }

        .ipc-step-indicator li.current {
            background-color: #64AD45;
            border-color: #64AD45 !important;
        }

            .ipc-step-indicator li.current:hover {
                background-color: #64AD45;
                cursor: auto;
            }

                .ipc-step-indicator li.current:hover::after {
                    border-left-color: #64AD45;
                }

                .ipc-step-indicator li.current:hover a {
                    color: #FFFFFF;
                    cursor: default;
                }

            .ipc-step-indicator li.current a {
                text-decoration: none;
                color: #FFFFFF;
            }

            .ipc-step-indicator li.current::after {
                content: '';
                position: absolute;
                top: 0px;
                left: 100%;
                height: 0;
                width: 0;
                border: 34px solid transparent;
                border-right-width: 0;
                border-left: 40px solid #64AD45;
                z-index: 50;
            }

        .ipc-step-indicator li.previous {
            background-color: #004B85;
            border-color: #004B85 !important;
        }

            .ipc-step-indicator li.previous a {
                text-decoration: none;
                color: #FFFFFF;
            }

            .ipc-step-indicator li.previous::after {
                content: '';
                position: absolute;
                top: 0px;
                left: 100%;
                height: 0;
                width: 0;
                border: 34px solid transparent;
                border-right-width: 0;
                border-left: 40px solid #004B85;
                z-index: 50;
            }

@media (max-width: 1124px) {
    .ipc-step-indicator li a {
        line-height: 68px;
        height: 68px;
        font-size: small;
    }
}

@media (max-width: 992px) {
    .ipc-step-indicator li {
        display: block;
        margin-bottom: 10px;
        padding-left: 0px;
    }

        .ipc-step-indicator li a {
            display: block;
            width: 100%;
            line-height: 68px;
            height: 68px;
            text-align: center;
            font-size: medium;
        }

        .ipc-step-indicator li::after {
            display: none;
        }

        .ipc-step-indicator li::before {
            display: none;
        }

        .ipc-step-indicator li:last-of-type {
            border-right-width: 0px;
        }
}


.ipc-sidebar {
    text-align: left !important;
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 10px;
}

.ipc-social-media li {
    display: inline-block;
}

    .ipc-social-media li a {
        padding: 20px;
        border: 0 !important;
    }

        .ipc-social-media li a i {
            color: #FFFFFF !important;
        }

.ipc-legend-step {
    background: #64AD45 !important;
    color: #FFFFFF !important;
    padding-left: 20px !important;
    padding: 10px 0;
    line-height: 50px;
    border-radius: 5px;
    background: #EDEFF0;
    color: #004B85;
    padding-left: 20px !important;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
}

.ipc-legend-subtitle {
    background: #EDEFF0 !important;
    color: #004B85 !important;
    padding-left: 20px !important;
    padding: 10px 0;
    line-height: 50px;
    border-radius: 5px;
    background: #EDEFF0;
    padding-left: 20px !important;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
}

.ipc-circled-number {
    float: left;
    display: block;
    background: #FFF;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    color: #64AD45;
    margin-right: 20px;
}

.ipc-agreement-box {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-top: 40px;
    padding: 10px;
}
