@font-face {
    font-family: "B52";
    src: url(b52.ttf) format("truetype");
}

html {
    background: #fafafa;
    font-family: Ariel, sans-serif;
}

body {
    margin: 0;
}

/* LOGIN */
.login-container {
	margin: 0;
	height: 100vh;
}

h1#login-title {
	font-family: B52;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 180px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#login-title span span {
	font-weight: 400;
}

.login-container h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 2.8em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}

.login-top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.login-box {
	background-color: white;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: 80px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #B1A296;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #B1A296;
	transition: 0.5s;
	color: #B1A296;
}

.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #B1A296;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #333333!important;
	transition: 0.5s;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}


.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Loading Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Footer */
.footer {
    bottom: 4px;
    
    height: 12px;
    /* color: #f2f2f2; */
    text-align: center;
    font-size: 10px;
}

/* NAVTOP */

#navbar ul{
        display: none;
        background-color: #B1A296;
        position: absolute;
        top: 100%;
      }
      #navbar li:hover ul { display: block; }
      #navbar, #navbar ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      #navbar {
        height: 30px;
        background-color: #5D5C61;
        padding-left: 25px;
        min-width: 470px;
      }
      #navbar li {
        float: left;
        position: relative;
        height: 100%;
		text-transform: capitalize;
      }
      #navbar li a, .dropdown {
        display: block;
        padding: 6px;
        width: 100px;
        color: #fff;
        text-decoration: none;
        text-align: center;
		cursor: pointer;
      }
      #navbar ul li { float: none; }
      #navbar li:hover { background-color: #B1A296; }
      #navbar ul li:hover { background-color: #5D5C61; }




/* Main content */
.content {
    /* background-color: #ffffff; */
    color: #333333;
    min-height: 400px;
    margin: auto;
    padding: 10px;
}

.content h1 {
	text-align: center;
    font-size: 24px;
    color: #111111;
}

.box{
	width: max-content;
    margin: 15px auto;
    padding: 10px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 8px;
}

/*LOGS*/
#log_table_wrapper{
	z-index:1;
}

/*profile*/
.profile label{
	display: flex;
	width: 400px;
	align-items: baseline;
	justify-content: space-between;
}
.ff {
    width: 100%; 
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    /* margin-bottom: 50px;
    margin-left: 46px; */
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;

}
 .ff:focus {
	border: 2px solid rgba(0, 0, 0, 0.18) !important;
}

/* Sub links and subimt buttons*/
.sub_links_container{
  margin: 0.7rem auto;
  text-align: center;
  width: 75%;
  min-width: fit-content;
}
.sub_links_container a:hover{
	color: #fff;
}
.action {
    cursor: pointer;
	border-radius: 5em;
	color: #fff;
	background: linear-gradient(to bottom, #b1a296, #5d5c61);
	border: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: 'Ubuntu', sans-serif;
	/* margin-left: 35%; */
	font-size: 13px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}
.action:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: .3s;
}
.center {
	text-align: center;
}


/*List Table*/
.listtable {
	border-collapse: collapse;
    /* font-family: Tahoma, Geneva, sans-serif; */
}
.listtable td {
	padding: 15px;
}
.listtable thead th {
	padding: 0px 5px;
	background-color: #5d5c61;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #5d5c61;
}
.listtable tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}
.listtable tbody tr {
	background-color: #f9fafb;
}
.listtable tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

/* Tool Tip */
.tooltip {
	color:#fcb045;
	position:relative; /* making the .tooltip span a container for the tooltip text */
	/* border-bottom:1px dashed #000; */ /* little indicater to indicate it's hoverable */
}
.tooltip:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:200px;
  padding:10px;
  border-radius:10px;
  background: radial-gradient(circle, rgba(136,126,117,1) 0%, rgba(93,92,97,1) 100%);
  color: #fff;
  text-align:center;

  display:none; /* hide by default */
}
.tooltip:hover:before {
  display:block;
}


/*translations*/
.translation_form label{
	display: flex;
	width: 500px;
	align-items: baseline;
	padding-left: 1.3em;
}
.tr {
    width: 100%; 
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(250, 250, 250);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    /* margin-bottom: 50px;
    margin-left: 46px; */
    text-align: left;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;

}
 .tr:focus {
	border: 2px solid rgba(0, 0, 0, 0.18) !important;
}

/* files */
.translation_files_info td {
	text-align:right;
}  

.translation_files_info td + td {
    text-align:left;
}

/* Translate */
.current_title{width: -moz-available;width:-webkit-fill-available;padding:1px 5px;display:flex;justify-content: space-between;}

.translate_table {
	border-spacing: 0; *border-collapse: collapse;
    /* font-family: Tahoma, Geneva, sans-serif; */
	width: -webkit-fill-available;
	width: -moz-available;
}
/* .translate_table td {
	padding: 15px;
} */
.translate_table thead th {
	padding: 0px 5px;
	background-color: #5d5c61;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #5d5c61;
}
.translate_table tbody {
	vertical-align: baseline;
}
.translate_table tbody td {
	height: 1px; 
	color: #636363;
	border: 1px solid #dddfe1;
	padding: 3px;
}
@-moz-document url-prefix() {
   .translate_table tbody td {
        height: 100%;
    }
}
.translate_table tbody tr {
	background-color: #ffffff;
	height: 100%;
	vertical-align: top;
}
/* .translate_table tbody tr:nth-child(odd) {
	background-color: #ffffff;
} */
.min_width {
	width: 1%;
    white-space: nowrap;
}
.max_height {
	height: calc(100% - 0.4rem);
	/* display:inline-table; */
}
.actions {
	vertical-align: middle;
}
.editable_text {
	padding: 0.2rem;
}
.editable_chr {
	padding: 0.2rem;
}
.SEL-LINE {
    width: 1.6em;
    height: 1.6em;
}

/* translate menu for selected lines */
.selected_lines_menu {
    position:absolute;
    width:300px;
    height:20px;
    top:35px;
    right:25%;
    left:50%;
    margin-left:-150px;
	text-align: center;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border-color: #a6998f;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}




/* Search Suggest */
.ui-widget-content {
  text-align: left;
}
.deadline_finished{color:green;font-weight: bold;}

.autocomplete-suggestions { text-align: left; border: 1px solid #999; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.ui-autocomplete .highlight { color: blue; } 

/* Widget - storage */
.widget{}
.widget_title{font-size: 1.5rem; font-weight: 700; display: flex; justify-content: space-around; margin-bottom: 10px; }
.widget_content{}
.storage_meter { width: 100%; height: 30px; }
.progress_title{display: flex; justify-content: space-between;}
.progress_info{ display: flex; justify-content: space-between; font-size: smaller;}
.progress_left{}
.progress_middle{}
.progress_right{}

.storage_meter_container{}

.active_translations_container{ margin: 25px auto;}
.w3-progress-container{width:100%;height:1em;position:relative;background-color:#f1f1f1}
.w3-progressbar{animation: load 1s normal forwards; background-color:#5d5c61;height:100%;position:absolute;line-height:inherit}
.w3-round-xlarge{border-radius:16px!important}

@keyframes load { 0% { width: 0; } }

/* Widget Raid */

.raid_info_container{display: flex;}
.raid_disk_info{display: flex; flex-direction: column;margin: auto 20px;align-items: center;}