.progress {
    width: 100%;
    height: 8px;
    border-radius: 3px;
}

.progress-wrap {
    background: #ddd;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    background: #f80;
    left: 0;
    position: absolute;
    top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.progress-bar.approved {
    background: #0FCE89;
}

.progress-bar.translated {
    background: #11f59b;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    display: inline-block;
    cursor: pointer;
    margin-right: 2px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #888;
    display: inline-block;
    cursor: pointer;
    margin-right: 7px;
}

.metrics-title {
    border-right: 1px solid #ccc;
    padding: 3px;
    width: 20%;
    color: #888;
    text-align: center;
}

.metrics-title.last {
    border-right: 0px;
}

.metrics-value {
    border-right: 1px solid #ccc;
    padding: 3px;
    text-align: center;
    font-weight: bold;
}

.metrics-value.last {
    border-right: 0px;
}

.help {
    border: 1px solid #ccc;
    border-radius: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #eee;
    color: #888;
    font-size: 12px;
    cursor: pointer;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.help .tooltip {
    text-align: left;
    background: #eee;
    bottom: 100%;
    color: #888;
    display: block;
    left: -300px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 300px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.help .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.help .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ccc 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 92%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.help:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .help .tooltip {
    display: none;
}

.lte8 .help:hover .tooltip {
    display: block;
}

.modal {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.modal_frame {
    position: fixed;
    z-index: 9999999;
    top: 10%;
    bottom: 10%;
    height: 80%;
    left: 20%;
    right: 20%;
    width: 60%;
    border: 3px solid #eee;
    background: #eee;
}

.modal_shadow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    opacity: 0.5;
}

.modal_close {
    position: fixed;
    top: 10%;
    right: 13%;
    width: 80px;
    font-size: 50px;
    z-index: 9999999;
    color: white;
    cursor: pointer;
}

.plugin {
    padding-top: 15px;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    border: 1px solid #ccc;
    margin: 5px;
    background: white;
    border-radius: 5px;
}

.plugin .title {
    padding-top: 10px;
    font-weight: bold;
}

.plugin .description {
    padding: 10px;
    color: #888;
    height: 70px;
    text-align: left;
}

.plugin .description {
    padding-top: 10px;
}

.plugin .by {
    padding: 10px;
    color: #888;
    text-align: center;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.plugin .footer {
    background: #eee;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.screen {
    width: 720px;
    height: 380px;
    background-size: 720px 380px;
    background-repeat: no-repeat;
    margin: auto;
}

.info {
    padding: 20px;
    text-align: left;
    background: #eaeaea;
    margin-bottom: 15px;
    border-radius: 5px;
}

.youtube {
    padding-top: 20px;
}

.mini-info {
    color: #888;
    font-size: 10px;
}

a {
    text-decoration: none;
}

.inst-dot {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(80, 102, 127);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: "Proxima Nova", -apple-system, system-ui, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    text-size-adjust: 100%;
    width: 35px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.inst-title {
    color: rgb(92, 102, 114);
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 5px;
}

.inst-info {
    color: rgb(92, 102, 114);
    padding: 5px;
    margin-bottom: 13px;
    font-size: 15px;
}

td {
    vertical-align: top;
}

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #ccc 1px solid;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
    color: #242628;
    text-shadow: #fff 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
}