/** ConfTool Custom CSS File **/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('main/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('main/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('main/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('main/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/** Main Background **/
body {
margin-top: 0;
background: url(bg1.png) repeat-x left top, url(bg2.png) repeat-x center 200px, url(bg-header.jpg) no-repeat center top;
background-size: auto, auto, 100%;
}

@media only screen and (max-width: 900px) {
  body {
    background-size: auto, auto, 900px;
  }
}

/** Link Colors **/
a:link, .link_button_logout { color: #5d9333; }
a:visited { color: #4e7a2b; }
a:active  { color: #6f331b; }
a:hover   { color: #6f331b; }


/** Login Page Colours **/
.tbldialog { background: #fff; }
.td_dlg_title { background: #68a339; }
.td_dlg_title h3 { color: #ffffff; }


/** Navigation Bars **/
/** Main navigation bar with colourful dark background and inverted white hover **/
 .cthead_a, .link_button_logout, .navbar_item { color: #222328 !important; }
.navbar { background: #fff; border:0; border-bottom:1px solid #333; padding: 5px 0 5px; width:900px;}
.navbar_elements_hover:hover { background: #fff; }
.navbar_elements_hover:hover .cthead_a, .navbar_elements_hover:hover .link_button_logout, .navbar_elements_hover:hover .navbar_item { color:#5d9333 !important;}
.navbar_elements, .navbar_elements_td {border-right: 1px solid #333; }
.navbar_elements_right {border-right: 0; border-left: 1px solid #333; }


/* Extra navigation bars on browse and edit sessions pages */
.navbar_sessions_table { padding:4px 0 4px !important; border:1px solid #333 !important; width: 898px !important;} 
/* .navbar_sessions { border-collapse: separate !important; border-spacing: 2px !important; } */
.navbar_sessions td {border-right: 1px solid #333 !important; } 
.navbar_adminSessions { background: #fff !important; border:1px solid #333 !important; width: 898px !important; margin:0 !important; } 
.navbar_adminSessions td {border-right:1px solid #333 !important; } 


/** Sub navigation bar with breadcrumbs */
.navbar_breadcrumb {
    border: 0; border-bottom:1px solid #d2d2d2;
    background: #fff;
} 

/** Footer navigation bar */
.navbar_footer {
    border: 1px solid #d2d2d2;
    background: #fafafa;
} 


/** Color of Form Separator - White Text! **/
.form_td_separator_gradient, .infoview_sep {
    background: #68a339;
} 
/* */


/** Colours for Lists and Details Pages **/
.oddrow { background-color: #fbfdfa; }
.evenrow { background-color: #f3f8ef; }
.oddrow_highlight { background-color: #ebf4e5; }
.evenrow_highlight { background-color: #ebf4e5; }
/* */


/** Menu pages: better do not change... **/
.mediumbg_gradient, .mediumbg { background: #ddd; color: #000; } 
/* .brightbg	{ background-color: #f0f0f0; } */
/* .lightbg	{ background-color: #e6e6e6; } */

/** Buttons: Please remember to change all background colour definitions **/
input.button, .smallbutton, .tinybutton, .fakeButton, button.button {
 color: #ffffff !important;
background: #78381e;
background: linear-gradient(to bottom, #813c20 0%,#6f331b 100%);
 border-color:#f8f8f8 #999999 #999999 #f8f8f8 !important;
} /* */
/* .button_clear, .waitbutton { border: 0; } /* If you change the border above, also change the border of these buttons */


/* Outer box with CSS border and padding - NEW METHOD */
/* To use this add the following line to conftool.conf:
   $ctconf['web/newlayout'] = true; */
div#main_box {
 background: none;
 /* background: #fff url(main-bg.gif) repeat-x; */
 /* background: transparent; */
}

/** With of content area including the padding */
.main { width: 900px; } /* 902 +10+10 (#main_box) +5+5 (#below_siteheader) */

/* Main div for siteheader. Add header background or transparency here */
/* ATTENTION: The main div of the sitehader must include <div id='siteheader'...> */
div#siteheader {
background: none;
height: 200px;
 /* background: #ffffff;
 height: 110px;
 width: 900px; */
}

/* below_siteheader: a box with all below the header - NEW METHOD */
div#below_siteheader {
background: #ffffff;
 /* padding: 0px; margin: 0; */
 /* width:900px; */
 /* -moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px; */
 /* -moz-box-shadow: 0px 1px 1px #999; -webkit-box-shadow: 0px 1px 1px #999; box-shadow: 0px 1px 1px #999; */
 /* behavior: url(jscripts/PIE.htc); */
}

/* inner box */
.main_elements {
 width: auto; /*change if required for NEW LAYOUT */
}

/* Inner are Area w/o Padding */
.mainbg {
 background: none;
}

div#sitefooter {
 /* background: #88ffff; */
 /* height: 20px; */
}

/* Content area: All that belongs to the page */
div#inner_content { background: transparent; padding-top:3px;}

/* Show Checkboxes of submission form (topics) in 3 columns */
/* form[name=submission] #submission_topics .form_checkboxes_div{ or
   form[name=submission] #submission_topic_group_14 .form_checkboxes_div {
    -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
} */

/* ---------------------------------------------- */

/* Booking text blocks of statements and invoices */
/* .bookings_eventtype { display: inline-block; padding-top: 4px; } */
/* .bookings_event {} */
/* .bookings_date {} */
/* .bookings_location {} */
/* .bookings_info { color: #555; } */
/* .bookings_stay {} */
/* .bookings_hint {} */

/** Size of Logos for Invoice and Fax Statement **/
/*
.invoice_logo{
  max-width: 640px;
  max-height: 80px;
  width: expression(this.width > 640 ? "640px" : true);
  height: expression(this.height > 80 ? "80px" : true);
}
*/
/*
.statement_logo{
  max-width: 640px;
  max-height: 120px;
  width: expression(this.width > 640 ? "640px" : true);
  height: expression(this.height > 120 ? "120px" : true);
}
*/