.data-source-title{
    margin: 1.5vh 0;
}
.data-source-header{
    height: 5vh;
    width: 100%;
    line-height: 5vh; 
    display: flex;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    background: rgb(80,80,80);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    text-align: left;
    padding-left: 0.5vw;
}

.data-source-col {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    text-align: left;
}

.data-source-col-larger {
    flex: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    text-align: left;
}

.data-source-row {
    display: flex;
    height: 4.5vh;
    line-height: 4.5vh;
    font-size: 1.3rem;
    color: white;
    padding-left: 0.5vw;
    border: 1px solid rgb(80,80,80);
    border-top: none;
  }

.data-source-row-full {
    display: flex;
    height: 4.5vh;
    line-height: 4.5vh;
    font-size: 1.3rem;
    color: white;
    padding-left: 0.5vw;
    border: 1px solid rgb(80,80,80);
}

.inner-view-header-bcs {
    position: relative;
    height: 5vh;
    line-height: 3vh;
    padding: 1vh 1vw;
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.05);
}

/* tile view */

.bcs-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bcs-fill img {
    height: 180px;
    width: 100%;
    object-fit: contain;
}
.tile-view {
    overflow-y: auto;
    height: 74vh;
    font-family: Montserrat;
    padding-left:10px;
}
.bcs-tile-view {
    overflow-y: auto;
    height: 80vh;
    font-family: Montserrat;
    padding-left: 10px;
}

.bcs-tile {
    position: relative;
    margin: 0.5%;
    width: 60vw;
    height: 95%;
    border: 2px solid rgb(80,80,80);
    float: left;
    background-color: rgb(36,36,36);
    border-radius:10px;
}

    .bcs-tile:before {
        content: "";
        display: inline-block;
        padding-top: 100%;
    }

.bcstile-content {
    position: absolute;
    padding: 1vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 1.3rem;
}

.tile-mode-icon {
    width: 30%;
}

.tile-hit-icon {
    height: 30px;
    width: 30px;
    float: right;
}

.tile-header {
    height: 3vh;
    line-height: 3vh;
    font-size: 1.8rem;
    margin-bottom: 2vh;
}

.tile-row {
    margin-bottom: 2vh;
}

    .tile-row div {
        margin-top: 0.5vh;
        height: 2vh;
        line-height: 2vh;
    }

.tile-header img {
    height: 3vh;
    width: 3vh;
}

.bcs-tile-body-content {
    height: 20vh;
    margin-bottom: 2vh;
    display: flex;
    justify-content: space-between;
}

.tile-body-content .left-content {
    flex: 1;
}

.tile-body-content .right-content {
    flex: 1;
}

.tile-footer {
    height: 20%;
    display: flex;
    justify-content: space-between;
}

    .tile-footer .footer-row {
        flex: 1;
    }

.row-header {
    font-weight: bold;
}

.monitor-tile-smalltext {
    font-size: 0.7vw;
}
.bcs-tile-label {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    flex: 1;
    text-transform:none;
}
.bcs-tile-label-right {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    flex: 1;
    min-width: 150px;
    text-transform: none;
}

.bcs-tile-value {
    font-size: 1.2rem;
    color: white;
    flex: 1;
    text-align: left;
    font-weight: 400;
    text-transform: none;
    text-overflow: ellipsis;
}

.bcs-tile-header {
    font-size: 1.5rem;
    text-align: left;
    font-weight: 800;
    text-transform:uppercase;
}

.bcs-tile-row {
    display:flex;
}

    .bcs-tile-row div {
        margin-top: 0.5vh;
        height: 2.5vh;
        line-height: 2.5vh;
    }

    .bcs-tile-row:hover {
        background: rgba(45,156,219, 0.3);
    }
.bcs-transportation-tile {
    width: 75%;
    position: relative;
    padding-left: 10%;
}
.bcs-enrollment-history{
    float:left;
    width:95%;
    padding-left:15px;
}
.bcs-flex-table-col-icon {
    flex: 0.2S;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 5px 0 5px;
}

/* idcs */
.data-source-idcs-interview-inner-view{
    overflow-y: auto;
    height: 83vh;
}
.data-source-idcs-interview {
    border: 1px solid white;
    margin: 0 1vw 1vh 0;
    padding: 1vw;
}
.idcs-title {
    font-size: 5rem;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    text-transform: none;
    margin: 3vh 0;
}
.idcs-no-data {
    font-size: 3rem;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    text-transform: none;
    margin: 3vh 0;
}
.idcs-survey {
    padding: 1vh;
    margin-bottom: 0.5vh;
    background-color: #2c2b2b;
}
.idcs-main-container {
    height: 65vh;
    width: 100%;
    display: flex;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    background-color: #242424;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    text-align: left;

}
.idcs-left-container {
    flex: 1;
    padding: 1vh;
    background-color: #2c2b2b;
    overflow-y: auto;
    margin-right: 0.5vw;
}
.idcs-survey-name {
    height: 10vh;
    padding: 0.5vw;
    cursor: pointer;
}
.idcs-survey-name:focus{
    background-color: #333232;
    outline: none;
    border-left: 2px solid #0a79c3;
}   
.idcs-right-container {
    flex: 4;    
}
.idcs-right-header {
    display: flex;
    padding: 1vh;
    height:5vh;
    font-size: 2rem;
    margin-bottom: 1vh;
    background-color: #2c2b2b;
}
.idcs-right-header-content {
    flex: 1;    
}
.idcs-question-list-container {
    height: 59vh;
    background-color: #2c2b2b;
    overflow-y: auto;
}
.idcs-question-list {
    
    padding: 1vh;
}
.idcs-question {
    font-size: 1.8rem;
    font-weight: bold;
}
.idcs-answer {
    font-size: 1.5rem;
    font-weight: 200;
}
/**/

/* scroll bar style */
/* width */
::-webkit-scrollbar {
    width: 0.3vw;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #2c2b2b;
    border-radius: 5px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #454545;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  /*  */

.not-enrollment-data-box {
    border: 2px solid rgb(80,80,80);
    border-radius: 10px;
    padding: 10px;
    padding-left: 20px;
    margin: 0.5%;
    margin-right: 4.5%;    
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;   
}

.bcs-update-box {
    display: flex;
    justify-content: flex-start;
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    text-transform: capitalize;
}

.bcs-update-item-label {
    font-weight:600;
    margin-right:20px;
    
}

.bcs-update-item-value {
    font-weight: 200;
}
