@import url("reset.css");
@import url("text.css");

/* Base information */
/* ========================================================================== */

a {
    color: #204a87;
}
a:hover {
    color: #3465a4;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}

/* GNOME Header */
/* ========================================================================== */

.gnome-header {
    margin-bottom: 90px;
}
.gnome-header .avatar {
    margin: 10px 0 0;
    padding: 0;
    border-radius: 50%;
}
.gnome-header .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.navbar-default .navbar-nav > #userDropdownMenu > a,
.navbar-default .navbar-nav > #userDropdownMenu > a:hover,
.navbar-default .navbar-nav > #userDropdownMenu > a:focus {
    background: transparent;
}
.gnome-navbar-brand {
    height: 50px;
    padding: 6px;
    float: left;
    outline: 0;
    margin-left: 7px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 80%;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    transition: opacity .2s;
}
.gnome-navbar-brand:hover,
.gnome-navbar-brand:active {
    color: #ffffff;
    text-decoration: none;
        opacity: 7;

}
.gnome-navbar-brand img {
    max-height: 35px;
    min-height: 35px;
    min-width: 35px;
    vertical-align: middle !important;
}

/* Main Navigation Menu */
/* ========================================================================== */

.navbar-default {
    background-color: #4a86cf;
    border-color: #3968a1;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li {
    margin-left: 10px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background: rgba(100%, 100%, 100%, 0.2);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #3968a1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #3968a1;
}
.navbar-default .navbar-toggle {
    border-color: #3968a1;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #3968a1;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-link {
    color: #ffffff;
}
.navbar-default .navbar-link:hover {
    color: #ffffff;
}
.navbar-default .navbar-header .icons{
    display: block;
    float: right;
    margin: 5px 20px !important;
}
.navbar-default .navbar-header .icons li{
    display: inline-block !important;
    
}

/* User settings */

.login_popup_form {
    padding: 15px 15px 5px; /* bottom: 5px */
    min-width: 220px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 18px;
}
.navbar-nav>li>.dropdown-menu, ul.dropdown-menu {
    border-radius: 6px;
}
.navbar-nav>li>.dropdown-menu li {
    margin-left: 0px;
}

@media screen and (min-width:750px) {
    .dropdown-menu:after {
        position: absolute;
        top: -11px;
        left: 83%;
        display: inline-block;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #ffffff;
        border-left: 11px solid transparent;
        content:'';
    }
    .dropdown-menu:before {
        position: absolute;
        top: -12px;
        left: 83%;
        display: inline-block;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #ccc;
        border-left: 11px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content:'';
    }
}

/* Animated "Close" icon on Navbar */
/* ========================================================================== */

.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}
.navbar-form,
.navbar-collapse {
    box-shadow: none;
}


/* Page Title */
/* ========================================================================== */


#content h1 {
    margin: 10px 0 20px;
    border-bottom: 1px solid #d3d7cf;
    font-size: 37px;
    text-shadow: 0 1px 0 #fff;
    line-height: normal;
    letter-spacing: -0.04em;
}
#content h1 a {
    text-decoration: none;
    color: inherit;
}
#content h1 a:hover {
    text-decoration: underline;
}

/* GNOME Container */
/* ========================================================================== */


#gnome_container {
    min-height: 400px;
}

/* Separators */
/* ========================================================================== */

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 20px 0;
}

hr.top_shadow,
hr.bottom_shadow {
    height: 25px;
    background: url(../img/hr-shadow.png) no-repeat bottom;
    background-size: contain;
    border: 0;
    margin: 40px 0;
}
hr.bottom_shadow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* Specific stylesheet for Damned-lies */
/* ========================================================================== */

/* Statistics table */

table.stats {
    width: 100%;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
table.stats thead th {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background: -moz-linear-gradient(top, #f9f9f9, #ececec);
	background: -webkit-linear-gradient(top, #f9f9f9, #ececec);
	background: linear-gradient(top, #f9f9f9, #ececec);
    white-space: nowrap;
}
table.stats th,
table.stats td {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding: 5px 8px;
}
table.stats tbody tr:hover {
    background: #ececec;
}
table.stats th img,
table.stats td img {
    vertical-align: middle;
}
table.stats tfoot {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4, #fff);
    background: -webkit-linear-gradient(top, #f4f4f4, #fff);
    background: linear-gradient(top, #f4f4f4, #fff);
}
td.supported {
	color: #ffffff;
	background-color: green;
}
td.partially {
	background-color: orange;
}
td.not_supported {
}
table.stats td.fuzzy {
	background-color: #eee8aa;
}

/* Compact text stats */

pre.stats {
    color: #333;
    display: inline;
    white-space: pre;
    font-family: monospace;
    font-size: 11px;
}
pre.stats .num1 {
    color: #4e9a06;
}
pre.stats .num2 {
    color: #ce5c00;
}
pre.stats .num3 {
    color: #a40000;
}
#stats_po {
	padding: 5px 0 10px 5px;
	font-size: 15px;
	font-weight: bold;
    color: #ce5c00;
}

/* Used in vertimus_detail */

div#vertimus_stats {
    line-height: 1.3em;
}
div#vertimus_stats pre.stats {
    white-space: normal;
    font-family: sans-serif;
	font-size: 13px;
}

/* Graphic stats */

.graph {
    width: 100px;
    height: 9px;
    background: #ccc;
    overflow: hidden;
    position: relative;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
}
div.graphinline {
    width: 100px;
	display: inline-block;
}
.graph div {
    display: block;
    float: left;
    height: 9px;
}
.graph .translated {
    background: #73d216;
    background: -moz-linear-gradient(top, #73d216, #66bb14);
	background: -webkit-linear-gradient(top, #73d216, #66bb14);
	background: -linear-gradient(top, #73d216, #66bb14);
}
.graph .fuzzy {
    background: #5688c9;
    background: -moz-linear-gradient(top, #ff840d, #e37000);
	background: -webkit-linear-gradient(top, #ff840d, #e37000);
	background: linear-gradient(top, #ff840d, #e37000);
}
.graph .untranslated {
    background: #ff1b1b;
    background: -moz-linear-gradient(top, #ff1b1b, #cc0000);
	background: -webkit-linear-gradient(top, #ff1b1b, #cc0000);
	background: linear-gradient(top, #ff1b1b, #cc0000);
}

/* Download button */

.download_button {
	padding: 3px 0 0 22px;
	display: inline-block;
	text-decoration: underline;
	line-height: 20px;
	background: transparent url(../img/download.png) no-repeat left;
}

/* Multi column lists */

.column_container ul {
	margin-top: 0;
    list-style: none;
}
.column_box li {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 8px;
    list-style: none;
    margin: 8px 5px;

    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.column_box li a {
	text-decoration: none;
}
.column_box li a:hover {
	text-decoration: underline;
}

/* Person details */

/* Used in people/person_list */
.person_list {
    padding-left: 65px;
    margin-bottom: 12px;
    clear: left;
}

.person_list .name {
    font-size: 110%;
}

.person_list img {
    height: 48px;
    float: left;
    margin-left: -65px;
}

.person_detail {
    display: block;
    padding-bottom: 20px;
}
.person_detail .image,
.person_detail .txt {
    display: table-cell;
    vertical-align: top;
}
.person_detail .image {
    padding-right: 15px;
}
.person_detail .txt .name {
    font-weight: bold;
}
.person_detail .txt .email {
    color: #999;
    text-decoration: none;
}
.person_detail .txt .email:hover {
    text-decoration: underline;
}

/* Icon button */

.icon_button {
    background: #eeeeec;
    border: 1px solid #babdb6;
    padding: 4px 12px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 16px;

    font-size: 13px;
    font-weight: normal;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.icon_button:hover,
.icon_button:focus {
    outline: 0;
    background: #f4f4f4;
}
.icon_button:active {
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Stats show */

.stats_show .path {
    margin-top: -0.2em;
    color: #999;
    font-size: 18px;
}
.stats_show .pot_information {
    font-size: 13px;
    margin: 0;
}
.stats_show .notices {
    background: #ececec;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: -10px;
    overflow: auto;

    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.stats_show .notices h4 {
    margin-top: 0;
}
.stats_show .notices pre {
    margin: 0;
    font-size: 12px;
}
table.stats thead tr .header {
	background: #eeeeee url(../img/bg.gif) no-repeat center right;
    background:  url(../img/bg.gif) no-repeat center right, -moz-linear-gradient(top, #f9f9f9, #ececec);
    background:  url(../img/bg.gif) no-repeat center right, -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background: url(../img/bg.gif) no-repeat center right, linear-gradient(top, #f9f9f9, #ececec);
	cursor: pointer;
	padding-right: 1.2em;
}
table.stats thead tr .headerSortUp {
	background: #eeeeee url(../img/asc.gif) no-repeat center right;
    background:  url(../img/asc.gif) no-repeat center right, -moz-linear-gradient(top, #f9f9f9, #ececec);
    background:  url(../img/asc.gif) no-repeat center right, -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background: url(../img/asc.gif) no-repeat center right, linear-gradient(top, #f9f9f9, #ececec);
}
table.stats thead tr .headerSortDown {
	background: #eeeeee url(../img/desc.gif) no-repeat center right;
    background:  url(../img/desc.gif) no-repeat center right, -moz-linear-gradient(top, #f9f9f9, #ececec);
    background:  url(../img/desc.gif) no-repeat center right, -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background: url(../img/desc.gif) no-repeat center right, linear-gradient(top, #f9f9f9, #ececec);
}
table.stats th.headerNoSort {
	background-color: #eeeeee;
}

/* Vertimus detail */
/* ========================================================================== */

/* Vertimus action box */

.vertimus_action {
	background: #eeeeee;
    background: -moz-linear-gradient(top, #f9f9f9, #ececec);
    background: -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background: linear-gradient(top, #f9f9f9, #ececec);
	margin: 1em 0 1.5em;
	border: solid #ddd 1px;
}
.vertimus_action_head {
	border-bottom: solid #ddd 1px;
	padding: 0.5em 12px 0;
}
.vertimus_action_content {
	padding: 1em 12px 0;
}
.vertimus_action_comment {
	font-family: monospace;
}

div.release_link {
	float: right;
	font-size: small;
	margin: 54px 5px 0 0;
}
div.uploaded_file {
	float: right;
	padding: 1px;
	margin: -10px 0 0 5px;
	max-width: 50%;
}
div.face_image {
	float: left;
	margin: 0 10px 0 0;
}
div.face_image img {
	max-height: 50px;
	max-width: 50px;
}
.right_actions {
	float: right;
	font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	padding: 5px 25px 0 0;
	background: #7fa7d4;
    background: #fff url(../img/html-bg.png) 0 repeat-x;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: inset 0 1px 3px -1px #396da9, 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 3px -1px #396da9, 0 1px 0 #fff;
    box-shadow: inset 0 1px 3px -1px #396da9;
}
.right_actions ul {
	list-style: none;
}
.right_actions a {
	text-decoration: none;
}
.right_actions a:hover {
	text-decoration: underline;
}

div.docimages {
	display: inline;
	margin-left: 8px;
}
/* Vertimus action form*/
.diff_header,
.djform {
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #ccc;

	background: #eeeeee;
    background: -moz-linear-gradient(top, #f9f9f9, #ececec);
    background: -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background: linear-gradient(top, #f9f9f9, #ececec);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.djform textarea {
	width: 100%;
	min-height: 130px;
	font: inherit;
	font-family: monospace;
	padding: 10px;
	resize: vertical;
}
.djform td  {
	padding: 3px 4px 0 0;
	font-size: 12px;
	color: #555753;
}
.djform th {
	vertical-align: top;
	padding: 5px 10px 0 0;
	text-align: left;
}

/* Miscellaneous */
img.action_icons {
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 2px;
}

.helptext{
	font-size: 12px;
	color: #000;
}

.error {
	font-style: italic;
	color: #666666;
}

.errornote {
	color: #fff;
	text-align: center;
	font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	border: 1px solid #eee;
	padding: 5px;
	background: #7fa7d4;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
    box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
}

ul.errorlist {
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
}

.errorlist li {
	color: red;
	font-size: 15px !important;
	font-weight: bold;
	display: block;
	padding: 4px 5px 4px 25px;
	margin: 0 0 3px 0;
}

.help_link a {
	border-bottom: 0 !important;
}
.help_link img {
	vertical-align:top;
	padding: 2px 5px;
}
img.screenshot {
	max-width: 550px;
	border: 0;
}

div#hide-show {
	text-align: right;
	float:right;
}

/*show a foot logo instead of dots in some lists*/
ul.foot li {
   list-style-image: url(../img/foot-16.png);
}

/* Footer */
/* ========================================================================== */

#footer {
    clear: left;
    background: #000;
    color: #919191;
    padding: 20px 20px;
    padding-top: 40px;
    margin-top: 80px;
}
#footer div.links > div > ul > li {
    float: left;
    margin: 0 40px 10px 5px;
}
#footer .links {
    overflow: hidden;
    font-size: 14px;
}
#footer .links a,
#footer .links strong {
    display: block;
    text-decoration: none;
}
#footer .links a:hover,
#footer .links a:focus {
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer ul li {
    margin: 0;
    padding: 0;
}
#footer ul.menu > li > a {
    font-weight: bold;
}
#footer .links > ul > li > a {
    font-weight: bold;
}
#footer .links a {
    color: inherit;
    outline: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    margin: 6px 0;
}
#footer .links a:hover {
    color: #c4c4c4;
}
#footer .links a:active,
#footer .links a:focus {
    color: #fff;
}
#footer div.links div a, #footer div.links div strong {
    display: block;
    text-decoration: none;
}
#footer div.links div a:hover, #footer div.links div a:focus {
    text-decoration: underline;
}
#footer #footnotes {
    margin-top: 20px;
}
#footer #footnotes small {
    font-size: 88%;
}
#footer #footnotes a {
    color: inherit;
}

/* Sticky Footer */

.gnome-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.gnome-content {
    -webkit-flex:1;
    -ms-flex:1;
    -webkit-box-flex:1; 
    flex:1;
}
