/* Basic Styles */
input:focus{
	border: none;
	outline: none;
	outline-width: 0;
}
select:focus{
	border: none;
	outline: none;
	outline-width: 0;
}
a:focus{
	border: none;
	outline: none;
	outline-width: 0;
}
a{
	cursor:pointer;
}
button:focus{
	border: none;
	outline: none;
	outline-width: 0;
}

table td{
	padding: 5px;
}

table{
	width: 100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	background-color: #FAFAFA;
}

.debugging{
	color: red;
	display: none;
}

.programSelect .debugging{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	height: 25px;
	background-color: white;
	padding: 10px;
	font-size: 14px;
}

.stepName .debugging{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	height: 25px;
	background-color: white;
	font-size: 14px;
	padding: 0;
	line-height: 30px;
}

/* Stage */
#stage{
	padding: 0px;
}

#header{
	position: fixed;
	top: 0px;
	width: 100%;
	min-height: 50px;
	z-index: 1000;
	max-height: 50px;
	height: 50px;
	background-color: #FF9800;
	padding-top: 0;
	padding-bottom: 0;
}

#header .content{
	height: 100%;
}

#header .bannerMessage{
	width: auto;
	text-align: center;
	line-height: 50px;
	color: #FFF3E0;
}

#header .bannerMessage .logo{
	float: left;
	line-height: 54px;
	/*margin: 0 10px 0 0;*/
	/*padding: 0 10px;*/
	/*color: #fff;*/
	/*background-color: #FAFAFA;*/
	/*box-shadow: 0px -3px 2px darkgrey;*/
	/*border-right: 1px solid #FFE0B2;*/
}

#header.z-depth1,#header.z-depth2{
	padding: 0;
	border: 0;
}


#body{
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: lightgray;
	border-width: 0px;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 40px;
	z-index: 900;
}

#footer{
	margin-top: 0;
	border-top: 1px solid #F5F5F5;
	padding: 10px 0;
}


/* Login Form */
.loginForm input {
	line-height: 30px;
	font-size: 20px;
	padding: 0 5px;
	margin: 0 0 10px;
	border: none;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
}
.loginForm input:focus{
	border: none;
	outline: none;
	border-bottom: 1px solid #FF9800;
}
.login-buttons .btn{
	font-weight:bold;
	font-size:14pt;
	width: 100%;
	margin-bottom: 5px;
}




/* Classes
*******************/
.inlineBlock{
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	margin: 0;
}

.shadows{
	-webkit-box-shadow: #666 1px 5px 15px;
	-moz-box-shadow: #666 1px 5px 15px;
	box-shadow: #666 1px 5px 15px;
	background-color: white;
}

.dev{
	border-style: solid;
	border-color: lightgrey;
	border-width: 1px;
}

.module{
	position: relative;
	background-color: #FAFAFA;
	margin-top:10px;
}

.bannerImage{
	padding-top: 10px;
	height: 100px;
}

.bannerImage::after {
  content: "";
  background-image: URL('assets/ui/banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}


.bannerImage .bannerMessage{
	color: darkred;
	font-weight: bold;
	opacity: 1.0;
}

.closeButton{
	position: absolute;
	width: 25px;
	top: 5px;
	right: 5px;
}

.closeButton img{
	width: 100%;
}

.btn img{
	height: 30px;
}
.forgotPassword {
	line-height: 30px;
	display: block;
	clear: both;
	font-size: 12px;
	text-align: center;
}
#menuButton{
	background: none !important;
	border: none !important;
	line-height: 48px;
	/*padding: 0 18px;*/
	padding: 8px 0px 0px 0px;
	/*opacity: 0.7;*/
	color: white;
}
#menuButton:hover{
	/*opacity: 1;*/
}
.menu{
	display: none;	
	position: fixed;
	top: 0;
	height:auto;
	border:none;
	border-width: 1px;
	z-index: 1001;
 	background-color: #fff;
	border-radius: 5px;
}

#menuRight{
	right: 5px;
	top: 3px;
	height: auto;
	width: 300px;
}
#menuLeft{
	left: 3px;
	top: 3px;
	height: auto;
	width: 300px;
}
#menuLeft .menuContent{
	border-top:1px solid #F5F5F5;
}
#menuLeft .menuContent img{
	float: left;
	height: 30px;
	margin-right: 5px;
}

#menuLeft .menuContent a{
	line-height: 30px;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}
#menuLeft .menuContent a:hover{
	text-decoration: none;
}

#menuLeft #languageSelect{
	margin-top: 10px;
	border-top:1px solid #F5F5F5;
	line-height: 35px;
	text-align: center;
}

#menuLeft #languageSelect img{
	margin: 0 5px;
}

.menuContainer{
	position: relative;
	width: 100%;
	height: 100%;
}

.menuHeader{
	position: relative;
	padding-top: 3px;
	width: 100%;
	background-color: #fff;
	height: 50px;
}

.menuContent{
	font-weight: bold;
	background-color: #fff;
	color: #000;
	padding: 10px 0 0 0;
}

.template{
	display: none;
}
.moduleTitle{
	color: #9E9E9E;
	text-align: left;
	border-bottom: 1px solid #F5F5F5;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 18pt;
	font-weight: bold;
	border: none;
}


/* Program styles */
.programResources ul li.resource{
	line-height: 64px;
	padding-left: 84px;
	list-style: none;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}
ul li.resource.pdf{
	background-image: url('../assets/images/pdf.png');
}
ul li.resource.ppt{
	background-image: url('../assets/images/ppt.png');
}
ul li.resource.video{
	background-image: url('../assets/images/video.png');
}
ul li.resource.link{
	background-image: url('../assets/images/link.png');
}
ul li.resource.excel{
	background-image: url('../assets/images/excel.png');
}
ul li.resource.word{
	background-image: url('../assets/images/word.png');
}


h4.programTitle{
	margin: 0;
	font-size: 18px;
	text-align:left;
	font-weight: normal;
	height: 86px;
	padding: 10px;
	display: table;
}
h4.programTitle span{
	display: table-cell;
	vertical-align: middle;
}


.tabs{
	padding: 0px;
	cursor: pointer;
	text-align: left;
	margin: 0 auto 15px;
	width: 100%;
	max-width: 1024px;
	border-bottom:1px solid #F5F5F5;
}
.glimpse .tabs{
	border-bottom: none;
	margin-bottom: 0;
}

.tabs .tab{
	text-align: center;
	font-weight: normal;
	display: inline-block;
	font-size: 18px;
	color: #9E9E9E;
	margin-left:0;
	margin-right:0;
	padding: 0 20px;
	line-height: 50px;
}

.tab.activeTab{
	color: #FF9800;
	text-decoration: none;
	border-bottom: 1px solid #FF9800;
}
.tabs .container{
	border-top:1px solid #F5F5F5;
	padding: 19px 5px 11px;
}
.tabItem{
	display: none;
}

.tabItem.active{
	display: none;
}

.tabItem.inactive{
	display: none;
}

.programSelect{
	position: relative;
	width: 100%;
	max-width: 1024px;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 5px;
}

/*PROGRAM LOGO*/
.programLogo, .programDetails, .programCompletion{
/* 	height: 140px; */
height: auto;
}

.programLogo{
	width: 5%;
	min-width: 70px;
	text-align: center;
}

.programLogo img{
	width: 100%;
}


/*PROGRAM DETAILS*/

.programTitle{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 25px;
}
.programTitleWrapper{
	position: absolute;
	left: 80px;
	top: 0;
	right: 80px;
	height: 86px;
}


.programDetails hr{
	margin: 8px;
}

.programIntro{
	display: none;
}

.module-home .programDetails{
	display: none;
}

.programDetails{
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid #f5f5f5;
	margin-top: 8px;
	padding: 40px;
}
.module-home .glimpse .programDetails{
	display: block;
}

/*PROGRAM COMPLETION*/
.module-home .programCompletion{
	width: 84px;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 8px;
}

.glimpse .programCompletion{
	opacity: 0.1;
}

/*PROGRAM CLOSE*/
.programSelect .closeButton{
	display :none;
}

/*PROGRAM STEPS*/
.programHomeTabs, .programSteps, .programResources{
	display: none;
}

.programHomeTabs{
	margin-top: 50px;
}


/* Program Steps Styles */
.programSteps ul li{
	list-style-type: none;
	position: relative;
}

.stepContainer{
	width: 98%;
	position: relative;
	margin: 0 auto;
	height: auto;
	margin-top: 3px;
	margin-bottom: 5px;
	min-height: 70px;
}

.stepContainer.locked{
	opacity: 0.4;
	border: none;
	border-left: 2px solid #616161;
}
.stepContainer.completed{
	opacity: 1;
	border: none;
	border-left: 2px solid #4CAF50;
}
.stepContainer.locked.completed{
	opacity: 0.4;
	border-color: green;
}
.stepContainer.nextStep{
	opacity: 1;
	border: none;
	border-left: 2px solid #FF9800;
	min-height: 80px;
	width: 100%;
	background: none;
}
.stepContainer.developer{
	border-left: #FEA51D solid 10px !important;
}

.tableContainer{
	display: table;
	height: 100%;
}
.tableContainer span{
	display: table-cell;
	vertical-align: middle;
	padding-right: 70px;
}

.stepStatusIcon {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.stepStatusIcon img {
	width: 60px;
	display: none;
}
.nextStep .stepStatusIcon {
	width: 70px;
	height: 70px;
	right: 4px;
}

.nextStep .stepIcon{
	width: 66px;
}
.nextStep .stepIcon img{
	width: 55px;
}
.nextStep .stepName{
	font-size: 22px;
	left: 65px;
}

.stepContainer.locked img.status-locked{
	display: block;
}

.stepContainer.completed img.status-completed{
	display: block;
}
.stepContainer.completed.locked img.status-completed{
	display: none;
}

.stepContainer.nextStep img.status-nextstep{
	display: block;
	width: 70px;
}
.stepContainer.certificate-type .stepStatusIcon{
	display: none;
}

.stepContainer.developer{
	border-left: #E91E63 solid 2px !important;
}

.stepIcon, .stepName, .stepCompletion{
	border-style: none;
	border-color: lightgrey;
	border-width: 1px;
	height: 60px; 
}

.stepIcon {
	width: 50px;
	text-align: center;
	position: absolute;
	opacity: 1;
	width: 55px;
	top: 7px;
	bottom: 0;
	left: 0;
}

.stepIcon img{
	width: 45px;
}

.stepName{
	height: 100%;
	font-size: 16pt;
	text-align: left;
	position: absolute;
	left: 60px;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	width: auto;
	top: 0;
}

.stepDescription{
	font-weight: normal;
	font-size: 8pt;
}

.stepCompletion{
	display:none;
	width: 50px;
}

.hide{
	display:none;
}
.programDetails .programCompletionCriteria{
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	/*border-bottom-style: solid;*/
	border-width: 1px;
	border-color: lightgrey;
	display:none;
}

.programDetails .programCompletionCriteria .submitted{
	text-align: right;
}

.programDetails .programCompletionCriteria .required{
	text-align: right;
}

.programDetails .programCompletionCriteria .completionStepType{
	text-align: left;
}


.programDetails .stepCompletionReport .completionStepType{
	width: 48%;
}

.programDetails .stepCompletionReport .submitted{
	width: 20%;
}

.programDetails .stepCompletionReport .required{
	width: 20%;
	position: absolute;
	right: 25px;
} 
.glimpse .programSteps .stepContainer.nextStep.running{
	border-right: 2px solid #03A9F4;
}


.glimpse .programSteps .stepContainer.showCompletionOutput{
	min-height: 110px;
}

.glimpse .programSteps .stepContainer .tableContainer.showCompletionOutput{
	height: 68%;
}

.stepContainer .stepCompletionOutput{
 	min-height: 30px;
 	width: 100%;
 	border-top-style: solid;
 	border-width: 1px;
 	border-color: lightgrey;
 	position: absolute;
 	bottom: 0;
 	left: 0;
	background-color: #fafafa;
 	text-align: left;
 	padding-top: 5px;
 	padding-left: 5px;

 	display: none;
}

.stepContainer .stepCompletionContainer{
	 position: relative;
	 width:100%;
}

.stepContainer .stepCompletionReport .completionStepType{
	display: none;
}

.stepContainer .stepCompletionReport .submitted{
	width: 48%;
}

.stepContainer .stepCompletionReport .required{
	width: 48%;
	position: absolute;
	right: 8px;
	text-align: right;
}


/* PROGRAM Resources
**********************************/
.programResources ul li.resource{
	font-size: 16px;
}

.programResources ul li.resource{
	background-size: 48px;
	background-position: 0 50%;
}

.programResources ul li.resource a{
	display: block;
}

th{
	padding: 10px;
}

/* Validation
----------------------------------*/
label.error, label.customError{
	display: none;
	color: red;
	font-weight: bold;
}


input.error{
	display: inline-block;
}

select.error{
	display: inline-block;
}
textarea.error{
	display: inline-block;
}

/* Shared styles */

        .drop-shadow {
            position:relative;
            float:left;
            width:40%;
            padding:1em;
            margin:2em 10px 4em;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }

        /* Lifted corners */

        .lifted {
            -moz-border-radius:4px;
                 border-radius:4px;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            max-height:100px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
               -moz-transform:rotate(-3deg);
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
               -moz-transform:rotate(3deg);
                -ms-transform:rotate(3deg);
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }

        /* Curled corners */

        .curled {
            border:1px solid #efefef;
            -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
                 border-radius:0 0 120px 120px / 0 0 6px 6px;
        }

        .curled:before,
        .curled:after {
            bottom:12px;
            left:10px;
            width:50%;
            height:55%;
            max-width:200px;
            max-height:100px;
            -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
               -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
                    box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -webkit-transform:skew(-8deg) rotate(-3deg);
               -moz-transform:skew(-8deg) rotate(-3deg);
                -ms-transform:skew(-8deg) rotate(-3deg);
                 -o-transform:skew(-8deg) rotate(-3deg);
                    transform:skew(-8deg) rotate(-3deg);
        }

        .curled:after {
            right:10px;
            left:auto;
            -webkit-transform:skew(8deg) rotate(3deg);
               -moz-transform:skew(8deg) rotate(3deg);
                -ms-transform:skew(8deg) rotate(3deg);
                 -o-transform:skew(8deg) rotate(3deg);
                    transform:skew(8deg) rotate(3deg);
        }

        /* Perspective */

        .perspective:before {
            left:80px;
            bottom:5px;
            width:50%;
            height:35%;
            max-width:200px;
            max-height:50px;
            -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
               -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
                    box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -webkit-transform:skew(50deg);
               -moz-transform:skew(50deg);
                -ms-transform:skew(50deg);
                 -o-transform:skew(50deg);
                    transform:skew(50deg);
            -webkit-transform-origin:0 100%;
               -moz-transform-origin:0 100%;
                -ms-transform-origin:0 100%;
                 -o-transform-origin:0 100%;
                    transform-origin:0 100%;
        }

        .perspective:after {
            display:none;
        }

        /* Raised shadow - no pseudo-elements needed */

        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }

        .curved-vt-2:before {
            right:0;
        }

        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        /* Rotated box */

        .rotated {
            -webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
            -webkit-transform:rotate(-3deg);
               -moz-transform:rotate(-3deg);
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }

        .rotated > :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }



/*Loader*/
#loader .modal-dialog{
	z-index: 1050;
	top: 80px;
	width: 200px;
}

.loader-message{
	margin-top: 15px;
	display: block;
	font-weight: bold;	
}

#optionButton{
	background: none !important;
	border: none !important;
	line-height: 48px;
	padding: 8px 5px 0px 0px;
	color: white;
	/*opacity: 0.7;*/
	float: right;
}
#optionButton:hover{
	/*opacity: 1;*/
}

/* Material Design
----------------------------------*/
/* Colors */
.red-bg{
	background-color: #F44336;
}
.red-c{
	color: #F44336;
}
.red{
	color: #F44336;
}
.indigo-bg{
	background-color: #3F51B5;
}
.indigo-c{
	color: #3F51B5;
}
.blue-bg{
	background-color: #2196F3;
}
.blue-c{
	color: #2196F3;
}
.lightblue-bg{
	background-color: #03A9F4;
}
.lightblue-c{
	color: #03A9F4;
}
.green-bg{
	background-color: #4CAF50;
}
.green-c{
	color: #4CAF50;
}
.green{
	color: #4CAF50;
}
.yellow-bg{
	background-color: #FFEB3B;
}
.yellow-c{
	color: #FFEB3B;
}
.yellow{
	color: #FFEB3B;
}
.deeporange-bg{
	background-color: #FF5722;
}
.deeporange-c{
	color: #FF5722;
}
.deeporange{
	color: #FF5722;
}
.grey-bg{
	background-color: #9E9E9E;
}
.grey-c{
	color: #9E9E9E;
}
.bluegrey-bg{
	background-color: #607D8B;
}
.bluegrey-c{
	color: #607D8B;
}
.amber-bg{
	background-color: #FFC107;
}
.amber-c{
	color: #FFC107;
}


.z-depth1, .z-depth2, .z-depth3, .z-depth4, .z-depth5{
	border-style: solid;
	border-width: 1px;
	border-color: RGB(244, 244, 244);
	padding: 8px;
	opacity: 1.0;
}

.z-depth1{
	/* Chrome, Safari, Opera */
    -webkit-animation: depthChange1 0.5s; 
    -webkit-animation-fill-mode: forwards;  

    animation: depthChange1 0.5s ;
	animation-fill-mode: forwards;	
	
	box-shadow: 0px 1px 1px darkgrey;
	zoom: 1;
	filter:
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1)		
}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes depthChange1 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 1px 1px darkgrey;}
	}
	
	/* Standard syntax */
	@keyframes depthChange1 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 1px 1px darkgrey;}
	}

.z-depth2{
	/* Chrome, Safari, Opera */
    -webkit-animation: depthChange2 0.5s; 
    -webkit-animation-fill-mode: forwards;  

    animation: depthChange2 0.5s ;
	animation-fill-mode: forwards;	
	
	box-shadow: 0px 3px 3px darkgrey;
	zoom: 1;
	filter:
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1)	
	
}
	/* Chrome, Safari, Opera */
	@-webkit-keyframes depthChange2 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 3px 3px darkgrey;;}
	}
	
	/* Standard syntax */
	@keyframes depthChange2 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 3px 3px darkgrey;}
	}

.z-depth3{
	/* Chrome, Safari, Opera */
    -webkit-animation: depthChange3 0.5s; 
    -webkit-animation-fill-mode: forwards;  

    animation: depthChange3 0.5s ;
	animation-fill-mode: forwards;	
	
	box-shadow: 0px 10px 4px darkgrey;
	zoom: 1;
	filter:
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1)	
	
}
	/* Chrome, Safari, Opera */
	@-webkit-keyframes depthChange3 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 10px 4px darkgrey;}
	}
	
	/* Standard syntax */
	@keyframes depthChange3 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 10px 4px darkgrey;}
	}

.z-depth4{
	/* Chrome, Safari, Opera */
    -webkit-animation: depthChange4 0.5s; 
    -webkit-animation-fill-mode: forwards;  

    animation: depthChange4 0.5s ;
	animation-fill-mode: forwards;	
	
	box-shadow: 0px 14px 10px darkgrey;
	zoom: 1;
	filter:
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1)	
	
}
	/* Chrome, Safari, Opera */
	@-webkit-keyframes depthChange4 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 14px 10px darkgrey;}
	}
	
	/* Standard syntax */
	@keyframes depthChange4 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 14px 10px darkgrey;}
	}

.z-depth5{
	/* Chrome, Safari, Opera */
    -webkit-animation: depthChange5 0.5s; 
    -webkit-animation-fill-mode: forwards;  

    animation: depth5 0.5s ;
	animation-fill-mode: forwards;
	
	
	box-shadow: 0px 19px 19px darkgrey;
	zoom: 1;
	filter:
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1)	

}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes depthChange5 {
		0% {box-shadow: 0px 0px 0px darkgrey;}		
		100% {box-shadow: 0px 19px 19px darkgrey;}
	}
	
	/* Standard syntax */
	@keyframes depthChange5 {
		0% {box-shadow: 0px 0px 0px darkgrey;}
		100% {box-shadow: 0px 19px 20px darkgrey;}
	}
	
	
.z-depth0{
	/* Chrome, Safari, Opera */
    -webkit-animation: depthChange0 0.5s; 
    -webkit-animation-fill-mode: forwards;  

    animation: depthChange0 0.5s ;
	animation-fill-mode: forwards;	
}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes depthChange0 {
		100% {box-shadow: 0px 0px 0px darkgrey;}
	}
	
	/* Standard syntax */
	@keyframes depthChange0 {
		100% {box-shadow: 0px 0px 0px darkgrey;}
	}
	
	
/* FOCUS CHANGE
*****************************/
.focusOff{
	/* Chrome, Safari, Opera */
    -webkit-animation: focusOff 1s; 
    -webkit-animation-fill-mode: forwards;  

    animation: focusOff 1s ;
	animation-fill-mode: forwards;	
	
	
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	  /* IE 5-7 */
	  filter: alpha(opacity=30);
	
	  /* Netscape */
	  -moz-opacity: 0.3;
	
	  /* Safari 1.x */
	  -khtml-opacity: 0.3;
	
	  /* Good browsers */
	  opacity: 0.3;		
}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes focusOff {
		0% {opacity: 3.0;}
		100% {opacity: 0.3;}
	}
	
	/* Standard syntax */
	@keyframes focusOff {
		0% {opacity: 3.0;}
		100% {opacity: 0.3;}
	}
	
.questionModal{
	  width:100%;
	  height: 100%;
	  position:absolute;
	  top:0px;
	  left:0px;
}
	
.focusOn{
	/* Chrome, Safari, Opera */
    -webkit-animation: focusOn 0.5s; 
    -webkit-animation-fill-mode: forwards;  

    animation: focusOn 0.5s ;
	animation-fill-mode: forwards;		
}

/* Chrome, Safari, Opera */
@-webkit-keyframes focusOn {
	100% {opacity: 1.0;}
}

/* Standard syntax */
@keyframes focusOn {
	100% {opacity: 1.0;}
}			

/* Modal Popup */
.modal-footer{
	margin-top: 0;
}


body > .modal#widget .modal-content{
	border-radius: 6px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
body > .modal#widget .modal-content .modal-header{
	padding: 0px;
	background-color: #3276b1;
	color: white;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

body > .modal#widget .modal-content .modal-header h3{
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px;
	font-size: 20px;
	border-radius: 4px;
}
body > .modal#widget .modal-content .modal-footer{
	padding: 0;
	border: none;
}

body > .modal#widget .modal-content .modal-footer .btn{
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}




/* Media Styles */
@media screen and (max-width: 600px) {
	#body {
		padding-left: 2px;
		padding-right: 2px;
	}
	#login .modal-content, #forgotPassword .modal-content {
		margin-top: 25px;
	}
	.bannerMessage .title{
		display: none;
	}
	.bannerMessage h3{
		border-right: none !important;
	}
	.module-home .programDetails{
		right: 0;
	}
	.module-home .programTitleWrapper{
		right: 0;
	}
	.module-home .programCompletion {
		display: initial;
		position: absolute;
		top: initial;
		opacity: .1;
		right: 0;
	}
	h4.programTitle{
		font-width: 100%;
		padding: 20px;
	}
	.stepStatusIcon{
		opacity: 0.1;
	}
	.stepName{
		font-size: 16px;
	}
	.glimpse .programDetails{
		padding: 5px;
	}
	.surveyTitle {
		font-size: 14pt;
	}
}

@media (max-width: 1024px) {
	.questionOptions input[type=radio]:not(:checked):hover, .questionOptions input[type=checkbox]:not(:checked):hover{
		box-shadow: none;
		background-color: white;
	}
	.questionBox .hoverable li:hover input[type=radio]:not(:checked), .questionBox .hoverable li:hover input[type=checkbox]:not(:checked){
		box-shadow: none;
		background-color: white;
	}
	button#previousAnswer{
		left:10px !important;
		bottom: 10px;
	}
	button#nextAnswer{
		right:10px !important;
		bottom: 10px;
	}
}



input[type="textbox"]{
	display: block;
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
input[type="textbox"]:disabled{
	opacity: 0;
	display: none;
}

input[type="textbox"].always-visible:disabled{
	opacity: 1;
	display: block;
}

/* Custom JQueryUI Styles */
#ui-datepicker-div{
	background-color: white;
	border: 2px solid #ff9800;
	padding: 20px;
	border-radius: 5px;
}

#ui-datepicker-div .ui-datepicker-prev{
	float: left;
}
#ui-datepicker-div .ui-datepicker-next{
	float:right;
}
#ui-datepicker-div .ui-datepicker-title{
	text-align:center;
}
#ui-datepicker-div .ui-datepicker-header{
	line-height: 30px;
}

button#previousAnswer{
	width: 70px;
	height: 50px;
	border-radius: none !important;
}
button#nextAnswer{
	width: 70px;
	height: 50px;
	border-radius: none !important;
}

button.collapse_trigger{
	height: 50px;
	text-align: left;
	background-position: 98%;
	background-repeat: no-repeat;
	font-weight: bold;
	background-size: 27px;
	background-image: url('../assets/ui/downArrow_small.png');
}
button.collapse_trigger.section-open{
	background-image: url('../assets/ui/upArrow_small.png');
}