.panel-repo {
    border: 1px solid transparent;
    background: #f0f1f3;
    box-shadow: none;
    color: #5D3E5D;
    height: 450px;
    max-height: 450px;
    overflow-y: auto;
}
.panel-content-white {
    background-color: #f0f1f3;
}
.panel-repo-content {
    margin: 2em 1em;
    overflow-y: auto;
}
.repo-column {
    margin: 1em;
    padding: 1em;
    display: table-cell;
    width: 50%;
    overflow-y: hidden;
}
.repo-row {
    display: table-row;
    width: 100%;
}
.repo-table {
    position:relative;
    display: table;
  height: 400px;
  max-height:400px;
  width: 100%;
}
  /* Clear floats after the columns */
.repo-row:after {
    content: "";
    display: table;
    clear: both;
  }
.panel-repo-heading {
    font-size: 1.4em;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    border-radius: 0;
    padding: 20px 20px 0;
}
input[type="text"] {
    padding: 3px;
    width: 95%;
    margin-right: 10px;
}
.repo-wide {
    width: 95%;
}

.repo-icon {
    max-width: 30px;
    max-height: 30px;
    cursor: pointer;
    margin: 0.3em;
    display: inline;
}
.popup-repo {
    overflow: hidden;
    color: #4e5055;
    padding: 1em;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
    border: 1px solid #d6d6d6;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 1000;
    float: left;
    min-width: 250px;
    max-width: 500px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    
}
.repo-textarea {
    width:95%;
    min-height: 200px;
}
.repo-button {
    color: #FFF;
    background-color: #FF4F1F;
    border: 2px solid #FF4F1F;
    border-radius: .1em;
    /*transition: ALL ease .5s;*/
    padding: .75em;
    text-decoration: none;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    height: 100%;
    font-size: 14px;
    cursor: pointer;
    
}

a.repo-button:hover {

    color:#FF4F1F;
    background-color:  #FFF;
    }

    .dz-error-message {
        min-width: 250px;
        max-width: 500px;
    }