@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
/*
 *
 *	CorpTotal - .middle Theme
 *	Todos os direitos reservados
 * 
*/

/* *** Reset CSS *** */
html {
	height: 100%;
	font-size: 100%;
}
body {
	color: #565656;
	background: #F0F3F3;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
object{
	display: none;
}
body object{
	display: inherit;
}
a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #2e2e32;
}
a:hover,
a:active {
	outline: none;
	text-decoration: none;
	color: #999999;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Montserrat", sans-serif;
	color: #424856;
	margin: 0;
}
h1,.h1 {
	font-size: 1.375em;
}
h2,.h2 {
	font-size: 1.188em;
}
h3,.h3 {
	font-size: 1.063em;
}
h4,.h4 {
	font-size: 0.938em;
}
h5,.h5 {
	font-size: 0.813em;
}
h6,.h6 {
	font-size: 0.75em;
}
p {
	font-size: 0.875em;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	max-width: 100%;
}
::selection {
	background: #fff7dd;
}
::-moz-selection {
	background: #fff7dd;
}
canvas {
	display: block;
	padding: 0;
	margin: 0 auto;
	max-width: 100%;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace .pace-progress {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 4px;
	background: #66cac4;
	-webkit-transition: -webkit-transform 0.3s, width 1s;
	-moz-transition: width 1s;
	-o-transform: width 1s;
	transition: transform .3s, width 1s;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	pointer-events: none;
}
.pace.pace-active .pace-progress {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.alert-development{
	font-size: 15px;
	text-align: center;
}
/* *** Header **** */
#header {
	z-index: 200;
	height: 65px;
	position: absolute;
	width: 100%;
	margin-right: 0;
}
#header .brand {
	float: left;
	width: 250px;
	height: 65px;
	padding: 0;
	position: relative;
}
#header .logo {
	height:65px;
	color: #1d212a;
	font-size: 1.188em;
	text-transform: uppercase;
	padding: 6px 10px 0 10px;
	display: inline-block;
}
#header .logo:hover,
#header .logo:focus{
	background:#0198DA;
}
#header .logo img {
	margin-right: 6px;
	margin-top: -4px;
	max-height: 100%;
}
#header .navbar-nav {
	margin: 0;
}
#header .navbar-left {
	float: left;
	z-index: 100;
}
#header .navbar-right {
	float: right;
	margin-right: 5px;
}
#header .btn i {
	padding: 0;
}
#header button.sidebar-toggle,
#header button#toggle-profile {
	width: 50px;
	height: 65px;
	font-size: 1.125em;
	padding: 15px;
	cursor: pointer;
	float: left;
	background-color: transparent;
	border-radius: none;
	border: none;
}
#header button.sidebar-toggle:hover,
#header button.sidebar-toggle:active,
#header button#toggle-profile:hover,
#header button#toggle-profile:active,
#header button#toggle-fullscreen:hover,
#header button#toggle-fullscreen:active {
	box-shadow: none;
	outline: none!important;
	border: none;
}
#header button.sidebar-toggle:focus,
#header button#toggle-profile:focus,
#header button#toggle-fullscreen:focus {
	outline: none;
	border: none;
}
#header .nav li.profile > a > .meta {
	display: table;
	width: 100%;
}
#header .nav li.profile > a > .meta > .avatar {
	display: table-cell;
	vertical-align: middle;
	max-width: 32px;
	height: 32px;
	top:-2px;
}
#header .nav li.profile > a > .meta > .text {
	font-size: 0.75em;
	font-weight: 600;
	padding: 0 15px 0 10px;
	display:inline-block;
	min-width: 100px;
}
@media (max-width: 767px) {
	#header .nav li.profile > a > .meta > .text {
		display:none;
	}
}
#header .nav li.profile > a {
	padding: 0 15px;
	height: 52px;
	line-height: 52px;
	color: #13161C;
	text-shadow: none;
	background: #FFF;
	margin:5px;
	border-radius: 10px;
}
#header .nav li.profile > a:hover,
#header .nav li.profile > a:active,
#header .nav li.profile > a:focus {
	box-shadow: none;
	outline: none!important;
	border: none;
	color: #13161C;
}
#header .navbar-right > .dropdown > .dropdown-menu {
	width:95%;
	position: absolute;
	margin-top: 5px;
	left: 5px;
	background-color: #fff;
	border: 1px solid #e0e7e8;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
#header .arrow {
	border-width: 8px;
	z-index: 10;
}
#header .arrow,
#header .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
#header .arrow:after {
	border-width: 7px;
	content: "";
}
#header .arrow.top {
	left: 50%;
	margin-left: -8px;
	border-top-width: 0;
	border-bottom-color: #eee;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	top: -8px;
}
#header .arrow.top:after {
	content: " ";
	top: 1px;
	margin-left: -7px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
#header .dropdown-menu > li > a > .icon {
	display: inline-block;
	min-width: 14px;
	text-align: center;
	margin-right: 5px;
}
#header .dropdown-menu > li.active > a,
#header .dropdown-menu > li:active > a {
	background-color: #fbfbfb;
	color: #444444;
}
#header .dropdown-menu > li.active > a:hover,
#header .dropdown-menu > li:active > a:hover {
	background-color: #fbfbfb;
	color: #373737;
}
#header .profile ul > li:first-child {
	padding: 10px;
}
#header .profile ul > li h5,
#header .profile ul > li p {
	font-size: 0.813em;
	margin: 0;
	padding: 0;
}
#header .profile ul > li .progress {
	margin-bottom: 0;
} 
@media (max-width: 767px) {
	#header button.sidebar-toggle{
		padding: 0px 25px;
		width: 60px;
	}
	#header .brand {
		width: 100%;
		padding: 0 40px 0 0px;
		text-align: center;
	}
	#header .logo {
		font-size: 1.375em;
		padding: 14px 0 0 0;
	}
	#header .logo img {
		width:200px;
		margin-top:-8px;
		margin-right: 5px;
	}
	#header .navbar-left {
		position: absolute;
		left: 0;
	}
	#header .navbar-right {
		position: absolute;
		right: 0;
	}
	#header .navbar-right{
		width:90px;
	}
	#header .navbar-right .meta .text{
		display: none;
	}
	#header .navbar-right > .dropdown > .dropdown-menu{
		width:auto;
		left:inherit;
		right:0px;
	}
	#header .navbar-right .arrow.top{
		margin-left:24px;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header{
		padding:5px 35px 5px 25px;
	}

}
@media only screen and (max-width: 660px) {
	#header .user-nav ul {
		padding-left: 0;
	}
	#header .toggle-navigation.toggle-left {
		float: left;
	}
	.user-nav ul li {
		font-size: 0.75em;
	}
}
@media only screen and (max-width: 479px) {
	#header .dropdown.messages {
		display: none;
	}
}


/* *** SideBar *** */
.sidebar {
	position: absolute;
	min-height: 100%;
	width: 240px;
	padding-top: 75px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.sidebar .nav a {
	text-decoration: none;
	font-weight: 600;
}
.sidebar .nav i {
	font-size: 1em;
	margin-right: 5px;
}
.sidebar .nav .nav-sub {
	list-style: none;
	padding: 0;
	display: none;
}
.sidebar .nav .nav-sub li > a {
	padding-right: 10px;
	font-size: 0.813em;
	padding: 8px 0 8px 10px;
	display: block;
}
.sidebar .nav > li > .nav-sub > li > a {
	padding-left: 25px;
	margin-top:2px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > a {
	padding-left: 45px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
	padding-left: 65px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
	padding-left: 70px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
	padding-left: 75px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > a {
	padding-left: 15px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > .nav-sub > li > a {
	padding-left: 25px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
	padding-left: 35px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
	padding-left: 45px;
}
.sidebar .nav .nav-sub .nav-dropdown > a {
	padding-right: 30px;
}
.sidebar .nav .nav-sub > .open > a,
.sidebar .nav .nav-sub > .open > a:focus,
.sidebar .nav .nav-sub > .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.sidebar .nav-pills {
	margin-left: 10px;
	margin-right: 10px;
}
.sidebar .nav-pills > li > a {
	padding: 9px 10px;
	font-size: 0.875em;
}
.sidebar-header {
	color: #6F737E;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	padding: 15px 10px 5px;
	text-transform: uppercase;
}
.sidebar-left a {
	color: #B3B8C3;
}
.sidebar-left a:focus,
.sidebar-left a:hover {
	color: #fff;
	background-color: transparent;
}
.sidebar-left .active > a,
.sidebar-left .active > a:focus,
.sidebar-left .active > a:hover {
	color: #ffffff;
}
.sidebar-left .disabled > a,
.sidebar-left .disabled > a:focus,
.sidebar-left .disabled > a:hover {
	color: #5c606b;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.sidebar-left .sidebar-profile .media-body h4 {
	color: #f5f5f5;
}
.sidebar-mini .sidebar-left .nav > li.open > a {
	color: #B3B8C3;
	background-color: transparent;
}
.sidebar-left .nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.sidebar-left .nav > .disabled > a,
.sidebar-left .nav > .disabled > a:focus,
.sidebar-left .nav > .disabled > a:hover {
	color: #5c606b;
	background-color: transparent;
}
.sidebar-left .nav-sub li.open > a {
	color: #fff;
	background-color: transparent;
}
.sidebar + .middle {
	width: 100%;
}
.sidebar-mini .sidebar .sidebar-profile {
	padding: 15px 0;
	margin: -20px 0 10px 0;
	display: none;
}
.sidebar-mini .sidebar .avatar i {
	position: absolute;
	left: 2px;
	top: 0;
}
@media (max-width: 767px) {
	.sidebar {
		left: -240px;
	}
	.sidebar-opened .sidebar-left {
		display: block;
		left: 0;
	}
	.sidebar-opened .sidebar-left + .middle {
		left: 240px;
		overflow: hidden;
	}
	.sidebar-opened {
		overflow-x: hidden;
	}
}
@media (min-width: 768px) {
	.sidebar {
		display: block;
	}
	.sidebar-mini .sidebar {
		width: 50px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	.sidebar-mini .sidebar .nav > li.nav-dropdown.nav-dropdown-open > a,
	.sidebar-mini .sidebar .nav > li.nav-dropdown:hover > a {
		border-bottom-right-radius: 0;
	}
	.sidebar-mini .sidebar .nav > li.nav-dropdown > a:after {
		display: none;
		content: "";
		top: 12px;
		left: 34px;
		font-size: 0.625em;
	}
	.sidebar-mini .sidebar .nav > li > a {
		padding: 10px 9px;
		white-space: nowrap;
		overflow: hidden;
	}
	.sidebar-mini .sidebar .nav > li a .badge,
	.sidebar-mini .sidebar .nav > li a .label {
		display: none;
	}
	.sidebar-mini .sidebar .nav > li > a > i:first-child {
		margin-right: 10px;
		width: 22.28px;
	}
	.sidebar-mini .sidebar .nav > li > .nav-sub {
		position: absolute;
		left: 50px;
		margin-top: 0;
		padding-bottom: 2px;
		display: none!important;
		border-radius: 0 0 4px;
	}
	.sidebar-mini .sidebar .nav > li.nav-dropdown-open,
	.sidebar-mini .sidebar .nav > li:hover {
		width: 240px;
		z-index: 10;
	}
	.sidebar-mini .sidebar .nav > li.nav-dropdown-open a,
	.sidebar-mini .sidebar .nav > li:hover a {
		display: block;
		overflow: visible;
		white-space: normal;
	}
	.sidebar-mini .sidebar .nav > li.nav-dropdown-open a .badge,
	.sidebar-mini .sidebar .nav > li.nav-dropdown-open a .label,
	.sidebar-mini .sidebar .nav > li:hover a .badge,
	.sidebar-mini .sidebar .nav > li:hover a .label {
		display: block;
	}
	.sidebar-mini .sidebar .nav > li.nav-dropdown-open > .nav-sub,
	.sidebar-mini .sidebar .nav > li:hover > .nav-sub {
		display: block!important;
		z-index: 10;
	}
	.sidebar-mini .sidebar .nav-pills {
		margin-left: 5px;
		margin-right: 5px;
	}
	.sidebar-mini .sidebar .nav-pills > li.nav-dropdown-open,
	.sidebar-mini .sidebar .nav-pills > li:hover {
		width: 255px;
	}
	.sidebar-mini .sidebar .nav-pills > li > a > i {
		margin-right: 10px;
		width: 23px;
	}
	.sidebar-mini .sidebar .nav-pills > li.nav-dropdown > a {
		padding-right: 10px;
	}
	.sidebar-mini .sidebar .nav-pills > li > .nav-sub {
		left: 45px;
		width: 210px;
	}
	.sidebar-mini .sidebar .nav-pills > li > .nav-sub a {
		padding-right: 5px;
	}
	.sidebar-mini .sidebar .nav-pills > li > .nav-sub .nav-dropdown > a {
		padding-right: 30px;
	}

	.sidebar .nav .open{
		background: #171B20;
		border-radius: 3px;
	}

	.sidebar .nav > li > .nav-sub > li.active:hover > a{
		background:#FFF;
		color:#1d2939;
	}

	.sidebar .nav > li > .nav-sub > li.active > a,
	.sidebar .nav > li > .nav-sub > li.active > a:hover{
		background:#0198DA;
		color:#FFF;
		border-radius:3px;
	}

	.sidebar-mini .sidebar .sidebar-header,
	.sidebar-mini .sidebar .sidebar-summary {
		display: none;
	}

	.sidebar + .middle {
		margin-left: 240px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		width: auto;
	}
	.sidebar-mini .navbar .navbar-brand-group {
		width: 100px;
	}
	.sidebar-mini .navbar .navbar-brand-group .navbar-brand {
		width: 50px;
	}
	.sidebar-mini .sidebar + .middle {
		margin-left: 50px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
}
@media only screen and (max-width: 660px) {
	.sidebar-toggle {
		margin-left: 0;
		width: 100%;
	}
	.main-content-toggle-left {
		margin-left: 660px;
	}
	.user-nav ul li {
		font-size: 0.75em;
	}
}
.sidebar div.divider {
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background: #13161C;
}
.sidebar .nav-pills > li > a > .badge {
	margin: 3px 0;
}
.sidebar .setting-list {
	padding: 0 20px 20px 20px;
}
.sidebar .setting-list label {
	color: #B3B8C3;
	font-size: 0.75em;
	margin-bottom: 10px;
}
.sidebar .setting-list label:hover {
	cursor: pointer;
}
.sidebar-mini .setting-list {
	display: none;
}
/* *** Footer *** */
footer{
	background:url(../img/painel/footer-bg.png) repeat-x;
	height:69px;
}
footer .copyright{
	line-height: 20px;
	padding-top:25px;
	color:#FFF;
	text-align: center;
	font-size:14px;
}

#assinatura-wcorp {
}

button.lk-politica{
  background-color:transparent !important;
  -webkit-border-top-left-radius:28px;
  -moz-border-radius-topleft:28px;
  border-top-left-radius:28px;
  -webkit-border-top-right-radius:28px;
  -moz-border-radius-topright:28px;
  border-top-right-radius:28px;
  -webkit-border-bottom-right-radius:28px;
  -moz-border-radius-bottomright:28px;
  border-bottom-right-radius:28px;
  -webkit-border-bottom-left-radius:28px;
  -moz-border-radius-bottomleft:28px;
  border-bottom-left-radius:28px;
  text-indent:0;
  border:1px solid #FFFFFF;
  display:inline-block;
  color:#ffffff;
  font-size:13px;
  line-height:26px;
  padding: 0px 14px;
  text-align:center;
  z-index: 882;
  outline: none;
  cursor: pointer;
  font-family: 'MyriadProCondensed';
  font-size: 0.8em;
  margin: 10px 0;
}
  button.lk-politica:active,
  button.lk-politica:hover {
    border: 1px solid #3e8fff !important;
    outline: none;

  }

/* *** .middle Content *** */
#main-wrapper {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	min-width: 360px;
}
.middle {
	margin-right: 0;
	padding-top: 60px;
	background: #F0F3F3;
	position: relative;
}
.middle main {
	padding: 15px 15px 0 15px;
	width: 100%;
	min-height: 500px;
}
.middle main .h1 {
	margin: 0;
	padding: 0px 10px 40px 10px;
	float: left;
	line-height: 10px;
	font-weight: 300;
	font-size: 1.5em;
}
.main-content-toggle-left {
	margin-left: 0;
}
.main-content-toggle-right {
	margin-right: 240px;
}
.main-header {
	padding: 15px;
	border-bottom: 1px solid #dce0e6;
	border-top: 1px solid #eee;
	background: #F6F8F8;
	position: relative;
	z-index: 5;
}
.main-header h2 {
	font-weight: 300;
	margin: 0;
}
.main-header .description {
	margin: 0;
	margin-top: 5px;
	color: #999;
}
.main-header .description a{
	color:#888;
}
.main-header .description a:hover,
.main-header .description a:focus{
	color:#444;
}
.main-header .main-buttons{
	position: absolute;
	right: 20px;
	top: 15px;
	width: 50%;
	max-width: 500px;
	text-align: right;
}
.main-header .main-buttons .main-buttons-toggle{
	display:none;
}

@media (max-width: 767px) {
	.middle {
		margin-left: 0;
	}
	.main-header .main-buttons{
		text-align: right;
		width:100%;
	}

	.main-buttons-list{
		float:right;
		border-radius: 5px;
		min-height: 50px;
		box-shadow: 0px 0px 20px 10px #F6F8F8;
		background: #F6F8F8;
		z-index: 10;
		text-align: right;
		margin-right: 3px;
	}
	.main-header .main-buttons .btn{
		margin:1px;
		display:none;
		max-width: none;
		overflow: hidden;
	}
	.main-header .main-buttons .btn.btn-voltar{
		display: inline-block;
	}
	.main-header .main-buttons .main-buttons-toggle{
		display:none;
		float:right;
		width:60px;
		border-radius: 5px;
		display: inline-block;
		max-width: 50px;
		position: relative;
		z-index: 15;
	}
	.main-header .main-buttons .btn.more{
		display:inline-block;
	}
	.main-header .main-buttons .btn.btn-voltar.more{
		display: none;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
	/* .middle Content */
	main .h1 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 660px) {
	.main-content-toggle-left {
		margin-left: 660px;
	}

}
@media only screen and (max-width: 600px) {
	.main-header .main-buttons .btn:not(.main-buttons-toggle){
		max-width: 50px;
	}
	.main-header .main-buttons .btn:not(.main-buttons-toggle) i{
		margin-right: 10px;
	}
}
@media only screen and (max-width: 479px) {
	/* .middle Content */
	main .h1 {
		font-size: 22px;
	}
}

/* Avatar Picture */
.avatar {
	position: relative;
	display: block;
}
.avatar i {
	position: absolute;
	top: 0;
	width: 12px;
	height: 12px;
	margin: 1px;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
}
.avatar i.on {
	background-color: #5DAE49;
}
.avatar i.off {
	background-color: #909aa0;
	-webkit-filter: grayscale(0.5);
}
.avatar img.off {
	-webkit-filter: grayscale(1);
}
.avatar i.busy {
	background-color: #e25d5d;
}
.avatar i.away {
	background-color: #edce8c;
}
.border-dark {
	border-color: #13161C;
}

/* *** Buttons *** */
.btn {
	border: none;
	font-size: 15px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 14px;
	margin-bottom: 5px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
	transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
@media (min-width: 767px) {
	table .btn{
		margin-bottom: 0px;
	}
}
.btn:hover,
.btn:focus {
	outline: none;
}
.btn:active,
.btn.active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none!important;
}
.btn:active{
	position:relative;
	top:4px;
}
.btn.disabled,
.btn[disabled],
.btn fieldset[disabled] .btn {
	background-color: #909aa0;
	color: rgba(255, 255, 255, 0.75);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.btn i {
	padding: 0 5px;
}

.btn-default,
.btn-default:link,
.btn-default:visited {
	color: #ffffff;
	background-color: #949597;
	outline: none!important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #858585;
	border-color: #858585;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background: #858585;
	border-color: #858585;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #909aa0;
	border-color: #909aa0;
}
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
	color: #fff;
	background-color: #0198DA;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #0076B8;
	border-color: #0076B8;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background: #0076B8;
	border-color: #0076B8;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #556b8d;
	border-color: #556b8d;
}
.btn-info,
.btn-info:link,
.btn-info:visited {
	color: #ffffff;
	background-color: #28769B;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #226484;
	border-color: #226484;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background: #1f7bb6;
	border-color: #1f7bb6;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #1f7bb6;
	border-color: #1f7bb6;
}
.btn-danger,
.btn-danger:link,
.btn-danger:visited {
	color: #ffffff;
	background-color: #EA1943;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #C80021;
	border-color: #C80021;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background: #C80021;
	border-color: #C80021;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #e25d5d;
	border-color: #e25d5d;
}
.btn-success,
.btn-success:link,
.btn-success:visited {
	color: #ffffff;
	background-color: #5DAE49;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #368722;
	border-color: #368722;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background: #368722;
	border-color: #368722;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5DAE49;
	border-color: #5DAE49;
}
.btn-warning,
.btn-warning:link,
.btn-warning:visited {
	color: #ffffff;
	background-color: #EDA400;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #DB9302;
	border-color: #DB9302;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background: #DB9302;
	border-color: #DB9302;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #edce8c;
	border-color: #edce8c;
}
/* 3d Buttons*/
.btn.btn-3d {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.btn-3d:active {
	-webkit-transform: translate(0, 3px);
	-moz-transform: translate(0, 3px);
	transform: translate(0, 3px);
}
.btn-default.btn-3d {
	-webkit-box-shadow: 0px 6px 0px #858e93;
	-moz-box-shadow: 0px 6px 0px #858e93;
	box-shadow: 0px 6px 0px #858e93;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
	background-color: #909aa0;
}
.btn-default.btn-3d:active {
	-webkit-box-shadow: 0px 2px 0px #858e93;
	-moz-box-shadow: 0px 2px 0px #858e93;
	box-shadow: 0px 2px 0px #858e93;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
	background-color: #909aa0;
}
.btn-primary.btn-3d {
	-webkit-box-shadow: 0px 6px 0px #4d617f;
	-moz-box-shadow: 0px 6px 0px #4d617f;
	box-shadow: 0px 6px 0px #4d617f;
}
.btn-primary.btn-3d:active {
	-webkit-box-shadow: 0px 2px 0px #4d617f;
	-moz-box-shadow: 0px 2px 0px #4d617f;
	box-shadow: 0px 2px 0px #4d617f;
}
.btn-primary.btn-3d:hover,
.btn-primary.btn-3d:focus {
	background-color: #556b8d;
}
.btn-success.btn-3d {
	-webkit-box-shadow: 0px 6px 0px #24aca5;
	-moz-box-shadow: 0px 6px 0px #24aca5;
	box-shadow: 0px 6px 0px #24aca5;
}
.btn-success.btn-3d:active {
	-webkit-box-shadow: 0px 2px 0px #24aca5;
	-moz-box-shadow: 0px 2px 0px #24aca5;
	box-shadow: 0px 2px 0px #24aca5;
}
.btn-success.btn-3d:hover,
.btn-success.btn-3d:focus {
	background-color: #5DAE49;
}
.btn-info.btn-3d {
	-webkit-box-shadow: 0px 6px 0px #2273a5;
	-moz-box-shadow: 0px 6px 0px #2273a5;
	box-shadow: 0px 6px 0px #2273a5;
}
.btn-info.btn-3d:active {
	-webkit-box-shadow: 0px 2px 0px #2273a5;
	-moz-box-shadow: 0px 2px 0px #2273a5;
	box-shadow: 0px 2px 0px #2273a5;
}
.btn-info.btn-3d:hover,
.btn-info.btn-3d:focus {
	background-color: #1f7bb6;
}
.btn-warning.btn-3d {
	-webkit-box-shadow: 0px 6px 0px #dbbd7d;
	-moz-box-shadow: 0px 6px 0px #dbbd7d;
	box-shadow: 0px 6px 0px #dbbd7d;
}
.btn-warning.btn-3d:active {
	-webkit-box-shadow: 0px 2px 0px #d6ae11;
	-moz-box-shadow: 0px 2px 0px #d6ae11;
	box-shadow: 0px 2px 0px #d6ae11;
}
.btn-warning.btn-3d:hover,
.btn-warning.btn-3d:focus {
	background-color: #edce8c;
}
.btn-danger.btn-3d {
	-webkit-box-shadow: 0px 6px 0px #c94034;
	-moz-box-shadow: 0px 6px 0px #c94034;
	box-shadow: 0px 6px 0px #c94034;
}
.btn-danger.btn-3d:active {
	-webkit-box-shadow: 0px 2px 0px #c94034;
	-moz-box-shadow: 0px 2px 0px #c94034;
	box-shadow: 0px 2px 0px #c94034;
}
.btn-danger.btn-3d:hover,
.btn-danger.btn-3d:focus {
	background-color: #e25d5d;
}
/* Square buttons */
.btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
/* Transparent buttons */
.btn-default.btn-trans {
	color: #909aa0;
	background-color: transparent;
	border: solid thin #909aa0;
}
.btn-default.btn-trans:hover,
.btn-default.btn-trans:active,
.btn-default.btn-trans:focus {
	color: #fff;
	background-color: #909aa0;
	border: solid thin #909aa0;
}
.btn-primary.btn-trans {
	color: #556b8d;
	background-color: transparent;
	border: solid thin #556b8d;
}
.btn-primary.btn-trans:hover,
.btn-primary.btn-trans:active,
.btn-primary.btn-trans:focus {
	color: #fff;
	background-color: #556b8d;
	border: solid thin #556b8d;
}
.btn-success.btn-trans {
	color: #5DAE49;
	background-color: transparent;
	border: solid thin #5DAE49;
}
.btn-success.btn-trans:hover,
.btn-success.btn-trans:active,
.btn-success.btn-trans:focus {
	color: #fff;
	background-color: #5DAE49;
	border: solid thin #5DAE49;
}
.btn-info.btn-trans {
	color: #1f7bb6;
	background-color: transparent;
	border: solid thin #1f7bb6;
}
.btn-info.btn-trans:hover,
.btn-info.btn-trans:active,
.btn-info.btn-trans:focus {
	color: #fff;
	background-color: #1f7bb6;
	border: solid thin #1f7bb6;
}
.btn-warning.btn-trans {
	color: #edce8c;
	background-color: transparent;
	border: solid thin #edce8c;
}
.btn-warning.btn-trans:hover,
.btn-warning.btn-trans:active,
.btn-warning.btn-trans:focus {
	color: #fff;
	background-color: #edce8c;
	border: solid thin #edce8c;
}
.btn-danger.btn-trans {
	color: #e25d5d;
	background-color: transparent;
	border: solid thin #e25d5d;
}
.btn-danger.btn-trans:hover,
.btn-danger.btn-trans:active,
.btn-danger.btn-trans:focus {
	color: #fff;
	background-color: #e25d5d;
	border: solid thin #e25d5d;
}
/* Button Sizes */
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover, 
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
	background:#0076B8;
	border-color:#0076B8;
}
table.table tbody td{
	line-height: 18px;
	vertical-align: middle;
}
table.table td.table-heading{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #f9f9f9;
}
table .label{
	min-width: 80px;
	display:inline-block;
}
@media (max-width: 767px) {
	table .label{ min-width: 0; }
}
table.table tbody select{
	min-width:80px;
}
.progress {
	display: block;
	margin-bottom: 8px;
	background-color: #e6ebed;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress.progress-sm {
	height: 15px;
}
.progress.progress-xs {
	height: 6px;
}
.progress .progress-bar {
	background-color: #28769B;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.progress .progress-bar.progress-bar-success {
	background-color: #5DAE49;
}
.progress .progress-bar.progress-bar-info {
	background-color: #1f7bb6;
}
.progress .progress-bar.progress-bar-warning {
	background-color: #edce8c;
}
.progress .progress-bar.progress-bar-danger {
	background-color: #e25d5d;
}
a .thumbnail:hover{
	border-color:#0176B8;
}
a.inline{
	display:inline-block;
}
.panel {
	position:relative;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.panel .panel .panel-body{
	border:solid 1px;
}
.panel > .panel-heading {
	font-weight: 400;
	text-transform: uppercase;
	padding: 14px 10px;
}
.panel-heading > .panel-title {
	height: auto;
	font-size: 0.813em;
}
.panel > .panel-footer {
	border-color: #ecedf0;
}
.modal-footer .btn + .btn {
	margin-bottom: 5px;
}
.panel .actions {
	position: absolute;
	right: 20px;
	top: 8px;
}
.panel.panel-default .actions{
	background: #FFF;
}
@media (max-width: 767px) {
	.panel .actions{
		right: 3px;
		padding:0px 10px;
	}
}
.panel .actions i {
	font-size: 0.875em;
	margin: 0 3px;
}
.panel .actions i:hover {
	cursor: pointer;
}
.panel > .panel-footer {
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px;
}
.panel .panel-body{
	font-size:14px;
}
.panel .panel-body .h1 {
	float: none;
}
.panel fieldset{
	margin:40px 0px;
	position: relative;
	padding:40px 10px 30px 10px;
	background:#FAFAFA;
	border:solid 1px #DDD;
	border-radius:3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.panel fieldset legend{
	display: inline-block;
	width:auto;
	padding:10px;
	background:#FFF;
	font-family: "Montserrat", sans-serif;
	font-size:12px;
	color:#888;
	text-transform: uppercase;
	border:solid 1px #CCC;
	border-radius: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.panel fieldset > legend{
	position:absolute;
	top:-20px;
	left: 20px;
}
.panel-default > .panel-heading {
	border-color: #eff2f7;
	background: #fff;
	color: #767676;
}
.panel-default .actions i {
	color: #909aa0;
	margin: 0 3px;
}
.panel-default .actions i:hover {
	cursor: pointer;
	color: #767676;
}
.panel-default > .panel-footer {
	border-color: #eff2f7;
	background: #fff;
	color: #767676;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #595959;
	border-color: #595959;
}
.panel-primary {
	border-color: #1abc9c;
}
.panel-primary > .panel-heading a,
.panel-primary > .panel-heading a:hover {
	color: #ffffff;
}
.panel-solid-default > .panel-body,
.panel-solid-default > .panel-footer,
.panel-solid-default > .panel-heading {
	background: #0198DA;
	border: none;
	color: #ffffff;
}
.panel-solid-primary > .panel-body,
.panel-solid-primary > .panel-footer,
.panel-solid-primary > .panel-heading {
	background: #556b8d;
	color: #fff;
	border: none;
}
.panel-solid-success > .panel-body,
.panel-solid-success > .panel-footer,
.panel-solid-success > .panel-heading {
	background: #5DAE49;
	color: #fff;
	border: none;
}
.panel-solid-warning > .panel-body,
.panel-solid-warning > .panel-footer,
.panel-solid-warning > .panel-heading {
	background: #edce8c;
	color: #fff;
	border: none;
}
.panel-solid-info > .panel-body,
.panel-solid-info > .panel-footer,
.panel-solid-info > .panel-heading {
	background: #1f7bb6;
	color: #fff;
	border: none;
}
.panel-solid-danger > .panel-body,
.panel-solid-danger > .panel-footer,
.panel-solid-danger > .panel-heading {
	background: #e25d5d;
	color: #fff;
	border: none;
}
.panel-gradient-default > .panel-body {
	background: #909aa0;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #909aa0), color-stop(100%, #a4aaad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #909aa0 25%, #a4aaad 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@defaultColor', endColorstr='#a4aaad', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.panel-gradient-primary > .panel-body {
	background: #1abc9c;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #1abc9c), color-stop(100%, #87d5ab));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #1abc9c 25%, #87d5ab 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1abc9c', endColorstr='#87d5ab', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.panel-gradient-success > .panel-body {
	background: #2dcc70;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #2dcc70), color-stop(100%, #27ad5f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #2dcc70 25%, #27ad5f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dcc70', endColorstr='#27ad5f', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.panel-gradient-warning > .panel-body {
	background: #f1c40f;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #f1c40f), color-stop(100%, #e0af0f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #f1c40f 25%, #e0af0f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1c40f', endColorstr='#e0af0f', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.panel-gradient-info > .panel-body {
	background: #3598db;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #3598db), color-stop(100%, #0e7bce));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #3598db 25%, #0e7bce 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3598db', endColorstr='#0e7bce', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.panel-gradient-info > .panel-body a:link,
.panel-gradient-info > .panel-body a:visited {
	color: #fff;
	text-decoration: none;
}
.panel-gradient-info > .panel-body a:hover,
.panel-gradient-info > .panel-body a:active {
	color: #fff;
	text-decoration: underline;
}
.panel-gradient-danger > .panel-body {
	background: #e84c3d;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #e84c3d), color-stop(100%, #d34639));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #e84c3d 25%, #d34639 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84c3d', endColorstr='#d34639', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.widget-mini {
	position: relative;
}
.widget-mini .title {
	font-size: 1em;
	display: block;
}
.widget-mini a.title{
	color:#555;
	cursor:pointer;
}
.widget-mini.panel-solid-success a.title,
.widget-mini.panel-solid-info a.title{
	color:#FFF;
}
.widget-mini a.title:hover,
.widget-mini a.title:focus{
	text-decoration: underline;
}

.widget-mini .total {
	font-size: 2em;
	display: block;
	font-weight: 300;
}
.widget-mini i {
	position: absolute;
	top: 10px;
	left: 10px;
}
.chat-widget .wrapper {
	margin: 10px 0;
	clear: both;
}
.chat-widget .wrapper .avatar {
	width: 50px;
	height: 50px;
}
.chat-widget .wrapper .avatar i {
	border: solid 2px #fff;
}
.chat-widget .wrapper .post {
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.chat-widget .wrapper .post.default {
	background-color: #E6E6E6;
}
.chat-widget .wrapper .post.primary {
	background-color: #556b8d;
	color: #fff;
}
.chat-widget .wrapper .post.default .arrow {
	border-right-color: rgba(0, 0, 0, 0.1);
}
.chat-widget .wrapper .post.primary .arrow {
	border-left-color: #556b8d;
}
.widget-weather .title {
	margin-bottom: 10px;
}
.widget-weather .temp {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}
body.fullscreen-widget-active {
	overflow: hidden;
	position: fixed;
}
body.fullscreen-widget-active .animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	animation-name: none;
}
body.fullscreen-widget-active .panel .panel-heading .actions > .fa-chevron-down,
body.fullscreen-widget-active .panel .panel-heading .actions > .fa-times {
	display: none;
}
.panel.widget-fullscreen {
	display: block;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
}
.tab-wrapper {
	margin-bottom: 20px;
}
.tab-wrapper .nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.tab-wrapper .tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px 15px;
}
.tab-content .tab-pane.well{
	border-radius: 0px 0px 5px 5px;
}
.tab-wrapper > .nav-tabs > li a {
	color: #5D5F63;
}
.tab-wrapper > .nav-tabs > li.active > a {
	border-top: 2px solid #556b8d;
	background-color: #ffffff;
}
.tab-wrapper.tab-left > .nav-tabs > li,
.tab-wrapper.tab-right > .nav-tabs > li {
	float: none;
	min-width: 75px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a,
.tab-wrapper.tab-right > .nav-tabs > li > a {
	border: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a,
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
	border-top-color: #ddd !important;
}
.tab-wrapper.tab-left .tab-content,
.tab-wrapper.tab-right .tab-content {
	overflow: auto;
	border-top: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs {
	float: left;
	margin-right: -3px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a {
	border-right: 0;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a {
	border-left: 2px solid #556b8d;
}
.tab-wrapper.tab-right > .nav-tabs {
	float: right;
	margin-left: -1px;
}
.tab-wrapper.tab-right > .nav-tabs > li > a {
	border-left: 0;
}
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
	border-right: 2px solid #556b8d;
}
.tab-wrapper.tab-bottom > .tab-content {
	border-top: 1px solid #ddd;
}
.tab-wrapper.tab-bottom > .nav-tabs {
	border-bottom: none;
	margin-top: 0px;
}
.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
	margin-top: -2px;
	border-top-color: transparent !important;
	border-bottom: 2px solid #556b8d;
}
.tab-primary.tab-wrapper > .nav-tabs > li.active > a {
	border-top-color: #556b8d;
}
.tab-primary.tab-wrapper.tab-left > .nav-tabs > li.active {
	border-left-color: #556b8d;
}
.tab-primary.tab-wrapper.tab-right > .nav-tabs > li.active {
	border-right-color: #556b8d;
}
.tab-primary.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
	border-bottom-color: #556b8d;
}
.ng-isolate-scope.active {
	border-top: 2px solid #556b8d;
}
.ng-isolate-scope.active .ng-binding {
	margin-right: 0;
}
.badge {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: normal;
	font-size: 0.688em;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 7px 4px 7px;
}
.badge-primary {
	background-color: #556b8d;
}
.badge-warning {
	background-color: #edce8c;
}
.badge-success {
	background-color: #5DAE49;
}
.badge-danger {
	background-color: #e25d5d;
}
.badge-info {
	background-color: #1f7bb6;
}
.label.label-circle {
	border-radius: 50%;
	background-clip: padding-box;
	padding: 4px;
	width: 20px;
	height: 20px;
}
.default-color {
	color: #909aa0;
}
.primary-color {
	color: #556b8d;
}
.success-color {
	color: #5DAE49;
}
.info-color {
	color: #1f7bb6;
}
.warning-color {
	color: #edce8c;
}
.danger-color {
	color: #e25d5d;
}
.default-bg-color {
	background-color: #909aa0;
}
.primary-bg-color {
	background-color: #556b8d;
}
.success-bg-color {
	background-color: #5DAE49;
}
.info-bg-color {
	background-color: #1f7bb6;
}
.warning-bg-color {
	background-color: #edce8c;
}
.danger-bg-color {
	background-color: #e25d5d;
}
.text-muted {
	color: #a2a2a2!important;
}
.padding-none {
	padding: 0!important;
}
.margin-none {
	margin: 0;
}
.block {
	display: block;
}
.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.arrow.right {
	top: 50%;
	right: -9px;
	margin-top: -9px;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-width: 0;
}
.arrow.left {
	top: 50%;
	left: -9px;
	margin-top: -9px;
	border-right-color: rgba(0, 0, 0, 0.1);
	border-left-width: 0;
}
.arrow,
.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.arrow {
	z-index: 10;
	border-width: 9px;
}
.google-map {
	height: 350px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 15px;
	height: 17px;
}
.slider.slider-horizontal {
	margin: 10px 0;
}
.slider.slider-vertical {
	margin: 0 10px;
}
.slider-handle.round {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #EFF2F7;
	background: #fff;
	cursor: pointer;
}
.slider-default .slider-selection {
	background-image: none;
	background-color: #909aa0;
}
.slider-primary .slider-selection {
	background-image: none;
	background-color: #556b8d;
}
.slider-success .slider-selection {
	background-image: none;
	background-color: #5DAE49;
}
.slider-warning .slider-selection {
	background-image: none;
	background-color: #edce8c;
}
.slider-info .slider-selection {
	background-image: none;
	background-color: #1f7bb6;
}
.slider-danger .slider-selection {
	background-image: none;
	background-color: #e25d5d;
}
#RGB {
	height: 239px;
	background: #808080;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.widget-gauge {
	text-align: center;
}
.goal-wrapper {
	font-size: 1.25em;
	font-weight: 600;
	margin-top: 8px;
}
.goal-wrapper .gauge-value {
	color: #5DAE49;
}
.goal-wrapper .goal-value {
	color: #999;
}
.line-chart,
.bar-chart {
	position: relative;
}
.tc-chart-js-legend {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tc-chart-js-legend li {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.75em;
}
.tc-chart-js-legend li span {
	width: 10px;
	height: 10px;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	margin: 0 5px;
}
.server-chart ul {
	margin: 0;
	padding: 0;
}
.server-chart ul li {
	list-style: none;
}
.browser-chart {
	height: 215px;
}
.browser-chart ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.browser-chart ul li {
	font-size: 0.75em;
}
.browser-chart ul li i {
	font-size: 0.625em;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.chart-tooltip {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #233242 !important;
	border: 0px !important;
	padding: 10px 20px !important;
	font-size: 13px;
	color: #fff;
}
.stats {
	margin-bottom: 0;
}
.stats .panel-body {
	height: 321px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.stats .panel-body h5 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.125em;
}
.stats .panel-body ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.stats .panel-body li {
	padding: 10px 0;
}
.stats .panel-body .badge {
	background-color: #fff;
	color: #46c6a2;
}
#server-chart {
	height: 270px;
}
.reportdate {
	cursor: pointer;
}
#doughnut-canvas-holder {
	max-width: 137px;
	min-width: 80px;
}
.jqstooltip {
	font-size: 1em;
	padding: 25px;
	min-width: 35px!important;
	min-height: 35px!important;
}
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 600px;
	list-style: none;
	line-height: 20px;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 85%;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	line-height: 20px;
}
.dd-handle {
	cursor: move;
	display: block;
	max-width: 80%;
	height: auto;
	line-height: 20px;
	margin: 5px 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.body-module .dd-list{
	max-width: 99%;
}
.dd-handle:hover {
	background: #fff;
	color: #556b8d;
}
.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: '-';
}
.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.list-icon div {
	line-height: 40px;
	white-space: nowrap;
}
.list-icon i {
	display: inline-block;
	width: 40px;
	margin: 0;
	font-size: 0.875em;
	text-align: center;
	vertical-align: middle;
}
.social {
	margin: 0;
	padding: 0;
}
.social ul {
	margin: 0;
	padding: 5px;
}
.social ul li {
	margin: 5px;
	list-style: none outside none;
	display: inline-block;
}
.social i {
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #909AA0;
	font-size: 22px;
	text-align: center;
	padding-top: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.social i:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover {
	background: #4060A5;
}
.social .fa-twitter:hover {
	background: #00ABE3;
}
.social .fa-google-plus:hover {
	background: #e64522;
}
.social .fa-github:hover {
	background: #343434;
}
.social .fa-pinterest:hover {
	background: #cb2027;
}
.social .fa-linkedin:hover {
	background: #0094BC;
}
.social .fa-flickr:hover {
	background: #FF57AE;
}
.social .fa-instagram:hover {
	background: #375989;
}
.social .fa-vimeo-square:hover {
	background: #83DAEB;
}
.social .fa-stack-overflow:hover {
	background: #FEA501;
}
.social .fa-dropbox:hover {
	background: #017FE5;
}
.social .fa-tumblr:hover {
	background: #3a5876;
}
.social .fa-dribbble:hover {
	background: #F46899;
}
.social .fa-skype:hover {
	background: #00C6FF;
}
.social .fa-stack-exchange:hover {
	background: #4D86C9;
}
.social .fa-youtube:hover {
	background: #FF1F25;
}
.social .fa-xing:hover {
	background: #005C5E;
}
.social .fa-rss:hover {
	background: #e88845;
}
.social .fa-foursquare:hover {
	background: #09B9E0;
}
.social .fa-youtube-play:hover {
	background: #DF192A;
}
.form-control { 
	border: 2px solid #e8ebed;
	border-radius: 2px;
	box-shadow: none;
	height: 37px;
	padding: 8px 12px 9px 12px;
}
.form-control:focus {
	background: #fff;
	border-color: #556b8d;
	box-shadow: none;
}

input[type=file] {
	background: #eee;
	padding: 10px;
	height: auto;
}

input[type=file]:focus {
	background: #ddd;
}

.required::after{
	content:'*';
	display:block;
	position: absolute;
	right: 25px;
	top:5px;
}
input[type="checkbox"]{
	width:18px;
	height:18px;
	cursor: pointer;
}

select.input-sm,
select.form-group-sm .form-control {
	height: auto;
}
label.error {
	color: #fff;
	background: #e25d5d;
	border: solid thin #fff;
	padding: 3px 5px;
}
label.valid {
	color: #fff;
	background: #5DAE49;
	border: solid thin #fff;
	padding: 3px 5px;
}
.step-content {
	border: 1px solid #D4D4D4;
	border-top: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	padding: 10px;
	margin-bottom: 10px;
}
.wizard {
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.wizard:before,
.wizard:after {
	display: table;
	line-height: 0;
	content: "";
}
.wizard:after {
	clear: both;
}
.wizard ul {
	width: 4000px;
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
.wizard ul.previous-disabled li.complete {
	cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
	color: #468847;
	cursor: default;
	background: #f3f4f5;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
	border-left-color: #f3f4f5;
}
.wizard ul li {
	position: relative;
	float: left;
	height: 46px;
	padding: 0 20px 0 30px;
	margin: 0;
	font-size: 16px;
	line-height: 46px;
	color: #999999;
	cursor: default;
	background: #ededed;
}
.wizard ul li .chevron {
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid #d4d4d4;
}
.wizard ul li .chevron:before {
	position: absolute;
	top: -24px;
	right: 1px;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid #ededed;
	content: "";
}
.wizard ul li.complete {
	color: #556b8d;
	background: #f3f4f5;
}
.wizard ul li.complete:hover {
	cursor: pointer;
	background: #e1f2ef;
}
.wizard ul li.complete:hover .chevron:before {
	border-left: 14px solid #e1f2ef;
}
.wizard ul li.complete .chevron:before {
	border-left: 14px solid #f3f4f5;
}
.wizard ul li.active {
	color: #556b8d;
	background: #fff;
}
.wizard ul li.active .chevron:before {
	border-left: 14px solid #fff;
}
.wizard ul li .badge {
	margin-right: 8px;
	border-radius: 30px;
}
.wizard ul li:first-child {
	padding-left: 20px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.wizard .actions {
	position: initial;
	z-index: 1000;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 46px;
	vertical-align: middle;
	background-color: #e5e5e5;
	border-left: 1px solid #d4d4d4;
}
.wizard .actions a {
	margin-right: 8px;
	font-size: 12px;
	line-height: 45px;
}
.wizard .actions .btn-prev i {
	margin-right: 5px;
	color: #fff;
}
.wizard .actions .btn-next i {
	margin-left: 5px;
	color: #fff;
}
.wizard .actions .btn-prev[disabled] i {
	color: rgba(255, 255, 255, 0.75);
}
.step-content .step-pane {
	display: none;
}
.step-content .active {
	display: block;
}
.step-content .active .btn-group .active {
	display: inline-block;
}
.wizard .steps .badge.badge-info {
	background-color: #556b8d;
}
.wizard .steps .badge.badge-success {
	background-color: #556b8d;
}
.form-group .title {
	text-align: right;
}
.form-group .form-lang {
	margin-top: 7px;
}
.note-editor {
	position: relative;
	z-index: 10;
}
/* z-index é reduzido para evitar sobre-posicionamento sobre o item de baixo */
.form-lang:nth-of-type(2) .note-editor {
	z-index: 9;
}
.form-lang:nth-of-type(3) .note-editor {
	z-index: 8;
}
.drop-box {
	background: #F8F8F8;
	border: 5px dashed #DDD;
	height: 205px;
	text-align: center;
	padding-top: 25px;
	margin-left: 20px;
}
.up-buttons {
	float: left;
}
.drop-box.dragover {
	border: 5px dashed blue;
}
.drop-box.dragover-err {
	border: 5px dashed red;
}
.ng-wizard {
	margin: 10px 0;
}
.ng-wizard h2 {
	margin: 15px 0;
}
.rc-nav-wizard > li {
	float: left;
	font-size: 18px;
}
.rc-nav-wizard > li + li {
	margin-left: 2px;
}
.rc-nav-wizard > li > a {
	border-radius: 5px;
	cursor: default;
	color: #909aa0;
}
.rc-nav-wizard > li > a,
.rc-nav-wizard > li > a:hover,
.rc-nav-wizard > li > a:focus {
	background-color: transparent;
}
.rc-nav-wizard > li > a > .badge {
	margin-left: 3px;
	font-size: 18px;
	padding: 5px 9px;
	border-radius: 15px;
	color: #ffffff;
	background-color: #909aa0;
}
/* active = current wizard step */
.rc-nav-wizard > li.active > a,
.rc-nav-wizard > li.active > a:hover,
.rc-nav-wizard > li.active > a:focus {
	color: #556b8d;
	background-color: transparent;
}
.rc-nav-wizard > .active > a > .badge {
	color: #ffffff;
	background-color: #556b8d;
}
/* success = completed wizard step */
.rc-nav-wizard > li.success > a,
.rc-nav-wizard > li.success > a:hover,
.rc-nav-wizard > li.success > a:focus {
	color: #5DAE49;
	background-color: transparent;
}
.rc-nav-wizard > .success > a > .badge {
	color: #ffffff;
	background-color: #5DAE49;
}
/* ==========================================================================
	Login, Sign Up, Loacked Screen
	========================================================================== */
#login-wrapper {
	margin: 100px auto 20px auto;
}
#login-wrapper .panel{
	border:solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#login-wrapper .logo {
	color: #1d212a;
	font-size: 2em;
	text-transform: uppercase;
	padding: 15px 15px 0 15px;
	display: inline-block;
}
#login-wrapper .logo span {
	font-weight: 700;
}
#login-wrapper .logo img {
	margin-top: -70px;
	margin-bottom:25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#login-wrapper .brand {
	text-align: center;
	padding: 20px 0;
}
#login-wrapper .form-group i {
	position: absolute;
	left: 27px;
	top: 11px;
}
#login-wrapper .panel-heading{
	position:relative;
}
#login-wrapper form input{
	padding-left: 32px;
}
#login-wrapper #locked-screen .profile-pic {
	margin: 15px 0;
}
#login-wrapper .panel-title{
	font-size:14px;
}
#login-wrapper .img-captcha{
	margin:-6px 0px 0px 15px;
	float:left;
}
/* ==========================================================================
	Profile
	========================================================================== */
.profile-pic {
	margin: 20px 0 0 0;
}
.profile-pic img {
	border: 7px solid #e5e6ea;
}
.profile-info .connect {
	margin: 15px 0 5px 0;
}
.profile-info .connect button {
	margin-right: 15px;
}
.timeline-post-to textarea {
	min-height: 80px;
	margin-bottom: 15px;
}
.timeline-post-to:before {
	width: 10px;
	height: 10px;
	border-style: solid;
	content: " ";
	position: absolute;
	left: 5px;
	top: 19px;
	border-width: 8px 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	display: block;
}
.timeline-post ul {
	padding: 0;
	list-style: none;
	margin: 0 15px 0 30px;
	border-left: 2px solid #ddd;
}
.timeline-post ul li {
	padding: 5px 15px;
	display: block;
	min-height: 54px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 20px 40px;
	background: #efefef;
	position: relative;
	border-left: 4px solid transparent;
}
.timeline-post ul li:before {
	width: 10px;
	height: 10px;
	border-style: solid;
	content: " ";
	position: absolute;
	left: -14px;
	top: 19px;
	border-width: 8px 8px 8px 0;
	border-color: transparent #efefef transparent transparent;
	display: block;
}
.timeline-post ul li img {
	margin-bottom: 15px;
}
.timeline-post .date {
	position: absolute;
	left: -69px;
	top: 0;
	width: 50px;
	height: 50px;
	background: #556b8d;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2em;
}
.timeline-post .date span {
	color: #fff;
	font-size: 18px;
	display: block;
	margin-top: 7px;
	font-weight: 600;
}
.timeline-post .date span.small {
	color: #fff;
	font-size: 12px;
	display: block;
	margin-top: -2px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ==========================================================================
	Error Pages 404 and 500
	========================================================================== */
#error-container {
	text-align: center;
	margin: 100px auto 0px;
}
#error-container header h1 {
	font-size: 10em;
}
#error-container header p {
	text-transform: uppercase;
	font-size: 2em;
}
#error-container p {
	margin: 10px 0 20px 0;
}
.cal1 .clndr .clndr-controls {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.cal1 .clndr .clndr-controls .month {
	display: inline-block;
	width: 190px;
	text-align: center;
	color: #c1c1c1;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 5px 5px;
	position: relative;
	top: 2px;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
	display: inline-block;
	text-align: right;
}
.cal1 .clndr .clndr-controls .clndr-control-button.leftalign {
	text-align: left !important;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
	cursor: pointer;
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #C1C1C1;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
	background: #f4f4f4;
	padding: 5px 10px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
	opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
	background: none;
	cursor: default;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
	cursor: pointer;
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #C1C1C1;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
	background: #f4f4f4;
	padding: 5px 10px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
	opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
	background: none;
	cursor: default;
}
.cal1 .clndr .clndr-table {
	table-layout: fixed;
	width: 100%;
}
.cal1 .clndr .clndr-table .header-days {
	height: 40px;
	font-size: 10px;
	background: #fff;
}
.cal1 .clndr .clndr-table .header-days .header-day {
	vertical-align: middle;
	text-align: center;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	color: #666;
	font-size: 14px;
}
.cal1 .clndr .clndr-table .header-days .header-day:last-child {
	border-right: 0px solid #000000;
}
.cal1 .clndr .clndr-table tr {
	height: auto;
}
.cal1 .clndr .clndr-table tr td {
	vertical-align: top;
}
.cal1 .clndr .clndr-table tr .day {
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	width: 100%;
	height: inherit;
}
.cal1 .clndr .clndr-table tr .day.inactive {
	background: #ddd;
}
.cal1 .clndr .clndr-table tr .day:last-child {
	border-right: 0px solid #000000;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
	box-sizing: border-box;
	padding: 8px;
	font-size: 12px;
	text-align: center;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month {
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	width: 100%;
	height: inherit;
}
.cal1 .clndr .clndr-table tr .empty:last-child,
.cal1 .clndr .clndr-table tr .adjacent-month:last-child {
	border-right: 0px solid #000000;
}
.cal1 .clndr .clndr-table tr:last-child .day {
	border-bottom: 0px solid #000000;
}
.cal1 .clndr .clndr-table tr:last-child .empty {
	border-bottom: 0px solid #000000;
}
.calendar-block {
	background: #fff;
}
.event-list-block {
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.calendar-block .day-contents {
	width: 30px;
	margin: auto;
}
.today .day-contents {
	width: 30px;
	background: #1fb0ab;
	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.calendar-block .day-contents:hover {
	width: 30px;
	background: #1fb0ab;
	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cal1 .clndr .clndr-controls {
	display: block !important;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	background: #5DAE49;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	padding: 23px 20px;
	width: auto !important;
	color: #fff;
}
.cal1 .clndr .clndr-controls .month span {
	display: block;
	font-size: 30px;
	padding: 0px 10px;
	margin-bottom: 10px;
}
.cal1 .clndr .clndr-controls .month {
	color: #fff;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button,
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
	color: #fff;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover,
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
	background: #f4f4f4;
	padding: 5px 10px;
	color: #1fb0ab;
}
.clndr-previous-button {
	left: 15px;
	top: 25px;
	position: absolute;
}
.clndr-next-button {
	right: 15px;
	top: 25px;
	position: absolute;
}
.clndr-ang {
	display: block;
	margin: 0 auto;
}
.clndr-ang .clndr-ang-controls {
	background: #5DAE49;
	display: block !important;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	padding: 23px 20px;
	width: auto !important;
	color: #fff;
}
.clndr-ang .clndr-ang-controls .month {
	display: inline-block;
	width: 190px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
}
.clndr-ang .clndr-ang-controls .clndr-ang-previous-button {
	right: auto;
	left: 20px;
	top: 10px;
	font-size: 1.7em;
	position: absolute;
}
.clndr-ang .clndr-ang-controls .clndr-ang-next-button {
	left: auto;
	right: 20px;
	top: 10px;
	font-size: 1.7em;
	position: absolute;
}
.clndr-ang .clndr-ang-controls:hover {
	cursor: pointer;
}
.clndr-ang .clndr-ang-grid .days-of-the-week {
	width: 100%;
}
.clndr-ang .clndr-ang-grid .days-of-the-week .header-day {
	float: left;
	width: 14.28571%;
	padding: 12px 0;
	text-align: center;
}
.clndr-ang .days .day,
.clndr-ang .days .empty {
	float: left;
	width: 14.28571%;
	padding: 8px;
	position: relative;
	text-align: center;
}
.clndr-ang .days .day.today,
.clndr-ang .days .empty.today {
	background: #5DAE49;
	color: #fff;
}
.clndr-ang .days .day .event-indicator,
.clndr-ang .days .empty .event-indicator {
	background-color: #1f7bb6;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	font-size: 9px;
	height: 15px;
	line-height: 16px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
}
.clndr-ang .days .day.adjacent-month,
.clndr-ang .days .empty.adjacent-month {
	opacity: 0.3;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 200000;
	opacity: .6;
}
.preloader .iconWrapper {
	background: none;
	margin: 20% auto;
	height: 150px;
	width: 150px;
}
.preloader .iconWrapper i {
	font-size: 3em;
	color: #000;
}
.preloader-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 200000;
	opacity: .6;
	top: 0;
}
.preloader-inner .iconWrapper {
	background: none;
}
.preloader-inner .iconWrapper i {
	font-size: 3em;
	color: #000;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
}
.modal-content {
	margin-top: 10%;
	padding: 15px;
	border-radius: 0;
	border: solid 10px rgba(255, 255, 255, 0.6);
} 
.modal-content input[type="checkbox"]{
	width: 16px;
	height: 16px;
}
.send-options {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 45px;
	top: 22px;
}
.send-options a {
	color: #979797;
}
#form-group-cc,
#form-group-bcc {
	display: none;
}
.compose-nav > li + li {
	margin-left: 0;
	margin-top: 0px;
}
.compose-nav li a,
.compose-nav li a:visited {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-top: 1px solid #f2f3f6;
	padding: 15px;
	border-right: 3px solid rgba(0, 0, 0, 0);
	color: #5D5F63;
}
.compose-nav > li.active > a,
.compose-nav > li.active > a:hover,
.compose-nav > li.active > a:focus {
	background: #f9f9f9;
	color: #556b8d;
	border-left: 3px solid #556b8d;
	margin-left: -3px;
}
.compose-nav > li > a:hover,
.compose-nav > li > a:focus {
	background: #f9f9f9;
	color: #556b8d;
	border-left: 3px solid #556b8d;
	margin-left: -3px;
}
.mail-checkbox {
	margin: 0 15px 0 8px;
}
.mail-option .btn-group .fa-refresh,
.pag-left,
.pag-right {
	color: #fff;
}
.inbox-pag li {
	float: left;
	margin-left: 5px;
}
.inbox-pag li span {
	display: inline-block;
	margin-top: 7px;
	margin-right: 5px;
}
.compose-nav {
	margin: 15px -15px 0 -15px;
}
.table-inbox span.title {
	display: block;
	font-weight: bold;
}
.table-inbox tr {
	background: #f9f9f9;
}
.table-inbox tr.unread {
	background: #fff;
}
.table-inbox a,
.table-inbox a:visited {
	color: #5D5F63;
}
.table-inbox .unread a,
.table-inbox .unread a:visited {
	color: #556b8d;
}
.table-inbox .fa-star {
	color: #edce8c;
}
.theme-default #header {
	background: #0198DA url(../img/painel/header-bg.png) repeat-x;
}
.theme-default #header .logo,
.theme-default #header button.sidebar-toggle,
.theme-default #header button#toggle-profile,
.theme-default #header button#toggle-fullscreen{
	color:#FFF;
}
.theme-default #header .nav li.profile > a {
	color: #1d212a;
}
.theme-default #header button.sidebar-toggle:hover,
.theme-default #header button.sidebar-toggle:active,
.theme-default #header button#toggle-profile:hover,
.theme-default #header button#toggle-profile:active,
.theme-default #header button#toggle-fullscreen:hover,
.theme-default #header button#toggle-fullscreen:active {
	background: #0198DA;
}
.theme-default #header .nav li.profile > a span{
	transition: all 0.3s;
}
.theme-default #header .nav li.profile > a:hover span,
.theme-default #header .nav li.profile > a:active span,
.theme-default #header .nav li.profile > a:focus span{
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	transition: all 0.3s;
}
.theme-default .sidebar-left {
	background-color: #1d212a;
}
.theme-default .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-default .sidebar-mini .sidebar-left .nav > li.active > a:hover,
.theme-default .sidebar-left .nav > li.active > a,
.theme-default .sidebar-left .nav > li.active > a:focus,
.theme-default .sidebar-left .nav > li.active > a:hover {
	color: #fff;
	background-color: #5DAE49;
}
.theme-default .sidebar-left .nav > li.open > a,
.theme-default .sidebar-left .nav > li > a:hover {
	color: #1d2939;
	background-color: #ffffff;
}
.theme-default.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > .nav-sub,
.theme-default.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
	background-color: #1d212a;
} 
.theme-default.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-default.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-default.sidebar-mini .sidebar-left .nav > li.active > a:hover,
.theme-default .sidebar-left .nav > li.active > a,
.theme-default .sidebar-left .nav > li.active > a:focus,
.theme-default .sidebar-left .nav > li.active > a:hover {
	color: #fff;
	background-color: #0198DA;
}
.theme-default.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-default.sidebar-mini .sidebar-left .nav > li:hover > a {
	color: #1d2939;
	background-color: #fff;
}

/* Print View Mode */
@media print { 
	.sidebar.sidebar-left{ display: none; }
	#header{ display:none; }
	.main-header{ border-top:0px; margin-bottom: 15px; }
	.main-header *{ display:none; }
	.main-header h1{ display: block; font-size:16px; }
	.panel-heading .actions{ display: none; }
	.dataTables_wrapper .row{ display: none; }
	.middle { padding-top:0px; }
	.middle main{ font-size: 12px; }
	.middle main .col-md-12{ padding: 0px; margin:0px; }
	.middle main .btn{ display: none; }
	.middle main .panel-body{ font-size: 11px; }
	.middle main table td{ line-height: 18px; }
	footer .copyright{ font-size:10px; }

	#registros table thead tr th:nth-last-child(1) ,
	#registros table tbody tr td:nth-last-child(1) {
		text-decoration: underline;
		display: none;
	}
}

/* *** ######## *** */

.btn-back{ position: absolute; right: 10px; top:0px; margin-top: 7px; }
.btn-back:active{ position:absolute; }
@media (max-width: 767px) {
	.btn.btn-back{ position: relative; }
}

table.table-modulos tbody td{ line-height: 35px;}
table.table-modulos tbody label{ cursor: pointer; }
table.table-modulos tbody label:hover{ color:#888; }
table.table-striped .alert{ padding:8px 10px; margin-bottom: 0; }
#logomarca{ max-width:80%; }

.dd .dd-item small{
	color:#AAA;
	padding-left:5px;
}
table.table-modulos .dd-item .dd-handle{
	position: relative;
	padding-left:25px;
}
table.table-modulos .dd-item input[type="checkbox"]{
	width:20px;
	height:20px;
	position: absolute;
	top:2px;
	left:7px;
	z-index: 300;
}
table.table .dd-handle{
	cursor:default !important;
}
.panel-body#registros > table{
	/*margin-top:45px;*/
}
.panel-body#registros table thead tr th{
	font-size: 13px;
}
.panel-body#registros table thead tr th{

}
.panel-body#registros table .options{
	text-align: center;
}

/* PLUpload */
#pluploader{
	width: 100% !important;
	overflow-x: auto;
	margin-bottom: 15px;
	overflow-y: hidden;
	box-shadow: 0 0 6px #999;
}
.plupload_wrapper{
	min-width: 400px;
}
.plupload_filelist_footer{
	height:39px !important;
}
.album-foto{
	display: inline-block;
	width: 165px;
	position:relative;
	margin:10px;
	transition: 0s;
	background:#FFF;
}
.album-foto a:hover img, .album-foto a:focus img{
	opacity: 0.9;
}
.album-foto a.del-link , .album-foto a.principal-link{
	position:absolute;
	overflow: hidden;
	right: -18px;
	top: 3px;
	opacity: 0;
	transition: 0.4s;
	padding:3px 6px;
}
.album-foto .foto{
	display: block;
	text-align: center;
	height: 155px;
	overflow: hidden;
}
.album-foto .foto img{
	/* background: url(../img/loading.gif) center no-repeat; */
	min-height: 40px;
	min-width: 40px;
	transition: 0.2s;
}
.album-foto .form-group{
	position: relative;
}
.album-foto .form-group .locale-flag{
	right: 5px;
	top: 6px;
}
.album-foto input{
	font-size:12px;
}
.album-foto:hover a.del-link , .album-foto:hover a.principal-link{
	opacity: 1.0;
	transition: 0s;
}
#sortable{
	padding:0px;
}
.thumbnail-list{
	float:left;
	margin:10px 0px;
}
.thumbnail-list .thumbnail{
	float:left;
	margin:10px;
	transition: 0.2s;
}
.table{
	max-width: none !important ;
	width:100% !important;
}
.table{
	margin-top:6px;
	margin-bottom: 6px;
}
#registros .table *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#registros .table > thead > tr > th,
#registros .table > tbody > tr > th,
#registros .table > tfoot > tr > th,
#registros .table > thead > tr > td,
#registros .table > tbody > tr > td,
#registros .table > tfoot > tr > td {
	padding: 7px 5px !important;
}

#registros .table > tbody tr:hover {
	background: #d8f1fc;
}

.payment-brand {
	width: auto;
	display: inline-block;
	text-align: center;
	border:solid 1px #0198DA;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}

.locale-flag{
	position: absolute;
	right: 23px;
	top: 13px;
	z-index: 500;
}

.table .locale-flag{
	position: static;
	display: inline;
}

.note-btn-group.btn-group .btn {
	background: #fff;
	color: #444;
	border: solid 1px #ccc;
}

.note-btn-group.btn-group .btn:active {
	top: 0;
	background: #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.btn-group>.btn-group:first-child>.btn:last-child
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.note-editor.note-frame.panel-default {
	border: 2px solid #e8ebed;
}
.note-editing-area ,
.note-editing-area p{
	font-size: 14px;
}
.note-editing-area h1 {
	font-size: 26px;
}

.note-editing-area h2 {
	font-size: 22px;
}
.note-editing-area h3 {
	font-size: 20px;
}
.note-editing-area h4 {
	font-size: 17px;
}
.note-editing-area h5 {
	font-size: 15px;
}
.note-editing-area h6 {
	font-size: 14px;
}

.form-link {
	display: inline-block;
	margin-top: 6px;
}