body{
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}

.header{
    //width: 100%;
    padding: 5px 10px;
    background-color: white;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2); 
    white-space: nowrap;
}

.header_logo{
    display: inline-block;
}

.header_logo img{
    height: 50px;
}

.header_path{
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 80px;
}

.header_path a {
    text-decoration: none;
    color: #426cb2;
}

.userInfo{
    float: right;
    position: relative;
    right: 30px;
    top: 15px;
}

.userInfo a{
    text-decoration: none;
    color: #426cb2; 
}

.wrapper{
    padding: 20px 20px;
}

.wrapper_menu{
    padding: 5px;
    
}

.wrapper_top{
    float: left;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.wrapper_top a{
    padding: 5px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #305eab;
    background-color: #305eab;
}

.wrapper_menu a:hover{
    background-color: #cccccc;
    color: #165bcc;
}

.files_table{
    border: 1px solid #f1f1f1;
    width: 100%;
    background-color: #ffffff;
}

.files_table td{
    border: 1px solid #f1f1f1;
    padding: 6px;
    vertical-align: middle;    
}

.file_caption {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.files_table tbody tr:hover{
    background-color: #e1e1e1;
}

.files_table .file_icon{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    text-align: center;
}

.files_table .action_icon{
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    text-align: center;
}

.files_table a{
    text-decoration: none;
    color: #426cb2; 
}

.files_table thead{
    font-weight: 600;
}

.first_column {
    width: 30px;
    text-align: center;
}

.modal{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
}

.modalForm{
    margin: auto;
    margin-top: 50px;
    padding: 20px;
    max-width: 80%;
    min-height: 100px;
    background-color: white;
}

.modalForm input[type=text]{
    padding: 5px;
}

.closeModal{
    float: right;
    cursor: pointer;
    font-size: 2rem;
}

.closeRenameModal{
    float: right;
    cursor: pointer;
    font-size: 2rem;
}

.closeCreateModal{
    float: right;
    cursor: pointer;
    font-size: 2rem;
}

.closeModal:hover{
    color: #426cb2; 
}

.modalSubmit{
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid;
    color: #426cb2;
    background-color: #f7f7f7; 
    font-weight: 600;
}

.modalSubmit:hover{
    background-color: #9e9e9e;
    color: #ffffff;
    font-weight: 600;
}

.modalTitle{
    font-size: 1.8rem;
    font-weight: 600;
    color: #426cb2;
}

.hidden{
    display: none;
}

.wrapper_bottom {
    padding: 5px 10px;
    float: right;
}

.wrapper_bottom a {
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #305eab;
    background-color: #305eab;
}

.wrapper_bottom a:hover{
    background-color: #cccccc;;
    color: #305eab;
}

.version_box{
    padding: 5px;
    color: #c2c2c2;
    text-align: center;
}

.blue{
    color: #426cb2;
}
