/*hindi font*/
@font-face {
    font-family: 'Aparajita';
    src: url('../fonts/Aparajita.woff') format('woff'), url('../fonts/Aparajita.ttf') format('truetype'), url('../fonts/Aparajita.svg#Aparajita') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aparaj';
    src: url('../fonts/aparaj.eot');
    src: url('../fonts/aparaj.eot?#iefix') format('embedded-opentype'), url('../fonts/aparaj.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/*end hindi font*/

* {
    /*margin: 0;
    padding: 0;*/
}

.model-header-bg {
    background: #999898;
    padding: 5px 15px;
}

    .model-header-bg h4, .model-header-bg button {
        color: #fff;
    }

    .model-header-bg .close, .model-header-bg .close:focus, .model-header-bg .close:hover {
        margin: 0;
        color: #fff !important;
    }

.glyphicon-remove {
    color: #fff !important;
}

.inputbox input, .inputbox select {
    height: 24px;
    border-radius: 0px;
}

.inputbox option, .inputbox select {
    padding: 0 5px !important;
}

.inputbox option, .inputbox select, .inputbox label {
    font-size: 13px;
}

.inputbox label {
    font-weight: 600;
    color: #666;
}

.inputbox input {
    padding: 0 5px;
}

.mtp0 {
    margin-top: 0;
}

.mtp5 {
    margin-top: 5px;
}

.mtp10 {
    margin-top: 10px;
}

.mtp15 {
    margin-top: 15px;
}

.mtp20 {
    margin-top: 20px;
}

.mrgt {
}
/*padding*/
.pdtp0 {
    padding-top: 0;
}

.pdtp10 {
    padding-top: 10px;
}

.pdbtm0 {
    padding-bottom: 0;
}

.pdbtm10 {
    padding-bottom: 10px;
}

.pdrt15 {
    padding-right: 15px;
}

.pd-tp-btm-5 {
    padding: 5px 0px;
}

.pd-tp-btm-10 {
    padding: 10px 0px;
}

.pdlft0 {
    padding-left: 0;
}

.pdrgt0 {
    padding-right: 0;
}

.pdlft5 {
    padding-left: 5px;
}

.pdrgt5 {
    padding-right: 10px;
}

.pdlft15 {
    padding-left: 15px !important;
}

.pdrgt15 {
    padding-right: 15px !important;
}

.inputbox span {
    height: 16px;
    padding: 0 5px;
    border-radius: 0px;
}

.date-pick input {
    width: 100% !important;
}

.imagesize {
    width: 130px;
    height: 150px;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 auto;
}

.brows-img {
    width: 130px;
    border-radius: 0px;
}

/*images browse*/
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload {
    margin-bottom: 9px;
}

    .fileupload .uneditable-input {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileupload .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileupload .thumbnail > img {
            display: inline-block;
            vertical-align: middle;
            max-height: 100%;
        }

    .fileupload .btn {
        vertical-align: middle;
    }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}
/*end image brows*/

.portlet {
    margin-top: 0px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    border: 0 !important;
    padding: 0 0px 10px 0px;
}

.portlet-title {
    width: 100%;
    padding: 2px 8px;
    /*background: #177AAE;*/
    color: #fff;
    margin-top: 0px;
    font-size: 15px;
    background-image: linear-gradient(to bottom,#359ee8 0,#326fa2 100%) !important;
}

.edit {
    cursor: pointer;
}

.portlet-body {
    padding: 0 15px 0 15px;
}

.enroll-table thead > tr > th {
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
}

.enroll-table tbody > tr > td {
    padding: 2px 6px 0 6px;
    font-size: 12px;
    font-family: sans-serif;
}

.go-page {
    width: 100px;
}

    .go-page input {
        height: 23px;
        padding: 0px 5px;
        font-size: 13px;
        margin-top: 1px;
    }

    .go-page .btn-sm {
        height: 25px;
        margin-top: 0;
        padding-top: 0;
    }

.hdr-bg {
    width: 100%;
    /*background: #1892d2 !important;*/
    /*background: #D2D0D2 !important;*/
    border-bottom: 2px solid #7dcbf4;
    background-image: linear-gradient(to bottom,#fbfbfb 0,#c5c5c5 100%) !important;
}

.hindi {
    font-family: Aparajita;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0;
    height: 37px;
}

.notifications-wrapper i {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

/*login form*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px 25px;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 22px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    margin: 0 auto 10px;
    display: block;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 34px;
    font-size: 13px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 12px;
    height: 34px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: #1892d2;
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

.checkbox label {
    font-size: 13px;
}
/*end login form*/
.fonts13 {
    font-size: 13px !important;
}

.pgntn .pagination {
    margin: 0;
}

.selectfont option, .selectfont select {
    font-size: 13px !important;
    font-family: sans-serif;
}


.mrt5 {
    margin-right: 5px;
}

.mtp7 {
    margin-top: 7px;
}

.mlt62 {
    margin-left: 62px;
}

.mlt10 {
    margin-left: 10px;
}

.mlt320 {
    margin-left: -304px;
}

.mlt105 {
    margin-left: -105px;
}

.th_colr {
    background: #34383c  none repeat scroll 0 0;
    color: #fff;
    height: 24px;
    text-align: center;
    /*background: #17999d none repeat scroll 0 0;*/
}

.th_colAlignLeft {
    background: #34383c none repeat scroll 0 0;
    color: #fff;
    height: 20px;
    /*text-align: left;*/
    /*background: #17999d none repeat scroll 0 0;*/
}

.th_colCustom {
    background: #17999d none repeat scroll 0 0;
    color: #fff;
    height: 20px;
    text-align: center;
    /*background: #17999d none repeat scroll 0 0;*/
}

.mrtop10 {
    margin-top: 10px;
}

.MyLabel {
    border: none;
    background-color: transparent;
    text-align:center;
}

.width200 {
    width: 200px;
}

.width75 {
    width: 75px;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.text-right {
    text-align: right;
}

select {
}

.mrt5 {
    margin-right: 5px;
}

.mlt5 {
    margin-left: 5px;
}

td {
    text-align: left;
}

table.CheckBoxList input[type="checkbox"], label {
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

table.CheckBoxList tr, th, td {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.CheckBoxListT {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
    border: thin !important;
    border-color: blue !important;
    width: 70px !important;
}

.mtp4 {
    margin-top: 4px;
}

.mtp7 {
    margin-top: 7px;
}

.mlt62 {
    margin-left: 62px;
}

.mlt320 {
    margin-left: -304px;
}

.mlt105 {
    margin-left: -105px;
}

.mrt10 {
    margin-right: 10px;
}

.red {
    border: 1px solid #f00;
}

.middle {
    text-align: center;
}

.center {
    text-align: center;
}

.pdBT10 {
    padding-bottom: 10px;
}

.mrtop5M {
    margin-top: -5px;
}

.mrbt5P {
    margin-bottom: 5px;
}

.mrbt20P {
    margin-bottom: 20px;
}

/*///////////////////////////////////////////////
  
  /////////////////////////////////////////////////////////////////*/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: auto;
    padding: 15px;
    border: 8px solid gray;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.black_overlayAddNew {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1002;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_contentAddNew {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: auto;
    padding: 15px;
    border: 8px solid gray;
    background-color: white;
    z-index: 1003;
    overflow: auto;
}