/*!
 * nurse-portal-steps.css
 */

/* Header */
#portal-header {
    margin: 0;
	padding: 0;
	/*border-top: 3px solid #3583AC;
    border-bottom: 3px solid #08BABE;*/
	/* gradient */
    /*background-color: #3C88B1; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C88B1), to(#3380A9));
    background-image: -webkit-linear-gradient(top, #3C88B1, #3380A9); 
    background-image:    -moz-linear-gradient(top, #3C88B1, #3380A9);
    background-image:     -ms-linear-gradient(top, #3C88B1, #3380A9);
    background-image:      -o-linear-gradient(top, #3C88B1, #3380A9);*/
}
    #portal-header .container-fluid {
        margin: 0 auto;
        /*padding: 40px 20px;*/
        padding-top:20px;
        min-width: 940px;
        max-width: 1070px;
        /*background: url(../Assets/img/bg-nurse-portal.png) 100% 100% no-repeat;*/
    }
	#portal-header h1 {
        margin: 0 0 10px 0;
		color: #165872;/*#fff*/
        line-height: 1;
		/*text-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
	}
	#portal-header p {
        margin: 0;
		color: #777777;/*fff*/
	}
        #portal-header p.lead {
            font-size: 14px;
            line-height: 20px;
            /*text-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
        }
    #portal-header .timestamp {
        padding-left: 15px;
        color: #26455B;
        font-size: 12px;
        font-weight: normal;
        line-height: 21px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    }
    #portal-header p.timestamp {
        float: right;
        color: #26455B;
        line-height: 21px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    }

/* Containers */
#content-container {
	margin: 0;
    padding: 40px 0;
}
	#content {
		margin: 0 auto;
        padding: 0 20px;
        min-width: 940px;
        max-width: 1170px;
	}
    #content form {
        padding: 10px 0;
    }

/* Steps */
.steps {
	margin: 0; padding: 0; list-style: none;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 1px #D6D6D4;
	-webkit-box-shadow: 0 1px 1px #D6D6D4;
	box-shadow: 0 1px 1px #D6D6D4;
}
.steps li {
	padding: 10px;
	border-top: 1px solid #C0C0C0;
	color: #999999;
}
.steps li:first-child {
	border-top: 0;
    -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;
}
.steps li.complete {
	background: #FAF9F7;
	color: #777777;
}
.steps li.active {
    border: 1px solid #D44D1F;
    border-bottom: 1px solid #C35731;
	background: #F78553;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 5px 0 #DB592B;
    -webkit-box-shadow: inset 0 1px 5px 0 #DB592B;
    box-shadow: inset 0 1px 5px 0 #DB592B;
}
.steps li i {
    float: right;
    font-size: 16px;
    line-height: 20px;
}
    .steps li i {
        color: #EBEAE8;
    }
    .steps li.complete i {
        color: #228F90;
    }
    .steps li.active i {
        color: #fff;
    }
	

    .progress-steps {
	    background: rgb(255, 255, 255); 
        list-style:none; 
        margin: 0px; 
        padding: 0px; 
        border-radius: 4px; 
        border: 1px solid rgb(204, 204, 204); 
        border-image: none; 
        box-shadow: 0px 1px 1px #d6d6d4; 
        -webkit-border-radius: 4px; 
        -moz-border-radius: 4px; 
        -webkit-box-shadow: 0 1px 1px #D6D6D4; 
        -moz-box-shadow: 0 1px 1px #D6D6D4; 
        height:40px;
    }
    .progress-steps li {
	    padding: 10px; 
        color: rgb(153, 153, 153); 
        border-left-color: rgb(192, 192, 192); 
        border-left-width: 1px; 
        border-left-style: solid; 
        float:left; 
        width: 261px;
    }
    .progress-steps li:first-child {
	    border-left-color: currentColor; 
        border-left-width: 0px; 
        border-left-style: none; 
        border-top-left-radius: 4px; 
        border-bottom-left-radius: 4px; 
        -webkit-border-top-left-radius: 4px; 
        -moz-border-radius-topleft: 4px; 
        -webkit-border-bottom-left-radius: 4px; 
        -moz-border-radius-bottomleft: 4px;
    }
    .progress-steps li.complete {
	    background: rgb(250, 249, 247); 
        color: rgb(119, 119, 119);
    }
    .progress-steps li.active {
	    background: rgb(247, 133, 83); 
        border-width: 1px; 
        border-style: solid; 
        border-color: rgb(212, 77, 31) rgb(212, 77, 31) rgb(195, 87, 49); 
        border-image: none; 
        color: rgb(255, 255, 255); 
        box-shadow: inset 0px 1px 5px 0px #db592b; 
        text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
        -webkit-box-shadow: inset 0 1px 5px 0 #DB592B; 
        -moz-box-shadow: inset 0 1px 5px 0 #DB592B; 
        height:18px;
    }
    .progress-steps li i {
	    line-height: 20px; 
        font-size: 16px; 
        float: right;
    }

    .progress-steps li i {
	    color: rgb(235, 234, 232);
    }
    .progress-steps li.complete i {
	    color: rgb(34, 143, 144);
    }
    .progress-steps li.active i {
	    color: rgb(255, 255, 255);
    }

    .progress-steps li span {
	    line-height: 19px; 
        font-size: 16px; 
        float: left; 
        margin-right:10px; 
        margin-left:5px; 
        font-weight: bold; 
        height:20px; 
        width: 15px; 
        border-radius: 10px; 
        -webkit-border-radius: 10px; 
        -moz-border-radius: 10px; 
        padding-left:5px;
    }

    .progress-steps li span {
	    background:rgb(204, 204, 204); 
        color:rgb(255, 255, 255);
    }

    .progress-steps li.active span {
	    background:rgb(255, 255, 255); 
        color:rgb(247, 133, 83);
    }

    .progress-steps li.complete span {
	    background:rgb(192, 192, 192);
    }
