/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

#testabc{
    
    width:100%!important;
    height:300px!important; 
    
    
}

.sortingit{
    
    
   border: 1px solid #c5c5c5;
    background: #f6f6f6;
    padding: 6px 6px;
    margin-bottom: 6px; 
    
}

#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; }
  #sortable li span { position: absolute; margin-left: -1.3em; }

.spinner{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}
.spinner img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 127px; /* width of the spinner gif */
	height: 128px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.login{
	background: url(../img/background1.jpg) !important;
}
.login .logo {
	width: 360px;
	background-color:#666666;
}
.has-error span.help-block {
	color:#ffb320;
}