﻿
/* This is the main style sheet for DW2 */
/*.pageLoading {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color: rgba(255, 255, 255, 0.50);
    z-index:99999;
    background-image:url('/images/iconNewOnlineTest/loading.gif');
    background-position:center;
    background-repeat:no-repeat;
    background-size:64px 64px;
}*/
* {
    box-sizing: border-box;
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: "Segoe UI","Microsoft Sans Serif", "Arial";
    font-size: 10pt;
}

td, th {
    text-align: inherit;
    vertical-align: inherit;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}

.container_12 {
    width: auto !important;
}

[align="center"] {
    text-align: center;
}

[align="left"] {
    text-align: left;
}

[align="right"] {
    text-align: right;
}


select.ui-datepicker-month,
select.ui-datepicker-year {
    color: #000;
}

.CCPS_Green {
    background-color: #a6ce39;
}

.CCPS_Blue {
    background-color: #00b3f0;
    color: white;
}

.CCPS_GreenBorder {
    border: 2px solid #a6ce39;
}

.CCPS_BlueBorder {
    border: 2px solid #00b3f0;
}

.CCPS_BlueBox {
    position: relative;
    padding: 10px;
    border: 2px solid #00b3f0;
    z-index: 50;
    background-color: white;
}

.CCPS_GreenBox {
    position: relative;
    padding: 10px;
    border: 2px solid #a6ce39;
    z-index: 50;
    background-color: white;
}

.OT_BoxCaption {
    position: absolute;
    display: inline-block;
    padding: 3px 15px; /*top left bottom right*/
    /*height: 28px;
    line-height: 28px;*/
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border-radius: 4px;
    top: -16px;
    left: 35px;
    color: #9a0000;
    vertical-align: middle;
    z-index: 100;
}

.OT_BoxCaptionSmall {
    position: absolute;
    display: inline-block;
    padding: 3px 10px;
    /*height: 24px;
    line-height: 24px;*/
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    border-radius: 4px;
    top: -15px;
    left: 25px;
    color: #00b3f0;
    vertical-align: middle;
    z-index: 100;
}

.toolboxPlaceHolder {
    height: 110px !important;
    width: 100%;
    display: block;
}

.OT_textShadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=117, Color=#000000)"; /*IE 8*/
    text-shadow: 1px 2px 1px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.OT_collapsible {
    cursor: pointer;
    -o-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .OT_collapsible:hover {
        color: #9a0000;
    }

/* Loading */

/*.loadingDiv {
    background-color: transparent;
    z-index: 5000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/dw2/include/resources/images/loading/loading_bg.png");
    background-repeat: repeat;
}

    .loadingDiv p {
        background-color: transparent;
        left: 48%;
        top: 45%;
        position: absolute;*/
/*background-color: #f5f5f5;*/
/*border: 1px solid #e8e8e8;
        border-radius: 6px;
        padding: 5px;
        text-align: center;
        color: #333333;
        font-size: 8pt;
        font-weight: bold;
    }*/

/* End - Loading */

h2 {
    font-size: 14pt;
    color: #777777;
}

h3 {
    font-size: 12pt;
    color: #555555;
}

a {
    color: #0088CC;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.leftBorder_2X {
    border-left: 2px solid #808080;
}

.verticalBorders td, .verticalBorders th {
    border-right: 1px solid #e8e8e8;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.font_bold {
    font-weight: bold;
}

.font_xsmall {
    font-size: 8pt;
}

.font_small {
    font-size: 9pt;
}

.font_normal {
    font-size: 10pt;
}

.font_large {
    font-size: 14pt;
}

.font_xlarge {
    font-size: 24pt;
}

.text_align_left, .text_align_left_2X {
    text-align: left !important;
}

    .text_align_left li {
        margin-right: 20px;
    }

    .text_align_left_2X li {
        margin-right: 40px;
    }

.text_align_center, .text_align_center_2X {
    text-align: center;
}

    .text_align_center li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .text_align_center_2X li {
        margin-left: 20px;
        margin-right: 20px;
    }

.text_align_right, .text_align_right_2X {
    text-align: right;
}

    .text_align_right li {
        margin-left: 10px;
    }

    .text_align_right_2X li {
        margin-left: 40px;
    }

.bg_red {
    background: Red;
}

.bg_blue {
    background: Blue;
}

.bg_green {
    background: Green;
}

.ul_disc {
    list-style-type: disc;
    list-style-position: inside;
}

.ul_inline {
    list-style: none;
}

    .ul_inline li {
        display: inline;
    }

.ul_flat {
    list-style: none;
}

    .ul_flat li {
        font-size: 9pt;
        margin: 0 0 0 0;
        line-height: 200%;
    }

.lineHeight_oneAndHalf {
    line-height: 150%;
}

.block_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.block_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.round {
    border-radius: 6px;
}


/* Highlight container - light gray colored backgrounds */

.container_highlight {
    border: 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
    /*padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;*/
    padding: 5px 20px 10px 20px;
    overflow: hidden;
}

.container_LineBottom {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: Black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.container_LineTop {
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: Black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.container_DoubleLineBottom {
    border-bottom-style: solid;
    border-bottom-color: Black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.container_DoubleLineTop {
    border-top-style: solid;
    border-top-color: Black;
}

.container_highlight1 {
    /*Silver-ish container to highlight content*/
    background-color: #F7F7F7;
    border-color: #E8E8E8;
}


.container_highlight2 {
    /*Silver-ish container to highlight content*/
    background-color: #f5f5f5;
    border-color: #E8E8E8;
}

.container_highlight3 {
    /*white container to highlight content*/
    background-color: White;
    border-color: #E8E8E8;
}

.container_highlight4 {
    /*Light Pink container to highlight content*/
    background-color: #ffc7c7;
    border-color: #ffa6a6;
}

.container_highlight_info {
    /*yellow container to highlight content*/
    background-color: #FFF8AF;
    border-color: #ffa6a6;
}

.container_highlight4_title {
    margin: 5px 0 5px 0;
    font-weight: bold;
    color: #9a0000;
}

.container_highlight2_title {
    margin-bottom: 10px;
    font-family: "Segoe UI Semibold","Trebuchet MS","Tahoma","Microsoft Sans Serif", Arial;
    font-weight: bold;
    color: #333333;
}

.container_box {
    border: 1px solid;
    width: 60%;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    background-color: #F8DCC6;
}

.container_selector {
    border: 1px solid;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-color: #E8E8E8;
}

.container_selector_content {
    padding: 10px 20px;
    /*padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px*/;
    text-align: center;
    font-size: 8pt;
}

.container_selector_title {
    background-color: #dce6f4;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}


/* End - Highlight container */


/* Rounded cornered container */


.container_rounded {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container_rounded_header {
    border-radius: 6px 6px 0 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-family: "Segoe UI","Microsoft Sans Serif", "Arial";
    font-weight: bold;
    font-size: 10pt;
}

.container_rounder_header_silver {
    background-color: #E8E8E8;
    color: #494949;
}

.container_rounder_header_blue {
    background-color: #00B3F0;
    color: White;
}

.container_rounder_header_green {
    background-color: #A6CE39;
    color: White;
}

.container_rounder_header_red {
    background-color: #DA2128;
    color: White;
}

.container_rounder_header_pink {
    background-color: #F37021;
    color: Black;
}


.container_rounder_header_lightblue {
    background-color: #a6c9e2;
    color: #333333;
}

.container_rounded_content {
    padding: 10px 10px 10px 10px;
    /*border: 1px solid #E8E8E8;*/
    border: 1px solid #4297d7;
    border-radius: 0 0 6px 6px;
    /*border-top-color: #DDDDDD;*/
    background: White;
}

.container_rounded_content_alt {
    background: #F9F9F9;
}

/* End - Rounded cornered container */

/* No Data */

.empty {
    background-color: #F5F5F5;
    border: 1px solid #E8E8E8;
    padding: 12px 12px 12px 12px;
    color: #8C8C8C;
    text-align: center;
}

/*End - No data*/


/* Tool Tip: container with yellow background. */

.toolTip {
    background-color: #FFF8AF;
    border: 1px solid #D7D3A2;
    padding: 12px 12px 12px 12px;
}

    .toolTip b a {
        color: #4C4931;
        text-decoration: underline;
        line-height: 200%;
    }

        .toolTip b a:hover {
            text-decoration: none;
        }

    .toolTip ul {
        list-style-type: none;
    }

        .toolTip ul li {
            line-height: 150%;
        }

/* End - toolTip */


/* Page Section */

.pageSection {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pageSection_title {
    font-family: "Segoe UI Semibold","Trebuchet MS","Tahoma","Microsoft Sans Serif", Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
    line-height: 150%;
}

.pageSection_description {
    color: #333333;
    font-size: 9pt;
    line-height: 150%;
}

.pageSection_content {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* End - Page Section */



/* Level 1 Master Page */

.level1Header_container {
    /*height: 70px;*/
    height: 40px;
    background-image: url(/dw2/include/resources/images/level1Header_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
}

.pageTitle_level1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    min-width: 50% !important;
}

    .pageTitle_level1 span {
        font-family: "Segoe UI Semibold","Trebuchet MS","Tahoma","Microsoft Sans Serif", Arial;
        font-weight: bold;
        color: #2E3233;
        /*font-size: 18pt;*/
        font-size: 14pt;
        /*line-height:14pt;*/
    }

.pageSubCategories_level1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .pageSubCategories_level1 ul {
        list-style: none;
    }

        .pageSubCategories_level1 ul li {
            display: inline;
        }

            .pageSubCategories_level1 ul li a {
                color: #333333;
                text-decoration: none;
                z-index: 0;
            }

                .pageSubCategories_level1 ul li a:hover {
                    color: #0088CC;
                    text-decoration: none;
                }

.pageSubcategories_highlight a {
    color: #0088CC !important;
}

    .pageSubcategories_highlight a:hover {
        text-decoration: underline !important;
    }

/* End - Level 1 Master Page */


/* Header */

.siteHeader {
    overflow: hidden;
    line-height: 24px;
}

.siteHeaderDescription {
    font-weight: bold;
    line-height: 24px;
    font-size: 110%;
    font-family: "Lucida Sans Unicode", sans-serif;
    color: #4c4c4c;
}

/* End - Header */


/* Site Nav Menu */

/* nav menu styles are declared in: navMenu.css */

/* End - Site Nav Menu */


/* Site Content */

.siteContent_960 {
    width: auto;
}

/* End - Site Content */


/* Site Footer */

.siteFooter {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 8pt;
    color: #333333;
}

.siteFooter_top {
    margin-top: 5px;
    border: 1px solid #E8E8E8;
    border-radius: 6px 6px 0 0;
    line-height: 400%;
}

.siteFooter_middle {
    font-family: "Segoe UI","Microsoft Sans Serif", "Arial";
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 0 0 6px 6px;
    border-top-style: none;
    line-height: 150%;
}

.siteFooter_bottom {
    color: #888888;
    line-height: 150%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* End Site Footer */

/* Temporary Styles */

.selMenuStyle_Fake {
    /*font-size: 10pt;*/
    margin-top: 20px;
    font-size: 9pt;
    color: #333333;
}

    .selMenuStyle_Fake b, .selMenuStyle_Fake span {
        color: #888888;
        font-weight: bold;
        margin-left: 10px;
        font-size: 8pt;
    }

    .selMenuStyle_Fake a {
        margin-left: 10px;
        font-size: 8pt;
    }



/* End - Temporary Styles */


/* Tables */


.defaultTable {
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px !important;
    margin: auto;
}


TABLE.defaultTable_WithBorders {
    border-collapse: collapse;
}

    TABLE.defaultTable_WithBorders TD {
        padding: 1px;
        margin: 0;
        border: 1pt solid #e8e8e8;
    }


.defaultTableHeaderRow_Sub {
    background-color: #dad6ff;
    margin: auto;
}

.defaultTableHeaderRow {
    background-color: #D6F0FF;
    margin: auto;
}


    .defaultTableHeaderRow td, .defaultTableHeaderRow th,
    .defaultTableHeaderRow_Sub td, .defaultTableHeaderRow_Sub th {
        font-size: 9pt;
        color: Black;
        padding: 5px;
        vertical-align: middle;
    }

.defaultTableCellFirst {
    font-size: 9pt;
    color: #333333;
    vertical-align: middle;
}

.defaultTableRow td {
    padding: 5px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
}

.defaultTableRowAlt td {
    padding: 5px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    background-color: #F2F2F2;
}

/* End - Tables */


/* FLIP toggling between charts and graphs */

.ChartGraph_SwitchView {
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.toggleChartFlip {
    background: #F5F5F5 !important;
    display: none;
    min-height: 1px;
}

.toggleWrapperFlip {
    min-height: 1px;
    position: relative;
}

.toggleGraphFlip {
    min-height: 1px;
    position: relative;
    background: #F5F5F5 !important;
}

/* end of FLIP  toggling between charts and graphs */


/* Layout Blocks (use this section for surface pages that require you to lay them out in colored-blocks */

.layoutBlock {
    padding: 20px;
    border-radius: 6px;
}

.layoutBlock_SmallPadding {
    padding: 5px;
    border-radius: 2px;
}

.layoutBlock_silver {
    background-color: #f5f5f5;
    border: 1px solid #E8E8E8;
}

.layoutBlock_yellow {
    background-color: #FFF8AF;
    border: 1px solid #D7D3A2;
}

.layoutBlock_lightBlue {
    background-color: #90d0f2;
    border: 1px solid #D7D3A2;
}

.layoutBlock_Blue {
    background-color: #6CC0EB;
    border: 1px solid #D7D3A2;
}


.layoutBlock_new {
    background-image: url('/dw2/include/resources/images/new_corner_small.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.layoutBlock_section {
    margin-bottom: 10px;
}

.layoutBlock_snapshot {
    text-align: center;
}

.layoutBlock_title {
    text-align: center;
}

    .layoutBlock_title a {
        font-size: 12pt;
        color: #333333;
        font-weight: bold;
    }


.layoutBlock_description {
    color: #555555;
    font-size: 9pt;
}

.layoutBlock_links {
    font-size: 9pt;
}

    .layoutBlock_links li {
        margin-bottom: 5px;
    }

.layoutBlock_action {
    text-align: right;
}

/* End - Layout Blocks*/

/* Water Marked*/

.watermarked {
    height: 16px;
    width: 168px;
    padding: 2px 2 2 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
    text-align: center;
    font-style: italic;
}

.watermarked_OT {
    width: 168px;
    padding: 2px 2 2 2px;
    border: 1px solid #BEBEBE;
    background-color: #414141;
    color: White;
    font-style: italic;
}

/* End - Water Marked*/

.overflow_scroll {
    width: 890px;
    height: 450px;
    overflow: scroll;
    padding: 5px 10px;
}

.overflow_scroll_920_450 {
    width: 920px;
    height: 450px;
    overflow: scroll;
    padding: 5px 10px;
}

.overflow_scroll_250 {
    width: 890px;
    height: 250px;
    overflow: scroll;
    padding: 5px 10px;
}

.block_250 {
    width: 97%;
    height: 250px;
    overflow: auto;
    padding: 5px 10px;
}

.block_600 {
    width: 97%;
    height: 600px;
    overflow: auto;
    padding: 5px 10px;
}

.scrollingDiv {
    overflow: auto;
    text-align: left;
    width: 87%;
    height: 80px;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
}

.scrollingDivLeftPanel230 {
    overflow: auto;
    text-align: left;
    width: 50%;
    height: 230px;
    float: left;
    padding: 5px 10px;
}

.scrollingDivRightPanel230 {
    overflow: auto;
    text-align: left;
    width: 45%;
    height: 230px;
    float: right;
    padding: 5px 10px;
}

.scrollingDivLeftPanel100pc {
    overflow: auto;
    text-align: left;
    width: 50%;
    height: 100%;
    float: left;
    padding: 5px 10px;
}

.scrollingDivRightPanel100pc {
    overflow: auto;
    text-align: left;
    width: 45%;
    height: 100%;
    float: right;
    padding: 5px 10px;
}

.scrollingDiv100PC {
    overflow: auto;
    text-align: left;
    height: 110px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
}

.scrollingDiv100PCx220px {
    overflow: auto;
    text-align: left;
    height: 220px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
}

.scrollingDivHalf {
    overflow: auto;
    text-align: left;
    height: 110px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
}

.scrollingDiv200x110 {
    overflow: auto;
    text-align: left;
    height: 110px;
    width: 200px;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
}

.scrollingDivHeight450px {
    overflow: auto;
    text-align: left;
    height: 450px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
}

.scrollingDiv160H {
    overflow: auto;
    text-align: left;
    height: 160px;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
}

.darkBackground {
    background-color: #D1DFFA;
    color: Black;
    Width: 100%;
}

/************************************************************* 
* 
* Coach Log Calendar specific formatting 
*
**************************************************************/
.monthTable {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse: collapse;
}

.calendar_eventMonth {
    border: 1px solid #DBDB79;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #CAF1FF;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

.calendar_currentMonth, .calendar_otherMonth, .calendar_currentDay, .calendar_weekend {
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position: relative;
    border-collapse: separate;
    border-spacing: 5px;
}

.calendar_otherMonth {
    background-color: #69A3F9;
}

.calendar_currentDay {
    background-color: #FFFFC1;
}

.calendar_weekend {
    background-color: #F64141;
}

.CCPS_blueButton {
    -moz-box-shadow: inset 0 1px 2px 0 #97c4fe;
    -webkit-box-shadow: inset 0 1px 2px 0 #97c4fe;
    box-shadow: inset 0 1px 2px 0 #97c4fe;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color: #3d94f6;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #337fed;
    display: inline-block;
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #1570cd;
}

    .CCPS_blueButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
        background: -moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
        background-color: #1e62d0;
    }

    .CCPS_blueButton:active {
        position: relative;
        top: 1px;
    }

.CCPS_grayButton {
    -moz-box-shadow: inset 0 1px 2px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 2px 0 #ffffff;
    box-shadow: inset 0 1px 2px 0 #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c8c8c8), color-stop(1, #969696) );
    background: -moz-linear-gradient( center top, #c8c8c8 5%, #969696 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#969696');
    background-color: #c8c8c8;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #c8c8c8;
    display: inline-block;
    color: #000000;
    font-family: Comic Sans MS;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
    cursor: pointer;
    vertical-align: middle;
}

    .CCPS_grayButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #969696), color-stop(1, #c8c8c8) );
        background: -moz-linear-gradient( center top, #969696 5%, #c8c8c8 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#c8c8c8');
        background-color: #969696;
    }

    .CCPS_grayButton:active {
        position: relative;
        top: 1px;
    }

/*List formats*/
.NumberedParagraph {
    list-style-type: decimal;
}

    .NumberedParagraph > li {
        line-height: 1.25em;
        text-indent: 2.5em;
        margin-bottom: 1em;
    }

.NumberedParagraphFloat {
    margin: 0;
    padding: 0;
}

ol.NumberedParagraphFloat {
    list-style-type: none;
    counter-reset: OL_counter;
    display: table;
}

    ol.NumberedParagraphFloat > li {
        counter-increment: OL_counter;
        display: table-row;
        line-height: 1.25em;
        text-indent: 2.5em;
    }

        ol.NumberedParagraphFloat > li:before {
            content: counter(OL_counter) "";
            display: table-cell;
            text-align: right;
            padding-right: 2em;
            text-indent: 0;
        }

    ol.NumberedParagraphFloat:first-child {
        counter-reset: OL_counter;
    }


.OL_lowerAlpha {
    margin: 0;
    padding: 0;
}

ol.OL_lowerAlpha {
    list-style-type: none;
    counter-reset: OL_counter;
    display: table;
}

    ol.OL_lowerAlpha li {
        counter-increment: OL_counter;
        display: table-row;
        line-height: 1.25em;
        padding: 2px;
        text-indent: 0;
    }

        ol.OL_lowerAlpha li::before {
            content: counter(OL_counter, lower-alpha) ")";
            display: table-cell;
            text-align: right;
            padding: 2px;
            padding-right: 0.5em;
            text-indent: 0;
        }

.backtotop {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGsAAAAqCAYAAAC0u6XFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAStJREFUeNrs2jEKwjAUgOE0dOiYRejYIzh6DEdHj+JROnb0GI4eoaPgktHRV0ylQ0WpWPqe/w8xKAjaz9QUmq2atnTObWQER0styjjl8rCXUXA8Fl/lgVJT8BwDPYEFFoEFFoFFYIFFYBFYf1uu9HOf05jaOg2wZihed1U79c2rpq04DRIra6Tw5eoIYM2Xyv8cToNgqe4m45hmsBYOVctOsdvW19bAvEGoS/ckzabAvEWoPmtg3iqURTBvDUquvwoZ2262BuatQbnHfZDdNdjeGpg3CFWml0prYCY2GCNQ7hWY5jL5IgfNq8s97gMfgxrWr6jgFN8univ+ofWrKb6Beq6whKV2leXKzwzFB1BDMLbuBBaBBRaBRWCBRWARWGDRz7Eih0FF8S7AAFOTYaQqewDTAAAAAElFTkSuQmCC") top;
    width: 50px;
    height: 42px;
    right: 20px;
    bottom: 20px;
    display: none;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
}

@media only screen and (max-width:30em) {
    .backtotop {
        width: 44px;
    }
}

@media only screen and (max-width:48em) and (min-width:30.06em) {
    .backtotop {
        width: 77px;
    }
}

@media only screen and (min-width:48.06em) {
    .backtotop {
        width: 107px;
    }
}

/*Autocomplete Combobox */
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

/*End of Autocomplete Combobox */

.OT_FadeThePage {
    background-color: rgba(0, 0, 0, 0.50);
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.OT_LoadingIcon {
    display: inline-block;
    margin: auto;
    padding: 0;
    border: none;
    background-image: url("/images/iconNewOnlineTest/loading.gif");
    width: 64px;
    height: 64px;
}

.OT_Home {
    display: inline-block;
    width: 36px;
    height: 33.5px;
    background: url("/images/iconNewOnlineTest/Home_H.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    /*-o-filter: grayscale(1);*/
    filter: grayscale(1);
    -o-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .OT_Home:hover {
        background: url("/images/iconNewOnlineTest/Home_green.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        /*-o-filter: grayscale(0);*/
        filter: grayscale(0);
    }

.OT_CalendarIcon {
    display: inline-block;
    width: 36px;
    height: 33.5px;
    background: url("/images/iconNewOnlineTest/OT_Calendar -02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    /*-o-filter: grayscale(1);*/
    filter: grayscale(1);
    -o-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .OT_CalendarIcon:hover {
        background: url("/images/iconNewOnlineTest/Calendar_blue.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        /*-o-filter: grayscale(0);*/
        filter: grayscale(0);
    }

.OT_GrayScale {
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    /*-o-filter: grayscale(1);*/
    filter: grayscale(1);
}

.OT_StdImgButton {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    opacity: 0.5;
    cursor: pointer;
    margin-left: 4px;
    -o-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .OT_StdImgButton:hover {
        opacity: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px;
        /*-webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
        -moz-box-shadow: 1px 1px 1px 1px #CCCCCC;
        box-shadow: 1px 1px 1px 1px #CCCCCC;*/
    }

    .OT_StdImgButton:active {
        opacity: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px;
        /*-webkit-box-shadow: inset 1px 1px 1px 1px #CCCCCC;
        -moz-box-shadow: inset 1px 1px 1px 1px #CCCCCC;
        box-shadow: inset 1px 1px 1px 1px #CCCCCC;*/
    }

.inFavorite {
    background: url("/images/iconNewOnlineTest/Favorites_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.favoritesFolder {
    background: url("/images/iconNewOnlineTest/Bookmark-02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    /*-o-filter: grayscale(1);*/
    filter: grayscale(1);
}

.noFavorite {
    background: url("/images/iconNewOnlineTest/Favorites.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.MyHome {
    background: url("/images/iconNewOnlineTest/House-04.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    /*-o-filter: grayscale(1);*/
    filter: grayscale(1);
}

.OT_Help {
    background: url("/images/iconNewOnlineTest/Help_Blue.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    /*-o-filter: grayscale(1);*/
    filter: grayscale(1);
}

    .MyHome:hover, .inFavorite :hover, .noFavorite:hover, .favoritesFolder:hover, .OT_Help:hover {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 24px;
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        /*-o-filter: grayscale(0);*/
        filter: grayscale(0);
    }


.ui-dialog {
    z-index: 16777271 !important;
}

/* IL: Jun-16-2015: fix issue with CKEditor combo boxes (Style, Normal, Font, Font Color, etc.) displaying in the background */
.cke_combo {
    z-index: 16777275 !important;
}

.cke_panel {
    z-index: 16777275 !important;
}

.cke_combopanel {
    z-index: 16777371 !important;
}

.cke_panel_block {
    z-index: 16777371 !important;
}

/* IL: Jun-16-2015: fix issue with CKEditor dialogs (image and sound) displaying in the background */
.cke_dialog {
    z-index: 16777671 !important;
}

/* IL: Jun-16-2015: fix issue with CKEditor Toolbar not working in maximize state  */
.cke_maximized {
    z-index: 16777271 !important;
}


.blueglow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#00B4F1)"; /*IE 8*/
    -moz-box-shadow: 0 0 5px 2px rgba(0,180,241,0.5); /*FF 3.5+*/
    -webkit-box-shadow: 0 0 5px 2px rgba(0,180,241,0.5); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 5px 2px rgba(0,180,241,0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#00B4F1); /*IE 5.5-7*/
}


.OT_StandardTable {
    width: auto;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #006998;
}

    .OT_StandardTable th,
    .OT_StandardTable td {
        padding: 5px 10px;
        vertical-align: middle;
    }

    .OT_StandardTable thead,
    .OT_StandardTable th {
        background-color: #006998;
        color: white;
        font-weight: bold;
    }

        .OT_StandardTable th a {
            color: white;
            font-weight: bold;
            text-decoration: none;
        }

    .OT_StandardTable > tbody > tr:nth-last-child(odd) {
        background-color: #FFFFFF;
    }

    .OT_StandardTable > tbody > tr:nth-last-child(even) {
        background-color: rgba(0,179,240,.075);
    }

    .OT_StandardTable > tbody > tr {
        -moz-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }

        .OT_StandardTable > tbody > tr:hover {
            background-color: #A6CE39;
            background-color: rgba(166,206,57,0.3);
        }

    .OT_StandardTable tfoot {
        border-top: 1px solid #006998;
    }

.CCPS_Header {
    color: white;
    background: #006998;
    background: -moz-linear-gradient(top, #006998 0%, #2989d8 50%, #207cca 51%, #00b3f0 100%);
    background: -webkit-linear-gradient(top, #006998 0%,#2989d8 50%,#207cca 51%,#00b3f0 100%);
    background: linear-gradient(to bottom, #006998 0%,#2989d8 50%,#207cca 51%,#00b3f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006998', endColorstr='#00b3f0',GradientType=0 );
}

    .CCPS_Header a {
        color: white;
        text-decoration: none;
    }

        .CCPS_Header a:hover {
            color: #A6CE39;
        }

.CCPS_BlueGradient {
    color: white;
    /*border:1px solid #00B3F0;*/
    background: -moz-linear-gradient(0deg, #00344C 0, #006998 6%, #006998 40%, #00B3F0 94%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0, 00344C), color-stop(6%, 006998), color-stop(40%, 006998), color-stop(94%, 00B3F0), color-stop(100%, FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #00344C 0, #006998 6%, #006998 40%, #00B3F0 94%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #00344C 0, #006998 6%, #006998 40%, #00B3F0 94%, #FFFFFF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #00344C 0, #006998 6%, #006998 40%, #00B3F0 94%, #FFFFFF 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(0deg, #00344C 0, #006998 6%, #006998 40%, #00B3F0 94%, #FFFFFF 100%); /* W3C */
}


.inputNumbersOnly {
    text-align: right;
    border-radius: 4px;
}


[align="left"] {
    text-align: left !important;
}

[align="center"] {
    text-align: center !important;
}

[align="right"] {
    text-align: right !important;
}

[valign="middle"] {
    vertical-align: middle !important;
}

[valign="bottom"] {
    vertical-align: bottom !important;
}

[valign="top"] {
    vertical-align: top !important;
}


.modal-md {
    width: 450px;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.gridview-pager > td {
    padding: 0;
}

    .gridview-pager > td > table > tbody > tr > td {
        padding: 0 1px;
    }

        .gridview-pager > td > table > tbody > tr > td > a,
        .gridview-pager > td > table > tbody > tr > td > span {
            color: #006998;
            padding: 4px 8px;
            border-radius: 4px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .gridview-pager > td > table > tbody > tr > td > span {
            color: #3c763d;
            font-weight: bold;
            background-color: #dff0d8;
            border-color: #d6e9c6;
            background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
            background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
            background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
            background-repeat: repeat-x;
        }

        .gridview-pager > td > table > tbody > tr > td > a {
            opacity: 1;
            background-color: #fff;
            color: #006998;
        }

            .gridview-pager > td > table > tbody > tr > td > a:hover {
                opacity: 1;
                background-color: #ddd;
                text-decoration: none;
                color: #006998;
            }


/*tr.table-header-sortable > th {
    text-align: left !important;
}*/

/*tr.table-header-sortable > th {
    white-space: nowrap !important;
}*/

tr.table-header-sortable > th > a {
    display: block;
    width: 100%;
    /*white-space: nowrap;*/
    text-align: left;
}

    tr.table-header-sortable > th > a:after {
        white-space: nowrap;
        float: right;
        margin-left: 3px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f0dc";
    }

tr.table-header-sortable > th.sort-asc > a:after {
    content: "\f0dd" !important;
}

tr.table-header-sortable > th.sort-desc > a:after {
    content: "\f0de" !important;
}

input[type=number]::-webkit-inner-spin-button {
    cursor: pointer;
}

input[type=number].form-control {
    position: relative;
}

    input[type=number].form-control::-webkit-inner-spin-button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

.ui-tabs-anchor::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 1em;
    -webkit-transition: top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}

.ui-tabs-active > .ui-tabs-anchor::after {
    content: "\2212";
}


.table-header > th {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
    padding-top: 6px;
    padding-bottom: 6px;
}

.table-header a {
    color: #fff;
}

tr.table-row-odd {
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

tr.table-row-even {
    background-color: #efefef;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    tr.table-row-odd:hover,
    tr.table-row-even:hover {
        background-color: #E3F6FF !important;
        color: #31708f;
    }

.table-pager span {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.table-pager a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

    .table-pager a:focus,
    .table-pager a:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

.clearfix {
    position: relative;
}

    .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.student-picture-container,
.mugshot-container {
    position: relative;
    height: 200px;
    width: 150.877193px;
    overflow: hidden;
    border: 2px outset lightslategrey;
    background-color: lightslategrey;
    border-radius: 5px;
    /*box-shadow: 2px 2px 2px rgba(0,0,0,.3);*/
}

    .student-picture-container > img,
    .mugshot-container > img {
        display: block;
        height: 200px !important;
        width: auto !important;
        margin: 0 auto;
    }

.form-inline > label {
    margin-bottom: 0;
}

.form-inline > label,
.form-horizontal > label {
    margin-right: 1em;
}

    .form-inline > label:last-child,
    .form-horizontal > label:last-child {
        margin-right: 0;
    }

.list-group.list-inline > li > span > label {
    margin-bottom: 0;
}

.under-construction,
.underconstruction {
    background-image: url("/images/underconstruction.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
    position: relative;
    margin-bottom: 1em;
}

.nodatafound {
    background-image: url("/images/NoDataFound_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    position: relative;
}

.btn-excel {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background-image: url("/images/iconNewOnlineTest/excel_48x48.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-excel:hover {
        background-image: url("/images/iconNewOnlineTest/excel_48x48a.png");
    }

    .btn-excel.btn-sm {
        width: 30px;
        height: 30px;
        border-radius: 3px;
        background-image: url("/images/iconNewOnlineTest/excel_32x32.png");
    }

        .btn-excel.btn-sm:hover {
            background-image: url("/images/iconNewOnlineTest/excel_32x32a.png");
        }


@media print {
    a[id$=linkBackToPrevious] {
        display: none !important;
    }
}

button,
input[type=button],
input[type=submit],
a.btn {
    outline: none !important;
}

.aspNetDisabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .65 !important;
}

.disabled,
.aspNetDisabled {
    cursor: not-allowed !important;
}