/*
    Document   : pwr-mods.css
    Created on : Mar 7, 2013, 2:45:50 PM
    Author     : Scott R. Pledger
    Description:
        Modifies the base-admin theme to fit the needs of the PWR.
*/

/*------------------------------------------------------------------

[PWR Specific Requests]

*/

* {
	-ms-touch-action: auto;
}

.pwr .widget {
	overflow: visible;
}

.pwr .breadcrumb {
	background: transparent;
	border: 0px;
	margin-top: -2.0em;
	margin-bottom: -0.5em;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pwr .breadcrumb li, .pwr .breadcrumb a {
	text-shadow: 0px 0px 1px #FFFFFF,0px 0px 2px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 5px #FFFFFF,0px 0px 6px #FFFFFF,0px 0px 7px #FFFFFF,0px 0px 8px #FFFFFF,0px 0px 9px #FFFFFF,0px 0px 10px #FFFFFF,0px 0px 11px #FFFFFF,0px 0px 12px #FFFFFF,0px 0px 13px #FFFFFF;
}

.pwr .breadcrumb a:hover {
	text-decoration:none;
}

.pwr .btn-navbar{
background: #3A3A3A;
background-image: -moz-linear-gradient(top, #414141, #323232);
background-image: -ms-linear-gradient(top, #414141, #323232);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#323232));
background-image: -webkit-linear-gradient(top, #414141, #323232);
background-image: -o-linear-gradient(top, #414141, #323232);
background-image: linear-gradient(top, #414141, #323232);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
border: 1px solid #111;
color:#bbb;
}

.pwr .pwr-page-actions {
	margin-right:-1px;
	margin-top:-1px;
}

.pwr .pwr-page-actions .pwr-page-action{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.pwr .pwr-page-actions .pwr-page-action:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pwr .pwr-page-actions .pwr-page-action:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.pwr .pwr-page-actions .pwr-page-action [class^="icon-"],
.pwr .pwr-page-actions .pwr-page-action [class*=" icon-"] {
	font-size:11px;
	margin:0px;
}

.pwr .pwr-page-actions .pwr-page-action span {
	display:inline;
}

@media (max-width: 767px) {
	.pwr .pwr-page-actions .pwr-page-action span {
		display:none;
	}
}


/*------------------------------------------------------------------

[Bootstrap Stuff]

*/

.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}
.media,.media .media{margin-top:15px}
.media:first-child{margin-top:0}
.media-object{display:block}
.media-heading{margin:0 0 5px}
.media .pull-left{margin-right:10px}
.media .pull-right{margin-left:10px}
.media-list{margin-left:0;list-style:none}

/*------------------------------------------------------------------

[Dashboard Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)



[Table of contents]

	1. Shortcuts
	2. Stats
	3. Task List
	4. News Item

-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Shortcuts / .shortcuts]
*/

.shortcuts {
	text-align: center;
}

.shortcuts .shortcut {
	width: 30.0%;
	display: inline-block;
	padding: 12px 0;
	margin: 0 .9% 1em;
	vertical-align: top;

	text-decoration: none;

	background: #F3F3F3;

	border-radius: 5px;
}

.shortcuts .shortcut .shortcut-icon {
	margin-top: .25em;
	margin-bottom: .25em;

	font-size: 32px;
	color: #888;
}

.shortcuts .shortcut:hover {
	background: #E8E8E8;
}

.shortcuts .shortcut:hover .shortcut-icon {
	color: #666;
}

.shortcuts .shortcut-label {
	display: block;

	font-weight: 400;
	color: #666;
}



/*------------------------------------------------------------------
[2. Stats / .stats]
*/

.stats {
	width: 100%;
	display: table;
	padding: 0 0 0 10px;
	margin-top: .5em;
	margin-bottom: 1.9em;
}

.stats .stat {
	display: table-cell;
	width: 40%;
	vertical-align: top;

	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.stat-value {
	display: block;
	margin-bottom: .55em;

	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #444;
}

.stat-time {
	text-align: center;
	padding-top: 1.5em;
}

.stat-time .stat-value {
	color: #F90;
	font-size: 40px;
}

.stats #donut-chart {
	height: 100px;
	margin-left: -20px;
}





/*------------------------------------------------------------------
[3. News Item / .news-items]
*/

.news-items {
	margin: 1em 0 0;
}

.news-items li {
	display: table;
	padding: 0 2em 0 1.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;

	border-bottom: 1px dotted #CCC;
}

.news-items li:last-child { padding-bottom: 0; border: none; }

.news-item-date {
	display: table-cell;
}

.news-item-detail {
	display: table-cell;
}

.news-item-title {
	font-size: 13px;
	font-weight: 600;
}

.news-item-date {
	vertical-align: middle;
	text-align: right;
}

.news-item-day {
	display: block;
	margin-bottom: .25em;
	font-size: 24px;
	color: #888;
}

.news-item-preview {
	margin-bottom: 0;

	color: #777;
}

.news-item-month {
	display: block;
	padding-right: 1px;

	font-size: 12px;
	font-weight: 600;
	color: #888;
}



/*------------------------------------------------------------------
[4. Action Table / .action-table]
*/

.action-table .btn-small {
	padding: 4px 5px 5px;

	font-size: 10px;
}

.action-table .td-actions {
	width: 45px;
	text-align: center;
}

.action-table .td-actions > .btn {
	margin-right: .5em;
}

.action-table .td-actions > .btn:last-child {
	margin-right: 0;
}
/*
@media (max-width: 979px) {

	.shortcuts .shortcut {
		width: 31%;
	}
}*/

.shortcuts .shortcut {
	transition: width 0s;
	-moz-transition: width 0s; /* Firefox 4 */
	-webkit-transition: width 0s; /* Safari and Chrome */
	-o-transition: width 0s; /* Opera */
}

@media (min-width:980px){
	.shortcuts .shortcut{
		width: 30%;
	}
}
@media (min-width:767px) and (max-width:979px) {
	.shortcuts .shortcut{
		width: 45%;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.shortcuts .shortcut{
		width: 30%;
	}
}

@media (min-width:0px) and (max-width:480px) {
	.shortcuts .shortcut{
		width: 40%;
	}
}

@media (max-width: 480px) {

	.stats .stat {

		margin-bottom: 3em;
	}

	.stats .stat .stat-value {
		margin-bottom: .15em;

		font-size: 20px;
	}

	.stats {
		float: left;

		display: block;

		margin-bottom: 0;
	}

	#chart-stats {
		margin: 2em 0 1em;
	}

	.shortcuts .shortcut {
		width: 47%;
	}
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  display:block !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  margin: 0;
  cursor: pointer;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-transform: none;
  -o-transform:none;
  -webkit-transform:none;
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  padding:0px;

}

.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileupload .thumbnail > img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}

.fileupload .btn {
  vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

.tabbable {
  border-color: #ddd;
  border-style: solid;
  border-width: 0;
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tabbable > .nav-tabs {
  margin: 0;
}

.tab-content {
  padding: 18px 0 0 0;
  overflow: auto;
  border-color: #ddd;
  border-style: solid;
  border-width: 0;
  width:auto;
}

.tabbable-bordered {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tabbable-bordered > .tab-content {
  padding: 20px 20px 10px 20px;
  border-width: 0 1px 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

body > .container.tabbable > .nav-tabs {
  padding-top: 15px;
}

.tabs-below > .tab-content {
  padding: 0 0 10px 0;
}

.tabs-below.tabbable-bordered > .tab-content {
  padding: 20px 20px 10px 20px;
  border-width: 1px 1px 0 1px;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

body > .container.tabs-below.tabbable-bodered > .tab-content {
  border-top-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.tabs-left,
.tabs-right {
  margin-bottom: 20px;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.tabs-left > .tab-content,
.tabs-right > .tab-content {
  overflow: hidden;
}

.tabs-left > .nav-tabs {
  left: 1px;
}

.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-left > .tab-content {
  padding: 0 0 0 19px;
  border-left-width: 1px;
}

.tabs-left.tabbable-bordered {
  border-width: 0 1px 0 0;
}

.tabs-left.tabbable-bordered > .tab-content {
  padding: 20px 20px 10px 20px;
  border-width: 1px 0 1px 1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

body > .container.tabs-left.tabbable-bodered > .tab-content {
  border-top-width: 0;
  -webkit-border-radius: 0 0 4px 0;
     -moz-border-radius: 0 0 4px 0;
          border-radius: 0 0 4px 0;
}

.tabs-right > .nav-tabs {
  right: 1px;
}

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.tabs-right > .tab-content {
  padding: 0 19px 0 0;
  border-right-width: 1px;
}

.tabs-right.tabbable-bordered {
  border-width: 0 0 0 1px;
}

.tabs-right.tabbable-bordered > .tab-content {
  padding: 20px 20px 10px 20px;
  border-width: 1px 1px 1px 0;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

body > .container.tabs-right.tabbable-bodered > .tab-content {
  border-top-width: 0;
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
}

.pwr .popover-inner {
  padding:1px;
  background-color:#AAA;
}

.pwr .popover.right .arrow {
	border-right-color:#AAA;
}
.pwr .popover-inner .popover-title {
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.pwr .popover-inner .popover-content {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.pwr .news-items {
	margin-right:46px;
}

.pwr .news-items li {
	width:100%;
}

.pwr .widget.no-header .widget-header {
	display:none;
}

.pwr .widget.no-header .widget-header+.widget-content {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:15px 15px 15px;
}

.pwr .widget.widget-expandable .widget-header .widget-expander {
	background:transparent;
	border:0px;
	margin-top:-4px;
}

.pwr .widget.widget-expandable .widget-content {
	transition: max-height linear 0s;
	/* Firefox 4 */
	-moz-transition:max-height 0s linear 0s;
	/* Safari and Chrome */
	-webkit-transition:max-height 0s linear 0s;
	/* Opera */
	-o-transition:max-height 0s linear 0s;
	max-height:0px;
	padding:0px 2px 0px 0px;
	border: 0px solid #D5D5D5;
	overflow:hidden;
}

.pwr .widget.widget-expandable.widget-expanded .widget-content
{
	transition: max-height 4s linear 0s;
	/* Firefox 4 */
	-moz-transition:max-height 4s linear 0s;
	/* Safari and Chrome */
	-webkit-transition:max-height 4s linear 0s;
	/* Opera */
	-o-transition:max-height 4s linear 0s;
	max-height:99999px;
	padding: 20px 15px 15px;
	border: 1px solid #D5D5D5;
	border-top:0px;
	overflow:visible;
}

.pwr .widget.widget-expandable.widget-expanded.widget-nopad .widget-content,
.pwr .widget.widget-expandable.widget-expanded.widget-table .widget-content
{
	padding: 0px 0px 0px 0px;
}

.pwr .widget.widget-expandable .widget-header .widget-expander .icon-caret-up,
.pwr .widget.widget-expandable.widget-expanded .widget-header .widget-expander .icon-caret-down
{
	display:none;
}

.pwr .widget.widget-expandable .widget-header .widget-expander .icon-caret-down,
.pwr .widget.widget-expandable.widget-expanded .widget-header .widget-expander .icon-caret-up {
	display:block;
}

.pwr .widget.widget-expandable .widget-header {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pwr .widget.widget-expandable.widget-expanded .widget-header {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.btn.btn-icon {
	padding:4px;
}

.btn.btn-mini.btn-icon {
	padding:2px 3px;
}

.btn.btn-small.btn-icon {
	padding:5px 7px;
}

dl {
	margin-top:0px;
	margin-bottom:0px;
}

dd {
	margin-left:25px;
}

.pwr a {
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.pwr .navbar .brand {
	color:#dddddd;
}

.pwr .widget .widget-content > form > .form-actions{
	margin-bottom: -33px;
	margin-right: -15px;
	margin-left: -15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.pwr .widget a.pwr-page-previous {
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #d5d5d5;
	text-decoration: none;
	color:#555;
}

.pwr .widget a.pwr-page-previous:hover{
	text-decoration: none;
	color:#005580;
}

html body {
	background:#FFF url(../img/body-bg/abstract_1.jpg) no-repeat fixed center top;
	background-size: cover;
}

body .widget {
	box-shadow: 0px 2px 10px #AAA;
	-moz-box-shadow:0px 2px 10px #AAA;
	-webkit-box-shadow:0px 2px 10px #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

@media (min-width: 768px) {
.scrolled .navbar.navbar-fixed-top.visible-scrolled {
	position:fixed;
	box-shadow: 0px 2px 10px #AAA;
	-moz-box-shadow:0px 2px 10px #AAA;
	-webkit-box-shadow:0px 2px 10px #AAA;
}

.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav {

	margin-top: -7px;
	margin-bottom: -7px;
	padding: 0;
	background: #3A3A3A;
	background-image: -moz-linear-gradient(top, #414141, #323232);
	background-image: -ms-linear-gradient(top, #414141, #323232);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#323232));
	background-image: -webkit-linear-gradient(top, #414141, #323232);
	background-image: -o-linear-gradient(top, #414141, #323232);
	background-image: linear-gradient(top, #414141, #323232);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav > li {
	height: 55px;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #292929;
}
.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav > li:last-child {
	border-right: 1px solid #4A4A4A;
}

.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav > li a {
	display: block;
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav > li a:hover {
	color: #888;
	text-decoration: none;
}

.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav > li > a > i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 15px;
	margin-right: .25em;
	font-size: 22px;
}
.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav > li > a > span {
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.navbar.navbar-fixed-top.visible-scrolled .nav.mainnav > li.active a {
	background: #333;
	color: #F90;
}
}

.form-vertical .control-group {
	margin-bottom: 18px;
}

.form-vertical .controls {
	margin-left: 32px;
}

.form-vertical .form-actions {
	padding-left: 48px;
}

.pwr .alerts .alert {
	box-shadow: 0px 2px 10px #AAA;
	-moz-box-shadow: 0px 2px 10px #AAA;
	-webkit-box-shadow: 0px 2px 10px #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color:#F7D493;
}

.pwr .alerts .alert.alert-danger, .pwr .alerts .alert.alert-error {
	border-color:#E6B6BD;
}

.pwr .alerts .alert.alert-success {
	border-color:#AAD883;
}

.pwr .alerts .alert.alert-info {
	border-color:#7ACFE0;
}

.pwr .table tbody tr.success > td {
	background-color: #DFF0D8;
}

.pwr .table tbody tr.error > td {
	background-color: #F2DEDE;
}

.pwr .table tbody tr.warning > td {
	background-color: #FCF8E3;
}

.pwr .table tbody tr.info > td {
	background-color: #D9EDF7;
}
