body {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    background: #f5f5f5 !important;
    color: #333;
    font-size: 16px !important;
    line-height: 1.5;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
}

/*.header {
	width: auto;
	height: auto;
	background-color: #92b626;
	background-image: linear-gradient(to top, #92b626 15%, #338fce 100%);
	border-bottom: 1px solid #0d5e94;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	position: relative;
	z-index: 3;
}
*/

.button {
    background-color: Crimson;
    border-radius: 5px;
    color: white;
    padding: .5em;
    text-decoration: none;
}

    .button:focus,
    .button:hover {
        background-color: FireBrick;
        color: White;
    }

.header {
    width: auto;
    height: auto;
    background-color: #6d0003;
    border-bottom: 1px solid #6d0003;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    position: relative;
    z-index: 3;
}


.Biharlogo {
    margin-bottom: 5px;
}

.header .fontDarkRed img {
    width: 40px;
}

.rightmenu ul li a:hover {
    text-decoration: none;
}

.Biharlogo li {
    list-style: none;
    font-size: 20px;
    padding-top: 5px;
    color: #fff;
}

    .Biharlogo li img {
        width: 70px;
    }

.rightmenu {
    float: right;
    margin-top: 18px;
}

.formStyle {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.editForm .ui-sortable,
.texta {
    margin-bottom: 20px;
}

.editForm .label-2 {
    float: right;
    padding-top: 7px;
}

.texta textarea {
    width: 100%;
    max-width: 100%;
    padding: 4px 10px 10px 10px;
    border: 1px solid #ccc;
}

.editForm legend {
    width: auto;
    padding: 0 15px;
    border: 0px;
}

.loginPage {
    /*max-width: 460px;*/
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9%;
    /*margin-top: 12%;*/
    margin-top: 2%;
    position: relative;
}

.loginimg {
    background: url("/Content/Style/login-bg.jpg");
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0 0 0 2000px rgba(31,35,60,.8);
    box-shadow: inset 0 0 0 2000px rgba(31,35,60,.4);
}

.loginbg {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    border: 7px double #605daf;
    padding: 20px 20px 50px 20px;
    display: inline-block;
    width: 100%;
}

    .loginbg h2 {
        text-align: center;
        background: #f9f9f9;
        margin: 0;
        padding: 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .loginbg h3 {
        text-align: left;
        background: #f9f9f9;
        margin: 10px;
        padding: 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

.loginhead {
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
}

    .loginhead img {
        width: 80px;
    }

.formlogin {
    padding: 5px 15px;
}

.loginbg .input-f {
    padding: 20px 10px;
    margin-bottom: 25px;
}

.footerlogin {
    padding-top: 10px;
    text-align: center;
}

    .footerlogin p a {
        /*color: #fff;*/
        color: #333;
        font-size: 14px;
        text-decoration: underline;
    }

        .footerlogin p a:hover {
            text-decoration: none;
        }

    .footerlogin p {
        color: #333;
        font-size: 14px;
    }

input, select, textarea {
    max-width: 100% !important;
}

.footer {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}

    .footer p {
        padding: 0px;
        margin: 0px;
    }

        .footer p a {
            font-size: 16px;
            color: #c5070e;
        }

.editForm {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.formStyle h2 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #c5070e;
}


.btnStyle {
    padding: 10px 30px;
    font-size: 20px;
    border: 0px;
    border-radius: 3px;
    background: #c5070e;
    color: #fff;
}

    .btnStyle:hover {
        color: #fff;
        text-decoration: none;
        background: #881a1e;
    }

.tableview {
    float: left;
    width: 100%;
}

.stulist {
    float: left;
    margin-bottom: 15px;
}

    .stulist h1 {
        font-size: 28px;
        color: #c5070e;
    }

.addstu {
    float: right;
    padding-top: 25px;
}

.btnDefault {
    padding: 8px 14px;
    background: #c5070e;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

.btntake {
    background: #c5070e;
    color: #fff !important;
    padding: 5px 5px;
    border-radius: 3px;
    font-size: 12px;
}

ul.rOpts li {
    height: auto !important;
}

ul.rOpts a {
    padding: 6px !important;
    line-height: 18px !important;
}

ul.rOpts li.icon16 a:before {
    content: "";
    background-image: none !important;
    background-repeat: no-repeat;
    padding-left: 0px !important;
}

.btnDefault:hover {
    color: #fff;
    text-decoration: none;
    background: #881a1e;
}

.tableview thead tr th {
    vertical-align: middle !important;
}

.tableview tbody tr td {
    vertical-align: middle !important;
}

.tableview tbody tr a {
    color: blue;
}

.fontst {
    font-size: 24px;
}

.widthdefine textarea {
    width: 100%;
}

.form-controls {
    text-align: left;
    margin-left: -234px !important;
    margin-top: 7px !important;
    padding: 14px;
    height: 24px;
    width: 24px;
}

.required:after {
    content: " *";
    color: red;
}


.print-form {
    width: 100%;
    padding: 10px;
}

    .print-form h2 {
        margin-bottom: 20px;
        color: #444;
    }

    .print-form legend {
        width: auto;
        padding: 0 15px;
        border: 0px;
    }

    .print-form .ui-sortable, .texta {
        margin-bottom: 10px;
    }

    .print-form .label-2 {
        float: right;
        padding-top: 0px;
    }

.padding-t-7 {
    padding-top: 7px;
}

.padding-t-16 {
    padding-top: 16px;
}

.padding-b-25 {
    padding-bottom: 25px;
}

.br-b {
    border-bottom: 1px solid #ddd;
}

.print-form-box h2.no-mrgin-b {
    margin-bottom: 0px;
}

.print-form-box h2.no-mrgin-t {
    margin-top: 0px;
}

.no-mrgin-t, .no-mrgin-b {
    margin-top: 0px;
    margin-bottom: 0px;
}

.table.no-mrgin-b {
    margin-bottom: 0px !important;
}

.print-form-box h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
}

.print-form-box h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
}

.print-form-box h2.hdgbg {
    background: #f7f7f7;
}

.stdpic img {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 6px;
}



.print-form-box {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 0px;
    border: 0px solid #ffe082;
}

.print-fieldset {
    width: 100%;
    float: left;
    padding: 10px;
    border: 0px solid #ddd;
    margin-bottom: 0px;
}

    .print-fieldset legend {
        width: 100%;
        float: left;
        padding: 10px;
        border: 1px solid #ddd;
        background: #f7f7f7;
        margin-bottom: 25px;
    }

    .print-fieldset .rowbg {
        background: #f7f7f7;
        font-size: 24px;
    }

.printTable {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

.printTable-head {
    border: 1px solid #aaa;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .printTable-head td {
        border: 1px solid #aaa;
        padding: 0 10px;
    }

.printTable-body {
    border: 1px solid #aaa;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .printTable-body td {
        border: 1px solid #aaa;
        border-top: 0;
        padding: 0 10px;
    }

@media only screen and (max-width: 768px) {
    .editForm .label-2 {
        float: left;
        padding-top: 0px;
    }

    .formStyle h2 {
        margin-bottom: 38px;
        line-height: 40px;
        font-size: 25px;
        margin-top: 0;
    }

        .formStyle h2:before {
            bottom: -5px;
        }

    input,
    select,
    textarea {
        max-width: 100% !important;
    }

    .Biharlogo li {
        list-style: none;
        font-size: 14px;
        padding-top: 5px;
        color: #fff;
    }

        .Biharlogo li img {
            width: 40px;
        }

    .Biharlogo {
        position: absolute;
    }

    .rightmenu {
        float: right;
        margin-top: 7px;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .heightheader {
        height: 63px;
    }

    .loginPage {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .loginbg h2 {
        margin-bottom: 20px;
    }

    .widthdef {
        width: 100%;
    }

    .widthdefine textarea {
        width: 100%;
    }
}


