/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}
/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/

/* SIDEBAR */

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}


.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1999;
    transition: all 0.3s;
}

.sidebar-main{
    width: 250px;
    margin-left: -250px;
    background: #eaedfc;
    color: #fff;
}


.sidebar.active {
    margin-left: 0px;
}

.sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.content {
    width: 100%;
    padding-bottom: 10vh;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.content.active {
    width: calc(100% - 250px);
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* SIDEBAR --end */

.list-group-item{
    padding-left: 4px;
    font-size: 14px;
}


.table-container{
    margin-bottom: 30px;
}

.analysed-panel-btn-block{
    margin-bottom: 30px;
}

.input-analysis-type-div, #log-input-area, #log-button-div{
    margin-bottom: 20px;    
}

/* LOG INPUT */

#log-input-area{
    position: relative;
}

.log-input-msg,.log-input{
    height:200px;
    width:100%;
    border: 3px dashed #1976d2;
    border-radius: 5%; 
}

.log-input{
    cursor:pointer;
    opacity: 0;
}

.log-input-msg{ 
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position:absolute;
    top: 0;
    z-index: -1;
}

/* LOG INPUT */

pre{
    white-space: pre-wrap;
    font-family: 'Ubuntu' !important;  
}

.student-name{
    font-weight: bold;
    font-size: 18px;
    border-left: 10px solid #4056b6;
}

/* ---------------------------------------------------
    REPLAYER MODAL
----------------------------------------------------- */

.modal-dialog{
    margin: auto;
    margin-right: 25px;
    max-width: 95%;
    min-width: 300px;
}

.modal{
    z-index: 2000;
}

.modal-sb-space.modal{
    z-index: 1050;
}

.modal-sb-space .modal-dialog{
    margin-left: 275px;
}

.modal-content{
    height: 95vh;
    margin-top: 2.5vh; 
    border-radius: 20px; 
}

.modal-body{
    border-radius: 20px; 
    padding:10px;
}

.modal-main, .modal-sidebar,
.modal-main-content, .modal-body{
    height: 100%;
}

.modal-main-header {
    margin-right: 10px;
    height: 30px;
    overflow: auto;
} 




#modal-main-enviroment{
    height:88vh
}

.expand{
    opacity: 0.5;
    cursor: pointer;
}

.expand:hover{
    opacity: 1;
}

.modal-expand{
    float: left;
    margin-right: 5px;
}

#replayer-speed-range-label{
    white-space: nowrap;
}


.btn-replayer-controls{
    font-size: 40px;
    cursor: pointer;    
}

.btn-replayer-controls:active{
    opacity: 0.5;   
}

.modal-upper{
    height: 25px;
    overflow: hidden;
}


/* ---------------------------------------------------
    REPLAYER MODAL SPLIT.JS
----------------------------------------------------- */

.grid{
    display: grid;
}

.modal-main-content{
    margin-right:-10px;
}

.vertical-gutter {
    cursor: col-resize;
}

.horizontal-gutter{
    cursor: row-resize;
}

.scroll{
    overflow: scroll;
}

.scroll-y{
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-y-auto{
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll-auto{
    overflow: auto;
}

.event-list, .similarity-modal-pane{
    height:75vh;
  }

.event-list{
    font-size: 10px;
}

.event-row:hover{
    background-color: #d3d3d3;
    cursor: pointer;
}

.event-list-row.active{
    background-color: #a9b5e9;
}

.event-list-sec{
    text-align: right;
}

.replayer-body{
    background-color: #e9e9e9;
}

.modal-middle, .modal-bottom{
    background-color: #fefefe;
    border: 0.5px solid #d6d6d6;
}

.file, .file-shell{
    padding: 0px 4px !important;
    font-size: 12px;
}


.file:active{
    opacity: 0.5;
}


.row{
    margin:0px;
}

.modal-sidebar div{
    padding: 0px;
}

.event-row div{
    padding: 3px;
}

pre code{
    font-size: 12px;
}

.input-analysis-type-div{
    position: relative;
}

.icon-info{
    color:#b6b6b6;
    position: absolute;
    top: -15px;
}

.alert{
    z-index: 100000;
    position: fixed;
    opacity: 95%;
    top: 1%;
    border-radius: 5px;
}

.bold{
    font-weight: bold;
}


#alert-error-list{
    height: 50vh;
}

/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

.footer{
    height : 10vh;
    width: 100%;
    background-color: #0060aa;
    padding: 0px;
    position: absolute;
    bottom: 0;
}


.responsive{
    height: 100%;
}

#footer-ut-logo-white{
    height: 100%;
}

#log-analysis{
    margin-bottom: 10%;
}

#repo-link{
    font-size: 6vh;
    color: #e9e9e9;
    overflow: hidden;
}

/* ---------------------------------------------------
    TEXT LENGTH GRAPH STYLE
----------------------------------------------------- */

.graph-content{
    max-height:95vh;
    height: auto;
}

canvas{
    min-height: 85vh;
    max-height: 85vh; 
}

.custom-switch .custom-switch-input:checked+.custom-switch-btn {
    background: #0060aa;
}

.log-input-container{
    min-width: 150px;
}

.analysed-panel-btn-block, .table-container{
    overflow: auto;
}

.switch-label-text{
    line-height: 30px;
    font-size: 20px;
}

/* ---------------------------------------------------
    RESPONSIVE CONTENT
----------------------------------------------------- */


@media (max-width: 768px) {
   .sidebar {
        margin-left: -250px;
    } 
    .sidebar.active {
        margin-left: 0;
    }
    .content {
        width: 100%;
    }
    .content.active {
        width: calc(100% - 250px);
    }

    .modal-sidebar-header{
        font-size: 14px;
        font-weight: bold;
    }

}

@media (max-width: 576px) {
    .log-input-area-msg{
        font-size: 1.25rem;
    }

    .switch-label-text{
        line-height: 20px;
        font-size: 15px;
    }
}

#modal-main-header-similarity{
    max-height:9vh;
}