﻿/*
© Copyright 2021 Theum AG. all rights reserved worldwide.
Use of this software is subject to the terms of the Theum License Agreement.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.share-tb {
 position: absolute;
 right: 10px;
 top: 10px;
 z-index: 100;
}

.share-tb-btn {
 border-radius: 20px;
 float: left;
 width: 32px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 16px;
 box-sizing: border-box;
 cursor: pointer;
 color: #ffffff;
 background-color: #4d4d4d;
 padding-top: 1px;
}

#yj-share-button, #share-tb-abc {
	display: none;
}

#share-tb-abc {
	width: 35px;
}

#abc a {
	color: #ffffff !important;
}

.fa-yammer {
	background: url(../images/yammer-brands.svg) no-repeat top left;
	background-size: contain;
	margin: 9px;
	height: 50%;
	width: 50%;
	font-size: inherit;
}

.Book-Cover .share-tb-btn, .Document-Root-Topic .share-tb-btn, .Document-Topic .share-tb-btn, .Section-Topic .share-tb-btn, .answer-result-page .share-tb-btn, .topic-result-page .share-tb-btn, .document-result-page .share-tb-btn {
 margin-left: 3px;
} 

.sortBtns .share-tb-btn {
 margin-left: 0px;
width: 35px;
}

.share-tb-btn:hover {
 opacity: 0.9;
}

#share-tb-help {
 background-color: #82d24e;
}

#share-tb-print {
 background-color: #0089ab;
}

#share-tb-expand {
 background-color: #8f5aad;
}

#share-tb-sort {
 background-color: #314d5b;
}

#share-tb-pdf {
 background-color: #920822;
}

#share-tb-epub {
 background-color: #047a3e;
}

#share-tb-src {
 background-color: #ee7933;
}

#share-tb-mng {
 background-color: #4e58cb;
}

#share-tb-con {
 background-color: #d13b7b;
}

#share-tb-linkedin {
 background-color: #0077b5;
}

#share-tb-xing {
 background-color: #006567;
}

#share-tb-facebook {
 background-color: #3b5998;
}

#share-tb-googleplus {
 background-color: #dd4b39;
}

#share-tb-twitter {
 background-color: #5c7cfa;
}

#share-tb-whats-new {
 /*background-color: #999999;*/
	background-color: #53545C;
}

#share-tb-read.active .fa-volume-off:before {
 content: "\f028";
}

#whats-new-datepicker {
    position: absolute;
    top: 43px;
    right: 10px;
    z-index: 100;
    border-radius: 10px;
    /*padding: 4px 0 4px 4px;
    height: 32px;*/
    padding: 1.5px;
    background-color: #999999;
}


.whats-new-datepicker-hide {
 display: none;
}

#whats-new-datepicker label { margin-left: 10px; color: white !important; font-size: 0.9em; }

#whats-new-datepicker input {
    width: 80px;
    margin: 7px 10px 5px 5px;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid white;
    color: white !important;
    margin-top: 7px;
    margin-right: 10px;
}

#whats-new-datepicker button { position: absolute; color: white; z-index: 100; /*padding: 6px;*/ padding: 3px 5px 5px 7px; text-align: center; /*background-color: #82d24e;*/ background-color: transparent; float: right; border: 0; right: 6px; bottom: 5px; top: 5px; text-transform: uppercase; }

 #whats-new-datepicker button:hover { color: #82d24e; cursor: pointer; }

.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ui-widget-header {
    background: #cccccc /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 0 /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: white;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
}

.ui-datepicker th {
    text-align: center;
    border: 0;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.8em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.expand #share-tb-expand .fa-expand:before {
 content: "\f066";
}

.dir-list .share-tb-btn {
 margin-bottom: 3px;
} 

@media (max-width : 680px) {
 #share-tb-print {
  display: none;
 }
}

@media (min-width : 681px) {
 .dir-list .share-tb {
  width: 32px;
  top: 4px;
 }

 .dir-list .share-tb .share-tb-btn {
  margin-left: 0px;
 }
}

@media (max-width : 979px) {
 #share-tb-expand {
  display: none;
 }
}

@media (min-width: 980px) and (max-width: 1379px) {
 .navi-shown #share-tb-expand {
  display: none;
 }
}

@media (max-width : 400px) {
 .share-tb-btn {
  margin-left: 5px;
 }
}

@media (max-width : 325px) {
 .share-tb-btn {
  margin-left: 2px;
 }
}
