@charset "UTF-8";

.no-js #loader { display: none;  }		
.js #loader { display: block; position: absolute; left: 100px; top: 0; }		
.se-pre-con {		
	position: fixed;		
	left: 0px;		
	top: 0px;		
	width: 100%;		
	height: 100%;		
	z-index: 9999;		
    opacity: 0.7;		
	background: url(images/loading.gif) center no-repeat #FFF;		
			
} 

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* Jquery file upload */


/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

div .vertical-align{
	display: inline-block;
    vertical-align: middle;
    float: none;
/*    border : 1px solid gray;*/
    text-align:right;
 	padding:5px;
 
}

.sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }


.huge {
  font-size: 30px;
}

.labelbox {
  font-size: 18px;
  text-align:center;
}

.rtTitle {
  font-size: 20px;

}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
}

.change, 
.change:hover{
  color: white;
}
