html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.logo {
	float: left;
	width: 54px;
	margin-right: 20px;
}

.ops-icon {
	cursor: pointer;
	padding: 3px;
	border-radius: 2px;
	color: white;
	background-color: #337ab7;
	border-color: #2e6da4;
	vertical-align: text-top;
	margin-left: 4px;
	font-size: 10px;
	margin-top: 4px;
}

.action-icon {
	cursor: pointer;
	padding: 3px;
	border-radius: 2px;
	color: white;
	background-color: #337ab7;
	border-color: #2e6da4;
	vertical-align: text-top;
	margin-left: 4px;
	font-size: 10px;
}

.delete-icon {
	color: #c9302c;
	background-color: #31b0d5;
}

.margin-top-20px {
	margin-top: 20px;
}

th, td {
	text-align: center;
}

.glyphicon-spin {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
	color: red;
	vertical-align: baseline;
}

.form-inline input, .form-inline select, .form-inline button {
	margin: 4px;
}

.volume-select-width {
	width: 48px;
	padding: 0px;
}

.btn {
	margin-bottom: 6px;
}

.btn-google {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-social {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav>li>span:focus, .navbar-inverse .navbar-nav>li>span:hover
	{
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>li>span {
	color: #9d9d9d;
}

.navbar-nav>li>span {
	padding: 15px;
	line-height: 20px;
}

.navbar-right {
	margin-right: 2px;
}

.nav>li>span {
	position: relative;
	display: block;
}

.navbar-inverse .navbar-nav>.active>span, .navbar-inverse .navbar-nav>.active>span:focus,
	.navbar-inverse .navbar-nav>.active>span:hover {
	color: #fff;
	background-color: #080808;
}

.feedback {
	margin-top: 9px !important;
	padding-top: 3px !important;
	padding-bottom: 0px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th
	{
	vertical-align: middle !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('../images/ajax-loader.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;
}

.div-container {
	min-height: 100%;
	position: relative;
}

.footer {
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%; 
	background-color : #f8f8f8;
	border-color: #e7e7e7;
	min-height: 50px;
	border: 1px solid transparent;
}

.footer-left {
	margin-top: 15px;
}

.footer-item {
	margin-left: 15px;
}