/* Base CSS */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

@font-face {
  font-family: 'VAGRoundedStd-Thin';
  src:  url('../fonts/VAGRoundedStd-Thin.eot'); /* IE 9 */  
  src:  url('../fonts/VAGRoundedStd-Thin.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/VAGRoundedStd-Thin.otf')  format('opentype'),
        url('../fonts/VAGRoundedStd-Thin.woff') format('woff'), 
        url('../fonts/VAGRoundedStd-Thin.ttf')  format('truetype'), 
        url('../fonts/VAGRoundedStd-Thin.svg#VAGRoundedStd-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VAGRoundedStd-Light';
  src:  url('../fonts/VAGRoundedStd-Light.eot'); /* IE 9 */
  src:  url('../fonts/../fonts/VAGRoundedStd-Light.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/../fonts/VAGRoundedStd-Light.otf')  format('opentype'),
        url('../fonts/../fonts/VAGRoundedStd-Light.woff') format('woff'), 
        url('../fonts/../fonts/VAGRoundedStd-Light.ttf')  format('truetype'), 
        url('../fonts/../fonts/VAGRoundedStd-Light.svg#VAGRoundedStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VAGRoundedStd-Bold';
  src:  url('../fonts/VAGRoundedStd-Bold.eot'); /* IE 9 */
  src:  url('../fonts/../fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/../fonts/VAGRoundedStd-Bold.otf')  format('opentype'),
        url('../fonts/../fonts/VAGRoundedStd-Bold.woff') format('woff'), 
        url('../fonts/../fonts/VAGRoundedStd-Bold.ttf')  format('truetype'), 
        url('../fonts/../fonts/VAGRoundedStd-Bold.svg#VAGRoundedStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VAGRoundedStd-Black';
  src:  url('../fonts/VAGRoundedStd-Black.eot'); /* IE 9 */
  src:  url('../fonts/VAGRoundedStd-Black.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/VAGRoundedStd-Black.otf')  format('opentype'),
        url('../fonts/VAGRoundedStd-Black.woff') format('woff'), 
        url('../fonts/VAGRoundedStd-Black.ttf')  format('truetype'), 
        url('../fonts/VAGRoundedStd-Black.svg#VAGRoundedStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    background-color: #ffffff;
}

a:hover {
    cursor: pointer;
}

table {
    padding: 0;
    border-collapse: collapse;
    border-spacing: 5px;
}

.adminintrocontent {
    width: 100%;
}

tbody,
th,
tr,
td {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    line-height: 1em;
}

span.abstract-display.abstract-body {
    line-height: initial;
}

.input-text {
    height: 2em;
}

label#texupdate {
    width: 5%;
}

input[type=text],
input[type=email],
input[type=password],
select {
    margin: 0.2%;
    padding: 0.6%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.fancybox-wrap{
    width: 95% !important;
    left: 20px !important
}

.unauthorized {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.scale img {
    max-width: 100%;
}

.smallbutton {
    cursor: pointer;
}

.button .buttonfixedwidth {
    cursor: pointer;
}

.buttonfixedwidth {
    width: 100px;
}

.widebutton {
    width: 160px;
    cursor: pointer;
}

.display-participants {
    padding: 0;
    border-spacing: 0;
}

.selectmini {
    width: 70px;
}

.select110 {
    width: 110px;
}

.selectsmall {
    width: 10%;
}

.selectstandard {
    width: 25%;
}

.selectwide {
    width: 50%;
}
.selectextrawide {
    width: 100%;
}
select.selectwide option {
    padding: 5px;
}

.spacer-table {
    border: none;
    background: #e9e8e8;
}

.buttons-end-screen {
    border: none;
}

.row-gradient-background,
.row-background,
.headerbackground,
.toolbarbackground {
    height: 35px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    vertical-align: middle;
    color: #333;
    background: #EEE;
    box-shadow: rgba(200,200,200,0.7) 0 4px 0 -1px;
}

.row-gradient-background,
.row-background,
.headerbackground {
    line-height: 35px;
}

div > .headerbackground {
    display: block;
}

.row-gradient-background img {
    margin: 0 2px 0 2px;
}

.row-odd {
    border-left: 1px solid #d9d9d9;
    background: #d9d9d9;
}

.row-even {
    border-left: 1px solid white;
}

.table-filter-query {
    border: none;
    background: none;
}

div.multiple.hover {
    background-color: #ddd;
}

/* CSS Document */

div.notice {
    float: right;
    margin-right: 0.5em;
}

form.dataGridControl fieldset {
    margin-bottom: 0.5em;
}

/* simple css-based tooltip */

.tooltip {
    display: none;
    width: auto;
    padding: 10px -20px;
    border: 1px solid #fff;
    text-align: left;
    font-size: 0.75em;
    color: #333;
    background-color: #eee;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
}

#btnmainmenu {
    margin-right: 20px;
    margin-left: auto;
    padding-bottom: 20px;
}

#preloader {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: white;
}

#processing {
    z-index: 1;
    position: absolute;
    top: 25%;
    left: 50%;
    width: 300px;
    height: 30px;
    margin-top: -15px;
    margin-left: -125px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0.8em;
    vertical-align: middle;
    color: #999;
    background-color: white;
}

#processing #spinner {
    display: block;
    position: relative;
    top: -15px;
    width: 31px;
    height: 31px;
}

#spinner_container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: visible;
    opacity: 80;
    background: transparent;
}

#spinner {
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
}

.slclient {
    color: #de6f26;
}

/* Client Form */

label.valid {
    display: inline-block;
    width: 24px;
    text-indent: -9999px;
    background: url(valid.png) center center no-repeat;
}

label.error {
    display: inline-block;
    padding-left: 5px;
}

.nobullets {
    list-style-type: none;
}

.nopadding {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

h4,
h3 {
    margin: 0;
}

h4 {
    float: left;
}

.separator {
    border-top: 1px solid silver;
    color: #d9d9d9;
}

legend {
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    font-weight: bold;
}

fieldset {
    width: 90%;
    margin: 0 auto;
    padding: 1em;
    border: 1px solid;
    border-top: 1px solid silver;
    border-color: #d9d9d9;
    border-radius: 5px;
}

label {
    display: inline-block;
    width: 25%;
    text-align: left;
    font-weight: normal;
}

.displaycheckboxes {
    display: block;
    text-align: left;
}

.photoid {
    max-height: 10em;
    max-width: 10em;
}

/* Form Links Menu */

.urlcontainer {
    display: block;
    width: 98%;
    margin-right: 5px;
    margin-bottom: 1em;
    margin-left: 5px;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.urlheader {
    display: block;
    padding: 0.4em;
    border-bottom: 1px solid silver;
    background: #d6d6d6;
}

/* Login Page & Project List */

#logintable {
}

.systemlogo {
    display: inline-block;
    font-family: 'VAGRoundedStd-thin', 'VAG Rounded Std Thin';
    height: 40px;
    padding: 5px;
    line-height: 40px;
    font-size: 2em;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    font-weight: lighter;
}

.systemlogo.float-left {
    width: auto;
    width: initial;
    text-align: left;
    float: left;
}
.red {
    color: #ff0000;
} 
.bold {
    font-family: 'VAGRoundedStd-Bold';
}

.loginpageheader {
    width: 100%;
    text-align: center;
}

.loginpagesystemlogo {
    width: 25%;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#loginpagelogos {
    width: 40%;
    max-width: 400px;
}

#loginformwrapper {
    height: 410px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    max-width: 750px;
}

#loginformleftside {
    float: left;
    position: relative;
    width: 40%;
    margin-right: 45px;
    max-width: 400px;
}

#loginformlogos {
    text-align: center;
}

#loginform {
    display: inline-block;
    margin-left: 0;
}

#loginform input[type='text'],
#loginform input[type='password'] {
    margin-bottom: 2%;
    padding: 3%;
    font-size: 1em;
}

#projectlist {
    width: 92%;
}

#loginformwrapper,
#projectlist {
    margin-top: 2%;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    padding: 26px 24px 26px;
    border: 1px solid #E5E5E5;
    font-weight: normal;
    background: white;
    box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}

#loginformwrapper .banner {
    float: right;
    position: relative;
    max-width: 400px;
    max-height: 400px;
    border: 1px solid #E5E5E5;
    font-weight: normal;
    background: white;
    box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}

#loginbutton {
    width: 100%;
}

.loginlabel {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

.forgotpassword {
    width: 100%;
    padding-top: 1em;
    text-align: left;
}

.forgotpassword a {
}

#projectlisttable,
.projectlistrow td {
    padding: 1em;
}

.projectlistrow:hover td {
    color: #333;
    background-color: #EEE;
    cursor: pointer;
}

.row-focus:hover {
    color: #000000;
    background-color: #c8dfe0;
}

.row-blue-bottom-border {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.servertime {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#topwrapper {
    font-size: 1em;
}

#userid,
#project,
#stats,
#stats_col2 {
    display: inline-block;
    float: left;
    position: relative;
    margin-top: 0.5%;
    margin-left: 1%;
    text-overflow: ellipsis;
}

#userid,
#project {
    width: 22%;
}

#stats,
#stats_col2 {
    width: 15%;
}

#stats label,
#stats_col2 label {
    width: 70%;
}

.searchform {
    width: 240px;
    margin-top: 20px;
    text-align: center;
}

.searchOption {
    padding-right: 10px;
    padding-left: 10px;
}

.searchform #EditInput {
    margin: 1%;
    padding: 3%;
}

/*.searchform label{
    width: 50px;
}*/

#wrapper,
#mainwrapper,
#maintenancewrapper,
#wrapper_login {
    display: block;
    width: 100%;
    max-width: 100%;
}

#mainwrapper {
    background: #fbfbfb;
    background-color: #fbfbfb;
}

#containermaintenance {
}

#maincontent {
    display: inline-block;
    float: left;
    position: relative;
    top: 105px;
    margin: 0 10px 10px 270px;
    padding: 10px;
    min-height: 540px;
    min-width: 800px;
    border: 1px solid #eee;
    overflow: auto;
}

.spamCheckPostMarkScore {
    display: inline-block;
    width: 300px;
    height: 29px;
    font-size: 10px;
    margin-top: 31px;
    text-align: center;
    vertical-align: middle;
}

.spamCheckPostMarkScore p {
    margin-top: 5px;
    font-size:16px;
    font-weight: bold;
}

.spamCheckPostMarkProcessing {
    max-height: 25px;
    max-width: 25px;
}

/*::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFF  ;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1)  ;
}
::-webkit-scrollbar-thumb {
    background: #CCC  ;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2)  ;
}
::-webkit-scrollbar-thumb:hover {
    background: #AAA  ;
}
::-webkit-scrollbar-thumb:active {
    background: #888  ;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3)  ;
}*/

#membershipsection,
#demographicsection,
#additionaladdressessection,
#membershipsection,
#membertypesection,
#membergrantsection tbody tr td {
}

#systemsettings {
    width: 100%;
}

#optionsbottomscreen_tabs {
    margin-bottom: 10px;
    padding-top: 10px;
	line-height:2.5;
}

#optionsbottomscreen_tabs label {
    width: 25%;
}

#optionsbottomscreen_tabs select {
    width: 20%;
}

#optionsbottomscreen_column1,
#optionsbottomscreen_column2,
#extraoptionsbottomscreen {
    display: inline-block;
    float: left;
    position: relative;
    width: 45%;
}

#optionsbottomscreen_column2 {
    padding-left: 10px;
}

.extraoptionsbottomscreen {
    display: inline-block;
    width: 100%;
}

.extraoptionsbottomscreen-hover {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px 20px 20px;
    background-color: #cccccc;
}

.extraoptionsbottomscreen-hover #extra-wrapper {
    z-index: 10001;
    position: relative;
    padding: 10px;
    background-color: #eeeeee;
}

.extraoptionsbottomscreen p {
    margin: 2px 0 0 0;
}

.inp-checkbox {
}

.inp-checkbox+label {
    width: 16px;
    height: 16px;
    margin: .5em;
    vertical-align: middle;
}

/* Dropdown control */

.selectBox-dropdown {
    display: inline-block;
    position: relative;
    min-width: 150px;
    border: solid 1px #BBB;
    border-radius: 4px;
    text-align: left;
    text-decoration: none;
    line-height: 1.5;
    vertical-align: middle;
    outline: none;
    color: #000;
    background: #F2F2F2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#F8F8F8), color-stop(100%,#E1E1E1) );
    box-shadow: 0 1px 0 rgba(255,255,255,.75);
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    padding: 2px 8px;
    overflow: hidden;
    white-space: nowrap;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    border-left: solid 1px #BBB;
    background: url(/content/images/jquery.selectBox-arrow.gif) 50% center no-repeat;
}

/* Dropdown menu */

.selectBox-dropdown-menu {
    z-index: 99999;
    position: absolute;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    overflow: auto;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

/* Inline control */

.selectBox-inline {
    display: inline-block;
    min-width: 150px;
    border: solid 1px #BBB;
    border-radius: 4px;
    overflow: auto;
    outline: none;
    background: #FFF;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */

.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
}

.selectBox-options LI A {
    padding: 0 .5em;
    overflow: hidden;
    line-height: 1.5;
    white-space: nowrap;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    padding: 0 .3em;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    color: #666;
    background: #EEE;
}

/* Disabled state */

.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    border-color: #666;
    opacity: .5;
    filter: alpha(opacity=50);
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.selectBox {
    margin-left: 3px;
}

.fullwidthtable {
    width: 100%;
}

.fullwidthtable thead {
    font-weight: bold;
}

.selectmultiple {
    width: 200px;
}

select#Criteria,
select[name=Ids] {
    width: 350px;
}

.arrow {
    display: inline-block;
    height: 35px;
}

#arrowsection {
    vertical-align: middle;
}

#progress {
    width: 200px;
}

#progressbar {
}

.progress-label {
    float: left;
    margin-top: 5px;
    margin-left: 50%;
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
}

.maintenancelistformbuttons {
    display: inline-block;
    float: right;
    position: relative;
}

#bdelete {
    float: right;
}

#actionsave {
    float: right;
}

.fieldcontainer,
.hintcontainer {
    display: inline-block;
    width: 67%;
}

span label {
    margin: 0.2%;
    padding: 0.6%;
    vertical-align: top;
}

.fieldhint {
    display: inline-block;
    margin: 1%;
    margin-left: 5%;
    margin-left: 2%;
    padding: 0.6% 2% 0.6% 2%;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    font-size: 0.8em;
    font-weight: normal;
    color: #555555;
    background: #cccccc url(/content/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}

.fieldrow {
    display: block;
    padding-top: 0.1%;
}

.warning {
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    color: #c09853;
    background-color: #fcf8e3;
}

#map_canvas {
    display: inline-block;
    width: 400px;
    height: 300px;
    margin-top: 5px;
    margin-left: 3px;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.plaintextarea label {
    display: inline-block;
    width: 30%;
}

span.firstcolumn,
span.secondcolumn,
span.thirdcolumn {
    display: inline-block;
    vertical-align: top;
}

span.firstcolumn,
span.thirdcolumn {
    width: 49%;
}

.content #registrationform {
    display: block;
    width: 100%;
}

#projectlistshortcut {
    display: inline-block;
    float: right;
    width: 20%;
    height: 40px;
    text-align: right;
}

#projectlistshortcut label {
    width: 50%;
}

#projectlistclientdetails {
    display: inline-block;
    float: left;
    width: 50%;
    height: 40px;
}

#projectlisttoolbar {
    display: inline-block;
    width: 70%;
    height: 40px;
    vertical-align: middle;
}

#projectlistfilter {
    display: inline-block;
    float: right;
    text-align: right;
}

#projectlisttable {
    width: 100%;
    margin-top: 30px;
}

.personimage,
.abstractimage {
    max-height: 200px;
    max-width: 200px;
}

#advancedsearchbutton {
    float: right;
}

.menufooter {
    width: 240px;
    padding-top: 20px;
    border-top: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    text-align: center;
}

#nojavascript {
}

#db_filters {
    display: inline-block;
    width: 100%;
}

div.filter {
    display: inline-block;
    float: left;
    width: 15%;
    margin-right: 1em;
}

.filter select {
    width: 100%;
}

#ExcelReportUrlContainer {
    display: none;
}

#ExcelReportUrlShort {
    display: none;
}

.redHighlight {
    color: red;
}

.processing {
    z-index: 1;
    position: absolute;
    top: 35%;
    left: 0;
    width: 150px;
    height: 50px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    color: #999;
    background-color: white;
}

#project_logo_container {
    display: none;
}

#project_logo_img, .project-img {
    display: inline-block;
    max-height: 100px;
    max-width: 400px;
}

.nobullets {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

.nobullets-horizontal li {
    display: inline-block;
    float: left;
    position: relative;
}

.wrapWord {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
/* #### iPhone 4+ Portrait or Landscape #### */

@media screen and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:1.5) and (min-resolution:144dppx) {
    body {
        width: 100%;
        height: 100%;
    }

    .loginpagesystemlogo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .systemlogo {
        margin: 0 auto;
        max-width: 80%;
    }

    #loginform,
    #projectlist {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
    }

    #projectlisttoolbar {
        width: 100%;
    }

    #projectlisttoolbar a,
    #projectlistshortcut {
        display: none;
    }

    #projectlisttoolbar button {
        float: right;
    }

    #projectlistclientdetails,
    #projectlistfilter {
        width: 100%;
    }

    #projectlistfilter {
        float: left;
        margin-bottom: 10px;
        text-align: left;
    }

    #loginform label {
        width: 100%;
    }

    #loginform fieldset input[type=text],
    #loginform fieldset input[type=password] {
        width: 90%;
    }

    #loginbutton {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .forgotpassword {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 1em;
        text-align: left;
    }

    #loginform fieldset {
        width: 90%;
        margin: 0 auto;
        padding: 1em;
        border: 1px solid;
        border-top: 1px solid silver;
        border-color: #d9d9d9;
        border-radius: 5px;
    }

    .project-list-first-column,
    .project-list-third-column,
    .project-list-fourth-column {
        display: none;
    }
}

.paymentTotalArea {
	padding-top: 20px; 
	line-height: 2.25em;
}

/* #### Tablets Portrait #### */

@media screen and (max-device-width:768px) and (orientation:portrait) {
    body {
        width: 100%;
        height: 100%;
    }

    .loginpagesystemlogo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .systemlogo {
        margin: 0 auto;
        max-width: 80%;
    }

    #loginform {
        width: 60%;
    }

    #projectlist {
        width: 80%;
    }

    #projectlisttoolbar {
        width: 100%;
    }

    #projectlistshortcut {
        display: none;
    }

    #projectlisttoolbar a {
        width: 100%;
    }

    #projectlistclientdetails,
    #projectlistfilter {
        width: 100%;
    }

    #projectlistfilter {
        float: left;
        margin-bottom: 10px;
        text-align: left;
    }

    #loginform label {
        width: 100%;
    }

    #loginform fieldset input[type=text],
    #loginform fieldset input[type=password] {
        width: 90%;
    }

    #loginbutton {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .forgotpassword {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 1em;
        text-align: left;
    }

    #loginform fieldset {
        width: 90%;
        margin: 0 auto;
        padding: 1em;
        border: 1px solid;
        border-top: 1px solid silver;
        border-color: #d9d9d9;
        border-radius: 5px;
    }

    .project-list-first-column,
    .project-list-fourth-column {
        display: none;
    }
}

/* #### Tablets Landscape #### */

@media screen and (max-device-width:1024px) and (orientation:landscape) {
    body {
        width: 100%;
        height: 100%;
    }

    .loginpagesystemlogo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .systemlogo {
        margin: 0 auto;
        max-width: 80%;
    }

    #loginform {
        width: 60%;
    }

    #projectlist {
        width: 80%;
    }

    #projectlisttoolbar {
        width: 100%;
    }

    #projectlistshortcut {
        display: none;
    }

    #projectlisttoolbar a {
        width: 100%;
    }

    #projectlistclientdetails,
    #projectlistfilter {
        width: 100%;
    }

    #projectlistfilter {
        float: left;
        margin-bottom: 10px;
        text-align: left;
    }

    #loginform label {
        width: 100%;
    }

    #loginform fieldset input[type=text],
    #loginform fieldset input[type=password] {
        width: 90%;
    }

    #loginbutton {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .forgotpassword {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 1em;
        text-align: left;
    }

    #loginform fieldset {
        width: 90%;
        margin: 0 auto;
        padding: 1em;
        border: 1px solid;
        border-top: 1px solid silver;
        border-color: #d9d9d9;
        border-radius: 5px;
    }
}

/* #### Mobile Phones Portrait #### */

@media screen and (max-device-width:480px) and (orientation:portrait) {
}

/* #### Mobile Phones Landscape #### */

@media screen and (max-device-width:640px) and (orientation:landscape) {
}

/* #### Mobile Phones Portrait or Landscape #### */

@media screen and (max-device-width:640px) {
}

/* #### Desktops #### */

@media screen and (min-width:1024px) {
}

.ui-widget{
    font-size: inherit;
}

.ui-autocomplete-loading {
    background: white url('/scripts/jmevent/js-scripts/jquery-ui/themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.internalLink {
    text-decoration: none !important;
}

.mce-menu{
    max-height: 200px !important;
}

.mce-window.mce-in{
    top: 5px;
}