/* Direct advertiser panel */

.input.text label {
	padding-right: 20px;
}

form#login input#username {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
form#login input#password {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
hr.login-line {
	height: 1px;
	border-top: 0;
	background: #000000;
	border-radius: 5px;
}

form#login input[type="submit"] {
	background-color: #000000;
	background-image: url("/img/btn_login_syndic8.png");
	background-position: -10px -12px;
	background-repeat: no-repeat;
	border: 0;
	height: 40px;
	cursor: pointer;
	outline: 0;
	width: 350px;
	color: transparent;
}

form#login input[type="submit"]:hover,
form#login input[type="submit"]:active {
	background-position: -10px -67px;
}

.navbar-brand {
	padding: 10px 5px;
}
input#date {
	width: 100px;
}

.date-input-group {
	width: 140px;
}

.datepicker {
	margin-top: 0;
}

.date-form label.date {
	margin-top: 5px;
}

table.table-data-horizontal td {
	text-align: right;
}

table.table-data-horizontal td.identifier {
	text-align: left;
	font-weight: bold;
}

#flashMessage {
	display: inline;
}

table.right-aligned th,
table.right-aligned td {
	text-align: right;
}

table td.left-aligned,
table th.left-aligned {
	text-align: left;
}

/*** Sticky footer ***/
/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

.text-muted {
	margin: 20px 0;
}

/*** End sticky footer ***/

.highlight {
	padding: 9px 14px;
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
}

.perion fieldset {
	width: 270px;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 8px;
	padding: 10px 10px 10px 10px;
}

.perion span {
	font-size: 16px;
}

a {
    color:#656565;
    text-decoration: none;
}

.navbar-brand img {
	max-height: 30px;
}

.card .btn {
	color: #333;
	padding-left: 0;
}

.btn {
	padding: 6px 9px;
}
