﻿.task_content_popup_privacy {
    float: left;
    height: 640px;
    clear: none;
    width: 931px;
    display: none;
    min-height: 50px;
    position: absolute;
    box-shadow: black 0px 0px 19px -2px;
    -moz-box-shadow: black 0px 0px 19px -2px;
    -webkit-box-shadow: black 0px 0px 19px -2px;
    z-index: 10000;
    /*background-color: #01022a;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .task_content_popup_privacy:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgb(245, 245, 245);
        z-index: -1;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .task_content_popup_privacy img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
        position: absolute;
        left: auto;
        right: 15px;
        top: 15px;
    }

    .task_content_popup_privacy .aclose {
        cursor: pointer;
    }

    .task_content_popup_privacy .content {
        float: left;
        margin-left: 51px;
        margin-top: 51px;
        clear: none;
        width: 825px;
        min-height: 460px;
        background-color: rgb(255, 255, 255);
        position: static;
        top: 0px;
        left: 0px;
    }

        .task_content_popup_privacy .content .title {
            float: left;
            height: 36px;
            margin-left: 0px;
            margin-top: 0px;
            clear: none;
            width: 100%;
            min-height: 0px;
            background-color: rgb(0, 76, 255);
        }

            .task_content_popup_privacy .content .title p {
                float: left;
                font-size: 18px;
                width: auto;
                height: auto;
                text-align: left;
                font-weight: normal;
                line-height: 1em;
                margin-left: 22px;
                margin-top: 6px;
                clear: none;
                min-height: 0px;
                /*text-transform: capitalize;*/
                color: rgb(255, 255, 255);
                font-family: 'Open Sans', Verdana;
            }

        .task_content_popup_privacy .content .content_text p {
            color: rgb(128, 128, 128);
            font-family: 'Open Sans', Verdana;
            font-size: 12px;
        }

        .task_content_popup_privacy .content .content_text td {
            color: rgb(128, 128, 128);
            font-family: 'Open Sans', Verdana;
            font-size: 12px;
            padding-bottom: 5px;
        }

            .task_content_popup_privacy .content .content_text td ul {
                margin: 0px;
                padding: 0px;
                min-width: 338px;
                margin-top: 0px;
                min-height: 120px!important;
            }

            .task_content_popup_privacy .content .content_text td li {
                color: rgb(128, 128, 128);
                font-family: 'Open Sans', Verdana;
                font-size: 12px;
                padding-bottom: 5px;
                margin: 0px;
                /* padding: 4px 25px; */
            }

        .task_content_popup_privacy .content .content_text span {
            color: rgb(128, 128, 128);
            font-family: 'Open Sans', Verdana;
            font-size: 12px;
        }

        .task_content_popup_privacy .content .content_text th {
            color: rgb(128, 128, 128);
            font-family: 'Open Sans', Verdana;
            font-weight: bold;
        }

        .task_content_popup_privacy .content .content_text td:first-child {
            width: 50px;
            text-align: justify;
        }

        .task_content_popup_privacy .content .content_text span {
            color: rgb(128, 128, 128);
            font-family: 'Open Sans', Verdana;
        }

        .task_content_popup_privacy .content .content_text {
            float: left;
            font-size: 15px;
            width: 767px;
            text-align: left;
            font-weight: normal;
            line-height: normal;
            /* margin-left: 22px; */
            /* margin-top: 22px; */
            margin: 20px;
            clear: both;
            height: 450px;
            /* border: solid 1px red; */
            font-family: 'Open Sans', Verdana;
            color: rgb(128, 128, 128);
            letter-spacing: 1px;
            overflow-style: auto;
            overflow-y: auto;
            -webkit-overflow-scrolling: auto;
            padding-right: 15px;
            text-align: justify;
            overflow-x: hidden;
            position: relative;
        }

            .task_content_popup_privacy .content .content_text::-webkit-scrollbar {
                width: 12px;
            }

            .task_content_popup_privacy .content .content_text::-webkit-scrollbar-track {
                background-image: url(../Images/scroll2px.png);
                background-position: center;
                background-repeat: repeat-y;
                border-radius: 6px;
                -webkit-box-shadow: none;
                /*box-shadow: inset 0 0 14px 0px rgba(168, 168, 168, 0.65);
            -moz-box-shadow: inset 0 0 14px 0px rgba(168, 168, 168, 0.65);
            -webkit-box-shadow: inset 0 0 14px 0px rgba(168, 168, 168, 0.65);
            border-radius: 6px;*/
            }

            .task_content_popup_privacy .content .content_text::-webkit-scrollbar-thumb {
                border-radius: 6px;
                background-color: #F98037;
                -webkit-box-shadow: inset 0 0 10px 0px #FF4300,inset 0 0 12px 2px #FC7216;
                box-shadow: inset 0 0 10px 0px #FF4300,inset 0 0 12px 2px #FC7216;
                -moz-box-shadow: inset 0 0 10px 0px #FF4300,inset 0 0 6px 0px #FC7216;
                /*border-radius: 6px;
            background-color: #ff5e00;
            box-shadow: inset 0 0 10px 0px #FF4300,inset 0 0 6px 0px #000000,inset 0 0 12px 0px #FF4300;
            -webkit-box-shadow: inset 0 0 10px 0px #FF4300,inset 0 0 6px 0px #000000,inset 0 0 12px 0px #FF4300;
            -moz-box-shadow: inset 0 0 10px 0px #FF4300,inset 0 0 6px 0px #000000,inset 0 0 12px 0px #FF4300;*/
            }

.continueTeacher, .continueParent {
    background-color: rgb(53, 113, 255);
    width: 72px;
    padding: 8px 20px;
    float: right;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: rgb(48, 97, 216) 0px 0px 9px 3px inset;
}

.continueStudent, .submitp {
    /*color: rgb(69, 124, 255)!important;*/
    cursor: pointer;
    text-decoration: underline;
    /*float: left;*/
}


.iagree {
    width: 425px;
    float: right;
}

.iagreeP {
    width: 425px;
    float: right;
}

.content_text div label {
    font-size: 15px;
}
