HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ideasforum.kaunokolegija.lt/wp-content/plugins/wp-file-manager/css/fm_custom.css
.boxSizing *{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.fm_notificationWrap .tab {
    border-bottom: 1px solid #ccc;
}
.fm_notificationWrap .tab::after {
	content:"";
	display:table;
	clear:both;
}
/* Style the buttons inside the tab */
.fm_notificationWrap .tab a {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	color: #000;
	width: 33.3333334%;
	display: inline-block;
	text-align: center;
	position:relative;
}

.fm_notificationWrap .tab a.active::before{
	content:"";
	height:3px;
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	background:#09F;
}
.fm_notificationWrap .tab a.active::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 11px solid #09F;
	bottom: -10px;
	left: 46%;
}
/* Style the tab content */
.fm_notificationWrap .tabcontent {
    display: none;
    padding: 25px;
}
.fm_notificationWrap .fmNotifyWrap{
	background:#fff;
	padding-bottom: 25px;
}
.fm_notificationWrap .fmNotifyWrap p.description{
	padding:0 25px;
}
.fm_notificationWrap .fmNotifyWrap p.description.noPadding{
	padding:0px;
}
.fm_notificationWrap .fmNotifyWrap p.description.mb15{
	margin:15px 0;
}
.fm_notificationWrap .fmNotifyWrap p.submit{
	padding:0 25px;
}
.fm_notificationWrap .fmNotifyWrap p.submit .button {
	background: #09F;
	border: none;
	padding: 8px 25px;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	height: inherit;
	box-shadow: none;
	border-radius: 0px;
}
.fmNotifyWrap .form-table .regular-text{
	border:1px solid #ddd;
	padding: 10px;
}
.fmNotifyWrap input[type='text']{
	border:1px solid #ddd;
	padding: 10px;
}
.fmNotifyWrap .fm_addMoreBtnDv{
	margin-top:10px;
	margin-bottom: 20px;
}
.fmNotifyWrap .fm_addMoreBtnDv .add_more_ten_email {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	padding: 5px 20px;
	height: inherit;
	background: #ddd;
	font-weight: 600;
}
.fmNotifyWrap .delete_ten_email{
	color:#F00;
}
.fmNotifyWrap #admin-email-description{
	padding:0;
	color: #a1a1a1;
}
.fm_headingTitle{
	margin: 0;
    margin-bottom: 0px;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	background: #fff;
}
.fm_rootWrap{
}
.fm_rootWrap .fm_whiteBg{
	background:#fff;
	padding:25px;
}
.fm_rootWrap .regular-text{
	border:1px solid #ddd;
	padding: 10px;
}
.fm_rootWrap .description.mb15{
	margin:15px 0px;
}
.fm_rootWrap p.submit .button{
	border: none;
    background: #267ddd;
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.fm_rootWrap p.submit .button:hover,
.fm_rootWrap p.submit .button:focus{
	background: #0071a1; 
}

.fm_systemPropertyTbl th, .fm_systemPropertyTbl td{
	padding:12px;
	border:1px solid #f0f0f0;
}

.fm_systemPropertyWrap .fm_BuyProBtn{
	margin-bottom: -6px;
	margin-top: -6px;
	margin-left: 10px;
}
.fm_BuyProBtn:hover,
.fm_BuyProBtn:focus{ box-shadow:none !important; }