/*
 * $Date$
 */

#daterange {
	width: 22em;
}

ul.landings > li,
ul.offers > li {
	padding-top: 0.4em;
	height: 40px;
}

ul.offers .ui-selecting {
	background: #ddd;
}

ul.offers .ui-selected {
	background: #ccc;
}

.top-margin {
	margin-top: 1em;
}

.bottom-margin {
	margin-bottom: 1em;
}

.left-margin {
	margin-left: 1em;
}

.right-margin {
	margin-right: 1em;
}

.move {
	cursor: move;
}

.container-fluid {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.table tbody > tr > td {
	vertical-align: middle!important;
}

.dt-buttons {
	margin-right: 1em;
}

.table {
	width: 100%!important;
}

@-webkit-keyframes opacity {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@-moz-keyframes opacity {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.loading {
	text-align: center;
	margin: 100px 0 0 0;
}

.loading span {
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: opacity;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: infinite;
}

.loading span:nth-child(1) {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}

.loading span:nth-child(2) {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}

.loading span:nth-child(3) {
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
}

.glyphicon:hover {
	text-decoration: none;
}

/*
fieldset.fieldset {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
*/

fieldset.fieldset {
	border: dotted 1px #ccc !important;
	border-radius: 6px;
	padding: 2em 0 1em 0;
	border-bottom: none;
	position: relative;
	margin: 1em 0 1.5em 0;
}

legend.legend {
	width: auto !important;
	border: none;
	position: absolute;
	left: 1em;
	top: -0.7em;
	background: white;
	padding: 0 0.3em;
}

legend.legend a {
	vertical-align: middle;
}

.inactive,
.inactive a {
	color: #bbb !important;
}

.btn.inactive,
.btn.inactive a {
	color: #fff !important;
}

#aminza-logo {
	background-image: url(/assets/images/aminza-logo01.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}

.notybar {
	margin-top: 1em;
}

.indent0 {
	background-color: #e5e5e5!important;
	font-weight: bold;
}

.indent1 .group_by {
	padding-left: 2em!important;
}

.indent2 .group_by  {
	padding-left: 4em!important;
}

input[type=checkbox]:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* WebKit browsers */
.selected-offers-notice::-webkit-input-placeholder,
.offer-notice::-webkit-input-placeholder {
	color: #555;
}

/* Mozilla Firefox 4 to 18 */
.selected-offers-notice:-moz-placeholder,
.offer-notice::-webkit-input-placeholder {
	color: #555;
}

/* Mozilla Firefox 19+ */
.selected-offers-notice::-moz-placeholder,
.offer-notice::-webkit-input-placeholder {
	color: #555;
}

/* Internet Explorer 10+ */
.selected-offers-notice:-ms-input-placeholder
.offer-notice::-webkit-input-placeholder {
	color: #555;
}

.filter-value {
	width: 50%!important;
}

.overview-heading {
	display: inline-block;
}

.started {
	vertical-align: middle;
	margin-top: 1em;
	margin-right: 1.4em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

ul#alert-rules,
ul#filters
{
	margin-bottom: 0;
}

.navbar-brand {
	height: auto;
}

.dropdown-menu>li>a {
	padding: 13px 20px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.spin {
	animation-name: spin;
	animation-duration: 4000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.status-invite {
	padding: 6px 0;
	text-align: center;
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.delete-invite {
	padding: 7px 0;
}

#progress {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	display: block;
	height: 3px;
	margin: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

.chosen-container-single .chosen-single abbr {
	top: 9px !important;
}

.clmnWidth {
	min-width: 275px !important;
}

/* action panel for campaigns - flow - lp */
.action-panel {
	min-height: 40px;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 1px solid #ccc;
	border-radius: 0;
	text-align: left;
	position: fixed;
	padding: 15px 30px 15px 30px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0 -0 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,.175);
	box-shadow: 0 0 12px rgba(0,0,0,.175);
	z-index: 100;
}

.action-panel .action-panel-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.action-panel .selected-items-counter {
	border: 1px solid transparent;
	display: inline-block;
	line-height: 1.5;
	margin-left: 30px;
	padding: 5px 10px;
	font-size: 12px;
	vertical-align: middle;
}

.action-panel .set-flow .selected-apply {
	margin-left: 12px;
}

.btn-rules-middle {
	float: right;
	margin-right: 31%;
}

a.label.label-default.add-param {
	font-family: Verdana;
	font-size: 0.83em;
	font-weight: normal;
	background-color: #fbfbfb;
	margin-top: 3px;
	padding: 0.3em 0.4em 0.4em 0.4em;
	letter-spacing: 0.5px;
	color: #000;
	border: 0.8px solid #c5c5c5;
}

a.label.label-default.add-param:hover {
	color: #aaabab;
	text-decoration: none;
}

/* helpers */
.mono {
	font-family: monospace !important;
}

.break-line {
	word-break: break-all;
}

.form-control-textarea {
	resize: vertical;
	min-height: 120px;
	max-height: 400px;
}

.bit {
	display: inline;
	padding: .2em;
}

.chosen-status {
	font-style: normal;
	position: absolute;
	top: 6px;
	right: 30px;
	font-size: 85%;
	padding: .3em .6em .3em;
}

/* clock */
a.main-watch {
/*	color: #969696;*/
	text-decoration: none;
}

.clock-main {
	color:#969696;
}

.mainClock {
	display: -webkit-box;
	margin: 0 auto;
	padding: 10px 5px;
	color: #969696;
	margin-top: -17px;
}

#pointClock {
	margin-top: 0px;
	margin-left: -3px;
	margin-right: -3px;
	padding: 0px;
	position: relative;
	font-weight: 600;
	-moz-animation: mymove 1s ease infinite;
	-webkit-animation: mymove 1s ease infinite;
}

@-webkit-keyframes mymove
{
	0% {opacity:1.0;}
	50% {opacity:0;}
	100% {opacity:1.0;}
}

@-moz-keyframes mymove
{
	0% {opacity:1.0;}
	50% {opacity:0;}
	100% {opacity:1.0;}
}

/* configuring-integration*/
.aminza-quote {
	font-size: 95%;
}

.integration-text-block {
	padding: 10px 0px 10px 15px;
}

.integration-text {
	margin: 0px;
	padding-bottom: 1px;
}

/* footer link */
.help-link {
	font-family: inherit;
	color: #337ab7;
	font-size: 95%;
	padding: 0px 10px;
	text-decoration: none !important;
	cursor: pointer;
}

#release-id {
	float: left;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 130px;
}

.footer {
	margin-bottom: -115px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height:200px;
}

a {
	cursor: pointer;
}

.archival {
	color: gray;
}

.selected .archival {
	color: #eee;
}

.separator {
	display: block;
	font-size: 0;
	height: 46px;
	border-right: 1px solid #ddd !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	padding-bottom: 13px !important;
	box-shadow: 1px 0px 1px 1px #fff;
}

.nav-tabs .separator {
	padding-bottom: 26px !important;
	height: 38px;
}

input.checkbox {
	outline: none !important;
}

#menu-plan {
	color: #969696;
	margin-top: -10px;
}

.hidden-menu {
	min-height: auto;
}

.hidden-menu .nav-tabs {
	border: none;
}

.hidden-menu .nav-tabs li {
	display: none;
}

.hidden-menu .nav-tabs li.pull-right,
.hidden-menu .nav-tabs li.pull-right li {
	display: block;
}

.active-tab a {
	background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
	background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
	background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	cursor: pointer !important;
}

.icon {
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	position: relative;
}

.icon img {
	display: block;
	vertical-align: top;
}

.no-small {
	font-size: 117%;
}

#changelangs .label {
	padding: 0.4em 0;
	display: inline-block;
	margin-left: 3px;
	color: #000;
	font-size: 85%;
	font-weight: normal;
}

#changelangs span.label {
	font-weight: bold;
}

.lang {
    background-image: url('../images/flags.png');
	background-position: -4px -129px;
    display: inline-block;
    height: 15px;
	width: 21px;
	margin-bottom: -3px;
}

a .lang, .lang-inactive {
	background-image: url('../images/flags_bw.png');
}

a:hover .lang {
	background-image: url('../images/flags.png');
}

.lang-en {
	background-position: -38px -318px;
}

.lang-ru {
	background-position: -38px -843px;
}

.lang-fr {
	background-position: -38px -297px;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: -15px;
}

.mb10 {
	margin-bottom: 10px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

#page-generated {
	display: block;
	float: left;
	clear: both;
}

.daterangepicker.dropdown-menu {
	min-width: 500px;
}

.daterangepicker.dropdown-menu.single {
	min-width: 250px;
}

.daterangepicker::after,
.daterangepicker::before {
	display: none !important;
}

.has-error .chosen-container .chosen-single {
	border-color: #a94442;
	border-width: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control {
	border-width: 2px;
}

.form-control::placeholder{
	color: #adb5bd !important;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #adb5bd !important;
}
.form-control::-webkit-input-placeholder {
	color: #adb5bd !important;
}

/*.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}*/
.processing:after {
  display: inline-block;
  animation: dotty steps(1,end) 2s infinite;
  content: '';
}

@keyframes dotty {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color:#5cb85c;
	opacity: 0.40;
}

.bg-denied {
	background-color: lightgrey;
}
