body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.JobDetailDrawer .MuiDrawer-paper{width:80%}.App .header{border-bottom:5px solid #0084b4;height:150px;min-width:800px;width:100%}.App .header .logo{float:left;height:150px;width:350px}.App .header .logo img{height:150px}.App .header .account{float:right;margin:20px}.App .header .account .username{font-weight:bolder;margin:10px}.App .content{padding:20px}.JobSearch{padding:20px 0}.JobSearch .input-fileds{display:flex}.JobSearch .input-fileds>*{flex:auto;margin-right:20px}.JobSearch .input-fileds .search-button{flex:0.5 1}.JobSearch .select-fileds{display:flex;padding:20px 0}.JobSearch .select-fileds>*{margin-right:20px}.JobSearch .select-fileds .clusters{width:200px}.searchLabel{font-weight:500;width:200px}.searchComment{color:grey;font-weight:400}.Results .result{margin:10px 0}.Results .result:nth-child(2n){background-color:#ffffe0}.Results .result .jobTitleInfo .jobName{display:inline;max-width:800px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Results .result .jobScriptInfo{word-wrap:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;padding-left:10px;text-overflow:ellipsis;white-space:normal!important}.JobInfo{padding:20px}.JobInfo .displyProperties{padding:10px}.JobInfo .displyProperties .displyProperty{display:flex}.JobInfo .displyProperties .displyProperty:nth-child(odd){background-color:#add8e6}.JobInfo .displyProperties .displyProperty .propertyLable,.JobInfo .displyProperties .displyProperty .propertyValue{flex:1 1}.JobInfo .ScriptLine{white-space:pre}.JobInfo .searchWord{background-color:#d3d3d3}.JobInfo .commands{color:red}.JobInfo .script-keyword{color:blue}.JobInfo .comment{color:green}.JobInfo .script{white-space:pre-wrap}.JobInfo .lineage{height:100%;width:100%}.JobInfo .preproc{color:#c63}.JobInfo .string{color:#006080}