body.theme-dark
{
  background-color: #1a1a1a !important;
}

body.theme-dark .footer
{
  background-color: #333333 !important;
}

body.theme-dark .header
{
  background-color: #333333 !important;
}

body.theme-dark .state
{
  background-color: #1a1a1a !important;
}

body.theme-dark form.styled .buttons input, body.theme-dark form.styled .buttons a
{
  background: #4a5879;
}

body.theme-dark form.styled .buttons input:hover, body.theme-dark form.styled .buttons a:hover
{
  background: #6089b5;
}

body.theme-dark .button
{
  background: #4a5879;
}

body.theme-dark .button:hover
{
  background: #6089b5;
}

body.theme-dark .container .body .mainmenu>ul>li>a.active
{
  color: black;
}

body.theme-dark .container .body .content div.add .steps .step, body.theme-dark .container .body .content div.restore .steps .step
{
  color: #2780b3;
}

body.theme-dark .step3 source-folder-picker, body.theme-dark #folder_path_picker, body.theme-dark #restore_file_picker
{
  background-color: #ffffff;
}

body.theme-dark form.styled input, body.theme-dark form.styled textarea, body.theme-dark form.styled select
{
  color: #000000;
}