.horizontalmenubar { text-align: center; margin: 5px; }
.horizontalmenubar .btn { margin: 3px; }
.leave { position: absolute; right: 10px; top: 0; opacity: .9; }
.templategroup { padding: 10px; border: 1px ; }
.templategrouplabel { font-size: 130%; border-bottom: 1px dotted; margin-bottom: 3px; display: block; margin-top: 10px; }
.templategroup > ul { margin: 0; padding: 0; list-style-type: none; }
.templategroup > ul > li { padding: 2px; width: 100%; }
.templategroup > ul > li > a { display: block; }
table.settings > tbody > tr > th
{
 text-align: left;
 font-size: 175%;
 height: 40px;
}
table.settings > tbody > tr > td { padding: 15px; }
table.settings > tbody > tr > td:nth-child(1) { width: 30%; font-size: 150%; font-weight: bold; }
table.settings > tbody > tr > td:nth-child(2) { width: 70%; }
.settingsdescription
 {
 font-size: 64%;
 font-weight: normal;
 display: block;
}
.subsettingsdescription { font-style: italic; display: block; }

.alertclose
{
 float: right;
 padding-left: 10px;
}

.sortarrow, .sortarrow:visited
{
 color: #FFFFFF;
}

A.menu
{
 display: block;
 text-decoration: none;
 padding: 1px;
 margin-bottom: 2px;
 font-size: 117%;
 border-radius: 5px;
}

A.menu:hover
{
 text-decoration: none;
 border-bottom: 0;
 font-weight: bold;
}

.adminlogintable
{
 width: 300px;
}

#menubody, body
{
 margin: 0;
 padding: 0;
 width: auto;
 height: auto;
}

.group
{
 display: block;
 text-align: center;
 letter-spacing: 4px;
 font-size: 133%;
 cursor: pointer;
 border-radius: 4px;
border: 0;
text-decoration: none;
font-weight: bold;
}

.topbar
{
 display: block;
 text-align: center;
 width: 100%;
 font-size: 117%;
 font-weight: bold;
 letter-spacing: 2px;
 word-spacing: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 30px;
}

.switchform ul { list-style: none; margin: 0; padding: 5px; padding-left: 15px; }

.linkdiv
{
 float: left; 
 width: 45%;
 padding: 10px;
}

.popup
{
 padding: 5px;
 margin: 5px;
 font-weight: bold;
}

.actionrow
{
 padding: 5px;
}

html 
{
 overflow-x: hidden;
 overflow-y: auto;
} 

.emailvalidation
{
 opacity: .2;
}

.commonlink, .commonlink:hover, a.commonlink, a.commonlink:hover
{
 text-decoration: none;
}

.descriptionbox
{
 cols: 95;
 rows: 5;
}

.grouping
{
 border-style: inset;
 border-width: 1px;
 padding: 5px;
 margin: 5px;
}

.adminmenu
{
 padding: 15px;
}

.submenu
{
 display: block;
 width: 98%;
 list-style-type: none;
 list-style-position:inside;
}

.submenu li
{
 margin-bottom: 5px; 
}

.modified, a.modified
{
 font-weight: bold;
}

.admintemplates  
{
 visibility: hidden;
 height: 0px;
}

.normalnewrelease, .criticalnewrelease, .highnewrelease, .lownewrelease
{
 padding: 15px;
 border: 0px solid;
}

.adminlogobg
{
 text-align: left;
 font-size: 300%;
 letter-spacing: 4px;
 word-spacing: 10px;
}

.trial
{
 font-size: 133%;
 border: 0px solid;
 padding: 10px;
 margin: 10px;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}

.templatecurrentset
{
 font-size: 117%;
}
 
.disabled
{
 opacity: .25;
 pointer-events: none;
}

.rollback
{
 padding: 20px;
}

.validationbody
{
 border: 1px solid;
 padding: 10px;
 border-top-right-radius: 10px;
 font-size: 117%;
}

.answers
{
 padding: 20px;
 margin: 15px;
 font-size: 133%;
 border-radius: 15px;
 border: 0;
}

.validationbuttonsarea
{
 margin-top: 20px;
 margin-bottom: 20px;
}

.validationblock
{
 margin: 5px;
 padding: 10px;
 border-radius: 4px;
}

.tab, .tab:visited { margin: 0; }

@media screen and (min-width: 1px) and (max-width: 1070px) 
{
 .tab, .tab:visited { margin: 0; border-radius: 0; }
 .validationtabs { line-height: 30px; }
}

#translate-this {
    text-align: center;
}

#translate-this .translate-this-button {
    float: none !important;
    margin: 0 auto;
}

.groupcontainer { margin: 4px; }

div.numberedtextarea-wrapper { position: relative; }

div.numberedtextarea-wrapper textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.numberedtextarea-line-numbers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border-right: 1px solid rgba(200, 200, 200, 0.5);
  color: rgba(100, 100, 100, 0.5);
  overflow: hidden;
}

div.numberedtextarea-number {
  padding-right: 6px;
  text-align: right;
}

input[type='checkbox'] { vertical-align: top !important; }

.selected { font-weight: bold; }

@media screen and (min-width: 0em) and (max-width: 37.5em)
{
 .fileupload table td, table.submittable td { display: block; width: 100%; } 
 table.openhours tr:first-child { display: none; }  
 table.changehours > thead > tr { height: 0; opacity: 0; }
 select { max-width: 15em; } 
}

.releasenotes { height: 150px; overflow-y: scroll; width: 70%; }

.searchlistingsthismonth
{
 width: 40%;
}

select { max-width: 500px; }

.adminpanelsearch { margin: 20px; }