/*
______________________________________________________________________________
   |       |
   | knipp |           Knipp Medien und Kommunikation GmbH
    - - - -


    KNIPP JSF LIBRARY

    Copyright (C) by Knipp Medien und Kommunikation GmbH

    initial author:    Elisei Rotaru
    version:           $Revision: 19919 $
                       $Date: 2024-04-26 13:08:55 +0200 (Fri, 26 Apr 2024) $
                       $Author: thomas.corte $

*/


/*
================================================================================
===== CSS file for popup panel component =======================================
================================================================================
*/

.tcc-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 1px;

  color: white;

  text-align: center;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border: 1px solid #192730;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  /* fallback if no backround image*/
  background-color:#192730;
  /* fallback */
  background-image:  url("/javax.faces.resource/css/images/bg_action_button.png.faces");
  /* Safari 5.1+, Mobile Safari, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #4f616d, #192730);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #4f616d, #192730);
  /* IE 10+ */
  background-image: -ms-linear-gradient(top, #4f616d, #192730);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #4f616d, #192730);
  background-image: linear-gradient(top, #4f616d, #192730);
  background-position: left top;
  background-repeat: repeat-x;
}

.tcc-close.icon-close:before {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  width: 100%;
  display: inline-block;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rf-pp-cnt-scrlr {
  overflow-x: hidden !important;
}