/* CSS file for revoras cnc page
 * by ICT
/* Global CSS */


/* General Styles */

* {margin: 0; padding: 0; outline: 0;}

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #e5e5e5;
    font-size: 12px;
    background-color: rgb(25,25,25);
}

h1, h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin:0 0 15px 0;
}

h1 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 100%;
    margin-left: -4px;
}

h2 {
    margin-top: 1em;
    font-size: 24px;
}

p, form {
    margin: 0 0 15px 0;
}

input {
    color: #222;
    font-size: 90%;
}

li {
    margin-left: 1em;
}

a, a:link {
    color: #428bca;
}

a:hover, a:active, a.active {
    color: #0fc5ff;
}

a.disabled {
    color: inherit;
    text-decoration: none;
}

.clear {
    clear: both;
}

.btn-cco {
	color: #fff !important;
	background-color: #428bca;
	border-color: #336591;
}

.btn-cco:hover, .btn-cco:focus, .btn-cco:active, .btn-cco.active {
	color: #fff;
	background-color: #0fc5ff;
	border-color: #10aadb;
}

table.headless > tbody > tr:first-child > th, table.headless > tbody > tr:first-child > td {
    border-top: none;
}

.error, .errorlist {
    color: red;
}


.col-50 {
   width: 50%;
   float: left;
}
.col-33 {
    width: 33%;
    float: left;
}
.col-66 {
    width: 66%;
    float: left;
}
.col-25 {
    width: 25%;
    float: left;
}
.col-75 {
    width: 75%;
    float: left;
}

.content {
   padding: 0px 30px 0px 0px;
}

/* images resize by height of surrounding object */
.img-responsive-height
{
  display: block;
  width: auto;
  max-height: 100%;
}


/* Main Layout */

#wrap {
    width: 100%;
    max-width: 1600px;
    min-width: 960px;
    position: relative;
    margin: 0 auto;
    padding: 0;

}

.inner {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-height: 50px;
    padding: 30px 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .inner {
        width: 85%;
    }
}

@media (min-width: 1600px) {
    .inner {
        width: 80%;
    }
}
.inner:after {
      content: "";
      display: table;
      clear: both;
}




/* Navigation CSS */

.navigation .inner {
    min-height: 0;
    padding:0;
    margin: 0 auto;
    font-weight: 400;
}
.navigation .btn-nav {
    display: block;
    height: 60px;
    width: auto;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    padding: 22px 2%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 8px 4px;
    height: 44px;
}
.navigation a:link,
.navigation a:visited {
    color: rgb(240,240,240);
    text-decoration: none;
}
.navigation a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #4ecdc4;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(78, 205, 196, 0.2);
}
.navigation a:active,
.navigation .active {
    color: rgb(100, 100, 100);
    text-decoration: none;
}

#top-navigation {
/*    position: sticky;
    top: 0;*/
/*    margin-top: 10px;*/
    z-index: 100;
/*    border-bottom: 3px solid #00abe2;*/
    position: relative;
}

/* Main Navigation */
#main-nav {
    height: 60px;
    /*z-index: 1000;*/
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.navigation .btn-nav.revora-id a:link, .navigation .btn-nav.revora-id a:visited {
    color: #4ecdc4;
    text-shadow: 0 0 8px rgba(78, 205, 196, 0.3);
}
.navigation .btn-nav.revora-id a:hover, .navigation .btn-nav.revoraID a:active {
    color: #44a08d;
    text-shadow: 0 0 12px rgba(78, 205, 196, 0.5);
}

#logo {
    display: block;
    height: 60px;
    float: left;
    padding: 0 1.5em;
    transition: all 0.3s ease;
}
#logo:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

#donate-button {
    float: right;
    color: #fff;
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
#donate-button:hover, #donate-button:active {
    background: linear-gradient(135deg, #44a08d 0%, #3a8c7a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(78, 205, 196, 0.3);
}

.end {
    margin: 0;
}

/* User Navigation */
#user-nav {
/*    margin-bottom: -50px;*/
    padding: 0;
/*    background-color: rgb(25,25,25);*/
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#user-nav .btn-nav {
    height: 40px;
    padding: 13px 2%;
    transition: all 0.3s ease;
    border-radius: 6px;
    margin: 4px 2px;
}

/* Language Picker */
#language-nav {
    position: relative;
    float: right;
    z-index: 150;
}

#language-nav .btn-lang {
    background: inherit;
    border: none;
    color: inherit;
}

#language-nav ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 200;
/*    background-color: rgb(34,34,34);*/
    background-color: rgb(34,34,34);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    list-style-type: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

#language-nav:hover ul,
#language-nav:active ul {
    display: block;
    width: auto;
}

#language-nav ul li {
    margin: 0;
    width: auto;
}

#language-nav form,
#language-nav form input {
    margin: 0;
    padding: 0;
}

#language-nav ul .btn-lang {
    display: block;
    height: 40px;
    width: 100%;
    padding: 13px 24px;
    white-space: nowrap;
    text-align: left;
}

#language-nav:hover .btn-lang.active,
#language-nav:active .btn-lang.active  {
    background-color: rgba(0,0,0,0.2);
    color: #00abe2;
}

#language-nav ul .btn-lang:hover {
    background-color: rgba(0,0,0,0.2);
    color: #00abe2;
}

#language-nav ul .btn-lang:active {
    color: rgb(100, 100, 100);
}


/* Bottom MENU CSS */

#bottom-nav {
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
#bottom-nav .inner {
    padding:0;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
}
#bottom-nav .btn-nav {
    font-size: 12px;
    padding: 8px;
}
#bottom-nav a:hover {
    text-decoration: none;
}
#like-button {
    display: inline-block;
    font-size: 14px;
    padding: 13px 0;
    color: #00abe2;
}

#discord-button {
    display: inline-block;
}
#discord-button img {
    height: 30px;
    width: 88px;
}


/* 
 * SECTIONS
 */

#banner {
    min-height: 200px;
    background-image: url('../images/site/launcherWebsiteBanner.png');
    background-size: cover;
    color: rgb(240,240,240);
    height: 279px;
    position: relative;
}

#banner-gradient {
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0, rgba(255,255,255,0) 100%);
}

#banner h1 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    color: white;
    text-shadow: black 0em 0em 0.5em;
}

section.main {
    width: 100%;
    max-width: 1600px;
    min-width: 960px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 20px 0;
    
    background: #ccc;
    color: black;
}

section.first {
    border-top: 3px solid #00abe2;
}


/* Account Management */

section.s_account {
    height: auto;
    min-height: 0;
    background:rgb(220,220,220);
/*    border-color: red !important;*/
}

table.accountinfo {
    width: 90%;
}

table.accountinfo > tbody > tr > th, 
table.accountinfo > tbody > tr > td  {
    border: 0;
}

table.accountinfo .gamename {
    font-weight: normal;
    font-size: 90%;
}

table.accountform {
    width: auto;
}

table.accountform > tbody > tr > th, 
table.accountform > tbody > tr > td  {
    border: 0;
}

table.accountform > tbody > tr > td {
    padding-left: 1em;
}

table.accountform > tbody > tr > td span.helptext {
    display: inline-block;
    margin-top: 0.25em;
}


/* Login */

section.s_login {
    height: auto;
    min-height: 0;
    background:rgb(220,220,220);
}

section.s_login form .fieldWrapper {
    margin-bottom: 0.5em;
}

section.s_login form label {
    width: 7em;
}

section.s_login input[type="text"],
section.s_login input[type="email"],
section.s_login input[type="password"] {
     width: 15em;
}


table.login {
    width: auto;
}
table.login > tbody > tr > th {
    padding-right: 3em;
}
table.login > tbody > tr > th, table.login > tbody > tr > td {
    border: none;
}


table.registration {
    width: auto;
}
table.registration > tbody > tr > th, table.registration > tbody > tr > td {
    border-color: #999;
    padding: 10px;
}
table.registration > tbody > tr > th {
    padding-right: 3em;
}
table.registration > tbody > tr > td span.helptext {
    display: inline-block;
    margin-top: 0.25em;
}

form#registration-form {
    margin-bottom: 2em;
}


/* Download */

section.s_download {
    background: #313131;
    background: rgb(30,30,30) url('../images/site/nod_logo.png') no-repeat scroll 100%;
    color:#fff;
    min-height: 400px;
}

section.s_download h1 {
    text-align: center;
}

table.downloads {
    margin: 0 auto;
    margin-top: 3em;
    width: 80%;
}

table.downloads > tbody > tr > td, table.downloads > tbody > tr > th {
    text-align: center;
    border-top: 2px solid #333;
    padding: 1em 0;
}

/* Users */

section.s_users {
    background:rgb(220,220,220);
}

table.user-detail {
    margin-top: 2em;
    width: auto;
}

table.user-detail > tbody > tr > th {
    padding-right: 3em;
}

table.user-detail > tbody > tr > th, section.s_users table.user-detail > tbody > tr > td {
    border-color: #999;
}

section.s_users form.user-search label {
    margin-right: 1em;
}

section.s_users form.user-search span.helptext {
    margin-left: 0.5em;
}


/* Profiles */

section.s_profiles {
    height: auto;
    min-height: 0;
    background:rgb(220,220,220);
}

section.s_profiles form label {
    width: 7em;
}
section.s_profiles input[type="text"] {
    width: 15em;
}

section.s_profiles ul#profile_list {
    list-style-type: disc;
}

section.s_profiles ul#profile_list li {
    margin-left: 1em;
}

section.s_profiles table.profile-detail {
    margin-top: 2em;
    width: auto;
}

section.s_profiles table.profile-detail > tbody > tr > th {
    padding-right: 3em;
}

section.s_profiles table.profile-detail > tbody > tr > th, section.s_profiles table.profile-detail > tbody > tr > td {
    border-color: #999;
}



/* Welcome */

section.s_welcome {
    background: #313131;
    color:#fff;
    height: auto;
    /*border-top: none;*/
}
.spot {
   background-color: rgba(255,255,255,0.1);
   padding: 20px;
   float: left;
}

.youtube {
   height: auto;
   background: rgb(220,220,220) url('../images/site/youtubebg.png') no-repeat scroll;
}

section.s_guide {
    background: rgb(220,220,220) url('../images/site/gdi.png') no-repeat scroll -150px -90px;
    color: rgb(20,20,20);
    height: auto;
}
section.s_guide h1 {
    color: rgb(0,101,130);
}
.guide {
   margin: 0 auto;
   width: 800px;
}


/* Features */

section.s_features {
    background: #313131;
    background: rgb(30,30,30) url('../images/site/nod_logo.png') no-repeat scroll 100%;
    color:#fff;
    height: auto;
}
section.s_features a {
    color: rgb(200,200,200);
}
section.s_features ul.text-success {
    color: rgb(31,201,34);
}


/* FAQ */

section.s_faq {
   background:rgb(220,220,220);
   color: rgb(20,20,20);
   height: auto;
}
section.s_faq a {
   color: rgb(30,30,30);
}

section.s_faq dl > dt {
    margin-top: 1em;
}
section.s_faq dl > dt::before {
    content: "Q: ";
    font-weight: bold;
}

section.s_faq dl > dd::before {
    content: "A: ";
    font-weight: bold;
}


/* Revora */

section.s_revora {
    background: rgb(157,157,157);
    color: #000;
}
section.s_revora h1 {
    color: rgb(0,101,130);
}
.supported {
   background-color: rgba(255,255,255,0.3);
   padding: 20px;
}

.supported img {
   margin: 10px;
}

/* download button glow effect*/

.glow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.glow:hover, .glow:focus, .glow:active {
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.6);
}



/* Bootstrap carousel additions */

.carousel a {
   color: #fff;
   text-decoration: underline;
}
.wrap .inner .carousel {
   font-size: 12px;
   font-weight: 400;
   color: #fff;
}
.wrap .inner .carousel h3 {
   font-size: 16px;
   font-weight: 400;
   color: #fff;
   text-align: center;
}



/* Accounts and Profiles */

span.account_banned {
    color: red;
}

span.profile_hidden {
    font-style: italic;
}

span.profile_disabled {
    color: red;
}

span.profile_disabled.list {
    text-decoration: line-through;
}