@font-face {
  font-family: myFirstFont;
  src: url(MutterKrauseBuch.ttf);
}
html,body {
    margin:0;
    font-family:Verdana;
    background: #fafafa;
}
.container{
    max-width:1100px;
    margin:0 auto;
}
.login {
    width:361px;
    padding:5px;
    margin-top:10vh;
    border:1px solid #dedede;
}
.header {
    border-bottom:1px solid #dedede;
    padding:10px;
    background:white;
    -webkit-box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
    z-index: 1;
    position: relative;
}
.footer {
    border-top:1px solid #dedede;
    padding:10px;
}
.body {
    min-height:60vh;
    padding:10px;
    font-family: Verdana;
}
.date, .textfield, .textarea, .numberfield, .submitbutton, .selectfield, .deductionfield, .printbutton {
    padding:5px;
    width:200px;
    vertical-align:middle;
    color:#e88527;
    font-weight:600;
    border:1px solid grey; /*#dedede*/
    border-radius:5px;
}
.deductionfield, .printbutton {
    width:80px;
}
.submitbutton, .printbutton {
    color:white;
    background:black;
}
.printholder {
    text-align:center;
}
.textarea {
    resize:none;
}
.inputform label{
    display:inline-block;
    width:350px;
    margin:5px;
    position:relative;
    vertical-align: middle;
}
.inputform b {
    vertical-align:middle;
    font-size:12px;
}
.statussuccess, .statusfailed {
    color:blue;
    text-align:center;
}
.statusfailed {
    color:red;
}
.logoimage {
    width:80px;
    height:80px;
    display:inline-block;
    vertical-align:middle;
}
.heading {
    display:inline-block;
    vertical-align:middle;
}
.heading h3, .heading h4, .heading h5{
    margin:5px 10px;
    padding:0;
}
.heading h5 p{
    margin:0;
}
.inputform h4 {
    text-align:center;
}
.navbar {
    padding:15px 0 0;
}
.navbar a {
    padding:3px 10px;
    border-right:2px solid #dedede;
    font-size:13px;
    color:black;
    text-decoration:none;
}
.navbar a:last-child {
    border:0;
}
table {
    border-collapse:collapse;
    min-width:100%;
    font-family:Arial;
    background:white;
    page-break-inside: avoid;
}
.pagebreakbefore {
    page-break-before: always;
}
table th, table td {
    border:1px solid #dedede;
    min-width:100px;
    padding:5px;
    font-size:12px;
    white-space: nowrap;
}
table td.specialtd{
    white-space: pre-wrap;
}
table tr th:nth-child(1), table tr td:nth-child(1), table tr th:nth-child(2), table tr td:nth-child(2), table tr th:nth-child(3), table tr td:nth-child(3), table tr th:nth-child(4), table tr td:nth-child(4), table tr .inheritwidth {
    min-width:inherit;
}
.register table tr:nth-child(even), .advice table tr:nth-child(even){background-color: #f2f2f2;}
.register tr:nth-child(2), .advice tr:nth-child(1){
    background:lightslategrey;
    color:white;
    font-size:12px;
}
.tableholder {
    width:100%;
    overflow:auto;
}
table th.action {
    position: relative;
    cursor: alias;
}
table th.action span {
    display: none;
    padding: 0 10px;
    position:absolute;
    top:0;
    right:100%;
    background:white;
    border:1px solid #d8d8d8;
    -webkit-box-shadow: 0px 1px 5px -2px rgb(0 0 0);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -2px rgb(0 0 0 / 75%);
    border-radius:5px;
}
table th.action:hover span {
    display: block;
    z-index:1;
}
table th.action span a {
    display: block;
    padding: 10px 0;
    color: #34F;
    text-decoration: none;
    border-bottom: 1px solid #d8d8d8;
    text-align:left;
}
table th.action span a:last-child {
    border-bottom: 0;
}
.searchvendorsclass a {
    display:block;
    padding:5px 2.5%;
    border-top:1px solid gray;
    width:95%;
}
.searchvendorsclass {
    width:200px;
    border:1px solid gray;
    border-top:0;
    display:none;
    margin:0;
    padding:0;
    position:absolute;
    top:30px;
    right:0;
    z-index:1;
    background:white;
}
.plus, .edit, .delete {
    width:25px;
    vertical-align:middle;
    padding:5px;
    cursor:pointer;
}
.edit, .delete {
    padding:0;
}
.searchinput {
    width:95%;
    padding:5px 2.5%;
}
.partialpay {
    width:190px;
    text-align:right;
}
.partialpayment {
    background:#fff9c9 !important;
}
.fullpayment {
    background:#d0ffc9 !important;
}
.overpayment {
    background:#ffc9c9 !important;
}
.showonprint {
    display:none;
}
.floatright{
    float:right;
}
.clearfix{clear:both}
.gap1px{padding: 1px;}
.login .submitbutton {
    width:100%;
}
.copyvendor {
    cursor:pointer;
    position: absolute;
    right: 3px;
    top: 3px;
}
#copyname2 {
    padding-right: 28px;
}
.copyvendor img {
    width:22px;
}
.homepage {
    text-align:center
}
.homepage .abc img {
    vertical-align:middle;
}
.homepage .abc {
    color:white;
    padding:30px 5px;
    max-width:200px;
    width:100%;
    display:inline-block;
    text-align:center;
    font-size:0;
    margin:5px;
    background:#668718;
    border-radius:5px;
    -webkit-box-shadow: 0px 1px 5px -2px rgb(0 0 0);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -2px rgb(0 0 0 / 75%);
}
.homepage .abc:nth-child(5n) {
    background:#551d75;
}
.homepage .abc:nth-child(4n) {
    background:#bd3333;
}
.homepage .abc:nth-child(3n) {
    background:#701a48;
}
.homepage .abc:nth-child(2n) {
    background:#1a3270;
}
.homepage .abc a {
    color:white;
    text-decoration:none;
    font-size:13px;
}
input[type=text]:disabled {
  background: gray;
}
.withselect {
    margin-top:5px;
}
.pagitation {
    background: black;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    line-height: 2.2;
}
.selected_page {
    background: white;
    border:1px solid black;
    color: black;
}
.documentslink a {
    color:blue;
    text-decoration:none;
    padding:2px 0;
    display:block;
}
.listtable {
    max-width: 100%;
    min-width:60%;
    width:inherit;
    border-collapse: collapse;
    margin: 25px auto;
}
.listtable td, .listtable th {
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid #d8d8d8;
    position: relative;
    min-width:0;
}
.small_college_logo {
    display:inline-block;
    vertical-align:middle;
    max-width:30px;
    max-height:30px;
}
.smallinput {
    width:40px;
    vertical-align:middle;
}
.reportlist .labelspan {
    vertical-align: middle;
    font-size: 9px;
    margin: 0;
    text-align: center;
    display: block;
}
.impnotice3, .impnotice2 {
    text-align:center;
}
.impnotice2 {
    color:green;
}
.aligncenter {
    text-align:center;
}
.linkbox {
    padding:10px;
    background:#e4f1f5;
    margin: 20px 10px;
    display: inline-block;
    vertical-align: text-top;
    text-align:left;
}
.linkbox_type_1 {
    width: 400px;
    max-width: 80%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
}
.countspan {
    color: darkgoldenrod;
    font-weight: 600;
}
.mark_links {
    color:blue;
    text-decoration:none;
    font-size:11px;
}
.register_link {
    color:blue;
    text-decoration:none;
    float:right;
    font-size:11px;
}
.linkbox a {
    float:none;
    display:block;
    margin:5px 0px;
    font-size:13px;
    color:blue;
    text-decoration:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.sessionset {
    font-size:12px;
}
.backlightgray {
    background-color: #2f4f4f !important;
    color: white !important;
    font-weight: 600 !important;
}
.backlightgray.backgroundwrong {
    background-color: red !important;
}
.backlightyellow {
    background-color: #ffff85 !important;
}
.squarebox {
    width:20px;
    padding-top:20px;
    border:1px solid black;
    display:inline-block;
    margin:5px 5px 5px 20px;
    vertical-align:middle;
}
.paper_title_marks_page td:nth-child(1){
    width: 350px;
    white-space: pre-wrap;
}
.marksheetholder {
    background-size:cover !important;
    position:relative;
    width:1100px;
    font-family: 'Book Antiqua';
    page-break-after:always;
    page-break-before:always;
}
.certificateholder {
    page-break-after:inherit;
    page-break-before:inherit;
}
.certificate_candidate_photo {
    float: right;
    position: absolute;
    right: 0;
    width: 125px;
    height: 160px;
    filter: grayscale(100%) sepia(45%) hue-rotate(795deg);
}
.marksheetimage {
    width:100%;
    position:relative;
}
.marksheet, .finalcertificateholder {
    position:absolute;
    top:255px;
    right:75px;
    left:75px;
}
.markheader1 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}
.certificateheader1{
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-top: 0;
}
.certificate_statement {
    font-size: 25px;
    margin: 0 80px;
    line-height: 50px;
    font-weight: bolder;
}
.finalcertificateholder .certificate_statement {
    font-size: 25px;
    margin: 0;
    line-height: 40px;
    font-weight: 100;
    text-align:justify;
}
.finalcertificateholder .certificate_statement span {
    font-weight:600;
}
.certificate_statement span {
    font-family:myFirstFont;
    word-spacing: 18px;
    margin: 0 10px;
}
.certificate_serial_no {
    position: absolute;
    right: 80px;
    top: 65px;
}
.markheader2 {
    font-size: 18px;
    line-height: 28px;
}
.marksheettable {
    background:none;
    border:2px solid black;
    border-collapse:collapse;
}
.marksheettable td, .marksheettable th {
    vertical-align:center;
    border:1px solid black;
    font-size: 15px;
    padding:10px;
    line-height: 20px;
    white-space: inherit !important
}
.mainresult {
    vertical-align: bottom;
    font-size:20px;
}
.barecodeimg {
	margin-bottom:10px;
	height:45px;
	display:block;
}
.signatureof {
    right: 0;
    position: absolute;
    bottom: 0;
    margin-left:0pt;
    margin-right:0pt;
    text-align:center;
}
.signature {
    display: block;
    max-height:55px;
    max-width:160px;
    margin: 0 auto;
}
.publicationdate {
    display:inline-block;
}
.bottomholder {
    position:absolute;
    bottom: 75px;
    right: 75px;
    left: 75px;
}
.marksheetsubtable {
    background:none;
}
.smalltdmarksheet {
    width:0;
    min-width:0;
}
.marksheetsubtable td, .marksheetsubtable th {
    border:0;
    padding:2px 5px;
    
}

/* Profile Css */

            .heading {
                vertical-align: middle;
            }
            .heading2 {
                display: inline-block;
                max-width: 80%;
            }
            input::-webkit-outer-spin-button,
            input::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0;
            }
            .fontsizezero {
                font-size:0;
                position:absolute;
                right:0;
                left:0;
                background:#f8edfc;
            }
            .righthalf p {
                display:inline-block;
                min-width:50%;
            }
            .lefthalf h3, .righthalf h3 {
                font-size:15px;
                background-color: #287cbd;
                margin:10px 0 0;
                padding:5px 10px;
                color:white;
                border-radius: 5px;
            }
            .lefthalf p, .righthalf p {
                font-size:13px;
                margin:5px 0;
            }
            .lefthalf p b, .righthalf p b {
                float:right;
                margin:0 5px;
                padding:0 0 2px;
            }
            .floatright {
                float:right;
            }
            .lefthalf, .righthalf {
                display:inline-block;
                overflow:auto;
                height:100%;
                vertical-align:top;
                padding: 20px 1.5%;
            }
            .lefthalf {
                width:30%;
                position:sticky;
                top:0;
            }
            .righthalf {
                width:64%;
                background:#fff;
            }
            .banner {
                width: 109%;
                background: #2b023b;
                padding-top: 125px;
                position: relative;
                top: -20px;
                left: -4.5%;
            }
            .profilepic {
                margin: 0 auto;
                width: 50%;
                padding-top: 50%;
                position: relative;
                margin-top: -105px;
            }
            .profilepic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                border-radius: 50%;
            }
            .placeofimages p {
                width:33.3333%;
                min-width:0;
                vertical-align:top;
            }
            .placeofimages p span {
                display:block;
            }
            .placeofimages p img {
                width:100%;
            }
            .placeofimages font {
                position: absolute;
                background: rgba(0,0,0,0.5);
                color:white;
                padding:5px;
            }
            p b select {
                padding:5px;
                width:150px;
                border-radius:5px;
            }
            .impnotice {
                color:red;
                text-align:center;
                max-width:900px;
                margin:10px auto;
            }
            .impnotice2 {
                color:green;
                text-align:center;
                max-width:900px;
                margin:10px auto;
            }
            .createform {
                border-bottom:1px solid #d8d8d8;
                position:relative;
            }
            .createform:empty {
                min-width:100px;
                min-height:14px;
            }
            .createform .innerform {
                position: absolute;
                top: 100%;
                right: 0;
                background: rgba(0,0,0,0.8);
                padding: 10px;
                border-radius: 5px;
                z-index: 1;
                width: 245px;
                text-align: center;
            }
            .innerform input {
                padding:5px;
                display:inline-block;
                outline:0;
            }
            .innerform button {
                padding: 5px;
            }
            .submit_tick, .cancel_cross {
                background:transparent;
                border:0;
                cursor:pointer;
            }
            .submit_tick {
                border-right:1px solid grey;
            }
            .submit_tick:after {
                content:url("<?PHP echo $web;?>/images/essentials/tick.svg");
                vertical-align: middle;
            }
            .cancel_cross:after {
                content:url("<?PHP echo $web;?>/images/essentials/cross.svg");
                vertical-align: middle;
            }
            @media print {
                .hideonprint{
                    display:none;
                }
                .lefthalf {
                    position:relative;
                }
            }
/* Profile Css */


@media print {
    .body {
        padding:0;
    }
    .pagebreak {page-break-after: always;}
    .hideonprint {
        display:none;
    }
    .showonprint {
        display:inherit;
    }
    .heading h5 {
        font-size:13px;
        font-weight:600;
        margin:0 10px;
        display:block;
    }
    .footer {
        display:none;
    }
    .tableholder {
        overflow:visible;
    }
    .container {
        max-width:100%;
    }
}