.form-horizontal .form-group .form-input-container input[type='text'],
.form-horizontal .form-group .form-input-container input[type='email'],
.form-horizontal .form-group .form-input-container input[type='password'] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-horizontal .form-group .form-input-container textarea {
    width: 100%;
}

.form-inline .form-group .form-input-container input[type='text'],
.form-inline .form-group .form-input-container input[type='email'],
.form-inline .form-group .form-input-container input[type='password'],
.form-inline .form-group .form-input-container input[type='number'] {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}


/*form page CSS*/

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 10px auto;
        margin-bottom: 0;
        /*border-bottom-color: #243775;*/
        box-shadow: 2px 8px 8px -5px #bcbaba;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 100px;
    height: 42px;
    line-height: 36px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: auto;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #243775;
    color: #243775;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    /*color: #333;
    border: 2px solid #333;*/
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 53%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 53%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #243775;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 42px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
.step1 .row {
    margin-bottom:10px;
}
.step_21 {
    border :1px solid #eee;
    border-radius:5px;
    padding:10px;
}
.step33 {
    border:1px solid #ccc;
    border-radius:5px;
    padding:10px;
    margin-bottom:10px;
}
.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.mar_ned {
    margin-bottom:10px;
}
.wdth {
    width:25%;
}

.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}
.forgot-pass {
    display: flex;
    align-items:center;
}


/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
    background:#ebebeb;
    margin:5px 0 0;
    padding:7px 20px;
    cursor:pointer;
    color:#fff;
    font-weight:400;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px
}
.unselect_img{
    width:18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active-header {
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    background:#F53B27;
}
.active-header:after {
    content:"\f068";
    font-family:'FontAwesome';
    float:right;
    margin:5px;
    font-weight:400
}
.inactive-header {
    background:#333;
}
.inactive-header:after {
    content:"\f067";
    font-family:'FontAwesome';
    float:right;
    margin:4px 5px;
    font-weight:400
}
.accordion-content {
    display:none;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    border-top:0;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px
}
.accordion-content a{
    text-decoration:none;
    color:#333;
}
.accordion-content td{
    border-bottom:1px solid #dcdcdc;
}



@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*end form page of CSS*/

/*home page CSS*/

/* your styles go here */

.intro-left {
    min-height: 100vh;
}

.intro-left-content {
    top: 0;
    transform: none;
}

.intro-left-top {
    position: relative;
    min-height: 92%;
}

.intro-left-bottom {
    min-height: 8%;
    position: relative;
    bottom: 0px;
}
.forgot-pass {
    display: flex;
    align-items:center;
}

.intro-left-content h4 {
    color:#2a3875;
}

.login-input {
    margin-top: 30px !important;
    padding: 0px;
}
.nav-dashboard-button {
    background: transparent;
    height: 40px;
    width: 100%;
    border-radius: 20px;
    line-height: 40px;
    font-size: 13px;
}
.nav-dashboard-button:hover {
    background-color: white;
    color: #243775 !important;
}

.register-dflt {
    height: 100%;
    background: #fff;
    /*overflow: scroll;*/
    display: block;
    /*padding-top: 12%;*/
}

.application-button {
    width: 100% !important;
    margin-top:0px;
}

.margin-top-30px {
    margin-top: 30px !important;
}

/*end of home page css*/

.dynamic-field-width {
    position: relative;
    min-height: 1px;
    float: left;
    width: 9%;
}

.label-container {
    background-color: #243775;
    padding: 5px 0px;
}

.formset-lable1 {
    /*width: 130px !important;*/
    width: 100%;
    /*padding: 5px 0px;*/
    /*border: 1px solid #b4b3b3;*/
    /*background-color: #243775;*/
    color: #fff;
    /*height: 50px;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-content: center;*/
    text-align: center;
    /*align-items: center;*/
    /*line-height: 22px;*/
}

.form_set_box_shadow{
    box-shadow: 0px 0px 5px gray;
    border-radius: 8px;
    padding:25px 0px ;
    /* margin-top: 40px; */
}

.formset-input {
    width: 100%;
    /*width: 130px !important;*/
    text-align: center !important;
    /*padding: 3px 5px 3px 5px !important;*/
}

/*.form-input {
    box-shadow: 0px 0px 1px #717171 inset;
}*/

.formset-input input, .formset-input select {
    width: 100%;
    /*margin-left: 14px !important;*/
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*border: none !important;*/
}

.form-input-container input, .form-input-container textarea {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-input-container textarea {
    height: 37px!important;
}
img.banner-img{
    width: 100%;
}

.form-input-container select {
    width: 100%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    /*margin-left: 10px;*/
    outline: none;
    font-weight: normal;
    background-color: #fff;

    margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

    background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;

}

.form-input-container input:disabled, .form-input-container select:disabled {
    background-color: #eaeaea;
}

.innovators_detail_formset_row input:disabled, .innovators_detail_formset_row select:disabled {
    background-color: #eaeaea;
}

.login-input button {
    border: 0px;
    background: none;
}

.box {
    height: 50px;
}

.social a {
    margin-bottom: 20px !important;
}

.delete-row {
    display: block;
    text-align: center;
}

.add-row {
    margin-left: 0%;
    position: relative;
    top: 10px;
}

/*new Design CSS*/
.gray-back {
    background-color: #243775;
}

.card {
    box-shadow: 0px 4px 7px 1px #c5c5c5;
}

#scroll-container {
    width: 100% !important;
    overflow-x: hidden;
    padding: 0;
    border: 1px solid;
}

#scroll-container1 {
    width: 100% !important;
    overflow-x: hidden;
    padding: 0;
    border: 1px solid;
}

#scroll-container2 {
    width: 100% !important;
    overflow-x: auto;
    padding: 0;
    border: 1px solid;
}
.header-button {
    padding: 0 5px;
}
.header-button a{
    width: 100% !important;
}
.header-button a:hover {
    background-color: white;
    color: #243775 !important;
}

.action-btn {
    color: #333;
    display: inline-block;
    border-radius: 20px;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
    border: solid 1px #333;
    width: 100%;
    background: white;
}

.action-btn:hover {
    color: #4460ae;
    border-color: #4460ae;
}

.background-gray {
    background-image: url('../images/pexels-photo-40120.jpg');
    background-size: cover;
}

.table-input input, textarea {
    width: 100%;
    border: none;
    padding: 5px;
}

.table-input textarea{
    resize: none;
    height: 100px;
}

#table-drop select {
    margin-left: 20%;
}

#small-pic-wrapper > div {
    position: relative;
    float: left;
    width: 50%;
    height: 25vh;
    min-height: 1px;
}

#small-pic-wrapper > div > img {
    width: 100%;
}

#small-pic-wrapper {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}


#small-pic-wrapper2 > div {
    position: relative;
    float: left;
    width: 33.33%;
    height: 50vh;
    min-height: 1px;
}

#small-pic-wrapper2 > div > img {
    width: 100%;
}

#small-pic-wrapper2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}

.model-div img {
    -webkit-transition: filter 0.0s, -webkit-filter 0.0s, box-shadow 0.0s;
    transition: filter 0.0s, box-shadow 0.0s;

    /*-webkit-filter: grayscale(100%)*/
    /*brightness(100%)*/
    /*contrast(100%);*/
    /*filter: grayscale(100%)*/
    /*brightness(100%)*/
    /*contrast(100%);*/
}

/*.model-div img:hover, .model-div img:focus {
    -webkit-filter: none;
    filter: none;
}*/

/*.model-div.active img {
    -webkit-filter: none;
    filter: none;
}*/


.flip {
    position: relative;
    width: 100%;
    height: 100%;

    perspective: 500px;
}

.flip > img {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(-90deg);
    opacity: 0;
}

@keyframes mymove {
    from {
        transform: rotateY(180deg);
        opacity: 0;
    }
    to {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes mymove2 {
    from {
        transform: rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: rotateY(-180deg);
        opacity: 0;
    }
}

.flip > img.act {
    z-index: 4;
    -webkit-animation: mymove 1s forwards;
    animation: mymove 1s forwards;
}

.flip > img.rev {
    z-index: 3;
    -webkit-animation: mymove2 1s forwards;
    animation: mymove2 1s forwards;
}

@keyframes mymove3 {
    from {
        transform: rotateY(180deg);
    }
    to {
        transform: rotateY(0deg);
    }
}

.flip {
    -webkit-animation: mymove3 1s forwards;
    animation: mymove3 1s forwards;
    animation-delay: 5s;
}

#first-section {
    overflow: hidden;
}

#id_major_expertise {
    list-style: none;
    padding-left: 0;
}

.application-meta-expert-field-container {
    max-height: 300px;
    overflow-y: auto;
}

.application-meta-expert-field-container ul#id_experts {
    list-style: none;
    padding-left: 0;
}

.application-meta-expert-field-container ul#id_ipanalyst {
    list-style: none;
    padding-left: 0;
}

.custom-label {
    display: inline-block;
    padding: .2em .6em .3em;
    margin: 2px 0px;
    font-size: 75%;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}

.formset-input input[type=checkbox] {
    height: 13px;
    width: 13px;
    display: inline;
}

textarea{
    border: solid 1px;
}

.guideline{
    margin-top:25px;
    position:relative;
}

.guideline p{
    font-size:20px;
    text-align:justify;
    color: black;
    font-weight: 100;
}

.guideline h6{
    font-size:18px;
    color: black;
    font-weight:100;
    text-transform:none;
}

#id_institution_seal{
    margin-left:auto;
}
#signature-preview{
    height:50px;
    width:auto;
}

#institution_seal{
    height:50px;
    width:auto;
}

.expert-assign-btn{
    outline:none;
}

.ipanalyst-assign-btn{
    outline:none;
}

.expert-assign-btn .expert-btn{
    background-color: #5B595A;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
}

.ipanalyst-assign-btn .ipanalyst-btn{
    background-color: #5B595A;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
}

.expert-assign-btn .expert-btn i{
    color: white;
    line-height: 2.1;
}

.ipanalyst-assign-btn .ipanalyst-btn i{
    color: white;
    line-height: 2.1;
}

#expert-confirm-modal label{
    display: block;
    text-align: left;
}

#expert-confirm-modal .modal-dialog{
    width: 450px;
}

#expert-confirm-modal .modal-dialog .select2-container{
    width: 100%!important;
    text-align: left;
}

#ipanalyst-confirm-modal label{
    display: block;
    text-align: left;
}

#ipanalyst-confirm-modal .modal-dialog{
    width: 450px;
}

#ipanalyst-confirm-modal .modal-dialog .select2-container{
    width: 100%!important;
    text-align: left;
}

.expert-detail-table tbody tr th{
    vertical-align: middle;
}

.flow-diagramm{
    width: 100%;
    height: auto;
}

.form-widget textarea{
    width: 100%;
    height: 90px;
}
.raw_required input[type="text"] {
    width: 100%;
    border: #dcdcdc;
    text-align: center;
}

.row:before {
    display: table;
    content: none;
}
.row:after {
    display: table;
    content: none;
}


.notification-bell {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.badge-dot {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}

.notification-popup {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 250px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 1000;
}

.notification-popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-popup ul li {
    border-bottom: 1px solid #eee;
}

.notification-popup ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.notification-popup ul li a:hover {
    background: #f5f5f5;
}

/* Show popup on hover */
.notification-bell:hover + .notification-popup,
.notification-popup:hover {
    display: block;
}


.notification-bell {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.notification-icon {
    width: 24px; /* Adjust icon size */
    height: 24px;
}

.badge-dot {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-popup {
    display: none;
    position: absolute;
    top: 22px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 500px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
}

.notification-bell:hover .notification-popup {
    display: block;
}

.notification-popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-popup li {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;       /* Keep in one line */
    overflow: hidden;          
    text-overflow: ellipsis;   /* Show ... if too long */
    font-size: 14px;
    color: #333;
}

.notification-popup li:last-child {
    border-bottom: none;
}

.notification-popup li:hover {
    background-color: #f9f9f9;
}

.notification-bell:hover + .notification-popup,
.notification-popup:hover {
    display: block;
}