/*

*/


body {
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
a {
    color: #848484;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
b { font-weight: bold; }
h1 { font-size: 26px; margin: 10px 0 5px 0; }
h2 { font-weight: bold; font-size: 16px; margin: 10px 0 5px 0; }
em { font-style: italic; }
i { font-style: italic; }
p { margin: 14px 0; }
strong { font-weight: bold; }
ul { margin: 14px 0; padding-left: 40px; }
li { list-style-image: url('../images/bullet.png'); margin-bottom: 5px; }
th { font-weight: bold; padding-right: 5px; }
blockquote { padding: 10px 20px 0; font-style: italic; }

.fleft { float: left; }
.fright { float: right; }
.fclear { clear: both; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.w100 { width: 100%; }

.button {
    height:auto;
    line-height:auto;
    padding:0.25em 0.3em;
    margin:1em 0.4em 0 0.4em;
    border:1px solid #0093CC;
    border-bottom:1px solid #0078C1;
    font-size:100%;
    color:#fff;
    background:none;
    background-color:#00A5E3;
    cursor:pointer;

}

.main-column {
    min-width: 970px;
    max-width: 1120px;
    margin: 0 auto;
}


#area-header { background-color: #FFFFFF; border-bottom: 2px solid #FF8000; }
#area-main { background-color: #E6E6E6; padding-bottom: 30px; }
#area-header-wrapper { height: 80px; margin-bottom: 30px; }
#area-header-left { position: relative; height: 70px; width: 20%; }
#area-header-left img { position: absolute; bottom: 0; left: 0; }
#area-header-right { width: 80%; }
#area-header-right-top { height: 30px; line-height: 30px; }
#area-header-right-top img { vertical-align: middle; }
#area-header-right-top a { padding: 0 15px 0 10px; margin: 0 10px; }
/*
#area-header-right-bottom { height: 40px; }
*/
#area-header-menu { margin-top: 22px; }
#area-header-search { margin-top: 10px; }



#area-main-wrapper {  }


#area-footer-wrapper1 { background-color: #BDBDBD; padding: 20px 0; border-top: 1px solid #6E6E6E; color: #FFFFFF; }
#area-footer-wrapper2 { background-color: #A4A4A4; border-top: 1px solid #6E6E6E; color: #FFFFFF; }
#area-footer-top-left { width: 600px; }
#area-footer-top-center { width: 140px; margin-left: 80px; padding-top: 80px; }
#area-footer-top-right { width: 190px; text-align: right; }













/* HOMEPAGE */
div.page-body-row { height: 380px; }
@media screen and (min-width: 1024px){
    div.page-body-row { height: 380px; }
}
@media screen and (max-width: 1024px){
    div.page-body-row { height: 360px; }
}
div.page-body-row {
    padding: 10px 0; }
div.page-body-row a {
    display: block;
    height: 100%;
}
div.page-body-row a:hover {
    display: block;
    height: 100%;
    text-decoration: none;
}
div.page-body-row img {
    width: 100%;
    height: auto;
}
div.page-body-row div, div.page-footer-row div { float: left; }
div.page-body-row h2, div.page-body-row h3, div.page-body-row p {
    margin: 13px 15px;
    font-weight: normal;
}
div.page-body-row h2 {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    color: #EFEFEF;
}
div.page-body-row div.txtonly h2 {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-indent: -10px;
    padding-left: 15px;
    color: #EFEFEF;
    font-style: italic;
}
/*
div.page-body-row h3 {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
*/
div.page-body-row img.featured-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
div.page-body-row img.video-play {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 20%;
    left: 40%;
}
div.page-body-row p {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    margin-top: 6px;
}
div.page-body-row span.info {
    display: block;
    font-size: 10px;
    margin-left: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 10px;
    white-space: nowrap;
}
div.page-body-row div.imgonly span { display: none; }
div.page-body-row div.featured span.info {
    color: #000000;
}
div.page-body-row span.author {
    display: block;
    font-size: 12px;
    margin-left: 30px;
}

div.col0 { width: 2%; }
div.col1 { width: 23.5%; }
div.col2 { width: 49%; }
div.col3 { width: 74.5%;  }
div.col4 { width: 100%; }
div.col1, div.col2, div.col3, div.col4 {
    height: 100%;
}
div.page-body-row div.col1:hover, div.page-body-row div.col2:hover, div.page-body-row div.col3:hover, div.page-body-row div.col4:hover {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.75);

    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
}
div.imgtxt, div.txtonly {
    background: #000000;
}
div.imgbig, div.imgtxt, div.txtonly {
    height: 100%;
    color: #ffffff;
    position: relative;
}
div.txtonly div.box-wrapper, div.imgtxt div.box-wrapper {
    height: 330px;
    overflow: hidden;
}
div.featured {
    background: #ffffff;
}
div.featured h2 {
    background: #ffffff;
    color: #888888;
}


/* MENU */

ul#top-menu {
    margin: 0;
}
ul#top-menu li {
    margin: 0 12px;
    line-height: 18px;
    display: block;
    float: left;
    position:relative;
    text-transform: uppercase;
    font-size: 16px;
}
ul#top-menu li.active {
    border-bottom: 1px dotted #FF8000;
}
.dropdown1, .dropdown2, .dropdown3, .dropdown4 {
    float:left;
    position:absolute;
    left:-999em; /* Hides the drop down */
    background-color: #FAFAFA;
    z-index: 1;
    border-left: 5px solid #FF8000;
    border-bottom: 2px solid #FF8000;
    border-right: 2px solid #FF8000;
}
.dropdown0 { padding: 10px; }
.dropdown0 a {
    display: block;
    text-transform: none;
    line-height: 30px;
    font-size: 15px;
    margin: 3px 0;
}
.dropdown1 { width: 260px; }
.dropdown2 { width: 220px; }
.dropdown3 { width: 300px; }
.dropdown4 { width: 220px; }
#top-menu li:hover .dropdown1, #top-menu li:hover .dropdown2, #top-menu li:hover .dropdown3, #top-menu li:hover .dropdown4 {
    left:-1px;
    top:auto;
}



/* SEARCH */
#area-header-search .search-input {
    width: 250px;
    height: 30px;

}
#area-header-search .search-submit {
    position:relative;
    width:1.7em;
    height:1.7em;
    top:-0.2em;
    padding:0;
    margin:0;
    background:url(../images/icons_24_24.png) no-repeat;
    background-position:0 -120px;
    border:0 none;
    cursor:pointer;
    text-indent:-9999px;
}




div#page-footer-links { padding: 10px 0 15px; }

div#page-footer-links img {
    vertical-align: middle;
    margin: 0;
    width: 32px;
    height: 32px;
    background: url('../images/social-icons-white_32.png') no-repeat;
}
/*
div#page-footer-links img:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
*/
div#page-footer-links .linkedin { background-position: 0px 0px; }
div#page-footer-links .youtube { background-position: 0px -32px; }
div#page-footer-links .facebook { background-position: 0px -64px; }
div#page-footer-links .twitter { background-position: 0px -96px; }
div#page-footer-links .googleplus { background-position: 0px -128px; }
div#page-footer-links .linkedin:hover { background-position: -32px 0px; }
div#page-footer-links .youtube:hover { background-position: -32px -32px; }
div#page-footer-links .facebook:hover { background-position: -32px -64px; }
div#page-footer-links .twitter:hover { background-position: -32px -96px; }
div#page-footer-links .googleplus:hover { background-position: -32px -128px; }


#version-mobile {
    background: url('../images/1386003317_519964-027_Smartphone.png') no-repeat;
    padding-left: 34px;
}
#version-desktop {
    background: url('../images/1386003296_519961-024_Computer.png') no-repeat;
    padding-left: 34px;
}


#area-footer-bottom-right a { padding: 0 10px; color: #FFFFFF; }

div#main-column-share {
    width: 70px;
    /*padding-top: 90px;*/
    margin-right: 60px;
}
div#main-column-body {
    margin: 0 130px 50px 290px;
    background: #ffffff;
    /*padding: 25px;*/
    padding: 15px 25px 25px;
    min-height: 400px;
}
div#main-column-body-full {
    margin: 0 30px 0 70px;
    background: #ffffff;
    padding: 25px;
    min-height: 720px;
}
div#main-column-right {
    width: 280px;
    /*padding-top: 90px;*/
    padding-right: 10px;
}

img.icon {
    width: 60px;
    height: 60px;
    background:url(../images/social-share.png) no-repeat;
    opacity: 0.3;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
img.icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.icon.icon-footer-facebook{ background-position: 0 0}
.icon.icon-footer-twitter{ background-position: 0px -60px; }
.icon.icon-footer-googleplus{ background-position: 0px -120px; }
.icon.icon-footer-linkedin{ background-position: 0px -180px; }















div#main-column-body img.big-image { width: 100%; }
div#main-column-body p { line-height: 24px; text-align: justify; }
div#main-column-body p.rteright { text-align: right; }
div#main-column-body ul { line-height: 24px; }
div#main-column-body p.rtecenter { text-align: center; }
div#main-column-body hr {
    border: 0;
    margin: 50px 0;
    height: 1px;
    background-color: #DDDDDD;
}
h1#page-title { margin-bottom: 15px; font-size: 30px; }
div#references { border-top: 1px solid #FF8000; margin-top: 40px;  }
div#references .field-item { background: url('../images/arrow.png') no-repeat 5px 5px; }
div#references .field-item a { padding-left: 20px; display: block; padding-bottom: 5px; }





/* http://css-tricks.com/text-blocks-over-image/ */
#left-nav-menu { background-color: #FFF; border: 5px solid #FFF; }
#left-nav-menu a { text-decoration: none; }
#left-nav-menu #top-item {
    /*height: 100px;*/
    height: 110px;
    /*border-right: 3px solid #fff;*/
    position: relative;
}
#left-nav-menu #top-item #bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #000;
    height: 20px;
}
#left-nav-menu #top-item .title {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    line-height: 20px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#left-nav-menu a, #left-nav-menu div.text-item {
    display: block;
    margin:0;
    padding: 0.35em 0;
    /*margin-bottom: 0.5em;*/

}
#left-nav-menu a {
    border-right: 3px solid #fff;
}
#left-nav-menu .sub-item {
    height: 45px;
    margin: 0;
}
#left-nav-menu .sub-item img { float: left; }
#left-nav-menu .sub-item .title {
    width: 167px;
    padding: 0 10px;
}
#left-nav-menu .text-item {
    width: 247px;
    margin: 3px 0 3px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#left-nav-menu .text-item a {
    border:0;
}
#left-nav-menu .text-item .list-sign {
    padding-right: 10px;
    color: #848484;
}
#left-nav-menu .first-item {
    padding:0;
    margin-bottom:0.35em;
}
#left-nav-menu a:hover { border-right: 3px solid #ff8000; }

#left-nav-menu .text-item:hover a { border:0;}
#left-nav-menu .text-item:hover, #left-nav-menu a.active { border-right: 3px solid #ff8000; }

.title-box {
    width: 150px;
}


#draggableviews-table-admin_homepage_boxes-default img { width: 40%; height: auto; }
#draggableviews-table-admin_homepage_banner-default tr:nth-of-type(1) { border-bottom: 2px solid red; }



/* http://amobil.se/2011/11/responsive-embeds/ */
#wrapp {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

#wrapp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.field-type-field-collection a:hover { text-decoration: none; }
.field-name-field-technical-papers, .field-name-field-file-with-thumbnail {
    float: right;
    margin: 14px 0 0 15px;
    padding-left: 15px;
    text-align: center;
}
.field-name-field-technical-papers .content, .field-name-field-file-with-thumbnail .content {
    padding-bottom: 15px;
}
.field-name-field-technical-papers .field-name-field-thumbnail, .field-name-field-file-with-thumbnail .field-name-field-thumbnail {
    padding-bottom: 8px;
}

#block-block-3 { margin-top: 50px; }
.view-right-column-file-download {
    background-color: #FFFFFF;
    padding: 10px;
}
#block-block-4 .content {
    background-color: #FFFFFF;
    padding: 5px 10px;
}



#ref-articles-wrapper {
    border-top: 2px solid #FF8000;
    margin-top: 30px;
    padding: 10px;
}
.ref-articles-row-wrapper {
    height: 120px;
    padding: 10px;
    margin: 10px;
}
.ref-articles-row-wrapper:hover { background-color: #F2F2F2; }
.ref-articles-row-wrapper .imgbox {
    height: 120px;
    margin-right: 10px;
}
#ref-articles-wrapper .ref-articles-row-wrapper a:hover { text-decoration: none; }
#ref-articles-wrapper .ref-articles-row-wrapper h3 {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
}
#ref-articles-wrapper .ref-articles-row-wrapper p {
    height: 75px;
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
    margin: 0;
}
/*
.ref-articles-wrapper a {
    width: 100%;
    height: 90px;
    display: block;
    padding: 10px 0;
}
.ref-articles-wrapper a:hover {
    background-color: #F2F2F2;
}
.ref-articles-wrapper .first { width: 30%; }
.ref-articles-wrapper .second { width: 65%; }
.ref-articles-wrapper h3 {  color: #000000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.ref-articles-wrapper p { font-size: 12px; margin: 5px 0 0 0; }
*/


#webform-client-form-109 .form-item {
    margin: 1.4em 0;
}
#webform-client-form-109 label {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding-right: 1.4em;
    width: 80px;
}
#webform-client-form-109 input {
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
    color: #666;
    height: 1.8em;
    padding: 0.1em 0.3em;
    width: 250px;
}
#webform-client-form-109 .webform-submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #00a5e3;
    border-color: #0093cc #0093cc #0078c1;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    font-family: OpenSansRegular,Arial,Helvetica,sans-serif;
    font-size: 100%;
    height: auto;
    margin: 1em 0.4em 0;
    padding: 0.25em 0.3em;
    width: 100px;
    margin-left: 180px;
}

#area-main-wrapper .messages p { margin: 0; }

tbody { border: none; }

#edit-submitted-consent label::before { content: " * "; color: red; }


