/* CSS Document */

/* Table of Content
==================================================
- Font-Face
- Base Styles (override)
- Site Styles
- Colors
- Responsive Menu
- Input Fields
- Pagination
- Popup Modal
- Notifications
- Media Queries
*/





/* Font-Face
================================================== */
@font-face {
    font-family: 'Effra';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/effra_std_rg.woff') format('woff');
}
@font-face {
    font-family: 'EffraBold';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/effra_std_bd.woff') format('woff');
}



/* Base Styles (override)
================================================== */
* {
    font-family: 'Effra';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Effra';
    letter-spacing: 0;
	margin-bottom: 1rem;
	color: #063578;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
    font-family: 'EffraBold';
}
h1 { font-size: 2.6rem; }
h2 { font-size: 2.0rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.2rem; }
a,
a:hover,
a:visited {
	color: #063578;
}
b {
    font-family: 'EffraBold';
	color: #063578;
}
button,
.button {
    font-family: 'EffraBold';
	position: relative;
}
button:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.button i.fa {
	vertical-align: middle;
}
/* Icon */
button .icon,
.button .icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: -40px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: transparent 50%/75% no-repeat;
    /*
    width: 32px;
    height: 32px;
    background: transparent 50%/75% no-repeat;
    border-radius: 6px;
    */
}
    button .icon.left,
    .button .icon.left {
        left: 8px;
        margin-left: 0;
    }
    button .icon.right,
    .button .icon.right {
        right: 8px;
        margin-left: 0;
    }


/* Site Styles
================================================== */
body {
	background-color: #fafafa;
}
    body.has-nav {
    }
.container {
	max-width: 1600px;
}

/* COLUMN - navigation */
#column-nav {
	background-color: #063578;
	padding: 0 0 50px;
}
	#column-nav * {
		color: #fff;
	}
	@media screen and (min-width: 550px) {
		#column-nav {
			min-height: 100vh;
		}
	}
	/* - navigation */
	#column-nav ul.navigation {
		list-style: none;
		margin: 15px 0 0;
		padding: 0;
	}
	#column-nav ul.navigation li {
		margin: 5px 0;
	}
		#column-nav ul.navigation a {
			text-decoration: none;
			padding-left: 10px;
		}
		#column-nav ul.navigation .icon,
		#column-nav ul.navigation .user {
			display: inline-block;
			vertical-align: middle;
			background: transparent 50%/cover no-repeat;
			margin: -1px 0 5px;
			width: 20px;
			height: 20px;
		}
		#column-nav ul.navigation .user {
			border-radius: 20px;
		}
	/* - navigation: active */
	#column-nav ul.navigation li.active {}
		#column-nav ul.navigation li.active a {
			color: #00EBE8;
		}
		#column-nav ul.navigation li.active .icon {
			filter: brightness(75%) sepia(100) saturate(50) hue-rotate(140deg);
		}
/* COLUMN - page */
#column-page {
	background-color: #fafafa;
	min-height: 100vh;
	padding: 0 1rem 50px;
}

.sticky {
    position: fixed;
    background-color: #fafafa;
    left: 0;
	right: 0;
    top: 0;
    z-index: 1000;
}
    .sticky.bottom {
        top: auto;
        bottom: 0;
    }



/* Colors
================================================== */
.error {
	color: #f00;
}



/* Responsive Menu
================================================== */
.slicknav_menu {	display:none; }
@media screen and (max-width: 549px) {
	ul#nav-menu { display:none; } /* #nav-menu is the original menu */
	.slicknav_menu { display:block; }
}



/* Input Fields
================================================== */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
textarea,
select {
	width: 100%;
	display: block;
	-webkit-appearance: none;
}
	input.small,
	textarea.small,
	select.small {
		width: 35%;
		max-width: 175px;
	}
	input.medium,
	textarea.medium,
	select.medium {
		width: 70%;
		max-width: 350px;
	}
	input.size-75,
	textarea.size-75,
	select.size-75 {
		width: 74%;
		margin-right: 1%;
	}
	input.size-66,
	textarea.size-66,
	select.size-66 {
		width: 65%;
		margin-right: 1%;
	}
	input.size-50,
	textarea.size-50,
	select.size-50 {
		width: 49%;
		margin-right: 1%;
	}
	input.size-33,
	textarea.size-33,
	select.size-33 {
		width: 32%;
		margin-right: 1%;
	}
	input.size-25,
	textarea.size-25,
	select.size-25 {
		width: 24%;
		margin-right: 1%;
	}
fieldset {
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	padding: 15px 30px;
}
legend {
	padding: 0 5px;
	margin-left: -10px;
	font-size: 1.75rem;
	font-weight: normal;
}



/* Pagination
================================================== */
div.pagination {
    text-align: center;
    font-weight: bold;
}
    div.pagination a {
        text-decoration: none;
    }




/* Popup Modal
================================================== */
.lity {
	z-index: 65535;
	background-color: rgba(64,64,64,0.65);
}
	.lity-iframe .lity-container, 
	.lity-youtube .lity-container, 
	.lity-vimeo .lity-container, 
	.lity-facebookvideo .lity-container, 
	.lity-googlemaps .lity-container { 
	} 
	.lity-close {
		margin: 40px 25px 0 0;
		text-shadow: 0 0 3px #000;
		/* Position close button inside content container
		position: absolute !important;
		right: -20px !important;
		top: -30px !important;
		*/
	}
	.lity .lity-container { 
		width: 98%;
		min-width: 300px;
		max-width: 800px;
		border-radius: 10px;
		overflow: hidden;
	}
	.lity .lity-iframe-container {
        height: 75vh;
        min-height: 300px;
        max-height: 600px;
	}
	
		.lity-content {
			border-radius: 10px;
			overflow: hidden;
		}
		.lity-iframe-container iframe { 
			background-color: #fff;
			padding: 10px;
		}




/* Notifications
================================================== */
div.notification {
	background-color: #f5f5f5;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 6px;
	width: auto;
	min-height: 20px;
	margin: 0 0 20px;
	padding: 5px 15px;
}
	div.notification.information {
		border-color: #bce8f1;
		background-color: #d9edf7;
	}
	div.notification.error {
		border-color: #eed3d7;
		background-color: #ffdede;
	}
	div.notification.warning {
		border-color: #fbeed5;
		background-color: #fcf8e3;
	}
	div.notification.success {
		border-color: #d6e9c6;
		background-color: #dff0d8;
	}




/* Accordion Item
================================================== */
	.ui-accordion {
	    margin: 0 10px 20px;
	}
	.ui-accordion > .item {
	    margin-bottom: 15px;
	    border-radius: 10px;
	    overflow: hidden;
	}
	.ui-accordion > .item .header {
	        position: relative;
			border-radius: 10px;
			background-color: #063578;
			color: #fff;
			padding: 7px 50px 7px 15px;
	        font-weight: 500;
			cursor: pointer;
	    }
	        .ui-accordion > .item > .header:after {
	            content: "";
	            position: absolute;
	            right: 10px;
	            width: 25px;
	            height: 25px;
	            background-position: 50% 50%;
	            background-repeat: no-repeat;
	            background-size: 20px;
				opacity: 0.6;
	            /* chevron-down */
	            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAhFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8g2+bRAAAAK3RSTlMABUsH2Bj69+GgemobE/HJwbm2sZF1WEVAFbqqgXBfUDs26c7MvImFLR8RyV2N5AAAAP5JREFUSMftkst2gkAQRBsIKFGMiRLEJMb3q/7///Qo2tPzoDcuucuaU1PVPUMdHUSDRevxsExtaQoc2hwAfqS0x5Uy6Dj1cSWXGTd+A456DUhPPUXDu7/VCA151EhvePJHLqlxfrxLFSu+bgUMepwSzhn2YbBq1BgmpcwQjq/ooa/AyB2kPdbly8QjGAzE5MxnRAYzb04hbppEJFhmbk4q5piTzT9sz1m0GnMG51jdCohW5CMW28nVDPd97PdggnuT2w3yncHDR0ItVHqr8A44gx2hbpCME1KplMm1HWyUDPfvzNmhEGf25DqLm2OrZLh/ZyccOvVkllBHxwu4AKd9Vpp71pq+AAAAAElFTkSuQmCC);
	        }
	        .ui-accordion > .item.active > .header:after {
	            /* chevron-up */
	            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAZlBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3///8InlNIAAAAIXRSTlMAEi4P2fALzTj06T/8+dPtROJNMyQWCdzGa18oIxl1NQhELp5WAAAA90lEQVRIx+2UWRKCMBBEMSRCwqqAK6h9/0uqIMWkhrD4zfucqs70bPE2Nhg7KfOVihSIxRqFr/AlWuMKLSpcnCNFj1juqieJFikCELRYoDjAJpxVSMAmm9HsA3DukwqNEZJwrnKOEs4cEi6EQ3GmDxe7YLYHpwsG4vxjM6aBciSHYUb8FIRisrsq+q0ntWqEU0GX3rdSl1YdBzqGp3VqA1nhqDw5WqejqeF6fB4hPzc+H1qHZgdSUY1puiAI+chZa76ipXG44j249TGhaOWcKkNLfB1itT0PnqcbwpXGhAH0xPfYyN4V0QDHya8NeHgrqV7exsY/vAFjnD63zS9yyAAAAABJRU5ErkJggg==);
	        }
		.ui-accordion > .item > .content {
	        display: none;
	        padding: 10px 0;
	    }
		.ui-accordion > .item > .content p {
	            margin: 10px 2px 20px;
			}




/* Metric - Tiles
================================================== */
.metric-tile-wrapper {
	margin: 0 5px;
	overflow: auto;
}

.metric-tile {
        float: left;
        position: relative;
        display: inline-block;
        white-space: normal;
        box-sizing: border-box;
        background-color: #eee;
        color: #01337A;
        width: 30.0%;
        border-radius: 10px;
        padding: 0 10px;
        margin: 0 2.5% 2.5% 0;
    }
        /* Title */
        .metric-tile .title {
            position: relative;
            border-bottom: 1px solid #01337A;
            margin: 5px 0;
            padding: 5px 10px 5px 0;
            font-weight: bold;
            font-size: 1.05rem;
            max-width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
            .metric-tile .title .icon {
                display: inline-block;
                background: url(./images/icons/metrics/metric-cat.png) 50%/contain no-repeat;
                vertical-align: middle;
                width: 20px;
                height: 20px;
                margin-top: -4px;
            }
            .metric-tile .title .option {
                position: absolute;
                top: 2px;
                right: -10px;
            }
        /* Summary */
        .metric-tile .summary {
            width: 100%;
            max-width: 100%;
            height: 80px;
            max-height: 80px;
            overflow: hidden;
            overflow-y: scroll;
            font-size: 0.85em;
        }
            .metric-tile .summary table.details {
                width: 100%;
                border-collapse: collapse;
            }
                .metric-tile .summary table.details td {
                    max-width: 100%;
                    padding: 0;
                    border: 0 none;
                }
                    .metric-tile .summary table.details td.icon {
                        vertical-align: top;
                        width: 1%;
                    }
                        .metric-tile .summary table.details td.icon .icon {
                            display: inline-block;
                            background: transparent 50%/contain no-repeat;
                            vertical-align: middle;
                            width: 16px;
                            height: 16px;
                            margin: -2px 3px 0 0;
                        }
                    .metric-tile .summary table.details td.name {
                        font-weight: bold;
                    }
                    .metric-tile .summary table.details td.time {
                        text-align: right;
                        font-size: 0.95em;
                    }
                    .metric-tile .summary table.details td.details {
                        font-size: 0.9em;
                        padding-bottom: 5px;
                    }
        /* More */
        .metric-tile .more {
            display: block;
            border-top: 1px solid #01337A;
            margin: 5px 0;
            padding: 5px 10px;
            font-size: 1rem;
            text-align: center;
            text-decoration: none;
			cursor: pointer;
		}




/* Metric - Graph
================================================== */
.graph {
		width: 100%;
		height: 300px;
	}
	ul.graph-options {
		width: 100%;
		margin: -5px 0 0;
		padding: 0 15px;
		overflow: auto;
	}
		ul.graph-options li {
			float: left;
			max-width: 220px;
			margin: 6px 8px 0 0;
			padding: 0;
			list-style: none;
			text-align: center;
			font-size: 1rem;
		}
			ul.graph-options input[type="checkbox"] {
				display: none;
			}
			ul.graph-options input[type="checkbox"] + span {
				display: block;
				background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+ip1sAAAAASUVORK5CYII=) 50%/cover;
				color: #01337A;
				border: 1px solid #01337A;
				border-radius: 8px;
				padding: 8px 10px;
				white-space: nowrap;
				overflow-x: hidden;
				width: 100%;
				text-overflow: ellipsis !important;
			}
			ul.graph-options input[type="checkbox"]:checked + span {
				background-image: none;
				border-color: transparent;
			}
	ul.graph-options input[type="checkbox"]:checked + span {
		background-image: none;
		border-color: transparent;
	}




/*****************************
 *
 * UI Panel
 *
 *****************************/
 .ui-panel {
	position: relative;
    background-color: #fff;
	border-radius: 10px;
    margin: 1rem;
    padding: 10px 15px 12px;
    min-height: 80px;
	overflow: auto;
}




/*****************************
 *
 * UI Block
 *
 *****************************/
.ui-block {
    display: table;
	table-layout: fixed;
    clear: both;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
}
	.ui-block.underline {
		border-bottom: 1px solid #eee;
	}
/* - Sections */
    .ui-block .left {
        display: table-cell;
        /*vertical-align: middle;*/
        vertical-align: top;
        width: 55px;
        padding-top: 2px;
        padding-right: 15px;
        font-size: 0.75em;
    }
    .ui-block .right {
        display: table-cell;
        /*vertical-align: middle;*/
        vertical-align: top;
        width: 80px;
        padding-left: 10px;
        font-size: 0.85em;
        text-align: right;
    }
    .ui-block .main {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
        .ui-block .main .center {
            text-align: center;
        }
        .ui-block .main .title {
            color: #01337A;
            font-size: 1em;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .ui-block .main .subtitle {
            font-size: 0.90em;
            font-weight: normal;
        }
/* - Assets */
    .ui-block .icon,
    .ui-block .photo {
        width: 100%;
        padding: 90% 0 0;
        border-radius: 50px;
        background: transparent 50%/cover no-repeat;
    }
    .ui-block .photo {
        border: 1px solid #000;
    }
	.ui-block .action {
		display: inline-block;
        width: 20px;
        height: 20px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAP1BMVEUAAAAAMngFN3wFNnsFN30FNnwHN30DNXsDNHsBMnkCNHoENXsDNHsENnsCM3oBMnoGN3wDNXsDNHwAOHEBM3pl9+9QAAAAFHRSTlMAB4aMgJN7qE34t6Osn7H4dlBSCZ0xKY8AAACASURBVDjLzdVLDoAgDEVREFAQED/sf62OpHHiqxAS7vikgyZNxSurBDubsmJblzNpbEljy9YmP00MHTtqP4xeitYYy546dNRb0TNDr6Poq3b23o7x+tptgJYiq+ts+wHIOovP8I/13a2CNg5gTbGG9ybIYk0WdySyDO3I4s5vewNdDR1sDcSTiAAAAABJRU5ErkJggg==') 50%/contain no-repeat;
    }
        .ui-block .action.toggle {
            transform: rotate(90deg);
        }
        .ui-block .action.toggle.open {
            transform: rotate(-90deg);
        }
/* - Small */
	.ui-block.small .left {
		width: 32px;
        padding-right: 10px;
	}
	













/* Media Queries
================================================== */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

