#login_form_container {
	margin-top: 40px;
}

.page-header {
	margin-left: 20px;
	margin-right: 20px;
}

.bootbox.modal {
    width: 650px;
    margin-left: -325px;
}

#template-container {
	position: relative;
}

.expectation {
	opacity: 0.9;
	filter: alpha(opacity: 90);
	background-color: #fff;
}

#affix.affix{
	min-width: 220px;
	top: 10px;
}

#affix {
margin: 0;
padding: 0;
background-color: white;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.dataTables_paginate , .dataTables_info{
	margin-top: 10px;
}
/*
.nav-list > li:last-child > a  {
	border-top: 0px;zz
}*/

#nav {
	border: 1px solid #E5E5E5;
}

#nav .nav-header {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#nav .nav-header:first-child  {
	border-top: 0px solid #E5E5E5;
}

.modal-body {
	max-height: none;
}

form {
	margin: 0px;
}

form div.form-actions {
	margin-top: 0px;
	margin-bottom: 0px;
}

.btn-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

#myEditTab,.ip-address {
	margin-bottom: 10px;
}

.ip-address {
	margin-bottom: 10px !important;
}

#provider-add-table legend{
	margin-bottom: 10px;
	font-size:18px;
	line-height: 25px;
}

#provider-data-table,#supplier-data-table {
    margin-top: 10px;
}

.form-horizontal .control-group{
	margin-bottom: 10px;
}

.btn-link-no-padding {
    margin:0;
    padding:0;
}

.form-horizontal .help-block{
	font-size: 12px;
}

legend {
	margin-bottom: 10px;
}

legend + .control-group{
	margin-top: 10px;
}

progress.loading{
    position: fixed;
    top:15px;
    right: 15px;
}
.single {
    border: 1px gray solid;
    background-color: lightyellow;
}
.notActual {
    opacity:0.4;
}

.dataTable tr:hover{
    opacity:1;
}

.btn-submit-button.disabled {
    background-image:url('/images/loading4.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 51px;
    padding-left: 19px;
}

.actions-menu-row .dropdown-menu {
    min-width: 50px;
}

.actions-menu-row .dropdown-menu>li>a {
    width: 42px;
}

.small-message {
    font-size: 10px;
}

.dataTables_wrapper {
    margin-top: 10px;
}

#provider-table-list .popover {
    z-index: 9999;
    position: fixed;
}

.blacklist_tiny_filter{
 	margin: 10px;
}

.agent-blacklist .btn-agent-link{
	padding: 0;
}

.agent-blacklist .agent-link-td{
	padding: 2px 0 2px 5px;
	background-color: #efefef;
	color: #333 !important;
}

.agent-blacklist .block-reason-td{
	position: relative;
}

.agent-blacklist .block-reason {
	display: inline;
	position: absolute;
	right: 5px;
	top: 5px;
}