/*@import url(font-awesome.min.css);*/
@import url("https://fonts.googleapis.com/css?family=Karla|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;
	}s

	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: 'Karla', 'Roboto', arial, sans-serif;
        font-family: Roboto,sans-serif;*/
                font-family: "Karla", sans-serif;
		font-size: 15pt;
		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;*/
		cursor: pointer;
		display: inline-block;
		font-weight: 800;
		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;
		font-size: 0.725em;
                margin-left:1%; 
                background-color: #002554;
		/*box-shadow: inset 0 0 0 2px #666666;*/
		color: #fff;
                outline:none;
                border-radius: 5px;
                outline: none;
                border: 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 {
                    color: #fff ;
                    animation: ani9 0.5s ease-in-out infinite alternate;
                    transition: all linear;
                    background: #2F469C;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
                    color: #fff;
                    background: #2F469C;
		}

		
/* 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: 30%;
	}
        
        label span{
            color:red;
        }
        
        
        .dashboardtype {	
	float: left;
}
        .left {
            display: inline;
            margin-left:30.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:30.35%;
        }
        
        .agileits-right {
            float: right;
            margin: 0 0;
            width:35%;
        }
        .agileits-left {
            margin: 0 0;
            width:25%;
        }
        
        p.caveat {
            margin-left:31.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 0.5em;
		text-decoration: none;
		width: 50%;
                margin-left: 10px;
                
	}
        
    input[type="text"],
    input[type="date"],
	select {
		height: 2em;
	}
	
	input[type="password"],
	input[type="email"],
	input[type="country"],
	input[type="sl"],
	input[type="pwd2"],
	select {
		height: 3em;
		width: 80%;
		padding-left:3em;
        margin-left: 10px;
	}

	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.7em;
		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.9em;
		text-decoration: none;
		width: 5.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.7em;
		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;
                cursor: pointer;
        }
        
	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;
                cursor: pointer;
                vertical-align: middle;
	}
        
        
	label {
		color: #444444;
                font-weight: 600;
	}
        
        label-form {
            color: #444444;
            font-weight: 600;
            display: block;
            font-size: 1em;
            margin: 0 0 0 0;
            text-align: left;
            width: 100%;
	}
        
        label-form span{
            color: red;
        }
        
        .star-rating {
            direction: rtl;
            display: inline-flex;
        }

        .star-rating input[type="radio"] {
            display: none;
        }

        .star-rating label {
            font-size: 2em;
            color: #ccc;
            cursor: pointer;
            margin: 0 15px;
        }

        .star-rating input[type="radio"]:checked ~ label,
        .star-rating label:hover,
        .star-rating label:hover ~ label {
            color: #f5b301;
        }

	input[type="text"],
        input[type="date"],
        input[type="number"],
        input[type="time"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: #fff;
                outline: none;
                border: 1px solid #b8b8b8;
                border-radius: 5px;
                transition: 0.2s linear;
	}
        
        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 {
			outline: none;
                        border: 2px solid #6f42c1;
                        border-radius: 5px;
                        transition: 0.2s linear;
		}
                
                
        .divdate.studio1{
            width: 40% !important;
            
            
        }
/* Wrapper */

	#wrapper {
		/*width: 1000px;*/
		margin: 0 auto;
		/*max-width: calc(100% - 4em);*/
		padding: 2em 0 0 0;
		text-align:center;
		align-items: center;
		justify-content:center;
		vertical-align: middle;
	}

		#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;
				}

		}	
                
                @media screen and (min-width: 1680px) {

			#wrapper {
                            width: 1200px;
			}
	
		}*/
                
                
/* 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:0%;
                        }
                        
                        .left3 {
                            margin-left: 0%;
                        }
                        
                        .frequency {
                            margin-left:0%;
                            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%;
                                }
                                
                                .divdate.studio1{
                                    width:80% !important;
                                }
                                
                                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:0%;
                                    width: 100%;
                                }
                                
                                .left3 {
                                    display:block;
                                    margin-left: 0%;
                                }
                                
                                .frequency {
                                    margin-left:0%;
                                }
                                
                                .agileits-right {
                                    width:50%;
                                }
                                
                                .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:0em;
                        }
                        
                        .frequency {
                                    margin-left:0%;
                        }
                        
                        
		}

/* Intro */

	#intro {
		/*padding: 0em 4em 2em 4em;*/
		background-color: #ffffff;
		border-radius: 4px;
		text-align: left;
                padding: 0 25%;
                padding-bottom: 2em;
	}

		@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: 55px;
    z-index: 1;
    border-radius: 0px;
    background: #e5e5e5;
    vertical-align: middle;
} 

.welcomebar {
    background-color: #002554;
    position: fixed;
    width: 100%;
    top:55px;
    height: 35px;
    z-index: 1;
    border-radius: 0px;
    box-shadow: 0px 1px 10px #999;
    vertical-align: middle;
}

.welcomebar .title, .welcomebar .short-title {
    cursor: context-menu;
    font-size: 18px;
    color: white;
    margin-top: 5px;
    z-index: 10;
    position: fixed;
    left: 25%;
    text-align:left;
    vertical-align: middle;
}

.welcomebar .short-title {
    display: none;
}

                
.navbar .banner, .navbar .short-banner{
    text-align: center;
    float: left;
    padding-left: 17px 15px;
    text-decoration: none;
    font-size: 17px;
}

.navbar .banner-right, .navbar .short-banner-right{
    text-align: center;
    float: right;
    padding: 17px 15px;

}

.navbar .banner-right-css{
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 10px;
}

.navbar .banner-right-css a{
    color:black;
}

.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: black;
    margin-top: 10px;
    z-index: 10;
    position: fixed;
    left: 25%;
    text-align:left;
}

.navbar .short-title, .navbar .short-banner {
    display: none;
}

.brand {
    text-decoration:none;
    color:inherit;
    cursor:pointer;
}

.brand:hover{
    text-decoration:none;
    color:inherit;
}

@media screen and (max-width: 480px) {
    .navbar .title, .navbar .short-title, .welcomebar .title, .welcomebar .short-title {
        left: 5%;
    }
    
    .banner-right-css{
        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;
}

.footer {
    position: fixed;
    bottom:0px;
    z-index: 1000;
    float:left;
    width:100%;
    background-color: #fff;
}

.footer p {
    padding-left:25%;
    text-align:left;
}

.footer img {
    position: fixed;
    bottom:0px;
    z-index: 1;
    float:right;
    right:-120px;
    bottom:-90px;
}

.hidefooter {
    position: fixed;
    bottom:0px;
    z-index: 1;
    float:left;
    left:25%;
    text-align:left;
    background-color: #fff;
}

@media screen and (max-width: 800px) {
    #brandlogo{
        display:none;
    }
    
}

#logo{
    vertical-align: 8px;
    padding-left: 5px !important;
}

.breadcrumbmenu{
    text-align: center;
    padding: 20px 0 5px 0;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    padding-top: 120px;
    background-color:#ffffff !important;
    width: 100%;
}

.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;
}

.steps-eden {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0% 20%;
}
.step-eden {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: background 1s;
  margin: 16px 0 10px;
}

.step-eden.selected {
  border: 3px solid #2F469C;   
}
.step-eden.completed {
  border: 3px solid #2F469C;
  background: #2F469C; 
}

.step-eden p{
    position: absolute;
    text-align: center;
    width: 25px;
    color:#e8e8e8;
    font-size: 16px;
}

.step-eden.completed p{
    color:white;
}

.step-eden .fa{
    padding: 5px;
    font-size: 15px;
    color: white;
}

.step-eden.selected p{
    color:black;
    font-weight: 600;
}

.progress-eden {
     position: absolute;
    width: 60%;
    height: 32px;
    border-bottom: 3px solid #ccc;
    z-index: -1;
    margin: 0% 20%;
}

.percent-eden {
      position: absolute;
    width: 0;
    height: 32px;
    border-bottom: 3px solid #2F469C;
    z-index: 1;
    transition: width 2s;
}

.radio-step-eden{
    margin-left: 0px;
    opacity: 0;
    position: absolute;
}

@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) {
    
    .steps-eden, .progress-eden {
        width: 90%;
        margin: 0% 5%;
    }
}

/**********************************************************/

.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;
    vertical-align: middle;
    margin: 0px 5px;
}

.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: #002554;
    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;
    width: 20%;
    word-wrap: break-word;
    z-index:1000;
}

.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: #2F469C; /*#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);
}

.asterisk4 {
    color: red;
}

.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: red; /*rgb(192,0,0);*/
    font-weight: 400 !important;
}

.summarytab{
    cursor: pointer;
}

.h-acknowledgement{
    text-align: left !important;
}

.wid-label {
    width:30.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: #e5e5e5;
    /*background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%) !important;*/
}

.background .version {
    background-color: transparent;
}
.login-card {
  background-clip: padding-box;
  text-align: left;
  width:100%;
  vertical-align:middle;
  padding: 2em 4em;
    margin-left: auto;
    margin-right: auto;
  }

.login-bar {
  font-weight: 600;
  color: white;
  line-height: 40px;
  font-style: normal;
  font-size: 20px;
  padding: 0.2em 1em;
  background-color: #002554;
  text-align: left;
}

.login-box{
    font-weight: 300;
    line-height: 32px;
    color: #000;
    font-size: 16px;
    padding: 0.2em 1em;
    width: 100%;
    background-color: #d8d8d8;
}

.log-in {
    font-weight: 600;
    color: #000;
    font-style: normal;
    font-size: 20px;
    padding: 0.5em 0.2em 2em 0em;
    height: 1em;
    line-height: 1em;
    width: 100%;
    background-color: transparent;
    text-align: right;
}

.log-in:hover{
  color: #999;
  background-color: transparent;
}


/*@media screen and (max-width: 1200px) {
  .login-card .login-bar, .login-box, .log-in {
  text-align: left;
  width:100%;
  font-size:1.25rem;
  line-height:1.5rem;
  vertical-align:middle;
  position: relative;
  padding: 0em 0.25em;
  align-content: center;
    }
}

@media screen and (max-width: 960px) {
  .login-card .login-bar, .login-box, .log-in {
  text-align: left;
  width:80%;
  font-size:0.75rem;
  line-height:0.9rem;
  vertical-align:middle;
  position: relative;
  padding: 0em 0.25em;
  align-content: center;
    }

}*/
/* Show/hide password Font Icon */
#eye, #eye1{
    color: #333;
    margin: 5px 10px 0 0;
    margin-left: -20px;
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: relative;
    z-index: 5;
    cursor: pointer;
    top: -28px;
    padding-right: 10px;
}


/* inputs form  */
.form-input, .form-input-select{
    width: 50%;
    height: 40px;
    margin-top: 2%;
    padding: 10px 18px 10px 11px;
    font-size: 14px;
    color: black;
    outline: none;
    border: 2px solid #b8b8b8;
    border-radius: 5px;
    transition: 0.2s linear;
    display:inline-block;
    background-color:white;
    -webkit-appearance: none;
}

/* login inputs form  */
input[type="password"].login-form-input , input[type="email"].login-form-input , input[type="text"].login-form-input , .login-form-input-select{
    width: 100% !important;
    height: 3em;
    margin-top: 2%;
    padding: 5px 18px 5px 35px;
    font-size: 11px;
    color: black;
    outline: none;
    border: 2px solid #b8b8b8;
    border-radius: 5px;
    transition: 0.2s linear;
    display:inline-block;
    background-color:white;
    -webkit-appearance: none;
    margin-left: 0px !important;
}

.login-form-input-select{
    cursor:pointer;
    padding: 6px 18px 5px 35px;
}
/* focus  */
.form-input:focus{
    transform: translateX(-2px);
    /*border-radius: 5px;*/
}

.form-input-select{
    cursor: pointer;
}

.fontuser {
    position: relative;
}
          
.fontuser i{
    position: absolute;
    left: 13px;
    top: 18px;
    color: #666;
    font-size:12px;
}


/***********Modules ***********/

.gradient-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 17px;
  padding: 0px 140px;
  align-content: center;
  margin-top:10px;
  position:relative;
}

@media screen and (max-width: 991px) {
  .gradient-cards {
    grid-template-columns: 1fr;
    position:relative;
  }
}

@media screen and (max-width: 1680px) {

    .gradient-cards{
        padding: 17px 0px;
    }	

}

@media screen and (max-width: 480px) {
    .gradient-cards{
        padding: 17px 0px;
    }
}

.container-title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.card {
  max-width: 380px;
  border: 0;
  width: 100%;
  margin-inline: auto;
  text-align: left;
}


.container-card-1 {
  position: relative;
  background: #d9d9d9;
  background-clip: padding-box;
  text-align: left;
  height:200px;
}
/* Create two equal columns that floats next to each other */
.title-col {
  float: left;
  /*width: 50%;*/
  display:contents;
}

/* Clear floats after the columns */
.card-title-1:after, .card-title-2:after, .card-title-3:after, .card-title-4:after {
  content: "";
  display: table;
  clear: both;
}

.card-title-1 {
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-style: normal;
  font-size: 20px;
  padding: 8px 8px 8px 20px;
  background-color: darkgray;
  text-align: left;
}

.card-description-1 {
  font-weight: 300;
  line-height: 32px;
  color: #000;
  font-size: 16px;
  max-width: 380px;
  padding: 8px 8px 0px 20px;
  height:100px;
  width: 100%;
}

.container-card-2 {
  position: relative;
  background: #D5DAEB;
  background-clip: padding-box;
  height:200px;
}

.card-title-2 {
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-style: normal;
  font-size: 20px;
  padding: 8px 8px 8px 20px;
  background-color: #2F469C;
  text-align: left;
}

.card-description-2 {
  font-weight: 300;
  line-height: 32px;
  color: #000;
  font-size: 16px;
  max-width: 380px;
  padding: 8px 8px 0px 20px;
  text-align: left;
  height:100px;
  width: 100%;
}

.container-card-3 {
  position: relative;
  background: #FFB38F;
  background-clip: padding-box;
  height:200px;
}

.card-title-3 {
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-style: normal;
  font-size: 20px;
  padding: 8px 8px 8px 20px;
  background-color: #FF671F;
  border: 2px darkgray;
  text-align: left;
}

.card-description-3 {
  font-weight: 300;
  line-height: 32px;
  color: #000;
  font-size: 16px;
  max-width: 380px;
  padding: 8px 8px 0px 20px;
  text-align: left;
  height:100px;
  width: 100%;
}

.container-card-4 {
  position: relative;
  background: #80CECD;
  background-clip: padding-box;
  height:200px;
}

.card-title-4 {
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-style: normal;
  font-size: 20px;
  padding: 8px 8px 8px 20px;
  background-color: #009D9C;
  border: 2px darkgray;
  text-align: left;
}

.card-description-4 {
  font-weight: 300;
  line-height: 32px;
  color: #000;
  font-size: 16px;
  max-width: 380px;
  padding: 8px 8px 0px 20px;
  text-align: left;
  height:100px;
  width: 100%;
}

.modules-label{
    width: 100%;
    text-align: right;
    cursor: context-menu;
}

.input-module{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

 .modules-label label {
  color: #15abfb; /*#18272F;*/
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 30px;
}

.modules-label label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.modules-label label:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.module-button{
    text-align: right;
    color: #000;
    padding-right: 0.25em;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
  .module-button {
    padding-right: 0.55em;
  }
}

/****For setting page*******/

.fixed-plugin .fixed-plugin-button {
  background: #fff;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  font-size: 1.25rem;
  z-index: 990;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.fixed-plugin .fixed-plugin-button i {
  pointer-events: none;
}

.fixed-plugin .card {
  position: fixed !important;
  right: -360px;
  top: 0;
  height: 100%;
  left: auto !important;
  transform: unset !important;
  width: 360px;
  border-radius: 0;
  padding: 0 10px;
  transition: .2s ease;
  z-index: 1020;
}

.fixed-plugin .badge {
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  position: relative;
  width: 23px;
  transition: all 0.2s ease-in-out;
}

.fixed-plugin .badge:hover,
.fixed-plugin .badge.active {
  border-color: #344767;
}

.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled) {
  border: 1px solid transparent;
}

.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled):not(.active) {
  background-color: transparent;
  background-image: none;
  border: 1px solid #cb0c9f;
  color: #cb0c9f;
}

.fixed-plugin.show .card {
  right: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
}

card .card-header {
    padding: 1.5rem;
}
.card-header:first-child {
    border-radius: 1rem 1rem 0 0;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    color: inherit;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card .card-header {
    padding: 1.5rem;
}

.shadow-lg {
    box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06) !important;
}

.float-start {
    float: left !important;
}

.mt-4 {
    margin-top: 0.6rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mt-3 {
    margin-top: 1rem !important;
    text-align:left;
}

.float-end {
    float: right !important;
}
.btn.btn-link {
    box-shadow: none;
    font-weight: 700;
}
.btn:not([class*="btn-outline-"]) {
    border: 0;
}

hr.horizontal.dark {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
hr.horizontal {
    background-color: transparent;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.py-2 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

.text-dark {
    color: #344767 !important;
}

.px-3 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
}

.position-fixed {
    position: fixed !important;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}


/***********Loading page********/

.spanner{
    position:fixed;
    top: 90px;
    left: 0;
    background: #ffffff;
    width: 100%;
    display:block;
    text-align:center;
    height: 100%;
    color: #002554;
    font-weight: 600;
    /*transform: translateY(-50%);*/
    z-index: 1000;
    visibility: hidden;
}

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #002554;
    font-size: 10px;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: 100px;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}

#loader-title{
    position:relative;
    top:140px;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
}

.show{
    visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 0.95
}

input[type="email"].ccmail {
    outline: none;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    transition: 0.2s linear;
    height:2em;
    margin-left:8px;
    width:50%;
    padding: 0 0.5em;
}

.divsharemodal, .divactionmodal, .divmasteridmodal, .divemailmodal, .divemailstatusmodal {
  display: none; 
  position: fixed; 
  z-index: 30;
  padding-top: 10%; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}

.divactionmodal{
    width: 120% !important;
    left: -10% !important;
    padding-top: 10% !important;
}

@media screen and (max-width: 780px) {
  .divsharemodal, .divactionmodal, .divmasteridmodal, .divemailmodal, .divemailstatusmodal {
    padding-top: 15%;
  }
}
@media screen and (max-width: 570px) {
  .divsharemodal, .divactionmodal, .divmasteridmodal, .divemailmodal, .divemailstatusmodal {
    padding-top: 20%;
  }
}

.divsharemodal-content, .divactionmodal-content, .divmasteridmodal-content, .divemailmodal-content, .divemailstatusmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 2%;
  border: 1px solid #888;
  width: 50%;
}
.divactionmodal-content {
    width: 40% !important;
}

@media screen and (max-width: 780px) {
  .divsharemodal-content, .divactionmodal-content, .divmasteridmodal-content, .divemailmodal-content, .divemailstatusmodal-content {
    width: 70%;
  }
}
@media screen and (max-height: 760px) {
  .divsharemodal-content, .divactionmodal-content, .divmasteridmodal-content, .divemailmodal-content, .divemailstatusmodal-content {
    width: 70%;
  }
}
@media screen and (max-width: 570px) {
  .divsharemodal-content, .divactionmodal-content, .divmasteridmodal-content, .divemailmodal-content, .divemailstatusmodal-content {
    width: 100%;
  }
}

#admintable table th {
    font-size: 0.9em;
    font-weight: 700;
    padding: 0.6em 1em 0.6em 1em;
    text-align: left;
    background-color: #002554;
    color: white;
}

#admintable table tbody tr:nth-child(2n + 1) {
    background-color: #edeef7;
}

#admintable table, #admintable th, #admintable td {
    border: 1px solid #b1b1b4;
    font-size: 15px;
}

#admintable td {
    padding: 0.5em 1em 0.5em 1em;
}

.admintable table th, .admintable table th input, .admintable table tr:nth-child(2) {
    font-size: 0.9em;
    font-weight: 700;
    padding: 0.6em 1em 0.6em 1em;
    text-align: left;
    background-color: #3948a4;
    color: white;
}

.admintable table tbody tr:nth-child(2n + 1) {
    background-color: #edeef7;
}

.admintable table, .admintable th, .admintable td {
    border: 1px solid #b1b1b4;
    font-size: 15px;
}
.admintable td {
    padding: 0.5em 1em 0.5em 1em;
}
.admintable table th input, .admintable table tr:nth-child(2) input, .admintable table td:nth-child(1) input{
	border:none;
	font-size: 12.5pt;
	font-weight: 700;
}

.admintable table td input{
	border: 1px solid #afafb6;
}
