﻿.dream_personel_document {
    margin: 0px;
}

#dream_personel_contentPlace_color {
    width: 100%;
    background-color: #f3f3f3;
    display: inline-block;
    min-height: 500px;
    margin-top: 40px;
}

#dream_personel_contentPlace {
    width: 970px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: dana, Tahoma;
    font-size: 12px;
}

    #dream_personel_contentPlace div.dr_contentplc_cnt {
        padding-bottom: 10px;
    }

#dream_topContent {
    width: 970px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: dana, Tahoma;
    font-size: 12px;
}

#dream_topDiv {
    width: 100%;
    height: 40px;
    background-color: #00b98d;
    font-family: dana, Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    position: fixed;
    z-index: 999;
}

#dream_top_left {
    float: left;
    margin-top: 5px;
}

#RighttopLogo {
    margin: 0px;
    float: right;
    padding-right: 5px;
    height: 40px;
    width: 100px;
}

    #RighttopLogo a {
        display: block;
        width: 100px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url('../../Images/Dreams/emzLogo.png');
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

        #RighttopLogo a:hover {
            opacity: 0.7;
        }

.dr_per_personelimg {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FFF;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 2px 0px rgba(255,255,255,1);
}

.dr_personel_info_content {
    padding: 5px 5px 5px 7px;
    display: none;
    text-align: right;
    z-index: 999;
    position: absolute;
    margin-top: 15px;
    background: rgb(251, 251, 251);
    color: #000000;
    width: 250px;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-right: -30px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    margin-right: -230px;
    line-height: 16px;
}

    .dr_personel_info_content:before {
        display: block;
        content: '';
        width: 40px;
        height: 18px;
        background: transparent url('../../Images/Dreams/list-pointer.png') no-repeat scroll center bottom;
        position: absolute;
        right: 25px;
        margin-right: 196px;
        top: 0;
        margin-top: -18px;
        z-index: 2;
    }

    .dr_personel_info_content span.name {
        font-size: 11px;
        color: #000000;
        font-weight: bold;
    }

    .dr_personel_info_content span.role {
        font-size: 11px;
        color: #666666;
    }

    .dr_personel_info_content span.text {
        font-size: 11px;
        color: #000000;
    }

    .dr_personel_info_content a {
        padding: 5px 17px 5px 5px;
        color: #000;
        text-decoration: none;
        outline: none;
        font-family: dana, Tahoma;
        font-size: 12px;
        transition: background-color 0.2s ease 0s;
        cursor: pointer;
    }

        .dr_personel_info_content a.pass {
            background: url('../../Images/student/dreams/lock.png') no-repeat scroll 100% center;
            color: #000000;
        }

        .dr_personel_info_content a.img {
            background: url('../../Images/student/dreams/img.png') no-repeat scroll 100% center;
            color: #000000;
        }

        .dr_personel_info_content a.exit {
            background: url('../../Images/student/dreams/exit.png') no-repeat scroll 100% center;
            color: #000000;
        }

        .dr_personel_info_content a:hover {
            text-decoration: underline;
            color: #FF6600;
        }

.dream_botton_checkMark:hover {
    opacity: 0.7;
}

#dream_footer {
    width: 100%;
    background-color: #FFFFFF;
    font-family: dana, Tahoma;
    font-size: 12px;
    border-top: 1px solid #e5e5e5;
    clear: both;
    height: 100%;
}

#dream_footer_content {
    width: 970px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: dana, Tahoma;
    font-size: 11px;
    text-align: right;
    color: #999;
}

.dr_per_tribbleCnt_center {
    float: left;
    width: 58%;
    display: inline-block;
}

.dr_per_tribbleCnt_left {
    float: right;
    width: 15%;
    padding-right: 15px;
    display: inline-block;
}

.dr_per_tribbleCnt_right {
    float: right;
    width: 25%;
    display: inline-block;
}

.dr_per_twoCnt_header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .dr_per_twoCnt_header a.return {
        top: 0;
        left: 0;
        position: absolute;
    }

    .dr_per_twoCnt_header span.span3 {
        font-family: dana, Tahoma;
        font-size: 14px;
        color: #333;
    }

    .dr_per_twoCnt_header span.span4 {
        font-family: dana, Tahoma;
        font-size: 13px;
        color: #333;
        font-weight: normal;
    }

.dr_per_box_style1 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 5px 15px 5px;
    background: #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
}

.dr_per_box_style2 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px 5px 15px 5px;
    background: #333;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border: 0px solid #000000;
    color: #FFFFFF;
    display: inline-block;
}

    .dr_per_box_style2 div.light:hover {
        background-color: #4e4e4e;
        color: #FFFFFF;
    }

.dr_per_classList_row {
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4E4E4E;
    padding-top: 5px;
    outline: none;
}

    .dr_per_classList_row a {
        text-decoration: none;
        outline: none;
    }

        .dr_per_classList_row a.clsNum {
            color: #999;
            font-family: dana, Tahoma;
            font-size: 12px;
        }

            .dr_per_classList_row a.clsNum:hover {
                color: #fff;
            }

        .dr_per_classList_row a.icon-file-excel {
            color: #33CC33;
            font-family: dana, Tahoma;
            font-size: 12px;
        }

    .dr_per_classList_row img {
        float: right;
        width: 18px;
        height: 18px;
        margin-left: 3px;
    }

.dr_per_familylist_row:hover {
    background: #f5815a;
}

.dr_per_familylist_row a {
    color: #FFFFFF;
    font-family: dana, Tahoma;
    font-size: 12px;
    text-decoration: none;
}

    .dr_per_familylist_row a:hover {
        color: #FFFFFF;
    }

.dr_per_familylist_cnt {
    background-color: #474747;
}

.dr_per_stdDiv_lauout {
    display: none;
    text-align: center;
    z-index: 100;
    position: absolute;
    margin-top: 0px;
    background: #f5815a;
    color: #000000;
    padding: 0;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-right: 140px;
    opacity: 0.9;
}

.dr_per_teacherlist_row {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    width: 800px;
    min-height: 70px;
    overflow: hidden;
}

.dr_per_teacherlist_row_highlight_row {
    background-position: 0 50%;
    background-color: #DADADA;
    background-repeat: no-repeat;
}

.dr_per_teacherlist_row div.c1 {
    float: right;
    width: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.dr_per_teacherlist_row div.c2 {
    float: right;
    width: 80px;
    display: inline-block;
    text-align: center;
    position: relative;
}

    .dr_per_teacherlist_row div.c2 img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        width: 60px;
        height: 60px;
    }

.dr_per_teacherlist_row div.c3 {
    float: right;
    width: 700px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.dr_per_teacherlist_row .checkAll {
    float: right;
    width: 20px;
}

.dr_per_studentlist_row {
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    padding-top: 10px;
    width: 570px;
    overflow: hidden;
}

    .dr_per_studentlist_row .serachpanel {
        float: right;
        display: block;
        padding-top: 2px;
        padding-bottom: 5px;
        /*position:absolute;
    top:20px;
    right:0;*/
    }

        .dr_per_studentlist_row .serachpanel div.backWhite {
            background-color: #FFFFFF;
            color: #000000;
            padding-right: 2px;
            padding-left: 2px;
        }

    .dr_per_studentlist_row input.userinput {
        border-style: none;
        border-width: 0px;
        background-color: #EFEFEF;
        width: 80px;
        height: 18px;
        text-align: center;
    }

    .dr_per_studentlist_row span.online {
        width: 60px;
        height: 17px;
        display: block;
        background-color: #009933;
        color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-top: 1px;
        margin-right: 20px;
        margin-top: 5px;
    }

    .dr_per_studentlist_row span.offline {
        width: 60px;
        height: 17px;
        display: block;
        background-color: #808080;
        color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-top: 1px;
        margin-right: 20px;
        margin-top: 5px;
    }

.dream_content_style1 .color1 {
    background-color: #F1F1F1;
}

.dr_per_teacherlist_row a.stdInfo {
    outline: none;
    display: block;
}

.dr_per_studentlist_row a.stdInfo {
    outline: none;
    display: block;
}

.dr_per_teacherlist_row span.family {
    color: #000000;
    outline: none;
    text-decoration: none;
    font-family: dana, Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.dr_per_studentlist_row span.family {
    color: #4083a9;
    outline: none;
    text-decoration: none;
    font-family: dana, Tahoma;
    font-size: 14px;
    font-weight: bold;
}

.dr_per_teacherlist_row span.name {
    color: #777777;
    outline: none;
    text-decoration: none;
    font-family: dana, Tahoma;
    font-size: 12px;
}

.dr_per_studentlist_row span.name {
    color: #777777;
    outline: none;
    text-decoration: none;
    font-family: dana, Tahoma;
    font-size: 13px;
}

.dr_per_teacherlist_row span.username {
    color: #333333;
    outline: none;
    text-decoration: none;
    font-family: dana, Tahoma;
    font-size: 11px;
}

.dr_per_studentlist_row span.username {
    color: #333333;
    outline: none;
    text-decoration: none;
    font-family: dana, Tahoma;
    font-size: 11px;
}

.dr_per_studentlist_row span.clsrowNum {
    font-family: dana, Tahoma;
    font-size: 11px;
    color: #666666;
}

.dr_per_stdInfoDiv_lauout {
    display: none;
    text-align: right;
    z-index: 100;
    position: absolute;
    margin-top: -10px;
    color: #FFFFFF;
    padding: 5px;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-right: 100px;
    opacity: 0.9;
    z-index: 999;
    background-color: #151515;
    line-height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div.std_list_sendSms {
    display: none;
    margin-right: 10px;
}

.smsSendChekBox input, .smsSendChekBox label {
    cursor: pointer;
}

div.std_list_sendSmsBox {
    margin-top: 10px;
    border: 1px solid #ccc;
    float: right;
    background-color: #fff;
    border-radius: 4px 4px 0px 0px;
}

    div.std_list_sendSmsBox span {
        display: block;
        float: right;
    }

.dr_per_teacherfoDiv_lauout {
    display: none;
    text-align: right;
    z-index: 100;
    position: absolute;
    margin-top: 0px;
    color: #FFFFFF;
    padding: 5px;
    font-family: dana, Tahoma;
    font-size: 12px;
    opacity: 0.9;
    z-index: 999;
    background-color: #151515;
    line-height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dr_per_teacherlist_row span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 60px;
    position: absolute;
    top: 0;
    width: 60px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    right: 10px;
    text-align: center;
}

.dr_per_studentlist_row span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 80px;
    position: absolute;
    top: 0;
    width: 80px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    right: 10px;
    text-align: center;
}

span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.dr_per_studentlist_row a:hover span.text-content {
    opacity: 1;
}

.dr_per_teacherlist_row a:hover span.text-content {
    opacity: 1;
}

.dr_per_std_titles {
    padding: 2px;
    float: right;
    background-color: #00796B;
    margin-left: 3px;
    text-align: center;
    width: 85px;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    height: 18px;
    margin-bottom: 3px;
    cursor: pointer;
}

    .dr_per_std_titles a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .dr_per_std_titles a:hover {
            color: #003366;
            text-decoration: underline;
        }

    .dr_per_std_titles:hover {
        background-color: #f9b256;
        color: #000000;
    }

.dr_per_Std_tyearhyper_lauout {
    display: none;
    text-align: center;
    z-index: 999;
    position: absolute;
    background: #f9b256;
    color: #000000;
    width: 89px;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-right: -2px;
}

    .dr_per_Std_tyearhyper_lauout a {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #FFFFFF;
        display: block;
    }

.dr_per_std_titles_red {
    padding: 2px;
    float: right;
    background-color: #f5815a;
    margin-left: 3px;
    text-align: center;
    width: 85px;
    color: #474747;
    text-decoration: none;
    overflow: hidden;
    height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dr_per_std_titles_static {
    padding: 2px;
    float: right;
    background-color: #474747;
    margin-left: 3px;
    text-align: center;
    width: 428px;
    color: #FFFFFF;
    text-decoration: none;
    height: 22px;
}

    .dr_per_std_titles_static div.title {
        padding-top: 4px;
        float: right;
        padding-left: 20px;
        padding-right: 5px;
    }

.dr_per_std_titles_red a {
    color: #FFFFFF;
    text-decoration: none;
}

    .dr_per_std_titles_red a:hover {
        color: #FF6600;
        text-decoration: underline;
    }

.dr_per_stdpoll_groupHeader {
    background-color: #0066FF;
}

.dr_per_stdpoll_group_row {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

    .dr_per_stdpoll_group_row:hover {
        background-color: #f9b256;
    }

.dr_per_twoCnt_right2 {
    float: right;
    width: 11%;
    padding-right: 15px;
    display: inline-block;
}

.dr_per_twoCnt_left {
    float: left;
    width: 15%;
    padding-right: 15px;
    display: inline-block;
}

.dr_per_twoCnt_right_noColor {
    float: right;
    width: 83%;
}

.dr_per_twoCnt_right {
    float: right;
    width: 83%;
    background-color: #FFFFFF;
}

    .dr_per_twoCnt_right div.titlest1 {
        float: right;
        width: 100%;
        border: 1px solid #474747;
        height: 18px;
        margin-bottom: 10px;
    }

.dr_per_twoCnt_left a.hyper {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.dr_per_twoCnt_left a.user {
    display: block;
    text-decoration: none;
    color: #333333;
    outline: none;
    margin-bottom: 7px;
}

.dr_per_twoCnt_left a.hLink {
    display: block;
    text-decoration: none;
    color: #333333;
    outline: none;
    margin-bottom: 7px;
    position: relative;
}

    .dr_per_twoCnt_left a.hLink img.ico {
        float: right;
        position: absolute;
        right: 0px;
        top: 0px;
    }

.dr_per_twoCnt_left a.user:hover {
    color: #f5815a;
}

.dr_per_twoCnt_left span.title {
    font-family: dana, Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.dr_per_twoCnt_left span.titleBox {
    font-family: dana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-top: 2px;
    padding-bottom: 5px;
}

.dr_per_twoCnt_left div.hTitle {
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: dana, Tahoma;
    font-size: 12px;
    height: 15px;
    padding-bottom: 2px;
}

.dr_per_twoCnt_left input {
    float: right;
}

    .dr_per_twoCnt_left input.btn {
        padding-right: 4px;
        padding-left: 4px;
        margin-right: 4px;
        margin-left: 4px;
    }

.dr_per_twoCnt_left span.ftitle {
    float: right;
    width: 60px;
    text-align: left;
    padding-left: 3px;
}

.BottomLine_solid_CCCCCC {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.dr_per_error_sys {
    float: right;
    width: 923px;
    height: 20px;
    background-color: #212121;
    outline: none;
    padding-top: 1px;
    padding-bottom: 2px;
    color: #FFFFFF;
    padding-right: 5px;
}

.dr_per_error_sys_title {
    background-position: 50% 50%;
    background-image: url('../../Images/Dreams/icons/dream_warning.png');
    background-color: #00796B;
    color: #FFFFFF;
    width: 40px;
    height: 19px;
    float: right;
    border: 0px solid #000000;
    outline: none;
    padding-top: 2px;
    padding-bottom: 2px;
    background-repeat: no-repeat;
}

.dr_per_error_sys a {
    color: #fff;
    text-decoration: none;
}

.dr_per_page_title_logo {
    background-position: 50% 50%;
    background-image: url('../../Images/Dreams/icons/dream_warning.png');
    background-color: #f9b256;
    color: #474747;
    width: 40px;
    height: 18px;
    float: right;
    border: 0px solid #000000;
    outline: none;
    padding-top: 2px;
    padding-bottom: 2px;
    background-repeat: no-repeat;
}

#dream_accordion input.changeStatuse {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 16px;
    color: transparent;
    cursor: pointer;
    float: left;
}

#mapContainer {
}

#dream_accordion {
    list-style: none;
    padding: 0 0 0 0;
}

    #dream_accordion div.header {
        display: block;
        background-color: #474747;
        margin: 1px;
        cursor: pointer;
        padding: 5px 5px 5px 7px;
        list-style: circle;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        color: #ffffff;
        width: 956px;
        font-family: dana, Tahoma;
        font-size: 12px;
    }

        #dream_accordion div.header:hover {
            opacity: 0.7;
        }

    #dream_accordion ul {
        list-style: none;
        padding: 0 0 0 0;
    }

    #dream_accordion ul {
        display: none;
    }

        #dream_accordion ul div {
        }

    #dream_accordion a {
        text-decoration: none;
    }

        #dream_accordion a:hover {
            text-decoration: underline;
        }

.dr_per_stdpoll_users span {
    margin: 0px;
    padding-left: 15px;
    padding-right: 0px;
}

.dr_per_stdpoll_users {
    width: 900px;
}

    .dr_per_stdpoll_users div {
        float: right;
        width: 300px;
        height: 18px;
        overflow: hidden;
    }

.dr_per_stdclassquize_cnt {
    line-height: 18px;
    z-index: 100;
}

    .dr_per_stdclassquize_cnt .regDiv3 {
        line-height: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 420px;
        float: right;
    }

    .dr_per_stdclassquize_cnt .regDiv {
        line-height: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 620px;
        float: right;
        z-index: 100;
    }

        .dr_per_stdclassquize_cnt .regDiv a {
            text-decoration: none;
            font-family: dana, Tahoma;
            font-size: 12px;
            cursor: pointer;
        }

.dr_per_twoCnt_left a.aspNetDisabled {
    background-color: #CCCCCC;
    color: #000000;
}

.dr_per_twoCnt_left a:disabled {
    background-color: #CCCCCC;
    color: #000000;
}

.dr_per_stdclassquize_cnt .regDiv a:hover {
    text-decoration: underline;
}

.dr_per_stdclassquize_cnt .title {
    width: 130px;
    float: right;
    display: block;
    text-align: left;
    padding-left: 15px;
}

.dr_per_stdclassquize_cnt div.st1 {
    width: 470px;
    float: right;
}

.dr_per_stdclassquize_cnt div.st1row {
    width: 470px;
    float: right;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    margin-bottom: 2px;
    padding-bottom: 2px;
}


.dr_per_stdclassquize_cnt div.st2 {
    width: 170px;
    float: right;
    font-family: dana, Tahoma;
    font-size: 11px;
}

.dr_per_stdclassquize_cnt div.st3 {
    width: 300px;
    float: right;
    font-family: dana, Tahoma;
    font-size: 11px;
}

.dr_per_stdclassgrade_list .color0 {
    background-color: #FFFFFF;
}

.dr_per_stdclassgrade_list .color1 {
    background-color: #EBEBEB;
}

.dr_per_stdclassgrade_list {
    line-height: 20px;
    padding-right: 60px;
}

.dr_per_stdclassgrade_listdivabsent {
    background-position: 4px 4px;
    background-image: url('../../Images/Dreams/icons/absent.png');
    background-repeat: no-repeat;
}

.dr_per_stdclassgrade_list div.Rows {
    width: 550px;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-top: 3px;
}

.dr_per_stdclassgrade_list div.checkAbsent {
    width: 40px;
    float: right;
}

.dr_per_stdclassgrade_list span.name {
    color: #666666;
    width: 180px;
    display: block;
    text-align: right;
    float: right;
    cursor: pointer;
    height: 18px;
    overflow: hidden;
}

    .dr_per_stdclassgrade_list span.name a {
        font-family: dana, Tahoma;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

        .dr_per_stdclassgrade_list span.name a:hover {
            text-decoration: underline;
        }

.dr_per_stdclassgrade_list span.grade {
    color: #FFFFFF;
    width: 100px;
    display: block;
    text-align: right;
    float: right;
    padding-right: 4px;
}

.dr_per_stdclassgrade_list span.text {
    color: #FFFFFF;
    width: 186px;
    display: block;
    text-align: right;
    float: right;
    margin-right: 4px;
}

.dr_per_stdclassgrade_list_stdInfo {
    display: none;
    text-align: center;
    border-radius: 5px;
    z-index: 100;
    position: absolute;
    color: #000000;
    padding: 0;
    width: 80px;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-right: 320px;
}

.dr_per_stdclassgrade_print_row {
    width: 338px;
    float: right;
    height: 40px;
    margin-right: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}

    .dr_per_stdclassgrade_print_row img {
        width: 40px;
        float: right;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding-right: 5px;
    }

    .dr_per_stdclassgrade_print_row div.info {
        float: right;
        padding-right: 5px;
    }

    .dr_per_stdclassgrade_print_row div span {
        font-family: dana, Tahoma;
    }

        .dr_per_stdclassgrade_print_row div span.txt {
            font-size: 11px;
            color: #666666;
        }

        .dr_per_stdclassgrade_print_row div span.name {
            font-size: 13px;
        }

        .dr_per_stdclassgrade_print_row div span.cls {
            font-size: 11px;
        }

        .dr_per_stdclassgrade_print_row div span.grade {
            border: 1px dotted #CCCCCC;
            font-size: 13px;
            font-weight: bold;
            width: 100px;
            text-align: center;
            margin-top: 4px;
            background-color: #FFFFFF;
            display: block;
        }

        .dr_per_stdclassgrade_print_row div span.grade2 {
            border: 1px dotted #CCCCCC;
            font-size: 13px;
            font-weight: bold;
            width: 60px;
            text-align: center;
            background-color: #FFFFFF;
            display: block;
            float: right;
            padding-left: 2px;
        }

        .dr_per_stdclassgrade_print_row div span.grade3 {
            border: 1px dotted #CCCCCC;
            font-size: 11px;
            font-weight: normal;
            width: 80px;
            text-align: center;
            margin-top: 4px;
            background-color: #FFFFFF;
            display: block;
            float: right;
            padding-left: 2px;
            height: 16px;
            overflow: hidden;
        }

        .dr_per_stdclassgrade_print_row div span.gradeRed {
            border: 1px dotted #CCCCCC;
            font-size: 13px;
            font-weight: bold;
            width: 100px;
            text-align: center;
            margin-top: 4px;
            background-color: #FFFFFF;
            color: #FF0000;
            display: block;
        }

.dr_per_stdgrade_print_row {
    width: 294px;
    float: right;
    height: 18px;
    margin-right: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    padding-right: 50px;
    padding-top: 2px;
    background-color: #FFFFFF;
}

    .dr_per_stdgrade_print_row span.title {
        border: 1px dotted #CCCCCC;
        font-size: 12px;
        width: 60px;
        text-align: center;
        background-color: #FFFFFF;
        display: block;
        float: right;
        padding-left: 2px;
        font-family: dana, Tahoma;
    }

.dr_per_stdgrade_row {
}

.dr_per_stdclassgrade_print_cnt {
    background-color: #F0F0F0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #333;
    float: right;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #333;
}

.dr_per_stdclassgrade_print_img {
    float: right;
    width: 37px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333;
    border-right-color: #333;
    border-right-style: solid;
    border-right-width: 1px;
    background-color: #e4e4e4;
}
/*.dr_per_stdclassgrade_tQuize
{
    line-height: 20px; display: inline-block;
}
.dr_per_stdclassgrade_tQuize div
{
    padding-right: 2px;
    width: 100%;
    float: right;
}
.dr_per_stdclassgrade_tQuize div span.title
{
    float: right;
}
.dr_per_stdclassgrade_tQuize div a
{
    font-family: 'b yekan' , Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}
.dr_per_stdclassgrade_tQuize div a:hover
{
    text-decoration: underline;
}*/
/* -- --Validation and error messages class ends gradeBox-- --*/
.dr_per_stdgrade_mg_cnt {
    width: 790px;
    float: right;
}

    .dr_per_stdgrade_mg_cnt div.rows {
        float: right;
        width: 790px;
        padding-bottom: 5px;
        border-right-color: #CCCCCC;
        border-bottom-color: #CCCCCC;
        border-left-color: #CCCCCC;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
    }

    .dr_per_stdgrade_mg_cnt div div.CourseBox {
        float: right;
        width: 140px;
        overflow: hidden;
        height: 18px;
        text-align: left;
        padding-left: 10px;
        font-family: dana, Tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #474747;
        padding-top: 4px;
    }

    .dr_per_stdgrade_mg_cnt div div.gradeBox {
        float: right;
        text-align: center;
        width: 80px;
        height: 18px;
        padding-top: 4px;
        padding-bottom: 1px;
    }

    .dr_per_stdgrade_mg_cnt div div.TeacherBox {
        float: right;
        width: 150px;
        overflow: hidden;
        height: 18px;
        text-align: center;
        padding-left: 10px;
        padding-top: 4px;
    }

    .dr_per_stdgrade_mg_cnt div div.avrBox {
        float: right;
        text-align: center;
        width: 60px;
        height: 18px;
        padding-top: 4px;
        padding-bottom: 1px;
    }

    .dr_per_stdgrade_mg_cnt div div.avrBoxSalane {
        float: right;
        width: 60px;
        overflow: hidden;
        height: 18px;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 1px;
        font-family: dana, Tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #474747;
    }

    .dr_per_stdgrade_mg_cnt div div.TeacherBox a {
        font-family: dana, Tahoma;
        font-size: 12px;
        text-decoration: none;
        color: #000000;
    }

        .dr_per_stdgrade_mg_cnt div div.TeacherBox a:hover {
            text-decoration: underline;
        }

    .dr_per_stdgrade_mg_cnt div div.courseIdBox {
        float: right;
        width: 30px;
        overflow: hidden;
        height: 18px;
        text-align: center;
        padding-left: 10px;
        padding-top: 4px;
        font-family: dana, Tahoma;
        font-size: 11px;
        color: #333333;
    }

.dr_per_stdgrade_layout {
    display: none;
    text-align: center;
    z-index: 100;
    position: absolute;
    background: #f5815a;
    color: #FFFFFF;
    padding: 10px;
    width: 84px;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-right: 50px;
}

.abc {
}

.dream_per_stdgrade_mgLyout {
    display: none;
    padding: 5px;
    position: absolute;
    margin-right: 50px;
    background-color: #f5815a;
}

    .dream_per_stdgrade_mgLyout span.sgtitle {
        padding: 2px;
        display: block;
        background-color: #FFFFFF;
        color: #333333;
    }

    .dream_per_stdgrade_mgLyout a {
        float: right;
        display: block;
        font-family: dana, Tahoma;
        color: #FFFFFF;
        font-size: 12px;
        text-decoration: none;
        padding-left: 7px;
    }

        .dream_per_stdgrade_mgLyout a:hover {
            text-decoration: underline;
        }


.per_dr_cal_cnt {
    width: 680px;
    padding: 10px;
    float: right;
    line-height: 18px;
}

    .per_dr_cal_cnt div.row {
        width: 680px;
        height: 55px;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .per_dr_cal_cnt div.row div.date {
            width: 60px;
            float: right;
            text-align: center;
            background-color: #E6E6E6;
        }

            .per_dr_cal_cnt div.row div.date span.mah {
                font-family: dana, Tahoma;
                font-size: 12px;
                color: #333333;
                display: block;
            }

        .per_dr_cal_cnt div.row span.ruz {
            font-family: dana, Tahoma;
            font-size: 27px;
            font-weight: bold;
            color: #800000;
            display: block;
            margin-top: 2px;
        }

        .per_dr_cal_cnt div.row div.title {
            color: #323232;
            font-family: dana, Tahoma;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 3px;
            width: 490px;
            float: right;
            margin-right: 10px;
        }

            .per_dr_cal_cnt div.row div.title div.txt {
                font-family: dana, Tahoma;
                font-size: 11px;
                height: 40px;
                overflow: hidden;
                font-weight: normal;
                width: 300px;
            }

        .per_dr_cal_cnt div.row div.link {
            width: 120px;
            float: right;
        }

.per_dr_slides_cnt {
    width: 940px;
    float: right;
    padding-right: 15px;
}

    .per_dr_slides_cnt div.rows {
        height: 65px;
        width: 930px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .per_dr_slides_cnt .color0 {
        color: #000000;
        background-color: #F0F0F0;
    }

    .per_dr_slides_cnt .color1 {
        color: #000000;
        background-color: #fff;
    }

    .per_dr_slides_cnt div.rFalse {
        opacity: 0.6;
        color: #4E4E4E;
    }

        .per_dr_slides_cnt div.rFalse input, .per_dr_slides_cnt div.rFalse a {
            background-color: #C0C0C0;
        }

            .per_dr_slides_cnt div.rFalse input:hover, .per_dr_slides_cnt div.rFalse a:hover {
                background-color: #FF9999;
            }

    .per_dr_slides_cnt div.rows img {
        float: right;
        width: 170px;
    }

    .per_dr_slides_cnt div.rows span.num {
        float: right;
        width: 25px;
        background-color: #CCCCCC;
        text-align: center;
    }

    .per_dr_slides_cnt div.rows span.num {
        float: right;
        width: 25px;
        background-color: #CCCCCC;
        text-align: center;
    }

    .per_dr_slides_cnt div.rows div.details {
        float: right;
        width: 400px;
        height: 65px;
        overflow: hidden;
        margin-right: 5px;
    }

    .per_dr_slides_cnt div.rows div.links {
        float: right;
        width: 300px;
    }

.per_dr_slidesComment_cnt {
    width: 940px;
    float: right;
    overflow: hidden;
}

    .per_dr_slidesComment_cnt div.rows {
        height: 65px;
        width: 930px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .per_dr_slidesComment_cnt div.rows span.num {
            float: right;
            width: 25px;
            background-color: #CCCCCC;
            text-align: center;
        }

        .per_dr_slidesComment_cnt div.rows div.details {
            float: right;
            width: 600px;
            height: 65px;
            overflow: hidden;
            margin-right: 5px;
        }

        .per_dr_slidesComment_cnt div.rows div.links {
            float: right;
            width: 200px;
        }

.per_dr_news_cnt {
    height: 300px;
    width: 940px;
    float: right;
    overflow: hidden;
}

    .per_dr_news_cnt div.rows {
        height: 65px;
        width: 930px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .per_dr_news_cnt div.rows div.details {
            width: 780px;
            height: 58px;
            overflow: hidden;
            float: right;
            font-family: dana, Tahoma;
            font-size: 12px;
            margin-right: 5px;
        }

            .per_dr_news_cnt div.rows div.details span.title {
                font-size: 11px;
                font-family: dana, Tahoma;
                font-weight: bold;
            }

        .per_dr_news_cnt div.rows div.links {
            width: 120px;
            float: right;
            margin-right: 10px;
        }

.per_dr_events_cnt {
    width: 940px;
    float: right;
    overflow: hidden;
}

    .per_dr_events_cnt div.rows {
        width: 930px;
    }

        .per_dr_events_cnt div.rows div.rightc {
            width: 780px;
            overflow: hidden;
            float: right;
            font-family: dana, Tahoma;
            font-size: 12px;
            margin-right: 5px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #CCCCCC;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

        .per_dr_events_cnt div.rows div.details {
            width: 780px;
            height: 58px;
            overflow: hidden;
            float: right;
            font-family: dana, Tahoma;
            font-size: 12px;
            margin-right: 5px;
        }

        .per_dr_events_cnt div.rows div.details2 {
            width: 780px;
            overflow: hidden;
            float: right;
            font-family: dana, Tahoma;
            font-size: 12px;
            margin-right: 5px;
            padding-bottom: 10px;
        }

        .per_dr_events_cnt div.rows div.details span.title {
            font-size: 11px;
            font-family: dana, Tahoma;
            font-weight: bold;
        }

        .per_dr_events_cnt div.rows div.links {
            width: 120px;
            float: right;
            margin-right: 10px;
        }

.per_dr_imglogoStyle_cnt {
    width: 760px;
    margin-right: 150px;
}

    .per_dr_imglogoStyle_cnt a {
        float: right;
        display: block;
    }

        .per_dr_imglogoStyle_cnt a:hover .per_dr_imglogoStyle_itmesHolder {
            background-color: #FF6600;
        }

.per_dr_imglogoStyle_itmesHolder {
    width: 150px;
    float: right;
    height: 70px;
    overflow: hidden;
    background-color: #333333;
    color: #FFFFFF;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
}

.per_dr_imglogoStyle_itmesHolder2 {
    width: 150px;
    float: right;
    height: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
}

.per_dr_imglogoStyle_itmesHolder_selected {
    width: 150px;
    float: right;
    height: 70px;
    overflow: hidden;
    background-color: #FF6600;
    color: #FFFFFF;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
}

.per_dr_gallery_img_cnt {
}

    .per_dr_gallery_img_cnt li {
        display: inline-block;
    }

    .per_dr_gallery_img_cnt div.items {
        float: right;
        position: relative;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .per_dr_gallery_img_cnt div.items div.links {
            position: absolute;
            top: 5px;
            right: -5px;
            background-color: #FFF;
        }

        .per_dr_gallery_img_cnt div.items a {
            opacity: 0.8;
        }

            .per_dr_gallery_img_cnt div.items a:hover {
                border-color: #fff;
                -webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
                box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
                opacity: 1;
            }

.per_teacher_section_cnt {
}

    .per_teacher_section_cnt div.rows {
        display: inline-block;
        overflow: hidden;
        float: right;
        width: 600px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        margin-bottom: 5px;
        padding-bottom: 5px;
        margin-right: 5px;
    }

    .per_teacher_section_cnt div.info {
        overflow: hidden;
        float: right;
        width: 470px;
    }

        .per_teacher_section_cnt div.info span.cls {
            font-weight: bold;
        }

    .per_teacher_section_cnt div.links {
        overflow: hidden;
        float: right;
        width: 130px;
    }

.per_stdTop_group_cnt {
    width: 900px;
    margin-right: 30px;
}

    .per_stdTop_group_cnt div.rows {
        float: right;
        width: 900px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
    }

        .per_stdTop_group_cnt div.rows div.info {
            width: 680px;
            float: right;
        }

        .per_stdTop_group_cnt div.rows div.links {
            width: 220px;
            float: right;
        }

.per_stdTop_Top_cnt {
    width: 1000px;
    margin-right: 10px;
    float: right;
}

    .per_stdTop_Top_cnt div.rows {
        width: 300px;
        margin-right: 20px;
        float: right;
        margin-bottom: 10px;
    }

    .per_stdTop_Top_cnt div.rowsClassInfo {
        width: 960px;
        margin-right: 5px;
        float: right;
        margin-bottom: 10px;
        background-color: #CC3300;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 12px;
        font-family: dana, Tahoma;
    }

    .per_stdTop_Top_cnt div.rows span.stdLink_lauout {
        font-family: dana, Tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        cursor: pointer;
    }

.per_className_list_cnt {
    width: 940px;
    margin-right: 10px;
    float: right;
    font-family: dana, Tahoma;
}

    .per_className_list_cnt div.rows:hover {
        opacity: 0.8;
    }

    .per_className_list_cnt .color1 {
        background-color: #F0F0F0;
    }

    .per_className_list_cnt div.rows {
        width: 940px;
        float: right;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
    }

        .per_className_list_cnt div.rows div.info {
            float: right;
            width: 540px;
        }

            .per_className_list_cnt div.rows div.info div.l1 {
                width: 40px;
                height: 30px;
                position: relative;
                float: right;
                cursor: pointer;
            }

                .per_className_list_cnt div.rows div.info div.l1 div.cnt {
                    position: absolute;
                    float: right;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    border: none;
                    width: 38px;
                    height: 38px;
                    text-shadow: 0 0 4px #FFFFFF;
                    color: #000000;
                    top: -4px;
                    right: -5px;
                }

                    .per_className_list_cnt div.rows div.info div.l1 div.cnt span.cls1 {
                        position: absolute;
                        right: 6px;
                        top: 6px;
                        background-color: #FFFFFF;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        height: 26px;
                        width: 26px;
                    }

                    .per_className_list_cnt div.rows div.info div.l1 div.cnt span.cls2 {
                        position: absolute;
                        right: 2px;
                        top: 2px;
                        height: 25px;
                        width: 25px;
                    }





















        .per_className_list_cnt div.rows div.links {
            float: right;
            width: 400px;
        }

.per_Section_list_cnt {
    width: 900px;
    margin-right: 10px;
    float: right;
}

    .per_Section_list_cnt div.rows {
        width: 900px;
        margin-right: 10px;
        float: right;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
    }

        .per_Section_list_cnt div.rows div.info {
            float: right;
            width: 780px;
        }

        .per_Section_list_cnt div.rows div.links {
            float: right;
            width: 120px;
        }

.per_dr_income_monthList_cnt {
    width: 940px;
    float: right;
    overflow: hidden;
    margin-right: 20px;
}

    .per_dr_income_monthList_cnt div.rows {
        width: 940px;
        float: right;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }

    .per_dr_income_monthList_cnt div.right {
        width: 700px;
        float: right;
        overflow: hidden;
    }

    .per_dr_income_monthList_cnt div.left {
        width: 240px;
        float: right;
        overflow: hidden;
    }

.per_dr_incomeList_column_cnt {
    width: 960px;
    float: right;
    overflow: hidden;
    margin-right: 20px;
}

    .per_dr_incomeList_column_cnt div.rows {
        width: 480px;
        float: right;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }

    .per_dr_incomeList_column_cnt div.right {
        width: 200px;
        float: right;
        overflow: hidden;
    }

    .per_dr_incomeList_column_cnt div.left {
        width: 200px;
        float: right;
        overflow: hidden;
    }

.per_dr_incomeList_personel_cnt {
    width: 940px;
    float: right;
    overflow: hidden;
    margin-right: 20px;
}

    .per_dr_incomeList_personel_cnt div.rows {
        width: 940px;
        float: right;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }

        .per_dr_incomeList_personel_cnt div.rows div.info {
            margin-right: 10px;
            width: 150px;
            float: right;
        }

        .per_dr_incomeList_personel_cnt div.rows img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            outline: none;
            width: 40px;
            height: 40px;
            float: right;
        }

        .per_dr_incomeList_personel_cnt div.rows div.details {
            margin-right: 10px;
            width: 550px;
            float: right;
        }

        .per_dr_incomeList_personel_cnt div.rows div.links {
            margin-right: 10px;
            width: 130px;
            float: right;
        }


.per_dr_income_msg_list_cnt {
    padding-right: 20px;
}

    .per_dr_income_msg_list_cnt div.rows {
        width: 650px;
        float: right;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #dddddd;
        padding-top: 2px;
        padding-bottom: 2px;
        position: relative;
        padding-right: 20px;
    }

        .per_dr_income_msg_list_cnt div.rows span.r1 {
            padding: 0px 4px 4px 4px;
            position: absolute;
            top: 7px;
            right: -2px;
            width: 10px;
            height: 10px;
            background-color: #FF3300;
            color: #FFFFFF;
            text-align: center;
        }

        .per_dr_income_msg_list_cnt div.rows span.r2 {
            font-size: 11px;
            font-weight: bold;
            font-family: dana, Tahoma;
            display: block;
            float: right;
            margin-right: 3px;
            margin-top: 3px;
        }

        .per_dr_income_msg_list_cnt div.rows span.r3 {
            font-size: 11px;
            font-family: dana, Tahoma;
            display: block;
            float: right;
            margin-right: 3px;
            margin-top: 3px;
        }

        .per_dr_income_msg_list_cnt div.rows div.r4 {
            padding: 0px 4px 4px 4px;
            position: absolute;
            top: 8px;
            left: -20px;
            width: 70px;
            height: 10px;
            background-color: #CCCCCC;
            color: #000000;
            text-align: center;
            font-size: 11px;
        }

        .per_dr_income_msg_list_cnt div.rows div.r5 {
            padding: 0px 4px 4px 4px;
            position: absolute;
            top: 7px;
            left: -20px;
            width: 70px;
            height: 10px;
            background-color: #006600;
            color: #FFFFFF;
            text-align: center;
            font-size: 11px;
        }

            .per_dr_income_msg_list_cnt div.rows div.r5 a.sClose {
                float: right;
                display: block;
                font-family: dana, Tahoma;
                color: #FFFFFF;
                font-size: 11px;
                text-decoration: none;
                opacity: 0.8;
                text-align: center;
            }

        .per_dr_income_msg_list_cnt div.rows div.r4 a.sClose {
            float: right;
            display: block;
            font-family: dana, Tahoma;
            color: #000000;
            font-size: 11px;
            text-decoration: none;
            opacity: 0.8;
            text-align: center;
        }

        .per_dr_income_msg_list_cnt div.rows a.link {
            float: right;
            display: block;
            font-family: dana, Tahoma;
            color: #000000;
            font-size: 12px;
            text-decoration: none;
            opacity: 0.8;
        }

            .per_dr_income_msg_list_cnt div.rows a.link:hover {
                opacity: 1;
            }

    .per_dr_income_msg_list_cnt img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        width: 25px;
        height: 25px;
        float: right;
    }

.per_dr_income_discipline_cnt {
}

    .per_dr_income_discipline_cnt a {
        width: 954px;
        border: 1px solid #999999;
        padding: 4px;
        text-decoration: none;
        display: block;
        color: #000000;
        font-family: dana, Tahoma;
        font-size: 12px;
        opacity: 1;
        margin-top: 3px;
        margin-right: 3px;
    }

        .per_dr_income_discipline_cnt a:hover {
            background-color: #EFEFEF;
        }

    .per_dr_income_discipline_cnt div.text {
        display: none;
        padding: 4px;
        width: 956px;
        background-color: #F2F2F2;
        color: #000000;
        font-family: dana, Tahoma;
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 3px;
    }

    .per_dr_income_discipline_cnt .date {
        color: #999999;
        font-family: dana, Tahoma;
        font-size: 11px;
        font-weight: normal;
        float: left;
        margin-left: 3px;
    }

.per_dr_income_message_cnt a {
    border: 1px solid #999999;
    padding: 4px;
    text-decoration: none;
    display: block;
    width: 720px;
    color: #000000;
    font-family: dana, Tahoma;
    font-size: 12px;
    opacity: 1;
    margin-top: 3px;
    margin-right: 3px;
}

    .per_dr_income_message_cnt a:hover {
        background-color: #EFEFEF;
    }

.per_dr_income_message_cnt_hl {
    background-color: #EFEFEF;
}

.per_dr_income_message_cnt div.text {
    display: none;
    padding: 4px;
    width: 722px;
    background-color: #F2F2F2;
    color: #000000;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 3px;
}

.per_dr_income_message_cnt .date {
    color: #999999;
    font-family: dana, Tahoma;
    font-size: 11px;
    font-weight: normal;
    float: left;
    margin-left: 3px;
}

.per_dr_income_persoel_cnt {
    width: 930px;
    text-align: center;
}

    .per_dr_income_persoel_cnt div.rows {
        width: 300px;
        float: right;
        position: relative;
        margin-left: 10px;
    }

    .per_dr_income_persoel_cnt img {
        border: 6px solid #535353;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
        background-color: #FFF;
        width: 100px;
        height: 100px;
        float: right;
    }

    .per_dr_income_persoel_cnt div.rows div.info {
        width: 160px;
        float: right;
        display: block;
        margin-right: 20px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .per_dr_income_persoel_cnt div.rows div.infoText {
        width: 170px;
        float: right;
        display: block;
        overflow: hidden;
    }

    .per_dr_income_persoel_cnt div.rows div.info span.title {
        font-family: dana, Tahoma;
        font-size: 11px;
        display: block;
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 10px;
        background-color: #535353;
        width: 180px;
        position: absolute;
        top: 22px;
        right: 101px;
        padding-top: 1px;
        padding-bottom: 2px;
    }

    .per_dr_income_persoel_cnt div.rows div.info span.text {
        font-family: dana, Tahoma;
        font-size: 12px;
        display: block;
        color: #FFCC00;
        margin-bottom: 3px;
        margin-right: 3px;
        position: absolute;
        position: absolute;
        top: 40px;
        right: 138px;
        padding-top: 1px;
        padding-bottom: 2px;
        background-color: #535353;
        width: 140px;
    }

    .per_dr_income_persoel_cnt div.rows div.info span.text2 {
        font-family: dana, Tahoma;
        font-size: 12px;
        display: block;
        color: #FFCC00;
        margin-bottom: 3px;
        margin-right: 3px;
        position: absolute;
        top: 59px;
        position: absolute;
        right: 138px;
        padding-top: 1px;
        padding-bottom: 2px;
        background-color: #535353;
        width: 140px;
    }

.per_dr_income_message_cnt {
}

.per_dr_academicActivity_users_cnt {
    width: 750px;
    float: right;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .per_dr_academicActivity_users_cnt img {
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
        background-color: #FFF;
        width: 30px;
        height: 30px;
        float: right;
    }

    .per_dr_academicActivity_users_cnt div.rows {
        padding: 2px;
        width: 750px;
        float: right;
        overflow: hidden;
    }

.per_dr_academicActivity_list_cnt {
    width: 900px;
    float: right;
}

.per_dr_academicActivity_list_cnt {
}

.per_incomeForm_cnt {
}

    .per_incomeForm_cnt a {
        margin: 5px;
        text-decoration: none;
        font-family: dana, Tahoma;
        font-size: 12px;
        color: #333333;
        display: block;
    }

        .per_incomeForm_cnt a:hover {
            text-decoration: underline;
        }
/*Sms------------------------------------------*/
.per_sms_cnt {
    width: 950px;
    float: right;
}

    .per_sms_cnt div.smsBox {
        float: right;
        width: 305px;
        margin-left: 10px;
        margin-bottom: 10px;
        background-color: #FFFFFF;
    }

        .per_sms_cnt div.smsBox span.chekGroup {
            background-color: #333333;
            float: right;
            width: 305px;
            display: block;
            cursor: pointer;
            color: #FFFFFF;
        }

            .per_sms_cnt div.smsBox span.chekGroup input {
                width: 14px;
                float: right;
                text-align: right;
            }

            .per_sms_cnt div.smsBox span.chekGroup label {
                width: 272px;
                float: right;
                cursor: pointer;
                display: block;
                color: #FFFFFF;
            }

            .per_sms_cnt div.smsBox span.chekGroup:hover {
                opacity: 0.8;
                background-color: #F44336;
            }

    .per_sms_cnt div.checkboxPanel {
        height: 95px;
        overflow-y: scroll;
        width: 305px;
    }

        .per_sms_cnt div.checkboxPanel div {
            height: 25px;
            width: 286px;
            overflow: hidden;
        }

            .per_sms_cnt div.checkboxPanel div.rows0 {
                background-color: #FFFFFF;
            }

            .per_sms_cnt div.checkboxPanel div.rows1 {
                background-color: #F3F3F3;
            }

    .per_sms_cnt div.classInfo {
        width: 950px;
        background-color: #DBDBDB;
        float: right;
        font-family: dana, Tahoma;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #000;
        position: relative;
        height: 16px;
    }

.dr_per_sms_row {
    width: 1000px;
    overflow: hidden;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
}

    .dr_per_sms_row div.Htitle {
        background: #000000;
        padding-right: 4px;
        padding-left: 25px;
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        color: #FFFFFF;
    }

        .dr_per_sms_row div.Htitle a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .dr_per_sms_row div.Htitle a:hover {
                color: #ffcc00;
            }

.dr_per_sms_ready_cnt {
    width: 830px;
    display: inline-block;
}

    .dr_per_sms_ready_cnt div {
        padding-bottom: 10px;
    }

        .dr_per_sms_ready_cnt div.title {
            color: #474747;
            font-size: 11px;
            width: 130px;
            float: right;
        }

        .dr_per_sms_ready_cnt div.text {
            width: 700px;
            float: right;
        }

        .dr_per_sms_ready_cnt div.text2 {
            width: 700px;
            float: right;
            min-height: 50px;
            height: 50px;
            overflow-y: scroll;
            margin-bottom: 10px;
            background-color: #FFFFFF;
        }

.per_sms_list_cnt {
    width: 950px;
    float: right;
    font-family: dana, Tahoma;
}

    .per_sms_list_cnt .color0 {
    }

    .per_sms_list_cnt div.rows {
        padding: 5px;
        border: 1px solid #CCCCCC;
        width: 950px;
        float: right;
        margin-bottom: 10px;
    }

        .per_sms_list_cnt div.rows:hover {
            background-color: #E4E4E4;
        }

        .per_sms_list_cnt div.rows div.r1 {
            width: 200px;
            float: right;
        }

        .per_sms_list_cnt div.rows div.r2 {
            width: 530px;
            float: right;
        }

        .per_sms_list_cnt div.rows div.r3 {
            width: 220px;
            float: right;
        }

.per_sms_report_cnt {
    margin-right: 10px;
    margin-top: 10px;
    width: 950px;
    float: right;
}

    .per_sms_report_cnt span.b1 {
        display: block;
        float: right;
    }

    .per_sms_report_cnt span.b2 {
        font-weight: bold;
        display: block;
        float: right;
    }

    .per_sms_report_cnt span.b3 {
        display: block;
        width: 110px;
        float: right;
    }

    .per_sms_report_cnt div {
        margin-bottom: 2px;
        float: right;
        width: 950px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #E0E0E0;
        padding-bottom: 4px;
        padding-top: 2px;
    }

.per_stdScore_classList_cnt {
}

    .per_stdScore_classList_cnt a {
        padding: 4px;
        text-decoration: none;
        display: block;
        color: #000000;
        font-family: dana, Tahoma;
        font-size: 12px;
        opacity: 1;
        margin-top: 3px;
        margin-right: 3px;
    }

.dream_student_search {
    width: 960px;
    float: right;
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-bottom: 10px;
}

    .dream_student_search span {
        float: right;
        margin-left: 5px;
    }

        .dream_student_search span.titlese {
        }

.dream_textbox-hint {
    color: #999 !important;
}

.dream_textbox_hint_light {
    color: #999 !important;
}

.textbox-input:focus {
}

.textbox-input-solidborder {
    color: #666666;
}

    .textbox-input-solidborder:focus {
    }

.std_eduGp_group_cnt {
    width: 950px;
    float: right;
}

    .std_eduGp_group_cnt div.rows {
        width: 950px;
        float: right;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #DFDFDF;
    }

        .std_eduGp_group_cnt div.rows:hover {
            opacity: 0.8;
        }

        .std_eduGp_group_cnt div.rows span.st1 {
            width: 50px;
            float: right;
            text-align: center;
            border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #CCCCCC;
            min-height: 25px;
            padding-top: 5px;
        }

        .std_eduGp_group_cnt div.rows span.st1img {
            width: 40px;
            float: right;
            text-align: center;
            border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #CCCCCC;
            min-height: 25px;
        }

            .std_eduGp_group_cnt div.rows span.st1img img {
                width: 35px;
                height: 35px;
            }

        .std_eduGp_group_cnt div.rows div.details {
            width: 460px;
            float: right;
            padding-right: 4px;
        }

        .std_eduGp_group_cnt div.rows div.links {
            width: 190px;
            float: right;
            margin-top: 5px;
        }

    .std_eduGp_group_cnt .color0 {
        background-color: #FFFFFF;
    }

    .std_eduGp_group_cnt .color1 {
        background-color: #EBEBEB;
    }

.std_eduGp_std_cnt {
    width: 310px;
    float: right;
    margin-top: 5px;
    background-color: #FFFFFF;
}

    .std_eduGp_std_cnt div.rows {
        width: 310px;
        float: right;
        padding-bottom: 3px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        padding-top: 3px;
    }

        .std_eduGp_std_cnt div.rows div.chk {
            width: 20px;
            height: 20px;
            float: right;
            display: block;
        }

        .std_eduGp_std_cnt div.rows div.imgh {
            width: 50px;
            height: 50px;
            float: right;
            display: block;
        }

            .std_eduGp_std_cnt div.rows div.imgh img {
                width: 50px;
                height: 50px;
            }

        .std_eduGp_std_cnt div.rows div.details {
            width: 228px;
            height: 50px;
            float: right;
            padding-right: 2px;
        }

    .std_eduGp_std_cnt .color0 {
        background-color: #FFFFFF;
    }

    .std_eduGp_std_cnt .color1 {
        background-color: #EBEBEB;
    }

.std_eduGp_list_cnt {
    width: 620px;
    float: right;
}

    .std_eduGp_list_cnt div.rowsList {
        width: 620px;
        float: right;
        padding-bottom: 3px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        padding-top: 3px;
    }

        .std_eduGp_list_cnt div.rowsList div.details {
            width: 470px;
            float: right;
        }

            .std_eduGp_list_cnt div.rowsList div.details div.dates {
                padding: 2px;
                float: right;
                background-color: #660033;
                color: #FFFFFF;
                margin-left: 5px;
            }

            .std_eduGp_list_cnt div.rowsList div.details div.dt {
                padding: 2px;
                float: right;
                margin-left: 5px;
            }

    .std_eduGp_list_cnt sapn {
        background-color: #660066;
        color: #FFFFFF;
        display: block;
    }

    .std_eduGp_list_cnt div.rowsList div.links {
        width: 130px;
        float: right;
    }

    .std_eduGp_list_cnt .color0 {
        background-color: #FFFFFF;
    }

    .std_eduGp_list_cnt .color1 {
        background-color: #EBEBEB;
    }

.dream_fileUpload_cnt {
    float: right;
    width: 800px;
}

    .dream_fileUpload_cnt div.rows {
        padding: 5px;
        float: right;
        width: 790px;
    }

        .dream_fileUpload_cnt div.rows div.link a {
            width: 50px;
            height: 50px;
            display: block;
            text-decoration: none;
            float: right;
            margin-left: 4px;
        }

            .dream_fileUpload_cnt div.rows div.link a:hover {
                opacity: 0.8;
            }

        .dream_fileUpload_cnt div.rows div.details {
            float: right;
        }

    .dream_fileUpload_cnt .color0 {
        background-color: #FFFFFF;
    }

    .dream_fileUpload_cnt .color1 {
        background-color: #EBEBEB;
    }

.dr_per_readingEval_list {
}

    .dr_per_readingEval_list div {
        width: 100%;
        border: 1px solid #000;
        margin-bottom: 10px;
        text-align: center;
    }

        .dr_per_readingEval_list div span.title {
            width: 100%;
            background-color: #f3f3f3;
            display: block;
            padding: 3px;
            text-align: center;
            color: #000;
        }

    .dr_per_readingEval_list a {
        padding: 3px;
        text-decoration: none;
        margin-bottom: 5px;
        font-family: dana, Tahoma;
        font-size: 13px;
        color: #000000;
    }

        .dr_per_readingEval_list a:hover {
            text-decoration: underline;
        }

#dr_per_std_regfrom .regDiv2 {
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    float: right;
}

#dr_per_std_regfrom .title {
    width: 130px;
    float: right;
    display: block;
    text-align: left;
    padding-left: 5px;
    font-family: dana, Tahoma;
}

#dr_per_std_regfrom .regDiv2 span.txt1 {
    font-family: dana, Tahoma;
    font-size: 13px;
    color: #777777;
}

#dr_per_std_regfrom {
    line-height: 18px;
}

    #dr_per_std_regfrom .regDiv {
        line-height: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 780px;
        float: right;
    }

.registerpersonelPrint div.row {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: dana, Tahoma;
    font-size: 13px;
}

    .registerpersonelPrint div.row a {
        font-family: dana, Tahoma;
        font-size: 20px;
        text-decoration: none;
        color: #660033;
    }

.dr_per_stdInfo_print {
    width: 670px;
    float: right;
}

    .dr_per_stdInfo_print div.rows {
        width: 673px;
        float: right;
        font-family: dana, Tahoma;
        font-size: 13px;
        text-decoration: none;
        font-weight: normal;
        overflow: hidden;
        border-right-color: #333333;
        border-bottom-color: #333333;
        border-left-color: #333333;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
    }

    .dr_per_stdInfo_print .color0 {
        background-color: #f3f3f3;
    }

    .dr_per_stdInfo_print .color1 {
    }

    .dr_per_stdInfo_print div.space {
        height: 100px;
        float: right;
    }

.dr_per_poll_option_cnt {
    padding: 10px;
    width: 800px;
    float: right;
}

    .dr_per_poll_option_cnt div.rows {
        width: 800px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #333333;
        margin-bottom: 5px;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: right;
    }

        .dr_per_poll_option_cnt div.rows div.block {
            width: 800px;
            float: right;
        }

        .dr_per_poll_option_cnt div.rows div.title {
            width: 800px;
        }

        .dr_per_poll_option_cnt div.rows img {
            display: block;
            max-width: 100% !important;
            height: auto !important;
        }

    .dr_per_poll_option_cnt div.joiners {
        width: 620px;
        float: right;
        overflow: hidden;
        margin-top: 10px;
    }

        .dr_per_poll_option_cnt div.joiners div.rowsj {
            float: right;
            margin-bottom: 5px;
            margin-left: 5px;
        }

        .dr_per_poll_option_cnt div.joiners a {
            float: right;
            width: 30px;
            height: 30px;
        }

        .dr_per_poll_option_cnt div.joiners img {
            float: right;
            width: 30px;
            height: 30px;
        }



.dream_progressbar_default {
    background: #292929;
    border: 1px solid #111;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px #333;
    color: #FFFFFF;
}

    .dream_progressbar_default div {
        background-color: #1a82f7;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7));
        background: -webkit-linear-gradient(top, #0099FF, #1a82f7);
        background: -moz-linear-gradient(top, #0099FF, #1a82f7);
        background: -ms-linear-gradient(top, #0099FF, #1a82f7);
        background: -o-linear-gradient(top, #0099FF, #1a82f7);
    }

.dr_per_poll_define_cnt {
    width: 950px;
    padding: 4px;
    float: right;
}

    .dr_per_poll_define_cnt div.rows {
        float: right;
        width: 950px;
    }

    .dr_per_poll_define_cnt .color0 {
        background-color: #FFFFFF;
    }

    .dr_per_poll_define_cnt .color1 {
        background-color: #F0F0F0;
    }


.dr_sectionDay_cnt {
    width: 100%;
    float: right;
    font-family: dana, Tahoma;
    font-size: 12px;
}

    .dr_sectionDay_cnt .color0 {
        /*background-color: #F0F0F0;*/
    }

    .dr_sectionDay_cnt .takZang {
    }

    .dr_sectionDay_cnt div.rows {
        width: 100%;
        border: 1px solid #ccc;
        float: right;
    }  
    .dr_sectionDay_cnt div.bellHeader {
        width: 100%;
        border: 1px solid #ccc;
        background-color:#dd2c00;
        color:#fff;
        float: right;
        text-align:center;
        padding: 2px 0 2px 0;
        margin-bottom:5px;
    }
     .dr_sectionDay_cnt .chekGroup{
         cursor:pointer;
    }
       .dr_sectionDay_cnt .chekGroup label{
         cursor:pointer;
    }
    
    

        .dr_sectionDay_cnt div.rows div.day {
            float: right;
            text-align: center;
            padding-top: 40px;
            width: 100%;
            font-size:18px;
        }

        .dr_sectionDay_cnt div.rows div.detailsShow {
            font-size: 13px;
            overflow: hidden;
            width: 100%;
        }

        .dr_sectionDay_cnt div.rows div.insertSection {
            font-size: 11px;
            overflow: hidden;
            width: 100%;
        }
        .dr_sectionDay_cnt div.rows div.insertSection select {
          margin-bottom: 2px;
        }

        .dr_sectionDay_cnt div.rows div.detailsShow div.tak {
            border-top-style: solid;
            border-top-width: 1px;
            border-top-color: #999999;
            padding-top: 3px;
            margin-top: 3px;
        }

        .dr_sectionDay_cnt div.rows div.detailsShow span {
            overflow: hidden;
            height: 18px;
        }

        .dr_sectionDay_cnt div.rows div.detailsShow a {
            text-decoration: none;
            color: #333333;
            overflow: hidden;
            height: 18px;
            display: block;
            font-size: 14px;
        }

            .dr_sectionDay_cnt div.rows div.detailsShow a:hover {
                text-decoration: underline;
            }

        .dr_sectionDay_cnt div.rows div.detailsShow img {
            float: right;
            width: 30px;
            height: 30px;
            margin-left: 3px;
        }

        .dr_sectionDay_cnt div.AvatarWall {
    background-color: #f50057;
       width: 30px;
            height: 30px;
    text-align: center;
            float: right;
    z-index:2;
            margin-left: 3px;
    position: relative;
}
        .dr_sectionDay_cnt div.AvatarWall span {
    color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    font-size: 13px;
    font-family: Tahoma;
    z-index:999;
}



        .dr_sectionDay_cnt div.rows div.items .aspNetDisabled {
            opacity: 0.2;
        }

        .dr_sectionDay_cnt div.rows div.items {
            padding: 4px;
            width: 100%;
            float: right;
            position: relative;
        }

            .dr_sectionDay_cnt div.rows div.items a.edite {
                position: absolute;
                top: 10px;
                left: 0;
                background-color:#ff9100;
                color:#FFF;
                border-radius:5px;
                padding: 2px 5px 2px 5px;
            }

    .dr_sectionDay_cnt .colorh0 {
        background-color: #474747;
        color: #FFFFFF;
    }

    .dr_sectionDay_cnt .colorh1 {
        background-color: #f9b256;
        color: #000000;
    }

    .dr_sectionDay_cnt .colorx0 {
        background-color: #f3f3f3;
    }

    .dr_sectionDay_cnt .colorx1 {
        background-color: #FFF;
    }



    .dr_sectionDay_cnt .dropdownl {
        border-color: #cccccc #999999 #999999 #cccccc;
        border-style: solid;
        border-width: 1px;
        color: #000000;
        font-family: dana, Tahoma;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        width: 145px;
        height: 18px;
    }

    .dr_sectionDay_cnt div.header {
        padding-right: 61px;
        float: right;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #000000;
        background-color: #303F9F;
    }

        .dr_sectionDay_cnt div.header span {
            width: 150px;
            height: 18px;
            display: block;
            float: right;
            text-align: center;
            background-color: #303F9F;
            padding-top: 2px;
            padding-bottom: 2px;
            border-right-style: solid;
            border-right-width: 1px;
            border-right-color: #FFFFFF;
            color: #FFFFFF;
        }

.dr_per_stdListnf_cnt {
    width: 830px;
    font-family: dana, Tahoma;
    font-size: 12px;
}

    .dr_per_stdListnf_cnt div.row {
        border: 1px solid #333333;
        width: 370px;
        float: right;
        height: 260px;
        margin-left: 10px;
        margin-bottom: 10px;
        text-align: right;
        padding-right: 10px;
        position: relative;
    }

        .dr_per_stdListnf_cnt div.row span.text {
            font-size: 12px;
            font-family: dana, Tahoma;
            font-size: 27px;
            font-weight: bold;
        }

        .dr_per_stdListnf_cnt div.row span.text2 {
            position: absolute;
            bottom: 0;
            right: 5px;
        }

.dr_per_stdSitNum_cnt {
    font-family: dana, Tahoma;
    text-align: center;
    margin-top: 10px;
    margin-right: 30px;
    width: 950px;
}

    .dr_per_stdSitNum_cnt a.editeSitcomment {
        display: block;
        cursor: pointer;
    }

        .dr_per_stdSitNum_cnt a.editeSitcomment:hover {
            opacity: 0.8;
        }

    .dr_per_stdSitNum_cnt .detailsSitcomment {
        display: none;
        height: 20px;
        width: 125px;
        background-color: #663300;
        margin-bottom: 2px;
        color: #FFFFFF;
        font-size: 11px;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .dr_per_stdSitNum_cnt div.item {
        float: right;
        width: 125px;
        margin-bottom: 10px;
    }

        .dr_per_stdSitNum_cnt div.item div.desk {
            height: 20px;
            width: 125px;
            background-color: #663300;
            margin-bottom: 2px;
            color: #FFFFFF;
            font-size: 11px;
            text-align: center;
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .dr_per_stdSitNum_cnt div.box0 {
        margin-left: 4px;
    }

    .dr_per_stdSitNum_cnt div.box1 {
        margin-left: 55px;
    }

    .dr_per_stdSitNum_cnt .dropdownl {
        border-color: #cccccc #999999 #999999 #cccccc;
        border-style: solid;
        border-width: 1px;
        color: #000000;
        font-family: dana, Tahoma;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        width: 125px;
        height: 18px;
    }

    .dr_per_stdSitNum_cnt .txtbx {
        border-style: none;
        border-width: 0px;
        font-family: dana, Tahoma;
        outline: none;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-align: center;
        margin-bottom: 0px;
        background-color: #f7f7f7;
        width: 120px;
        outline: none;
        height: 18px;
    }

        .dr_per_stdSitNum_cnt .txtbx:focus {
            background-color: #f0d3cc;
        }




.dr_per_stdSitNumprnt_cnt {
    font-family: dana, Tahoma;
    text-align: center;
    width: 970px;
    margin-top: 10px;
    margin-right: 20px;
}

    .dr_per_stdSitNumprnt_cnt div.item {
        float: right;
        width: 130px;
        margin-bottom: 10px;
    }

        .dr_per_stdSitNumprnt_cnt div.item div.desk {
            border: 1px solid #000000;
            height: 18px;
            width: 128px;
            margin-bottom: 2px;
            color: #000000;
            font-size: 11px;
            text-align: center;
            padding-top: 2px;
            padding-bottom: 2px;
            float: right;
            background-color: #FFFFFF;
        }

        .dr_per_stdSitNumprnt_cnt div.item div.details {
            border: 1px solid #000000;
            height: 64px;
            width: 128px;
            margin-bottom: 2px;
            color: #000000;
            font-size: 11px;
            text-align: center;
            padding-top: 2px;
            padding-bottom: 2px;
            float: right;
            background-color: #FFFFFF;
        }

            .dr_per_stdSitNumprnt_cnt div.item div.details div.info {
                width: 128px;
                float: right;
            }

                .dr_per_stdSitNumprnt_cnt div.item div.details div.info img {
                    float: right;
                    width: 40px;
                    height: 40px;
                    margin-left: 3px;
                    margin-right: 3px;
                }

                .dr_per_stdSitNumprnt_cnt div.item div.details div.info span {
                    float: right;
                    display: block;
                    width: 80px;
                    text-align: center;
                }

    .dr_per_stdSitNumprnt_cnt div.box0 {
        margin-left: 4px;
    }

    .dr_per_stdSitNumprnt_cnt div.box1 {
        margin-left: 55px;
    }


    .dr_per_stdSitNumprnt_cnt div.itemv {
        float: right;
        width: 130px;
        margin-bottom: 10px;
    }

        .dr_per_stdSitNumprnt_cnt div.itemv div.desk {
            border: 1px solid #F0F0F0;
            height: 18px;
            width: 128px;
            margin-bottom: 2px;
            color: #000000;
            font-size: 11px;
            text-align: center;
            padding-top: 2px;
            padding-bottom: 2px;
            float: right;
        }

        .dr_per_stdSitNumprnt_cnt div.itemv div.details {
            border: 1px solid #F0F0F0;
            height: 64px;
            width: 128px;
            margin-bottom: 2px;
            color: #000000;
            font-size: 11px;
            text-align: center;
            padding-top: 2px;
            padding-bottom: 2px;
            float: right;
        }

.stdList div.rows {
    float: right;
    width: 60px;
    margin-bottom: 10px;
    height: 110px;
    overflow: hidden;
}

    .stdList div.rows a:hover {
        display: block;
    }

    .stdList div.rows a:hover {
        opacity: 0.8;
    }

    .stdList div.rows a.uinfo {
        width: 60px;
        display: block;
    }

    .stdList div.rows img {
        width: 60px;
        display: block;
        height: 60px;
        text-align: center;
    }

    .stdList div.rows div.info {
        width: 60px;
        display: block;
    }

        .stdList div.rows div.info span.t1 {
            width: 60px;
            display: block;
            font-size: 11px;
            color: #333333;
            text-align: center;
        }

        .stdList div.rows div.info span.t2 {
            width: 60px;
            display: block;
            font-size: 12px;
            color: #333333;
            text-align: center;
        }

.dr_per_classListCnt {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px 5px 15px 5px;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    color: #000000;
    display: inline-block;
    font-family: dana, Tahoma;
}

    .dr_per_classListCnt div.rows {
        padding-bottom: 2px;
        padding-top: 2px;
        outline: none;
        width: 232px;
        float: right;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .dr_per_classListCnt div.rows div.l1 {
            width: 30px;
            height: 30px;
            position: relative;
            float: right;
        }

            .dr_per_classListCnt div.rows div.l1 div.cnt {
                position: absolute;
                float: right;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: none;
                width: 38px;
                height: 38px;
                text-shadow: 0 0 4px #FFFFFF;
                color: #000000;
                top: 0;
                right: 5px;
                z-index: 3;
            }

                .dr_per_classListCnt div.rows div.l1 div.cnt span.cls1 {
                    position: absolute;
                    right: 6px;
                    top: 6px;
                    background-color: #FFFFFF;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    height: 26px;
                    width: 26px;
                }

                .dr_per_classListCnt div.rows div.l1 div.cnt span.cls2 {
                    position: absolute;
                    right: 0;
                    top: 2px;
                    height: 25px;
                    width: 25px;
                    text-align: center;
                }

        .dr_per_classListCnt div.rows div.l2 {
            padding: 4px 14px 4px 0;
            width: 196px;
            float: right;
            background-color: #FFFFFF;
            position: relative;
            margin-top: 2px;
        }

        .dr_per_classListCnt div.rows div.r1 {
            width: 158px;
            float: right;
            background-color: #FFFFFF;
            border-radius: 2px;
            padding-right: 2px;
            min-height: 20px;
            overflow: hidden;
            margin-left: 4px;
        }

        .dr_per_classListCnt div.rows div.r3 {
            width: 20px;
            float: right;
            text-align: center;
        }

        .dr_per_classListCnt div.rows .expandMenu {
            cursor: pointer;
        }

        .dr_per_classListCnt div.rows div.l1 span.countStd {
            display: block;
            position: absolute;
            top: -2px;
            right: -16px;
            line-height: 16px;
            height: 16px;
            padding: 1px 3px 1px 3px;
            font-family: dana, Tahoma;
            color: white;
            text-shadow: 0 1px rgba(0, 0, 0, 0.25);
            border: 1px solid;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
            transition: 0.2s ease;
            background: #5D4037;
        }

        .dr_per_classListCnt div.rows div.l1:hover .countStd {
            top: -5px;
        }

        .dr_per_classListCnt div.rows div.r1 a.clsNum {
            text-decoration: none;
            color: #000000;
        }

            .dr_per_classListCnt div.rows div.r1 a.clsNum:hover {
                text-decoration: underline;
            }

        .dr_per_classListCnt div.rows div.r2 {
            padding: 2px 2px 10px 2px;
            display: none;
            float: right;
            margin-top: 5px;
            width: 178px;
        }

            .dr_per_classListCnt div.rows div.r2 a {
                float: right;
                margin-left: 5px;
                margin-top: 3px;
                display: block;
                width: 168px;
                text-decoration: none;
                color: #000000;
                background-color: #FFFFFF;
                padding-right: 4px;
            }

                .dr_per_classListCnt div.rows div.r2 a:hover {
                    background-color: #333333;
                    color: #FFCC00;
                }

.dr_per_stdlist_style2_cnt {
    width: 710px;
    float: right;
    font-family: dana, Tahoma;
    font-size: 12px;
}

    .dr_per_stdlist_style2_cnt img.emzlogo {
        width: 30px;
        margin-top: 2px;
        margin-right: 8px;
    }

    .dr_per_stdlist_style2_cnt div.a4Design {
        height: 1046px;
        width: 740px;
        position: relative;
        float: right;
        overflow: hidden;
    }

    .dr_per_stdlist_style2_cnt div.item {
        width: 300px;
        height: 127.75px;
        overflow: hidden;
        float: right;
        margin-left: 28px;
        margin-bottom: 3px;
        border: 1px dotted #333;
        padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        .dr_per_stdlist_style2_cnt div.item div.left {
            width: 40px;
            float: right;
        }

        .dr_per_stdlist_style2_cnt div.item div.right {
            width: 180px;
            float: right;
        }

        .dr_per_stdlist_style2_cnt div.item img.userpic {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .dr_per_stdlist_style2_cnt div.item span.name {
            font-size: 20px;
            display: block;
        }

        .dr_per_stdlist_style2_cnt div.item span.clsmaghta {
            font-size: 15px;
            display: block;
        }

        .dr_per_stdlist_style2_cnt div.item span.website {
            font-size: 11px;
            display: block;
        }
/*////*/

.dr_per_stdlist_style3_cnt {
    width: 730px;
    float: right;
    font-family: dana, Tahoma;
    font-size: 12px;
}

    .dr_per_stdlist_style3_cnt div.a4Design {
        height: 1046px;
        width: 740px;
        position: relative;
        float: right;
        overflow: hidden;
    }

    .dr_per_stdlist_style3_cnt div.item {
        width: 125px;
        float: right;
        border: 1px solid #000000;
        padding: 5px 2px 5px 2px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: 11px;
        margin-bottom: 5px;
    }

        .dr_per_stdlist_style3_cnt div.item div.left {
            width: 20px;
            float: right;
        }

        .dr_per_stdlist_style3_cnt div.item div.right {
            width: 95px;
            float: right;
            overflow: hidden;
            height: 16px;
            padding-right: 2px;
            padding-top: 2px;
        }

        .dr_per_stdlist_style3_cnt div.item span.name {
            font-size: 12px;
            display: block;
        }
/*////*/
.dr_per_mplaghatMorabi_cnt {
    width: 690px;
    font-family: dana, Tahoma;
    font-size: 12px;
    float: right;
}

    .dr_per_mplaghatMorabi_cnt div.st2 {
        margin-bottom: 10px;
        float: right;
        width: 576px;
        text-align: center;
    }

    .dr_per_mplaghatMorabi_cnt div.st1 {
        padding: 5px;
        border: 1px solid #666666;
        float: right;
        width: 100px;
        border-radius: 5px;
        color: #000;
        text-align: center;
        margin-bottom: 10px;
    }

    .dr_per_mplaghatMorabi_cnt div.st3 {
        padding: 5px;
        border: 1px solid #666666;
        float: right;
        border-radius: 5px;
        color: #333333;
        margin-bottom: 10px;
        text-align: center;
    }

.dr_per_stdlist_style4_cnt {
    width: 684px;
    float: right;
    font-family: dana, Tahoma;
    font-size: 12px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
}

    .dr_per_stdlist_style4_cnt div.a4Design {
        float: right;
        margin-bottom: 11px;
    }

    .dr_per_stdlist_style4_cnt div.item {
        width: 227px;
        float: right;
        border-bottom-style: solid;
        border-left-style: solid;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-bottom-color: #000000;
        border-left-color: #000000;
        height: 90px;
    }

        .dr_per_stdlist_style4_cnt div.item div.rowsnum2 {
            width: 20px;
            float: right;
            text-align: center;
            border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #000;
            height: 20px;
            margin-left: 5px;
            color: #CCCCCC;
        }

        .dr_per_stdlist_style4_cnt div.item div.rowsnum {
            width: 20px;
            float: right;
            text-align: center;
            border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #000;
            height: 65px;
            padding-top: 25px;
            margin-left: 5px;
        }

        .dr_per_stdlist_style4_cnt div.item div.left {
            width: 60px;
            float: right;
            padding-top: 4px;
            border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #000;
            height: 86px;
            overflow: hidden;
            text-align: center;
        }

        .dr_per_stdlist_style4_cnt div.item div.right {
            width: 140px;
            float: right;
            padding-top: 2px;
            text-align: center;
        }

        .dr_per_stdlist_style4_cnt div.item img.userpic {
            border: 1px dotted #CCCCCC;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .dr_per_stdlist_style4_cnt div.item span.name {
            font-size: 11px;
            display: block;
            text-align: center;
        }

        .dr_per_stdlist_style4_cnt div.item span.parentName {
            font-size: 11px;
            display: block;
            color: #999999;
            margin-right: 4px;
        }

        .dr_per_stdlist_style4_cnt div.item span.clsmaghta {
            font-size: 15px;
            display: block;
        }

        .dr_per_stdlist_style4_cnt div.item span.website {
            font-size: 11px;
            display: block;
        }

    .dr_per_stdlist_style4_cnt .color1 {
    }

.dropdownlist {
    border-color: #cccccc #999999 #999999 #cccccc;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: dana, Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 145px;
    height: 18px;
}

.dr_personel_st1_rightPanel {
    width: 200px;
    background-color: #393836;
    float: right;
}

    .dr_personel_st1_rightPanel img.userImg {
        width: 200px;
        height: 200px;
    }

    .dr_personel_st1_rightPanel span {
        display: block;
    }

    .dr_personel_st1_rightPanel div.STbox1 {
        padding: 10px 10px 5px 5px;
        background-color: #292929;
        border-top-style: solid;
        border-top-width: 5px;
        border-top-color: #fb7f73;
        color: #FFFFFF;
    }

    .dr_personel_st1_rightPanel div.STbox2 {
        padding: 10px 10px 5px 5px;
        float: right;
        background-color: #393836;
        color: #FFFFFF;
    }

        .dr_personel_st1_rightPanel div.STbox2 a.hLink {
            color: #FFFFFF;
            display: block;
        }

    .dr_personel_st1_rightPanel span.spanst1 {
        color: #FFFFFF;
        font-size: 15px;
        text-align: right;
        display: block;
        margin-bottom: 5px;
    }

    .dr_personel_st1_rightPanel span.spanst2 {
        color: #FFFFFF;
        font-size: 12px;
        text-align: right;
        display: block;
        margin-bottom: 6px;
    }

.personel_dashboard_cnt span.spanst3 {
    color: #660033;
    font-size: 12px;
    text-align: right;
    margin-bottom: 6px;
    display: block;
    position: relative;
}

    .personel_dashboard_cnt span.spanst3 span.alertico {
        display: block;
        position: absolute;
        top: -2px;
        right: -20px;
        line-height: 16px;
        height: 16px;
        padding: 1px 5px 1px 5px;
        font-family: dana, Tahoma;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.25);
        border: 1px solid;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
        transition: 0.2s ease;
        background: #D93240;
    }

.dr_personel_st1_rightPanel span.titleHeader {
    width: 195px;
    background-color: #ff8f84;
    float: right;
    color: #FFFFFF;
    display: block;
    padding-right: 5px;
}

.dr_personel_st1_leftPanel {
    width: 770px;
    float: right;
    background-color: #FFF;
}

    .dr_personel_st1_leftPanel div.hearcnt {
        border: 1px solid #d6d6d6;
        background-color: #00796B;
        padding-right: 5px;
        color: #FFFFFF;
        float: right;
        width: 766px;
        margin-bottom: 10px;
    }

    .dr_personel_st1_leftPanel div.hearcnt2 {
        color: #FFFFFF;
        float: right;
        width: 766px;
        margin-bottom: 5px;
    }

        .dr_personel_st1_leftPanel div.hearcnt2 span {
            padding: 1px 3px 1px 3px;
            background-color: #333333;
            color: #FFFFFF;
            border-radius: 3px;
        }
/*personelDashboard*/
.personel_dashboard_cnt {
    width: 970px;
    float: right;
    margin-top: 15px;
}

    .personel_dashboard_cnt div.STbox1 {
        padding: 10px 10px 5px 5px;
        border-top-style: solid;
        border-top-width: 5px;
        border-top-color: #fb7f73;
    }

        .personel_dashboard_cnt div.STbox1 a {
            text-decoration: none;
            color: #000000;
        }

            .personel_dashboard_cnt div.STbox1 a:hover {
                text-decoration: underline;
            }

    .personel_dashboard_cnt span.spanst1 {
        color: #000;
        font-size: 15px;
        text-align: right;
        display: block;
        margin-bottom: 5px;
    }

    .personel_dashboard_cnt span.spanst2 {
        color: #000;
        font-size: 12px;
        text-align: right;
        display: block;
        margin-bottom: 6px;
    }

    .personel_dashboard_cnt div.right {
        width: 200px;
        float: right;
    }

        .personel_dashboard_cnt div.right div.userLogin {
            width: 190px;
            float: right;
            background-color: #FFFFFF;
            margin-left: 10px;
        }

            .personel_dashboard_cnt div.right div.userLogin img {
                width: 190px;
                height: 190px;
            }

    .personel_dashboard_cnt div.left {
        width: 770px;
        float: right;
    }

.personel_dashboardLink {
    padding: 2px;
    width: 770px;
    float: right;
    margin-bottom: 10px;
}

    .personel_dashboardLink a {
        display: block;
        float: right;
        margin-left: 10px;
        font-family: dana, Tahoma;
        font-size: 13px;
        text-decoration: none;
        color: #FFFFFF;
        position: relative;
        border-radius: 3px;
        width: 100px;
        height: 70px;
        text-align: center;
        margin-bottom: 10px;
    }

        .personel_dashboardLink a img {
            width: 70px;
            height: 70px;
            position: absolute;
            top: 0px;
            left: 15px;
        }

        .personel_dashboardLink a:hover {
            opacity: 0.8;
        }

            .personel_dashboardLink a:hover .alertico {
                top: -14px;
            }

        .personel_dashboardLink a span.txt {
            position: absolute;
            top: 25px;
            right: 0;
            left: 0;
        }

        .personel_dashboardLink a span.alertico {
            display: block;
            position: absolute;
            top: -11px;
            right: 3px;
            line-height: 16px;
            height: 16px;
            padding: 1px 5px 1px 5px;
            font-family: dana, Tahoma;
            color: white;
            text-shadow: 0 1px rgba(0, 0, 0, 0.25);
            border: 1px solid;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
            transition: 0.2s ease;
            background: #D93240;
        }

        .personel_dashboardLink a.c1 {
            background-color: #fe8811;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c2 {
            background-color: #10bdb3;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c3 {
            background-color: #f4011c;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c4 {
            background-color: #99c931;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c5 {
            background-color: #ef2476;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c6 {
            background-color: #940679;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c7 {
            background-color: #63a828;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c8 {
            background-color: #078cd3;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c9 {
            background-color: #47c9e8;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c10 {
            background-color: #fcc132;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c11 {
            background-color: #f65e5a;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c12 {
            background-color: #785447;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c13 {
            background-color: #9d9d9d;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c14 {
            background-color: #5f7c8a;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c15 {
            background-color: #660066;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c0 {
            background-color: #FFF;
            color: #FFFFFF;
        }

        .personel_dashboardLink a.c16 {
            background-color: #303F9F;
            color: #FFFFFF;
        }

.personel_dashboard_cnt div.birthday {
    width: 500px;
    float: right;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 250px;
}

    .personel_dashboard_cnt div.birthday a {
        display: block;
        float: right;
        margin-left: 10px;
        font-family: dana, Tahoma;
        font-size: 13px;
        text-decoration: none;
        color: #FFFFFF;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
    }

        .personel_dashboard_cnt div.birthday a img {
        }

    .personel_dashboard_cnt div.birthday span {
        position: absolute;
        top: 150px;
        right: -120px;
        left: 0;
        color: #FFFFFF;
        background-color: #c32361;
        padding-right: 3px;
        padding-left: 3px;
        width: 500px;
        text-align: center;
    }

.per_dr_stdactivity_search {
    width: 950px;
    padding: 5px;
    float: right;
    line-height: 18px;
    z-index: 1;
}

.txtdateOverlay div {
    z-index: 2;
}

.per_dr_stdactivity_search .color0 {
    background-color: #FFF;
}

.per_dr_stdactivity_search .color1 {
    background-color: #FFF;
}

.per_dr_stdactivity_search div.row {
    float: right;
    width: 940px;
    position: relative;
    padding: 10px 5px 5px 5px;
    margin-bottom: 20px;
}

.per_dr_stdactivity_search div.cnt span.activityDate {
    padding: 1px 3px 1px 3px;
    position: absolute;
    background-color: #FF5722;
    top: -20px;
    color: #FFFFFF;
}

.per_dr_stdactivity_search div.row span.smsCheck {
    padding: 1px 5px 1px 5px;
    background-color: #000066;
    color: #FFFFFF;
}

.per_dr_stdactivity_search div.cnt {
    float: right;
    width: 700px;
    position: relative;
}

    .per_dr_stdactivity_search div.cnt span.name {
        display: block;
        font-size: 13px;
        font-weight: bold;
    }

    .per_dr_stdactivity_search div.cnt span.clsinfo {
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
    }

.per_dr_stdactivity_search div.imgCnt {
    float: right;
    width: 100px;
}

.per_dr_stdactivity_search div.edit {
    float: right;
    width: 100px;
    position: absolute;
    top: 5px;
    left: 10px;
    display: block;
}

    .per_dr_stdactivity_search div.edit a {
        float: right;
        display: block;
        margin-bottom: 5px;
    }

.per_dr_stdactivity_search .repeater_sepratore {
    width: 750px;
}

.per_dr_stdactivity_search div.row span.title {
    font-family: dana, Tahoma;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}

.per_dr_dailyreport_report_cnt {
    width: 700px;
    font-family: dana, Tahoma;
    font-size: 12px;
}

    .per_dr_dailyreport_report_cnt div.rpRow {
        width: 700px;
        font-family: dana, Tahoma;
        font-size: 12px;
        float: right;
        margin-bottom: 10px;
    }

        .per_dr_dailyreport_report_cnt div.rpRow div.date {
            border: 1px solid #333333;
            width: 694px;
            font-family: dana, Tahoma;
            font-size: 12px;
            background-color: #E5E5E5;
            color: #000000;
            font-weight: bold;
            padding-right: 1px;
            float: right;
        }

            .per_dr_dailyreport_report_cnt div.rpRow div.date div.d1 {
                float: right;
                width: 300px;
            }

            .per_dr_dailyreport_report_cnt div.rpRow div.date div.d2 {
                float: left;
            }

        .per_dr_dailyreport_report_cnt div.rpRow div.rpTextcnt {
            border: 1px solid #333333;
            width: 686px;
            font-family: dana, Tahoma;
            font-size: 12px;
            background-color: #FFFFFF;
            color: #000000;
            padding-right: 4px;
            margin-top: 2px;
            padding-top: 2px;
            float: right;
            padding-left: 4px;
        }

            .per_dr_dailyreport_report_cnt div.rpRow div.rpTextcnt p {
                margin-top: 1px;
                margin-bottom: 1px;
            }

.dr_per_userdailrReportInput input {
    font-family: dana, Tahoma;
    font-size: 12px;
    margin-right: 15px;
}

.dr_per_printA4_portrait {
    height: 980px;
    width: 680px;
    margin-bottom: 40px;
}

.stdOnlineQuize_key_list_cnt {
    float: right;
    width: 600px;
}

    .stdOnlineQuize_key_list_cnt .keyTable {
    }

        .stdOnlineQuize_key_list_cnt .keyTable td {
            padding-left: 20px;
        }

            .stdOnlineQuize_key_list_cnt .keyTable td:nth-child(4n) {
                padding-left: 40px;
            }

            .stdOnlineQuize_key_list_cnt .keyTable td:nth-child(5n) {
                padding-left: 100px;
            }

    .stdOnlineQuize_key_list_cnt div.rows {
        float: right;
        width: 600px;
    }

    .stdOnlineQuize_key_list_cnt span.opBox {
        float: right;
        width: 30px;
        text-align: center;
    }

    .stdOnlineQuize_key_list_cnt div.rows div.box1 {
        float: right;
        width: 50px;
    }

    .stdOnlineQuize_key_list_cnt div.rows div.box2 {
        float: right;
        width: 150px;
    }

    .stdOnlineQuize_key_list_cnt div.rows div.box3 {
        float: right;
        width: 100px;
    }

    .stdOnlineQuize_key_list_cnt .color1 {
        background-color: #f3f3f3;
    }

    .stdOnlineQuize_key_list_cnt .color0 {
        background-color: #fff;
    }



.per_dr_stdDisciplineList_cnt {
    width: 750px;
    padding: 5px;
    float: right;
    line-height: 18px;
}

    .per_dr_stdDisciplineList_cnt .color0 {
        background-color: #FFF;
    }

    .per_dr_stdDisciplineList_cnt div.row {
        float: right;
        width: 600px;
        position: relative;
        padding-left: 150px;
        padding-right: 5px;
        border: 1px solid #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .per_dr_stdDisciplineList_cnt div.row span.smsCheck {
            margin-top: 5px;
            padding: 1px 5px 1px 5px;
            background-color: #000066;
            float: right;
            color: #FFFFFF;
        }

    .per_dr_stdDisciplineList_cnt div.edit {
        float: right;
        width: 110px;
        position: absolute;
        top: 5px;
        left: 10px;
    }

    .per_dr_stdDisciplineList_cnt .repeater_sepratore {
        width: 750px;
    }

    .per_dr_stdDisciplineList_cnt div.row span.title {
        font-family: dana, Tahoma;
        font-size: 12px;
        color: #333333;
        font-weight: bold;
    }

    .per_dr_stdDisciplineList_cnt div.date {
        width: 150px;
        position: absolute;
        background-color: #E91E63;
        height: 18px;
        top: -10px;
        right: 10px;
        color: #fff;
        text-align: center;
    }

.std_absent_msg_list1_cnt {
    float: right;
    width: 750px;
    padding: 10px 5px;
}

    .std_absent_msg_list1_cnt div.kRow {
        width: 750px;
        padding: 5px;
    }

    .std_absent_msg_list1_cnt div.kRow {
        width: 750px;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }

    .std_absent_msg_list1_cnt div.date {
        width: 150px;
        position: absolute;
        background-color: #E91E63;
        height: 18px;
        top: -10px;
        right: 10px;
        color: #fff;
        text-align: center;
    }

    .std_absent_msg_list1_cnt .color0 {
        background-color: #FFF;
    }

    .std_absent_msg_list1_cnt .color1 {
        background-color: #FFF;
    }

    .std_absent_msg_list1_cnt span.title {
        font-size: 12px;
        font-weight: bold;
    }

.std_absent_msg_today_cnt {
    float: right;
    width: 300px;
}

    .std_absent_msg_today_cnt span.t1 {
        font-family: dana, Tahoma;
        font-size: 15px;
        color: #000;
    }

    .std_absent_msg_today_cnt div.kRow {
        border-bottom: 1px solid #ccc;
        padding: 2px 1px 2px 1px;
        width: 300px;
    }

    .std_absent_msg_today_cnt div.title {
        float: right;
        width: 285px;
        padding-right: 2px;
        color: #000;
        margin-bottom: 5px;
        border: 1px solid #00796B;
        text-align: right;
    }



.std_absent_msg_list2_cnt {
    float: right;
    width: 950px;
    padding: 10px 5px;
}


    .std_absent_msg_list2_cnt div.kRow {
        width: 950px;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        float: right;
    }


        .std_absent_msg_list2_cnt div.kRow div.bx1 {
            width: 150px;
            position: relative;
            float: right;
        }

        .std_absent_msg_list2_cnt div.kRow div.bx3 {
            width: 100px;
            position: relative;
            float: right;
        }

        .std_absent_msg_list2_cnt div.kRow div.bx2 {
            width: 700px;
            position: relative;
            float: right;
        }

    .std_absent_msg_list2_cnt .frLink {
        position: absolute;
        top: -10px;
        right: 180px;
    }

    .std_absent_msg_list2_cnt div.date {
        width: 150px;
        position: absolute;
        background-color: #E91E63;
        height: 18px;
        top: -10px;
        right: 10px;
        color: #fff;
        text-align: center;
    }

    .std_absent_msg_list2_cnt .color0 {
        background-color: #FFF;
    }

    .std_absent_msg_list2_cnt .color1 {
        background-color: #FFF;
    }

    .std_absent_msg_list2_cnt span.title {
        font-size: 12px;
        font-weight: bold;
    }

.k2_stdSitnum_report1_cnt {
    width: 710px;
    float: right;
}

    .k2_stdSitnum_report1_cnt div.stdsitRow {
        border: 1px solid #ccc;
        padding: 4px;
        margin: 3px;
        width: 348px;
        height: 124px;
        overflow: hidden;
        float: right;
        position: relative;
    }

    .k2_stdSitnum_report1_cnt div.snbox1 {
        width: 120px;
        float: right;
    }

    .k2_stdSitnum_report1_cnt div.snbox2 {
        width: 208px;
        float: right;
    }

    .k2_stdSitnum_report1_cnt img.userPic {
        width: 116px;
        height: 116px;
        float: right;
        z-index: 4;
        border: solid 1px #f3f3f3;
    }

    .k2_stdSitnum_report1_cnt div.name {
        width: 210px;
        height: 20px;
        overflow: hidden;
        text-align: right;
        padding-right: 5px;
    }

        .k2_stdSitnum_report1_cnt div.name span.t1 {
            color: #000;
            font-size: 15px;
            font-weight: bold;
        }

        .k2_stdSitnum_report1_cnt div.name span.t2 {
            color: #333;
            font-size: 13px;
        }

    .k2_stdSitnum_report1_cnt div.sitnum {
        width: 200px;
        height: 30px;
        text-align: center;
        margin-right: 4px;
        background-color: #f3f3f3 !important;
        position: relative;
        margin-top: 5px;
    }

        .k2_stdSitnum_report1_cnt div.sitnum span {
            font-size: 35px;
            position: absolute;
            right: 0;
            left: 0;
            top: -13px;
        }

    .k2_stdSitnum_report1_cnt span.spanSt1 {
        font-size: 11px;
        position: absolute;
        left: 5px;
        bottom: 6px;
        background-color: #fff !important;
        color: #000 !important;
        z-index: 5;
        height: 18px;
        width: 120px;
        opacity: 0.96;
    }


    .k2_stdSitnum_report1_cnt div.snbox1 div.maghta {
        width: 102px;
        height: 20px;
        overflow: hidden;
        float: right;
        text-align: center;
        background-color: #f3f3f3;
    }

    .k2_stdSitnum_report1_cnt div.spacer {
        width: 690px;
        float: right;
        padding-bottom: 5px;
    }

.k2_excell_getdata_cmt {
}

    .k2_excell_getdata_cmt .krows {
        width: 100%;
        border-bottom: solid 1px #ccc;
        float: right;
        padding: 2px 0 2px 0;
    }

        .k2_excell_getdata_cmt .krows div.extitle {
            width: 250px;
            float: right;
            text-align: left;
            margin-left: 10px;
        }

        .k2_excell_getdata_cmt .krows div.exDetails {
            float: right;
        }

.k2_personel_proceeding_cmt {
}

    .k2_personel_proceeding_cmt .userperigiryPanel {
    }

.k2_msg_messages_cnt {
}

    .k2_msg_messages_cnt .attachFiles {
        margin-bottom: 10px;
    }

        .k2_msg_messages_cnt .attachFiles a {
            float: right;
            display: block;
            width: 100%;
        }

        .k2_msg_messages_cnt .attachFiles span {
            float: right;
            width: 100%;
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 1px dotted #ccc;
        }

        .k2_msg_messages_cnt .attachFiles a img {
            float: right;
            height: 30px;
            width: 30px;
            margin-left: 5px;
        }

        .k2_msg_messages_cnt .attachFiles a icon {
            float: right;
            height: 30px;
            width: 30px;
            margin-left: 5px;
        }

        .k2_msg_messages_cnt .attachFiles .atTittle {
            float: right;
            width: 100%;
            border-bottom: 1px solid #ccc;
            margin: 5px 0 5px 0;
            font-size: 15px;
        }


    .k2_msg_messages_cnt .recipientsUsers {
        width: 100%;
        color: #000;
        padding: 5px 5px 5px 0;
        margin-top: 5px;
    }

        .k2_msg_messages_cnt .recipientsUsers img {
            width: 30px;
            height: 30px;
            background: #fff;
            margin-left: 1%;
            padding: 1px;
            border-radius: 50%;
        }

.k2_mailPast_cnt .k2Row {
    float: right;
    width: 100%;
    padding: 10px 5px 10px 5px;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}

.k2_mailPast_cnt .Highlight {
    background: #FFF !important;
    border-bottom: 1px solid #FFF !important;
}

.k2_mailPast_cnt .k2Row img {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-left: 1%;
    padding: 1px;
}

.k2_mailPast_cnt .k2Row .date {
    padding: 1px 3px 1px 3px;
    position: absolute;
    top: 15px;
    left: 0;
    color: #000;
}

.k2_mailPast_cnt .mailPastCnt {
    display: none;
    padding: 1px 20px 10px;
}

.k2_mainMail_cnt {
    padding: 10px 20px;
    float: right;
}

.k2_mainMail_cnt {
    padding: 10px 20px;
}

    .k2_mainMail_cnt .MailBody {
        padding: 2px 10px;
    }

.discusFilesRows .fileRow {
    margin-bottom: 2px;
}

    .discusFilesRows .fileRow img {
        height: 30px;
        width: 30px;
    }

.discusFilesRows .dptext img {
    height: 100px;
    width: 100px;
    float: right;
}

.k2_std_examtext_personel_cnt {
}

    .k2_std_examtext_personel_cnt .erCount {
        display: block;
        position: absolute;
        top: -8px;
        right: -18px;
        line-height: 16px;
        height: 18px;
        padding: 1px 5px 1px 5px;
        font-family: dana, Tahoma;
        color: white;
        border-radius: 50%;
        background-color: #ff0000;
    }

    .k2_std_examtext_personel_cnt .userpic {
        height: 30px;
        width: 30px;
    }


.birthInvitation_cnt {
    width: 500px;
}

.birthInvitation_cnt {
    height: 716px;
    width: 505px;
    position: relative;
    color: #FFF !important;
    overflow: hidden;
    margin-bottom: 1px;
    float: right;
}

    .birthInvitation_cnt img.bImg {
        height: 695px;
        width: 490px;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 5;
    }

    .birthInvitation_cnt img.bUserImg {
        height: 100px;
        width: 100px;
        float: right;
        position: absolute;
        top: 290px;
        right: 370px;
        z-index: 4;
    }

    .birthInvitation_cnt div.bname {
        height: 20px;
        width: 100px;
        float: right;
        position: absolute;
        top: 420px;
        right: 410px;
        z-index: 7;
        color: #1597b1 !important;
        text-align: right;
        font-size: 12px !important;
        overflow: hidden;
    }

    .birthInvitation_cnt div.bfamily {
        height: 20px;
        width: 100px;
        float: right;
        position: absolute;
        top: 435px;
        right: 410px;
        z-index: 7;
        color: #1597b1 !important;
        font-size: 13px !important;
        overflow: hidden;
        text-align: right;
    }


    .birthInvitation_cnt div.bRole {
        height: 20px;
        width: 100px;
        float: right;
        position: absolute;
        top: 452px;
        right: 410px;
        z-index: 7;
        color: #0a6375 !important;
        text-align: right;
        font-size: 11px !important;
        overflow: hidden;
    }

    .birthInvitation_cnt span.birthDay {
        height: 250px;
        width: 330px;
        float: right;
        position: absolute;
        top: 556px;
        right: 190px;
        z-index: 7;
        color: #44364f;
        font-size: 23px;
        font-weight: bold;
        text-align: right;
    }

.k2_std_library_cnt {
}

    .k2_std_library_cnt div.dayHeader {
        width: 100%;
        text-align: center;
        background-color: #283593;
        padding:3px 0 3px 0;
        font-size:15px;
        color:#fff;
    }


.k2_std_library_users_cnt {
}

    .k2_std_library_users_cnt div.mgRow {
        text-align: left;
        background-color: #f3f3f3;
    }

    .k2_std_library_users_cnt div.mgRow2 {
        text-align: right;
        background-color: #f3f3f3;
    }

    .k2_std_library_users_cnt .checkItem input, .k2_std_library_users_cnt .chekGroup input {
        cursor: pointer;
    }

    .k2_std_library_users_cnt td span {
        line-height: 18px;
    }

    .k2_std_library_users_cnt i.icon {
        font-size: 25px;
    }

    .k2_std_library_users_cnt a.addNew span {
        font-size: 13px;
        margin-right: 2px;
    }

    .k2_std_library_users_cnt a.addNew i {
        font-size: 15px;
    }

    .k2_std_library_users_cnt img.userpic {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 35px;
        width: 35px;
    }

    .k2_std_library_users_cnt div.AvatarWall {
        background-color: #f50057;
        height: 35px;
        width: 35px;
        text-align: center;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .k2_std_library_users_cnt div.AvatarWall span {
            color: #fff;
            position: absolute;
            top: 25%;
            left: 0;
            right: 0;
            font-size: 12px;
            font-family: Tahoma;
        }


    .k2_std_library_users_cnt span.title_style1 {
        width: 30%;
        float: right;
        text-align: left;
        font-size: 12px;
        color: #999;
        padding-left: 5px;
        padding-top: 2px;
    }

    .k2_std_library_users_cnt span.text_style1 {
        width: 70%;
        float: right;
        font-size: 13px;
        color: #000;
    }

.k2_personel_modal_cnt {
}

    .k2_personel_modal_cnt div.header {
        background-color: #f3f3f3;
        color: #000;
        padding: 0 3px;
    }




.yaldaShab_cnt {
    width: 500px;
}

.yaldaShab_cnt {
    height: 716px;
    width: 505px;
    position: relative;
    color: #FFF !important;
    overflow: hidden;
    margin-bottom: 1px;
    float: right;
}

    .yaldaShab_cnt img.bImg {
        height: 695px;
        width: 490px;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 5;
    }

    .yaldaShab_cnt img.bUserImg {
        height: 130px;
        width: 130px;
        float: right;
        position: absolute;
        top: 146px;
        right: 20px;
        z-index: 4;
    }

    .yaldaShab_cnt div.bname {
        height: 20px;
        width: 100px;
        float: right;
        position: absolute;
        top: 296px;
        right: 25px;
        z-index: 7;
        color: #FFF !important;
        text-align: right;
        font-size: 13px !important;
        overflow: hidden;
    }

    .yaldaShab_cnt div.bfamily {
        height: 20px;
        width: 250px;
        float: right;
        position: absolute;
        top: 294px;
        right: 25px;
        z-index: 7;
        color: #FFF !important;
        font-size: 16px !important;
        overflow: hidden;
        text-align: right;
    }

        .yaldaShab_cnt div.bfamily span.name {
            font-size: 13px !important;
            margin-left: 5px;
        }

    .yaldaShab_cnt div.bRole {
        height: 20px;
        width: 100px;
        float: right;
        position: absolute;
        top: 452px;
        right: 410px;
        z-index: 7;
        color: #0a6375 !important;
        text-align: right;
        font-size: 11px !important;
        overflow: hidden;
    }

    .yaldaShab_cnt span.birthDay {
        height: 250px;
        width: 330px;
        float: right;
        position: absolute;
        top: 556px;
        right: 190px;
        z-index: 7;
        color: #44364f;
        font-size: 23px;
        font-weight: bold;
        text-align: right;
    }

.k2_personel_rowTitle_style1 {
    background-color: #311b92;
    width: 100%;
    float: right;
    color: #fff;
    padding: 3px;
}

.k2_personel_rowbox_style1 {
    border: 1px solid #311b92;
    width: 100%;
    float: right;
    color: #fff;
    padding: 3px;
    margin-top: 3px;
    text-align: right;
}

.k2_websiteVisitor_cnt {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    opacity: 1;
    transition: all .2s ease;
}

    .k2_websiteVisitor_cnt div.userBox {
        float: right;
        margin-left: 10px;
        margin-bottom: 5px;
    }

        .k2_websiteVisitor_cnt div.userBox a {
            height: 50px;
            width: 50px;
            display: block;
        }

        .k2_websiteVisitor_cnt div.userBox img {
            height: 50px;
            width: 50px;
        }






.k2_Piechart_cnt .highcharts-title {
    font-size: 12px;
    direction: ltr !important;
}

.k2_Piechart_cnt .highcharts-label text tspan {
    color: #000 !important;
    font-size: 12px;
    fill: #000 !important;
    direction: ltr !important;
    stroke: none;
}

.k2_Piechart_cnt .highcharts-label .highcharts-text-outline {
    display: none;
    direction: ltr !important;
}

.k2_Piechart_cnt .datalabelk2 {
    font-size: 12px;
    stroke: none;
    font-weight: normal;
}

    .k2_Piechart_cnt .datalabelk2 span.t1 {
        font-size: 14px;
        stroke: none;
        margin-right: 5px;
        font-weight: bold;
    }

    .k2_Piechart_cnt .datalabelk2 span.t2 {
        font-size: 12px !important;
        margin-right: 2px;
        text-decoration: none;
        font-weight: normal;
    }

.k2_Piechart_cnt .tooltipk2 {
    font-size: 12px;
    stroke: none;
}

    .k2_Piechart_cnt .tooltipk2 span {
        margin-left: 10px;
    }

.k2_ipsearch_cnt {
}

    .k2_ipsearch_cnt .k2table {
        height: 215px !important;
    }

        .k2_ipsearch_cnt .k2table tbody {
            height: 215px !important;
        }

.k2_orgFile_thread_cnt {
}

    .k2_orgFile_thread_cnt div.usersList {
    }

        .k2_orgFile_thread_cnt div.usersList div.header {
            width: 100%;
            background-color: #f3f3f3;
        }

.k2_validation {
    width: 100%;
    float: right;
}

    .k2_validation li {
        width: 100%;
        color: #db1b1b;
    }

    .k2_validation .vheader {
        background-color: #db1b1b;
        font-size: 12px;
        color: #fff;
        float: right;
        width: 100%;
    }

    .k2_validation ul {
        border: solid 1px #db1b1b;
        font-size: 12px;
    }
    .k2_validation a
    {
        font-weight:normal;
        color: #000;
    }
      .k2_validation a:hover
    {
        color: #f5815a;
    }
.k2_personel_std_a4 {
    height: 1046px;
    width: 714px;
    position: relative;
    float: right;
    overflow: hidden;
    border: solid 1px #ccc;
}

    .k2_personel_std_a4 div.header {
        width: 714px;
        float: right;
        background-color: #f3f3f3;
    }

        .k2_personel_std_a4 div.header img {
            height: 40px;
            width: 40px;
            float: right;
        }

        .k2_personel_std_a4 div.header div.content {
            height: 40px;
            width: 672px;
            padding-right: 10px;
            padding-top: 2px;
            position: relative;
            float: right;
            overflow: hidden;
            border-bottom: solid 1px #ccc;
        }

            .k2_personel_std_a4 div.header div.content span.t1 {
            }

            .k2_personel_std_a4 div.header div.content span.t2 {
                font-size: 12px;
            }

    .k2_personel_std_a4 div.k2row {
        width: 713px;
        border-bottom: solid 1px #ccc;
        font-size: 12px !important;
        float: right;
        font-weight: normal !important;
        font-size: 13px !important;
    }

        .k2_personel_std_a4 div.k2row span.bx1 {
            float: right;
            text-align: center;
            margin-left: 10px;
        }

            .k2_personel_std_a4 div.k2row span.bx1 i {
                font-size: 12px;
            }


        .k2_personel_std_a4 div.k2row span.bx2 {
            float: right;
            margin-left: 5px;
        }

        .k2_personel_std_a4 div.k2row span.bx3 {
            float: right;
            width: 50px;
        }

    .k2_personel_std_a4 div.allscore {
        float: right;
        width: 713px;
        border-bottom: solid 1px #ccc !important;
        background-color: #f3f3f3 !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }

        .k2_personel_std_a4 div.allscore span {
            margin-left: 25px;
        }

    .k2_personel_std_a4 div.datasontent {
        float: right;
        width: 713px;
        border-bottom: solid 1px #ccc !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .k2_personel_std_a4 div.clsHeader {
        float: right;
        width: 713px;
        border-bottom: solid 1px #ccc !important;
        font-size: 12px !important;
        font-weight: normal !important;
        background-color: #f3f3f3;
        font-size: 13px;
        font-weight: bold !important;
        padding-right: 5px;
    }

.k2_personel_stdexamTestChart {
    border: 1px solid #CCC;
    margin-bottom: 10px;
}





.k2_style_tile_counter {
    text-align: center;
}

    .k2_style_tile_counter .tile_stats_count {
        background-color: #e8eaf6;
        text-align: center;
    }

    .k2_style_tile_counter .Header {
        background-color: #0d47a1;
        padding: 40px 10px 20px 0;
        color: #fff;
        min-height: 100px;
        font-size: 15px;
    }

    .k2_style_tile_counter .tile_stats_count {
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        background-color: #283593;
        min-height: 100px;
        color: #FFF;
    }

    .k2_style_tile_counter .count_bottom {
        font-size: 11px !important;
    }

    .k2_style_tile_counter .tile_stats_count .count {
        font-size: 30px;
        line-height: 47px;
        font-weight: 600;
    }

    .k2_style_tile_counter .infoHeader {
        background-color: #283593;
        padding: 40px 10px 20px 0;
        color: #fff;
        min-height: 100px;
        font-size: 15px;
    }

    .k2_style_tile_counter .boxInfo {
        border: solid 1px #283593;
        padding: 5px;
        min-height: 100px;
        color: #0d47a1;
        font-size: 13px;
        text-align: right;
        line-height: 30px;
    }

        .k2_style_tile_counter .boxInfo a {
            color: #000;
            font-size: 14px;
            font-weight: normal;
        }


.mgFileUpload_cnt {
    width: 100%;
}

    .mgFileUpload_cnt .rows {
        width: 100%;
        float: right;
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .mgFileUpload_cnt div.bx1 {
        width: 40%;
        float: right;
    }

    .mgFileUpload_cnt div.bx2 {
        width: 30%;
        float: right;
    }

    .mgFileUpload_cnt div.bx3 {
        width: 20%;
        float: right;
    }

    .mgFileUpload_cnt img {
        height: 50px;
    }

    .mgFileUpload_cnt a {
        cursor: pointer;
    }

.k2_news_cnt a {
    cursor: pointer;
}

.k2_news_cnt .pics {
    height: 30px;
    margin-left: 5px;
}

.k2_news_cnt .icon {
    height: 30px;
    margin-left: 5px;
}
.k2_eexam_crahgiriReport_cnt
{
    width:700px;
    height:400px;
    border:solid 1px #000;
}
.k2_eexam_crahgiriReport_cnt .sp5
{
    font-weight:bold;
}
.k2_personelExam_cnt{

}
.k2_personelExam_cnt .title{
    font-size: 15px;
}
.k2_personelExam_cnt .answers input{
    cursor:pointer;
    font-size:13px;
}

.k2_personelExam_cnt .answers label{
    margin-left:8px;
    font-size:13px;
}

.k2_personelExam_cnt .tblHeader{
   color:#000;
    font-size:13px;

}

    .k2_stdAmaar_cnt{

    }
    
 .tile_stats_count_boy
 {
         padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    background-color: #e8eaf6;
    min-height: 83px;
    color: #000;
    text-align:center;
 }
 
    
.k2_incomeList_cnt {
}
    .k2_incomeList_cnt div.kRow{
        width: 100%;
        margin-bottom:5px;
}
        .k2_incomeList_cnt div.kRow .title{
            font-size:13px;
            color:#333;
}
         .k2_incomeList_cnt div.kRow .text{
                          font-size:16px;
                          margin-right: 5px;
                          font-weight:bold;
}
          .k2_incomeList_cnt div.kRow .title2{
                          font-size:11px;
            color:#333;
                          margin-right: 1px;
}
           .k2_incomeList_cnt hr{
            padding:0;
            margin:0;
            border: solid 1px #f3f3f3;

}
.k2_student_stdonlinequize_cnt
{
       font-family: dana, Tahoma;
}
.k2_student_stdonlinequize_cnt .Attention
{
       font-size: 13px;
      color: #da0000  !important; 
}
.k2_student_stdonlinequize_cnt .Attention i
{
        font-size: 15px;
}
.k2_student_stdonlinequize_cnt .questionHeader
{
          background-color: #4a148c  !important; 
       font-size: 15px;
      color: #fff  !important; 
}
.k2_student_stdonlinequize_cnt .resultAll
{
       font-size: 15px;
       margin-bottom: 10px;
       color:#dd2c00  !important; 
}

.k2_student_stdonlinequize_cnt div.k2Row
{
    border-bottom: #f3f3f3 solid 1px;
    margin-bottom:3px;
    padding-bottom:3px;
}
.k2_student_stdonlinequize_cnt div.questionRow
{
       font-size: 13px;
}
.k2_student_stdonlinequize_cnt .x_title 
{
     background-color: #f3f3f3  !important; 
     padding-top:7px;
     padding-right:5px;
}
.k2_student_stdonlinequize_cnt .x_title span
{
       font-size: 15px;
}
.k2_student_stdonlinequize_cnt .x_panel
{
         border: 1px solid #ccc;
}
 

.k2_student_stdonlinequize_cnt span.txt1
{
       font-family: dana, Tahoma;
    font-size: 13px;
}
.k2_student_stdonlinequize_cnt span.txt2
{
       font-family: dana, Tahoma;
    font-size: 16px;
}
.k2_student_stdonlinequize_cnt span.txt3
{
       font-family: dana, Tahoma;
    font-size: 13px;
}
.k2_student_stdonlinequize_cnt span.txt4
{
       font-family: dana, Tahoma;
    font-size: 15px;
}
.k2_student_stdonlinequize_passokhname_cnt{
    float: right;

}
.k2_student_stdonlinequize_passokhname_cnt .txt1{
       font-size: 16px;

}
.k2_student_stdonlinequize_passokhname_cnt .downloadQuestion a{
    font-size: 16px;
}
.k2_student_stdonlinequize_passokhname_cnt .downloadQuestion i{
    font-size: 16px;
}

.k2_student_stdonlinequize_passokhname_cnt .radiobtnlist_answers {
    float: right;
    text-align: right;
}

.k2_student_stdonlinequize_passokhname_cnt .radiobtnlist_answers label {
        margin-right: 2px;
        font-size: 16px;
        font-weight: normal;
        float: right;
        cursor:pointer;
        margin-left: 20px;
        text-align: right;
    }

.k2_student_stdonlinequize_passokhname_cnt .radiobtnlist_answers input {
        font-weight: normal;
        float: right;
        text-align: right;
        cursor:pointer;
        height:17px;
        width:17px;
    }

.k2_student_stdonlinequize_passokhname_cnt .radiobtnlist_answers td {
        padding-left: 10px;
    }

.k2_student_stdonlinequize_passokhname_cnt .questionHeader
{
          background-color: #dcedc8  !important; 
       font-size: 15px;
}
.k2_student_stdonlinequize_passokhname_cnt i.fa-check
{
       font-size: 15px;
     color: #37d100  !important; 
}.k2_student_stdonlinequize_passokhname_cnt i.fa-times
{
         color: #dc0000  !important; 
       font-size: 15px;
}
 .k2Consult1battery
              {
    text-align:center;
              }

.k2Consult1batterySumOfAll div.gheibat {
    margin-right: 12px;
    padding: 0 4px 0 4px;
    float: left;
    top: -5px;
    border: solid 1px #dc0000;
    font-size: 14px;
}

.k2Consult1battery div.gheibat {
    margin-right: 12px;
    padding: 0 4px 0 4px;
    float: left;
    top: -5px;
    border: solid 1px #dc0000;
    font-size: 14px;
}
.k2Consult1battery i
              {
    /*position:absolute;*/
    margin-right:5px;
    z-index:1;
    font-size:23px;
    float:right;
        /*right:7px;
        top:2px;*/
              }
.k2Consult1battery i.empty
              {
    color:#6b6b6b  !important; 
              }
.k2Consult1battery i.half
              {
    color:#f50000  !important;  

              }
.k2Consult1battery i.full1
              {
    color:#0ad814  !important; 
              }
.k2Consult1battery i.full2
              {
    color:#2e7d32  !important; 
              }
.k2Consult1battery span
              {
    /*position:absolute;*/
    z-index:2;
    /*right:43px;
    top:1px;*/
    font-size:13px;
    color:#000;
    float:right;
    padding-right:5px;
              }
 


.k2Consult1batterySumOfAll
              {
    /*position:relative;*/
    text-align:center;
              }
.k2Consult1batterySumOfAll i
              {
    /*position:absolute;*/
    z-index:1;
    font-size:30px;
    margin-right:5px;
    float:right;

        /*right:0;
        left:0;*/
        /*top:-2px;*/
              }
.k2Consult1batterySumOfAll i.empty
              {
    color:#6b6b6b !important; 
              }

.k2Consult1batterySumOfAll i.quarter
              {
    color:#ff3e00 !important;  
              }
.k2Consult1batterySumOfAll i.half
              {
    color:#edff00 !important; 
              }

.k2Consult1batterySumOfAll i.three-quarters
              {
    color:#1cd300 !important; 

              }
.k2Consult1batterySumOfAll i.full1
              {
    color:#0ad814 !important; 
              }
.k2Consult1batterySumOfAll i.full2
              {
    color:#2e7d32 !important; 
              }
.k2Consult1batterySumOfAll span
              {
    z-index:2;
    font-size:13px;
              float:right;
    margin-right:5px;
              }

.k2_rowstyle3 {
    width: 100%;
    float: right;
    margin-bottom: 20px;

}

    .k2_rowstyle3 div.chkRow {
        width: 100%;
        float:right;
    }
        .k2_rowstyle3 div.chkRow label {
            font-size: 17px;
            font-weight:bold;
        }
        .k2_rowstyle3 div.chkRow span {
            font-size: 17px;
            font-weight: bold;
        }

    .k2_rowstyle3 div.textCmt {
        float: right;
        width: 100%;
        font-size: 15px;
        margin-right: 20px;
    }


.k2_rowstyle4 {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

    .k2_rowstyle4 span.k2title {
        font-size: 15px;
        font-family: 'Tajawal','B Yekan', Tahoma;
    }
    .k2_rowstyle4 span.k2text {
        font-size: 20px;
        margin-right: 5px;
        margin-left: 5px;
        font-family: dana, Tahoma;
    }
.k2_rowStyle1 {
    width: 100%;
    margin-bottom: 3px;
    border-bottom: solid 1px #f3f3f3;
    padding: 5px;
}

    .k2_rowStyle1 .k2Title {
        font-size: 13px;
        margin-left: 5px;
    }

    .k2_rowStyle1 .k2Text {
        font-size: 16px;
    }
 