ul.qq-upload-list {
	list-style: none;
	padding: 0;
}
.pt30 {
	padding-top: 30px;
}
.mb35 {
	margin-bottom: 35px;	
}
.mb45 {
	margin-bottom: 45px;	
}
.mb8 {
	margin-bottom: 8px;	
}
.pad5 {
	padding: 5px 0;	
}
.ml10 {
	margin-left: 10px !important;	
}
.size13 {
	font-size: 13px;	
}
.nopad {
	padding: 0;	
}
.required {
	color: #da3e16;	
}
.topbar-right {
	float: right;
	padding: 10px 0 5px 0;
	margin-bottom: 25px;	
}
.full {
	width: 100%;
	float: left;	
}
.chosen-container {
	width: 100% !important;	
}
.chosen-container .chosen-results li.highlighted {
	background-color: #48a4ee;	
}
.chosen-container-multi .chosen-choices li.search-choice {
	margin: 0;
	margin-right: 5px;	
	padding: 0 20px 0 0;
}
.chosen-container-multi .chosen-choices li.search-choice span {
	padding: 3px 3px;
	display: inline-block;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	width: 14px;
	height: 14px;
	display: inline-block;	
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	line-height: 18px;
	width: 16px;
	height: 16px;
	font-size: 10px;
}
/***** INPUT ERROR *****/
.form-group {
	position: relative;
}
.form-group .input-group {
	position: initial;	
}
.form-group > div > img {
	position: absolute;
	right: 0;
	top: 0;
	width: 57px;	
}
.input-group div.chosen-container {
	width: 100% !important;
}
.input-group div.chosen-container a.chosen-single {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
div.bootstrap-tagsinput {
	display: block;
	padding: 2px 12px;
}
input.error, select.error, textarea.error {
	margin-bottom: 0;
	border-color: #FF7575; 
}
select.error ~ .chosen-container-single .chosen-single {
	border-color: #FF7575;
}
input.error ~ label.error, select.error ~ label.error, textarea.error ~ label.error {
	font-size: 10px;
	color: #FF5E5E;
	text-transform: uppercase;
	margin-bottom: 0;
	position: absolute;
	top: -12px;
	right: 0px;
	background: #fbe1dd;
	padding: 8px;
	z-index: 1;
	border-radius: 3px;
}
input.error ~ label.error:after, select.error ~ label.error:after, textarea.error ~ label.error:after {
	border-top: 5px solid #fbe1dd;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 48%;	
}
#lockFrm input.error ~ label.error {
	bottom: -38px;
	left: 0;
	top: auto;
	text-align: center;
}

#lockFrm input.error ~ label.error:after { 
	border-top: transparent;
	border-bottom: 5px solid #fbe1dd;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);	
	top: -5px;
	bottom: auto;
	left: 48%;
}

/***** INPUT CHECKBOX AND RADIO *****/
div.radio label {
	padding: 0;
	padding-right: 25px;
}
label.checkbox, label.radio {
	font-size: 13px;
	font-weight: 400;
	color: #858181;
	float: left;
	cursor: pointer;
	margin: 0 10px 10px 0;
}
label.radio+.radio, label.checkbox+.checkbox {
	margin-top: 0;	
}

input[type=checkbox], input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 3px 5px 0 0;
	float: left;
	cursor: pointer;
	vertical-align: bottom;
	background: #fff;
	border: 1px solid #c6c6c6;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	margin: 2px 5px 0 0;
    -webkit-border-radius:1em;
    -moz-border-radius:1em;
    border-radius:1em;
}
input[type=checkbox]:checked, input[type=radio]:checked {
	background: #fff;
	border-color:#c6c6c6;
}
input[type=checkbox]:hover, input[type=radio]:hover {
	border-color: #c6c6c6;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:focus, input[type=radio]:focus {
	outline: none !important;
}
input[type=radio]:checked::after {
	content:'';
	display:block;
	position:relative;
	top:3px;
	left:3px;
	width:7px;
	height:7px;
	background:#666;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
}
input[type=checkbox]:checked::after {
	content: url('../../assets/images/checkmark.png');
	display: block;
	position: absolute;
	top: -6px;
	left: -5px;
}
input[type=radio]:focus {
	outline:none;
	width: 15px;
	height: 15px;
	border-color:#c6c6c6;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.inline-input {
	display: inline-block;
	margin: 8px 10px;
}
label.checkbox.blue input[type=checkbox] {
	width: 20px;
	height: 20px;	
	margin-left: -25px;
	margin-top: -1px;
}
label.checkbox.blue input[type=checkbox]:checked {
	background: #1582dc;
	border-color: #1582dc;
}
label.checkbox.blue {
	padding-left: 25px;
	margin-top: 2px;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
label.checkbox.blue input[type=checkbox]:checked::after {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 12px;
}
td > label.checkbox {
	padding: 0;
	float: none;
}
td > label.checkbox ~ input[type="checkbox"] {
	position: initial;
}
/***** PRELOADER *****/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    z-index: 9999999;
    display:none
}
.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(26, 187, 77, 0.8);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	background-color: #1582dc;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/***** FORGOT FOOTER *****/
.forgot {
	margin: 15px -15px -15px;
	text-align: center;
}

/***** PANEL HEADING *****/
.panel-body .alert {
	margin-top: 0;
	margin-bottom: 15px;	
}
.panel {
	border-color: #d5d5d5;	
}
.panel.panel-alt {
	border-color: #EAEAEA;	
}
.panel-heading { 
	position: relative;
	padding: 0;
	min-height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 2px 2px 0 0;
	background: #fafafa;
}
.panel.panel-alt > .panel-heading {
	background-color: #FFF;
	box-shadow: none;
	border-color: #EAEAEA;
}
.panel-group > .panel {
	border-color: #DFDFDF;	
}
.panel-group > .panel > .panel-heading {
	padding: 10px 15px;
	line-height: inherit;
	background: #fff;	
}
.panel-title {
	font-size: 15px;
	padding-left: 15px;
	font-weight: 300;
}
.panel-title strong {
	font-weight: 600;
}
.panel-group > .panel .panel-title {
	padding-left: 0;
}
.panel-group > .panel .panel-title > span.fa {
	padding-right: 12px;
}
.panel-heading .panel-title .glyphicon, .panel-heading .panel-title .glyphicons {
	padding-right: 8px;
	font-size: 16px;
	top: 2px;
}
.panel-title > .fa, .panel-title > .glyphicon, .panel-title > .glyphicons, .panel-title > [class^="ti-"], [class*=" ti-"] {
	color: #a287d4;
}
.panel-title > .fa, .panel-title > .glyphicon, .panel-title > .glyphicons, .panel-title > [class^="ti-"], [class*=" ti-"] {
	min-width: 25px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
	color: #4591ed;
	font-size: 17px;
	top: 2px;
}
.panel-menu {
	/*min-height: 52px;
	margin: -15px -15px 10px;
	padding: 10px 15px;*/
	min-height: 61px;
	margin: -15px -15px 15px;
	padding: 15px;
	background-color: #fafafa;
	border-bottom: 1px solid #DDD;
}
.panel-heading span.record-detail {
	color: #6C6C6C;
	font-size: 14px;
	top: 2px;
	position: relative;
	font-weight: 500;
}
.glyphicon, .glyphicons, .fa, [class^="ti-"], [class*=" ti-"] {
	opacity: 1;
	transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
}

/***** BTN GRADIENT *****/
.btn-gradient, .bg-gradient {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	background-color: "";
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);
}
.btn-gradient:hover, .bg-gradient:hover {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 1%, rgba(255, 255, 255, 0.15) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 1%, rgba(255, 255, 255, 0.15) 100%); 
}
.bg-light.bg-gradient, .bg-light2.bg-gradient, .bg-light3.bg-gradient, .bg-light4.bg-gradient, .bg-light5.bg-gradient, .bg-light6.bg-gradient, .bg-light7.bg-gradient, .btn-default.btn-gradient, .bg-default.bg-gradient {
	text-shadow: 0 1px #ffffff;
	border-color: #cccccc rgba(0, 0, 0, 0.19) rgba(0, 0, 0, 0.18);
	background-color: "";
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

/***** BREADCRUMB *****/
#topbar {
	z-index: 999;
	position: relative;
	width: 100%;
	height: 55px;
	max-height: 140px;
}
@media (max-width: 670px) {
	#topbar ol li.crumb-icon, #topbar ol li.crumb-link, #topbar ol li.crumb-trail, .panel-heading div.btn-group {
		display: none;
	}
	#topbar {
		height: 70px;	
	}
}
@media (min-width: 670px) and (max-width: 992px) {
	#topbar {
		height: 75px;
		margin-top: 10px;
	}
}

/***** LEVEL MENU *****/
@media (min-width: 768px) {
	.group-per {
		margin: -15px;	
		margin-bottom: 0;
	}
}
#perFrm .panel-body {
	padding-bottom: 0;	
}
#perFrm .panel:last-child > .panel-body {
	padding-bottom: 15px;	
}
.group-per .table {
	margin-bottom: 0;	
}
.group-per td {
	padding: 10px 20px !important;	
	vertical-align: middle !important;
}
.group-per th h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
}
.group-per tr th.menu {
	min-height: 52px;
	margin: -15px -15px 10px;
	padding: 8px 20px !important;
	background-color: #fafafa !important;	
	border-bottom: 1px solid #DDD !important;
	border-top: 1px solid #DDD !important;
	text-shadow: initial !important;
	color: #59595a !important;
	border-left: 0 !important;
	border-right-color: #DDD !important;
}
.group-per tr th.menu:last-child {
	border-right: 0 !important;
}
.group-per tr th.menu.email {
	width: 70%;	
}
.group-per tr:first-child th.menu { 
	border-top: 0 !important;	
}
.group-per label.checkbox {
	margin: 0;
	float: none;
}
.group-per td {
	width: 20%;	
}
.group-per .table > tbody > tr > td:first-child {
	width: 20%;
	border-left: 0 !important;
}
.group-per .table > tbody > tr:last-child > td {
	border-bottom: 0;
}
.group-per td.title {
	font-weight: 500;	
}
.group-per div.form-group {
	padding: 8px 20px;	
}

/***** SEARCH FORM *****/
#searchFrm {
	width: 100%;	
}
#searchFrm .chosen-container {
	width: 225px !important;
}
#searchFrm input[type="text"], #searchFrm select, #searchFrm .chosen-container a {
	width: 225px;
	height: 30px;
	float: left;
	padding: 4px 12px;
}
#searchFrm .chosen-container a {
	min-height: 30px;	
}
#searchFrm .chosen-search input {
	float: none;
	width: 95%;
}
#searchFrm .chosen-container-single .chosen-search:before {
	right: 12px;
}
#searchFrm button, #searchFrm input, #searchFrm select, #searchFrm .chosen-container {
	float: left;	
	margin-left: 5px;
}
#searchFrm .first, #searchFrm select.first + .chosen-container {
	margin-left: 0;
}

/***** SORTING *****/
ul.sorting, ul.sorting ul {
	list-style: none;
	margin: 0;
	padding: 0%;
	width: 100%;
	float: left;
}
ul.sorting > li {
	float: left;
	cursor: move;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #CCC;
	background: #fff;	
	margin: 0 1% 1% 0;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
ul.sorting > li > ul > li {
	margin-bottom: 0;
	margin-top: 1%;
}

/***** MODAL *****/
@media (min-width: 1200px) {
	.modal-lg.lg {
		width: 1200px;	
	}
}
.lg .modal-header {
	padding-bottom: 0;
}
.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.tabs.tabs-inline:after {
	content: "";
	display: table;
	clear: both;
}
.tabs.tabs-inline {
	*zoom: 1;
	margin-top: 15px;
	height: 30px;
}
.tabs.tabs-inline:after {
	content: "";
	display: table;
	clear: both;
}
.tabs.tabs-inline.tabs-top > li {
	float: left;
	margin-right: 1px;
	outline: none !important;
}
.tabs.tabs-inline.tabs-top > li.active > a {
	background: #fff;
	color: #333;	
	border: 1px solid #ddd;
	border-bottom: 0;
}
.tabs.tabs-inline.tabs-top > li.active > a:hover {
	background: #fff;
}
.tabs.tabs-inline.tabs-top > li > a {
	color: #666;
	position: relative;
	float: left;
	padding: 16px 10px;
	margin: -3px -1px 0;
	font-size: 13px;
	text-decoration: none;
	z-index: 9999999999999;
	bottom: -1px;
	line-height: 0;
	
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
}
.tabs.tabs-inline.tabs-top > li > a:hover {
	color: #333;
}
.tabs.tabs-inline.tabs-left {
	position: absolute;
	background: #eee;
	width: 150px;
}
.tabs.tabs-inline.tabs-left > li:first-child > a {
	border-top: 0;
}
.tabs.tabs-inline.tabs-left > li:last-child > a {
	border-bottom: 1px solid #bbb;
}
.tabs.tabs-inline.tabs-left > li.write > a {
	margin: 10px;
	background: #e63a3a;
	color: #fff;
}
.tabs.tabs-inline.tabs-left > li.write > a:hover {
	background: #d21b1b;
	color: #fff;
}
.tabs.tabs-inline.tabs-left > li.active > a {
	background: #fff;
	color: #333;
	margin-right: -1px;
}
.tabs.tabs-inline.tabs-left > li.active > a:hover {
	background: #fff;
}
.tabs.tabs-inline.tabs-left > li > a {
	display: block;
	padding: 10px 20px;
	color: #666;
	background: #ddd;
	text-decoration: none;
	border-top: 1px solid #bbb;
}
.tabs.tabs-inline.tabs-left > li > a:hover {
	background: #ddd;
	color: #333;
}

/***** PACKAGES TABLE *****/
.table-package th {
	width: 200px;
	position: relative;
	min-height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 2px 2px 0 0;
	background: #fafafa;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 15px;
	font-weight: 500;
	color: #5C5C5C;
}
.table-package th.first {
	width: 400px;
}
.table-package td.first {
	vertical-align: middle;
}
.table-package td.nested { 
	background: #747474;
	color: #fff;
	font-weight: 300;
	text-indent: 17px;
	font-size: 14px;
}
.sorting tr {
	cursor: move;	
}
.panel-body .table-bordered {
	border: none;	
}
.panel-body .table > thead > tr > th, .panel-body .table > thead:first-child > tr:first-child > th {
	vertical-align: middle;	
	background: #3daf01;
	color: #FFF;
	border: 1px solid #35880A;
	border-left: 0;
	font-weight: 300;
	text-shadow: 1px 1px 1px #183D05;
	font-size: 13px;
}
.panel-body .table > thead:first-child > tr:first-child > th:first-child {
	border-left: 1px solid #35880A;
}
.panel-body .table > tbody > tr > td {
	border: 1px solid #E4E4E4;
	border-left: 0;
	border-top: 0;	
	word-break: break-all;
}
.panel-body .table > tbody > tr > td:first-child {
	border-left: 1px solid #E4E4E4;
}

/***** TOP TIMER *****/
.detail span {
	margin: 0;
	padding: 15px 0;
	font-size: 20px;
	display: block;
	color: #797979;
}
.app > .header .nav > li.info {
	margin-right: 0;
}
.info > div {
	padding: 10px;
	font-size: 13px;
	background: #DDDDDD;
	color: #4D4D4D;	
}
.info > div > img {
	margin-top: -4px;	
}
.top.Timer {
	text-align: center;
	padding: 5px 10px;
	min-height: 60px;
	background: #e74c3c;
	color: #fff;	
}
.top.Timer div.big { 
	font-size: 20px;	
}
.top.Timer div.big span {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: pulsate 1s ease-out;
	-moz-animation-iteration-count: infinite;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 0.0;
	margin-right: 2px;	
}
.top.Timer > div.big ~ div {
	font-size: 11px;
	text-transform: uppercase;	
}

/* Animations */
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}

/***** ORDER INFO *****/
.orderInfo h1.no {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.orderInfo h1, .orderInfo h5 {
	margin: 0 0 5px;
}
.orderInfo h5 {
	font-size: 13px;	
}
.orderInfo .table > thead > tr > th, .panel-body .table > thead:first-child > tr:first-child > th {
	
}
.orderInfo .table-condensed tbody tr td {
	vertical-align: middle;
}
.orderInfo .table-condensed tbody tr td:last-child, .orderInfo .table-condensed thead tr th:last-child {
	text-align: right;
	padding-right: 10px;
}
.orderInfo .table-striped > tbody > tr:nth-child(odd) > td {
	border-bottom: 1px dashed #c9c9c9;	
}
.orderInfo #order-summary thead th {
	border-bottom: 2px solid #ddd;
}
.orderInfo #order-summary thead th, .orderInfo #order-summary tbody td {
	text-align: right;
}
.orderInfo #order-summary thead th:first-child, .orderInfo #order-summary tbody td:first-child {
	text-align: right;
	width: 200px;
	padding-right: 55px;
}
.orderInfo #order-summary tbody tr:last-child td {
	background: #f8f8f8;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: 35px;
	line-height: 35px;
}
.orderInfo .buttons {
	float: right;
}
.table .fa-question-circle {
	margin-right: 5px;	
}
.print-logo {
	display: none;	
}



/***** TABLE *****/
.table > tbody > tr > td {
	vertical-align: top;	
}
.table > tbody > tr.warning > td {
	background: #fcf8e3;
}
.message {
	margin-bottom: 15px;	
}
.message:last-child {
	margin-bottom: 0;
}
.message .message-body {
	background: #F2F2F2;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 2px;
}
.message .message-body p {
	margin-top: 2px;
	margin-bottom: 0;
}

/***** ATTACHMENT *****/
.ticket a.attachment, a.attachment {
	border: 1px dashed silver;
	background: transparent;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;	
	width: 25px;
	text-align: center;
	display: inline-block;		
	padding: 2px 0;
	height: 25px;
}
.ticket a i.fa-remove, a i.fa-remove {
	color: #e74c3c;	
}
.ticket a i.fa-paperclip, a i.fa-paperclip {
	color: #555;	
}
.ticket a.attachment:hover, a.attachment:hover {
	background: #ECF5FF;
	text-decoration: none;
}
.ticket > div.admin {
	background: none repeat scroll 0 0 #e74c3c;
	display: block;
	height: 25px;
	margin-bottom: 8px;
	margin-left: -8px;
	padding: 0 15px 0 20px;
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 25px;
	width: 100px;
	float: right;
	color: #fff;
	font-size: 11px;	
}
.ticket > div.admin:after {
	border-bottom: 12px solid rgba(0, 0, 0, 0);
	border-left: 12px solid #f7f7f7;
	border-top: 12px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
}

/***** CALENDAR ****/
.calendar .panel-menu {
	background: #fff;
	border-bottom: 0;
	padding: 0;
	margin: 0;
	min-height: initial;
	height: 100%;
	float: left;
	width: 100%;
}
.calendar .table > thead > tr > th {
	text-align: center;
	text-transform: uppercase;
	width: 14.28%;
	background: #EAEAEA !important;
	border-color: #CFCFCF !important;
	color: #59595a !important;
	text-shadow: none !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}
.calendar .table > tbody > tr > td {
	height: 80px;
	text-align: right;
	vertical-align: top;
	position: relative;
}
.calendar .table > tbody > tr > td.avail {
	background: #E4FFD2;
}
.calendar .table > tbody > tr > td.avail button {
	z-index: 10;
	bottom: 0;
	right: 0;
	border-radius: 0;
	padding: 5px;
	border: 0;
	position: absolute;
}
.calendar .table > tbody > tr > td.today {
	background: #fcf8e3;
}
.calendar .table > tbody > tr > td.today button {
	background: #1582DC;
}


/***** PRINT *****/
@media print {
	@page {
		size: auto;
		margin: 0mm;
	}
	a[href]:after {
		content: none !important;
	}
	header.navbar, .sidebar, footer.bt, #topbar, .panel-heading, .table-condensed > thead > tr > th:first-child, .table-condensed > tbody > tr > td:first-child, .buttons {
		display: none !important;
		visibility: hidden;
		width: 0;
		height: 0;
		outline: 0;
		padding: 0;
		margin: 0;
		overflow: hidden; 
	}
	.table > thead:first-child > tr:first-child > th:first-child, .table > thead > tr > th, .panel-body .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > th:first-child {
		border: 1px solid #E4E4E4;		
	}
	.app .header-fixed+.layout {
		padding: 0;	
	}
	.mb45 {
		margin-bottom: 80px;  
	}
	.panel-alt > .panel-body {
		padding: 0;  
	}
	.panel {
		border: 0;
		margin: 0; 
	}
	.print-logo {
		display: block;
		position: fixed;
		right: -23%;
		top: 8%;	
	}
	small.time i, .ticket > div.admin, #ticketFrm { 
		display: none; 
	}
	.message .message-body {
		padding: 0;
	}
	.message { 
		border-bottom: 1px dashed #999; 
	}
	.message:last-child {
		border: none; 
	}
	
}

/***** NOTIFICATIONS *****/
.panel .list-group .list-group-item {
	border-radius: 0;	
}
.panel .list-group .list-group-item:first-child {
	border-top: 0;	
}
.panel .list-group .list-group-item.unread {
	background: #E5FFD7;	
}

label .bootstrap-switch {
	float: right;	
}

.range {	 
	display: inline-flex;
	margin-left: 5px;
	float: left;	
}
.range .input-group-addon {
	width: 40px;	
}
.range input {
	margin-left: 0 !important;	
}

.size80 {
	font-size: 80px;	
}
.welcometo {
	font-size: 20px;
	font-weight: 800;
	color: #A6A6A6;	
}

.bootstrap-filestyle input.form-control {
    background: #fff;
    border-left: 0;
}
input.filestyle ~ label.error {
    z-index: 9;
    top: -37px;
}


#invoice-data .panel-body {
	padding: 5px;	
}
#invoice-data .panel-body table {
	margin-bottom: 0;
}
#invoice-data .panel-body table thead tr th {
	background: #F7F7F7 !important;
	border-color: #DADADA !important;
	color: #2D2D2D !important;
	text-shadow: none !important;	
}
#Address_Id_chosen, #Billing_Id_chosen {
	margin-bottom: 10px;
	width: 200px !important;	
}
a.subscribe span.unsubscribe, a.subscribe:hover span.subscribed, a.subscribe:active span.subscribed, a.subscribe:visited span.subscribed { display: none; }
a.subscribe:hover span.unsubscribe, a.subscribe:active span.unsubscribe, a.subscribe:visited span.unsubscribe { display: inline-block; }