﻿.account-body {
    padding-left: 124px;
    padding-right: 124px
}

.navigationpanel {
    height: auto;
}

.account-side-nav-li {
    border-bottom: 1px solid black;
}

.account-side-nav {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 29px;
}


.account-side-nav-text {
    padding-left: 25px;
    color: #091139;
    font-size: 18px;
}

.accttitle {
    color: #091139;
    font-size: 24px;
}

.stu-agree-title {
    padding-bottom: 70px;
    display: block;
}

.stu-aggre-batchUpload {
    color: #4A90E2;
    font-size: 16px;
}

.stu-aggre-batchUpload:hover {
    text-decoration: underline;
    cursor: pointer;
}


.logintitle {
    color: #091139;
    font-size: 24px;
    display: block;
}

.loginsection {
    padding-top: 60px;
}

.account-side-nav-active {
    border-right: none !important;
    background-color: white !important;
}

p {
    position: relative;
    text-align: left;
}

p span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

p:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

p:before {
    left: 0;
}

.accountlable {
    color: #091139;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 300 !important;
    line-height: 12px;
    padding-top: 25px;
}

.accountrow {
    display: block;
    padding-top: 54px;
}

input {
    color: #091139;
    font-size: 18px;
}

.btn {
    background: #091139;
}

select {
    border: none !important;
    /*padding-left: 350px;*/
}

.progress {
    margin-top: 10px;
}

.stu-aggre-label {
    padding-left: 15px;
}

.stu-aggre-info-img {
    padding-top: 11px;
    margin-left: -15px;
}

.modal-header .close {
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background-color: #00aeef;
    color: #ffe300;
    font-size: 9px;
    opacity: 1;
    z-index: 10;
}

.trasfertooltip {
    padding-left: 40px;
    padding-top: 20px;
}

.trasfertooltip li {
    padding-bottom: 15px;
}

.awardedDegree {
    /*border: 1px, solid, grey;*/
    padding: 10px;
    /*outline: 1px solid;*/
}

.form-control {
    box-shadow: none !important;
}

.validation-summary-errors {
    padding: 20px;
}

.field-validation-error {
    padding: 5px;
    color: red;
}

.account-field-validation-error {
    text-align: center;
}

.stu-agree-batch-modal {
    height: 858px;
    width: 970px;
    border-radius: 2px;
    background-color: #FFFFFF;
    right: 235px;
}

.modal-header {
    color: #091139;
    font-size: 24px;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.modal-body {
    color: #091139;
    font-size: 18px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.stu-agree-batch-modal-text {
    padding-bottom: 40px !important;
    display: block;
    font-family: Lato, sans-serif !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.stu-agree-btn {
    height: 48px;
    width: 227px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
}

.stu-agree-batchupload-box {
    width: 874px;
    background-color: #E4E6EF;
    height: 332px;
    border-radius: 4px;
    border: dashed;
    border-color: #091139;
    border-width: 1px;
    padding-top: 140px;
    padding-left: 324px;
}


.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background-color: white;
    font-size: 24px;
    font-weight: 500;
    padding-left: 33px;
    padding-top: 8px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: Highlight;
}
