﻿/*  ~/Extensions/JQueryUI.css

    Jenzabar extensions ot the JQuery UI framework.

    Index:
        Autocomplete
        Block Header for panels
        Buttons
        Data Table
        Date Picker
        Menu
        Tables
        Time Picker
    
 */


/************************************
    Autocomplete
 ************************************/

.ui-autocomplete-loading {
    background-image: url(../../../../../../ui/common/images/PortletImages/Icons/ajax_loader_large.gif);
    background-color: white;
    background-position: right center;
    background-repeat: no-repeat;
}

.ui-autocomplete,
.ui-autocomplete .ui-menu-item,
.ui-autocomplete .ui-menu-item a {
    background: none;
    border: none;
    color: #333333 !important;
}

.ui-autocomplete .ui-menu-item a {
    padding: .05em .45em;
}

.ui-autocomplete {
    right: 0 !important;
    width: 18em !important;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.ui-autocomplete-scrollable {
    right: 0 !important;
    width: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 225px;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete .ui-menu-item {
    background: white;
}

.ui-autocomplete .ui-menu-item a:hover {
    background: #f5f5f5;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
    font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #aaaaaa/*{borderColorContent}; */
            background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
    color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
    color: #222222/*{fcContent}*/;
}
.ui-widget-header {
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
    background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
    color: #222222/*{fcHeader}*/;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222/*{fcHeader}*/;
}


/************************************
    Block Header for panels
 ************************************/
.block-header {
    font-size: 18px;
    color: #434443;
}

.block-footer {
    background-color: white;
}



/************************************
    Buttons
 ************************************/
.ui-buttonset .ui-button {
    margin-left: 10px;
}



/************************************
    DataTable
 ************************************/
/* from datatables-extensions.css */
table.dataTable tr.odd {
    background-color: white;
}

table.dataTable tr.even {
    background-color: white;
}

table.dataTable tr.odd td.sorting_1 { background-color: white; }
table.dataTable tr.odd td.sorting_2 { background-color: white; }
table.dataTable tr.odd td.sorting_3 { background-color: white; }
table.dataTable tr.even td.sorting_1 { background-color: white; }
table.dataTable tr.even td.sorting_2 { background-color: white; }
table.dataTable tr.even td.sorting_3 { background-color: white; }

/* END from datatables-extensions.css */

table.dataTable tr.jzb-message-unread {
    background-color: #F7F7F7;
}

table.dataTable tr.jzb-message-read {
    background-color: #FFFFFF;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: white;
}

table.dataTable tr.odd td.sorting_2 {
    background-color: white;
}

table.dataTable tr.odd td.sorting_3 {
    background-color: white;
}

table.dataTable tr.even td.sorting_1 {
    background-color: white;
}

table.dataTable tr.even td.sorting_2 {
    background-color: white;
}

table.dataTable tr.even td.sorting_3 {
    background-color: white;
}



/************************************
   Date Picker
 ************************************/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c2e3ff;
	background: #e8f4ff; /* Old browsers */
	background: -moz-linear-gradient(top, #e8f4ff 0%, #c2e3ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f4ff), color-stop(100%,#c2e3ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8f4ff 0%,#c2e3ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8f4ff 0%,#c2e3ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8f4ff 0%,#c2e3ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e8f4ff 0%,#c2e3ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f4ff', endColorstr='#c2e3ff',GradientType=0 ); /* IE6-9 */
	color: #000;
}

	.ui-state-default:hover,
	.ui-widget-content .ui-state-default:hover,
	.ui-widget-header .ui-state-default:hover {
		border: 1px solid #75bfd3;
		background: #bddce4; /* Old browsers */
		background: -moz-linear-gradient(top, #bddce4 0%, #75bfd3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bddce4), color-stop(100%,#75bfd3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bddce4 0%,#75bfd3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bddce4 0%,#75bfd3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bddce4 0%,#75bfd3 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bddce4 0%,#75bfd3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bddce4', endColorstr='#75bfd3',GradientType=0 ); /* IE6-9 */
	}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9ec76;
	background: #fdf9d6; /* Old browsers */
	background: -moz-linear-gradient(top, #fdf9d6 0%, #f9ec76 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf9d6), color-stop(100%,#f9ec76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdf9d6 0%,#f9ec76 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdf9d6 0%,#f9ec76 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdf9d6 0%,#f9ec76 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdf9d6 0%,#f9ec76 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9d6', endColorstr='#f9ec76',GradientType=0 ); /* IE6-9 */
	color: #363636;
}

	.ui-state-highlight:hover,
	.ui-widget-content .ui-state-highlight:hover,
	.ui-widget-header .ui-state-highlight:hover {
		border: 1px solid #f1d42a;
		background: #faf1a4; /* Old browsers */
		background: -moz-linear-gradient(top, #faf1a4 0%, #f1d42a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf1a4), color-stop(100%,#f1d42a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #faf1a4 0%,#f1d42a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #faf1a4 0%,#f1d42a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #faf1a4 0%,#f1d42a 100%); /* IE10+ */
		background: linear-gradient(to bottom, #faf1a4 0%,#f1d42a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf1a4', endColorstr='#f1d42a',GradientType=0 ); /* IE6-9 */
	}

.ui-datepicker-header.ui-widget-header {
	/*background-color: #fff;*/
	border: 1px solid #ffffff;
	background: #ffffff 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

.ui-widget-header .ui-icon {
	background-image: url(../../images/datepicker/ui-icons_c2d7ea_256x240.png);
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: left;
	text-decoration: none;
}

.ui-datepicker-unselectable.ui-state-disabled {
	opacity: 1;
}

.ui-state-disabled > .ui-state-default,
.ui-state-disabled > .ui-state-default:hover {
	cursor: default;
	background: -webkit-repeating-linear-gradient(135deg, rgba(245,245,245,.96), rgba(245,245,245,.96) 7px, rgba(236,236,236,.93) 7px, rgba(236,236,236,.93) 14px, rgba(245,245,245,.96) 14px) top left;
	background: repeating-linear-gradient(135deg, rgba(245,245,245,.96), rgba(245,245,245,.96) 7px, rgba(236,236,236,.93) 7px, rgba(236,236,236,.93) 14px, rgba(245,245,245,.96) 14px) top left;
	border: 1px solid #e1e1e1;
}

.ui-state-disabled.ui-datepicker-today > .ui-state-default,
.ui-state-disabled.ui-datepicker-today > .ui-state-default:hover {
	cursor: default;
	background: -webkit-repeating-linear-gradient(135deg, rgba(254,247,222,99), rgba(254,247,222,99) 7px, rgba(245,242,215,99) 7px, rgba(245,242,215,99) 14px, rgba(254,247,222,99) 14px) top left;
	background: repeating-linear-gradient(135deg, rgba(254,247,222,99), rgba(254,247,222,99) 7px, rgba(245,242,215,99) 7px, rgba(245,242,215,99) 14px, rgba(254,247,222,99) 14px) top left;
	border: 1px solid #ede9c1;
}



/************************************
    Menu
 ************************************/

.ui-menu li {
    border-top: 1px #f5f5f5 solid !important;
}

.ui-menu li:first-child {
    border-top: none !important;
}

.ui-state-focus {
    background-color: #f5f5f5 !important;
}



/************************************
    Tables
 ************************************/
table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}



/************************************
    Time Picker
 ************************************/
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}




