@import "base.css";

/* Info, message, warning and error boxes
-------------------------------------------------------------- */

.info, .message, .warning, .error {
	border: #E2E2E2 1px solid;
	margin: 10px 2px 10px 2px;
	padding: 10px 20px 20px 50px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.info h3, .message h3, .warning h3, .error h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.info p, .message p, .warning p, .error p,
.info li, .message li, .warning li, .error li {
	padding: 0;
	margin: 5px 0 0 0 ;
	font-size: 11px;
	font-weight: normal;
}
.info {
	background: #EFEFEF url(../images/misc/info_box.gif) no-repeat scroll 10px 10px;
}
.message, .warning, .error {
	background: #EFEFEF url(../images/misc/message_box.gif) no-repeat scroll 10px 10px;
}

.message, .error {
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}

.error {
    color: #ff0000;
}

ul.messages {
    list-style-type: none;
    margin: 0px;
}





body {
    background: url(../images/layout/background_dark.png) repeat 0 0;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    color: #333333;
}

a, a:active, a:visited {
    color: #333333;
    text-decoration: underline;
}

a:hover {
   color: #000;
}

.clear {
    clear: both;
}

hr.clear {
    width: 100%;
    background: transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#wrap-site {
    float: left;
    width: 100%;
    background: url(../images/layout/background_light.png) repeat 0 0;
}

.wrap-width {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#wrap-outer {
    width: 100%;
    float: left;
    background-image: url(../images/layout/background_gradient.png);
}

#section-subheader {
    width: 100%;
    background: url(../images/layout/background_dark.png) repeat 0 0;
    height: 32px;
}

#section-subheader .wrap-width {
    text-align: right;
}

#section-subheader .list-contact {
    display: inline-block;
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
}

#section-subheader .list-contact li {
    display: inline;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 12px;
}

#section-header {
    float: left;
    clear: both;
    width: 100%;
    background: transparent url(../images/layout/header_gradient.png) repeat-x 0 0;
    padding: 20px 0 0 0;
}

#section-header #image-logo {
    float: left;
    width: 221px;
    height: 96px;
    background: url(../images/layout/header_logo.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
}

#list-nav {
    float: right;
    list-style: none;
    margin: 20px 0;
    padding: 0 0 2px;
    font-weight: lighter;
}

#list-nav li {
    float: left;
}

#list-nav li a {
    float: left;
    margin: 0;
    padding: 13px 0px;
    font-size: 20px;
    text-decoration: none;
}

#list-nav li a span {
    float: left;
    height: 100%;
    /*margin: 0 0 13px 0;*/
    padding: 10px 20px 12px;
}

#list-nav li a:hover {
    background: transparent url(../images/layout/nav_hover.png) no-repeat center bottom;
}

#list-nav li.selected a,
#list-nav li.selected a:hover {
    background: transparent url(../images/layout/nav_selected.png) no-repeat center bottom;
}

#list-nav li a:hover span,
#list-nav li.selected a span,
#list-nav li.selected a:hover span {
    border-style: solid;
    border-color: #dddddd;
    border-width: 0 1px;
    padding-left: 19px;
    padding-right: 19px;
    cursor: pointer;
}

#list-nav li a:hover span {
    border-color: #eee;
}


/*#section-header #list-nav li.selected a, #section-header #list-nav li.selected a:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    padding: 4px 10px;
    background: #FFF;
    border: 1px solid #eee;
}

#section-header #list-nav li a, #section-header #list-nav li a:active, #section-header #list-nav li a:visited {
    text-decoration: none;
}

#section-header #list-nav li a:hover {
    padding: 3px 9px;
    border: 1px solid #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
*/
#section-content {
    float: left;
    width: 100%;
    padding: 0 0 70px;
    margin-top: 15px;
}

.col-onethird {
    float: left;
    width: 295px;
    margin: 0 20px 0 0;
}

#block-sub {
    font-size: 13px;
    margin-left: 5px;
}

#block-sub h1 {
    font-size: 1.6em;
    margin: 0 0 1em 0;
}

#block-sub #list-subnav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: lighter;
}

#block-sub #list-subnav li {
    border-bottom: 1px solid #DBDBDB;
}

#block-sub #list-subnav li a,
#block-sub #list-subnav li a:active,
#block-sub #list-subnav li a:visited {
    color: #333333;
    display: block;
    font-size: 16px;
    padding: 2px 14px;
    text-decoration: none;
    width: 270px;
}

#block-sub #list-subnav li a:hover,
#block-sub #list-subnav li.selected ul a:hover {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #000000;
}

#block-sub #list-subnav li a:active {
    background: none repeat scroll 0 0 #FFFFFF;
}

#block-sub #list-subnav li.selected a,
#block-sub #list-subnav li.selected a:active,
#block-sub #list-subnav li.selected a:hover {
    background: url("../images/layout/link_arrow.png") no-repeat scroll right center #FF6600;
    color: #FFFFFF;
    text-decoration: none;
}

#block-sub #list-subnav ul {
    list-style:none outside none;
    margin: 0;
    padding: 0;
}

#block-sub #list-subnav ul li.active,
#block-sub #list-subnav ul li.active a,
#block-sub #list-subnav ul li.active a:hover {
    /* it's called .active as flowplayer scrollable plugin requires it */
    background: #ff6600 url(../images/layout/link_arrow.png) no-repeat right center;
    color: #FFFFFF;
    text-decoration: none;
}


/* subcontent */

#section-team {
    float: left;
    clear: left;
    width: 100%;
    margin: 15px 0 40px;
    background: #000;
    overflow: hidden;
}

#section-team .wrap-width {
    position: relative;
    height: 260px;
    background: #000;
    overflow: hidden;
}

#section-team .wrap-width .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/layout/subcontent_overlay.png) no-repeat center bottom;
    z-index: 90;
}

#section-team .wrap-width .prev,
#section-team .wrap-width .next {
    position: absolute;
    width: 27px;
    height: 36px;
    top: 100px;
    cursor: pointer;
    text-indent: -9999px;
    overflow:hidden;
    display: none; /* start off not there (with no javascript, wouldnt be used anyhow) */

    background-image: url(../images/layout/arrow_directions.png);
    background-repeat: no-repeat;
    z-index: 99;
}

#section-team .wrap-width .prev {
    left: 10px;
    background-position: 0 0;
}

#section-team .wrap-width .next {
    background-position: -27px 0;
    right: 10px;
}

#section-team .wrap-width .prev.disabled,
#section-team .wrap-width .next.disabled {
    display: none !important;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 960px;
    height:228px;
    padding: 20px 0;

    display: none; /* start hiding... doesn't matter if there is no javascript, as it wouldn't work anyhow */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin-top: 10px;
	margin-left: 400px;
}

.scrollable .items .item {
	float:left;
	position: relative;
    height: 208px;
    width: 173px;
    margin: 0 30px 0 0; /* margin right is used to dynamically calculate wallpaper width later */
    padding: 0;
}

.scrollable .items .item .frame {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/layout/frame.png) no-repeat 0 0;
}

.scrollable .items .item .frame .image-block {
    position: absolute;
    top: 19px;
    left: 20px;
    overflow: hidden;
    width: 123px;
    height: 160px;
}

.scrollable .items .item .frame img {
    position: absolute;
    top: 19px;
    left: 20px;
}

.scrollable .items .item .frame .image-block img {
    position: relative;
    top: 0;
    left: 0;
}

.scrollable .items .item .frame .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/layout/frame.png) no-repeat 0 -207px;
}

.scrollable #wallpaper {
    position: absolute;
    top: -60px;
    left: -400px;
    width: 9999em; /* nice healthy width */
    height: 300px;
    background: transparent url(../images/layout/subcontent_background.png) repeat 0 0;
}

.scrollable #clock {
    position: absolute;
    top: 20px;
    left: -300px;
    width: 120px;
    height: 120px;
}

.scrollable #plate {
    position: absolute;
    top: 150px;
    left: -300px;
    width: 110px;
    padding: 2px 5px;
    background: #000;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #666;
}



.text-profile {
    display: none;
}


.col-twothirds {
    float: left;
    width: 640px;
    margin: 0 20px 0 0;
    overflow: hidden;
}


.col-twothirds object {
    margin: 15px auto 0 auto;
    width: 560px;
    display: block;
    -webkit-box-shadow: 0 3px 10px 3px #999;
    -moz-box-shadow: 0 3px 10px 3px #999;
    box-shadow:0 3px 10px 3px #999;
}

.col-onethird.last, .col-twothirds.last {
    margin-right: 0;
}

.col-twothirds.last.solutions {
    background: url(../images/layout/grey_pixel.png) repeat-x bottom;
    line-height: 0;
}

.col-fullwidth {
    float: left;
    clear: both;
    width: 100%;
}

.col-fullwidth #list-subnav {
    list-style: none;
    margin: 18px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
}

.col-fullwidth #list-subnav li {
    float: left;
    width: 160px;
    height: 130px;
}

.col-fullwidth #list-subnav li a {
    cursor: pointer;
    float: left;
    width: 160px;
    height: 130px;
    background: url(../images/layout/solutions_nav.png) no-repeat;
    background-position: 0px 0px;
}

.col-fullwidth #list-subnav li.item-mobile-internet a {
    background: url(../images/layout/solutions_nav_right.png) no-repeat;
}

.col-fullwidth #list-subnav li.selected a, .col-fullwidth #list-subnav li.item-mobile-internet.selected a {
    background-position: 0px -286px;
}

.col-fullwidth #list-subnav li.item-clinical-communities a span {
    background-image: url(../images/icons/icon-online-communities.png);
    background-position: center 28px;
}

.col-fullwidth #list-subnav li.item-patient-adherence a span {
    background-image: url(../images/icons/icon-patient-adherence.png);
    background-position: center 26px;
}

.col-fullwidth #list-subnav li.item-video-streaming a span {
    background-image: url(../images/icons/icon-video-streaming.png);
    background-position: center 24px;
}

.col-fullwidth #list-subnav li.item-online-education a span {
    background-image: url(../images/icons/icon-online-education.png);
    background-position: center 30px;
}

.col-fullwidth #list-subnav li.item-ecommerce a span {
    background-image: url(../images/icons/icon-ecommerce.png);
    background-position: center 27px;
}

.col-fullwidth #list-subnav li.item-mobile-internet a span {
    background-image: url(../images/icons/icon-mobile-internet.png);
    background-position: center 21px;
}

.col-fullwidth #list-subnav li.item-ipad a span {
    background-image: url(../images/icons/icon-ipad.png);
    background-position: center 29px;
}



.col-fullwidth #list-subnav li a {
    width: 100%;
    height: 143px;
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.col-fullwidth #list-subnav li.selected a:hover {
    background-position: 0px -286px;
    color: inherit;
}

.col-fullwidth #list-subnav li a:hover {
    background-position: 0px -143px;
    color: #000;
}

.col-fullwidth #list-subnav li a span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 100px 0 0;
    background-color: transparent;
    background-position: center 16px;
    background-repeat: no-repeat;
}

.fullsublink {
    width: 100%;
    background: url(../images/layout/sub_separator.png) no-repeat top center;
    padding: 4px 0 0;
}

.fullsublink a, .fullsublink a:active, .fullsublink a:visited {
    padding: 4px 25px 4px 5px;
    background: #FF6600 url(../images/layout/link_arrow.png) no-repeat right center;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}

.fullsublink a:hover {
    background-color: #333333;
    color: #FFFFFF;
    text-decoration: none;
}

#box-clients {
    float: left;
    width: 639px;
    background: url(../images/layout/background_dark.png) repeat 0 0;
    border-style: solid;
    border-color: #bdbdbd;
    border-width: 1px 0 0 1px;
}

#box-clients ul {
    float: left;
    width: 638px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0;
}

#box-clients li {
    float: left;
    width: 318px;
    height: 145px;
    background: #FFF;
    border-style: solid;
    border-color: #bdbdbd;
    border-width: 0 1px 1px 0;
}

#box-clients li .image-client {
    width: 100%;
    padding: 13px 0 0;
    height: 100px;
    background: #FFFFFF;
    text-align: center;
}

#box-clients li .text-client {
    display: block;
    width: 298px;
    height: 22px;
    padding: 5px 10px;
    background: #f6f6f6;
    font-size: 14px;
}

#section-breadcrumb {
    font-size: 12px;
    padding: 0 0 10px 0;
}

#wrap-columns {
    height: 420px;
    margin: 0 0 10px;
}

#section-footer {
    background: url(../images/layout/background_dark.png) repeat 0 0;
    float: left;
    clear: left;
    width: 100%;
    border-top: 1px solid #cbcbcb;
    padding: 5px 0 0;
    font-size: 12px;
    color: #656565;
}

#section-footer .wrap-width {
    height: 40px;
}

#section-footer #text-address {
    position: absolute;
    top: 0;
    left: 0;
}

#section-footer #text-copyright {
    position: absolute;
    top: 0;
    right: 0;
}

#section-footer #text-copyright a {
    font-size: 0.9em;
}

h4 {
    clear: both;
}


/*
map specifics
*/

#map-box {
    background: url(../images/map/background.png) no-repeat 0 0;
    width: 640px;
    height: 356px;
    position: relative;
    z-index: 0;
    overflow: hidden; /* to hide all images inside, whilst loading */
}

#map-box #map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
}

#map-box .map-layer {
    /* display is set inline to ensure images don't show during loading */
    position: absolute;
    top: 0;
    left: 0;
}



/*
contact form
*/

.contactform {
    margin: 40px 0 0;
}

.contactform label {
    width: 100%;
    display: block;
    text-align: right;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}

.contactform #id_name, .contactform #id_email, .contactform #id_subject {
    border: 1px solid #BBBBBB;
    padding: 3px;
    margin: 0;
    width: 300px;
}

.contactform #id_name:focus, .contactform #id_email:focus, .contactform #id_subject:focus {
    border-color: #333;
}

.contactform .field-content label {
    display: none;
}

.contactform .input-submit {
    background: #ff902f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0 none;
    padding: 5px;
    color: #FFF;
    cursor: pointer;
}

.contactform .errorlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contactform .errorlist li {
    color: red;
    font-size: 10px;
}



/*
page specifics
*/

#page-home #block-sub p {
    font-size: 17px;
}

#page-home .fullsublink a {

}

#page-home #block-sub {
    margin-top: 60px;
}

/*

#page-ecommerce #block-sub,
#page-mobile-internet #block-sub,
#page-social-media #block-sub,
#page-online-education #block-sub,
#page-user-insight #block-sub,
#page-patient-adherence #block-sub,
#page-video-streaming #block-sub {
    margin-top: 60px;
}
*/

/*
profile pages
*/

.profile-block {
    font-size: 14px;
}

.profile-block .profile-picture {
    float: left;
    margin: 0 20px 20px 0;
}


/*
epatient specific
*/

#page-epatient .contactform {
    margin: 40px 0 0;
}

#page-epatient textarea {
    height: 140px;
}


/*
code slider plugin
Most common stuff you'll need to change */

#section-slider {
    float: left;
    clear: both;
    width: 100%;
}

#section-slider .wrap-width {
    width: 1030px;
}

.coda-slider-outer-wrapper {
    width: 1030px;
    margin: 0 auto;
    overflow: hidden;
}

.coda-slider-wrapper {
    padding: 10px 0;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.coda-slider {
    background: #fff;
    width: 100%;
    border: 5px solid #fff;
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
    width: 950px;
}

.coda-slider-wrapper .column-text {
    float: left;
    width: 320px;
    margin: 0 40px 0 0;
    padding: 20px 0 0;
    font-size: 14px;
}

.coda-slider-wrapper .column-image {
    float: left;
    width: 440px;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 930px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0; }

/* Arrow styling */
.coda-nav-left a {
    margin: 180px 0 0 0;
    background: url(../images/layout/slider_arrow_left.png) no-repeat top right;
    display: block;
    width: 40px;
    height: 65px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 999;
}

.coda-nav-right a {
    margin: 180px 0 0 0;
    background: url(../images/layout/slider_arrow_right.png) no-repeat top left;
    display: block;
    width: 40px;
    height: 65px;
    text-indent: -9999px;
    overflow: hidden;
}

/* Tab nav */
.coda-nav ul li a.current { background: #39c }

/* Panel padding */
.coda-slider .panel-wrapper { padding: 5px 20px; height: 395px; }


.coda-slider .panel .panel-wrapper {
    width: 883px;
/*    height: 350px;*/
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    margin: 3px;
}


/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }



/*
coda slider plugin
Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav {
    width: 1030px !important;
}
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; margin-left: 20px; }
.coda-nav ul li { display: inline }
.coda-nav ul {
    clear: both; display: block; margin: auto; overflow: hidden;
}

.coda-nav ul li {
    display: inline-block;
    width: 140px; /* this needs to be stated here, so they're all the same */
}

.coda-nav ul li a {
    display: inline-block;
    width: 110px;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.coda-nav ul li a:hover {
    background: transparent url(../images/layout/slider_hover.png) repeat-x center bottom;
}

.coda-nav ul li a.current,
.coda-nav ul li a.current:hover  {
    background: transparent url(../images/layout/slider_selected.png) repeat-x center bottom;
}

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative; height: 415px; }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

/*
uniform
*/

.uniForm .ctrlHolder {
    border-color: #444;
    padding: 10px;
}

.uniForm .ctrlHolder.error .errorField {
    background: #8f2802;
    color: #fff;
    padding: 4px 2px;
}

.uniForm .ctrlHolder.focused {
    background: #e9e9e9;
}

.uniForm .ctrlHolder.error,
.uniForm .ctrlHolder.error.focused {
    background: #F3F3F3;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: #444;
}

.uniForm ul, .uniForm ol {
    float: left;
    width: 50%;
}

.uniForm .footer {
    clear: left;
    margin: 0.4em 2% 0px 35%;
}

.uniForm .footer p.additional {
    clear: left;
    margin: 0 0 3px;
    padding: 0;
    font-size: 0.8em;
}

.uniForm input, .uniForm textarea {
    font-size: 0.8em;
}

.uniForm .cancel {
    float: right;
    font-size: 1em;
    padding: 2px 0 0 0;
}

/* workshops */

#team {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

#team h4 {
    font-size: 1.2em;
    margin: 0;
}

#team li {
    float: left;
    width: 220px;
    height: 170px;
    margin-right: 10px;
}

#questions .uniForm .formHint {
    float: none;
    clear:both;
    width: auto;

}
.video-content {
    width: 448px;
    height: 280px;
    display: block;
    margin-bottom: 10px;
}

/* eisai workshop specifics */
/* override some default styles to move two sections next to each other */
body.workshop-epilepsy-medical-education-platform #section-header #image-logo {
    background: url(../images/layout/header_logo_new.png) no-repeat 0 0;
}

body.workshop-epilepsy-medical-education-platform #div_id_form-0-answer {
    float: left;
    width: 460px;
    border-bottom: none;
}
body.workshop-epilepsy-medical-education-platform #div_id_form-1-answer {
    clear: none;
    border-bottom: none;
}
body.workshop-epilepsy-medical-education-platform #div_id_form-2-answer{
    border-top: 1px solid #444;
}

body.workshop-epilepsy-medical-education-platform #hint_id_form-0-answer {
    padding-top: 6em;
}
