/* Header/Logo Title */
.header {
    padding: 0.5% 0;
    background: #1F7898;
    color: white;
    font-size: 30px;
}
.header-logo{
    height: 90%;
    text-align: right;
    float: left;
}
.header-logo img{
    height: 100%;
}
.header-text{
    font-family: Arial, sans-serif;
    color: #EEE;
    float: left;
}
.transparent-blue{
    background-color: #1F7898 !important;
    border-color: #1F7898 !important;
    font-size: 14px
}
.institute-name{
    font-size: 2vw;
}
.institute-address{
    font-size: 1vw;
}
.content{
    background: url(../images/bg_noise.png) #f0f9fd repeat;
}
.jumbotron{
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%), url(../images/3274406.jpg);
    background-size: cover;
}
.dropdown-menu{
    margin-top: -1px;
    border: 0;
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu{
        display:block;
        background-color:#343a40;
    }
    .dropdown-item{
        color: #fff;
    }
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 80%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar {
        padding: 0;
    }
    .navbar .navbar-nav .nav-link {
        transition: all 0.5s;
    }
}
.dataContainer{
    padding: 0rem 1rem;
}
.note {
  font-size: 10pt;
}
.disabled {
  font-size: 10pt;
  color: grey
}
.input-disabled{
    background-color:grey;
}
.footer {
    background-color: #1F7898;
    color: #EEE;
}
.blue-container{
    background-color: #0098D2;
    color: #FFFFFF;
}
.contact {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 40px;
    padding: 1rem 0rem;
}
.header-container{
    padding: 2rem 3rem;
}
.no-radius{
    border-radius: 0rem !important;
}
address{
    font-style: italic !important;
}
.highlighted {
    background-color: #AEB6BF;
}
.statistics {
    background-color: #FFFFFF;
}
.applied {
    color: blue;
}
.waived {
    color: red;
}
.registered {
    color: brown;
}
.completed {
    color: green;
}
.error{
    color: red;
}
.tool-tip[title-new]:hover:after {
    content: attr(title-new);
    position: absolute;
    border: #c0c0c0 1px dotted;
    padding: 10px;
    display: block;
    z-index: 100;
    background-color: #000000;
    color: #ffffff;
    max-width: 200px;
    font-size:10pt;
    font-family:Calibri;
    text-decoration: none;
    text-align:center;
}

.transparent {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: #fff;
    color: #000;
}

.log-off .fa {
  color: #fff;
}
.log-off:hover {
  background-color: #fff;
}
.log-off:hover .fa {
  color: #000;
}

ul.list-points {
  list-style-type: none;
  padding-left: 20px;
}

li.point, li.check {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

.point:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f058";
}

.check:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f0a4";
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

.modal-custom {
    max-width: inherit;
}

.trash{
    font-size:24px;
    color:red
}
.icon{
    color:#777;
}
.cards-wrapper{
    display:flex;
}
.card{
    margin: 0.5em;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(22, 22, 26, .25);
}

.nowrap{
    white-space: nowrap;
}

.document{
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    margin: 0em;
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

#download-div{
    padding: 4px 0;
    text-align:center;
}

/* Datepicker Styles */

.ui-datepicker-trigger {
    border:none;
    background:none;
    float: right;
}

input.hasDatepicker {
    float: left;
    width: 87%;
    background-color: #FFFFFF !important;
}

#otp{
    width: 40%;
}

button.ui-datepicker-trigger:hover {
    background: #CCC;
}

.progress {
  width: 100px;
  height: 100px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.rounded-lg {
  border-radius: 1rem;
}

.weak-password {
  background-color: #FBE1E1;
}
.medium-password {
  background-color: #fd0;
}
.strong-password {
  background-color: #D5F9D5;
}
#password-strength-status{
    border-radius: 0.5rem;
    width: 80%
}

#circleBar {
  margin-top: 0px;
  text-align: center;
  font-family: 'Arial', cursive;

}
#circleBar .round {
  min-height: 100px;
  margin-top: 0px;
  position: relative;
  margin-bottom: -20px;
}
#circleBar .round strong {
  position: absolute;
  top: 50%;
  left: 51%;
  margin-top: -10px;
  transform: translate(-50%);
  font-size: 20px;
  color: #212121;
  font-weight: 100;
}
#circleBar span {
  display: block;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
}
#circleBar span i {
  color: #ff5c5c;
  font-size: 22px;
  margin-right: 6px;
}
section button:hover {
  background-color: #ff5c5c;
}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("https://media.tenor.com/On7kvXhzml4AAAAj/loading-gif.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

.multi-select-wrap-option {
    max-width: 100%;
    overflow: hidden;
    word-wrap: normal !important;
    white-space: normal;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    overflow-y: auto;
    max-height: 200px;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content label {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-content label:hover {
    background-color: #ddd;
}

.showSection {
    display: block;
}