.emptyForm
{
    border-radius: 5px;
    border: 2px solid #FD5E51;
    padding: 5px 20px; 
    color: #453b34;
}

.btn-span
{
    border-radius: 5px 5px 5px 5px;
    float: left;
    min-width: 120px;
    padding: 0px 0px !important;
    text-align: center;
}

.btn-div
{
    width: 160px;
    display: block;
    float: right;
}

.lnkButton 
{
    display: block;
    width: 10.5em;
    height: 2em;
    text-decoration: none;
    background-color: #C79769;
    color: #FFFFFF;
    padding-top: 3px;
    border-radius: 5px 5px 5px 5px;
}

.btn-span a
{
    color: #FFFFFF;
    text-decoration: none;
}

.result-service-head
{
    display: block;
    margin-bottom: 5px;
}

.base-list DL DT .result-service-btn
{
    float: right;
    display: block;
    margin-left: 1em;
    width: auto;
    margin-bottom: 0.25em;
}

.result-service-head h2.result-name
{
    color: #bd0a26;
    font-size: 18px;
    font-weight: normal;
    display:inline;
    float:none
}

.institution
{
    font-weight: bold;
    font-size: 15px;
    clear: both;
    color: #353533;
    display: block;
}

.description
{
    font-size: 15px;
    color: #353533;
    margin-top: 20px;
    text-align: justify;
    display: block;
}

.paging .pager-item
{
    /* padding: 0 0.2em;*/
    display: inline;
}
.paging .pager-item a,
.paging .pager-item .current-page
{
    padding: 0 0.1em;
    margin: 0 1px 0 0;
}
.paging .pager-item .current-page
{
    font-weight: bold;
    color: #353533;
    
}

@media screen and (min-width: 480px){
  .count
  {
      float: left;
      padding: 0.5em, 3em, 0em, 1.4em;
      width: 33%;
  }
}

@media screen and (max-width: 480px){
  .count
  {   
      padding: 0.5em, 3em, 0em, 1.4em;
      display: block;
  }
}

a.morelink {
    text-decoration:none;
    outline: none;
}

.morecontent span {
    display: none;
}
   
.ui-dialog-titlebar
{
  background: #bd0a26;
  color: #ffffff;
  font-size: 12px;
}

.ui-widget-content, .ui-dialog-content
{
    z-index: 9999;
    background: #f6f6f6 !important;
}

.ui-state-default
{
    background: #453b34;
    text-align: center;
    border: 1px solid #453b34 ;
}
/*.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default*/

.ui-button,
.ui-button:hover
{
  background: #453b34 !important;
  color: #ffffff !important;
  font-size: 11px;
  border: 1px solid #453b34 !important;
}
.ui-button:hover 
{
    background: #2e2723 !important;
    border-color: #2e2723 !important;
}

.ui-dialog-titlebar-close,
.ui-dialog-titlebar-close:hover
{
    background-color: #e59da8 !important;
    border: 1px solid #e59da8 !important;
}

.ui-state-default .ui-icon
{
    /*background-image: url('ui-icons_888888_256x240.gif');*/
    background-image: url('/Modules/ServiceLocator/Img/ui-icons_888888_256x240_sl.png');
}
   
.ui-dialog
{
  border: 1px solid #cacaca;
}

.ui-widget-overlay
{
  background: #202020;
  opacity:0.7;
  z-index: 9995;
}

html, body 
{
    position: relative;
}

