﻿html, body {
    margin: 0px;
}

.register-page {
    background-image: url('../img/bgimggradient.jpg') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.sidebar.left {
    position: fixed;
    top: 46px;
    left: 0;
    bottom: 33px;
    /*width: 270px;*/
    background: #435468;
    color: #d1d6de;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1), 0px 0px 0px 2px rgba(0,0,0,0.18) !important;
}

.sidebar.right {
    position: fixed;
    top: 46px;
    right: 0;
    bottom: 33px;
}

.sidebar.bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 270px;
    background: #03A9F4;
}

.sidebar.top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 270px;
    background: #03A9F4;
}

.disable {
    pointer-events: none !important;
    cursor: not-allowed !important;
    filter: alpha(opacity-65) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.65 !important;
    text-decoration: none !important;
}

.intl-tel-input {
    width: 100%;
}

.Listbox {
    height: 300px;
    overflow: auto;
}

table .form-group {
    margin-bottom: 0px;
}

table .btn-sm {
    padding: 4px !important;
}

.table > tbody > tr > td {
}

.table .input-group {
    width: 100%;
}

td.last {
    width: 100px !important;
}

.k-textbox, textarea, .k-datetimepicker, .k-dropdown, .k-combobox, .k-numerictextbox, .k-datepicker {
    width: 100% !important;
}

.form-group .input-group .input-group-btn .btn {
    padding: 8px 14px 7px 14px;
}

/*.content-header > .breadcrumb {
    position: static;
}
.content-header {
    padding-top:2px !important;
}*/

.box-title {
    margin-top: 6px !important;
}

label {
    font-weight: 600;
}

.hide {
    display: none;
}

.callout.custom {
    margin: 24px 0 0 0;
    padding: 7px;
}


@media print {
    .noprint {
        display: none;
    }

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
    }
}

.box-body.full-height {
    background-color: #ecf0f5;
}
.profile-rollno {
    font-size: 23px;
    margin-top: 5px;
}
.application-form-underline{
    text-decoration:underline !important;
}
.handcurser {
    cursor: pointer;
}
/*form model center*/
.modal-ku {
    width: 750px;
    margin: auto;
}