body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding-bottom: 70px;
    position: absolute;
    overflow-x: hidden;
}



h4{
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
    color: #234e85;
}



/*TOPBAR*/
.top{
	height:70px;
    padding-top: 10px;
	width: 100%;
    min-width: 960px;
    position: fixed;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1;
    /*box-shadow: 0px 0px 7px #888888;*/

}

#merlogo img, #dpllogo img{
	height:50px;
}

#merlogo{
	float: left;
	margin-left: 20px;
}

#dpllogo{
    position: absolute;
    right: 0;
	margin-right: 20px;
}


#banner{
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	/*border-bottom: solid 1px #234e85;*/
	padding-top:22px;
	padding-bottom: 10px;
    padding-right: 35px;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
}


/*SIDEBAR*/
.sidebar{
	float:left;
	text-decoration: none;
	list-style: none;
	width: 156px;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 85px;
    position: fixed;
    padding-bottom: 40px;
    z-index: 1;
	/*box-shadow: 0px 0px 7px #888888;*/
}

@media screen and (max-height: 630px ) {
    .top, .sidebar {
        position: absolute;    
    }    
}

.well{
	padding: 15px;
}
.sidebar .line{
	padding-top: 20px;
}

.sidebar .plan-tray p{
	display: inline-block;
    margin-bottom: 0px;
}

.sidebar .plan-tray .caption {
    line-height: 30px;
    margin-bottom: 0px;
}

.sidebar .plan-tray img{
	width: 30px;
    transition: 0.1s ease-in-out;
}

.sidebar .plan-tray img:hover{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}


.sidebar .plan-tray a, #social a{
	text-decoration: none;
}

.sidebar .plan-tray li {
    margin-top: 10px;
}

#social {
    margin-top: 10px;
    text-align: center;
}

#social img {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 0px;
    transition: 0.1s ease-in-out;
}

#social img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

/*WORD CLOUD*/
#wordcloud{
	/*position: fixed;*/
	/*bottom: 0;*/
	/*left: 0;*/
	z-index: 1;
	text-align: center;
	/*margin-bottom: 30px;*/
	margin-left: -13px;
	width: 150px;
	height: 70px;
	/*border: 1px solid #234e85;*/
	background-color: #f7f7f7;
	/*box-shadow: 0px 0px 10px #888888;*/
	/*opacity: 0.7;*/
	transition: 0.4s ease-in-out;
}

#wordcloud:hover{
	/*opacity: 1;*/
    box-shadow: 0px 0px 10px #888888;
	/*border: 0.5px solid #e5e5e5;*/
	-webkit-transform: scale(2.5);
	-webkit-transform-origin: left;
          	transform: scale(2.5);
            transform-origin: left;
}

#cloudcontainer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


.row1{
	font-size: 9px;
}

.row2{
	font-size: 12px;
    line-height: 12px;
}

.row3{
	font-size: 18px;
    line-height: 18px;
}

/*CONTENT*/
.content{
	/*width: 70%;*/
	min-width: 710px;
    /*max-width: 1000px;*/
	margin-left: 200px;
    margin-top: 85px;
    padding-right: 100px;
}


/*WHEEL*/
#wheelcontainer{
	height: 400px;
    z-index: 0;
    margin-bottom: 45px;
}

#wheel{
	background-image: url('../img/mer_wheel_bkgd.png');
	background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	/*margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;*/
	width: 500px;
	height: 357px;
	margin-top: 20px;
    z-index: 0;
}

/*#wheel img{
	width: 500px;
	height: 357px;
}*/

.thumb{
	width: 70px;
	text-align: center;
	font-size: 85%;
	color: #669933;
	text-decoration: none;
	position: absolute;
	transition: 0.05s ease-in-out;
    z-index: -1;
}

.lib {
    /*width: 50px;*/
}

.thumb:hover{
	-webkit-transform: scale(1.1);
          	transform: scale(1.1);
}

.thumb a{
	color: #669933;
	text-decoration: none;
}

.thumb img{
	width:50px;
}

.lib img {
    width: 40px;
    margin-bottom: 7px;
}

/*.videoimg{
	position:relative;
}*/

.thumb .hoverimg{
	position: absolute;
	left:10px;
	top:0;
	/*display:none;*/
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.lib .hoverimg {
    left: 15px;
}

.thumb:hover .hoverimg{
	opacity: 1;
	/*display:block;*/
}

.thumb div{
	margin-top: -8px;
	text-align: center;
}

/*TEXT*/
.category{
	position:absolute;
	font-size: 18px;
}

#caeexpert{
	top: 15px;
	right: 35px;
}

#materialsengineer{
	top: 15px;
	left: 25px;
}

#testlaboratory{
	bottom: 15px;
	left: 25px;
}

#engineer{
	bottom: 15px;
	right: 30px;
}

/*LIBRARIES*/
#models_lib{
	top: 90px;
	right:150px;
}

#materials_lib{
	top: 122px;
	left:142px;
}

#specification_lib{
	top: 70px;
	left:190px;
}

#properties_lib{
	bottom: 125px;
	left:140px;
}

#reports_lib{
	bottom: 75px;
	left:185px;
}

#definitions_lib{
	bottom: 95px;
	right:165px;
}

/*APPS*/
#caemodeler_app{
	top: 80px;
	right:80px;
}

#caemodels_app{
	top: 20px;
	right:140px;
}

#materialsgrid_app{
	top: 20px;
	left:140px;
}

#specificationsgrid_app{
	top: 80px;
	left:80px;
}

/*#properties_app{
	top: 110px;
	left:70px;
}*/

#dataloader_app{
	bottom: 80px;
	left:80px;
}

#experimentdesigner_app{
	bottom: 20px;
	left:140px;
}

#propertiesgrid_app{
	bottom: 105px;
	right:73px;
}

#designdata_app{
	bottom: 50px;
	right:107px;
}

#freedatabases_app{
	bottom: 15px;
	right:165px;
}

#appinfo{
	position: absolute;
	margin-left: 510px;
    margin-right: 100px;
	min-width: 150px;
	max-width: 434px;
}

#appinfo p{
    clear: left;
}

#appinfo div h4 {
    padding-top: 25px;
}

#appinfo img{
	float:left;
	width: 50px;
	margin: 10px;
}


#partnerapps .partner_app{
    display: inline-block;
    margin: 10px;
}


.partner_app{
	width:70px;
    height:42px;
	margin-right: 3px;
	transition: 0.05s ease-in-out;
}

#partnerapps img {
    width: 100%;
    float: none;
    margin: 0px;
}

/*.partner_app img:hover{
	-webkit-transform: scale(1.1);
          	transform: scale(1.1);
}*/

.cloudpartner_app {
    height: 70px;
}

.cloudpartner_app img{
    float: left;
    margin-right: 10px;
}

.active{
	display: block;
}

.inactive{
	display:none;
}


.relevantmod {
    margin-bottom: 15px;
}

.relevantmod .playvideo {
    /*float: right;*/
    margin-top: 15px;
}

.relevantapp {
    margin-bottom: 15px;
}

.relevantapp .playvideo{
    /*margin-top: 7px;*/
    margin-left: 15px;
}

#plans{
	min-width: 740px;
	text-align: center;
	margin-top: 20px;
}

#plans>div{
	display: inline-block;
}

.plan img{
	color: #A1A1A1;
	transition: 0.1s ease-in-out;
    z-index: 0;
}

.plan img:hover{
	-webkit-transform: scale(1.2);
          	transform: scale(1.2);
}

.plan{
	width: 200px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	/*vertical-align: top;*/
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;

}

/*.plan img{
	max-width: 200px;
	width: 100%;
}*/

.plan a{
	/*color: #A1A1A1;*/
	text-decoration: none;
}

.plan p{
	text-align: left;
}

/*#plans-info{
	margin-top: 10px;
}*/



#news{
	margin-top: 20px;
}

#news .tab-content {
    height: 300px;
    padding-right: 40px;
    overflow: auto;
}

.greentabs {
    background-color: #669933;
    /*text-align: center;*/
    /*height: 20px;*/
    padding-left: 10px;
    /*box-shadow: 0px 0px 7px #888888;*/
}

.greentabs h4 {
    margin: 3px 30px 3px 5px;      
}

.greentabs a{
    color: #ffffff;
    text-decoration: none;
    padding: 5px 20px 5px 20px;
}

.greentabs a:hover {
    color: #000000;
}

.greentabs li {
    display: inline-block;
    list-style: none;
    height: 20px;
    /*padding-top: 5px;*/
}

.greentabs .active {
    background-color: #ffffff;
    border-top: 5px solid #669933;
}

.greentabs .active > a {
    color: #669933
}


#news .tab-pane{
	margin-top: 10px;
}

/*FOOTER*/
.footer{
	float:none;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.footerbar{
	text-align: center;
	/*box-shadow: 0px 0px 10px #888888;*/
}

.footer li{
	float: none;
	display: inline-block;
	padding: none;
}

.footer a{
	padding: 0px;
}

/*Color classes*/
.blue{
	color: #234e85;
}

.gray{
	color: #A1A1A1;
}

.green{
	color: #669933;
}

.white {
    color: #ffffff;
}

/*.datasource_img {
    width: 117px; 
}*/

#sources_info .modal-body .row {
    margin-bottom: 20px;
}

/*misc*/
.line{
	border-bottom: solid 1px;
}

/*.button {
   border-top: 1px solid #82c43f;
   background: #669933;
   background: -webkit-gradient(linear, left top, left bottom, from(#81bf43), to(#669933));
   background: -webkit-linear-gradient(top, #81bf43, #669933);
   background: -moz-linear-gradient(top, #81bf43, #669933);
   background: -ms-linear-gradient(top, #81bf43, #669933);
   background: -o-linear-gradient(top, #81bf43, #669933);
   padding: 2px 4px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   width: 60px;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #669438;
   background: #669438;
   color: #ededed;
   }

.button-secondary {
   border-top: 1px solid #ffc78f;
   background: #ff9933;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffb061), to(#ff9933));
   background: -webkit-linear-gradient(top, #ffb061, #ff9933);
   background: -moz-linear-gradient(top, #ffb061, #ff9933);
   background: -ms-linear-gradient(top, #ffb061, #ff9933);
   background: -o-linear-gradient(top, #ffb061, #ff9933);
   padding: 2px 4px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   width: 60px;
   text-decoration: none;
   vertical-align: middle;
   }
.button-secondary:hover {
   border-top-color: #ff8e1c;
   background: #ff8e1c;
   color: #ededed;
   }*/

.button-primary, .button-secondary {
    width: 60px;
    color: #ffffff;
    border-style: outset;
    border-width: 1px;
    border-radius: 2px;
}

.button-primary {
    background-color: #669933;
    border-color: #5B8A2C;
}

.button-primary:hover {
    background-color: #5B8A2C;
    border-color: #669933;
}

.button-secondary {
    color: #ffffff;
    background-color: #ff9933;
    border-color: #E68A2E;
}

.button-secondary:hover {
    color: #ffffff;
    background-color: #E68A2E;
    border-color: #ff9933;
}

.pager{
	margin: 0px;
}

.pager img {
    width: 20px;
}

.modaltitleimg{
	width: 350px;
    margin-top: 10px;
}

.modal-header {
    background-color: #F7F7F7;
    height:53px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

.modal-plantitle{
    margin-top: 0px;
    margin-bottom: -24px;
    margin-left: auto;
    margin-right: auto;
    width: 480px;

}

.modal-body .modal-plantitle {
    text-align: center;
}

/*#partners_info .modal-body img {
    float:left;
    margin-right: 10px;
}*/

.modal-icons{
	float:right;
	font-size: 18px;
	margin-right: 10px;
}

.modal-icons span{
	margin-right: 10px;
    color: #234e85;
}

#ansys_modal img{
	width: 100px;
	float:left;
	margin: 10px;
}

#sitemap_info li {
    list-style: none;
}

.navbar-default{
	background-color: #669933;
	border: none;
	color: #ffffff;
	height: 30px;
	min-height: 20px;
}

.navbar-default .navbar-nav>li>a{
	padding: 5px 15px;
	color: #ffffff;
}

.pannel-body {
    padding: 10px;
}

.modal-footer {
    background-color: #F7F7F7;
    height: 40px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal-footer .btn{
    line-height: 1;
    margin-top: -18px;
}

#mds_benefits img {
    width: 150px;
    float: left;
    margin-right: 10px;
}

.modal-icon {
    width: 25px;
    margin-top: -6px;
    padding-bottom: -5px;
}

.copyright {
    left: 0px;
    bottom: 13px;
    position: absolute;
    margin-left: 10px;
    
}

#footer_copyright span{
    bottom: 8px;
}

td {
    padding: 5px;
}

#registeransys_info .modal-body {
    text-align: center;
}





.tutorials img{
    float: left;
    margin:15px;
}

#pr_container {
    width: 70%;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

