﻿.loadingLayout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99998;
}

.loading {
    width: 300px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 45%;
    line-height: 56px;
    color: #fff;
    padding-left: 60px;
    font-size: 15px;
    background: #000 url(../image/loader.gif) no-repeat 10px 50%;
    z-index: 99999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 1);
}

.Permission {
    margin-left: 40%
}

.row {
    width: 100%;
}

    .row tr td {
        width: 20%;
    }

.tdtxt {
    width: 160px;
    text-align: right;
    color: red;
}

.tdinput {
    width: 160px;
    text-align: left;
}

    .tdinput input select {
        margin-left: 15px;
        width: 100%;
    }

#txtTeacher {
    width: 100%;
    height: 60px;
}

