html, body {
	height: 100%;
	color: #333333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}
::placeholder {
	color: #b3b3b3;
	opacity: 1; /* Firefox */
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b3b3b3;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #b3b3b3;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #b3b3b3;
}
:-moz-placeholder { /* Firefox 18- */
	color: #b3b3b3;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #b3b3b3;
}
ul.page-breadcrumb.breadcrumb,
div.page-head {
	display: none;
}
.page-content-wrapper .page-content {
	padding-top: 0;
}
.header-logo-placeholder{
	white-space: nowrap;
	font-size: 18px;
}
.shadow-global {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
}
.shadow-light {
	box-shadow: 0 1px 1px 0 rgba(50,50,50,.09) !important;
	-moz-box-shadow: 0 1px 1px 0 rgba(50,50,50,.09) !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.09) !important;
}
.opacity-animate {
	-webkit-transition: opacity 0.15s ease-in;
	-moz-transition: opacity 0.15s ease-in;
	-o-transition: opacity 0.15s ease-in;
	-ms-transition: opacity 0.15s ease-in;
	transition: opacity 0.15s ease-in;
}
#wrap {
	min-height: 100%;
	margin-bottom: -30px; 
}
#wrap:after {
	content: "";
	display: block;
}
.radius-global {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.animation-fade {
	-webkit-transition: opacity 0.15s ease-in;
	-moz-transition: opacity 0.15s ease-in;
	-o-transition: opacity 0.15s ease-in;
	-ms-transition: opacity 0.15s ease-in;
	transition: opacity 0.15s ease-in;
}

a[ng-click], .pointer {
	cursor: pointer;
}
a.no-deco {
	text-decoration: none;
	color: inherit;
}
a.no-deco-light {
	text-decoration: none;
}
.login .content .form-actions .checkbox {
	top: -3px;
	left: 3px;
}
.page-sidebar-closed .page-sidebar:before {
	border-left: 54px solid white;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover, .page-sidebar {
	background: none;
}
.page-sidebar .page-sidebar-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
	margin-top: 0;
}
.page-sidebar .page-sidebar-menu > li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li {
	background: white;
}
.page-sidebar .page-sidebar-menu > li.open {
	padding-bottom: 1px;
}
.page-sidebar .page-sidebar-menu > li.separator, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.separator {
	background: none;
}
.rounded-corners-top, .rounded-corners-top a:hover {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
}
.rounded-corners-bottom, .rounded-corners-bottom a:hover {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
}
li.first-menu-item {
	padding-top: 6px !important;
}
.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
	margin-top: 0;
}

.page-sidebar-fixed .page-sidebar .page-sidebar-menu > li > a,
.page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
	transition: none;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a > i,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a > i {
	margin-right: 3px;
}
.page-sidebar .page-sidebar-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
	border-radius: 0;
}
.page-sidebar li.group-start {
	border-top: 1px solid #e9ecf3;
	margin-top: 0 !important;
}
.page-sidebar li.group-end {
	border-bottom: 1px solid #e9ecf3;
}
.panel .panel-heading:hover {
	background: #f2f6f9;
	transition: all 0.2s ease;
}
.panel {
	border: none;
	transition: all 0.2s ease;
}
.panel.panel-open .panel-heading {
	background: #f2f6f9;
	color: #5b9bd1;
}
.panel-heading {
	padding: 0;
}
h4.panel-title {
	color: #485a6a;
	font-size: 14px;
	font-weight: 400;
}
.panel-group {
	margin-bottom: 0;
}
.panel-group .panel+.panel {
	margin-top: 0;
}
.panel-default > .panel-heading {
	color: #485a6a;
	background-color: inherit;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: #485a6a;
}
.panel-body {
	padding: 0;
}
a.accordion-toggle {
	text-decoration: none;
}
a.accordion-toggle span div {
	padding: 14px 15px;
}
a.accordion-toggle i {
	color: #97b1c3;
	margin-right: 2px;
	font-size: 20px;
	opacity: 0.9;
}
i.ios7 {
	padding-top: 14px;
	padding-bottom: 14px;
}
.sub-genre {
	background: #d9edf7;
}
.navbar {
	height: 10000px;
}
.page-header-inner {
	text-align:center;
}
.ui-select-bootstrap .ui-select-toggle {
	text-align: left;
}
.ui-select-bootstrap .ui-select-toggle img {
	margin-right: 4px;
	margin-top: -3px;
}
.width-100 .ui-select-toggle {
	width: 100%;
}
.ui-select-bootstrap .ui-select-choices img,
.dropdown-menu img.flag {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.dropdown-menu {
	font-family: inherit;
}
#password_strength {
	float: none;
}
.login {
	background: none !important;
}
.login .content {
	background: none;
	background-color: rgba(255, 255, 255, 0.2);
}
.login .logo {
	margin-top: 0px;
}
.theme-font-color {
	color: #5B9BD1 !important;
}
.page-header-fixed .page-container {
	margin-top: 49px;
}
.page-header.navbar {
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(233, 236, 243, 0.9);
	height: 44px;
	min-height: 44px;
}
.page-header.navbar .menu-toggler {
	background-image:none;
}
.page-header.navbar .menu-toggler.responsive-toggler i {
	font-size: 25px;
}
.page-header.navbar .page-logo {
	height: 44px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown {
	line-height: 44px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
	padding: 25px 10px 13px 10px;
}
.page-header.navbar .page-logo .logo-default {
	margin: 12px 10px 0 0;
	width: 26px;
}
.page-header.navbar .page-top {
	height: 44px;
	min-height: 44px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
	padding: 22px 12px 18px 12px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle.avatar {
	padding: 12px 12px 11px 12px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i.fa {
	font-size: 20px;
	margin-top: -1px;
	padding-right: 3px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
	margin: -8px 0 0 0;
	padding: 3px 6px 3px 6px;
	height: 18px;
	font-weight: 300;
}
.page-header.navbar .page-top {
	background: none;
}
.page-footer, #wrap:after {
	height: 30px; 
}
.page-footer .page-footer-inner {
	color: #485a6a !important;
	width: 100%;
	text-align: center;
}
@media (min-width: 992px) {
	.page-sidebar-fixed .page-sidebar {
		top: 69px;
	}
}
@media (min-width: 992px) {
	.page-sidebar-fixed .page-footer {
		margin-left: 0;
		padding-left: 20px;
	}
}
.page-header.navbar .menu-toggler.responsive-toggler {
	float: left;
	margin: 15px 3px 0 15px;
}
@media (max-width: 767px) {
	.page-header.navbar .page-top {
		clear: initial;
		width: auto;
	}
}

.login .page-header {
	opacity: 0;
}
.login .page-sidebar-wrapper {
	opacity: 0;
}

.page-sidebar .page-sidebar-menu > li > a > .title,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .title {
	vertical-align: text-bottom;
}
.page-sidebar .page-sidebar-menu > li > a > i.fa,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.fa {
	margin-right: -2px;
	font-size: 20px;
	opacity: 0.8;
}

.menu-toggler {
	background-image: url(../img/sidebar-toggle-light.png);
}

.menu-toggler {
	display: block;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 20px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
}
@media (min-width: 992px) {
	.page-content-wrapper .page-content {
		margin-left: 160px;
	}
	.page-sidebar {
		width: 160px;
	}
	.page-content-wrapper .page-content.login {
		margin-left: 0;
	}
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a,
.page-sidebar .page-sidebar-menu > li.active > a {
	margin-left: 0;
	padding-left: 12px;
}
.page-header.navbar .page-logo {
	width: 220px;
	text-align: left;
}
.page-header.navbar .menu-toggler {
	opacity: 1;
}
.page-header.navbar .menu-toggler.sidebar-toggler {
	float: inherit;
	margin: 0;
}
.page-header.navbar .top-menu .navbar-nav > li button.btn-navbar {
	width: 65px;
	margin-top: 7px;
}

div.dropdown-toggle {
	padding: 7px 12px 24px 0px;
}
.dropdown-toggle button {
	width: 65px;
}
.ui-dropdown {
	color: #485a6a;	
}
.ui-dropdown:hover>.dropdown-menu {
	display: block;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu,
.dropdown > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.ui-dropdown > .dropdown-menu {
	right: 0;
	left: auto;
	margin-top: 20px;
}
.top-menu .dropdown .dropdown-menu-right > .dropdown-menu:after,
.top-menu .dropdown-toggle > .dropdown-menu:after,
.top-menu .btn-group > .dropdown-menu:after {
	left: inherit; 
	right: inherit; 
}
.settings-nav {
	height: 45px;
}
.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .ui-dropdown > .dropdown-menu:before {
	position: absolute;
	top: -8px;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
	content: '';
}
.dropdown .dropdown-menu-right > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .ui-dropdown > .dropdown-menu:before {
	right: inherit;
	left: auto;
}


#current-track {
	float: right;
	margin-left: 8px;
	margin-top: -2px;
	color: white;
	min-width: 300px;
	text-align: left;
}
.seekBase {
	height: 15px;
	border: 1px solid white;
	/*border-radius: 4px;*/
	overflow: hidden;
	margin-top: -15px;
	margin-left: 42px;
}
.seekLoad {
	background-color: white;
	width: 0;
	height: 100%;
	line-height: 15px;
	color: #fff;
	background-color: white;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.player-controls, .player-controls:active {
	font-weight: bold;
	color: #3598dc !important;
	border: none;
}
.player-controls:hover, .player-controls:active, .player-controls:focus {
	background-color: white;
}
.buttons-track.play-control {
	line-height: 1;
	margin-left: 10px;
	margin-top: 0px;
	float: right;
	width: 80px;
	line-height: 1;
	padding: 9px 5px 10px 0;
}
.portlet.light.min-high {
	min-height: 393px;
}
.player {
	background-color: #3598dc;
	height: 44px;
	padding: 4px 10px 0;
	display: table-cell;
	-moz-opacity:0; 
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	transition: opacity .6s ease;
}
.player.show-player {
	visibility: visible;
	-moz-opacity:1; 
	filter:alpha(opacity=1);
	opacity:1;
	-webkit-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

.dt-dot {
	font-size: 6px;
	color: #444;
}

.dt-dot-inline {
	vertical-align: top;
}
.dt-dot-normal {
	font-weight: normal;
}
.dt-dot-100, .dt-dot.green {
	color: #67cf60;
}
.dt-dot-50, .dt-dot.yellow {
	color: #f1c40f;
}
.dt-dot-0, .dt-dot.red {
	color: #e7505a;
}

.melino-blue {
	color: rgb(9, 155, 216)
}

._masonry {
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
/*	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;*/
}
._masonryItem {
	display: inline-block;
	width: 100%;
}

.masonryItem.trelloList {
	width: 500px;
}
.trello-color {
	color: #0079bf;
}
.trello-bg-color {
	background-color: #0079bf;
}
.feeds.trello li .col1 > .cont {
	margin-right: 100px;
}
.feeds li .col2 {
	width: 200px;
	margin-left: -200px;
}
.feeds li .col1 > .cont > .cont-col2 > .desc {
	padding-right: 50px;
}
.card-member-avatar {
	height: 18px;
	margin-left: 3px;
	border-radius: 3px;
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 8px;
}
.drop-box p {
 	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.dragover {
    border: 5px dashed blue;
}
.page-header.navbar.navbar-fixed-top {
    z-index: 1030;
}
.popover {
	/*z-index: 9999;*/
	/*position: fixed;*/
}
.popover-h {
	padding: 6px 13px;
	margin: -8px -13px 8px -13px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-weight: 500;
}
.has-popover {
	display: table;
}
.scaled-50 {  
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
.paste-buttons button {
	margin-right: 5px;
}
.fa-paragraph:before {
	font-size: 18px;
	font-weight: bold;
	content: '§';
}
.page-sidebar-menu .fa-paragraph:before {
	font-size: 23px;
	margin-right: 3px;
}
.modal-title .fa-paragraph:before {
	font-size: 22px;
}
.edit-item-name {
	display: initial;
	position: absolute;
	margin-left: 10px;
	margin-top: -12px;
	color: #9eacb4;
	height: 63px;
	line-height: 63px;
}
.edit-item-name-center {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.uib-datepicker {
	display: table;
	padding-left: 15px;
}
.uib-datepicker td {
	padding: 3px 0;
}
.uib-datepicker .btn.btn-default.btn-sm {
	border-color: #fff;
}
.uib-datepicker .btn-sm {
	padding: 0;
}
.uib-datepicker .btn-sm span {
	padding: 4px 10px 4px 10px;
	border-radius: 4px;
}
.uib-datepicker .btn-default:hover, .uib-datepicker .btn-default:focus,
.uib-datepicker .btn-default:active, .uib-datepicker .btn-default.active,
.uib-datepicker .btn-info[disabled] {
	background-color: inherit;
}
.uib-datepicker .btn-info:active span, .uib-datepicker .btn-info.active span {
	background-color: #51a8ef;
}
.uib-datepicker .btn-default:hover span, .uib-datepicker .btn-default:focus span {
	background-color: #ededed
}
.newsletter_calendar_event1 button span,
span.newsletter_calendar_event1 {
	background-color: #32c5d2;
	color: #fff;
}
.newsletter_calendar_event2 button span,
span.newsletter_calendar_event2 {
	background-color: #ed6b75 !important;
	color: #fff;
}
.newsletter_calendar_event3 button span,
span.newsletter_calendar_event3 {
	background-color: #51a8ef !important;
	color: #fff;
}
.newsletter_calendar_event1 button.active span {
	background: #32c5d2; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #32c5d2 50%, #51a8ef 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #32c5d2 50%,#51a8ef 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #32c5d2 50%,#51a8ef 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32c5d2', endColorstr='#51a8ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.newsletter_calendar_event2 button.active span {
	background: #ed6b75; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ed6b75 50%, #51a8ef 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ed6b75 50%,#51a8ef 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ed6b75 50%,#51a8ef 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6b75', endColorstr='#51a8ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
span.newsletter_calendar_event1,
span.newsletter_calendar_event2,
span.newsletter_calendar_event3 {
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	float: right;
	padding: 5px;
	padding: 2px 6px;
	margin-top: 5px;
	width: 72px;
	text-align: center;
}
.h-addon {
	font-size: 14px;
}
img.web-cover-sm {
	width: 175px;
	height: 175px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	margin-right: 20px;
	float: left;
}
.portlet.product .name {
	font-weight: 300;
	font-size: 18px;
}
.portlet.product .name .title{
	font-weight: 400;
	font-size: 23px;
}
ul.product-meta {
	color: #8896a0;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 10px;
	display: table;
	padding-left: 0;
}
ul.product-meta li {
	list-style: none;
	padding-bottom: 3px;
}
ul.track-meta {
	color: #8896a0;
	font-weight: 300;
	font-size: 12px;
	padding-left: 0;
	margin-bottom: 10px;
}
ul.track-meta li {
	list-style: none;
	padding-bottom: 3px;
	/*float: left;*/
	margin-right: 5px;
}
span.style-tag {
	background: #eee;
	padding: 1px 4px;
	margin: 0 4px 4px 0;
	display: inline-block;
	color: #555;
}
.portlet.product .web-cover-sm {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
.portlet.product .heading {
	color: #5B9BD1;
	font-size: 15px;
	margin-top: 37px;
}
.portlet-footer {
	margin-top: 40px;
	position: relative;
	text-align: center;
}
.portlet-footer label, .portlet-footer i {
	position: absolute;
	bottom: 0;
}
.caption-trello-logo {
	height: 18px;
}
.loading-spinner-outer {
  position: relative;
  background: white;
  height: 200px;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  resize: both;
  overflow: auto;
}

.loading-spinner {
	height: 100%;
	transform: translate(-50%, -50%);
	position: relative;
	top: 50%;
	left: 50%;
	opacity: 0.1;
}
.loading-spinner i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 200px;
	margin-left: -116px;
	margin-top: -15px;
}
.modal-dialog {
	margin-top: 75px;
}
.modal-body {
	display: table;
	width: 100%;
}
button.btn.min-width1, a.btn.min-width1 {
	min-width: 80px;
}
button.btn.delete,
button.btn.confirm {
	left: 20px;
	position: absolute;
	float: left;
	margin-left: 0 !important;
}
table.timeline th span {
	opacity: .9;
}
table.timeline td {
	background: #E2E4E6;
	padding: 5px 3px 0px 3px !important;
	color: #4d4d4d
}
table.timeline ul.cards {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table.timeline ul.cards li {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 6px;
	padding: 5px;
}
table.timeline ul.cards li a {
	color: #4d4d4d;
	font-weight: 400;
}
table.timeline ul.cards li a:hover {
	text-decoration: none;
}
table.timeline ul.cards li .badges {
	text-align: right;
	font-style: italic;
	color: #c1cbd0;
}
table.timeline ul.cards li .badges span {
	vertical-align: bottom;
}
table.timeline ul.cards li .badges .member-avatar {
	height: 30px;
	margin-left: 3px;
	border-radius: 3px;
}
.dropdown-menu>li>a span {
	font-size: 85%;
	color: gray;
}
.dropdown-menu>.active>a span, .dropdown-menu>.active>a:focus span, .dropdown-menu>.active>a:hover span {
	color: white;
}
.modal-header-tools {
	float: right;
}
.modal-header-tools a,
.modal-header-tools button {
	margin-left: 3px;
	color: #999 !important;
}
.modal-header-tools i {
	font-size: 15px;
	/*margin-left: 3px;*/
}
/*.modal-header-tools i:hover {
	color: #333 !important;
}*/
.modal-header-tools button:hover {
	color: white !important;
}
.modal-header-tools button:hover,
.modal-header-tools a:hover {
	color: white !important;
	background-color: #3598dc !important;
}
.modal-header-tools .playing {
	background-color: #3598dc !important;
}
.modal-header-tools .playing i {
	color: white;
}
.width170px {
	width: 170px;
}
.width190px {
	width: 190px;
}
.width200px {
	width: 200px;
}
.copy-id-smaller-font {
	font-size: 12px;
}
.modal-backdrop {
	z-index:1049;
}
.modal-title i {
	font-size: 19px;
	line-height: 23px;
	vertical-align: text-top;
	opacity: 0.8;
}
.modal-title.with-bottons {
	display: table;
	float: left;
}
.modal-header-buttons {
	float: right;
}
div.datepicker .btn-default {
	border: none;
}
div.datepicker input,
input.datepicker {
	width: 100px;
}
.angular-ui-tree-handle {
	font-weight: inherit;
}
tbody.angular-ui-tree-drag {
	background: white;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
tbody.angular-ui-tree-drag td {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px 8px;
	white-space: nowrap;
}
#jsTree {
	padding-bottom: 10px;
}
.jstree-default .jstree-wholerow-clicked, .jstree-wholerow .jstree-wholerow-clicked {
	background: none;
}
.jstree-default>.jstree-wholerow-ul .jstree-hovered, .jstree-default>.jstree-wholerow-ul .jstree-clicked {
	background: #e1e1e1;	
}
.td-link a {
	color: #666;
	opacity: 0;
}
.td-link:hover a {
	opacity: 0.7;
}
.td-play, .td-link, .td-remove {
	cursor: pointer;
}
.td-contract {
	cursor: initial;
}
.td-remove:hover {
	color: #e7505a;
}
.th-number, .td-number,
.th-id, .td-id {
	text-align: right;
}
.th-tracksCount, .td-tracksCount {
	text-align: center;
}
.input-percentage, .input-decimal-10k {
	text-align: right;
	width: 80px !important;
}
.input-decimal {
	text-align: right;
}
.input-decimal-100k {
	text-align: right;
	width: 100px !important;
}
.input-tiny-int {
	text-align: right;
	width: 60px !important;
}
.input-tiny-decimal {
	text-align: right;
	width: 60px !important;
	padding-left: 6px;
	padding-right: 6px;
	display: initial;
}
.input-6-3 {
	width: 80px;
	text-align: right;
}
.input-in-cell {
	height: 20px;
	border-radius: 4px;
	border-width: 1px;
	margin-right: 5px;
}
.input-duration {
	text-align: right;
	width: 50px;
}
.input-group.input-duration {
	width: 115px;
}
.input-group.input-duration input {
	text-align: right;
}
.input-embedded {
	border: none;
	background: none;
	width: 100%;
}
.modal-inline-h {
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
h3.form-section, h4.form-section {
	border-bottom: 1px solid #eee;
}
h3.form-section {
	margin: 30px 0px 25px 0px;
	padding-bottom: 5px;
}
h3.form-section span.symbolAdd, h4.form-section span.symbolAdd {
	line-height: 2;
	/*color: #666;*/
	margin-left: 5px;
}
h3.form-section span.symbolAdd {
	font-size: 14px;	
}
h4.form-section span.symbolAdd {
	font-size: 12px;	
}
.ui-select-bootstrap>.ui-select-choices {
	max-height: 300px;
}
.dropdown-header {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.portlet.light > .portlet-title > .actions {
	padding: 1px 0 0 0;
}
.input-group .form-control.rounded {
	border-radius: 4px;
}
.select-auto-width {
	display: inline-table;
	float: left;
}
.select-auto-width .pull-left,
.form-control .text-muted {
	margin-right: 10px;
}
.select-auto-width .dropdown-menu {
	min-width: 100px;
}
.input-auto-width {
	display: flex;
}
.input-group-auto-width {
	display: flex;
	float: left;
	margin-right: 10px;
}
.form-control-inline {
	display: table-cell;
	width: inherit;
}
.control-label {
	margin-top: 0;
	padding-right: 0;
	white-space: nowrap;
}
label .dnd-symbol {
	opacity: 0;
}
label:hover .dnd-symbol {
	opacity: 1;
}
.wrap {
	white-space: initial;
}
.list-select {
	position: relative;
	margin-bottom: 5px;
}
.list-item-remover {
	opacity: 0;
	transition: opacity 0.15s ease-in;	
	cursor: pointer;
}
.list-item-remove {
	top: -10px;
	right: -1px;
	color: #e7505a;
	padding: 4px;
	font-size: 17px;
	cursor: auto;
	position: absolute;
	border-radius: 99px;
	opacity: 0;
	transition: opacity 0.15s ease-in;
}
.list-item-adder  {
	color: #3598dc;
	cursor: s-resize;
	opacity: 0;
	transition: opacity 0.15s ease-in;
}
li:hover .list-item-remover,
.list-select:hover .list-item-remove,
h4:hover .list-item-adder, h5:hover .list-item-adder {
	opacity: 1;
	transition: opacity 0.15s ease-in;
}
.list-item-adder-permanent  {
	color: #3598dc;
	cursor: s-resize;
}
.list-item-adder-permanent:hover  {
	font-weight: bold;
}
.btn-group-in-cell {
	width: initial;
	display: inline-block;
	margin-top: -2px;
}
.btn-group-in-cell label {
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
}
.close {
	width: inherit;
	text-indent: inherit;
	background-image: inherit !important;
}
.ui-select-multiple.ui-select-bootstrap {
	min-height: 34px;
	padding: 4px 6px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search::placeholder {
	color: #aaa;
}
.btn-default.hover {
	opacity: 0.4;
	transition: opacity 0.15s ease-in;
}
.btn-default.hover:hover {
	opacity: 1;
	color: #333;
	border-color: #ccc;
	transition: opacity 0.15s ease-in;
}
.btn-id {
	padding-left: 7px;
	padding-right: 7px;
	min-width: 34px;
}
.status-text {
	font-family: monospace;
}
.iOS-h3 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
ol.sortable-list li {
	display: block;
	height: 30px;
	margin: 5px 0;
	cursor: move;
	padding: 4px 10px;
	color: #333;
	text-decoration: none;
	font-weight: 400;
	border: 1px solid #ccc;
	background: #fafafa;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.excel {
	color: white;
	background: #0a6332;
}
.excel:hover, .excel:active, .excel:focus {
	color: white;
	background: #217346;
}
.width-1 {
	width: 1px;
}
.badge-circle-only {
	height: 12px;
	padding: 3px;
}
.badge-circle-only span {
	opacity: 0;
}
.color-select-company .form-control,
button.color-select-company {
	background-color: #fcf8e3;
}
.color-select-partner .form-control,
button.color-select-partner {
	background-color: #d9edf7;
}
.color-select-term .form-control,
button.color-select-term {
	background-color: #dff0d8;
}
.input-color-container {
	position: relative;
	overflow: hidden;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 5px;
}
.input-color {
	position: absolute;
	right: -6px;
	top: -6px;
	width: 25px;
	height: 25px;
	border: none;
}

button.gema {
	color: #fff;
	background-color: #c00;
	border-color: #8c2f2a;
	font-family: serif;
	font-weight: 600;
}
button.gema:hover {
	background-color: #bb0303;
	border-color: #7c2723;
}
button.gema span.gema-carrier {
	font-family: sans-serif;
	font-weight: 400;
}

.ui-select-inline .ui-select-toggle {
	height: 20px;
	padding: 0px 8px;
	font-size: 13px;
}
.label-default-blue-hover:hover {
	background-color: #3598dc;
}
table.tools-toggles td {
	padding: 0 5px;
}
.green-haze.btn {
	color: white !important;
}
.input-group .ui-select-toggle {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.btn-word {
	color: white;
	background-color: rgb(24, 90, 189);
	border-radius: 0 !important;
}
.btn-adobe {
	color: #ffd0cc !important;
    background-color: #260000 !important;
    box-shadow: inset 0px 0px 0px 2px #ff3500 !important;
    -moz-box-shadow: inset 0px 0px 0px 2px #ff3500 !important;
	-webkit-box-shadow: inset 0px 0px 0px 2px #ff3500 !important;
	border-radius: 0 !important;
}