



a {
    text-decoration: none;
    color: #1ab188;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

a:hover {
    color: #179b77;
}

.loginSingupForm {
    background: rgba(19, 35, 47, 0.9);
    padding: 20px;
    max-width: 400px;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.tab-group li a:hover {
    background: #179b77;
    color: #ffffff;
}

.tab-group .active a {
    background: #1ab188;
    color: #ffffff;
}


/* .tab-content > div:last-child {
    display: none;
  } */

.loginSingup h1 {
    text-align: center;
    color: #ffffff!important;
    font-weight: 300;
    margin: 0 0 40px;
}

label {
    position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    left: 13px;
    color: gray !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 1em;
    font-weight: normal !important;
}

.req {
    margin: 2px;
    color: #FF0000;
}

.loginSingup label.active {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    left: 2px;
    font-size: 14px;
    color: black !important;
}


.loginSingup label.highlight {
    color: #ffffff;
}

.loginSingup input,
textarea {
    font-size: 22px!important;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #ffffff!important;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.loginSingup input:focus,
textarea:focus {
    outline: 0;
    border-color: #1ab188;
}

.loginSingup textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

.field-wrap {
    position: relative;
    margin-top: 40px !important;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}

.top-row>div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.top-row>div:last-child {
    margin: 0;
    margin-top: 40px
}

.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #1ab188;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

.button:hover,
.button:focus {
    background: #179b77;
}

.button-block {
    display: block;
    width: 100%;
}

.forgot {
    margin-top: 10px;
    text-align: right;
}

.required-error {
    border-color: #d20505!important;
    box-shadow: 0px 0px 1px 0px #d20505;
}

.forgot-modal {
    background: #151c22;
    color: white;
}

.side-menu-navbar {
    height: 100%!important;
    margin-bottom: 0!important;
    width: 200px!important;
    overflow-y: scroll;
}

.page-content-wrapper {
    margin-left: 200px!important;
}

.container {
    width: 100%!important;
    padding: 30px 45px !important;
}

.side-menu-icon {
    color: white!important;
}

.start-application-button {
    width: 30%;
    margin: auto;
}

.label-color {
    color: black;
}

.width-30 {
    width: 30.6%!important;
}

.width-48 {
    width: 48.0%!important;
}

.userProfileInput input,
textarea,
select {
    font-size: 22px!important;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #000000!important;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.extra-btn-pad {
    padding: 8.2px 12px !important;
}

.progress-bar:last-child {
    border-bottom-right-radius: 4px;
}

.progress-bar:first-child {
    border-bottom-left-radius: 4px;
}

.heading-fac {
    font-size: 1.5em;
}

.has-side-menu {
    margin-left: 200px!important;
}

.has-top-menu {
    margin-top: 80px !important;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 170px;
    text-align: center;
    padding: 50px 10px;
    margin: auto;
}

.additionalDocument-drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 170px;
    text-align: center;
    padding: 5px;
    margin: auto;
}

.profile-box {
    width: 170px;
    text-align: center;
    margin: auto;
}

.sub-heading {
    color: #337ab7;
    font-size: 1.2em;
    margin-top: 10px;
    border-bottom: gray solid 1px;
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding-left: 30px;
}

.custom-col-xs-1 {
    width: 12%;
    float: left;
    padding: 0px 5px;
}

.custom-col-xs-2 {
    width: 25%;
    float: left;
    padding: 0px 5px;
}

.custom-row {
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.middle-cont {
    border: 1px solid gainsboro;
}

.middle-cont .head {
    background-color: gainsboro;
    color: black;
}

.remove-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-label {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid gainsboro;
}

.row-value {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
}

.custom-col-xs-1 input {
    max-width: 100%;
    width: 100% !important;
}

.custom-col-xs-2 input {
    max-width: 100%;
    width: 100% !important;
}

.icon-cont {
    float: right;
    color: green;
    font-size: 17px;
}

.nav-tabs li {
    width: 16.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-tabs li a {
    overflow: hidden
}

.remove-icon {
    color: red !important;
    line-height: 2;
}

.radio-label {
    display: block;
    float: left;
    margin-bottom: 0 !important;
    position: relative;
    top: -4px;
}

.radio-input {
    display: block !important;
    height: auto !important;
    width: auto !important;
    float: left;
}

.text-editor-error .ta-editor {
    border-color: #d20505 !important;
}

.tab-heading {
    padding: 10px 0px 0px;
    font-size: 1.5em;
    color: gray;
    font-weight: 600;
    line-height: 2;
}

.padding-top-80 {
    padding-top: 80px;
}

.top-cont.printProfileContent .row {
    padding-left: 50px !important;
}

.full-width {
    width: 100% !important;
}

.forgot-modal-body label
{
    color: white !important;
}

.forgot-modal-body label.active {
    color: white !important;
}

.loginSingupForm label
{
    color: white !important;
}

.loginSingupForm label.active {
    color: white !important;
}

.error-text {
    text-align: left;
    color: #d20505;
    height: 20px;
    font-weight: normal !important;
}

.error-cont {
    margin-top: 0 !important;
}

.absolute {
    position: absolute !important;
}

.error-text.absolute {
    bottom: 0;
    right: 10px;
    margin: .6em;
}

.table-date-button {
    float: right!important;
    top: 0!important;
    right: 42px!important;
    position: absolute!important;
}

.date-picker-error {
    border-left-color: #d20505!important;
}

.form-control[readonly] {
    background: white!important;
}

.refer-plus {
    position: absolute!important;
    right: 0!important;
    font-size: x-large!important;
    padding: 10px!important;
    z-index: 1;
}

.refer-remove {
    position: absolute!important;
    right: 0!important;
    font-size: x-large!important;
    top: 50px!important;
    z-index: 1;
}

.progress-bar-warning {
    background-color: #ff8100!important;
}

.login-page-background {
    /* background: url(../images/back-ground.jpg);
    background-size: cover; */
    background: url(../images/back-ground.jpg) no-repeat bottom #6BA4DB;
    background-size: cover;
    font-family: arial;
}

.preview-modal-body {
    height: 500px !important;
}

.custom-col-1 {
    width: 12%;
    float: left;
    padding: 0px 5px;
}

.custom-col-2 {
    width: 25%;
    float: left;
    padding: 0px 5px;
}

.custom-col-1 {
    width: 12%;
    float: left;
    padding: 0px 5px;
}

.custom-col-2 {
    width: 25%;
    float: left;
    padding: 0px 5px;
}

.padding-15 {
    padding: 15px !important;
}

.custom-col-1-5 {
    width: 5%
}

.upload-error {
    border-color: #d20505!important;
    box-shadow: 0px 0px 1px 0px #d20505;
    color: red;
}

.login-application-for-select {
    background: rgba(19, 35, 47, 0.9);
    color: white !important;
}

.application-review-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px !important;
}

.advt-no-hint {
    padding-left: 10px; 
    color: darkgray;
   }
.cursor-pointer {
    cursor: pointer;
}

.word-break {
    word-break: break-word!important;
  }
.phd-tabs .nav-tabs>li {
    width: 11.11%!important;
}
.faculty-tabs .nav-tabs>li {
    width: 10%!important;
}

.logo {
    background: #ffffff!important;
}

.ui-select-container {
    width: 100% !important;
}

.isGovtTable input {
    display: block!important;
    width: 100%!important;
    height: 34px!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    background-color: #fff!important;
    background-image: none!important;
    border-radius: 4px!important;
}

.home-card {
    height: 25em;
    transition: 0.3s;
}

.advt-container {
    height: calc(100% - 100px);
}

.advt-columns {
    max-height: 100%;
}

header
{
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;	
}

#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{
	color: #074E8C;
}

.scrollbar-advt
{
	float: left;
    /* box-shadow: 0 4px 8px 0 rgba(253, 253, 253, 0.89); */
    width: 100%;
}


.home-list::-webkit-scrollbar-track
{   box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	
}

.home-list::-webkit-scrollbar
{
	width: 5px;
}

.home-list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(144, 189, 235, 0.9);
}

.home-title {
    position: absolute;
    background-color: #22303a;
    width: calc( 100% );
    height: 56px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-title-third {
    position: absolute;
    background-color: #22303a;
    width: calc( 100% );
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-list {
    margin-top: 70px;
    position: relative;
    height: 17em;
    overflow-y: scroll;
    margin-bottom: 40px;
}

.home-button {
    /* position: absolute; */
    /* background-color: #08795a !important; */
    
    width: calc( 100% );
    bottom: 5%;
    z-index: 1;
}
.home-button button {
     background-color: #1ab188 !important;
     margin-top: 5px;
}
.home-button button:hover {
     background-color: #179b77 !important;
     color: white;
}

.home-logo {
    height: 100px;
    position: absolute;
    margin: 10px;
}

#default-blocker
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 5000;
    overflow: auto;
}
#default-blocker div
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 2em;
    margin: -1em 0 0 -2.5em;
    color: #fff;
    font-weight: bold;
}
    
#default-blocker img
{
    position: relative;
    top: -55px;
    left: 15%;
}


#upload-blocker
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 5000;
    overflow: auto;
}
#upload-blocker div
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 2em;
    margin: -1em 0 0 -2.5em;
    color: #fff;
    font-weight: bold;
}
    
#upload-blocker img
{
    position: relative;
    top: -55px;
    left: 15%;
}

#without-background-blocker
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 5000;
    overflow: auto;
}
#without-background-blocker div
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 2em;
    margin: -1em 0 0 -2.5em;
    color: #fff;
    font-weight: bold;
}
    
#without-background-blocker img
{
    position: relative;
    top: -55px;
    left: 15%;
}

.note {
    font-weight: bold !important;
}

.payment-action {
    color: #337ab7 !important;
    cursor: pointer !important;
}

.phd-tabs .nav-tabs {
    display: none !important;
}

.progress-show {
    width: 14.285% !important;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: transform .2s ease-in;
    cursor: pointer;
    color: white !important;
    padding: 10px 0px !important;
    font-size: 14px !important;
}

.progress-bar-info {
    background-color: #5bc0de;
    /* transform: scale(1.3); */
    border: 1px solid #4396af;
    /* border-radius: 5px; */
    
}

.publication-remove {
    position: absolute!important;
    line-height: 2.5!important;
    right: -10px!important;
}

.sidebar-nav a{
    color: white;
}

.menu-active-style {
    background-color: #eee !important;
    color: #337ab7 !important;
}

.sidebar-nav {
    font-size: 16px;
}

.phd-tabs label{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    left: 2px;
    font-size: 14px;
    font-weight: bold !important;
    color: black !important;
}
.phd-tabs input {
    font-size: 14px !important;
    border-radius: 4px !important;
}
.phd-tabs textarea {
    font-size: 14px !important;
    border-radius: 4px !important;
}

.phd-tabs select {
    font-size: 14px !important;
    border-radius: 4px !important;
}

.phd-tabs .sub-heading {
    margin-top: 0px !important;
}
.phd-tabs .row-label {
    font-weight: bold !important;
}

.phd-tabs .checkbox-label {
    -webkit-transform: none !important;
    transform: none !important;
    padding-left: 10px;
    padding-top: 5px;
}

.phd-tabs .refer-remove {
    position: absolute!important;
    right: 0!important;
    font-size: x-large!important;
    top: 43px!important;
    z-index: 1;
}

.loginPage input{
    font-size: 14px !important;
    border-radius: 4px !important;
}

.loginPage select{
    font-size: 14px !important;
    border-radius: 4px !important;
}

.loginPage label{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    left: 2px;
    font-size: 14px;
    font-weight: bold !important;
    color: white !important;
}

.email-input {
    text-transform: lowercase !important;
}

.forgot a{
    color: white !important;
    text-decoration: underline !important;
}

.color-white {
    color : white !important;
}

.campus-address {
    margin-top: 50px !important;
}

.enter-button {
    width: 75% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* 
.phd-tabs .label-color {
    font-weight: bold;
    padding-bottom: 5px !important;
} */

.label-span {
    font-weight: bold;
    padding-bottom: 5px !important;
}
.change-password-phd input{
    width: 100%;
    min-width: 300px !important;
}

.change-password-phd .label-span{
    width: 50%;
    min-width: 300px !important;
}

.change-password-phd form {
    width: 50%;
    margin:  auto;
}

.change-password-phd .center-div {
    width: 50%;
    margin:  auto;
}

/* .phd-tabs {
    overflow-y: scroll;
    height: 44em;
} */


.faculty-tabs label{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    left: 2px;
    font-size: 14px;
    font-weight: bold !important;
    color: black !important;
}
.faculty-tabs input {
    font-size: 14px !important;
    border-radius: 4px !important;
}
.faculty-tabs textarea {
    font-size: 14px !important;
    border-radius: 4px !important;
    width:95%;
    float:left;
}

.faculty-tabs select {
    font-size: 14px !important;
    border-radius: 4px !important;
}

.faculty-tabs .sub-heading {
    margin-top: 0px !important;
}
.faculty-tabs .row-label {
    font-weight: bold !important;
}

.faculty-tabs .checkbox-label {
    -webkit-transform: none !important;
    transform: none !important;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold !important;
}

.faculty-tabs .refer-remove {
    position: absolute!important;
    right: 0!important;
    font-size: x-large!important;
    top: 43px!important;
    z-index: 1;
}

.progress-show-faculty {
    width:11.111% !important;
    font-size: 14px !important;
}

.faculty-tabs .nav-tabs {
    display: none !important;
}

.faculty-tabs .label-color {
    margin-top: 10px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.faculty-tabs .start-application-button {
    margin-top: 50px !important;
}

.padding-2 {
    padding: 2px !important;
}

.custom-font-size-16 {
    font-size: 16px !important;
}

.faculty-tabs .application-no {
    position: absolute; right: 0; top: 0;padding-right: 10px; padding-top: 5px;
}

.date-picker-buttom {
    padding: 4px 10px !important;
}

.font-small {
    font-size: small !important
}

.phd-tabs .label-color {
    margin-top: 10px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.non-faculty-tabs .label-color {
    margin-top: 10px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
.non-faculty-tabs .checkbox-label {
    -webkit-transform: none !important;
    transform: none !important;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold !important;
}

.non-faculty-tabs .start-application-button {
    margin-top: 50px !important;
}
.phd-tabs .checkbox-label {
    -webkit-transform: none !important;
    transform: none !important;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold !important;
}

.phd-tabs .start-application-button {
    margin-top: 50px !important;
}

.uploaded-text {
    line-height: 31px;
    text-align: center;
}

.success-uploaded-text {
    color: #1ab188;
    font-weight: normal !important;
}


.non-faculty-tabs input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    margin-bottom: 10px;
}

.non-faculty-tabs  input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    margin-top: 10px;
    margin-right: 10px;
}
.non-faculty-tabs input[type="number"] {
    -moz-appearance: textfield;
}
.phd-tabs input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.phd-tabs input[type="number"] {
    -moz-appearance: textfield;
}

.faculty-tabs input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.faculty-tabs input[type="number"] {
    -moz-appearance: textfield;
}

.loginPage .label-color {
    margin-top: 10px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.home-page-padding {
    padding-top: 100px !important;
}

.payment-select {
    color: #00aae7 !important
}

.home-footer {
    position: absolute;
    margin: 10px;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px #000000;
}

.youstart-footer {
    color: white !important;
    font-weight: bold;
    text-shadow: 2px 2px #000000;
}
.iitjammu-hyperlink {
    color: white !important;
    text-shadow: 2px 2px #000000;
}

.application-contact-footer {
    position: absolute !important;
    bottom: 0;
    color: white;
    padding: 10px;
    font-size: 12px !important;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    white-space: normal !important;
}

.half-height {
    height: 50% !important;
}

.full-height {
    height: 100% !important;
}

.ref-header {
    font-size: large !important;
}

.half-home-card {
    height: 50% !important;
    position: relative;
    width: 100% !important;
}

.full-home-card {
    height: 100% !important;
    position: relative;
    width: 100% !important;
}

.third-home-card {
    height: 33.33% !important;
    position: relative;
    width: 100% !important;
}


.non-faculty-tabs input {
    font-size: 14px !important;
    border-radius: 4px !important;
    margin-top: 10px;
}
.non-faculty-tabs textarea {
    font-size: 14px !important;
    border-radius: 4px !important;
    margin-top: 10px;
     margin-bottom: 10px;
}

.non-faculty-tabs select {
    font-size: 14px !important;
    border-radius: 4px !important;
    margin-top: 10px;
     margin-bottom: 10px;
}

.non-faculty-tabs .sub-heading {
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.non-faculty-tabs .row-label {
    font-weight: bold !important;
}

.non-faculty-tabs .checkbox-label {
    -webkit-transform: none !important;
    transform: none !important;
    padding-left: 10px;
    padding-top: 5px;
}

.non-faculty-tabs .refer-remove {
    position: absolute!important;
    right: 0!important;
    font-size: x-large!important;
    top: 43px!important;
    z-index: 1;
}

.SNo{
    float:left;
}

.ul.uib-datepicker-popup.dropdown-menu.ng-scope {
    z-index: 10000000000000000;
}

.contract-staff-tabs .nav-tabs>li {
    width: 25%!important;
}

.progress-show-phd {
    font-size: 14px !important;
}

.rating-error {
    display: inline-block;
    /* float: right; */
    /* margin-left: 100px; */
    position: absolute;
    right: -20%;
    top: 5px;
}

.dFlex{
    display: flex;
}
.paddingRight{
    padding-right: 3%;
}

.isMedicallyFit {
   width: 62%;
    display: flex;
    padding-left: 11px;
    margin-bottom: 10px;
    align-items: center;
    word-spacing: 10px;
}

.w70{
    width: 70%;
}
.w45{
    width: 45%;
}
.marginTop{
    margin-top: 0 !important;
}
.marginLeft{
    margin-left: 15px !important;
}