html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;

  background: #F2F2F2; /* fallback for old browsers */
  color: #1C1C1C;

  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a:visited,
a:link {
    color: #1C1C1C;
}

a:hover {
    color: #016D7D;
}

a:active {
    color: #016D7D;
}

hr {
    border:solid gray 1px;
    background-color: #1C1C1C;
    height:1px;
    margin-top: 20px;
    margin-bottom: 10px;
}

table {
     border-collapse: collapse;
     text-align: left;
}

table td,
table th {
     padding: 3px 10px;
}

h1 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 26.4px;
}
h3 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}
p {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}
blockquote {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
pre {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

div.logincenter {
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 500px;
}

div.loginpanel {
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
  position:  relative;
  top: 200px;
/*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

div.loginform,
div.newuserform {
  background: rgba(255,255,255,0.9);
}

div.loginform {
  padding: 40px;
}

div.loginform h1,
div.newuserform h1 {
  margin-top: 0px;
  color: #707070;
}

div.loginform p,
div.newuserform p,
div.loginform li,
div.newuserform li {
  color: #707070;
}

div.loginform a:visited,
div.loginform a:link,
div.newuserform a:visited,
div.newuserform a:link{
    color: #909090;
}

div.loginform a:hover,
div.newuserform a:hover {
    color: #016D7D;
}

div.loginform a:active,
div.newuserform a:active {
    color: #016D7D;
}

div.loginform form  {
    margin-bottom: 0px;
}

div.invoicetext img {
  width: 60%;
  margin: 0px 0px 20px 0px;
}

div.error-message {
  color: red;
}

div.loginpanel div.label {
  float: left;
  width: 300px;
  text-align: left;
}

div.loginlogo,
div.loginpanel div.loginlogo {
  position: fixed;
  right: 100px;
  top: 30px;
}

div.loginpanel div.mailconfig {
  width: 100%;
  display: block;
}

div.loginpanel input {
  width: 100%;
  margin: 0px 0px;
  padding: 12px;
}
div.loginpanel div.txt {
  position: relative;
  color: #A0A0A0;
}
div.loginpanel div.txt input[type="text"],
div.loginpanel div.txt input[type="password"] {
  color: #000000;
  font-size: 1.4em;
  padding: 14px 10px 14px 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #A0A0A0;
}
div.loginpanel div.txt input[type="text"]::-webkit-input-placeholder,
div.loginpanel div.txt input[type="password"]::-webkit-input-placeholder {
color: #636363;
}
div.loginpanel div.txt input[type="text"]::-moz-placeholder,
div.loginpanel div.txt input[type="password"]::-moz-placeholder {
color: #636363;
}

div.loginpanel div.txt label {
  cursor: text;
  font-size: 1.4em;
}
div.loginpanel div.txt label:before {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 1.1em;
  color: #A0A0A0;
  line-height: 58px;
  text-align: center;
  width: 50px;
  height: 50px;
}

div.loginpanel div.txt2 {
  position: relative;
  color: #A0A0A0;
  text-shadow: 1px 1px #1C0808;
}
div.loginpanel div.txt2 input[type="text"],
div.loginpanel div.txt2 input[type="password"] {
  color: #A0A0A0;
  padding: 17px 12px 12px 0px;
  border: 2px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 0px ,0 -2px #A0A0A0 inset, 0px 0, 0px 0;
  background-color: transparent;
  width: 100%;
}

div.loginpanel div.txt2 label:before,
div.mailconfig-config label:before {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.1em;
  color: #A0A0A0;
  line-height: 58px;
  text-align: center;
  width: 50px;
  height: 50px;
}

div.loginpanel div.buttons,
div.mailconfig-config div.buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
div.loginpanel button,
div.loginpanel div.buttons input,
div.mailconfig-config button,
div.mailconfig-config div.buttons input {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  width: 100%;
}
div.loginpanel div.buttons span a,
div.mailconfig-config div.buttons span a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 70px;
  text-align: center;
}
div.loginpanel button,
div.loginpanel input[type="button"],
div.mailconfig-config button,
div.mailconfig-config input[type="button"] {
  cursor: pointer;
  color: #FFF;
  font-size: 1.2em;
  border: 0 none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  outline: none;
  background-color: #808080;
}
div.loginpanel button:hover,
div.loginpanel button:focus,
div.loginpanel input[type="button"]:hover,
div.loginpanel input[type="button"]:focus,
div.mailconfig-config button:hover,
div.mailconfig-config button:focus,
div.mailconfig-config input[type="button"]:hover,
div.mailconfig-config input[type="button"]:focus {
  background-color: #016D7D;
}
div.loginpanel button,
div.mailconfig-config button {
  height: 50px;
  margin: 30px 0;
  margin-bottom: 0px;
}

div.loginpanel div.hr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 40px 0;
  color: #555;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
div.loginpanel div.hr div {
  font-family: 'Courgette', cursive;
  font-size: 1.2em;
}
div.loginpanel div.hr div:first-child,
div.loginpanel div.hr div:last-child {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  position: relative;
}
div.loginpanel div.hr div:first-child:before,
div.loginpanel div.hr div:last-child:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #5F5F5F;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
div.loginpanel div.hr div:first-child {
  margin-right: 20px;
}
div.loginpanel div.hr div:last-child {
  margin-left: 20px;
}

div.loginpanel input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #fff;
}
div.loginpanel input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #fff;
}
div.loginpanel input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #fff;
}
div.loginpanel input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #fff;
}

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 20px; padding: 0; line-height: 20px;
    border: 2px solid #CCCCCC; border-radius: 20px;
    min-width: 66px !important;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 20px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 40px;
    border: 2px solid #CCCCCC; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

div.contentbg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  position:fixed;
}

div.contentblur {
  background: url(../img/Business_2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(1.10);
  -moz-filter: brightness(1.10);
  -o-filter: brightness(1.10);
  -ms-filter: brightness(1.10);
  filter: brightness(1.10);
/*  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);*/
}

div.menubg{
/*  background: #000000; */
   background: #1C1C1C;
/*  background: #58ACFA; */
  left: 0px;
  width: 185px;
  height: 100%;
  font-size: 15px;
/*  opacity: 0.9;*/
  padding: 15px;
  z-index:996;
  top: 0px;
  position:fixed;
  -webkit-box-shadow: 5px 0px 0px 0px rgba(242,242,242,1);
  -moz-box-shadow: 5px 0px 0px 0px rgba(242,242,242,1);
  box-shadow: 5px 0px 0px 0px rgba(242,242,242,1)
}

div.logo{
  left: 20px;
  top: 20px;
  position:absolute;
  z-index:997;
}

div.logo img{
  width: 140px;
  heigth: 140px;
  margin: 0px;
}


div.menu2bg{
  background: #1C1C1C;
  left: 190px;
  width: 180px;
  height: 100%;
  font-size: 15px;
  padding: 15px;
  z-index:996;
  top: 0px;
  position:fixed;
}

div.sitecontent {
  margin-left : 220px;
  padding : 20px;
  padding-top: 0px;
  position:absolute;
  width: calc(100% - 300px);
  min-height: 450px;
}

div.sitecontent2 {
  margin-left: 370px;
  padding : 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

div.menu{
  left: 0px;
  width: 200px;
  min-height: 610px !important;
  height: 100%;
  font-size: 15px;
  padding: 0px;
  padding-top: 120px;
  z-index:998;
  text-align: left;
  top: 0px;
  float: left;
  position: absolute;
  min-height:560px;
}

div.menu2,
div.menu2admin {
  left: 170px;
  width: 240px;
  height: 100%;
  font-size: 15px;
  padding: 15px;
  z-index:998;
  text-align: left;
  top: 148px;
  float: left;
  position:absolute;
}

div.menu2admin{
  top: 10px;
}
div.menuitem {
   width: 140;
   height: 22;
   position: relative;
}
div.menuitem-text {
   float: left;
}
div.menuitem-icon {
   margin-left: 135px;
}
div.menuitem-dr {
  width: 0;
  height: 0;
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-style: solid;
  border-width: 25px 0 25px 10px;
/*  border-color: transparent transparent transparent #016D7D;*/
  border-color: transparent transparent transparent #F2F2F2;
  position: absolute;
  top: 0px;
  left: 150px;
}
div.menuitem-dr2 {
/*  width: 0;
  height: 0;
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #1C1C1C;
  position: absolute;
  top: 0px;
  left: 140px;*/
}
#menu-bar {
  z-index:999;
}
#menu-bar li {
  position: relative;
  list-style: none;
  display: inline-block;
}
#menu-bar a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 15px 10px 10px 10px;
  height: 50px;
}
#menu-bar li ul li a {
}
#menu-bar .active a {
  background: #016e7e;
}
#menu-bar li:hover > a {
  background: #014b56;
}
#menu-bar li:hover div.menuitem-dr {
/*  border-color: transparent transparent transparent #014b56;*/
}
div.footer {
  background: #545454;
  color: #FFFFFF;
  position:fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 0px;
  line-height: 20px;
  display: none;
}
div.footer a {
  color: #FFFFFF;
  text-decoration: none;
}
div.message_error {
  background: #FE2E2E;
  color: #000000;
  position:fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 0px;
  line-height: 20px;
}
div.message_info {
  background: #F7FE2E;
  color: #000000;
  position:fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 0px;
  line-height: 20px;
}
div.message {
  background: #00FF40;
  color: #000000;
  position:fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 0px;
  line-height: 20px;
}
div.version {
  position:fixed;
  bottom: 0px;
  right: 0px;
  width: 160px;
  text-align: center;
  padding: 0px;
  line-height: 20px;
}
div.mailconfig-block {
   display: inline-block;
}
div.mailconfig-block hr {
   background-color:#D8D8D8;
   border:solid #D8D8D8 0px;
   height:2px;
   margin-top: 15px;
}
div.mailconfig-block h1 {
   font-size: 2.0em;
   font-weight: 300;
   margin-top: 26px;
   margin-bottom: 10px;
}
div.mailconfig-block h2 {
   font-size: 1.6em;
   font-weight: 200;
   margin-top: 17px;
}
div.mailconfig-block h3 {
   font-size: 1.3em;
   font-weight: 200;
   margin-top: 10px;
   margin-bottom: 5px;
}
div.mailconfig-label {
    width: 400px;
    float: left;
}
div.mailconfig-config {
    width: 310px;
    float: left;
}

div.mailconfig-config input[type=checkbox] {
   height: 1.2em;
   border: 0px;
   hight: 20px;
   width: 20px;
}

div.mailconfig-config input[type="text"],
div.mailconfig-config input[type="password"] {
  margin-top: 5px;
  margin-bottom: 17px;
  border: 0px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 0px ,0 -1px #d8d8d8 inset, 0px 0, 0px 0;
  background-color: transparent;
  width: 100%;
  display: inline;
}

div.topmenu {
  position: absolute;
  top: 195px;
  width: 185px;
}

div.defmenu {
  position: absolute;
  width: 185px;
  bottom: 0;
  padding-bottom: 20px;
}

div.logout {
  padding-bottom: 25px;
}

div.messagebg {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #313131);
    background-color: rgba(49,49,49, 0.8);
    overflow-x: hidden;
    transition: 0.5;
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    display:box;
    box-pack:center;
    box-align:center;
}
div.messagewindow {
    height: 200px;
    width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 998;
    color: #1C1C1C;
    border-color: black;
    background-color: #F2F2F2;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
}
div.messagewindowhead {
   width: calc(100% + 80px);
   padding-left: 30px;
   padding-right: 5px;
   position: relative;
   font-size: 1.3em;
   left: -40px;
   height: 1.3em;
   background-color: #016D7D;
   border-radius: 10px 10px 0 0;
}
div.messagewindow p {
    padding-top: 10px;
    text-align: center;
}
div.messagebutton {
    width: 115px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
}
div.messagebutton a {
    display: block;
    background: #016D7D;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

div.tooltips {
  position: relative;
  display: inline;
}
div.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #1C1C1C;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
div.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #1C1C1C;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
div:hover.tooltips span {
  visibility: visible;
/*  opacity: 0.8;*/
  bottom: 45px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

.faq dd {
    color: #999;
    font-weight: normal;
}
.faq dt {
    font-weight: bold;
    color: black;
}

.brandtestbg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  position:fixed;
  z-index: 998;
  opacity: 0.6;
}
.branding-test {
  z-index: 999;
}

#neutempbg,
#testdbpbg {
  visibility: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  position:fixed;
  z-index: 998;
  opacity: 0.6;
}

#neutemp,
#testdbp {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 2px solid grey;
  z-index: 999;
}

#testdbp img {
  background-color: #FFFFFF;
  border: 2px solid grey;
}

#neutemp .closeneutemp,
#testdbp .closetestdbp {
  position: absolute;
  top: 0px;
  left: 95%;
}

#neutemp:target {
  visibility: visible;
}

div.neutempbutton {
    width: 260px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
}
div.neutempbutton a {
    display: block;
    height: 50px;
    background: #808080;
    padding: 15px;
    border-radius: 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2em;
}
div.neutempbutton a:visited {
    color: #FFFFFF;
}
div.neutempbutton a:hover {
    background: #016D7D;
    color: #FFFFFF;
    text-decoration:none;
}

#closeneutemp:target #neutemp {
  visibility: hidden;
}

.datagrid table {
  border-collapse: collapse;
  text-align: left; width: 60%;
}
.datagrid table td,
.datagrid table th {
   padding-top: 3px;
   padding-left: 20px;
}
.datagrid table thead th {
/*   background-color:#1C1C1C;*/
   background-color:#58ACFA;
   color:#FFFFFF;
   border-left: 1px solid #A3A3A3;
   height: 48px;
   vertical-align:top;
   font-size: 15px;
   font-style: normal;
   font-weight: 600;
   line-height: 20px;
}
.datagrid table thead th:first-child {
   border: none;
}
.datagrid table tbody td {
   color: #7D7D7D;
   border-left: 1px solid #DBDBDB;
   font-size: 14px;
   font-weight: normal;
}
.datagrid table tbody .alt td {
   background: #EBEBEB;
   color: #7D7D7D;
}
.datagrid table tbody td:first-child {
   border-left: none;
}
.datagrid table tbody tr:last-child td {
   border-bottom: none;
}
.datagrid table tfoot td div {
   margin-top: 20px;
}
.datagrid table tfoot td {
   padding: 0;
   font-size: 14px
}

.datagrid table tfoot td button {
  color: #ffffff;
  font-size: 1.2em;
  background: #808080;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  height: 46px;
  width: 167px;
}

.datagrid table tfoot td button:hover {
  background: #016E7E;
  text-decoration: none;
}

.datagrid table tfoot td div {
   padding: 5px;
}
.datagrid table tfoot td ul {
   margin: 0;
   padding: 0;
   list-style: none;
   text-align: right;
}
.datagrid table tfoot  li {
   display: inline;
}
.datagrid table tfoot  li .active{
   background-color:black;
}
.datagrid table tfoot li a {
   text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;
   color: #F5F5F5;border: 1px solid #8C8C8C;
   background-color:#8C8C8C;
}
.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
   text-decoration: none;
   border-color: #7D7D7D;
   color: #F5F5F5;
   background: none;
   background-color:black;
}
.adminbutton {
    background-color:#1c1c1c;
    border:1px solid #000000;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    padding:7px 10px;
    text-decoration:none;
    width: 90px;
}
.adminbutton:hover {
    background-color:#016d7e;
    text-decoration:none;
}
.adminbutton:active {
    position:relative;
    top:1px;
    text-decoration:none;
}


.temp-container {
   width: 380px;
}

.temp-container p {
   padding: 10px;
   padding-top: 0px;
}

.temp-container td {
   background-color: #f2f2f2;
   border: 2px solid #FFFFFF;
}

.temp-container td td{
   border: 0px;
}

.temp-preview,
.temp-settings {
/*    background-color: #f2f2f2; */
}

.temp-preview {
   width: 120px;
   float: left;
   padding: 10px;
}

.temp-preview img {
   background-color: #ffffff;
   border: 2px solid #777777;

}


.temp-settings {
   width: 191px;
   float: right;
}

.temp-preview #title,
.temp-settings #title{
   font-size: 1.1em;
}

.temp-settings #title{
   padding: 10px;
   margin-bottom: 0px;
}


.temp-settings #zeitraum {
   width: 100%;
   border-top: 2px solid #FFFFFF;
   padding: 10px;
}

.temp-settings #map {
   width: 100%;
}

.temp-settings #map table {
  margin: 0 auto 20px;
}

.iframeeditorbg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  position:fixed;
  z-index: 998;
  opacity: 0.6;
}

.iframeeditorhead {
  top: 25px;
  left: 50px;
  text-align: right;
  width:  calc(100% - 100px);
  height: 30px;
  background-color: #1C1C1C;
  position:fixed;
  z-index: 999;
  opacity: 1;
  border-top: 2px solid #1C1C1C;
  border-left: 2px solid #1C1C1C;
  border-right: 2px solid #1C1C1C;
  padding-right: 5px;
}
.iframeeditor {
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
/*  height: calc(100% - 100px);*/
  height: 640px;
  background-color: #1C1C1C;
  position:fixed;
  z-index: 999;
  opacity: 1;
  border-bottom: 1px solid #1C1C1C;
  border-left: 1px solid #1C1C1C;
  border-right: 1px solid #1C1C1C;
}

.iframeeditor iframe{
  width: 100%;
  height: 100%;
  overflow:hidden;
  background-color: #1C1C1C;
}

.tabs {
  position: relative;
  min-height: 800px;
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #eee;
  padding: 10px;
  padding-left: 20px;
  margin-left: -1px;
  position: relative;
  left: 1px;
  min-width: 165px;
  line-height: 28px;
  font-size: 1.2em;
}
.tab [type=radio] {
  display: none;
}

.content {
  position: absolute;
  top: 48px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: none;
}

.tabs [type=radio]:checked ~ label {
  background: white;
}
.tabs [type=radio]:checked ~ label {
}

.tabs [type=radio]:checked ~ label ~ .content {
  display: block;
}

.content-ext {
  position: relative;
  background: white;
  left: -20px;
  padding: 20px;
  width: 900px;
}
