.boxCol-container {
	padding: 30px 0px;
}

.boxCol {
	overflow:hidden;
	width: 480px;
	border: 1px solid #C1C1C1;
	margin-bottom: 30px;
	padding: 25px;
	position: relative;
	box-shadow: 0 1px 0 #FFFFFF;
}
.boxCol ul {
	margin-left: 20px;
	margin-bottom: 25px;
}
.boxCol ul li {
	list-style: disc;
	margin-bottom: 10px;
	list-style-position: inside;
}
.boxCol p {
	margin-bottom: 15px;
}
.boxCol-container .project {
}
.longInputField {
	width: 335px;
	margin-bottom: 15px;
	padding: 7px 10px;
}
.boxCol-container .grout {
    min-height: 215px;
}
#secondaryPageContent .boxCol-container .grout a {
	background-color: transparent;
	color: #000;
	font-size: 16px;
	text-shadow: none;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px;
	position: relative;
}
.boxCol-container .grout .outerGrout {
    top: 25px;
    left: 7px;
    position: absolute;
}
.boxCol-container .material .button {
	background: none no-repeat scroll right center #FC7D12;
}
.boxCol-container .create h2 {
	margin-bottom: 40px;
}
.boxCol-container .create .createPkgFormTxtField {
	margin-bottom: 15px;
}
.boxCol-container .create #createPkgForm .inputBtn {
    margin-left: 10px;
    margin-top: 0px;
}
.metric, .calShortCol .metric
{
    display: none;
}
#secondaryPageContent .archPkgSelect
{
    margin-left:-15px;
    margin-right:-15px;
}
/*-----------------------------------------------Grout Wheel-----------------------------------------*/
.grout-wheel .grout-images {
    width: 50%;
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
}
.grout-wheel  .grout-color img {
     -webkit-animation: spin 30s infinite linear normal;
	-moz-animation: spin 30s infinite linear normal;
	-ms-animation: spin 30s infinite linear normal;
	-o-animation: spin 30s infinite linear normal;
	animation: spin 30s infinite linear normal;  
}
.grout-wheel .grout-color img:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.grout-wheel  .grout-color {
    cursor: pointer;
     z-index: 10;
}

.grout-wheel .grout-color, .grout-wheel .grout-center {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.grout-wheel .grout-text {
    float: right;
    width: 50%;
    margin: 5px 0 0 0;
}
.grout-wheel  a {
    font-weight: bold!important;
    font-size: 16px!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.grout-wheel  h2 {
    width: 90%;
    padding-bottom: 15px!important;
}
.grout-wheel p {
        margin-bottom: 15px !important;
        line-height: 24px!important;
        font-size: 16px!important;
    }
.grout-min p {
    font: normal 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px!important;
    font-size: 14px!important;
    margin-bottom: 0 !important;
    padding-bottom: 0!important;
}
.grout-min .grout-images {
    width: 100%!important;
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
}
.grout-min .grout-images-min {
       width: 100%!important;
    position: relative;
    float: left;
    margin: 20px 0 0 35px;
}
.grout-min .grout-text {
    margin-top: 190px!important;
    width: 100%;
}

@keyframes "spin" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(359deg);
   	-moz-transform: rotate(359deg);
   	-o-transform: rotate(359deg);
   	-ms-transform: rotate(359deg);
   	transform: rotate(359deg);
 }

}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}
