/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */

.pageblock {
  margin: 0 0 30px 0;
  position: relative;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
/*
	 * HEADER
	 */
.pageblock > header {
  height: 34px;
  /* make sure ".pageblock-loader" is also the same height or it will flicker during collapse */
  padding: 0;
  line-height: 40px;
}
.pageblock > header > .widget-icon {
  display: block;
  width: 30px;
  height: 32px;
  position: relative;
  float: left;
  font-size: 111%;
  line-height: 32px;
  text-align: center;
  margin-right: -10px;
}
.pageblock > header h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: 0px;
}
.pageblock > header > h2 {
  margin-left: 10px;
  float: left;
}
.pageblock > header > :first-child.widget-icon {
  margin-left: 0;
}
.pageblock > header .jarviswidget-icon {
  width: 16px;
  height: 16px;
  float: left;
  margin: 12px 10px 0 0;
  display: block;
  zoom: 1;
  z-index: 4000;
}
/*
	 * CONTENT
	 */
.pageblock > div {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #CCC !important;
  border-bottom-color: #CCC !important;
  border-left-color: #CCC !important;
  padding: 13px 13px 0px;
  /* as per version 1.3 */
  overflow: visible;
}
.pageblock .widget-body {
  min-height: 100px;
  position: relative;
  padding-bottom: 13px;
}
.pageblock .widget-body.widget-hide-overflow {
  overflow: hidden;
}
#jarviswidget-fullscreen-mode .pageblock {
  margin: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#jarviswidget-fullscreen-mode .pageblock > div {
  overflow-y: scroll;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*
	 * STYLING
	 */
.pageblock > header {
  color: #333;
  border: 1px solid #C2C2C2;
  background: #fafafa;
}
.pageblock > div {
  background-color: #fff !important;
}
/*
	 * CLEARFIX
	 */
.pageblock:before,
.pageblock:after,
.pageblock > div:before,
.pageblock > div:after,
.pageblock:before,
.pageblock:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.pageblock:after,
.pageblock > div:after {
  clear: both;
}
.pageblock,
.pageblock > div {
  zoom: 1;
  /*IE*/
}
/*
	 * WIDGET TOOLBAR COMPONENTS
	 */
/*
		 * TABS
		 */
.pageblock header .nav-tabs {
  border-bottom-color: transparent;
}
.pageblock header .nav-tabs > li > a {
  border-radius: 0px;
  border: none;
  padding: 7px 15px 6px;
}
.pageblock header .nav-tabs > li.active > a,
.pageblock header .nav-tabs > li.active > a:hover,
.pageblock header .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #FFF ;
  border: 1px solid #C2C2C2;
  border-bottom-color: transparent;
  border-top: none;
  cursor: default;
}
.pageblock header:first-child .nav-tabs {
  float: left;
}
.pageblock header:first-child .nav-tabs li {
  padding-left: 0;
}
.pageblock header:first-child .nav-tabs li a {
  color: #333;
}
.pageblock header:first-child .nav-tabs.pull-right li:last-child a {
  margin-right: 0px !important;
  border-right: none !important;
}
/*
		 * PILLS
		 */
.pageblock header .nav-pills {
  margin: 3px;
}
.pageblock header .nav-pills > li > a {
  padding: 3px 5px 4px;
}
/* jarviswidget header first child is tab */
.pageblock > header > .nav-tabs.pull-left > li:first-child a {
  border-left-width: 0px !important;
}
/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* widget headers width */
  .pageblock header h2 {
    width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}