@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
 *   AdminLTE v2.3.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */
html {
  position: relative;
}
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
}
.body-error {
	height: 100%;
	margin: auto;
}

.page-error {
	text-align: center;
	padding: 50px 25px;
	margin: auto;
	height: 100%;
}

.page-error-container {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background: #f5f5f5;
	position: relative;
	width: 750px;
	padding: 1em 2em 2em 2em;
	margin: auto;
}

.body-error h1 {
	margin-top: 0;
	float: left;
}

.body-error h1 > span {
	margin-left: 15px;
}

.body-error h2 {
	padding: 0 0 25px 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: 300;
}

@media (max-width: 767px) {
	.page-error-container {
		width: auto;
	}
	.body-error h2 {
		padding: 10px 0 25px 0;
		text-align: left;
	}
	.body-error h1,
	.body-error h2 {
		float: none;
	}
	.body-error h1 > span {
		display: none;
	}
}

.page-error-content {
	clear: both;
	border-top: 1px solid #D3CBC3;
	color: #000;
	text-align: left;
	font-size: 1.2em;
	padding: 25px 0;
}
/* Login */
.intro-box {
	width: 400px;
	margin-left: -200px;
	background: rgba(255, 255, 255, 0.85);
	padding: 20px;
	border-radius: 5px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -250px;
	margin-left: -200px;
	z-index: 100;
}
.intro-box h1 {
	margin-bottom: 20px;
}

.intro-box .copyright {
	padding: 5px 0 0 0;
}
.intro-box .copyright li {
	display: block;
	margin: 10px 0 0 0;
}

/* Extra small devices */
@media (max-width: 767px) {
	.intro-box {
		width: auto;
		margin: 20px;
		position: relative;
		top: 0;
		left: 0;
	}
}

/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}

.toast-title {
	word-break: break-word;
}
.toast-message a,
.toast-message a:hover {
	color: #fff;
	text-decoration: underline;
}

.end-waypoint {
	position: relative;
	margin-top: 40px;
}
.normal {
	font-weight: normal !important;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, all 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, all 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, all 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, all 0.3s ease-in-out;
}
.right-side {
  z-index: 800;
}
body:not(.embedded-service) .content-wrapper,
body:not(.embedded-service) .right-side {
  min-height: 100%;
  margin-left: 230px;
}
.content-wrapper {
  padding-bottom: 41px;
}
@media (min-width: 768px) {
  .content-wrapper {
    z-index: 1015;
    position: relative;
  }
}
.main-footer {
  background: #fff;
  padding: 10px 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  position: absolute;
  bottom: 0;
  left: 230px;
  right: 0;
  z-index: 1015;
}
.main-sidebar {
  border-right-width: 1px;
  border-right-style: solid;
}
.content-wrapper,
.right-side {
  background-color: #f0f1f3;
}
.content-wrapper .box {
  background: rgba(255, 255, 255, 0.8);
}
.page-auth {
	overflow-x: hidden;
	overflow-y: auto;
}
.page-auth h1 {
	font-size: 20px;
	color: #000;
}
.page-auth .logo img {
	max-width: 75%;
	height: auto;
	max-height: 120px;
}
.page-auth footer p {
	margin: 5px 0 0;
}
.page-auth .wrapper,
.page-auth .content-wrapper {
  background-color: transparent;
}
#content-form,
#social-buttons,
#register-options {
	margin-bottom: 15px;
}
#register-options a:before {
	padding: 0 8px 0 6px;
	content: "\00b7";
}
#register-options a:first-child:before {
	padding: 0;
	content: " ";
}
.sparkspace-logo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 15%;
}
.sparkspace-logo img {
  width: 100%;
  height: auto;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side {
  margin-left: 0;
}
.layout-top-nav .main-footer {
  left: 0;
  border-left: none;
}
.login-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-right{
  float:right;
  text-align: right;
}
.footer-left .logo{
  margin: 15px 25px 0 25px;
}
.footer-left .logo ul li{
  margin-bottom: 25px;
}
.footer-menu ul{
  list-style-type:none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li{
  display:block;
  float:left;
  padding-right: 15px;
}
.footer-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.footer-right ul li{
  display: block;
  float: left;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  body:not(.embedded-service) .content-wrapper,
  body:not(.embedded-service) .right-side {
    margin-left: 0;
  }
  .main-footer {
    left: 0;
    border-left: none;
  }
  .sparkspace-logo {
    left: 30%;
    bottom: 0;
	right: 30%;
    margin: 20px 0;
	width: 40%;
	max-width: 100%;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .sparkspace-logo img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side {
    margin-left: 0;
  }
  .sidebar-collapse .main-footer {
    left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
/* Fixed layout */
.wrapper,
.main-sidebar,
.left-side {
  background-color: #f9fafc;
}
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .page-admin h2 .btn {
    margin-top: 15px;
  }
}
.page-auth .content-wrapper {
  margin-left: 0;
  padding: 100px 20px;
}
.page-auth .main-footer {
	left: 0;
	border-left: none;
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* Content */
.content {
  min-height: 350px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
/* General Links */
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
span:focus,
div:focus,
a:focus {
  outline: thin dotted;
  outline-offset: 0;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 50px;
  z-index: 1030;
}
.main-header .navbar .nav > li > a {
  color: #ffffff;
}
.main-header .navbar .nav > li > a:hover,
.main-header .navbar .nav > li > a:active,
.main-header .navbar .nav > li > a:focus,
.main-header .navbar .nav .open > a,
.main-header .navbar .nav .open > a:hover,
.main-header .navbar .nav .open > a:focus,
.main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.main-header .navbar .sidebar-toggle:focus,
.main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.main-header > .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header > .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control:-moz-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
/*@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}*/
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user-menu > a > .fa,
.main-header .navbar .nav > li.user-menu > a > .glyphicon,
.main-header .navbar .nav > li.user-menu > a > .avatar,
.main-header .navbar .nav > li.user-menu > a > .ion {
  margin-right: 5px;
}
.main-header .logo,
.main-header .logo-mobile {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 20px;
  overflow: hidden;
  border-bottom: 0 solid transparent;
}
.main-header .logo-mobile,
.main-header .logo .logo-lg,
.main-header .logo .logo-mini {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.main-header .logo-mobile img,
.main-header .logo .logo-lg img,
.main-header .logo .logo-mini img {
  max-width: 140px;
  max-height: 40px;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: -4px auto 0;
}
.main-header .logo {
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.main-header .logo-mobile {
  display: none;
  padding: 0 5px;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .logo:focus,
.main-header .logo:hover,
.main-header .logo-mobile:focus,
.main-header .logo-mobile:hover {
    background: rgba(0, 0, 0, 0.1);
}
.main-header .navbar-brand {
  color: #fff;
}
@media (max-width: 767px) {
	.main-header .logo {
		display: none;
	}
	.page-auth .main-header .logo,
	.page-admin .main-header .logo {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.main-header .logo-mobile {
		display: block;
	}
}
@media (max-width: 490px) {
	.navbar-custom-menu .nav > li > a {
		padding: 9px;
	}
}
@media (max-width: 410px) {
	.navbar-custom-menu .nav > li > a {
		padding: 10px 8px;
	}
	.main-header .logo-mobile img {
		height: 30px;
	}
}
@media (max-width: 370px) {
	.main-header .logo-mobile img {
		height: 17px;
	}
}
.content-header {
  position: relative;
  padding: 0;
  height: 300px;
}
@media (max-width: 767px) {
	.content-header {
	  height: 210px;
	}
}
.bg-header {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
}
.content-header .content-banner {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.content-header .content-banner img {
	width: 100%;
	height: auto;
}
.page-auth .page-title h2 {
	font-size: 30px;
}
.content-header h2 {
	margin: 0;
	font-size: 30px;
	position: absolute;
	bottom: 70px;
	left: 50px;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
}
.content-header .content-title {
	padding-right: 20px;
	display: inline-block;
}
.content-header.has-banner h2 {
	bottom: 70px;
	right: 20px;
}
.content-header.has-icon h2 {
	left: 200px;
	bottom: 70px;
	right: 20px;
}
.content-header h2 > small {
	font-size: 23px;
	display: inline-block;
	font-weight: 300;
	color: #fff;
}
.content-header .content-icon {
	position: absolute;
	bottom: 40px;
	left: 40px;
	background: #fff;
	padding: 4px;
	border: 1px solid #666;
	border-radius: 3px;
}
.content-header .content-icon img {
	width: 120px;
	height: 120px;
}
@media (max-width: 960px) {
	.content-header .content-icon {
		bottom: 30px;
		left: 30px;
	}
	.content-header .content-icon img {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 767px) {
	.content-header h2 {
		font-size: 22px;
	}
	.content-header h2 > small {
		font-size: 20px;
	}
	.content-header.has-icon h2 {
		left: 140px;
		bottom: 65px;
	}
	.content-header .content-title,
	.content-header .content-description {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 100%;
	}
	.content-header .content-icon {
		bottom: 20px;
		left: 20px;
	}
	.content-header .content-icon img {
		width: 85px;
		height: 85px;
	}
}
.content-header .toolbar {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.content-header .toolbar .btn {
	border-radius: 0;
}
.content-header .toolbar .btn-default {
	background-color: #fff;
}
.content-header .toolbar .btn-default:hover {
	background-color: #eee;
}
.content-header .toolbar .btn-feature {
	color: #fff;
	font-size: 20px;
	padding: 3px 10px;
	text-shadow: 0 0 3px #000;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .avatar,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
/* Scrollbars */
.modern-scrollbar {
	scrollbar-face-color: #dddddd;
	scrollbar-highlight-color: #dddddd;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #dddddd;
	scrollbar-shadow-color: #dddddd;
	scrollbar-arrow-color: #dddddd;
	scrollbar-track-color: #ffffff;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.modern-scrollbar::-webkit-scrollbar {
	width:  6px;
	height: 6px;
	background-color:transparent;
}
.modern-scrollbar::-webkit-scrollbar-track {
	background-color:transparent;
	width: 2px;
}
.modern-scrollbar::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
.modern-scrollbar::-webkit-scrollbar-thumb {
	background-color: #cccccc;
	width: 6px;
}

.modern-scrollbar-dark {
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #000000;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.modern-scrollbar-dark::-webkit-scrollbar {
	width:  6px;
	height: 6px;
	background-color:transparent;
}
.modern-scrollbar-dark::-webkit-scrollbar-track {
	background-color:transparent;
	width: 2px;
}
.modern-scrollbar-dark::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
.modern-scrollbar-dark::-webkit-scrollbar-thumb {
	background-color: #444444;
	width: 6px;
}

th {
    text-align: left;
}

.rtl th {
    text-align: right;
}

.nav {
    padding-left: 0;
}
.rtl .nav {
    padding-right: 0;
}

/*.modern-scrollbar:hover::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}*/
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .rtl .navbar-custom-menu .navbar-nav > li {
    float: right;
  }
  .rtl .navbar-custom-menu .navbar-nav {
    float: right;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .page-main .main-header .logo,
  .page-main .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
  .navbar-custom-menu .navbar-nav > li.user-menu > a {
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none!important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  overflow: auto;
  width: 230px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .btn-responsive {
    clear: both;
    display: block;
    float: none !important;
    margin-top: 10px;
  }
}
.highlight {
	background-color: yellow;
	font-weight: bold;
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-link {
  padding: 0;
}
.sidebar-link > a {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
}
.sidebar-link > a > .fa {
  padding-top: 3px;
}
.sidebar-link:first-child > a {
	border-top: none;
}
.sidebar-link .fa-angle-right {
  font-weight: bold;
}
.sidebar-collapse .sidebar-link {
  text-align: center;
}
.sidebar-collapse .sidebar-link > a {
  padding-left: 9px;
  padding-right: 9px;
  white-space: nowrap;
}
.sidebar-collapse .sidebar-link > a > .fa {
  float: none !important;
}
.sidebar-collapse .not-found,
.sidebar-collapse .sidebar-link-label {
	display: none;
}
.sidebar-menu li li.active {
  border-left-width: 5px;
  border-left-style: solid;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.sidebar-menu li li > a span {
  display: block;
  padding-left: 32px;
  line-height: .9;
}
.rtl .sidebar-menu li li > a span {
  padding-left: 0;
  padding-right: 32px;
}
.sidebar-menu li li > a > .fa {
	color: #888;
	font-size: 19px;
}
.sidebar-menu li li.active > a > .fa {
	color: #000;
}
.sidebar-menu li li > a > img {
  position: absolute;
  top: 18%;
}
.sidebar-menu li li > a > .pull-right {
  top: 45%;
}
.sidebar-menu li.header > .box-header,
.sidebar-menu li.header > .box-header a {
  color: #000000;
  text-transform: uppercase;
}
.sidebar-menu li li:hover > a {
  color: #000000;
  background: rgba(0,0,0,0.05);
}
.sidebar-menu li li.active > a {
  color: #000000;
  background: rgba(0,0,0,0.07) !important;
}
.sidebar-menu li.not-found {
  padding: 0 15px;
}
.sidebar-menu img {
  width: 25px;
  height: auto;
  position: absolute;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.sidebar-form input[type="text"],
.sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.sidebar-form .btn {
  color: #767676;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}
.sidebar-collapse .user-panel > .image > img {
	max-width: 100%;
	height: auto;
}
.user-panel > .info {
  padding: 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.rtl .user-panel > .info {
  left: auto;
  right: 55px;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .avatar,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.user-panel > .info,
.user-panel > .info > a {
  color: #444444;
}
.user-login {
  color: #ccc;
  font-weight: normal;
}
.input-search {
  margin-right: 5px;
}
.input-search .input-group-addon:first-child {
  border-left: 0;
}
@media (max-width: 767px) {
  .input-search {
    margin: 10px 0 0 0;
  }
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.sidebar-menu li li > a {
  padding: 14px 24px 14px 12px;
  display: block;
  border-left: 3px solid transparent;
  font-weight: 500;
}
.sidebar-menu li li > a > .fa,
.sidebar-menu li li > a > .glyphicon,
.sidebar-menu li li > a > .avatar,
.sidebar-menu li li > a > .ion {
  width: 20px;
  position: absolute;
  top: 25%;
}
.sidebar-menu li li .label,
.sidebar-menu li li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.header > .box-header {
  padding: 5px 25px 5px 15px;
  font-size: 12px;
}
.sidebar-menu li li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .avatar,
.sidebar-menu .treeview-menu > li > a > .avatar > img,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-collapse .sidebar-menu > li > a {
  border-left: none;
  padding: 20px;
}
.sidebar-collapse .sidebar-menu > li > a > img {
  top: 8px;
  left: 13px;
}
.sidebar-collapse .sidebar-menu li.active > a > img {
  left: 8px;
}
.sidebar-collapse .sidebar-menu li > a > .pull-right {
  top: 15%;
}
.sidebar .treeview a:hover {
  outline: none;
  text-decoration: none;
}
.treeview-menu > li > a {
  color: #767676;
}
.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
  color: #000000;
}
.treeview-menu > li.active > a {
  font-weight: 600;
}

.tasklist .time {
  color: #767676;
  float: right;
  font-size: 12px;
  position: relative;
}

.tasklist .ett {
	color:#ccc;
}

.tasklist .box {
	border:none;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side {
    margin-left: 50px!important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-footer {
    left: 50px!important;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px!important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar.modern-scrollbar::-webkit-scrollbar {
    width:  2px;
    height: 2px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar.modern-scrollbar::-webkit-scrollbar-thumb {
    width: 2px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu {
    overflow: visible;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li {
    overflow: visible;
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li li > a {
    margin-right: 0;
    padding: 8px 0;
	text-align: center;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li li.active > a {
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li li > a > .fa,
  .sidebar-mini.sidebar-collapse .sidebar-menu li li > a > img {
    position: relative;
    top: 0;
    left: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu .community-counter,
  .sidebar-mini.sidebar-collapse .sidebar-menu .taskgroup-counter {
    right: 2px;
    bottom: 5px;
    top: auto;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu li:hover > .treeview-menu {
    display: block!important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu li li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu li li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header > .box-header {
    display: none!important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu li.header {
  white-space: normal;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li li > a > .pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
.sidebar-menu li > .treeview-menu {
  background: #f4f4f5;
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  bottom: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1013;
}
.control-sidebar > .tab-content {
  padding: 10px 15px;
}
.control-sidebar .panel {
  background: rgba(255, 255, 255, 0.2);
}
.control-sidebar,
.control-sidebar + .control-sidebar-bg {
  border-left-width: 1px;
  border-left-style: solid;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .control-sidebar-open:not(.embedded-service) .content-wrapper,
  .control-sidebar-open:not(.embedded-service) .right-side {
    margin-right: 230px;
  }
  .control-sidebar-open:not(.embedded-service) .main-footer {
    right: 230px;
  }
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}
.content-wrapper .nav-tabs {
	border-bottom: none;
	background: rgba(128,128,128,0.15);
}
.content-wrapper .nav-tabs>li>a {
  margin: 0 !important;
  border: none !important;
}
.content-wrapper .nav-tabs>li>a:hover,
.content-wrapper .nav-tabs>li>a:active,
.content-wrapper .nav-tabs>li>a:focus {
  color: #444;
  background: rgba(255,255,255,0.8);
}
.content-wrapper .nav-tabs>li.active>a,
.content-wrapper .nav-tabs>li.active>a:focus,
.content-wrapper .nav-tabs>li.active>a:hover {
	background-color: #F0F1F3;
}
.rtl .popover.bottom > .arrow:after {
    margin-left: 0;
    margin-right: -11px;
}
.rtl .popover.top > .arrow:after {
    margin-left: 0;
    margin-right: -10px;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
@media (max-width: 767px) {
  .navbar-nav>li>.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
  }
}
.form-group-sm .dropdown-menu {
  font-size: 12px;
}
.dropdown-menu > li > a {
  color: #767676;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .avatar,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > li .popover {
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 320px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu li,
.navbar-nav > .messages-menu > .dropdown-menu li,
.navbar-nav > .tasks-menu > .dropdown-menu li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > *,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > *,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444!important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > *,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > *,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > * {
    background: #fff!important;
    color: #444!important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > *:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > *:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > *:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > *,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > *,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > * {
  display: block;
  position: relative;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > *:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > *:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > *:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * {
  color: #444444;
  line-height: 1.2;
  padding: 10px 10px 10px 40px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * > .avatar {
  width: 20px;
  height: auto;
  position: absolute;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * > img,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * > .avatar > img,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * > .ion {
  width: 20px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > * > img {
  margin-right: 5px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .time {
  color: #767676;
  float: right;
  padding: 2px 0 0 5px;
  font-size: 12px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .name {
  margin-bottom: 4px;
  padding-right: 40px;
  color: #666;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .description {
  color: #aaa;
  white-space: normal;
  clear: both;
  font-size: 13px;
  margin-bottom: 4px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .buttons {
  padding-top: 4px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * {
  margin: 0;
  padding: 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-image {
  margin: auto 10px auto auto;
  position: relative;
  display: block;
}
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-image {
  margin: auto auto auto 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-image > img {
  display: block;
  width: 32px;
  height: 32px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-image > .fa {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-name,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  position: relative;
  display: block;
}
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-name,
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > h4 {
  margin: 0 45px 0 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-name > small,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > h4 > small {
  color: #767676;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-description,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > p {
  margin: 0 0 0 45px;
  font-size: 13px;
  color: #767676;
  display: block;
}
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > .user-description,
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > * > p {
  margin: 0 45px 0 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > *:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > *:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > *:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > * {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > * > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > * > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu > a > .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu > a > .user-image {
    float: none;
    margin-right: 0;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  background: #fff;
  border: none !important;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
}
.navbar-custom-menu > .navbar-nav > li.user-menu > .dropdown-menu {
  padding: 0;
}
/*
 * Component: Form
 * ---------------
 */
.form-control,
.form-group-sm .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus,
.form-control:focus+.input-group-addon {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control[disabled]+.input-group-addon,
.form-control[readonly]+.input-group-addon,
fieldset[disabled] .form-control+.input-group-addon {
  background-color: #eee;
}
.form-control::-webkit-input-placeholder {
  color: #767676;
}
.form-control::-moz-placeholder {
  color: #767676;
}
.form-control:-ms-input-placeholder {
  color: #767676;
}
.form-control:-moz-placeholder {
  color: #767676;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.rtl .input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid #d2d6de;
}
.rtl .input-group-addon:last-child {
    border-right: 0;
    border-left: 1px solid #d2d6de;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 400;
}
.progress-group .progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Panel
 * ----------------
 */
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #fff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-blink {
  border-top-color: #dd4b39;
}
.box.box-blink .box-header {
  background-color: #dd4b39;
  color: #fff;
}
.box.box-blink .btn-box-tool {
  color: #fff;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 51;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #aaa;
  background: transparent;
  font-size: 30px;
}
.box .overlay > span,
.overlay-wrapper .overlay > span {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  color: #767676;
  line-height: 1.2;
  background: transparent;
  font-size: 14px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.wait-open {
  position: static;
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-title-heading {
  display: block;
  padding-top: 5px;
}
.box-header.with-border {
  border-bottom: 1px solid #eee;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .avatar,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header .box-title,
.box-header .box-title a {
  display: block;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .avatar,
.box-header > .ion {
  margin-right: 5px;
}
.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
  white-space: nowrap;
  z-index: 1012;
}
.rtl .box-tools {
  right: auto;
  left: 10px;
}
.box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-tools .dropdown {
	display: inline-block;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #eee;
  padding: 10px;
}
.page-title h2 {
  font-size: 26px;
}
.page-title img {
  max-width: 100%;
}
.content-header h2 img {
  max-height: 80px;
}
.not-found {
  padding: 30px 10px;
  text-align: center;
  color: #767676;
  border: none;
}
#users-list .panel {
  border-radius: 0;
}
#users-list .box-header {
  padding: 0;
}
#users-list .box-header a {
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  color: #848484;
  text-transform: uppercase;
}
#users-list .box-header .open-user-searcher {
	opacity: 0;
	position: absolute;
	padding: 10px;
	top: 0;
	right: 0;
}
#users-list .box-header .open-user-searcher:focus,
#users-list .panel:hover .box-header .open-user-searcher {
	opacity: 1;
}
#users-list .input-search {
	margin: 0 10px 10px 10px;
	display: block;
}
#users-list.overlay-wrapper .users-list {
  padding: 30px 10px;
}
.users-list li {
  position: relative;
}
.user-list-image {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.user-list-image > .fa {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
}
.user-list-name {
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.is-me,
.is-me a,
.is-me a:hover {
  background: rgba(128,128,128,0.1) !important;
  pointer-events: none;
}
.is-me .user-list-name {
	color: #888;
}
.no-link {
  pointer-events: none;
  cursor: default;
  outline: none;
}
/* User tokens */
.user-list-login {
  color: #767676;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-weight: normal;
}
.community-user-list-image img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.community-user-list-image,
.community-user-list-data,
.community-user-list-options {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 6px;
}
.community-user-list-image {
  width: 5%;
}
.community-user-list-data {
  width: 90%;
}
.community-user-list-options {
  width: 5%;
}
.community-user-token-list-image {
  float: none !important;
  display: inline;
}
.community-user-token-list-image img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: -3px 3px 0 0;
}
.show-more-users {
  position: relative;
}
.show-more-users a {
  display: block;
  padding: 5px 0 10px;
  text-align: center;
  font-size: 12px;
}

/* Community tokens */
.community-list-descr {
  color: #767676;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-weight: normal;
}
.community-list-image img {
  width: 24px;
  height: 24px;
  border-radius: 10%;
}
.community-list-image,
.community-list-data {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 6px;
}
.community-list-image {
  width: 10%;
}
.community-list-data {
  width: 90%;
}
.community-token-list-image {
  float: none !important;
  display: inline;
}
.community-token-list-image img {
  width: 20px;
  height: 20px;
  border-radius: 10%;
  margin: -3px 3px 0 0;
}
.community-list-name {
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/* Plugin: Tag editor */
.tag-editor {
	line-height: 26px !important;
	border: 1px solid #d2d6de !important;
	font-size: 13px !important;
	outline: none !important;
}
.tag-editor .tag-editor-delete {
	font-size: 18px !important;
}

/* Plugin: Token input */
.token-input-list {
    min-height: 38px;
    width: auto;
    border: 1px solid #ddd;
    cursor: text;
    z-index: 1051;
    margin: 0;
    padding: 2px;
    background-color: #fff;
    list-style-type: none;
    clear: both;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.token-input-list li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.token-input-input-token {
    height: auto !important; 
    height: 1%;
    margin: 2px;
}

.token-input-input-token input {
    border: 0;
    height: 28px;
    line-height: 28px;
    width: 70px !important;
    padding: 3px 8px;
    background-color: #f2f2f2;
    -webkit-appearance: caret;
}

.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 2px;
    padding: 4px 6px 4px 2px;
    background-color: #dff0d8;
    cursor: default;
    display: inline-block;
}

.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

.token-input-token span {
    float: right;
    cursor: pointer;
    margin-left: 4px;
}

li.token-input-selected-token,
li.token-input-selected-token:hover {
    background-color: #08844e;
    color: #fff;
}

.btn-muted .token-input-delete-token {
	display: none;
}

div.token-input-dropdown {
    width: auto;
	height: 316px;
    background-color: #fff;
    overflow: auto;
    border: 1px solid #ddd;
	border-top: none;
    cursor: default;
    z-index: 1050;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    color: #767676;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    display: table;
    list-style: none;
    position: relative;
}
div.token-input-dropdown ul li {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
}

div.token-input-dropdown ul li > label {
    display: table-row;
    cursor: pointer;
}
div.token-input-dropdown ul li.user-pending > label {
    cursor: default;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item{
    background-color: #dff0d8;
}

/* Single token input */
.token-input-single .token-input-list {
	min-height: 34px;
	padding: 0;
}
.token-input-single .token-input-dropdown {
	position: absolute;
	max-height: 316px;
	height: auto;
	display: none;
	overflow-x: hidden;
}

.token-input-single .token-input-list li {
	display: block;
}
.token-input-single .token-input-list li input {
    height: 32px;
    line-height: 32px;
	margin-left: 0;
	width: 100% !important;
	background-color: #fff;
}
.token-input-single .token-input-token {
	min-width: 95%;
}
.token-input-single .token-input-token p {
	white-space: nowrap;
	width: 88%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.token-input-single div.token-input-dropdown ul {
	width: auto;
}

#user-groups .form-group {
	border-top: 1px solid #f4f4f4;
	margin-bottom: 7px;
}
.group-options {
	margin-top: 4px;
}

.btn-muted {
	background:#e8e8e8 !important;
	color: #333 !important;
}

.bg-transparent {
  background: url(../imagenes/sparkspace/bg-transparent.gif);
}
.image-file-wrapper > label p {
  position: relative;
  margin-top: 5px;
  display: block;
  float: right;
}
.image-file-wrapper > label img {
  display: block;
  float: right;
}
.image-file-wrapper > label .btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
#jarFileArea > label img {
	width: 40%;
}
.users-list-horizontal {
  margin: 0;
  padding: 0;
}
.users-list-horizontal > li {
	display: block;
	position: relative;
}
.users-list-horizontal > li > a {
  display: block;
  position: relative;
  padding: 8px 10px;
}
.users-list-horizontal > li:hover > a {
  color: #000000;
  background: rgba(0,0,0,0.05);
}
.users-list-horizontal > li.active > a {
  color: #000000;
  background: rgba(0,0,0,0.1) !important;
}
.users-list-horizontal > li > a .user-list-data {
  display: block;
  padding-left: 35px;
  line-height: 1.2;
}
.users-list-horizontal > li > a .user-list-image {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.users-list-horizontal > li > a .user-list-image > img {
  width: 25px;
  height: auto;
  position: absolute;
}
.users-list-horizontal > li > a .user-list-image > .fa {
	bottom: -2px;
	right: -2px;
}
.users-list-horizontal > li.header {
  text-transform: uppercase;
}
.users-list-horizontal .not-found {
  padding: 0 10px 15px 10px;
}
.sidebar-link a .fa-angle-down,
.box-header a .fa-caret-up {
	display: inline;
}
.sidebar-link a .fa-angle-right,
.box-header a .fa-caret-down {
	display: none;
}
.sidebar-link a.collapsed .fa-angle-down,
.box-header a.collapsed .fa-caret-up {
	display: none;
}
.sidebar-link a.collapsed .fa-angle-right,
.box-header a.collapsed .fa-caret-down {
	display: inline;
}
.user-popover {
	border-radius: 0;
	border: none;
	padding: 0;
	max-width: 100%;
}
.toast-top-left,
.toast-top-right {
	top: 62px;
}
#toast-container > div {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 0.9;
}
#toast-container + .user-popover {
	z-index: 1000000;
}
.popover-content {
	font-size: 13px;
	white-space: normal;
}
.user-popover.top {
	margin-top: -5px;
}
.user-popover.bottom {
	margin-top: 5px;
}
.user-popover .popover-content {
	border-radius: 2px;
	padding: 0;
	border: none;
	position: relative;
}
.user-popover .user-is-me .user-popover-buttons {
	display: none;
}
.user-popover .popover-overlay {
	padding: 20px 40px;
	font-size: 20px;
	color: #bbb;
}
.user-popover .user-popover-photo {
	padding: 10px 15px 0 15px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.user-popover .user-popover-photo img {
	margin-bottom: -48px;
}
.user-popover .user-popover-data {
	color:#666;
	padding: 27px 20px 10px 130px;
	min-height: 120px;
	position: relative;
}
.rtl .user-popover .user-popover-data {
	padding: 27px 130px 10px 20px;
}
.user-popover .user-popover-data .user {
	text-shadow: 1px 1px 2px #000;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	font-weight: 300;
	color: #fff;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.user-popover .user-popover-data .status {
	padding-top: 6px;
	font-size: 11px;
}
.user-popover .user-popover-data .login {
	padding-top: 10px;
	font-size: 12px;
	color: #aaa;
}
.user-popover .user-popover-buttons {
	border-top: 1px solid #ddd;
	padding: 8px;
	background: #f8f8f8;
	white-space: nowrap;
}
.user-votes {
	padding: 5px 0 0 0;
	white-space: nowrap;
}
.user-votes > span {
	margin-right: 10px;
	cursor: help;
}
.rtl .user-votes > span {
	margin-right: 0;
	margin-left: 10px;
}
.user-votes .vote-number {
	color: #767676;
	font-size: 12px;
}
.chat-pending a,
.community-pending a,
.taskgroup-pending a {
	pointer-events: none;
	background: #eee !important;
	color: #767676 !important;
}
.user-pending label {
	cursor: default;
	background: #eee !important;
	color: #767676 !important;
}
.chat-pending p,
.chat-pending h4 {
	color: #767676 !important;
}
.avatar,
.community-avatar,
.taskgroup-avatar {
	position: relative;
}

.taskgroup-counter,
.chat-counter,
.community-counter,
.label-counter {
	position: absolute !important;
	line-height: 1.2;
	font-size: 11px;
	border-radius: 3px;
	padding: 0px 3px !important;
	margin: 0 !important;
	border: none !important;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.forum-counter,
.thread-counter {
	line-height: 1.2;
	font-size: 13px;
	border-radius: 3px;
	padding: 2px 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	display: inline-block;
}

.effort-estimated,
.effort-user-actual,
.effort-user-estimated {
	font-weight: bold;
}

.chat-counter {
	top: 30px;
	right: 10px;
}

.chat-pending .chat-counter {
	top: 20px;
	font-size: 13px;
}

.taskgroup-counter,
.community-counter {
	top: 13px;
	right: 8px;
}

.label-counter {
	top: 9px;
	right: 7px;
}

@media (max-width: 767px) {
	.label-counter {
		right: 2px;
	}
}

.task-effort {
	float: right;
}
@media (max-width: 991px) {
	.task-effort {
		float: none;
	}
}

.chat-pending .chat-counter,
.taskgroup-pending .taskgroup-counter,
.community-pending .community-counter {
	color: #767676 !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

/* Tasks management */
.tasks-wrapper {
	border: none;
	margin-bottom: 0;
	overflow-x: visible;
}

.tasks-wrapper > table {
	margin-bottom: 0;
}

.tasks-wrapper .token-input-input-token {
	margin: 0;
}

.ett-id {
	display: block;
	width: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 32px;
	color: #666;
}
.task-id {
	width: 5%;
}
.task-user {
	width: 15%;
}
.task-name {
	width: 17%;
}
.task-notes {
	width: 22%;
}
.task-notbeginbefore {
	width: 21%;
}
.task-estimatedeffort {
	width: 10%;
}
.task-options {
	width: 10%;
}

/* Tareas aceptadas (no editables) */
.task-readonly input,
.task-readonly textarea,
.task-readonly select,
.task-readonly .token-input-list,
.task-readonly .input-group-addon {
	border-color: transparent !important;
	background: transparent !important;
	opacity: .6 !important;
}
.task-readonly .token-input-list,
.task-readonly .input-group-addon {
	pointer-events: none;
}
.task-readonly textarea {
	resize: none;
}
.task-readonly .btn-group {
	opacity: .6;
}
.task-readonly .btn-group .caret,
.task-readonly .btn-group .multiselect-container {
	display: none;
}
.task-readonly:hover {
	background: #fff !important;
}
.task-readonly .input-group .input-group-addon:last-child,
.task-readonly a.btn-remove {
	visibility: hidden !important;
}

/* Tabla de gestión de imputaciones de una tarea */
.tasklog-date {
	width: 25%;
	padding-left: 0 !important;
}
.tasklog-notes {
	width: 55%;
}
.tasklog-effort {
	width: 18%;
}
.tasklog-options {
	width: 2%;
	padding-right: 0 !important;
}
.tasklogs .tasks-wrapper > table > tbody > tr > td {
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}

.indicators table {
	margin-bottom: 5px;
}
.indicators tr th {
	font-weight: 600;
	border: none !important;
	background: transparent !important;
	border-bottom: 1px solid #ccc !important;
}
.indicators tr + tr th,
.indicators tr td {
	width: 20%;
	background: transparent !important;
	border-top: 1px solid #eee !important;
	border-bottom: none !important;
}

.gantt-chart .box-body {
	padding: 0;
	margin: -1px;
}
.gantt-chart .box-body text {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.gantt-chart .no-results {
	padding: 10px;
	color: #888;
}

/* Tabla de sólo lectura que muestra las imputaciones de una tarea */
.tasklogs-readonly table {
	margin-bottom: 5px;
}
.tasklogs-readonly tr th {
	font-weight: normal;
	border: none !important;
	background: transparent !important;
	border-bottom: 1px solid #ccc !important;
}
.tasklogs-readonly tr td {
	color: #888;
	background: transparent !important;
	border-top: 1px solid #eee !important;
}
.tasklogs-readonly .tasklog-date {
	width: 25%;
	padding-left: 0 !important;
}
.tasklogs-readonly .tasklog-notes {
	width: 55%;
}
.tasklogs-readonly .tasklog-effort {
	width: 20%;
	padding-right: 0 !important;
}

/* Barra de progreso de una tarea */
.task-item .progress.xs {
	height: 4px;
	position: relative;
	margin-bottom: 0;
}
.task-item .progress-bar-bg {
	width: 100%;
	opacity: 0;
	position: absolute;
}
.task-item .progress-bar {
	border-radius: 0;
}

.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
  .task-item .estimated-effort {
    max-width: 55%;
    display: inline-block;
    float: left;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .avatar,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #767676;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
.modal-open {
	padding-right: 0 !important;
}
@media (min-width: 992px) {
  .modal-md {
    width: 700px;
  }
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  color: #555;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  display: block;
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-size: 40px;
  color: #555;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.rtl .timeline:before {
  left: auto;
  right: 31px;
}
.timeline .timeline-body {
  clear: both;
  position: relative;
}
.timeline .timeline-votes {
  clear: both;
  padding: 0 10px 10px 10px;
}
.timeline .timeline-votes > span {
  margin-right: 10px;
}
.rtl .timeline .timeline-votes > span {
  margin-right: 0;
  margin-left: 10px;
}
.timeline .vote-number {
  color: #767676;
}
.vote-up > .fa:before,
.vote-up > a > .fa:before {
  content: "\f087";
}
.voted-up > .fa:before,
.voted-up > a > .fa:before {
  content: "\f164";
}
.vote-down > .fa:before,
.vote-down > a > .fa:before {
  content: "\f088";
}
.voted-down > .fa:before,
.voted-down > a > .fa:before {
  content: "\f165";
}
.timeline .box-tools {
  right: 0;
  top: 0;
}
.rtl .timeline .box-tools {
  right: auto;
  left: 0;
}
.timeline > div,
.timeline > li {
  position: relative;
  margin-bottom: 15px;
}
.timeline > div:before,
.timeline > li:after,
.timeline > div:before,
.timeline > li:after,
.timeline > div > .timeline-item:before,
.timeline > li > .timeline-item:before,
.timeline > div > .timeline-item:after,
.timeline > li > .timeline-item:after {
  content: " ";
  display: table;
}
.timeline > div:after,
.timeline > li:after,
.timeline > div > .timeline-item:after,
.timeline > li > .timeline-item:after {
  clear: both;
}
.timeline > li > .timeline-item,
.timeline > div > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  color: #444;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 0;
  padding: 0;
  position: relative;
}
.rtl .timeline > li > .timeline-item,
.rtl .timeline > div > .timeline-item {
  margin-left: 0;
  margin-right: 60px;
}
.timeline > div > .timeline-item > .time,
.timeline > li > .timeline-item > .time {
  color: #767676;
  float: right;
  padding: 10px;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.timeline > div > .timeline-item > .timeline-header,
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  padding: 10px;
  font-size: 15px;
  line-height: 1.1;
}
.timeline > div > .timeline-item > .timeline-header > a,
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > div > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-body,
.timeline > div > .timeline-item > .timeline-footer,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > div > .timeline-item > .timeline-footer:empty,
.timeline > li > .timeline-item > .timeline-footer:empty {
  display: none;
}
.timeline > div > .timeline-item > .timeline-header + .timeline-body,
.timeline > li > .timeline-item > .timeline-header + .timeline-body,
.timeline > div > .timeline-item > .timeline-body + .timeline-footer,
.timeline > li > .timeline-item > .timeline-body + .timeline-footer {
  padding-top: 0;
}
.timeline-main > li > .timeline-item .timeline-post {
  border-top: 1px solid #ddd;
  margin-top: 8px;
  padding-top: 5px;
  color: #888;
}
.timeline-main > li > .timeline-item .timeline-event,
.timeline-main > li > .timeline-item .timeline-placement {
  color: #888;
}
.timeline > div > .fa,
.timeline > div > img,
.timeline > div > .glyphicon,
.timeline > div > .avatar,
.timeline > div > .ion,
.timeline > li > .fa,
.timeline > li > img,
.timeline > li > .glyphicon,
.timeline > li > .avatar,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.rtl .timeline > div > .fa,
.rtl .timeline > div > img,
.rtl .timeline > div > .glyphicon,
.rtl .timeline > div > .avatar,
.rtl .timeline > div > .ion,
.rtl .timeline > li > .fa,
.rtl .timeline > li > img,
.rtl .timeline > li > .glyphicon,
.rtl .timeline > li > .avatar,
.rtl .timeline > li > .ion {
  left: auto;
  right: 18px;
}
.timeline > div > .avatar,
.timeline > li > .avatar {
  background: none;
}
.timeline > div > .avatar > img,
.timeline > li > .avatar > img {
  width: 100%;
  height: auto;
}
.timeline > div.time-last,
.timeline > li.time-last {
  height: 30px;
}
.timeline > div.time-last .overlay,
.timeline > li.time-last .overlay {
  background: none;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
}
.timeline > .time-label > span a:hover {
  text-decoration: underline;
}
.timeline-inverse > div > .timeline-item,
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > div > .timeline-item > .timeline-header,
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
.timeline .timeline {
   margin-bottom: 0;
}
.ltr .timeline > div > .timeline-item .timeline-item,
.ltr .timeline > li > .timeline-item .timeline-item {
  margin-right: 10px;
  background: transparent;
}
.rtl .timeline > div > .timeline-item .timeline-item,
.rtl .timeline > li > .timeline-item .timeline-item {
  margin-left: 10px;
  background: transparent;
}
.timeline > div > .timeline-item .timeline-item > .time,
.timeline > li > .timeline-item .timeline-item > .time {
  padding-right: 0;
}
.timeline > div > .timeline-item .timeline-item > .timeline-body,
.timeline > li > .timeline-item .timeline-item > .timeline-body {
  padding-right: 0;
}
.ltr .new-post > li > .timeline-item > .timeline-header {
  padding-right: 10px;
}
.rtl .new-post > li > .timeline-item > .timeline-header {
  padding-left: 10px;
}
.timeline-options {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 52;
}
.rtl .timeline-options {
  right: auto;
  left: 10px;
}
.timeline-options a {
  opacity: 0;
}
.timeline-options a:focus {
  opacity: 1;
}
.timeline-options > div {
  display: inline-block;
}
.timeline-item .timeline-item .timeline-options {
  right: 0;
}
.rtl .timeline-item .timeline-item .timeline-options {
  right: auto;
  left: 0;
}
.comment-item .timeline-body .timeline-options {
	float: right;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
}
.rtl .comment-item .timeline-body .timeline-options {
	float: left;
}
.timeline-description {
	word-break: break-word;
}
.timeline-event,
.timeline-placement {
  clear: both;
  margin-top: 5px;
}
.timeline-event a {
  display: none;
}
.community-timeline-item {
  padding-bottom: 10px;
  font-size: 13px;
}
.community-timeline-item img {
  max-height: 15px;
  margin-right: 3px;
}
.rtl .community-timeline-item img {
  margin-right: 0;
  margin-left: 3px;
}
.community-timeline-item img,
.community-timeline-item span {
	vertical-align: middle;
}
.community-timeline-item > a {
  color: #767676;
  display: block;
}

/* Timeline en versión móvil */
@media (max-width: 767px) {
	.timeline:before {
	  left: 13px;
	}
	.timeline > div > .fa,
	.timeline > div > img,
	.timeline > div > .glyphicon,
	.timeline > div > .avatar,
	.timeline > div > .ion,
	.timeline > li > .fa,
	.timeline > li > img,
	.timeline > li > .glyphicon,
	.timeline > li > .avatar,
	.timeline > li > .ion {
		left: 0;
	}
	.timeline > li > .timeline-item,
	.timeline > div > .timeline-item {
		margin-left: 42px;
	}
	/* Segundo nivel */
	.timeline .timeline:before {
	  left: 23px;
	}
	.timeline .timeline > div,
	.timeline .timeline > li {
		margin-left: 10px;
	}
	.timeline .timeline > li > .timeline-item,
	.timeline .timeline > div > .timeline-item {
		margin-left: 32px;
	}
}

.new-post {
  z-index: 1;
}
.community-calendar:before,
.new-post:before {
  bottom: auto;
  height: 50px;
}
.attachment-list .timeline-options,
.attachment-item .timeline-options {
  z-index: 1011;
}
.attachment-list .menu-version-open,
.attachment-item .menu-version-open {
  z-index: 1013;
}
.attachment-list .menu-version-open a,
.attachment-item .menu-version-open a {
  opacity: 1;
}
.attachment-item .timeline-options {
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-align: right;
}
.timeline-body:hover .timeline-options a,
.attachment-list:hover .timeline-options a,
.attachment-item:hover .timeline-options a {
  opacity: 1;
}
.attachment-item .resource-type-video:focus + .timeline-options,
.attachment-item:hover .resource-type-video + .timeline-options,
.attachment-item .resource-type-0:focus + .timeline-options,
.attachment-item:hover .resource-type-0 + .timeline-options {
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}
.attachment-item .resource-type-0 .file-resource > img {
  background: url(../imagenes/sparkspace/bg-transparent.gif);
}
.timeline-body:hover .timeline-event a {
  display: inline;
}
.attachment-list .timeline-options {
	top: 6px;
	right: 32px;
}
div .item-actions > a,
div .item-actions > span,
.timeline-options > div > .fa,
.timeline-options > div > a,
.timeline-options > a {
  margin-left: 5px;
  color: #767676;
}
.rtl div .item-actions > a,
.rtl div .item-actions > span,
.rtl .timeline-options > div > .fa,
.rtl .timeline-options > div > a,
.rtl .timeline-options > a {
  margin-left: 0;
  margin-right: 5px;
}
div .item-actions > a:focus,
div .item-actions > a:hover,
.timeline-options > div > .fa:focus,
.timeline-options > div > .fa:hover,
.timeline-options > div > a:focus,
.timeline-options > div > a:hover,
.timeline-options > a:focus,
.timeline-options > a:hover {
  color: #000;
}
li > .document-check > a {
	color: #767676;
	opacity: .6;
}
li > .document-check > a:active,
li > .document-check > a:focus,
li > .document-check > a:visited,
li > .document-check > a:hover {
	color: #000;
	opacity: 1;
}
.attachment-item .document-check {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 20px;
	padding: 1px;
	z-index: 1012;
}
li .document-check a {
	opacity: 0;
}
li:hover .document-check a {
	opacity: .6;
}
li.document-checked:hover .document-check a {
	opacity: 1;
}
.document-check .fa {
	margin: 0;
	position: relative;
}

.attachment-list .document-check {
	position: absolute;
	top: 6px;
	right: 12px;
}

.attachment-item .resource-type-video + .timeline-options + .document-check a,
.attachment-item .resource-type-video + .timeline-options + .document-check a:active,
.attachment-item .resource-type-video + .timeline-options + .document-check a:focus,
.attachment-item .resource-type-video + .timeline-options + .document-check a:visited,
.attachment-item .resource-type-video + .timeline-options + .document-check a:hover,
.attachment-item .resource-type-0 + .timeline-options + .document-check a,
.attachment-item .resource-type-0 + .timeline-options + .document-check a:active,
.attachment-item .resource-type-0 + .timeline-options + .document-check a:focus,
.attachment-item .resource-type-0 + .timeline-options + .document-check a:visited,
.attachment-item .resource-type-0 + .timeline-options + .document-check a:hover {
	color: #fff;
}
.document-checked .document-check a {
	opacity: 1;
	display: block;
}
.document-check .check-white {
	display: none;
	position: absolute;
	top: 5px;
	left: 2px;
	background-color: #fff;
	right: 2px;
	bottom: 5px;
	border-radius: 50%;
}
.document-checked .document-check .check-white {
	display: block;
}
.document-options {
	position: relative;
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 12px;
	z-index: 1011;
}
.document-options > a,
.document-options > div {
	display: inline;
	margin-left: 10px;
}
.no-menu-options,
.no-menu-options a {
	white-space: nowrap;
	pointer-events: none;
	cursor: default;
}
.document-options .overlay-wrapper .overlay > .fa {
	top: 5px;
	left: 50%;
	margin-top: 0;
	margin-left: -10px;
	font-size: 20px;
}
.document-check-none {
	color: #767676;
}
.document-check-none:active,
.document-check-none:focus,
.document-check-none:visited,
.document-check-none:hover {
	color: #000;
}

.community-files .treeview {
	overflow: auto;
	height: 234px;
	border: 1px solid #ddd;
}
.community-files .popover.top {
	margin-top: 0;
}
.community-files .popover-title .close {
	line-height: .8;
}
.document-folders {
	margin: 10px 10px 20px 0;
	position: relative;
}
.rtl .document-folders {
    margin: 10px 0 20px 10px;
}
.folder-actions {
	margin-top: 10px;
}
.folder-selector-actions .caret {
	margin-left: 0;
}
.community-files .treeview .node-icon {
	color: #f0ce6a !important;
}
.rtl .community-files .treeview .node-icon {
	margin-right: 0;
	margin-left: 5px;
}
.community-files .list-group-item {
	padding: 6px 12px;
	font-size: 13px;
}
.community-files .treeview .list-group {
	margin-bottom: 0;
	padding-right: 0;
}
.treeview .node-disabled > a,
.treeview .node-not-selectable,
.treeview .node-not-selectable + a {
	cursor: not-allowed;
}
.treeview .node-not-selectable + a {
	color: silver !important;
}
@media (max-width: 767px) {
	/* En móviles mostramos siempre las opciones y demás enlaces ocultos */
	li .document-check a,
	#users-list .box-header .open-user-searcher,
	.timeline-body .timeline-options a,
	.attachment-list .timeline-options a,
	.attachment-item .timeline-options a {
		opacity: 1;
	}
	body .file-preview-frame,
	body .attachment-item {
		float: none !important;
		width: auto !important;
		height: auto !important;
		display: block !important;
	}
	.attachment-item .file-footer-caption,
	.attachment-item .file-resource > img {
		width: 100% !important;
	}
	.timeline-body .timeline-event a {
		display: inline;
	}
	.community-files .document-versions {
		position: static;
	}
	.community-files .document-versions .dropdown-menu {
		float: none !important;
		left: 0;
		right: 0;
		min-width: 0;
	}
}
/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn-feature {
	padding: 0 4px;
	display: inline-block;
	vertical-align: middle;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.btn.btn-file > i {
	margin-right: 4px;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
  border-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #00a65a;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
  border-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00c0ef;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
  border-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
  border-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
  border-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.outline-0,
.outline-0:hover,
.outline-0:focus,
.outline-0:active {
	outline: none;
	border-color: #d2d6de;
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .avatar > img,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #c23321;
}
.callout.callout-warning {
  border-color: #c87f0a;
}
.callout.callout-info {
  border-color: #0097bc;
}
.callout.callout-success {
  border-color: #00733e;
}
/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert:not(.text-info):not(.text-danger):not(.text-warning):not(.text-success):not(.text-primary):not(.text-muted) a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: rgba(255,255,255,0.5);
}
/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .avatar,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #3c8dbc;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #767676;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f0f0f0;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f0f0f0;
  border-right-color: #f0f0f0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f0f0f0;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .avatar,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: relative;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 40px;
  height: 40px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-info .toolbar {
  margin-top: 5px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #767676;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}

.instance-management .box-body {
  padding: 0;
}
.instance-management .products-list > .item {
	padding: 10px;
}
.instance-management .instance-usable .usable {
	display: none;
}
.instance-management .instance-no-usable {
	background: rgba(128,128,128,0.1) !important;
}
.instance-management .product-img {
  color: #666;
  padding: 5px;
}
.instance-management .product-img img {
  width: 30px;
  height: 30px;
}
.instance-management .instance-no-usable .product-img {
  background: #d2d6de !important;
}
.instance-management .instance-no-usable .product-title {
  color: #666;
}
.instance-management .instance-no-usable .product-title > a {
  color: #666 !important;
  pointer-events: none;
  cursor: default;
  outline: none;
}
.instance-management .product-img img {
  width: 32px;
  height: 32px;
}
.instance-management .product-info {
  margin-left: 50px;
}
.instance-management .product-title {
  font-weight: 500;
}
.instance-management .bootstrap-switch {
  width: 72px !important;
}
.instance-management .bootstrap-switch-container {
  width: 114px !important;
}
/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}

.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.control-label.text-left {
	text-align: left !important;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat {
  position: fixed;
  bottom: 0;
  max-width: 275px;
  margin-bottom: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 1030;
}
.maximized-box {
  bottom: 0;
  right: 0 !important;
  left: 0 !important;
  max-width: 100%;
  width: auto !important;
  border-top: none !important;
  border-radius: 0;
  z-index: 1031;
}
.maximized-box .box-header {
  color: #ffffff;
  padding: 15px;
  border: none !important;
  opacity: .9;
}
.maximized-box .btn-box-tool {
  padding: 8px;
  color: #fff;
}
.maximized-chat {
  overflow: hidden;
}
@media (max-width: 767px) {
  .direct-chat {
    bottom: 0;
    right: 0 !important;
    left: 0 !important;
    max-width: 100%;
    width: auto !important;
    border-top: none !important;
    border-radius: 0;
  }
  .direct-chat .box-header {
    color: #ffffff;
    padding: 15px;
    border: none !important;
    opacity: .9;
  }
  .direct-chat .btn-box-tool {
    padding: 8px;
    color: #fff;
  }
  .direct-chat button[data-widget="expand"],
  .open-chat .main-header .logo {
    display: none;
  }
  .open-chat .content-wrapper {
    padding-top: 50px !important;
  }
}
.direct-chat .previous-messages {
	margin: -10px -10px 0;
	position: relative;
}
.direct-chat .previous-messages a {
	background: #f4f4f4;
	display: block;
	padding: 10px;
	text-align: center;
}
.direct-chat .previous-messages a:hover {
	background: #f0f0f0;
}
.direct-chat .box-title {
  padding-right: 100px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  font-size: 14px;
}
.rtl .direct-chat .box-title {
  padding-right: 0;
  padding-left: 100px;
}
.maximized-chat .direct-chat .box-title {
  padding-right: 125px;
}
.rtl .maximized-chat .direct-chat .box-title {
  padding-right: 0;
  padding-left: 125px;
}
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-files,
.direct-chat.chat-pane-open .direct-chat-attach-files {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat .box-footer textarea {
  padding: 2px 6px;
}
.direct-chat .box-footer textarea,
.direct-chat .box-footer button {
  height: 46px;
}
.direct-chat .textarea-control {
	position: relative;
	display: block;
}
.direct-chat .textarea-control textarea {
	padding-right: 15px;
	resize: none;
}
.direct-chat .textarea-control .fa {
	color: #000;
}
.direct-chat .btn-attach {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
}
.rtl .direct-chat .btn-attach {
	left: 5px;
	right: auto;
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
  position: relative;
}
.direct-chat .box-footer .cmFormAlert {
  margin-top: -22px;
}
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-top: 10px;
  position: relative;
}
.direct-chat-msg:first-child {
  margin-top: 0;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
/* Omitimos cierta información en mensajes consecutivos del mismo usuario */
/*
.direct-chat-msg.right + .direct-chat-msg.right,
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) {
	margin-top: 0;
}
.direct-chat-msg.right + .direct-chat-msg.right .direct-chat-name,
.direct-chat-msg.right + .direct-chat-msg.right .direct-chat-text:after,
.direct-chat-msg.right + .direct-chat-msg.right .direct-chat-text:before,
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) .direct-chat-name,
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) .direct-chat-text:after,
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) .direct-chat-text:before {
	display: none;
}
.direct-chat-msg.right + .direct-chat-msg.right .direct-chat-text,
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) .direct-chat-text {
	max-width: 209px;
}
.direct-chat-msg.right + .direct-chat-msg.right .direct-chat-timestamp,
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) .direct-chat-timestamp {
	display: block;
	position: absolute;
	top: 0;
}
.direct-chat-msg.right + .direct-chat-msg.right .direct-chat-timestamp {
	left: 0;
}
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) .direct-chat-timestamp {
	right: 0;
}
.direct-chat-msg.right + .direct-chat-msg.right .direct-chat-img,
.direct-chat-msg:not(.right) + .direct-chat-msg:not(.right) .direct-chat-img {
	visibility: hidden;
}
*/
.direct-chat-messages,
.direct-chat-files,
.direct-chat-attach-files {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 0 0 0 10px;
  float: left;
  color: #444444;
  word-wrap: break-word;
  max-width: 83%;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 10px;
  margin-left: 0;
  float: right;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 32px;
  height: 32px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
  float: left;
}
.direct-chat-msg.right .direct-chat-name {
  float: right;
}
.direct-chat-timestamp {
  color: #767676;
  float: right;
}
.direct-chat-msg.right .direct-chat-timestamp {
  float: left;
}
.direct-chat-files-open .direct-chat-files,
.direct-chat-attach-files-open .direct-chat-attach-files {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-files {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  background: #d2d6de;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  overflow: auto;
}
.direct-chat-attach-files {
	-webkit-transform: translate(0, 101%);
	-ms-transform: translate(0, 101%);
	-o-transform: translate(0, 101%);
	transform: translate(0, 101%);
	position: absolute;
	background: #fff;
	padding: 10px;
	left: 0;
	top: 0;
	height: 250px;
	width: 100%;
	overflow: auto;
}
.page-main .direct-chat-files .attachments,
.page-main .direct-chat-attach-files .attachments {
  background: transparent;
  margin-left: 10px;
}
.rtl .page-main .direct-chat-files .attachments,
.rtl .page-main .direct-chat-attach-files .attachments {
  margin-left: 0;
  margin-right: 10px;
}
.page-main .direct-chat-files .attachment-item,
.page-main .direct-chat-attach-files .file-preview-frame,
.page-main .direct-chat-attach-files .attachment-item {
  float: none;
  width: auto;
}
.page-main .direct-chat-text .attachments {
  background: transparent;
  margin: 0 0 5px;
}
.page-main .direct-chat-text .attachment-item {
  float: none;
  width: auto;
  max-width: 180px;
  margin: 10px 0 0 0;
}
.page-main .direct-chat-text .file-resource {
	height: 90px;
}
.page-main .direct-chat-files .file-resource,
.page-main .direct-chat-files .file-resource img {
	height: 100px;
}
.page-main .direct-chat-files-open.maximized-box .attachment-item {
  float: left;
  width: 200px;
}

.direct-chat-text a:not(.file-link),
.direct-chat-text a:not(.file-link):active,
.direct-chat-text a:not(.file-link):hover,
.direct-chat-text a:not(.file-link):focus,
.direct-chat-text a:not(.file-link):visited {
  color: #000;
}
.direct-chat-text a:not(.file-link):hover {
	text-decoration: underline;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #767676;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}
.direct-chat-success .right > .direct-chat-text a:not(.file-link),
.direct-chat-success .right > .direct-chat-text a:not(.file-link):active,
.direct-chat-success .right > .direct-chat-text a:not(.file-link):hover,
.direct-chat-success .right > .direct-chat-text a:not(.file-link):focus,
.direct-chat-success .right > .direct-chat-text a:not(.file-link):visited {
  color: #ddd;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 10%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li > a {
  display: block;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #767676;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .users-list > li {
    width: 20%;
  }
}
@media (max-width: 1000px) {
  .users-list > li {
    width: 25%;
  }
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.rtl .modal-footer {
  text-align: left;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
.modal-backdrop-hide + .modal-backdrop {
	opacity: 0 !important;
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #767676;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #767676;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-photo {
	padding: 15px;
	color: #fff;
	text-align: center;
	margin: 0 -1px;
}
.user-photo {
	width: auto;
	height:100px;
	border-radius: 50%;
	display: inline-block;
	border: 3px solid;
	border-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
	position: relative;
}
.login-name {
	position: relative;
}
.login-name .login-data {
  padding: 10px 15px 0 15px;
  color:#666;
}
.login-info {
  padding: 15px;
}
.login-sign .login-info {
  padding: 0 15px 15px 15px;
}
.login-sign .remember-pwd {
  padding-top: 0;
}
.login-error {
  text-align: center;
  min-height: 20px;
  padding: 5px 0 0 0;
}
.page-auth .panel {
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #767676;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
.notes,
.conditions {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  margin-bottom: 0;
  height: 210px !important;
  color: #666;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #ffffff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover,
.btn-adn:focus,
.btn-adn.focus,
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #ffffff;
}
.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}
.btn-foursquare {
  color: #ffffff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #ffffff;
}
.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github.focus,
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}
.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover,
.btn-google:focus,
.btn-google.focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-microsoft {
  color: #ffffff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft.focus,
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #ffffff;
}
.btn-openid {
  color: #ffffff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid.focus,
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #ffffff;
}
.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #ffffff;
}
.btn-reddit {
  color: #000000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000000;
}
.btn-soundcloud {
  color: #ffffff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud.focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-vimeo {
  color: #ffffff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #ffffff;
}
.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk.focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}
.btn-yahoo {
  color: #ffffff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo.focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #ffffff;
}

/*
 * Plugin: Multiselect
 * ---------------------
 */
.multiselect-container {
	border-radius: 0 !important;
}
.multiselect {
	text-decoration: none !important;
	text-align: left !important;
}
.multiselect-container > li > a > label {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
.dropdown-menu > li.multiselect-group > a,
.dropdown-menu > li.multiselect-group > a:focus,
.dropdown-menu > li.multiselect-group > a:hover {
	color: #262626;
	background: none;
}

/*
 * Plugin: PhotoSwipe
 * ---------------------
 */
.pswp__caption__center {
  text-align: center !important;
}
.pswp__item .video {
	width: 100%;
	height: 100%;
}

/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none !important;
  color: #444 !important;
  border-color: #ddd !important;
  border-radius: 0 !important;
  height: 2.3em !important;
  outline: none;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-toolbar h2 {
  display: none;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  margin: 10px 0 !important;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.event-popover-wrapper {
	position: relative;
}
.event-popover-wrapper.overlay-wrapper .overlay > .fa {
	color: #fff;
	font-size: 10px;
	top: 0;
	margin-top: 4px;
}
.event-popover-wrapper .popover-title {
	color: #444;
}
.event-popover-wrapper .popover-content {
	padding: 9px;
}
.event-popover-wrapper .item-actions {
	position: absolute;
	top: 10px;
	right: 10px;
}
.event-popover-wrapper .popover-content .timeline-event {
  font-size: 13px;
  color: #666;
  background: #fff;
}
.event-popover-wrapper .popover-content .timeline-event a {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.event-popover-wrapper .popover {
	width: 450px;
	max-width: 450px;
}
.event-popover-wrapper .popover-title {
	color: #333;
}
.event-popover-wrapper .popover-content .post-map {
	height: 220px;
}

.fc-scroller,
.fc-row.fc-rigid {
  overflow: visible !important;
}
.fc-list-view .fc-scroller,
.fc-list-view .fc-row.fc-rigid {
  height: auto !important;
}
.fc-list-view .event-popover-wrapper {
	display: inline;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus{
  z-index: 0 !important;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e8e8e8 !important;
}
@media (max-width: 1080px) {
	.fc td {
		font-size: 14px;
	}
	.fc-scroller,
	.fc-row.fc-rigid {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.fc-popover .popover,
	.fc-event-container .popover {
		width: 300px;
		max-width: 300px;
	}
}

/* Plugin WhoAt */
.atwho-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    z-index: 11110 !important;
}

.atwho-view .atwho-header {
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-bottom: solid 1px #eaeff1;
    color: #6f8092;
    font-size: 11px;
    font-weight: bold;
}

.atwho-view .atwho-header .small {
    color: #6f8092;
    float: right;
    padding-top: 2px;
    margin-right: -5px;
    font-size: 12px;
    font-weight: normal;
}

.atwho-view .atwho-header:hover {
    cursor: default;
}

.atwho-view .cur {
    background: #3366FF;
    color: white;
}
.atwho-view .cur small {
    color: white;
}
.atwho-view strong {
	background-color: yellow;
}
.atwho-view .cur strong {
    color: #000;
}
.atwho-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
    max-height: 200px;
    overflow-y: auto;
	scrollbar-face-color: #dddddd;
	scrollbar-highlight-color: #dddddd;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #dddddd;
	scrollbar-shadow-color: #dddddd;
	scrollbar-arrow-color: #dddddd;
	scrollbar-track-color: #ffffff;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.atwho-view ul::-webkit-scrollbar {
	width:  4px;
	height: 4px;
	background-color:transparent;
}
.atwho-view ul::-webkit-scrollbar-track {
	background-color:transparent;
	width: 2px;
}
.atwho-view ul::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
.atwho-view ul::-webkit-scrollbar-thumb {
	background-color: #cccccc;
	width: 4px;
}
.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
	white-space: nowrap;
}
.atwho-view small {
    font-size: smaller;
    color: #767676;
    font-weight: normal;
}

.cursor-help {
  cursor: help;
}

/* Post event */
.init-event-popover {
  cursor: help;
}

#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/* Post location */
.post-map {
  width: auto;
  height: 300px;
}

.leaflet-control-geocoder-alternatives {
  max-height: 255px;
  overflow: auto;
}

@media (max-width: 767px) {
  .leaflet-control-geocoder-alternatives {
    width: 176px !important;
  }
  .leaflet-control-geocoder-form input {
    width: 150px !important;
  }
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none!important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.popover-title,
.tooltip-inner {
	word-wrap: break-word;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static!important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #767676;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #767676;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}

.no-float {
	float: none !important;
}
.clear {
	clear: both;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}

@media (max-width: 767px) {
	.no-float-xs {
		float: none !important;
	}
	.clear-xs {
		clear: both !important;
	}
}

.m-a-10 { margin:        10px !important; }
.m-t-10 { margin-top:    10px !important; }
.m-r-10 { margin-right:  10px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-l-10 { margin-left:   10px !important; }
.m-x-10 { margin-right:  10px !important; margin-left:   10px !important; }
.m-y-10 { margin-top:    10px !important; margin-bottom: 10px !important; }

.p-a-10 { padding:        10px !important; }
.p-t-10 { padding-top:    10px !important; }
.p-r-10 { padding-right:  10px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-l-10 { padding-left:   10px !important; }
.p-x-10 { padding-left:   10px !important; padding-right:  10px !important; }
.p-y-10 { padding-top:    10px !important; padding-bottom: 10px !important; }

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px!important;
  height: 30px!important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
.img-square {
	border-radius: 10%;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100%!important;
}

/*
 * Social wall
 * -----------
 */
.content {
  padding-bottom: 30px;
}
.content > .overlay {
  background: none;
}
.content > .overlay > .fa {
  background: none;
  top: 72px;
}
.content > .timeline {
  z-index: 1012;
}
.content > .timeline.new-post {
  z-index: 1013;
}
.content.overlay-wrapper > ul.timeline > li > i,
.content.overlay-wrapper > ul.timeline .timeline-item,
.content.overlay-wrapper > ul.timeline .time-label span {
  opacity: .5;
}
.reply-form-wrapper {
  position: relative;
  padding-left: 45px;
}
.reply-form-wrapper > form > .avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.reply-form-wrapper > form > .avatar > img {
  width: 34px;
  height: 34px;
}
.edit-form-wrapper {
  position: relative;
  z-index: 53;
}
.edit-form-wrapper > form > .avatar {
  display: none;
}
.post-buttons > div {
	white-space: nowrap;
}
.select-community {
	margin-right: 3px;
}
@media (max-width: 767px) {
	.select-community {
		display: block;
		margin: 0 0 5px;
	}
}
.attachments,
.pending-attachments {
  color: #444;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.forum-wrapper .not-found,
.attachments .not-found {
	margin: 40px 0;
}
.language-picker {
	display: block;
}
.language-picker button {
	text-align: right;
}
.language-picker button .lang-value {
	float: left;
}
.language-picker .lang-sm.lang-lbl-full {
	padding-left: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	display: block;
	width: 75%;
}
.language-picker .dropdown-menu {
	max-height: 300px;
	overflow: auto;
}
/* Bootstrap fileinput */
body .krajee-default.file-preview-frame:not(.file-preview-error):hover {
	box-shadow: 0 0 3px 0 #999;
}
body .kv-file-content {
	height: 100px !important;
	overflow: hidden;
}
body .krajee-default.file-preview-frame,
body .krajee-default.file-preview-image,
body .krajee-default.file-preview-other {
	max-width: 100%;
}
body .kv-preview-data {
	width: 100%;
	height: 100px;
}
body .krajee-default.file-preview-frame .file-thumbnail-footer {
	height: auto;
}
body .krajee-default .file-drag-handle,
body .krajee-default .file-upload-indicator {
	bottom: 0;
	left: 0;
}
body .krajee-default .file-thumbnail-footer input {
	border-radius: 0;
	width: 100%;
}
body .file-error-message pre {
	white-space: normal;
}
body .file-drop-zone-title {
	font-size: 18px;
	padding: 40px 10px;
}
body .file-highlighted {
	border: 1px dashed #000 !important;
}
body .krajee-default .file-preview-text {
	word-wrap: break-word;
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
body .krajee-default .file-preview-text h2 {
	text-align: center;
}
body .krajee-default .file-preview-text + .file-thumbnail-footer {
	max-width: 160px;
}
body .krajee-default.file-preview-frame,
body .attachment-item {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  background: #f5f5f5;
  position: relative;
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
  line-height: 1.1;
  width: 200px;
  list-style: none;
  border: none;
}
.rtl body .krajee-default.file-preview-frame,
.rtl body .attachment-item {
  float: right;
  margin: 0 0 10px 10px;
}
body .krajee-default .file-thumb-progress {
	left: 5px;
	right: 5px;
}
body .krajee-default .file-actions {
	padding: 5px;
}
body .krajee-default.file-preview-frame:hover,
body .attachment-item:hover {
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
body .file-link {
  display: block;
}
body .krajee-default .file-preview-other {
	display: block;
	text-align: center;
	width:  auto;
	height: auto;
	border: none;
	border-radius: 0;
}
body .krajee-default .file-preview-other > span,
body .krajee-default .file-preview-frame > .fa,
body .file-resource {
  height: 100px;
  overflow: hidden;
  display: block;
  text-align: center;
  font-size: 45px;
  line-height: 100px;
  color: #d2d2d2;
}
body .file-resource {
  position: relative;
}
body .file-resource .overlay {
	display: none;
}
.attachment-item .doctype-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 51;
    line-height: 1.1;
    font-size: 13px;
    padding: 2px 4px;
    display: block;
    color: #fff;
    background: rgba(0,0,0,.5);
    text-align: left;
}
.attachment-item .doctype-name:empty {
	display: none !important;
}
.attachment-item .resource-type-video + .timeline-options > div > .fa,
.attachment-item .resource-type-video + .timeline-options > div > a,
.attachment-item .resource-type-video + .timeline-options > a,
.attachment-item .resource-type-0 + .timeline-options > div > .fa,
.attachment-item .resource-type-0 + .timeline-options > div > a,
.attachment-item .resource-type-0 + .timeline-options > a {
	color: #fff;
	text-shadow: 0 0 2px #000;
}
.attachment-item .resource-type-video + .timeline-options > a:focus,
.attachment-item .resource-type-video + .timeline-options > a:hover,
.attachment-item .resource-type-0 + .timeline-options > a:focus,
.attachment-item .resource-type-0 + .timeline-options > a:hover {
	text-shadow: 0 0 4px #000;
}
.attachments > li .resource-type-video .file-resource .overlay,
.attachments > li .resource-type--2 .file-resource .overlay,
.attachments > li .resource-type-0 .file-resource .overlay,
.pending-attachments > li .resource-type-video .file-resource .overlay,
.pending-attachments > li .resource-type--2 .file-resource .overlay,
.pending-attachments > li .resource-type-0 .file-resource .overlay {
	display: block;
}
.document-searcher,
.upload-documents-zone {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: rgba(255, 255, 255, 0.8);
	color: #444;
	padding: 10px;
	position: relative;
}
.upload-documents-zone .kv-file-remove {
	display: none !important;
}

.upload-documents-zone .permission-editor {
	padding-bottom: 0;
}
.upload-documents-zone .form-inline {
	font-size: 12px;
}
.upload-documents-zone .form-inline label {
	margin-bottom: 1px;
}
.upload-documents-zone .form-group {
	margin-bottom: 10px;
}
.document-searcher .form-group {
	margin-bottom: 10px;
}
.document-searcher .dropdown-menu {
	z-index: 1013;
}
body .file-resource > img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 51;
  background: #fff;
}
body .attachment-item:not(.itemtype-DOCUMENT_TEMP) .resource-type-video .file-resource:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f144";
	color: #fff;
	font-size: 54px;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 51;
	opacity: .8;
	transition-duration: .1s;
	text-shadow: 0 0 5px #999;
}
body .attachment-item:not(.itemtype-DOCUMENT_TEMP) .resource-type-video:hover .file-resource:after {
	opacity: 1;
}
body .attachment-item:not(.itemtype-DOCUMENT_TEMP) .resource-type-video .file-resource,
body .attachment-item:not(.itemtype-DOCUMENT_TEMP) .resource-type-video .file-resource > img {
	background: #000;
}
body .attachment-item:not(.itemtype-DOCUMENT_TEMP) .resource-type-video .file-resource .fa {
	display: none;
}

body .krajee-default .file-footer-caption,
body .file-name {
  display: block;
  padding: 3px 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .krajee-default .file-footer-caption {
  font-size: 14px;
  width: 200px;
  padding-top: 0;
  color: #333;
}
body .krajee-default .file-footer-caption samp {
	font-size: 12px;
	font-family: inherit;
	color: #767676;
}
body .file-preview {
	border-radius: 0;
	margin-bottom: -1px;
}
body .file-drop-zone {
	border-color: transparent;
	border-radius: 0;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}
body .file-size {
  display: block;
  padding: 3px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body a .file-size,
body a:hover .file-size,
body a .last-change,
body a:hover .last-change {
  color: #767676;
}
#attachments {
	padding-bottom: 5px;
	min-height: 400px;
}
.community-files:before {
	display: none;
}
.community-files .box {
	margin-bottom: 0;
}
.community-files > .timeline {
	padding-bottom: 15px;
}
.community-files > div > .timeline-item {
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-height: 186px;
}
.community-files > div > .timeline-item > .timeline-footer {
	padding: 0 0 0 10px;
}
.rtl .community-files > div > .timeline-item > .timeline-footer {
	padding: 0 10px 0 0;
}
.community-files .breadcrumb {
	padding: 10px 10px 0 0;
	margin: 0;
	background: transparent;
	font-size: 12px;
}
.rtl .community-files .breadcrumb {
	padding: 10px 0 0 10px;
}
.community-files .box-tools .btn {
	padding: 4px 10px;
	line-height: 1.5;
}
.community-files .box-tools .btn span:not(.caret) {
	font-size: 12px;
}
/* Listado de documentos en modo mosaico */
.attachment-item.itemtype-FOLDER {
	color: #f0ce6a;
	background: #f6f0e6;
	-webkit-box-shadow: 0 0 4px rgba(138, 109, 59, .6);
	box-shadow: 0 0 4px rgb(138, 109, 59, .6);
}
.attachment-item.itemtype-FOLDER:hover {
	color: #f0ce6a;
	background: #f6f0e6;
	-webkit-box-shadow: 0 0 6px rgba(138, 109, 59, 1);
	box-shadow: 0 0 6px rgb(138, 109, 59, 1);
}
.attachment-item.itemtype-FOLDER .file-resource {
	color: #f0ce6a;
	background: #fffdf3;
}
.attachment-item.itemtype-FOLDER .timeline-options > div > .fa,
.attachment-item.itemtype-FOLDER .timeline-options > div a:focus,
.attachment-item.itemtype-FOLDER .timeline-options > div a:hover,
.attachment-item.itemtype-FOLDER a {
	color: #8a6d3b;
}
.attachment-item.itemtype-FOLDER a:focus,
.attachment-item.itemtype-FOLDER a:hover {
	color: #66512c;
}
.community-files .itemtype-DOCUMENT_TEMP a {
	pointer-events: none;
}
.attachment-item.document-checked > a > .file-name,
.attachment-item.document-checked > a > .file-size {
	color: #fff;
}

/* Listado de documentos en modo lista */
.community-files .attachment-list {
	position: relative;
}
.community-files .attachment-list > a {
	border-top: 1px solid #eee;
	margin-left: -10px;
	padding-left: 10px;
	display: block;
}
.community-files .attachment-list.document-checked > a,
.community-files .attachment-list > a:hover {
	background: #f5f5f5;
}
.community-files .attachment-list.itemtype-FOLDER .file-resource {
	color: #f0ce6a;
}
.community-files .attachment-list.itemtype-FOLDER > a {
	color: #8a6d3b;
	background: #f6f0e6;
	border-top: 1px solid #e8e0f8;
}
.community-files .attachment-list.itemtype-FOLDER.document-checked > a,
.community-files .attachment-list.itemtype-FOLDER > a:hover {
	color: #66512c;
	background: #f2eae2;
}
.community-files ul li .popover {
	min-width: 500px;
	border: 1px solid rgba(0,0,0,0.1);
}
.community-files ul li .popover .popover-content {
	font-size: 12px;
}
.community-files ul li .popover .table {
	margin-bottom: 0;
	width: 100%;
}
.community-files ul li .popover .table td {
	padding: 4px 0;
	font-size: 12px;
}
.community-files ul li .popover .table td + td {
	padding-left: 8px;
}
.community-files ul li .popover .table tr:first-child td {
	border-top: none;
}
.community-files ul li .popover .post-map {
	height: 220px;
}
.meta-name {
	font-weight: bold;
}
.meta-rights p {
	margin-bottom: 5px;
}
.meta-rights p,
.meta-rights ul {
	color: #767676;
}
@media (max-width: 767px) {
	.community-files ul li .popover {
		left: 0 !important;
		right: 0 !important;
		min-width: 100%;
	}
	.community-files .attachment-list.itemtype-FOLDER .file-size {
		display: none;
	}
}

.attachment-list .row,
.attachment-list .col-xs-3,
.attachment-list .col-xs-6 {
	display: block;
}
.attachment-list .file-resource > img {
	width: auto;
	height: 23px;
}
.attachment-list .doctype-name {
    font-size: 11px;
    padding: 2px 4px;
    display: inline-block;
    color: #fff;
    background: rgba(0,0,0,.5);
}
.attachment-list .doctype-name:empty {
	display: none !important;
}
.community-files .attachment-list .file-name > span {
    margin-right: 5px;
}
.community-files .attachment-list .file-name > span:last-child {
    margin-right: 0;
}
.community-files .attachment-list .file-name,
.community-files .attachment-list .file-size,
.community-files .attachment-list .last-change {
	display: block;
	height: auto;
	vertical-align: middle;
	padding: 8px 6px;
	word-wrap: break-word;
	white-space: normal;
	line-height: 1.25;
	overflow: hidden;
}
.community-files .attachment-list .file-resource {
	font-size: 21px;
	line-height: 1.2;
	position: absolute;
	left: 14px;
	top: 5px;
	height: auto;
	overflow: visible;
}
.community-files .attachment-list .resource-type--2 .file-resource {
	width: 30px;
	height: 30px;
	top: 0;
	left: 12px;
}
.community-files .attachment-list .resource-type--2 .file-resource > .overlay {
	background: none;
}
.community-files .attachment-list .resource-type--2 .file-resource > .overlay > span {
	display: none;
}
.community-files .attachment-list .col-filename {
	padding-left: 40px;
	padding-right: 0;
}
.community-files .attachment-list .col-filesize {
	padding-left: 0;
}
.community-files .attachment-list .col-lastchange {
	padding-left: 0;
	padding-right: 60px;
}
.community-files .attachment-list .file-resource > .fa {
	width: 24px;
}
.community-files .attachment-list .box .overlay > .fa,
.community-files .attachment-list .overlay-wrapper .overlay > .fa {
	font-size: 20px;
	margin-left: 0;
	margin-top: 0;
	top: 0;
	left: 0;
}
.community-files .attachment-list.itemtype-DOCUMENT_TEMP .box .overlay > .fa,
.community-files .attachment-list.itemtype-DOCUMENT_TEMP .overlay-wrapper .overlay > .fa {
	top: 4px;
	left: 5px;
}
.community-files .itemtype-DOCUMENT_TEMP .timeline-options a {
	opacity: 0;
}
.community-files .itemtype-DOCUMENT_TEMP .file-resource:after {
	display: none;
}
.community-files .fa-info-circle {
	cursor: help;
}

.document-versions {
	display: inline-block;
	cursor: pointer;
}
.document-versions .dropdown-menu {
	z-index: 1012;
	padding: 0;
	min-width: 320px;
	max-height: 184px;
	overflow: auto;
}
.document-versions .dropdown-menu > li {
	position: relative;
	border-top: 1px solid #e0e0e0;
}
.document-versions .dropdown-menu > li:first-child {
	border-top: none;
}
.document-versions .dropdown-menu > li > a {
	background: #f5f5f5;
	display: block;
	padding: 6px 30px 6px 8px;
	white-space: normal;
	line-height: 1.2;
}
.document-versions .dropdown-menu .overlay-wrapper {
	padding: 10px;
	text-align: center;
}
.document-versions .dropdown-menu .overlay .fa {
	font-size: 20px;
	padding: 5px;
}
.attachment-list .document-versions .dropdown-menu .overlay {
	position: relative;
	display: inline;
	text-align: center;
	margin-left: -20px;
}
.attachment-list .document-versions .dropdown-menu .overlay .fa {
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}
.document-versions .dropdown-menu .document-version-info {
	position: absolute;
	top: 15px;
	right: 10px;
}
.attachment-list .document-versions .dropdown-menu .document-version-info {
	top: 12px;
}
.document-versions .document-version,
.document-versions a:focus .document-version,
.document-versions a:hover .document-version {
	color: #333;
	font-weight: bold;
}
.document-versions .document-date,
.document-versions a:focus .document-date,
.document-versions a:hover .document-date {
	color: #767676;
}
.document-version-info a {
	color: #767676;
}
.document-version-info a:focus,
.document-version-info a:hover {
	color: #000;
}
.document-versions .popover {
	cursor: default;
}

/* Global searcher */
.navbar-searcher {
	display: inline-block;
	float: left;
}
.navbar-searcher .navbar-form {
	margin-bottom: 7px;
	margin-left: 1px;
}
.navbar-searcher .input-group {
	border-bottom: 1px solid #fff;
}
.navbar-searcher .form-control {
	border: 1px solid black;
	background-color: transparent;
	color: #fff;
	outline: none;
	border: none;
	width: 150px !important;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.navbar-searcher-open .form-control,
.navbar-searcher .form-control:focus {
	width: 356px !important;
}
.navbar-searcher .form-control::-webkit-input-placeholder {
	color: #fff;
}
.navbar-searcher .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
}
.navbar-searcher .form-control:-ms-input-placeholder {  
	color: #fff;
}
.navbar-searcher .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.navbar-searcher .btn {
	background: none;
	color: #fff;
	border: none;
}
.navbar-searcher .btn:focus {
	outline: 1px dotted;
}
.navbar-results {
	position: absolute;
	top: 100%;
	left: 57px;
	right: 287px;
	min-height: 200px;
	display: none;
	background-color: #fff;
	color: #666;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.search-title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.results-filter {
	padding: 15px;
}
.results-filter label {
	font-weight: normal;
}
.results-filter .checkbox-inline {
	margin-left: 10px;
	margin-right: 0;
}
.rtl .checkbox-inline,
.rtl .radio-inline {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .checkbox label,
.rtl .radio label {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .checkbox input[type=checkbox],
.rtl .checkbox-inline input[type=checkbox],
.rtl .radio input[type=radio],
.rtl .radio-inline input[type=radio] {
	margin-left: 0;
	margin-right: -20px;
}
.radio-m-r .radio-inline+.radio-inline,
.checkbox-m-r .checkbox-inline+.checkbox-inline {
	margin-left: 0;
}
.radio-m-r .radio-inline,
.checkbox-m-r .checkbox-inline {
	margin-right: 15px;
}
.results-wrapper {
	padding: 0 15px 15px 15px;
	max-height: 500px;
	overflow: auto;
}
.results-wrapper .show-more {
	margin-left: 45px;
	border-top: 1px solid #e8e8e8;
	padding: 12px 0;
}
.results-wrapper .show-more a {
	display: block;
}
.results-wrapper .show-more .fa,
.results-wrapper .show-more span {
	vertical-align: middle;
}
.results-wrapper .show-more span {
	line-height: 1.1;
}
.search-items {
  padding: 0;
}
.search-item {
  margin: 0;
  padding: 0;
}
.search-item {
	display: block;
	position: relative;
}
.search-item > a {
  display: block;
  position: relative;
  padding: 8px 10px;
}
.search-item:hover > a {
  color: #000000;
  background: rgba(0,0,0,0.05);
}
.search-item.active > a {
  color: #000000;
  background: rgba(0,0,0,0.1) !important;
}
.search-item > a .search-item-data {
  display: block;
  padding-left: 35px;
  line-height: 1.1;
}
.search-item > a .search-item-image {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.search-item > a .search-item-image > img {
  width: 25px;
  height: auto;
  position: absolute;
}
.search-item > a .search-item-image > .fa {
	bottom: -2px;
	right: -2px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
}
.search-item > a .search-item-name {
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-bottom: 3px;
}
.search-item > a .search-item-description {
  color: #767676;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-weight: normal;
}

.search-item > a .file-resource {
	width: 25px;
	height: auto;
	line-height: 1;
	font-size: 24px;
}
.service-wrapper:before {
	display: none;
}
.service-wrapper .box {
	margin-bottom: 0;
}
.service-wrapper > .timeline {
	padding-bottom: 15px;
}
.service-wrapper > div > .timeline-item {
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-height: 186px;
}
.service-wrapper > div > .timeline-item > .timeline-footer {
	padding: 0 0 0 10px;
}
.rtl .service-wrapper > div > .timeline-item > .timeline-footer {
	padding: 0 10px 0 0;
}
.service-wrapper .box-tools .btn {
	padding: 4px 10px;
	line-height: 1.5;
}
.service-wrapper .box-tools .btn span:not(.caret) {
	font-size: 12px;
}
.search-item.itemtype-FOLDER .file-resource,
.search-item.itemtype-FOLDER .file-resource:hover {
	color: #f0ce6a;
}
.search-item > a .file-name,
.search-item > a .file-size {
	padding: 0;
	display: inline-block;
}
.navbar-nav > .search-menu {
	display: none;
}
.navbar-custom-menu > .navbar-nav > li > a > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	max-width: 370px;
}
@media (max-width: 1320px) {
	.navbar-custom-menu > .navbar-nav > li > a > span {
		max-width: 270px;
	}
}
@media (max-width: 1220px) {
	.navbar-custom-menu > .navbar-nav > li > a > span {
		max-width: 130px;
	}
}
@media (max-width: 1080px) {
	.navbar-custom-menu > .navbar-nav > li > a > span {
		max-width: 100px;
	}
	.navbar-results {
		max-width: 100%;
		left: 0;
		right: 230px;
	}
	.navbar-searcher .form-control,
	.navbar-searcher-open .form-control,
	.navbar-searcher .form-control:focus {
		width: 190px !important;
	}
	.results-wrapper {
		max-height: 400px;
	}
}
@media (max-width: 880px) {
	.navbar-searcher .form-control,
	.navbar-searcher-open .form-control,
	.navbar-searcher .form-control:focus {
		width: 90px !important;
	}
	.results-wrapper {
		max-height: 300px;
	}
	.navbar-custom-menu > .navbar-nav > li > a > span {
		max-width: 85px;
	}
}
@media (max-width: 767px) {
	.navbar-searcher {
		display: none;
	}
	.navbar-searcher .form-control,
	.navbar-searcher-open .form-control,
	.navbar-searcher .form-control:focus {
		width: 100% !important;
	}
	.navbar-searcher-open,
	.navbar-nav > .search-menu {
		display: block;
	}
	.navbar-searcher .navbar-form {
		padding: 8px 10px;
		margin: 0;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.navbar-results {
		right: 0;
	}
}
@media (max-width: 1200px) {
	.community-files .attachment-list .col-lastchange {
		display: none;
	}
	.community-files:before,
	.community-files > .time-label > .title-color {
		visibility: hidden;
	}
	.community-files .attachment-list .file-footer-caption,
	.community-files .attachment-list .file-name,
	.community-files .attachment-list .file-size {
		display: block;
	}
}

/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print,
  .main-sidebar,
  .control-sidebar,
  .control-sidebar-bg,
  .left-side,
  .main-header,
  .content-header,
  .reply-form-wrapper,
  .timeline-options,
  #toast-container,
  .modal-footer,
  .box-tools,
  body > .tooltip,
  .new-post {
    display: none !important;
  }
  .nav-tabs > li {
    display: none !important;
  }
  .nav-tabs > li.active {
    display: block !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    min-height: 0!important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .control-sidebar-open .main-footer {
    right: 0;
  }
  body .krajee-default.file-preview-frame,
  body .attachment-item {
    width: 200px !important;
    float: left !important;
    word-wrap: break-word;
  }
  .init-moment[data-original-title] {
	color: transparent;
	font-size: 0;
  }
  .init-moment[data-original-title]:before {
    content: " " attr(data-original-title);
	font-size: 12px;
	color: #000;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal!important;
  }
}

/* Indicators */
.indicators-filter {
	margin-bottom: 15px;
}

.timeline-indicators .avatar {
	display: block;
}

.timeline-indicators .avatar img {
	width: 50px;
	height: 50px;
}

.indicator-item .info-box-icon {
	line-height: 80px;
}

.indicator-item .info-box-text {
	display: inline;
	text-transform: none;
}

.indicator-item .user-login {
	display: inline;
	padding-left: 5px;
	padding-left: 6px;
	font-size: 13px;
	color: #aaa;
}

.indicator-item .no-results {
	padding: 40px 20px;
}

.indicator-chart .info-box {
	padding: 15px;
}

.timeline-indicators:before,
.timeline-evolution:before {
	bottom: 15px;
}

.content > .timeline-indicators,
.content > .timeline-evolution {
	margin-right: 0;
}

.timeline-indicators .info-box,
.timeline-evolution > .info-box {
	margin-bottom: 0;
}

.blocklyWrapper {
	width: auto;
	height: 500px;
}

/* Forums */
.community-forums:before {
	display: none;
}
.community-forums .box {
	margin-bottom: 0;
}
.community-forums > .timeline {
	padding-bottom: 15px;
}
.community-forums > div > .timeline-item {
	margin-left: 0;
}
.community-forums .breadcrumb {
	padding: 0;
	margin: 0 0 10px 0;
	background: transparent;
	font-size: 12px;
}
.community-forums .box-tools .btn {
	padding: 4px 10px;
	line-height: 1.5;
}
.community-forums .box-tools .btn span:not(.caret) {
	font-size: 12px;
}
.community-forums .current-thread {
	margin: 20px 0 0;
}
.community-forums .current-thread-title {
	font-weight: bold;
	margin-bottom: 2px;
}
.community-forums .reply-form-wrapper {
	margin: 15px 0;
}

.community-forums .timeline-footer {
	position: relative;
}

.forum-avatar,
.thread-avatar {
	width: 3%;
	padding: 6px 8px;
}

.forum-mode,
.thread-readed {
	width: 1%;
}

.forum-name,
.thread-name {
	width: 45%;
	position: relative;
	padding-right: 45px !important;
}

.forum-date,
.thread-date {
	width: 20%;
}

.forum-total,
.thread-total {
	width: 15%;
	white-space: nowrap;
}

.forum-unread,
.thread-unread {
	width: 15%;
	white-space: nowrap;
}

.forum-icons {
	width: 1%;
}

.forum-avatar .avatar img,
.thread-avatar .avatar img {
	width: 24px;
	height: auto;
}

.forum-item .timeline-options,
.thread-item .timeline-options {
	top: 8px;
}

.forum-list,
.thread-list {
	margin-bottom: 0;
}

#forum .box-header .box-title a {
	display: inline;
}
.thread-title {
	display: inline;
}
.thread-item:not(.thread-unreaded) {
	background: #f9f9f9 !important;
}
.thread-unreaded {
	background: #fff !important;
}
.thread-unreaded .thread-name,
.answer-item.thread-unreaded > .thread-body > .thread-text > .thread-title {
	font-weight: bold;
}
.new-thread-form,
.answer-item {
	background: #f9f9f9;
	padding: 0;
	position: relative;
}
.new-thread-form,
.answer-item .thread-body {
	margin: 0;
	padding: 8px;
	position: relative;
	border-top: 1px solid #eee;
}
.threads-wrapper > .answer-item > .thread-body {
	border-top: 1px solid #eee;
}
.threads-wrapper > .answer-item:first-child > .thread-body {
	border-top: none;
}
.answer-item .thread-body:before,
.answer-item .thread-body:after {
	content: " ";
	display: table;
}
.answer-item .thread-body:after {
	clear: both;
}
.new-thread-form .reply-form-wrapper .avatar img,
.answer-item .avatar img {
	width: 30px !important;
	height: 30px !important;
	float: left;
}
.thread-reply-form .reply-form-wrapper .avatar img,
.answer-item .answer-item .avatar img {
	width: 20px !important;
	height: 20px !important;
}
.answer-item .thread-text {
	padding: 5px 0;
	margin-left: 40px;
}
.answer-item .answer-item .thread-text {
	padding: 0;
	margin-left: 30px;
}
.answer-item .thread-answer-message {
	margin-top: 5px;
	color: #555;
}
.answer-item .thread-answer-attachments {
	margin: 5px 0 0;
}
.new-thread-form:empty,
.answer-item .thread-answers:empty,
.answer-item .thread-answer-message:empty,
.answer-item .thread-answer-attachments:empty,
.answer-item .thread-reply-form:empty {
	display: none;
}
.answer-item .time {
	font-size: 12px;
}
.forum-item:hover .timeline-options a,
.thread-item:hover .timeline-options a,
.thread-body:hover .timeline-options a {
	opacity: 1;
}
.thread-body:hover .timeline-options {
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	position: relative;
	display: inline;
}
.answer-item,
.new-thread-form,
.thread-reply-form > .reply-form-wrapper {
	border-left: 4px solid #e0e0e0;
}
.answer-item .thread-unreaded {
	border-left-width: 4px;
	border-left-style: solid;
}
.thread-answers,
.thread-reply-form {
	margin-left: 48px;
}
.thread-answers .thread-answers,
.thread-answers .thread-reply-form {
	margin-left: 38px;
}
.thread-reply-form .reply-form-wrapper {
	border-top: 1px solid #eee;
	padding: 8px 8px 8px 38px;
	margin: 0;
}
.new-thread-form .reply-form-wrapper {
	margin: 0;
	padding-left: 40px;
}
.new-thread-form .reply-form-wrapper .fake-input,
.thread-reply-form .reply-form-wrapper .fake-input {
	font-size: 12px;
	height: 30px;
}
.thread-reply-form .reply-form-wrapper > form > .avatar {
	top: 12px;
	left: 8px;
}

.answer-placeholder {
	position: absolute;
	color: #c0c0c0;
	background: #c0c0c0;
	top: 0;
	bottom: 0;
	width: 4px;
	left: -4px;
	display: none;
	cursor: pointer;
}

.thread-answered:hover > .answer-placeholder {
	display: block;
}

.answer-placeholder .fa {
	position: absolute;
	bottom: 5px;
	left: 8px;
	font-size: 10px;
	cursor: pointer;
}

.thread-answered:hover > .answer-placeholder .fa:before {
	content: "\f077";
}

.thread-answered:hover > .answer-placeholder.answer-collapsed .fa:before {
	content: "\f078";
}

.product-category {
	font-size: 12px;
	background: rgba(230, 230, 230, .5);
	margin: 0 -10px;
	padding: 5px 10px !important;
}

.product-category:first-child {
	margin-top: -10px;
}

.product-category .product-title {
	text-transform: uppercase;
	font-weight: normal;
	display: inline;
}

.product-category .product-description {
	display: inline;
	padding-left: 5px;
	white-space: normal;
}

/* Popup de permisos */
.modal-permission-editor .token-input-input-token {
	display: block !important;
	width: auto !important;
}

.modal-permission-editor .token-input-input-token input {
	display: block !important;
	width: 100% !important;
	background: transparent;
}

.modal-permission-editor div.token-input-dropdown {
	height: 181px;
}

.modal-permission-editor .token-input-list {
	border-top: none;
	box-shadow: none;
}

.modal .permission-editor {
	padding-top: 6px;
}

.modal .permission-editor > a,
.modal .permission-editor > a .span {
	vertical-align: middle;
}

.permission-summary,
.permission-summary td,
.permission-summary th {
	font-size: 12px;
	line-height: 1.1 !important;
}

.permission-summary {
	border: 1px solid #d2d6de;
	margin-bottom: 5px;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.permission-summary > p {
	margin: 5px 10px;
	color: #767676;
}

.permission-editor .popover {
	max-width: 375px;
}

.permission-editor .popover .permission-summary {
	border: none;
}

.modal #permissionsWrapper .control-label,
.modal #permissionsWrapper .permission-editor {
	padding-top: 0;
}

.input-xs {
  height: 22px;
  padding: 1px 5px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-xs {
  height: 22px;
  line-height: 22px;
}
textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}

/* Ocultamos el permiso de creación en el caso de documentos */
#modalEditDocument .header-create-items,
#modalEditDocument .check-create-items,
#uploadDocumentsZone .header-create-items,
#uploadDocumentsZone .check-create-items,
.hide-creation-permission .header-create-items,
.hide-creation-permission .check-create-items {
	display: none !important;
}

/* Ocultamos el permiso de control total */
.permission-summary .header-control,
.permission-summary .check-control,
.permission-list .header-control,
.permission-list .check-control {
	display: none !important;
}

/* Widgets */
.box-widget .not-found {
	margin: 15px 0;
}

.box-widget .box-footer a {
	padding: 10px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.box-widget .service-list {
	list-style-type:none;
	padding: 0;
	margin: 0;
	max-height: 470px;
	overflow: auto;
}

@media (max-width: 767px) {
	.box-widget .service-list {
		max-height: 100%;
	}
}

.box-widget .service-list .row,
.box-widget .service-list .row > span {
	display: block;
}

.box-widget .box-body,
.box-widget .box-footer {
	padding: 0;
	position: relative;
}

.box-widget .service-item {
	padding: 10px;
	margin: 0;
	border-top: 1px solid #eee;
}

.box-widget .service-item:first-child {
	border-top: none;
}

.box-widget-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .5;
}

/* Widget: Últimos documentos */
.box-widget-attachment .attachment-list > a {
	margin-left: 0;
}

.box-widget-attachment .community-files {
	padding: 0;
}

.box-widget-attachment .community-files .attachments {
	margin: 0;
}

.box-widget-attachment .community-files .attachment-list:first-child > a {
	border-top: none;
}

.box-widget-attachment .attachment-list .timeline-options {
	right: 15px;
}

.box-widget-attachment .box-footer {
	padding: 0;
}

.box-widget-attachment .box-footer a {
	padding: 10px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

/* Widget: Actividad más reciente */
.box-widget-timeline ul.timeline-main {
	margin: 10px 10px -5px -10px;
}

@media (max-width: 767px) {
	.box-widget-timeline ul.timeline-main {
		margin-left: 10px;
	}
}

.box-widget-timeline .box-footer {
	padding: 0;
}

.box-widget-timeline .box-footer a {
	padding: 10px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

/* Formulario genérico de creación/edición de elementos de un servicio */
.service-form .panel,
.service-form .form-field,
.service-form .form-group {
	margin-bottom: 15px;
	position: relative;
}

.service-form .multiple-controls {
	position: absolute;
	top: 0;
	right: 0;
}

.service-form .multiple-control {
	vertical-align: top;
}

.service-form .fa-asterisk {
	font-size: 11px;
}

.service-form .checkbox-inline label,
.service-form .radio-inline label {
	font-weight: normal;
}

.service-form .radio-inline+.radio-inline,
.service-form .checkbox-inline+.checkbox-inline {
	margin-left: 0;
}

.service-form .radio,
.service-form .radio-inline,
.service-form .checkbox,
.service-form .checkbox-inline {
	margin-right: 15px;
}

.plugin-form .multiselect .caret,
.service-form .multiselect .caret {
	position: absolute;
	top: 15px;
	right: 7px;
}

/* Listado de elementos de un servicio */
.show-popover .service-wrapper .box-tools {
	z-index: 0;
}

.service-wrapper .service-view-list {
	margin-bottom: 0;
}
.service-wrapper .service-view-list ul > li.not-found,
.service-wrapper .service-view-list tr > td.not-found,
.service-wrapper .service-view-list tbody > tr > td.not-found,
.service-wrapper .service-view-list .not-found {
	padding: 70px 10px;
	text-align: center;
	color: #767676;
	border: none;
}
.service-wrapper .service-view-list th {
	line-height: 1;
}
.service-wrapper .box-footer {
	position: relative;
	padding: 0;
	border-top: 0;
}

.service-wrapper .box-footer.overlay-wrapper {
	padding: 30px;
}

.box-widget .service-item .item-actions a,
.service-wrapper .item .item-actions a {
	opacity: 0;
}
.box-widget .service-item:hover .item-actions a,
.box-widget .service-item .item-actions a:focus,
.service-wrapper .item:hover .item-actions a,
.service-wrapper .item .item-actions a:focus {
	opacity: 1;
}

.user-layout {
	position: relative;
}

@media (min-width: 992px) {
	.user-layout .row > *:not(:last-child) {
		padding-right: 0;
	}
}

.ui-sorting {
	overflow: inherit !important;
}

.user-layout .box-header {
	cursor: move;
}

.item-parameter {
	color: #333;
}

.item-name {
	font-weight: 600;
}

.item-description {
	color: #767676;
}

@media (max-width: 767px) {
	/* En móviles mostramos siempre las opciones */
	.box-widget .service-item .item-actions a,
	.service-wrapper .item .item-actions a {
		opacity: 1;
	}
}
.service-items-searcher {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: rgba(255, 255, 255, 0.8);
	color: #444;
	padding: 10px;
	position: relative;
}
.service-items-searcher .form-group {
	margin-bottom: 0;
}

.service-items-searcher .form-group > label,
.service-items-searcher .form-group > div {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.service-items-searcher .form-group > label {
		word-wrap: break-word;
		padding-right: 0;
		padding-left: 5px;
	}
}
.service-items-searcher .form-group > label:nth-child(3n+1) {
	clear: both;
}
.parameter-detail-key {
	font-weight: bold;
	text-align: right;
}
.parameter-detail-value {
	padding-bottom: 10px;
}

.parameter-instance {
	border-top: 1px dotted #d2d2d2;
	padding-top: 8px;
	padding-bottom: 4px;
}

.parameter-instance:first-child {
	padding-top: 0;
	border-top: none;
}

.parameter-instance:last-child {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.parameter-detail-key {
		text-align: left;
	}
}

.plugin-form .multiselect .caret,
.service-form .multiselect .caret {
	position: absolute;
	top: 15px;
	right: 7px;
}

.panel-plugin-definition .panel-title > a {
	display: block;
	font-weight: normal;
}

.control-list,
.definition-list {
	margin: -1px;
	padding: 0;
	position: relative;
}

.control-item {
	padding: 6px 10px;
	cursor: move;
	border-radius: 0 !important;
}

.control-item.dragged {
	z-index: 1;
	position: absolute !important;
}

.controls-panel {
	margin-right: -15px;
}

.definition-panel {
	padding-left: 0;
	background: #f4f4f4;
	border: 1px solid #ddd;
}

.definition-list {
	position: inherit;
	min-height: 368px;
}

.definition-list .list-group-item {
	position: inherit;
}

.definition-list .placeholder {
    position: relative;
    display: block;
    margin-bottom: -1px;
    border: 1px solid #ddd;
	background: #ffffcc;
	height: 34px;
	list-style: none;
}

.definition-list ol {
	padding: 0;
	margin: 6px 0 6px 21px;
}

.definition-list ol:empty {
	margin: 0;
}

.control-item[data-type='complex'] {
	background: #fffff0;
}

.control-description {
	color: #767676;
	margin-left: 5px;
}

.control-icons {
	color: #aaa;
	font-size: 12px;
}

.control-icons .fa {
	margin-left: 6px;
}

.control-item .item-actions a {
	opacity: 0;
}

.control-item:hover .item-actions a,
.control-item .item-actions a:focus {
	opacity: 1;
}
.attachment-item:hover .timeline-options a {
  opacity: 1;
}
/* Parche para animate.min.css que soluciona problemas de z-index */
.animated{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:initial;
	animation-fill-mode:initial;
}

/* Mensaje para la descarga de las Apps */
.app-message {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 100;
	background: #ffffff;
	overflow: auto;
	padding-bottom: 50px;
}

.app-message .close {
	font-size: 60px;
	font-weight: 400;
	padding: 0 15px;
}

.app-message p {
	font-size: 20px;
	margin: 0 40px 60px;
}

.app-message .btn {
	font-size: 18px;
}

.app-message .col-xs-6 > img {
	width: 50%;
}

.app-message .title {
	padding: 60px 40px 0;
}

.newItemStatic {
  background: #ffffcc;
}

@keyframes newItem {
  from {
    background: #ffffcc;
  }

  to {
    background: rgba(255, 255, 255, 0.8);
  }
}

.newItem {
  animation-name: newItem;
}

/* Procesos */
.inbox-menu ul li {
    position: relative;
}

.inbox-menu ul li a {
    display: block;
    padding-right: 60px !important;
    line-height: 1.8;
}

.inbox-menu ul li.header {
    padding: 10px 20px 3px 20px;
    margin-top: 5px;
    border-top: 1px solid #e8e8e8;
	color: #666;
}

.inbox-menu ul li:first-child {
    padding: 3px 20px;
    border-top: none;
}

.inbox-menu ul li .label-counter {
    right: 20px;
}

.product-list-in-box > .item.inbox {
	border-bottom: 1px solid #e4e4e4;
	padding-top: 0;
	padding-bottom: 0;
}
.product-list-in-box > .item.inbox .product-img img {
	width: 40px;
	height: 40px;
}
.product-list-in-box > .item.inbox .product-info {
	margin-left: 50px;
}
.item.inbox > div:before,
.item.inbox > div:after {
	content: " ";
	display: table;
}
.item.inbox > div:after {
	clear: both;
}

.process-source {
	float: left;
}

.inbox-answers {
	float: right;
}

@media (max-width: 767px) {
	.process-source,
	.inbox-answers {
		float: none;
	}

	.inbox-answers {
		margin-top: 20px;
	}
}

.inbox-header {
	padding: 10px;
}

.inbox-body {
	padding: 10px 10px 0 10px;
}

.inbox-body .attachment-metadata .table td,
.inbox-body .attachment-metadata .table th {
	padding: 2px 4px;
	color: #444;
	font-size: 13px;
}

.inbox-body .attachment-metadata .meta-name {
	width: 30%;
}

.inbox-body .attachment-metadata .meta-value {
	width: 70%;
}

.inbox-body .service-item {
	padding: 0 0 20px;
}

.inbox-body .service-item a,
.inbox-body .service-item p {
	padding: 0;
	margin: 0;
}

.inbox-body .attachment-item,
.inbox-body .attachment-metadata {
	float: left;
}

.inbox-body .attachment-metadata {
	width: 75%;
}
@media (max-width: 1360px) {
	.inbox-body .attachment-metadata {
		width: 65%;
	}
}
@media (max-width: 1200px) {
	.inbox-body .attachment-metadata {
		width: 50%;
	}
}
@media (max-width: 1000px) {
	.inbox-body .attachment-item,
	.inbox-body .attachment-metadata {
		float: none;
	}
	.inbox-body .attachment-metadata {
		width: 100%;
	}
	.inbox-body .attachment-metadata .table td,
	.inbox-body .attachment-metadata .table th {
		padding: 2px 0;
	}
	.inbox-body .attachment-item {
		margin-right: 0;
	}
}

.timeline-title {
	display: block;
	margin: 15px 10px 0 0;
	padding: 5px 0 10px;
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
	border-top: 1px solid #ddd;
}

.content-listMode .timeline-title {
    margin: 15px 0 0 -10px;
    padding: 8px 10px;
    background: rgba(230, 230, 230, .5);
}

.content-listMode .pending-attachments {
	margin-top: 0;
}

.service-view-header-disabled .header-name-description a,
.service-view-header-disabled .header-parameter a {
	pointer-events: none;
	cursor: default;
	outline: none;
	color: #444;
}

.service-view-header-disabled .sort-icon {
	display: none;
}

.service-title {
    display: block;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}

.btn-pending-items {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 1095px) {
	.btn-pending-items {
		max-width: 160px;
	}
}

.btn-pending-items:active,
.btn-pending-items:focus,
.btn-pending-items:hover {
	text-decoration: none;
}

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

.fa-bottom {
	bottom: -1em;
}
.fa-signature {
	font-size: 7px;
	margin-top: -1em;
}

.item-signature-pending {
	background: #f5f5f5;
}

.item-signature-pending .product-info {
	margin-right: 60px;
}

.signature-pending {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 44px;
    color: #ccc;
}

.modal-process-signatures .item {
	padding-left: 10px;
}

/* Comentarios de un servicio */
.comment-form iframe {
	width: 99.9% !important;
}

.product-list-comments > .item.comment {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #f4f4f4;
}
.product-list-comments > .item.comment:last-of-type {
	border-bottom-width: 0;
}

.product-list-comments > .item.comment {
	border-bottom: 1px solid #e4e4e4;
}

.product-list-comments > .item.comment .time {
	color: #767676;
	float: right;
	font-size: 12px;
	font-weight:normal;
	position: relative;
}

.product-list-comments > .item.comment .product-img img {
	width: 40px;
	height: 40px;
}
.product-list-comments > .item.comment .product-info {
	margin-left: 50px;
}

.product-list-comments > .item.comment .product-description {
	white-space: normal;
}

.product-list-comments > .item.comment .panel {
	background: transparent;
}

.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
}
