/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu);

@font-face {
  font-family: 'SofiaProSoftReg';
  src: url('../fonts/SofiaProSoftReg.otf');
  font-weight: normal; font-style: normal;
}
  
/* Globals
   ========================================================================== */
html {
	height: 100%;
}
body {
	font-family: 'SofiaProSoftReg','Open Sans', sans-serif !important;
	height: 100%;
	color: #34495E;
	font-size: 13px !important;
}

.btn {
	font-family: 'SofiaProSoftReg','Open Sans', sans-serif !important;
	background-image: none !important;
	padding: 5px 10px !important;
	font-size: 13px !important;
}



body.login-page {
	background-color: #1D1D1D;
}
body.page-error {
	background-color: #f5f5f5;
}
img {
	max-width: 100%;
	height: auto;
}
img.avatar {
	width: 60px;
	height: 60px;
}
.md-editor {
	margin-bottom: 30px;
}
.jvectormap-section {
	margin-bottom: 15px;
}
.gray-bg {
	background-color: #f5f5f5 !important;
}
hr {
	border-color: #dedede;
	border-bottom: solid 1px #FFF;
}
.entry-header:before, .entry-header:after {
	content: " ";
	display: table;
}
.entry-header:after {
	clear: both;
}
.no-margins {
	margin: 0 !important;
}
.col-with-divider div[class*="col-"] {
	border-left: solid 1px #ddd;
}
.col-with-divider div[class*="col-"]:first-child {
	border: 0 none;
}
.no-border {
	border: 0 none !important;
}
i.ellipsis-icon {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 18px;
	margin: 0 0 0 5px;
}
.height-13 {
	height: 13px;
}
.height-15 {
	height: 15px;
}
.height-50 {
	height: 50px;
}
.embed-section {
	margin-bottom: 20px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-l-20 {
	margin-left: 20px;
}
.line-dashed {
	border-top: 1px dashed #DDD;
	height: 1px;
	margin: 20px auto;
}
.entry-header {
	border-bottom: solid 1px #dedede;
	padding: 0 15px 8px;
	margin-bottom: 30px;
}
.page-title {
	font-size: 24px;
	margin-bottom: 15px;
}
.page-heading .page-title {
	margin-bottom: 10px;
}
.page-heading .btn-add {
	margin: 3px 0 0 15px;
}
.entry-header .page-title {
	float: left;
	margin: 10px 0;
}


/* Typography
   ========================================================================== */
a {
	color: #3585cf !important;
}
a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none !important;
}
a:hover, a:focus, a.link {
	color: #00b8ce;
}
a.link:hover {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300 !important;
	font-family: 'SofiaProSoftReg','Open Sans', sans-serif !important;
	margin: 0 0 15px !important;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	margin-bottom: 12px;
}
h5 {
	font-size: 14px;
	margin-bottom: 10px;
}
h6 {
	font-size: 12px;
	margin-bottom: 8px;
}
.title {
	font-weight: 400;
}
h3.title {
	font-size: 18px;
}
em {
	font-style: italic;
}
b, strong {
	font-weight: 600;
}
small, .small {
	font-size: 90%;
}
.uppercase {
	text-transform: uppercase;
}
.smaller {
	font-size: 10px;
}
p {
	margin-bottom: 15px !important;
}
.text-primary {
	color: #00b8ce;
}
a.text-primary:hover, a.text-primary:focus {
	color: #008a9b;
}
.text-success {
	color: #025500;
}
a.text-success:hover, a.text-success:focus {
	color: #012200;
}
.text-info {
	color: #2b7da0;
}
a.text-info:hover, a.text-info:focus {
	color: #205e78;
}
.text-warning {
	color: #946c28;
}
a.text-warning:hover, a.text-warning:focus {
	color: #6c4f1d;
}
.text-danger {
	color: #ab1717;
}
a.text-danger:hover, a.text-danger:focus {
	color: #7e1111;
}
.green-color {
	color: #00bf6c;
}
a.green-color:hover, a.green-color:focus {
	color: #008c4f;
}
.red-color {
	color: #FF0000;
}
a.red-color:hover, a.red-color:focus {
	color: #cc0000;
}
.text-purple {
	color: #7E57C2;
}
a.text-purple:hover, a.text-purple:focus {
	color: #643da9;
}


/* Base
   ========================================================================== */
.page-container {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
	background-color: #f5f5f5;
}
.page-container.horizontal-menu {
	padding-top: 60px;
}
.main-container {
	background-color: #FFFFFF;
  padding: 0 15px;
  width: calc(100% - 60px);
  vertical-align: top;
  margin-left: 60px;
}
.main-header {
	border-bottom: solid 1px #e3e1e1;
	background-color: #ffffff;
	height: 80px;
	position: relative;
    margin-bottom: 10px;
}
.main-header h1 {
	color: #2c54cd;
}
.main-header .alert-warning {
	position: absolute;
	top:125px;
	left:10%;
	width: 80%;
    z-index:100;
}

.main-header .top-nav {
	text-align: right;
	background-color: #113365;
	height: 20px;
  z-index:100;
	display: inline-table;
}

.main-header .top-nav a{
	color: #ffffff !important;
	font-size: 11px;
	/*vertical-align: text-top;*/
	height: 20px;
}

.main-header .top-nav .seperator {
	display: inline-block;
	width: 40px;
	text-align: center;
	color: #aaa;
}

.main-header .top-nav .txt-welcome {
    color:#f1f1f1;
    font-size:11px;
}

.main-header .title-ph, .main-header .search-ph {
	padding-top: 10px;
}

.main-header .title-ph h1, .main-header .title-ph h2{
	font-size: 30px;
  font-weight: normal;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.main-header .new-btn-ph {
	text-align: right;
	margin-top: 14px;
	border-right: 1px solid #ddd;
}
.main-header .search-ph .kb-search .form-control {
	border: none;
	border-bottom: 2px solid #3585cf;
	border-radius: 0;
	width: calc( 100% - 40px);
  float: left;
	font-size: 18px;
	box-shadow: none;
	padding: 4px 12px;
	height: 34px;
}

.main-header .search-ph .kb-search .search-icon {
	display: inline-block;
  vertical-align: middle;
	width: 40px;
	height: 34px;
  border:none;
  border-bottom: 2px solid #3585cf;
	background: transparent;
  border-radius: 0;
  margin: 0;
}

.main-header .search-ph .kb-search .icon-search {
	width: 20px;
	height: 20px;
	font-size: 24px;
	color: #3585cf;
    margin-bottom:5px;
}
.header-secondary {
	padding: 20px 10px 10px;
}
.main-content {
	padding: 30px 5px 0;
}
.error-page  {
	padding: 0 !important;
}
.error-page .main-content {
	padding:0;
}

.error-page .main-content .page-error-container .custom-error-msg {
	font-size: 1.7em;
  width: 25%;
  color: #fff;
  padding: 20px;
	text-shadow: 1px 1px #555555;
}

.error-page .main-content .page-error-container .custom-error-msg h3 {
	font-size: 1.3em;
}

.error-page .main-content .page-error-container .custom-error-msg a {
	color: yellow !important;
}
.slider {
	//background-color: #dddddd;
	height: 300px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	font-size: 20px;
    	clear:both;
}

.slider .carousel {
    top:-10px;
}
.slider .carousel .carousel-inner .image {
	height:300px;
	background-size: cover;
}

.slider .carousel .carousel-inner .item {
	height:300px;
}

.login-ph {
	padding: 6px 0;
	border-bottom: 1px solid #cccccc;
	height: 40px;
	background-color: white;
  margin-left: -15px;
  margin-right: -15px;
    margin-top:-10px;
}

.modal-lg .modal-body {
	height: 70vh;
	overflow: auto;
}
.product-pref {
	padding-left: 20px;
  padding-top: 8px;
  width: calc(100% - 10px);
  display: table;
  margin-left: 5px;
  margin-right: 0;
  padding-right: 10px;
}

.product-pref .prod-title {
	float: left;
	width: 200px;
}

.product-pref .prod-selection {
	max-width: calc(100% - 220px);
  padding-right: 20px;
  float: right;
}



.product-pref > form {
	display: inline;
}

.product-pref .pull-right {
	max-width: calc(100% - 250px);
  overflow: hidden;
  height: 24px;
	padding-right: 20px;
}

.product-pref .prod-selection .item {
	display: inline-block;
  border-radius: 4px;
  padding: 1px 5px;
  background-color: #F1F1F1;
  font-size: 12px;
  margin-bottom: 4px;
}
.modal-dialog .modal-body .login-ph {
	height: auto;
	border-bottom: none;
}
.login-ph .login .form-control {
	height: 26px;
	width: 41%;
    margin-right:3px;
}

.login-ph .login .btn-primary {
	margin-left: 30px;
	background-color: #2c54cd;
	border-color: #2c54cd;
}

.login-ph .login .btn-link {
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	margin-left: 20px;

}

.download-list {
    padding-right:20px;
    margin-bottom:0 !important;
}
.download-list .list-group-item {
	font-size: 16px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}


.download-list .list-group-item:first-child {
    border-top:none;
}
.download-list .download-icon {
	background: url(../images/icons/download-icon-1.png) 50% no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.download-list .pull-right .date-stamp, .download-list .pull-right .addition-txt {
	font-size: 12px;
	color: #999999;
	padding-left: 30px;
}

.download-list .pull-right .date-stamp {
	border-right: 1px solid #ddd;
	height: 18px;
	padding-right: 30px;
	display: inline-block;
}



/* Sidebar
   ========================================================================== */
.page-sidebar {
	background-color: #2c54cd;
	color: #b4b5b8;
	/*display: table-cell;*/
	height: 100vh;
	position: fixed;
	vertical-align: top;
	width: calc(100% - 80px);
	z-index: 101;
}
.site-header {
	overflow: hidden;
	/*padding: 25px 20px;*/
	background-color: #113365;
	position: relative;
	z-index: 101;
	padding-top: 20px;
}
.site-logo {
	float: left;
	background-color: #2c54cd;
	height: 60px;
	position: relative;
}
.site-logoN {
	float: left;
	height: 60px;
	position: relative;
	vertical-align: top;
}
.page-container.sidebar-collapsed .site-header {
	/*padding: 20px;*/
}
.page-container.sidebar-collapsed .site-logo {
	overflow: hidden;
	/*width: 0;*/
}
.site-logo a {
	color: #c8c8c8;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
    width:60px;
}
.sidebar-collapse, .sidebar-mobile-menu {
	float: right;
	position: relative;
}
.sidebar-collapse a.sidebar-collapse-icon, .sidebar-mobile-menu a.mobile-menu-icon {
	color: #c8c8c8;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
}
.sidebar-collapse a.sidebar-collapse-icon i.icon-menu, .sidebar-mobile-menu a.mobile-menu-icon i.icon-menu {
	margin: 0;
}
.page-container.horizontal-menu header.navbar {
	background-color: #1D1D1D;
	border: 0 none;
}
.page-container.horizontal-menu header.navbar .navbar-brand {
	height: 60px;
	padding: 18px 20px;
}
.page-sidebar .sidebar-fixed {
	position: fixed;
	height: 100%;
	width: 280px;
}
.sidebar-collapsed .page-sidebar, .sidebar-collapsed .page-sidebar .sidebar-fixed {
	width: 60px;
}
.sidebar-collapsed .page-sidebar .sidebar-fixed {
	position: relative;
}
.sidebar-collapsed .sidebar-fixed.ps-container {
	overflow: visible;
}


/* Sidebar Menu
   ========================================================================== */
ul.main-menu {
	font-size: 14px;
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
}
ul.main-menu li {
	position: relative;
    margin-left:0;
}
ul.main-menu li a {
	color: #ebebeb !important;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	cursor: pointer;
}

ul.main-menu li i {
	padding: 0;
	margin: 0;
	width: 24px;
  height: 24px;
	background-size: contain !important;
}

ul.main-menu li a {
	padding: 13px 0;
}

ul.main-menu li .icon-home-custom {
 background: url(../images/icons/home.png) 50% no-repeat;
}

ul.main-menu li .icon-kb {
 background: url(../images/icons/kb.png) 50% no-repeat;
}

ul.main-menu li .icon-forum {
 background: url(../images/icons/forum.png) 50% no-repeat;
}

ul.main-menu li .icon-downloads {
 background: url(../images/icons/downloads.png) 50% no-repeat;
}


ul.main-menu li .icon-app {
 background: url(../images/icons/app.png) 50% no-repeat;
}

ul.main-menu li .icon-cases {
 background: url(../images/icons/cases.png) 50% no-repeat;
}

ul.main-menu li .icon-assets {
 background: url(../images/icons/assets.png) 50% no-repeat;
}

ul.main-menu li .icon-training {
 background: url(../images/icons/training.png) 50% no-repeat;
}



ul.main-menu li.active .icon-home-custom, ul.main-menu li:hover .icon-home-custom {
	background-image: url(../images/icons/home-active.png);
}

ul.main-menu li.active .icon-kb, ul.main-menu li:hover .icon-kb {
 background: url(../images/icons/kb-active.png) 50% no-repeat;
}

ul.main-menu li.active .icon-forum, ul.main-menu li:hover .icon-forum {
 background: url(../images/icons/forum-active.png) 50% no-repeat;
}

ul.main-menu li.active .icon-downloads, ul.main-menu li:hover .icon-downloads {
 background: url(../images/icons/downloads-active.png) 50% no-repeat;
}


ul.main-menu li.active .icon-app, ul.main-menu li:hover .icon-app {
 background: url(../images/icons/app-active.png) 50% no-repeat;
}

ul.main-menu li.active .icon-cases, ul.main-menu li:hover .icon-cases {
 background: url(../images/icons/cases-active.png) 50% no-repeat;
}

ul.main-menu li.active .icon-assets, ul.main-menu li:hover .icon-assets {
 background: url(../images/icons/asset-active.png) 50% no-repeat;
}

ul.main-menu li.active .icon-training, ul.main-menu li:hover .icon-training {
 background: url(../images/icons/training-active.png) 50% no-repeat;
}

ul.main-menu li.active > a, ul.main-menu  li > a:hover, ul.main-menu  li > a:focus {
	background-color: #ffffff;
	color: #E7702D !important;
}
ul.main-menu .nav > li > a:hover, ul.main-menu .nav > li > a:focus, ul.main-menu .nav > li.has-sub.active > a {
	background-color: #1D1D1D;
	color: #FFFFFF;
}
ul.main-menu .nav > li > a {
	color: #a6a5a5;
}

ul.main-menu li.active {
	position: relative;
}
ul.main-menu li.active > a::before {
	content: '';
  position: absolute;
  right: 0;
  top: 30px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid #113365;
  border-top: 7px solid transparent;
  clear: both;
  border-bottom: 7px solid transparent;
}
ul.main-menu li ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #0f0f0f;
	overflow: hidden;
}
ul.main-menu li > ul:before {
	background-color: #2f2e2e;
	width: 1px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	display: block;
}
ul.main-menu li > ul > li:before, ul.main-menu li > ul > li:after {
	background-color: #0f0f0f;
	border: 1px solid #2f2e2e;
	border-radius: 50%;
	color: #2f2e2e;
	content: "";
	font-weight: 400;
	height: 6px;
	left: 27px;
	position: absolute;
	top: 20px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 6px;
	z-index: 2;
}
ul.main-menu li ul li:after {
	border: 0 none;
	height: 8px;
	left: 26px;
	top: 19px;
	width: 8px;
	z-index: 1;
}
ul.main-menu li ul li.active span.title {
	font-weight: 600;
}
ul.main-menu li ul li.active:after {
	background-color: #FFFFFF;
	z-index: 2;
	left: 25px;
	top: 18px;
	height: 10px;
	width: 10px;
}
ul.main-menu li ul li.active > a {
	color: #FFFFFF;
}
ul.main-menu li ul > li > a {
	padding-left: 56px;
}
ul.main-menu li ul > li > ul > li > a {
	padding-left: 76px;
}
ul.main-menu li ul > li > ul > li > ul > li > a {
	padding-left: 96px;
}
ul.main-menu li ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 116px;
}
ul.main-menu li.has-sub > a:before, .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub > a:before {
	color: #ebebeb;
	content: "\e75e";
	display: inline-block;
	float: right;
	font-family: "SofiaProSoftReg";
	font-size: 15px;
	margin-left: 10px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-weight: normal;
}
ul.main-menu li.active.has-sub > a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar-collapsed .page-sidebar .main-menu li > a > span.title {
	background-color: #00b8ce;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
	left: 66px;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 13px 20px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 240px;
}
.sidebar-collapsed .page-sidebar .main-menu li > a > span.label {
	left: 240px;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 15px;
	visibility: hidden;
}
.sidebar-collapsed .page-sidebar .main-menu li.has-sub:hover > a, .sidebar-collapsed .page-sidebar .main-menu  li:hover > a {
	background-color: #eeeeee;
	color: #E7702D !important;
}
.sidebar-collapsed .page-sidebar .main-menu li.has-sub:hover > a > span.title, .sidebar-collapsed .page-sidebar .main-menu li:hover > a > span.title, .sidebar-collapsed .page-sidebar .main-menu  li:hover > a > span.label {
	visibility: visible;
	zoom: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.sidebar-collapsed .page-sidebar .main-menu li > ul {
	display: block;
	height: 0;
	left: 66px;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: auto;
	visibility: hidden;
	width: 240px;
}
.sidebar-collapsed .page-sidebar .main-menu li.has-sub:hover > ul, .sidebar-collapsed .page-sidebar .main-menu li:hover > ul {
	visibility: visible;
	zoom: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto;
}
.sidebar-collapsed .page-sidebar ul.main-menu li > ul > li > a {
	padding-left: 20px;
}
.sidebar-collapsed .page-sidebar ul.main-menu li ul > li > ul > li > a {
	padding-left: 40px;
}
.sidebar-collapsed .page-sidebar ul.main-menu li ul > li > ul > li > ul > li > a {
	padding-left: 60px;
}
.sidebar-collapsed .page-sidebar ul.main-menu li ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 80px;
}
.sidebar-collapsed .page-sidebar ul.main-menu li.has-sub > a:before, .sidebar-collapsed .page-sidebar ul.main-menu li ul li:before, .sidebar-collapsed .page-sidebar ul.main-menu li ul li:after, .sidebar-collapsed .page-sidebar ul.main-menu li ul:before {
	display: none;
}
.page-container.horizontal-menu header.navbar .navbar-nav li {
	position: relative;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul {
	display: none;
	background-color: #0f0f0f;
	display: none;
	left: 0;
	list-style: outside none none;
	margin: 0;
	min-width: 250px;
	padding: 0;
	position: absolute;
	top: auto;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul a {
	color: #a6a5a5;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul a:hover, .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
	background-color: #242424;
	color: #FFFFFF;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li.active > a, .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a, .page-container.horizontal-menu header.navbar .navbar-nav li > ul li.active a {
	background-color: #00b8ce;
	color: #FFFFFF;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li:hover > ul {
	display: block;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover ul {
	display: block;
	left: 100%;
	top: 0;
}
.page-container.horizontal-menu header.navbar .navbar-nav {
	list-style: none;
	padding: 0;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
	color: #ebebeb;
	display: block;
	padding: 20px;
	position: relative;
	z-index: 10;
}
.page-container.horizontal-menu header.navbar .navbar-toggle {
	font-size: 30px;
	color: #c8c8c8;
	margin: 0;
	padding: 8px 10px;
}
.navbar-toggle i.icon-menu {
	line-height: 1;
}



/* Header
   ========================================================================== */
ul.user-info {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.user-info > li {
	float: left;
	margin-right: 3px;
}
.user-info .notifications.dropdown > a {
	color: #737881;
	display: block;
	padding: 8px;
	position: relative;
}
.user-info .notifications.dropdown > a i {
	font-size: 18px;
}
.notifications.dropdown.open > a {
	background-color: #f8f8f8;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.notifications.dropdown .dropdown-menu > li > ul > li > a > i, .notifications.dropdown .dropdown-menu > li > ul > li > p > i, .notifications.dropdown .dropdown-menu > li > ul > li > div > i {
	background-color: #0f0f0f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	height: 24px;
	line-height: 14px;
	padding: 5px;
	text-align: center;
	width: 28px;
}
.notifications.dropdown .dropdown-menu > li > ul > li.notification-success > a > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-success > p > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-success > div > i {
	background-color: #00a651;
}
.notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > a > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > p > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > div > i {
	background-color: #ee4749;
}
.notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > a > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > p > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > div > i {
	background-color: #1d1d1d;
}
.notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > a > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > p > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > div > i {
	background-color: #cc2424;
}
.notifications.dropdown .dropdown-menu > li > ul > li.notification-info > a > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-info > p > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-info > div > i {
	background-color: #21a9e1;
}
.notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > a > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > p > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > div > i {
	background-color: #fad839;
}
.notifications.dropdown .dropdown-menu li.unread .strong {
	font-weight: 600;
}
.notifications.dropdown > a .badge {
	font-size: 10px;
	line-height: 13px;
	min-width: 17px;
	padding: 2px;
	position: absolute;
	right: 6px;
	top: 6px;
	font-weight: normal;
}
.chat-notifications-badge {
	margin-left: 6px;
}
.notifications.dropdown .dropdown-menu {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 360px;
	color: #505050;
}
.notifications.dropdown .dropdown-menu > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 290px;
	overflow: auto;
}
.notifications.dropdown .dropdown-menu li {
	border-bottom: 1px solid #e3e1e1;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.notifications.dropdown .dropdown-menu .external-last {
	background-color: #FFF;
	border-bottom: 0 none;
}
.notifications.dropdown .dropdown-menu > li > a, .notifications.dropdown .dropdown-menu > li > p, .notifications.dropdown .dropdown-menu > li > div {
	margin: 0;
	padding: 12px 18px;
}
.notifications.dropdown .dropdown-menu .dropdown-content-header {
	text-transform: uppercase;
	font-weight: 600;
}
.notifications.dropdown .dropdown-menu .dropdown-content-header i {
	font-size: 18px;
}
.notifications.dropdown .dropdown-menu > li > ul > li > a, .notifications.dropdown .dropdown-menu > li > ul > li > p, .notifications.dropdown .dropdown-menu > li > ul > li > div {
	display: block;
	margin: 0;
	padding: 10px 18px;
	position: relative;
}
.notifications.dropdown .dropdown-menu li a {
	color: #434343;
}
.notifications.dropdown .dropdown-menu li a:hover {
	color: #333;
}
.notifications.dropdown .dropdown-menu li a.danger {
	color: #ec5956;
}
.notifications.dropdown .dropdown-menu > li .media-list .media-left, .notifications.dropdown .dropdown-menu > li .media-list .media-right, .notifications.dropdown .dropdown-menu > li .media-list .media-body {
	display: table-cell;
}
.notifications.dropdown .dropdown-menu > li .media-list .media-left {
	padding-right: 0;
}
.notifications.dropdown .dropdown-menu > li .media-list .media-heading {
	display: block;
	margin-bottom: 2px;
	color: #00b8ce;
}
.notifications.dropdown .dropdown-menu > li .media-list .text-semibold {
	font-weight: 600;
}
.media-heading .media-annotation {
	margin-left: 6px;
}
.media-annotation {
	color: #999;
	font-size: 12px;
}
.notifications.dropdown .dropdown-menu > li .img-sm {
	height: 40px;
	width: 40px;
	max-width: none;
}
.notifications.dropdown .dropdown-menu li .block-line {
	display: block;
	margin-top: 5px;
}
.notifications.dropdown .dropdown-menu li .block-line:first-child, .notifications.dropdown .dropdown-menu li .block-line:first-of-type {
	margin-top: 0;
}
.profile-info.dropdown .dropdown-menu {
	margin-top: 11px;
	min-width: 180px;
	border-top-width: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.profile-info.dropdown > a {
	color: #434343;
}
.profile-info.dropdown .dropdown-menu > li:last-child {
	border-bottom: 0 none;
}
.profile-info.dropdown .dropdown-menu > .caret {
	border-bottom-color: #454a54;
	border-bottom-width: 4px;
	border-top-width: 0;
	left: 20px;
	margin-left: -2px;
	position: absolute;
	top: -4px;
}
.profile-info a > .caret {
	border: 0 none;
	font-style: normal;
	height: auto;
	margin: -1px 0 0 3px;
	text-align: center;
	width: auto;
}
.profile-info a > .caret:after {
	content: "\e760";
	display: block;
	font-size: 16px;
	line-height: 1;
	font-family: entypo;
}
.profile-info.dropdown .dropdown-menu li a {
	color: #434343;
	padding: 8px 10px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.profile-info.dropdown .dropdown-menu li a i {
	margin-left: 0;
	margin-right: 6px;
}
.profile-info.dropdown .dropdown-menu li a:hover {
	color: #333;
	background-color: #f8f8f8;
}
.profile-info img.avatar {
	margin-right: 8px;
	height: 42px;
	width: 42px;
}
ul.list-links {
	padding-top: 10px;
	margin-left: 20px;
}


/* Navbars
   ========================================================================== */
.navbar-inverse {
	background-color: #1d1d1d;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #0f0f0f;
	color: #FFFFFF;
}


/* Dashboards
   ========================================================================== */

/*Speed Analyzer*/
.speed-analyzer {
	color: #262626;
	overflow: hidden;
	margin: 0 -10px;
}
.speed-analyzer .speed-analyzer-text {
	float: left;
	width: 48%;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #888888;
}
.speed-analyzer .speed-analyzer-text h4 {
	font-weight: 400;
	color: #262626;
	font-size: 16px;
	margin-bottom: 5px;
}
.speed-analyzer .speed-analyzer-text p {
	margin-bottom: 5px;
}
.speed-analyzer .speed-score {
	float: left;
	width: 26%;
	padding: 0 5px;
	text-align: center;
}
.speed-analyzer .speed-score .score {
	display: block;
	font-size: 42px;
	color: #00b8ce;
}

/*List styles*/
ul.list-item, ul.feed-item-list {
	color: #565555;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
ul.list-item li, ul.feed-item-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 0px 15px;
	margin-bottom: 5px;
	overflow: hidden;
    margin-left:0;
}
ul.list-item li:last-child,  ul.feed-item-list li:last-child {
	border-bottom: 0 none;
}
ul.popular-article {
	margin-bottom: 20px;
}
ul.popular-article li:last-child {
	border-bottom: 1px solid #e5e5e5;
}
ul.member-list div.user-avatar, .user-view div.user-avatar, .product-view .product-thumb {
	float: left;
	margin: 0 12px 5px 0;
}
.product-view .product-thumb {
	width: 62px;
}
.product-view .product-detail {
	overflow: hidden;
}
ul.member-list .user-detail, .user-view .user-detail, ul.message-list .message-body {
	overflow: hidden;
	padding-top: 10px;
}
ul.message-list .icon-record, ul.kb-list .icon-record {
	float: left;
	padding-right: 20px;
	color: #82BDF9;
	margin-top: 2px;
    font-size:10px;
}

ul.kb-list .icon-record {
  margin-top: 6px;
  font-size:10px;
}

ul.message-list .message-body {
	padding-top: 3px;
}
ul.member-list .user-detail h5, ul.message-list .message-body h5, .user-view .user-detail h5, .product-view .product-detail h5 {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.2;
}
ul.message-list .message-body h5 {
	font-size: 16px;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}
ul.message-list .message-body h5, .product-view .product-detail h5, .popular-article .feed-title, .popular-article .feed-title > a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.popular-article .feed-title > a {
	display: block;
}
ul.member-list .user-detail p, .user-view .user-detail p, .product-view .product-detail p, ul.message-list .message-body p, .feed-element .feed-content p {
	margin-bottom: 5px;
}

ul.message-list .message-body p {
	padding-left: 5px;
	color: #888888;
	font-weight: 300;
}
ul.message-list li > .icon-mail {
	float: left;
	line-height: 1;
	margin: 0 12px 5px 0;
}

ul.message-list .kb-meta {
    padding-left:25px;
    color: #888888;
}
div.entry-meta {
	color: #bcbbbb;
	margin: 5px 0;
	font-size: 12px;
}
div.entry-meta > span {
	margin-right: 20px;
}
div.entry-meta > span i {
	font-size: 16px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
div.entry-meta > span:last-child {
	margin-right: 0;
}
div.user-view {
	overflow: hidden;
	margin-bottom: 15px;
	color: #585858;
}
div.product-view {
	overflow: hidden;
	margin-bottom: 25px;
	color: #585858;
}
ul.todo-list {
	margin-bottom: 24px;
}
ul.todo-list label {
	font-weight: 300;
}
ul.todo-list .checkbox-replace, ul.todo-list .radio-replace {
	margin-bottom: 6px;
	margin-top: 0;
}
.todo-list > li .checkbox-replace.checked label {
	text-decoration: line-through;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
div.more {
	margin-bottom: 5px;
}
.connected-users {
	overflow: hidden;
}
.media-inline, .connected-users {
	margin: 10px 0;
}
.media-inline img {
	margin-right: 2px;
	vertical-align: top;
}
.connected-users .icon-shareable {
	color: #4c4b4b;
	font-size: 30px;
	margin: 8px 25px;
}

/*Comment Section */
ul.kb-list {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
ul.kb-list li {
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}

.home-page ul.kb-list li {
	padding-left:10px;
}

ul.kb-list .kb-meta .meta-id{
    margin-left:25px;
}
ul.kb-list li:last-child {
	border-bottom: 0 none;
}
ul.removable-list li {
	position: relative;
	padding:0 20px 5px;
  margin-bottom:5px;
	margin-left: 0;
}
ul.removable-list li > .remove {
	position: absolute;
	right: 5px;
	top: 5px;
}
ul.kb-list li .kb-head, .feed-element .feed-head {
	font-weight: 300 !important;
	color: #504f4f;
	margin-bottom: 0px;
	font-size: 18px;
}
ul.kb-list li .kb-head > a {
    display: inline-block;
    width: calc(100% - 30px);
		font-weight: 300 !important;
}

ul.kb-list li .kb-meta, .feed-element .feed-content {
	color: #888888;
	font-weight: 300;
	padding-left: 25px;
}

.home-page ul.kb-list li .kb-meta {
    padding-left: 25px;
    padding-right: 20px;
}
ul.kb-list li .comment-footer, ul.feed-item-list li .feed-footer {
	margin-bottom: 10px;
}
.kb-search-list {
	margin:0 -15px !important;
}

.kb-search-list .highlight, .highlight {
	background: #F8E81C;
	border-radius: 2px;
	display: inline-block;
	padding: 0 2px;
	font-weight: 600;
	color: #34495e;
}
.kb-search-list .para-content {
	color: #777777;

}
.kb-search-list li {
	padding: 0 20px 5px !important;
}
.kb-search-list .kb-meta .control-label, .kb-search-list .kb-meta .control-label > span {
	font-weight: normal;
}

.kb-search-list .kb-meta .control-label > span {
	color: #999999;
}

.kb-search-list .kb-meta .time-stamp {
	color: #34495e;
}

.kb-search-footer {
	border-top: 1px solid #dddddd;
	margin: 0 -15px;
	padding: 15px 0;
}

.kb-search-footer .pagination {
	display: table;
	margin: 0 auto;
}
.kb-search-footer .pagination .paginate_button a {
	margin-right: 20px;
	border-radius: 4px;
	border-color: #D0DDEC;
	color: #34495e;
}

.comment-footer .btn + .btn, .feed-footer .btn + .btn {
	margin-left: 8px;
}
ul.feed-item-list .feed-element {
	margin-bottom: 8px;
}
ul.feed-item-list .feed-title {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 3px;
}
ul.feed-item-list .feed-meta {
	color: #b0afaf;
	font-weight: 300;
	margin-bottom: 5px;
}

.browse-page .search-page {
	border: none !important;
}

.browse-page .search-page .table-responsive .para-content {
	margin-bottom: 0 !important;
}
.browse-page .table-responsive .table-striped td:last-child {
	min-width: 160px;
}

.browse-page .detail-header {
	background-color: #f9f9f9;
  padding: 13px 15px 10px;
  border-bottom: 1px solid #eaeaea;
}

.browse-page .detail-header > h2 {
	margin-bottom: 0 !important;
  margin-top: 5px !important;
}

.browse-page .detail-header .btn-default {
	text-transform: capitalize;
  margin-left: 10px;
  font-weight: normal;
  padding: 3px 10px !important;
}

.browse-page .detail-header .sub-txt {
	font-size: 18px;
	font-weight: 300;
	color: #777777;
	margin-bottom: 0;
	margin-top: -10px;
}
.browse-page .detail-body {
	padding: 0 15px;
}

.browse-page .detail-body ol {
	padding-left: 10px;
}
.browse-page .detail-body .col-md-9 {
	border-right: 1px solid #eaeaea;
	padding: 15px;
}

.browse-page .detail-body .section {
	padding: 15px;
  border-bottom: 1px solid #eee;
	margin-right: -15px;
}

.browse-page .detail-body .section h4 {
	font-weight: 500;
}
.browse-page .detail-body .meta-info .basic-info {
	margin-bottom: 20px;
}
.browse-page .detail-body .meta-info .basic-info label {
	width: 32%;
}
.browse-page .detail-body .meta-info .basic-info .value {
	display: block;
	font-weight: normal;
}

.browse-page .detail-body .meta-info .basic-info .item {
	display: inline-block;
  word-break: break-all;
}
.browse-page .detail-body .meta-info .form-group label {
	font-size: 18px;
	font-weight: 500;
}
.browse-page .detail-body .meta-info .control-label {
	display: block;
  font-weight: normal;
	font-size: 14px !important;
}

.browse-page .detail-body .meta-info .form-group .item {
	background-color: #eeeeee;
	display: inline-block;
	padding: 0px 10px 1px;
	border-radius: 10px;
	margin-bottom: 3px;
	font-size: 12px;
	margin-right: 5px;
}
.browse-page .detail-body .meta-info {
	border-left: 1px solid #eeeeee;
  margin-left: -1px;
	padding-top: 15px;
}
.browse-page .detail-body .meta-info .form-group ul {
	padding-left: 0;
}
.browse-page .detail-body .meta-info .form-group ul li {
	list-style-type: none;
	line-height: 24px;
}

.browse-page .asset-body {
	padding: 15px;
}

.browse-page .asset-body textarea.form-control {
	max-width: 100%;
	max-height: 300px;
	min-height: 90px;
}

.browse-page .panel-body .tabs-container {
	margin-bottom: 0;
}
.detail-footer {
	background-color: #F0F9FD;
	padding: 15px;
	border-top: 1px solid #eeeeee;
	margin: 20px -20px 0;
}

.detail-footer h4 {
	font-weight: 500;
}
.detail-footer ul {
	padding-left: 20px;
}
.detail-footer ul li {
	list-style-type: none;
	line-height: 25px;
}

.detail-footer ul li a {
	font-size: 15px;
}

.detail-footer ul li span {
	color: #999999;
}
/*Video List Item*/
ul.most-watched {
	margin-bottom: 20px;
}
ul.most-watched li:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.lockup-video {
	position: relative;
	overflow: hidden;
}
.lockup-video .lockup-thumbnail {
	float: left;
	margin: 2px 12px 5px 0;
	width: 150px;
}
.lockup-video .lockup-content {
	overflow: hidden;
}
.lockup-content .lockup-title {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lockup-content .lockup-title > a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.lockup-description {
	color: #888888;
	font-weight: 300;
}
.lockup-description p {
	margin-bottom: 5px;
}
.lockup-meta {
	color: #bcbbbb;
	font-size: 12px;
	margin: 5px 0;
}
.lockup-meta > span {
	margin-right: 12px;
}
.lockup-meta > span:last-child {
	margin-right: 0;
}
.user-stats {
	color: #373737;
	margin-top: -5px;
}
.user-stats h1 {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 30px;
}
.user-stats h3 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 5px;
}
.content-involves {
	color: #888888;
	font-weight: 300;
}
.content-involves h5 {
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	margin-bottom: 8px;
}
.row-inquiries {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px 10px;
	margin-bottom: 12px;
}
.row-revenue {
	padding: 0 15px;
}
.row-revenue h5 {
	margin-bottom: 2px;
}
.panel .row-revenue h1 {
	font-size: 30px;
}
.bar-chart-icon, .like-icon {
	background: url(../images/bar-chart-icon.png) no-repeat;
	height: 42px;
	width: 48px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.like-icon {
	background: url(../images/like-icon.png) no-repeat;
	height: 50px;
}
.stack-order {
	position: relative;
	z-index: 5;
}
.blockUI {
	background-image: url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}



/* User views
   ========================================================================== */
.cards-container .card-header {
	position: relative;
	clear: both;
	min-height: 92px;
	padding: 18px 15px 2px;
}
.cards-container .card {
	margin-bottom: 25px;
}
.cards-container .primary-view {
	border: solid 2px #00b8ce;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.cards-container .primary-view .card-header {
	background-color: #00b8ce;
	color: #FFF;
	border-color: #00b8ce;
}
.cards-container .primary-view .card-header a, .cards-container .primary-view .card-header a:hover {
	color: #FFF;
}
.cards-container.default-view .card {
	border-bottom: 1px solid #ebebeb;
}
.cards-container.box-view .card {
	border: solid 1px #bababa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 8px #d2d2d2;
	-webkit-box-shadow: 0 0 8px #d2d2d2;
	box-shadow: 0 0 8px #d2d2d2;
}
.cards-container.box-view .card:hover {
	background-color: #e9fcf6;
}
.card-header .card-photo {
	float: left;
	width: 60px;
	margin: 0 15px 12px 0;
	position: absolute;
}
.cards-container .card-short-description, .cards-container .card-content {
	position: relative;
	margin-left: 76px;
}
.cards-container .card-content {
	padding: 0 15px 2px;
}
.cards-container.grid-view .card-content {
	margin-left: 0;
	font-size: 13px;
	padding: 12px 15px;
}
.cards-container.grid-view .card-header {
	border-bottom: 1px solid #dedede;
	padding-bottom: 12px;
}
.cards-container.grid-view.short-view .card-header {
	border-color: #00b8ce;
}
.cards-container.short-view .card-header {
	min-height: 95px;
}
.card .badge {
	padding: 4px 8px;
	text-transform: uppercase;
}
.card-short-description .user-name {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
.cards-container .card-short-description, .card-short-description h5 {
	font-size: 16px;
	font-weight: 400;
}
.cards-container.grid-view .card-short-description, .cards-container.grid-view .card-short-description h5 {
	font-size: 14px;
}
.cards-container.grid-view .card-short-description {
	margin-top: 8px;
}
.cards-container.grid-view .card-short-description h5 {
	margin-bottom: 2px;
}
.cards-container.grid-view .card-short-description p {
	margin-bottom: 5px;
}
.cards-container.grid-view .card-short-description p .badge {
	margin-top: 5px;
	margin-bottom: 5px;
}
.card-short-description .user-name + .badge {
	margin-left: 12px;
}
ul.list-action {
	text-transform: uppercase;
	font-size: 12px;
}
ul.list-action li a, .card-short-description .user-name a:hover {
	color: #00b8ce;
}
ul.list-action li a:hover {
	color: #333;
}
.cards-container .card-footer {
	background-color: #00b8ce;
	color: #FFF;
	padding: 5px 15px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.cards-container .card-footer ul.list-inline > li > a {
	color: #FFF;
}
.cards-container .card-footer ul.list-inline {
	margin-bottom: 0;
}
.cards-container .card-footer .list-inline > li {
	padding-left: 0;
	padding-right: 0;
}
.primary-view .action-dropdown {
	position: absolute;
	bottom: -10px;
	right: 15px;
	z-index: 101;
}
.primary-view .action-dropdown > a {
	background-color: #fff;
	border: 1px solid #9d9e9d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #9d9e9d !important;
	padding: 3px 3px 4px 1px;
	display: inline-block;
}
.primary-view .action-dropdown .dropdown-menu {
	margin-top: 5px;
}
.primary-view .action-dropdown .dropdown-menu > li > a {
	color: #333 !important;
}
.short-view .primary-view .action-dropdown > a {
	background-color: transparent;
	border: 0 none;
	color: #FFF !important;
}
.short-view .primary-view .action-dropdown {
	right: 8px;
	top: 40px;
	bottom: auto;
}
i.icon-dot-3.icon-more {
	left: 2px;
	position: relative;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 15px;
}
.col-checkbox {
	float: left;
	margin-right: 20px;
}
.col-checkbox.col-space {
	padding-left: 8px;
}
.col-selectbox {
	float: left;
}
.col-selectbox .form-control {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.col-selectbox + .col-selectbox {
	margin-left: 15px;
}
.datatable-wrapper {
	margin-bottom: 20px;
}
.datatable-wrapper .data-col-first, .datatable-wrapper .data-col-last {
	postion: relative;
	float: left;
}
.datatable-wrapper .data-col-last {
	float: right;
}



/* Breadcrumbs
   ========================================================================== */
.breadcrumb-2 {
	background-color: transparent;
	padding-left: 0;
}
.breadcrumb-3 {
	border: solid 1px #ddd;
	background-color: transparent;
}
.breadcrumb i.fa {
	margin-right: 6px;
}


/* Panels
   ========================================================================== */
.panel {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.10) !important;
	-webkit-box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.10) !important;
	box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.10) !important;
	margin-bottom: 25px !important;
	border: none;
}
.shadowless, .panel-minimal {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-body {
	position: relative;
	padding: 0 !important;
}
.panel-minimal > .panel-heading {
	border-color: #ddd;
}
.panel-minimal > .panel-heading, .panel-minimal > .panel-body {
	padding-left: 0;
	padding-right: 0;
}
.panel-minimal > .panel-heading > .nav-right {
	float: right;
	margin: -1px 0 -13px;
}
.panel-minimal > .panel-heading > .nav-tabs > li > a {
	padding: 6px 15px;
}
.minimal .panel-body {
	padding: 15px;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-heading, .panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.panel-group .panel:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.panel-group .panel:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.panel-heading {
	padding: 10px 20px ;
}
.minimal .panel-heading {
	padding: 10px 15px;
}
.panel-heading > .panel-title {
	float: left;
	font-size: 14px;
    margin-bottom: 0 !important;
}
.panel-heading > .panel-title-center {
	font-size: 18px;
	display: inline-block;
	margin: 5px 10px 0;
}
.panel-heading > h2.panel-title {
	font-size: 24px;
    font-weight: 400;
}

.panel-heading > h2.panel-title .sub-txt {
	font-weight: 500;
}
.panel-heading > h3.panel-title {
	font-size: 18px;
	font-weight: 400;
}
.panel-heading .panel-tool-options {
	float: right;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-right: -0.5em;
}
.panel-heading .panel-tool-options > li > a {
	color: #ffffff !importantSpirent;
}
.panel-success .panel-tool-options > li > a, .panel-primary .panel-tool-options > li > a, .panel-danger .panel-tool-options > li > a, .panel-warning .panel-tool-options > li > a, .panel-info .panel-tool-options > li > a {
	color: inherit;
}
.panel-heading .panel-tool-options > li {
	display: inline-block;
	vertical-align: middle;
}
.panel-heading .panel-tool-options .dropdown-menu > li > a {
	padding: 5px 12px;
}
.minimal .panel-heading .panel-tool-options {
	margin-right: -0.25em;
}
.panel-default > .panel-heading {
	background-color: #FFF;
}
.panel-invert {
	border-color: #00b8ce;
	background-color: #00b8ce;
	color: #FFF;
}
.panel-invert > .panel-heading {
	background-color: #00b8ce;
	color: #FFF;
}
.panel-content.panel-content {
	padding-top: 0;
}
.panel-content.panel-content h1 {
	margin-bottom: 5px;
}
.panel > .panel-body.with-table {
	border: 0 none;
	margin: -1px;
	padding: 0;
}
.panel-body.with-table .table {
	margin-bottom: 0;
}
.panel-update-content {
	padding: 8px 15px;
	font-weight: 600;
	color: #9ea7b3;
}
.panel-update-content h5 {
	font-weight: 600;
}
.panel-update-content h1 {
	color: #00b8ce;
	font-weight: 600;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 8px;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #ffffff !important;
	background-color: #2c54cd !important;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #fff;
	background-color: #505050;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #00b8ce;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #00b8ce;
	border-color: #00b8ce;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #00b8ce;
}
.panel-primary > .panel-heading .badge {
	color: #00b8ce;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #00b8ce;
}
.panel-success {
	border-color: #b2e5a6;
}
.panel-success > .panel-heading {
	color: #025500;
	background-color: #bbebba;
	border-color: #b2e5a6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #b2e5a6;
}
.panel-success > .panel-heading .badge {
	color: #bbebba;
	background-color: #025500;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #b2e5a6;
}
.panel-info {
	border-color: #a7ebf6;
}
.panel-info > .panel-heading {
	color: #2b7da0;
	background-color: #c7eaf9;
	border-color: #a7ebf6;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #a7ebf6;
}
.panel-info > .panel-heading .badge {
	color: #c7eaf9;
	background-color: #2b7da0;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #a7ebf6;
}
.panel-warning {
	border-color: #ffda8d;
}
.panel-warning > .panel-heading {
	color: #946c28;
	background-color: #fff1a6;
	border-color: #ffda8d;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ffda8d;
}
.panel-warning > .panel-heading .badge {
	color: #fff1a6;
	background-color: #946c28;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ffda8d;
}
.panel-danger {
	border-color: #ffb1be;
}
.panel-danger > .panel-heading {
	color: #ab1717;
	background-color: #ffcaca;
	border-color: #ffb1be;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ffb1be;
}
.panel-danger > .panel-heading .badge {
	color: #ffcaca;
	background-color: #ab1717;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ffb1be;
}


/* Filter
   ========================================================================== */
.filter-wrapper {
	padding: 20px 10px 10px;
	color: #FFF;
	background-color: #00b8ce;
}
.filter-wrapper .form-inline .form-group {
	margin-right: 40px;
}
.filter-wrapper .form-label {
	font-weight: 600;
}
.filter-wrapper .checkbox-group {
	margin: 10px 0 6px;
}
.filter-header .close {
	color: #FFF;
	text-shadow: none;
	font-size: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: normal;
}
.filter-wrapper .form-inline .filter-btn {
	margin: 15px 0 0;
}
.btn-filter {
	display: inline-block;
	border: solid 1px #DEDEDE;
	line-height: 1;
	padding: 8px 12px;
	font-size: 24px;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}



/* Pager pagination
   ========================================================================== */
.pager li > a, .pager li > span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.pagination [class^="icon-"], .pagination [class*=" icon-"] {
	line-height: 1;
}
.pagination > li > a, .pagination > li > span, .pager > li > a, .pager > li > span {
	color: #00b8ce;
}

.pagination > li > a {
	cursor: pointer;
}

.pagination > .disabled > a {
	cursor: not-allowed;
	color: #999999 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 3;
	color: #505050;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #00b8ce;
	border-color: #00b8ce;
	color: #FFFFFF;
	z-index: 5;
}
.pager li > a:hover, .pager li > a:focus {
	color: #505050;
}


/* Alerts
   ========================================================================== */
.alert-success {
	background-color: #bbebba;
	border-color: #b2e5a6;
	color: #025500;
}
.alert-success hr {
	border-top-color: #a1e092;
}
.alert-success .alert-link {
	color: #012200;
}
.alert-info {
	background-color: #c7eaf9;
	border-color: #a7ebf6;
	color: #2b7da0;
}
.alert-info hr {
	border-top-color: #90e6f3;
}
.alert-info .alert-link {
	color: #205e78;
}
.alert-warning {
	background-color: #fff1a6;
	border-color: #ffda8d;
	color: #946c28;
}
.alert-warning hr {
	border-top-color: #ffd273;
}
.alert-warning .alert-link {
	color: #6c4f1d;
}
.alert-danger {
	background-color: #ffcaca;
	border-color: #ffb1be;
	color: #ab1717;
}
.alert-danger hr {
	border-top-color: #ff97a8;
}
.alert-danger .alert-link {
	color: #7e1111;
}


/* Popover
   ========================================================================== */
.popover-title {
	font-weight: 600;
}
.popover {
	font-family: 'SofiaProSoftReg','Open Sans', sans-serif !important;
}


/* Tables
   ========================================================================== */
.table > thead > tr > th {
	text-transform: uppercase;
	font-weight: 400;
	white-space: nowrap;
}
.table-separate {
	background-color: #FFF;
}
.table-separate th, .table-separate td {
	border-bottom: solid 25px #f5f5f5;
}
.table-separate tbody tr:last-child td {
	border-width: 0;
}
.table-unbordered > thead > tr > th, .table-unbordered > thead > tr > td, .table-unbordered > tbody > tr > th, .table-unbordered > tbody > tr > td, .table-unbordered > tfoot > tr > th, .table-unbordered > tfoot > tr > td {
	border-top: 0 none;
}
.table-users > thead > tr > th, .table-users > tbody > tr > th, .table-users > tfoot > tr > th {
	padding: 8px;
}
.table-users > thead > tr > td, .table-users > tbody > tr > td, .table-users > tfoot > tr > td {
	padding: 28px 8px;
}
.fluid-row .table-users > thead > tr > th:first-child, .fluid-row .table-users > thead > tr > td:first-child, .fluid-row .table-users > tbody > tr > th:first-child, .fluid-row .table-users > tbody > tr > td:first-child, .fluid-row .table-users > tfoot > tr > th:first-child, .fluid-row .table-users > tfoot > tr > td:first-child {
	padding-left: 25px;
}
.fluid-row .table-users > thead > tr > th:last-child, .fluid-row .table-users > thead > tr > td:last-child, .fluid-row .table-users > tbody > tr > th:last-child, .fluid-row .table-users > tbody > tr > td:last-child, .fluid-row .table-users > tfoot > tr > th:last-child, .fluid-row .table-users > tfoot > tr > td:last-child {
	padding-right: 25px;
}
.indent-row .table-users > thead > tr > th:first-child, .indent-row .table-users > thead > tr > td:first-child, .indent-row .table-users > tbody > tr > th:first-child, .indent-row .table-users > tbody > tr > td:first-child, .indent-row .table-users > tfoot > tr > th:first-child, .indent-row .table-users > tfoot > tr > td:first-child {
	padding-left: 18px;
}
.indent-row .table-users > thead > tr > th:last-child, .indent-row .table-users > thead > tr > td:last-child, .indent-row .table-users > tbody > tr > th:last-child, .indent-row .table-users > tbody > tr > td:last-child, .indent-row .table-users > tfoot > tr > th:last-child, .indent-row .table-users > tfoot > tr > td:last-child {
	padding-right: 18px;
}
.table-hover > tbody > tr:hover {
	background-color: #f0fcfd;
}
.table-users img.avatar {
	margin: -18px 0;
}
table.table-mails {
	margin-bottom: 0;
}
table.table-mails tr td {
	padding: 12px;
}
table.table-mails tr td.mail-select {
	padding-left: 20px;
}
table.table-mails tr td:last-of-type {
	padding-right: 20px;
}
.fluid-row {
	margin-left: -25px;
	margin-right: -25px;
}
.indent-row {
	margin-left: -10px;
	margin-right: -10px;
}
tr:last-child td:last-child .dropdown-menu {
	bottom: 100%;
	top: auto;
	margin-top: 0;
	margin-bottom: 8px;
}
.size-40 {
	width: 40px;
}
.size-60 {
	width: 60px;
}
.size-80 {
	width: 80px;
}
a.more-link {
	display: inline-block;
	-webkit-transition: all 250ms ease 0s;
	-o-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	padding: 4px 5px;
	color: #585858;
	margin: -5px 0;
}
a.more-link + .dropdown-menu {
	margin-top: 8px;
}
 a.more-link:foucs {
 color: #585858;
}
a.more-link:hover, .open a.more-link {
	background-color: #f5f5f5;
	color: #5e5e5e;
}


.table-responsive .kb-search .form-control {
	width: calc(100% - 30px);
	float: left;
}

.table-responsive .kb-search .icon-search {
	margin-left: -25px;
  font-size: 17px;
  margin-top: 4px;
	color: #999999;
}
.table-responsive .toolbar {
	margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.table-responsive .table-striped th .form-control {
	height: 24px;
	font-size: 12px;
	padding: 3px 7px;
	margin-top: 2px;
}

.pagination-footer.no-border {
	border: none;
}
.pagination-footer {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ddd;
	text-align: center;
}

.pagination-footer .pagination {
	width: auto;
	min-width: 150px;
	margin: 0 auto;
}

.pagination-footer .pagination li {
	float: left;
}


.pagination-footer .pagination li.paginatin-form .form-control {
	padding: 3px 6px !important
}

.pagination-footer .pagination li.paginatin-form {
	padding: 0 10px;
}
/* Forms
   ========================================================================== */
form {
	margin-bottom: 0 !Important;
}
.form-control {
	height: 32px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #00b8ce;
}
.input-sm {
	height: 26px;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
select.input-sm {
	height: 26px;
	line-height: 26px;
}
.input-lg {
	height: 45px;
}
.form-label {
	display: block;
	font-weight: 300;
	margin-bottom: 8px;
}
.checkbox-group {
	margin: 8px 0;
}
.checkbox-group .checkbox-inline + .checkbox-inline {
	margin-left: 18px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #025500;
}
.has-success .form-control {
	border-color: #025500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-success .form-control:focus {
	border-color: #012200;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-success .input-group-addon {
	color: #025500;
	border-color: #025500;
	background-color: #bbebba;
}
.has-success .form-control-feedback {
	color: #025500;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #946c28;
}
.has-warning .form-control {
	border-color: #946c28;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-warning .form-control:focus {
	border-color: #6c4f1d;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-warning .input-group-addon {
	color: #946c28;
	border-color: #946c28;
	background-color: #fff1a6;
}
.has-warning .form-control-feedback {
	color: #946c28;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #ab1717;
}
.has-error .form-control {
	border-color: #ab1717;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control:focus {
	border-color: #7e1111;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .input-group-addon {
	color: #ab1717;
	border-color: #ab1717;
	background-color: #ffcaca;
}
.has-error .form-control-feedback {
	color: #ab1717;
}


/* Input Groups
   ========================================================================== */
.input-group-addon .icon-color-preview {
	background-color: #FFF;
	border: 1px solid #eee;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0;
	vertical-align: middle;
}
.color-picker .input-group-addon {
	cursor: pointer;
}


/* Labels
   ========================================================================== */
.label-default {
	background-color: #666;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #4d4d4d;
}
.label-primary {
	background-color: #00b8ce;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #008a9b;
}
.label-secondary {
	background-color: #ef4040;
}
.label-secondary[href]:hover, .label-secondary[href]:focus {
	background-color: #e91313;
}
.label-success {
	background-color: #029b17;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #016910;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #fad839;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #f9ce07;
}
.label-danger {
	background-color: #db2c2c;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #b51f1f;
}
label {
	font-weight: 600;
}
.label {
	font-weight: normal;
	font-size: 12px;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: middle;
}
.label-white {
	border: solid 1px #dedede;
	color: #5e5e5e;
}
.label-block {
	display: block;
	text-align: center;
}
.label-block + .label-block {
	margin-top: 5px;
}
.user-content .label + .label {
	margin-left: 8px;
}


/* Badges
   ========================================================================== */
.badge-default {
	background-color: #666;
}
.badge-default[href]:hover, .badge-default[href]:focus {
	background-color: #4d4d4d;
}
.badge-primary {
	background-color: #00b8ce;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
	background-color: #008a9b;
}
.badge-secondary {
	background-color: #ef4040;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
	background-color: #e91313;
}
.badge-success {
	background-color: #029b17;
}
.badge-success[href]:hover, .badge-success[href]:focus {
	background-color: #016910;
}
.badge-info {
	background-color: #5bc0de;
}
.badge-info[href]:hover, .badge-info[href]:focus {
	background-color: #31b0d5;
}
.badge-warning {
	background-color: #fad839;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
	background-color: #f9ce07;
}
.badge-danger {
	background-color: #db2c2c;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
	background-color: #b51f1f;
}
.badge-bordered {
	color: #585858;
	font-weight: 600;
	text-transform: uppercase;
	border: solid 1px #585858;
	background-color: transparent;
	padding: 4px 10px;
}


/* Navs
   ========================================================================== */

/**
 * Tabs
 */
.tabs-container {
	margin-bottom: 30px;
}
.tab-wrapper {
	margin-bottom: 10px;
}
.tabs-container.tabs-vertical .panel-body {
	border-top: solid 1px #ddd;
}
.nav-tabs > li > a:hover {
	color: #434343;
}
.tabs-vertical .nav-tabs {
	float: left;
	width: 85px;
}
.tabs-vertical .nav-tabs > li {
	float: none;
}
.tabs-vertical .tab-content {
	overflow: hidden;
}
.tabs-vertical .nav-tabs > li > a {
	border-color: #ddd;
	border-radius: 0;
	margin-right: -1px;
	z-index: 5;
}
.tabs-vertical .nav-tabs > li:first-child a {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
.tabs-vertical .nav-tabs > li.active a, .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active a:focus {
	border-color: #ddd;
	border-right-color: #fff;
}
.tabs-right .nav-tabs {
	float: right;
}
.tabs-right .nav-tabs > li > a {
	margin-right: 0;
	margin-left: -1px;
}
.tabs-right .nav-tabs > li:first-child a {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-ms-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
.tabs-right .nav-tabs > li.active > a, .tabs-right .nav-tabs > li.active > a:hover, .tabs-right .nav-tabs > li.active > a:focus {
	border-color: #ddd;
	border-left-color: #fff;
}

/**
 * Pills
 */
.nav-pills > li > a {
	padding: 4px 12px;
	background-color: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.nav-pills > li > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #00b8ce;
	color: #FFF;
}
.nav-pills > li + li {
	margin-left: 0;
}
.nav-pills > li > a:focus {
	background-color: #FFF;
	color: #434343;
}
.nav-pills-default {
	border: solid 1px #c7c6c6;
	border-radius: 3px;
}
.nav-pills-default > li > a {
	background-color: #ececec;
	color: #8c8b8b;
}
.nav-pills-default > li + li {
	border-left: solid 1px #c7c6c6;
}
.nav-pills-default > li:first-child > a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.nav-pills-default > li:last-child > a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.nav-pills-default > li > a:hover, .nav-pills-default > li.active > a, .nav-pills-default > li.active > a:hover, .nav-pills-default > li.active > a:focus {
	background-color: #FFF;
	color: #4e4e4e;
}

/**
 * Nav Icons
 */
.nav-icons {
	font-size: 20px;
}
.nav-icons li {
	line-height: 1.1;
}
.nav-icons > li > a {
	padding: 3px;
	text-align: center;
	min-width: 30px;
}
.nav-icons > li > a i {
	margin: 0;
	line-height: 1;
}


/* Accordions
   ========================================================================== */

.accordion .panel {
	margin-bottom: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-top: -1px;
}
.accordion-group {
	border: 1px solid #e5e5e5 !important;
	margin-bottom: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.accordion-inner {
	border-top: 1px solid #e5e5e5;
	padding: 10px 20px;
	background-color: #F4F4F4;
}
.accordion-heading .accordion-toggle {
	display: block;
	position: relative;
	color: #434343;
}

.accordion-heading .accordion-toggle:hover {
	text-decoration: none;
}
.accordion-heading .accordion-toggle:before {
	color: #505050;
	content: "\e760";
	display: inline-block;
	float: right;
	font-family: "entypo";
	font-size: 18px;
	margin-left: 10px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.accordion-heading .accordion-toggle.collapsed:before {
	/*-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);*/
}
.accordion-group .accordion-heading .title {
	margin: 0 !important;
	padding: 12px 20px;
	font-size: 16px;
    display:block;
}
.accordion-toggle {
	cursor: pointer;
}


/* Button
   ========================================================================== */

.btn-default {
	border: 1px solid #D0DDEC !important;
  color: #34495e !important;
  padding: 5px 10px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  font-weight: normal !important;
}

.btn-warning {
	background-color: #E7702D;
}

.btn-link {
    font-weight: 400 !important;
    color: #337ab7 !important;
    border-radius: 0 !important;
		background-image: none !important;
	border: none !important;
	font-size: 14px !important;
}

/* Progress bars
   ========================================================================== */
.progress, .progress-bar {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sm-progress {
	height: 10px;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-bottom: 8px;
}
.sm-progress .bar-label {
	color: #808383;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
	margin: -1px 0 0 10px;
	font-weight: 600;
	line-height: 1;
}

/**
 * Variations
 */
.progress-bar-success {
	background-color: #029b17;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #fad839;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #db2c2c;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-default .progress-bar {
	background-color: #babbba;
}


/* Graphs
   ========================================================================== */

/**
 * Charts
 */
.chart-wrapper {
	margin-bottom: 15px;
}

/**
 * Flot Charts
 */
.flot-chart {
	height: 200px;
	width: 100%;
	display: block;
}
.float-chart-lg {
	height: 220px;
}
.float-chart-md {
	height: 180px;
}
.flot-chart-content {
	height: 100%;
	width: 100%;
}
.flot-chart-pie-content {
	height: 200px;
	margin: auto;
	width: 200px;
}

/**
 * Morris Charts
 */
.morris-chart {
	position: relative;
}

/**
 * ChartJs Charts
 */
.canvas-chart {
	position: relative;
}
.has-doughnut-legend {
	margin-right: 80px;
}
ul.doughnut-legend {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 30px;
	right: 28px;
	font-size: 13px;
}
ul.doughnut-legend li span {
	display: inline-block;
	height: 10px;
	width: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}

/**
 * Sparkline Tooltips Charts
 */
.jqstooltip {
	background-color: rgba(43, 48, 58, 0.8);
	padding: 3px 5px 5px 5px;
	min-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* Mailbox
   ========================================================================== */
.mail-box {
	background-color: #FFF;
	-moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
	margin-bottom: 25px;
}
.mail-box-header {
	padding: 25px 20px 15px;
}
.mail-body {
	padding: 20px;
	position: relative;
	border-top: solid 1px #dedede;
}
.mail-tools {
	clear: both;
}
h3.mail-title {
	float: left;
	width: 60%;
	padding-right: 20px;
	font-weight: 400;
}
.mail-title span.count {
	color: #b5b5b5;
}
.kb-search {

}
form.mail-search {
	float: left;
	width: 40%;
}
.table-mails .unread a {
	font-weight: 600;
}
ul.mail-list, ul.category-list {
	font-size: 16px;
	margin: 20px 0;
}
ul.mail-list li,  ul.category-list li {
	margin-bottom: 1px;
}
ul.mail-list li a,  ul.category-list li a {
	padding: 10px 20px;
	display: block;
}
ul.mail-list li a:hover,  ul.category-list li a:hover {
	background-color: #eeeeee;
	color: #434343;
}
ul.mail-list li .fa,  ul.category-list li .fa {
	margin-right: 10px;
}
ul.mail-list li.active a,  ul.category-list li.active a {
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-weight: 600;
}
ul.mail-attachment li {
	width: 180px;
	margin-bottom: 10px;
}



/* Icons
   ========================================================================== */
.icons-showcase > div {
	cursor: pointer;
	padding: 7px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.icons-showcase > div:hover {
	background-color: #00b8ce;
	color: #FFF;
}
.icons-showcase > div:hover .text-muted {
	color: #FFF;
}
.icons-showcase > div > i {
	margin-right: 10px;
	text-align: center;
}
.glyphicon {
	vertical-align: middle;
}
.icon-2x {
	font-size: 2.2em;
}
.icon-larger, .panel-tool-options .icon-2x {
	font-size: 18px;
}


/* Carousel
   ========================================================================== */
.carousel-footer {
	overflow: hidden;
	margin-bottom: 5px;
}
.carousel-footer > strong {
	line-height: 1.75;
}
.carousel-controller {
	float: left;
	margin-right: 12px;
}
.carousel-controller a.btn-carousel {
	color: #FFFFFF;
	background-color: #00b8ce;
	float: left;
	padding: 2px 6px;
}
.carousel-controller a.btn-carousel:hover {
	background-color: #585858;
	color: #FFFFFF;
}
.carousel-footer.top-space {
	margin-top: 25px;
}



/* Various Screens
   ========================================================================== */

/**
 * Login Page
 */
.login-container {
	padding: 30px 0;
	position: relative;
}
.login-branding {
	margin: auto;
	padding: 30px 0;
	text-align: center;
	width: 420px;
	max-width: 94%;
}
.login-content {
	width: 420px;
	margin: auto;
	padding: 30px 30px 15px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	max-width: 94%;
}
.login-avatar {
	text-align: center;
	margin-bottom: 20px;
}
.login-avatar img {
	width: 160px;
	height: 160px;
}
.login-content .input-group-addon [class^="icon-"], .login-content .input-group-addon [class*=" icon-"] {
	margin: 0;
}
.login-content .form-control {
	border: 0 none;
	border-bottom: solid 2px #ccc;
	padding: 8px 0;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	height: 36px;
    box-shadow:none;
}

.login-content .form-control:focus {
    box-shadow:none !important;
}

.login-content textarea.form-control {
    max-width: 100%;
    min-height: 60px;
    max-height: 150px;
}
.login-content .form-action {
	margin-top: 30px;
}

.login-content .control-label {
    font-weight:normal;
    font-size:13px;
    color:#555555;
}
.login-content .btn {
	font-size: 16px;
	padding: 8px 12px;
}
.login-content a {
	color: #00b8ce;
}
.login-content a:hover {
	color: #000;
}

/**
 * Error Page
 */
.page-error-container {
	padding: 30px 0;
	position: relative;
}
.page-error-content {
	margin: 0 auto;
	padding: 40px 0;
	width: 380px;
	max-width: 94%;
}
.error-code {
	color: #1d1d1d;
	font-size: 160px;
	text-align: center;
	line-height: 1;
	font-weight: 600;
}
.page-error-content h4 {
	margin-bottom: 30px;
}

.fixed-pos {
	position: absolute;
	top: 100px;
	left: 40%;
}


.browse-page > .row.last, .last {
	margin-bottom: 80px !important;
}
/* Footer
   ========================================================================== */
.footer-main {
	border-top: solid 1px #ddd;
  padding: 10px 0 2px;
  height: 70px;
  background-color: #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 25px;
	position: absolute;
  width: calc(100% - 60px);
  bottom: 0;
	color: #999999;
}


.panel-warning .panel-tool-options {
	float: left !Important;
}

.panel-warning .panel-tool-options .icon-down-open {
	margin-right: 10px;
	margin-left: -5px;
	color: #ffffff !important;
}

.panel-warning .accordion-heading .title > .accordion-toggle {
	font-size: 18px;
	color: #3585cf;
    margin-bottom:5px;
}

.panel-warning .accordion-heading .title > .accordion-toggle + span,
.panel-warning .accordion-heading .title > .accordion-toggle + span + span {
	display: none;
}


.panel-warning .accordion-heading .title > .accordion-toggle.collapsed + span,
.panel-warning .accordion-heading .title > .accordion-toggle.collapsed + span + span {
	display: inline-block;
}

.panel-warning .accordion-heading .title > .body-info, .panel-warning .accordion-heading .title > .date-stamp {
	font-size: 12px;
	color: #999999;
}

.panel-warning .accordion-heading .title > .body-info {
    width: calc( 100% - 100px);
    line-height:15px;
}
.filter-ph {
	border-right: 1px solid #dddddd;
	max-height: 100vh;
  min-height: calc(100vh - 105px) !important;
}

.filter-ph ul.navbar-collapse {
	padding: 0
}

.filter-ph ul.navbar-collapse li {
	list-style-type: none;
}

.filter-ph .filter-content {
	overflow: auto;
	max-height: 100vh;
	margin-right: -15px;
}

.search-page .box-ph .table-data,
.browse-page .box-ph .table-data {
	border-left: 1px solid #dddddd;
}
.box-ph {
	border: 1px solid #dddddd;
	margin: 0 -1px !important;
	border-top: none;
}

.box-ph .table-data {
	padding: 0;
}
.box-ph .table-data .pagination-box {
	margin-bottom: 0;
}




.table-striped th {
	border-bottom: 0;
  font-size: 11px;
  color: #999999;
}
.box-ph .filter-search {
	margin-left: -16px;
  margin-right: -16px;
  position: relative;
}

.box-ph .filter-search .form-control {
	border-radius: 0;
  border-top: 0;
}

.box-ph .filter-search > a {
	position: absolute;
  right: 5px;
  top: 2px;
  font-size: 20px;
  color: #999;
}
.nav-tabs>li>a {
	border: none !important;
	border-bottom: 5px solid transparent !important;
}

.nav-tabs>li.active>a {
	border: none !important;
	border-bottom: 5px solid #3585CF !important;
}

.nav-tabs>li>a:hover {
	border: none;
	border-bottom: 5px solid #aaa !important;
	background-color: #f1f1f1 !important;
	border-radius: 0;
}
#filter-nav .has-sub {
	margin-bottom: 10px;
}
#filter-nav .has-sub > a {
	color: #34495e;
}
#filter-nav .has-sub > a::before {
	color: #34495E;
  content: "\e75e";
  display: inline-block;
  font-family: "SofiaProSoftReg";
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: normal;
}

#filter-nav .has-sub.active > a::before {
	-webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#filter-nav .has-sub .nav li a {
	padding: 5px 10px 5px 25px;
	color: #34495e;
}

#filter-nav .has-sub .nav li a:hover {
	background-color: transparent !important;
	color: #3585cf;
}

/*Activity Feed */
.feed-header {
	background: #777777;
	border-radius: 4px;
	display: inline-block;
	width: auto;
	color: #ffffff !important;
	padding: 3px 10px;
	margin-left: 20px;
	margin-top: 20px;
}

.feed-home {
	overflow: hidden !important;
	margin-left: 40px;
}
.feed-header .title a {
	color: #ffffff !important
}
.feedcontainer {
  padding: 15px 15px 10px 25px;
	overflow: auto !important;
}
.feedcontainer .feeditem {
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px !important;
  border-left: 4px solid #DDDDDD;
	min-height: 50px;
}
.feedcontainer .feeditem:last-child {
  border-color: transparent;
}
.feedcontainer .feeditem:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -9px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #20A6FC;
}
.feedcontainer .feeditem .date {
  position: relative;
  top: -5px;
  color: #8c96a3;
  text-transform: uppercase;
  font-size: 13px;
	float: left;
	min-height: 50px;
	width: 45px;
}
.feedcontainer .feeditem .text {
  position: relative;
	top: -7px;
  left: 10px;

}

.feedcontainer .feeditem .text > a {
	color: #34495e !important;
}

.feedcontainer .feeditem .text > a:hover {
	color: #3585cf !important;
}

.feedcontainer .feeditem.last {
	margin-bottom: 10px;
}

.feedcontainer .feed-header {
	border-left: 4px solid #e4e8eb;
	height: 50px;
}

.feedcontainer .feed-header .title {
	display: inline-block;
  margin-left: -15px;
  padding: 5px;
  background: #777777;
  border-radius: 4px;
  color: #ffffff;
}

/*activity feed*/


/*Case page */

.case-page .cards-container .card .card-content {
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding: 10px;
}

.case-page .cards-container .card {
	border-bottom: none;
}

.case-page .cards-container .card .card-header {
	min-height: auto;
	padding-top: 0;
	margin-left: 65px;
	margin-bottom: 5px;
}

.case-page .cards-container .card .card-header .card-short-description {
	margin-left: 35px;
}

.case-page .cards-container .card .card-header .card-short-description .user-name {
	vertical-align: inherit;
	font-weight: normal;
	margin-right: 6px;
}
.case-page .cards-container .card .card-header .card-photo {
	width: 24px;
}
.case-page .cards-container .card .card-header .card-photo img.avatar {
	width: 24px;
	height: 24px;
}

/* queston -- forum discussion ------*/

#questionsContainer {
    background-color: transparent;
    border: none;
    width: 100%;
    padding:0;
		font-size: 18px;
}

#questionsContainer .custom-question-item {
    padding:10px 20px;
    border-bottom:1px solid #eeeeee;
		font-weight: 300 !important;
}

#questionsContainer .custom-question-item:last-child {
    border-bottom-color:transparent;
}

.case-detail {
	padding: 20px !important;
}

.case-detail .accordion-group .accordion-heading {
	background-color: #EEEEEE !important;
}

.case-detail .accordion-group .accordion-heading .title {
	font-size: 18px;
	font-weight: normal !important;
	padding: 10px 20px !important;
}
.case-detail .accordion-group .accordion-inner {
	background-color: #ffffff !important
}

.case-detail .form-group.tb .control-label {
	font-size: 15px;
	color: #222222;
}

.case-detail .accordion-group #collapseThree .accordion-inner .value {
	min-height: 18px;
}

#mycase .table-responsive {
	overflow-x: inherit;
}
#mycase .table-responsive  .toolbar .custom-search .kb-search-ph {
	width: calc(100% - 150px);
}

#mycase .table-responsive  .toolbar .custom-search .kb-search-ph {
	float: left;
}

#mycase .table-responsive  .toolbar .custom-search .kb-search-ph .sidebar-collapse-icon {
	display: inline-block;
	background-color: #3585cf;
	cursor: pointer;
	padding: 2px 7px;
	border-radius: 0px 3px 3px 0px;
	margin-left: -10px;
}

#mycase .table-responsive  .toolbar .custom-search .kb-search-ph .sidebar-collapse-icon .icon-search {
	margin-left: 0;
  color: #fff;
}
#mycase  .custom-search .field-tip {
	/*position: relative;
    cursor: help;
    right: 0px;
    opacity: 1;
		top: 6px;*/
}

#mycase .table-responsive .table-responsive .toolbar {
	height: auto;
	padding: 0;
}

#mycase .table-responsive .table-responsive {
	margin-top: -1px;
}

#mycase .table-responsive .table-responsive .table-data th {
	white-space: nowrap;
}

#mycase .table-responsive .table-responsive .dataTables_wrapper .dataTables_length {
	padding-top: 10px !important;
}
#mycase .table-responsive .table-responsive .dataTables_wrapper .dataTables_length,
#mycase .table-responsive .table-responsive .dataTables_wrapper .dataTables_info {
	margin-top: -10px;
}
#mycase .table-responsive .table-responsive .dataTables_wrapper .bottom .paging_simple_numbers {
	display: inline-table;
    width: 40%;
    text-align: right !important;
}

#mycase .alert {
	padding: 5px !important;
}
.form-group.tb .value,
.form-group.tb .control-label {
	display: block;
}

.form-group.tb .value {
	font-weight: normal;
}

.case-detail .accordion-group .accordion-inner .table-responsive {
	border: 1px solid #dddddd;
}

h1 > a, h1 > span {
	font-size: 20px;
	margin-right: 5px;
}

h1 > span {
	 color: #999999;
}

.form-wizard .tab-content {
	padding: 20px;
}

.form-wizard .tab-content .tab-pane#tab1 > .row {
	margin: 0;
}
.form-wizard .control-label {
	text-align: left;
}

.form-wizard .tab-content .tab-pane > .row .form-control {
	width: 90%;
}

.form-wizard .tab-content .tab-pane#tab2 > .row .form-control ,
.form-wizard .tab-content .tab-pane#tab4 > .row textarea.form-control{
	width: 100%;
}

.form-wizard .tab-content .tab-pane#tab4 > .row {
	padding: 0 15px;
}

.form-wizard .tab-content .tab-pane#tab4 .custom-descr .form-control {
	width: 100%;
	max-width: 100%;
	max-height: 300px;
}

.form-wizard .tab-content .tab-pane#tab3 .tab-content {
	padding: 20px 0;
}

.form-wizard .tab-content .tab-pane#tab3 .tab-content .table-responsive {
	border: 1px solid #dddddd;
}

.form-wizard .tab-content .tab-pane#tab3 .tab-content .table-responsive .table {
	margin-bottom: 0 ;
}

.spacer {
	height: 24px;
}




/*---------wizard-----------------------------------*/

/* wizard with arrows */
.nomargin {
    padding: 0 !important;
    margin: 0 !important;
}

.wizard {
    padding: 0em 0em 0.2em 0em;
}

.wizard li {
	list-style-type: none;
	display: inline-block;
	float: left;
	width: 25%;
	margin-left: 0;
}

    .wizard li a {
        padding: 20px 12px 20px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        min-width: 24.75%;
        margin-left: 3px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        color: #717171;
        background: #EEEEEE;
        cursor: pointer;
				width: calc(100% - 6px);
    }

        .wizard a:hover {
            text-decoration: none;
        }



    .wizard:not(.left-arrow) li a:before {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-left: 30px solid #FFFFFF;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }


    .wizard:not(.left-arrow) li a:after {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-left: 30px solid #8BBFE6;
        position: absolute;
        content: "";
        top: 0;
        right: -30px;
        z-index: 2;
    }

    .wizard.left-arrow li a:before {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-right: 30px solid #8BBFE6;
        position: absolute;
        content: "";
        top: 0;
        left: -30px;
        z-index: 2;
    }

    .wizard.left-arrow li a:after {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-right: 30px solid #FFFFFF;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        z-index: 2;
    }

    .wizard li:first-child a:before ,
    .wizard li:last-child a:after {
        border: none;
    }

    .wizard li:first-child a {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .wizard.left-arrow a:last-child:before,
    .wizard.small.left-arrow a:last-child:before {
        border-right-color: #3E95D6;
    }

    .wizard li:first-child a .badge {
        margin-left: 0;
    }



        .wizard a.current:after, .wizard a.progress-current:after {
            border-left-color: #363636 !important;
        }

    .wizard.left-arrow a.current:before, .wizard.left-arrow a.progress-current:before,
    .wizard.small.left-arrow a.current:before, .wizard.small.left-arrow a.progress-current:before {
        border-right-color: #363636;
    }

    .wizard li.active a {
				/*background-color: #EBF5E1;*/
        background-color: #417505;
        color: #FFFFFF !important;
    }

		.wizard li.completed a {
			/*background-color: #D8EEFA;*/
			background-color: #3585CF;
			color: #FFFFFF !important;
		}

    .wizard.small {
      margin-bottom: 15px;
			margin-left: -3px;
    	margin-right: -3px;
    }

        .wizard.small li a {
            padding: 8px 12px;
        }

        .wizard.small:not(.left-arrow) li a:before {
            border-top: 16px inset transparent;
            border-bottom: 16px inset transparent;
            border-left: 16px solid #FFFFFF;
        }

        .wizard.small:not(.left-arrow) li a:after {
            border-top: 16px inset transparent;
            border-bottom: 16px inset transparent;
            border-left: 16px solid #eee;
            right: -16px;
        }

        .wizard.small.left-arrow li a:before {
            border-top: 16px inset transparent;
            border-bottom: 16px inset transparent;
            border-right: 16px solid #8BBFE6;
            left: -16px;
            z-index: 2;
        }

        .wizard.small.left-arrow li a:after {
            width: 0;
            height: 0;
            border-top: 16px inset transparent;
            border-bottom: 16px inset transparent;
            border-right: 16px solid #FFFFFF;
        }

				.wizard.small:not(.left-arrow) li.completed a:after {
            border-top: 16px inset transparent;
            border-bottom: 16px inset transparent;
            border-left: 16px solid #3585CF;
            right: -16px;
        }

				.wizard.small:not(.left-arrow) li.active a:after {
            border-top: 16px inset transparent;
            border-bottom: 16px inset transparent;
            border-left: 16px solid #417505;
            right: -16px;
        }

        .wizard.small li:first-child a:before,
        .wizard.small li:last-child a:after,
				.wizard.small li.active:last-child a:after {
            border: none;
        }

/* IE11 border bug fixes... hooray! */
_:-ms-fullscreen, :root .wizard.small.left-arrow a:before {
    left: -14px;
}

_:-ms-fullscreen, :root .wizard.small:not(.left-arrow) a:after {
    right: -14px;
}

_:-ms-fullscreen, :root .wizard.left-arrow a:before {
    left: -29px;
}

_:-ms-fullscreen, :root .wizard:not(.left-arrow) a:after {
        right: -29px;
}

/*---------wizard style ends here-----------------------------------*/

.profile-page > .row > .col-lg-12 > .panel {
	margin-top: 40px;
}

.profile-page > .row > .col-lg-12 > .panel > .panel-body {
	padding: 20px !important;
}

.profile-page > .row > .col-lg-12 > .panel > .panel-body .tabs-container > .nav-tabs {
	margin-top: -65px;
}

.profile-page > .row > .col-lg-12 > .panel > .panel-body .tabs-container > .nav-tabs {
	margin-left: -20px;
}

.profile-page > .row > .col-lg-12 > .panel > .panel-body .tabs-container > .nav-tabs li.active a {
	background-color: transparent;
}
.profile-page > .row > .col-lg-12 > .panel > .panel-body .tabs-container > .tab-content {
	margin-top: 20px;
}
.profile-page .login-ph {
	border-bottom: none;
	margin: 0;
}
.custom-padding {
	padding: 20px !important;
}

.panel-tool-options .fa-edit {
	color: #34495e;
	font-size: 18px;
	vertical-align: middle;
}

.subscribe-list {
	padding-top: 0 !important;
}
.subscribe-list li {
	padding: 7px 20px 7px 30px;
	margin-bottom: 0 !important;
}
.subscribe-list .remove {
	width: 10px !important;
	float: right;
}

.subscribe-list .remove img {
	width: 10px;
  vertical-align: top;
  padding-top: 5px;
}

.preference-list li:before {
	content: '::::';
	color: #cccccc;
	-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
	display: inline-block;
  letter-spacing: 2px;
  margin-left: -25px;
  float: left;
  margin-top: 2px;
}

.btn-container .btn {
	margin-right: 10px;
}



.btn-container .btn-primary {
	color: #ffffff !important;
}

#recentasset .btn-container, #allasset .btn-container {
	margin-top: 20px;
}
.form-note {
	color: #dddddd;
	font-style: italic;
	font-size: 13px;
}


/*--------- Case feed panel override css -----------------*/
.feed-home .feedcontainer .feeditemusericon,
.feed-home .publisherFeedItemTypeChoices,
.feed-home .feedDropDown,
.feed-home .more-file-actions,
.feed-home .zen-options,
.feed-home .cxallfeedactions
{
	display:none;
}

.feed-home .feedcontainer .feeditemcontent {
    margin-left:5px;
}

.feed-home .actionsOnHoverEnabled .feeditembody {
    padding-right:0;
}

.feed-home .feeditemaux .rscontainer .rsbody .rstopcontent {
    padding-left: 0;
}

.feed-home .feeditemaux .rscontainer .rsbody .rstopcontent .rsproperty {
    margin-left: 0;
}


.tab-content {
	clear: both;
}

.publishercontainer {
	/*overflow: auto !important;*/
}

/*--------- modal popup style ------------------*/
.modal-title {
	margin-bottom: 0 !important;
}
.modal-body .box-ph {
	border-top: 1px solid #dddddd;
	padding: 15px;
}

.modal-body .box-ph .checkbox-inline {
	width: 20%;
  min-width: 100px;
	margin-left: 10px;
}
/*--------- modal popup style ends ------------------*/


/*--------- Download page style ------------------*/

.download-page .filter-ph {
	min-height: 200px;/* added this for temporary, later this can be removed */
	background-color: #D9D9D9;
}

.download-page .dowonload-content {
	min-height: 200px;/* added this for temporary, later this can be removed */
}

/*--------- Download page style ------------------*/


/*--------- Tile style in Application page ------------------*/
.tile-ph {
	padding:20px;
	clear: both;
    display: table;
}

.tile-ph .tile {
	float: left;
	width: 240px;
	margin-bottom: 25px;
	margin-right: 20px;
	list-style-type: none;
	background: #FFFFFF;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.30);
}

.tile-ph .tile .thumbnail {
	border: none;
	background-position: 50%;
	height: 200px;
	position: relative;
	border-radius: 0;
	background-size: contain;
	margin-bottom: 40px;
}

.tile-ph .tile .thumbnail a {
	display: inline-block;
  width: 240px;
  height: 200px;
  margin: -5px 0 0 -5px;
}

.tile-ph .tile .thumbnail h6 {
	position: absolute;
	bottom: -46px;
	font-weight: 600 !important;
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
	width: 100%;
  min-height: 40px;
  margin-bottom: 0 !important;
  margin-left: -3px !important;
	color: #555555;
}

.tile-ph .tile .thumbnail.custom1 {
	background-image: url(../images/banner.png);
}

.tile-ph .tile .thumbnail.custom2 {
	background-image: url('http://lorempixel.com/400/200');
}

.tile-ph .tile .thumbnail.custom3 {
	background-image: url(../images/app1.png);
}
.tile-ph .tile .body-content p {
	padding: 10px;
}

/*--------- Tile style in Application page ------------------*/

.accordion-inner .container {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}


/*------------------ Asset page table override css -----------------------*/
.table-responsive .table {
	width: 100% !important;
	border-bottom: 1px solid #dddddd;
}
.table-responsive .toolbar {
	width: 100%;
	height: 50px;
}

.table-responsive .dataTables_filter {
	float: left !important;
	text-align: left;
}

.table-responsive .dataTables_filter input {
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.table-responsive .dataTables_filter .form-control.input-sm {
	width: 150%;
	margin-left: 0;
}

.table-responsive .ColVis {
	margin-top: -40px;
  margin-right: 15px;
}

.table-responsive .ColVis .ColVis_MasterButton {
	border-color: #D0DDEC !important;
    box-shadow: none;
    background: #fff;
}

.table-responsive .dataTables_wrapper .bottom {
	border-top: 1px solid #dddddd;
	padding-top: 5px;
}



table.dataTable.no-footer {
	border-bottom: none !important;
}

.table-responsive .dataTables_paginate .paginate_button {
	padding: 10px;
}

.table-responsive .dataTables_paginate .disabled {
	color: #999999 !important;
}

.table-responsive .dataTables_paginate .current {
	color: #333 !important;
	background-color: #eeeeee;
}
.table-responsive .dataTables_wrapper .bottom {
	border-top: 1px solid #dddddd;
  padding: 15px 10px 5px;
  display: inline-table;
  width: 100%;
}

.table-responsive  .dataTables_paginate {
	/*margin-top: 10px;*/
	width: 60%;
	text-align: center !important;
}

.ColVis_collection > li {
	box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

.ColVis_collection > li > label {
	font-weight: normal;
}
.case-page .table-responsive .bootstrap-table .fixed-table-toolbar .columns-right {
	margin-top: -52px;
	margin-right: 20px;
}

.case-page .table-responsive .bootstrap-table .fixed-table-toolbar .columns-right .btn-default {
	padding-bottom: 7px;
  padding-top: 5px;
}

.case-page .table-responsive .toolbar .text-right a:nth-child(3) {
	margin-right: 70px;
}

.case-page .table-responsive .container {
	padding: 0;
	width: 100%;
}

.case-page .table-responsive .container .bootstrap-table .fixed-table-toolbar {
	margin-bottom: 10px;
}
.case-page .table-responsive .toolbar .action-btns {
	margin-top: -2px;
}
.case-page .table-responsive .container .bootstrap-table .fixed-table-container {
	border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.case-page .table-responsive .toolbar .btn-warning {
	color: #ffffff !important;
}

.case-page .table-responsive .fixed-table-pagination {
	padding: 0 15px;
}

.case-page .tab-pane.active {
	/*padding: 20px;*/
}
.case-page #tab2 {
	padding-bottom: 0 !important;
	margin-bottom: -20px;
}

.case-page #tab2 .box-ph {
	border-top: 1px solid #dddddd;
}

.case-page .form-wizard #tab4.active .row {
	padding: 0 15px;
}
.case-page #tab2 .box-ph .filter-ph {
	overflow: auto;
}

.case-page .btn-info, .case-page .btn-primary {
	border-color: transparent !important;
}

.case-page .form-wizard #tab3 .table-responsive .bottom .dataTables_paginate.paging_simple_numbers .pagination {
	margin: 0 0 10px;
}

.case-page .form-wizard #tab3 .table-responsive .bottom .dataTables_paginate.paging_simple_numbers .pagination>li {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
}

.case-page .form-wizard #tab3 .table-responsive .bottom .dataTables_length {
	float: right;
  width: 20%;
	min-width: 100px;
  text-align: right;
}

.case-page .form-wizard #tab4 .form-group {
	padding-right: 30px;
}
.case-page .sub-tab .tab-pane.active {
	padding: 0;
}
/*--------------- Tooltip override style ---------------*/
.tooltip.in {
	opacity:1;
}
.tooltip-arrow {
	border-bottom-color:#E7702D !important;
}
.tooltip-inner {
	width:200px;
	background-color:#E7702D !important;
	color:#ffffff;
}
/*--------------- Tooltip override style ---------------*/

/*--------------- Tooltip override style ---------------*/

.ui-tooltip {
	opacity:1;
	z-index: 102;

}
.tooltip-arrow {
	border-bottom-color:#E7702D !important;

}
.ui-tooltip-content {
	width:250px;
	background-color:#E7702D !important;
	color:#ffffff !important;
	padding:10px;
	border-radius: 4px;
}

.ui-tooltip-content::after {
	content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: -10px;
    left: 20px;
    border-color: #E7702D transparent;
    border-width: 0px 10px 10px;
}
/*--------------- Tooltip override style ---------------*/



.accordion-group .accordion-toggle.collapsed:before {
	/*color: #505050;
    content: "\e763";
    display: inline-block;
    float: right;
    font-family: "SofiaProSoftReg";
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;*/

}

.accordion-group.active .accordion-toggle.collapsed:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	color: #ffffff !important;
}


/* warning count */
.popup {
	position: relative;
}
.popup #bank {
	position: absolute;
    top: 8px;
    left: 30px;
    background: #E7702D;
    padding: 0px 5px;
    border-radius: 30px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
}



.btn-primary {
	color: #ffffff !important;
}

.temp-down-bg {
	background: url(../images/thumbnail_Site_down.png) 50% no-repeat;
	height: 100vh;
  background-size: cover;
	position: relative;
}

.temp-down-bg .info-msg {
	margin-top: 100px;
	width: 350px;
  padding: 20px;
  color: #fff;
  font-size: 30px;
}

.temp-down-bg .info-msg a {
	color: #ffeb3b !important
}


input[type="search"]::-webkit-search-cancel-button {
	 -webkit-appearance: searchfield-cancel-button;
 }

 .msg-panel .panel-heading .panel-tool-options li {
	 margin-left: 0;
 }

 #msg-panel-link {
	 cursor: pointer;
 }

 .msg-panel .panel-heading .panel-title {
	 color: #ffffff !important;
 }

 .case-detail .collapse.in {
 		height:auto !Important;
 }


/*this is to fix the footer tooltip message*/
.ui-helper-hidden-accessible {
 	display:none;
}

/***** Slider override *****/
.carousel-caption {
	text-shadow: 2px 2px 3px rgba(0,0,0,1) !important;
	text-align: left !important;
	bottom: 40px !important;
}
.carousel-caption h2 {
	font-size: 46px !important;
	margin-left: -3px !important;
	display: block !important;
}

.carousel-caption h3 {
	font-size: 20px !important;
	display: block !important;
}

.carousel-caption .btn-default {
	color: #fff !important;
	background-color: #2c54cd !important;
	border-radius: 0;
	border-color:transparent !important;
}

div.title-ph h2 {
	color: #2c54cd  !important;
}