﻿.searchBar
{
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    display: table;
    width: 100%;
}

.searchBar > *
{
    vertical-align: middle;
    margin: 0 5px;
    display: table-cell;
}
    .searchBar > *:first-child,
    .push-left *:first-child,
    .push-right *:first-child
    {
        margin-left: 0;
    }

.push-left
{
	text-align: left;
}

.push-right
{
	text-align: right;
}

    .push-left > *,
    .push-right > *
    {
        vertical-align: middle;
    }


.sbw-input
{
    margin: 0 5px;
}

.inline-block {
    display: inline-block;
}

.sbw-dialog-table-container
{
	margin: 10px;
    overflow: auto;
    width: 96%;
    height: 66%;
    display: -webkit-box;
}

table.sbw-dialog-table,
.sbw-dialog-table > li
{
	/*width: 100%;*/
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
    display: table;
    white-space: nowrap;
}

table.sbw-dialog-table {
    /*height: 100%;*/
}

.sbw-dialog-selected
{
	background-color: #0099FF;
}

.sbw-input[type="text"] {
    width: 100px;
}

.sbw-dialog-foot{
    height: 40px;
    position: relative;
    width: 350px;
}

div.ui-dialog .ui-dialog-content {
    position: static;
    border: 0;
    padding: 0;
    background: 0;
    overflow: visible;
    margin: 0;
    width: 100%;
}

/* Export Indicator CSS */

.exporting-indicator {
    position: absolute;
    background-color: rgba(225, 225, 225, 0.6);
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: middle;
}

.exporting-indicator:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

div.exporting-text {
    position: absolute;
    top: 25%;
    font-size: 50px;
    font-weight: bold;
    vertical-align: middle;
    width: inherit;
    font-family: "Segoe UI",Arial,sans-serif;
}

.exporting-spinner{
    position: absolute;
    height: inherit;
	width: 100%;
	margin: auto;
	background: url("img/spinner.gif");
	background-repeat: no-repeat;
	background-position: center;
}

/* End Export Indicator CSS */