/*
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 */

body {
    position: relative;
}

#wrapper {
  padding-left: 0;
  padding-top: 90px;
}

#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}

/* 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;*/
  }

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

  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 225px;
	position: fixed;
	top: 50px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #222222;
	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 {
	color: #999999;
	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: #080808;*/
	background-color: #222;
  }

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

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

  /* 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;*/
  }

  .font16
  {
      font-size:16px;
  }
  .font17
  {
      font-size:17px;
  }
  .font14
  {
      font-size:14px;
  }
  .font18
  {
      font-size:18px;
  }
  .font20
  {
      font-size:20px;
  }

  #center {
     width: 300px;
     height: 200px;
     position: absolute;
     top: 40%;
     left: 0px;
     width: 100%;
}

#loader {
     background-color: red;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     opacity: 0.5;
     filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#msgBox{
    position: fixed;
    width: 400px;
    height: auto;
    top: 0px;
    right: 0px;
    z-index: 11111;

}

.successMessages, .infoMessages, .dangerMessages
{
    display: none;
}
td.details,
.table-hover > tbody > tr:hover > td.details,
.table-hover > tbody > tr:hover > th {
  background-color: #fff !important;
}

.close-user-row-box{
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 16px !important;
}

.user-row-box
{
    margin-bottom: 2px;
}
.user-row-box .list-group-item
{
    font-size: 12px;
    padding: 5px 15px;
}

.expand-box
{
    border-left: 7px solid #ccc;
    border-bottom: 7px solid #ccc;
    padding-left: 25px;
}

.tableitem form
{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.fa-percent::before {
content: "%";
font-weight: 700;
}

.custom-combobox {
position: relative;
display: inline-block;
width: 90%;
}
.custom-combobox-toggle {
position: absolute !important;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;
/* support: IE7 */
*height: 1.7em;
*top: 0.1em;
}
.custom-combobox-input {
margin: 0;
float: left;
padding: 0.3em;
}

form
{
    font-size: 13px;
}

.ui-dialog {
/*    position: fixed;*/
}

.group
{
    background-color: #f5f5f5;
    color: #245269;
}

td.expanded-group, td.collapsed-group
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 28px !important;
    position: relative;
}

td.expanded-group:before {
    content: "\f147";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    left: 5px;
    top: 7px;
}

td.collapsed-group:before {
    content: "\f196";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    left: 5px;
    top: 7px;
}

.ui-widget-content .text-muted, .ui-widget-content .text-muted a {
    color: #999 !important;
}

.panel-green {
    border-color: #5cb85c;
}
.panel-green .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.panel-green a {
    color: #5cb85c;
}
.panel-green a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red .panel-heading {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.panel-red a {
    color: #d9534f;
}
.panel-red a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.panel-yellow a {
    color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}


ul.list-group li a img.avatar {
    border-radius: 50em;
    float: left;
    height: 50px;
    margin-right: 15px;
    margin-top: 3px;
    width: 50px;
}
}

.red {
    color: #b52b27;
}

.green {
    color: #5cb85c;
}

.yellow {
    color: #f0ad4e;
}

.icon-btn{
    margin-right:10px;
    margin-bottom:10px;
}

.infotext {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.label-success,
.badge-success {
    background-color: #468847;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-danger,
.badge-danger {
    background-color: #b94a48;
}

.label-info,
.badge-info {
    background-color: #3a87ad;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

.cursor-pointer {
    cursor: pointer;
}

._copyToClipboardBtn {
    display: inline-block;
    padding: 6px 8px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1001;
}

.ui-front {
    z-index: 1002;
}

a.unhover:hover{
    text-decoration: none;
}

.full-width{
    width: 100%!important;
}

.chosen-container{
    margin-bottom: 5px!important;
}

.chosen-container .chosen-results {
    max-height:100px !important;
}

.unselectText{
    -moz-user-select: none;
    -webkit-user-select: none;
}

.selectText{
    -moz-user-select: text!important;
    -webkit-user-select: text!important;
}

.expandTable tr:hover {
    cursor: pointer;
}

select{
    color: #000;
}