@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
}

#header {
    padding-top:20px;
}
#logo img {
  float:left;
}
html, button, input, select, textarea, table td {
  font-family: Tahoma, geneva, sans-serif;
}
body {
  color: #464646;
  background-color: white;
  font-size: 12px;
  font-family: Tahoma, geneva, sans-serif;
  line-height: 20px;
}
a {
  text-decoration: none;
}
a:link,
a:visited{
  color: #114488;
}
a:hover {
  color: #1ca2f4;
}
tr.odd td, tr.even td {
  padding: 0.5em;
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: 10px;
  font-family: Tahoma, geneva, sans-serif;
  line-height: 120%;
  color: #444;
}
h1.page-header{
    font-size: 20px;
}
h2 {
  font-size: 18px;
}
h2.pane-title,
h2.block-title{
    font-size: 15px;
    line-height: 15px;
}
h2.pane-title a,
h2.block-title a{
    color: #666666;
}
h2.pane-title a:hover,
h2.block-title a:hover{
    color: #1ca2f4;
}

h3, h4, h5, h6 {
  color: #444;
}
table h1, table h2, table h3{
    margin:0;
}
tr.odd td, tr.even td {
 padding: 10px;
}

table tbody tr.even{
 background-color: white;
}

table tbody tr.odd {
 background-color: #FCFCFC;
}

div#main table.views-table tbody tr:hover{
 background-color: #E9EFF4;
}

table tbody tr.views-row-first{
 border-top: 2px solid silver;
}
table tbody tr.views-row-last{
 border-bottom: 2px solid silver;
}

table tr th{
 font-size:12px;
 padding: 5px;
}

#footer {
  width:auto;
  color: #444;
  font-size: 11px;
  border-top: 2px solid silver;
}
#footer p{
    text-align: center;
}
.content .field table {
    border-top: none;
}
table {
    border-collapse:separate;
}
/* tab color theme */
ul.primary li a:hover {
    background-color: #FFFAFF;
}
/*some tables link theme*/
.content .field table.bold{
    font-size: 12px;
    font-weight:bold;
    vertical-align: middle;
}
.content .field table.dashed_border{
    border: 1px dashed silver;
    padding: 12px;
    margin: 7px;
}
.content .field table.valign_top td{
   vertical-align: top;
}
.content .field table.valign_middle td{
    vertical-align: middle;
}
/*side bar block theme*/
.sidebar .block {
    border-bottom: 1px solid silver;
    padding-bottom: 7px;
}

div.description{
   color:gray;
}

/*Input boxes and buttons */
input, textarea {
  border: 1px solid #C2D1E0;
  padding: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
}
html.js input.form-autocomplete {
  background-position: 100% 7px;
}

/** Maximenu **/
ul#om-menu-toolbar-menu {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.694);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.691406);
  -webkit-padding-start: 10px;
  -webkit-border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.694);
  -o-border-radius: 20px;
  clear: both;
  width: 960px;
  background-color: #166ccf;
  height:30px;
  padding: 0px;
  margin: 10px 0;
  font-size:13px;
  font-family: Tahoma, geneva, sans-serif;
}
ul#om-menu-toolbar-menu li.om-leaf{
  float:left;
  height:28px;
  padding: 0;
  margin: 0 10px;
  border: 2px solid #166ccf;
  border-bottom:none;
}
ul#om-menu-toolbar-menu li.om-leaf:hover{
  background-color:white;
  border: 2px solid silver;
  border-bottom: none;
}
ul#om-menu-toolbar-menu li.om-leaf a.om-link,
ul#om-menu-toolbar-menu li.om-leaf span.om-link{
   color: white;
   padding-top:2px;  
   font-weight: bold;
   font-size:13px;
   line-height:22px;
}

ul#om-menu-toolbar-menu li.om-leaf:hover > a.om-link,
ul#om-menu-toolbar-menu li.om-leaf:hover >span.om-link{
    color: black;
    z-index: 1000;
}

ul#om-menu-toolbar-menu li{
  list-style-image: none;
  list-style-type: none;
}
ul#om-menu-toolbar-menu li .om-maximenu-content{
    top:28px;
    left:-2px;
}ul#om-menu-toolbar-menu li ul.menu li.expanded ul{
    padding-left: 20px;
    
}
ul#om-menu-toolbar-menu li .om-maximenu-content .block{
    background-color: white;
    border: 2px solid silver;
    border-top:none;
    padding: 10px 25px;
    -khtml-box-shadow:rgba(0,0,0,.5)  3px 3px 3px;
    -moz-box-shadow:rgba(0,0,0,.5) 3px 3px 3px;
    box-shadow:rgba(0,0,0,.5) 3px 3px 3px;

}
ul#om-menu-toolbar-menu li .om-maximenu-content .block a{
    color: #666666;
}
ul#om-menu-toolbar-menu li .om-maximenu-content .block a:hover{
    text-decoration: underline;
}
ul#om-menu-toolbar-menu li ul.menu,
ul#om-menu-toolbar-menu li .om-maximenu-middle-right {
    padding: 0px;
}
ul#om-menu-toolbar-menu .om-maximenu-open{
    display:none;
}
ul#om-menu-toolbar-menu table {
    margin:0px;
}


/**
 *  Name fields show be a bit lower
 */
form .form-type-name-element,
.form-type-name-element .form-item{
  margin-bottom:0px;
  margin-top:0px;
}

/*
 *  Price field in oracle course catalog view should be a bit wider
 */ 

td.views-field.views-field-field-price {
  width:50px;
}

.pane-black-text {
	color: #000 !important;
}

.edit-feed-me-wrapper {
  display:none;
 }

/* ======================== */
.dd_after .ddTitle span.ddTitleText {
 line-height: 11px;
}

.region-header section{
  max-width: 300px;
  float:left;
  margin-right:20px;
}
.form-control {
  padding: 1px 2px;
}
/**
 * Payfirma message should be more visible to the client
 */ 
#payf-mess{
  color:darkgreen !important; 
  font-size:14px !important; 
  font-weight: bold !important;
}

#what-server-is {
        position: fixed;
        top:0px;
        left:50%;
        color: white;
        z-index: 9999;
    }