
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100;
  src: local('Heebo Thin'), local('Heebo-Thin'), url(../fonts/Heebo-Thin.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: local('Heebo Light'), local('Heebo-Light'), url(../fonts/Heebo-Light.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: local('Heebo Light'), local('Heebo-Regular'), url(../fonts/Heebo-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: local('Heebo Medium'), local('Heebo-Medium'), url(../fonts/Heebo-Medium.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: local('Heebo Bold'), local('Heebo-Bold'), url(../fonts/Heebo-Bold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html { font-size: 62.5%; } 
body { /* =14px */
  font-size: 12px;
  font-size: 1.2rem;
}


@media (min-width:768px) {
	body { /* =14px */
	  font-size: 14px;
	  font-size: 1.4rem;
	}
}

body {
  color:#333;
  background:#D3D2D8;
  font-family:"Heebo",-apple-system, BlinkMacSystemFont, 
    "Helvetica Neue", sans-serif;
  font-weight:400;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.alert {
	border-radius:0;
	margin-bottom:0;
}

a {
	color:#33303d;
	outline:0;
}

a:hover {
	color:#33303d;
}

a:active,
a:focus,
button:active,
button:focus,
.btn:active,
.btn:focus,
input:active,
input:focus {
	outline: 0 !important;
	box-shadow:none;
}

#body:before {
    content:"";
    display:block;
    height:45px;
    margin:-45px 0 0;
}

#body {
  padding-top:45px;
  min-height:calc(100vh - 33px);
  margin-bottom:10px;
}

#ajaxResponse {
	position:fixed;
	display:none;
	bottom:15px;
	left:15px;
	background:rgba(0,0,0,0.7);
	z-index:10;
	padding:7px 10px;
	color:#fff;
	font-size:16px;
	line-height:16px;
	text-align:left;
}

#cookiepolicy {
	position:fixed;
	top:36px;
	left:0;
	right:0;
	font-size:1em;
	line-height:1.4em;
	padding:0.3em 1em;
	color:#fff;
	z-index:99999;
	background:rgba(0,0,0,0.8);
	text-align:justify;
}

@media (min-width:767px) { 
	#cookiepolicy {
		bottom:0;
		top:auto;
		text-align:center;
	}
}

#cookiepolicy_btn {
	border:0;
	color:#000;
	background:#fff;
	border-radius:0;
	margin:0 1em;
}

/* general trancegoa styles */
.trancegoa .form-horizontal .form-group,
.trancegoa .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header,
.trancegoa .row {
	margin-left:-5px;
	margin-right:-5px;
}

.trancegoa [class^='col-'],
.trancegoa .container {
	padding-left:5px;
	padding-right:5px;
}

.trancegoa .navbar > .container .navbar-brand, 
.trancegoa .navbar > .container-fluid .navbar-brand {
	margin-left:-5px;
}

.trancegoa .navbar-right {
	margin-right:-5px;
}


.nav > li,
.navbar-form {
	display:inline-block;
}

.navbar-form {
	display:none;
}

.dropdown-menu {
  font-size:12px;
  min-width:0px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  padding:5px 1px;
  margin-top:-2px;
  border-radius:0;
  /*white-space:nowrap;*/
}

footer .dropdown-menu {
  font-size:1rem;
}

.dropup .dropdown-menu {
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 2px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 3px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar .dropdown:not(.dropup) .dropdown-menu {
	border-top:none;
}

.navbar .dropdown.dropup .dropdown-menu {
	border-bottom:none;
	margin-bottom:0px;
}

.navbar .dropdown .dropdown-menu {
  left:4px;
}

.navbar  .dropdown-menu.dropdown-menu-right {
	left:auto;
	right:4px;
}

.navbar  .dropdown-menu:before,
.dropdown-menu.dropdown-menu-right:before {
  display:none;
}

.navbar  .dropdown-menu:after,
.dropdown-menu.dropdown-menu-right:after {
  display:none;
}

.navbar  .remoteDropdown ul > li.loading {
	padding:10px;
	text-align:center;
	max-height:auto;
}

.dropdown-menu > li > a {
	padding:3px 6px;
}

.dropdown-menu > li > a .fa {
	font-size:14px;
}

footer .dropdown-menu > li > a .fa {
	font-size:1rem;
}

.navbar .nav > li > a.dropdown-toggle,
.navbar-nav > li > a,
.navbar-nav > li > span {
  color:#D9D7E0;
  text-shadow: 0 -1px 0 #33303D, -1px 0px 0 #33303D;
  padding:8px;
  margin:0px 5px;
  border-radius:0px;
  border:none;
  font-weight:bold;
  line-height:20px;
  position:relative;
  display:block;
}


footer .navbar .nav > li > a.dropdown-toggle,
footer .navbar-nav > li > a,
footer .navbar-nav > li > span {
  padding:4px;
  font-size:1rem;
  line-height:1.5rem;
}

@media (max-width:767px) {
	footer .navbar .nav > li > a.dropdown-toggle,
	footer .navbar-nav > li > a,
	footer .navbar-nav > li > span {

	  font-size:2rem;
	}

}

footer .navbar {
	text-align:center;
}

footer .navbar .nav {
	display:inline-block;
	float:none;
    vertical-align: top;
}

.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover,
.navbar .nav > li > a.dropdown-toggle:hover,
.navbar .nav > li > a.dropdown-toggle:focus,
.navbar-nav > li > a:hover  {
  background:none;
  color:#fff;
}

.navbar .nav .open > a.dropdown-toggle,
.navbar .nav .open > a.dropdown-toggle:hover,
.navbar .nav .open > a.dropdown-toggle:focus {
  background:#fff;
  text-shadow:none;
  color:#333;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background:#5F5B6A;
  color:#fff;
}

.badge {
	border-radius:15px;
	padding:2px 5px;
	line-height:12px;
	background:#5F5B6A;
	vertical-align:top;
}

.navbar .dropdown-menu > li > a:hover .badge,
.navbar .dropdown-menu > li > a:focus .badge {
	background:#fff;
	color:#5F5B6A;
}

.navbar .fa-navbar {
	font-size:14px;
}

@media (max-width:767px) {
	.navbar .fa-navbar {
		font-size:21px;
	}
}

.navbar .form-control:focus {
  box-shadow:none;
  border:1px solid transparent;
}

.navbar .navbar-toggle {
  border:1px solid transparent;
  background:#aab4dc;
  border-radius:2px;
  margin-right:6px;
  margin-bottom:6px;
}

.form-control.hasError,
.form-control.hasError:focus,
.wysibb .wysibb-text.active.hasError {
	border:2px solid #d00;
}

.navbar-toggle:hover {
  background:#5F5B6A;
}

.navbar.navbar-trancegoa .navbar-toggle .icon-bar {
  background:#33303D;
}
.navbar .dropdown-menu .divider {
  margin:5px 0;
}

.navbar .navbar-brand {
  padding:2px 15px;
  height:31px;
}

.navbar .navbar-brand img {
  height:31px;
}

.form-control {
	box-shadow:none;
  border:1px solid #eee;
}

input.form-control[type="text"],
input.form-control[type="email"], 
input.form-control[type="password"],
textarea {
	-webkit-appearance: none;
}

.input-group-addon {
	border:2px solid #ccc;
}

.form-control:focus {
  box-shadow:none;
  border:1px solid #ccc;
}

.form-horizontal .has-feedback .forgot-link {
	top:2px;
	color:#888;
	font-size:24px !important;
	display:block;
	pointer-events:auto;
}

.appMessageNotificationCounter {
	position:absolute;
	border-radius:50%;
	background:#f00;
	display:block;
	height:18px;
	min-width:18px;
	line-height:1.1;
	top:3px;
	right:-4px;
	padding:2px;
	z-index:1;
	border:1px solid rgba(255,255,255,0.5);
}

.appMessageNotificationCounter strong {
	font-size:1.1rem;
	text-align:center;
	position:relative;
	color:#fff;
	display:block;
	text-shadow:none;
}

.navbar {
  min-height:0;
  margin:0;
  border-radius:0;
}

.navbar-trancegoa {
  background:rgba(0,0,0,0.7);
  border:0;
}


footer ul.bottom-nav {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

footer ul.bottom-nav > li {
	display:inline-block;
	padding:0 5px;
	color:#fff;
	font-size:1rem;
	line-height:30px;
}

footer ul.bottom-nav > li > a {
	color:#fff;
	font-size:1rem;
	line-height:30px;	
}

footer ul.bottom-nav > li.dropup ul {
	display:none
}

footer ul.bottom-nav > li + li {
	margin-left:15px;
}

form {
	margin:0;
}

.navbar-form {
	padding:0;
	margin:5px;
	box-shadow:none;
}

.navbar-form button {
	color:#000;
	height:26px;
	font-size:14px;
	line-height:14px;
	background:#fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.navbar-form button::before {
	display:none;
}

.navbar-form button:hover,
.navbar-form button:focus,
.navbar-form button:active {
	color:#000;
	background:#D3D2D8;
}

.navbar-form input,
.navbar-form input:hover,
.navbar-form input:focus,
.navbar-form input:active {
	border:none !important;
	height:26px !important;
	font-size:1.2rem;
	line-height:26px;
	padding:6px;
	min-width:220px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background:rgba(255,255,255,0.8);  
	-webkit-transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}

@media (min-width:992px) { 
	.navbar-form input,
	.navbar-form input:hover,
	.navbar-form input:focus,
	.navbar-form input:active {
		font-size:1.4rem;
	}
}

.navbar-form input:hover,
.navbar-form input:focus,
.navbar-form input:active {
	background:rgba(255,255,255,0.9);
}

.dropdown-user > a > i {
	display:none;
}

@media (max-width:767px) { 

	body {
	  background:#D3D2D8;
	}

	#body {
		padding:40px 5px 5px;
		min-height:calc(100% - 60px);
	}

	footer {
		margin:0 5px 40px;
	}

	.navbar.navbar-fixed-top { 
		position: fixed; 
		bottom: 0;
		top:auto !important;
		left: 0; 
		height:40px;
		width: 100%; 
		margin: 0; 
		padding:0 15px;
	}

	.navbar.navbar-trancegoa,
	.app-navbar {
 	 background:rgba(95,91,106,1);
	}

	#top-menu {
		background:#5f5b6a;
	}

	.app-navbar {
		position:fixed;
		top:0;
		left:0;
		right:0;
		height:36px;
		z-index:1000;
	}

	.navbar-brand {
		height:31px;
		padding:2px 5px;
		width:90px;
	}

	.navbar-brand > img {
		max-height:31px;
	}

	.navbar-form {
		float:left;
		width:calc(100% - 100px);
		border:none;
	}

	.navbar-form input, .navbar-form input:hover, .navbar-form input:focus, .navbar-form input:active {
		min-width:0;
	}

	.navbar-nav .open .dropdown-menu {
		position:absolute;
		bottom:100%;
		left:0;
		right:auto;
		background:#fff;
		box-shadow:0 -3px 3px rgba(0, 0, 0, 0.1)
	}

	.navbar  .dropdown-user .dropdown-menu.dropdown-menu-right {
		left:auto;
		right:0;
	}

	#mainHeader .navbar-nav > li {
		min-width:72px;
		text-align:center;
	}

	#mainHeader .navbar-nav,
	.app-navbar .navbar-nav {
		margin:0;
	}

	.navbar .nav > li > a.dropdown-toggle, 
	.navbar-nav > li > a, 
	.navbar-nav > li > span {
		margin:0;
		white-space: nowrap;
	}

	footer .navbar .nav {
		margin:0;
	}

	.dropdown-user > a > i {
		display:inline;
	}

	.dropdown-user .caret {
		display:none;
	}

	#mainHeader .navbar-nav .badge {
		margin:2px 0 0 0;
	}

	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding:3px 20px 3px 6px;
	}
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 10px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
	font-size:12px;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #5f5b6a; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

.breadcrumb {
	background:none;
	margin:0;
	padding:0;
}

.breadcrumb ol {
	list-style:none;
	padding:0;
	margin:0 0 5px 0;
	white-space:nowrap;
	overflow:hidden;
	max-width:100%;
}

.breadcrumb ol li {
	display:inline-block;
	font-size:1.1rem	;
}

.breadcrumb ol li:after {
	content:"›";
}

.breadcrumb ol li:last-child:after {
	content:"";
}

.UIListTopBttnAdd .fa {
	display:block;
	margin:0 !important;
}

.UIListTopBttnAdd span {
	display:none;
}

@media (min-width:768px) {
	.breadcrumb ol li {
		font-size:1.2rem;
	}

	.UIListTopBttnAdd .fa {
		display:none;
	}

	.UIListTopBttnAdd span {
		display:inline;
	}
}
.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius:1px;
}

.tt-suggestion {
  padding: 3px 10px;
  min-width:200px;
  line-height: 18px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #5f5b6a;
  cursor:pointer;
}

.tt-suggestion p {
  margin: 0;
}

textarea.form-control {
	height:34px;
	resize: vertical;
}

textarea.form-control.postMessage {
	height:120px;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  margin-top:-1px;
  overflow-y: auto;
  background:#fff;
}

abbr,
abbr[data-original-title], abbr[title] {
	border-bottom: initial;
  text-decoration: none;
  border-bottom:none;
}

.input-xs, 
.form-group-xs .form-control {
  padding:3px 5px;
  height:20px;
}

.form-control,
.form-group-lg .form-control {
  border-radius:0px;
}


.btn {
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 6px 7px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-weight:500;
  background:#5F5B6A;
  color:#fff;
  text-transform:uppercase;
  overflow:hidden;
  position:relative;
  -webkit-transition:box-shadow 300ms ease;
  -o-transition:box-shadow 300ms ease;
  -moz-transition:box-shadow 300ms ease;
  -ms-transition:box-shadow 300ms ease;
  transition:box-shadow 300ms ease;
  font-size:1.2rem;
}

.btn-group.open .dropdown-toggle {
	box-shadow:none;
}

@media (min-width:768px) {
	.btn {
		padding:6px 12px;
  	font-size:1.4rem;
	}
}

.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%; 
  display: block;
  width: 0;
  padding-top: 0;  
  border-radius: 100%;  
  background-color: rgba(200, 200, 200, .2);  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width:768px) {
	.btn:not([disabled]):hover:before {
	  width: 200%;
	  padding-top: 200%;
	  transition: width .4s ease-out, padding-top .4s ease-out;
	}
}

.btn.xs, 
.btn-group-xs > .btn {
  padding:3px 5px;
  font-size:1.1rem;
}

.btn.sm, 
.btn-group-sm > .btn {
  font-size:1.2rem;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn.focus {
	background-image: none;
  outline: 0 none;
  color:#fff;
}

.btn i.fa {
	margin-right:5px;
}

.btn.red {
	background:#c62828;
  color:#fff;
}

.btn.red:hover,
.btn.red:active,
.btn.red:focus,
.btn.red.focus {
	color:#fff;
}

.btn.green {
	background:#2E7D32;
	color:#fff;
}

.btn.green:hover,
.btn.green:active,
.btn.green:focus,
.btn.green.focus {
	color:#fff;
}

.btn.white {
	background:#fff;
	color:#33303d;
}

.btn.b {
	padding:5px 11px;
	border:1px solid #5f5b6a;
}

.btn.b.xs, 
.btn-group-xs > .btn.b {
  padding:2px 4px;
}

.btn.white:hover,
.btn.white:active,
.btn.white:focus,
.btn.white.focus {
	color:#33303d;
}

.btn.white:before {
  background-color: rgba(128, 128, 128, .1);  
}

.btn.grey {
	background:#EEEEEE; 
	color:#33303d;
}

.btn.grey:hover,
.btn.grey:active,
.btn.grey:focus,
.btn.grey.focus {
	background:#EEEEEE; 
	color:#33303d;
}

.btn.grey:before {
  background-color: rgba(128, 128, 128, .2);  
}

.btn.txt {
	text-transform:none;
	background: none;
	color:#33303d;
  box-shadow: none;
  outline: 0 none;	
}

.btn.txt:hover,
.btn.txt:active,
.btn.txt:focus,
.btn.txt.focus {
	text-decoration:underline;
}

.btn.txt:before {
	display:none;
  background-color: rgba(128, 128, 128, .1);  
}

.modal-backdrop {
	background:#000;
}

.modal-backdrop.in {
	opacity:0.4;
}

.modal {
 overflow-y: auto;
}

.modal-open {
	overflow: visible;
}
@media (max-width:767px) {
	.modal-open {

    -webkit-overflow-scrolling: none; 
		overflow: hidden;
		position:fixed;
		height:100%;
		width:100%;
	}
}

.modal-open[style],
#appModal {
	padding-right: 0px !important;
}

@media (max-width:767px) {
	.modal-open[style] {
		padding-right:5px !important;
	}
	.modal-dialog {
		margin:5px;
	}

	.modal-body {
		padding:10px;
	}

	.modal-footer {
		padding:10px;
	}
}

.modal-header {
	padding:5px 10px;
	background:#f8f8f8;
	overflow:hidden;
	position:relative;
}

.modal-header-profile {
	padding:0;
	min-height:200px;
}

.modal-header-profile img {
	position:absolute;
	z-index:1;
	width:100%;
	display:block;
}

.modal-header h4 {
	text-shadow:0 1px 0 #fff;
	color:#666;
}

.modal-content {
	border:none;
	overflow:hidden;
	border-radius:0;
}

.modal-content .modal-body.modal-loading {
	margin:0 auto;
	padding:10px;
	text-align:center;
}

@media (min-width:768px) {
	.fade-scale {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

	.fade-scale.in {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	}

	.modal {
	  text-align: center;
	}

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
	  display: inline-block;
	  text-align: left;
	  vertical-align: middle;
	}
}

.loading-modal-icon {
  height: 28px;
  width: 28px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 2px solid #aaa;
  border-right-color: transparent;
  border-radius: 50%;
  display:inline-block;
}

.loading-modal-icon.sm {
  height: 14px;
  width: 14px;
  position:relative;
  top:3px;
  right:2px;
}

@-webkit-keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rotate {
  0%    { -moz-transform: rotate(0deg); }
  100%  { -moz-transform: rotate(360deg); }
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.modal-body-hidden {
	opacity:0;
}

.modal-footer-loading {
	padding:2px 0 0 0;
}

.modal-broadcast {
	max-height:400px;
	overflow:auto;
}

.close {
	font-size:26px;
	font-weight:300;
	opacity:0.4;
	position:relative;
	z-index:2;
	top:2px;
	right:-5px;
	display:inline-block;
	min-width:26px;
}

.modal-header-profile .close {
	background:rgba(0,0,0,0.3);
}

.close:hover,
.close:focus {
	opacity:0.7;
}

.modal-body p.alert {
	margin-bottom:0;
}

.col-pagination-bottom .pagination-xs {
	margin-top:15px;
}

.pagination {
	margin:15px 0 0 0;
	border-radius:0px;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
	border-radius:10px;
}

.pagination > li > a,
.pagination > li > span {
	padding: 6px 11px;
	font-size:12px;
	color:#33303d;
	border:none;
	border-radius:10px;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
	color:#33303d;
}

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover {
	background:#5f5b6a;
	border:none;
}

.contentContainer {
  background:#fff;
  border:1px solid #bbb;
  border-radius:4px;
  margin-bottom:10px;
  padding:5px;
}

@media (min-width:768px) {
	.contentContainer {
  	padding:15px !important;
  }
}
/***************/
/* DATE PICKER */
/***************/


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  	 -moz-border-radius: 4px;
  				border-radius: 4px;
	z-index:1151 !important;
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 8px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 9px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #5F5B6A;
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #5F5B6A;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.form-buttons {
	text-align:right;
}

.form-buttons.right {
	text-align:left;
}

.has-feedback-left {
	position:relative;
}

.has-feedback-left .form-control {
	padding-left:27px;
}

.has-feedback-left .form-control.time-control {
	padding-left:10px;
	display:inline-block;
	width:100px;
}

.has-feedback-left .form-control.time-control + span {
	font-size:12px;
	padding-left:2px;
}

.has-feedback-left .form-control-feedback {
  left: 0px;
  color: #ccc;
  line-height: 34px;
  font-size: 14px;
}

.form-horizontal .has-feedback-left .form-control-feedback {
	left:5px;
	color:#ccc;
	line-height:30px;
	font-size:14px;
}

.form-horizontal label.control-label,
.form-horizontal .checkbox label, .form-horizontal .radio label {
	font-size:12px;
}

.form-horizontal .checkbox, 
.form-horizontal .checkbox-inline, 
.form-horizontal .radio, 
.form-horizontal .radio-inline {
	padding-top:4px;
}

.form-horizontal .form-group-lg .control-label {
	font-size:18px;
	padding-top:10px;
	font-weight:normal;
}

#avatarCrop {
	max-height:400px;
	max-width:100%;
	display:block;
	margin:0 auto;
}

.postMessage {
	resize: none;
	color:#888;
}

.postMessage.wysibb-texarea{
	width:100%;
	height:100px;
}

.quote,
.post-content,
blockquote {
	font-size:1.2rem;
	word-wrap: break-word;
	margin:5px 0 20px 0;
	padding:0;
}

#post_new .post-content {
	margin-bottom:0;
}

@media (min-width:768px) {
	.quote,
	.post-content,
	blockquote {
		padding:0 0 0 10px;
		font-size:1.4rem;
	}
}
.post-content label {
	font-size:12px;
}

.post-content form {
	margin-bottom:10px;
}

.post-content .img-responsive {
	display:inline-block;
}

.wysibb-text-editor.wysibb-body {
	min-height:106px !important;
}

/********************/
/** NOTIFICATIONS   */
/********************/
#notificationListZone {
	min-width:400px;
	max-height:300px;
	overflow:auto;
	padding:0 0 5px;
	list-style:none;
  -webkit-overflow-scrolling: touch; 
}

@media (max-width:767px) {
	#notificationWrapper {
		position:fixed;
		left:0px;
		right:0px;
		bottom:40px;
		max-height:calc(100% - 40px);
		height:calc(100% - 40px);
	}

	#notificationListZone {
		padding-right:5px;
		max-height:calc(100% - 30px);
		min-width:0;
	}
}

.noNotificationMessage {
	text-align:center;
	font-size:1.4rem;
	background:#D3D2D8;
	margin:10px 10px 5px;
}

#appNotificationsLoadMoreBttn {
	display:none;
	margin:0 4px;
	width:calc(100% - 8px);
}


#notificationListZone li {
	padding:0 5px;
	margin-bottom:5px;
	max-height:65px;
	overflow:hidden;
	position:relative;
}

#notificationListZone li:last-child {
	margin-bottom:0;
}

#notificationListZone li:after {
	content:"";
	display:block;
	clear:both;
}

#notificationListZone img.notificationImg {
	max-width:55px;
	width:100%;
	position:absolute;
	top:0;
	left:5px;
	height:auto;

}

#notificationListZone > li > a.lnkNotification {
	display:block;
	clear:none;
	white-space:normal;
	margin-left:55px;
	height:55px;
	font-weight:300;
	padding:5px;
}

@media (max-width:767px) {
	#notificationListZone > li > a.lnkNotification {
		padding-top:0;
	}
}

#notificationListZone li.unread > a.lnkNotification {
	background:#f1f0f7;
}

#notificationListZone li > a.lnkNotification:hover,
#notificationListZone li > a.lnkNotification:focus,
#notificationListZone li > a.lnkNotification:active {
	background:#d3d2d8 !important;
	color:#333 !important;
	text-decoration:none;
}

#notificationListZone > li > a.lnkNotification > time {
	color:#444;
	font-size:10px;
}

.alertsWindows .alertContent {
	padding:15px;
	background:#eee;
	margin:5px 0 15px !important;
}

.alertsWindows .alert-details {
	display:none;
}