.card.card-cascade .view.gradient-card-header {
    padding: 0.1rem 1rem;
    background-color: #294c98 !important;
}

.card.card-cascade .view {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 0.5rem 1rem !important;
    text-align: center;
}

.register-btn {
    text-transform: capitalize !important;
    font-size: small !important;
    font-weight: bold;
}

.register-btn {
    text-transform: capitalize !important;
    font-size: small !important;
    font-weight: bold;
}

.order-btn {
    text-transform: capitalize !important;
    font-size: small !important;
    font-weight: bold;
}

.dropdown-content {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 6.25rem;
    max-height: 40.625rem;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

li.ui-autocomplete:hover { color: #00aaed}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    height: 150px;
    cursor: pointer;
    overflow-y: scroll;
    padding: 4px 7px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.teacher-profile-upload-button{
    background-color: #33b5e5;
    border-color: #33b5e5;
    color: #fff;
    border-radius: 10em;
    font-size: 13px;
    line-height: 33px;
}

.teacher-profile-upload-button:hover{
    background-color: #33b5e5;
    border-color: #33b5e5;
    color: #fff;
    border-radius: 10em;
    font-size: 13px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.page-section {
    padding-top: 2%;
    margin-left: 2%;
    margin-right: 2%
}


.card-heading {
    background: #294c98 !important;
    margin-left: -0.2% !important;
    margin-right: -0.2% !important
}

.page-space {
    padding-top:2%;
    margin-left: 2%;
    margin-right:2%;
    padding-bottom:2%
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: static !important;
    line-height: 0 !important;
}

.download-icon {
    color: #4285f4 !important;
    margin-left: 14% !important;
}


.SumoSelect > .optWrapper ul {
    list-style: initial !important;
    margin-left: 2% !important;
}

.SumoSelect > .CaptionCont > span {
    margin-left: 10% !important;
}

.SumoSelect > .optWrapper > .options li label {
    margin-left: 15% !important;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .signup-card{
        margin-left: 34% !important;
        margin-right: 34% !important


    }

    .conf-card{
        margin-left: 4% !important;
        margin-right: 4% !important


    }

}

/* Anything Smaller than Large  */
@media (max-width: 1199px) {

    .signup-card{
        margin-left: 1% !important;
        margin-right: 1% !important
    }

    .conf-card{
        margin-left: 1% !important;
        margin-right: 1% !important
    }

}


.removecontent {
    display:none;
}

.addcontent {
    display:block;
}

.disabled_btn {
    background-color: #E2E4EA !important;
    color: #BEB8B8 !important;
    border-color: #E2E4EA  !important;
}

.selected-flag {
    float: right !important;
}


.addcontent {
    display:block;
}

.removecontent {
    display:none;
}

.disabled_btn {
    background-color: #E2E4EA !important;
    color: #BEB8B8 !important;
    border-color: #E2E4EA  !important;
}

.btn-outline-primary {
    text-transform: capitalize !important;
    font-size: large
}

.modal-header {
    background: #4285f4;
}

.fa-info-circle {
    color: #fff !important;
    float: right
}

.footer {
    margin-top: 10% !important;
}

