﻿body {
}
select.dropdown {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    line-height: 1.65 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.required {
    color: red;
    font-weight: bold;
    padding-left: 5px;
}

.title {
    font-size: 16px !important;
    font-weight: bold;
    margin-left: 5px;
    font-size: 5rem;
    font-variant-caps: titling-caps;
    padding: .5em .5em;
}
.subtitle {
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 0px;
    font-size: 5rem;
    font-variant-caps: titling-caps;
    padding: .5em .5em;
}
#checkAddress {
   
    width: 20px;
    height: 19px;
    display: inline-block;
   
}
#tblList th,
#ViewAlumniRegistrationDetails th {
    background: #35416a !important;
    font-weight: 600 !important;
    color: #ffffff;
    border-color: transparent !important;
    padding: .5em .5em;
    font-size: 13px;
}

#tblList td,
#ViewAlumniRegistrationDetails td {
    font-size: 13px;
    padding: .5em .5em;
}

#tblList .btnbox {
    opacity: 0;
}

#tblList tr:hover .btnbox {
    opacity: 1;
}

#tblList .k-icon {
    color: #1478c3;
}

#AlumniRegistrationList td,
#AlumniRegistrationList th {
    text-align: left !important;
}

#AlumniRegistrationList > .k-grouping-header {
display: none !important;
}

#AlumniRegistrationList .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 245px) !important;
}

.k-animation-container {
    width: 175px !important
}
.k-animation-container form{
    right: 26px;
}
input.k-textbox {
    border-radius: 5px;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.65 !important;
    font-weight: normal !important;
}

textarea.k-textbox {
    border-radius: 5px;
    font-weight: normal !important;
}

#alumniPhoto{
    max-width:100%;
    max-height:100%;
}

.slim-result img
{
    opacity:1 !important;
    
}
.slim {
    height: 330px;
}

.slim > img {
   height:400px !important;
}

#btnViewRegistrationDetail img {
    border-radius: 50%;
}
#AlumniRegistrationWrapper .mainContainer {
    height: calc(100vh - 60px);
}

#Viewflyouthtml.flyout-content {
    overflow: visible;
}
.downloadbar {
    position: absolute;
    right: 74px;
    top: -39px;
}
.downloadbar a {
    height:24px !important;
}

.info_list_custom {
    border: none !important;
}
.info_list_custom dt:not(.hd) {
    width: 100%;
    font-size: 12px !important;
    color: #767676 !important;
}
.info_list_custom dt, .info_list_custom dd {
    font-size: 14px !important;
    padding: 0px 10px !important;
    border: none !important;
}
.info_list_custom dd {
    margin-bottom: 15px !important;
}
    .info_list_custom dd:before {
        display:none !important;
    }

#Viewflyouthtml .custom-scroll {
    height: calc(100vh - 202px);
}

.k-grid-content .k-button.k-primary {
    padding:3px 10px;
    margin:0 2px;
}
.k-grid-content td:last-child .k-button.k-primary {
    visibility: hidden;
    border: 1px solid rgba(0,0,0,0) !important;
    font-size: 13px !important;
}
.k-grid-content tr:hover td:last-child .k-button.k-primary {
    visibility: visible;
}
.k-grid-content td:last-child .k-button.k-primary {
    visibility: hidden;
    border-color: #35416a !important;
}
/*.svg-inline--fa * {
    fill: #ffffff;
}*/
.rejected {
    color: red;
}

.approved {
    color: green;
}
#FirstBlade {
    height: calc(100vh - 178px) !important;
}
body.dark-theme .flyout .flyout-content {
    border-left: none !important;
}