
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
 /* ---------------------------------------------------------------------- */
body.rtl {
  background: #f3f3f3;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  color: #797979;
  height: 100%;
}

html {
  position: relative;
  min-height: 100%;
  background: #f3f3f3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #505458;
  margin: 10px 0;
}
h1 {
  line-height: 43px;
}
h2 {
  line-height: 35px;
}
h3 {
  line-height: 30px;
}
h3 small {
  color: #444444;
}
h4 {
  line-height: 22px;
}
h4 small {
  color: #444444;
}
h5 {
  font-size: 15px;
}
h5 small {
  color: #444444;
}
p {
  line-height: 1.6;
}
* {
  outline: none !important;
}
b {
  font-weight: 600;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

/* =============
   Helper clasess
============= */
.p-0 {
  padding: 0px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.m-0 {
  margin: 0px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-rlb--25px {
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-bottom: -25px !important;   
}

.w-xs {
  min-width: 80px;
}
.w-sm {
  min-width: 95px;
}
.w-md {
  min-width: 110px;
}
.w-lg {
  min-width: 140px;
}
.m-h-40 {
  min-height: 40px;
}
.m-h-50 {
  min-height: 50px;
}
.l-h-34 {
  line-height: 34px;
}
.font-600 {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: normal;
}
.font-light {
  font-weight: 300;
}
.font-13 {
  font-size: 13px !important;
}
.wrapper-md {
  padding: 20px;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.b-0 {
  border: none !important;
}
.vertical-middle {
  vertical-align: middle;
}
.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.mx-box {
  max-height: 380px;
  min-height: 380px;
}
.thumb-sm {
  height: 32px;
  width: 32px;
}
.thumb-md {
  height: 48px;
  width: 48px;
}
.thumb-lg {
  height: 88px;
  width: 88px;
}
/* ---------------------------------------------------------------------- */
/*	Generic Classes
 /* ---------------------------------------------------------------------- */
.no-padding {
	padding: 0 !important;
}
.no-display {
	display: none;
}
.example {
	margin: 15px 0;
	padding: 14px 19px;
}
.widget {
	-moz-box-sizing: content-box;
	color: #333;
	margin-bottom: 30px;
	padding: 10px 12px;
	position: relative;
}
.space5 {
	display: block;
	margin-bottom: 5px !important;
	clear: both;
}

.space7 {
	margin-bottom: 7px !important;
	clear: both;
}

.space10 {
	margin-bottom: 10px !important;
	clear: both;
}

.space12 {
	margin-bottom: 12px !important;
	clear: both;
}

.space15 {
	margin-bottom: 15px !important;
	clear: both;
}

.space20 {
	margin-bottom: 20px !important;
	clear: both;
}
.teal {
	color: #569099;
}
a.teal:hover {
	color: #4d8189;
}
.orange {
	color: #E6674A;
}
a.orange:hover {
	color: #E35434;
}
.bricky {
	color: #C83A2A;
}
a.bricky:hover {
	color: #B33426;
}
.circle-img {
	border-radius: 100% 100% 100% 100%;
}
.center {
	text-align: center;
}
.go-top {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: -2px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}
/* ---------------------------------------------------------------------- */
/*  Navbar and navbar elements
 /* ---------------------------------------------------------------------- */
.navbar {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 60px;
	border-radius: 0;
	border-right: none;
	border-left: none;
	border-top: none;
	background: none;
        border: 0px;
	border-color: #ffffff;
}
.toppadding {
        padding: 17px 15px 1px;
}
.header-default .navbar {
	position: relative !important;
}
.navbar-fixed-sidebar {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1030;
        top: 51px;
}
.navbar > .container .navbar-brand, .logo {
	padding: 15px;
	margin-left: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	min-width: 210px;
        background-color: #21324E;
        height: 60px;
}
.navbar > .container .navbar-brand i, .logo i {
	font-size: 20px;
}
.navbar-tools > ul {
	list-style: none;
}
.navbar-tools > ul > li > a {
        color: #36404a !important;
        line-height: 60px;
        padding: 0px 15px;
        position: relative;
}
.navbar-tools li.view-all a {
	padding: 8px 8px 6px !important;
}
.navbar-tools > ul > li {
	float: left;
}
.navbar-tools .dropdown-menu {
	background: none repeat scroll 0 0 white;
        border: 0;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	list-style: none outside none;
	margin: 0;
	max-width: 300px;
	min-width: 166px;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 1000;
        border-radius: 0px;
}
.navbar-tools .drop-down-wrapper {
	height: 250px;
	width: 270px;
	overflow: hidden;
	position: relative;
}
.navbar-tools .drop-down-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.notifications li, ul.todo li, ul.posts li {
	min-width: 260px;
}
.navbar-tools > ul > li.dropdown {
	margin-left: 2px;
	margin-right: 2px;
}

.navbar-tools .dropdown-menu > li > a:hover, .navbar-tools .dropdown-menu > li > a:focus, .navbar-tools .dropdown-submenu:hover > a, .navbar-tools .dropdown-submenu:focus > a, .navbar-tools .drop-down-wrapper li a:hover, .navbar-tools .drop-down-wrapper li a:focus {
	background-color: #F4F6F9 !important;
	background-image: none;
	filter: none;
	color: #000;
	text-decoration: none;
}
.drop-down-wrapper ul > li:last-child a {
	border-bottom: none;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
	display: block;
	font-weight: bold;
	margin: -1px;
	padding: 5px 10px;
}
.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 8px 8px 8px;
	white-space: normal !important;
	display: block;
}
.navbar-tools .dropdown-menu > li:last-child a {
	border-bottom: none !important;
}
li.dropdown.current-user .dropdown-toggle {
	padding: 15px;
}
li.dropdown.current-user .dropdown-menu li a {
	border-bottom: none !important;
}
.navbar-tools .dropdown-menu li p {
	font-weight: bold;
}
.navbar-tools .dropdown-menu li a .author {
	color: #0362FD;
	display: block;
}
.navbar-tools .dropdown-menu li a .preview {
	display: block;
}
.navbar-tools .dropdown-menu li a .time {
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	display: block;
	float: right;
}
.navbar-tools .dropdown-menu li.view-all a i {
	float: right;
	margin-top: 4px;
}
.navbar-tools .dropdown-menu.notifications li > a > .label {
	margin-right: 2px;
	padding: 2px 4px;
	text-align: center !important;
}
.navbar-tools .thread-image {
	margin-right: 8px;
	float: left;
	height: 50px;
	width: 50px;
}
.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
	font-size: 11px !important;
	font-weight: 300;
	padding: 3px 6px;
	position: absolute;
	right: 24px;
	text-align: center;
	text-shadow: none !important;
	top: 8px;
}
.navbar-toggle {
	border: none;
	border-radius: 0;
	margin-top: 12px;
	margin-bottom: 4px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
}
.navbar-toggle span {
	font-size: 16px;
}
/* ---------------------------------------------------------------------- */
/*	Search Box
 /* ---------------------------------------------------------------------- */
.search-box:before {
	content: " " !important;
}
.search-box {
	float: right;
}
.sidebar-search {
	margin: -3px 0 0 0;
	padding: 0 30px 0 5px;
	display: inline-block;
	background: #E4E5E6;
	border-radius: 5px;
	color: #555555;
	position: absolute;
	right: 10px;
	top: 15px;
	min-height: 28px;
	min-width: 28px;
}
.sidebar-search .form-group {
	margin: 0;
	padding: 0;
}
.sidebar-search .form-group input {
	background: none;
	border: none;
	width: 130px;
}
.sidebar-search .form-group input:focus {
	box-shadow: none;
}
.sidebar-search .form-group button {
	background: none;
	border: none;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 28px;
}
.sidebar-search .form-group button i {
	color: #999999;
}
.search-box .show-search {
	position: absolute;
	right: 15px;
	top: 12px;
	background: #D9D9D9;
	padding: 4px 10px;
	border-radius: 5px;
}
.search-box .show-search:hover {
	text-decoration: none;
}
.search-box .show-search i {
	color: #999999;
}
/* ---------------------------------------------------------------------- */
/*	Buttons
 /* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/*	Panel Tools
 /* ---------------------------------------------------------------------- */
.panel-tools {
	position: absolute;
	right: 5px;
	top: 8px;
}
.panel-tools .btn-link {
	color: #0480BE;
}
.panel-tools .btn-link:hover {
	color: #036392;
}
.panel-tools .btn-link {
	color: #57A957;
}
.panel-tools .btn-link:hover {
	color: #417E41;
}
.panel-tools .btn-link {
	color: #C43C35;
}
.panel-tools .btn-link:hover {
	color: #972E28;
}
.panel-tools .btn-link {
	color: #333333;
}
.panel-tools .btn-link:hover {
	color: #000000;
}
.panel-tools .btn-link:focus, .panel-tools .btn-link:hover, .panel-tools .btn-link:active {
	text-decoration: none;
	outline: 0 !important;
}
.panel-tools .btn.expand:before {
	content: "\f077";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
}
.panel-tools .btn.collapses:before {
	content: "\f078";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
}
.panel-tools .btn {
	border-style: none;
}
.panel-tools .btn-link {
	color: #666666;
}
.panel-tools .btn-link:hover {
	color: #333333;
}

.page-title-alt {
  margin-bottom: 23px;
  margin-top: 10px;
}
/* ---------------------------------------------------------------------- */
/*	Panels and panel elements
 /* ---------------------------------------------------------------------- */
.panel-heading {
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: repeat-x;
	border-bottom: 0px solid #CDCDCD;
	/*border-radius: 6px 6px 0 0;*/
	box-shadow: 0 1px 0 #FFFFFF inset;
	height: 36px;
	padding-left: 40px;
	position: relative;
}
.panel-heading > [class^="fa-"], .panel-heading > [class*=" fa-"], .panel-heading > [class^="icon-"], .panel-heading > [class*=" icon-"], .panel-heading > [class^="clip-"], .panel-heading > [class*=" clip-"] {
	border-right: 1px solid #CDCDCD;
	box-shadow: 1px 0 0 0 #FFFFFF;
	opacity: 0.7;
	padding: 12px 10px 8px;
	position: absolute;
	left: 0;
	top: 0;
	height: 36px;
}
.panel-white {
	box-shadow: none;
}
.panel-white .panel-heading {
	background-color: #ffffff;
	background-image: none;
	border-bottom: 1px solid #CDCDCD;
	border-radius: 6px 6px 0 0;
	box-shadow: none;
	height: 36px;
	padding-left: 40px;
	position: relative;
}
.panel-white .panel-heading > [class^="fa-"], .panel-white .panel-heading > [class*=" fa-"], .panel-white .panel-heading > [class^="icon-"], .panel-white .panel-heading > [class*=" icon-"], .panel-white .panel-heading > [class^="clip-"], .panel-white .panel-heading > [class*=" clip-"] {
	border-right: 1px solid #CDCDCD;
	box-shadow: none;
	opacity: 0.7;
	padding: 12px 10px 8px;
	position: absolute;
	left: 0;
	top: 0;
	height: 36px;
}
.panel-box {
	background: #FAFAFA;
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	clear: both;
	margin-bottom: 16px;
	margin-top: 16px;
	position: relative;
}
.panel-back {
        background-color: #f8f8f8;
}
.panel-body {
    padding: 15px !important;
}
.panel.panel-full-screen {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}
.panel-scroll {
	position: relative;
	margin: 10px;
	padding: 0px;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
/* ---------------------------------------------------------------------- */
/*	Pagination
 /* ---------------------------------------------------------------------- */
.pagination li a {
	cursor: pointer;
}
.pagination.squared {
	border-radius: 0 !important;
}
.pagination.squared li:first-child a, .pagination.squared li:first-child > span {
	border-bottom-left-radius: 0px !important;
	border-left-width: 1px;
	border-top-left-radius: 0px !important;
}
.pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.pagination.pagination-purple li a, .pagination-purple .pagination li a {
	background: #F5F4F9;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 1px;
}
.pagination.pagination-purple li a:hover, .pagination-purple .pagination li a a:hover {
	background: #ECEAF3;
	color: #222222;
	cursor: pointer;
}

.pagination.pagination-purple li:first-child a, .pagination-purple .pagination li:first-child a {
	border: none !important;
}

.pagination.pagination-purple li.disabled a, .pagination-purple .pagination li.disabled a {
	color: #AAAAAA !important;
}
.pagination.pagination-purple li.disabled a:hover, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination-purple .pagination li.disabled a:focus {
	background: #F5F4F9;
	cursor: default !important;
}
.pagination.pagination-purple li.active a, .pagination-purple .pagination li.active a {
	background: #57517B !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination-purple [class^="fa-"], .pagination-purple [class*=" fa-"] {
	color: #57517B;
}
.pagination-purple li.disabled [class^="fa-"], .pagination-purple li.disabled [class*=" fa-"] {
	opacity: 0.5;
}

.pagination.pagination-teal li a, .pagination-teal .pagination li a {
	background: #F3F8F8;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 1px;
}
.pagination.pagination-teal li a:hover, .pagination-teal .pagination li a a:hover {
	background: #D8E4E7;
	color: #222222;
	cursor: pointer;
}

.pagination.pagination-teal li:first-child a, .pagination-teal .pagination li:first-child a {
	border: none !important;
}

.pagination.pagination-teal li.disabled a, .pagination-teal .pagination li.disabled a {
	color: #AAAAAA !important;
}
.pagination.pagination-teal li.disabled a:hover, .pagination-teal .pagination li.disabled a:hover, .pagination.pagination-teal li.disabled a:focus, .pagination-teal .pagination li.disabled a:focus {
	background: #F3F8F8;
	cursor: default !important;
}
.pagination.pagination-teal li.active a, .pagination-teal .pagination li.active a {
	background: #569099 !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination-teal li [class^="fa-"], .pagination-teal li [class*=" fa-"] {
	color: #4D8189;
}
.pagination-teal li.disabled [class^="fa-"], .pagination-teal li.disabled [class*=" fa-"] {
	opacity: 0.5;
}
.pagination.pagination-green li a, .pagination-green .pagination li a {
	background: #EFFBEC;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 1px;
}
.pagination.pagination-green li a:hover, .pagination-green .pagination li a a:hover {
	background: #CEF3C5;
	color: #222222;
	cursor: pointer;
}

.pagination.pagination-green li:first-child a, .pagination-green .pagination li:first-child a {
	border: none !important;
}

.pagination.pagination-green li.disabled a, .pagination-green .pagination li.disabled a{
color: #AAAAAA !important;
}
.pagination.pagination-green li.disabled a:hover, .pagination-green .pagination li.disabled a:hover, .pagination.pagination-green li.disabled a:focus, .pagination-green .pagination li.disabled a:focus {
	background: #EFFBEC;
	cursor: default !important;
}
.pagination.pagination-green li.active a, .pagination-green .pagination li.active a {
	background: #3D9400 !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination-green [class^="fa-"], .pagination-green [class*=" fa-"] {
	color: #327B00;
}
.pagination-green li.disabled [class^="fa-"], .pagination-green li.disabled [class*=" fa-"] {
	opacity: 0.5;
}
.pagination.pagination-bricky li a {
	background: #FDF8F7;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 0;
}
.pagination.pagination-bricky li a:hover {
	background: #FBEEEC;
	color: #222222;
	cursor: pointer;
}
.pagination.pagination-bricky li a {
	margin-right: 1px;
}
.pagination.pagination-bricky li:first-child a {
	border: none !important;
}
.pagination.pagination-bricky li.disabled a {
	color: #AAAAAA !important;
}
.pagination.pagination-bricky li.disabled a:hover, .pagination-bricky .pagination li.disabled a:hover, .pagination.pagination-bricky li.disabled a:focus, .pagination-bricky .pagination li.disabled a:focus {
	background: #FDF8F7;
	cursor: default !important;
}
.pagination.pagination-bricky li.active a {
	background: #C83A2A !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination.pagination-bricky [class^="fa-"], .pagination.pagination-bricky [class*=" fa-"] {
	color: #C83A2A;
}
.pagination.pagination-bricky li.disabled [class^="fa-"], .pagination.pagination-bricky li.disabled [class*=" fa-"] {
	opacity: 0.5;
}
/* ---------------------------------------------------------------------- */
/*	ToDo List
 /* ---------------------------------------------------------------------- */
.todo {
	list-style: none;
	margin: 0;
	padding: 0;
}
.todo li a {
	background: white;
	border-bottom: 1px solid #E4E6EB;
	font-size: 12px;
	margin-left: 0 !important;
	padding: 10px 10px 10px 35px !important;
	position: relative;
	display: block;
	color: #333333;
}
.todo li .todo-actions:hover, .todo li .todo-actions:focus {
	text-decoration: none;
	background-color: #F4F6F9 !important;
}
.todo li .todo-actions i {
	color: #C7CBD5;
	font-size: 18px;
	margin: 0 5px 0 0;
	position: absolute;
	left: 10px;
}
.todo li .label {
	position: absolute;
	right: 10px;
	padding: 6px;
}
/* ---------------------------------------------------------------------- */
/*	Activities
 /* ---------------------------------------------------------------------- */
.activities {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.activities li a {
	background: white;
	border-bottom: 1px solid #E4E6EB;
	font-size: 12px;
	margin-left: 0 !important;
	padding: 10px 100px 10px 10px !important;
	position: relative;
	display: block;
	color: #333333;
}
.activities li .activity:hover, .activities li .activity:focus {
	text-decoration: none;
	background-color: #F4F6F9 !important;
}
.activities li .activity .circle-icon {
	font-size: 16px !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}
.activities li .activity img {
	margin-right: 10px;
}
.activities li .time {
	position: absolute;
	right: 10px;
	top: 30px;
	color: #CCCCCC;
}

/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}
.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}
.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}
/* ---------------------------------------------------------------------- */
/*	Main Container and main content elements
 /* ---------------------------------------------------------------------- */
.main-container {
	margin-top: 60px;
}
.page-full-width .main-container {
	margin-top: 98px;
}
.header-default .main-container {
	margin-top: 0 !important;
}
.main-content {
	margin-top: 0;
	background-color: #F3F3F3;
	padding: 20px 0;
        
}
.container {
	max-width: none !important;
	width: auto !important;
}
.footer-fixed .main-content .container {
	margin-bottom: 22px;
}
/* ---------------------------------------------------------------------- */
/*	Main Navigation
 /* ---------------------------------------------------------------------- */
.main-navigation {
	padding: 0;
	max-height: none !important;
	z-index: 1000;
}
ul.main-navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-fixed .wrap-menu {
	overflow: hidden;
	position: fixed;
	width: 225px;
	height: 300px;
}
ul.main-navigation-menu > li {
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0;
}
ul.main-navigation-menu > li > a {
	border: 0 none;
	display: block;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #FFFFFF;
}
ul.main-navigation-menu li  a .badge {
	float: right;
	margin-right: 13px;
	margin-top: 1px;
}
ul.main-navigation-menu > li:last-child > a, ul.main-navigation-menu > li.last > a {
	border-bottom-color: transparent !important;
}
ul.main-navigation-menu > li > a i {
	font-size: 16px;
	margin-right: 5px;
	text-shadow: none;
	display: inline-block;
}
.navigation-small ul.main-navigation-menu > li > a i {
        display: inline-block;
        font-size: 25px;
        margin-right: 0;
        text-shadow: none;
    	display: inline-block;
}
ul.main-navigation-menu li a .icon-arrow {
	float: right;
	margin-right: 6px;
}
ul.main-navigation-menu li > a > .icon-arrow:before {
	content: "\e163";
	font-family: "clip-font";
}
ul.main-navigation-menu li.open > a > .icon-arrow:before {
	content: "\e164";
}
ul.main-navigation-menu > li > a:hover .icon-arrow, ul.main-navigation-menu > li.open > a .icon-arrow {
	opacity: 1;
}
/* 2nd level sub menu */
ul.main-navigation-menu li > ul.sub-menu {
	clear: both;
	list-style: none;
	margin: 8px 0;
	display: none;
	padding: 0;
}
ul.main-navigation-menu li > ul.sub-menu > li {
	background: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1px !important;
	padding: 0;
}
ul.main-navigation-menu li > ul.sub-menu > li > a {
	background: none;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 40px !important;
	padding-right: 0;
	padding-top: 5px;
	text-decoration: none;
}
ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
	margin-right: 22px;
}
/* 3rd level sub menu */
ul.main-navigation-menu > li > ul.sub-menu li > ul.sub-menu {
	margin: 0;
}
ul.main-navigation-menu li.active > ul.sub-menu {
	display: block;
	padding: 0;
}
ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding-left: 60px !important;
}
ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding-left: 80px !important;
}
/*navigation toggler*/
.navigation-toggler {
	cursor: pointer;
	line-height: 60px;
	height: 60px;
	text-align: center;
        background: transparent;
        border: none;
        color: #36404a;
        font-size: 21px;
        width: 51px;
}
/*horizontal menu*/
.horizontal-menu {
	clear: both;
	border-top: 1px solid #C8C7CC !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
	padding: 0 15px !important;
	background: #FFFFFF;
}
.horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:hover, .horizontal-menu ul.nav li > a:focus {
	background: #F5F5F5 !important;
	color: #555555 !important;
}
.horizontal-menu .dropdown-menu li:hover > a, .horizontal-menu ul.nav li.active > a, .horizontal-menu ul.nav li.active > a:hover {
	background: #007AFF !important;
	color: #FFFFFF !important;
}
.horizontal-menu ul.nav li.current .selected, .horizontal-menu ul.nav li.active .selected {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #007AFF;
	bottom: 0;
	display: inline-block;
	height: 0;
	left: 50%;
	margin: 0 0 -6px -7px;
	position: absolute;
	width: 0;
}
.horizontal-menu .dropdown-menu {
	box-shadow: none;
	margin-top: -1px !important;
	border-radius: 0;
}

.horizontal-menu .dropdown-submenu > .dropdown-menu {
	top: 0;
}
.horizontal-menu .dropdown-submenu > a:after {
	margin-right: 0;
	top: 8px;
}
.horizontal-menu .dropdown-menu li > a {
	margin-bottom: 1px;
	padding: 7px 18px !important;
}
.horizontal-menu .dropdown-menu .arrow {
	display: none;
}
.horizontal-menu .dropdown-submenu > .dropdown-menu {
	top: 0;
}
.horizontal-menu .dropdown-submenu > a:after {
	margin-right: 0;
	top: 8px;
}
.horizontal-menu ul.nav li {
	position: relative;
}
.horizontal-menu .dropdown-submenu > a:after {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 300;
	height: auto;
	position: absolute;
	right: 10px;
	top: 7px;
}
.horizontal-menu .dropdown-submenu > .dropdown-menu {
	left: 100%;
	margin-left: 0;
	margin-top: -6px;
	top: 5px;
}
.horizontal-menu .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.horizontal-menu .dropup .dropdown-submenu > .dropdown-menu {
	bottom: 0;
	margin-bottom: -2px;
	margin-top: 0;
	top: auto;
}
/* ---------------------------------------------------------------------- */
/*	Footer and footer elemnts
 /* ---------------------------------------------------------------------- */
.footer {
	font-size: 12px;
	padding: 8px 20px 5px;
	position: relative;
}
.footer-inner {
	float: left;
}
.footer-items {
	float: right;
}
.footer-fixed .footer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1000;
	border-top-width: 1px;
	border-top-style: solid;
}

/* ---------------------------------------------------------------------- */
/*	Breadcrumb
 /* ---------------------------------------------------------------------- */
.breadcrumb {
        background-color: transparent;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-right: 0px;
}
.breadcrumb i {
	color: #cccccc;
	font-size: 16px;
	display: inline-block;
}

/* ---------------------------------------------------------------------- */
/*	Rating
 /* ---------------------------------------------------------------------- */
.rating {
	direction: rtl;
	font-size: 30px;
	unicode-bidi: bidi-override;
}
.rating span.star, .rating span.star {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.rating span.star:hover, .rating span.star:hover {
	cursor: pointer;
}
.rating span.star:before, .rating span.star:before {
	color: #999999;
	content: "\f006";
	padding-right: 5px;
}
.rating span.star:hover:before, .rating span.star:hover:before, .rating span.star:hover ~ span.star:before, .rating span.star:hover ~
span.star:before {
	color: #E3CF7A;
	content: "\f005";
}
/* ---------------------------------------------------------------------- */
/*	Dropdown elements
 /* ---------------------------------------------------------------------- */
.dropdown-checkboxes {
	padding: 5px;
}
.dropdown-checkboxes label {
	display: block;
	font-weight: normal;
	line-height: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Labels and Badges
 /* ---------------------------------------------------------------------- */
.badge-success {
	background-color: #5CB85C;
}
.badge-success[href]:hover, .badge-success[href]:focus {
	background-color: #449D44;
}
.badge-warning {
	background-color: #F0AD4E;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
	background-color: #EC971F;
}
.badge-info {
	background-color: #5BC0DE;
}
.badge-info[href]:hover, .badge-info[href]:focus {
	background-color: #31B0D5;
}
.badge-danger {
	background-color: #D9534F;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
	background-color: #C9302C;
}
.badge-new {
	background-color: #007AFF;
	border-radius: 12px 12px 12px 12px !important;
	font-size: 11px !important;
	font-weight: 300;
	height: 18px;
	padding: 3px 6px;
	text-align: center;
	text-shadow: none !important;
	vertical-align: middle;
}
.label {
	font-size: 85% !important;
	padding: 0.4em 0.6em !important;
}
.label-inverse, .badge-inverse {
	background-color: #555555;
}/* =============
   Portlets
============= */
.portlet {
  background: #ffffff;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.portlet .portlet-heading {
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  background-clip: padding-box;
  color: #ffffff;
  padding: 12px 20px;
}
.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}
.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}
.portlet .portlet-heading a {
  color: #999999;
}
.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}
.portlet-default .portlet-title {
  color: #797979 !important;
}
.portlet .portlet-heading.bg-custom a,
.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
  color: #ffffff;
}
.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  bottom: 15px;
  left: 0px;
  position: absolute;
  right: -5px;
  top: 0;
}
.loader-1 {
  -moz-animation: loaderAnimate 1000ms linear infinite;
  -o-animation: loaderAnimate 1000ms linear infinite;
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.loader-1:after {
  -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  border-radius: 50%;
  clip: rect(0, 30px, 30px, 15px);
  content: '';
  height: 30px;
  position: absolute;
  width: 30px;
}
/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #ebeff2;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}
.progress.progress-sm {
  height: 5px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
.progress-bar-primary {
  background-color: #5d9cec;
}
.progress-bar-success {
  background-color: #81c868;
}
.progress-bar-info {
  background-color: #34d3eb;
}
.progress-bar-warning {
  background-color: #ffbd4a;
}
.progress-bar-danger {
  background-color: #f05050;
}
.progress-bar-inverse {
  background-color: #4c5667;
}
.progress-bar-purple {
  background-color: #7266ba;
}
.progress-bar-pink {
  background-color: #fb6d9d;
}
.progress-bar-custom {
  background-color: #58c9c7;
}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}
/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical .progress-bar {
  width: 100%;
}
.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress-vertical.progress-sm,
.progress-vertical-bottom.progress-sm {
  width: 5px !important;
}
.progress-vertical.progress-sm .progress-bar,
.progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress-vertical.progress-md,
.progress-vertical-bottom.progress-md {
  width: 15px !important;
}
.progress-vertical.progress-md .progress-bar,
.progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress-vertical.progress-lg,
.progress-vertical-bottom.progress-lg {
  width: 20px !important;
}
.progress-vertical.progress-lg .progress-bar,
.progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Modal elements
 /* ---------------------------------------------------------------------- */

/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}
.modal .modal-dialog .modal-content .modal-footer {
    background-color: #fff;
    margin-bottom: -25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.modal-full {
  width: 98%;
}
.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0px;
}
.modal-content .panel-group {
  margin-bottom: 0px;
}
.modal-content .panel {
  border-top: none;
}
/* Custom-modal */
.modal-demo {
  background-color: #FFF;
  width: 600px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  display: none;
}
.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}
.custom-modal-title {
    background-color: #36404a;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: -26px;
    margin-left: -26px;
    margin-right: -26px;
    margin-top: -26px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    text-align: right;
}
.custom-modal-text {
  padding: 20px;
}
.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}
/* ---------------------------------------------------------------------- */
/*	Tabs
 /* ---------------------------------------------------------------------- */
.tabs {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.tabs li.tab {
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
}
.tabs li.tab a {
  -moz-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -webkit-transition: color 0.28s ease;
  color: #ee6e73;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: color 0.28s ease;
  width: 100%;
}
.tabs li.tab a.active {
  color: #58c9c7 !important;
}
.tabs .indicator {
  background-color: #58c9c7;
  bottom: 0;
  height: 2px;
  position: absolute;
  will-change: left, right;
}
.tabs-top .indicator {
  top: 0;
}
.nav-pills li a {
  line-height: 36px !important;
}
.nav-pills li.active a {
  background-color: #58c9c7 !important;
}
.nav-pills li.active a:hover {
  background-color: #58c9c7 !important;
}
.nav-pills li.active a:focus {
  background-color: #58c9c7 !important;
}
.nav.nav-tabs + .tab-content {
  background: #ffffff;
  margin-bottom: 30px;
  margin-bottom: 30px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 30px;
}
.tabs-vertical-env {
  margin-bottom: 30px;
}
.tabs-vertical-env .tab-content {
  background: #ffffff;
  display: table-cell;
  margin-bottom: 30px;
  padding: 30px;
  vertical-align: top;
}
.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}
.tabs-vertical-env .nav.tabs-vertical li.active > a {
  background-color: #ffffff;
  border: 0;
}
.tabs-vertical-env .nav.tabs-vertical li > a {
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
.nav.nav-tabs > li.active > a {
  background-color: #ffffff;
  border: 0;
}
.nav.nav-tabs > li > a,
.nav.tabs-vertical > li > a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #505461 !important;
  cursor: pointer;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav.nav-tabs > li > a:hover,
.nav.tabs-vertical > li > a:hover {
  color: #58c9c7 !important;
}
.tab-content {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #777777;
}
.nav.nav-tabs > li:last-of-type a {
  margin-right: 0px;
}
.nav.nav-tabs {
  border-bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.navtab-bg {
  background-color: #f4f8fb;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {
  color: #58c9c7 !important;
}
/*teal*/
.tab-teal > li.active > a, .tab-teal > li.active > a:hover, .tab-teal > li.active > a:focus {
	border-color: #DDDDDD;
	border-top: 2px solid #569099;
}
.tab-teal > li > a:hover {
	color: #569099;
}
.tab-teal > li.dropdown.open.active > a:hover, .tab-teal > li.dropdown.open.active > a:focus {
	background-color: #569099;
	border-color: #569099;
	color: #FFFFFF;
}
.tab-teal > li.open .dropdown-toggle {
	background-color: #569099;
	border-color: #569099;
	color: #FFFFFF;
}
.tab-teal .dropdown-menu > li > a:hover, .tab-teal .dropdown-menu > li > a:focus {
	background-color: #569099;
}
.tab-teal .active > a, .tab-teal .active > a:hover, .tab-teal .active > a:focus {
	background-color: #569099;
}
.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
	border-color: #DDDDDD;
	border-right: none;
	border-left: 2px solid #569099;
}
.tabs-below > .tab-teal > li.active > a, .tabs-below > .tab-teal > li.active > a:hover, .tabs-below > .tab-teal > li.active > a:focus {
	border-color: #DDDDDD;
	border-top: none;
	border-bottom: 2px solid #569099;
}
.tabs-right > .tab-teal > li.active > a, .tabs-right > .tab-teal > li.active > a:focus, .tabs-right > .tab-teal > li.active > a:hover {
	border-color: #DDDDDD;
	border-left: none;
	border-right: 2px solid #569099;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus, .tab-padding.tab-teal > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-teal > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-teal > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-teal > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus {
	background-color: #7DAFB7;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #4F80A0;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #569099 #DDDDDD transparent;
	color: #4D8189;
}
.tabs-below .tab-padding.tab-teal > li.active > a {
	border-color: transparent #7DB4D8 #7DB4D8;
}
.tab-padding.tab-teal {
	border-bottom-color: #569099;
	background-color: #F3F8F8;
}
.tabs-below .nav-tabs.tab-teal {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
/*bricky*/
.tab-bricky > li.active > a, .tab-bricky > li.active > a:hover, .tab-bricky > li.active > a:focus {
	border-color: #C83A2A #DDDDDD transparent;
	border-top: 2px solid #C83A2A;
}
.tab-bricky > li > a:hover {
	color: #C83A2A;
}
.tab-bricky > li.dropdown.open.active > a:hover, .tab-bricky > li.dropdown.open.active > a:focus {
	background-color: #C83A2A;
	border-color: #C83A2A;
	color: #FFFFFF;
}
.tab-bricky > li.open .dropdown-toggle {
	background-color: #C83A2A;
	border-color: #C83A2A;
	color: #FFFFFF;
}
.tab-bricky .dropdown-menu > li > a:hover, .tab-bricky .dropdown-menu > li > a:focus {
	background-color: #C83A2A;
}
.tab-bricky .active > a, .tab-bricky .active > a:hover, .tab-bricky .active > a:focus {
	background-color: #C83A2A;
}
.tabs-left > .tab-bricky > li.active > a, .tabs-left > .tab-bricky > li.active > a:focus, .tabs-left > .tab-bricky > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #C83A2A;
	border-left: 2px solid #C83A2A;
}
.tabs-below > .tab-bricky > li.active > a, .tabs-below > .tab-bricky > li.active > a:hover, .tabs-below > .tab-bricky > li.active > a:focus {
	border-bottom: 2px solid #C83A2A;
	border-color: transparent #DDDDDD #C83A2A;
}
.tabs-right > .tab-bricky > li.active > a, .tabs-right > .tab-bricky > li.active > a:focus, .tabs-right > .tab-bricky > li.active > a:hover {
	border-color: #DDDDDD #C83A2A #DDDDDD transparent;
	border-right: 2px solid #C83A2A;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus, .tab-padding.tab-bricky > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-bricky > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-bricky > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-bricky > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus {
	background-color: #DC6456;
}

.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-bricky > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #C83A2A #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-bricky > li.active > a {
	border-color: transparent #C83A2A #DDDDDD;
}
.tab-padding.tab-bricky {
	border-bottom-color: #C83A2A;
	background-color: #FBEEEC;
}
.tabs-below .nav-tabs.tab-bricky {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
/*green*/
.tab-green > li.active > a, .tab-green > li.active > a:hover, .tab-green > li.active > a:focus {
	border-color: #3D9400 #DDDDDD transparent;
	border-top: 2px solid #3D9400;
}
.tab-green > li > a:hover {
	color: #3D9400;
}
.tab-green > li.dropdown.open.active > a:hover, .tab-green > li.dropdown.open.active > a:focus {
	background-color: #3D9400;
	border-color: #3D9400;
	color: #FFFFFF;
}
.tab-green > li.open .dropdown-toggle {
	background-color: #3D9400;
	border-color: #3D9400;
	color: #FFFFFF;
}
.tab-green .dropdown-menu > li > a:hover, .tab-green .dropdown-menu > li > a:focus {
	background-color: #3D9400;
}
.tab-green .active > a, .tab-green .active > a:hover, .tab-green .active > a:focus {
	background-color: #3D9400;
}
.tabs-left > .tab-green > li.active > a, .tabs-left > .tab-green > li.active > a:focus, .tabs-left > .tab-green > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #3D9400;
	border-left: 2px solid #3D9400;
}
.tabs-below > .tab-green > li.active > a, .tabs-below > .tab-green > li.active > a:hover, .tabs-below > .tab-green > li.active > a:focus {
	border-bottom: 2px solid #3D9400;
	border-color: transparent #DDDDDD #3D9400;
}
.tabs-right > .tab-green > li.active > a, .tabs-right > .tab-green > li.active > a:focus, .tabs-right > .tab-green > li.active > a:hover {
	border-color: #DDDDDD #3D9400 #DDDDDD transparent;
	border-right: 2px solid #3D9400;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus, .tab-padding.tab-green > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-green > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-green > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-green > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus {
	background-color: #71B145;
}
/*purple*/
.tab-purple > li.active > a, .tab-purple > li.active > a:hover, .tab-purple > li.active > a:focus {
	border-color: #57517B #DDDDDD transparent;
	border-top: 2px solid #57517B;
}
.tab-purple > li > a:hover {
	color: #57517B;
}
.tab-purple > li.dropdown.open.active > a:hover, .tab-purple > li.dropdown.open.active > a:focus {
	background-color: #57517B;
	border-color: #57517B;
	color: #FFFFFF;
}
.tab-purple > li.open .dropdown-toggle {
	background-color: #57517B;
	border-color: #57517B;
	color: #FFFFFF;
}
.tab-purple .dropdown-menu > li > a:hover, .tab-purple .dropdown-menu > li > a:focus {
	background-color: #57517B;
}
.tab-purple .active > a, .tab-purple .active > a:hover, .tab-purple .active > a:focus {
	background-color: #57517B;
}
.tabs-left > .tab-purple > li.active > a, .tabs-left > .tab-purple > li.active > a:focus, .tabs-left > .tab-purple > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #57517B;
	border-left: 2px solid #57517B;
}
.tabs-below > .tab-purple > li.active > a, .tabs-below > .tab-purple > li.active > a:hover, .tabs-below > .tab-purple > li.active > a:focus {
	border-bottom: 2px solid #57517B;
	border-color: transparent #DDDDDD #57517B;
}
.tabs-right > .tab-purple > li.active > a, .tabs-right > .tab-purple > li.active > a:focus, .tabs-right > .tab-purple > li.active > a:hover {
	border-color: #DDDDDD #57517B #DDDDDD transparent;
	border-right: 2px solid #57517B;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus, .tab-padding.tab-purple > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-purple > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-purple > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-purple > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus {
	background-color: #84809F;
}

.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-purple > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #57517B #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-purple > li.active > a {
	border-color: transparent #57517B #DDDDDD;
}
.tab-padding.tab-purple {
	border-bottom-color: #57517B;
	background-color: #F5F4F9;
}
.tabs-below .nav-tabs.tab-purple {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-green > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #3D9400 #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-green > li.active > a {
	border-color: transparent #3D9400 #DDDDDD;
}
.tab-padding.tab-green {
	border-bottom-color: #3D9400;
	background-color: #EFFBEC;
}
.tabs-below .nav-tabs.tab-green {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
/*blue*/
.tab-blue > li.active > a, .tab-blue > li.active > a:hover, .tab-blue > li.active > a:focus {
	border-color: #364F6A #DDDDDD transparent;
	border-top: 2px solid #364F6A;
}
.tab-blue > li > a:hover {
	color: #364F6A;
}
.tab-blue > li.dropdown.open.active > a:hover, .tab-blue > li.dropdown.open.active > a:focus {
	background-color: #364F6A;
	border-color: #364F6A;
	color: #FFFFFF;
}
.tab-blue > li.open .dropdown-toggle {
	background-color: #364F6A;
	border-color: #364F6A;
	color: #FFFFFF;
}
.tab-blue .dropdown-menu > li > a:hover, .tab-blue .dropdown-menu > li > a:focus {
	background-color: #364F6A;
}
.tab-blue .active > a, .tab-blue .active > a:hover, .tab-blue .active > a:focus {
	background-color: #364F6A;
}
.tabs-left > .tab-blue > li.active > a, .tabs-left > .tab-blue > li.active > a:focus, .tabs-left > .tab-blue > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #364F6A;
	border-left: 2px solid #364F6A;
}
.tabs-below > .tab-blue > li.active > a, .tabs-below > .tab-blue > li.active > a:hover, .tabs-below > .tab-blue > li.active > a:focus {
	border-bottom: 2px solid #364F6A;
	border-color: transparent #DDDDDD #364F6A;
}
.tabs-right > .tab-blue > li.active > a, .tabs-right > .tab-blue > li.active > a:focus, .tabs-right > .tab-blue > li.active > a:hover {
	border-color: #DDDDDD #364F6A #DDDDDD transparent;
	border-right: 2px solid #364F6A;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus, .tab-padding.tab-blue > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-blue > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-blue > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-blue > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus {
	background-color: #6C7F92;
}

.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-blue > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #364F6A #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-blue > li.active > a {
	border-color: transparent #364F6A #DDDDDD;
}
.tab-padding.tab-blue {
	border-bottom-color: #364F6A;
	background-color: #F3F5F6;
}
.tabs-below .nav-tabs.tab-blue {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}

.nav > li.active > .dropdown-toggle {
	cursor: pointer !important;
}
.nav-pills .open .dropdown-toggle > [class*="fa-"], .nav > li.dropdown.open.active > a:hover > [class*="fa-"], .nav > li.dropdown.open.active > a:focus > [class*="fa-"] {
	color: #FFFFFF !important;
}
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*="fa-"]:first-child {
	color: #909090 !important;
}

.nav-tabs.tab-space-1 > li > a {
	margin-right: 1px;
}
.nav-tabs.tab-space-2 > li > a {
	margin-right: 2px;
}
.nav-tabs.tab-space-3 > li > a {
	margin-right: 3px;
}
.nav-tabs.tab-space-4 > li > a {
	margin-right: 4px;
}
.nav-tabs.tab-padding {
	padding: 6px 5px 0;
	border: 1px solid #DDDDDD;
}
.panel-tabs .nav-tabs {
	float: right;
	margin-top: -52px;
	border: none;
}
.panel-tabs .nav-tabs > li > a {
	height: 36px;
	border-top: none;
	border-bottom: none;
	background: none;
	border-right: 1px solid #CDCDCD;
	box-shadow: 1px 1px 0 0 #FFFFFF;
}
.panel-tabs .nav-tabs > li > a:hover {
	background: #ffffff;
}
.panel-tabs .nav-tabs > li:first-child > a {
	box-shadow: 0 1px 0 1px #FFFFFF;
}
.panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:hover, .panel-tabs .nav-tabs > li.active > a:focus {
	background-color: #FFFFFF;
	background-image: none;
	border-color: #4C8FBD #DDDDDD transparent;
	border-top: none;
	box-shadow: none;
	color: #333333;
	line-height: 16px;
	margin-top: 0;
}
.panel-tabs .tab-content {
	border: none;
	padding: 0;
}
.tabs-right > .nav-tabs > li {
	float: none;
}
/* ---------------------------------------------------------------------- */
/*	Page Header
 /* ---------------------------------------------------------------------- */
.page-header {
	margin: 0px 0 1px;
}
.page-header h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
	color: #666666;
}

.page-header h1 small {
	color: #888888;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}
/* ---------------------------------------------------------------------- */
/*	Accordion
 /* ---------------------------------------------------------------------- */
.accordion-custom .panel {
	background-color: #FFFFFF;
	border: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
}
.accordion-custom .panel-heading {
	padding: 0;
	background-image: none;
	height: auto;
	box-shadow: none;
	border-radius: 0;
}
.accordion-custom .panel-body {
	border: none !important;
}
.accordion-custom .panel-heading .accordion-toggle {
	background-color: #cccccc;
	color: #606060;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	position: relative;
}
.accordion-custom .panel-heading .accordion-toggle:hover, .accordion-custom .panel-heading .accordion-toggle:focus {
	text-decoration: none;
}
.accordion-custom .panel-heading .accordion-toggle.collapsed {
	background-color: #F3F3F3;
	border-color: #D9D9D9;
	border-width: 0 0 0 1px;
	color: #606060;
	font-weight: normal;
}
.accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
	content: "\f078";
}
.accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
	content: "\f054" !important;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
	font-size: 11px;
	padding: 0 5px;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
	opacity: 0.75;
}

.accordion-teal .panel-heading .accordion-toggle {
	background: #F3F7F8;
	border-left: 2px solid #569099;
	color: #437278;
}
.accordion-teal .panel-heading .accordion-toggle.collapsed {
	background: #F3F7F8;
	border-left: none;
}

/* ---------------------------------------------------------------------- */
/*	Icons
 /* ---------------------------------------------------------------------- */
.icons > section {
	margin-top: 20px;
}
.the-icons li {
	line-height: 40px;
}
.the-icons li i {
	transition: font-size 0.2s ease 0s;
}
.the-icons li:hover i {
	font-size: 26px;
}
/* ---------------------------------------------------------------------- */
/*	Backdrop
 /* ---------------------------------------------------------------------- */
.full-white-backdrop {
	background-color: #FFFFFF;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
/* ---------------------------------------------------------------------- */
/*	Table and table elements
 /* ---------------------------------------------------------------------- */
.table {
  margin-bottom: 10px;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f4f8fb !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table-bordered {
  border-top: 1px solid #ebeff2;
}
.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 #ebeff2;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebeff2;
}
tbody {
  color: #797979;
}
th {
  color: #666666;
  font-weight: 600;
}
.table-bordered {
  border: 1px solid #ebeff2;
}
table.focus-on tbody tr.focused th {
  background-color: #58c9c7;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #58c9c7;
  color: #ffffff;
}
.table-rep-plugin .table-responsive {
  border: none !important;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}
.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.table-rep-plugin .checkbox-row label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
  background-color: #58c9c7;
  border-color: #58c9c7;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.fixed-table-container tbody .selected td {
  background-color: #F4F8FB;
}
.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}
/* Form components */
textarea.form-control {
  min-height: 90px;
}
.form-control {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.form-control:focus {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #333333;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-control-feedback {
  line-height: 38px !important;
}
.input-group-btn .btn {
  padding: 8px 12px;
}
.input-group-btn .btn-sm {
  padding: 5px 10px;
}
.input-group-btn .btn-lg {
  padding: 10px 17px;
}
.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eeeeee;
}
/* Data table */
#datatable-editable .actions a {
  padding: 5px;
}
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}
#datatable-editable .fa-trash-o {
  color: #f05050;
}
#datatable-editable .fa-times {
  color: #f05050;
}
#datatable-editable .fa-pencil {
  color: #29b6f6;
}
#datatable-editable .fa-save {
  color: #33b86c;
}
#datatable td {
  font-weight: normal;
}
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}
div.dataTables_info {
  padding-top: 38px;
}
.dt-buttons {
  float: left;
}
div#datatable-buttons_info {
  float: left;
}
/* Footable */
.footable-odd {
  background-color: #ffffff;
}
.footable-detail-show {
  background-color: #ebeff2;
}
.footable-row-detail {
  background-color: #F0F4F7;
}
/* Bootstrap Table */
table[data-toggle="table"] {
  display: none;
}
.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
  margin-top: 20px;
}
.fixed-table-container {
  border: 1px solid #ebeff2 !important;
}
.bootstrap-table .table > thead > tr > th {
  border-bottom: 2px solid #ebeff2;
  background: #ebeff2;
}
.fixed-table-container thead th .th-inner {
  padding: 9px 12px;
}
.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > td,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td {
  padding: 8px 12px !important;
}
/* Tablesaw */
.tablesaw thead {
  background: #ebeff2;
  background-image: none;
  border: none;
}
.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}
.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}
.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none;
}
.tablesaw td,
.tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}
.tablesaw-stack tbody tr,
.tablesaw tbody tr {
  border-bottom: none;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}
.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}
.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}
.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff;
}
.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #58c9c7 !important;
  background-color: #ebeff2;
  outline: none !important;
  box-shadow: none !important;
  background-image: none;
}
/* Fixed table */
.fixedHeader-floating {
  top: 60px !important;
}
/* Key Table */
table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #58c9c7 !important;
  outline-offset: -1px;
}
/* Table with Action */
.table-actions-bar tr td {
  vertical-align: middle !important;
}
.table-actions-bar .table-action-btn {
  color: #98a6ad;
  display: inline-block;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}
.table-actions-bar .table-action-btn:hover {
  color: #58c9c7;
  border-color: #58c9c7;
}
/* Card Box */
.card-box {
  padding: 20px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}

/* ---------------------------------------------------------------------- */
/*	Login
 /* ---------------------------------------------------------------------- */
body.login {
	color: #7F7F7F;
        background-color: rgba(33, 50, 78, 1);
}
body.login.example1 {
	/*background-image: url("..//img/bg.png");
	//background-color: rgba(33, 50, 78, 1);*/
}
body.login.example2 {
	background-image: url("..//img/bg_2.png");
	background-color: rgba(255, 255, 255, 0);
}
body.login .main-login {
	margin-top: 0px;
}
body.login .logo {
        background: rgba(0, 0, 0, 0) url("..//img/logologin.png") no-repeat scroll 0 0 / 100% auto;
        height: 217px;
        margin: 18px auto;
        width: 293px;
}
body.login .loginfooter {
        /*/background: rgba(0, 0, 0, 0) url("..//img/loginfooter.png") no-repeat scroll 0 0 / 100% auto;
       // height: 93px;*/
        margin: 18px auto 0;
        font-size: 10px;
        color: #cccccc;
       /*/ width: 286px;*/
       text-align: center;
}
body.login .loginbtn {
        margin: -43px 0;
}
.logo-img {
        background: url("..//img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        height: 43px;
        width: 214px;
        background-size: 100%;
}
body.login .box-login, body.login .box-forgot, body.login .box-register {
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	padding: 15px;
}
body.login .box-forgot, body.login .box-register, body.login .box-login {
}
body.login .form fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0;
}
body.login a.forgot {
	color: #909090;
	font-size: 12px;
	position: absolute;
	right: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	top: 9px;
}
body.login input.password {
	padding-right: 130px;
}
body.login label {
	color: #7F7F7F;
	font-size: 14px;
	margin-top: 5px;
}

body.login .copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
}
body.login .form-actions:before, body.login .form-actions:after {
	content: "";
	display: table;
	line-height: 0;
}
body.login .form-actions:after {
	clear: both;
}
body.login .form-actions {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
body.login .new-account {
	border-top: 1px dotted #EEEEEE;
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
/* ---------------------------------------------------------------------- */
/*	404 and 500 errors
 /* ---------------------------------------------------------------------- */
body.error-full-page {
	background: #ffffff !important;
}
body.error-full-page .page-error {
	margin-top: 60px;
}
.page-error {
	text-align: center;
}
.page-error .error-number {
	display: block;
	font-size: 158px;
	font-weight: 300;
	letter-spacing: -10px;
	line-height: 128px;
	margin-top: 0;
	text-align: center;
}
.page-error .error-details {
	display: block;
	padding-top: 0;
	text-align: center;
}
.page-error .error-details .btn-return {
	margin: 10px 0;
}
.page-error .error-details h3 {
	margin-top: 0;
}
body.error-full-page {
	overflow: hidden;
}
.error-full-page img {
	display: none;
}

.error-full-page #canvas {
	position: absolute;
	top: 0px;
	left: 0px;
}
.error-full-page #sound {
	position: absolute;
	width: 30%;
	height: 30%;
	overflow-y: auto;
	margin-left: 35%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity: 0.3;
	margin-top: 5%;
}
.error-full-page .video {
	position: absolute;
	width: 90%;
	height: 80%;
	margin-left: 5%;
	margin-top: 5%;
}

/* ---------------------------------------------------------------------- */
/*	Lock Screen
 /* ---------------------------------------------------------------------- */
.main-ls {
	height: 250px;
	left: 50%;
	margin-left: -240px;
	margin-top: -125px;
	position: absolute;
	top: 50%;
	width: 480px;
}
body.lock-screen .box-ls {
	background: #FFFFFF;
	box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	padding: 15px;
}
body.lock-screen .logo {
	padding: 10px 0;
}
body.lock-screen .copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0;
}
body.lock-screen .user-info {
	float: right;
	width: 285px;
}
body.lock-screen .user-info h1 {
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	margin-top: 0;
}
body.lock-screen .user-info h1 i {
	color: #cccccc;
}
body.lock-screen .user-info > span {
	color: #666666;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
body.lock-screen .user-info > span em {
	color: #333333;
}
/* ---------------------------------------------------------------------- */
/*	daterangepicker
 /* ---------------------------------------------------------------------- */
.daterangepicker {
	margin-top: 51px !important;
}
body.header-default .daterangepicker {
	margin-top: 1px !important;
}

/* ---------------------------------------------------------------------- */
/*	Home elements
 /* ---------------------------------------------------------------------- */
.circle-icon {
	background-color: #333333;
	border-radius: 75px 75px 75px 75px;
	color: #FFFFFF;
	margin-top: 2px;
	text-align: center;
	height: 55px;
	line-height: 56px;
	width: 55px;
	display: inline-block;
	font-size: 24px !important;
}
.circle-icon.circle-green {
	background-color: #3D9400;
	border-color: #327B00;
	color: #FFFFFF;
}
.circle-icon.circle-teal {
	background-color: #569099;
	border-color: #4D8189;
	color: #FFFFFF;
}
.circle-icon.circle-bricky {
	background-color: #C83A2A;
	border-color: #b33426;
	color: #ffffff;
}
.core-box {
	margin-bottom: 20px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}
.core-box .heading {
	margin-bottom: 15px;
}
.core-box .heading .circle-icon {
	float: left;
}

.core-box .heading h2 {
	line-height: 55px !important;
	margin: 0;
	padding-left: 65px;
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}
.core-box .content {
	color: #747474 !important;
	line-height: 20px;
	margin-bottom: 15px;
}
.core-box .view-more {
	float: right;
}
.core-box .view-more i {
	display: inline-block;
}
.core-box .view-more:hover {
	text-decoration: none;
}
.discussion {
	list-style: none;
	margin: 0;
	padding: 0;
}
.discussion li {
	overflow: hidden;
	padding: 5px 5px 10px;
}
.discussion .avatar {
	position: relative;
	width: 50px;
	height: 50px;
	display: inline;
	overflow: hidden;
}

.other .messages:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #E5E5EA #E5E5EA rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px;
	content: "";
	height: 0;
	position: absolute;
	left: -9px;
	top: 0;
	width: 0;
}
.other .messages {
	margin-left: 62px;
	background: #E5E5EA;
}
.other .avatar {
	float: left;
}
.self .messages {
	border-bottom-right-radius: 0;
	margin-right: 62px;
	background: #33CA22;
	color: #ffffff;
}
.self .avatar {
	float: right;
}
.self .messages:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #33CA22 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #33CA22;
	border-style: solid;
	border-width: 5px;
	top: 0;
	content: "";
	height: 0;
	right: -9px;
	position: absolute;
	width: 0;
}
.messages {
	border-radius: 2px 2px 2px 2px;
	padding: 10px;
	position: relative;
}
.messages p {
	font-size: 14px;
	margin: 0 0 0.2em;
}
.messages time {
	color: #333333;
	font-size: 11px;
}
.self .messages time {
	color: #ffffff;
}
.chat-form {
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Sparklines
 /* ---------------------------------------------------------------------- */
.mini-stats {
	border-left: 1px solid #DDDDDD;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mini-stats li {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DDDDDD;
	padding-bottom: 6px;
	text-align: center;
}
.mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.mini-stats li:last-child {
	border-right: 0 none;
}

.mini-stats .values {
	font-size: 12px;
	padding: 10px 0;
}
.mini-stats .values strong {
	display: block;
	font-size: 18px;
	margin-bottom: 2px;
}
.mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.mini-stats .sparkline_bar_good {
	color: #459D30;
}
.mini-stats .sparkline_bar_neutral {
	color: #757575;
}
.mini-stats .sparkline_bar_bad {
	color: #BA1E20;
}
.jqstooltip {
	width: auto !important;
	height: auto !important;
	padding: 2px 6px !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	border: 0 !important;
	border-radius: 3px;
}
/* ---------------------------------------------------------------------- */
/*	Easy Pie Chart
 /* ---------------------------------------------------------------------- */
.easy-pie-chart {
	position: relative;
	text-align: center;
}
.easy-pie-chart .number {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
}

.easy-pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.percent {
	display: inline-block;
	line-height: 70px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.label-chart {
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	display: inline;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
/* ---------------------------------------------------------------------- */
/*	User profile
 /* ---------------------------------------------------------------------- */

.user-left {
	border-right: 1px solid #DDDDDD;
	padding-right: 15px;
}
.user-left a:hover, .user-left a:focus {
	text-decoration: none;
}
.user-left td .edit-user-info {
	visibility: hidden;
}
.user-left tr:hover .edit-user-info {
	visibility: visible;
}
.user-left .user-image {
	position: relative;
	display: inline-block;
}
.user-image .user-image-buttons {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
.user-image:hover .user-image-buttons {
	display: block;
}
.user-edit-image-buttons {
	display: inline;
}
#projects .progress {
	margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Gallery
 /* ---------------------------------------------------------------------- */
.gallery-img {
	margin-bottom: 20px;
}
.wrap-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#cboxLoadedContent {
	background: #ffffff !important;
}
.wrap-image > .chkbox {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #ffffff;
	text-align: center;
	display: none;
	cursor: pointer;
	border: 1px solid #DDDDDD;
}
.wrap-image > .chkbox:hover {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 0 12px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
.wrap-image.selected > .chkbox {
	display: block;
}
.wrap-image:hover > .chkbox {
	display: block;
}
.wrap-image.selected > .chkbox:before {
	content: "\e0df";
	font-family: "clip-font";
	height: 14px;
	left: 1px;
	position: absolute;
	top: -2px;
	width: 14px;
}
.wrap-image > .tools {
	background-color: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: -30px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.2s ease 0s;
	vertical-align: middle;
	width: 24px;
}
.wrap-image > .tools a:hover, .wrap-image > .tools a:focus {
	text-decoration: none;
}
.wrap-image > .tools.tools-bottom {
	bottom: -30px;
	height: 28px;
	left: 0;
	right: 0;
	top: auto;
	width: auto;
}
.wrap-image:hover > .tools {
	left: 0;
}
.wrap-image:hover > .tools.tools-bottom {
	bottom: 0;
	top: auto;
}
.wrap-image:hover > .tools.tools-top {
	bottom: auto;
	top: 0;
}
.wrap-image:hover > .tools.tools-right {
	left: auto;
	right: 0;
}
.wrap-image > .tools > a, .wrap-image > *:first-child .inner a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 4px;
}
.wrap-image > .tools > a:hover, .wrap-image > *:first-child .inner a:hover {
	color: #C9E2EA;
	text-decoration: none;
}
.wrap-image .tools.tools-bottom > a, .wrap-image .tools.tools-top > a {
	display: inline-block;
}
/* ---------------------------------------------------------------------- */
/*	Compatibility with font-awesome 3
 /* ---------------------------------------------------------------------- */
[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
a [class^="icon-"], a [class*=" icon-"] {
	display: inline;
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-eraser:before {
	content: "\f12d";
}
.icon-font:before {
	content: "\f031";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-picture:before {
	content: "\f03e";
}
.icon-fullscreen:before {
	content: "\f0b2";
}
.icon-question:before {
	content: "\f128";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-refresh:before {
	content: "\f021";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-resize-full:before {
	content: "\f065";
}
.icon-check-empty:before {
	content: "\f096";
}
.icon-check:before {
	content: "\f046";
}
.icon-ok:before {
	content: "\f00c";
}
.icon-external-link-sign:before {
	content: "\f14c";
}
.icon-double-angle-left:before {
	content: "\f100";
}
.icon-double-angle-right:before {
	content: "\f101";
}
/* ---------------------------------------------------------------------- */
/*	Animation Page
 /* ---------------------------------------------------------------------- */

.animation-container {
	overflow: hidden;
	padding: 140px 0 40px;
	background-color: #F4F4F4;
}
.animation-buttons .btn {
	margin-bottom: 10px;
}
#object {
	display: block;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 150px;
	color: #007AFF;
}
/* ---------------------------------------------------------------------- */
/*	X-editable Table
 /* ---------------------------------------------------------------------- */
td.column-left {
	width: 25%;
}
td.column-right {
	width: 75%;
}
div.dataTables_filter label {
    float: left !important;
}
div.dataTables_length label {
    float: right !important;
}
/* ---------------------------------------------------------------------- */
/*	Select2
 /* ---------------------------------------------------------------------- */
.select2-container .select2-choice > .select2-chosen {
	margin-left: 26px !important;
	margin-right: 0px !important;
}
/* ---------------------------------------------------------------------- */
/*	Invoice
 /* ---------------------------------------------------------------------- */
.invoice {
	margin-bottom: 20px;
}
.invoice .invoice-logo {
	margin-bottom: 20px;
}
.invoice table {
	margin: 30px 0;
}
.invoice .invoice-logo p {
	font-size: 26px;
	line-height: 28px;
	padding: 25px 0;
	text-align: right;
}
.invoice .invoice-logo p span {
	display: block;
	font-size: 14px;
}
.invoice h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
}
.invoice-details {
	padding-top: 30px;
}
.invoice .invoice-block {
	text-align: right;
}
.invoice .invoice-block .amounts {
	font-size: 14px;
	margin-top: 20px;
}
/* ---------------------------------------------------------------------- */
/*	PAGE SIDEBAR
/* ---------------------------------------------------------------------- */
#page-sidebar {
    bottom: 0;
    position: fixed;
    left: -270px;
    top: 49px;
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    width: 270px;
    z-index: 999;
    background:#F6F6F6;
    border-right: 1px solid #c8c7cc;
    border-top: 1px solid #c8c7cc;
}
#page-sidebar .media-list {
    list-style: none outside none;
    padding-left: 0;
    padding-right: 0;
}

#page-sidebar .sidebar-wrapper {
	overflow: hidden;
	position: relative;
}
#page-sidebar .sidebar-toggler {
 	background: #F5F5F5;
    font-size: 16px;
    color: #999999;
    height: 50px;
    overflow: hidden;
    padding-top: 18px;
    position: absolute;
    left: 15px;
    text-align: center;
    top: -51px;
    width: 47px;
    z-index: 9994;
}
#page-sidebar .sidebar-wrapper .nav-tabs li a {
	border-right: none;
	border-top: none;
	background: #fff;	
}
#page-sidebar .sidebar-wrapper .nav-tabs li.active a {
	background: none;
	border-bottom-color: transparent;
}
#page-sidebar .sidebar-wrapper .tab-content {
    border: none;
    padding: 0;
    position: relative;
}
#page-sidebar #users, #page-sidebar #favorites {
	position: relative;
	right:0;
	top:0;
	transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease 0s;
}
#page-sidebar .user-chat {
	position: relative;
	left:270px;
	top:0;
}
#page-sidebar .users-list{
	position: absolute;
	right:0;
	left: 0;
	top:0;
}

#page-sidebar .media-list .media {
    border-bottom: 1px solid #c8c7cc;
    margin:0;
}
#page-sidebar .media-list .media a {
	padding: 10px;
	display: block;
}
#page-sidebar .media-list .media a:hover {
    background: #D9D9D9;
    text-decoration: none;
}
#page-sidebar .sidebar-title {
    color: #999;
    font-size: 11px;
    margin: 15px 10px 10px 10px;
    text-transform: uppercase;
}
#page-sidebar .sidebar-back {
    color: #999;
    font-size: 11px;
    margin: 15px 0 10px 0;
    text-transform: uppercase;	
}
#page-sidebar .sidebar-back:hover {
    color: #555555;
    text-decoration: none;
}
#page-sidebar .media-list .media .media-object {
    border-radius: 50% !important;
    float: right;
    margin-left: 10px;
    opacity: 0.8;
    width: 40px;
}
#page-sidebar .media-list .media .user-label {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    left: 25px;
}
#page-sidebar .media-list .media .status-online {
	line-height: 40px;
	font-size: 6px;
    position: absolute;
    left: 10px;
    display: inline-block;
    color: #5cb85c;
}
#page-sidebar .media-list .media .media-heading {
	color: #555555;
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
}
#page-sidebar .media-list .media .media-body span {
	color: #bbbbbb;
	display: block;
	font-size: 12px;
}
#page-sidebar .sidebar-content {
	padding: 10px;	
}
#page-sidebar .discussion .avatar img {
    border-radius: 50% !important;
    width: 40px;	
}
#page-sidebar .discussion .messages {
    margin-top: 10px;
}
#page-sidebar .discussion .messages p{
    font-size: 12px;
}
#page-sidebar .radio, #page-sidebar .checkbox {
	padding-left: 0;
	padding-right: 30px !important;
}

.widget-reminder .widget-content {
    background-color: #6393a7;
    color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
}
.today-reminder .reminder-title {
    border-bottom-color: #a4c0cc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}
.today-reminder .reminder-time {
    font-size: 2.5em;
    margin-bottom: 0;
}
.today-reminder .reminder-place {
    font-size: 1.5em;
}
.today-reminder .reminder-notes {
    font-size: 0.9em;
}
.today-reminder > i {
    animation-delay: 0.5s;
    animation-direction: normal;
    animation-duration: 8s;
    animation-fill-mode: none;
    animation-iteration-count: 3;
    animation-name: ring;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    font-size: 12em;
    opacity: 0.1;
    position: absolute;
    right: -15px;
    top: 5px;
    transform-origin: 50% 4px 0;
}
.today-reminder > .btn-group {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.today-reminder > .btn-group .dropdown-menu {
    font-size: 0.9em;
}
.today-reminder > .btn-group > .btn-group {
    float: none;
}
@keyframes ring {
0% {
    transform: rotate(0deg);
}
1% {
    transform: rotate(30deg);
}
3% {
    transform: rotate(-28deg);
}
5% {
    transform: rotate(34deg);
}
7% {
    transform: rotate(-32deg);
}
9% {
    transform: rotate(30deg);
}
11% {
    transform: rotate(-28deg);
}
13% {
    transform: rotate(26deg);
}
15% {
    transform: rotate(-24deg);
}
17% {
    transform: rotate(22deg);
}
19% {
    transform: rotate(-20deg);
}
21% {
    transform: rotate(18deg);
}
23% {
    transform: rotate(-16deg);
}
25% {
    transform: rotate(14deg);
}
27% {
    transform: rotate(-12deg);
}
29% {
    transform: rotate(10deg);
}
31% {
    transform: rotate(-8deg);
}
33% {
    transform: rotate(6deg);
}
35% {
    transform: rotate(-4deg);
}
37% {
    transform: rotate(2deg);
}
39% {
    transform: rotate(-1deg);
}
41% {
    transform: rotate(1deg);
}
43% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(0deg);
}
}
@keyframes ring {
0% {
    transform: rotate(0deg);
}
1% {
    transform: rotate(30deg);
}
3% {
    transform: rotate(-28deg);
}
5% {
    transform: rotate(34deg);
}
7% {
    transform: rotate(-32deg);
}
9% {
    transform: rotate(30deg);
}
11% {
    transform: rotate(-28deg);
}
13% {
    transform: rotate(26deg);
}
15% {
    transform: rotate(-24deg);
}
17% {
    transform: rotate(22deg);
}
19% {
    transform: rotate(-20deg);
}
21% {
    transform: rotate(18deg);
}
23% {
    transform: rotate(-16deg);
}
25% {
    transform: rotate(14deg);
}
27% {
    transform: rotate(-12deg);
}
29% {
    transform: rotate(10deg);
}
31% {
    transform: rotate(-8deg);
}
33% {
    transform: rotate(6deg);
}
35% {
    transform: rotate(-4deg);
}
37% {
    transform: rotate(2deg);
}
39% {
    transform: rotate(-1deg);
}
41% {
    transform: rotate(1deg);
}
43% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(0deg);
}
}
.cover {
    margin-bottom: 18px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.panel > .cover {
    margin-bottom: 0;
}
.media-left > .cover:last-child {
    margin-bottom: 0;
}
.cover.overlay.cover-image-full > img, .cover.overlay.cover-image-full > .img {
    width: 100%;
}
.cover.overlay.hover .overlay-hover {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    visibility: hidden;
}
.cover.overlay.hover:hover .overlay-hover {
    opacity: 1;
    visibility: visible;
}
.cover.overlay .overlay {
    bottom: 0;
    display: table;
    left: 0;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 3;
}
.cover.overlay .overlay:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.cover.overlay .overlay [class*="v-spacing-2"] {
    left: 18px;
    right: 18px;
}
.cover.overlay .overlay .v-top[class*="v-spacing-2"] {
    top: 18px;
}
.cover.overlay .overlay .v-bottom[class*="v-spacing-2"] {
    bottom: 18px;
}
.cover.overlay .overlay.overlay-full {
    height: 100%;
    top: 0;
}
.cover.overlay .overlay.overlay-full p {
    max-width: 100%;
}
.cover.overlay .overlay.overlay-full .v-top {
    display: block;
    height: auto;
    left: 9px;
    position: absolute;
    right: 9px;
    text-align: inherit;
    top: 9px;
    vertical-align: top !important;
    width: auto;
}
.cover.overlay .overlay.overlay-full .v-center {
    bottom: auto;
    display: table-cell;
    height: 100%;
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    vertical-align: middle;
    width: 100%;
}
.cover.overlay .overlay.overlay-full .v-bottom {
    bottom: 9px;
    display: block;
    height: auto;
    left: 9px;
    position: absolute;
    right: 9px;
    text-align: inherit;
    vertical-align: baseline;
    width: auto;
}
.cover.overlay .overlay.overlay-full [class*="v-spacing-2"] {
    left: 18px;
    right: 18px;
}
.cover.overlay .overlay.overlay-full .v-top[class*="v-spacing-2"] {
    top: 18px;
}
.cover.overlay .overlay.overlay-full .v-bottom[class*="v-spacing-2"] {
    bottom: 18px;
}
@media (max-width: 767px) {
.cover.overlay .overlay.overlay-full-xs {
    height: 100%;
    top: 0;
}
.cover.overlay .overlay.overlay-full-xs p {
    max-width: 100%;
}
.cover.overlay .overlay.overlay-full-xs .v-top {
    display: block;
    height: auto;
    left: 9px;
    position: absolute;
    right: 9px;
    text-align: inherit;
    top: 9px;
    vertical-align: top !important;
    width: auto;
}
.cover.overlay .overlay.overlay-full-xs .v-center {
    bottom: auto;
    display: table-cell;
    height: 100%;
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    vertical-align: middle;
    width: 100%;
}
.cover.overlay .overlay.overlay-full-xs .v-bottom {
    bottom: 9px;
    display: block;
    height: auto;
    left: 9px;
    position: absolute;
    right: 9px;
    text-align: inherit;
    vertical-align: baseline;
    width: auto;
}
.cover.overlay .overlay.overlay-full-xs [class*="v-spacing-2"] {
    left: 18px;
    right: 18px;
}
.cover.overlay .overlay.overlay-full-xs .v-top[class*="v-spacing-2"] {
    top: 18px;
}
.cover.overlay .overlay.overlay-full-xs .v-bottom[class*="v-spacing-2"] {
    bottom: 18px;
}
.cover.overlay .overlay[class*="overlay-full"] .v-top-xs {
    display: block;
    height: auto;
    left: 9px;
    position: absolute;
    right: 9px;
    text-align: inherit;
    top: 9px;
    vertical-align: top !important;
    width: auto;
}
.cover.overlay .overlay[class*="overlay-full"] .v-center-xs {
    bottom: auto;
    display: table-cell;
    height: 100%;
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    vertical-align: middle;
    width: 100%;
}
.cover.overlay .overlay[class*="overlay-full"] .v-bottom-xs {
    bottom: 9px;
    display: block;
    height: auto;
    left: 9px;
    position: absolute;
    right: 9px;
    text-align: inherit;
    vertical-align: baseline;
    width: auto;
}
}
.cover.overlay .overlay[class*="overlay-bg-grey"] .text-overlay {
    color: #fff;
    text-shadow: 0 2px 0 #555;
}
.cover.overlay .overlay p {
    font-size: 17px;
    margin-bottom: 18px;
}
.cover.overlay .overlay p.lead {
    font-size: 22px;
}
.cover.overlay .overlay *:last-child {
    margin-bottom: 0;
}
.cover.overlay .overlay[class*="overlay-bg-white"] .text-overlay {
    color: #212121;
    text-shadow: none;
}
.cover.overlay .overlay[class*="overlay-bg-white"] p.text-overlay {
    color: #212121;
}
.cover.overlay .overlay.overlay-bg-black .text-overlay {
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
}
.cover.overlay .overlay.overlay-bg-black p.text-overlay {
    color: #eeeeee;
    text-shadow: none;
}
.cover.overlay [class*="overlay-bg-"][class*="text-"]:not(.overlay) {
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
}
.cover.overlay .overlay-bg-black {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.cover.overlay .overlay-bg-white {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.cover.overlay .overlay-bg-white-fade {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4));
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.cover.overlay .overlay-bg-white-strong {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.cover.overlay .overlay-bg-grey {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #616160, rgba(123, 122, 121, 0.2));
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.tabbable .cover.overlay {
    margin-bottom: -18px;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -18px;
}
.cover.overlay .carousel-control {
    z-index: 4;
}
.cover.overlay .ribbon-mark {
    z-index: 5;
}
[class*="cover-navbar"] .cover.overlay .ribbon-mark .caret {
    box-shadow: none;
}
.cover-navbar-top.cover.overlay .ribbon-mark {
    top: 50px;
}
.cover-navbar-small-top.cover.overlay .ribbon-mark {
    top: 42px;
}
.cover-navbar-large-top.cover.overlay .ribbon-mark {
    top: 50px;
}
@media (min-width: 992px) {
.cover-navbar-large-top.cover.overlay .ribbon-mark {
    top: 64px;
}
}
.container > .cover.overlay .overlay {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
.container > .cover.overlay .overlay p {
    max-width: 70%;
}
}
.cover.overlay .btn-cover {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    color: #fff;
    z-index: 2;
}
.cover.overlay .btn-cover:hover, .cover.overlay .btn-cover:focus, .cover.overlay .btn-cover.focus, .cover.overlay .btn-cover:active, .cover.overlay .btn-cover.active, .open > .dropdown-toggle.cover.overlay .btn-cover {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.cover.overlay .btn-cover:active, .cover.overlay .btn-cover.active, .open > .dropdown-toggle.cover.overlay .btn-cover {
    background-image: none;
}
.cover.overlay .btn-cover.disabled, .cover.overlay .btn-cover[disabled], fieldset[disabled] .cover.overlay .btn-cover, .cover.overlay .btn-cover.disabled:hover, .cover.overlay .btn-cover[disabled]:hover, fieldset[disabled] .cover.overlay .btn-cover:hover, .cover.overlay .btn-cover.disabled:focus, .cover.overlay .btn-cover[disabled]:focus, fieldset[disabled] .cover.overlay .btn-cover:focus, .cover.overlay .btn-cover.disabled.focus, .cover.overlay .btn-cover.focus[disabled], fieldset[disabled] .cover.overlay .btn-cover.focus, .cover.overlay .btn-cover.disabled:active, .cover.overlay .btn-cover[disabled]:active, fieldset[disabled] .cover.overlay .btn-cover:active, .cover.overlay .btn-cover.disabled.active, .cover.overlay .btn-cover.active[disabled], fieldset[disabled] .cover.overlay .btn-cover.active {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.cover.overlay .btn-cover .badge {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.5);
}
.cover.overlay .btn-cover:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.cover.overlay .cover-nav {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.24);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.cover.overlay .cover-nav li {
    display: inline;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.cover.overlay .cover-nav li a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.cover.overlay .cover-nav li a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.54);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.cover.overlay .cover-nav li a i {
    font-size: 1.4em;
    margin-right: 3px;
}
.cover.overlay .cover-nav li a i::before {
    vertical-align: middle;
}
.cover.overlay .cover-nav li.active a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.54);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
@media (max-width: 480px) {
.cover.overlay .cover-nav {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #212121;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    bottom: -40px;
}
.cover.overlay .cover-nav li a {
    color: #474747;
}
.cover.overlay .cover-nav li.active a, .cover.overlay .cover-nav li.active a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.cover.overlay .cover-nav li a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #0a0a0a;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
}
@media (max-width: 992px) {
.cover.overlay .cover-nav li a {
    height: 40px;
    line-height: 40px;
}
.cover.overlay .cover-nav li a li a i {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.cover.overlay .cover-nav li a span {
    display: none;
}
}
@media (min-width: 1270px) {
.cover.overlay .cover-nav {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    right: 0;
    text-align: left;
    top: 0;
    width: 250px;
}
.cover.overlay .cover-nav li {
    display: block;
}
.cover.overlay .cover-nav li.active a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.cover.overlay .cover-nav li.active a i {
    color: #fff;
}
.cover.overlay .cover-nav li a {
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #3f3f3f;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    width: 100%;
}
.cover.overlay .cover-nav li a i {
    color: #dfdfdf;
    text-align: center;
    width: 50px;
}
.cover.overlay .cover-nav li a:hover {
    color: #fff;
}
}
@media (min-width: 768px) {
.cover.overlay {
    overflow-x: hidden;
    overflow-y: hidden;
}
}
@media (max-width: 480px) {
.cover.overlay.cover-menu {
    margin-bottom: 60px;
    overflow-x: visible;
    overflow-y: visible;
}
}
@media (max-width: 767px) {
.cover.overlay .overlay {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.cover.overlay .jumbotron {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
}
[class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-large-top {
    margin-top: -50px;
}
@media (min-width: 992px) {
[class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-large-top {
    margin-top: -64px;
}
}
[class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-small-top {
    margin-top: -42px;
}
[class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-top {
    margin-top: -50px;
}

/* =============
   Animation
============= */
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -o-transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Dropdown */
@-webkit-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}
@keyframes animationProgress {
  from {
    width: 0;
  }
}
/* Portlets loader */
@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@-moz-keyframes loaderAnimate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(220deg);
  }
}
@-o-keyframes loaderAnimate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
@-webkit-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@-moz-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(140deg);
  }
}
@-o-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(140deg);
  }
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-block {
  display: block;
}

.dropdown-menu {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.drop-menu-right {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.dropdown-menu-animate {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.open > .dropdown-menu-animate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.dropdown-menu-lg {
  width: 275px;
}
.dropdown-menu-lg .list-group {
  margin-bottom: 0px;
}
.dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
}
.dropdown-menu-lg .media-heading {
  margin-bottom: 0px;
}
.dropdown-menu-lg .media-body p {
  color: #828282;
}
.notification-list {
  max-height: 230px;
  margin-top: 48px;
}
.notification-list em {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  margin-top: 4px;
}
.notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}
.notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
}
.notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 15px;
  color: #4c5667;
  width: 100%;
}
/* Page titles */
.page-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 7px;
}
.page-title-alt {
  margin-bottom: 23px;
  margin-top: 10px;
}
.button-list {
  margin-left: -8px;
}
.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}
.contact-search .btn-white {
  position: absolute;
  top: 1px;
  left: 16px;
  background-color: transparent !important;
  border: none !important;
  font-size: 21px;
  box-shadow: none !important;
  outline: none !important;
  color: #98a6ad;
}
.modal-backdrop {
    background-color: rgba(40, 59, 91, 1) !important;
    opacity: 0.91 !important;    
}
#scale_container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(9, 8, 0, 0.95);
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*/color: #fff;*/
}
.barcode_print {
    background-color: #fff;
    color: #000;
}
.barcode_disabled {
    text-decoration: line-through;
}

.navigation-toggler {
    float: right;
}

.navbar > .container .navbar-brand .logo-symbol, .logo .logo-symbol {
    font-size: 32px;
    display: block;
    float: right;
}
.navbar > .container .navbar-brand .logo-title, .logo .logo-title {
    font-size: 146px;
    height: 33px;
    display: block;
    float: right;
    overflow: hidden;
    padding-right: 5px;
}

.navigation-small .navbar > .container .navbar-brand .logo-title {
    display:none;
}
.navigation-small .navbar > .container .navbar-brand .logo-symbol {
    font-size: 38px;
}
.navigation-small .navbar > .container .navbar-brand, .logo{
    padding-left: 7px;
    padding-right: 7px;    
}

.navbar > .container .navbar-brand, .logo {
    min-width: 0;
}

body.rtl .navigation-toggler {
    margin-right: 0px;
}
body.modal-open {
padding-right: 0px !important;
overflow-y: auto;
}
.edit_item {
    color:#337ab7!important;
}

.navbar {
    z-index: 1001!important;
}
body.rtl.modal-open, body.rtl.modal-open2 {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-right: 0 !important;
}
body.modal-open {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-right: 0 !important;
}
.notifyjs-corner {
    z-index:10000 !important;
}

.modal {
    overflow-y: auto !important;
}

/* Transaction */
.transaction-list li {
  padding: 7px 0px;
  border-bottom: 1px solid #ebeff2;
  clear: both;
  position: relative;
}
.transaction-list i {
  width: 20px;
  position: absolute;
  top: 10px;
  font-size: 12px;
}
.transaction-list .tran-text {
  padding-left: 25px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 115px;
}
.transaction-list .tran-price {
  margin-left: 30px;
}
/* =============
   Widget
============= */
/* Widget-box styles */
.widget-box-1 i.inform {
  font-size: 20px;
  cursor: pointer;
}
.widget-box-1 h4 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.widget-box-1 h2 {
  margin: 20px;
  font-weight: 600;
}
.widget-box-1 p {
  margin-bottom: 0px;
}
.widget-s-1 {
  border-radius: 6px;
}
/* Widget (background-icon) */
.widget-bg-color-icon .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
.widget-bg-color-icon .bg-icon i {
  font-size: 32px;
  line-height: 80px;
}
.widget-bg-color-icon .bg-icon-info {
  background-color: rgba(52, 211, 235, 0.2);
  border: 1px solid #34d3eb;
}
.widget-bg-color-icon .bg-icon-primary {
  background-color: rgba(93, 156, 236, 0.2);
  border: 1px solid #5d9cec;
}
.widget-bg-color-icon .bg-icon-pink {
  background-color: rgba(251, 109, 157, 0.2);
  border: 1px solid #fb6d9d;
}
.widget-bg-color-icon .bg-icon-purple {
  background-color: rgba(114, 102, 186, 0.2);
  border: 1px solid #7266ba;
}
.widget-bg-color-icon .bg-icon-success {
  background-color: rgba(129, 200, 104, 0.2);
  border: 1px solid #81c868;
}
.widget-bg-color-icon .bg-icon-custom {
  background-color: rgba(0, 150, 136, 0.2);
  border: 1px solid #58c9c7;
}
.widget-bg-color-icon .bg-icon-warning {
  background-color: rgba(255, 189, 74, 0.2);
  border: 1px solid #ffbd4a;
}
.widget-bg-color-icon .bg-icon-danger {
  background-color: rgba(240, 80, 80, 0.2);
  border: 1px solid #f05050;
}
.widget-bg-color-icon .bg-icon-inverse {
  background-color: rgba(76, 86, 103, 0.2);
  border: 1px solid #4c5667;
}
.mini-stat-icon {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
.mini-stat-info {
  padding-top: 2px;
  color: #eeeeee;
}
.mini-stat-info span {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.mini-stat-info span.name {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.widget-inline {
  padding: 20px 0px !important;
}
.widget-inline .col-lg-3 {
  padding: 0px;
}
.widget-inline .widget-inline-box {
  border-left: 1px solid #e3e8f1;
  padding: 20px;
}
.widget-inline .widget-inline-box i {
  font-size: 32px;
}
/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.inbox-widget .inbox-item img {
  width: 40px;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #a0a0a0;
  display: block;
  font-size: 12px;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #a9a9a9;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}
/* Chat widget */
.conversation-list {
  list-style: none;
  height: 332px;
  padding: 0px 20px;
}
.conversation-list li {
  margin-bottom: 24px;
}
.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 42px;
}
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f4f8fb;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.conversation-list .ctext-wrap i {
  color: #1a2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
.conversation-list .ctext-wrap p {
  margin: 0px;
  padding-top: 3px;
}
.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f4f8fb;
  border-width: 8px;
  margin-left: -1px;
  border-right-color: #f4f8fb;
}
.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}
.conversation-list .odd .chat-avatar {
  float: right !important;
}
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}
.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #f4f8fb !important;
  border-top-color: #f4f8fb !important;
  left: 100% !important;
  margin-right: -1px;
}
.chat-send {
  padding-left: 0px;
  padding-right: 30px;
}
.chat-send button {
  width: 100%;
}
.chat-inputbar {
  padding-left: 30px;
}
.stocktaking_timefield {
    text-align: left;
    direction: ltr;
}

#misbar_calculator {
    width:340px;
    position: fixed;
    bottom: 100px;
    left: 100px;
    background: #fff;
    z-index: 9999;
}

#idCalculadorabtns input {
    font-size: 25px;
}

#idCalculadoratxtResultado {
    direction: ltr;
    text-align: left;
}

#calculator_button {
    font-size: 25px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 1062;
}

.modal {
/*/-webkit-overflow-scrolling: auto;*/
}

.gridveiew_time {
    color: black;
}
/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 5px;
}
.checkbox label {
  display: inline-block;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 26px;
  left: 0;
  margin-left: -6px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 26px;
  outline: none !important;
}
.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 16px;
  height: 26px;
  left: 0;
  margin-left: -11px;
  padding-left: 0px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 26px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  margin-right: 0px;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #5fbeaa;
  border-color: #5fbeaa;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #5d9cec;
  border-color: #5d9cec;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f05050;
  border-color: #f05050;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #34d3eb;
  border-color: #34d3eb;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbd4a;
  border-color: #ffbd4a;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #81c868;
  border-color: #81c868;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #fb6d9d;
  border-color: #fb6d9d;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
/* Radios */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #555555;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-custom input[type="radio"] + label::after {
  background-color: #5fbeaa;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #5fbeaa;
}
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #5fbeaa;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #5d9cec;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #5d9cec;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #5d9cec;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #f05050;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f05050;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f05050;
}
.radio-info input[type="radio"] + label::after {
  background-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #34d3eb;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffbd4a;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffbd4a;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffbd4a;
}
.radio-success input[type="radio"] + label::after {
  background-color: #81c868;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #81c868;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #81c868;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #7266ba;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #fb6d9d;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #fb6d9d;
}
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #fb6d9d;
}