@charset "utf-8";
/* CSS Document */
html, body {
	padding:0;
	margin:0;
	font-family: arial;
	font-family: system-ui;
	background:#fafafa;
}
.all_content_holder {
    min-height:88vh;
}
.all_content_holder td, .all_content_holder th {
    max-width:150px;
}
.menubar_holder {
    text-align: center;
    font-size: 0;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 75%);
    z-index: 2;
    top:0;
	position: relative;
    position: sticky;
    background: white;
}
.clearfix {
	clear:both;
	display:block;
}
a {
	text-decoration:none;
	color:black;
}
nav.menubar {
    margin: 0 auto;
    padding: 2.5px 10px;
}
.logo {
	float:left;
    display: inline-block;
    max-width: 370px;
}
.logo_image {
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2.5px;
}

.institution_name {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    padding: 10px 2.5px;
	font-weight: 600;
}
.institution_the_name, .page_title {
    display:block;
}
.page_title {
    font-size:12px;
}
.user_logo {
    float: right;
    display: inline-block;
    max-width: 300px;
	padding: 3px;
}
.user_image {
    height: 40px;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
}

.logo_image img {
    max-width: 55px;
    max-height: 55px;
}

.user_image img {
    max-width: 40px;
    max-height: 40px;
    padding: 0 2.5px;
    border-radius: 50%;
}

.user_details {
    vertical-align: middle;
    padding: 10px 2.5px;
    text-align: left;
    display: inline-block;
}

.user_name h2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.user_designation h4 {
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.side_menubar {
    overflow: auto;
    max-height: 100%;
}
.side_menubar_holder {
    top: 0;
    width: 220px;
    position: fixed;
    padding: 70px 0 10px;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 75%);
    background: #f0f0f0;
	bottom:0;
}
.side_menubar_logo img {
    width: 25%;
}
.side_menubar_logo {
	text-align: center;
}
.side_menubar_holder .institution_name {
    padding: 5px 2.5px 10px;
}
.side_menus .side_menu {
    display: block;
    padding: 10px;
	cursor:pointer;
	transition: all 0.5s;
	font-size: 14px;
}
.side_menus .side_menu:hover {
	background:white;
	padding:10px 20px;
}
.body {
	padding: 10px 10px 10px 230px;
	min-height: 80vh;
	min-height: calc(100vh - 115px);
}
.body_header h2 {
	margin:0;
	padding: 10px;
	border-bottom: 1px solid #5A0D0F;
	margin-bottom: 20px;
}
.payment_icon_hoder {
    background: #6a3fd3;
    color: white;
    border-radius: 5px;
	display: inline-block;
	margin: 2.5px;
}
a.payment_icon {
    padding: 5px 10px;
    display: block;
    margin: 5px;
	color:white;
}
.icon p {
	margin:0;
	padding: 0;
}
.loginform, .dataform {
    width: 90%;
    max-width: 400px;
    border: 1px solid #ccc;
    padding: 2%;
    margin: 10vh auto 0;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 12px 0px rgb(204 204 204);
    background: white;
    position:relative;
}
p.cancelled {
    font-size: 92px;
    right:0;
    position: absolute;
    top: 25%;
    left: 0;
    text-align: center;
    border: 5px double red;
    color: red;
    transform: rotate(50deg);
    opacity:0.4;
}
.loginform h2, .dataform h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #06213d;
}
.loginform .input, .report_form .input {
    position: relative;
    height: 50px;
    margin: 20px 5px;
}
.loginform .input label, .report_form .input label {
    position: absolute;
    top: -10px;
    left: 10px;
    background: white;
    z-index: 1;
    font-size: 14px;
    padding: 0 10px;
    color: gray;
}
.input input, .input select, .input textarea {
    border: 1px solid #ccc;
    padding: 10px 10px 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    width:-webkit-fill-available;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    background: white;
}
.report_form .input {
    display:inline-block;
    width:100%;
    max-width:250px;
    vertical-align: middle;
}
.report_form .input.textarea {
    height: 200px;
}
.report_form .input.fullpageinput {
    max-width: initial;
    width: 99%;
    width: -webkit-fill-available;
}
.input input[type=file]::file-selector-button {
    padding: 5px;
}
.report_form button, .loginform button, .exportbutton, .submit {
    padding: 5px 10px;
    background: #6a3fd3;
    color: white;
    border: 2px dashed #6a3fd3;
    margin: 10px;
    vertical-align: middle;
    cursor:pointer;
}
.input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.helpline {
    font-size: 11px;
    margin: 10px;
}
h3.statusfailed, h3.statussuccess {
    font-size: 13px;
    text-align: center;
}
.backgroundred {
    background:red;
    color:white;
    padding:5px;
}
.specialnote {
    color:red;
    font-weight:500;
}
h3.statusfailed {
    color: red;
}
h3.statussuccess {
    color: green;
}
.user_image h1 {
    font-size: 20px;
    line-height: 0;
    background: #6a3fd3;
    color: white;
    padding: 20px 15px;
    margin: 0px 10px;
    border-radius: 50%;
}
.sliptable, .dasboard_history, .tablewidtht100percent {
    width:100%;
    border-collapse:collapse;
}
.student_report {
    border-collapse:collapse;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px;
    display: inline-grid;
    vertical-align: top;
}
.sliptable tr {
    border:1px dashed black;
}
.sliptable th, .dasboard_history th, .sliptable td, .dasboard_history td, .student_report td, .student_report th, .tablewidtht100percent th, .tablewidtht100percent td {
    padding:10px;
}
.textaligncenter {
    text-align:center;
}
.dasboard_history, .student_report {
    border-radius:5px;
    overflow:hidden;
}
.dasboard_history th, .student_report th, .tablewidtht100percent th {
    background:#e6e6e6;
}
.dasboard_history th, .dasboard_history td, .student_report th, .student_report td, .tablewidtht100percent th, .tablewidtht100percent td {
    font-size:12px;
    border:1px solid #d8d8d8;
}
.dasboard_history tr:nth-child(odd), .student_report tr:nth-child(odd), .tablewidtht100percent tr:nth-child(odd) {
    background:#fff;
}
.dataform {
    width: 700px;
    max-width: 700px;
    margin: 40px auto;
    page-break-after:always;
    padding: 10px;
}
.pagebreakafteralways {
    page-break-after:always;
}
.pageno {
    color:red;
    text-align:right;
    font-weight:600;
}
.dataform table {
    width: 100%;
}
.dataform table td {
    padding: 10px 0;
    font-size: 14px;
}
.dataform table span {
    float: right;
    margin-right: 20px;
    font-weight: 600;
}
.dataform .table {
    border: 1px solid #f2f2f2;
    border-collapse: collapse;
    margin: 20px auto;
}
.dataform .table td, .dataform .table th {
    border: 1px solid #f2f2f2;
    font-size: 13px;
    padding: 5px 10px;
}
.dataform .table th {
    font-weight: 100;
    text-align: left;
}
.dataform .table td {
    font-weight: 600;
}
.dataform .table th.total {
    border-top: 1px double black;
    font-weight: 900;
}
.dataform .table .total {
    text-align: right;
}
.body_elem .side_menubar_holder {
    display: none;
}
.middle_information {
    text-align: center;
    color: crimson;
    font-size: 18px;
    font-weight: 400;
}
.payment_slip_header {
    margin: 0 auto;
    max-width: 1050px;
    font-weight: 100 !important;
    font-size: 14px;
    outline: 0;
    background: #fff;
    padding: 10px 20px;
    display:none;
}
.payment_slip_header {
    position: relative;
}
.payment_slip_header .logoimg {
    float: left;
    max-width: 20%;
    max-height: 80px;
    padding: 10px 0;
    cursor: pointer;
}
.payment_slip_header .nam {
    float: left;
    padding: 10px 2%;
}
.payment_slip_header .nam h3 {
    font-size: 25px;
    text-shadow: 0 1px 15px rgb(0 0 0 / 50%);
    margin: 0;
    padding: 0;
    color: #06213d;
    cursor: pointer;
}
.payment_slip_header p {
    margin: 0 auto;
    padding: 2px 0;
    color: #081e36;
    font-size: 12px;
}
.hideit {
    display:none;
}
.registration_form {
    font-weight: 100;
    width: 100%;
    max-width:1000px;
    margin:0 auto;
}
.sectionsdevided {
    margin: 0 auto;
    width: 100%;
}
p, ul, ol, td {
    font-size: 13px;
}
.application_form tr {
    width:32.33333%;
    display:inline-grid;
    position:relative;
}
.signaturetable .documentuploaded img {
    max-height:75px;
}
.application_form tr.tablesubheading, .registration_form tr.tablesubheading {
    display: table-row;
    background: #2196f3;
    font-weight: 600;
    color: white;
}
.other_info_container .tablesubheading {
    padding: 5px;
    background: #2196f3;
    font-weight: 600;
    color: white;
}
.registration_form tr {
    display: inline-grid;
    background: #ffa791;
    margin: 0.5%;
    border-radius: 5px;
    width: 32.3333333%;
    position: relative;
    -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%);
}
.application_form tr {
    background:none;
}
.application_form, .other_info_container {
    margin: 0 auto;
}
.application_form {
    page-break-after: always;
    max-width: 1100px;
}
.other_info_container {
    max-width: 1100px;
}
.application_form td:first-child, .registration_form td:first-child, .registration_form .valueinputs {
    padding: 5px;
}
.registration_form .valueinputs {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}
.registration_form select.valueinputs {
    width: 100%;
}
.application_form .sectionsdevided:nth-child(even) tr.tablesubheading, .registration_form .sectionsdevided:nth-child(even) tr.tablesubheading {
    background: #4296fc;
}
.registration_form .sectionsdevided:nth-child(even) tr {
    background: #c3d3e6;
}
tr.documentuploaded {
    max-width: 135px;
    float: left;
    padding: 10px;
}
tr {
    page-break-inside:avoid;
}
.documentuploaded img {
    width:100%;
}
.firstdeclaration input[type=checkbox], .valuecheckbox {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 5px 5px;
}
.selectedimage {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
}
.selectedimage img {
    max-height: 100%;
    max-width: 140px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.registration_form .sectionsdevided tr.submittr {
    display: table-row;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.checkbox_holder {
    border:1px solid #d8d8d8;
    border-radius:10px;
    padding:10px;
}
.scrollover {
    overflow:auto;
}
.checkbox_holder label {
    display:inline-block;
    width:140px;
}
.checkbox_holder label span {
    display:inline-block;
    vertical-align:middle;
}
.listtable {
    width: 100%;
    width: -webkit-fill-available;
    margin: 0 auto;
}
.pointer {
    cursor: pointer;
}

.numbertable {
    width: 50px;
}
.numbertable .particularsfield {
    max-width: 150px;
}
.particularsfield {
    width: -webkit-fill-available;
    padding: 5px;
}
.listtable td, .listtable th {
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid #d8d8d8;
    position: relative;
}
.listtable tr:nth-child(odd){
    background:white;
}
.dataformtoprint {
    overflow:auto;
}
.menuicon {
    display:none;
}
.gg-arrow-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}
.gg-arrow-left::after,
.gg-arrow-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px
}
.gg-arrow-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 7px;
    border-color:white;
}
.gg-arrow-left::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: white;
}
.closearrowbuttholder {
    display:none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    background: #6a3fd3;
    border-radius: 5px;
}
.request_status {
    padding: 2.5px;
    width: 75px;
    border-radius: 5px;
}
.table_holder > tbody > tr > td {
     vertical-align: top;
}
.table_holder > tbody > tr > td table{
    width:100%;
    display:inline-table;
}
.pay_id {
    word-break: break-all;
    min-width: 150px;
}
.gateway-disclaimer {
    color: firebrick;
    font-weight: 700;
    margin-bottom: 0;
}
.copyright {
    text-align:center;
    font-size:13px;
    padding:5px 10px;
    font-weight:600;
}
.trblock td label {
    display: inline-block;
    font-size: 11px;
    text-align: center;
}
.forgotpass {
    margin-top: -20px;
    margin-left: 5px;
    color: #09252d;
}
.requiredstar {
    color: red;
    font-size: 20px;
    font-weight: 600;
    margin: -8px 0;
    display: inline-block;
}
input[type="checkbox"] {
    height:20px;
    width:20px;
    vertical-align:middle;
}
.checkboxforreport {
    font-size: 0;
}
.checkboxforreport label {
    display: inline-block;
    padding: 5px;
    border: 1px solid #d8d8d8;
    height: 50px;
    vertical-align: middle;
    font-size:13px;
}
.checkboxforreport label .checkboxaliner {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
.checkboxforreport label .checkboxlabel {
    display:inline-block;
    margin:2px;
    vertical-align: middle;
    width:160px;
}
.submitlabel {
    background: #6a3fd3;
    color: white;
    text-align: center;
    cursor:pointer;
    font-weight:600;
    border-color:#6a3fd3;
}
.lineinmiddle {
    display:block;
    border-bottom:1px solid #d8d8d8;
}
.dropdownlink {
    position: relative;
    cursor:pointer;
    padding: 10px 0 0;
    display:block;
}
.menulinksholder .dropdownholder .dropdownlink.paddingright {
    padding-right:25px;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 8px;
    border: 4px solid #ff7722;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333 transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
.subhead_course_type {
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0 5px 0;
    border-bottom: 1px solid #d8d8d8;
    color: #333;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.link_icon {
    width:10px;
}
.arrow {
    border: solid orangered;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-top: 7px;
    right: 35px;
    position: absolute;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.menulinksholder .dropdownholder > .dropdown {
    display: none;
}
.dropdownholder.showdropdown > .dropdown, .dropdownholder.showdropdown2 > .dropdown {
    display: block !important;
    border-left: 1px solid #06213d;
    margin-left:15px;
    padding-left:15px;
    background: rgba(0,0,0,0.05);
    border-radius:0 20px 20px 30px;
}
.smallbutton {
    background: #6a3fd3;
    border: 0;
    color: #fff;
    box-shadow: 0px 0px 9px -4px rgb(0 0 0 / 75%);
    border-radius: 10px;
    margin: 5px 1px 0;
    padding: 5px;
    font-size: 10px;
    width: 80px;
}
.backgroundwhite {
    background:white;
}
.padding10px {
    padding:10px;
}
.margin10px {
    margin:10px;
}
.leave_gap_body:first-child tr:first-child {
    border:0;
}
.leave_gap_body tr:first-child {
    border-top: 5px double black;
}
.leave_gap_body tr:last-child {
    border-bottom: 5px double black;
}
.fulscreenholder {
  top:0;
  bottom:0;
  right:0;
  left:0;
  position:fixed;
  background:rgba(0,0,0,0.5);
  z-index:4;
}
.invisiblebackground {
  top:0;
  bottom:0;
  right:0;
  left:0;
  position:fixed;
}
.positioningmiddle {
	margin:10vh auto 0;
    max-width:815px;
    width:80%;
    position:relative;
}
.mainholder {
	left:0;right:0;
    border-radius:10px;
    padding:10px;
    background:white;
    overflow:hidden
}
.boxlabel {
	background:#d7d7d7;
    color:#333;
    font-size:17px;
    margin:-10px -10px 10px;
    text-align:center;
    padding:10px;
}
.close {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 20px;
  height: 20px;
  opacity: 0.9;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.public_photo {
    max-width:120px;
    max-height: 140px;
    display:block;
    margin:0 auto;
}
.application_form tr.public_photo_holder {
    float:left;
    width:120px;
    margin: 5px 15px;
}
.public_profile_valueinputs_holder {
    max-width:150px;
}
.public_profile_valueinputs {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}
.width200 {
    width:200mm;
}
.colorback {
	background:blue;
	color:white;
}
.changetopublished {
    background:#6aff63 !important;
}
.changetopublishedclicked {
    background:#ffe163 !important;
}
.calender_table {
	text-align:center;
	border-collapse:collapse;
	display:inline-block;
	margin:10px;
	height: 264px;
}
.calender_table td {
	border:1px solid #d8d8d8;
	padding:5px;
	cursor:pointer;
}
.calender_table tr:nth-child(1) td {
    cursor:initial;
}
.calender_table .line1, .calender_table .line3 {
	background:#d8d8d8;
}
.disable_it_class {
    opacity:0.4;
}
.current_page {
    background:#FF8241 !important;
}
.borderleftbottomright {
    border-bottom:1px solid black !important;
    border-right:1px solid black !important;
    border-left:1px solid black !important;
}
.find_courses {
    top: -20px !important;
    height: 250px;
    z-index: 2;
}
.question_diagrams_img {
    max-width: 50px;
    max-height: 50px;
}
.all_cards {
    font-size:0;
    font-family:calibri;
}
/*.card_holder {
    width: 88mm;
    height: 56.9mm;
    position: relative;
    padding: 0 8.5mm;
    box-shadow: 0 0 0 0.5px #333;
    display:inline-block;
    font-size:initial;
}*/
.card_holder {
    width: 57mm;
    height: 88mm;
    position: relative;
    padding: 0;
    box-shadow: 0 0 0 0.5px #333;
    display: inline-block;
    font-size: initial;
}
/*.card {
    width: 56.9mm;
    height: 87.9mm;
    border: 0.05mm solid #333;
    overflow: hidden;
    top: -59px;
    left: 90px;
    position: absolute;
}*/
.card {
    width: 56.9mm;
    height: 87.9mm;
    border: 0.05mm solid #333;
    overflow: hidden;
    position: absolute;
}
.card_holder .background_rings_css:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, #009be6 25%, transparent 25%), linear-gradient(-45deg, #0010cc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #0020cc 75%), linear-gradient(-45deg, transparent 75%, #0090e6 75%);
    background-size: 50px 50px;
    background-color: #007aff;
    opacity: 1;
}
.card_holder .background_rings_css:nth-child(2) {
    position: absolute;
    top: -20%;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, #009be6 25%, transparent 25%), linear-gradient(-45deg, #010fb7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #00aacc 75%), linear-gradient(-45deg, transparent 75%, #000fe6 75%);
    background-size: 50px 50px;
    background-color: #002fff;
    opacity: 0.5;
}
/*.card_holder .card_front {
    transform: rotate(90deg);
}
.card_holder .card_back {
    transform: rotate(-90deg);
}
.card_holder .background_rings_css:nth-child(1) {
	position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: linear-gradient(45deg, #e60000 25%, transparent 25%), 
                linear-gradient(-45deg, #cc0000 25%, transparent 25%), 
                linear-gradient(45deg, transparent 75%, #cc0000 75%), 
                linear-gradient(-45deg, transparent 75%, #e60000 75%);
    background-size: 50px 50px;
    background-color: #ff0000;
    opacity:1;
}
.card_holder .background_rings_css:nth-child(2) {
	position: absolute;
    top: -20%;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, #e60000 25%, transparent 25%), 
                linear-gradient(-45deg, #cc0000 25%, transparent 25%), 
                linear-gradient(45deg, transparent 75%, #cc0000 75%), 
                linear-gradient(-45deg, transparent 75%, #e60000 75%);
    background-size: 50px 50px;
    background-color: #ff0000;
    opacity:0.5;
}*/
.idcard_institute_logo {
    margin: 0 auto;
    display: inline-block;
    width: 12mm;
    /*background: white;*/
    border-radius: 10px;
    padding: 2px;
    margin-right: 2px;
    vertical-align: middle;
}
.idcard_institute_back_logo {
    margin: 10px auto;
    display: block;
    width: 25mm;
    /*background: white;*/
    border-radius: 10px;
    padding: 2px;
    vertical-align: middle;
}
.idcard_institute_name {
    padding: 0;
    color: white;
    font-size: 16px;
    text-align: left;
    margin:0;
    font-weight:600;
}
.idcard_institution_details {
	display:inline-block;
    vertical-align:top;
    width:38mm;
}
/*.background_holder, .background_holder_back {
	z-index:-1;
	position: absolute;
    bottom: 65%;
    top:0;
    right:0;
    left:0;
}*/
.background_holder, .background_holder_back {
    z-index: 0;
    position: absolute;
    bottom: 65%;
    top: 0;
    right: 0;
    left: 0;
}
.background_holder_back {
    bottom: 0;
}
.idcard_content_holder {
    position: absolute;
    left: 2.5mm;
    right: 2.5mm;
    bottom: 3mm;
    top: 3mm;
    font-size:0;
}
.idcard_institute_address {
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: white;
    font-weight:500;
}
.idcard_photo_image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin: 5px auto;
    background-position: top;
    /*border: 5px solid #ff0f0f;*/
    border: 2.5px solid #595959;
    border-radius: 50%;
    box-shadow: 0 0 7.5px -5px #000;
}
.other_of_employee, .name_of_employee {
	font-weight:00;
    margin:1px 0;
    color:#2f2f2f;
}
.other_of_employee {
    font-size: 10.9px;
    margin: 5px 0;
}
.name_of_employee {
	font-size:15px;
    text-align:center;
}
.other_of_employee span, .name_of_employee span {
	font-weight:600;
}
.idcard_content_holder_front .other_of_employee span {
	color:#dd5a5a;
	max-height: 35px;
    overflow: hidden;
}
/*.idcard_content_holder_back .other_of_employee {
	color:#ffe6c3;
}
.idcard_barcode {
	position:absolute;
    display:block;
    text-align:center;
    bottom:0;
    right:0;
    left:0;
}*/
.idcard_content_holder_back .other_of_employee {
    color: #ffffff;
}
.idcard_barcode {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.idcard_barcode img {
	max-width:100%;
    max-height:40px;
}
.other_of_employee span {
    max-width: 145px;
    display: inline-block;
    vertical-align: top;
}
/*.card.card_front .idcard_barcode {
    text-align:left;
}*/
.card.card_front .idcard_barcode {
    text-align: right;
    right: 55px;
    max-width: 140px;
    bottom: 12.5px;
}
/*.card.card_front .idcard_barcode img {
    max-width: 130px;
    height: 35px;
}*/
.card.card_front .idcard_barcode img {
    max-width: 100%;
    height: 20px;
}
/*span.toborder {
    text-align: center;
    display: block;
    border-top: 1px solid;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
}*/
span.toborder {
    text-align: right;
    display: block;
    border-top: 1px solid;
    position: relative;
    right: 0;
    left: 0;
    margin-top: 30px;
    direction: rtl;
}
p.sign img {
    max-width: 100%;
    max-height: 100%;
}
/*p.sign {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 60px;
    max-height: 30px;
    margin: 0;
    margin-bottom: 20px;
}*/
p.sign {
    position: absolute;
    bottom: -5px;
    right: 5px;
    padding-right: 0;
    max-height: 30px;
    margin: 0;
    margin-bottom: 20px;
    white-space: nowrap;
    display: inline-block;
    max-width: 50px;
}
@media print {
    html,body {
        background:none;
    }
    .body {
        padding:0;
    }
    .dataform {
        margin:0;
        width:inherit;
        border: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    .copyright, .hideonprint, .body_header, .checkboxforreport, .exportbutton {
        display:none;
    }
    .payment_slip_header {
        display:inherit;
    }
    .onprintnopadding {
        padding:0 !important;
    }
    .onprintnomargin  {
        margin:0 !important;
    }
}
@media screen and (max-width: 600px) {
    .institution_name, .user_details {
        display:none;
    }
    .body_header h2 {
        font-size:14px;
    }
    .listtable, label, .listtable select, .listtable input {
        font-size:12px;
    }
    .side_menubar_holder {
        left:-230px;
        transition:all 0.5s;
        padding-top:45px;
        z-index:3;
    }
    .body {
        padding: 10px;
    }
    .menuicon {
        display:inline-block;
        vertical-align:middle;
        cursor:pointer;
    }
    .menuicon div {
        width: 20px;
        height: 2px;
        background-color: #6a3fd3;
        margin: 6px 0;
    }
    .menuicon div:nth-child(2) {
        width: 30px;
    }
    .logo_image {
        height: 40px;
        margin-right: 25px;
    }
    .user_image h1 {
        font-size: 10px;
        padding: 15px 10px;
    }
    .user_image {
        height: 30px;
    }
    .side_menubar_holder.dothemagic {
        left:0;
    }
    .closearrowbuttholder {
        display:block;
    }
    .application_form tr, .registration_form tr {
        margin: 1%;
        width: 98%;
    }
    .table_holder > tbody > tr > td {
         display:block;
    }
}