﻿html
{
    overflow-y: scroll;
}

#loader
{
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

#fancybox-loading div
{
	background: url('../../images/loader.gif') center center no-repeat;
}

.fancybox-overlay
{
	background: url('../../images/overlay.png');
}


.ui-tabs .ui-tabs-panel .checkbox-list li
{
    text-align: left;
}

.field-validation-error
{
    color: red;
}

.dataTables_paginate a
{
    margin: 0 5px;
    cursor: pointer;
}

*[readonly=readonly]
{
    border-color: transparent !important;
}

button a,
button a:visited,
a.button,
a.button:visited
{
    color: #FFF !important;
}

.search-download-all-button,
.search-download-button,
.search-equipment-detail-button
{
    width: 110px;
    text-align: center;
}

.search-email-selected-button,
.search-download-selected-button,
.search-download-ready-button,
.search-download-cancel-button
{
    width: 180px; 
    margin: 0 auto 10px 0;
}

.search-download-progress
{
    background: #CCC;
    height: 30px;
    width: 300px;
    margin: 0 auto 20px auto;
}

.search-download-progress div
{
    position: absolute;
    background: #e40d15;
    height: 30px;
}

.search-download-progress span
{
    display: block;
    position: absolute;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-left: 100px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.search-refine,
.search-refine:hover,
.search-refine:visited
{
    float: right; 
    text-decoration: underline; 
    font-style: italic; 
    font-weight: normal; 
    color: #FFF;
}

#search-results-table td.break
{
    word-break: break-all;
}

a.current
{
    color: #e10810;
    font-weight: bold;
}

.search-show-more
{
    height: 40px;
}

.search-show-more.left,
.search-show-more.right
{
    width: 40% !important;
    margin: 0 !important;
}

.search-show-more.middle
{
    width: 20% !important;
    margin: 0 !important;
}

.search-show-more button
{
    margin-top: 10px;
    width: 100%;
}

.search-more
{
    display: none;
}

.contact-form label
{
    width: 100px;
}

.search-filter-loader
{
    height: 20px; 
    display: none; 
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}