/*DEFAULT ELEMENTS*/
@font-face {
    font-family: 'OTFont';
    src: url('/fonts/otfont.woff')
}
body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    font-family: Verdana,Arial,sans-serif;
    font-size:14px;
}
.ui-autocomplete {
    position:absolute;
    cursor:default;
    z-index:1001 !important;
    white-space:nowrap;

}
fieldset {
    border:0px;
    padding-top:0;
    padding-bottom:0;
}
:not(.ui-search-input) > select {
    min-width:100px;
    max-width: 200px;
}
fieldset.fieldContainer {
	border: 1px solid #b7c4d1;
	border-radius: 3px 3px 3px 3px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top:0.2em;
}

fieldset.fieldContainer legend 
{
    color: #666666;
    font-weight: 700;
}

.field-date {
    width:8em;
}
.attributeList {
    margin-right:10px;
}
.attributeList ul {
    list-style-type:none;
    margin-bottom:0;
    margin-top:0.2em;
    padding: 0em;
}
.attributeList ul input {
    vertical-align:top;
    margin-right:0.3em;
}

.attributeList .attrWords {
    display: inline-block;
    width: 30em;
    height: 2.76em;
}

.attributeList ul span {
    display:inline-block;
    vertical-align:top;
}
.attributeList ul span.attrLabel {font-weight:bold;}
.attributeList ul span.attrMod { margin-left:16px; font-size: 0.9em; font-style: italic; color: #666666; }

.attributeList .lfDoc {
    display:inline-block;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-image: URL('../images/packs/Fugue/16x16/document-laserfiche.png');
    vertical-align:top;
}
.attributeList .lfNoSearch {
    display:inline-block;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-image: URL('../images/packs/Fugue/16x16/asterisk-small-yellow.png');
    vertical-align:top;
}


.button i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.multiselect {
    width: 300px;
}
div .Tokenize .TokensContainer {
    min-height: 24px !important;
}
.multiselect.twolinemulti > .TokensContainer {
    min-height: 48px !important;
}
.multiselect > .Dropdown {

}
.multiselect.shortmulti {
    width: 200px !important;
}

/* Bar Rating Add-On CSS */
.ratingParent {
    padding-top: 9px;
}
.ratingParent > span {
    float:left;
}
.ratingParent > div {
    float:left;
    margin-top: -9px;
    width: 150px;
}

/* Chosen Overwritten Classes */
.chosen-results {
    max-height:100px !important;
}
.chosen-container {
    width:100%;
}
.search-choice span {
    font-size: .9em;
}
.search-choice-close {
    width: 16px !important;
}
.chosen-choices {
    overflow: auto !important;
    max-height:85px !important;
}
.result-selected {
    display:none !important;
}
/* Dashboard Stuff */
.dashboard_1x1 {
    width:30%;
    float:left;
}
.dashboard_2x1 {
    width:60%;
    float:left;
}
.dashboard_3x1 {
    width:90%;
    float:left;
}
.dashboard_1x2 {
    height:800px;
    width:30%;
    float:left;
}
/* JQuery UI overrides */
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 12px !important;
}
.summarize .ui-jqgrid {
    float:left;
}
.ui-jqgrid-view {
    font-size:1em !important;
}
.ui-button.inline-button {
    padding:0.2em 0.6em !important;
    vertical-align:auto !important;
}
.ui-button.inline-button-small .ui-button-text {
    padding:0.1em 0.4em !important;
    vertical-align:auto !important;
}

.ui-widget-content.nofade {background-image:none !important;}

/* Tokenize */
.medium-multiselect {
    width: 300px;
    height: 50px !important;
}
.medium-multiselect > ul.TokensContainer {
    width: 300px;
    height: 50px !important;
}
.multiselect-label {
    vertical-align: top; 
    padding-top: 5px;
}
div.ui-dialog-multi {
    overflow: visible;
}
.ui-dialog-multi > div.ui-dialog-content {
    overflow: visible;
}
/* override ui-dialog to allow left and right buttons */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none !important; }
.ui-dialog .ui-dialog-buttonpane { text-align: right !important; }
.dialog-button-left { float:left !important; }

/*STANDARDIZED ELEMENTS*/
#layoutNotifications {
    width:98.7%;
    display:table;
    margin-top:5px;
    min-height:30px;
    margin-bottom:3px;
}
#layoutHeader{
    font-size:20px;
    font-weight:bold;
    padding-left:10px;
    width:25%;
    display:table-cell;
}
#layoutNotice {
    font-weight:bold;
    padding-left:6px;
    text-align:center;
    vertical-align:middle; 
    width:50%;
    display:table-cell;
}
#layoutNotice:hover {
    opacity:1 !important;
}
#layoutHelp{
    width:25%;
    display:table-cell;
}
#divAsyncLockObj {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    background-image: URL('../images/asyncLockObj.gif');
    background-repeat: no-repeat;
    background-position: center;
}
#divAsyncLockText {
    color: white;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    font-family: OTFont;
    position: relative;
    top: 55%;
}
.header {
    height: 50px;
    width:100%;
    display:table;
    overflow:hidden;
    padding:0;
    margin:0;
}
.headerLogo {
    background-image: URL('../images/OneTribeSM.png');
    background-repeat:no-repeat;
    height:50px;
    background-position:center;
}
.coreLogo {
    width:200px;
    display:table-cell;
    background-image: none;
    background-repeat: no-repeat;
    background-position-y: 13px;
}
.satelliteLogo span {
    font-family: OTFont;
    font-weight:600;
    font-size: 16px;
    margin-left: 5px;
    background: -webkit-linear-gradient(90deg, #fff 0%,#c0c0c0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.satelliteLogo {
    width:200px;
    display:table-cell;
    vertical-align: middle;
}
.userMenu {
    width:250px;
    display:table-cell;
}
.userMenu a {
    font-size: 14px;
    font-weight:600;
    background: -webkit-linear-gradient(90deg, #fff 0%,#c0c0c0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:none;
}
.mainContent {
    position: absolute;
    top: 51px;
    bottom: 0px;
    left: 201px;
    right: 0px;
    box-shadow:inset 3px 3px 3px #ccc;
    border:0px;
    overflow:auto;
    background-image:none !important;
}
.mainFooter {
    font-size:0.7em;
    color: #1f5d8b;
    text-align:right;
    margin-top:0.4em;
    margin-right:2em;
}
.mainFooter a {
    color: #1f5d8b !important;
    text-decoration:none;
}

.contentBox {
    width: 100%;
}
.contentHeader {
    height:50px;
    font-size:18px;
    padding-left:10px;
}
.content {
    font-size:12px;
    padding:5px;
}
.hiddenLink {
    cursor:pointer;
}
#reportList a {
    text-decoration: none;
    cursor: pointer;
}
/*ICONS*/
.icon-admin {
    background-image: URL('../images/theme/AdministratorICon.png');
    background-repeat: no-repeat;
    background-position-x:3px;
    background-position-y:3px;
}
.icon-list {
    background-image: URL('../images/theme/listIcon2.png');
    background-repeat: no-repeat;
    background-position-y:3px;
}
.icon-home {
    background-image: URL('../images/theme/DashboardIcon.png');
    background-repeat: no-repeat;
    background-position-x:3px;
    background-position-y:7px;
}
.icon-menu {
    background-image: URL('../images/45x45menuICON.png');
    background-repeat: no-repeat;
    background-position-x:3px;
    background-position-y:3px;
}
.icon-report {
    background-image: URL('../images/theme/ReportsIcon.png');
    background-repeat: no-repeat;
    background-position-y:3px;
}
.icon-peopleHistory {
    background-image: URL('../images/theme/peopleofhistorylogo45x45.png');
    background-repeat: no-repeat;
    background-position-y:3px;
}
/*BOXES*/
.boxHeader {
    border-bottom: 0px;
    padding:5px;
}
.boxContent {
    border-top: 0px;
    padding: 5px;
}
.boxFooter {
    padding:5px;
}
.boxFooterLeft {
    list-style-type:none;
    padding:0;
    margin:0;
    float:left;
}
.boxFooterRight {
    list-style-type:none;
    padding:0;
    margin:0;
    float:right;
}
.inputLabel {
    display: inline-block;
    font-weight: 700;
}
/*GRID OVERRIDE*/
.ui-jqgrid-title {
    font-size: 16px;
}
/*STOLEN FROM LISTS.CSS*/
ul.fieldLayout {   
    float: left; 
    list-style-type:none;
    margin-bottom:0.5em;
    padding: 0em;
}
ul.fieldLayout.no-top-margin {
    margin-top:0;
}
ul.fieldLayout li {
    margin-bottom:0.1em;
}
ul.fieldLayout li.vspace {
    margin-top:0.3em;
}
ul.fieldLayout li .fieldLabel {
    display: inline-block;
    width:10em;
    text-align:right;
    margin-right:0.5em;
    font-weight: 700;
}
.areaLabel {
    vertical-align: top;
}
.fieldLabel {
    display: inline-block;
    width:10em;
    text-align:right;
    margin-right:0.5em;
    font-weight: 700;
}
ul.fieldLayout li .fieldLabel_auto {
    display: inline-block;
    width:auto;
    text-align:right;
    margin-right:0.5em;
    margin-left:0.6em;
    font-weight: 700;
}
.shortlabel {
    width:6em !important;
    text-align:right;
    margin-right:0.5em;
    font-weight: 700;
    display: inline-block;
}
.nospacelabel {
    width: auto !important;
    display: inline-block;
    font-weight: 700;
    text-align:right;
}
.shorterlabel {
    width:5em !important;
}
.mediumlabel {
    width:8em !important;
    text-align:right;
    margin-right:0.5em;
    font-weight: 700;
    display: inline-block;
}
.longlabel {
    display: inline-block;
    text-align:right;
    margin-right:0.5em;
    font-weight: 700;
    width:12em !important;
}
.verylonglabel {
    display: inline-block;
    text-align:right;
    margin-right:0.5em;
    font-weight: 700;
    width:13.5em !important;
}
.extralonglabel {
    display: inline-block;
    text-align:right;
    margin-right:0.5em;
    font-weight: 700;
    width:17.5em !important;
}
/* ALERTS */
.alert {
    clear:both;
	margin-left:1em;
    border-radius:3px;
	padding: 5px 5px 5px 35px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.alert span {    
    height:20px !important;
}
.alert span.hide {
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF;
	float: right;
	cursor: pointer;
	margin: 0 0 0 1em;
}
.alert.success{
    background-color: #d1e8d2; 
    border-color: #339933; 
    color: #00632E;
    background-image: url("/Shared/images/packs/fugue/16x16/tick-circle.png");
}
.alert.error { 
    background-color: #facfcf; 
    border-color: #dc1c1c; 
    color: #820101; 
}
.alert.warning { 
    background-color: #fdefbd; 
    border-color: #d4b64b; 
    color: #675100; 
}
.alert.info { 
    background-color: #d8e7fa; 
    border-color: #9DBFEA; 
    color: #00357B; 
}
.alert.note { 
    background-color: #f4f4f4; 
    border-color: #bdbdbd; 
    color: #4d4d4d; 
}
.information {
    background-color: #e4e4ec; 
    border: 1px solid #a6c9e2; 
    font-style: italic; 
    font-size: 0.9em; 
    padding: 0.5em; 
}

.requiredFieldMsg {
    color: #e14f1c; 
    font-style:italic;
    display:inline-block;
    margin-right:2em;
}

.missingRequiredField {
    color: #e14f1c !important; 
}

/* JQGrid overrides */
.ui-search-input input { padding:1px !important;margin-right:0 !important; }
.ui-search-input select { padding:0px 2px 0px 2px !important; margin-top:0px !important;margin-right:0 !important;}
.ui-search-toolbar th, .ui-search-toolbar th>div {padding-left:0px !important;padding-right:0px !important;}
.ui-jqgrid .ui-search-table td { padding: 2px 0px 0px 0px; }
.ui-jqgrid-title { font-size: 14px; }

/* Grid Config */
#jqgcColumnTable, #jqgcQueryTable {
    height:491px;
}

#jqgcColumnTable .ui-button-text-only .ui-button-text, #jqgcQueryTable .ui-button-text-only .ui-button-text {
    padding: .1em 1em;
}
#jqgcColumnTable .jqgcCfgColumnsHeader, #jqgcQueryTable .jqgcCfgQueryHeader {
    height: 27px;
    border-radius: 5px 5px 0px 0px;
    vertical-align: top;
    font-size: 14px;
    padding: 3px;
}
#jqgcColumnTable .jqgcCfgColumnsFooter, #jqgcQueryTable .jqgcCfgQueryFooter {
    padding: 2px;
    border-radius: 0px 0px 5px 5px;
}
#jqgcColumnTable .ui-state-default, #jqgcQueryTable .ui-state-default {
    height: 20px;
}
.jqgcCfgColumnDiv {
    max-height:405px;
    overflow:auto;
    display:block;
}
#jqgcCfgQueryContent {
    vertical-align:top;
    max-height:410px;
    height:410px;
    overflow:auto;
    display:block;
}
#jqgcCfgQueryDropdownHeader, #jqgcCfgColumnDropdownHeader {
    padding:5px;
    border-radius: 3px 3px 0px 0px;
}
#jqgcCfgQueryDropdownDiv, #jqgcCfgColumnsDropdownDiv {
    position:absolute;
    z-index:10000;
    border-radius:3px;
    font-size: .9em;
    padding:0px;
    margin:0px;
}
button[id^=jqgcCfgColumnButton],button[id^=jqgcCfgQueryButton] {
    height:26px;
    width:26px;
}
#jqgcCfgQueryDropdownDiv ul, #jqgcCfgColumnsDropdownDiv ul {
    margin:0px;
    width:100%;
}
#jqgcCfgQueryDropdownDiv li, #jqgcCfgColumnsDropdownDiv li {
    padding:3px;
    cursor:pointer;
    text-align:center;
    margin:0;
}
#activeColumns > li, #inactiveColumns > li {
    margin-bottom:1px;
}
div[id$=GridConfig] .ui-button {
    height:22px;
    width:25px;
    zoom:.75;
    margin-top:-2px;
}
div[id$=GridConfig] > select {
    width:228px;
    max-width:228px;
}
div[id$=GridConfig] > input {
    width:224px;
    max-width:224px;
}
.jqgcGridArea, .jqgcConfigArea {
    float:left;
    height:500px;
    padding:2px;
}
.jqgcGridArea {
    width:250px;
}
.jqgcConfigArea {
    width:550px;
}
/* Grid Advance Filter */
.ddGCAFColumn {
    max-width:338px !important;
    width:338px;
}
.ddGCAFOperator {
    max-width:130px;
    width:130px;
}
.txtGCAFInput {
    max-width:200px;
    width:200px;
    margin-bottom:.25em;
}
#dlgGCAF .ui-button {
    zoom: .75;
    margin-top:-2px;
}
#btnGCAFDeleteSearch {
    margin-right: 70px;
}
#btnGCAFOr {
    float:left;
    margin-top: 71px !important;
    position:absolute;
    margin-left: 40px;
}
#ddGCAFSaved {
    width:228px;
    max-width:228px;
}
#txtGCAFSaveSearch {
    width:224px;
}

/* Grid Charting */
#dlgGCC select {
    width:228px;
    max-width:228px;
}
#dlgGCC .ui-button {
    zoom: .75;
    margin-top:-2px;
}
#dlgGCC input {
    max-width:224px;
    width:224px;
}
#dlgGCC select.ddGCCSmall {
    width:70px;
    min-width:70px !important;
}
#dlgGCC select.ddGCCMedium {
    width:154px;
}
/* Grid Reporting */
#dlgGCR select {
    width:228px;
    max-width:228px;
}
#dlgGCR .ui-button {
    zoom: .75;
    margin-top:-2px;
}
#dlgGCR input {
    max-width:224px;
    width:224px;
}

/* Table CSS */
.fieldTable {
    border:0;
}
.fieldTableColumnHeader {
    text-align:center;
    margin-right:0.5em;
    font-weight: 700;
}
.fieldTableHeader {
    width:30em;
    margin-right:0.5em;
    font-weight: 700;
}