/* ==========================================================================
                            custom styles
   ========================================================================== */

/* Override some defaults */
html, body {
	background-color: #939;
}
body {
	padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
}

a {
	outline: 0;	
}

form {
	margin:0;
}

.container > footer p {
	text-align: center; /* center align it with the container */
}

/* The white background content wrapper */
.content {
	background-color: #fff;
	padding: 20px;
	margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,.15);
	box-shadow: 0 1px 15px rgba(0,0,0,.15);
	display: none;
}

/* Page header tweaks */
.page-header {
	background-color: #f5f5f5;
	padding: 20px 20px 10px;
	margin: -20px -20px 20px;
}

.topbar .btn {
	border: 0;
}

.center {
	text-align: center;
}

.login {
	padding-bottom: 20px;
	width: 300px;
}

.right {
	float:right;
}

.page-footer.modal-footer {
	margin: 20px -20px -20px -20px;
}

.sortable {
	cursor:pointer;
}

.memory-label {
	position: absolute;
	padding-left: 10px;
}

.progress {
	position: relative;
}

.fileupload .uneditable-input {
	text-align:left;
}

h4 .circle {
	background: gray;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	padding: 4px 10px;
	text-align: center;
	margin-right: 3px;
}

.center-parent:after {
	display:inline-block;
	height:100%; width:0;
	content:''; overflow:hidden;
	vertical-align:middle;
	margin:0; border:0; padding:0; outline:0;
}

.center-parent {
	position:absolute;
	text-align:center;
}

.center-elm {
	vertical-align:middle; display:inline-block;
	position:relative; 
}

.fullscreen {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.content table tr {
	background-color: white;
}

#action-footer {
	text-align: left;
}

.fixed-action-footer {
	position: fixed;
	margin-left: -21px;
	border: 1px solid #ddd;
	border-bottom: none;
	bottom: 0;
	height: 40px;
	background-color: rgba(255,255,255,.8);
	padding: 17px 20px 0;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.nav-tabs>li>a.error{
	border: 1px solid red !important;
}