
.centered-form{
    margin-top: 100px;
}

html, body {
    height: 100%;
    /*background-color: #525252;*/
    padding-top: 50px !important;
    /*padding-bottom: 50px;*/
}

.fill-height {
    min-height: 100%;
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.centered-form .panel{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
.bar {
    height: 18px;
    background: green;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

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

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.location_header_title{
	align: center;
	text-align: center;
	font-size: 20px !important;
}

.wrap {
	white-space:pre-wrap !important;
	display:inline-block;
	word-wrap: break-word;
	word-break: break-all;
}

.labelStyle {
	white-space: nowrap;
}

.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


.felipeeee {
	background: #990000 !important;
}

.fill { 
    min-height: 100%;
    height: 100%;
}



.images-view .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
.images-view .thumb{
	background: #dddddd;
	padding: 3px;
}
.images-view .thumb img{
	height: 100px;
	width: 100px;
}
.images-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
.images-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

.images-view .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../js/ext-4.2.1.883/resources/themes/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

.images-view .x-view-selected{
	background: #eff5fb url(../js/ext-4.2.1.883/resources/themes/images/default/grid/cell-special-selected-bg.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
.images-view .x-view-selected .thumb{
	background:transparent;
}

.images-view .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}



#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

.multiline .x-column-header-inner .x-column-header-text { white-space: normal; }

.error-row .x-grid-cell {
    background-color: #990000 !important;
    }

.new-row .x-grid-cell {
background-color: #BFBB00 !important;
}





/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}