@charset "ISO-8859-1";

.hide {
	display: none;
}

.header-bar .entity-search input {
	display: none !important;
}

.ui-datatable .ui-column-filter {
	display: none !important;
}

.ui-outputpanel {
	text-align: left;
}

label {
	font-weight: bold;
}

.no-padding {
	padding:0 !important;
}

.conferenceBlaster>.ui-dialog-content.ui-widget-content {
	overflow: hidden !important;
}

.fc-today {
	background-color: transparent !important;
	background-image: none !important;
	color: black !important;
}

.loader {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.ui-datalist-item {
	list-style-type: none;
	list-style-image: none;
}

.ui-datalist-content {
	border: none;
}

.callTable .ui-datatable-tablewrapper .ui-datatable-odd {
	background: none repeat scroll 0 0 #F2F5F9;
}

.callTable .ui-datatable-tablewrapper table tr th, .callTable .ui-datatable-tablewrapper table tfoot tr td
	{
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	border: 0;
	background-image: none;
}

.callTable .ui-datatable-tablewrapper table tr th span {
	text-decoration: underline;
}

.callTable .ui-datatable-tablewrapper table tbody {
	border: 0;
}

.callTable .ui-datatable-tablewrapper table tr {
	border: 0;
}

.callTable .ui-datatable-tablewrapper table tr td {
	border: 0;
}

.request-service-dropdown span.ui-menuitem-text {
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.loader {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	margin: -60px 0 0 -60px;
}

.loader img {
	width: 100%;
	height: 100%;
}

/* Used for dialConferencing and accountDetail pages, passcode context menus 2021-01-27 */
.passcode-context-menu {
	width: auto !important;
	/* padding-right: 0.5em !important; */
}

.passcode-context-menu * .ui-menuitem-text {
	padding-right: 0.5em !important;
}


.show-menu {
	left: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
	background-color: #299cff !important;
	font-weight: bolder;
	color: white;
}

.ui-dialog-titlebar {
	background-color: #007bcc !important;
	color: white;
}

.ui-datatable-data tr:hover {
	background-color: #ecf1fa;
}

#main {
	left: 45px !important;
	border-left: 0 !important;
}

#main-pane {
	border-top: 0 !important;
}

/* DRNOTE to match border of other sides top/right/bottom */
#main .ui-paginator {
	border-left: 1px solid #dddddd;
}

body {
	background-color: #ffffff !important;
}

.header-bar {
	background-color: #ecf1fa;
}

.menu-sidebar .ui-menu {
	width: 205px !important;
	padding-top: 20px;
}

.layout-menu>form>.ui-menu>.ui-menu-list {
	display: none;
}

.layout-menu.pin {
	transition: left 0s !important;
}

a.toggle-password {
	font-size: 18px;
	cursor: pointer;
	color: #0062cc;
}

.pin>form>.fa-thumb-tack {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.pin ~ #main {
	left: 210px !important;
}

.fa-thumb-tack {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fc td.fc-today {
	border-style: double;
	background-color: #41aa9c !important;
	color: white !important;
	font-weight: bolder;
}

.shiny_text {
	font-weight: bolder;
    background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text !important;
    color: transparent !important;
    animation: shiny_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
}

.bold-danger {
	color: red;
	font-weight: bold;
}

.danger {
	color: red;
}

.bold-success {
	color: green;
	font-weight: bold;
}

.success {
	color: green;
}

@keyframes shiny_animation {
    0%,100% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }
}

.ui-menuitem-icon.ui-icon {
	text-align: center;
	line-height: 20px;
}

/* DRNOTE to better format longer ToolTips in a box not single line */
.tool-tip-civi {
	width: 20%;
}

/* DRNOTE hides outline around audio/video player */
audio:focus {
	outline: 0;
}

/* DRNOTE hides outline around "text" for button that's supposed to be icon only (action hamburger menu)
put the class "hide-focus-outline" on the button styleClass */
.hide-focus-outline > span.ui-button-text {
	outline: 0;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

.hide-focus-outline > .fa-bars {
	position: relative;
}

/* DRNOTE changes outline/focus color border to blue (matches current theme) 
removed for now, affects more components than originally thought
:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: #299cff !important;
    outline-style: auto;
    outline-width: 1px;
}
*/
::-webkit-scrollbar {
	width: 0.75em;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}