/* CSS Document */

legend .btn > .glyphicon {
	margin: 0 3px;
    font-size: 12px;
    line-height: 16px;
    top: 0;	
}
.Hi5-column-caption .glyphicon {
    vertical-align: top;
    margin-right: 3px;
}
.Hi5-button-column {
	overflow: visible;
    white-space: normal;
	min-width: 60px !important;
    width: 60px;
    padding: 0 !important;
    text-align: center !important;
}
thead .Hi5-button-column {
	vertical-align: bottom !important;
}
tbody .Hi5-button-column {
	vertical-align: middle !important;
}
.Hi5Table tbody td.nowrap {
	white-space: nowrap;
}
.Hi5Table > thead > tr > th > span  {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.table-info {
    padding: 0 5px;
    font-weight: bold;
    background-color: transparent;
}
.pager {
	margin: 0 0 20px 0;
    min-height: 0;
    padding: 2px 3px;
    display: inline-block;
    text-align: right;
}
.pager li {
	line-height: 25px;
    display: inline-block;
    vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.pager li a, .pager li button {
	padding: 2px 12px;	
	height: 31px;
	min-width: 50px;
	text-align: center;	
}
.pager input[type="number"] {
	display: inline-block;	
    border-radius: 15px;
	text-align: center;
	padding: 2px 12px;	
	height: 31px;
	min-width: 70px;
	width: 70px;
}
.pager li .glyphicon {
    font-size: 9pt;
}
legend {
	font-size: 24px;
    line-height: 1.2;
}
th.Hi5-button-column .btn, td.Hi5-button-column > div > .btn {
	float: right;
}
th.Hi5-button-column .btn > span.caret, td.Hi5-button-column .btn > span.caret {
	margin-left: 5px;
}
.Hi5Table th > .btn { 
    padding: 3px 8px !important;
}
td.Hi5-button-toggle .btn[disabled] {
	color: rgba(153, 153, 153, 1) !important;
	background: white !important;
	box-shadow: none;
    border: 1px solid rgba(153, 153, 153, 1);	
    opacity:1;
    text-shadow: none !important;
}
a.label-wrapper:hover, a:hover .label-default {
	text-decoration: none !important;
}
td.Hi5-button-column .btn-group {
	margin: 0;
	padding: 0;
	display: flex;
	float: right;
}
legend .btn-group:hover .dropdown-menu {
	display: block !important;	
	margin-top: 0 !important;	
}
input[type="date"] {
	line-height: 1!important;
}
.Hi5Table td img {
    max-width: 45px;
    max-height: 45px;
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 30px;
	background-color:#eee;
}
.Hi5Table td span.filetype {
    text-transform: uppercase;
    padding: 2px 0 0 0;
    display: block;
    font-size: .8em;
    font-weight: bold;
	color: #333;
    line-height: .8em;
}
.Hi5-button-column > .btn, .Hi5-button-column .btn-group {
    vertical-align: top;
    padding: 3px;
}
.dropdown-menu > li > a.disabled {
	color: #999;
	cursor: default;
}
.Hi5Table td:not(.reorder-handle):not(.Hi5-button-column) {
	vertical-align: middle;
}
.Hi5Table td div.import_status_error, .Hi5Table td div.import_status_ok {
	width: 300px;
	font-weight:bold;
}
.Hi5Table td div.import_status_error {
	color: #C00;
}
.Hi5Table td div.import_status_ok {
	color: #393;
}
.Hi5Table td a + .glyphicon-new-window {
	visibility: hidden;
	font-size: 90%;
	margin-left: 3px;	
}
.Hi5Table td a:hover + .glyphicon-new-window, .Hi5Table td a:focus + .glyphicon-new-window, .Hi5Table td a:active + .glyphicon-new-window {
	visibility: visible;
	color: #23527c !important;
}
.Hi5-sortable-column.loading {
	cursor: wait;
}

/* ================== JQUERY POPOVER CONFIRM =========================== */

.popover {
	min-width: 200px;
}

/* ================== INLINE CELL EDIT ================== */

input.cell-edit-input, select.cell-edit-input {
    width: calc(100% + 16px);
    border: none;
    background: #eee;
    padding: 12px 8px;
    margin: -12px -8px;
}
td.cell-edit {
	transition: background-color ease-in 0.15s;
}
td.cell-edit:hover {
	background-color: #eee;
}
td.cell-edit input[type="number"] {
	text-align: right;
}

/* ======== SORT CONTROLS ======== */

.Hi5Table .sort-btns {
	opacity:0;
	position: absolute;
	top:2px;
	right:2px;
	white-space: nowrap;
	line-height: 20px;
	z-index: 1;
}
.Hi5Table .sort-btns .btn {
	cursor: pointer;
	background-color: rgba(153, 153, 153, 1);
	color: white;
	font-size: 12px;
    height: 20px;
    line-height: 20px;
    border: none !important;
    vertical-align: top;
    width: 20px;
    min-width: 20px !important;
	padding: 0;
    margin: 2px 2px 0 0;    
    box-shadow: none !important;
    border-radius: 50%;
    outline: none !important;
    position: relative;
}

.Hi5Table .sort-btns .btn i {
	top: 0;
    line-height: 20px;
	text-align: center;
    display: inline-block !important;
    color: white;
    width: 20px;
    height: 20px !important;
    padding: 0;
    margin: 0 !important;
    font-variant: none;
	position: absolute;
    left: 0;
    right: 0;    
}
.Hi5Table .sort-btns .btn i:before {
    font-size: 12px;
}
.Hi5Table .sort-caption {
	position: absolute;
	top:2px;
	left:2px;
	white-space: nowrap;
	line-height: 20px;	
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}
.Hi5Table .sort-caption > span {
    padding: 3px 8px;
}
.Hi5Table th:hover .sort-btns {
	opacity:1;
}
.Hi5Table th.Hi5-sortable-column > div {
	padding-top: 30px;
	max-height: 107px;
    overflow: hidden;	
}
.Hi5Table > tbody > tr > th:not(.reorder-handle), .Hi5Table > tfoot > tr > th, .Hi5Table > thead > tr > td, .Hi5Table > tbody > tr > td:not(.reorder-handle), .Hi5Table > tfoot > tr > td {
    min-width: 75px;
}
.Hi5Table td .clamped-cell-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.25em * 3);
}
.Hi5Table > thead.sticky > tr > th {
	min-width: 75px;
	background: white;
	position: -webkit-sticky;
	position: sticky;
	top: 0;    
	border-bottom: none;
	padding: 0 0 0 0 !important;
	z-index: 1;
}
.Hi5Table > thead > tr > th.reorder-header, .Hi5Table > tbody > tr > td.reorder-handle
, .Hi5Table > thead > tr > th.row-select-header, .Hi5Table > thead > tr > th.row-icon-header
, .Hi5Table > tbody > tr > td.row-select-cell, .Hi5Table > tbody > tr > td.row-icon-cell {
	min-width: 30px;
	width: 30px;
}
.Hi5Table > tbody > tr > td.row-icon-cell > div {
    display: inline-block;
}
.Hi5Table > tbody > tr > td.row-icon-cell > a {
    padding: 3px;
}
.Hi5Table > tbody > tr > td.row-icon-cell > i {
    margin: 3px;
}
.Hi5Table td.row-select-cell > button, .Hi5Table td.reorder-handle > button {
	background: transparent;
	padding: 0;
	border: none;
	box-shadow: none !important;
}
.Hi5Table td.row-select-cell, .Hi5Table td.reorder-handle, .Hi5Table td.row-icon-cell {
	text-align: center;
	font-size: 16px !important;
    line-height: 16px !important;	
    text-align: center;
}
.Hi5Table td.row-select-cell > button, .Hi5Table td.reorder-handle > button {
	opacity:0;
	transition: opacity ease-in 100ms;
	text-align: center;
}
.Hi5Table tr:hover > td.row-select-cell > button, .Hi5Table tr:hover > td.reorder-handle > button, .Hi5Table tr.active > td.row-select-cell > button {
	opacity:1;
}
.Hi5Table tr.active > td.row-select-cell > button > i {
	color: rgba(230, 81, 0, 1);
}
.Hi5Table tr.active > td.row-select-cell > button > i:before {
    content: "\e067";
}
.Hi5Table > tbody > tr > td.reorder-handle {
	vertical-align: middle;
	text-align: center;
}
.Hi5Table > thead > tr {
	position: relative;
}
.Hi5Table > thead > tr > th > div {
	border-bottom: 2px solid #bbb;
	padding: 5px;
    z-index: 1;
}
.Hi5Table > thead > tr > th > div > span {
	padding: 0 0 0 0 !important;
	display: block;
	max-height: 73px;
	overflow: hidden;
}
.Hi5Table button[disabled], button.no-click {
	cursor: default !important;
}
.Hi5Table button[data-toggle="tooltip"] {
    cursor: help !important;
}
.dropdown-accordion .panel-heading {
  padding: 0;
}
.dropdown-accordion .panel-heading .menu-item {
	display: block;
	padding: 10px 15px;
	border: none;
	background: none;
	box-shadow: none;
	width: 100%;
	text-align: left;  
}
.dropdown.dropdown-accordion {
    display: inline-block;
}
.tile-nav > button.dropdown-toggle, .Hi5-button-column .kebab {
    padding: 2px;
    width: 32px;
    height: 32px;
    display: block;
    border: none;
    line-height: 28px;
    border-radius: 16px;
	background-color: white;
	box-shadow: -1px 1px 3px rgba(0, 0,0, 0.2) !important;
	position: relative;
}
.tile-nav > button.dropdown-toggle > i, .Hi5-button-column .kebab.locked > i, .draft-tile .kebab.locked > i {
	width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}
.tile-nav > button.dropdown-toggle > i.glyphicon:before {
	font-variant: none;
}
.tile_wrap .thumbnail {
	position: relative;
	min-height: 250px;
}
.dropdown-accordion .panel-title {
	position: relative;
    margin-bottom: 0;
    display: block;
}
.dropdown-accordion .panel-title em {
	font-size: 14px;
    line-height: 1.25;
}
/*
td.Hi5-button-column > div {
    position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
td.Hi5-button-column .tile-nav {
    top: 0;
    right: 5px;
}
*/
.Hi5-button-column .tile-nav, .Hi5-button-column .kebab {
    margin-right: 5px;
    height: 34px;
}
.Hi5-button-column .kebab {
    display: inline-block !important;
}
.Hi5-button-column .kebab.locked {
    cursor: help;
    box-shadow: none !important;
    background: transparent;
}
.thumbnail .tile-nav {
    position: absolute;
    top: 10px;
    right: 10px;
}
.color-tile {
    border: 1px solid darkgrey;
    height: 25px;
    width: 100%;
}
input#link-to-copy {
	border: none;
	width: calc(100% - 200px);
	cursor: pointer;
}
#pages-preview-pane #visitor-breakdown {
	margin: 0 0 40px 0;
}
.tile-nav [data-toggle="collapse"][aria-expanded="false"] i.show-when-expanded {
    display: none !important;
}
.tile-nav [data-toggle="collapse"][aria-expanded="true"] > i.show-when-collapsed {
    display: none !important;
}
.tile-nav .panel-body .panel-body .menu-item {
   /* background: #f0f0f0 !important;*/
}
.tile-nav .panel-body .panel-body .menu-item:hover {
    /*background: #333 !important;*/
}
.Hi5Table-SelectableRows tbody tr {
	cursor: pointer;
}
#SelectDomainDialog #field-form-type {
	max-height: 300px;
    overflow-y: auto;
    margin: -12px -14px !important;
    padding: 10px 10px 0;
    background: #f9f9f9 !important;
    overflow-x: hidden;
}
#SelectDomainDialog .card-body, #SelectDomainDialog .modal-footer {
	background: white;
}
td.no-wrap {
    white-space: nowrap;
}
td.Hi5-button-toggle {
    text-align: center;
}
td.Hi5-button-toggle {
    height: 46px;
}

/* filters */

.Hi5Filters {
    margin-bottom: 15px;
}
.Hi5Filters .dropdown-select-btn .dropdown-menu {
    top: auto;
}
.Hi5Filters .form-control {
    padding-right: 50px;
}
.Hi5Filters .btn-remove-filter {
	position: absolute;
    right: 0;
    font-size: 21px;
    line-height: 24px;
    color: #666;
    z-index: 500;
    opacity: 0;
    transition: opacity ease-in 100ms, color ease-in 100ms;
    padding-bottom: 0;
	outline: none !important;
    box-shadow: none !important;    
}
.Hi5Filters .input-group:hover .btn-remove-filter, .Hi5Filters input.form-control:focus + .btn-remove-filter {
	opacity: 1;
}
/*
.Hi5Filters .input-group .selectize-control .selectize-input:after {
	position: relative;
    display: inline-block;
    vertical-align: baseline;
    clear: none;
    height: 20px;	
    line-height:20px;
    padding: 0 5px;
}
*/
.Hi5Filters .input-group .selectize-control .selectize-input.focus:after {
	opacity:0;
}
.Hi5Filters .selectize-input > input {
    height: 34px;
    vertical-align: bottom;
}
.Hi5Filters .btn-remove-filter:hover {
	color: firebrick;
	background: none !important;
}
.Hi5Filters .slider {
    margin: 3px;
}
.Hi5Filters .switch {
	margin: 0;
}
legend.table-header {
    margin-bottom: 35px;
}
.Hi5Filters .selectize-control {
    margin: -6px -12px 0 -12px;
}
.Hi5Filters .selectize-control .selectize-input {
	border: none;
}
.Hi5Filters .form-control {
    min-height: calc(1.5em + .75rem + 2px);
    height: auto;
    padding-right: 40px !important;
}
.Hi5Filters .selectize-input.items { /*.not-full.has-options.has-items*/
    float: left;
    padding-bottom: 0 !important;
    margin-bottom: -4px;
    padding: 4px 12px;
}
.Hi5Filters .selectize-input.focus {
	box-shadow: none;
}
.Hi5Filters .filter-row {
	margin-bottom: 0.5rem;
}
.Hi5Filters .filter-row .form-group i {
	line-height: 24px;	
}
.btn-clear-filters {
	position:relative;
}
.btn-clear-filters i {
	position: absolute;
    left: 0;
    right: 0;
	top: 50%;
    transform: translateY(-50%);
}
.table-filters-loading {
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 32px;
    color: grey;
}
.input-group .form-group {
    display: flex;
    flex: 1;
    margin:0;
}
.Hi5Filters select.static:not(.selectized), .Hi5Filters select.dynamic:not(.selectized) {
    display: none;
}
.Hi5Filters input[type="date"] {
    border: 1px solid #ced4da;
    border-radius: 2px;
    margin: -5px 5px;
    padding: 0 5px;
    width: calc(50% - 30px);
}
.Hi5Filters .input-group-prepend {
    max-width: 50%;
    /*overflow: hidden;*/
    overflow: visible;
    min-width: 20%;
}
.filter-row .dropdown-select-btn button {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.filter-row .dropdown-select-btn button.dropdown-toggle::after {
    position: absolute;
    right: 16px;
    top: 16px;
}
.filter-row .selectize-input:not(.focus) {
	text-overflow: ellipsis;
}
.filter-row .selectize-input.focus {
	max-height: none;
	white-space:normal;
}
.filter-row .selectize-control .selectize-input {
	padding-right: 30px !important;
}
.filters-footer {
    white-space: nowrap;
}
.filter-row .form-group.is-focused {
	z-index:200;
}
.filter-row .form-group {
    max-width: 80%;
}
.filter-row .selectize-input>.item {
    max-width: calc(50% - 4px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter-row .input-group {
	flex-wrap: nowrap;
}
th[align="center"] {
    text-align: center !important;
}
th[align="right"] {
    text-align: right  !important;
}
.filetype {
	display:block;
	clear: both;
}
td.row-icon-cell img {
    width: 28px;
}
.tile-nav .panel-collapse .panel-body .panel-body .menu-item {
    padding-left: 25px !important;
}
.Hi5Table tr.nodrag .reorder-handle button {
    display: none;
}
.Hi5Table tr.nodrag .reorder-handle {
	cursor: default;
}
.Hi5Table tr.dragging {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width : 768px) {
	
	.Hi5Table tbody td label.hi5_responsive_cell_header {
		display: none !important;	
	}
	.Hi5Table tr td.Hi5-button-column a.btn
	, .Hi5Table tr td.reorder-handle button.btn {
		opacity: 0;	
		transition: opacity .2s ease;
		-moz-transition: opacity .2s ease;
		-webkit-transition: opacity .2s ease;		
	}
	.Hi5Table tr:hover td.Hi5-button-column a.btn
	,.Hi5Table tr:hover td.reorder-handle button.btn
	,.Hi5Table tr.dragging td.reorder-handle button.btn
	,.Hi5Table tr td.Hi5-button-column a.btn:focus
	,.Hi5Table tr td.reorder-handle button.btn:focus
	,.Hi5Table tr td.Hi5-button-column a.btn:active
	,.Hi5Table tr td.reorder-handle button.btn:active
	, .Hi5Table tr td.Hi5-button-column a.btn.dropdown-toggle[aria-expanded="true"] {
		opacity: 1 !important;
	}	
	.Hi5Table tr td.reorder-handle {
		cursor: pointer;	
	}
	.well > .row > p {
		margin-bottom: 5px;	
	}	
	.reorder-handle {
		width: 22px;	
	}	
	.modal-body .col-xs-12 {
		/*text-align: right;*/	
	}
	.Hi5Table .col-narrow {
		max-width: 100px;
	}	
}
@media only screen and (max-width : 767px) {

	.Hi5Table > thead.sticky > tr > th, .table > tbody > tr > td:not(.reorder-handle) {
		min-width: 30px;
	}
	label.hi5_responsive_cell_header {
		display: none;
	}
	
}
/*
@media only screen and (max-width : 767px) {

	.Hi5Table tr th.Hi5-column-caption
	, td.reorder-handle, th.reorder-header {
		display: none !important;
	}	
	.Hi5Table tr th.Hi5-button-column {
		border: none !important;
		min-width: 100% !important;	
	}	
	.Hi5Table td {
		display: inline-block !important;
		min-width: 50% !important;	
		border-top: none !important;
		min-height: 51px;
		/*text-align: left !important;* /
		/*width: 100%;* /
	    padding: .75rem !important;
	}
	.Hi5Table tr td.Hi5-button-column {
		text-align: right !important;
		vertical-align: bottom !important;
	}	
	.Hi5Table > tbody > tr > td.reorder-handle {
	    float: right;
		text-align: right !important;
	}	
	.Hi5Table td.reorder-handle > button {
		opacity: 1 !important;
	}
	.Hi5Table th.Hi5-button-column.text-right {
		text-align: center !important;
	}	
	.Hi5Table tbody tr {	
		border-top: 1px solid #dddddd;
	}
	
	.Hi5Table tbody td label {
		display: block;
		font-size: 9pt;
		color: black;
		margin-bottom: 4px;
		color: #999;
		font-weight: normal;
		font-style: italic;
	}
	.Hi5Table tr td.Hi5-button-column a.btn:not(.dropdown-toggle) {
		min-width: 60px;
	}
	.well > .row > p {
	    min-height: 20px;
	}
	.modal-body .col-xs-3 label.control-label {
		padding-top: 9px;
	    margin-left: -20px;
	}
	.Hi5Table > tbody > tr > th:not(.reorder-handle), .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td:not(.reorder-handle), .table > tfoot > tr > td {
		min-width: 0;
	}

}
*/