html, body {
	height: 100%;
}
body {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 14px;
	color: #5c5c5c;	
	overflow-y: scroll;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
    margin: 0 auto -60px;
	padding-top: 60px;
	background-color: #fff;
}
.push {
	height: 60px;
}

/* footer */
footer {
	position: relative;
	z-index: 10;
	height: 60px;
	padding: 10px 0;
	font-size: 12px;
	color: #ccc;
	color: rgba(255,255,255,0.75);
	background-color: #282c2f;
}
footer a {
	color: #ccc;
	color: rgba(255,255,255,0.75);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer a:hover,
footer a:focus {
	color: #fff;
}
footer .copyright {
	margin-bottom: 5px;
}
footer .server-stats {
	font-size: 10px;
}

/* navbar */
.navbar {
	height: 60px;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #dee6ed;
	-webkit-box-shadow: -2px 0 5px rgba(83,120,153,0.15);
	   -moz-box-shadow: -2px 0 5px rgba(83,120,153,0.15);
			box-shadow: -2px 0 5px rgba(83,120,153,0.15);
}
.navbar-brand {		
	width: 180px;
	height: auto;
	padding: 10px 20px 0 10px;
}
.navbar-nav {
	margin-top: 10px;
}
.nav > li > a {
	position: relative;
	margin: 0 10px;
	padding: 5px 0;
	font-size: 16px;
	color: #777;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: #648495;
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	font-weight: 700;
	color: #648495;
}
.navbar-toggle {
	z-index: 10px;
	margin-right: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 28px;
	height: 3px;	
	background-color: #c0264c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	top: 90%;
	margin-left: 9px;
	-webkit-box-shadow: -2px 0 5px rgba(83,120,153,0.15);
	   -moz-box-shadow: -2px 0 5px rgba(83,120,153,0.15);
			box-shadow: -2px 0 5px rgba(83,120,153,0.15);
}
.navbar-nav > li > .btn {
	margin-right: 0;
	padding: 5px 10px;
	color: #fff;
	border: 2px solid #ea7500;
}
.navbar-nav > li > .btn:hover,
.navbar-nav > li > .btn:focus {
	color: #ea7500;
	background-color: #fff;
	border-color: #ea7500;
}

.main-menu {
	margin-top: 20px;
	margin-right: -10px;
}

/* top-navbar */
.top-navbar {
	float: none;
	position: absolute;
	z-index: 5;
	top: 3px;
	right: 15px;
	margin-top: 0;
	font-size: 12px;
	text-align: right;
}

.heading-text {
	float: left;
}
.heading-buttons {
	float: right;
	text-align: right;
}

/* qtcs-authentication */
.qtcs-authentication {
	max-width: 360px;
	position: relative;
	margin: 40px auto;
	padding: 20px 30px;
	text-align: left;
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.qtcs-authentication h1 {
	margin-top: 0;
	font-size: 30px;
}
.qtcs-authentication .bottom-link {
	margin-top: 10px;
	text-align: center;
}
.qtcs-authentication .bottom-link a {
	font-size: 12px;
	text-decoration: underline;
}
.qtcs-authentication.qtcs-pass-recovery,
.qtcs-authentication.qtcs-pass-recovery-message {
	display: none;
}
.qtcs-authentication.qtcs-pass-recovery-message .bottom-link {
	margin-top: 20px;
}
.qtcs-authentication.qtcs-pass-recovery .recovery-text {
	font-size: 12px;
}
.qtcs-authentication.qtcs-pass-recovery .button-container {
	margin-top: 30px;
}
.qtcs-authentication label {
	font-weight: 400;
	font-size: 16px;
}
.qtcs-authentication .alt-link {
	margin: 0 -30px 20px;
	padding: 5px 30px;
	background-color: #f1f1f1;
}
.qtcs-authentication .alt-link .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
}
.qtcs-authentication .popup-modal-dismiss {
	position: absolute;
	top: 10px;
	right: 10px;
	height: auto;
	font-size: 32px;
	line-height: 0.5;
}

.qtcs-show-filters {
	background-color: #f0f3f5;
	border-color: #d1dbe9;
}

/* qtcs-task-list */
.qtcs-task-list-container {
	display: none_;
}
.qtcs-task-list {
	display: table;
	width: 100%;
	height: 100%;
	border: 1px solid #dee6ed;
}
.qtcs-task-list .hidden-field-name {
	display: none;
}
.qtcs-task-list-row {
	display: table-row;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dee6ed;
}
.qtcs-task-list-row:hover {
	background-color: #fdfdfd;
}
.qtcs-task-list-row.head-row,
.qtcs-task-list-row.head-row:hover {
	background-color: #f0f3f5;
}
.qtcs-task-list-row.qtcs-task-list-row-strike .qtcs-task-list-cell {
	text-decoration: line-through;
	color: #bbb;
}
.qtcs-task-list-row.qtcs-task-list-row-strike .qtcs-task-list-cell .qtcs-task-details-link {
	color: #bbb;
	text-decoration: none;
}
.qtcs-task-list-row.head-row .qtcs-task-list-cell {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #69899a;
	border-top: 1px solid #dee6ed;
}
.qtcs-task-list-cell {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	padding: 3px 5px 5px;
	font-size: 12px;
	border-bottom: 1px solid #dee6ed;
}
.qtcs-task-list-cell .qtcs-task-details-link {
	display: block;
	font-weight: 600;
	font-size: 13px;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.qtcs-task-list-cell .label {
	font-weight: 400
}
.qtcs-task-list-cell a:hover,
.qtcs-task-list-cell a:focus {
	text-decoration: none;
}
.qtcs-task-list-cell.priority-cell,
.qtcs-task-list-cell.progress-cell {
	text-align: center;
}
.qtcs-task-list-cell.priority-cell .fa-exclamation-circle {
	font-size: 22px;
}
.qtcs-task-list-cell .qtcs-task-info {
	margin-bottom: 3px;
	color: #777;
}
.qtcs-task-list-cell .qtcs-task-comments {
	display: inline-block;
	margin-left: 5px;
	color: #aaa;
}
.qtcs-task-list-cell .qtcs-task-date {
	color: #cc0000;
}
.qtcs-task-list-cell .qtcs-bigger {
	font-size: 13px;
}

/* qtcs-task-details */
.qtcs-task-details .modal-header {
	background-color: #fbfbfb;
}
.qtcs-task-details hr {
	margin: 10px 0;
}
.qtcs-task-details a.btn,
.qtcs-task-details a.label {
	text-decoration: none;
}
.qtcs-task-details .qtcs-task-details-summary {
	font-size: 15px;
}
.qtcs-task-details .qtcs-task-details-row {
	margin-top: 20px;
}
.qtcs-task-details .qtcs-task-details-row .comment-title {
	margin-bottom: 5px;
	padding: 3px 5px;
	font-weight: 600;
	color: #5376a6;
	background-color: #f1f4f8;
}
.qtcs-task-details .qtcs-task-details-row .comment-title small {
	position: relative;
	top: 2px;
}
.qtcs-task-details .qtcs-task-details-row .comment-content {
	padding: 0 5px;
	font-size: 12px;
}
.qtcs-task-details .qtcs-task-details-filters {
	margin: 15px -15px 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #f5f5f5;
}

/* qtcs-task-new */
.qtcs-task-new-btn {
	margin-right: 5px;
}
.qtcs-task-new .attachment {
	height: 38px;
	padding-left: 6px;
}

/* qtcs-progress-bar-container */
.qtcs-progress-bar-container .qtcs-progress-text {
	text-align: center;
}
.qtcs-progress-bar-container .qtcs-progress-bar {
	position: relative;
	height: 3px;
	background-color: #f1f1f1;
}
.qtcs-progress-bar-container .qtcs-progress-bar .qtcs-progress {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #53c944;
}


/* qtcs-filters */
.qtcs-filters-container {
	position: fixed;
	z-index: 5;
	top: 0;
	right: -260px;
	bottom: 0;
	width: 260px;
	padding: 55px 15px 75px;
	color: #5376A6;
	background-color: #f1f4f8;
	border-left: 1px solid #dee6ed;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	-webkit-box-shadow: -2px 0 5px rgba(83,120,153,0.15);
	   -moz-box-shadow: -2px 0 5px rgba(83,120,153,0.15);
			box-shadow: -2px 0 5px rgba(83,120,153,0.15);
}
.qtcs-filters-container.open {
	right: 0;
}
.qtcs-filters h3 {
	padding-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #dee6ed;
}
.qtcs-filters .qtcs-filters-section {
	margin-bottom: 10px;
	border-bottom: 1px solid #dee6ed;
}
.qtcs-filters label {
	font-weight: 400;
}
.qtcs-filters .section-title {
	font-weight: 600;
	font-size: 16px;
}
.qtcs-filters .checkbox {
	margin-top: 0;
	margin-bottom: 5px;
}
.qtcs-close-filters {
	font-weight: 700;
	font-size: 24px;
	color: #69899a;
	line-height: 1;
	cursor: pointer;
}

/* qtcs-active-filters */
.qtcs-active-filters .title {
	font-size: 13px;
}
.qtcs-active-filters .label {
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.qtcs-active-filters .label-default {
	font-weight: 400;
	color: #555;
	background-color: #f1f4f8;
	border: 1px solid #d1dbe9;
}

/* qtc-support */
.qtc-support .form-group:hover .help-explanation {
	color: #333;
}
.qtc-support .progress {
	height: 24px;
}
.qtc-support .progress .progress-bar {
	line-height: 24px;
}
.qtc-support .steps h2 {
	margin-top: 0;
}
.qtc-support .steps h3 {
	margin-top: 0;
}
.qtc-support .steps ul {
	padding: 10px 0;
	background-color: #f8fafc;
	border: 1px solid #dee6ed;
	-webkit-box-shadow: 0 2px 5px rgba(83,120,153,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(83,120,153,0.15);
			box-shadow: 0 2px 5px rgba(83,120,153,0.15);
}
.qtc-support .steps .nav-pills > li > a {
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #337ab7;
	border-bottom: 1px dashed #dee6ed;
}
.qtc-support .steps .nav-pills > li:last-of-type > a {
	border-bottom: none;
}
.qtc-support .steps .nav-pills > li > a:hover,
.qtc-support .steps .nav-pills > li > a:focus {
	color: #23527c;
}
.qtc-support .steps .nav-pills > li.active > a,
.qtc-support .steps .nav-pills > li.active > a:hover,
.qtc-support .steps .nav-pills > li.active > a:focus {
	color: #fff;
	border-bottom: none;
}
.qtc-support .steps .nav-pills > li:last-of-type > a {
	border-bottom: none;
}
.qtc-support-registration form {
	padding: 20px;
	background-color: #f8fafc;
	border: 1px solid #dee6ed;
	-webkit-box-shadow: 0 2px 5px rgba(83,120,153,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(83,120,153,0.15);
			box-shadow: 0 2px 5px rgba(83,120,153,0.15);
}
.qtc-support-finish h3 {
	font-weight: 600;
}
.qtc-support-finish .table-container {
	margin-bottom: 30px;
	border-top: 1px solid #dee6ed;
}
.qtc-support-finish table {
	width: 100%;	
	border-collapse: collapse;
	border-spacing: 0;	
}
.qtc-support-finish table td {
	width: 30%;
	padding: 5px;
	font-size: 14px;
	vertical-align: top;
}
.qtc-support-finish table tr:hover {
	background-color: #f8fafc;
}
.qtc-support-finish table td + td {
	width: 70%;
}
.qtc-support-finish table td .summary-label {
	min-width: 150px;
}
.qtc-support-finish table tr td:first-of-type {
	font-weight: 600;
}
.qtc-support-finish .contract-print {
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.qtc-support-finish .warning {
	margin: 10px 0 20px;
	color: #cc0000;
}

/* qtcs-activation-modal */
.qtcs-activation-modal .modal-body h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.qtcs-activation-modal .modal-body ul {
	margin-bottom: 0;
	padding-left: 15px;
}
.qtcs-activation-modal .modal-body hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.qtcs-activation-modal .modal-body td {
	padding: 3px;
}
.qtcs-activation-modal .modal-body tr:first-of-type td {
	padding-top: 0;
}
.qtcs-activation-modal .modal-body td:first-of-type {
	width: 1%;
	padding-right: 10px;
	padding-left: 0;
	font-weight: 600;
}
.qtcs-activation-modal .modal-body ul li {
	padding-bottom: 5px;
	color: #ccc;
	list-style-type: square;
}
.qtcs-activation-modal .modal-body ul li .text {
	color: #555;
}
.qtcs-activation-modal .modal-body ul li:last-of-type {
	padding-bottom: 0;
}
.qtcs-activation-modal .modal-body ul.list-unstyled {
	padding-left: 0;
}
.qtcs-activation-modal .modal-body ul.list-unstyled li {
	list-style-type: none;
}
.qtcs-activation-modal .modal-body .title {
	margin-bottom: 5px;
}
.qtcs-activation-modal .modal-body .fee {
	font-size: 16px;
	color: #c0264c;
}
.qtcs-activation-modal .modal-header {
	border-bottom-width: 3px;
}
.qtcs-activation-modal .modal-footer {
	text-align: left;
	border-top-width: 3px;
}
.qtcs-activation-modal .modal-footer .button {
	text-align: right;
}
.qtcs-activation-modal .modal-footer label {
	margin-top: 5px;
	font-weight: 400;
}

@media screen and (max-width: 767px){
	.qtcs-activation-modal .modal-body .mobile-wrapper {
		margin-bottom: 15px;
		padding-left: 10px;
	}
	.qtcs-activation-modal .modal-body .row:last-of-type .mobile-wrapper {
		margin-bottom: 0;
	}
	.qtcs-activation-modal .modal-body h4 {
		padding: 8px;
		background-color: #f5f5f5;
		border-left: 2px solid #bbb;
	}
	.qtcs-activation-modal .modal-body ul {
		padding-left: 25px;
	}
	.qtcs-activation-modal .modal-body hr {
		display: none;
	}
	.qtcs-activation-modal .modal-footer label {
		margin-bottom: 15px;
	}
	.qtcs-activation-modal .modal-footer,
	.qtcs-activation-modal .modal-footer .button {
		text-align: center;
	}
}

/* GLOBALS */
.spacer5 {height: 5px;}
.spacer10 {height: 10px;}
.spacer15 {height: 15px;}
.spacer20 {height: 20px;}
.spacer25 {height: 25px;}
.spacer30 {height: 30px;}
.spacer35 {height: 35px;}
.spacer40 {height: 40px;}
.spacer45 {height: 45px;}
.spacer50 {height: 50px;}
.spacer55 {height: 55px;}
.spacer60 {height: 60px;}

.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad20 {padding: 20px;}
.padtb20 {padding-top: 20px; padding-bottom: 20px;}
.padtb30 {padding-top: 30px; padding-bottom: 30px;}
.padt20 {padding-top: 20px;}
.padt30 {padding-top: 30px;}
.padt40 {padding-top: 40px;}
.padt50 {padding-top: 50px;}
.padb20 {padding-bottom: 20px;}
.padb30 {padding-bottom: 30px;}
.padb40 {padding-bottom: 40px;}
.padb50 {padding-bottom: 50px;}
.pad0 {padding: 0;}
.padt0 {padding-top: 0;}
.padr0 {padding-right: 0;}
.padb0 {padding-bottom: 0;}
.padl0 {padding-left: 0;}

.mar0 {margin: 0;}
.mart0 {margin-top: 0;}
.marr0 {margin-right: 0;}
.marb0 {margin-bottom: 0;}
.marl0 {margin-left: 0;}

.bor0 {border: none;}
.bort0 {border-top: none;}
.borr0 {border-right: none;}
.borb0 {border-bottom: none;}
.borl0 {border-left: none;}

.semibold {font-weight: 600;}

.red {color: #cc2121;}
.orange {color: #dabe4f;}
.green {color: #53c944;}
.gray {color: #ccc;}

.display-inline {display: inline;}
.display-inline-block {display: inline-block;}
.display-block {display: block;}
.modal-dialog form {padding-bottom: 15px;}

/* Roller */
/* https://loading.io/css/ */
.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
  }
  .lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000000;
	margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
  }
  .lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
  }
  .lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
  }
  .lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
  }
  .lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
  }
  .lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
  }
  .lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
  }
  .lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
  }
  @keyframes lds-roller {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

/* scrollToTop */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 50;
	right: 10px;
	bottom: 20px;	
	width: 38px; 
	height: 38px;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
	line-height: 34px;
	text-align: center; 
	text-decoration: none;
	background: rgba(255,255,255,0.85);
	border: 2px solid rgba(0,0,0,0.15);
	border-radius: 100%;
	opacity: 0.65;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
	     -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.scrollToTop:hover {
	color: #c0264c;
	border-color: #c0264c;
	opacity: 0.95;
}

/* loader-spinner */
.loader-spinner-page-overlay {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
}
.loader-spinner-container {
	position: relative;
}
.loader-spinner-container.abs,
.loader-spinner-container.fixed {
	position: absolute;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.loader-spinner-container.fixed {
	position: fixed;
}
.loader-spinner {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 5px solid rgba(255,255,255,0.15);
	border-top: 5px solid #c0264c;
	border-bottom: 5px solid #c0264c;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;		
	-webkit-animation: spin-loader 1s linear infinite;
	   -moz-animation: spin-loader 1s linear infinite;
			animation: spin-loader 1s linear infinite;
}
.loader-spinner.inline {
	display: inline-block;
}
.loader-spinner.d14 {
	width: 14px;
	height: 14px;
	border-width: 2px;
}
.loader-spinner.d16 {
	width: 16px;
	height: 16px;
	border-width: 2px;
}
.loader-spinner.d20 {
	width: 20px;
	height: 20px;
	border-width: 2px;
}
.loader-spinner.d30 {
	width: 30px;
	height: 30px;
	border-width: 2px;
}
.loader-spinner.d40 {
	width: 40px;
	height: 40px;
	border-width: 3px;
}
.loader-spinner.d50 {
	width: 50px;
	height: 50px;
}
.loader-spinner.d60 {
	width: 60px;
	height: 60px;
}
.loader-spinner.fixed {
	position: fixed;
	z-index: 1060;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.abs {
	position: absolute;
	z-index: 110;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.d14.fixed,
.loader-spinner.d14.abs {
	margin-top: -8px;
	margin-left: -8px;
}
.loader-spinner.d20.fixed,
.loader-spinner.d20.abs {
	margin-top: -10px;
	margin-left: -10px;
}
.loader-spinner.d40.fixed,
.loader-spinner.d40.abs {
	margin-top: -20px;
	margin-left: -20px;
}
.loader-spinner.d60.fixed,
.loader-spinner.d60.abs {
	margin-top: -30px;
	margin-left: -30px;
}
.loader-spinner.green {
	border-top-color: #91c73d;
	border-bottom-color: #91c73d;
}
.loader-spinner.white {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
@-webkit-keyframes spin-loader {
	  0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin-loader {
	  0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes spin-loader {
	  0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* MQ */
@media (max-width: 1199px){
	.qtc-support.container {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.top-navbar {
		float: none;
		position: relative;
		z-index: 5;
		top: auto;
		right: auto;
		margin: 10px 15px 0;
		padding-bottom: 5px;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #dde4e8;
	}
	.main-menu {
		margin-top: 10px;
	}
	.navbar-collapse {
		margin-top: 7px;
		background-color: #f6f8fa;
		-webkit-box-shadow: 0 2px 5px rgba(83,120,153,0.5);
		   -moz-box-shadow: 0 2px 5px rgba(83,120,153,0.5);
				box-shadow: 0 2px 5px rgba(83,120,153,0.5);
	}
	.heading-text {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.heading-buttons {
		float: none;
		display: block;
		text-align: left;
	}
	.qtcs-task-list,
	.qtcs-task-list-row,
	.qtcs-task-list-cell {
		display: block;
		width: 100%;
		height: auto;
	}
	.qtcs-task-list-row {
		padding-bottom: 10px;
	}
	.qtcs-task-list {
		border-top: 1px solid #c2cfd6;
		border-right: none;
		border-left: none;
	}
	.qtcs-task-list .hidden-field-name {
		display: inline-block;
	}
	.qtcs-task-list-row.head-row {
		display: none;
	}
	.qtcs-task-list-cell {
		border: none;
	}
	.qtcs-task-list-cell .qtcs-task-type {
		display: inline-block;
	}
	.qtcs-task-list .task-id-cell {
		display: inline-block;
		margin-bottom: 5px;
		font-size: 16px;
		color: #69899a;
		text-align: center;
		letter-spacing: 1px;
		background-color: #f0f3f5;
	}
	.qtcs-task-list .responsible-cell .qtcs-bigger {
		font-size: 16px;
	}
	.qtc-support h2 {
		font-size: 22px;
	}
	.qtc-support h3 {
		font-size: 20px;
	}
}
@media (max-width: 680px){
	.qtc-support-finish table,
	.qtc-support-finish table tbody {
		display: block;
		width: 100%;
	}
	.qtc-support-finish table tr {
		display: block;
		width: 100%;
		margin-bottom: 2px;
		background-color: #f8fafc;
	}
	.qtc-support-finish table td,
	.qtc-support-finish table td + td {
		display: block;
		width: 100%;
		padding: 5px;
	}
	.qtc-support-finish table td {
		padding-bottom: 0;
	}
	.qtc-support-finish table td + td {
		padding-left: 20px;
	}	
}