body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/*
  fieldset.scheduler-border {
    border: 1px groove #ddd !important;:
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
            box-shadow: 0px 0px 0px 0px #000;
  }
  legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 20px;
    border-bottom: none;
  }
*/

/*
  .the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
            box-shadow: 0px 0px 0px 0px #000;
  }
*/

/*
  fieldset legend { margin-bottom: 0; }
  fieldset > .content { padding-top: 20px; }
*/

  legend.legendStyle {
    padding-left: 5px;
    padding-right: 5px;
  }
  fieldset.fsStyle {

    
    border: 1px solid #999999;
    padding: 4px 4px 30px 4px;
    margin: 5px;
  }
  legend.legendStyle {
      font-size: 14px;
    background-color: transparent;
    font-weight: bold;
  }
  legend {
    width: auto;
    border-bottom: 0px;
  }

  .ModalPopupBG
{
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
   .xmodels
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.xcenters
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.xcenters img
{

    width: 128px;
}

.modelheader {
   /*background-color: #f39c12;*/
    background-color: #3c8dbc !important;
}
th {
     background-color: #3c8dbc;
    color: #ffffff;
}


.rbl input[type="radio"]
{
   margin-left: 15px;
   margin-right: 1px;
}



