
@media print{@page {size: landscape}}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 100%;
    color: #713d79;
    font-weight: 200;
    box-sizing: border-box;
    background-color: #fcfcfc;
}
		/* body{background-color: none;}
		div{display:none;}
		#screenPriv{display:block;}
		#pageCanvasMenu{display:block;} */
		.page, .header, .menu, #editor-menu, #screenSplash{display:none;}
		/* .card {display: none;} */
		br{display:none;}
		.page-footer{display:none;}
		.alert{display:none;}
		.btn{display:none;}
		.postit-2.mini{display:none;}
		#pageCanvasMenu {display:block;}
		.postit-container.mini .postit-shadow {
	display: none;
}


		.content {
    padding-top: 3px;
    padding-left: 47px;
    padding-right: 16px;
    line-height: 25px;
    font-family: "Architects Daughter";
    font-size: 19px;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #00a;
    width: 100%;
    background: none;
    /* height: 100%; */
    border: 0;
    outline: none;
    background-image: repeating-linear-gradient(white 0px, white 24px, teal 25px);
    overflow: hidden;
}
.text-content.only-print {
    width: 100%;
    overflow: hidden;
    word-break: break-all;
	font-family: "Architects Daughter";
	color:#000;
	font-size: 0.6em;
}
.model-business-canvas>small{
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}
.model-business-canvas {
    display: flex;
    flex-flow: column;
    width: 100%;
    background: rgb(173, 122, 181);
    padding: 0 1px 7px 1px;
}

.model-business-canvas .top-row {
    color: #dddde0;
}

.model-business-canvas .top-row .btn {
    color: #dddde0;
}

.model-business-canvas h2 {
    font-size: 9px;
    color: #682873;
    font-weight: 500;
    text-align: left;
    margin: 5px 1px;
    display: block;
}

.rows-container {
    min-width: 10px;
    min-height: 50px;
    display: flex;
    flex-flow: row;
}

.column-container-5 {
    border: none;
    width: 20%;
    /* height: 203px; */
    display: flex;
    flex-flow: column;
}

.column-container-2 {
    border: none;
    width: 50%;
    display: flex;
    flex-flow: column;
}

.box {
    border: none;
    margin: 3px;
    height: 100%;
    color: #FFF;
    border-radius: 2px;
    position: relative;
    min-height: 60px;
    padding: 1px 4px;
    box-shadow: 1px 1px 4px 1px #2c182f;
}

.rows-container-main {
    height: 80%;
}

.rows-container-bottom {
    height: 20%;
}

.background-image {
    position: absolute;
    bottom: 0;
    font-size: 2em;
}

.card {border-bottom: solid 1px #000;}
.card-body pre {
    color: #713d79;
    font-family: "Helvetica Neue", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.3em;
    white-space: break-spaces;
}

.box {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50px 50px;
    background-color: rgba(255,255,255,0.3);  
	overflow: hidden;
}

.box-menu-keyPartners {
    background-image: url("../images/icons/keyPartners.png");
}

.box-menu-keyActivities {
    background-image: url(../images/icons/keyPartners.png);
}

.box-menu-keyResources {
    background-image: url(../images/icons/keyPartners.png);
}

.box-menu-valueProposition {
    background-image: url(../images/icons/valueProposition.png);
}

.box-menu-customerRelationship {
    background-image: url(../images/icons/keyPartners.png);
}

.box-menu-distribution {
    background-image: url(../images/icons/keyPartners.png);
}

.box-menu-customerSegment {
    background-image: url(../images/icons/keyPartners.png);
}

.box-menu-costStructure {
    background-image: url(../images/icons/keyPartners.png);
}

.box-menu-revenueStreams {
    background-image: url(../images/icons/revenueStreams.png);
}

input.model-title {
    font-weight: 100;
    font-size: 2em;
    border: none;
    background: none;
    color: #dddde0;
    width: 100%;
}
