﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content 
{
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 320px;*/
    width:100%;
}

.bootstrap-select > .dropdown-toggle {
   
    /*max-width: 320px !important;*/
}
.bootstrap-select.form-control {
     /*max-width: 320px !important;*/
}

.nav-pills>li>a {
    border-style: solid;
    border-color: #2c3e50;
    color: #2c3e50;
}

#fileUpload{
    cursor:pointer;
}
.required_in::after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}

.required_in-1::after {
    content: "1*";
    font-weight: bold;
    color: red;
}
.required_in-2::after {
    content: "2";
    font-weight: bold;
    color: black;
}
.required_in-3::after {
    content: "3";
    font-weight: bold;
    color: black;
}
.required_in-4::after {
    content: "4";
    font-weight: bold;
    color: black;
}
.required_in-5::after {
    content: "5";
    font-weight: bold;
    color: black;
}
.none_borderinput {
    box-shadow: none !important;
    height: 30px !important;
}
/*=====student regester info*/
td.TeaInfoL {
    width: 200px;
    height: 27px;
    background-color: #17196d /*#006699*/;
    border: 1px solid;
    border-color: #CCCCCC;
    text-align: right;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    /* font-weight: bold;*/
}

.trspacerow {
    height: 5px;
}

.tdviewData {
    background-color: #C7D9DE;
    padding-left:5px;
}