﻿@import "/_layouts/15/Portal.EEC.Branding/c/inputs.css";
/*          Global markup            */
.b.app {
	position: relative;	
}
.b.app .filters{
	width: 361px;
	border: 1px solid #ccc;
	padding: 16px 14px;
	background-color: #fff;
	position: relative;
	padding-bottom: 65px;
}
.b.app .b.content{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 440px;
	height: 100%;
	min-width: 1000px;
}

.b.app .content textarea{
	min-width: 100%;
	min-height: 100px;
    box-sizing: border-box;
}
.b.app .filters .error{
	color: maroon;
}
.b.app .filters .clear:hover{
	background-color: #EBEBEB;
}
.b.app .filters .clear{
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f8f6f6;	
	color: #666;
}
.b.app .filters .clear i{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	background: url(../i/close-lg.png) no-repeat 0;
	width: 13px;
	margin: 0 11px 0 18px;
}
.b.app .filters .clear span{
	display: inline-block;
	vertical-align: middle;
}
/*.b.app .filters .ch-group {}*/
.b.app .filters .ch-group td{
	padding: 4px;
}
.b.app .filters .ch-group input[type=checkbox]{
	vertical-align: top;
}
.b.app .filters .ch-group input[type=checkbox] + label{
	vertical-align: top;
	margin: 0 10px;
}

/*          End of Global markup            */
.b.app .filters .b.filter {
    margin: 0 0;
	padding: 15px 0;
	border-radius: 5px;
    background-color: #fafafa;
    background-color: rgba(250, 250, 250, 0.15);
}

.b.app .filters .b.filter h3{
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 16px 0;
}
/*.b.app .b.filter .input > input[type=text]{
	height: 28px;
	width: 250px;
    box-sizing: border-box;
}*/
.b.app .b.filter .date-container{
	width: 47% !important;
	height: 33px;
}
.b.app .b.filter.range  input[type=text]{
	width: 100%;
}

.b.app .filter .b.input{
	/*margin-top: 10px;*/
    height: auto;
}

/*        Terms            */
.b.app.terms .filter{
	margin-bottom: 20px;
}

.b.app.terms .status{
	height: 20px;
	margin-top: -23px;
}
/*.b.app.terms .filter input{}
.b.app.terms .filter button{}*/
.b.app.terms .tree{
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #ddd;
}
.b.app.terms .tree div{
	padding: 2px 3px 2px 22px;
	position: relative;
}
.b.app.terms .tree div.ch {
	padding: 0;
}
.b.app.terms .tree div.closed div.ch{
	display: none;
}
.b.app.terms .tree div.hidden{
	display: none;
}


.b.app.terms .tree div > i  {
	display: block;
	position: absolute;
	/*left: 0;*/
	left: 5px;
	/*top: 8px;*/
	top: 10px;
	/* background: #88b7d5; */
	/*border-left: 1px solid #7C7C7C;*/
	border-top: 1px solid #7C7C7C;
	height: 12px;
	width: 10px;
}
.b.app.terms .tree div.closed > i  {
	display: block;
	position: absolute;
	left: 4px;
	top: 8px;
	border-left: 1px solid #7C7C7C;
	border-top: none;
	height: 12px;
	width: 10px;
}
.b.app.terms .tree div.closed > i:hover:after{
	border-left-color: #000;
}

.b.app.terms .tree div > i:hover:after{
	display: block;
}


.b.app.terms .tree div > i:before,
.b.app.terms .tree div > i:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top: -12px;
}


.b.app.terms .tree div > i:before{
	border-top-color: #7C7C7C;
	border-width: 5px;
	border-top-width: 8px;
	margin-left: -5px;
}
.b.app.terms .tree div > i:after{
	border-top-color: #FFF;
	border-width: 4px;
	border-top-width: 7px;
	margin-left: -4px;
	display: none;
}


.b.app.terms .tree div.closed > i:hover:after{
	border-left-color: #000;
}

.b.app.terms .tree div.closed > i:before,
.b.app.terms .tree div.closed > i:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -10px;
}
.b.app.terms .tree div.closed > i:after{
	border-left-color: #FFFFFF;
	border-width: 5px;
	border-left-width: 8px;
	margin-top: -5px;
	display: block;
}
.b.app.terms .tree div.closed > i:before{
	border-left-color: #7C7C7C;
	border-width: 6px;
	border-left-width: 9px;
	margin-top: -6px;
	cursor: pointer;
}


/*.b.app .b.filter.multi{}*/
.b.app .b.filter.multi select{
	width: 250px;
}
.b.app .buttons{ 
	text-align: right;
	padding: 10px 0;
}
/*.b.app .buttons button{}*/

/*     Period popup        */
.ms-dialog #s4-workspace{
	background-color: white;
}
.b.app.period{
	padding: 0 10px;
}
.b.app.period .options{
	margin-bottom: 10px;
}
.b.app.period .options > div{
	margin: 4px 0;
}
.b.app.period .options h3{
	margin: 10px 0;
}
.b.app.period .error{
	color: maroon;
}
/*.b.app.period .options label{}*/
.b.app.period .options label span,
.b.app.period .options label input{
	vertical-align: middle;
}
.b.app.period .input{
	display: table-row;
}
.b.app.period .input .item{
	padding: 4px 4px 0 0;
}
.b.app.period .input .item > label,
.b.app.period .input .item > span{
	display: table-cell;
	padding-right: 4px;
}
.b.app.period .input .item > span.f.visible{
	display: table-cell;
}
.b.app.period .input .item > span.f{
	display: none;
}
.b.app.period .input .item > label{
	width: 150px;
}
/*.b.app.period .input .item > span{}*/
/*     End of Period popup        */

/*        Tags panel            */
.b.app .panel{
	/*min-height: 50px;*/
	margin-top: 10px;
	border-radius: 4px;
	/*border: 1px solid #dedede;*/
}
.b.app .panel span{
	background-color: #efeeee;
	padding: 4px 20px 4px 7px;
	position: relative;
	margin: 1px 0;
	/*line-height: 26px;*/
	vertical-align: middle;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* width: 100%; */
	overflow: hidden;
}
.b.app .panel span a:hover{
	opacity: 0.65;
}
.b.app .panel span a{
	position: absolute;
	display: inline-block;
	width: 16px;
	background: url(../i/close.png) no-repeat 0;
	right: 2px;
	top: 0;
	bottom: 0;
}
/*        End of tags panel            */

.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }


.autoc-container{
	position: relative;
	height: 100%;
}
.autoc-container input{
	box-sizing: border-box;
	margin: 0;
	height: 28px;
	width: 250px;
}
.autoc-popup {
    border: 1px solid #D5D5D5;
	display: none;
	position: absolute;
	background: white;
    box-shadow: 0 4px 15px 0 #000000;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.autoc-popup .i{
	padding: 4px 5px;
	cursor: default;
}
.autoc-popup .i:hover,
.autoc-popup .i.selected{
	background-color: #396BD6;
	color: white;
}
/*.autoc-popup{}*/

/**************/

.b.app .input a.picker,
.b.app .input a.picker:visited{
color: #3d85c4;
}

.b.app .input a.picker.disabled{
	color: #ccc;
	cursor: default;
	text-decoration: none;
}
.b.app .filters .b.filter.notext h3{
	display: table-cell;
	width: 100%;
}
.b.app .filters .b.filter.notext a.picker{
	display: table-cell;
	vertical-align: middle;
}

.b.app .filters b.filter.search .didyoumean
{
    display: none;
}
.form{
    position: relative;
    left: 0;
    top: 0;
    width: 500px;
    height: 37px;
    display: inline-block;	
}
.wrapper{
    position: absolute;
    right: 110px;
    left: 0;
    top: 0;
    bottom: 0;	
}
.wrapper input{
    height: 100%;
    width: 100%;
    padding: 8px 10px;
    float: left;
    color: #1f1f9d;
    border: 0;
    background: #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}




