body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.form-search input {
  width: 75%;
}


.adminGridStyle {
    border: 1px solid rgb(212,212,212);
	height: 30em;
    margin: 9px auto 9px;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100%; 
    margin: 9px auto 9px;
}
select {
	width: 75%;
}

#upload_form,
#upload_status_grid {
    width: 568px;
}

#upload_status_grid {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.gridStyle2 {
	height: 250px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak
{
    display: none;
}

p.toc_layer {
    display: inline;
}
.form-horizontal input {
	margin-bottom: 8px !important;
}

.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

.glyphicon-none {
	color: transparent !important;
}


@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}


/* Allow bootstrap buttons to mask browser-styled
 * upload buttons.. */
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.fileUpload input.droplet-multiple, input.droplet-single {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	right: 0;
	font-size: 20px;
	cursor: pointer;
}

droplet {
	display: inline-block;
    z-index: 2;
    position: relative;
    border-radius: 2px;
    width: 100%;
	z-index: 2;
	transition: box-shadow 0.35s;
}
droplet.event-dragover {
    box-shadow: inset 0 0 100px rgba(255, 255, 255, .25), inset 0 0 5px rgba(255, 255, 255, .25);
}

.ui-grid-selectable .ui-grid-disable-selection {
     -webkit-touch-callout: default;
     -webkit-user-select: text;
     -khtml-user-select: text;
     -moz-user-select: text;
     -ms-user-select: text;
     user-select: text;
     cursor:auto;
}

#symbol_list_grid {
    height: 82vh;
}

.ui-select-match-text > span {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
}

.dataview-selection {
    background-color: #00d2ff!important;
}

.upload-drop-zone {
  height: 150px;
  border-width: 2px;
  margin-bottom: 20px;
}

.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 150px;
  text-align: center
}