@keyframes redflash { 0% { text-shadow: 0 0 15px #e74c3c; }
  50% { text-shadow: 0 0 15px #e67e22; }
  100% { text-shadow: 0 0 15px #e74c3c; } }

.CSSBodyfichiers { height: 100%; }

#CSSMainPage { padding: 0 !important; }

html { height: 100%; overflow: hidden; padding: 0; margin: 0; }

body { overflow: hidden; padding: 0; margin: 0; color: #505a64; }

* { font-family: arial; box-sizing: border-box; }

.GED { background: white; border: 0px solid #d4d4d4; height: 100%; width: 100%; transition: all 0.2s; position: relative; overflow: visible; box-sizing: border-box; z-index: 1; }

.GED > .GED_main_file { line-height: 32px; cursor: pointer; padding: 0 10px; position: relative; background: rgba(255, 255, 255, 0.25); user-select: none; -o-user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; display: inline-block; vertical-align: top; width: 120px; height: 130px; overflow: hidden; margin-top: 6px; margin-left: 6px; font-size: 12px; text-align: center; border-radius: 4px; }

.GED > .GED_main_file > .icon { vertical-align: middle; display: inline-block; width: 60px; height: 60px; background: none; color: #1abc9c; font-size: 50px; margin-right: 0px; line-height: 26px; border-radius: 100%; text-align: center; }

.GED > .GED_main_file > .icon > span { line-height: 60px; vertical-align: top; }

.GED > .GED_main_file > .icon.hasPrev { background: none; }

.GED > .GED_main_file > .icon > div.preview { width: 60px; height: 55px; margin-top: 5px; display: inline-block; background-position: center; background-size: contain; background-repeat: no-repeat; vertical-align: top; }

.GED > .GED_main_file > .file_ext { left: 70px; top: 1px; }

.GED > .GED_main_file > .name { display: block; display: -webkit-box; line-height: 16px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.GED > .GED_main_file > .addons { position: absolute; line-height: 24px; text-align: left; width: 24px; height: 100%; left: 0; top: 4px; }

.GED > .GED_main_file > .addons > span { font-size: 8px; text-align: center; width: 16px; height: 16px; line-height: 16px; color: white; background: #34495e; border-radius: 100%; margin-left: 4px; opacity: 0.75; transition: opacity 0.2s; }

.GED > .GED_main_file > .addons > span.lock { background: #e74c3c; }

.GED > .GED_main_file > .addons > span.share { background: #3498db; }

.GED > .GED_main_file > .addons > span.no_share { background: #e74c3c; }

.GED > .GED_main_file > .addons > span.scanner { background: #e74c3c; }

.GED > .GED_main_file > .addons > span.locker { background: #e67e22; }

.GED > .GED_main_file > .addons > span.depot { background: #8e44ad; }

.GED > .GED_main_file:hover > span { text-decoration: underline; }

.GED > .GED_main_file:hover > .addons > span { opacity: 1; }

.GED > .GED_main_file.active { background: rgba(52, 73, 94, 0.1); }

.GED > .GED_main_folder { line-height: 32px; cursor: pointer; position: relative; padding: 0 10px; background: rgba(255, 255, 255, 0.25); user-select: none; -o-user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; display: inline-block; vertical-align: top; width: 120px; height: 130px; overflow: hidden; margin-top: 6px; margin-left: 6px; font-size: 12px; text-align: center; border-radius: 4px; }

.GED > .GED_main_folder.depotZone > span.icon { color: white !important; }

.GED > .GED_main_folder.over { background: #9acced !important; }

.GED > .GED_main_folder > .icon { vertical-align: middle; display: inline-block; line-height: 26px; border-radius: 100%; text-align: center; width: 60px; height: 60px; background: none; color: #34495e; font-size: 50px; }

.GED > .GED_main_folder > .icon > span { line-height: 60px; vertical-align: top; }

.GED > .GED_main_folder > .name { display: block; display: -webkit-box; line-height: 16px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.GED > .GED_main_folder > .addons { position: absolute; line-height: 24px; text-align: left; width: 24px; height: 100%; left: 0; top: 4px; }

.GED > .GED_main_folder > .addons > span { font-size: 8px; text-align: center; width: 16px; height: 16px; line-height: 16px; color: white; background: #34495e; border-radius: 100%; margin-left: 4px; opacity: 0.75; transition: opacity 0.2s; }

.GED > .GED_main_folder > .addons > span.share { background: #3498db; }

.GED > .GED_main_folder > .addons > span.no_share { background: #e74c3c; }

.GED > .GED_main_folder > .addons > span.lock { background: #e74c3c; }

.GED > .GED_main_folder > .addons > span.scanner { background: #e74c3c; }

.GED > .GED_main_folder > .addons > span.locker { background: #e67e22; }

.GED > .GED_main_folder > .addons > span.depot { background: #8e44ad; }

.GED > .GED_main_folder:hover > span { text-decoration: underline; }

.GED > .GED_main_folder:hover > .addons > span { opacity: 1; }

.GED > .GED_main_folder.active { background: rgba(52, 73, 94, 0.1); }

.GED .GED_main_folder.ui-draggable-dragging, .GED .GED_main_file.ui-draggable-dragging { background: white; }

.GED .GED_upload { position: absolute; top: calc(100% - 84px); left: 420px; width: 240px; height: 300px; background: white; box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.2); z-index: 700; transition: all 0.3s; }

.GED .GED_upload.passthrough { pointer-events: none; }

.GED .GED_upload.open { top: calc(100% - 300px); }

.GED .GED_upload > .GED_up_top { height: 32px; cursor: pointer; line-height: 32px; background: #34495e; font-size: 14px; color: rgba(255, 255, 255, 0.6); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); padding: 0 8px; }

.GED .GED_upload > .GED_up_bottom { height: 32px; position: absolute; bottom: 0; left: 0; width: 100%; line-height: 32px; background: #d2d6da; font-size: 14px; color: rgba(0, 0, 0, 0.6); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6); padding: 0 8px; }

.GED .GED_upload > .GED_up_ctn { height: calc(100% - 64px); overflow: auto; }

.GED .GED_upload > .GED_up_ctn:empty::after { padding: 10px; text-align: center; display: block; content: 'Aucun envoi en cours'; }

.GED .GED_upload > .GED_up_ctn > .upload { display: block; padding: 10px; border-bottom: 1px solid #eee; position: relative; }

.GED .GED_upload > .GED_up_ctn > .upload > .name { font-weight: bold; width: 100%; overflow: hidden; display: inline-block; text-overflow: ellipsis; white-space: nowrap; }

.GED .GED_upload > .GED_up_ctn > .upload > .size { float: right; color: rgba(0, 0, 0, 0.4); margin-left: 10px; }

.GED .GED_upload > .GED_up_ctn > .upload > .statut { position: absolute; top: 5px; left: 5px; color: #ccc; font-size: 11px; }

.GED .GED_upload > .GED_up_ctn > .upload .progress { position: absolute; bottom: 6px; height: 2px; left: 4%; width: 80%; }

.GED .GED_upload > .GED_up_ctn > .upload .progress > .progress_load { position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #eee; transition: all 0.2s; }

.GED .GED_upload > .GED_up_ctn > .upload .progress > .progress_send { position: absolute; top: 0px; left: 0; width: 0; height: 2px; background: #27ae60; transition: all 0.2s; }

.GED .GED_upload > .GED_up_ctn > .upload .progress_text { position: absolute; bottom: 2px; color: #ddd; font-size: 11px; right: 3%; }

.GED .GED_upload > .GED_up_ctn > .upload.error .progress > .progress_load { background: #e74c3c; }

.GED .GED_upload > .GED_up_ctn > .upload.error .progress > .progress_send { background: #e74c3c; }

.GED .GED_upload > .GED_up_ctn .replace { display: none; }

.GED .GED_upload.replace { position: absolute; top: calc(50% - 250px); right: calc(50% - 210px); width: 420px; height: 500px; background: white; box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.2); }

.GED .GED_upload.replace .progress { display: none; }

.GED .GED_upload.replace .upload:not(.repl) { display: none !important; }

.GED .GED_upload.replace .replace { display: block; }

.GED .GED_upload.replace .replace > span.no, .GED .GED_upload.replace .replace > span.yes, .GED .GED_upload.replace .replace > span.both { height: 22px; line-height: 22px; padding: 0 6px; margin-right: 6px; color: white; cursor: pointer; display: inline-block; }

.GED .GED_upload.replace .replace > span.no.yes, .GED .GED_upload.replace .replace > span.yes.yes, .GED .GED_upload.replace .replace > span.both.yes { background: #27ae60; }

.GED .GED_upload.replace .replace > span.no.no, .GED .GED_upload.replace .replace > span.yes.no, .GED .GED_upload.replace .replace > span.both.no { background: #e74c3c; }

.GED .GED_upload.replace .replace > span.no.both, .GED .GED_upload.replace .replace > span.yes.both, .GED .GED_upload.replace .replace > span.both.both { background: #3498db; }

.GED .GED_upload.replace .replace > span.no:hover, .GED .GED_upload.replace .replace > span.yes:hover, .GED .GED_upload.replace .replace > span.both:hover { box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.2); }

.GED .GED_upload.replace .replace > span.no.fade, .GED .GED_upload.replace .replace > span.yes.fade, .GED .GED_upload.replace .replace > span.both.fade { opacity: 0.75; }

.GED .GED_upload.replace .replace > span.text { display: block; color: #aaa; padding: 5px 0; }

.GED .overlay { background: rgba(0, 0, 0, 0.2); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 690; opacity: 0; pointer-events: none; transition: all 0.3s; }

.GED .overlay.display { opacity: 1; pointer-events: all; }

.GED .GED_infos { position: absolute; bottom: 0; right: 50px; height: 58px; font-weight: 600; width: 185px; padding: 4px; z-index: 1200; background: white; font-size: 14px; text-align: center; transition: all 0.3s; cursor: pointer; }

.GED .GED_infos p a { text-decoration: none; color: rgba(0, 0, 0, 0.7); }

.GED .GED_infos:hover { height: 68px; }

.GED .GED_bar { height: 100px; line-height: 54px; padding: 0 10px; position: absolute; top: 0; left: 0; z-index: 600; width: 100%; background: #34495e; color: rgba(255, 255, 255, 0.8); box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.GED .GED_bar .GED_cog { display: inline-block; background: transparent; padding: 0 6px; height: 28px; width: 28px; text-align: center; line-height: 26px; border: 0; color: rgba(255, 255, 255, 0.8); border-radius: 5px; vertical-align: middle; margin-right: 20px; position: relative; font-size: 14px; border: 1px solid rgba(255, 255, 255, 0.8); }

.GED .GED_bar .GED_cog > span { line-height: 26px; }

.GED .GED_bar .GED_cog > div { position: absolute; z-index: 670; top: calc(100% + 12px); left: -11px; display: none; border-radius: 5px; background: #5d6d7e; text-align: left; }

.GED .GED_bar .GED_cog > div::before { content: ' '; position: absolute; display: inline-block; top: -20px; left: 15px; height: 0; width: 0; border: 10px solid transparent; border-bottom: 10px solid #5d6d7e; }

.GED .GED_bar .GED_cog > div > a { white-space: nowrap; display: block; height: 24px; line-height: 24px; padding: 0 10px; color: white; }

.GED .GED_bar .GED_cog > div > a > span { line-height: 24px; margin-right: 6px; }

.GED .GED_bar .GED_cog > div > a:hover { background: rgba(255, 255, 255, 0.2); }

.GED .GED_bar .GED_cog > div > a:first-child { border-radius: 5px 5px 0 0; }

.GED .GED_bar .GED_cog > div > a:last-child { border-radius: 0 0 5px 5px; }

.GED .GED_bar .GED_cog:hover > div { display: block; }

.GED .GED_bar .display_btns { position: absolute; right: -10px; bottom: 10px; z-index: 10; }

.GED .GED_bar .display_btns > .GED_btn { display: inline-block; background: transparent; padding: 0 6px; height: 28px; line-height: 26px; border: 0; color: rgba(255, 255, 255, 0.8); border-radius: 5px; vertical-align: middle; margin-right: 20px; font-size: 14px; border: 1px solid rgba(255, 255, 255, 0.8); }

.GED .GED_bar .display_btns > .GED_btn > span { line-height: 26px; margin-right: 6px; }

.GED .GED_bar .display_btns > .GED_btn.split_left { margin-right: 0; border-radius: 5px 0 0 5px; border-right: 1px solid rgba(0, 0, 0, 0.2); }

.GED .GED_bar .display_btns > .GED_btn.split_left > span { margin: 0; }

.GED .GED_bar .display_btns > .GED_btn.split_right { margin-left: -3px; border-radius: 0 5px 5px 0; }

.GED .GED_bar .display_btns > .GED_btn.split_right > span { margin: 0; }

.GED .GED_bar .display_btns > .GED_btn.GED_up_btn { overflow: hidden; position: relative; }

.GED .GED_bar .display_btns > .GED_btn.GED_up_btn > input { position: absolute; top: -5000px; left: -5000px; }

.GED .GED_bar .display_btns > .GED_btn.active, .GED .GED_bar .display_btns > .GED_btn:hover { background: rgba(255, 255, 255, 0.8); color: #34495e; border-color: transparent; }

.GED .GED_bar .GED_fil { position: absolute; bottom: 8px; left: 0; width: 100%; height: 26px; line-height: 26px; color: rgba(255, 255, 255, 0.5); padding: 0 10px; padding-right: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.GED .GED_bar .GED_fil > span { cursor: pointer; }

.GED .GED_bar .GED_fil > span::after { content: '>'; color: rgba(255, 255, 255, 0.8); margin: 0 10px; transform: scaleX(0.5); display: inline-block; font-size: 24px; vertical-align: middle; }

.GED .GED_bar .GED_fil > span:last-child::after { content: ''; }

.GED .GED_bar .GED_fil > span.ellipse::before { content: '...\00A0\00A0\00A0>'; color: rgba(255, 255, 255, 0.8); margin: 0 10px; transform: scaleX(0.5); display: inline-block; font-size: 24px; letter-spacing: 2px; margin-left: -12px; margin-right: -8px; vertical-align: middle; }

.GED .GED_options { position: absolute; bottom: 0 !important; left: 0 !important; width: 360px !important; height: 80px !important; padding: 10px; }

.GED .GED_arbo { position: absolute; top: 100px; left: 0px; height: calc(100% - 180px); width: 360px; background: #ecf0f1; transition: all 0.2s; z-index: 550; overflow-x: hidden; overflow-y: auto; }

.GED .GED_arbo .GED_arbo_folder { width: 100%; padding: 0 8px; padding-left: 20px; height: 42px; line-height: 42px; font-size: 13px; color: rgba(0, 0, 0, 0.56); position: relative; cursor: pointer; transition: all 0.2s; text-overflow: ellipsis; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.GED .GED_arbo .GED_arbo_folder.over { background: #9acced !important; }

.GED .GED_arbo .GED_arbo_folder.deleted { color: #e74c3c !important; text-decoration: line-through; }

.GED .GED_arbo .GED_arbo_folder.deleted > span { text-decoration: line-through; }

.GED .GED_arbo .GED_arbo_folder > .icon { position: relative; z-index: 552; display: inline-block; color: rgba(52, 73, 94, 0.7); height: 32px; line-height: 32px; margin-right: 6px; transition: all 0.2s; }

.GED .GED_arbo .GED_arbo_folder > .icon > span { font-size: 16px; vertical-align: middle; line-height: 1px; }

.GED .GED_arbo .GED_arbo_folder.sub::before { content: ' '; display: inline-block; position: absolute; z-index: 551; left: 0px; top: 0px; width: 14px; height: 41px; border-left: 1px dotted #d2d2d2; pointer-events: none; }

.GED .GED_arbo .GED_arbo_folder.haveChild::after { content: " "; display: inline-block; position: absolute; z-index: 552; left: 7px; top: 18px; width: 4px; height: 4px; border-top: 2px solid rgba(52, 73, 94, 0.8); border-right: 2px solid rgba(52, 73, 94, 0.8); transform: rotateZ(45deg); transition: all 0.2s; }

.GED .GED_arbo .GED_arbo_folder.scanner > .icon { color: #e74c3c; }

.GED .GED_arbo .GED_arbo_folder.open::after, .GED .GED_arbo .GED_arbo_folder.active::after { transform: rotateZ(135deg); }

.GED .GED_arbo .GED_arbo_folder.open > .icon > span.glyphicons-folder-closed::before, .GED .GED_arbo .GED_arbo_folder.active > .icon > span.glyphicons-folder-closed::before { content: '\e145'; }

.GED .GED_arbo .GED_arbo_folder.active { background: rgba(52, 73, 94, 0.1); }

.GED .GED_arbo .GED_arbo_folder:hover > span { text-decoration: underline; }

.GED .GED_main { position: absolute; top: 100px; right: 0px; height: calc(100% - 100px); z-index: 580; width: calc(100% - 360px); background: #ecf0f1; font-size: 0; overflow: visible; padding-bottom: 64px; box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.2); }

.GED .GED_main .GED_drop { position: absolute; top: 0; left: 0; margin: 10px; width: calc(100% - 20px); height: calc(100% - 20px); border: 3px dashed #d4d4d4; pointer-events: none; display: none; }

.GED .GED_main .GED_drop.drag { display: block; }

.GED .GED_main .GED_content { width: 100%; position: absolute; top: 0; left: 0; height: 100%; overflow: auto; transition: all 0.3s; }

.GED .GED_main .GED_content > div:last-child { margin-bottom: 100px; }

.GED .GED_main .no_result { display: block; text-align: center; padding: 10px; font-size: 32px; color: rgba(0, 0, 0, 0.6); text-shadow: 1px 1px 0px white; }

.GED .GED_main .GED_main_file { height: 32px; line-height: 32px; font-size: 13px; cursor: pointer; padding: 0 10px; position: relative; background: rgba(255, 255, 255, 0.25); user-select: none; -o-user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; }

.GED .GED_main .GED_main_file > .icon { vertical-align: middle; display: inline-block; width: 26px; height: 26px; color: white; line-height: 26px; border-radius: 100%; margin-right: 40px; text-align: center; }

.GED .GED_main .GED_main_file > .icon > span { line-height: 26px; vertical-align: top; }

.GED .GED_main .GED_main_file > .icon.hasPrev { background: none; }

.GED .GED_main .GED_main_file > .icon > div.preview { width: 26px; height: 26px; display: inline-block; background-position: center; background-size: contain; background-repeat: no-repeat; vertical-align: top; }

.GED .GED_main .GED_main_file > .file_ext { left: 40px; top: 10px; }

.GED .GED_main .GED_main_file > .name { display: inline-block; width: calc(100% - 450px); }

.GED .GED_main .GED_main_file > .size, .GED .GED_main .GED_main_file > .date, .GED .GED_main .GED_main_file > .user { display: inline-block; width: 120px; white-space: nowrap; vertical-align: middle; text-overflow: ellipsis; overflow: hidden; }

.GED .GED_main .GED_main_file > .addons { position: absolute; top: 4px; left: 0; width: 100%; height: 24px; line-height: 24px; text-align: left; }

.GED .GED_main .GED_main_file > .addons > span { font-size: 8px; text-align: center; width: 16px; height: 16px; line-height: 16px; color: white; background: #34495e; border-radius: 100%; margin-left: 4px; opacity: 0.75; transition: opacity 0.2s; }

.GED .GED_main .GED_main_file > .addons > span.share { background: #3498db; }

.GED .GED_main .GED_main_file > .addons > span.no_share { background: #e74c3c; }

.GED .GED_main .GED_main_file > .addons > span.lock { background: #e74c3c; }

.GED .GED_main .GED_main_file > .addons > span.scanner { background: #e74c3c; }

.GED .GED_main .GED_main_file > .addons > span.locker { background: #e67e22; }

.GED .GED_main .GED_main_file > .addons > span.depot { background: #8e44ad; }

.GED .GED_main .GED_main_file:hover > span { text-decoration: underline; }

.GED .GED_main .GED_main_file:hover > .addons > span { opacity: 1; }

.GED .GED_main .GED_main_file.active { background: rgba(52, 73, 94, 0.1); }

.GED .GED_main .GED_main_folder { height: 32px; line-height: 32px; font-size: 13px; cursor: pointer; position: relative; padding: 0 10px; background: rgba(255, 255, 255, 0.25); user-select: none; -o-user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; }

.GED .GED_main .GED_main_folder.depotZone > span.icon { color: white !important; }

.GED .GED_main .GED_main_folder.deleted { color: #e74c3c !important; text-decoration: line-through; }

.GED .GED_main .GED_main_folder.deleted > span { text-decoration: line-through; }

.GED .GED_main .GED_main_folder.over { background: #9acced !important; }

.GED .GED_main .GED_main_folder > .icon { vertical-align: middle; display: inline-block; width: 26px; height: 26px; background: #34495e; color: white; line-height: 26px; margin-right: 40px; border-radius: 100%; text-align: center; }

.GED .GED_main .GED_main_folder > .icon > span { line-height: 26px; vertical-align: top; }

.GED .GED_main .GED_main_folder > .name { display: inline-block; width: calc(100% - 450px); }

.GED .GED_main .GED_main_folder > .size, .GED .GED_main .GED_main_folder > .date, .GED .GED_main .GED_main_folder > .user { display: inline-block; width: 120px; white-space: nowrap; vertical-align: middle; text-overflow: ellipsis; overflow: hidden; }

.GED .GED_main .GED_main_folder > .size:empty, .GED .GED_main .GED_main_folder > .date:empty, .GED .GED_main .GED_main_folder > .user:empty { text-decoration: none !important; }

.GED .GED_main .GED_main_folder > .addons { position: absolute; top: 4px; left: 0; width: 100%; height: 24px; line-height: 24px; text-align: left; }

.GED .GED_main .GED_main_folder > .addons > span { font-size: 8px; text-align: center; width: 16px; height: 16px; line-height: 16px; color: white; background: #34495e; border-radius: 100%; margin-left: 4px; opacity: 0.75; transition: opacity 0.2s; }

.GED .GED_main .GED_main_folder > .addons > span.share { background: #3498db; }

.GED .GED_main .GED_main_folder > .addons > span.no_share { background: #e74c3c; }

.GED .GED_main .GED_main_folder > .addons > span.lock { background: #e74c3c; }

.GED .GED_main .GED_main_folder > .addons > span.scanner { background: #e74c3c; }

.GED .GED_main .GED_main_folder > .addons > span.locker { background: #e67e22; }

.GED .GED_main .GED_main_folder > .addons > span.depot { background: #8e44ad; }

.GED .GED_main .GED_main_folder:hover > span { text-decoration: underline; }

.GED .GED_main .GED_main_folder:hover > .addons > span { opacity: 1; }

.GED .GED_main .GED_main_folder.active { background: rgba(52, 73, 94, 0.1); }

.GED .GED_main.display_tile .show_list { display: none !important; }

.GED .GED_main.display_tile .GED_main_file { display: inline-block; vertical-align: top; width: 120px; height: 130px; overflow: hidden; margin-top: 6px; margin-left: 6px; font-size: 12px; text-align: center; border-radius: 4px; }

.GED .GED_main.display_tile .GED_main_file > .icon { width: 60px; height: 60px; background: none; color: #1abc9c; font-size: 50px; margin-right: 0px; }

.GED .GED_main.display_tile .GED_main_file > .icon > span { line-height: 60px; }

.GED .GED_main.display_tile .GED_main_file > .icon > div.preview { width: 60px; height: 55px; margin-top: 5px; }

.GED .GED_main.display_tile .GED_main_file > .addons { width: 24px; height: 100%; left: 0; top: 4px; }

.GED .GED_main.display_tile .GED_main_file > .addons > span { opacity: 0.75; }

.GED .GED_main.display_tile .GED_main_file:hover > .addons > span { opacity: 1; }

.GED .GED_main.display_tile .GED_main_file > .file_ext { left: 70px; top: 1px; }

.GED .GED_main.display_tile .GED_main_file > .name { display: block; width: auto; /* Fallback for non-webkit */ display: -webkit-box; line-height: 16px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; white-space: normal; }

.GED .GED_main.display_tile .GED_main_folder { display: inline-block; vertical-align: top; width: 120px; height: 130px; overflow: hidden; margin-top: 6px; margin-left: 6px; font-size: 12px; text-align: center; border-radius: 4px; }

.GED .GED_main.display_tile .GED_main_folder > .addons { width: 24px; height: 100%; left: 0; top: 4px; }

.GED .GED_main.display_tile .GED_main_folder > .addons > span { opacity: 0.75; }

.GED .GED_main.display_tile .GED_main_folder.depotZone > span.icon { background: transparent; font-size: 16px; color: white !important; }

.GED .GED_main.display_tile .GED_main_folder.depotZone > span.icon::after { content: "\E441"; /* background: red; */ display: inline-block; height: 60px; width: 50px; position: absolute; font-size: 50px; color: #34495e; top: 0; left: calc(50% - 25px); font-family: 'Glyphicons Regular'; line-height: 60px; z-index: -1; }

.GED .GED_main.display_tile .GED_main_folder.depotZone > span.icon > span { line-height: 75px; }

.GED .GED_main.display_tile .GED_main_folder:hover > .addons > span { opacity: 1; }

.GED .GED_main.display_tile .GED_main_folder > .icon { width: 60px; height: 60px; background: none; color: #34495e; font-size: 50px; margin-right: 0; }

.GED .GED_main.display_tile .GED_main_folder > .icon > span { line-height: 60px; }

.GED .GED_main.display_tile .GED_main_folder > .name { display: block; width: auto; /* Fallback for non-webkit */ display: -webkit-box; line-height: 16px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; white-space: normal; }

.GED .GED_panel { position: absolute; top: 0; right: -360px; width: 360px; background: #eee; height: 100%; overflow: auto; transition: all 0.3s; z-index: 600; box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.2); }

.GED .GED_panel::before { content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 100px; pointer-events: none; background: #2c3e50; }

.GED .GED_panel .info_panel { position: relative; }

.GED .GED_panel .info_panel > .panel_top { height: 100px; position: relative; margin: 0; padding: 8px; color: rgba(255, 255, 255, 0.75); }

.GED .GED_panel .info_panel > .panel_top > .actions { position: absolute; top: 14px; left: 14px; line-height: 14px; width: calc(100% - 46px); }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span, .GED .GED_panel .info_panel > .panel_top > .actions > span { color: #34495e; display: inline-block; height: 24px; width: 24px; line-height: 20px; font-size: 12px; text-align: center; border-radius: 30px; border: 2px solid #fff; margin-right: 8px; cursor: pointer; transition: all 0.2s; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.green, .GED .GED_panel .info_panel > .panel_top > .actions > span.green { color: #27ae60; border: 2px solid #27ae60; background: rgba(39, 174, 96, 0); }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.green:hover, .GED .GED_panel .info_panel > .panel_top > .actions > span.green:hover { color: white; background: #27ae60; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.blue, .GED .GED_panel .info_panel > .panel_top > .actions > span.blue { color: #3498db; border: 2px solid #3498db; background: rgba(52, 152, 219, 0); }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.blue:hover, .GED .GED_panel .info_panel > .panel_top > .actions > span.blue:hover { color: white; background: #3498db; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.redflash, .GED .GED_panel .info_panel > .panel_top > .actions > span.redflash { color: #e74c3c; border: 2px solid #e74c3c; background: rgba(231, 76, 60, 0); animation-name: redflash; animation-duration: 1s; animation-iteration-count: infinite; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.redflash:hover, .GED .GED_panel .info_panel > .panel_top > .actions > span.redflash:hover { color: white; background: #e74c3c; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.purple, .GED .GED_panel .info_panel > .panel_top > .actions > span.purple { color: #8e44ad; border: 2px solid #8e44ad; background: rgba(142, 68, 173, 0); }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.purple:hover, .GED .GED_panel .info_panel > .panel_top > .actions > span.purple:hover { color: white; background: #8e44ad; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.orange, .GED .GED_panel .info_panel > .panel_top > .actions > span.orange { color: #e67e22; border: 2px solid #e67e22; background: rgba(230, 126, 34, 0); }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.orange:hover, .GED .GED_panel .info_panel > .panel_top > .actions > span.orange:hover { color: white; background: #e67e22; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.red, .GED .GED_panel .info_panel > .panel_top > .actions > span.red { color: #e74c3c; border: 2px solid #e74c3c; background: rgba(231, 76, 60, 0); }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.red:hover, .GED .GED_panel .info_panel > .panel_top > .actions > span.red:hover { color: white; background: #e74c3c; }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.turquoise, .GED .GED_panel .info_panel > .panel_top > .actions > span.turquoise { color: #1abc9c; border: 2px solid #1abc9c; background: rgba(26, 188, 156, 0); }

.GED .GED_panel .info_panel > .panel_top > .actions > a > span.turquoise:hover, .GED .GED_panel .info_panel > .panel_top > .actions > span.turquoise:hover { color: white; background: #1abc9c; }

.GED .GED_panel .info_panel > .panel_top > .close { position: absolute; top: 9px; right: 11px; cursor: pointer; transform: rotateZ(0deg); transition: all 0.2s; height: 14px; line-height: 14px; width: 14px; display: inline-block; text-align: center; }

.GED .GED_panel .info_panel > .panel_top > .close > span { line-height: 14px; font-size: 14px; }

.GED .GED_panel .info_panel > .panel_top > .close:hover { transform: rotateZ(90deg); }

.GED .GED_panel .info_panel > .panel_top .titre { position: absolute; bottom: 8px; left: 8px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: rgba(255, 255, 255, 0.7); font-size: 22px; line-height: 36px; letter-spacing: 0.5px; width: calc(100% - 37px); }

.GED .GED_panel .info_panel > .panel_top .titre > .addons { display: inline-block; line-height: 20px; height: 34px; margin-right: 7px; vertical-align: middle; }

.GED .GED_panel .info_panel > .panel_top .titre > .addons:empty { display: none; }

.GED .GED_panel .info_panel > .panel_top .titre > .addons > span { background: white; color: #34495e; display: inline-block; height: 20px; width: 20px; line-height: 20px; font-size: 12px; border-radius: 30px; text-align: center; margin: 7px; margin-right: 0; vertical-align: middle; cursor: pointer; transition: all 0.2s; }

.GED .GED_panel .info_panel > .panel_top .titre > .addons > span.lock, .GED .GED_panel .info_panel > .panel_top .titre > .addons > span.no_share { color: white; background: #e74c3c; box-shadow: 0 0 0 0px rgba(231, 76, 60, 0.4); }

.GED .GED_panel .info_panel > .panel_top .titre > .addons > span.lock:hover, .GED .GED_panel .info_panel > .panel_top .titre > .addons > span.no_share:hover { box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.4); }

.GED .GED_panel .info_panel > .panel_top .titre > .addons > span.share { color: white; background: #3498db; box-shadow: 0 0 0 0px rgba(52, 152, 219, 0.4); }

.GED .GED_panel .info_panel > .panel_top .titre > .addons > span.share:hover { box-shadow: 0 0 0 5px rgba(52, 152, 219, 0.4); }

.GED .GED_panel .info_panel > .panel_top .titre > .addons > span.depot { color: white; background: #8e44ad; box-shadow: 0 0 0 0px rgba(142, 68, 173, 0.4); }

.GED .GED_panel .info_panel > .panel_top .titre > .addons > span.depot:hover { box-shadow: 0 0 0 5px rgba(142, 68, 173, 0.4); }

.GED .GED_panel .info_panel > .panel_content .picture { height: 300px; background: url(/w3/images/x.png); }

.GED .GED_panel .info_panel > .panel_content .picture > div.preview { width: 100%; height: 300px; background-position: center; background-repeat: no-repeat; background-size: contain; position: relative; }

.GED .GED_panel .info_panel > .panel_content .picture.small { height: 100px; }

.GED .GED_panel .info_panel > .panel_content .picture.small > div.preview { height: 100px; }

.GED .GED_panel .info_panel > .panel_content .picture.small > div.preview::after { line-height: 100px; }

.GED .GED_panel .info_panel > .panel_content .picture.xsmall { height: 50px; }

.GED .GED_panel .info_panel > .panel_content .picture.xsmall > div.preview { height: 50px; }

.GED .GED_panel .info_panel > .panel_content .picture.xsmall > div.preview::after { line-height: 50px; }

.GED .GED_panel .info_panel > .panel_content .picture.cover > div.preview { background-size: cover; }

.GED .GED_panel .info_panel > .panel_content .picture.vertical { width: 120px; height: 360px; float: left; margin-right: 10px; }

.GED .GED_panel .info_panel > .panel_content .picture.vertical > div.preview { width: 120px; height: 360px; }

.GED .GED_panel .info_panel > .panel_content .picture.vertical > div.preview::after { line-height: 360px; }

.GED .GED_panel .info_panel > .panel_content .picture.icon { background: transparent; text-align: center; padding-top: 10px; width: 120px; margin-right: 10px; height: 120px; position: relative; }

.GED .GED_panel .info_panel > .panel_content .picture.icon > span.ico { font-size: 100px; }

.GED .GED_panel .info_panel > .panel_content .picture.icon > span.file_ext { position: absolute; top: 5px; right: 5px; }

.GED .GED_panel .info_panel > .panel_content .picture.icon.fullwidth { width: 100%; float: none; margin: 0; height: 142px; }

.GED .GED_panel .info_panel > .panel_content .picture.icon .audio_preview { height: 40px; cursor: pointer; margin-top: 12px; }

.GED .GED_panel .info_panel > .panel_content .picture.icon .audio_preview * { cursor: pointer !important; }

.GED .GED_panel .info_panel > .panel_content .picture.icon .audio_preview audio::-webkit-media-controls-panel { cursor: pointer; }

.GED .GED_panel .info_panel > .panel_content .picture.icon.video { width: 100%; float: none; margin: 0; height: 330px; }

.GED .GED_panel .info_panel > .panel_content .picture.icon.video > .video_preview { width: 100%; margin-top: 15px; }

.GED .GED_panel .info_panel > .panel_content .picture.icon.video > .video_preview > video { width: 100%; }

.GED .GED_panel .info_panel > .panel_content .picture.archive { background: #dbdee0; height: 160px; text-align: left; padding: 10px; position: relative; border-bottom: 1px solid #d4d4d4; border-left: 1px solid #d4d4d4; overflow: auto; }

.GED .GED_panel .info_panel > .panel_content .picture.archive div.zip_files div.zip_file { margin-bottom: 6px; position: relative; }

.GED .GED_panel .info_panel > .panel_content .picture.archive div.zip_files div.zip_file > span.size { float: right; color: rgba(0, 0, 0, 0.4); text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); font-size: 12px; margin-left: 6px; margin-right: 10px; }

.GED .GED_panel .info_panel > .panel_content .picture.archive div.zip_files div.zip_file > span.name { font-weight: bold; }

.GED .GED_panel .info_panel > .panel_content > .infos { margin-top: 10px; }

.GED .GED_panel .info_panel > .panel_content > .infos > .ligne { display: block; margin-bottom: 10px; padding: 0 10px; }

.GED .GED_panel .info_panel > .panel_content > .infos > .ligne > .label { color: #b7b7b7; font-size: 16px; display: block; letter-spacing: 0.6px; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6); font-weight: bold; }

.GED .GED_panel .info_panel > .panel_content > .infos > .ligne > .value { display: block; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6); font-size: 11px; color: #828282; }

.GED.open { width: calc(100% - 360px); }

.GED .file_ext { color: white; width: auto; position: absolute; height: 15px; line-height: 15px; font-size: 10px; padding: 0 3px; }

.GED .file_ext:empty { display: none; }

.GED .picture.icon.color_ .ico, .GED .picture.icon.color_ .icon, .GED .picture.icon.color_grey .ico, .GED .picture.icon.color_grey .icon, .GED .GED_main_file.color_ .ico, .GED .GED_main_file.color_ .icon, .GED .GED_main_file.color_grey .ico, .GED .GED_main_file.color_grey .icon { color: #7f8c8d !important; }

.GED .picture.icon.color_ .file_ext, .GED .picture.icon.color_grey .file_ext, .GED .GED_main_file.color_ .file_ext, .GED .GED_main_file.color_grey .file_ext { background: #99a3a4; }

.GED .picture.icon.color_blue .ico, .GED .picture.icon.color_blue .icon, .GED .GED_main_file.color_blue .ico, .GED .GED_main_file.color_blue .icon { color: #2980b9 !important; }

.GED .picture.icon.color_blue .file_ext, .GED .GED_main_file.color_blue .file_ext { background: #5499c7; }

.GED .picture.icon.color_orange .ico, .GED .picture.icon.color_orange .icon, .GED .GED_main_file.color_orange .ico, .GED .GED_main_file.color_orange .icon { color: #d35400 !important; }

.GED .picture.icon.color_orange .file_ext, .GED .GED_main_file.color_orange .file_ext { background: #dc7633; }

.GED .picture.icon.color_green .ico, .GED .picture.icon.color_green .icon, .GED .GED_main_file.color_green .ico, .GED .GED_main_file.color_green .icon { color: #27ae60 !important; }

.GED .picture.icon.color_green .file_ext, .GED .GED_main_file.color_green .file_ext { background: #52be80; }

.GED .picture.icon.color_red .ico, .GED .picture.icon.color_red .icon, .GED .GED_main_file.color_red .ico, .GED .GED_main_file.color_red .icon { color: #c0392b !important; }

.GED .picture.icon.color_red .file_ext, .GED .GED_main_file.color_red .file_ext { background: #cd6155; }

.GED .picture.icon.color_purple .ico, .GED .picture.icon.color_purple .icon, .GED .GED_main_file.color_purple .ico, .GED .GED_main_file.color_purple .icon { color: #8e44ad !important; }

.GED .picture.icon.color_purple .file_ext, .GED .GED_main_file.color_purple .file_ext { background: #a569bd; }

.GED .picture.icon.color_turquoise .ico, .GED .picture.icon.color_turquoise .icon, .GED .GED_main_file.color_turquoise .ico, .GED .GED_main_file.color_turquoise .icon { color: #1abc9c !important; }

.GED .picture.icon.color_turquoise .file_ext, .GED .GED_main_file.color_turquoise .file_ext { background: #48c9b0; }

.GED.searching .GED_up_btn, .GED.searching .new_folder { opacity: 0.5; }

@keyframes GED_panel_spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

@keyframes GED_panel_spin_rev { 0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); } }

.GED_panel_loader { display: block; position: relative; height: 300px; text-align: center; }

.GED_panel_loader > .circle { width: 120px; height: 120px; margin-top: 120px; display: inline-block; border-radius: 100%; border: 4px solid #eee; position: relative; }

.GED_panel_loader > .circle::before { content: ' '; display: inline-block; position: absolute; top: -4px; left: -4px; width: 112px; height: 112px; border-radius: 100%; border: 4px solid transparent; border-top: 4px solid #16a085; animation: 2s GED_panel_spin infinite; }

.GED_panel_loader > .circle::after { content: ' '; display: inline-block; position: absolute; top: 2px; left: 2px; width: 100px; height: 100px; border-radius: 100%; border: 4px solid transparent; border-top: 4px solid #16a085; animation: 2s GED_panel_spin_rev infinite; }

.modal_panel { background: white; border-radius: 3px; border: 1px solid #d4d4d4; }

.modal_panel.small { width: 400px; min-height: 100px; }

.modal_panel > div.bottom { background: #f4f4f4; border-top: 1px solid #d4d4d4; padding: 0 10px; height: 35px; line-height: 35px; }

.modal_panel > div.bottom .send_button { float: right; background: #27ae60; color: white; border: 2px solid #27ae60; height: 20px; line-height: 20px; vertical-align: middle; cursor: pointer; display: inline-block; margin-top: 5px; padding: 0 8px; }

.modal_panel > div.bottom .send_button:hover { background: transparent; color: #27ae60; }

.modal_panel > div.bottom .cancel_button { float: left; background: #e74c3c; color: white; border: 2px solid #e74c3c; height: 20px; line-height: 20px; vertical-align: middle; cursor: pointer; display: inline-block; margin-top: 5px; padding: 0 8px; }

.modal_panel > div.bottom .cancel_button:hover { background: transparent; color: #e74c3c; }

.modal_panel > div.top { background: #f4f4f4; border-bottom: 1px solid #d4d4d4; padding: 10px; }

.modal_panel > div.row { float: none; padding: 0 10px; margin-top: 10px; margin-bottom: 10px; }

.modal_panel > div.row > div.label { color: #968c8c; font-size: 15px; margin-top: 15px; text-align: center; margin-bottom: 15px; }

.modal_panel > div.row > div.value > input[type=text] { width: 100%; background: white; border: 1px solid #3498db; border-radius: 4px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15); line-height: 32px; height: 32px; color: #666; }

.modal_panel > div.row > div.value > input[type=text]:focus { outline: none; }

.modal_panel > div.row > div.value > small { color: #aaa; }

.fileTags > .row { font-size: 0; padding: 4px 0; }

.fileTags > .row + .row { border-top: 1px solid rgba(0, 0, 0, 0.1); }

.fileTags > .row > div { display: inline-block; width: 100%; font-size: 14px; vertical-align: top; box-sizing: border-box; }

.fileTags > .row > div > small { margin-right: 8px; }

.fileTags > .row > div > small.warning { color: #e74c3c; }

.fileTags > .row > div > select[disabled] { opacity: 0.6; }

.fileTags > .row > div.col-100 { width: 100%; }

.fileTags > .row > div.col-50 { width: 50%; }

.fileTags > .row > div.col-70 { width: 70%; }

.fileTags > .row > div.col-30 { width: 30%; }

.fileTags > .row > div.label { text-align: right; padding-right: 10px; }

.fileTags > .row > div.title { text-align: center; font-weight: bold; font-size: 22px; }

.fileTags > .row > div.center { text-align: center; }

.fileTags > .row > div.left { text-align: left; }

.history { max-height: 460px; overflow: auto; }

.history .history_line { padding: 6px; border-bottom: 1px solid #d4d4d4; width: 300px; }

.history .history_line > a { float: left; display: inline-block; margin-right: 8px; height: 34px; width: 17px; line-height: 34px; text-align: center; }

.history .history_line > a > span { line-height: 34px; vertical-align: middle; font-size: 20px; }

.history .history_line > span.name { display: block; margin-bottom: 6px; }

.history .history_line > span.date { color: #aaa; float: right; }

.history .history_line > span.size { color: #aaa; }

.history .history_line > span.user { color: #aaa; float: right; }

.history .history_line:last-child { border-bottom: 0; }

.CSSCadreMenu { z-index: 710 !important; }

.GED .GED_main .GED_main_folder > .name, .GED .GED_main .GED_main_file > .name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; }

@media screen and (max-width: 1450px) { .GED .GED_main.display_list .GED_main_folder > .size, .GED .GED_main.display_list .GED_main_file > .size { display: none !important; }
  .GED .GED_main.display_list .GED_main_folder > .name, .GED .GED_main.display_list .GED_main_file > .name { width: calc(100% - 330px) !important; } }

@media screen and (max-width: 1350px) { .GED .GED_main.display_list .GED_main_folder > .user, .GED .GED_main.display_list .GED_main_folder > .size, .GED .GED_main.display_list .GED_main_file > .user, .GED .GED_main.display_list .GED_main_file > .size { display: none !important; }
  .GED .GED_main.display_list .GED_main_folder > .name, .GED .GED_main.display_list .GED_main_file > .name { width: calc(100% - 210px) !important; } }

@media screen and (max-width: 1250px) { .GED .GED_main.display_list .GED_main_folder > .date, .GED .GED_main.display_list .GED_main_folder > .user, .GED .GED_main.display_list .GED_main_folder > .size, .GED .GED_main.display_list .GED_main_file > .date, .GED .GED_main.display_list .GED_main_file > .user, .GED .GED_main.display_list .GED_main_file > .size { display: none !important; }
  .GED .GED_main.display_list .GED_main_folder > .name, .GED .GED_main.display_list .GED_main_file > .name { width: calc(100% - 90px) !important; } }

.logoffBtn { float: right; font-size: 32px; color: rgba(255, 255, 255, 0.8); }

.logoffBtn > small { font-size: 12px; vertical-align: middle; }

.logoffBtn > span { vertical-align: middle; text-align: center; display: inline-block; width: 24px; height: 24px; font-size: 14px; line-height: 24px; border: 0; cursor: pointer; border-radius: 32px; background: #e74c3c; }

.logoffBtn > span:hover { background: #f3a69e; color: #e74c3c; }

.depotLogin { width: 100%; }

.depotLogin .depot_pass { vertical-align: top; height: 24px; line-height: 24px; border: 0; background: white; margin-top: 5px; padding: 0 6px; width: calc(100% - 28px); }

.depotLogin .depot_pass:focus { outline: none; }

.depotLogin .submitBtn { vertical-align: top; border: 0; margin-top: 5px; height: 24px; width: 24px; line-height: 24px; background: #27ae60; color: #fff; }

.depotLogin .submitBtn:focus { outline: none; }

.depotLogin .submitBtn:hover { background: #2ecc71; }

.download_btn, .upload_btn { display: inline-block; width: 100%; height: 32px; line-height: 32px; background: #689f38; color: white; text-align: center; text-shadow: 0 0 0 black; font-size: 16px; margin-top: 10px; text-decoration: none; cursor: pointer; }

.download_btn.upload_btn, .upload_btn.upload_btn { background: #3498db; }

.download_btn > span, .upload_btn > span { line-height: 32px; }

.download_btn > input, .upload_btn > input { position: absolute; top: -9000px; left: -9000px; }

.noViewRight { margin-bottom: 0; font-size: 14px; padding: 10px; background: #e67e22; color: white; text-align: center; }

.uploadShortcut { margin-bottom: 0; font-size: 14px; padding: 10px; background: #3498db; color: white; text-align: center; }

.uploadShortcut > a { background: transparent; display: inline-block; line-height: 22px; height: 24px; padding: 0 6px; margin-left: 10px; border: 1px solid white; color: white; text-decoration: none; border-radius: 4px; }

/*# sourceMappingURL=style.css.map */
