

div.drop-down-box {
	position: relative;
	display: inline-block;
}

div.drop-down-box > div {
}

div.drop-down-box > div:first-child {
	padding: 5px 23px 5px 1px;
	position: relative;
	cursor: pointer;
	font: 13px Roboto, Arial;
	color: rgba(255,255,255,0.8);
}

div.drop-down-box > div:first-child > i.toggle {
	position: absolute;
	top: 9px;
	right: 0px;
	width: 0px;
	height: 0;
	border: 8px solid rgba(0, 0, 0, 0);
	border-bottom-width: 0px;
	border-top-color: rgb(252, 249, 206);
	cursor: pointer;
	opacity: 0.7;
}

div.drop-down-box > div:first-child:hover > i.toggle {
	opacity: 1;
}

div.drop-down-box > div:last-child {
	position: absolute;
	background-color: rgb(253,253,253);
	border-radius: 2px;
	box-shadow: 0 1px 5px 1px rgba(0,0,0, 0.05);
	border: 1px solid rgb(214, 214, 214);
	min-width: 100%;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
	transform-origin: right top 0px;
	transform: scale(0);
	opacity: 0;
}

div.drop-down-box > div:last-child[class~="pop"] {
	transform: scale(1);
	opacity: 1;
}

div.drop-down-box > div:last-child > div {
	color: rgb(122, 122, 122);
	padding: 8px 11px 8px 11px;
	font: 13px Roboto, Arial;
	cursor: pointer;
	border-bottom: 1px solid rgba(214, 214, 214, 0.2);
	white-space: nowrap;
}

div.drop-down-box > div:last-child > div:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

div.drop-down-box > div:last-child > div:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	border-bottom-color: transparent;
}

div.drop-down-box > div:last-child > div:hover {
	background-color: rgb(218, 218, 218);
}

.header-module-container {
	height: var(--fixed-header-height);
	position: relative;  	
	background-color: var(--color-primary-4);
	display: flex;
	align-items: center;
	/* width: inherit !important; */
	justify-content: space-between;
}

.header-module-container img.logo {
	margin-left: 20px;
}

.header-module-container .account-box {
	color: rgb(255, 255, 204);
	font-size: 14px;
}

.header-module-container .account-box > div {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	font: 12px Roboto, Arial;
}

.header-module-container .account-box > div:hover {
	opacity: 0.7;
}

.header-module-container .account-box > div.user-name {
}

.header-module-container .menu-box {
	position: absolute;
	bottom: -9px;
	right: 0px;
	display: flex;
}

.header-module-container .menu-box > a > div {
	/*border-radius: 4px 4px 0px 0px;*/
	display: inline-block;
	margin-right: 0px;
	margin-right: 0px;
	cursor: pointer;
	font: 14px Roboto, Arial;
	color: rgb(224, 228, 231);
	color: rgba(255,255,255,0.75);
	padding: 5px 13px 6px 13px;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-width: 0px;
	/* box-shadow: -1px -1px 1px 1px rgba(68, 138, 195, 0.22); */
	background-color: rgba(0,0,0,0);
}

.header-module-container .menu-box > a:first-child > div {
	border-left-width: 0px;
}

.header-module-container .menu-box > a > div:after {
}

.header-module-container .menu-box > a > div:hover {
	background-color: rgba(0, 0, 0, 0.15);
	border-left-color: rgba(0, 0, 0, 0);
	border-radius: 2px 2px 0px 0px;
	/*box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.11);*/
}

.header-module-container .menu-box > a:hover + a > div {
	border-left-color: rgba(0, 0, 0, 0);
}


.header-module-container > div.logo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: inherit;
	align-items: center;
	margin-left: calc(var(--header-height)/2);
}
.header-module-container > div.logo > div {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto';
    /* letter-spacing: 0.01rem; */
}

.header-module-container > div.logo > div:first-child {
    color: var(--color-primary-1);
}
.header-module-container > div.logo > div:last-child {
    color: var(--color-complement-0);
    margin-left:4px;
}

.header-module-container > div.content-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
	height: inherit;
}

.header-module-container .menu-box-2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 0px;
	padding-right: 0px;    
	background-color: var(--color-primary-4);
}

.header-module-container .menu-box-2 > a {
}

.header-module-container .menu-box-2 > a > div { 
	border-bottom: 3px solid transparent;
	padding: 3px 20px 1px 20px;
	font-size: 1.01rem;
	color: var(--color-primary-1);
}
.header-module-container .menu-box-2 > a[class~="active"] > div {
	background-color: var(--color-primary-3);
}

.header-module-container .menu-box-2 > a + a  > div { 
	border-left: 1px solid var(--color-primary-3); 
}
.header-module-container .menu-box-2 > a > div:hover {
border-bottom: 3px solid var(--color-complement-4);
	background-color: var(--color-primary-3);
}

.header-module-container .menu-box-2 > a:last-child > div {
	border-right-width: 0px;
	padding-right: 0px;
}

.header-module-container .account-box-2 {
	color: rgb(193, 226, 254);
	color: var(--color-primary-2);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding-right: 10px;
}

.header-module-container .account-box-2 > div {
	cursor: pointer;
	font-size: 0.95rem;
	margin-left: 20px;
}

.header-module-container .account-box-2 > div[class*="faws-"] {
	margin-left: 5px;
}

.header-module-container .account-box-2 > div.lock-faws:after , .header-module-container .account-box-2 > div.unlock-faws:after {
	color: rgb(194, 255, 252);
	font-size: 21px;
}



@media only screen and (max-width: 640px) {
	body {
	--fixed-header-height:50px;
	}
	
	body > .corner-menu-button {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

	body > .corner-menu-button:after {
		color:white;
		font-size: 45px;
	}
	.header-module-container {
		display: flex;
		justify-content: flex-end;
	}

	.header-module-container img.logo {
		order: 2;
		line-height: initial;
		align-self: center;
		margin-right: 20px;
		height:60%;
	}
 .header-module-container div.logo {
		 padding-right:8px; 
	}
	 .header-module-container div.logo > div { 
		 font-size:24px;
	}
	.header-module-container .content-box {
		background-color: rgb(128, 128, 128);
		height: unset;
		transform-origin: 0px 0px;
		transform: scale(1, 0);
		transition: transform 0.5s ease-out,opacity 0.3s ease-out;
		opacity: 0;
		position: fixed;
	    top: var(--fixed-header-height);
	    left: 0px;
		padding-right: 0px;
	}
	.content-box > .account-box-2, .content-box > div > * > div {
    padding: 10px 20px 10px 20px !important;
    margin: 0px !important;
    font-size: 18px !important;
}
.header-module-container .content-box[class~="pop"]{ 
		transform: scale(1, 1);
		opacity: 1;
}
 

	.header-module-container .menu-box-2 {
		display: flex;
		flex-direction: column;
		margin-bottom: 0px;
		padding-right: 0px;
		z-index: 100;
	}

.header-module-container .menu-box-2 > a > div {
	color: rgb(243, 232, 195);
	border:unset;
	padding: 5px 10px 5px 20px;
	/* font-size: larger !important; */
}
.header-module-container .account-box-2 {
	 
}

.header-module-container .account-box-2 > div.lock-faws:after , .header-module-container .account-box-2 > div.unlock-faws:after {
	
	font-size: inherit;
}

}

div.drop-down-box {
	position: relative;
	display: inline-block;
}

div.drop-down-box > div {
}

div.drop-down-box > div:first-child {
	padding: 5px 23px 5px 1px;
	position: relative;
	cursor: pointer;
	font: 13px Roboto, Arial;
	color: rgba(255,255,255,0.8);
}

div.drop-down-box > div:first-child > i.toggle {
	position: absolute;
	top: 9px;
	right: 0px;
	width: 0px;
	height: 0;
	border: 8px solid rgba(0, 0, 0, 0);
	border-bottom-width: 0px;
	border-top-color: rgb(252, 249, 206);
	cursor: pointer;
	opacity: 0.7;
}

div.drop-down-box > div:first-child:hover > i.toggle {
	opacity: 1;
}

div.drop-down-box > div:last-child {
	position: absolute;
	background-color: rgb(253,253,253);
	border-radius: 2px;
	box-shadow: 0 1px 5px 1px rgba(0,0,0, 0.05);
	border: 1px solid rgb(214, 214, 214);
	min-width: 100%;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
	transform-origin: right top 0px;
	transform: scale(0);
	opacity: 0;
}

div.drop-down-box > div:last-child[class~="pop"] {
	transform: scale(1);
	opacity: 1;
}

div.drop-down-box > div:last-child > div {
	color: rgb(122, 122, 122);
	padding: 8px 11px 8px 11px;
	font: 13px Roboto, Arial;
	cursor: pointer;
	border-bottom: 1px solid rgba(214, 214, 214, 0.2);
	white-space: nowrap;
}

div.drop-down-box > div:last-child > div:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

div.drop-down-box > div:last-child > div:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	border-bottom-color: transparent;
}

div.drop-down-box > div:last-child > div:hover {
	background-color: rgb(218, 218, 218);
}

.header-module-container {
	height: var(--fixed-header-height);
	position: relative;  	
	background-color: var(--color-primary-4);
	display: flex;
	align-items: center;
	/* width: inherit !important; */
	justify-content: space-between;
}

.header-module-container img.logo {
	margin-left: 20px;
}

.header-module-container .account-box {
	color: rgb(255, 255, 204);
	font-size: 14px;
}

.header-module-container .account-box > div {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	font: 12px Roboto, Arial;
}

.header-module-container .account-box > div:hover {
	opacity: 0.7;
}

.header-module-container .account-box > div.user-name {
}

.header-module-container .menu-box {
	position: absolute;
	bottom: -9px;
	right: 0px;
	display: flex;
}

.header-module-container .menu-box > a > div {
	/*border-radius: 4px 4px 0px 0px;*/
	display: inline-block;
	margin-right: 0px;
	margin-right: 0px;
	cursor: pointer;
	font: 14px Roboto, Arial;
	color: rgb(224, 228, 231);
	color: rgba(255,255,255,0.75);
	padding: 5px 13px 6px 13px;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-width: 0px;
	/* box-shadow: -1px -1px 1px 1px rgba(68, 138, 195, 0.22); */
	background-color: rgba(0,0,0,0);
}

.header-module-container .menu-box > a:first-child > div {
	border-left-width: 0px;
}

.header-module-container .menu-box > a > div:after {
}

.header-module-container .menu-box > a > div:hover {
	background-color: rgba(0, 0, 0, 0.15);
	border-left-color: rgba(0, 0, 0, 0);
	border-radius: 2px 2px 0px 0px;
	/*box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.11);*/
}

.header-module-container .menu-box > a:hover + a > div {
	border-left-color: rgba(0, 0, 0, 0);
}


.header-module-container > div.logo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: inherit;
	align-items: center;
	margin-left: calc(var(--header-height)/2);
}
.header-module-container > div.logo > div {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto';
    /* letter-spacing: 0.01rem; */
}

.header-module-container > div.logo > div:first-child {
    color: var(--color-primary-1);
}
.header-module-container > div.logo > div:last-child {
    color: var(--color-complement-0);
    margin-left:4px;
}

.header-module-container > div.content-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
	height: inherit;
}

.header-module-container .menu-box-2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 0px;
	padding-right: 0px;    
	background-color: var(--color-primary-4);
}

.header-module-container .menu-box-2 > a {
}

.header-module-container .menu-box-2 > a > div { 
	border-bottom: 3px solid transparent;
	padding: 3px 20px 1px 20px;
	font-size: 1.01rem;
	color: var(--color-primary-1);
}
.header-module-container .menu-box-2 > a[class~="active"] > div {
	background-color: var(--color-primary-3);
}

.header-module-container .menu-box-2 > a + a  > div { 
	border-left: 1px solid var(--color-primary-3); 
}
.header-module-container .menu-box-2 > a > div:hover {
border-bottom: 3px solid var(--color-complement-4);
	background-color: var(--color-primary-3);
}

.header-module-container .menu-box-2 > a:last-child > div {
	border-right-width: 0px;
	padding-right: 0px;
}

.header-module-container .account-box-2 {
	color: rgb(193, 226, 254);
	color: var(--color-primary-2);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding-right: 10px;
}

.header-module-container .account-box-2 > div {
	cursor: pointer;
	font-size: 0.95rem;
	margin-left: 20px;
}

.header-module-container .account-box-2 > div[class*="faws-"] {
	margin-left: 5px;
}

.header-module-container .account-box-2 > div.lock-faws:after , .header-module-container .account-box-2 > div.unlock-faws:after {
	color: rgb(194, 255, 252);
	font-size: 21px;
}



@media only screen and (max-width: 640px) {
	body {
	--fixed-header-height:50px;
	}
	
	body > .corner-menu-button {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

	body > .corner-menu-button:after {
		color:white;
		font-size: 45px;
	}
	.header-module-container {
		display: flex;
		justify-content: flex-end;
	}

	.header-module-container img.logo {
		order: 2;
		line-height: initial;
		align-self: center;
		margin-right: 20px;
		height:60%;
	}
 .header-module-container div.logo {
		 padding-right:8px; 
	}
	 .header-module-container div.logo > div { 
		 font-size:24px;
	}
	.header-module-container .content-box {
		background-color: rgb(128, 128, 128);
		height: unset;
		transform-origin: 0px 0px;
		transform: scale(1, 0);
		transition: transform 0.5s ease-out,opacity 0.3s ease-out;
		opacity: 0;
		position: fixed;
	    top: var(--fixed-header-height);
	    left: 0px;
		padding-right: 0px;
	}
	.content-box > .account-box-2, .content-box > div > * > div {
    padding: 10px 20px 10px 20px !important;
    margin: 0px !important;
    font-size: 18px !important;
}
.header-module-container .content-box[class~="pop"]{ 
		transform: scale(1, 1);
		opacity: 1;
}
 

	.header-module-container .menu-box-2 {
		display: flex;
		flex-direction: column;
		margin-bottom: 0px;
		padding-right: 0px;
		z-index: 100;
	}

.header-module-container .menu-box-2 > a > div {
	color: rgb(243, 232, 195);
	border:unset;
	padding: 5px 10px 5px 20px;
	/* font-size: larger !important; */
}
.header-module-container .account-box-2 {
	 
}

.header-module-container .account-box-2 > div.lock-faws:after , .header-module-container .account-box-2 > div.unlock-faws:after {
	
	font-size: inherit;
}

}

/*

end D:\Projects\pub\web\v1002\templates\templates\hastaport\modules\header\module.css 

*/





/*

begin D:\Projects\pub\web\v1002\templates\templates\hastaport\modules\home\module.css 

*/


.body-master #master {
    background-color: transparent !important;
}

.body-master .detail {
    display: flex;
    flex-direction: row;
}

.body-master .detail>div:first-child {
    position: relative;
    padding: 0px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    flex-basis: 70%;
    flex-grow: 1;
}

.body-master .detail>div:last-child {
    position: relative;
    padding-right: 10px;
    margin-left: 10px;
    flex-grow: 2;
    flex-basis: 30%;
    border-right-width: 0px;
}

.main-box-table {
    display: table;
    border-spacing: 0px 10px;
}

.main-box-table>div {
    display: table-row;
}

.main-box-table>div>div {
    vertical-align: top;
    display: table-cell;
}

div.side-bar-box {
    background-color: rgba(204, 204, 255, 0.2);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 7px;
}

div.side-bar-box>div.spot {
    padding: 9px;
    font-size: 21px;
    /* font-weight: bold; */
    color: rgb(232, 41, 20);
    line-height: 150%;
    font-family: WellFleet;
}

div.side-bar-box div.list {}

div.side-bar-box div.list>ul {
    padding: 0px 3px 3px 20px;
    color: rgba(44, 71, 93, 0.8);
    font: 15px/25px Roboto, arial;
}

div.side-bar-box div.list>ul>li {
    margin-bottom: 2px;
}

div.left-box {
    background-color: rgba(249, 237, 176, 0.4);
    border-radius: 4px;
    border: 1px solid rgba(166, 200, 228, 0.3);
}

div.left-box>div.h {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    background-color: rgb(24, 92, 148);
    color: rgb(240, 248, 255);
    border-radius: 4px 4px 0px 0px;
    background-clip: padding-box;
}

div.left-box ul {
    color: rgb(44, 71, 93);
    padding: 5px 5px 10px 25px;
    margin: 10px;
    list-style-position: outside;
    font: 14px/21px Roboto, Arial;
}

div.left-box ul>li {
    margin-bottom: 7px;
}

div.body-box {
    position: relative;
    margin: 30px;
}

div.body-box>.ref {
    font: 18px/30px Roboto;
}

div.body-box>.ref>div {}

div.body-box>.ref>div>b {}

div.body-box>.ref>div>a {
    font: inherit;
}

div.body-box>.msg {
    margin-top: 70px;
    margin-left: 100px;
    font: 49px Fresca, minion, pecita;
    color: rgb(255, 127, 80);
}

.menu-detail-panel>div:first-child {
    padding: 5px !important;
    border-right-color: transparent !important;
}

.menu-detail-panel>div:first-child>div {
    margin-bottom: 5px;
}

.stream {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
}

.stream>.item {
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid rgba(192, 192, 192, 0.5);
    padding-top: 10px;
    margin-bottom: 10px;
    flex-shrink: 1;
}

.stream>.item>.media {
    width: 150px;
}

.stream>.item>.media>.photo {
    width: inherit;
    border-radius: 4px;
}

.stream>.item>.content {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    min-height: initial;
}

:root {
    --head-size: 1.15rem;
    --text-size: 1.02rem;
    --head-color: #7878fa;
}

.stream>.item>.content>.subject {
    margin-bottom: 7px;
    font-weight: 500;
    color: rgb(24, 92, 148);
}

.stream>.item>.content>.subject>a {
    font-size: var(--head-size);
    color: var(--head-color);
}

.stream>.item>.content>.summary {
    font-family: roboto, helvetica, arial;
    font-size: var(--text-size);
}

.stream>.item>.content>.date {
    text-align: right;
    font-size: smaller;
}

.stream>.item>.content>.author {}

div.member-stream {
    display: flex;
    flex-direction: column;
}

div.member-stream>div {
    margin-bottom: 10px;
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid rgba(192, 192, 192, 0.5);
    padding-top: 10px;
    display: flex;
    flex-direction: row;
}

div.member-stream>div>div {
    display: flex;
    flex-direction: column;
}

div.member-stream>div>div:first-child {
    display: block;
}

div.member-stream>div div.footer {
    font-size: smaller;
    float: right;
}

div.member-stream div img.avatar {
    margin-right: 10px;
    width: 96px;
    margin-right: 10px;
    /* flex-grow: 1; */
}

div.member-stream>div .profile-name {
    color: rgb(24, 92, 148);
    font-weight: bold;
    font-family: helvetica, sans-serif, arial, tahoma;
}

@media only screen and (max-width: 640px) {
    .body-master * {}
    .body-master div#master,
    .body-master div#detail>div>div:last-child {
        display: none !important;
    }
    .body-master div#detail>div.detail {
        width: 100% !important;
        padding: 10px;
    }
    .body-master div#detail>div>div:first-child {
        flex-basis: 100% !important;
        flex-grow: 1 !important;
        padding: 0px;
        border: 0px;
    }
    .stream>.item>.content>.subject>a {
        font-size: 1.5rem;
    }
    .stream>.item {
        flex-wrap: wrap;
    }
    .stream>.item>.media {
        width: 95%;
    }
    .stream>.item>.media>.photo {
        width: 100%;
        margin: auto;
    }
    .stream>.item>.content {
        padding: 15px !important;
    }
}


/*#region begin home2 */

#template-canvas {
    background-color: transparent;
}


/*#region begin panel   */

div#template-canvas div#body div[data-template-section=body] div.panel {
    background-color: #e3f4fb;
    width: 300px;
    height: 500px;
    padding: 32px;
    border-radius: 4px;
    box-shadow: var(--pop-box-2-shadow);
    color: rgb(25 102 125);
    font-weight: 500;
    font-size: 1.15rem;
    position: absolute;
    left: 50%;
    top: 50px;
    opacity: 0.9;
    background-color: rgb(227 244 251 / 51%);
}

div#template-canvas div#body div[data-template-section=body] div.panel * {
    font-family: calibri, 'Lucida';
}

div#template-canvas div#body div[data-template-section=body] div.panel>div.h {
    font-weight: 400;
    font-size: 1.1rem;
    color: coral;
    font-family: 'Lucida';
}

div#template-canvas div#body div[data-template-section=body] div.panel>p {
    margin-top: 4px;
}

div#template-canvas div#body div[data-template-section=body] div.panel  .link {
    cursor: pointer;
    font-weight: 600;
    color: coral;
    font-size:1.1rem;
}

div#template-canvas div#body div[data-template-section=body] .module-background {	 
width: -webkit-fill-available;
height: 100%;
display: block;
background-position: top;
background-repeat: no-repeat;
background-size: 100% auto;
background-color: transparent;
}

/*#endregion end panel   */


/*#endregion home2 */

