.green {
	color: #62a73b;
}
.yellow {
	color: #fdcc5e;
}
.purple {
	color: #9859fd;
}
.pink {
	color: #fd5e98;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.tabcontainer {
	min-height: 400px;
	padding: 14px 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.td-warning {
	background-color: #fdcc5e !important;
}
/*form > .form-group > label {
	text-align: right;
}*/
.uib-tab a { font-weight: bold; }
#scrollable-dropdown-menu .dropdown-menu,
.dropdown-menu[uib-typeahead-popup] {
	max-height: 200px;
	overflow-y: auto;
}
footer {
	min-height: 400px;
	padding-top: 14px;
	/* background-image: url(https://southwestconferenceplanners.com/wp-content/uploads/2017/09/bg-hero-100-saturated.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: cover;
}

.icons-add-edit {
	margin: 10px 2px 0 7px;
}
.action-icons a .glyphicon {
	font-size: 14px !important;
}
.table tr td {
	vertical-align: middle !important;
}
.success-background {
	background-color: rgb(223, 240, 216) !important;
}
.warning-background {
	background-color: #FFF1BF !important;
}
.list-inline {
	margin-bottom: 0;
}
.list-inline li {
	padding: 0 10px;
}

.aim-keyword-list li {
	font-size: smaller;
	padding: 4px;
}

.input-money {
	width: 8em !important;
	text-align: right;
}
.input-number {
	width: 6em !important;
}

.glyphicon.spin {
	-webkit-animation: glyphicon-spin-r 1s infinite linear;
	animation: glyphicon-spin-r 1s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.input-icon-wrap {
	position: relative;
}
.input-icon-wrap span {
  line-height: 2.75em;
  position: absolute;
  right: 0.75em;
  top: 0;
}

/*IMAGE-ZOOM*/

.zoomPanFrame{
	display:inline-block;
	margin-left: auto;
	margin-right: auto ;
	overflow: hidden;
	border-style: solid;
	border-width: 9px;
	border-color:#ECF0F1;
	border-radius: 0.5em;
}

.zoomPanImage{
	width: 25em;
	display: block;
	transition: transform .5s ease-out;
	transform: scale(1);
	transform-origin: 0 0 0px;
}

input.nospin::-webkit-inner-spin-button,
input.nospin::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}
input.nospin{
		-moz-appearance:textfield;
}

.row-yellow td {
/*	background-color: yellow !important;*/
	background-color: #FFF1BF !important;
}
.row-orange td {
/*	background-color: #FFE0B2 !important;*/
/*	background-color: #FFD499 !important;*/
	background-color: #FFC77F !important;
}
.row-red td {
/*	background-color: red !important;*/
	background-color: #FFB2B2 !important;
/*	color: white;*/
}

.asset-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.asset-column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.asset-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
	border: 1px solid black;
}

/* Responsive layout - makes a two column-layout instead of four columns *
@media screen and (max-width: 800px) {
  .asset-column {
    flex: 50%;
    max-width: 50%;
  }
}

* Responsive layout - makes the two columns stack on top of each other instead of next to each other *
@media screen and (max-width: 600px) {
  .asset-column {
    flex: 100%;
    max-width: 100%;
  }
}
*/

.calendar {
	
}

.calendar table tbody tr td {
	height: 150px;
	vertical-align: top !important;
	padding: 5px 0 !important;
}

.calendar-date {
	font-weight: bold;
	font-size: 120%;
	text-align: right;
	margin-right: 7px;
}

.bg-disabled {
	background-color: #ddd !important;
	height: 100%;
}
.bg-white {
	background-color: white;
	height: 100%;
}

.calendar-entry {
	margin-bottom: 4px;
	width: 100%;
}
.calendar-entry div {
	padding: 7px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	color: black;
	background: #ddd;
	font-weight: bold;
}
.calendar-entry-yellow, .calendar-entry-yellow a {
	background: yellow !important;
	color: black !important;
}
.calendar-entry-orange, .calendar-entry-orange a {
	background: orange !important;
	color: white !important;
}
.calendar-entry-purple, .calendar-entry-purple a {
	background: purple !important;
	color: white !important;
}
.calendar-entry-blue, .calendar-entry-blue a {
	background: blue !important;
	color: white !important;
}
.calendar-entry-green, .calendar-entry-green a {
	background: green !important;
	color: white !important;
}
.calendar-entry-black, .calendar-entry-black a {
	background: #111 !important;
	color: white !important;
}
.calendar-entry-start {
	padding-left: 7px;
}
.calendar-entry-start div {
	border-left: 1px solid black;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.calendar-entry-end {
	padding-right: 7px;
}
.calendar-entry-end div {
	border-right: 1px solid black;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.calendar-legend li {
	 display: inline;
	 border: 1px solid black;
	 padding: 7px;
	 border-radius: 25px;
}

.todo-pastdue {
	background-color: #f2dede !important;
}

.main-nav {
	display: table;
	float: none;
	margin: 0 auto;
}
.main-nav li {
	margin: 0 7px;
}
