/*** @ filters
 **************************************************/
.row.filters{}
.row.filters .search-filter-icon
{
	background-color:white; color: #bbb;
}
.row.filters .search-filter-icon i
{
	background-color: transparent;
}




/*** @  
 ***  visitors page, applies more
 **************************************************/
.previous-convo-content,
.pages-visited
{
	overflow-x: hidden;
	overflow-y: auto;
}

.row-selection-btns
{
	bottom: -60px;
	transition: bottom .4s ease;
}
.row-selection-btns.active
{
	bottom: 0;
}

/*DENSITIES*/
.pivot *
{
	transition: height .2s ease, padding .2s ease, margin .2s ease;
}





/*** @ Spumer Specials - for easily changing view for 
 *** user account types, similar to xs-show, md-show, etc
 **************************************************/
body:not(.incrementa) .show-incrementa
{
	display: none;
}
body:not(.admin) .show-admin
{
	display: none;
}
body:not(.owner) .show-owner
{
	display: none;
}
body:not(.free) .show-free
{
	display: none;
}


/*** @ macros view
 **************************************************/
.cl-mcont.macros{}

.cl-mcont.macros .head-bar
{
	position: absolute;
	top: -20px;
	left: 10%; right: 10%;
	height: 3px;
	background-color: #19b698;
}
.cl-mcont.macros .head-bar.green
{
	background-color: #19b698;
}	
.cl-mcont.macros .head-bar.blue
{
	background-color: #4aa3df;
}
.cl-mcont.macros .w45
{
	width: 90px !important;
	min-width: 80px !important;
}
.cl-mcont.macros .label.w45
{
	display: inline-block;
}
.cl-mcont.macros table.no-color-skip tr:nth-child(2n)
{
	background: none;
}

.cl-mcont.macros .btn-tset
{
	width: 28px;
	text-align: center;
}

.cl-mcont.macros .in-key
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1;
	padding-top: 6px;
	min-height: 60px;
}
.cl-mcont.macros span.in-key-cont:before
{
	content: '#';
	position: absolute;
	left: 0;
	top:8px;
	font-size: 26px;
	width: 25px; height: 25px;
	font-family: Consolas;
}

.cl-mcont.macros .in-value
{
	text-align: left;
	min-height: 60px;
}

.cl-mcont.macros .entry .btn-remove
{
	margin-top:10px;
}

.cl-mcont.macros .block-flat::before
{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #19b698;
	background-color: #4aa3df;
	left: 0;
	top: 0;
}
.cl-mcont.macros .entry.disabled::before
{
	background-color: #c0c0c0;
}
.cl-mcont.macros .entry.disabled
{
	opacity: .8;
}

.cl-mcont.macros .pivot *
{
	transition: height .2s ease, padding .2s ease, margin .2s ease
}
.cl-mcont.macros .col-left{
	overflow: hidden !important;
}
.cl-mcont.macros .col-middle{
	overflow: hidden !important;
}
.cl-mcont.macros .col-right{
	overflow: hidden !important;
}

.cl-mcont.macros .entry
{
	min-height: 110px;
}
.cl-mcont.macros .entry .switch-container
{
	margin-top: 20px;
}
.cl-mcont.macros .entry .btn-remove
{
	margin-top: 20px;
}
.cl-mcont.macros .entry .in-keyword
{
	min-height: 40px;
	height: 45px;
	padding-top: 9px;
	outline: 0;
}
.cl-mcont.macros .entry .in-keyword:focus
{
	background-color: rgb(240, 240, 240) !important;
	border: 1px solid #d0d0d0 !important;
}
.cl-mcont.macros .entry .keyword-container
{
	margin-top: 10px;
}
.cl-mcont.macros .entry .keyword-container::before
{
	content: '#';
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 26px;
	width: 25px;
	height: 25px;
	font-family: Consolas;
	transform: rotate(-2deg)

}
.cl-mcont.macros .entry .in-value
{
	font-size: 16px;
	margin-top: 5px;
	outline: 0;
	letter-spacing: .5px;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.cl-mcont.macros .entry .in-value:focus
{
	background-color: rgb(240, 240, 240) !important;
	border: 1px solid #d0d0d0 !important;
}

/*** @ operators view
 **************************************************/
.operators-list .friend-widget
{
	box-sizing: border-box;
	border: 1px solid transparent;
}
.operators-list .friend-widget.selected
{
	border: 1px solid #4aa3df;
	background-color: #f2f2f2;
}

.friend-widget img {
	border-color: #FFF;
}


.friend-widget img {
	float: left;
	margin-right: 10px;
	border: 3px solid #F2F2F2;
	max-width: 80px;
	max-height: 80px;
	object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
	/*margin-top: 0px;*/
	margin-bottom: 10px;
	overflow: hidden;
}
.friend-widget h4 {
	font-size: 25px;
	margin: 3px 0 0 0;
}
.friend-widget p {
	color: #999;
	margin: 0;
}



/*** @ operators view
 **************************************************/
.view-operators .btn-73w
{
	min-width: 73px;
}
.view-operators .group-select
{
	min-height: 250px
}

.view-operators .operators-list img
{

}
.view-operators .operators-list img::after
{
	/*	
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: red;
	*/
}

.view-operators .group-select
{
	border: 1px dashed #cdcdcd;
	overflow: auto;
	font-size: 18px;

}
.view-operators .group-select:focus
{
	background-color: transparent;
	border: 1px dashed #cdcdcd;
}









/*** @ helpers, utils, custom, ascari rocks
 **************************************************/

.no-select, .select-none
{
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.yes-select, .text-select, .select-text
{
	cursor: initial;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}

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

.no-top-pad, .no-top-padding
{
	padding-top: 0 !important
}

.no-top-margin
{
	margin-top: 0 !important
}

body
{
	overflow-x: hidden !important;
}

/*** @Sidepanel sidebar
 **************************************************/
.cl-sidebar .cl-toggle
{
	/*TODO: re-evaluate this rule*/
	z-index: 1 !important;
}

/*** @ Sidepanel Live Graph Only {{responsive}}
 **************************************************/
/*Live Graph Only*/

.chart-msg
{
	margin: auto;
	position: absolute; 
	top:0; bottom: 0; right: 0; left: 0;
	height: 40px;
	color:white;
	text-align: center;
}

#live-chart
{
	position: relative;
	height: 180px;
	min-width: 1px; 
	padding: 0px; 
	position: relative;
}

/* lg */
@media (min-width: 1200px) {
	#live-chart
	{
		height: 130px;
	}
}
 
/* md */
@media (min-width: 768px) and (max-width: 979px) {
	#live-chart
	{
		display: none;
	}
}
 
/* sm */
@media (max-width: 767px) {
	#live-chart
	{
		height: 140px;
	}
}
 
/* xs really friggin small */
@media (max-width: 480px) {
	#live-chart
	{
		height: 180px;
	}
}

.side-users,
.live-watch
{
	padding: 30px 20px;
}





/*** @view: /visitors
 **************************************************/
.cl-mcont.visitors
{

}
.visitors .h260
{
	height: 260px !important; 	
}
.visitors .block-flat::before
{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #19b698;
	background-color: #4aa3df;
	left: 0; top: 0;
}
.visitors .text-content
{
	max-height: 70px !important;

}
.ghost-input
{

	border: 1px solid transparent;
	height: auto;

	line-height: 1;

	padding-top: 4px;
	padding-left: 5px;
	resize: vertical;
	width: 100%;
	font-size: 13px;
	overflow-y: hidden;
}

.ghost-input.vertical
{
	resize: vertical;
	min-height: 60px;
}

.ghost-input:hover
{
	border: 1px solid #f0f0f0 !important;
}
.ghost-input:active
{
	overflow-y: auto; 
}
.ghost-input:disabled,
.ghost-input[disabled],
.ghost-input[disabled="disabled"],
.ghost-input.disabled
{
	cursor: default;
	background-color: transparent;
	resize: none;
}
.ghost-input:disabled:hover,
.ghost-input[disabled]:hover,
.ghost-input[disabled="disabled"]:hover,
.ghost-input.disabled:hover
{
	border: 1px solid transparent;
}
.ghost-input:disabled:active,
.ghost-input[disabled]:active,
.ghost-input[disabled="disabled"]:active,
.ghost-input.disabled:active
{
	overflow-y: hidden; 
}


.edit-mode .ghost-input:disabled
{
	border: 1px solid #f0f0f0 !important;
	/*border: 3px dashed rgb(74, 163, 223) !important;*/
	background-color: rgb(240, 240, 240);
	border: 1px solid #d0d0d0 !important;
}
.pivot:not(.edit-mode) .ghost-input:disabled
{
	border: 1px solid transparent !important;
	/*border: 3px dashed rgb(74, 163, 223) !important;*/
}









.no-pad-left
{
	padding-left: 0 !important;
}
.no-pad-right
{
	padding-right: 0 !important;
}

.visitors .list-group-item
{
	border: none;
	padding: 1px;
}

.visitors .row-a .personal-info .fa
{
	margin-top: 8px;
}



.visitors .ghost-input.vertical.in-note
{
	min-height: 40px;
}

.visitors .row-a
{
	margin-bottom: 20px;
}









/*** @view: /login
 **************************************************/
.view-login .input-group-addon .fa
{
	width: 12px;
}
.view-login .middle-login .header
{
	overflow: hidden;
}

/*** @view: /dashboard
 **************************************************/
.view-dashboard .noun-cloud
{
	padding: 8px;
}
.view-dashboard .noun-cloud .label
{
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 10px;
	display: inline-block;
	padding: 8px 14px;
}

.spm-i-script
{
	;outline:0;resize:vertical;

	overflow: auto; 
	width: 100%;
	min-height:20px;
	max-height:140px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 10px;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	font-weight: 200;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/*** @view: /contacts
 **************************************************/
/*.view-contacts  .block-flat::before
{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #19b698;
	left: 0; top: 0;
}*/

.view-contacts .text-content
{
	display: inline-block;
	overflow: hidden;
}

/*.view-contacts .row-selection-btns
{
	overflow: hidden;
	transition: opacity 0.5s ease;
	height: 40px;
	opacity: 1;
}
.view-contacts .row-selection-btns.hiding
{
	height: 0px;
	opacity: 0;
}*/

.row-selection-btns
{
	position: fixed;
	bottom: -60px;
	right: 220px;
	z-index: 9;
	border: 1px solid transparent;
	padding: 8px 10px;
	margin: 0;
	background-color: white;
	border: 1px solid #3d566d;
	border: 1px solid #4aa3df;
	border: 1px solid  #f16e3f;
	border-bottom: 0;

	padding-top: 16px;
	transition: bottom .4s ease;
}


#reportrange 
{
	background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc;
}

.search-filter-icon
{
	background-color:white; color: #bbb;
}
.search-filter-icon .fa
{
	background-color: transparent
}

.search-filter-icon.active .fa
{
	color: #4aa3df;
}

 /*** @view: /register
 **************************************************/

.view-register .block-flat > .header
{
	overflow: hidden;
}

.sign-up-container .input-group-addon
{
	min-width: 40px;
	color: #19b698;
	color: #f16e3f;
	color: #4aa3df;
	color: #23262b;
	color: #33363b;

	text-shadow: 0px 0px 2px #CACACA;
	text-shadow: 0px 0px 1px #CACACA;
}

.sign-up-container .title
{
	text-transform: uppercase;
	font-size: 18px;
}
.sign-up-container .title strong
{
	letter-spacing: 2px;
}
.sign-up-container .displayed_package
{
	text-align:right; 
	line-height: 1.8; 
	display: inline-block;	
}

.sign-up-container .toc
{
	width: 80%; 
	font-size: 16px; 
	text-align:justified;
}

/*** @view: /registration-sent
 **************************************************/
.view-registration-sent .heading
{
	color: #FFF;
	font-size: 100px;
	font-family: Arial;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.view-registration-sent .btn
{
	min-width: 136px;
}

#cl-wrapper.view-registration-sent
{
	overflow: hidden;
}



/*** @view: /account
 **************************************************/
.view-account tr:nth-child(2n) {
	background: transparent !important; 
}
.view-account #packages_table th
{
	font-size: 18px;
}

/*** @class - no selection
 **************************************************/
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

/*** @view: /password-reset
 **************************************************/
.forgotpassword-container .header
{
	overflow: hidden;
}
.forgotpassword-container .form-horizontal
{
	margin-bottom: 0px !important;
}
.forgotpassword-container .middle {
	width: 470px;
	margin: auto !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	height: 480px !important;
}


/*** @custom: .animated #cl-wrapper
 **************************************************/
/*body.animated #cl-wrapper {
	margin-left: 0;
	opacity: 0;
	transform: translate3d(-20px, 0, 0); 
	transition: transform 500ms ease, opacity 300ms;
}*/




/*** @custom: navigation (internal)
 **************************************************/
.navigation-panel .avatar-stub
{
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url(/img/avatar-default-32x32.png);
	background-position: center;
	background-size: contain;
}

.navigation-panel .open .avatar-stub[src=""],
.navigation-panel .open .avatar-stub:not([src])
{
	opacity: .5;
}

.navigation-panel .avatar-stub[src*="uploads/"]
{
	background-image: none !important;
}

@media (max-width: 767px){
	.navigation-panel .nav-chatroom
	{
		float: left;
		padding-left: 20px;
	}
	.navigation-panel .nav-profile
	{
		float: right;
		padding-right: 10px;
	}
}
.navigation-panel .navbar-btn
{
	margin-top:14px;
}





/*TODO: move up to opeators view section of css*/
.operators-list p::before
{
	content: '';
	position: absolute;
	top: 42px;
	left:47px;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: transparent;
}

.operators-list .active p::before
{
	background-color: rgb(74, 163, 223)
}
.operators-list .online p::before
{
	background-color: #19b698;
}
.operators-list .offline p::before
{
	background-color: rgba(160, 160, 160, .8);
}


/***   
 *** @ Chatroom
 **************************************************/
.chatroom.dropdown-menu,
.chatroom.dropdown-menu li,
.chatroom.dropdown-menu a
{
	z-index: 200001;
}




.pivot .fa-spinner
{
	font-size: 60px;
	color: #4aa3df;
	color: white;
}


/*************/


		th i.fa-sort-down
		{
			vertical-align: middle; padding-bottom:2px;
		}
		th
		{
			cursor: default;	
		}
		[data-table-sort]
		{
			cursor: pointer;
		}



	.avatar-holder
	{
		width: 100%;
		height: 100%;
		background-image: url(/img/avatar-default-64x64.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		border: 0;
		outline: 0;
	}
	.fileinput-exists .btn-reset-avatar
	{
		display: none;
	}




.dropdown.profile_menu .dropdown-menu:before 
{
    background: url(../img/menu-tail-up.png) no-repeat !important;
}