body{
    font-size: 0.9rem !important;
}
.chosen-container{font-size: 0.9rem !important;}
label:not(.form-check-label):not(.custom-file-label) {
    font-size: 0.9rem !important;
}
.form-control{font-size: 0.9rem !important;}
table{font-size: 0.9rem;}
.content-wrapper{background: white;}
.content-header{padding:5px 0.5rem}
.org-title{margin-right:12.5rem;}
label.error,div.error{color:red;font-weight: normal;}
.full-width{width:100% !important;}
.no-pad{padding:0 !important;}
.marginR5{margin-right: 5px !important;}
.marginT2{margin-top: 2px !important;}
.ele_required:before{content: '*';color: red;}
.ele_required_aftr:after{content: '*';color: red;}
.col-form-label{text-align: right !important;}
@media only screen and (max-width: 600px) {
    .col-form-label{text-align: left !important;}  
}
.fakeField{border: none; background: none;}
.hand_cursor{cursor: pointer !important;}
.round_icon {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 0.5rem;
    top: 0.7rem;
    z-index: 2;
}
.chosen-container-single .chosen-single {
    height: calc(2.25rem + 2px)!important;
}
.top-chosen .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

.ui-autocomplete{
    min-height: 40px !important;
    max-height: 200px !important;    
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.div_row{
    border: 1px solid #dee2e6;   
    min-height: 40px;
    padding:4px 0px 4px 0px;
}
.div_row_th{font-weight: bold !important;}
.div_row{
    border-top: 1px solid #dee2e6;   
    border-left: 1px solid #dee2e6;   
    border-right: 1px solid #dee2e6;
    border-bottom: none;
    min-height: 40px;
    padding:4px 0px 4px 0px;
} 
.div_row_border{border: 1px solid #dee2e6;}
.div_row_last{
    border-top: 1px solid #dee2e6;   
    border-left: 1px solid #dee2e6;   
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;  
    min-height: 40px;
    padding:4px 0px 4px 0px;
}
.custom-control{padding-left: 2rem !important;}
.card-pad{padding: .5rem 1.25rem;}
/*.content{
    background-image: url("../../assets/images/VVCE-overview.jpg") !important;
    background-repeat: no-repeat, repeat;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
}
.container-fluid{background-color: #fff;}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-treeview{
    background-color: #424949 !important;    
}
.nav-sidebar .menu-open>.nav-treeview{
    background-color: #784212 !important;
}*/
/************change the background-image for new college *****************/
.colleg_bg{
    background-image: url("../../assets/images/snp_background.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-box,
.register-box {
    width: 265px;
}

.login-box1,
.register-box1 {
    width: 500px;
}

.send_otp_btn {
    padding-bottom: 3%;
}

/***************sharmila added the styles for align the side nav bar******************/
/* .nav .nav-treeview p {  */
     /* word-break: break-word; */
     /* white-space: break-spaces;  */
     /* display: inline; */
 /* }  */

.sidebar{
	padding-left: 0rem !important;
}

