/*
* Template Name: Sublime - Web Application Admin Template
* Version: 1.0
* Author: Nyasha
* Website: http://www.nyasha.me/
* Themeforest Portfolio: http://themeforest.net/user/iamnyasha/portfolio?ref=iamnyasha
*/
/* Table of Contents
   *     [SECTION]...........[DESCRIPTION]
   1.    Reset...............Set defaults
   2.    Header..............Header element styles
   3.    Sidebar.............Main sidebar
   4.    Content Layout......App layout content (also contains Modal, Well, and list-group styles)
   5.    Off Screen..........Off Screen styles
   6.	 Alerts..............Custom bootstrap alert styles
   7.	 Breadcrumbs.........Custom bootstrap breadcrumb styles
   8.	   Pagination..........Custom bootstrap pagination styles
   9.	Tables..............Custom bootstrap tables styles
   10.	Panels..............Custom bootstrap panel styles
   11.	Forms...............Custom bootstrap form styles
   12.	Popover.............Custom bootstrap popover styles
   13.	Tooltip.............Custom bootstrap tooltip styles
   14.	Badge...............Custom bootstrap badge styles
   15.   Presentation........Custom bootstrap <code> styles
   16.	Dropdown............Custom bootstrap dropdown styles
   17.	Progress-Bar........Custom bootstrap progress bar styles
   18.	Buttons.............Custom bootstrap button styles
   19.	Navbar..............Custom bootstrap Navbar styles
   20.	Navs................Custom bootstrap navs styles
   21.	Labels..............Custom bootstrap labels styles
   22.	Carousel............Custom bootstrap carousel styles
   23.	Chat Box............Mail, Chat box and chat widget styles
   24.	Tasks...............Tasks page styles
   25.	Timeline............Timeline page styles
   26.	Catalog.......Catalog page styles
   27.	Gallery.............Photo Gallery styles
   28.	400_500.............404, 500, Signin, Signup and lockscreen page styles
   29.	Widgets.............Widget styles
   30.	Switchery...........Switchery iOS switches styles
   31.	Sortable............Nestable and Sortable elements
   32.	FuelUX..............FuelUX elements (Custom checkbox, custom radio boxes, form wizard, pill box, spinner styles)
   33.	Charts..............Chart and map elements
   34.	Utilities...........Helper classes (margins, paddings, borders, and resets)
   35.	Color Scheme........Theme color palette
   36.   Plugins........Theme plugin styles
   Quickly jump to a desired section by doing (CMD/CTRL + F $[SECTION])
*/
/*
 * $Reset
 * Basic global styles
 */
/* Body reset */

@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
html {
	-ms-overflow-style: scrollbar;
}
body {
	background: #515e72;
	color: #59595a;
	line-height: 1.5;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
 html, body {
 height: 100%;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
}
.bolder {
	font-weight: 800;
}
/* Links */
a {
	color: #59595a;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
a:visited, a:active, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
[class^="ti-"].pull-right, [class*=" ti-"].pull-right {
 line-height: inherit;
}
/* hr restyled*/
hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #e3e6f3;
}
/* Images and avatars */
img {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
.img-rounded {
	border-radius: 2px;
}
.img-circle {
	border-radius: 50%;
}
.avatar {
	position: relative;
	display: inline-block;
	width: 100%;
}
.avatar-lg {
	width: 128px;
}
.avatar-md {
	width: 64px;
}
.avatar-sm {
	width: 32px;
}
.avatar-xs {
	width: 16px;
}
.bordered-avatar {
	border: 3px solid #fff;
	background-color: #eaecf6;
}
/* Remove contenteditable outlines */
[contenteditable], [contenteditable]:hover, [contenteditable]:active {
 outline: 0;
}
blockquote {
	margin: 15px 0;
	padding: 10px;
	border: 0;
	font-size: 13px;
	float: left;
	display: block;
}
blockquote:before {
	color: #E2E4E9;
	font-family: Georgia, serif;
	content: "“";
	font-size: 40px;
	margin-right: 10px;
	float: left;
	line-height: 1;
}
blockquote p {
	display: inline;
}
.pullquote {
	font-style: italic;
	display: block;
	float: left;
	font-size: 1.6em;
	width: 55%;
}
.pullquote:before {
	font-family: Georgia, serif;
	content: "“";
	font-style: normal;
	font-size: 40px;
	float: left;
	color: #E2E4E9;
}
.drop-cap {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	font-family: Georgia;
}
.drop-cap.boxed {
	padding: 10px;
	margin: 0 5px 5px 0;
	border-radius: 2px;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5;
}
ol.list-style-none, ul.list-style-none {
	list-style: none;
	padding: 0;
}
.nav {
	padding: 0;
}
.pageload {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99999;
}
.pageload .loader {
	position: absolute;
	margin: -12px 0 0 -12px;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 24px;
}
.loader:after {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	display: block;
	z-index: 2000;
	border-radius: 24px;
	content: "";
	-webkit-animation: spinner 400ms linear infinite;
	-ms-animation: spinner 400ms linear infinite;
	animation: spinner 400ms linear infinite;
}
@-webkit-keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-ms-keyframes spinner {
 0% {
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@media print {
.content-wrap {
	width: 100%;
}
.sidebar, .header, .no-print {
	display: none;
}
}
/*
 *
 * $Header layout
 *
 * Core theme layout styles
 */
/* header element */
.header {
	min-height: 50px;
	z-index: 1000;
	border-radius: 0;
	border: 0;
	margin: 0;/* Branding */
}
.header li:hover, .header li a:hover, .header li a:active {
	background: transparent;
}
.header .brand {
	width: 200px;
	float: left;
	margin:0px 0 0 20px !important;
}
.header .brand .navbar-brand {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50px;
}
.header .brand .navbar-brand img {
	max-height: 35px;
	margin-right: 5px;
	margin-top: -5px;
}
.header .navbar-nav {
	margin: 0 0;
}
.header .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	max-height: 50px;
}
.header .navbar-nav > li > a:focus {
	background-color: transparent;
}
.header .header-avatar {
	width: 32px;
	margin-top: -6px;
}
.header > .nav > li > a > .badge {
	position: absolute;
	top: 8px;
	right: 2px;
	width: 16px;
	height: 16px;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	padding: 0;
}
.header .header-search {
	position: relative;
}
.header .header-search .search-container {
	top: 10px;
	width: 0;
	-webkit-transition: width 300ms;
	transition: width 300ms;
	position: absolute;
	left: 40px;
}
.header .header-search .search-container .search {
	height: 30px;
	border: 0;
	padding: 0;
	text-indent: 10px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.header .header-search .toggle-search {
	padding: 5px 9px!important;
	margin: 10px;
	width: 30px;
	height: 30px;
	border-radius: 2px;
}
.header .header-search.open > a {
	z-index: 1001;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.header .header-search.open .search-container {
	width: 250px;
}
.header .header-search.open .search-container .search {
	padding-right: 12px;
}
.header .notifications {
	position: relative;
}
.header .notifications .panel {
	border: 0;
}
.header .notifications .panel-heading {
	padding: 5px 15px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.header .notifications ul li a {
	font-size: 13px;
}
.header .notifications .panel-footer {
	padding: 5px 15px;
}
.header .notifications .panel-footer > a {
	font-size: 13px;
}
.header .notifications .m-body {
	display: block;
	overflow: hidden;
}
.header .notifications .time {
	display: block;
}
.header .notifications .label {
	font-size: 10px;
}
.header .notifications a:hover, .header .notifications a:visited, .header .notifications a:active {
	color: #59595a;
}
.horizontal-layout .brand {
	width: auto;
	background-color: transparent;
}
@media screen and (min-width: 768px) {
 .header {
 position: fixed;
 width: 100%;
 padding: 0 15px;
/* Branding */
  }
 .header .brand {
 margin-left: -15px;
}
 .header .brand .navbar-brand {
 width: 100%;
}
 .header .header-avatar {
 float: left;
}
 .header .notifications .dropdown-menu {
 min-width: 350px;
}
 .app > header .dropdown-menu {
 border-top: 0;
 padding: 0;
 box-shadow: 0px 2px 5px rgba(88, 96, 114, 0.05);
 -webkit-animation-duration: 300ms;
 animation-duration: 300ms;
}
}
@media (max-width: 767px) {
 .header {
 width: 100%;
}
 .header.header-fixed {
 position: fixed;
 width: 100%;
 top: 0;
 z-index:9999;
}
 .header > .brand {
 width: 100%;
 text-align: center;
}
 .header > .brand .navbar-brand {
 display: inline-block;
 float: none;
 text-align: center;
}
 .header .notifications {
 margin-right: 10px;
}
 .header .navbar-nav .open .dropdown-menu {
 position: absolute;
 margin-top: 0;
 background-color: #fff;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
 .header .navbar-collapse {
 width: 100%;
}
 .header .off-right {
 position: absolute;
 right: 0;
 top: 0;
}
 .header .off-left {
 position: absolute;
 left: 0;
 top: 0;
}
 .header .navbar-toggle, .header .brand [data-toggle="offscreen"] {
 z-index: 999;
 padding: 10px 15px;
 margin-top: 8px;
 margin-right: 0;
 margin-left: 0;
 margin-bottom: 8px;
 background-color: transparent;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 2px;
}
 .header .search-container {
 width: 100%;
 max-width: 220px;
}
 .app > .header > .nav > li {
 float: left;
}
 .app > .header > .navbar-nav {
 float: left;
}
 .app > .header > .navbar-right {
 float: right;
}
 .app > .header .dropdown-menu {
 position: fixed!important;
 top: 100px;
 left: 0;
 right: 0;
 border-radius: 0 !important;
}
 .app > header .dropdown-menu {
 padding: 0;
 border-bottom: 1px solid #e3e6f3 !important;
 box-shadow: none !important;
 -webkit-animation-duration: 0ms;
 animation-duration: 0ms;
}
}
/*
 * $Sidebar layout
 *
 * Core theme layout styles
 */
/* main sidebar */
.sidebar {
	width: 200px;/*padding-top: 30px;*/
}
.sidebar .nav-title {
	font-size: 11px;
	padding: 25px 15px 0;
	letter-spacing: 1px;
}
.sidebar > footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
/* Menu links */
.main-navigation ul > li > a {
	display:table;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}
.main-navigation ul > li i {
	padding-right: 10px;
	min-width: 25px;
	text-align: center;
	font-size: 11px;
}
.main-navigation ul > li > a > i {
	width:15%;
	float:left;
	padding-top:5px;
}
.main-navigation ul > li > a > span {
	float:left;
	width:85%;
}
.main-navigation .nav > li > a:hover, .main-navigation .nav > li > a:focus, .main-navigation .nav .open > a, .main-navigation .nav .open > a:hover, .main-navigation .nav .open > a:focus {
	border-color: transparent;
	background-color: #F1F4F9;
	color:#4F5061;
}
.main-navigation {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*overflow-y: scroll;*/
	-webkit-overflow-scrolling: touch;
}
/* Disable background highlighting on touch devices */
.touch li:hover, .touch li:focus, .touch a:hover, .touch a:focus {
/*background-color: transparent!important;*/
}
/* collapsible menu */
.app .sidebar ul > li {
	position: relative;
	display: block;
}
.app .sidebar ul > li:before, .app .sidebar ul > li:after {
	content: " ";
	display: table;
}
.app .sidebar ul > li:after {
	clear: both;
}
.app .sidebar ul > li a {
	position: relative;
}
.app .sidebar ul > li.open > .dropdown-menu {
	display: block;
}
.app .sidebar ul > li.open > a .toggle-accordion:before {
	content: "\e64b";
}
.app .sidebar ul > li > ul {
	position: relative;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}
.app .sidebar .nav > li .sub-menu {
	font-size: 12px;
}
.app .sidebar .nav > li > .sub-menu > li > a {
	padding: 8px 15px 8px 40px!important;
}
.app .sidebar .nav > li > .sub-menu > li > a + .sub-menu > li > a {
	padding: 8px 15px 8px 60px!important;
}
.app .sidebar .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a {
	padding: 8px 15px 8px 80px!important;
}
.app .sidebar .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a {
	padding: 8px 15px 8px 100px!important;
}
.app .sidebar li a .toggle-accordion {
	float: right;
	padding: 0;
	font-size: 8px;
	line-height: 20px;
	min-width: 25px!important;
}
.app .sidebar li a .toggle-accordion:before {
	font-family: "themify";
	font-style: normal;
	font-weight: normal;
	content: "\e649";
}
@media screen and (min-width: 768px) {
 .app.small-menu {
/* Uncomment this if you want the layout to be scrollable with small menu
        &.boxed > .header {
            width: inherit;
        }
        & > .header {
            position: fixed;
        }
        .wrapper {
            position: relative;
        }
        .main-navigation {
            position: relative;
            overflow: visible;
        }*/
  }
 .app.small-menu .brand {
 width: 70px;
}
 .app.small-menu .navbar-brand {
 width: 100%;
 text-align: center;
}
 .app.small-menu .navbar-brand span {
 display: none;
 visibility: hidden;
}
 .app.small-menu .navbar-brand i {
 margin: 0;
}
 .slimScrollDiv {
 overflow: visible!important;
}
 .app.small-menu .sidebar {
 width: 70px;
}
 .app.small-menu .sidebar .nav-title {
 text-align: center;
}
 .app.small-menu .sidebar .main-navigation {
 overflow: visible;
}
 .app.small-menu .sidebar .main-navigation > ul > li.open > .sub-menu {
 display: none!important;
}
 .app.small-menu .sidebar .main-navigation > ul > li {
 position: relative;
 text-align: center;
}
 .app.small-menu .sidebar .main-navigation > ul > li > a {
 padding: 15px;
}
 .app.small-menu .sidebar .main-navigation > ul > li > a > span {
 display: none;
 visibility: hidden;
}
 .app.small-menu .sidebar .main-navigation > ul > li i {
 display: block;
 padding: 0;
 min-width: 100%;
}
 .app.small-menu .sidebar .main-navigation > ul > li:hover > .sub-menu {
 display: block!important;
}
 .app.small-menu .sidebar .main-navigation .nav > li > a > .toggle-accordion {
 display: none;
}
 .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu {
 position: absolute;
 top: 0;
 left: 100%;
 border: 1px solid #e3e6f3;
 border-left: 0;
 background: #fff;
 z-index: 1000;
 display: none!important;
 padding: 0;
 list-style: none;
 min-width: 180px;
}
 .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li.active, .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a:hover {
 background-color: #f1f2f9;
}
 .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a {
 margin: 0;
 padding: 3px 20px!important;
 width: 100%;
 font-size: 13px;
 color: #59595a;
 text-align: left;
}
 .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a + .sub-menu > li > a {
 padding: 8px 15px 8px 30px!important;
}
 .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a {
 padding: 8px 15px 8px 40px!important;
}
 .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a {
 padding: 8px 15px 8px 50px!important;
}
}
/* Sidebar sizes */
@media screen and (min-width: 768px) {
 .sidebar-300 {
 width: 300px;
}
 .sidebar-250 {
 width: 250px;
}
 .sidebar-400 {
 width: 400px;
}
}
@media (max-width: 767px) {
 .main-navigation {
 position: relative;
}
 .app aside.offscreen-right .content-wrap {
 position: relative;
 height: 100%;
}
 .app aside.offscreen-right .wrapper {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow-x: hidden;
 overflow-y: auto;
}
 .sidebar-300, .sidebar-250, .sidebar-400 {
 width: 100%;
}
}
/*
 * $Content Layout
 *
 * Core theme layout styles
 */
/* main app area */
.main-content {
	background: #f1f4f9;
}
.main-content .content-wrap .wrapper {
	padding: 15px;
}
.main-content .header .nav > li:active > a, .main-content .header .nav > li.active > a {
	background-color: #f1f4f9;
	color: #59595a;
}
section.main-content > footer, section.main-content > .fffix > footer, aside > footer, aside > .fffix > footer {
	min-height: 50px;
	padding: 0 15px;
}
section.main-content > footer p, section.main-content > .fffix > footer p, aside > footer p, aside > .fffix > footer p {
	display: inline-table;
	margin: 19px 0;
	line-height: 1;
}
.layout .header {
	z-index: 997;
}
.equal-blocks {
	display: table;
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
}
.equal-blocks > .block {
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
@media screen and (min-width: 768px) {
 .container, .app {
 position: relative;
 height: 100%;
}
 section .wrapper, aside .wrapper {
 position: relative;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow-x: hidden;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
 section.main-content > footer, section.main-content > .fffix > footer, aside > footer, aside > .fffix > footer {
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
}
 .app > .layout {
 height: calc(100% - 50px);
 display: table;
 table-layout: fixed;
 width: 100%;
 overflow: scroll;
 -webkit-overflow-scrolling: touch;
}
 .app > .layout > section, .app > .layout > aside {
 height: 100%;
 position: relative;
 display: table-cell;
 vertical-align: top;
 float: none;
}
 .app .header-fixed + .layout {
 padding-top: 50px;
}
 .content-wrap {
 position: relative;
 height: 100%;
}
 .header + .content-wrap .wrapper {
 top: 50px;
}
 .slimscroll {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}
}
@media (max-width: 767px) {
 .app .layout {
 position: relative;
 width: 100%;
 overflow: hidden;
}
 .app .header-fixed + .layout {
 padding-top: 100px;
}
 .main-content {
 overflow: hidden;
}
 .main-content .header {
 padding: 0 15px;
}
 .main-content .header > ul > li {
 display: block;
 float: left;
}
 .main-content .header.header-fixed + .content-wrap {
 padding-top: 65px;
}
 .main-content .header.header-fixed + .content-wrap.no-padding {
 padding-top: 50px;
}
}
/* Chat panel */
.chat-sidebar .user {
	position: relative;
}
.chat-sidebar .user i {
	position: absolute;
	right: 0;
	top: 10px;
}
@media screen and (min-width: 768px) {
 .app aside.chat-sidebar {
 width: 300px;
 display: none;
}
 .app aside.chat-sidebar .wrapper {
 -webkit-animation-duration: 500ms;
 animation-duration: 500ms;
}
 .app.move-right .chat-sidebar {
 display: table-cell;
}
 .app.move-right .chat-sidebar .slimScrollDiv, .app.move-right .chat-sidebar .slimscroll {
 height: 100%!important;
}
}
.chat-user {
	display: block;
	clear: both;
	position: relative;
	cursor: pointer;
	margin: 5px;
	padding: 10px;
	border-radius: 2px;
}
.chat-user:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.chat-user p {
	margin: 0;
}
.chat-user .user-avatar {
	float: left;
	margin-right: 10px;
	position: relative;
}
.chat-user .user-avatar img {
	width: 35px;
}
.chat-user .user-avatar .status {
	position: absolute;
	right: 0;
	top: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin-top: -2px;
}
.chat-user .user-details {
	overflow: hidden;
}
.chat-user .user-details .user-department {
	display: block;
	color: #727274;
}
.chat-user .user-details .status {
	height: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}
/* Loading wrapper */
.loader {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.ti-caret:before {
	font-size: 10px!important;
}
.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 0;
}
/* Layout options */
.fixed-scroll.boxed > .header {
	width: inherit;
}
.fixed-scroll > .header {
	position: fixed;
}
.fixed-scroll .wrapper {
	position: relative;
}
.fixed-scroll .main-navigation {
	position: relative;
	overflow: visible;
}
.boxed {
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
 .boxed {
 width: 750px;
}
}
@media (min-width: 992px) {
 .boxed {
 width: 970px;
}
}
@media (min-width: 1200px) {
 .boxed {
 width: 1170px;
}
}
.app.horizontal-layout > .header .brand {
	background-color: transparent;
}
@media (max-width: 767px) {
 .app.horizontal-layout > .header .navbar-collapse .dropdown-menu {
 position: relative!important;
 top: auto;
 box-shadow: none;
}
 .app.horizontal-layout .nav li:before, .app.horizontal-layout .nav li:after {
 content: " ";
 display: table;
}
 .app.horizontal-layout .nav li:after {
 clear: both;
}
}
.language-dropdown .flag {
	width: 16px;
	margin-top: -2px;
}
.right-menu .header-search .search-container {
	left: auto;
	right: 40px;
}
.right-menu .header-search .search-container .search {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.right-menu .header-search.open > a {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
@media screen and (min-width: 768px) {
 .right-menu .brand {
 float: right;
 margin-left: 0;
 margin-right: -15px;
}
}
.right-menu.small-menu .brand {
	float: right;
}
.right-menu.small-menu .main-navigation > ul > li .sub-menu {
	border-left: 1px solid #e3e6f3 !important;
	border-right: 0!important;
}
@media screen and (min-width: 768px) {
 .right-menu.small-menu .main-navigation > ul > li > .sub-menu {
 left: auto!important;
 right: 100%!important;
}
 .right-menu .header .navbar-nav.navbar-right:last-child {
 margin-right: 0;
 margin-left: -15px;
}
}
[data-animation] {
 visibility: hidden;
}
.animated {
	visibility: visible!important;
}
.visible {
	visibility: visible;
}
.arrow {
	position: absolute;
	height: 0;
	width: 0;
}
.arrow:after {
	border-width: 10px;
	content: "";
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	display: block;
}
.arrow.left:after {
	border-left-color: #fff;
	border-right-width: 0;
	content: " ";
}
.arrow.left, .arrow.right {
	top: 50%;
	margin-top: -10px;
}
.arrow.left {
	left: 0;
}
.arrow.right:after {
	border-right-color: #fff;
	border-left-width: 0;
	content: " ";
}
.arrow.right {
	right: 10px;
}
.fffix {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
/*
 * $Off Screen Menu
 *
 */
@media (max-width: 767px) {
 html, body {
 height: 100%;
}
 .offscreen {
 overflow: hidden;
}
 .app {
 position: relative;
 width: 100%;
 height: 100%;
}
 .app.move-right .main-content .fffix, .app.move-left .main-content .fffix {
 position: static;
}
 .app.move-right > .header, .app.move-left > .header {
 z-index: 0;
}
 .layout, .header {
 -webkit-backface-visibility: hidden;
 position: relative;
 width: 100%;
 -webkit-transition: -webkit-transform 300ms ease 0s;
 transition: transform 300ms ease 0s;
}
 .layout:before, .layout:after {
 content: " ";
 display: table;
}
 .layout:after {
 clear: both;
}
 .offscreen-left {
 -webkit-backface-visibility: hidden;
 width: 280px;
 height: 100%;
 overflow: auto;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-overflow-scrolling: touch;
 -webkit-transform: translate(-100%, 0);
 -ms-transform: translate(-100%, 0);
 transform: translate(-100%, 0);
 -webkit-transform: translate3d(-100%, 0, 0);
 -ms-transform: translate(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
}
 .offscreen-left * {
 -webkit-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
}
 .offscreen-right {
 -webkit-backface-visibility: hidden;
 width: 280px;
 height: 100%;
 overflow: auto;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-overflow-scrolling: touch;
 -webkit-transform: translate(100%, 0);
 -ms-transform: translate(100%, 0);
 transform: translate(100%, 0);
 -webkit-transform: translate3d(100%, 0, 0);
 -ms-transform: translate(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
}
 .offscreen-right * {
 -webkit-backface-visibility: hidden;
}
 .move-left > .layout, .move-left > .header {
 -webkit-transform: translate(280px, 0);
 -ms-transform: translate(280px, 0);
 transform: translate(280px, 0);
 -webkit-transform: translate3d(280px, 0, 0);
 -ms-transform: translate(280px, 0, 0);
 transform: translate3d(280px, 0, 0);
 -webkit-transition: -webkit-transform 300ms ease;
 transition: transform 300ms ease;
}
 .move-right > .layout, .move-right > .header {
 -webkit-transform: translate(-280px, 0);
 -ms-transform: translate(-280px, 0);
 transform: translate(-280px, 0);
 -webkit-transform: translate3d(-280px, 0, 0);
 -ms-transform: translate(-280px, 0, 0);
 transform: translate3d(-280px, 0, 0);
 -webkit-transition: -webkit-transform 300ms ease;
 transition: transform 300ms ease;
}
 .offscreen > .layout {
 position: absolute;
 top: 0;
 bottom: 0;
 overflow: visible;
}
 .no-csstransforms .offscreen-left {
 left: -280px;
}
 .no-csstransforms .offscreen-right {
 right: -280px;
}
 .no-csstransforms .move-right > .layout, .no-csstransforms .move-right > .header {
 right: 280px;
}
 .no-csstransforms .move-left > .layout, .no-csstransforms .move-left > .header {
 left: 280px;
}
 .move-left .exit-offscreen, .move-right .exit-offscreen {
 -webkit-backface-visibility: hidden;
 cursor: pointer;
 display: block;
 position: absolute;
 background: rgba(255, 255, 255, 0.1);
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 9999;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
}
.widget {
	position: relative;
	border-radius: 2px;
	margin-bottom: 20px;
	background-color: #fff;
}
.widget .widget-header, .widget .widget-body, .widget .widget-footer {
	position: relative;
	padding: 15px;
	z-index: 995;
}
.widget .widget-header:before, .widget .widget-body:before, .widget .widget-footer:before, .widget .widget-header:after, .widget .widget-body:after, .widget .widget-footer:after {
	content: " ";
	display: table;
}
.widget .widget-header:after, .widget .widget-body:after, .widget .widget-footer:after {
	clear: both;
}
.widget .widget-header {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.widget .widget-footer {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.dash-tile {
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	padding: 15px;
	margin-bottom: 20px;
}
.dash-tile .tile-title {
	text-transform: uppercase;
	font-size: 85%;
}
.dash-tile .tile-title.title-heading {
	width: 100%;
	position: relative;
}
.dash-tile .tile-title.title-heading:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	border-top: 1px solid rgba(133, 133, 133, 0.01);
}
.dash-tile .tile-stats {
	font-size: 24px;
	margin-top: 15px;
}
.dash-tile .tile-chart {
	width: 100%;
	position: absolute!important;
	bottom: 25px;
	left: 0;
	right: 0;
	height: 40px;
}
.dash-tile .tile-bottom {
	display: block;
	white-space: nowrap;
	margin-top: 1px;
}
.dash-tile .tile-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 80px;
	color: rgba(0, 0, 0, 0.1);
	line-height: 0;
	margin-top: -40px;
}
/*
 *  Toggle $Accordion
 *
 */
.accordion dt, .toggle dt {
	display: block;
	position: relative;
	text-decoration: none;
	background: #ffffff;
	border-radius: 2px;
	margin-bottom: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.accordion dt a, .toggle dt a {
	color: #59595a;
	padding: 15px;
	display: block;
	font-weight: 400;
}
.accordion dt a:after, .toggle dt a:after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61a";
	position: absolute;
	right: 10px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #d1d5eb;
	color: #d1d5eb;
	border-radius: 50%;
	top: 50%;
	margin-top: -12px;
}
.accordion dt a.active:after, .toggle dt a.active:after {
	content: "\e622";
}
.accordion dd, .toggle dd {
	padding: 0 15px 15px;
}
.accordion dd a, .toggle dd a {
	display: block;
}
.accordion dd, .toggle dd {
	border-top: 0;
}
.accordion dd:last-of-type, .toggle dd:last-of-type {
	position: relative;
}
/*
 *  $Widgets
 *
 */
.post .list-group-item, .panel.post .panel-heading {
	border-color: #1AADD1;
}
/* Toggle */
.toggle-active {
	cursor: pointer;
}
.toggle-active.active {
	color: #daac16;
}
/* Circular icon */
.circle-icon {
	float: left;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}
.header .circle-icon {
	width: 32px;
	height: 32px;
	margin: 0;
	position: relative;
}
.header .circle-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	font-size: 12px;
}
/* Photo Post Widget */
.imgpost-heading, .photobox-heading {
	position: relative;
	height: 150px;
	padding: 0;
}
.imgpost-heading .bxslider, .photobox-heading .bxslider {
	margin: 0;
	padding: 0;
}
.imgpost-heading .bx-wrapper, .photobox-heading .bx-wrapper, .imgpost-heading .bx-viewport, .photobox-heading .bx-viewport, .imgpost-heading .bx-viewport, .photobox-heading .bx-viewport, .imgpost-heading .bxslider, .photobox-heading .bxslider, .imgpost-heading .bxslider li, .photobox-heading .bxslider li {
	height: 100%;
}
.imgpost-heading .cover, .photobox-heading .cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 4px 4px 0 0;
}
/* Photo Widget */
.photobox-heading {
	background: #ffffff url(../img/cover.jpg) no-repeat center center;
	background-size: cover;
}
.photobox {
	min-height: 150px;
	padding: 0;
	border: 0;
	position: relative;
	overflow: hidden;
}
.photobox .thumb {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	cursor: pointer;
}
.photobox .centered-hero {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -13px;
	color: #fff;
}
.photobox .centered-hero .title {
	color: #fff;
	font-size: 18px;
}
.photobox .photobox-body {
	padding: 15px;
	background-color: #fff;
	position: relative;
	bottom: 0;
}
.status-avatar {
	margin-top: -47px;
}
.post-media {
	width: 100%;
	position: relative;
	margin: 15px 0;
}
.post-comments .avatar {
	max-width: 48px;
	border-radius: 50%;
}
.post-comments .comment {
	overflow: hidden;
}
.post-comments .comment-meta {
	margin-bottom: 5px;
}
.post-comments .comment-author a, .post-comments .comment-meta a {
	color: #1a1a1a;
}
.user-meta {
	list-style: none;
	padding: 0;
}
.user-meta li {
	padding: 5px 0;
}
/*
 * $Color Scheme
 *
 */
.fc-event {
	border: 1px solid #4f5061;
	background-color: #4f5061;
	color: #fff;
}
/*
 * Color Variant: Primary;
 *
 */
.bg-primary {
	background-color: #4472C4;
	color: #ffffff;
}
.bg-primary a {
	color: #ffffff;
}
.bg-primary a:active, .bg-primary a:focus, .bg-primary a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}
.bg-primary .nav > li:hover > a, .bg-primary .nav > li:focus > a, .bg-primary .nav > li:active > a, .bg-primary .nav > li.active > a, .bg-primary .nav > li > a:hover, .bg-primary .nav > li > a:focus {
	background-color: #147ace;
}
/*
 * Color Variant: Default;
 *
 */
.bg-default {
	background-color: #eaecf6;
	color: #59595a;
}
.bg-default a {
	color: #59595a;
}
.bg-default a:active, .bg-default a:focus, .bg-default a:hover {
	color: #404040;
	text-decoration: none;
	outline: 0;
}
.bg-default .nav > li:hover > a, .bg-default .nav > li:focus > a, .bg-default .nav > li:active > a, .bg-default .nav > li.active > a, .bg-default .nav > li > a:hover, .bg-default .nav > li > a:focus {
	background-color: #dfe2f1;
}
/*
 * Color Variant: Warning;
 *
 */
.bg-warning {
	background-color: #daac16;
	color: #ffffff;
}
.bg-warning a {
	color: #ffffff;
}
.bg-warning a:active, .bg-warning a:focus, .bg-warning a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}
.bg-warning .nav > li:hover > a, .bg-warning .nav > li:focus > a, .bg-warning .nav > li:active > a, .bg-warning .nav > li.active > a, .bg-warning .nav > li > a:hover, .bg-warning .nav > li > a:focus {
	background-color: #cca115;
}
/*
 * Color Variant: Success;
 *
 */
.bg-success {
	background-color: #15db81;
	color: #ffffff;
}
.bg-success a {
	color: #ffffff;
}
.bg-success a:active, .bg-success a:focus, .bg-success a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}
.bg-success .nav > li:hover > a, .bg-success .nav > li:focus > a, .bg-success .nav > li:active > a, .bg-success .nav > li.active > a, .bg-success .nav > li > a:hover, .bg-success .nav > li > a:focus {
	background-color: #14cd79;
}
/*
 * Color Variant: Info;
 *
 */
.bg-info {
	background-color: #15acdc;
	color: #ffffff;
}
.bg-info a {
	color: #ffffff;
}
.bg-info a:active, .bg-info a:focus, .bg-info a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}
.bg-info .nav > li:hover > a, .bg-info .nav > li:focus > a, .bg-info .nav > li:active > a, .bg-info .nav > li.active > a, .bg-info .nav > li > a:hover, .bg-info .nav > li > a:focus {
	background-color: #14a1ce;
}
/*
 * Color Variant: Danger;
 *
 */
.bg-danger {
	background-color: #da3e16;
	color: #ffffff;
}
.bg-danger a {
	color: #ffffff;
}
.bg-danger a:active, .bg-danger a:focus, .bg-danger a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}
.bg-danger .nav > li:hover > a, .bg-danger .nav > li:focus > a, .bg-danger .nav > li:active > a, .bg-danger .nav > li.active > a, .bg-danger .nav > li > a:hover, .bg-danger .nav > li > a:focus {
	background-color: #cc3a15;
}
/*
 * Color Variant: White;
 *
 */
.bg-white {
	background-color: #ffffff;
	color: #59595a;
}
.bg-white a {
	color: #59595a;
}
.bg-white a:active, .bg-white a:focus, .bg-white a:hover {
	color: #404040;
	text-decoration: none;
	outline: 0;
}
.bg-white .nav > li:hover > a, .bg-white .nav > li:focus > a, .bg-white .nav > li:active > a, .bg-white .nav > li.active > a, .bg-white .nav > li > a:hover, .bg-white .nav > li > a:focus {
	background-color: #f7f7f7;
}
.bg-white .nav > li:hover > a, .bg-white .nav > li:focus > a, .bg-white .nav > li:active > a, .bg-white .nav > li.active > a, .bg-white .nav > li > a:hover, .bg-white .nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.1);
}
/*
 * Text Color Variant
 *
 */
.text-primary, .text-primary a {
	color: #4472C4;
}
.text-primary:focus, .text-primary a:focus {
	color: #0e5996;
}
.text-default, .text-default a {
	color: #eaecf6;
}
.text-default:focus, .text-default a:focus {
	color: #b4bcdf;
}
.text-warning, .text-warning a {
	color: #daac16;
}
.text-warning:focus, .text-warning a:focus {
	color: #95750f;
}
.text-success, .text-success a {
	color: #15db81;
}
.text-success:focus, .text-success a:focus {
	color: #0e9558;
}
.text-info, .text-info a {
	color: #15acdc;
}
.text-info:focus, .text-info a:focus {
	color: #0e7596;
}
.text-white, .text-white a {
	color: #ffffff;
}
.text-white:focus, .text-white a:focus {
	color: #d9d9d9;
}
.text-danger, .text-danger a {
	color: #da3e16;
}
.text-danger:focus, .text-danger a:focus {
	color: #952a0f;
}
.text-muted, .text-muted a {
	color: #b3b3b3;
}
.text-muted:focus, .text-muted a:focus {
	color: #8c8c8c;
}
/*
 * Bootstrap $Badge
 *
 */
.badge {
	font-size: 11px;
	font-weight: 400;
	padding: 3px 6px;
}
.badge.badge-top {
	position: relative;
	top: -10px;
}
/*
 *  Bootstrap $Breadcrumb
 *
 */
.breadcrumb {
	background-color: #ffffff;
	border-radius: 2px;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	content: "\f105\00a0";
	font-family: FontAwesome;
}
/*
 *  $Presentation styles
 *
 */
pre {
	color: #59595a;
	background-color: #EFF2F5;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	font-size: 11px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
/*
 *  Bootstrap $Pagination
 *
 */
.pagination {
	border-radius: 2px;
}
.pagination > li > a, .pagination > li > span {
	border-color: #e3e6f3;
}
.pagination > li > a:hover, .pagination > li > span:hover {
	background-color: #f5f6fb;
	border-color: #d1d5eb;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 2px 0 0 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0 2px 2px 0;
}
/*
 * Bootstrap $Popover
 *
 */
.popover {
	box-shadow: none;
}
.popover .popover-title {
	font-size: 13px;
	border-bottom: 1px solid #e3e6f3;
	background-color: #eaecf6;
}
/*
 * Bootstrap $Tooltip
 *
 */
.tooltip-inner {
	border-radius: 2px;
	background-color: 2px;
	background: #4f5061;
	padding: 10px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #4f5061;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #4f5061;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #4f5061;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #4f5061;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #4f5061;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #4f5061;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #4f5061;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #4f5061;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*
 *  Modal
 *
 */
.modal-content {
	border-radius: 4px;
	box-shadow: none;
}
/*
 *  Well
 *
 */
.well {
	border: 1px solid #e3e6f3;
	background-color: #eaecf6;
	border-radius: 2px;
	box-shadow: none;
}
/*
 *  List group
 *
 */
.list-group-item {
	border: 1px solid #e3e6f3;
}
a.list-group-item:hover, a.list-group-item:focus {
	background-color: #fcfcfe;
}
/*
 * Bootstrap $Tables
 *
 */
.table > thead > tr > th {
	border-bottom: 1px solid #c5c5c5;
	font-size:14px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-color: #c5c5c5;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #eaeaf2;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
	background-color: #eaeaf2;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
 background-color: transparent;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
 background-color: #fafafc;
}
.table-striped1 > tbody:nth-child(odd) > tr > td, .table-striped1 > tbody:nth-child(odd) > tr > th {
 background-color: #fafafc;
}
.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-right: 0;
	border-bottom: 0;
	border-left: 1px solid #c5c5c5;
}
.table-bordered > thead > tr > th:first-child, .table-bordered > tbody > tr > th:first-child, .table-bordered > tfoot > tr > th:first-child, .table-bordered > thead > tr > td:first-child, .table-bordered > tbody > tr > td:first-child, .table-bordered > tfoot > tr > td:first-child {
	/*border-left: 0;*/
}
.table-bordered {
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	/*border-collapse: separate;*/
	border-collapse: collapse;
}
/* No More tables */
@media (max-width: 767px) {
  /* Source:: http://elvery.net/demo/responsive-tables/#no-more-tables */
  /* Force table to not be like tables anymore */
  .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
 display: block;
}
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
 .no-more-tables tr {
 border: 1px solid #ccc;
}
 .no-more-tables td {
    /* Behave  like a "row" */
    border-top: 0!important;
 border-bottom: 1px solid #eee;
 position: relative;
 padding-left: 50%!important;
 white-space: normal;
 text-align: left;
}
 .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
 left: 6px;
 width: 45%;
 padding-right: 10px;
 white-space: nowrap;
 text-align: left;
 font-weight: bold;
}
  /*
    Label the data
    */
  .no-more-tables td:before {
 content: attr(data-title);
}
}
/*
 * Bootstrap $Panels
 *
 */
.panel {
	box-shadow: none;
	border-radius: 2px;
}
.panel-heading {
	border-color: #eeeff8;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-heading.gray {
	background: #fcfcfc;
}
.panel-heading.gradient {
	background: #fcfcfc;
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
}
.panel-footer {
	border-top: 1px solid #eeeff8;
	background-color: #fcfcfc;
}
.panel-group .panel {
	border-radius: 2px;
}
.panel-default {
	border-color: #dcdff0;
}
.panel-default > .panel-heading {
	color: #59595a;
	background-color: #eaecf6;
	border-color: #dcdff0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dcdff0;
}
.panel-default > .panel-heading a {
	color: #59595a;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #dcdff0;
}
.panel-primary {
	border-color: #4472C4;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #4472C4;
	border-color: #4472C4;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #4472C4;
}
.panel-primary > .panel-heading a {
	color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #4472C4;
}
.panel-success {
	border-color: #15db81;
}
.panel-success > .panel-heading {
	color: #ffffff;
	background-color: #15db81;
	border-color: #15db81;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #15db81;
}
.panel-success > .panel-heading a {
	color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #15db81;
}
.panel-warning {
	border-color: #daac16;
}
.panel-warning > .panel-heading {
	color: #ffffff;
	background-color: #daac16;
	border-color: #daac16;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #daac16;
}
.panel-warning > .panel-heading a {
	color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #daac16;
}
.panel-danger {
	border-color: #da3e16;
}
.panel-danger > .panel-heading {
	color: #ffffff;
	background-color: #da3e16;
	border-color: #da3e16;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #da3e16;
}
.panel-danger > .panel-heading a {
	color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #da3e16;
}
.panel-info {
	border-color: #15acdc;
}
.panel-info > .panel-heading {
	color: #ffffff;
	background-color: #15acdc;
	border-color: #15acdc;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #15acdc;
}
.panel-info > .panel-heading a {
	color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #15acdc;
}
.heading-controls {
	float: right;
	display: inline-block;
}
.heading-controls a {
	border-radius: 2px;
	padding: 5px;
	font-size: 11px;
}
/*
 * $Forms
 *
 */
/* Resize textarea vertically */
textarea {
	resize: vertical;
}
/* Default placeholder text */
.form-control:-moz-placeholder {
 color: #a6a6a6;
}
.form-control::-moz-placeholder {
 color: #a6a6a6;
}
.form-control:-ms-input-placeholder {
 color: #a6a6a6;
}
.form-control::-webkit-input-placeholder {
 color: #a6a6a6;
}
.placeholder {
	color: #aaa;
}
.form-control {
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	box-shadow: none;
 -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
 transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-appearance: none;
	font-weight: 400;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
}
.form-control:focus, #focusedInput {
	outline: 0;
	border-color: #eaecf6;
	background-color: #f1f2f9;
	box-shadow: none;
}
.no-resize {
	resize: none;
}
select.form-control {
	background:url(../img/downarrow.png) no-repeat 95% #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
}
select.form-control::-ms-expand {
 display: none;
}
input[type="file"] {
	line-height: 1;
}
label {
	font-weight: 600;
}
label.radio, label.checkbox {
	padding-left: 20px;
}
/*
 * Validation States
 *
 */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #15db81;
}
.has-success .form-control {
	border-color: #15db81;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #11ac66;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66f0b1;
}
.has-success .input-group-addon {
	color: #15db81;
	border-color: #15db81;
	background-color: #15db81;
}
.has-success .form-control-feedback {
	color: #15db81;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #daac16;
}
.has-warning .form-control {
	border-color: #daac16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #ac8711;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0cf66;
}
.has-warning .input-group-addon {
	color: #daac16;
	border-color: #daac16;
	background-color: #daac16;
}
.has-warning .form-control-feedback {
	color: #daac16;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #da3e16;
}
.has-error .form-control {
	border-color: #da3e16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #ac3111;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08266;
}
.has-error .input-group-addon {
	color: #da3e16;
	border-color: #da3e16;
	background-color: #da3e16;
}
.has-error .form-control-feedback {
	color: #da3e16;
}
.input-group-addon {
	background-color: #eaecf6;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
}
/*
 * Bootstrap $Dropdown
 *
 */
.dropdown-menu {
	border-radius: 2px;
	border: 1px solid #dcdff0;
	z-index: 9999;
	box-shadow: none;
}
.dropdown-menu > li > a {
	font-size: 13px;
	color: #59595a;
}
.dropdown-menu > li > a:hover {
	background: #dcdff0;
}
.dropdown-menu .divider {
	margin: 2px 0;
	height: 1px;
	background-color: #cacfe8;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #dcdff0;
	color: #59595a;
}
.dropdown.open .dropdown-menu {
	display: block;
}
@media (max-width: 767px) {
 .collapse-open {
 display: block;
}
 .dropdown-menu.dropdown-menu {
 top: 100%;
 left: 0;
}
}
/*
 * $Progress-Bar styles
 *
 */
.progress {
	overflow: hidden;
	margin-bottom: 15px;
	height: 20px;
	border-radius: 2px;
	background-color: #d0dbec;
	box-shadow: none;
}
.progress-bar {
	box-shadow: none;
	background-color: #4472C4;
	-webkit-transition: width 800ms ease;
	transition: width 800ms ease;
}
.progress-bar-success {
	background-color: #15db81;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #15acdc;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #daac16;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #da3e16;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Progress bar sizing */
.progress-xs {
	height: 5px;
}
.progress-sm {
	height: 10px;
}
.progress-md {
	height: 15px;
}
.progress-lg {
	height: 25px;
}
/*
 *  Bootstrap $Buttons
 *
 */
.btn {
	outline: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border-radius: 2px;
	padding: 9px 12px;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	line-height: 14px;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn.active:focus {
	outline: 0;
}
.btn:active, .btn.active {
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
}
.btn-lg, .btn-group-lg > .btn {
	padding: 15px 16px;
	border-radius: 4px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 7px 10px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 3px 5px;
	font-size: 10px;
}
/* Rounded button styles */
.btn-rounded, .btn-rounded a, .btn-rounded .btn, .input-rounded {
	border-radius: 40px;
}
/*
 *  Default Button Style
 *
 */
.btn-default {
	color: #59595a;
	background-color: #eaecf6;
	border-color: #d5d9ed;
}
a.btn-default {
	color: #59595a;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #59595a;
	background-color: #d8dcee;
	background-image: none;
	border-color: #c3c8e5;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #eaecf6;
	border-color: #d5d9ed;
}
.btn-default.btn-outline {
	background-color: transparent;
	color: #eaecf6;
}
.btn-default.btn-outline:hover, .btn-default.btn-outline:focus, .btn-default.btn-outline:active, .btn-default.btn-outline.active {
	background-color: #eaecf6;
	color: #59595a;
}
.btn-default.btn-outline {
	color: #59595a;
}
/*
 *  Primary Button Style
 *
 */
.btn-primary {
	color: #ffffff;
	background-color: #4472C4;
	border-color: #4472C4;
}
a.btn-primary {
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #1374c5;
	background-image: none;
	border-color: #1374c5;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #4472C4;
	border-color: #4472C4;
}
.btn-primary.btn-outline {
	background-color: transparent;
	color: #4472C4;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active, .btn-primary.btn-outline.active {
	background-color: #4472C4;
	color: #ffffff;
}
/*
 *  Warning Button Style
 *
 */
.btn-warning {
	color: #ffffff;
	background-color: #daac16;
	border-color: #daac16;
}
a.btn-warning {
	color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #c39a14;
	background-image: none;
	border-color: #c39a14;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #daac16;
	border-color: #daac16;
}
.btn-warning.btn-outline {
	background-color: transparent;
	color: #daac16;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active, .btn-warning.btn-outline.active {
	background-color: #daac16;
	color: #ffffff;
}
/*
 *  Success Button Style
 *
 */
.btn-success {
	color: #ffffff;
	background-color: #15db81;
	border-color: #15db81;
}
a.btn-success {
	color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #13c473;
	background-image: none;
	border-color: #13c473;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #15db81;
	border-color: #15db81;
}
.btn-success.btn-outline {
	background-color: transparent;
	color: #15db81;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active, .btn-success.btn-outline.active {
	background-color: #15db81;
	color: #ffffff;
}
/*
 *  Info Button Style
 *
 */
.btn-info {
	color: #ffffff;
	background-color: #15acdc;
	border-color: #15acdc;
}
a.btn-info {
	color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #139ac5;
	background-image: none;
	border-color: #139ac5;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #15acdc;
	border-color: #15acdc;
}
.btn-info.btn-outline {
	background-color: transparent;
	color: #15acdc;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active, .btn-info.btn-outline.active {
	background-color: #15acdc;
	color: #ffffff;
}
/*
 *  Danger Button Style
 *
 */
.btn-danger {
	color: #ffffff;
	background-color: #da3e16;
	border-color: #da3e16;
}
a.btn-danger {
	color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c33714;
	background-image: none;
	border-color: #c33714;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #da3e16;
	border-color: #da3e16;
}
.btn-danger.btn-outline {
	background-color: transparent;
	color: #da3e16;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active, .btn-danger.btn-outline.active {
	background-color: #da3e16;
	color: #ffffff;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
	position: relative;
	padding-left: 47px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-social :first-child {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-social.btn-lg {
	padding-left: 62px;
}
.btn-social.btn-lg :first-child {
	line-height: 46px;
	width: 46px;
	font-size: 1.8em;
}
.btn-social.btn-sm {
	padding-left: 37px;
}
.btn-social.btn-sm :first-child {
	line-height: 27px;
	width: 27px;
	font-size: 1.4em;
}
.btn-social.btn-xs {
	padding-left: 30px;
}
.btn-social.btn-xs :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}
.btn-social-icon {
	position: relative;
	padding-left: 47px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0;
}
.btn-social-icon :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-social-icon.btn-lg {
	padding-left: 62px;
}
.btn-social-icon.btn-lg :first-child {
	line-height: 46px;
	width: 46px;
	font-size: 1.8em;
}
.btn-social-icon.btn-sm {
	padding-left: 37px;
}
.btn-social-icon.btn-sm :first-child {
	line-height: 27px;
	width: 27px;
	font-size: 1.4em;
}
.btn-social-icon.btn-xs {
	padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}
.btn-social-icon :first-child {
	border: none;
	text-align: center;
	width: 100%!important;
}
.btn-social-icon.btn-lg {
	height: 46px;
	width: 46px;
	padding-left: 0;
	padding-right: 0;
}
.btn-social-icon.btn-sm {
	height: 29px;
	width: 29px;
	padding-left: 0;
	padding-right: 0;
}
.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0;
}
.btn-adn {
	color: #ffffff;
	background-color: #d87a68;
	border-color: #d87a68;
}
a.btn-adn {
	color: #ffffff;
}
.btn-adn:hover, .btn-adn:focus, .btn-adn:active, .btn-adn.active, .open .dropdown-toggle.btn-adn {
	color: #ffffff;
	background-color: #d36854;
	background-image: none;
	border-color: #d36854;
}
.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn, .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn[disabled].active, fieldset[disabled] .btn-adn.active {
	background-color: #d87a68;
	border-color: #d87a68;
}
.btn-adn.btn-outline {
	background-color: transparent;
	color: #d87a68;
}
.btn-adn.btn-outline:hover, .btn-adn.btn-outline:focus, .btn-adn.btn-outline:active, .btn-adn.btn-outline.active {
	background-color: #d87a68;
	color: #ffffff;
}
.btn-bitbucket {
	color: #ffffff;
	background-color: #205081;
	border-color: #205081;
}
a.btn-bitbucket {
	color: #ffffff;
}
.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active, .open .dropdown-toggle.btn-bitbucket {
	color: #ffffff;
	background-color: #1b436d;
	background-image: none;
	border-color: #1b436d;
}
.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
	background-color: #205081;
	border-color: #205081;
}
.btn-bitbucket.btn-outline {
	background-color: transparent;
	color: #205081;
}
.btn-bitbucket.btn-outline:hover, .btn-bitbucket.btn-outline:focus, .btn-bitbucket.btn-outline:active, .btn-bitbucket.btn-outline.active {
	background-color: #205081;
	color: #ffffff;
}
.btn-dropbox {
	color: #ffffff;
	background-color: #1087dd;
	border-color: #1087dd;
}
a.btn-dropbox {
	color: #ffffff;
}
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
	color: #ffffff;
	background-color: #0e78c5;
	background-image: none;
	border-color: #0e78c5;
}
.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
	background-color: #1087dd;
	border-color: #1087dd;
}
.btn-dropbox.btn-outline {
	background-color: transparent;
	color: #1087dd;
}
.btn-dropbox.btn-outline:hover, .btn-dropbox.btn-outline:focus, .btn-dropbox.btn-outline:active, .btn-dropbox.btn-outline.active {
	background-color: #1087dd;
	color: #ffffff;
}
.btn-facebook {
	color: #ffffff;
	background-color: #3b5998;
	border-color: #3b5998;
}
a.btn-facebook {
	color: #ffffff;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
	color: #ffffff;
	background-color: #344e86;
	background-image: none;
	border-color: #344e86;
}
.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
	background-color: #3b5998;
	border-color: #3b5998;
}
.btn-facebook.btn-outline {
	background-color: transparent;
	color: #3b5998;
}
.btn-facebook.btn-outline:hover, .btn-facebook.btn-outline:focus, .btn-facebook.btn-outline:active, .btn-facebook.btn-outline.active {
	background-color: #3b5998;
	color: #ffffff;
}
.btn-flickr {
	color: #ffffff;
	background-color: #ff0084;
	border-color: #ff0084;
}
a.btn-flickr {
	color: #ffffff;
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
	color: #ffffff;
	background-color: #e60077;
	background-image: none;
	border-color: #e60077;
}
.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
	background-color: #ff0084;
	border-color: #ff0084;
}
.btn-flickr.btn-outline {
	background-color: transparent;
	color: #ff0084;
}
.btn-flickr.btn-outline:hover, .btn-flickr.btn-outline:focus, .btn-flickr.btn-outline:active, .btn-flickr.btn-outline.active {
	background-color: #ff0084;
	color: #ffffff;
}
.btn-foursquare {
	color: #ffffff;
	background-color: #0072b1;
	border-color: #0072b1;
}
a.btn-foursquare {
	color: #ffffff;
}
.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
	color: #ffffff;
	background-color: #006298;
	background-image: none;
	border-color: #006298;
}
.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
	background-color: #0072b1;
	border-color: #0072b1;
}
.btn-foursquare.btn-outline {
	background-color: transparent;
	color: #0072b1;
}
.btn-foursquare.btn-outline:hover, .btn-foursquare.btn-outline:focus, .btn-foursquare.btn-outline:active, .btn-foursquare.btn-outline.active {
	background-color: #0072b1;
	color: #ffffff;
}
.btn-github {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
a.btn-github {
	color: #ffffff;
}
.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
	color: #ffffff;
	background-color: #373737;
	background-image: none;
	border-color: #373737;
}
.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
	background-color: #444444;
	border-color: #444444;
}
.btn-github.btn-outline {
	background-color: transparent;
	color: #444444;
}
.btn-github.btn-outline:hover, .btn-github.btn-outline:focus, .btn-github.btn-outline:active, .btn-github.btn-outline.active {
	background-color: #444444;
	color: #ffffff;
}
.btn-google-plus {
	color: #ffffff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}
a.btn-google-plus {
	color: #ffffff;
}
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
	color: #ffffff;
	background-color: #d73925;
	background-image: none;
	border-color: #d73925;
}
.btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.btn-google-plus.btn-outline {
	background-color: transparent;
	color: #dd4b39;
}
.btn-google-plus.btn-outline:hover, .btn-google-plus.btn-outline:focus, .btn-google-plus.btn-outline:active, .btn-google-plus.btn-outline.active {
	background-color: #dd4b39;
	color: #ffffff;
}
.btn-instagram {
	color: #ffffff;
	background-color: #3f729b;
	border-color: #3f729b;
}
a.btn-instagram {
	color: #ffffff;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
	color: #ffffff;
	background-color: #386589;
	background-image: none;
	border-color: #386589;
}
.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
	background-color: #3f729b;
	border-color: #3f729b;
}
.btn-instagram.btn-outline {
	background-color: transparent;
	color: #3f729b;
}
.btn-instagram.btn-outline:hover, .btn-instagram.btn-outline:focus, .btn-instagram.btn-outline:active, .btn-instagram.btn-outline.active {
	background-color: #3f729b;
	color: #ffffff;
}
.btn-linkedin {
	color: #ffffff;
	background-color: #007bb6;
	border-color: #007bb6;
}
a.btn-linkedin {
	color: #ffffff;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
	color: #ffffff;
	background-color: #006a9d;
	background-image: none;
	border-color: #006a9d;
}
.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
	background-color: #007bb6;
	border-color: #007bb6;
}
.btn-linkedin.btn-outline {
	background-color: transparent;
	color: #007bb6;
}
.btn-linkedin.btn-outline:hover, .btn-linkedin.btn-outline:focus, .btn-linkedin.btn-outline:active, .btn-linkedin.btn-outline.active {
	background-color: #007bb6;
	color: #ffffff;
}
.btn-microsoft {
	color: #ffffff;
	background-color: #2672ec;
	border-color: #2672ec;
}
a.btn-microsoft {
	color: #ffffff;
}
.btn-microsoft:hover, .btn-microsoft:focus, .btn-microsoft:active, .btn-microsoft.active, .open .dropdown-toggle.btn-microsoft {
	color: #ffffff;
	background-color: #1464e4;
	background-image: none;
	border-color: #1464e4;
}
.btn-microsoft.disabled, .btn-microsoft[disabled], fieldset[disabled] .btn-microsoft, .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled:active, .btn-microsoft[disabled]:active, fieldset[disabled] .btn-microsoft:active, .btn-microsoft.disabled.active, .btn-microsoft[disabled].active, fieldset[disabled] .btn-microsoft.active {
	background-color: #2672ec;
	border-color: #2672ec;
}
.btn-microsoft.btn-outline {
	background-color: transparent;
	color: #2672ec;
}
.btn-microsoft.btn-outline:hover, .btn-microsoft.btn-outline:focus, .btn-microsoft.btn-outline:active, .btn-microsoft.btn-outline.active {
	background-color: #2672ec;
	color: #ffffff;
}
.btn-openid {
	color: #ffffff;
	background-color: #f7931e;
	border-color: #f7931e;
}
a.btn-openid {
	color: #ffffff;
}
.btn-openid:hover, .btn-openid:focus, .btn-openid:active, .btn-openid.active, .open .dropdown-toggle.btn-openid {
	color: #ffffff;
	background-color: #f38709;
	background-image: none;
	border-color: #f38709;
}
.btn-openid.disabled, .btn-openid[disabled], fieldset[disabled] .btn-openid, .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled:active, .btn-openid[disabled]:active, fieldset[disabled] .btn-openid:active, .btn-openid.disabled.active, .btn-openid[disabled].active, fieldset[disabled] .btn-openid.active {
	background-color: #f7931e;
	border-color: #f7931e;
}
.btn-openid.btn-outline {
	background-color: transparent;
	color: #f7931e;
}
.btn-openid.btn-outline:hover, .btn-openid.btn-outline:focus, .btn-openid.btn-outline:active, .btn-openid.btn-outline.active {
	background-color: #f7931e;
	color: #ffffff;
}
.btn-reddit {
	color: #000000;
	background-color: #eff7ff;
	border-color: #eff7ff;
}
a.btn-reddit {
	color: #000000;
}
.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active, .open .dropdown-toggle.btn-reddit {
	color: #000000;
	background-color: #d6eaff;
	background-image: none;
	border-color: #d6eaff;
}
.btn-reddit.disabled, .btn-reddit[disabled], fieldset[disabled] .btn-reddit, .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled:active, .btn-reddit[disabled]:active, fieldset[disabled] .btn-reddit:active, .btn-reddit.disabled.active, .btn-reddit[disabled].active, fieldset[disabled] .btn-reddit.active {
	background-color: #eff7ff;
	border-color: #eff7ff;
}
.btn-reddit.btn-outline {
	background-color: transparent;
	color: #eff7ff;
}
.btn-reddit.btn-outline:hover, .btn-reddit.btn-outline:focus, .btn-reddit.btn-outline:active, .btn-reddit.btn-outline.active {
	background-color: #eff7ff;
	color: #000000;
}
.btn-soundcloud {
	color: #ffffff;
	background-color: #ff5500;
	border-color: #ff5500;
}
a.btn-soundcloud {
	color: #ffffff;
}
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active, .open .dropdown-toggle.btn-soundcloud {
	color: #ffffff;
	background-color: #e64d00;
	background-image: none;
	border-color: #e64d00;
}
.btn-soundcloud.disabled, .btn-soundcloud[disabled], fieldset[disabled] .btn-soundcloud, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled:active, .btn-soundcloud[disabled]:active, fieldset[disabled] .btn-soundcloud:active, .btn-soundcloud.disabled.active, .btn-soundcloud[disabled].active, fieldset[disabled] .btn-soundcloud.active {
	background-color: #ff5500;
	border-color: #ff5500;
}
.btn-soundcloud.btn-outline {
	background-color: transparent;
	color: #ff5500;
}
.btn-soundcloud.btn-outline:hover, .btn-soundcloud.btn-outline:focus, .btn-soundcloud.btn-outline:active, .btn-soundcloud.btn-outline.active {
	background-color: #ff5500;
	color: #ffffff;
}
.btn-tumblr {
	color: #ffffff;
	background-color: #2c4762;
	border-color: #2c4762;
}
a.btn-tumblr {
	color: #ffffff;
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
	color: #ffffff;
	background-color: #243a50;
	background-image: none;
	border-color: #243a50;
}
.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
	background-color: #2c4762;
	border-color: #2c4762;
}
.btn-tumblr.btn-outline {
	background-color: transparent;
	color: #2c4762;
}
.btn-tumblr.btn-outline:hover, .btn-tumblr.btn-outline:focus, .btn-tumblr.btn-outline:active, .btn-tumblr.btn-outline.active {
	background-color: #2c4762;
	color: #ffffff;
}
.btn-twitter {
	color: #ffffff;
	background-color: #55acee;
	border-color: #55acee;
}
a.btn-twitter {
	color: #ffffff;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
	color: #ffffff;
	background-color: #3ea1ec;
	background-image: none;
	border-color: #3ea1ec;
}
.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
	background-color: #55acee;
	border-color: #55acee;
}
.btn-twitter.btn-outline {
	background-color: transparent;
	color: #55acee;
}
.btn-twitter.btn-outline:hover, .btn-twitter.btn-outline:focus, .btn-twitter.btn-outline:active, .btn-twitter.btn-outline.active {
	background-color: #55acee;
	color: #ffffff;
}
.btn-vimeo {
	color: #ffffff;
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}
a.btn-vimeo {
	color: #ffffff;
}
.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active, .btn-vimeo.active, .open .dropdown-toggle.btn-vimeo {
	color: #ffffff;
	background-color: #14a7d7;
	background-image: none;
	border-color: #14a7d7;
}
.btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled].active, fieldset[disabled] .btn-vimeo.active {
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}
.btn-vimeo.btn-outline {
	background-color: transparent;
	color: #1ab7ea;
}
.btn-vimeo.btn-outline:hover, .btn-vimeo.btn-outline:focus, .btn-vimeo.btn-outline:active, .btn-vimeo.btn-outline.active {
	background-color: #1ab7ea;
	color: #ffffff;
}
.btn-vk {
	color: #ffffff;
	background-color: #587ea3;
	border-color: #587ea3;
}
a.btn-vk {
	color: #ffffff;
}
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open .dropdown-toggle.btn-vk {
	color: #ffffff;
	background-color: #4f7192;
	background-image: none;
	border-color: #4f7192;
}
.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
	background-color: #587ea3;
	border-color: #587ea3;
}
.btn-vk.btn-outline {
	background-color: transparent;
	color: #587ea3;
}
.btn-vk.btn-outline:hover, .btn-vk.btn-outline:focus, .btn-vk.btn-outline:active, .btn-vk.btn-outline.active {
	background-color: #587ea3;
	color: #ffffff;
}
.btn-yahoo {
	color: #ffffff;
	background-color: #720e9e;
	border-color: #720e9e;
}
a.btn-yahoo {
	color: #ffffff;
}
.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active, .open .dropdown-toggle.btn-yahoo {
	color: #ffffff;
	background-color: #610c87;
	background-image: none;
	border-color: #610c87;
}
.btn-yahoo.disabled, .btn-yahoo[disabled], fieldset[disabled] .btn-yahoo, .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled:active, .btn-yahoo[disabled]:active, fieldset[disabled] .btn-yahoo:active, .btn-yahoo.disabled.active, .btn-yahoo[disabled].active, fieldset[disabled] .btn-yahoo.active {
	background-color: #720e9e;
	border-color: #720e9e;
}
.btn-yahoo.btn-outline {
	background-color: transparent;
	color: #720e9e;
}
.btn-yahoo.btn-outline:hover, .btn-yahoo.btn-outline:focus, .btn-yahoo.btn-outline:active, .btn-yahoo.btn-outline.active {
	background-color: #720e9e;
	color: #ffffff;
}
/*
 * $Navbar
 *
 */
.navbar .navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.navbar-nav.nav-tabs {
	background: transparent;
	border-radius: 0;
}
.navbar-nav.nav-tabs > li > a {
	margin: 0;
	border-radius: 0;
	padding: 16px 15px;
}
.navbar-inverse {
	border-color: #4f5061;
	background-color: #4f5061;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #484959;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #4f5061;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #444453;
}
.navbar-inverse .dropdown-menu {
	border-color: #4f5061;
}
@media (max-width: 767px) {
 .navbar-collapse {
 padding: 0;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 color: #ffffff;
}
}
@media (max-width: 767px) {
 .navbar-form {
 padding-top: 0;
 padding-bottom: 0;
}
}
/*
 * Bootstrap $Navs
 *
 */
/* Pills */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #4472C4;
}
.nav-pills > li > a {
	border-radius: 2px;
}
/* Tabs */
.nav-tabs {
	border-bottom: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #eaecf6;
}
.nav-tabs > li {
	margin: 0;
}
.nav-tabs > li > a {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid transparent;
	border-bottom: 0;
	margin-left: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #59595a;
	border: 1px solid #fff;
	border-bottom: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: transparent;
	border-color: transparent;
	color: #383839;
}
.tabs-left .nav-tabs {
	float: left;
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 0;
}
.tabs-left .nav-tabs > li {
	float: none;
}
.tabs-left .nav-tabs > li > a {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.tabs-left .nav-tabs > li.active > a, .tabs-left .nav-tabs > li.active > a:hover, .tabs-left .nav-tabs > li.active > a:focus {
	color: #59595a;
}
.tabs-right .nav-tabs {
	float: right;
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
}
.tabs-right .nav-tabs > li {
	float: none;
}
.tabs-right .nav-tabs > li > a {
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.tabs-right .nav-tabs > li.active > a, .tabs-right .nav-tabs > li.active > a:hover, .tabs-right .nav-tabs > li.active > a:focus {
	color: #59595a;
}
.box-tab {
	margin-bottom: 25px;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
}
.box-tab .tab-content {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
}
.box-tab.tabs-left .tab-content {
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
}
.box-tab.tabs-right .tab-content {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
}
/*
 *  $Labels
 *
 */
.label {
	line-height: inherit;
	font-weight: 400;
}
.label-default {
	background-color: #eaecf6;
	color: #59595a;
	border: 1px solid #e3e6f3;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #c6cce7;
}
.label-primary {
	background-color: #4472C4;
	color: #fff;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #1166ad;
}
.label-success {
	background-color: #15db81;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #11ac66;
}
.label-info {
	background-color: #15acdc;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #1188ad;
}
.label-warning {
	background-color: #daac16;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ac8711;
}
.label-danger {
	background-color: #da3e16;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #ac3111;
}
/*
 *  Bootstrap $Carousel
 *
 */
.carousel-control {
	color: #59595a;
	text-shadow: none;
}
.carousel-control.left, .carousel-control.right {
	background: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	font-family: FontAwesome;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control span, .carousel-control i {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
}
.carousel-indicators {
	bottom: 5px;
}
.carousel-indicators li {
	background-color: #eaecf6;
}
.carousel-indicators .active {
	background-color: #15db81;
}
#quote-carousel {
	width: 100%;
	position: relative;
	padding: 5px 60px;
}
#quote-carousel .carousel-control:hover {
	color: #59595a;
}
/*
 *  $Chat Box
 *
 */
.chat-box .panel {
	margin-bottom: 5px;
}
.chat-box .chatbox-user {
	margin-bottom: 35px;
}
.chat-box .chatbox-user .chat-time {
	display: block;
	text-align: right;
}
.chat-box .chatbox-user.right .chat-avatar img {
	float: right;
}
.chat-box .chat-avatar {
	width: 48px;
	display: block;
}
.chat-box .message {
	position: relative;
	margin-left: 60px;
}
.chat-box .message:before {
	content: "";
	position: absolute;
	left: 0;
	border-right: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 10px;
	margin-left: -6px;
}
.chat-box .panel-body {
	display: table;
	width: 100%;
}
.chat-box .chatbox-user.right .message {
	position: relative;
	margin-left: 0;
	margin-right: 60px;
}
.chat-box .chatbox-user.right .message .panel {
	background-color: #15db81;
	color: #fff;
}
.chat-box .chatbox-user.right .message .chat-time {
	text-align: left;
}
.chat-box .chatbox-user.right .message:before {
	left: 100%;
	margin-right: 6px;
	margin-left: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid #15db81;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.chat-box p {
	margin: 0;
}
@-webkit-keyframes opacity {
 0% {
 opacity: 1;
 filter: alpha(opacity=100);
}
 100% {
 opacity: 0.4;
 filter: alpha(opacity=40);
}
}
.chat-box .typing {
	display: block;
}
.chat-box .typing:before, .chat-box .typing:after {
	content: '';
}
.chat-box .typing > div, .chat-box .typing:before, .chat-box .typing:after {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-right: 5px;
}
.chat-box .typing > div, .chat-box .typing:before, .chat-box .typing:after {
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: opacity;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
}
.chat-box .typing > div {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}
.chat-box .typing:after {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}
.mail-list {
	margin: 0 -1px;
}
.mail-list .list-group-item {
	border-radius: 0;
}
.mail-list .list-group-item:last-child {
	border-bottom: 0;
}
/*
 * $Timeline styles
 *
 */
.timeline {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: -15px;
}
.timeline:before {
	position: absolute;
	top: 35px;
	bottom: 15px;
	left: 50%;
	width: 4px;
	background: #4472C4;
	content: '';
	margin-left: -2px;
	border-radius: 2px;
}
.timeline .panel {
	position: relative;
}
.timeline-heading {
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 5px 15px;
	min-width: 80px;
	border-radius: 2px;
	background: #4472C4;
	color: #fff;
	text-align: center;
	position: relative;
	clear: both;
}
.timeline-panel {
	width: 50%;
	position: relative;
	clear: both;
}
.timeline-panel:before {
	position: absolute;
	top: 10px;
	margin: 2px 0 0 -6px;
	width: 12px;
	height: 12px;
	border: 2px solid #f1f4f9;
	border-radius: 50%;
	background: #4472C4;
	content: "";
}
.timeline-panel > .panel {
	border: 1px solid #c4d1df;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.timeline-panel > .panel:after {
	position: absolute;
	top: 11px;
	right: 100%;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: " ";
	pointer-events: none;
}
.timeline-panel > .panel:before {
	position: absolute;
	top: 10px;
	right: 100%;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent #c4d1df transparent transparent;
	content: " ";
	pointer-events: none;
}
.timeline-panel:nth-child(even) {
 float: right;
 padding-left: 20px;
 padding-right: 0;
}
.timeline-panel:nth-child(even):before {
 left: 0;
}
.timeline-panel:nth-child(even) .timeline-date {
 left: -190px;
 position: absolute;
 text-align: right;
 margin-top: 6px;
 width: 150px;
}
.timeline-panel:nth-child(odd) {
 float: left;
 padding-right: 20px;
 padding-left: 0;
}
.timeline-panel:nth-child(odd):before {
 right: 0;
 margin: 2px -6px 0 0;
}
.timeline-panel:nth-child(odd) .timeline-content {
 float: left;
 padding: 0 20px 0 0;
}
.timeline-panel:nth-child(odd) .timeline-date {
 right: -190px;
 text-align: left;
 position: absolute;
 margin-top: 8px;
 width: 150px;
}
.timeline-panel:nth-child(odd) .panel:after {
 left: 100%;
 border-color: transparent transparent transparent #ffffff;
}
.timeline-panel:nth-child(odd) .panel:before {
 left: 100%;
 border-color: transparent transparent transparent #c4d1df;
}
/*
 * $Catalog
 *
 */
.switcher {
	display: initial;
}
.switcher .feed {
	border-radius: 2px;
	overflow: hidden;
}
.switcher .thumb img {
	width: 100%;
}
.switcher .panel {
	position: relative;
	display: block;
	border: 0;
	overflow: hidden;
}
/* Grid view */
.view-grid .panel {
	min-height: 200px;
}
/* List view */
.view-list {
	margin: -15px 0 0;
}
.view-list .feed {
	margin: 0;
}
.view-list .switch-item {
	position: relative;
	width: 100%;
	padding: 0;
}
.view-list .switcher-content {
	padding: 0 15px;
}
.view-list .panel {
	margin-bottom: 1px;
	border-radius: 0;
	padding: 20px 0;
}
.view-list .panel-body {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.view-list .thumb {
	display: inline-block;
	margin-left: 15px;
	width: 120px;
}
/*
 * Image $Gallery
 *
 */
.superbox > ul {
	list-style: none;
	padding-left: 0;
}
.superbox > ul > li {
	display: block;
	border-radius: 2px;
	margin-bottom: 15px;
}
.superbox .gallery-description {
	display: block;
	background-color: #fff;
	padding: 15px;
	border-radius: 0 0 2px 2px;
}
.superbox .gallery-description .title {
	display: block;
	text-transform: uppercase;
}
.gallery-loader {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 999;
	height: 100%;
}
.portfolio-ajax {
	display: none;
	position: relative;
}
.portfolio-ajax .portfolio-container {
	padding-top: 50px;
	background-color: #fff;
}
.portfolio-ajax .porfolio-controls {
	background-color: #fff;
	height: 50px;
	z-index: 99999;
	padding: 15px;
}
.portfolio-ajax .porfolio-controls a {
	width: 33.3333%;
	display: block;
	float: left;
	vertical-align: middle;
}
.portfolio-ajax .porfolio-controls a.prev-portfolio-item {
	text-align: left;
}
.portfolio-ajax .porfolio-controls a.next-portfolio-item {
	text-align: right;
}
.portfolio-ajax .porfolio-controls a.close-view {
	text-align: center;
}
.portfolio-ajax .porfolio-controls a.disabled {
	color: #999999;
}
.portfolio-ajax .project-media {
	text-align: center;
	margin-bottom: 30px;
}
.portfolio-ajax .portfolio-content {
	padding: 15px;
}
.portfolio-ajax.loading .portfolio-container {
	opacity: 0;
	filter: alpha(opacity=0);
}
.portfolio-ajax.loaded .gallery-loader {
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
@media screen and (min-width: 768px) {
 .portfolio-ajax .portfolio-container {
 width: 100%;
 height: 100%;
 position: absolute;
 overflow-x: hidden;
 overflow-y: auto;
}
 .portfolio-ajax .porfolio-controls {
 height: 50px;
 width: 100%;
}
}
/*
 * $404_500, Signin, Signup and lockscreen styles
 *
 */
html.lockscreen, html.error-page, html.error-page, html.signin, html.signup, html.lockscreen body, html.error-page body, html.error-page body, html.signin body, html.signup body {
	height: 100%;
}
html.lockscreen label, html.error-page label, html.error-page label, html.signin label, html.signup label {
	position: inherit;
}
.center-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: relative;
}
.center-wrapper .center-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	float: none;
	z-index: 9999;
}
.error-number {
	font-size: 150px;
	line-height: 1;
	font-weight: 800;
}
.error-nav {
	padding: 0;
}
.error-nav li {
	display: inline;
	padding: 0 10px;
}
.error-nav li a {
	color: #fff;
}
.lockcode {
	max-width: 280px;
	display: block;
	margin: 0 auto;
}
.search .search-form {
	position: relative;
	margin: 25px auto;
	max-width: 250px;
}
.search .search-form .search-button {
	width: 34px;
	height: 100%;
	position: absolute;
	right: 0;
	overflow: hidden;
	background: transparent;
	border: none;
	outline: none;
	color: #59595a;
}
.search .search-form .form-control {
	width: 100%;
}
.switcher-dash-action {
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}
.switcher-dash-action li {
	width: 50%;
	float: left;
	text-align: center;
}
.switcher-dash-action li:first-child a {
	border-radius: 2px 0 0 0;
}
.switcher-dash-action li:last-child a {
	border-radius: 0 2px 0 0;
}
.switcher-dash-action li.active a {
	background: #FFF;
}
.switcher-dash-action li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #eaecf6;
	color: #59595a;
}
.lock-input {
	border-color: #fff;
}
/*
 * $Plugins
 *
 */
/*
 * Select2
 *
 */
.editable-input .select2-choice {
	line-height: 29px;
	height: auto;
}
.select2-container .select2-choice {
	background-image: none;
	border-radius: 2px;
	border: 1px solid #e3e6f3;
	color: #59595a;
}
.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #e3e6f3;
	border-radius: 0 0 2px 2px;
	background-image: none;
}
.select2-drop {
	color: #59595a;
	border: 1px solid #e3e6f3;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	box-shadow: none;
}
.select2-drop.select2-drop-above {
	border-top: 1px solid #e3e6f3;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	box-shadow: none;
}
.select2-drop-active {
	border: 1px solid #4472C4;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #4472C4;
}
.select2-drop-auto-width {
	border-top: 1px solid #e3e6f3;
}
.select2-container .select2-choice .select2-arrow {
	border-left: 1px solid #e3e6f3;
	border-radius: 0 2px 2px 0;
	background: transparent;
	background-image: none;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	border-right: 1px solid #e3e6f3;
	border-radius: 2px 0 0 2px;
}
.select2-search input {
	font-family: inherit;
	font-size: 13px;
	border: 1px solid #e3e6f3;
	background: none;
	margin-top: 5px;
	border-radius: 2px;
}
.select2-search:after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 28px;
	content: "\e610";
	position: absolute;
	right: 15px;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	border: 1px solid #4472C4;
	box-shadow: none;
}
.select2-dropdown-open .select2-choice {
	box-shadow: none;
	background-color: #e3e6f3;
	background-image: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #4472C4;
	box-shadow: none;
}
.select2-container-multi .select2-choices {
	border: 1px solid #4472C4;
	background-image: none;
}
.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #4472C4;
	box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
	font-family: inherit;
	color: #59595a;
}
.select2-default {
	color: #59595a !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	color: #59595a;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	box-shadow: none;
	background-color: #eaecf6;
	background-image: none;
}
.select2-search-choice-close {
	background: none;
	text-align: center;
}
.select2-search-choice-close:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e646";
	text-align: center;
	font-size: 10px;
	color: #59595a;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 100%;
}
.select2-container .select2-choice abbr {
	background: none;
	width: 24px;
	height: 100%;
	top: 0;
}
.select2-container .select2-choice .select2-arrow {
	width: 24px;
}
.select2-container .select2-choice .select2-arrow b {
	background: none;
	text-align: center;
}
.select2-container .select2-choice .select2-arrow b:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e64b";
	text-align: center;
	font-size: 10px;
	color: #59595a;
}
.select2-results li {
	border-radius: 2px;
}
.select2-results .select2-highlighted {
	background: #4472C4;
}
/*
 * twitter typeahead
 *
 */
.tt-dropdown-menu {
	width: 100%;
	box-shadow: none;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid #e3e6f3;
	border-top: 0;
	margin-top: -1px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #4472C4;
	background-image: none;
}
/*
 * x-editable
 *
 */
.editableform-loading {
	background: url('../img/loading.gif') center center no-repeat;
}
.editable-clear-x {
	background: none;
}
.editable-clear-x:hover {
	cursor: pointer;
}
.editable-clear-x:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e646";
	position: absolute;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}
/*
 * Enjoyhint
 *
 */
.enjoyhint_btn, .enjoyhint_next_btn {
	border: 2px solid #15db81;
	color: #15db81;
}
.enjoyhint_btn:hover, .enjoyhint_next_btn:hover {
	background-color: #15db81;
}
/*
 * Superbox
 *
 */
.superbox {
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -10px;
}
.superbox .title {
	font-size: 13px;
}
.superbox .sub-title {
	font-size: 11px;
}
.superbox-list {
	display: inline-block;
 *display: inline;
	zoom: 1;
	border-radius: 2px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.superbox-list > img {
	border-radius: 2px 2px 0 0;
}
.superbox-img {
	max-width: 100%;
	width: 100%;
	cursor: pointer;
}
.superbox-show {
	text-align: center;
	position: relative;
	background: #4a4b5b;
	width: 100%;
	float: left;
	padding: 25px;
	display: none;
	margin-top: -5px;
}
.superbox-current-img {
	max-width: 100%;
}
.superbox-img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.superbox-float {
	float: left;
}
.superbox-close {
	opacity: 7;
	filter: alpha(opacity=700);
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	background: url(../img/close.gif) no-repeat center center;
	width: 35px;
	height: 35px;
}
.superbox-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*
 * Bootstrap tags input
 *
 */
.bootstrap-tagsinput .tag {
	margin-bottom: 5px;
	display: inline-block;
}
/*
 * Chosen Input Select
 *
 */
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices, .bootstrap-tagsinput {
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	box-shadow: none;
 -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
 transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-appearance: none;
	font-weight: 400;
	font-size: 13px;
	min-height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #59595a;
	background-color: #fff;
	background-image: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #e3e6f3;
	background-image: none;
}
.chosen-container .chosen-drop, .chosen-container-single .chosen-search input[type=text] {
	border: 1px solid #e3e6f3;
}
.chosen-container .chosen-drop {
	border-top: 0;
	box-shadow: 0px 4px 5px rgba(88, 96, 114, 0.15);
	border-radius: 0 0 2px 2px;
}
.chosen-container-multi.chosen-with-drop .chosen-choices {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0;
}
.chosen-container-single .chosen-search input[type=text] {
	background: none;
}
.chosen-container-single .chosen-search:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e610";
	position: absolute;
	right: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}
.chosen-container-single .chosen-single div b {
	background: none;
}
.chosen-container-single .chosen-single div b:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e64b";
	position: absolute;
	right: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
	content: "\e648";
}
.chosen-container-single .chosen-single abbr {
	background: none;
	position: absolute;
	right: 30px;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	line-height: 24px;
}
.chosen-container-single .chosen-single abbr:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	content: "\e646";
	font-size: 12px;
	color: #e3e6f3;
}
.chosen-container .chosen-results li.highlighted, .chosen-container .chosen-results li.result-selected {
	background-color: #4472C4;
	background-image: none;
	color: #fff;
}
.chosen-container-multi .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: none;
	width: 16px;
	height: 16px;
	top: 2px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 16px;
	content: "\e646";
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -8px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	background-image: none;
	background-color: #eaecf6;
	border-color: #e3e6f3;
	box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	-webkit-font-smoothing: antialiased;
}
.center-block .chosen-container {
	display: block;
	margin: 0 auto;
}
/*
 * Parsley Validation States
 *
 */
.parsley-errors-list {
	list-style: none;
	padding: 0;
}
.parsley-success {
	border-color: #15db81;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.parsley-success:focus {
	border-color: #11ac66;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66f0b1;
}
.parsley-warning {
	border-color: #daac16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.parsley-warning:focus {
	border-color: #ac8711;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0cf66;
}
.parsley-error {
	border-color: #da3e16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.parsley-error:focus {
	border-color: #ac3111;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08266;
}
.parsley-error-list {
	color: #a94442;
}
/*
*   Data tables
*
*/
.sorting:after, .sorting_asc:after, .sorting_desc:after, .sorting_asc_disabled:after, .sorting_desc_disabled:after {
	font-family: FontAwesome;
	float: right;
	color: #ddd;
}
.sorting:after {
	content: "\f0dc";
}
.sorting_asc:after, .sorting_asc_disabled:after {
	content: "\f0de";
	color: #59595a;
}
.sorting_desc:after, .sorting_desc_disabled:after {
	content: "\f0dd";
	color: #59595a;
}
table.dataTable.no-footer {
	border-bottom-color: #e3e6f3;
}
table.dataTable, .editable-datatable, table.dataTable .form-control {
	width: 100% !important;
}
.datatable-top, table.dataTable {
	margin-bottom: 15px;
}
.datatable-top, .datatable-bottom {
	display: table;
	width: 100%;
}
.datatable-bottom .pagination {
	margin: 0;
}
/*
*   Stepy Wizard
*
*/
.stepy {
	width: 100%;
	display: block;
	background-color: #ffffff;
}
.stepy-header {
	background-color: #4472C4;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid #1166ad;
}
.stepy-header li {
	background-color: transparent;
	position: relative;
	line-height: 1;
}
.stepy-header li:before {
	position: absolute;
	top: 1px;
	right: -14px;
	z-index: 9;
	display: block;
	border: 23px solid transparent;
	border-right: 0;
	border-left: 22px solid #4472C4;
	content: "";
}
.stepy-header li:after {
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 1;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 23px solid #1166ad;
	content: "";
}
.stepy-header li div {
	font-weight: 400;
	font-family: inherit;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 14px;
}
.stepy-header li span, .stepy-header li.stepy-active div, .stepy-header li.stepy-active span {
	color: #fff;
}
.stepy-header li.stepy-active div {
	font-weight: 800;
}
.stepy-step {
	background: transparent;
	width: 100%;
}
.stepy-step:before, .stepy-step:after {
	content: " ";
	display: table;
}
.stepy-step:after {
	clear: both;
}
.stepy-step legend {
	border-radius: 2px;
	background-color: #4f5061;
	color: #fff;
	padding: 0 15px;
	font-size: 13px;
}
/*
*   Jstree
*
*/
.jstree-default .jstree-clicked, .jstree-default .jstree-hovered {
	background: #e0effc;
	box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked {
	background: #e0effc;
	border-radius: 2px;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered, .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered, .jstree-default .jstree-wholerow-hovered, .jstree-default-responsive .jstree-wholerow-hovered {
	background: #e0effc;
}
.jstree-default .jstree-node, .jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
	border-radius: 2px;
}
.jstree-default .jstree-search {
	color: #da3e16;
}
/*
*   IonSLider
*
*/
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-diapason, .irs-slider {
	background: url(../img/sprite-skin-flat.png) repeat-x;
}
.irs-slider {
	background-position: 0 -90px;
}
.irs-from, .irs-to, .irs-single {
	background: #4472C4;
}
.irs-from:after, .irs-to:after, .irs-single:after {
	border-top-color: #4472C4;
}
.irs-min, .irs-max {
	color: #59595a;
	background: #eaecf6;
}
.irs-line {
	border-radius: 2px;
}
/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/
.owl-theme .owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0.5);
	width: 8px;
	height: 8px;
	margin: 5px;
}
/*
 *
 * JVectorMap
 *
 */
.jvectormap-label {
	position: absolute;
	border-radius: 2px;
	color: white;
	font-family: inherit;
	font-size: smaller;
	padding: 3px;
	font-size: inherit;
}
.jvectormap-zoomin, .jvectormap-zoomout {
	position: absolute;
	left: 15px;
	color: white;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	padding: 5px 7px;
	border-radius: 2px;
	width: auto;
	height: auto;
	line-height: 1;
}
.jvectormap-zoomin {
	top: 15px;
}
.jvectormap-zoomout {
	top: 50px;
}
/*
 *
 * Image Crop
 *
 */
.jcrop-holder #preview-pane {
	display: block;
	position: absolute;
	z-index: 999;
	top: 0;
	right: -280px;
	padding: 5px;
	border: 1px solid #e3e6f3;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
}
/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
	width: 250px;
	height: 170px;
	overflow: hidden;
}
/*
 *
 * Slimscroll
 *
 */
.slimScrollBar {
	background-color: rgba(0, 0, 0, 0.3) !important;
}
/*
 *
 * Daterange Picker
 *
 */
.daterangepicker {
	border-radius: 2px;
	font-size: 13px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	margin-top: -1px;
}
.daterangepicker .ranges .input-mini {
	background-color: transparent;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	color: #59595a;
}
.daterangepicker .calendar-date {
	border-radius: 2px;
	border: 1px solid #e3e6f3;
}
.daterangepicker td.available + td.start-date {
	border-radius: 2px 0 0 2px;
}
.daterangepicker td.in-range + td.end-date {
	border-radius: 0 2px 2px 0;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background: #eaecf6;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #4472C4;
	border-color: #4472C4;
	color: #fff;
}
.daterangepicker td, .daterangepicker th {
	border-radius: 2px;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
	font-family: inherit;
}
.daterangepicker td.start-date.end-date {
	border-radius: 2px !important;
}
/*
 *
 * Date Picker
 *
 */
.datepicker-dropdown {
	border-radius: 2px;
	font-size: 13px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 15px;
}
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
	background-image: none;
	background-color: #4472C4;
	border-color: #4472C4;
	color: #fff;
	text-shadow: none;
}
.datepicker td, .datepicker th {
	border-radius: 2px;
	min-width: 30px;
	min-height: 30px;
}
.datepicker-orient-bottom.datepicker:before {
	top: initial;
	bottom: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 0;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
}
.datepicker-orient-bottom.datepicker:after {
	top: initial;
	bottom: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-top: 6px solid #ffffff;
}
/*
 *
 * Medium Editor
 *
 */
@-webkit-keyframes pop-upwards {
 0% {
 -webkit-transform: translate3d(0.97, 0, 0, 1, 0, 12);
 transform: translate3d(0.97, 0, 0, 1, 0, 12);
 opacity: 0;
 filter: alpha(opacity=0);
}
 20% {
 -webkit-transform: translate3d(0.99, 0, 0, 1, 0, 2);
 transform: translate3d(0.99, 0, 0, 1, 0, 2);
 opacity: 0.7;
 filter: alpha(opacity=70);
}
 40% {
 -webkit-transform: translate3d(1, 0, 0, 1, 0, -1);
 transform: translate3d(1, 0, 0, 1, 0, -1);
 opacity: 1;
 filter: alpha(opacity=100);
}
 70% {
 -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
 transform: translate3d(1, 0, 0, 1, 0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 100% {
 -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
 transform: translate3d(1, 0, 0, 1, 0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
@keyframes pop-upwards {
 0% {
 -webkit-transform: translate3d(0.97, 0, 0, 1, 0, 12);
 transform: translate3d(0.97, 0, 0, 1, 0, 12);
 opacity: 0;
 filter: alpha(opacity=0);
}
 20% {
 -webkit-transform: translate3d(0.99, 0, 0, 1, 0, 2);
 transform: translate3d(0.99, 0, 0, 1, 0, 2);
 opacity: 0.7;
 filter: alpha(opacity=70);
}
 40% {
 -webkit-transform: translate3d(1, 0, 0, 1, 0, -1);
 transform: translate3d(1, 0, 0, 1, 0, -1);
 opacity: 1;
 filter: alpha(opacity=100);
}
 70% {
 -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
 transform: translate3d(1, 0, 0, 1, 0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 100% {
 -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
 transform: translate3d(1, 0, 0, 1, 0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
.medium-toolbar-arrow-under:after {
	top: 50px;
	border-color: #4f5061 transparent transparent transparent;
}
.medium-toolbar-arrow-over:before {
	top: -8px;
	border-color: transparent transparent #4f5061 transparent;
}
.medium-editor-toolbar {
	background-color: #4f5061;
	border-radius: 2px;
	-webkit-transition: top 0.075s ease-out, left 0.075s ease-out;
	transition: top 0.075s ease-out, left 0.075s ease-out;
}
.medium-editor-toolbar li button {
	min-width: 50px;
	height: 50px;
	border: 0;
	border-right: 1px solid #565769;
	background-color: #4f5061;
	color: #fff;
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}
.medium-editor-toolbar li button:hover {
	background-color: #484959;
	color: #daac16;
}
.medium-editor-toolbar li .medium-editor-button-first {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.medium-editor-toolbar li .medium-editor-button-last {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.medium-editor-toolbar li .medium-editor-button-active {
	background-color: #58596c;
}
.medium-editor-toolbar-form-anchor {
	background: #4f5061;
	color: #59595a;
	border-radius: 2px;
}
.medium-editor-toolbar-form-anchor input {
	height: 50px;
	background: #4f5061;
	color: #ccc;
	border-radius: 2px 0 0 2px;
}
.medium-editor-toolbar-form-anchor a {
	color: #fff;
}
.medium-editor-toolbar-anchor-preview {
	background: #4f5061;
	color: #fff;
	border-radius: 2px;
}
.medium-editor-placeholder:after {
	color: #b3b3b1;
}
/*
 *
 * Bootstrap Slider
 * http://www.eyecon.ro/bootstrap-slider/
 *
 */
.slider.slider-horizontal {
	width: 100%!important;
}
.slider.slider-horizontal .slider-track {
	height: 5px;
}
.slider.slider-horizontal .slider-selection {
	background-image: none;
}
.slider-track {
	background-color: #d0dbec;
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}
.slider-selection {
	position: absolute;
	background-color: #7f8bc8;
	border-radius: 2px;
	box-shadow: none;
}
.slider-handle {
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #7f8bc8 0px 0px 0px 1px;
}
.slider.slider-horizontal .slider-handle {
	margin-top: -8px;
}
/* Slider Color Variants */
.slider-info .slider-selection {
	background-color: #15acdc;
}
.slider-info .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #15acdc 0px 0px 0px 1px;
}
.slider-primary .slider-selection {
	background-color: #4472C4;
}
.slider-primary .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #4472C4 0px 0px 0px 1px;
}
.slider-success .slider-selection {
	background-color: #15db81;
}
.slider-success .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #15db81 0px 0px 0px 1px;
}
.slider-warning .slider-selection {
	background-color: #daac16;
}
.slider-warning .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #daac16 0px 0px 0px 1px;
}
.slider-danger .slider-selection {
	background-color: #da3e16;
}
.slider-danger .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #da3e16 0px 0px 0px 1px;
}
.slider-striped .slider .slider-selection {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
/*
 *
 * toastr
 * https://github.com/CodeSeven/toastr
 *
 */
#toast-container > div {
	border-radius: 2px;
	box-shadow: none;
}
.toast {
	background-color: #030303;
}
.toast-success {
	background-color: #15db81;
}
.toast-error {
	background-color: #da3e16;
}
.toast-info {
	background-color: #15acdc;
}
.toast-warning {
	background-color: #daac16;
}
#toast-container > :hover {
	box-shadow: none;
}
/*
 *
 * Fullcalendar
 * http://arshaw.com/fullcalendar
 *
 */
.fc-icon {
	font-size: inherit;
}
.external-events {
	border-bottom: 1px solid #e3e6f3;
	padding: 0 0 20px 0;
}
.fc-event, .external-event {
	border: transparent;
	/* default BORDER color */
  cursor: default;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
}
.external-events .external-event {
	cursor: move;
	display: inline-block;
	margin: 0 5px 10px 0;
}
.external-event:hover {
	cursor: move;
}
a.fc-event, .fc-event-draggable {
	cursor: pointer;
}
.fc-toolbar {
	display: none;
	visibility: hidden;
}
.fc-content {
	margin: 0 -1px;
}
.fc-event {
	cursor: default;
	line-height: inherit;
	padding: .2em .6em .3em;
}
.fc-event.bg-primary {
	color: #ffffff;
}
.fc-event.bg-default {
	color: #59595a;
}
.fc-event.bg-warning {
	color: #ffffff;
}
.fc-event.bg-success {
	color: #ffffff;
}
.fc-event.bg-info {
	color: #ffffff;
}
.fc-event.bg-danger {
	color: #ffffff;
}
/*
 *
 * Switchery
 * http://abpetkov.github.io/switchery/
 *
 */
.switchery {
	background-color: #f5f6fb !important;
	border: 1px solid #e3e6f3;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	vertical-align: middle;
	width: 50px;
}
.switchery > small {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 28px;
	position: absolute;
	top: 0;
	width: 28px;
}
/*
 * FuelUX Pill
 *
 */
.pillbox {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	line-height: 1;
}
.pillbox ul {
	margin: 0;
	padding: 0;
}
.pillbox li {
	display: inline-block;
	margin: 2px;
	padding: 2px 4px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
	white-space: nowrap;
	font-size: 12px;
}
.pillbox li:after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: relative;
	content: " \e646";
	font-size: 10px;
	margin-left: 10px;
}
.pillbox li.status-important {
	background-color: #da3e16;
}
.pillbox li.status-warning {
	background-color: #daac16;
}
.pillbox li.status-success {
	background-color: #15db81;
}
.pillbox li.status-info {
	background-color: #15acdc;
}
/*
 * FuelUX Spinner
 *
 */
.spinner .btn.disabled {
	cursor: not-allowed;
}
/*
 * FuelUX Wizard
 *
 */
.wizard {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eaecf6;
	background-color: #eaecf6;
	border-radius: 2px 2px 0;
}
.wizard ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wizard ul li {
	position: relative;
	margin: 0;
	padding-left: 30px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	cursor: default;
	float: left;
	white-space: nowrap;
}
.wizard ul li:before {
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 9;
	display: block;
	border: 21px solid transparent;
	border-right: 0;
	border-left: 14px solid #eaecf6;
	content: "";
}
.wizard ul li:after {
	position: absolute;
	top: -1px;
	right: -15px;
	z-index: 1;
	display: block;
	border: 22px solid transparent;
	border-right: 0;
	border-left: 15px solid #cdd2ea;
	content: "";
}
.wizard ul li .badge {
	margin-right: 8px;
}
.wizard ul li.complete {
	background: #eaecf6;
}
.wizard ul li.complete .badge {
	background: #15db81;
}
.wizard ul li.complete:before {
	border-left: 14px solid #eaecf6;
}
.wizard ul li.complete:hover {
	background: #e7eff8;
	cursor: pointer;
}
.wizard ul li.complete:hover:before {
	border-left: 14px solid #e7eff8;
}
.wizard ul li.active {
	background: #fff;
	color: #4472C4;
}
.wizard ul li.active:before {
	border-left: 14px solid #fff;
	right: -14px;
}
.wizard ul li.active:after {
	right: -15px;
}
.wizard ul li:first-child {
	padding-left: 20px;
	border-radius: 2px 0 0;
}
.wizard ul.previous-disabled li.complete {
	cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
	background: #f3f4f5;
}
.wizard ul.previous-disabled li.complete:hover:before {
	border-left-color: #f3f4f5;
}
.wizard .actions {
	position: absolute;
	right: 0;
	float: right;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 37px;
}
.wizard .actions a {
	margin-right: 8px;
	font-size: 12px;
	line-height: 45px;
}
.step-content {
	padding: 15px;
}
.step-content .step-pane {
	display: none;
}
.step-content .active {
	display: block;
}
.step-content .active .btn-group .active {
	display: inline-block;
}
/*
 * iCheck
 *
 */
.icheckbox, .iradio {
	display: inline-block;
 *display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: url(../img/minimal.png) no-repeat;
	border: none;
	cursor: pointer;
}
.icheckbox {
	background-position: 0 0;
}
.icheckbox.hover {
	background-position: -20px 0;
}
.icheckbox.checked {
	background-position: -40px 0;
}
.icheckbox.disabled {
	background-position: -60px 0;
	cursor: default;
}
.icheckbox.checked.disabled {
	background-position: -80px 0;
}
.iradio {
	background-position: -100px 0;
}
.iradio.hover {
	background-position: -120px 0;
}
.iradio.checked {
	background-position: -140px 0;
}
.iradio.disabled {
	background-position: -160px 0;
	cursor: default;
}
.iradio.checked.disabled {
	background-position: -180px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
 .icheckbox, .iradio {
 background-image: url(../img/minimal@2x.png);
 background-size: 200px 20px;
}
}
/*
 *  Various $Charts plugin styles
 *
 */
/* Morris Tooltip */
.morris-hover {
	position: absolute;
	z-index: 1000;
}
.morris-hover.morris-default-style {
	border-radius: 2px;
	padding: 6px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0;
}
/* Sparkline Tooltip */
#jqstooltip {
	display: table;
	border-radius: 2px;
	padding: 15px;
}
/* Flot Charts */
#tooltip {
	position: absolute;
	display: none;
	padding: 5px 10px;
	border: 0;
	line-height: 1;
}
#tooltip:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
}
/* Pie Charts */
.piechart {
	position: relative;
	display: inline-block;
}
.piechart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.piechart > span {
	display: table;
	width: 100%;
	height: 100%;
}
.piechart > span > span {
	display: table-cell;
	vertical-align: middle;
}
.piechart .percent {
	display: block;
	font-size: 18px;
	position: relative;
}
.piechart .percent:after {
	content: '%';
	font-size: .5em;
	position: absolute;
	top: 0;
}
/* Chart dimensions */
.chart {
	border: 0;
	width: 100%;
	height: 200px;
}
.chart-legend.first {
	padding-top: 80px;
}
/*
 *  Maps
 *
 */
.map img, #map img {
	max-width: none!important;
}
#map, .map {
	width: 100%;
	height: 100%;
	background: transparent;
	min-height: 500px;
	position: relative;
}
#map {
/*min-height: 250px;*/
}
#map .jvectormap-container {
	min-height: 300px;
}
/* Google Maps */
.gm-style-cc {
	display: none!important;
}
#map_canvas {
	width: 100%;
	height: 400px;
}
/*
 * $Sortable elements (Jquery Sortable)
 *
 */
.sortable .list-group-item, .handles .list-group-item {
	padding: 15px;
}
.connected, .sortable, .exclude, .handles {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.connected li, .sortable li, .exclude li, .handles li {
	border: 1px solid transparent;
}
.connected li:not(:last-child), .sortable li:not(:last-child), .exclude li:not(:last-child), .handles li:not(:last-child) {
 margin-bottom: 1px;
 border: 1px solid transparent;
 border-radius: 2px;
}
.sortable > li, .handles span {
	cursor: move;
}
.handles span {
	float: left;
}
#connected {
	overflow: hidden;
	margin: auto;
}
.connected {
	float: left;
}
.connected.no2 {
	float: right;
}
.sortable-placeholder {
	list-style: none;
	border: 1px dashed #ddd!important;
	min-height: 50px;
	width: 100%;
}
/*
 * Nestable elements (Jquery Nestable)
 *
 */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	line-height: 20px;
}
.dd-handle {
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #e3e6f3;
	background: #fff;
	border-radius: 2px;
}
.dd-handle:hover {
	color: #2ea8e5;
	background: #fff;
}
.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.dd-item > button:before {
	content: "+";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: "-";
}
.dd-placeholder, .dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: transparent;
	border: 1px dashed #ddd;
}
.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
	background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
#nestable-output, #nestable2-output {
	width: 100%;
	background: #fff;
	font-size: 10px;
}
#nestable2 .dd-item > button:before {
	color: #fff;
}
@media only screen and (min-width: 700px) {
 .dd + .dd {
 margin-left: 2%;
}
}
.dd-hover > .dd-handle {
	background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
	display: block;
	margin: 5px 0;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
	border: 1px solid #e3e6f3;
	background: #ffffff;
	border-radius: 2px;
}
.dd3-content:hover {
	background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
	margin: 0;
}
.dd3-item > button {
	margin-left: 40px;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 38px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #e3e6f3;
	background: #ffffff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before {
	content: '≡';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	font-size: 26px;
	font-weight: normal;
}
.dd3-handle:hover {
	background: #ddd;
}
/*
 * $Utilities Classes
 *
 */
/* p,m,b = padding,margin,border
 * Directions
 * t,b,r,l,n = top,bottom,right,left, negative
 * Sizing
 * xs,sm,md,df,lg = extra small(@xs),small(@sm),medium(@md),default(@df),large(@lg)
 */
.ptl {
	position: absolute;
	top: 0;
	left: 0;
}
.ptr {
	position: absolute;
	top: 0;
	right: 0;
}
.pbl {
	position: absolute;
	bottom: 0;
	left: 0;
}
.pbr {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* Set background color to transparent */
.bg-none {
	background-color: transparent;
	box-shadow: none;
}
.shadow {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.no-shadow {
	box-shadow: none;
}
/* Margins */
.no-m {
	margin: 0!important;
}
.mn {
	margin-right: -15px;
	margin-left: -15px;
}
.mrn {
	margin-right: -15px;
}
.mln {
	margin-left: -15px;
}
.mbn {
	margin-bottom: -15px;
}
.ml0 {
	margin-left: 0;
}
.mr0 {
	margin-right: 0;
}
.mt0 {
	margin-top: 0;
}
.mb0 {
	margin-bottom: 0;
}
.m25 {
	margin: 25px;
}
.mr25 {
	margin-right: 25px;
}
.ml25 {
	margin-left: 25px;
}
.mt25 {
	margin-top: 25px;
}
.mb25 {
	margin-bottom: 25px;
}
.m20 {
	margin: 20px;
}
.mr20 {
	margin-right: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.m15 {
	margin: 15px;
}
.mr15 {
	margin-right: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.m10 {
	margin: 10px;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.m5 {
	margin: 5px;
}
.mr5 {
	margin-right: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
/* Padding space */
.no-p {
	padding: 0!important;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.p25 {
	padding: 25px;
}
.pr25 {
	padding-right: 25px;
}
.pl25 {
	padding-left: 25px;
}
.pt25 {
	padding-top: 25px;
}
.pb25 {
	padding-bottom: 25px;
}
.p20 {
	padding: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.p15 {
	padding: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.p10 {
	padding: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.p5 {
	padding: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
/* Borders */
.no-b {
	border: 0;
}
td.no-b {
	border-top: 0!important;
}
.bordered {
	border: 1px solid #e3e6f3;
}
.bb {
	border-bottom: 1px solid #e3e6f3;
}
.bt {
	border-top: 1px solid #e3e6f3;
}
.bl {
	border-left: 1px solid #e3e6f3;
}
.br {
	border-right: 1px solid #e3e6f3;
}
.avatar.bordered {
	border: 3px solid rgba(255, 255, 255, 0.5);
}
/* Radius */
.no-radius {
	border-radius: 0;
}
.rounded {
	border-radius: 2px;
}
.brtl {
	border-top-left-radius: 2px;
}
.brtr {
	border-top-right-radius: 2px;
}
.brbl {
	border-bottom-left-radius: 2px;
}
.brbr {
	border-bottom-right-radius: 2px;
}
.overflow-hidden {
	overflow: hidden;
}
/*
 *  Demo specific styles.
 *
 * These can be removed
 */
.demo .slider.slider-vertical {
	height: 175px;
}
.bs-demo .btn {
	margin-bottom: 5px;
}
.tool-button .btn {
	margin-right: 5px;
}
.demo-button .btn {
	min-width: 115px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.demo > .dropdown {
	float: left;
}
.demo > .dropdown > .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 5px;
}
.demo-button2 button {
	margin: 0 5px 10px 0;
}
.fontawesome-list a {
	display: block;
	margin-left: 30px;
	height: 32px;
	color: #59595a;
	font-size: 1em;
	line-height: 32px;
}
.fontawesome-list .fa {
	position: absolute;
	top: 9px;
	left: 20px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}
.themify-icons .fa-hover {
	display: block;
	padding-left: 45px;
	height: 32px;
	color: #59595a;
	font-size: 1em;
	line-height: 32px;
}
.themify-icons span {
	position: absolute;
	top: 9px;
	left: 20px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}
.fontawesome-list a:hover .fa, .themify-icons .fa-hover:hover span {
	top: 5px;
	color: #15db81;
	font-size: 1.5em;
}
.form-horizontal.bordered-group .form-group {
	border-bottom: 1px solid #E7EBF3;
	padding-bottom: 15px;
}
.form-horizontal.bordered-group .form-group:last-child {
	border-bottom: 1px solid transparent;
	padding: 0;
}
.switcha > div {
	float: left;
}
.services .service {
	margin: 0 30px 25px;
	text-align: center;
}
.service-icon {
	margin: 0 auto 15px;
	width: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #D6D6D6;
	border-radius: 50%;
}
.service-icon.bg-color {
	color: #fff;
}
.service-icon.huge {
	width: 100px;
	line-height: 100px;
	background-color: #eaecf6;
}
.service-icon.left {
	float: left;
	margin: 0;
}
/*# sourceMappingURL=main.css.map */

/*****************************15-5-2015*******************************/
.heading-font > img {
	height:30px;
}
.p-align-left {
	text-align:left !important;
}
.view-details , .d-block {
	display:block;
}
.edit-detail {
	display:none;
}
/***************************25-5-2015********************************/
 .popup-box {
	width:200px;
	margin:0 auto;
}
.popup-box div {
	width:115px;
	margin:0 auto;
}
.btn-switch {
	padding-left:10px!important;
	background:#90ab76 !important;
	color: #fff !important;
	border:none !important;
	padding-right:35px;
	padding:9px 35px 9px 9px!important;
}
.btn-switch i {
	font-size: 13px !important;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	line-height: 34px;
	background:#3f4a44;
	text-align: center;
	border-left: 1px solid #fff;
	line-height: 35px!important;
}
.dashboard-template h2, .dashboard-template strong {
	font-weight:600;
	/*margin: 25px 17px 25px;*/
  text-transform: capitalize;
	font-weight: 400;
}
.dashboard-maincontent table thead {
	background:#e5e0c3;
	color:#4e4e44;
}
.dashboard-maincontent table td, .dashboard-maincontent table th {
	text-align:center;
}
.dashboard-maincontent table td:first-child, .dashboard-maincontent table th:first-child {
	text-align:left;
}
.dashboard-maincontent table td .badge.badge-top {
	position: relative;
	top: -14px;
	left: -13px;
}
.dashboard-maincontent table td .ti-bell {
	font-size: 25px;
}
.up-green-color {
	color:#27be8b;
	padding: 0 2px;
	font-size: 12px;
	font-weight:bold;
}
.down-arrow-color {
	color:#eb5959;
	padding: 0 2px;
	font-size: 12px;
	font-weight:bold;
}
.alert-bock {
	border-left:1px dashed #b2b2b2;
}
.alert-bock li {
	background: url(../img/li-type.png) no-repeat left top;
	margin-left: -26px;
	list-style: none;
	padding:0 15px 15px;
	padding-left: 35px;
}
.alert-bock li:first-child, .alert-bock li:last-child {
	background: url(../img/li-type-color.png) no-repeat 6px top;
	color:#61997c;
}
.alert-bock li:last-child a {
	color:#61997c;
}
tr.addition-tr td {
	background:#f6f2e6 !important;
}
.table-bel {
	position:relative;
	top:12px;
}
.table-bel .badge.badge-top {
	position: absolute !important;
	top: -14px !important;
	right: -13px;
	left: 79% !important;
}
.addition-tr, .minus-accard {
	display:none;
}
.filter-block {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 15px 0px 5px;
	width: 100%;
	margin: 0;
}
.profile-settings-menu {
	background:#fff;
	border-radius:10px;
}
.profile-settings-menu li {
	padding:5px 10px;
}
.profile-settings-menu li a {
	/*color:#40a3ff;*/
	  font-size:15px;
	width:200px;
	cursor: pointer;
}
.profile-settings-menu li a img {
	padding: 5px 15px 5px 0;
}
.main-accordian dl dt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: -1px 0 0 0;
}
.main-accordian dl dt a {
	padding-left: 50px;
	font-size: 17px;
	font-weight: 600;
}
 .main-accordian dl dt a::after {
 left: 10px !important;
 color: #5e5e5e;
 border: 1px solid #5e5e5e;
}
 .main-accordian dl dt:nth-of-type(even) {
 background:#fafafc;
}
.main-accordian dl dt:last-child {
	border-bottom:1px solid #ccc;
}
.panel-heading.location-header a {
	color:#fff !important;
}
.location-header input[type=search]:focus, .location-header select:focus {
	background:#fff;
}
.icon-ph {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	position:absolute;
	right:5px;
	top:3px;
	bottom:3px;
	z-index:3;
}
.custom-text {
	padding:6px 6px 6px 30px;
}
.input-container {
	position:relative;
}
.location-title {
	/*background:#137ee2;
		  color:#fff;*/
		background: #eaecf6;
	color: #5e5e5e;
}
.location-title > h4 {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.location-header {
	background: none!important;
	border: none !important;
	padding-top: 20px;
}
.location-header h2 b {
	font-weight:600;
}
.location-header button.btn.btn-primary.btn-back {
	background:none;
	border:0;
	color:#1374c5;
	font-size:25px;
}
.location-header button.btn.btn-primary.edit-view {
	background: none;
	color: #ccc;
	border: 0;
	font-size: 30px;
}
.location-header button.btn.btn-primary.edit-submit {
	background: none;
	color:#1374c5;
	border: 0;
	font-size: 30px;
}
.main-accordian .accordion dd a, .main-accordian .toggle dd a {
	display: initial;
}
.main-accordian .accordion dd, .main-accordian .toggle dd {
	padding:0;
	display:none;
}
.main-accordian .text-primary, .main-accordian .text-primary a {
	color:#5e5e5e
}
.location-pagination .pagination>li>a:hover, .location-pagination .pagination>li>span:hover, .location-pagination .pagination>li>a:focus, .location-pagination .pagination>li>span:focus {
	background:#4f5061;
	color:#fff;
}
.main-accordian .table>thead>tr>th, .main-accordian.table>tbody>tr>th, .main-accordian .table>tfoot>tr>th, .main-accordian .table>thead>tr>td, .main-accordian .table>tbody>tr>td, .main-accordian .table>tfoot>tr>td {
/*border-bottom:1px solid #ddd;*/
  }
.switch input {
	display: none;
}
.switch i {
	display: inline-block;
	cursor: pointer;
	padding-right: 20px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	border-radius: 20px;
	/*box-shadow: inset 0 0 1px rgba(0,0,0,.5);*/
	background:#ff604f;
	padding-top:1px;
	padding-bottom:1px;
}
.switch i:before {
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	border-radius: 20px;
	background: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.switch :checked + i {
	padding-right: 0;
	padding-left: 20px;
	/* box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px lightblue;
	  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px lightblue;*/
	  background:#2dcb73;
	padding:1px 0 1px 20px;
}
.switch.red :checked + i {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px red;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px red;
}
.common-template-body {
	font-size:14px;
}
.common-template-body h4 b {
	font-weight:600;
}
.common-template-body .form-group {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
}
.common-template-body h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.common-template-body .form-horizontal .control-label {
	text-align:left;
}
.main-angular-container {
	position:relative;
	height:100%;
}
.dataTables_wrapper {
/* border: 1px solid ghostwhite;
	   background-color: ghostwhite;
  padding: 15px;*/

   /* margin-top: -56px;*/
	}
.paging_bootstrap {
	float:none !important;
	text-align:center !important;
	margin:0 auto;
}
div#DataTables_Table_0_length {
	float:right
}
p.chosen-text {
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 13px;
	font-weight:normal;
}
.location-list-table {
	font-size:14px;
	border:1px solid #c5c5c5;
	margin-top:10px !important;
}
.location-list-table tr th, .location-list-table thead tr {
	background:#eaecf6
}
.location-list-table tr {
	height:45px;
}
.location-list-table td {
	padding-top:12px;
}
.hover-icons {
	position: relative;
	right: 5px;
	top: 0px;
	font-size: 19px;
	float: right;
	display:none;
}
.hover-icons a {
	padding: 0px 7px;
}
.location-list-table tr:hover .hover-icons {
	display:block;
	cursor:pointer;
}
.location-list-table tr:hover td {
	background:#D0E6F8 !important;
}
.chosen-block .dataTables_length {
	float:right;
}
/*********************************30-6-2015***********************************/
g.highcharts-series-group, g.highcharts-legend-item rect {
	/*opacity: 0.75;*/
  box-shadow:0 0 1px 2px #ccc;
}
.analysis-block a {
	background:#fafbfb;
	font-size:15px;
}
.analysis-block a:hover {
	background:#D0E6F8;
	color: #31708f;
	text-decoration:underline;
}
/****analysis switch******************************/

.analysis-switch .switch {
	position: relative;
	margin: 20px auto;
	height: 30px;
	width: 200px;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
.analysis-switch .switch-label {
	position: relative;
	z-index: 2;
	float: left;
	width: 100px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	/* color: rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);*/
  cursor: pointer;
}
.analysis-switch .switch-label:active {
	font-weight: bold;
}
.analysis-switch .switch-label-off {
	padding-left: 2px;
}
.analysis-switch .switch-label-on {
	padding-right: 2px;
}
/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
.analysis-switch .switch-input {
	display: none;
}
.analysis-switch .switch-input:checked + .switch-label {
	color: rgba(0, 0, 0, 0.65);
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	color:#fff;
}
 .switch-input:checked + .switch-label-on ~ .switch-selection {
 left: 99px;
/* Note: left: 50% doesn't transition in WebKit */
}
.analysis-switch .switch-selection {
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	width: 99px;
	height: 26px;
	background: #4472C4;
	border-radius: 3px;
	/*background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(to bottom, #9dd993, #65bd63);*/
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
	color:#fff;
}
.analysis-switch .switch-blue .switch-selection {
	background: #4472C4;/* background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);*/
}
.switch-yellow .switch-selection {
	background: #c4bb61;
	background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
	background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
	background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
	background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}
.analysis-selet-box .chosen-container {
	width:90% !important;
}
.grid-block .panel {
	background: rgba(221, 221, 221, 0.08);
	border-radius: 2px;
	box-shadow:0 0 8px 2px #CCC;
	/*box-shadow: 0 2px 1px rgba(0,0,0,.15);
  border: 1px solid rgb(227, 227, 227);*/
  margin:0;
}
.grid-block .panel-heading {
	border-color: #eeeff8;
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	padding: 15px 15px 0px;
}
.grid-block strong {
	color:#4472C4;
	text-transform:capitalize;
	font-weight:600;
	margin:0px;
	font-size:17px;
}
.highcharts-container, .container1 {
	width:100% !important;
	min-width:100%;
}
.rainwater-i {
	background: url(../../Admin/img/raindrops.png) no-repeat left;
	height: 20px;
	background-size: 15px;
}
a:hover > .rainwater-i, a:active > .rainwater-i {
	background:url(../../Admin/img/raindrops2.png) no-repeat left;
	background-size: 15px;
}
/*-----------sensor Icon-------------- */
.fa-sensor-icon {
	background: url(../img/sensor-icon2.png) no-repeat left;
	height: 20px;
	background-size: 15px;
}
a:hover > .fa-sensor-icon, a.active > .fa-sensor-icon {
	background:url(../img/sensor-icon1.png) no-repeat left;
	background-size: 15px;
}
.small-menu .fa-sensor-icon {
	background: url(../img/sensor-icon2.png) no-repeat center;
	height: 20px;
	background-size: 15px;
}
.small-menu a:hover > .fa-sensor-icon, .small-menu a.active > .fa-sensor-icon {
	background:url(../img/sensor-icon1.png) no-repeat center;
	background-size: 15px;
}
/*-----------sensor Icon-------------- */
/*-----------rainfall Icon-------------- */
.fa-rainfall-icon {
	background: url(../img/rainfall-light.png) no-repeat left;
	height: 20px;
	background-size: 15px;
}
a:hover > .fa-rainfall-icon, a.active > .fa-rainfall-icon {
	background:url(../img/rainfall-gray.png) no-repeat left;
	background-size: 15px;
}
.small-menu .fa-rainfall-icon {
	background: url(../img/rainfall-light.png) no-repeat center;
	height: 20px;
	background-size: 15px;
}
.small-menu a:hover > .fa-rainfall-icon, .small-menu a.active > .fa-rainfall-icon {
	background:url(../img/rainfall-gray.png) no-repeat center;
	background-size: 15px;
}
/*-----------rainfall Icon-------------- */
/*-----------reserviors Icon-------------- */
.fa-reservior-icon {
	background: url(../img/dam-light.png) no-repeat left;
	height: 20px;
	background-size: 15px;
}
a:hover > .fa-reservior-icon, a.active > .fa-reservior-icon {
	background:url(../img/dam-gray.png) no-repeat left;
	background-size: 15px;
}
.small-menu .fa-reservior-icon {
	background: url(../img/dam-light.png) no-repeat center;
	height: 20px;
	background-size: 15px;
}
.small-menu a:hover > .fa-reservior-icon, .small-menu a.active > .fa-reservior-icon {
	background:url(../img/dam-gray.png) no-repeat center;
	background-size: 15px;
}
/*-----------reserviors Icon-------------- */

/*-----------canal Icon-------------- */
.fa-canal-icon {
	background: url(../img/canal-light.png) no-repeat left;
	height: 20px;
	background-size: 15px;
}
a:hover > .fa-canal-icon, a.active > .fa-canal-icon {
	background:url(../img/canal-gray.png) no-repeat left;
	background-size: 15px;
}
.small-menu .fa-canal-icon {
	background: url(../img/canal-light.png) no-repeat center;
	height: 20px;
	background-size: 15px;
}
.small-menu a:hover > .fa-canal-icon, .small-menu a.active > .fa-canal-icon {
	background:url(../img/canal-gray.png) no-repeat center;
	background-size: 15px;
}
/*-----------reserviors Icon-------------- */





 .app.small-menu .login-page-logo.brand {
	width: 200px;
}
.app.small-menu .login-page-logo .navbar-brand span {
	display: inline-block;
	visibility: visible;
}
.table-responsive {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.fullscreen {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff !important;
	z-index:99999999;
	width: 100%;
	height: 100%;
}
.expand-btn {
	position:relative;
	float:right;
	cursor:pointer;
	font-size:17px;
}
.fullscreen .panel-body {
	height: 97%;
}
.fullscreen .lmap {
	height:96%;
}
.fullscreen .fa-expand:before {
	content: "\f066" !important;
}
.multiselect-parent > button, .multiselect-parent > ul {
	width:100% !important;
}
.btn .caret {
	position:absolute;
	right:5px;
}
/*****************/
.app > .layout > aside {
	display:none !important;
}
.irrigation-h4 {
	padding: 10px;
	margin:0;
	padding-left:20px;
	font-weight:600;
	background:#EDEDED;
	font-size: 18px;
}
.light-box {
	float: left;
	margin: 8px 15px 15px 30px;
}
.light-box > a {
	padding:12px !important;
	margin-right:5px;
}
.irrigation-table {
	border-collapse: collapse;
	font-size: 17px;
	font-weight: 600;
}
.irrigation-table td {
	padding:27px 20px !important;
}
@media screen and (min-width: 320px) and (max-width: 960px) {
.irrigation-div {
 padding:0px;
}
}
.footer {
	background: #003669;
	padding: 8px 15px !important;
	width:100%;
	min-height:50px;
}
.footer img {
	float: right;
	margin-right: 50px;
}
.footer p {
	margin: 0 !important;
	color: #fff;
	padding: 6px 0 0 15px;/*float:left;*/
}
.no-shadow .panel {
	background: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0;
}
/*-----------------------------*/
table.dailystatus-table tbody tr:nth-child(even) {
background: #EFEEEE;
}
table.dailystatus-table tbody tr:last-child {
	font-weight: bold;
}
.legend-irr div {
	background: beige;
	padding: 10px 0 !important;
	text-align: center;
	border: 1px solid #ccc;
	font-weight: bold;
}
.legend-irr div.white {
	background: white;
	color: black;
}
.legend-irr div.green {
	background: green;
	color: white;
}
.legend-irr div.orange {
	background: orange;
	color: white;
}
.legend-irr div.red {
	background: red;
	color: white;
}
.legend-irr div.blue {
	background: blue;
	color: white;
}
.heading-font {
	width: auto;
	margin: 15px 0 0 29px;
	line-height: 17px;
}
.header .brand .navbar-brand img {
	margin: 7px !important;
	float: left;
}
.irri-title {
	line-height:40px;
	}
@media (max-width: 767px) {
 .footer img {
 margin-right: 0px;
}
 .footer p {
 float:none;
 padding: 6px 0 0 0px;
}
 .header.header-fixed {

}
 .app .header-fixed + .layout {
 padding-top: 50px;
}
 .app > .header .dropdown-menu {
 top: 50px;
}
 .irri-title {
 font-size: 25px;
 line-height: 34px;
}
.app > .layout {
    height: calc(100% - 50px);
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.app > .layout > section, .app > .layout > aside {
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: top;
    float: none;
}
.content-wrap {
    position: relative;
    height: 100%;
}
/* !important is needed sometimes */
 ::-webkit-scrollbar {
    width: 12px !important;
 }

 /* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #41617D !important;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;

 }
 ::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important;
 }
.transco-nopadding{
	padding:0 !important;
	}

}
@media (max-width: 400px) {
 .ti-menu.off-left.visible-xs {
 display:block;
}
 .header .brand .navbar-brand {
 padding:0;
}
 .heading-font {
 width: 165px;
 margin: 7px 0 0 29px;
 line-height: 17px;
}
}
@media screen and (max-width: 1250px) and (min-width:960px){
	.zero-progress-text{
		font-size:12px !important;
		}
}

.novisbile{
	visibility: hidden;
	float: left;
}

/*---------------------------------------------------------------------*/


.mi-breadcum{
	font-size:15px;
	}
.mi-breadcum a{
		color:#428bca;
		font-weight:600;
		font-size:16px;
		text-decoration:underline;
}
tr.hiddenRow td{
	background: #f6f2e6 !important;
	font-weight:600;
}
.mitank-table a{
	color: #428bca !important;
}
.mitank-table{
	font-size:14px;
	}
.mitank-detailspage{ font-size:14px;}
.mitank-detailspage .form-group{ margin-bottom:8px;}
.mitank-detailspage p{
			margin: 7px 0 0;
			color: #6B8BCA;
			font-size: 16px;
			font-weight: 600;
		}
.mitank-detailspage table td, .mitank-detailspage table th{
	padding:5px !important;
	}
.fancybox img{
	margin:10px auto;
	}
	.print-group button{
		background: none;
		border:none;
	}

	.print-group button:hover,.print-group button:active,.print-group.open button{
		background: #b5d2ff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0 4px;

	}

	.print-group a{
		font-size: 11px !important;

	}


	.print-group a:hover{
		cursor: pointer;
color: rgb(255, 255, 255) !important;
font-size: 11px !important;
background: rgb(69, 114, 165) !important;
	}
@media (max-width: 767px){
	.print-group .dropdown-menu.dropdown-menu {
	    top: 100%;
	    right: 0 !important;
			left: auto !important;
	}


}
.report-table  tbody tr:last-child{
	font-weight: normal !important;

}
.form-group{
	clear: both;
}
.mt10{
	margin-top: 20px;
}
.pb30{
	padding-bottom: 30px
}



[data-tooltip] {

  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -40px;
  padding: 7px;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.inner_block {
    background-color: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 0 2px 0 #ececec;
    margin: 0;
}
.first {
  position: relative;
}
.first:before {
  content: "|";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  font-size: 24px;
}

.daily_progress {
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 24px;
    overflow-y: hidden;
}
.daily_progress div {
	border-right: 1px solid #ccc;
	 min-height: 52px;
	 padding: 8px;
}

.daily_progress div:last-child{
	border-right: none;
}

.violet{
	background-color: #9931CC;
}
.blue{
	background-color: #5D8BDD;
}
@media (max-width: 767px) {

	.rpr0{
		padding-right: 0;
	}
}
.kuppam_table,.kuppam_table > thead > tr > th{
	font-size:16px !important ;
}
.tank-list .btn{ margin:5px; }
.manage_tank .btn{	margin:5px 0px;  min-width: 150px;
}

div.tooltip-inner {

		text-align:left;
		font-size: 12px;
		max-width :300px !important;

}
.custom_tabs{
	background: none !important;
	border-bottom: 1px solid #ccc !important;

}
.custom_tabs > li {
	top: 1px;
}

.custom_tabs > li:first-child {
left :-1px !important;
}


.custom_tabs >  li.active  > a{
	border: 1px solid #ccc !important;
	border-bottom: 0px !important;

}
.custom_tabs_content{
	border: 1px solid #ccc !important;
	border-top: 0px !important;
}
.rbprogress .progress-bar{
	background-color: #006633 !important;
	background-image: none !important;
}
.rbprogress .progress{
	height: 25px !important;
	background-color: #ff9966 !important;
	background-image :none !important;
	border:1px solid #ccc;
}
.rbprogress .title, .rbprogress .center{
	font-weight: 600;
	font-size: 15px;
}

.rbprogress .right, .repro_legend{
	background-color: #ffff00;
    padding: 4px 6px;
    line-height: 18px;
    height: 25px;
		box-shadow:  -1px 1px 1px 0 #909090;
		border-radius: 4px;
}
.rbprogress{
	margin-top: 5px;
  margin-right: 5px;
}
.graph::before {
   border-bottom: 1px solid #666;
   bottom: 0;
   content: "";
   display: block;
   height: 1px;
   left: -10px;
   position: absolute;
   width: 100%;
   z-index: 999;
}

.graph::after {
 border-left: 1px solid #666;
 bottom: -10px;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 width: 1px;
}
.graph {
 display: block;
 position: relative;
}

.graph-inner::after {
   bottom: -15px;
   content: "100%";
   font-size: 10px;
   position: absolute;
   right: 0;
}
.graph-inner::before {
   bottom: -15px;
   content: "0";
   font-size: 10px;
   left: -10px;
   position: absolute;
}
.graph-inner {
   display: block;
   position: relative;
}


.admin-tank-list{ display:block; color:#fff; line-height:45px;}
.admin-tank-list label, .admin-tank-list input{ margin:0px;}
.admin-tank-list label{ padding:0 20px; font-weight:400;}
.admin-tank-list input[type="radio"]{ margin-right:5px; width:10px; height:10px;}
.admin-tank-list span{ font-size:18px; margin-right:20px;}
.admin-tank-list .frst_tb{ background:#5cb85c;}
.admin-tank-list .secn_tb{background:#d9534f;}
.admin-tank-list .thir_tb{background:#257f9a;}
.admin-tank-list .thir_tb.active{background:#156f8a;}
.admin-tank-list .frth_tb{background:#d40000;}
.admin-tank-list .frth_tb.active{background:#c40000;}
.filter_box{ border-top:2px solid #ccc; padding-top:15px; margin-top:0; background:#fbfbfb; display:none;}
.or_style {background: #fff none repeat scroll 0 0;border: 1px solid #ccc;border-radius: 100%;box-shadow: 0 0 8px 0 #bcbcbc;color: #8c8c8c;font-weight: 400;height: 40px;    line-height: 40px;position: relative;text-align: center;width: 40px;}
.or_style::before {border-top: 1px solid #ccc;content: "";height: 1px;left: -20px;position: absolute;
    top: 50%;
    width: 20px;
    z-index: 0;
    }
.or_style::after {
    border-top: 1px solid #ccc;
    content: "";
    height: 1px;
    right: -20px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 0;
    }
.admin-tank-list a, .admin-tank-list a:hover, .admin-tank-list a:focus{color:#fff; text-decoration:none}
.radio_buttons .link{ background:url(../img/radio_button.png) left 0 no-repeat; padding-left:30px; margin-right:0px;font-size:16px;}
.radio_buttons .link.active{ background-position:left -45px;}

.admin-tank-list .frst_tb.active,.admin-tank-list .secn_tb.active,.admin-tank-list .thir_tb.active,.admin-tank-list .frth_tb.active{ background: #003669 !important};
@media screen and (min-width: 480px) {
       .admin-tank-list span{ font-size:0}
       .admin-tank-list span i{ font-size:18px;}


}

.disable{
	pointer-events: none !important;
    opacity: 0.2;
    background: grey;
}

.navbar{
	margin-bottom: 0px !important;
}

@media screen and (min-width: 768px){
	.app .header-fixed + .layout{
		padding-top: 0px !important;
	}
}