/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
page-wrapper
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

#page-wrapper {
  min-height: 100%;
}



/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Fix CKEditor style
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

table.cke_editor {
  background: transparent;
  border: 0;
}

table.cke_editor td {
  padding: 0;
  background: transparent;
  border: 0;
}

/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Poll, Buttons, Form
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/



/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Menus and item lists
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

ul.inline {
  clear: both;
}

/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Admin Tabs
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

.nav-tabs > li.active > a {
  background: #eee;
  border-color: #ddd;
}

ul.secondary {
  padding: 0;
  margin: 0;
  clear: both;
  background: #666;
  border-bottom: none;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a,
ul.secondary li a:link {
  display: block;
  float: left;
  padding: 0 1em;
  line-height: 1.5385em;
  border: none;
}

ul.secondary li a:hover,
ul.secondary li a.active {
  color: #fff;
  text-decoration: none;
  background: #888;
}

ul.secondary a.active {
  border-bottom: none;
}

/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Tabs and Tags
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

/*.views-row {
  padding: 4px;
  margin: 10px auto 10px -4px;
}


.views-row-even {
  background: #fff;
}

.field-name-field-tags div {
  display: inline;
}*/

/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Profile
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}



/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Comments
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

.comment h2.title {
  margin-bottom: 1em;
}

.comment div.user-picture img {
  margin-left: 0;
}

.comment {
  margin: 0px 0px;
  color: #000;
}

.comment-text {
    margin: 0.75em;
}

.comment .comment-submitted > p {
  margin: 0;
}

.comment p.commenter-name {
  font-weight: 700;
}

.comment .attribution {
  border-bottom: 1px solid #DDD;
}

.comment-new span.new {
  display: none;
}

textarea.special {
  display: none;
}

/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Form Elements
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

form .item-list ul > li {
  padding: 0;
  margin: 0;
}

form fieldset {
  position: relative;
  top: 12px;
  padding: 0 0 10px;
  margin-top: 10px;
  margin-bottom: 32px;
  background: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 .2em;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -khtml-border-radius-topright: 0;
    -moz-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
    -moz-border-radius-topleft: 0;
}

.filter-help a {
  padding: 2px 20px 0;
  font-size: .857em;
}

.filter-guidelines {
  padding: 0 1.5em 0 .5em;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding-top: 10px;
}

fieldset.collapsed {
  background: transparent;
  -webkit-border-radius: 0;
   -khtml-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

fieldset legend {
  position: absolute;
  top: -12px;
  left: -1px;
  display: block;
  width: auto;
  height: 2em;
  padding: 0 10px 0 0;
  font-size: inherit;
  line-height: 2;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
   -khtml-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
       -o-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

fieldset.collapsed legend {
  -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  font-style: italic;
  line-height: 1.42857143;
}

.password-suggestions ul > li {
  margin-left: 1.2em;
}

.form-control {
  background: #f9f9f9;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  padding-bottom: .4285em;
  margin-bottom: .5em;
  border-bottom: 1px solid #D3D7D9;
}

.search-results li:last-child {
  padding-bottom: 0;
  margin-bottom: 1em;
  border-bottom: 0 none;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.search_block {
  margin: 8px 0;
}
.region-search {
  padding-top:8px;
}

#top-area {
  margin-bottom: 1%;
  clear: both;
}

#top-area {
  position: relative;
}

#top-area .block {
  margin: 0;
}

#top-area .block p {
  margin: 0;
}

#top-area h2 {
  padding: 9px 10px 0;
  margin: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

#top-area .column .content {
  padding: 10px;
}

#top-area .column:first-child {
  margin-left: 0;
}

#top-area .column-title {
}

#top-area li {
  border-bottom: 1px dashed #555;
}

.region-user-menu h2 {
  display: none;
}

.region-user-menu ul > li {
  display: inline-block;
  padding: 0 10px;
  line-height: 100%;
  background: none;
  border-right: 1px solid #636363;
}

.region-user-menu ul > li.last {
  padding-right: 0;
  border: 0;
}

.footer_block {
  clear: both;
}

.footer_block .column {
  border: 1px solid #F0F0F0;
}

.clients {
  height: 71px;
}

.page-blog article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
}

.page-blog article footer {
  padding: 5px 10px;
  background: #F3F3F3;
  border: 1px solid #E7E7E7;
}

@media only screen and (min-width: 768px) {
  #header .navbar-default .navbar-collapse {
    margin-top: 1.5em;
    border: 0 none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  #header .navbar-form .input-group .form-control {
    min-width: 280px;
  }

  #header .navbar-default .navbar-collapse li {
    background: #fff;
  }

  #header .navbar-form {
    margin-top: 15px;
  }

  #header .navbar-form #edit-search-block-form--2 {
    min-width: 270px;
  }

  #header .navbar-right {
    padding-right: 15px;
    width: 50%;
  }

  #sidebar-first {
    border: 0 none;
  }

  .node-type-osiosivu #sidebar-first {
    margin-top: 25px;
  }

  .node-type-sivu #sidebar-first {
    margin-top: 0;
  }

  #sidebar-first .navbar-nav .expanded {
  /*  border-left: 1px solid #F79239;
    background-color: rgba(136, 51, 23, 0.05);*/
  }

  /*#sidebar-first .navbar-nav .expanded .navbar-nav .expanded {
    border-left: 1px solid #ddd;
  }*/

  #footer #local-links .navbar-nav li {
    display: inline-block;
    float: none;
  }


}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  #header .navbar-nav:first-child,
  #sidebar-first .navbar-nav:first-child {
  }

  #header .navbar-nav {
    float: left;
  }

  .region-search {
    padding-top:8px;
  }

  .navbar-collapse {
    padding-right: 0;
  }

  #sidebar-first .navbar-nav:first-child {
    padding: 10px;
  }

}

@media only screen and (max-width: 450px) {
  .boxlink .media-left {
    display: block;
  }
}

.contextual-links-wrapper {
  display:none;
}

#content .views-throbbing,
#content .ajax-progress-throbber .throbber
{
        background:url(/sites/all/themes/papunet_fusion/images/throbber-30.gif) no-repeat top center;
        width: 80px;
        height: 10px;
}

#content .throbber {
        width: 32px;
        height: 32px;
        margin: auto;
}


.rightside_floater {
 float: right;
 width:100%;
}
.media-left {
    padding-left: 0px;
}
.media-left > img {
    width: 100%;
    height: auto;
}
.media-body {
    width: calc( 100% - 120px );
    padding: 3px 12px 3px 12px;
    line-height: 18px;
}




@media (max-width:992px) {
.media-left > img {
 max-width:110px;
}
#container {
 padding-top:13px;
}
.media-body h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.media-body {
    padding: 0em 0em 0em 0.5em;
}

}

@media (max-width:600px) {
.media-left > img {
   max-width:75px;
}
}


div.messages {
  overflow: auto;
}
