﻿section {
    position: relative;
}

.OT_Announcements {
    position: relative;
    left: 0;
    right: 0;
    /*display: table;*/
}

.OT_AnnouncementsRow {
    /*display: table-row;*/
    position: absolute;
    font-size: medium;
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    /*color: darkred;
    font-weight: bold;*/
}

/*.OT_AnnouncementCtrl {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .OT_AnnouncementCtrl:hover {
        opacity: 1;
    }*/

/*.hiddenAnnoucement {
    display: none;
}*/

.OT_gvRecords {
    font-size: small;
    font-weight: normal;
    letter-spacing: normal;
    border-spacing: 0;
    width: 100%;
}

    .OT_gvRecords th {
        font-weight: bold;
        padding: 4px;
        background-color: lightgray;
        font-size: small;
        letter-spacing: normal;
        /*height: 0;
        line-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        white-space: nowrap;
        color:transparent;*/
    }
    /*.OT_gvRecords th div {
            position: absolute;
            background: transparent;
            padding: 9px 25px;
            top: 0;
            margin-left: -25px;
            line-height: normal;
            color:black;
            font-weight:bold;
            
        }*/

    .OT_gvRecords td {
        padding: 4px;
        font-size: small;
        font-weight: normal;
        letter-spacing: normal;
    }

    .OT_gvRecords tr:nth-child(odd) {
        background-color: #eaf7ff;
    }

    .OT_gvRecords a {
        text-decoration: none;
    }

        .OT_gvRecords a:hover {
            text-decoration: none;
            color: darkred;
        }

.tableSpaced {
    border-collapse: collapse;
}

    .tableSpaced th {
        font-weight: bold;
        padding: 2px;
    }

    .tableSpaced td {
        vertical-align: top;
        padding: 2px;
    }

.fontComicSansSerif {
    font-family: 'Comic Sans MS';
}

.fontSansSerif {
    font-family: 'Segoe UI', Verdana, Geneva, Tahoma, sans-serif;
}

.OT_MenuParent {
    position: relative;
    left: 0;
    right: 0;
    /*height: 70px;
    padding: 5px;
    line-height: 70px;
    display: block;*/
    height: 60px;
    line-height: 60px;
    padding: 5px;
    display: block;
}

.OT_Hidden {
    display: none;
}

.OT_separator {
    border-top: 2px solid rgba(112,173,71,1);
    position: relative;
    left: 0;
    right: 0;
}


.OT_ContainderBox {
    border: 1px solid #84bbf3;
    position: relative;
    /*padding-top: 37px;*/
    left: 0;
    right: 0;
    max-height: 350px;
    overflow-y: auto;
    /*overflow-x: hidden;*/
}

/*.OT_ContainderBox thead {
        display:table-header-group;

    }

    .OT_ContainderBox tfoot {
        display:table-footer-group;
    }*/

.OT_MenuRow {
    vertical-align: middle;
    font-size: large;
    font-weight: bold;
    position: relative;
    padding: 5px;
    border-top: 2px solid rgba(112,173,71,1);
}

    .OT_MenuRow a {
        padding-left: 5px;
    }

.OT_mnuHomeChoice {
    left: 0;
    right: 0;
}

    .OT_mnuHomeChoice > table {
        width: 100%;
        left: 0;
        right: 0;
    }

    .OT_mnuHomeChoice td {
        font-size: large;
        font-weight: bold;
        letter-spacing: 2px;
    }

        .OT_mnuHomeChoice td:first-child {
            text-align: left;
        }

        .OT_mnuHomeChoice td:last-child {
            text-align: right;
        }

.OT_Level1 {
    margin-left: 0;
    margin-right: 0;
}

.OT_Level2 {
    margin-left: 60px;
    margin-right: 60px;
}

.OT_Level3 {
    margin-left: 60px;
    margin-right: 60px;
    /*padding-left: 60px;
    padding-right: 60px;*/
}

.OT_MenuChild {
    position: relative;
    /*
    margin-left: 60px;
    margin-right:60px;*/
    /*left: 75px;
    right: 75px;*/
}


.OT_Home_menuRow {
    position: relative;
    display: block;
    left: 0;
    right: 0;
}

.imgHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.OT_LinkCell {
    display: table-cell;
    width: 110px;
}

.boxshadowStyle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3); /*FF 3.5+*/
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.OT_roundCorder {
    padding: 15px;
    margin: 0 10px 0 10px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    text-indent: 0;
    border: 2px solid #84bbf3;
}

.OT_tblHomeMenu {
    width: auto;
    min-width: 75%;
    margin-left: auto;
    margin-right: auto;
}


    .OT_tblHomeMenu > tbody > tr {
        border-top: 2px solid rgba(112,173,71,1);
    }

    .OT_tblHomeMenu td, .OT_tblHomeMenu th {
        padding: 5px;
        text-align: left;
        vertical-align: middle;
        font-size: large;
        font-weight: bold;
    }

        .OT_tblHomeMenu td:first-child, .OT_tblHomeMenu td:last-child {
            width: 64px;
            height: 64px;
            padding: 5px;
        }

        .OT_tblHomeMenu td:first-child {
            text-align: left;
        }

        .OT_tblHomeMenu td:last-child {
            text-align: right;
        }

.OT_MNU_ButtonLarge {
    font-size: 18px;
    font-style: normal;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.OT_MNU_ButtonMedium {
    font-size: 18px;
    font-style: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

    .OT_MNU_ButtonMedium img {
        display: inline-block;
        vertical-align: middle;
        height: 30px;
        width: auto;
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

.OT_MNU_Link, a.OT_MNU_Link, .OT_MNU_LinkForData {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    display: inline-block;
    /*font-family: Comic Sans MS;*/
    font-family: 'Segoe UI', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    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_MNU_Link img, .OT_MNU_LinkForData img {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        width: auto;
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

.OT_MNU_Link_sml, a.OT_MNU_Link_sml {
    -webkit-border-top-left-radius: 10%;
    -moz-border-radius-topleft: 10%;
    border-top-left-radius: 10%;
    -webkit-border-top-right-radius: 10%;
    -moz-border-radius-topright: 10%;
    border-top-right-radius: 10%;
    -webkit-border-bottom-right-radius: 10%;
    -moz-border-radius-bottomright: 10%;
    border-bottom-right-radius: 10%;
    -webkit-border-bottom-left-radius: 10%;
    -moz-border-radius-bottomleft: 10%;
    border-bottom-left-radius: 10%;
    text-indent: 0;
    display: inline-block;
    font-size: small;
    font-style: normal;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-decoration: none;
    text-align: center;
    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_MNU_Link_sml img {
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        width: auto;
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 4px;
        right: 4px;
    }

.OT_mnuHomeButtonBlue, a.OT_mnuHomeButtonBlue {
    -moz-box-shadow: inset 0 1px 0 0 #bbdaf7;
    -webkit-box-shadow: inset 0 1px 0 0 #bbdaf7;
    box-shadow: inset 0 1px 0 0 #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    border: 1px solid #84bbf3;
    color: #ffffff;
    text-shadow: 1px 1px 0 #528ecc;
    /*-webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    cursor: pointer;
    font-family: Comic Sans MS;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    height: 60px;
    line-height: 60px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    display: inline-block;*/
}

    .OT_mnuHomeButtonBlue:hover, a.OT_mnuHomeButtonBlue:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
        background-color: #378de5;
    }

/*.OT_mnuHomeButtonBlue:active {
        position: relative;
        top: 1px;
        border: inset;
    }*/

.OT_mnuHomeButton, a.OT_mnuHomeButton {
    -moz-box-shadow: inset 0 1px 0 0 #c1ed9c;
    -webkit-box-shadow: inset 0 1px 0 0 #c1ed9c;
    box-shadow: inset 0 1px 0 0 #c1ed9c;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;
    border: 1px solid #83c41a;
    color: #ffffff;
    text-shadow: 1px 1px 0 #689324;
    /*-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    text-indent: 0;
    display: inline-block;
    font-family: Comic Sans MS;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    height: 60px;
    line-height: 60px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    position: relative;*/
}

    .OT_mnuHomeButton:hover, a.OT_mnuHomeButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
        background: -moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
        background-color: #8cb82b;
        text-decoration: none;
    }


.OT_LeftBlock {
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-block;
}

.OT_RightBlock {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
}

.OT_mnuTitle {
    margin-left: 60px;
    margin-right: 60px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.OT_mnuTitleMedium {
    margin-left: 50px;
    margin-right: 50px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.fitToMenuBox {
    vertical-align: middle;
    height: 130px;
    margin: 10px;
}

.otMenu {
    display: table-cell;
    vertical-align: middle;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: medium;
    width: 36px;
    height: 36px;
    padding: 2px;
    -webkit-box-shadow: 2px 5px 2px 0 #CCCCCC;
    -moz-box-shadow: 2px 5px 2px 0 #CCCCCC;
    box-shadow: 2px 5px 2px 0 #CCCCCC;
    text-shadow: 2px 3px 5px #222222;
    filter: dropshadow(color=#333333, offx=2, offy=3);
    -webkit-transition: background-image .5s linear;
    -moz-transition: background-image .5s linear;
    -o-transition: background-image .5s linear;
    transition: background-image .5s linear;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px;
    background-image: -ms-linear-gradient(top left left, #66CCFF 0, #003366 100%);
    background-image: -moz-linear-gradient(top left, #66CCFF 0, #003366 100%);
    background-image: -o-linear-gradient(top left, #66CCFF 0, #003366 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
    background-image: -webkit-linear-gradient(top left, #66CCFF 0, #003366 100%);
    background-image: linear-gradient(top left,#66CCFF 0, #003366 100%);
}

    .otMenu:hover {
        /* IE10 */
        background-image: -ms-linear-gradient(top left, #99FF33 0, #003300 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top left, #99FF33 0, #003300 100%);
        /* Opera */
        background-image: -o-linear-gradient(top left, #99FF33 0, #003300 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top left, #99FF33 0, #003300 100%);
        /* Proposed W3C Markup */
        background-image: linear-gradient(top left,#99FF33 0, #003300 100%);
    }

    .otMenu img {
        max-height: 32px;
        border: none;
    }

#divHelp {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-image: url("/images/iconNewOnlineTest/Question.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    opacity: 0.5;
    -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;
    cursor: pointer;
}

    #divHelp:hover {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 32px;
        opacity: 1;
    }

.OT_Anouncements {
    width: 100%;
    line-height: normal;
    font-size: 1em;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    letter-spacing: normal;
    position: relative;
    display: block;
}

.OT_AdminGroupChild {
    /*max-height: 400px;
    overflow-y: auto;*/
    width: auto;
    margin: 0 60px 0 60px !important;
    margin: 0;
    border: none;
    font-size: small;
}

    .OT_AdminGroupChild a {
        padding-left: 0.5em;
    }

.OT_LinkContainer {
    position: relative;
    display: inline-block;
    text-align: center;
}

.OT_LinkContainerHeader {
    width: 100%;
    display: block;
    font-size:small;
    cursor:pointer;
}

.button {
    cursor: pointer;
}

#divCoursTests {
    /*position: absolute;*/
    position: fixed;
    width: 60px;
    display: none;
    padding: 0;
    background-color: transparent;
    z-index: 99999;
    /*background: rgb(255,255,255);
    border: 2px ridge lightgray;
    padding: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
    -moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5); 
    box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5); 
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
    -webkit-border-radius: 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px; 
    border-radius: 5px 5px 5px;
    text-align: center;*/
}

.OT_TestsContainer {
    position: fixed;
    width: 60px;
    display: none;
    padding: 0;
    background-color: transparent;
    z-index: 99999;
}

.OT_CoursTests {
    /*position: absolute;*/
    position: relative;
    top: 28px;
    z-index: 99999;
    background: rgb(255,255,255); /* Old browsers */
    border: 2px ridge lightgray;
    width: 75px;
    max-height: 162px;
    overflow-y: auto;
    padding: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5); /*FF 3.5+*/
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); /*IE 5.5-7*/
    -webkit-border-radius: 5px 5px 5px; /*Safari, Chrome*/
    -moz-border-radius: 5px 5px 5px; /*Firefox*/
    border-radius: 5px 5px 5px;
    text-align: center;
}

    .OT_CoursTests a {
        display: block;
        left: 0;
        right: 0;
        width: 100%;
        padding: 2px 0 2px 0;
        border-bottom: 1px solid lightgray;
    }

/*.OT_CoursTests a:first-child {
            padding: 0 0 2px 0;
        }

        .OT_CoursTests a:last-child {
            padding: 2px 0 0 0;
            border-bottom: none;
        }*/

/*.OT_CoursTestsLeft {
    left:0;
    right:auto;
}

.OT_CoursTestsCenter{
    right:-60px;
    left:auto;
}

.OT_CoursTestsRight{
    right:-60px;
    left:auto;
}*/

.OT_Button {
    background: #ebf1f6; /* Old browsers */
    background: -moz-linear-gradient(top, #ebf1f60, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebf1f60,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebf1f60,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebf1f60,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ebf1f60,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
    border: solid #84c8f0 1px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #ffffff inset;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #00488f;
    font-size: 16px;
    padding: 5px 7.5px 5px 7.5px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .OT_Button:hover {
        border: solid #40a4de 1px;
        background: rgb(225,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(225,255,255,1)0, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(225,255,255,1)), color-stop(7%,rgba(225,255,255,1)), color-stop(12%,rgba(225,255,255,1)), color-stop(12%,rgba(253,255,255,1)), color-stop(30%,rgba(230,248,253,1)), color-stop(54%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(225,255,255,1)0,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(225,255,255,1)0,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(225,255,255,1)0,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(225,255,255,1)0,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
        text-decoration: none;
    }

.selectedGain {
    font-weight: bold;
    border: 1px 1px 1px 1px !important;
    background-color: antiquewhite;
}

.OT_teacherHomeData {
    display: none;
    /*position: relative;*/
    max-height: 456px;
    overflow: visible;
    overflow-y: auto;
    margin-right: 30px;
    padding-right: 30px;
}

.OT_BasicTable {
    font-size: small;
}

    .OT_BasicTable > thead {
        background-color: rgba(127,127,127,1);
        color: white;
        font-weight: bold;
        border-bottom: 1.5px solid black;
        display: block;
    }

    .OT_BasicTable td, .OT_BasicTable th {
        padding: 4px;
        text-align: center;
        vertical-align: middle;
        font-size: small;
        letter-spacing: normal;
    }

    .OT_BasicTable > thead > tr > th {
        font-weight: bold;
    }

    .OT_BasicTable > tbody {
        display: block;
    }

    .OT_BasicTable td {
        font-weight: normal;
        text-align: center;
    }

    .OT_BasicTable > tbody > tr:nth-child(even) {
        background-color: #f5f5f5;
    }

.OT_ctrlContainer {
    display: inline-block;
    float: right;
    font-size: small;
    font-weight: normal;
    position: absolute;
    left: 440px;
}
