/*
Theme Name: eeedo for Wordpress
Theme URI: http://wp-intra.com
Author: eeedo inc
Description: eeedo for Wordpress brings wordpress intra to life!
Version: 0.1.0
License: commercial
*/

@import url('css/font-awesome.min.css');
@import url('css/animate.css');
@import url('css/responsive.css');

/* wp core */

ul>li>input[type="checkbox"] {
  margin-right: 10px;
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignleft, a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignleft, .wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

body {
  font-family: 'Open Sans', sans-serif !important;
  background: #f3f3f3;
}

body>.container {
  background: #fff;
  border: 1px solid #e7e5df;
  margin: 30px auto 10px auto
}

.links {
  line-height: 1.7;
  padding: 0px 10px !important;
}

.links a {
  color: #000;
  font-size: 1.4em;
  font-family: inherit;
  font-weight: bold;
}

.links .indent {
  font-size: 0.8em;
  padding: 5px 0 10px 20px;
}

.links .sitelogo {
  max-width: 85%;
}

.intrapage .sitelogo {
  max-width: 46%;
}

.links .indent a {
  font-weight: normal;
}

.menu li {
  list-style-type: none;
}

.menu ul.submenu {
  padding-left: 20px;
}

ul.menu, .menu ul {
  padding: 0;
}

ul .sub-menu a {
  font-weight: normal;
  font-size: 1.1em;
}

ul.sub-menu {
  padding: 0 0 10px 20px;
}

.intrapage h1 {
  padding-bottom: 56px;
  font-family: inherit;
  font-weight: normal;
  font-size: 52px;
  width: auto;
  display: block;
  color: #52C7EA;
}

.intrapage h2, .page h2 {
  font-family: inherit;
  font-weight: normal;
  margin-top: 0;
}

.intrapage p, .page p {
  line-height: 1.5;
  font-family: inherit;
}

.intrapage img {
  max-width: 100%;
  height: auto;
}

.eeedo-tasktitle {}

.eeedo-taskduedate {
  font-weight: bold;
  width: 6em;
  display: block;
  color: #A09997;
}

.eeedo-task {
  position: relative;
}

.eeedo-task .envName {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  text-indent: -9999px;
  width: 75px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.eeedo-task .envName.crew {
  background-image: url('img/envs/crew.png');
}

.eeedo-task .envName.tietotemput {
  background-image: url('img/envs/tietotemput.png');
}

.eeedo-task .envName.fysioline {
  background-image: url('img/envs/fysioline.png');
}

#searchBar {
  padding-bottom: 20px;
}

#searchBar .filterWrap {
  display: inline-block;
}

#searchBar .filterWrap input {
  padding: 5px;
  vertical-align: middle;
}

#searchBar .filterWrap input.searchTasks-btn {
  color: #fff;
  border-radius: 0;
  padding: 5px 20px;
  background-color: #666;
}

#extendedEeedoTaskList .eeedo-tags, #extendedEeedoTaskList .eeedo-taskduedate {
  display: inline-block;
  font-weight: normal;
  width: auto;
  color: #6d6d6d;
}

#extendedEeedoTaskList .eeedo-tasktitle {
  display: block;
  font-size: 1.5em;
}

#extendedEeedoTaskList .eeedo-task {
  background-color: #f1ecec;
  padding: 10px;
  margin-bottom: 2px;
}

#extendedEeedoTaskList .eeedo-taskstatustitle {
  background: transparent;
  color: #000;
  font-family: inherit;
  margin-bottom: 0;
}

#extendedEeedoTaskList .eeedo-taskduedate {
  display: inline-block;
  font-weight: normal;
  width: auto;
  color: #6d6d6d;
}

#extendedEeedoTaskList h2.hanurTitle {
  margin: 0 0 20px 0;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  color: #666;
}

#extendedEeedoTaskList h2.hanurTitle:before {
  content: " ";
  transform: rotate(0deg);
  border-style: solid;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  border-width: 10px 10px 0 10px;
  border-color: #666 transparent transparent transparent;
}

#extendedEeedoTaskList h2.hanurTitle.collapsed:before {
  transform: rotate(270deg);
}

.eeedo-taskstatustitle {
  font-size: 130%;
  width: 100%;
  background-color: #E7E5DF;
  padding: 10px 10px;
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
}

.eeedo-loginform {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 50px;
}

.eeedo-loginform input[type="text"], .eeedo-loginform input[type="password"] {
  margin: 5px 0 10px;
  width: 240px;
}

.eeedo-loginform span {
  font-weight: bold;
}

.eeedo-loginform button, .eeedo-customform input[type="submit"] {
  min-width: 320px;
  border: none;
  outline: none;
  background: #52C7EA;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  margin-top: 5px;
  padding: 10px 20px;
}

.eeedo-customform select, .eeedo-customform input {
  min-height: 40px;
  font-size: 18px;
  margin: 0px 0 20px;
  min-width: 320px;
}

.eeedo-customform select {
  height: 40px;
}

.eeedogenericbutton {
  width: 100%;
  background-color: #4d4d4d;
  margin: 5px 0;
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  padding: 5px;
  border: none;
  font-weight: bold;
  line-height: 36px;
}

form.dropzone, .eeedo-customform input[name="eeedotitle"], .eeedo-customform textarea, .eeedo-customform select[name="contenttemplate"] {
  width: 550px;
}

.dropzone.minidropzone {
  height: 30px;
  width: 50%;
  color: white;
  background-color: #4d4d4d;
  margin: 5px 0px 5px 0px;
  padding: 0;
  min-height: 20px !important;
  font-weight: bold;
  border: 0 !important;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.dropzone.minidropzone dz-message {
  margin: 0 !important;
  padding: 0 !important;
}

input[list].inputWithDatalist {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAB3RJTUUH3wMHFxkH6cbPfQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAABaSURBVHjaY2RgYDAA4jkMxIEsID6FLrgOiP8TwNNwmSgNxJ/xaDwPxGz4nJSDQ+MHIFYn5B9mqA3omsOJDA9w4P1B0jiTWI0wMIFYf2IDPEB8gxh/4jOAIAAAbfwl/FxzevIAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;
  border: 0.5px solid #888;
}

#eeedofileupload {
  border: 1px dashed #ccc;
  font-size: bold;
  transition: all 0.2s ease;
}

.eeedofileupload {
  border: 1px dashed #ccc !important;
  font-size: bold !important;
  transition: all 0.2s ease;
}

.eeedofileupload .dz-message {
  margin: 0;
  line-height: 108px;
}

#eeedofileupload .dz-message {
  margin: 0;
  line-height: 108px;
}

.eeedo-task {
  padding-top: 10px;
}

.eeedo-task:hover {
  cursor: pointer;
  background: #eef9ff;
}

.fileAttachment.item {
  float: left;
  height: 29px;
  margin-bottom: 12px !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.attachImgHolder {
  background-color: #f7f7f7;
  float: left;
  height: 29px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 29px;
}

.attachImgCenterizer {
  height: 269px;
  left: -120px;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: -120px;
  width: 269px;
}

.attachImgCenterizer img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
}

.attachImgCenterizer .attachment-placeholder {
  bottom: 0;
  color: #000;
  display: block;
  font-size: 12px;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}

.attachInfo {
  float: left;
  height: 29px;
  margin: 0 !important;
  overflow: hidden;
  padding: 5px 5px;
  width: 205px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}


/* eeedo add user form */

#eeedoAddUserForm {
  position: relative;
}

#eeedoAddUserForm .loader {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  z-index: 100;
  text-align: center;
}

#eeedoAddUserForm .loader .spinner {
  display: block;
  height: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 100;
  text-align: center;
}

#eeedoAddUserForm .row {
  width: 100%;
  margin: 0 0 20px 0;
}

.passwordProgressText {
  font-size: 0.8em;
  color: #737373;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

.passwordProgressText.valid {
  color: #3c763d;
}

#password.valid, #password2.valid {
  border: 1px solid #3c763d;
}

.passwordRule1.ok, .passwordRule2.ok, .passwordRule3.ok {
  color: #3c763d;
  text-decoration: line-through;
}

#eeedoAddUserForm .row label input, #eeedoAddUserForm .row label select {
  display: block;
  padding: 0 5px;
  font-weight: normal;
  margin: 0;
  width: 100%;
}

.passwordLabel, .firstnameLabel, .lastnameLabel {
  width: 49.6%;
}

.phoneLabel, .emailLabel, .unitLabel, .roleLabel {
  width: 100%;
}

#eeedoAddUserForm button {
  width: 100%;
  background: #52c7ea;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 5px;
  min-width: 290px;
  outline: none;
  padding: 10px 20px;
}

.modalSubTitle {
  font-weight: bold;
}

#eeedoUserlist {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

#eeedoUserTable {
  width: 100%;
}

#eeedoUserTable tr:hover>td {
  background-color: #f2f2f2;
}

#eeedoUserTable tr.admin td {
  background-color: transparent;
}

#eeedoUserTable tr.user td {}

#eeedoUserTable tr.blocked td {
  text-decoration: line-through;
}

#eeedoUserTable td, #eeedoUserTable th {
  padding: 5px;
}

#eeedoUserTable button {
  border: none;
  background: transparent;
  color: #52c7ea;
}

#showBlocked {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}


/* new styling */

header.header {
  background-color: #000;
}


/* MAIN TOP BAR BACKGROUND COLOR */

footer {
  margin: 10px auto 20px auto;
}

section.main-body {
  margin-top: 25px;
}

#maintitle .header_logo {
  max-height: 42px;
  margin: 25px 0px;
}

#maintitle .header_logo {
  max-height: 42px;
  margin: 25px 0px;
}

#maintitle #title-img {
  max-width: 100%;
  height: auto;
  max-height: 30px;
  margin: 0;
}

#maintitle #header-intratxt {
  position: absolute;
  top: 7px;
  left: 170px;
  color: white;
  font-family: 'Helvetica Rounded LT W01 Bold', sans-serif;
}

#maintitle .loginMenu {
  max-height: 42px;
  margin: 19px 0px 0;
  float: right;
  text-align: right;
}

#maintitle .loginMenu .userInfo {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
}

#maintitle .loginMenu .userInfo .fa {
  display: inline-block;
  text-transform: uppercase;
}

#maintitle .loginMenu .userInfo .userName {
  padding-left: 5px;
}

#maintitle .loginMenu .logoutLink {
  color: #fff;
  font-size: 1em;
  margin: 0 0 0 20px;
  vertical-align: middle;
  text-align: center;
  border-radius: 6px;
  height: 40px;
  display: inline-block;
  background-color: #52c7ea;
  padding: 10px;
}

#maintitle .loginMenu .logoutLink:hover, #maintitle .loginMenu .logoutLink:focus {
  background: #52c7ea;
  text-decoration: none;
}

.links {
  padding: 0 10px !important;
}

.links a {
  font-family: 'HelveticaNeueETW01-55Rg', sans-serif;
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 1.9em
}

.links a:hover {
  color: #000;
  text-decoration: underline;
}

.links a:visited, .links a:active {
  color: #000;
}

#main-nav.links>div {
  background-color: #fff;
  padding: 10px 20px;
  border: #e7e5df 1px solid;
}

#logoutMobile {
  display: none;
}

.dropdown.open .fa {
  transform: rotate(180deg);
}

.dropdown .fa {
  margin-left: 5px;
}

#menu-icon {
  float: right;
  margin-top: 19px;
  display: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  padding: 10px 8px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

#menu-icon.active {
  background-color: #ad0000;
}

#menu-icon .menu-icon-line {
  width: 24px;
  height: 4px;
  margin-bottom: 4px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 1px;
}

#logoutMobile {
  display: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background: transparent;
  color: #666;
}

.menu ul.submenu {
  padding-left: 0;
}

.mainmenu-select {
  position: absolute;
  background-color: #f2f2f2;
  z-index: 2;
  width: 100%;
}

.mainmenu-select.active {}

.mainmenu-select>li {
  padding: 8px;
  cursor: pointer;
}

.mainmenu-select>li.placeholder>i {
  float: right;
  margin-top: 5px;
}

.intrapage .content {
  background-color: #fff;
  padding: 15px;
}

.intrapage {
  padding: 0 15px;
  min-height: 250px !important;
}

.intrapage p {
  font-family: 'Muli', sans-serif;
  color: #4d4d4d;
  margin: 12px;
}

.intrapage .block {
  background-color: #fff;
  padding: 10px 20px;
  margin: 20px 0;
}

.intrapage h2.pageTitle {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.intrapage h1, .intrapage h2 {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.intrapage h3, .intrapage h4 {
  color: #333;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.intrapage h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
}

.intrapage h3 {
  margin: 16px 0 7px 0;
  font-size: 18px;
}

.intrapage h4 {
  margin: 10px 0 5px 0;
  font-size: 15px;
}

.intrapage a {
  color: #52c7ea;
  text-decoration: none;
}

.intrapage a:hover {
  color: #ccc;
  text-decoration: none;
}

.intrapage a:visited, .intrapage a:active, .intrapage a:focus {
  text-decoration: none;
}


/* login page */

.loginpage {
  float: none !important;
  margin: auto;
}

.loginpage .eeedo-loginform {
  width: 100%;
  margin: 0 auto;
  font-family: 'Muli', sans-serif;
  border: #e7e5df 1px solid;
  background-color: #fff;
  padding-bottom: 20px;
}

.loginpage .eeedo-loginform form {
  margin: auto;
  max-width: 80%;
  padding-top: 30px;
}

.loginpage .eeedo-loginform input[type="text"], .eeedo-loginform input[type="password"], .eeedo-loginform input[type="email"] {
  width: 100%;
  padding: 10px 5px;
}

.loginpage .eeedo-loginform button, .eeedo-customform input[type="submit"] {
  width: 100%;
  background-color: #52c7ea;
  font-size: 17px;
  text-transform: uppercase;
}

.eeedo-customform input[type="submit"].loading {
  background: #ccc !important;
  cursor: default !important;
}

.loginpage ul.error-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #f00;
}

.loginpage .logoutButton {
  color: #fff;
  background-color: #52c7ea;
  padding: 20px 40px;
  display: block;
  width: 200px;
  margin: 0 auto;
}

.loginpage .logoutButton:hover {
  color: #fff;
}

.eeedo-loginform {
  position: relative;
}

.eeedo-loginform .loader {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  z-index: 100;
  text-align: center;
}

.eeedo-loginform .loader .spinner {
  display: block;
  height: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 100;
  text-align: center;
}

.forgotPassword, .forgotPassword-back {
  text-align: center;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  padding: 0;
}


/* tiedotteet */

.tiedote_box {
  padding: 1em;
  border: #e7e5df 1px solid;
  float: left;
  width: 100%;
  background-color: #fff;
}

.tiedote_box.clickable {
  cursor: pointer;
}

.tiedote {
  width: 265px;
  height: auto;
  display: block;
  border: 0px solid #f2f2f2;
  margin-bottom: 20px;
  overflow: hidden;
}

.tiedote_img {
  margin: -1em;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #e7e5df;
}

.tiedote_img img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tiedoteTags {
  display: none;
}

.tiedoteTags, .tiedoteText {
  padding-bottom: 5px;
}

.tiedoteTag {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  background-color: #f00;
  padding: 2px 10px;
  margin-right: 10px;
}

.tiedoteDate {
  display: none;
  color: #aaa;
  display: block;
  font-size: 0.8em;
  margin-top: -10px;
  padding: 5px 0;
}

h3.tiedoteTitle {
  margin-bottom: 10px;
  margin-top: 0;
}

.tiedoteActions {
  display: none;
}

.tiedoteAttachments {
  background-color: #fff;
  border: 1px solid #e7e5df;
  float: left;
  padding: 1em;
  width: 100%;
  border-top: 0;
}

.tiedoteSocialMedia {
  background-color: #fff;
  border: 1px solid #e7e5df;
  float: left;
  padding: 0.25em;
  width: 100%;
  border-top: 0;
}

.accent-color {
  color: black;
}

.tiedoteSocialMediaShared {
  padding-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.tLightBox .featherlight-content {
  max-width: 50%;
}

.iframe-topbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  display: block;
  background: #fff;
  z-index: 100;
}

.featherlight-close-icon {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}

.featherlight .featherlight-close-icon {
  line-height: 40px !important;
  width: 40px !important;
}

.tiedoteLightBox {
  display: none;
}

.tiedoteLightBox_img {
  margin-bottom: 20px;
}

.tiedoteLightBoxTitle {
  margin-bottom: 20px;
  font-style: inherit;
  color: inherit;
}

.tiedoteLightBoxContent {}

.tiedoteLightBox_img img {
  max-width: 100%;
  height: auto;
}

.tiedoteReadMoreButton {
  display: block;
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
  background-color: #979797;
  max-width: 150px;
  text-align: center;
  padding: 6px 0;
  border-radius: 6px;
}

.tiedoteLightBoxAttachments {
  padding-top: 5px;
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
}

.tiedoteLightBoxAttachments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tiedoteLightBoxAttachments li {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}

.tiedoteLightBoxAttachments li .attachInfo {
  display: inline-block;
  width: auto;
}

.sweet-alert {
  font-family: inherit;
}

.tiedoteDate {
  display: block;
}

.tiedoteActions {
  display: block;
}

.tiedoteCommentCount {
  display: block;
  float: right;
  height: auto;
  position: relative;
  width: auto;
}

.tiedoteCommentCount .numBackground {
  color: #666;
  font-size: 1.5em;
}

.tiedoteCommentCount .numBackground .fa {
  transform: rotateY(180deg);
}

.tiedoteCommentCount .number {
  bottom: 0;
  color: #fff;
  font-size: 0.8em;
  left: 0;
  margin: auto;
  padding-top: 7px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}

.tiedote-topbar {
  background-color: #fff;
  border: 1px solid #e7e5df;
  float: left;
  width: 100%;
  border-bottom: 0;
  min-height: 50px;
  padding: 1em 1em 0em 1em;
}

.tiedote-profilepic {
  float: right;
}

@media only screen and (max-width: 800px) {
  .tLightBox .featherlight-content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 550px) {
  .passwordLabel, .firstnameLabel, .lastnameLabel {
    width: 100%;
  }
  #eeedoUserlist {
    overflow: scroll;
  }
}
