/*
Theme Name: tooShark bbDefault
Theme URI: http://2shark.ro
Version: 6.0 (007)
Description: tooShark bbDefault Child Theme
Author: tooShark Team
Author URI: http://2shark.ro
template: bb-theme
*/

/* Custom style */

.fl-logo-img {
  max-height: 150px;
}

#header {
  position: absolute;
  width: 320px;
  z-index: 1;
  height: 100%;
}

# fl-main-content,
#footer {
  margin-left: 320px;
}

ul.sub-menu {
  margin-left: 20px;
}

ul.sub-menu a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.table td,
.table th,
th,
td {
  vertical-align: middle;
}

.table.tborder thead th {
  border-bottom: 0 !important;
}

.tborder {
  border: 2px solid #46b39d;
}
/* List styles */
ul.li-101 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  margin: 0 10px;
  font-size: 50%;
  vertical-align: middle;
}

/* CRED Forms */
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0;
}

.wpt-form-error {
  color: #d00000;
  font-weight: bold;
}
.toolset_select2 {
  width: 100% !important;
}

.wpt-form-textfield.hasDatepicker {
  max-width: 100px;
  display: inline-block;
  margin-right: 5px;
}

.form-control,
.toolset_select2-container--default .toolset_select2-selection--single,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea {
  border-radius: 0px;
}

.admin-cog {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #000;
	display: block;
	cursor: pointer;
	position: fixed;
	top:40%;
	right: 0px;
	bottom: 15px;
	z-index: 99999997;
	border-radius: 5px 0 0 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.admin-cog:hover {
	background-color: #cb292a;
	width:90px;
	color:#ffffff;
}
