.alert-success{
	right: 1% !important;
	position: fixed !important;
	top:10% !important;
}
.alert-warning{
	right: 1% !important;
	position: fixed !important;
	top:10% !important;
}
.modal-dialog
{
	width: 60% !important;
}
.tab_head
{
	z-index: 100;
	font-size: 12px;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 12em;
	overflow: hidden;
	float: left;
	max-width:60%;
}
.container {
	width: 100%;
	margin-top: 10px;
	padding-left: 0px !important;
	font-size: 13px !important;
}
.suggest_li
{
	padding: 5px;
}
.suggest_li:hover
{
	background-color: #efeded;
}
.crm-tab-content
{
	border:1px solid #ddd;
	border-top-color: transparent;
	background-color: whitesmoke;
}
.nav-tabs > li {
	position:relative;
	width: auto;
	max-width: 200px;
	z-index: 10 !important;
	padding: 0px 0px;
	border-right: 1px solid lightgrey;
}
.collapse_ul > li {
	position:relative;
	width: auto;
	max-width: 200px;
	z-index: 10 !important;
	padding: 0px 0px;
}
.collapse_ul > li > a
{
	color: #777;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.wrap_content
{
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: 250px;
}
.side_bar
{
	padding: 10px;
}
.side_bar > a
{
	color: #777;
}
.close_tab {
	width: 20px !important;
	height: 20px !important;
	text-align: center !important;
	padding: 2px 0px !important;
	font-size: 10px !important;
	line-height: 1.428571429 !important;
	border-radius: 15px !important;
	z-index: 999 !important;
}
.ticket-no
{
	display: inline-block;
	background-color: #dadada;
	color: black;
	font-size: 10px;
	padding: 0 5px;
	margin-right: 5px !important;
	vertical-align: top;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 26;
}
#tickets_page_view a:hover,
#tickets_page_view a:focus {
	text-decoration: none !important;
	color: black !important;
}
#tickets_page_view a:focus {
	outline: 0 !important;
	box-shadow: none !important;
	color: black !important;
}
li.active>a.tab_a
{
	color: black !important;
	border: none !important;
}
li>a.tab_a
{
	background-color: whitesmoke !important;
	border: none !important;
	text-align: center;
}
.tab-content > .active
{
	display: inline-block !important;
	width: 100% !important;
}
.filters:focus,
.filters:hover
{
	background-color: #ddd;
	cursor: pointer;
}
.view_all_tics
{
	margin-top: 10px;
}
/***************************************************/
.stylish-input-group .input-group-addon{
	background: white !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
	border:0;
	background:transparent;
}
#search_ticket_input
{
	right:0;
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	right:0px;
	width: 34px;
	margin: 0px -1px;
	opacity: 0;
	border-radius: 20px;
	height: 34px;
	position: absolute;
	cursor: pointer;
	border: none;
	box-shadow: none;
	background-color: transparent
}
#search_ticket_input:focus
{
	width: 250px !important;
	right:0;
	cursor: text;
	z-index: 20 !important;
	border-radius: 4px;
	border: 1px solid #777;
	box-shadow: none;
	opacity: 1;
	position: absolute;
	background-color: white;
	transition: all 0.35s, border-radius 0s;
}
#search_ticket_input.form-control::-webkit-input-placeholder {
	display: none;
}
#search_ticket_input.form-control::-moz-placeholder {
	/* Firefox 18- */
	display: none;
}
#search_ticket_input.form-control::-moz-placeholder {
	/* Firefox 19+ */
	display: none;
}
#search_ticket_input.form-control::-ms-input-placeholder {
	display: none;
}
#search_ticket_icon
{
	z-index: 20 !important;
	color: #777;
}
.sort-icon{
	cursor: pointer;
	font-size: 14px;
	padding-left: 0px !important;
	padding-top: 4px;
}
.panel.with-nav-tabs .panel-heading{
	padding: 0px;
	border:none;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff !important;
	border-color: #ddd;
	border-top-color: red !important;
	border-top: 2px solid red !important;
	border-radius: 0 !important;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
	min-height: auto;
	max-height: 300px;
	overflow-y: auto;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #428bca;
	border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f2dede; /* bg color */
	border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #a94442; /* normal text color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff; /* active text color */
	background-color: #a94442; /* active bg color */
}
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
a.list-group-item.read { color: #222;background-color: #F3F3F3; }
hr { margin-top: 5px;margin-bottom: 10px; }
.nav-pills>li>a {padding: 5px 10px !important;white-space: nowrap;
				 overflow:hidden !important;
				 text-overflow: ellipsis;}

.hiddenRow
{
	display: none;
	padding: 1px !important;
	background-color: gray;
}
table > tbody > tr > td
{
	vertical-align: middle !important;
}
.clickable{
	cursor: pointer;
}

.tickets_panel > .panel-heading div {
	margin-top: -10px;
	font-size: 13px;
	padding-right: 10px;
}
.tickets_panel > .panel-heading span{
	margin-left:2px;
}
.table > tbody > tr > td span.label{
	margin-left:5px;
}
.tickets_panel > .panel-body{
	display: none;
}
.tickets_panel > .panel-heading
{
	padding: 10px !important;
}
.ticket-refresh
{
	margin: -5px 10px 0 10px;
	float: left;
}
.single_ticket_panel >.panel-body
{
	max-height: 100vh;
	overflow: auto;
	overflow-x: hidden;
}
.single_ticket_panel > .panel-heading div {
	margin-top: -10px;
	font-size: 12px;
	padding-right: 10px;
}
.single_ticket_panel > .panel-heading span{
	margin-left:5px;
}
.single_ticket_panel > .panel-heading
{
	padding: 10px !important;
}

.new_ticket_panel > .panel-heading div {
	margin-top: -10px;
	font-size: 12px;
	padding-right: 10px;
}
.new_ticket_panel > .panel-heading span{
	margin-left:5px;
}
.new_ticket_panel > .panel-heading
{
	padding: 10px !important;
}
/***********************************/

.comment-list .row {
	margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
	padding: 4px 15px;
	position: absolute;
	border:none;
	/*Panel-heading border radius*/
	border-top-right-radius:0px;
	top: 1px;
}
.comment-list .panel .panel-heading.right {
	border-right-width: 0px;
	/*Panel-heading border radius*/
	border-top-left-radius:0px;
	right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
	padding-top: 6px;
}
.comment-list figcaption {
	/*For wrapping text in thumbnail*/
	word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
	.comment-list .arrow_tic:after, .comment-list .arrow_tic:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
	}
	.comment-list .panel.arrow_tic.left:after, .comment-list .panel.arrow_tic.left:before {
		border-left: 0;
	}
	/*****Left Arrow*****/
	/*Outline effect style*/
	.comment-list .panel.arrow_tic.left:before {
		left: 0px;
		top: 30px;
		/*Use boarder color of panel*/
		border-right-color: inherit;
		border-width: 16px;
	}
	/*Background color effect*/
	.comment-list .panel.arrow_tic.left:after {
		left: 1px;
		top: 31px;
		/*Change for different outline color*/
		border-right-color: #FFFFFF;
		border-width: 15px;
	}
	/*****Right Arrow*****/
	/*Outline effect style*/
	.comment-list .panel.arrow_tic.right:before {
		right: -16px;
		top: 30px;
		/*Use boarder color of panel*/
		border-left-color: inherit;
		border-width: 16px;
	}
	/*Background color effect*/
	.comment-list .panel.arrow_tic.right:after {
		right: -14px;
		top: 31px;
		/*Change for different outline color*/
		border-left-color: #FFFFFF;
		border-width: 15px;
	}
}
.comment-list .comment-post {
	margin-top: 6px;
}
.status-upload  .nicEdit-panelContain
{
	border: 0px !important;
}
.status-upload > div
{
	/*border: none !important;*/
}
.status-upload .nicEdit-main
{
	border-bottom: 1px solid #e5e5e5;
}
#suggestion
{
	position: absolute !important;
	right: 0 !important;
	top: 15% !important;
	height: auto;
	margin-right: -2.5% !important;
	margin-bottom: -3px !important;
	z-index: 9999;
}
/******************************/
.status-upload {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	float: left;
	width: 100%;
}
.reply_textarea {
	font-size: 14px;
	min-height: 150px;
	letter-spacing: 0.3px;
	padding: 5px;
	width: 100%;
	resize:vertical;
	outline:none;
	border: 1px solid #F2F2F2;
}
.status-upload div.form-group {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.img-upload{
	padding: 5px;
	float: left;
}
.mp4
{
	background: url('../img/mp4.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.bmp
{
	background: url('../img/bmp.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.ppt, .pptx
{
    background: url('../img/ppt.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.mp3
{
	background: url('../img/mp3.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.cdr
{
	background: url('../img/cdr.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.syx
{
	background: url('../img/syx.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.pdf
{
	background: url('../img/pdf.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.xml
{
	background: url('../img/xml.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.csv
{
	background: url('../img/csv.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100%;
}
.doc
{
	background: url('../img/doc.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.docx
{
	background: url('../img/docx.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.txt
{
	background: url('../img/txt.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.xlsx
{
	background: url('../img/xlsx.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.xls
{
	background: url('../img/xlsx.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.zip
{
	background: url('../img/zip.png')no-repeat;
	height:50px !important;
	width:50px !important;
	background-size: 100% !important;
}
.unknown_type
{
	background: url('../img/unknown_type.png')no-repeat;
	height:50px!important;
	width:50px !important;
	background-size: 100% !important;
}

#wp-reply_ticket_textarea_id-wrap{
	padding: 5px;
}

/*********************************************/
.tiny_loader {
	background: url('../img/tiny_load.gif')no-repeat;
	width: 8%;
	height: 8%;
	position: absolute;
	background-size: 100%;
}
/* Spin Kit */

.spinner_loader {
  width: 12px;
  text-align: center;
  display: none;
}

.spinner_loader > span {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner_loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #00cc00;
}

.spinner_loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #009900;
}

.spinner_loader .bounce3 {
  background-color: #006600;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
  } 40% {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
  }
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
	border: 1px solid #e6e6e6;
	box-shadow: none;
}
.btn-send, .btn-send:hover {
	background: none repeat scroll 0 0 #00a8b3;
	color: #fff;
}
.btn-send:hover {
	background: none repeat scroll 0 0 #009da7;
}
.fileinput-button {
	float: left;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
}
.fileinput-button input {
	cursor: pointer;
	direction: ltr;
	font-size: 23px;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.files .progress {
	width: 200px;
}
.fileupload-processing .fileupload-loading {
	display: block;
}
* html .fileinput-button {
	line-height: 24px;
	margin: 1px -3px 0 0;
}
* + html .fileinput-button {
	margin: 1px 0 0;
	padding: 2px 15px;
}
li
{
	margin-bottom: 0px !important;
}
#dev-table > tbody >tr > .wrap_content
{
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: 250px;
}
#search-table > tbody >tr > .wrap_content
{
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: 250px;
}
.ticket_title_editable
{
	margin: 0;
	color: #333;
	padding: 1px 2px 1px 5px;
	text-overflow: ellipsis;
	width: 100%;
	border: 1px solid transparent !important;
	background: transparent !important;
	box-shadow: none !important;
}
.template_title_editable
{
	margin: 0;
	color: #333;
	padding: 1px 2px 1px 5px;
	text-overflow: ellipsis;
	width: 100%;
}
.ticket_title
{
	margin: 0;
	color: #333;
	padding: 1px 2px 1px 5px;
	text-overflow: ellipsis;
	width: 90%;
	background: white !important;
	float:right;
}
.ticket_title_editable:focus,
.ticket_title_editable:hover
{
	border-color: whitesmoke !important;
	box-shadow: 0 0 3px #286090 !important;
	outline: thick none !important;
	background: white !important;
}
.quote_button{
	line-height: 2 !important;
	margin-top: -8px !important;
}
.filter_div{
	float: left;
	width: 100%;
	padding-bottom: 8px;
}
.filter-each{
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #ccc;
	float: left;
	height: 35px;
	margin-right: 10px;
	min-width: 54px;
	padding: 5px 18px;
}
.select-full{
	background: #f7f7f7 none repeat scroll 0 0 !important;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #97999a;
	cursor: pointer;
	float: left;
	height: 35px;
	line-height: 26px;
	padding: 4px 10px;
	position: relative;
	width: 100%;
	z-index: 5;
	border-radius:0px !important;
	height: 33px;
}
.select-btn{
	border: none !important;
	width: 100%;
}
.ticket-delete-button, .ticket-refresh-button, .ticket-edit-button{
	display: inline-flex;
	vertical-align: middle;
}
.ticket-delete-button:hover{
		opacity: 1;
}
.template_div {
	position: relative;
}
.asg {
	overflow: hidden;
	padding: 1px;
	margin: 6px 8px;
}
.asg .A0 {
	top: 5px;
	right: 5px;
}
.A0 {
	color: #777;
	background-color: white;
	position: absolute;
	padding: 1px;
	right: 10px;
	top: .9em;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.template_div input {
	background: #fff;
	color: #222;
	font-size: 100%;
	margin-right: 20px;
	width: 100%;
	outline: 0!important;
}
.template_div input {
	width:100% !important;
	max-width: 100% !important;
}
.panel-heading .email-reply-toggle:after {
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: grey;         /* adjust as needed */
}
.panel-heading.collapsed .email-reply-toggle:after {
	/* symbol for "collapsed" panels */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}
.list-group-item:focus,
.list-group-item:hover
{
	background-color: #ddd;
}
.list-group-item
{
	cursor: pointer;
	border:none !important;
	display: inline-flex;
	padding: 5px 10px !important;
	width:100%;
}
.truncate {
	min-width: 200px;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.spin_search {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
.input_required
{
	color: red !important;
	vertical-align: middle;
	font-size: 15px;
}
.left-modal-body{
	border-right: 1px solid #F3EEEC;
	margin-left: 5px;
	height: 350px;
}
.right-modal-body{
	padding-left: 5px;
	margin-left: 5px;
}
.bulk-edit-row{
	padding:10px;
}
.badge{
	float: left;
}
.content_less{
	display: none;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index: 100;

}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.wsdesk-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.wsdesk-overlay:target {
  visibility: visible;
  opacity: 100;
}

.wsdesk-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 100;
}

.wsdesk-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.wsdesk-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.wsdesk-popup .close:hover {
  color: #06D85F;
}
.wsdesk-popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
	width: 70%;
  }
  .wsdesk-popup{
	width: 70%;
  }
}

.select2-search--dropdown .select2-search__field {
	padding: 0 4px !important;
}

#all_tickets_action_buttons .dropdown-menu > li > a {
	padding-left: 10px;
	padding-right: 10px;
}


#all_tickets_advanced_filters .form-control{
	width: 100%;
}

#all_tickets_table_v2 > tbody > tr, #archive_tickets_table_v2 > tbody > tr {
	cursor: pointer;
}

#all_tickets_table_v2_wrapper .input-sm, #archive_tickets_table_v2_wrapper .input-sm{
	line-height: 1.5 !important;
}

.btn.btn-focused {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
