/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */
.table .table .powerrightTable
{
                background: #fed6d6 !important;
}

.table .table .powerleftTable
{
                background: #feeffe  !important;
}
.linethrough{text-decoration:line-through;}
body {
  margin-top: 50px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
.pagination{margin:0;}
#wrapper {
  padding-left: 0;
}
.nopadding{padding-right: 0;}
.nopaddingleft{padding-left: 0;}
.nomarginbottom{ margin-bottom:0;}
.input-append .add-on i{
    cursor: pointer;
}
#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}
.tt-hint{opacity:0 !important;}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 50px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
	/*padding-left: 225px;*/
	padding-left:0px;
  }

  #page-wrapper {
	padding: 15px 25px;
  }

  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 225px;
	position: fixed;
	top: 51px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #428bca;
	overflow-y: auto;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 225px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
	padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #006dcc;
  }

  .side-nav>li>a {
	width: 225px;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
	background-color: #006dcc;
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


.helpsite .panel-title > a {
/*  color: inherit;*/
  display:block;
  font-size:14px;
  font-weight:bold;
  padding:10px 15px;
}

.helpsite .panel-title > a:hover {
	text-decoration:none;
}

.helpsite .panel-body img{
  border: 1px solid #3d6bb2;
  display: block;
  height: auto;
  max-width: 100%;
}
.helpsite .panel-heading {
    padding: 0;
}

#accordion .panel-title > a {
    color: inherit;
    display: block !important;
    padding: 10px 15px !important;
}

#accordion .panel-heading {
    padding: 0 !important;
}

.bottompadding{
	padding-bottom: 10px;
}
.pointerStyle{
	cursor: pointer;
}

.newPanel {
    background: #dff0d8;
    color: #3c763d;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    padding: 5px 0 5px 10px;
    /*text-align: left;*/
    border-radius: 3px;
}
/* Add new 23.04.2019 */
.footer {
/*    width: 100%;
    background: #ebebeb;
    text-align: right;
    padding: 15px;
    margin-top: 30px;
	bottom:0;*/
	padding: 15px;
	background: #ebebeb;
	/*border-top: 1px solid #e4e5e7;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12) !important;*/
	transition: all .4s ease 0s;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:right;
	margin-top: 35px;
}

.noPaddingTop{
	/*padding:10px 15px !important;*/
	padding:10px 15px 0px 15px !important;
}

.bottomadd {
    padding-bottom: 5px;
}
.editable-container.editable-popup{
	z-index:10000;
}

.alignRight span.tt-dropdown-menu{
	position: absolute;
	top: 100%;
	right: -120px !important;
	z-index: 100;
	display: none;
	left: auto !important;
}
.fileinput-upload-button{
	display:none;
}


.content-item .icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  
}
.content-item .pic {
  overflow:hidden;
  background-color: #000;
}
.content-item img {
  transition: 300ms;
}
.content-item {
  /*width: 300px;*/
  position: relative;
  margin: 30px auto;
  border: 2px solid #428bca;
}
.content-item:hover {
  cursor: pointer;
}
.content-item:hover .pic img {
  transform: scale(1.3);
  opacity: 0.5;
}
.content-item:hover .icon img{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

