@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro:200,400");

/*
	Epilogue by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Reset */ 

        /*html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	*/

	html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
        
        
        span{
            margin: 0px;
        }

	article, aside, details, figcaption, footer, figure, header, hgroup, menu, nav, section {
		display: block;
	}
        

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	body {
		-webkit-text-size-adjust: none;
	}
        
        

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	
/* Type */

	body {
		background-color: white;
		/*color: #666666; */
                color: #000000;
                margin-top: 60px;
                position:relative;
	}

	body, input, select, textarea {
		/*font-family: "Source Sans Pro", Helvetica, sans-serif;*/
                font-family: 'Segoe UI', 'Roboto', arial, sans-serif;
		font-size: 17pt;
		font-weight: 200;
		line-height: 1.65;
        }
                

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	
	p {
		margin: 0 0 1em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 1em 0;
		/*text-transform: uppercase; 
		letter-spacing: 0.15rem;*/
                text-align: center;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	
	h2 {
		font-size: 1.75em;
                margin: 0 0 0 0;
                /*letter-spacing: 0.1rem;*/
	}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #444444;
	}
	
/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none; 
		-ms-appearance: none;
		appearance: none;
		-moz-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		/*border-radius: 10px;*/
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		height: 3.5em;
		line-height: 3.5em;
		padding: 0 2em 0 2.375em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		text-transform: uppercase;
		letter-spacing: 0.325em;
		font-size: 0.725em;
                margin-left:1%; 
                background-color: transparent;
		box-shadow: inset 0 0 0 2px #666666;
		color: #444444 !important;
                outline:none;
	}

		
	input[type="submit"].disabled, 
        input[type="submit"]:disabled,
	input[type="reset"].disabled,
	input[type="reset"]:disabled,
	input[type="button"].disabled,
	input[type="button"]:disabled,
	button.disabled,
	button:disabled,
	.button.disabled,
	.button:disabled {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		opacity: 0.25;
	}
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
                    background-color: #1bc8b0;
			color: white !important ;
			box-shadow: inset 0 0 0 2px #1bc8b0;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #1bc8b0;
			color: white !important ;
			box-shadow: inset 0 0 0 2px #1bc8b0;
		}

		
/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: inline-block;
		font-size: 1em;
		font-weight: 400;
		margin: 0 0 0 0;
                text-align: right;
                width: 25%;
	}
        
        
        .dashboardtype {	
	float: left;
}
        .left {
            display: inline;
            margin-left:25.35%;
        }
        
        .left2 {
            display: inline;
            margin-left: 2%;
        }
        
        .left3 {
            display: inline;
        }
        
        .left6 {
            display: inline-block;
        }
        
        .left7 {
            display: inline;
        }
        
        .left5 {
            display: inline;
        }
        
        .left4 {
            display: inline-block;
            margin-left:25.35%;
        }
        
        .agileits-right {
            float: right;
            margin: 0 0;
            width:50%;
        }
        .agileits-left {
            margin: 0 0;
            width:25%;
        }
        
        p.caveat {
            margin-left:26.5%;
        }
        
        .timeline {
            display: inline-block;
            margin-left:10px;
        }
        
        
        .frequency {
            display: inline-block;
        }
        
        
	input[type="text"],
        input[type="number"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		/*border-radius: 4px;*/
		border: none;
		border: solid 1px;
		color: inherit;
		display: inline;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 50%;
                margin-left: 10px;
                
	}
        
        input[type="text"],
        input[type="date"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2em;
	}

	textarea {
		padding: 0.75em 1em;
	}
        
        
        input[type="date"],
        input[type="time"],
        select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
                /*border-radius: 4px;*/
                border: solid 1px;
		color: inherit;
                outline: 0;
		padding: 0 1em ;
		text-decoration: none;
		width: 50%;
                margin-left: 10px;
	}
        
        .number_form input[type=text]{
                -moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		/*border-radius: 4px;*/
		border: none;
		border: solid 1px;
		color: inherit;
		display: inline;
		outline: 0;
                padding: 0 0 0 0.9em;
		text-decoration: none;
		width: 2.8em;
                border-color: #666666;
        }
        
        .number_form2 input[type=text]{
                -moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		/*border-radius: 4px;*/
		border: none;
		border: solid 1px;
		color: inherit;
		display: inline;
		outline: 0;
                padding: 0 0 0 0.9em;
		text-decoration: none;
		width: 5em;
                margin-left:0px;
                border-color: #666666;
        }
        
        .number_form3 input[type=text]{
                -moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		/*border-radius: 4px;*/
		border: none;
		border: solid 1px;
		color: inherit;
		display: inline;
		outline: 0;
                padding: 0 0 0 0.9em;
		text-decoration: none;
		width: 2.8em;
                margin-left:0px;
                border-color: #666666;
        }

        input[type="checkbox"] {
                -moz-appearance: checkbox;
		-webkit-appearance: checkbox;
		-ms-appearance: none;
		appearance: none;
		/*border-radius: 4px;*/
		border: none;
		border: solid 1px;
		color: inherit;
		display: inline;
		outline: 0;
		padding: 2em 1em;
		text-decoration: none;
                margin-left: 10px;
                vertical-align: middle;
        }
        
	input[type="radio"] {
                -moz-appearance: radio-button;
		-webkit-appearance: radio;
		-ms-appearance: none;
		appearance: none;
		/*border-radius: 4px;*/
		border: none;
		border: solid 1px;
		color: inherit;
		display: inline;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
                margin-left: 10px;
	}
        
	label {
		color: #444444;
	}

	input[type="text"],
        input[type="date"],
        input[type="number"],
        input[type="time"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: rgba(144, 144, 144, 0.075);
		border-color: #666666;
	}
        
        input[type="text"]:disabled,
        input[type="date"]:disabled,
	input[type="password"]:disabled,
	input[type="email"]:disabled,
	select:disabled,
	textarea:disabled {
		background: rgba(144, 144, 144, 0.05);
		border-color: rgba(144, 144, 144, 0.075);
	}

		input[type="text"]:focus,
                input[type="date"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #1bc8b0 !important;
			box-shadow: 0 0 0 1px #1bc8b0;
		}
                
/* Wrapper */

	#wrapper {
		width: 64em;
		margin: 0 auto;
		max-width: calc(100% - 4em);
		padding: 2em 0 0 0;
	}

		#wrapper > .main {
			margin-bottom: 4em;
		}

		@media screen and (max-width: 980px) {

			#wrapper {
				padding: 2em 0 2em 0;
			}

				#wrapper > .main {
					margin-bottom: 2em;
				}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				max-width: calc(100% - 2em);
				padding: 1em 0 0.1em 0;
			}

				#wrapper > .main {
					margin-bottom: 1em;
				}

		}	

/* Main */
        

	#main {
		padding: 4em 4em 2em 4em;
		background-color: #ffffff;
		border-radius: 4px;
	}
        
        #adminheader {
                text-align: right;
            
        }
        
		#main > header:first-child {
			text-align: center;
		}
                @media screen and (max-width: 1280px) {

			#main {
				padding: 2em 2em 0.1em 2em;
			}
                        #left {
                                margin-left:25.4%;
                        }

		}
                
                @media screen and (max-width: 1000px) {
                    
                        .left6 {
                                margin-left: 25%;
                        }
                }
                
                @media screen and (max-width: 930px) {

			#main {
				padding: 2em 2em 0.1em 2em;
			}
                        #left {
                                margin-left:25.6%;
                        }
                        
                        .left3 {
                            margin-left: 25%;
                        }
                        .frequency {
                            margin-left:25.6%;
                            display:block;
                        }
                        
		}
                
                
		@media screen and (max-width: 850px) {

			#main {
				padding: 2em 2em 0.1em 2em;
			}
                        #left {
                                margin-left:25.6%;
                        }
                        
                        .left3 {
                            margin-left: 25%;
                        }
                        
                        .frequency {
                            margin-left:25.6%;
                            display:block;
                        }
		}

		
                
                @media screen and (max-width: 640px) {

			#main {
				padding: 2em 1em 0.1em 1em;
			}

				#header.option {
                                    margin-left: 0em;
				}
                                label{
                                    margin-left: 0.6em;
                                    text-align: left;
                                    display: inline-block;
                                    width:100%
                                }
                                
                                input[type="text"],
                                input[type="date"],
                                input[type="number"],
                                input[type="time"],
                                input[type="password"],
                                input[type="email"],
                                textarea {
                                        width: 80%;
                                }
                                
                                input[type="submit"],
                                input[type="button"],
                                button,
                                .button {   
                                    padding:0 2em 0 2.375em;
                                    
                                }
                                
                                select {
                                    width: 80%;
                                }
				
                                .left {
                                    margin-left:0%;
                                }
                                
                                .left4 {
                                    margin-left:0%;
                                }
                                
                                p.caveat {
                                    margin-left:2.5%;
                                    width: 100%;
                                }
                                
                                .left3 {
                                    display:block;
                                    margin-left: 0%;
                                }
                                
                                .frequency {
                                    margin-left:0%;
                                }
                                
                                .agileits-right {
                                    width:69%;
                                }
                                
                                .left6 {
                                    margin-left:0%;
                                }
                                
                                .left7 {; 
                                    display:inline-block;
                                    margin-top:2%;
                                }
                                
                                
                                
		}
                
                @media screen and (max-width: 480px) {

			#main {
				padding: 2em 1em 0.1em 1em;
			}
                        
                        .left2 {
                                display: inline-block;
                                width:100%;
                                margin-left:0.6em;
                        }
                        
                        .frequency {
                                    margin-left:0%;
                        }
                        
                        
		}

/* Intro */

	#intro {
		padding: 0em 4em 2em 4em;
		background-color: #ffffff;
		border-radius: 4px;
		text-align: left;
	}

		@media screen and (max-width: 736px) {

			#intro {
				padding: 2em 2em 0.1em 2em;
			}

		}

		@media screen and (max-width: 480px) {

			#intro {
				padding: 2em 1em 0.1em 1em;
			}

				#intro p br {
					display: none;
                                        
				}

		}

.navbar{
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    padding-left: 80px;
    box-shadow: 0px 1px 10px #999;
    border-radius: 0px;
}    
                
.navbar a{
    float: left;
    display: block;
    color: #519e9e;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
}
                
.title {
    cursor: context-menu;
    font-size: 25px;
    color: #3948a4;
    margin-top: -50px;
    z-index: 10;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 600;
}

.breadcrumbmenu{
    text-align: center;
    padding: 20px 0 5px 0;
    background-color:#f0f8ff;
}

.breadcrumbmenu img{
    vertical-align: middle;
}

.itemgroup{
        display:inline-block;
}

.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.caption {
    display: block;
    width: 110px;
    text-align: center;
    line-height: 16px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #a7a9ac;
    cursor:context-menu;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}


@media screen and (max-width: 900px) {
    
    .breadcrumbmenu{
        display:none;
    }
    
    #logo{
        display:none;
    }
    
    .title {
        margin-top: -40px;
        font-size: 15px;
    }
    
    .navbar {
        padding-left: 0px;
    }
    
    
}

@media screen and (max-width: 377px) {
    
    .title {
        margin-top: -50px;
        font-size: 15px;
    }
}
