﻿.smallconferenceTile {
    width: 80px;
    height: 100px;
    float: left;
    padding: 10px;
    text-align:center;
    margin: 2px;
}

table { clear: both }

.conferenceTile
{
    width: 120px;
    height: 150px;
    float: left;
    padding: 15px;
    margin: 15px;
}

a.anchor {
  display: block; 
  position: relative; 
  top: -70px; 
  visibility: hidden; 
}

.conferenceTileActive
{
    background-color: #428bca;
}

.conferenceTilePassive
{
    background-color: #ccc;
}

.conferenceTile img
{
    width: 100%;
}

.smallconferenceTileTitle {
    margin-top: 5px;
    color: white;
    text-align:center;
}

.conferenceTileTitle
{
    margin-top: 10px;
    color: white;
}

.delButton {
    color: #428bca;
    padding:0;
    border:none;
    background-color:transparent;
}

.userDbMenuIcon {
    width:30px;
}

.dl-horizontal {
    margin-bottom:0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px 8px;
}

.autowidth {
    width:auto;
}

.fixedtd30 {
    width:175px;
}

.fixedtd50 {
    width:50px;
}

.slimFormControl {
    height:auto;
    width:auto;
    padding: 1px;
}

 .ui-dialog { z-index: 9999 !important ;}

 .center {
  text-align: center;
}

 .bottom-buffer { margin-bottom:20px; }

.bootstrapHrFix {
    margin-bottom: 0px;
    margin-top:0px;
}