body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.navbar-default {
	background-color: white;
	border-color: #DCDADB;
}

.navbar-default .navbar-nav>li>a {
	color: #0071B9;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	text-decoration: underline;
	color: #8D8D8D;
	background-color: white;
}

.kone-color {
	background-color: #0071B9;
	color: #FFFFFF;
}

.kone-border {
	border: 1px solid #0071B9;
}

.kone-text-color {
	color: #0071B9;
}

/*
.well {
	background: #EFEDEB;
}*/

#logo {
	margin: 20px auto;
}

#version {
	margin: 3px 0 0 0;
	color: #ccc;
	font-size: 11px;
}

#statusbar {
	padding: 0 19px;
	margin-bottom: 20px;
}

#logoutForm submit {
	background-color: transparent;
	border: none;
}

.busyicon.ng-hide-add {
	display: inline-block !important;
}

.busyicon.ng-hide-remove {
	display: inline-block !important;
}

div.spacer {
	height: 15px;
}

.clickable {
	cursor: pointer;
}

.link {
	color: #0066d7;
	/*font-weight: bold;*/
}

.link:hover {
	text-decoration: underline;
}

.downloadIcon {
	margin-left: 10px;
}

img.icon {
	margin-right: 15px;
}

.help-block {
	padding-left: 15px;
}

.pagination>li>a:hover {
	text-decoration: underline;
}

.navbar-text {
	margin: 0;
	padding: 15px;
}

.loading-container {
	position: relative;
}

.loading-container .loading:before, .loading-container .loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    min-width: 50px;
}

.loading-container .loading:before {
    background-color: white;
    opacity: 0.5;
}

.flag-status {
	margin: 0 15px;
}

/* ng-table css overrides */
.ng-table th {
	text-align: left;
}
.ng-table th.sortable.sort-asc {
	background-color: rgba(66, 139, 202, 0.25);
}

.table {
	border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

/* File Upload */
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/* Animations */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
	-ms-animation: spin .7s infinite linear;
    -webkit-animation: wk-spin .7s infinite linear;
	-moz-animation: mz-spin .7s infinite linear;
	-o-animation: mz-spin .7s infinite linear;
}
	@keyframes spin {
		from { transform: rotate(0deg) scale(1);}
		to { transform: rotate(360deg) scale(1);}
	}
	@-webkit-keyframes wk-spin {
		from { -webkit-transform: rotate(0deg) scale(1);}
		to { -webkit-transform: rotate(360deg) scale(1);}
	}
	@-moz-keyframes mz-spin {
		from { -moz-transform: rotate(0deg) scale(1);}
		to { -moz-transform: rotate(360deg) scale(1);}
	}

.fade-animation {
	transition: all 0.5s linear;
	opacity: 1;
}

.fade-animation.ng-hide {
	transition: all 0.5s linear;
	opacity: 0;
}

@keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}
@-moz-keyframes fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}
@-webkit-keyframes fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}

/* lg */
@media (min-width:1200px) {
	#version {
		/* height of logo - 11 */
		margin: 61px 0 0 0;
	}
	.pull-right-lg {
		float: right !important;
	}
}
/* md */
@media (min-width:992px) {
	#version {
		margin: 41px 0 0 0;
	}
	.pull-right-md {
		float: right !important;
	}
}
/* sm */
@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom:5px;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
	.pull-right-sm {
		float: right !important;
	}
	legend {
		padding-left: 17.2%;
	}
}
/* xs */
@media (max-width:767px) {
	.dl-horizontal dt {
		float: left;
		/*width: 140px;*/
		clear: left;
		/*text-align: right;*/
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom:5px;
	}
	.dl-horizontal dd {
		margin-left: 140px;
	}

	.pull-right-xs {
		float: right;
	}

	.pull-left-xs {
		float: left;
	}
}

legend {
	border-bottom:none;
}

.placeholder {
    color: #aaa;
}

.tooltip-right{
	text-align: right;
}


.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:absolute;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0.8;
}
.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index:10000;
  position: absolute;
  width: 50%; /* Default */

  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  background-color: #fff;
  box-shadow: 1px 1px 8px #000;
}
.ng-modal-dialog-content {
  padding:10px;
  text-align: left;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}

.form-control {
  font-size: 12px;
}

.negative {
	color: #ff0000;
}

div.white-space-pre-line {
    white-space: pre-line;
}

.popover {
    max-width: 400px !important;
}

.callback {
	color: blue;
	font-weight: bold;
}

.process {
	color: green;
	font-weight: bold;
}

#allSendersCheckbox {
	width: 24px;
}
