/*@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: 'Segoe UI', 'Roboto', arial, sans-serif;*/
        font-family: Roboto,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: all;
		/*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: all;
		/*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="number"]: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, .wid-label{
                                    margin-left: 0.6em;
                                    text-align: left;
                                    display: inline-block;
                                    width:100% !important;
                                }
                                
                                .wid-label {
                                    display: none;
                                }
                                
                                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{
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    border-radius: 0px;
    box-shadow: 0px 1px 10px #999;
    background-color: #002554;
}  
                
.navbar .banner, .navbar .short-banner{
    text-align: center;
    float: right;
    padding-right: 30px;
    text-decoration: none;
    font-size: 17px;
}

.navbar .banner img, .navbar .short-banner img{
    margin-top: 8px;
}

.navbar .banner a, .navbar .short-banner a{
    padding-left: 10px;
}

.navbar .banner-03 {
    float: left;
    padding-left: 10px;
}

.navbar .title, .navbar .short-title {
    cursor: context-menu;
    font-size: 25px;
    color: white;
    margin-top: 10px;
    z-index: 10;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 600;
}

.navbar .short-title, .navbar .short-banner {
    display: none;
}

.version{
    cursor: context-menu;
    color: #549f9f;
    margin-top: 3px;
    float: right;
    right: 30px;
    transform: translate(-50%, 0);
    font-weight: 600;
    font-size: 18px;
} 

.versionspan {
    vertical-align: 9px;
}

#logo{
    vertical-align: 8px;
    padding-left: 5px !important;
}

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

.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: 981px) {
    
    .itemgroup {
        width: 12%;
    }
    
    .dot{
        width: 2%;
        margin-left: -1%;
    }
    
    .caption {
        font-size: 12px;
    }
    
    .version {
        transform: translate(-10%, 0);
    }
    
    .navbar .banner-03 img{
        padding-left: 0;
    }
    
    .navbar .version {
        margin-right: 5px;
        right: 0%;
    }
    
    .navbar .banner, .navbar .short-banner {
        padding-right: 5px;
    }
    
    .navbar .banner-03 {
        padding-left: 0;
    }
}

@media screen and (max-width: 735px) {
    .navbar .banner {
        display: none;
    }
    
    .navbar .short-banner{
        display: inline-block;
    }
    
    .navbar .short-banner {
        padding-right: 10px;
    }
}

@media screen and (max-width: 666px) {
    
    .title {
        margin-top: -50px;
        font-size: 15px;
    }
    
    .navbar .title, .navbar .banner {
        display: none;
    }
    
    .navbar .short-title, .navbar .short-banner{
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .dot, .caption {
        display: none;
    }
    
    .itemgroup {
        margin: 0 0 3% 1%;
    }
}

@media screen and (max-width: 510px) {
    .itemgroup {
        margin: 0 0 3% 0;
    }
}

@media screen and (max-width: 456px) {
    .breadcrumbmenu {
        display: none;
    }
}

/**********************************************************/

.itemgroup input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.itemgroup input[type=radio]+img {
	cursor: pointer;
}

.help-tip{
    /*position: absolute;*/
    display: inline-block;
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

/* The tooltip */
.help-tip p {    
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    /*width: 300px;*/
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    /*right: -4px;*/
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    left:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.previous, .next {
  height: 3.5em;
  font-size: 60%;
}

#div_notavbl {
    font-size: 14px;
}

.tabservices input[type=radio] {
	display: none;   
}

.tabservices label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-size: 14px;
  cursor: pointer;
  width: auto;
  margin: 0 4px 2px 0;
}

.tabservices input[type="radio"]:checked + label {
  background-color: #586F7C;
  color: white;
}

@media screen and (max-width: 780px) {
  .tabservices label {
    display: block;
    text-align: left;
  }
}

.divnumbers {
    width: 75px !important; 
    height: 30px !important; 
    padding-right: 0 !important;
}

.asterisk1 {
    color: blueviolet;
}

.asterisk2 {
    color: blue;
}

.asterisk3 {
    color: rgb(192,0,0);
}

.caveat {
    font-size: 14px;
}

.divdate {
    text-align: center; 
    width: 150px !important;
    height: 30px !important;
}

.desc {
    vertical-align: top; 
}

.divtime {
    text-align: center; 
    width: 90px; 
    height:30px;
    vertical-align: text-top;
}

.itemgroup label{
    width: 100% !important;
}

.definition {
    font-size: 13px;
}

.divajax {
    text-align: center;
}

.guideheader{
    display: inline-block;
    width: 95%;
}

.guideheader:hover {
    cursor:pointer;
}

.arrow{
    /*font-size: 85%;*/
    width:3%;
}

.listorder{
    list-style-type: decimal;
    padding-left: 1em;
    margin-top: -1em;
    /*font-size: 85%;*/
    text-align: justify;
}

.listorder a{
    text-decoration:underline;
    color: blue;
    outline: none;
}

.ullistorder{
    /*list-style-type: disc;*/
    margin-top: -1em;
    padding-left: 1em;
    /*font-size: 85%;*/
    text-align: justify;
}

.a-listorder{
    list-style-type: lower-alpha;
    margin-left: 2em;
    text-align: justify;
}

.header-acknowledgement {
    text-align: left;
    /*font-size: 85%;*/
}

.divacknowledgement {
    text-align: justify;
}

.checkboxack {
    margin-left: 0 !important;
}

.spanack, .asterisk3 {
    color: rgb(192,0,0);
    font-weight: 400 !important;
}

.summarytab{
    cursor: pointer;
}

.h-acknowledgement{
    text-align: left !important;
}

.wid-label {
    width:25.5%;
}

.ver-middle {
    vertical-align: middle;
}

#loading {
    text-align: center;
}

#loadingtext {
    height: 20px;
}

.background, .background div {
    background-color: RGB(253,253,253) !important;
}

.background .breadcrumbmenu, .background .breadcrumbmenu div{
    background-color:#f0f8ff !important;
}

.background .navbar {
    background-color: #2F469C !important;
}

.background .version {
    background-color: transparent !important;
}