﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000; /*#336699;*/
    color: #333;
    font-size: .85em;
    margin: 0;
    padding: 0;
    direction: rtl;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    min-height: 450px;
}

#body {
    background-color: #f9f9f9; /* #efeeef clear: both;*/
    padding-bottom: 35px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 6px #000000;
    min-height: 575px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #973342;
    border-right-color: #973342;
    border-left-color: #973342;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 30px;
    min-height: 500px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

header .content-wrapper {
    padding-top: 20px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.jumbotron {
    margin-top: 20px;
}

::placeholder {
    color: #808080;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
    font-size: 1.2rem;
    font-weight: 500;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
    font-size: 1.2rem;
    font-weight: 500;
}

.btnRefresh {
    display: inline;
    width: 40px !important;
    margin-top: -23px;
    margin-right: 175px;
    margin-bottom: 10px;
}

.captchText {
    width: 280px;
    display: inline-block;
    /*width: 100%;*/
    height: calc(1.5em + 0.25rem + 2px);
    padding: 0.25rem 0.25rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.imgButon {
    margin-top: -37px;
    margin-right: 242px;
}

.header h1 {
    font-size: 1.4rem;
    margin-bottom: 0.0rem;
}

.contents {
    content: '';
    height: 175px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /*box-shadow: rgba(112, 116, 119, 0.6) 0px 2px 2px 2px;*/
    padding: 0px !important;
}

.app {
    background: url('../Images/App.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    width: 100%;
    height: 100%;
    transition: filter 1s ease-in-out;
}

.openSession {
    background: url('../Images/openSession.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: 100%;
    height: 100%;
    transition: filter 1s ease-in-out;
}

.printDocs {
    background: url('../Images/printdocs.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: 100%;
    height: 100%;
    transition: filter 1s ease-in-out;
}

.epayment {
    background: url('../Images/E-Payment.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: 100%;
    height: 100%;
    transition: filter 1s ease-in-out;
}

.info {
    background: url('../Images/update_info.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: 100%;
    height: 100%;
    transition: filter 1s ease-in-out;
}

.userguide {
    background: url('../Images/UserGuide.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: 100%;
    height: 100%;
    transition: filter 0.5s ease-in-out;
}

.members {
    background: url('../Images/members.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: 100%;
    height: 100%;
    transition: filter 0.5s ease-in-out;
}

.contents:hover .app, .contents:hover .epayment, .contents:hover .info, .contents:hover .userguide,
.contents:hover .printDocs, .contents:hover .openSession, .contents:hover .members {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.contentstitle {
    background-color: rgba(13, 17, 40, 0.8) !important;
    width: 100%;
    border-radius: 0.25rem;
    text-align: center;
    color: #fff !important;
    font-size: 1.2rem !important;
    position: absolute;
    top: 0;
    max-width: 293px;
    transition: background-color 0.5s ease-in-out;
    /*top: 0;
  left: 0;*/
}

.contents:hover .contentstitle {
    background-color: rgba(195, 24, 51, 0.90) !important;
}

.contentstitle p {
    padding: 10px 10px;
    margin: 0px;
}
/*, .contentstitle:hover*/


.appul {
    flex-direction: row;
    list-style: none;
    display: flex;
    padding: 0px;
}

.navbar-inner {
    /*background: #b1235b !important;*/
    background: transparent !important;
    border-radius: 0.25rem;
    padding: 0px;
    margin-bottom: 5px;
}

    .navbar-inner .nav-item {
        /*background: #b1235b !important;*/
        /*border: 1px solid #dee2e6;*/
        border-radius: 0.25rem;
        margin-left: 5px;
        margin-top: 0px !important;
    }

    .navbar-inner .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

.requestnavigation {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2;
    clear: both;
    padding: 0 !important;
    text-align: justify;
}

    .requestnavigation fieldset {
        width: 100% !important;
        margin-top: 10px;
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 5px !important;
    }

        .requestnavigation fieldset legend {
            font-size: 14pt;
            margin-bottom: 0px;
            margin-right: 10px;
        }

.requestnavigationbtm {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    /*margin: -10px 0px 0px 30px !important;*/
    padding: 0 !important;
    text-align: justify;
}

.sessionApps {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #ced4da; /*box-shadow: 0px 0px 2px 2px #336699;*/
    margin: 5px 0px 0px 0px;
    min-height: 617px;
}

    .sessionApps table {
        margin-bottom: 0px !important;
    }

.request {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2;
    /* box-shadow: 0px 0px 2px 2px #336699; */
    clear: both;
    margin: 0px 0px 10px 30px;
    padding: 0px 0px 0px 0px !important;
    /*text-align: justify;*/
}

    .request span {
        padding: 5px 5px 0 0;
        text-align: right !important;
    }

    .request p {
        padding: 5px 5px 0px 0px;
        /*margin: 0px -15px 10px -5px;*/
        color: #fff;
        background-color: #993342; /*#336699;*/
        border-radius: 3px 3px 0px 0px;
        /*box-shadow: 0px 0px 1px 1px #336699;*/
        box-shadow: 0px 0px 0px 1px #a2a2a2;
        height: 35px;
    }


.hrequest {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    margin: 0px 0px 10px 30px;
    padding: 0px 0px 0px 5px;
    text-align: justify;
}

    .hrequest span {
        padding-right: 0px;
    }

    .hrequest p {
        padding: 5px 5px 0px 0px;
        margin: 0px -15px 10px -5px;
        color: #fff;
        background-color: #0d1128 !important;
        border-radius: 3px 3px 0px 0px;
        /*box-shadow: 0px 0px 1px 1px #336699;*/
        box-shadow: 0px 0px 0px 1px #a2a2a2;
        height: 35px;
    }

.max-form-control {
    max-width: 435px;
}

.larg-form-control {
    max-width: 100%;
}

.hidentext {
    font-size: 1px;
    color: #f9f9f9 !important;
    border: none;
    width: 0px !important;
    background: #f9f9f9 !important; /*#efeeef*/
    padding: 0px !important;
}

.up-form-control {
    padding: 0px;
}

.table-condensed {
    margin-top: 0.5rem;
    color: #000;
}

    .table-condensed tr th {
        /*border: 0px solid #6e7390;*/
        color: white;
        background-color: #183c63;
        padding: 0.15rem;
        text-align: center;
        font-size: 1.0rem;
    }

        .table-condensed tr th a:link {
            /*border: 0px solid #6e7390;*/
            color: white;
            background-color: #183c63;
            padding: 0.15rem;
            text-align: center;
            font-size: 1.0rem;
        }

    .table-condensed th {
        font-weight: 500;
    }

    .table-condensed, .table-condensed tr td {
        padding: 0.15rem;
        font-size: 1.0rem;
    }

        .table-condensed .btn {
            padding: 0rem;
            font-size: 1.0rem;
        }

        .table-condensed .btn-mini {
            min-width: 20px;
            background-color: transparent;
            font-size: 1.2rem;
            border: none;
            padding: 0px;
        }

.btn-mini:hover, .btn-mini:focus {
    border: none;
}


.table-condensed i {
    color: #c31833;
}

.btn-mini-edit i {
    color: #1a655b !important;
}

.table-condensed .form-control, .request .form-control, .request .control-label {
    font-size: 1.1rem;
}

.btn-mini-save i {
    color: #1d949a;
    font-size: 1.4rem;
}

tr:nth-child(even) {
    background: transparent;
}

/*tr:nth-child(odd) {
    background: #fff;
}*/

.table-condensed .ajax__calendar table {
    padding: 0px !important;
}

.table-condensed .ajax__calendar tr td {
    font-size: 11px !important;
    text-align: center !important;
    padding: 0px !important;
}

.univdll {
    max-width: 500px !important;
}

.fa,
.fas {
    font-weight: 600 !important;
}


.applicationdiv .control-label, .applicationdiv .form-control {
    font-size: 1.2rem !important;
}

.applicationdiv .form-control {
    background-color: #f9f9f9;
    color: #000;
}

.decisiondiv .control-label, .decisiondiv .form-control {
    font-size: 1.1rem !important;
}

.decisiondiv .form-control {
    background-color: #f9f9f9;
    color: #000;
}

.tbPostalAddress {
    max-width: 450px;
}

.amenu {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
    text-align: right;
    float: right;
    background-color: #00354F;
}

    .amenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: right;
    }

    .amenu li a, .amenu li a:visited {
        margin: 0px;
        background-color: #183c63; /*#00354F;*/
        border-radius: 0px 0px 0px 5px;
        box-shadow: 0px 0px 6px #000000;
        color: #FFFFFF;
        display: block;
        line-height: 1.55em;
        padding: 10px 5px 10px 5px;
        text-decoration: none;
        font-size: 1.2rem;
        width:100%;
    }

        .amenu li a:hover {
            background-color: #465c71;
            color: #FFFFFF;
            border-radius: 0px 0px 0px 5px;
            box-shadow: 0 0 6px #000000;
            text-decoration: none;
        }

            .amenu li a:hover .fas, .amenu li a:hover .far {
                color: #FFFFFF;
            }

    .amenu ul li a:active {
        background-color: #465c71;
        color: #FFFFFF;
        border-radius: 0px 0px 0px 5px;
        box-shadow: 0 0 6px #000000;
        text-decoration: none;
    }
    .amenu ul li
    {
        width:100%;
    }
.pagetitle {
    background-color: #5d5d5d; /*#336699;*/
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px #000000;
    color: #fff;
    height: 47px;
    padding-right: 10px;
    font-size: 14pt;
    padding-top: 7px;
}

.text-danger {
    color: #c31833 !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
}

.rblLable label {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.modal-body label {
    margin-left: 0px !important;
    text-decoration: none;
}

.rportTable table tr {
    background-color: #fff;
}

#ctl00_MainContent_ReportViewer1_ctl05 table tr {
    background-color: #e1decf;
}

.disabled {
    background-color: transparent !important;
    border: none !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.lblSession {
    font-size: 1.3rem !important;
}

.multiLine {
    max-width: 700px !important;
    width: 100% !important;
    height: 150px !important;
}

.modal-dialogMax {
    max-width: 950px !important;
}


.progressDiv {
    background-color: #ffffff;
    filter: alpha(opacity=80);
    opacity: 0.80;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 5000;
}


.table-condensed, .table-condensed tr td, .table-condensed tr th {
    border-color: #ced4da;
    /*border-left: none !important;
    border-right: none !important;*/
}

.gridpager {
    color: #FFFFFF !important;
    font-size: 1.3rem !important;
    border: none;
    background-color: #fff !important;
    border-bottom: 1px solid #8b8c8d;
    height: 45px;
}

    .gridpager:hover, .gridpager tr:hover {
        background-color: #fff !important;
    }

    .gridpager tr {
        /*background-color: #183c63 !important;*/
        color: #FFFFFF !important;
        background-color: #fff !important;
    }

    .gridpager td {
        /*border: none !important;*/
        font-size: 1.3rem !important;
        padding: 0 0.3rem !important;
        /*border: #888989 solid 1px;*/
        border-color: #fff !important;
    }

    .gridpager tr td span {
        color: #ffffff !important;
        padding: 0 10px;
        background-color: #afabac;
    }

    .gridpager a:link, .gridpager a:visited, .gridpager a:hover, .gridpager a:active {
        color: #FFFFFF !important;
        padding: 0 10px;
        background-color: #c31833;
    }


.reportnavigation table, .reportnavigation table tr {
    background-color: transparent !important;
}

.record tr th, .record tr td {
    font-size: 0.8rem !important;
}

.dx-wrap table tr {
    background-color: transparent !important;
}

.dxgvHeader_Office2010Black, .dxgvHeader_Office2010Black td {
    background: unset !important;
    background-color: #183c63 !important;
}

.dxgvPagerTopPanel_Office2010Black, .dxgvPagerBottomPanel_Office2010Black {
    background: unset !important;
    font-size: 0.9rem;
}

.dxpLite_Office2010Black .dxp-num {
    color: #FFFFFF;
    padding: 10px 13px;
    background-color: #c31833;
    font-size: 0.9rem;
}

.dxpLite_Office2010Black .dxp-dropDownButton {
    padding: 9px 2px 3px 3px;
    background: unset !important;
    background-color: #183c63 !important;
}

.dxpLite_Office2010Black .dxp-comboBox input {
    font-size: 0.9rem;
}

.dxp-summary {
    color: #000 !important;
    font-size: 0.9rem;
}

/***/
.newList {
    margin: 0px;
    padding: 0px;
    font-family: cairo, cairo;
    font-size: 1.1em;
    color: #000000;
    text-align: right;
    line-height: normal;
}

.newListCss {
    border: 1px solid #666666;
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-align: right;
    padding-right: 5px;
    list-style-type: none;
    background-color: #FFFFFF;
    max-height: 360px;
    overflow-y: scroll;
    position: inherit;
    width: 300px;
}

.selectedlabels {
    font-family: cairo;
    font-size: 1.1em;
    color: White;
    background-color: #0065a2;
    text-align: right;
    cursor: pointer;
    line-height: normal;
}

.form-group {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.session-label {
    margin-left: 10px !important;
    margin-top: 5px;
}

input[type="radio"] {
    border: none !important;
    display: inline-block;
    padding: 0.25rem 0.25rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}

.form-radio label {
    color: #495057;
    margin-left: 20px !important;
    margin-right: 10px !important;
}

.amenu {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
    text-align: right;
    float: right;
    background-color: #00354F;
}

    .amenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: right;
    }

    .amenu li a, .amenu li a:visited {
        margin: 0px;
        background-color: #973342; /*#00354F;*/
        border-radius: 0px 0px 0px 5px;
        box-shadow: 0px 0px 6px #000000;
        color: #FFFFFF;
        display: block;
        line-height: 1.55em;
        padding: 10px 5px 10px 5px;
        text-decoration: none;
        font-size: 11pt;
    }

        .amenu li a:hover {
            background-color: #465c71;
            color: #FFFFFF;
            border-radius: 0px 0px 0px 5px;
            box-shadow: 0 0 6px #000000;
            text-decoration: none;
            font-size: 11pt;
        }

            .amenu li a:hover .fas, .amenu li a:hover .far {
                color: #FFFFFF;
            }

    .amenu ul li a:active {
        background-color: #465c71;
        color: #FFFFFF;
        border-radius: 0px 0px 0px 5px;
        box-shadow: 0 0 6px #000000;
        text-decoration: none;
        font-size: 11pt;
    }

.pagetitle {
    background-color: #5d5d5d; /*#336699;*/
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px #000000;
    color: #fff;
    height: 47px;
    padding-right: 10px;
    font-size: 14pt;
    padding-top: 7px;
}

.univtitle {
    background-color: #983342; /*#09354f;*/
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px #000000;
    color: #fff;
    height: 47px;
    padding-right: 10px;
    font-size: 14pt;
    padding-top: 7px;
}

.hrequest {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    margin: 0px 0px 10px 30px;
    padding: 0px 0px 0px 5px;
    text-align: justify;
}

    .hrequest span {
        padding-right: 0px;
    }

    .hrequest p {
        padding: 5px 5px 0px 0px;
        margin: 0px -15px 10px -5px;
        color: #fff;
        background-color: #336699;
        border-radius: 3px 3px 0px 0px;
        /*box-shadow: 0px 0px 1px 1px #336699;*/
        box-shadow: 0px 0px 0px 1px #a2a2a2;
        height: 35px;
    }

.requestnavigation {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    margin: 0px 0px 0px 30px !important;
    padding: 0 !important;
    text-align: justify;
}

    .requestnavigation fieldset {
        width: 100% !important;
        margin-top: 10px;
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 5px !important;
    }

        .requestnavigation fieldset legend {
            font-size: 14pt;
            margin-bottom: 0px;
            margin-right: 10px;
        }

.requestnavigationbtm {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    margin: -10px 0px 0px 30px !important;
    padding: 0 !important;
    text-align: justify;
}


.note {
    color: #c31833;
}

.input-group input {
    margin: 0 !important;
}

.accountInfo fieldset {
    padding: 15px 0px 0px 0px !important;
    margin-top: 15px;
}

.hidentext {
    font-size: 1px;
    color: #f9f9f9 !important;
    border: none;
    width: 0px !important;
    background: #f9f9f9 !important; /*#efeeef*/
    padding: 0px !important;
}

.done {
    display: none;
}

.success {
    color: #ffffff;
    background-color: #517ea7;
    border: 1px solid #517ea7;
    border-radius: 3px;
    padding: 10px;
    font-weight: 500;
    font-size: 14pt;
    margin-bottom: 10px;
}

.error {
    color: #000;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    border-radius: 3px;
    padding: 10px;
    font-weight: 500;
    font-size: 14pt;
    margin-bottom: 10px;
}

.dellink {
    color: #b10c32 !important;
    font-weight: 500;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 0px 0px 0px 1px #a2a2a2 !important;
    line-height: 3;
    padding: 5px;
    margin-left: 15px;
}


.showlink {
    color: #009999 !important;
    font-weight: 500;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 0px 0px 0px 1px #a2a2a2 !important;
    line-height: 3;
    padding: 5px 20px;
    margin-left: 15px;
}

.requeststatus {
    clear: both;
    margin: 0px 0px 0px 30px !important;
    padding: 0 !important;
    text-align: justify;
}

.dacadimic {
    text-align: center;
}

.sacadimic {
    font-size: 1.2em;
    line-height: 1.5;
    color: #963342;
}

.btnCancle {
    min-width: 80px !important;
    font-size: 0.9em !important;
}



.prntdv input, .prntdv textarea, .prntdv select {
    border: 1px solid #e2dcdd;
    background: transparent;
    color: #000;
    font-size: 1.0em;
    margin: 0 !important;
    padding: 0 !important;
    /* height: 40px; */
    vertical-align: middle;
    /* width: 30px; */
}

.tbDecision {
    font-size: 13pt;
    font-weight: 600;
    color: #000;
}

.pagetitle {
    background-color: #5d5d5d; /*#336699;*/
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px #000000;
    color: #fff;
    height: 47px;
    padding-right: 10px;
    font-size: 14pt;
    padding-top: 7px;
}

.univtitle {
    background-color: #983342; /*#09354f;*/
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px #000000;
    color: #fff;
    height: 47px;
    padding-right: 10px;
    font-size: 14pt;
    padding-top: 7px;
}


.requestnavigation {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    margin: 0px 0px 0px 30px !important;
    padding: 0 !important;
    text-align: justify;
}

    .requestnavigation fieldset {
        width: 100% !important;
        margin-top: 10px;
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 5px !important;
    }

        .requestnavigation fieldset legend {
            font-size: 14pt;
            margin-bottom: 0px;
            margin-right: 10px;
        }

.requestnavigationbtm {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    margin: -10px 0px 0px 30px !important;
    padding: 0 !important;
    text-align: justify;
}


.note {
    color: #c31833;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: 1.0em;
    height: 65px;
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 1px #000000;
    text-align: center;
    border-top-color: #983342;
    border-top-width: 1px;
    border-top-style: solid;
}

input, textarea, select {
    border: 1px solid #e2dcdd; /*#c0d3fd*/
    background: #fff;
    color: #000;
    font-size: 1.0em;
    /*margin: 0px 0 6px 10px !important;*/
    padding: 2px 2px 5px 15px;
    /*height: 40px;*/
    vertical-align: middle;
    /*width: 30px;*/
    margin-bottom: 5px;
}

textarea {
    height: 100px;
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

/*input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 500;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    min-width: 120px;
    border-radius: 3px 3px 3px 3px;
    margin: 0px !important;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #c31833;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #c31833;
}

#loginForm {
    float: left;
    width: 100%;
    min-height: 400px;
}

.logindiv {
    margin: 50px auto 0 auto;
}

    .logindiv fieldset legend {
        color: #c31833;
    }

fieldset legend {
    /* display: none; */
    font-size: 20px;
    margin-top: -15px;
    margin-right: -40px;
    background-color: #f9f9f9;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    width: auto;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

fieldset {
    border: none;
    margin: 0;
    padding-right: 75px !important;
    padding-left: 75px !important;
    /* border-color: #0085cf; */
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #000000;
    padding-top: 15px !important;
    width: 510px !important;
}

    fieldset ol li {
        padding-bottom: 5px;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

th {
    border: 0 none;
    font-size: 1.0em;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

striped td {
    font-size: 0.95em !important;
    text-align: right !important;
    padding: 0.5rem;
}

td, th {
    padding: 0.25em;
    border-color: #e1dddd;
    border-width: 1px;
    border-style: Solid;
}

.gvLinks, gvLinks:hover {
    color: #fff !important;
    background-color: #993342 !important;
}

.table-footer {
    background-color: #2c6596 !important;
    color: white;
}

.acadimic th, .acadimic td {
    border: 1px solid #000 !important;
    font-size: 1.0em;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 500;
}

.acadimic a {
    color: #000;
}

    .acadimic a:hover {
        background-color: transparent;
        text-decoration: none;
        color: #000 !important;
    }

.mdoaldata {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    /*box-shadow: 0px 0px 0px 1px #a2a2a2;*/
    clear: both;
    text-align: justify;
}

    .mdoaldata label {
        color: #000;
    }

    .mdoaldata span {
        padding-right: 0px;
    }

    .mdoaldata p {
        padding: 5px 5px 0px 4px;
        /*margin: 0 -15px 10px -15px;*/
        color: #fff;
        background-color: #0d1128 !important;
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 0 1px #a2a2a2;
        height: 40px;
    }

.acadimic {
    clear: both;
    margin: 0px 0px 10px 30px;
    padding: 0px 0px 0px 5px;
    text-align: center;
}

    .acadimic th, .acadimic td {
        border: 1px solid #000 !important;
        /*border-style: solid !important;
        border-width: 1px !important;
        border-color: inherit !important;*/
        font-size: 1.0em;
        text-align: center;
        padding-left: 3px;
        padding-right: 3px;
        font-weight: 500;
    }

    .acadimic a:hover {
        background-color: transparent;
        text-decoration: none;
        color: #000 !important;
    }

.defaultnavigation {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    margin: 0px 0px 0px 0px !important;
    padding: 0 20px !important;
    text-align: justify;
}

    .defaultnavigation fieldset {
        width: 100% !important;
        margin-top: 10px;
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 5px !important;
    }

        .defaultnavigation fieldset legend {
            font-size: 14pt;
            margin-bottom: 0px;
            margin-right: 10px;
        }

    .defaultnavigation th, .defaultnavigation td {
        font-size: 0.9em !important;
    }

    .defaultnavigation input[type="submit"], .defaultnavigation input[type="button"], .defaultnavigation button {
        cursor: pointer;
        font-size: 0.9em;
        font-weight: 500;
        padding: 5px;
        margin-right: 5px;
        width: auto;
        min-width: 100px;
        border-radius: 3px 3px 3px 3px;
        margin: 0px !important;
    }

.noBorder {
    margin-bottom: 5px;
}
    .noBorder input, .noBorder label {
    height: 35px;
    margin-bottom: 0px !important;
}

.noBorder td {
    border: 0 !important;
}

.noBorder table tr td {
    border: 0 !important;
}


.field-iconR {
    left: 0 !important;
    margin-top: -40px !important;
    border: none !important;
}
.field-validation-error {
    color: #b10c32 !important;
}