﻿.planner { width: 100%; }

.planner-section {
    display: table;
    padding: 10px 15px;
    table-layout: fixed;
    width: 100%;
}

.planner-template-container { display: table-row; }

.planner-template {
    -moz-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.75);
    background-color: inherit;
    box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.75);
    display: table-cell;
    padding: 5px;
}

.planner-label {
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
}
.planner-label-sm {
    color: white;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
}
.planner-tier0 {
    background-color: #252525;
    position: sticky;
    top: 0px;
    z-index: 95;
}

.planner-tier0 > .planner-label {
    color: #a9c7ce;
    font-size: 16px;
}

.planner-tier1 {
    background-color: #606060;
}

.planner-tier2 {
    background-color: #808080;
}

.planner-tier3 {
    background-color: #A0A0A0;
}

.planner-tier4 {
    background-color: #C0C0C0;
}

.planner-tier5 {
    background-color: #D0D0D0;
}

.collapse.in .fa-window-close { display: none; }


.collapse.in .planner-expanded .fa-window-close { display: block; }

.planner .carousel-control { width: initial; }

./*planner .carousel-inner {
    height: initial;
    margin: 0px 22px;
    width: 95%;
}*/

/*.planner .carousel .fa-chevron-left { margin-left: 0px; }*/

/*.planner .carousel .fa-chevron-right { margin-right: 0px; }*/

/*.planner .carousel-indicators {
    height: 10px;
    top: 5px;
}*/

/*.planner-expanded { height: 70vh; }*/

.planner-expanded .planner-label { display: none; }

.planner-expanded .planner-template { display: none; }

.planner-tier-heading {
    background-color: inherit;
    display: table-caption;
    height: 25px;
    padding: 5px;
	display: none;
}

.planner-tier1 .planner-tier-heading,
.planner-tier0 .planner-tier-heading { display: none; }

.planner-tier-heading{
	display: none;
}

.planner-tier-heading .fa {
	color: lightblue;
	float: right;
	font-size: 25px;
}

.planner-attributes { display: inline; }

.planner-attributes .planner-label { color: #98b9c0; }

.planner-control {
    background-color: #157a8e;
    border-color: black;
    border-radius: 15px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 6px;
}

.planner-search {
    display: inherit;
    height: 36px;
    width: 200px;
}

.planner-search input {
    background-color: #b7c3c9;
    border-bottom-left-radius: 10px;
    border-color: #487079;
    border-right-width: 0px;
    border-style: solid;
    border-top-left-radius: 10px;
    height: inherit;
    margin-right: -4px;
    text-indent: 3px;
}

.planner-search button {
    background-color: #b7c3c9;
    border-bottom-right-radius: 10px;
    border-color: #487079;
    border-left-width: 0px;
    border-style: solid;
    border-top-right-radius: 10px;
    height: inherit;
}

.planner-actions { display: inline; }

.plan-actions .fa-code-branch {
    font-size: 15px;
}

.planner-actions-container { float: right; }

.addplan {
    display: inline;
    width: 110px;
}

.fa-plus.fa-plus-sign-icon {
    color: white;
    font-size: 16px;
}


.plan-container {
	text-align: center;
}

.plan {
    border: 1px solid black;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;
    width: 260px;
}

.amountContainer {
	border: 1px solid black;
	border-radius: 8px;
	padding: 9px;
	text-align: center;
	display: inline-block;
	margin: 5px;
	background-color: #003f4a;
	color: white;
	font-size: 18px;
	font-weight: bold;
	width: 42%;
}

.amountContainer .in-usd {
	display: block;
	font-size: 12px;
}

.plan.plan-scorecard{
	width: 1215px;
}

.plan-scorecard .amountContainer {
	display: block;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
}

.plan-scorecard .amountContainer span{
	display: block;
}

.plan-scorecard .amountContainer.available {
	background-color: #ffffff;
	color: #003f4a;
}

.plan-scorecard .scorecard-sections > div{
	padding: 5px 10px;
	text-align: center;
	/*border: 1px solid #003f4b;*/
}

/*.plan-scorecard .scorecard-sections .scorecard-amounts{
	border: unset;
}*/

/*.plan-scorecard .scorecard-chart{
	overflow-x: scroll;
}*/

.plan-scorecard .plan-content .container{
	padding-left: 5px;
	padding-right: 5px;
	margin-right: unset;
	margin-left: unset;
    max-width: unset;
	/*margin: unset;*/
	/*max-height: 181px;*/
}

.plan-heading {
    background: #003f4b;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
	text-align: left;
}

.plan-edit {
    color: inherit;
    display: inline;
    float: right;
    padding: 1px;
}

.plan-body {
    color: #24373d;
    display: table;
    height: 125px;
    width: 100%;
}

.plan-content {
    background-color: white;
    display: table-cell;
    text-align: right;
    /*width: 90%;*/
}

.text-truncate {
    max-width: 228px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-truncate:hover{
    white-space: unset;
}

.plan-content-pair { padding: 4px; }

.plan-detail-property{ margin-right: 3px; }

.plan-detail-property:after { content: ':'; }

.plan-detail-value { font-weight: bold; }

.plan-actions {
    background-color: #b6c5c7;
    color: #00404f !important;
    display: table-cell;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: center;
    width: 27px;
}

.plan-actions i {
    margin: 33% 0;
}

.plan-footer {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    padding-top: 2px;
	padding-right: 5px;
    text-align: center;
    text-transform: uppercase;
}

.plan-heading .fa, .plan-footer .fa{
	font-size: 20px;
	color: inherit;
	background: inherit;
	border-radius: unset;
}
/*.fa-external-link {
    font-size: 20px;
}*/

.approved {
    background-color: #007d11;
}

.proposed { background-color: #888888; }

.pending { background-color: #ecb127; }

.denied {
    background-color: #e65050;
}

.expired {
    background-color: #d87646;
}

.plan.plan-partner > .plan-heading {
    background-color: #91C4F2;
}

.plan-stack { margin-left: 20px; }

.plan.plan-stack > .plan-heading { box-shadow: -3px 0px 0px #003f4b, -4px 0px .5px .5px black, -7px 0px 0px #003f4b, -8px 0px .5px .5px black, -11px 0px 0px #003f4b, -12px 0px .5px .5px black; }

.plan.plan-stack > .plan-body { box-shadow: -3px 0px 0px white, -4px 0px .5px .5px black, -7px 0px 0px white, -8px 0px .5px .5px black, -11px 0px 0px white, -12px 0px .5px .5px black; }

.plan.plan-stack > .plan-footer { box-shadow: -3px 0px 0px #b4c5ca, -4px 0px .5px .5px black, -7px 0px 0px #b4c5ca, -8px 0px .5px .5px black, -11px 0px 0px #b4c5ca, -12px 0px .5px .5px black; }

.plan.plan-partner.plan-stack > .plan-heading { box-shadow: -3px 0px 0px #91C4F2, -4px 0px .5px .5px black, -7px 0px 0px #91C4F2, -8px 0px .5px .5px black, -11px 0px 0px #91C4F2, -12px 0px .5px .5px black; }

.plan.plan-partner.plan-stack > .plan-body { box-shadow: -3px 0px 0px white, -4px 0px .5px .5px black, -7px 0px 0px white, -8px 0px .5px .5px black, -11px 0px 0px white, -12px 0px .5px .5px black; }

.plan.plan-partner.plan-stack > .plan-footer { box-shadow: -3px 0px 0px #b4c5ca, -4px 0px .5px .5px black, -7px 0px 0px #b4c5ca, -8px 0px .5px .5px black, -11px 0px 0px #b4c5ca, -12px 0px .5px .5px black; }

.plan-stack .plan-content {
    text-align: center;
    vertical-align: middle;
    color: black;
    background-color: #cecece;
}

.plan-stack .plan-detail-property { font-weight: bold; }

.plan-stack .plan-edit,
.plan-stack .plan-actions { display: none; }

.plan-stack > .plan-footer {
    background: #b4c5ca;
    color: #25404a;
    text-transform: none;
}

.plan-stack .plan-detail-value {
    font-size: 20px;
} 

.plan-stack .plan-content-pair { display: grid; }

.planner-button {
    cursor: pointer;
    transition: .5s;
}

.planner-button:hover { opacity: 0.75; }

.planner-button:active { opacity: 1; }

.previousCardView { color: white; }

.planner ul.pagination {
	margin: 0px;
}

	.planner ul.pagination > li {
		padding: 2px 7px;
		cursor: pointer;
		background-color: white;
		border: 1px solid #ddd;
	}

		.planner ul.pagination > li.active {
			background-color: #545b62;
			border-color: #4e555b;
			color: white;
			font-weight: 400;
			cursor: default;
		}

		.planner ul.pagination > li:first-child {
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}

		.planner ul.pagination > li:last-child {
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
		}

.planner nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.plan-modal .modal-header.plan-heading {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    padding: 15px;
}

.plan-modal .modal-header.plan-heading table td {
    font-size: 14px;
    line-height: 1.42857143;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.plan-modal .close {
    color: white;
}

.plan-modal .statusContainer {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    top: -1px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
    color: white;
}

.plan-modal .amountContainers {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
	display: flex;
}

.plan-modal .amountContainer {
	margin: 0px 20px;
}

.plan-modal .amountContainer label {
    display: block;
}

.planner-template-container .form-control {
    display: inline-block;
    width: 180px;
    margin-right: 10px;
}

.form-control-wide {
    width: 280px !important;
}

.plan-modal .modal-dialog {
    height: 90%;
}

.plan-modal .modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.plan-modal .form-group span,
.plan-modal .form-group label {
    margin-right: 5px;
    font-weight: bold;
}

.plan-modal .modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.addPlanButton {
    font-size: 16px !important;
    float: right;
    margin: 10px;
}

.addPlanButton .fa {
    padding: 0 5px;
}

.planner .quickSearch {
	position: inherit;
    margin-top: 0px;
    float: none;
/*	margin-left: 10px;
	margin-right: 10px;*/
}

.planner .quickSearch .searchField{
	/*height: 25px !important;*/
}

.planner .quickSearch input {
    width: 75px;
}

.planner .quickSearch select {
    width: 130px !important;
	/*height: 25px !important;*/
}

.planner .quickSearch .input-group-sm > .input-group-append > .btn, .planner .quickSearch .input-group-sm > .input-group-prepend > .btn{
	/*height: 25px !important;*/
	vertical-align: top;
	padding: 5px 12px 6px 12px !important;
}

.planner .quickSearch .form-control {
    margin-right: 0px;
	/*height: 25px !important;*/
}

.planner-message-container {
    margin: 0px 15px;
}

.plan-modal-actions {
    margin: 15px;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.filterContainer {
    display: inline-block;
    width: 150px;
    margin-right: 5px;
}

.filterContainer span {
    color: #FFFFFF;
}

.filterContainer.autocompleteFilter {
    width: 218px;
}

    .filterContainer.autocompleteFilter .input-group {
        display: inline-block;
    }

.filterContainer.autocompleteFilter .input-group input {
    margin-right: 0px;
}

    .filterContainer.autocompleteFilter .input-group button {
        height: 28px;
    }

    .filterContainer.autocompleteFilter .input-group span {
        color: #000000;
    }

.filter-bar-item{
	/*height: 25px !important;*/
	display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
	/*font-size: 12px;*/
}

    .filter-bar-item .input-group-sm > .custom-select, .filter-bar-item .input-group-sm > .form-control:not(textarea) {
        height: calc(1.5em + .95rem + 2px);
    }

.planner-filter-item{
	vertical-align: top;
	display: inline-block;
	width: 180px;
	margin-right: 3px;
}

.planner-filter-item-wide {
    width: 280px !important;
    margin-right: 10px;
}

.planner-filter-item > span{
	color: #FFFFFF;
	font-size: 13px;
}

.addNewPlan {
    font-size: 14px !important;
    margin-right: 5px;
}

.addNewPlan i {
    margin-left: 5px;
}

.auditContainer {
    text-align: right;
    font-size: 10px;
}

.planner .slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 3px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.planner .switch{
	width: 32px;
	height: 17px;
}

.planner input:checked + .slider:before {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.planner input:checked + .slider {
	background-color: #00404F;
}

.planner input:focus + .slider {
	box-shadow: 0 0 1px #00404F;
}

.modal .form-group {
	margin: unset;
	margin-bottom: 1rem;
}
