/*
________________
Scss MAIN file
----------------
compiled into style.css

SCSS engine by Marcel Pirnay @ MTC.
marcel.pirnay@mt-c.com

TODO: remove old styles in backup folder
*/
.text-a-left {
  text-align: left !important;
}

.text-a-right {
  text-align: right !important;
}

.disabled-and-grey-link {
  pointer-events:none !important;
  opacity:0.6 !important;
}

.no-gutters, .dataTables_wrapper > .row:first-child {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-gutters-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.no-gutters > [class^="col-"], .dataTables_wrapper > .row:first-child > [class^="col-"],
.no-gutters > [class*=" col-"], .dataTables_wrapper > .row:first-child > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.box-shadow, .border-main-box, .portlet, #table-search_wrapper .table-scrollable, .create_tasks__menu--list, .create_tasks__actions .gap, .btn {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.border-main-box, .portlet, #table-search_wrapper .table-scrollable, .create_tasks__menu--list, .create_tasks__actions .gap {
  border: none;
  border-radius: 4px;
}

#container-drives {
  max-height: 610px;
  overflow-y: scroll;
}

/***
Reset and overrides
***/
/* general body settings */
body {
  color: #000;
  font-family: "Open sans", sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  direction: ltr;
  background-color: #ececec;
}

/*
Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't
properly apply the media queries in Bootstrap's CSS. To address this,
you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied */
@-ms-viewport {
  width: auto !important;
}

/* Page print */
@media print {
  body {
    background-color: #ececec !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .header {
    display: none;
  }
  .page-sidebar {
    display: none;
  }
  .theme-panel {
    display: none;
  }
  .hidden-print {
    display: none;
  }
  .footer {
    display: none;
  }
  .no-page-break {
    page-break-after: avoid;
  }
  .page-bar {
    display: none;
  }
  .page-container {
    margin: 0px !important;
    padding: 0px !important;
  }
  .page-content {
    padding: 0 !important;
    min-height: 100vh !important;
    padding: 0px 20px 20px !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  .page-sidebar-wrapper {
    display: none;
  }
}

/***
General typography
***/
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open sans", sans-serif;
  font-weight: 300;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  color: #00262B;
}

a:hover, a:focus {
  color: #065E66;
}

/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
  outline: 0;
}

/***
Font Awesome Icons
***/
[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  *margin-right: .3em;
  line-height: 14px;
}

/***
Make font awesome icons fixed width(latest version issue)
***/
li [class^="fa-"],
li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  text-indent: -10000px;
  background-repeat: no-repeat !important;
  background-image: url("../img/remove-icon-small.png") !important;
}

/***
General HR
***/
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
  display: block;
  width: 100%;
}

.listHr {
  margin: 0;
}

#div-result .container-fluid {
  padding: 8px 15px 0;
}

/***
Tools
***/
.display-none,
.display-hide {
  display: none;
}

.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

.fix-margin {
  margin-left: 0px !important;
}

.border {
  border: 1px solid red;
}

.inline {
  display: inline;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

/********************
 GENERAL LAYOUT
*********************/
/***
Page container
***/
.page-container {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.page-container:before,
.page-container:after {
  display: table;
  content: " ";
}

.page-container:after {
  clear: both;
}

.page-header-fixed .page-container {
  margin-top: 56px;
}

/*** IE 8 Fixes ***/
/***
Page sidebar
***/
.ie8 .page-sidebar {
  width: 225px;
  float: left;
  position: relative;
  margin-left: -100%;
}

/***
Page content
***/
.ie8 .page-content-wrapper {
  float: left;
  width: 100%;
}

.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px;
  min-height: 760px;
  padding: 25px 20px 68px 20px;
}

/*** IE 8 Fixes ***/
/***
Page content
***/
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #ececec;
  border-radius: 0 0 0 2px;
}

.page-sidebar-reversed .page-content {
  border-radius: 0 0 2px 0;
}

.page-content-no-pattern .page-content {
  background-image: none !important;
}

.page-sidebar-reversed.page-boxed .page-content,
.page-boxed .page-content,
.page-sidebar-fixed .page-content {
  border-radius: 0 0 0 2px;
}

.ie8 .page-content {
  padding: 20px;
  margin-left: 250px;
  margin-top: 0px;
  min-height: 760px;
}

.ie8 .page-sidebar-fixed .page-content {
  min-height: 600px;
}

.ie8 .page-content.no-min-height {
  min-height: auto;
}

.page-full-width .page-content {
  margin-left: 0px !important;
}

/***
Page title
***/
.page-title {
  padding: 0px;
  font-size: 26px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0px 0px 15px 0px;
  font-weight: 300;
}

.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}

/***
Page breadcrumb
***/
/* Page breadcrumb */
.page-bar {
  border: 0;
  padding: 0px;
  margin-bottom: 25px;
  margin-left: -25px;
  margin-right: -20px;
  padding-left: 10px;
  padding-right: 20px;
}

.page-bar:first-child {
  margin-bottom: 0;
}

.page-boxed .page-bar {
  margin-right: -19px;
}

.page-bar:before,
.page-bar:after {
  content: " ";
  display: table;
}

.page-bar:after {
  clear: both;
}

.page-bar .page-breadcrumb {
  display: inline-block;
  float: left;
  padding: 8px;
  margin: 0;
  list-style: none;
}

.page-bar .page-breadcrumb > li {
  display: inline-block;
}

.page-bar .page-breadcrumb > li > a,
.page-bar .page-breadcrumb > li > span {
  color: #666;
  font-size: 14px;
  text-shadow: none;
}

.page-bar .page-breadcrumb > li > i {
  color: #999;
  font-size: 14px;
  text-shadow: none;
}

.page-bar .page-breadcrumb > li > i[class^="icon-"],
.page-bar .page-breadcrumb > li > i[class*="icon-"] {
  color: gray;
}

.page-bar .page-toolbar {
  display: inline-block;
  float: right;
  padding: 0;
}

.page-bar .page-toolbar .btn-fit-height {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}

.page-bar .page-toolbar .btn.default {
  background-color: #ddd;
}

/********************
 GENERAL UI ELEMENTS
*********************/
/***
Icon stuff
***/
i.icon, a.icon {
  color: #999;
  margin-right: 5px;
  font-weight: normal;
  font-size: 13px;
}

i.icon-black {
  color: #000 !important;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
  filter: alpha(opacity=40);
}

a.icon.huge i {
  font-size: 16px !important;
}

i.big {
  font-size: 20px;
}

i.warning {
  color: #d12610;
}

i.critical {
  color: #37b7f3;
}

i.normal {
  color: #52e136;
}

/* input with left aligned icons */
.input-icon {
  position: relative;
}

.input-icon input {
  padding-left: 33px !important;
}

.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}

.input-icon.right i {
  right: 8px;
  float: right;
}

.has-success .input-icon > i {
  color: #468847;
}

.has-warning .input-icon > i {
  color: #c09853;
}

.has-error .input-icon > i {
  color: #b94a48;
}

/***
Charts and statistics
***/
.chart, .pie, .bars {
  overflow: hidden;
  height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

.item-list.table .title {
  padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
  clear: both;
  z-index: 100;
  background-color: #736e6e !important;
  padding: 5px !important;
  color: #fff;
}

.chart-tooltip .label {
  clear: both;
  display: block;
  margin-bottom: 2px;
}

/***
Mini chart containers
***/
.bar-chart {
  display: none;
}

.line-chart {
  display: none;
}

/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #FFFFFF !important;
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
}

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px white !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn div {
  font-family: "Open sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-family: "Open sans", sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* extended dropdowns */
.dropdown-menu.extended {
  padding: 0 0 4px 0;
  border-radius: 2px !important;
  min-width: 160px !important;
  max-width: 300px !important;
  width: 233px !important;
  background-color: #ffffff !important;
}

.dropdown-menu.extended.notification {
  width: 350px !important;
}

.dropdown-menu.extended:before,
.dropdown-menu.extended:after {
  border-bottom-color: #eee !important;
}

.dropdown-menu.extended li a {
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: normal !important;
}

.dropdown-menu.extended li i {
  margin-right: 3px;
}

.dropdown-menu.extended li a {
  font-size: 13px;
  padding: 10px !important;
  background-color: #ffffff;
}

.dropdown-menu.extended li a:hover {
  background-image: none;
  background-color: #f5f5f5;
  color: #000;
  filter: none;
}

.dropdown-menu.extended li p {
  border-radius: 2px 2px 0px 0px !important;
  padding: 10px;
  background-color: #eee;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.dropdown-menu.extended li a {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4 !important;
  font-size: 12px;
  text-shadow: none;
}

.dropdown-menu.extended li:first-child a {
  border-top: none;
  border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li:last-child a {
  border-top: 1px solid white !important;
  border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li.external > a {
  font-size: 13px;
  font-weight: 400;
  border-bottom: 0 !important;
}

/* header notifications dropdowns */
.dropdown-menu .dropdown-menu-list.scroller {
  padding-right: 0 !important;
  padding-left: 0;
  list-style: none;
}

.dropdown-menu.notification li > a .time {
  display: block;
  font-size: 11px;
  /*font-weight: 600;*/
  /*text-align: right;*/
  /*font-style: italic;*/
}

.dropdown-menu.notification li > a > .label-icon {
  padding: 4px 2px 4px 5px;
}

.dropdown-menu.notification li > a > .label-icon > i {
  margin: 0;
  color: #fff;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li > a .photo {
  float: left;
  padding-right: 6px;
}

.dropdown-menu.inbox li > a .photo > img {
  height: 40px;
  width: 40px;
}

.dropdown-menu.inbox li > a .subject {
  display: block;
}

.dropdown-menu.inbox li > a .subject .from {
  font-size: 14px;
  font-weight: 400;
  color: #02689b;
}

.dropdown-menu.inbox li > a .subject .time {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  float: right;
}

.dropdown-menu.inbox li > a .message {
  display: block !important;
  font-size: 12px;
}

.dropdown-menu.tasks .type {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  margin-bottom: 5px;
}

/* header tasks */
.dropdown-menu.tasks .task {
  margin-bottom: 5px;
}

.dropdown-menu.tasks .task .desc {
  font-size: 13px;
  font-weight: 300;
}

.dropdown-menu.tasks .task .percent {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  float: right;
  display: inline-block;
}

.dropdown-menu.tasks .progress {
  display: block;
  height: 11px;
  margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.item-list {
  margin: 0px;
  list-style: none;
}

.item-list li {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #EBEBEB;
  font-size: 12px;
}

.item-list li:first-child {
  border-top: none;
  border-bottom: 1px solid #EBEBEB;
}

.item-list li:last-child {
  border-top: none;
  border-bottom: none;
}

.item-list li .label {
  margin-right: 5px;
}

.item-list.todo li .label {
  position: absolute;
  right: 80px;
}

.item-list.todo li .actions {
  position: absolute;
  right: 45px;
}

/***
Star rating
***/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}

.rating span.star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover {
  cursor: pointer;
}

.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999999;
}

.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e3cf7a;
}

/***
Item block with details shown on hover
***/
.item {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.item .details {
  width: 100%;
  display: none;
  background-color: #000;
  color: #fff !important;
  padding: 5px;
  text-align: center;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
  overflow: hidden;
  z-index: 6;
}

.item:hover .details {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.item:hover .zoom-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/***
Zoom icon overlay on images
***/
.zoom {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.zoom .zoom-icon {
  background-image: url("../img/overlay-icon.png");
  background-color: #222;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 6;
  top: 0;
}

/***
Chats
***/
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px;
  margin-right: 10px;
}

.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

.chats li img.avatar {
  height: 45px;
  width: 45px;
  border-radius: 50% !important;
}

.chats li.in img.avatar {
  float: left;
  margin-right: 10px;
}

.chats li .name {
  color: #3590c1;
  font-size: 13px;
  font-weight: 400;
}

.chats li .datetime {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.chats li.out img.avatar {
  float: right;
  margin-left: 10px;
}

.chats li .message {
  display: block;
  padding: 5px;
  position: relative;
}

.chats li.in .message {
  border-radius: 2px;
  text-align: left;
  border: 1px solid #ddd;
  margin-left: 65px;
  background: #FFFFFF;
}

.chats li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ddd;
}

.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ddd;
}

.chats li.out .message {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 65px;
  text-align: right;
}

.chats li.out .name,
.chats li.out .datetime {
  text-align: right;
}

.chats li .message .body {
  display: block;
}

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
  clear: both;
}

.chat-form .input-cont {
  margin-right: 40px;
}

.chat-form .input-cont .form-control {
  width: 100% !important;
  margin-bottom: 0px;
}

.chat-form .input-cont input {
  border: 1px solid #ddd;
  width: 100%  !important;
  margin-top: 0;
}

.chat-form .input-cont input {
  background-color: #fff !important;
}

.chat-form .input-cont input:focus {
  border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width: 44px;
}

.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #428bca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chat-form .btn-cont:hover .arrow {
  border-right-color: #0362fd;
}

.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
}

.chat-form .btn-cont .btn {
  border-radius: 0px 2px 2px 0px;
  margin-top: 8px;
}

/***
System feeds
***/
.feeds {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.feeds li {
  background-color: #FFFFFF;
  margin-bottom: 7px;
}

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

.feeds li:after {
  clear: both;
}

.feeds li:last-child {
  margin-bottom: 0px;
}

.feeds .col1 {
  float: left;
  width: 100%;
  clear: both;
}

.feeds .col2 {
  float: left;
  width: 75px;
  margin-left: -75px;
}

.feeds .col1 .cont {
  float: left;
  margin-right: 75px;
  overflow: hidden;
}

.feeds .col1 .cont .cont-col1 {
  float: left;
  margin-right: -100%;
}

.feeds .col1 .cont .cont-col1 .label {
  display: inline-block;
  padding: 5px 4px 6px 5px;
  vertical-align: middle;
  text-align: center;
}

.feeds .col1 .cont .cont-col1 .label > i {
  text-align: center;
  font-size: 14px;
}

.feeds .col1 .cont .cont-col2 {
  float: left;
  width: 100%;
}

.feeds .col1 .cont .cont-col2 .desc {
  margin-left: 35px;
  padding-top: 4px;
  padding-bottom: 5px;
  overflow: hidden;
}

.feeds .col2 .date {
  padding: 4px 9px 5px 4px;
  text-align: right;
  font-style: italic;
  color: #c1cbd0;
}

/***
Users
***/
.user-info {
  margin-bottom: 10px !important;
}

.user-info img {
  float: left;
  margin-right: 5px;
}

.user-info .details {
  display: inline-block;
}

.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

/***
Accordions
***/
.accordion-heading {
  background: #eee;
}

.accordion-heading a {
  text-decoration: none;
}

.accordion-heading a:hover {
  text-decoration: none;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}

.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color: #b9cbd5;
  font-size: 15px;
  padding: 12px 10px 10px 8px;
  margin: 0 8px 0 0;
  text-align: center;
  background: #e0eaf0 !important;
}

.ver-inline-menu li a {
  font-size: 13px;
  color: #557386;
  display: block;
  background: #f0f6fa;
  border-left: solid 2px #e0eaf0;
  border-radius: 2px;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 13px;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  border-left: solid 2px #0c91e5;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a,
.ver-inline-menu li.active i,
.ver-inline-menu li:hover i {
  color: #fff;
  background: #169ef4;
  text-decoration: none;
}

.ver-inline-menu li.active i,
.ver-inline-menu li:hover i {
  background: #0c91e5 !important;
}

.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px;
}

/***
Custom tabs
***/
.tabbable-custom {
  margin-bottom: 15px;
  padding: 0px;
  overflow: hidden;
}

.tabbable-custom > .tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 2px;
  padding: 10px;
}

/* general purpose block with css3 gradient background */
.stat-block {
  background-color: #F6F6F6;
  border: 1px solid #dedede;
  border-radius: 2px;
  line-height: 18px;
  margin: 0 0 20px 0;
  padding: 10px;
}

/***
Dashboard container
***/
#dashboard {
  overflow: hidden;
}

/***
Dashboard stats
***/
.stats-overview-cont {
  padding-top: 0px;
  margin-bottom: 15px;
}

.stats-overview {
  clear: both;
  padding: 10px 10px 0px 10px;
  margin: 0px;
  margin-bottom: 5px;
}

.stats-overview .display {
  margin-right: 5px;
  float: left;
}

.stats-overview .details {
  color: #888;
}

.stats-overview .details .title {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
}

.stats-overview .details .title i {
  color: #999;
  margin-right: 2px;
}

.stats-overview .details .numbers {
  color: #777;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 6px;
}

.stats-overview .progress {
  height: 10px;
  margin-bottom: 10px !important;
  background: #dedede;
}

/* charts & stats */
.chart, .pie, .bars {
  overflow: hidden;
  height: 300px;
}

.stat {
  margin: 0px;
  padding: 0px;
}

.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

.item-list.table .title {
  padding-top: -5px;
}

.stat .title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
}

.stat.good .percent {
  color: #52e136;
  font-size: 16px;
  font-weight: bold;
}

.stat.bad .percent {
  color: #d12610;
  font-size: 16px;
  font-weight: bold;
}

.stat.ok .percent {
  color: #37b7f3;
  font-size: 16px;
  font-weight: bold;
}

/* Circle stats */
.circle-stat .knobify {
  border: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  width: 46px !important;
  margin-left: -72px !important;
  background: #F6F6F6 !important;
}

.ie8 .knobify {
  display: none;
}

.circle-stats {
  position: relative;
  margin: 10px 0px 10px 0px;
}

.circle-stat {
  padding: 2px;
}

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

.circle-stat:after {
  clear: both;
}

.circle-stat .visual {
  display: block;
  float: left;
}

.circle-stat .details {
  display: block;
  float: left;
  margin-left: 5px;
  padding-top: 7px;
}

.circle-stat .details .title {
  margin: 10px 0px 5px 0px !important;
  padding: 0px !important;
  font-size: 16px;
  color: #777;
}

.ie8 .circle-stat .details .title {
  margin-top: 5px !important;
}

.ie8 .circle-stat .details {
  padding-top: 0px !important;
  margin-bottom: 5px !important;
}

.circle-stat .details .title i {
  margin-top: 2px !important;
  color: #52e136;
  font-size: 16px;
}

.circle-stat .details .title i.down {
  color: #b63625;
}

.circle-stat .details .number {
  margin: 0px !important;
  margin-bottom: 7px !important;
  font-size: 24px;
  padding: 0px;
  font-weight: 300;
  text-shadow: 0 1px rgba(244, 244, 244, 0.85);
  color: #999;
}

@media (max-width: 1024px) {
  .circle-stat .details .title {
    font-size: 14px;
  }
  .circle-stat .details .title i {
    font-size: 12px;
  }
  .circle-stat .details .number {
    font-size: 16px;
  }
  .circle-stat .details {
    margin-bottom: 7px;
    padding-top: 0;
  }
}

/***
Theme Panel
***/
.theme-panel {
  width: 320px;
  margin-top: -20px;
  margin-right: 1px;
  z-index: 999;
  float: right;
  position: relative;
}

.theme-panel > .toggler {
  top: 5px;
  right: 2px;
  padding: 11px 12px 9px 12px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background: #c9c9c9;
  border-radius: 2px 2px 2px 2px;
}

.theme-panel > .toggler.open {
  background: #fff;
}

.theme-panel > .toggler > i {
  font-size: 18px;
}

.theme-panel > .toggler:hover {
  background-color: #c1c1c1 !important;
}

.theme-panel > .toggler-close:hover {
  background-color: #222 !important;
}

.theme-panel > .theme-options {
  top: 3px;
  right: 0px;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.theme-panel > .theme-options > .theme-option {
  color: #333;
  padding: 15px;
  border-top: 1px solid #eee;
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-panel > .theme-options > .theme-option.theme-colors {
  border-top: 0;
}

.theme-panel > .theme-options > .theme-option > span {
  display: inline-block;
  width: 120px;
  font-size: 14px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > span {
  display: block;
  width: auto;
}

.theme-panel > .theme-options > .theme-option > select.form-control {
  display: inline;
  width: 100px;
  text-transform: lowercase;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul {
  list-style: none;
  padding: 0;
  display: block;
  margin-bottom: 1px !important;
  margin-top: 10px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li {
  width: 39px;
  height: 39px;
  margin: 0 6px;
  cursor: pointer;
  list-style: none;
  float: left;
  border-radius: 2px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:first-child {
  margin-left: 0;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:hover,
.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.current {
  border: solid 2px #999;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-black {
  background: #333438;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-grey {
  background: #908f8f;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-blue {
  background: #124f94;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-red {
  background: #5a3128;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-light {
  background: #e1e1e1;
}

/***
Top bar menu
***/
/* enable arrow for dropdown menu */
.header .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.header .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
  color: #fff;
  margin: 8px 0;
}

.top-news a,
.top-news em,
.top-news span {
  display: block;
  text-align: left;
}

.top-news a {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px;
  opacity: 0.3;
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30);
  /*For IE8*/
}

.top-news em {
  margin-bottom: 0;
  font-style: normal;
}

.top-news span {
  font-size: 18px;
  margin-bottom: 5px;
}

/***
Block Images(new in v1.2.2)
***/
.blog-images {
  margin-bottom: 0;
}

.blog-images li {
  padding: 0;
  margin: 0;
  display: inline;
}

.blog-images li a:hover {
  text-decoration: none;
}

.blog-images li img {
  border-radius: 2px;
  width: 50px;
  height: 50px;
  opacity: 0.6;
  margin: 0 2px 8px;
}

.blog-images li img:hover {
  opacity: 1;
  box-shadow: 0 0 0 4px #72c02c;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

/*Sidebar Tags*/
ul.sidebar-tags a {
  color: #555;
  font-size: 12px;
  padding: 3px 5px;
  background: #eee;
  margin: 0 2px 5px 0;
  display: inline-block;
  border-radius: 2px;
}

ul.sidebar-tags a:hover,
ul.sidebar-tags a:hover i {
  background: #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.sidebar-tags a i {
  color: #777;
}

ul.sidebar-tags li {
  padding: 0;
}

/***
Social Icons(new in v1.2.2)
***/
.social-icons {
  padding: 0;
  margin: 0;
}

.social-icons:after,
.social-icons:before {
  content: "";
  display: table;
}

.social-icons:after {
  clear: both;
}

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}

.social-icons li a, a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 2px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social-icons .amazon {
  background: url(../img/social/amazon.png) no-repeat;
}

.social-icons .behance {
  background: url(../img/social/behance.png) no-repeat;
}

.social-icons .blogger {
  background: url(../img/social/blogger.png) no-repeat;
}

.social-icons .deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}

.social-icons .dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}

.social-icons .dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}

.social-icons .evernote {
  background: url(../img/social/evernote.png) no-repeat;
}

.social-icons .facebook {
  background: url(../img/social/facebook.png) no-repeat;
}

.social-icons .forrst {
  background: url(../img/social/forrst.png) no-repeat;
}

.social-icons .github {
  background: url(../img/social/github.png) no-repeat;
}

.social-icons .googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}

.social-icons .jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}

.social-icons .last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}

.social-icons .linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}

.social-icons .picasa {
  background: url(../img/social/picasa.png) no-repeat;
}

.social-icons .pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}

.social-icons .rss {
  background: url(../img/social/rss.png) no-repeat;
}

.social-icons .skype {
  background: url(../img/social/skype.png) no-repeat;
}

.social-icons .spotify {
  background: url(../img/social/spotify.png) no-repeat;
}

.social-icons .stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}

.social-icons .tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}

.social-icons .twitter {
  background: url(../img/social/twitter.png) no-repeat;
}

.social-icons .vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}

.social-icons .wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}

.social-icons .xing {
  background: url(../img/social/xing.png) no-repeat;
}

.social-icons .yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}

.social-icons .youtube {
  background: url(../img/social/youtube.png) no-repeat;
}

.social-icons .vk {
  background: url(../img/social/vk.png) no-repeat;
}

.social-icons .instagram {
  background: url(../img/social/instagram.png) no-repeat;
}

.social-icons .reddit {
  background: url(../img/social/reddit.png) no-repeat;
}

/***
Inline Social Icons
***/
.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icon.amazon {
  background: url(../img/social/amazon.png) no-repeat;
}

.social-icon.behance {
  background: url(../img/social/behance.png) no-repeat;
}

.social-icon.blogger {
  background: url(../img/social/blogger.png) no-repeat;
}

.social-icon.deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}

.social-icon.dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}

.social-icon.dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}

.social-icon.evernote {
  background: url(../img/social/evernote.png) no-repeat;
}

.social-icon.facebook {
  background: url(../img/social/facebook.png) no-repeat;
}

.social-icon.forrst {
  background: url(../img/social/forrst.png) no-repeat;
}

.social-icon.github {
  background: url(../img/social/github.png) no-repeat;
}

.social-icon.googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}

.social-icon.jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}

.social-icon.last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}

.social-icon.linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}

.social-icon.picasa {
  background: url(../img/social/picasa.png) no-repeat;
}

.social-icon.pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}

.social-icon.rss {
  background: url(../img/social/rss.png) no-repeat;
}

.social-icon.skype {
  background: url(../img/social/skype.png) no-repeat;
}

.social-icon.spotify {
  background: url(../img/social/spotify.png) no-repeat;
}

.social-icon.stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}

.social-icon.tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}

.social-icon.twitter {
  background: url(../img/social/twitter.png) no-repeat;
}

.social-icon.vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}

.social-icon.wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}

.social-icon.xing {
  background: url(../img/social/xing.png) no-repeat;
}

.social-icon.yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}

.social-icon.youtube {
  background: url(../img/social/youtube.png) no-repeat;
}

.social-icon.vk {
  background: url(../img/social/vk.png) no-repeat;
}

.social-icon.instagram {
  background: url(../img/social/instagram.png) no-repeat;
}

.social-icon.reddit {
  background: url(../img/social/reddit.png) no-repeat;
}

.social-icon:hover {
  background-position: 0 -38px;
}

.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}

.social-icon-color:hover {
  opacity: 1;
}

/***
Notes
***/
/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  border-radius: 0px 2px 2px 0;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}

.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}

/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}

.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}

.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

@media (min-width: 600px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}

/***
Forms
****/
input.placeholder,
textarea.placeholder {
  color: #aaa !important;
}

.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-inline input {
  margin-bottom: 0px !important;
}

.form-control-static {
  font-size: 14px;
  padding-top: 7px;
}

.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.switch-wrapper {
  display: inline-block;
}

.form-body {
  padding: 10px;
}

.form-actions {
  padding: 20px 10px;
  margin-top: 20px;
  background-color: white;
  border-top: 1px solid #ececec;
  border-radius: 0 0 2px 2px;
  *zoom: 1;
}

.form-actions.nobg {
  background-color: transparent;
}

.form-actions.top {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
}

.form-actions.fluid {
  padding: 20px 0;
}

.form-actions.fluid > [class^="col-"] {
  padding-left: 13px;
}

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

.form-actions:after {
  clear: both;
}

.form-section {
  margin: 30px 0px 25px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.form .form-section:first-child {
  margin-top: 5px;
}

.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}

/* left, right aligned form actions */
.form-actions.right {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.form-actions.left {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

/* Checkboxes */
.form-group .checkbox {
  padding-left: 0;
}

.checkbox-list > label {
  display: block;
}

.checkbox-list > label.checkbox-inline {
  display: inline-block;
}

.checkbox-list > label.checkbox-inline:first-child {
  padding-left: 0;
}

/* Radios */
.radio-list > label {
  display: block;
}

.radio-list > label.radio-inline {
  display: inline-block;
}

.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}

.form-horizontal .radio-list .radio {
  padding-top: 1px;
}

/* Rows seperated form layout */
.form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 10px 10px 10px 0px;
}

.form-row-seperated .form-group.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.form-row-seperated .form-actions {
  margin-top: 0;
}

.form-row-seperated .form-body {
  padding: 0;
  margin-top: 0;
}

.form-row-seperated .help-block {
  margin-bottom: 0;
}

/* form bordered */
.form-bordered .form-body {
  margin: 0;
  padding: 0;
}

.form-bordered .form-actions {
  margin-top: 0;
}

.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
}

.form-bordered .form-group.last {
  border-bottom: 0;
}

.form-bordered .help-block {
  margin-bottom: 0;
}

.form-bordered .control-label {
  padding-top: 16px;
}

.form-bordered .form-group > div {
  padding: 10px;
  border-left: 1px solid #efefef;
}

.form-bordered .form-actions.fluid > .row > div {
  padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
  background-color: #ffffff;
}

/***
Bordered form layout
***/
.form-bordered .form-control {
  margin: 0;
}

/***
Disabled Menu Link
***/
/* Disabled Navigation Link */
.disabled-link .disable-target {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

.disabled-link:hover {
  cursor: not-allowed !important;
}

/***
Responsive Flip Scroll Tables
***/
.flip-scroll table {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .flip-scroll * html .flip-content {
    zoom: 1;
  }
  .flip-scroll *:first-child + html .flip-content {
    zoom: 1;
  }
  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  .flip-scroll th {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
  }
  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .flip-scroll thead {
    display: block;
    float: left;
  }
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flip-scroll thead tr {
    display: block;
    border: !important;
  }
  .flip-scroll th {
    display: block;
    text-align: right;
  }
  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
  }
  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  /* sort out borders */
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .flip-scroll tbody tr {
    border-left: 1px solid #ddd;
  }
  .flip-scroll th:last-child,
  .flip-scroll td:last-child {
    border-bottom: 1px solid #ddd;
  }
}

code {
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.static-info {
  margin-bottom: 10px;
}

.static-info .name {
  font-size: 14px;
}

.static-info .value {
  font-size: 14px;
  font-weight: 600;
}

.static-info.align-reverse .name,
.static-info.align-reverse .value {
  text-align: right;
}

.help-block {
  margin-bottom: 5px;
  margin-top: 5px;
}

.help-inline {
  color: #737373;
  display: inline-block;
  font-size: 13px;
  padding: 5px;
}

.has-success .help-block,
.has-success .help-inline,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: none;
}

.has-success .input-group-addon {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .help-inline,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: none;
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: none;
}

.has-warning .input-group-addon {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .help-inline,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: none;
}

.has-error .input-group-addon {
  background-color: #f2dede;
  border-color: #a94442;
  color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.label,
.badge {
  font-weight: 300;
  text-shadow: none !important;
}

.label {
  font-size: 12px;
  padding: 3px 6px;
}

.label + .label {
  margin-left: 3px;
}

.label-fill {
  display: block;
  overflow: hidden;
  width: 100%;
}

.label.label-sm {
  font-size: 12px;
  padding: 1px 4px;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label,
h7 .label {
  font-size: 75%;
}

.badge {
  /*background-color: #e02222;*/
  border-radius: 12px !important;
  /*font-size: 11px !important;*/
  font-weight: 300;
  height: 18px;
  padding: 3px 6px;
  text-align: center;
  text-shadow: none !important;
  vertical-align: middle;
}

.badge-success,
.label-success {
  background-color: #36af8a !important;
}

.badge-default,
.label-default {
  background-color: #c6c6c6 !important;
}

.badge-primary,
.label-primary {
  background-color: #3f4a9b;
}

.label-warning,
.badge-warning {
  background-color: #ecbc29;
  background-image: none !important;
}

.label-danger,
.badge-danger {
  /*background-color: #f3565d;*/
  background-image: none !important;
}

.label-info,
.badge-info {
  background-color: #3f4a9b;
  background-image: none !important;
}

.nav.nav-pills > li > a > .badge {
  margin-top: -2px;
}

.nav.nav-stacked > li > a > .badge {
  margin-bottom: 0;
  margin-top: 1px;
}

.label.label-icon {
  margin-right: 2px;
  padding: 4px 1px 4px 4px;
  text-align: center !important;
}

.ie9 .label.label-icon,
.ie10 .label.label-icon {
  padding: 3px 0 3px 3px;
}

.label.label-icon > i {
  font-size: 12px;
  text-align: center !important;
}

.progress {
  border: 0 none;
  box-shadow: none !important;
  filter: none !important;
}

.progress > .progress-bar-success {
  background-color: #36af8a;
}

.progress > .progress-bar-danger {
  background-color: #e7452c;
}

.progress > .progress-bar-info {
  background-color: #3f4a9b;
}

.progress > .progress-bar-warning {
  background-color: #fcb322;
}

.pagination {
  margin: 10px 0;
}

.pagination .active > a,
.pagination .active > a:hover {
  background: none repeat scroll 0 0 #eee;
  border-color: #dddddd;
  color: #333;
}

.well {
  box-shadow: none !important;
}

.dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
  border-color: #ddd !important;
}

.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}

.tabbable:after {
  clear: both;
}

.carousel.image-carousel .carousel-inner {
  padding-bottom: 0;
  padding-top: 0;
}

.carousel.image-carousel .carousel-control i {
  position: absolute;
  top: 40%;
}

.carousel.image-carousel.image-carousel-hoverable .carousel-control i {
  display: none;
}

.carousel.image-carousel.image-carousel-hoverable:hover .carousel-control i {
  display: inline-block;
}

.carousel.image-carousel .carousel-control.left i {
  left: 10px;
}

.carousel.image-carousel .carousel-control.right i {
  right: 10px;
}

.carousel.image-carousel .carousel-indicators {
  bottom: -7px;
  margin-top: 10px;
}

.carousel.image-carousel .carousel-indicators li {
  background-color: #666;
}

.carousel.image-carousel .carousel-indicators li.active {
  background-color: #333;
}

.carousel.image-carousel .carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  padding: 15px 15px 25px;
  position: absolute;
  right: 0;
}

.carousel.image-carousel .carousel-caption h4,
.carousel.image-carousel .carousel-caption h3,
.carousel.image-carousel .carousel-caption h2,
.carousel.image-carousel .carousel-caption p {
  color: #ffffff;
  line-height: 20px;
  text-align: left;
}

.carousel.image-carousel .carousel-caption h2,
.carousel.image-carousel .carousel-caption h3,
.carousel.image-carousel .carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel.image-carousel .carousel-caption h2 a,
.carousel.image-carousel .carousel-caption h3 a,
.carousel.image-carousel .carousel-caption h4 a {
  color: #aaa;
}

.carousel.image-carousel .carousel-caption p {
  margin-bottom: 0;
}

.carousel.image-carousel .item {
  margin: 0;
}

.table thead > tr > th {
  border-bottom: 0 none;
}

.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #e9e9e9 !important;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #e1e1e1 !important;
}

.table-striped tbody tr.active:nth-child(2n+1) td,
.table-striped tbody tr.active:nth-child(2n+1) th {
  background-color: #017ebc;
}

.table tr.heading > th {
  background-color: #eee !important;
}

[class^="fa-"],
[class^="glyphicon-"],
[class^="icon-"],
[class*=" fa-"],
[class*=" glyphicon-"],
[class*=" icon-"],
.fa {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-top: 1px;
}

li [class^="fa-"],
li [class^="glyphicon-"],
li [class^="icon-"],
li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"] {
  display: inline-block;
  text-align: center;
  width: 1.25em;
}

li [class^="glyphicon-"],
li [class*=" glyphicon-"] {
  top: 2px;
}

li [class^="icon-"],
li [class*=" icon-"] {
  position: relative;
  top: 1px;
}

li .icon-large[class^="fa-"],
li .icon-large[class^="glyphicon-"],
li .icon-large[class^="icon-"],
li .icon-large[class*=" fa-"],
li .icon-large[class*=" glyphicon-"],
li .icon-large[class*=" icon-"] {
  width: 1.5625em;
}

.icon-state-nodeum-1 {
  color: #065E66;
}

.icon-state-nodeum {
  color: #76C6A0;
}

.icon-state-default {
  color: #c6c6c6;
}

.icon-state-success {
  color: #45b6af;
}

.icon-state-info {
  color: #89c4f4;
}

.icon-state-warning {
  color: #ecbc29;
}

.icon-state-danger {
  color: #f3565d;
}

.fa-sm,
.icon-sm {
  font-size: 12px;
}

.fa-lg,
.icon-lg {
  font-size: 16px;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-item {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

.fa-item i {
  color: #333;
  display: inline-block;
  font-size: 16px;
  width: 20px;
}

.fa-item:hover {
  background: none repeat scroll 0 0 #eee;
  cursor: pointer;
}

.simplelineicons-demo .item-box {
  display: inline-block;
  font-size: 16px;
  margin: 0 -0.22em 1em 0;
  padding-left: 1em;
  width: 100%;
}

.simplelineicons-demo .item-box .item {
  background-color: #fff;
  border-radius: 8px;
  color: #33383e;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px;
  width: 100%;
}

.simplelineicons-demo .item-box .item span {
  font-size: 22px;
}

@media only screen and (min-width: 600px) {
  .simplelineicons-demo .item-box {
    width: 33.333%;
  }
}

.glyphicons-demo ul {
  list-style: outside none none;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 1px;
  padding-left: 0;
}

.bs-glyphicon-class {
  text-align: center;
}

.bs-glyphicons {
  list-style: outside none none;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 1px;
  padding-left: 0;
}

.glyphicons-demo ul li {
  border: 1px solid #ddd;
  float: left;
  font-size: 14px;
  height: 115px;
  line-height: 1.4;
  margin: 0 -1px -1px 0;
  padding: 10px;
  text-align: center;
  width: 25%;
}

.glyphicons-demo .glyphicon {
  color: #444;
  display: block;
  font-size: 24px;
  margin: 5px auto 10px;
}

.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

@media (min-width: 600px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}

.loading-message {
  border-radius: 2px;
  color: #000 !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 auto;
  min-width: 125px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.loading-message.loading-message-boxed {
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.loading-message.loading-message-boxed.progressBar {
  height: 100px;
  padding: 25px;
  width: 400px;
}

.loading-message > span {
  line-height: 20px;
  vertical-align: middle;
}

.loading-message.progressBar > span {
  padding-bottom: 20px;
}

.page-loading {
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 13px;
  left: 50%;
  margin-left: -50px;
  margin-top: -30px;
  min-width: 225px;
  padding: 7px;
  position: fixed;
  text-align: center;
  top: 50%;
  vertical-align: middle;
}

.page-loading > span {
  line-height: 20px;
  vertical-align: middle;
}

.tooltip-inner {
  max-width: 220px;
}

@media (min-width: 960px) and (max-width: 1200px) {
  .page-boxed .header .dropdown .username {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-sidebar.navbar-collapse {
    overflow-y: scroll !important;
  }
}

@media (min-width: 960px) {
  .page-sidebar {
    float: left;
    margin-right: -100%;
    position: relative;
    width: 265px;
  }
  .page-sidebar.navbar-collapse {
    max-height: none !important;
  }
  .page-content-wrapper {
    float: left;
    width: 100%;
  }
  .page-content {
    margin-left: 265px;
    margin-top: 0;
    min-height: 100vh;
    padding: 25px 20px 68px;
  }
  .footer {
    clear: left;
  }
  .page-sidebar-menu .search-form {
    display: none;
  }
  .page-sidebar.navbar-collapse {
    max-height: none !important;
  }
  .page-sidebar-fixed .page-sidebar {
    position: fixed !important;
    top: 56px;
  }
  .page-sidebar-fixed ul.page-sidebar-menu > li.last {
    margin-bottom: 15px !important;
  }
  .page-sidebar-fixed.page-sidebar-hover-on .page-sidebar {
    width: 70px;
    z-index: 10000;
  }
  .page-sidebar-fixed.page-sidebar-hover-on .page-sidebar .selected {
    display: none;
  }
  .page-sidebar-fixed.page-sidebar-hover-on .page-content {
    margin-left: 265px;
  }
  .page-sidebar-fixed.page-sidebar-hover-on .footer {
    margin-left: 265px;
  }
  .page-sidebar-fixed .page-sidebar-closed .page-sidebar .sidebar-search .submit, .page-sidebar-fixed .page-sidebar .sidebar-toggler {
    transition: all 0.3s ease 0s;
  }
  .page-sidebar-hovering {
    overflow: hidden !important;
  }
  .page-sidebar-hovering .sub-menu, .page-sidebar-hovering span.title,
  .page-sidebar-hovering .sub-menu, .page-sidebar-hovering span.new-feature,
  .page-sidebar-hovering span.arrow {
    display: none !important;
  }
  .page-sidebar-hovering .submit {
    height: 0 !important;
    opacity: 0;
    width: 0 !important;
  }
  .page-sidebar-fixed .page-content {
    border-radius: 0;
    min-height: 600px;
  }
  .page-footer-fixed .footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10000;
  }
  .page-footer-fixed .page-container {
    margin-bottom: 32px;
  }
  .page-boxed .header .page-logo {
    margin-left: 0 !important;
    padding-left: 10px;
    width: 226px;
  }
  .page-boxed .header .navbar-nav {
    margin-right: 0;
  }
  .page-boxed .page-container {
    border-radius: 0 0 2px 2px;
  }
  .page-boxed .page-content {
    border-radius: 0 0 2px;
  }
  .page-boxed.page-sidebar-fixed .page-content, .page-boxed.page-sidebar-fixed .page-container {
    border-radius: 0;
  }
  .page-sidebar-reversed .page-sidebar {
    float: right;
    margin-left: -100%;
    margin-right: 0;
  }
  .page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
    margin-left: -230px;
  }
  .page-sidebar-reversed .page-content {
    margin-left: 0;
    margin-right: 230px;
  }
  .page-sidebar-reversed.page-sidebar-fixed .page-sidebar-wrapper {
    float: right;
    position: relative;
  }
  .page-sidebar-reversed.page-sidebar-fixed .footer {
    margin-left: 0;
    margin-right: 230px;
    padding: 8px 20px 5px;
  }
  .page-sidebar-reversed.page-sidebar-fixed.page-footer-fixed .footer {
    margin-left: 0;
    margin-right: 0;
  }
  .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-hover-on .page-content {
    margin-left: 0;
    margin-right: 40px;
  }
  .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-hover-on .footer {
    margin-right: 40px;
  }
  .page-sidebar-closed .page-sidebar-menu > li > a > .title,
  .page-sidebar-closed .page-sidebar-menu > li > a > .new-feature,
  .page-sidebar-closed .page-sidebar-menu > li > a > .arrow {
    display: none !important;
  }
  .page-sidebar-closed .page-sidebar-menu {
    width: 70px !important;
    overflow: visible !important;
  }
  .page-sidebar-closed .slimScrollDiv {
    overflow: visible !important;
  }
  .page-sidebar-closed .page-sidebar-menu.page-sidebar-menu-circle-icons > li > a {
    padding-left: 8px;
  }
  .page-sidebar-fixed.page-sidebar-closed .page-sidebar-menu > li > a {
    transition: all 0.2s ease 0s;
  }
  .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-closed .page-sidebar-menu > li > a {
    transition: none 0s ease 0s;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover {
    display: block !important;
    position: relative !important;
    width: 241px !important;
    z-index: 2000;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover .sidebar-toggler {
    float: left;
    margin-left: 17px;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover .selected {
    display: none;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover > a > i {
    margin-right: 10px;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover .title {
    display: inline !important;
  }
  .page-sidebar-closed .page-sidebar-menu > li > .sub-menu {
    display: none !important;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu {
    border-radius: 0 0 2px 2px;
    display: block !important;
    left: 41px;
    margin-top: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 2000;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu, .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu > li > .sub-menu {
    width: 200px;
  }
  .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > a {
    padding-left: 15px !important;
  }
  .page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > a {
    padding-left: 30px !important;
  }
  .page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 45px !important;
  }
  .page-sidebar-closed .page-sidebar {
    width: 70px;
  }
  .page-sidebar-closed .page-content {
    margin-left: 70px !important;
  }
  .page-no-sidebar .page-content {
    margin-left: 0;
  }
  .page-no-sidebar .page-sidebar-wrapper {
    display: none;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-sidebar {
    margin-left: -40px;
    width: 40px;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-content {
    margin-left: 0 !important;
    margin-right: 40px !important;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-sidebar-menu > li:hover {
    margin-left: -201px;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-sidebar-menu > li.sidebar-toggler-wrapper:hover {
    margin-left: -17px !important;
    width: 70px !important;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    margin-left: -220px;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .submit {
    float: left !important;
    margin: 11px 8px 9px 12px !important;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
    float: right !important;
    margin: 12px 6px 9px 8px !important;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu {
    left: auto;
    right: 41px;
  }
  .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-closed .footer {
    margin-right: 40px;
  }
}

@media (max-width: 959.99px) {
  .header {
    clear: both;
    padding: 0 20px;
    position: relative;
  }
  .header .navbar-toggle {
    display: inline-block;
  }
  .header .search-form {
    display: none;
  }
  .sidebar-search-menu .search-form {
    display: block;
  }
  .page-sidebar.navbar-collapse {
    max-height: none;
  }
  .page-sidebar.navbar-collapse.collapse {
    display: none !important;
  }
  .page-sidebar.navbar-collapse.in {
    border-top: 0 none !important;
    display: block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: relative;
  }
  .page-sidebar.navbar-collapse, .page-sidebar.navbar-collapse.in {
    margin: 20px;
  }
  .header .nav li.dropdown i {
    display: inline-block;
    position: relative;
    right: 0;
    top: 1px;
  }
  .header .navbar-nav {
    display: block;
    margin-bottom: 0 !important;
  }
  .header .navbar-nav .open .dropdown-menu {
    position: absolute;
  }
  .header .navbar-nav {
    display: inline-block;
    float: right;
    margin: 0;
  }
  .header .navbar-nav > li {
    float: left;
  }
  .header .page-logo {
    margin-left: 0 !important;
    padding-left: 4px !important;
    width: 40px !important;
  }
  .page-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-content {
    border-radius: 0;
    margin: 0 !important;
    min-height: 280px;
    padding: 20px !important;
  }
  .page-sidebar-reversed.page-boxed .page-content {
    border-radius: 0 0 2px 2px;
  }
  .page-boxed .page-content {
    border-radius: 0 0 2px 2px;
  }
  .page-sidebar {
    border-top: 0 none !important;
    margin: 20px;
  }
  .page-sidebar.in {
    border-top: 0 none !important;
    margin: 20px;
    position: relative;
    z-index: 5;
  }
  .page-sidebar .sidebar-toggler {
    display: none;
  }
  .page-sidebar ul {
    margin-top: 0;
    width: 100%;
  }
  .page-sidebar .selected {
    display: none !important;
  }
  .page-sidebar .search-form {
    display: block;
  }
  .styler-panel {
    right: 20px;
    top: 55px;
  }
  .page-boxed .header > .container, .page-boxed .footer > .container, .page-boxed > .container {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
  }
}

@media (min-width: 600px) and (max-width: 959.99px) {
  body {
    padding-top: 0;
  }
  .page-sidebar .btn-navbar.collapsed .arrow {
    display: none;
  }
  .page-sidebar .btn-navbar .arrow {
    border-bottom: 15px solid #5f646b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    position: absolute;
    right: 25px;
    top: 50px;
    width: 0;
  }
  .page-boxed .footer > .container, .page-boxed .header > .container, .page-boxed > .container {
    margin: auto !important;
  }
  .page-boxed .header {
    margin: auto !important;
    padding: 0;
  }
  .page-boxed .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 599.99px) {
  .header {
    padding: 0 10px;
  }
  .header .top-nav .nav {
    margin-right: 5px;
    margin-top: 0;
  }
  .header .nav > li > .dropdown-menu.notification:after, .header .nav > li > .dropdown-menu.notification:before {
    margin-right: 160px;
  }
  .header .nav > li > .dropdown-menu.notification {
    margin-right: -160px;
  }
  .header .nav > li > .dropdown-menu.inbox:after, .header .nav > li > .dropdown-menu.inbox:before {
    margin-right: 120px;
  }
  .header .nav > li > .dropdown-menu.inbox {
    margin-right: -120px;
  }
  .header .nav > li > .dropdown-menu.tasks:after, .header .nav > li > .dropdown-menu.tasks:before {
    margin-right: 70px;
  }
  .header .nav > li > .dropdown-menu.tasks {
    margin-right: -70px;
  }
  .header .page-logo {
    margin-left: 0 !important;
    width: 110px;
  }
  .page-sidebar.navbar-collapse, .page-sidebar.navbar-collapse.in {
    margin: 10px;
  }
  .page-content {
    border-radius: 0 !important;
    overflow: hidden;
    padding: 20px 10px 10px !important;
  }
  .page-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-title small {
    font-size: 13px;
    padding-top: 3px;
  }
  .styler-panel {
    right: 12px;
    top: 58px;
  }
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .portlet-body.form .form-actions {
    padding-left: 15px;
  }
  .input-icon .input-error, .input-icon .input-warning, .input-icon .input-success {
    float: right;
    right: 10px !important;
    top: -27px;
  }
  .table-advance tr td.highlight:first-child a {
    margin-left: 8px;
  }
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .go-top {
    display: block;
    float: right;
    margin-right: 0;
  }
  .ver-inline-menu li.active:after {
    display: none;
  }
  .form-horizontal .form-actions {
    padding-left: 180px;
  }
  .portlet .form-horizontal .form-actions, #table-search_wrapper .table-scrollable .form-horizontal .form-actions {
    padding-left: 190px;
  }
}

@media (max-width: 480px) {
  .header .navbar-nav {
    clear: both;
    display: block !important;
    height: 45px;
  }
  .page-sidebar.navbar-collapse, .page-sidebar.navbar-collapse.in {
    margin: 0 10px 10px;
  }
  .page-title small {
    clear: both;
    display: block;
  }
  .portlet .form-horizontal .form-actions, #table-search_wrapper .table-scrollable .form-horizontal .form-actions {
    padding-left: 10px;
  }
  .page-content .breadcrumb .dashboard-date-range {
    padding-bottom: 8px;
  }
  .page-content .breadcrumb .dashboard-date-range span {
    display: none;
  }
  .page-content .breadcrumb > .btn-group span {
    display: none;
  }
  .page-content .breadcrumb > .btn-group > .btn {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header .navbar-nav > li.dropdown .dropdown-toggle .username-hide-on-mobile {
    display: none;
  }
  .hidden-480 {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .header .nav > li.dropdown .dropdown-toggle {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .hidden-320 {
    display: none;
  }
  .header .page-logo {
    width: 100px;
  }
}

body:not(.body_ltfs) {
  background-color: #FFFFFF !important;
  color: #222222;
}

.header {
  background-color: #065E66;
  background-image: none;
  filter: none;
}

.header .navbar-nav .dropdown-toggle:hover, .header .navbar-nav .dropdown.open .dropdown-toggle {
  background-color: transparent !important;
}

/*.header .search-form .form-control, .page-sidebar-menu .search-form .form-control {*/
/*background-color: #4d4f55;*/
/*border-color: #1d1d1f;*/
/*color: #7e818a;*/
/*}*/
.header .search-form .input-icon > i, .page-sidebar-menu .search-form .input-icon > i {
  color: #292a2d;
}

.header .search-form .form-control:-moz-placeholder {
  color: #7e818a;
}

@media (min-width: 960px) {
  .page-boxed {
    /*background-color: #35363a !important;*/
  }
  .page-boxed .page-container {
    /*background-color: #35363a;*/
    border-bottom: 1px solid #4d4f55;
    border-left: 1px solid #4d4f55;
  }
  .page-boxed.page-sidebar-reversed .page-container {
    border-left: 0 none;
    border-right: 1px solid #4d4f55;
  }
  .page-boxed.page-sidebar-fixed .page-container {
    border-bottom: 0 none;
    border-left: 0 none;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
  }
  .page-boxed.page-sidebar-fixed .page-sidebar {
    border-left: 1px solid #4d4f55;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
    border-left: 0 none;
    border-right: 1px solid #4d4f55;
  }
  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
    /*background-color: #292a2d !important;*/
  }
}

.new-session-box {
  max-width: 512px;

  margin: 0 auto;
}
.new-session-box .nodeum-logo {
  margin: 16px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.new-session-box .field {
  margin: 12px 0;
}

/*.tooltip { z-index: 9991070 !important; }*/
/*.modal-dialog { z-index: 99999 !important; }*/
.progress {
  margin-bottom: 0 !important;
}

.task-progress-phases {
  margin: 0 !important;
}

.task-progress-phases > div {
  padding: 0 2px;
}

.task-progress-phase {
  width: 100%;
  display: inline-block;
}

.progress-bar {
  font-size: 11px;
  background-color: #3f4a9b;
}

.progress-bar-success {
  background-color: #69c7a2 !important;
}

.progress-bar-danger {
  background-color: #b94a48 !important;
}

.progress-bar-min {
  background-color: gray !important;
  color: black;
  min-width: 1% !important;
}

.progress-bar-0 {
  background-color: #c7c7c7 !important;
  color: black;
  min-width: 1px !important;
}

.progress-bar-white {
  background-color: #ffffff !important;
  color: #000000 !important;
  /*border: 1px solid #ddd;*/
}

.badge-white, .label-white {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ddd;
}

@media (min-width: 1700px) {
  .visible-xlg-inline {
    display: inline !important;
  }
}

/************************************
    LTFS
*************************************/
.ltfs-home-content {
  padding-top: 135px;
}

.fa-custom {
  font-size: 2em;
  padding-top: 10px;
}

/************************************
    Infos component custom
*************************************/
.group-info {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  min-height: 300px;
}

.group-info:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*content: "Example"*/
}

.group-info + .highlight {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}

@media (min-width: 600px) {
  .group-info {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 2px;
    /* 4px 0 0;*/
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .group-info + .highlight {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.group-info .container {
  width: auto;
}

.group-info > p:last-child, .group-info > ul:last-child, .group-info > ol:last-child, .group-info > blockquote:last-child, .group-info > .form-control:last-child, .group-info > .table:last-child, .group-info > .navbar:last-child, .group-info > .jumbotron:last-child, .group-info > .alert:last-child, .group-info > .panel:last-child, .group-info > .list-group:last-child, .group-info > .well:last-child, .group-info > .progress:last-child, .group-info > .table-responsive:last-child > .table {
  margin-bottom: 0;
}

.group-info > p > .close {
  float: none;
}

.group-info > .img-circle, .group-info > .img-rounded, .group-info > .img-thumbnail {
  margin: 5px;
}

.group-info > .table-responsive > .table {
  background-color: #fff;
}

.group-info > .btn, .group-info > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.group-info > .btn-toolbar + .btn-toolbar {
  margin-top: 10px;
}

.group-info > textarea.form-control {
  resize: vertical;
}

.group-info > .list-group {
  max-width: 400px;
}

.group-info .navbar:last-child {
  margin-bottom: 0;
}

.group-info .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.group-info > .pager {
  margin-top: 0;
}

.group-info > .dropdown > .dropdown-toggle {
  float: left;
}

.group-info > .dropdown > .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
  clear: left;
}

/************************************
    Flot chart custom
*************************************/
.axisLabel {
  position: absolute;
  text-align: center;
  font-size: 12px;
}

.yaxisLabel {
  top: 50%;
  left: 2px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.xaxisLabel {
  left: 50%;
  bottom: -10px;
}

.ie7 .yaxisLabel, .ie8 .yaxisLabel {
  top: 40%;
  font-size: 36px;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.0, M12=0.33, M21=-0.33, M22=0.0,sizingMethod='auto expand');
}

/************************************
    Knob chart custom
*************************************/
.donut-text-min {
  font: 1.5em Arial;
  position: relative;
  /*right: -25px;*/
  /*top: -70px;*/
  right: 90px;
  top: 175px;
}

.donut-text-max {
  font: 1.4em Arial;
  position: relative;
  /*top: -70px;*/
  /*left: -50px;*/
  left: 90px;
  top: -135px;
}

#chart-total, #chart-cache, #chart-drives {
  font: 1.5em Arial !important;
}

/************************************
    Custom Page-bar
*************************************/
.page-tool-view {
  display: inline-block;
  background-color: #ddd;
  float: left;
}

.page-bar .page-tool-view .btn.default {
  background-color: #ddd;
}

.page-bar .page-tool-view .btn.default.active {
  border-color: #999;
}

.page-bar .page-tool-view .btn-fit-height {
  border-radius: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}

/************************************
    Test tips for first page
*************************************/
.tips-backdrop-container {
  min-height: 100%;
  position: relative;
}

.tips-backdrop {
  background: rgba(51, 51, 51, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
}

.ie8 .tips-backdrop {
  background: #333 none repeat scroll 0 0;
}

.tip-menu {
  background: rgba(51, 51, 51, 0.7) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-family: AlphaMacAOE,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  margin: 24px;
  padding: 12px;
  position: fixed;
  right: 0;
  z-index: 1000010;
}

.tip {
  color: #fff;
  font-family: AlphaMacAOE,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 1;
  max-width: 300px;
  padding: 24px;
  position: absolute;
  visibility: hidden;
  z-index: 1000001;
}

.tip.tip-enabled {
  visibility: visible;
}

.tip.tip-left {
  text-align: right;
}

.tip-canvas {
  left: 0;
  position: absolute;
  top: 0;
}

/************************************
    Other
*************************************/
.dataTables_extended_wrapper > .row {
  margin: 0;
}

/**********************************
    INTROJS
    ***********************************/
/* Boutons style bootstrap */
.introjs-bootstrap > .introjs-tooltipbuttons > a {
  border-color: #e5e5e5;
  box-shadow: none !important;
  outline: medium none !important;
  text-shadow: none;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  background-color: #fff;
  color: #333;
  -moz-user-select: none;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.introjs-bootstrap > .introjs-tooltiptext {
  padding: 15px;
}

/* ******************
    LOADERS
    ******************/
/*.custom-loader { display: inline-block; width: 16px; height: 16px; background: url("/assets/img/snake-loader.gif") no-repeat }*/
@-webkit-keyframes custom-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes custom-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-loader {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #76C6A0;
  border-left-color: #76C6A0;
  border-radius: 50%;
  -webkit-animation: custom-spinner 400ms linear infinite;
  animation: custom-spinner 400ms linear infinite;
  display: inline-block;
}

.custom-jstree-loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/plugins/jquery-jstree/css/throbber.gif") center center no-repeat;
}

.custom-loader-ball-fade {
  display: inline-block;
  width: 48px;
  height: 16px;
  background: url("/assets/img/circle-loader.gif") no-repeat;
}

#nprogress .bar {
  top: 45px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: 0;
  margin-left: 8px;
}

.checkbox:first-child, .radio:first-child {
  margin-left: 0;
}

button.close {
  min-width: 18px;
  min-height: 18px;
}

/*

Repetitive components */
/* Repetitive component -portlet  */
.portlet, #table-search_wrapper .table-scrollable {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

.portlet:after, #table-search_wrapper .table-scrollable:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.portlet-body .form-body .row .col-md-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.portlet-body .table-checkbox.sorting_disabled {
  width: 24px;
}

.portlet-body.p-25 {
  padding: 25px;
}

.portlet-body-p25 {
  padding: 25px;
}

.portlet-body.traces .info-filters {
  max-height: 330px;
  overflow: auto;
  padding: 15px;
}

.portlet-body.traces .info-filters:after {
  content: "Filters";
}

.portlet-body.logs .info-filters {
  max-height: 330px;
  overflow: auto;
  padding: 15px;
}

.portlet-body.logs .info-filters:after {
  content: "Filters";
}

.portlet-body.traces .border, .portlet-body.logs .border {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  height: 250px;
}

.portlet .stats-files .div-chart-files, #table-search_wrapper .table-scrollable .stats-files .div-chart-files {
  width: 80%;
  height: 400px;
}

.portlet > .portlet-title, #table-search_wrapper .table-scrollable > .portlet-title {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px 4px 20px;
  height: 46px;
}

.portlet > .portlet-title .btn, #table-search_wrapper .table-scrollable > .portlet-title .btn {
  padding: 3px 15px;
}

.portlet > .portlet-title:after, #table-search_wrapper .table-scrollable > .portlet-title:after, .portlet > .portlet-title:before, #table-search_wrapper .table-scrollable > .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet > .portlet-title:after, #table-search_wrapper .table-scrollable > .portlet-title:after {
  clear: both;
}

.portlet > .portlet-title > .caption, #table-search_wrapper .table-scrollable > .portlet-title > .caption {
  color: #333;
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

.portlet > .portlet-title > .caption > i, #table-search_wrapper .table-scrollable > .portlet-title > .caption > i {
  float: left;
  margin-top: 2px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 9px;
  color: #666;
}

.portlet > .portlet-title.bootstrap-switch, #table-search_wrapper .table-scrollable > .portlet-title.bootstrap-switch {
  margin-top: -10px !important;
}

.portlet > .portlet-title > .tools, #table-search_wrapper .table-scrollable > .portlet-title > .tools, .portlet > .portlet-title > .actions, #table-search_wrapper .table-scrollable > .portlet-title > .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 3px;
  float: right;
}

.portlet > .portlet-title > .tools > a, #table-search_wrapper .table-scrollable > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}

.portlet > .portlet-title > .tools > a.remove, #table-search_wrapper .table-scrollable > .portlet-title > .tools > a.remove {
  margin-bottom: 2px;
  background-image: url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet > .portlet-title > .tools > a.config, #table-search_wrapper .table-scrollable > .portlet-title > .tools > a.config {
  margin-bottom: 2px;
  background-image: url(../img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet > .portlet-title > .tools > a.reload, #table-search_wrapper .table-scrollable > .portlet-title > .tools > a.reload {
  margin-bottom: 2px;
  background-image: url(../img/portlet-reload-icon.png);
  width: 13px;
}

.portlet > .portlet-title > .tools > a.expand, #table-search_wrapper .table-scrollable > .portlet-title > .tools > a.expand {
  margin-bottom: 2px;
  background-image: url(../img/portlet-expand-icon.png);
  width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse, #table-search_wrapper .table-scrollable > .portlet-title > .tools > a.collapse {
  margin-bottom: 2px;
  background-image: url(../img/portlet-collapse-icon.png);
  width: 14px;
  visibility: visible;
}

.portlet > .portlet-title > .tools > a:hover, #table-search_wrapper .table-scrollable > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6;
  filter: 'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .dropdown-menu i, #table-search_wrapper .table-scrollable > .portlet-title > .actions > .dropdown-menu i {
  color: #000 !important;
}

.portlet > .portlet-title > .actions > .btn-group, #table-search_wrapper .table-scrollable > .portlet-title > .actions > .btn-group {
  margin-top: -8px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn, #table-search_wrapper .table-scrollable > .portlet-title > .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm, #table-search_wrapper .table-scrollable > .portlet-title > .actions > .btn-group > .btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn, #table-search_wrapper .table-scrollable > .portlet-title > .actions > .btn {
  padding: 4px 10px;
  margin-top: -10px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm, #table-search_wrapper .table-scrollable > .portlet-title > .actions > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -10px;
}

.portlet > .portlet-title > .pagination.pagination-sm, #table-search_wrapper .table-scrollable > .portlet-title > .pagination.pagination-sm {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -6px;
}

.portlet > .portlet-body, #table-search_wrapper .table-scrollable > .portlet-body {
  clear: both;
  padding: 10px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
}

.portlet .managed-capacity {
  font-size: 60px;
  color: #69c7a2;
}

/* jQuery UI Draggable Portlets */
.portlet-sortable > .portlet-title {
  cursor: move;
}

.portlet-sortable-placeholder {
  border: 2px dashed #ececec;
  border-radius: 2px;
  margin-bottom: 25px;
}

.portlet-sortable-empty {
  height: 45px;
  border: 0;
  background: none;
}

.form .form-actions {
  background-color: white;
  border-top: 1px solid #ececec;
  margin: 0;
  padding: 10px 10px;
}

.form .form-actions:before, .form .form-actions:after {
  content: " ";
  display: table;
}

.form .form-actions:after {
  clear: both;
}

.form .form-actions.right {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.form .form-actions.left {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

.portlet.light .form .form-actions.left, #table-search_wrapper .light.table-scrollable .form .form-actions.left {
  padding-left: 0;
}

.form .form-actions.nobg {
  background-color: transparent;
}

.form .form-actions.top {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0 none;
  margin-bottom: 20px;
  margin-top: 0;
}

.portlet.light .form .form-actions.top, #table-search_wrapper .light.table-scrollable .form .form-actions.top {
  background: none repeat scroll 0 0 transparent;
}

.form .form-actions .btn-set {
  display: inline-block;
}

/* Repetitive component -portlet --END */
.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

/* Repetitive component -modal */
.modal {
  /*z-index: 10050 !important;*/
  padding-top: 45px;
}

.modal-content {
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.modal-header {
  border-bottom: 1px solid #efefef;
}

.modal-header h3 {
  font-weight: 300;
}

.modal-header .close {
  margin-top: 8px !important;
}

.modal-body {
  height: inherit;
  overflow: auto;
}

.modal-body.scroller {
  padding: 25px 25px 0 25px;
}

.modal-body-p25 {
  padding: 25px;
}

.modal-body .mh34 {
  min-height: 34px;
}

.modal-body-tree {
  height: 500px !important;
}

.modal-footer {
  background-color: #ececec;
}

.modal-small {
  width: 400px !important;
}

.modal-wide {
  width: 80% !important;
}

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

.modal > .loading {
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
}

.modal-backdrop {
  border: 0 none !important;
  outline: medium none !important;
  /*z-index: 10049 !important;*/
}

.modal-backdrop, .modal-backdrop.fade.in {
  background-color: #333 !important;
}

.modal-backdrop.in {
  opacity: .6;
}

.modal {
  overflow-y: auto !important;
}

.modal-open {
  overflow-y: auto !important;
}

.modal-open-noscroll {
  overflow-y: hidden !important;
}

body.modal-open {
  overflow: hidden !important;
}

@media (min-width: 600px) {
  .modal-dialog {
    width: 680px;
  }
}

@media (min-width: 960px) {
  .modal-lg {
    width: 1180px;
  }
}

/* Repetitive component -modal --END */
/* Repetitive component -btn */
.btn {
  outline: medium none !important;
  text-shadow: none;
  margin: 0 5px;
}

.btn:hover {
  cursor: pointer !important;
}

.btn-group {
  margin: 0 2px;
}

.btn-group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.btn-group .btn {
  margin-right: 0;
}

.btn-group .btn + .btn {
  margin-left: 5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group-vertical .btn, .btn-group-vertical .btn + .btn {
  margin-left: 0;
}

* .btn:first-child {
  margin-left: 0;
}

.btn-default, .open > .dropdown-toggle.btn-default, .btn-primary, .btn-primary[disabled] {
  border: none;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #065E66;
  padding: 7px 10px;
  margin: 0 5px;
  border: 1px solid #065E66;
}

.btn-default.prev, .open > .prev.dropdown-toggle.btn-default, .btn-primary.prev, .btn-primary[disabled].prev {
  margin-left: 5px;
  border: 1px solid #f5f5f5;
}

.btn-default.next, .open > .next.dropdown-toggle.btn-default, .btn-primary.next, .btn-primary[disabled].next {
  margin-right: 5px;
  border: 1px solid #f5f5f5;
}

.btn-default-w217, .btn-primary-w217, .btn-primary[disabled]-w217 {
  width: 217px;
}

.btn-default:hover, .open > .dropdown-toggle.btn-default:hover, .btn-primary:hover, .btn-primary[disabled]:hover {
  background: #065E66;
  border-color: #065E66;
  color: white;
}

.btn.disabled, .btn-primary[disabled] {
  color: #999ba2;
  border: none;
  background: #ececec;
}

.btn-mtc {
  background-color: #065E66;
  border: 1px solid #065E66;
  color: #fff;
  padding: 7px 15px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all .2s ease;
  position: relative;
}

.btn-mtc:hover, .btn-mtc:focus, .btn-mtc:active {
  background-color: #64bf94;
  border: 1px solid #64bf94;
  color: #fff;
}

.btn-mtc-login {
  background-color: #79c6a1;
  border: 1px solid #79c6a1;
  color: #fff;
  padding: 7px 15px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all .2s ease;
  position: relative;
  width: 100%;
  margin: 6px 0;
}

.btn-mtc-login:hover, .btn-mtc.login:focus, .btn-mtc.login:active {
  background-color: #91D0B2;
  border: 1px solid #91D0B2;
  color: #fff;
}

.btn-mtc#btn-expert {
  margin-top: -11px !important;
}

.btn--10mt {
  margin-top: -10px;
}

.btn-xl {
  padding: 12px 28px;
}

.btn-xxs, .btn-group-xxs > .btn {
  border-radius: 2px;
  font-size: 10px;
  line-height: 1.2;
  padding: 1px 3px;
}

.btn-xxs > .fa {
  font-size: 10px;
  margin-right: 0px !important;
  color: black;
}

.form-control {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btn-line-height {
  line-height: 38px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0 1px;
  text-align: center;
  line-height: 30px;
}

.btn-sm-line {
  height: 30px;
  line-height: 28px;
  padding: 0px 6px;
  margin-bottom: 6px;
}

/* Repetitive component -btn --END */
/* Repetitive component -forms  */
.form-body.monitor {
  min-height: 300px;
}

.form-body.monitor .tab-content > div > div {
  /* Pour les div charts in System/monitor */
  width: 100%;
}

.form-body-p25 {
  padding: 25px;
}

.form-body .row .control-label {
  line-height: 34px;
  float: left;
}

@media (min-width: 600px) {
  .form-horizontal .control-label {
    padding-top: 0 !important;
  }
}

.form-group {
  line-height: 30px;
}

.form-group input {
  margin-bottom: 0;
}

.form-group:after {
  content: '';
  display: block;
  clear: both;
}

.form-group-taks .inline-select {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  width: 40%;
  max-width: 300px;
  min-width: 160px;
  padding-left: 3px;
  padding-right: 2px;
}

.form-group-taks .inline-select-large {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  width: 75%;
  max-width: 400px;
  min-width: 160px;
  padding-left: 3px;
  padding-right: 2px;
}

.form-group-taks .c-gray {
  color: gray;
}

.form-group .pt3 {
  padding-top: 3px;
}

.form-group .pt12 {
  padding-top: 12px;
}

.form-group .pt10 {
  padding-top: 10px;
}

.form-group .p10 {
  padding: 10px;
}

.form-group .p25 {
  padding: 25px;
}

.form-group-mh50 {
  min-height: 50px;
}

.form-group-business {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-group .maintenance-input {
  margin-left: 0;
  position: inherit;
}

.form-group #rule-type-exchange-copy, .form-group #rule-type-exchange-move, .form-group #rule-type-move, .form-group #rule-type-copy {
  margin-left: 0;
  position: inherit;
}

.form-section .pr10 {
  padding-right: 10px;
}

.form-section .mh100 {
  min-height: 100px;
}

.form-inline input {
  margin-bottom: 0 !important;
}

.form .form-body {
  padding: 10px;
}

@media (max-width: 599.99px) {
  .form .form-actions .btn-set {
    float: left !important;
    margin-bottom: 3px;
    margin-top: 3px;
  }
}

.form .form-section {
  border-bottom: 1px solid #eee;
  margin: 30px 0 25px;
  padding-bottom: 5px;
}

.form .form-section:first-child {
  margin-top: 5px;
}

.checkbox, .form-horizontal .checkbox {
  padding: 0;
}

.checkbox > label, .form-horizontal .checkbox > label {
  padding-left: 0;
}

.checkbox-list > label {
  display: block;
}

.checkbox-list > label.checkbox-inline {
  display: inline-block;
}

.checkbox-list > label.checkbox-inline:first-child {
  padding-left: 0;
}

.radio-list > label {
  display: block;
}

.radio-list > label.radio-inline {
  display: inline-block;
}

.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}

.form-horizontal .radio-list .radio {
  padding-top: 1px;
}

.form-horizontal .radio-list > label {
  margin-bottom: 0;
}

.form-horizontal .radio > span {
  margin-top: 2px;
}

.form .form-row-seperated .portlet-body {
  padding: 0;
}

.form .form-row-seperated .form-group {
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 15px 0;
}

.form .form-row-seperated .form-group.last {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 13px;
}

.form .form-row-seperated .form-group .help-block {
  margin-bottom: 0;
}

.form .form-row-seperated .form-body {
  padding: 0;
}

.form .form-row-seperated .form-actions {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.form .form-bordered .form-group {
  border-bottom: 1px solid #efefef;
  margin: 0;
}

.form .form-bordered .form-group > div {
  border-left: 1px solid #efefef;
  padding: 15px;
}

@media (max-width: 959.99px) {
  .form .form-bordered .form-group > div {
    border-left: 0 none;
  }
}

.form .form-bordered .form-group.last {
  border-bottom: 0 none;
}

.form .form-bordered .form-group .control-label {
  padding-top: 20px;
}

@media (max-width: 959.99px) {
  .form .form-bordered .form-group .control-label {
    padding-top: 10px;
  }
}

.form .form-bordered .form-group .help-block {
  margin-bottom: 0;
}

.form .form-bordered .form-group .form-control {
  margin: 0;
}

.form .form-bordered .form-body {
  margin: 0;
  padding: 0;
}

.form .form-bordered .form-actions {
  margin-top: 0;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (max-width: 959.99px) {
  .form .form-bordered .form-actions {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.form .form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(2n) {
  background-color: #fcfcfc;
}

.form .form-horizontal.form-bordered.form-row-stripped .form-control {
  background: none repeat scroll 0 0 #fff !important;
}

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(2n) {
  background-color: #fcfcfc;
}

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(2n) > div {
  background-color: #ffffff;
}

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(2n) {
  background-color: #fcfcfc;
}

.form-control::-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.form-control:focus {
  border-color: #dedede;
  box-shadow: none;
  outline: 0 none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.form-control.height-auto {
  height: auto;
}

.uneditable-input {
  background-color: white;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  min-width: 206px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.input-mini {
  width: 45px !important;
}

.input-xsmall {
  width: 80px !important;
}

.input-small {
  width: 120px !important;
}

.input-medium {
  width: 240px !important;
}

.input-large {
  width: 320px !important;
}

.input-xlarge {
  width: 480px !important;
}

.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-group .input-inline {
  margin-right: 5px;
}

.input-sm {
  font-size: 13px;
  height: 30px;
  padding: 6px 10px;
}

select.input-sm {
  height: 30px;
  line-height: 28px;
  padding: 2px 10px;
}

@media (max-width: 600px) {
  .input-large {
    width: 250px !important;
  }
  .input-xlarge {
    width: 300px !important;
  }
}

.input-group .btn-default, .input-group .open > .dropdown-toggle.btn-default {
  border-color: #e5e5e5;
}

.input-group .input-group-addon {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #e5e5e5;
  min-width: 39px;
}

.input-group .input-group-addon > i {
  color: #999999;
}

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
  background-image: url("../img/input-spinner.gif") !important;
  background-position: right 8px;
  background-repeat: no-repeat;
}

label {
  font-size: 14px;
  font-weight: 400;
}

.form-control-static {
  display: inline-block;
  margin: 2px 0;
}

.form-row {
  margin-top: 12px;
}

.form-row__title {
  min-width: 120px;
  vertical-align: top;
  display: inline-block;
  margin-top: 7px;
  color: black;
  font-size: 14px;
  margin-right: 8px;
}

.form-row__input--boxes {
  border: 1px solid rgba(153, 155, 162, 0.6);
  border-radius: 2px;
  color: #353535;
  padding: 4px;
}

.form-row__input--boxes:focus {
  outline: none;
  border: 1px solid #76C6A0;
}

.form-row .input-icon {
  display: inline-block;
  max-width: 500px;
  width: 90%;
}

.slider-value-wrapper > .col-xs-1 {
  margin-top: 17px;
}

/* Repetitive component -forms --END */
/* Repetitive component -tasks */
#tasks-table-div #tasks-table-list .w15 {
  width: 15px;
}

#tasks-table-div #tasks-table-list .w50 {
  width: 50px;
}

#tasks-table-div #tasks-table-list .w80 {
  width: 80px;
}

#tasks-table-div #tasks-table-list .w200 {
  width: 200px;
}

#tasks-table-div #tasks-table-list .w300 {
  width: 300px;
}

/* Repetitive component -tasks --END */
/* Repetitive component -search  */

#div-noresult {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 24px 0;
}

#div-noresult .noresult-content_block {
  float: left;
  padding-left: 30px;
}

#div-noresult .noresult-img {
  float: left;
  max-width: 33%;
  padding-right: 30px;
}

#div-noresult .noresult-text {
  text-align: left;
}

#div-noresult .noresult-text h1 {
  font-size: 3em;
}

#div-noresult .noresult-text h2 {
  font-size: 1.8em;
  line-height: 1.5em;
}

#div-noresult .noresult-text p {
  padding: 10px 0;
}

#div-noresult .noresult-text h2, #div-noresult .noresult-text p {
  opacity: .8;
}

#div-noresult .btn-mtc {
  float: left !important;
}

#div-noresult .custom-search-zone {
  margin-top: 50px;
}

/* Repetitive component -search --END */
/* Repetitive component -pagination  */
.pagination-panel .btn {
  box-shadow: none !important;
  border: 1px solid #e6e6e6;
}

.pagination-panel .btn.next {
  margin-left: -6px;
  border-radius: 0 2px 2px 0;
  border-left: 0;
}

.pagination-panel .btn.prev {
  margin-right: -5px;
  border-radius: 2px 0 0 2px;
  border-right: 0;
}

.pagination-panel .btn.disabled {
  opacity: 1;
  background: #ffffff;
  color: #e6e6e6;
}

.pagination-panel-input {
  text-align: center;
  border-radius: 0;
  border-right: none;
  border-left: none;
}

.table-scrollable + .row {
  padding-left: 0;
}

.table-scrollable + .row > div:first-child {
  padding-left: 0;
}

.table-scrollable + .row > .col-md-5.col-sm-12 {
  line-height: 34px;
}

.dataTables_paginate {
  display: inline-block;
}

/* Repetitive component -pagination --END */
/* Repetitive component -modern-tab */
.modern-tab__list {
  padding: 0;
  width: 100%;
  margin-left: 0;
  padding-right: 30px;
}

.modern-tab__list + .row .portlet, .modern-tab__list + .row #table-search_wrapper .table-scrollable, #table-search_wrapper .modern-tab__list + .row .table-scrollable {
  border-top: 1px solid #DDD;
}

.modern-tab__list__item {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
  overflow: visible;
  min-width: 70px;
  background: #ececec;
  color: gray;
  transition: all .2s ease;
  border: 1px solid #DDD;
  border-bottom: 0;
  border-left: 0;
  z-index: 48;
  -moz-border-radius: 4px 3px 0 0;
  -webkit-border-radius: 4px 3px 0 0;
  border-radius: 4px 3px 0 0;
  margin-left: 20px;
  bottom: -2px;
}

.modern-tab__list__item:first-child {
  margin-left: 50px;
}

.modern-tab__list__item:after, .modern-tab__list__item:before {
  content: "";
  position: absolute;
  top: -1px;
  vertical-align: top;
  height: 40px;
  width: 45px;
  transition: all .2s ease;
  background: #ececec;
  border: 1px solid #DDD;
  border-bottom: 0;
}

.modern-tab__list__item:before {
  left: -10px;
  border-right: 0;
  border-radius: 4px 0 0 0;
  -moz-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.modern-tab__list__item:after {
  right: -10px;
  border-left: 0;
  border-radius: 0 4px 0 0;
  -moz-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}

.modern-tab__list__item .info {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 70;
  padding: 0 22px;
  color: gray;
  transition: all .2s ease;
}

.modern-tab__list__item:hover {
  background: #F4F4F4;
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.modern-tab__list__item:hover:before, .modern-tab__list__item:hover:after {
  background: #F4F4F4;
}

.modern-tab__list__item.active {
  background: white;
  text-decoration: none;
  z-index: 64;
  height: 42px;
  bottom: -2px;
}

.modern-tab__list__item.active:before, .modern-tab__list__item.active:after {
  background: white;
  z-index: 63;
  height: 42px;
}

.modern-tab__list__item.active .info {
  color: black;
  padding: 0 32px;
}

/* Repetitive component -modern-tab --END */
/* Repetitive component -info-box  */
.info-box {
  position: relative;
  background: white;
  padding: 5px 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid  white;
  border-radius: 4px;
  margin: 0 7px;
  z-index: 1020;
  width: auto !important;
}

.info-box--content {
  display: none;
  position: absolute;
  background: white;
  border-bottom: 1px solid  white;
  padding: 15px 20px;
  min-width: 225px;
  line-height: 1.4em;
  border-radius: 4px;
  font-family: Open sans, sans-serif;
  z-index: 1020;
}

.info-box.o-top {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.info-box.o-top .info-box--content {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
  bottom: 24px;
}

.info-box.o-top.o-right .info-box--content {
  border-bottom-left-radius: 0;
}

.info-box.o-top.o-left .info-box--content {
  border-bottom-right-radius: 0;
}

.info-box.o-bottom {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.info-box.o-bottom .info-box--content {
  top: 24px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.info-box.o-bottom.o-right .info-box--content {
  border-top-left-radius: 0;
}

.info-box.o-bottom.o-left .info-box--content {
  border-top-right-radius: 0;
}

.info-box.open {
  z-index: 1040;
}

.info-box.open .info-box--content {
  display: inline-block !important;
}

.info-box.o-right .info-box--content {
  left: 0;
}

.info-box.o-left .info-box--content {
  right: 0;
}

/* Repetitive component -info-box --END */
/* Repetitive component -table  */
.c_dataTables_infos > [class^="col-"] + [class^="col-"] {
  padding-right: 15px !important;
}

.c_dataTables_infos > div.col-md-8 + div.col-md-4 {
  padding-right: 0 !important;
}

/* Repetitive component -table --END */
/* Repetitive component -tabs */
.nav-tabs > li:after, .nav-tabs > li:before {
  content: "";
  position: absolute;
  top: -1px;
  vertical-align: top;
  height: 40px;
  width: 45px;
  transition: all .2s ease;
  background: #ececec;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.nav-tabs > li.active:before, .nav-tabs > li.active:after {
  background: white;
  z-index: 63;
  height: 40px;
}

.tabs-right > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px;
}

.tabs-below > .nav-tabs, .tabs-below > .nav-pills {
  border-bottom: 0 none;
  margin-bottom: 0;
  margin-top: 10px;
}

.nav-tabs {
  margin-bottom: 20px;
}

.nav-tabs > li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  overflow: visible;
  min-width: 70px;
  background: #ececec;
  color: gray;
  transition: all .2s ease;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  z-index: 48;
  border-radius: 4px 3px 0 0;
  margin-left: 20px;
  bottom: 1px;
}

.nav-tabs > li:first-child {
  margin-left: 50px;
}

.nav-tabs > li:after {
  right: -10px;
  border-left: 0;
  border-radius: 0 4px 0 0;
  transform: skewX(25deg);
}

.nav-tabs > li:before {
  left: -10px;
  border-right: 0;
  border-radius: 4px 0 0 0;
  transform: skewX(-25deg);
}

.nav-tabs > li .info {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 70;
  padding: 0 22px;
  color: gray;
  transition: all .2s ease;
}

.nav-tabs > li:hover {
  background: #f4f4f4;
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.nav-tabs > li:hover a {
  border: none;
}

.nav-tabs > li.active {
  background: white;
  text-decoration: none;
  z-index: 64;
  height: 40px;
  bottom: 1px;
}

.nav-tabs > li.active .info {
  color: black;
  padding: 0 32px;
}

.nav-tabs > li.active a {
  z-index: 90;
  border: none !important;
  height: 39px;
}

.nav-tabs > li.active a:hover {
  border: none !important;
}

.nav-tabs > li.active:hover:before, .nav-tabs > li.active:hover:after {
  background: #fff;
}

.nav-tabs > li a {
  background: #ececec;
  z-index: 2;
  border: none !important;
}

.nav-tabs > li > .dropdown-menu:after {
  display: none !important;
}

.nav-tabs > li > .dropdown-menu:before {
  display: none !important;
}

.nav-tabs > .dropdown.open > .dropdown-toggle {
  background: none repeat scroll 0 0 #eee !important;
  color: #0d638f !important;
}

.nav-pills {
  margin-bottom: 20px;
}

.nav-pills > li > .dropdown-menu:after {
  display: none !important;
}

.nav-pills > li > .dropdown-menu:before {
  display: none !important;
}

.nav-pills > .dropdown.open > .dropdown-toggle {
  background: none repeat scroll 0 0 #eee !important;
  color: #0d638f !important;
}

.navbar-nav > li > .dropdown-menu:after {
  display: none !important;
}

.navbar-nav > li > .dropdown-menu:before {
  display: none !important;
}

.tabs-right > .nav-tabs {
  border-bottom: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin-left: 19px;
}

.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-right > .nav-tabs > li > a {
  border-radius: 0 2px 2px 0;
  margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
}

.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
}

.tabs-right > .nav-tabs .active > a {
  border-color: #ddd #ddd #ddd transparent;
}

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

.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

.tabs-left > .nav-tabs {
  border-bottom: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin-right: 19px;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  border-radius: 2px 0 0 2px;
  margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a {
  border-color: #ddd transparent #ddd #ddd;
}

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

.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  margin-top: 10px;
}

.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 2px 2px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a {
  border-color: transparent #ddd #ddd;
}

.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd;
}

.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd;
}

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

.portlet-tabs > .nav-tabs {
  position: relative;
  top: -41px;
  margin-right: 10px;
  overflow: hidden;
  border-bottom: none;
}

.portlet-tabs > .nav-tabs > li {
  float: right;
  margin-left: 1px;
}

.portlet-tabs > .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 2px 2px 0 0;
}

.portlet-tabs > .nav-tabs > li > a:hover {
  color: #333;
  margin-bottom: 0;
  border-bottom-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  border-top-color: transparent;
  background-color: #dedede;
}

.portlet-tabs > .nav-tabs > li.active {
  color: #333;
  border-top-color: transparent;
}

.portlet-tabs > .nav-tabs > li.active > a {
  margin-bottom: 0;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  background-color: none !important;
  border-top-color: transparent !important;
}

.portlet-tabs > .nav-tabs > li:last-child > a {
  border-right: 0;
}

.portlet-tabs > .nav-tabs > .active > a {
  color: #555555;
  cursor: default;
  background-color: white;
}

.portlet-tabs > .nav-tabs > .active > a:hover {
  background-color: white !important;
}

.portlet-tabs > .tab-content {
  padding: 10px !important;
  margin: 0;
  margin-top: -50px !important;
}

/* Repetitive component -tabs --END */
.scale-priority {
  display: inline-block;
}

.scale-priority i {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 19px;
  background: #ececec;
  padding: 4px;
  margin-right: 3px;
  border-radius: 50%;
}

.scale-priority i + i {
  border-left: 0;
}

.scale-priority.value-1 i:nth-child(1) {
  color: white;
  background: rgba(118, 198, 160, 0.6);
  transform: scale(1.3);
}

.scale-priority.value-2 i:nth-child(2) {
  color: white;
  background: rgba(118, 198, 160, 0.8);
  transform: scale(1.3);
}

.scale-priority.value-3 i:nth-child(3) {
  color: white;
  background: rgba(118, 198, 160, 0.866667);
  transform: scale(1.3);
}

.scale-priority.value-4 i:nth-child(4) {
  color: white;
  background: rgba(118, 198, 160, 0.9);
  transform: scale(1.3);
}

.scale-priority.value-5 i:nth-child(5) {
  color: white;
  background: rgba(118, 198, 160, 0.92);
  transform: scale(1.3);
}

.scale-priority.value-6 i:nth-child(6) {
  color: white;
  background: rgba(118, 198, 160, 0.933333);
  transform: scale(1.3);
}

.scale-priority.value-7 i:nth-child(7) {
  color: white;
  background: rgba(118, 198, 160, 0.942857);
  transform: scale(1.3);
}

.scale-priority.value-8 i:nth-child(8) {
  color: white;
  background: rgba(118, 198, 160, 0.95);
  transform: scale(1.3);
}

.scale-priority.value-9 i:nth-child(9) {
  color: white;
  background: rgba(118, 198, 160, 0.955556);
  transform: scale(1.3);
}

.scale-priority.value-10 i:nth-child(10) {
  color: white;
  background: rgba(118, 198, 160, 0.96);
  transform: scale(1.3);
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 1px;
}

.legendColorBox > div > div {
  border-width: 10px;
}

.gap-content.expand, .gap-content.data-div {
  width: 100% !important;
}

@media (min-width: 1545px) {
  .gap-content.expand, .gap-content.data-div {
    width: 50% !important;
  }
}

/*

Repetitive components --END-all */
/*

shared/header view scss */
.header {
  width: 100%;
  padding: 0 20px 0 20px;
  margin: 0;
  border: 0px;
  padding: 0px;
  height: 56px;
  min-height: 45px;
  background-color: #065E66;
  background-image: none;
  filter: none;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.header > .header-inner {
  display: flex;
}
.header > .header-inner > .header-filler {
  flex: 1 1 auto;
}

.header .angular-router-loading {
  position: fixed;
  left: 0;
  right: 0;
}

.header angular-host {
  line-height: 56px;
}
.header angular-host a {
  color: inherit;
}
.header .angular-header {
  flex-grow: 1;
  margin-top: 8px;
}

.header .page-logo {
  display: block;
  overflow: hidden;
  width: 280px;
  height: 56px;
  padding-left: 20px;
  padding-right: 25px;
  margin: 0;

  position: relative;
}

.header .free-badge {
  align-self: center;
  margin: 0 8px;
  font-size: 15px;
}
.header .contact-us {
  align-self: center;
  display: inline-block;

  padding: 2px 10px;
  margin: 0 8px;
  border-radius: 5px;
  background-color: #F9EE7A;

  color: #04274b;
  text-transform: uppercase;
  font-size: 14px;
}

.header .page-logo img {
  margin: 0;
  height: 30px;
  padding: 0;
  margin-top: 13px;
  vertical-align: top;
}

.header .page-logo img .navbar-nav > li.dropdown {
  padding: 0;
  margin-left: 15px;
}

.header .navbar-brand {
  display: inline-block;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 250px;
  height: 56px;
}

.header .badge-primary {
  background: #80cbc4;
  color: rgba(0, 0, 0, 0.87);
}

.page-header-fixed > .header > .header-inner,
.page-header-fixed > .header > .header-inner > .navbar-nav > li > a {
  color: white;
}

.page-header-float > .header {
  position: fixed;
  left: auto;
  right: 0;
  width: auto;

  background-color: #ececec;
  border-bottom-left-radius: 24px;
  box-shadow: none;
}
.page-header-float > .header > .header-inner > .page-logo,
.page-header-float > .header > .header-inner > .header-filler {
  display: none;
}

/***
Header and header elements. ---> From Backup
***/
/* quick search */
.header .search-form,
.page-sidebar-menu .search-form {
  display: inline-block;
  margin-top: 10px;
  margin-left: 25px;
}

.header .search-form {
  float: left;
}

/*.header .search-form .form-control,
.page-sidebar-menu .search-form .form-control {
    border-radius: $border-radius-x4;
    padding-top: 6px;
    border: 0;
}
*/
.header .search-form .input-icon > i,
.page-sidebar-menu .search-form .input-icon > i {
  margin-top: 9px;
}

.header .search-form .input-icon > i:hover,
.page-sidebar-menu .search-form .input-icon > i:hover {
  cursor: pointer;
}

.page-sidebar-menu .search-form {
  margin: 15px 10px 15px 15px;
}

/* sidebar toggle */
.header .navbar-toggle {
  margin: 10px 6px 9px 6px;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 6px;
  background-image: none;
  filter: none;
  box-shadow: none;
  color: #fff;
  border: 0;
}

.header .navbar-toggle:hover {
  text-decoration: none;
  background: none;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  border-radius: none;
}

.header .navbar-nav {
  height: 56px;
  margin-right: 20px;
  display: block;
}

.header .navbar-nav .dropdown-menu {
  margin-top: 3px;
  right: 10px;
  left: auto;
}

.header .navbar-nav > li.devider {
  margin-left: 10px !important;
  margin-right: 5px !important;
  height: 45px;
  width: 1px !important;
}

.header .navbar-nav > li.dropdown, .header .navbar-nav > li.dropdown > a {
  padding-left: 4px;
  padding-right: 4px;
}

.header .navbar-nav > li.dropdown > a:focus {
  background-color: transparent;
  text-decoration: none;
}

.header .navbar-nav > li.dropdown > a:last-child {
  padding-right: 0;
}

.header .navbar-nav > li.dropdown:last-child {
  padding-right: 2px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle {
  padding: 17px 12px;
  margin: 0 2px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle .username + i {
  position: relative;
  top: 2px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle > i {
  top: 3px;
  font-size: 18px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle > i.icon-grid {
  margin-right: 4px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle > li > a > i {
  font-size: 14px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle .badge {
  display: block;
  position: absolute;
  top: 7.2px;
  right: 8px;
  border-radius: 50%;
  line-height: 18px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  width: 18px;
  height: 18px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle.user .dropdown-toggle {
  margin: 0 !important;
  padding: 12px 8px 12px 8px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle.user .dropdown-toggle .username {
  display: inline-block;
}

.header .navbar-nav > li.dropdown .dropdown-toggle.user .dropdown-toggle img {
  float: left;
  display: inline-block;
  margin-top: -4px;
  margin-right: 5px;
  border-radius: 50%;
}

.header .navbar-nav > li.dropdown .dropdown-toggle.user .dropdown-toggle i {
  display: inline-block;
  /*margin-top: 5px 0 0 0;*/
  margin: 5px 0 0 0;
  font-size: 13px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle.user .dropdown-toggle:hover {
  text-decoration: none;
}

.header .navbar-nav > li.dropdown .dropdown-toggle.user .dropdown-menu i {
  display: inline-block;
}

.header .navbar-nav > li.dropdown.language {
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}

.header .navbar-nav > li.dropdown.language > a {
  color: #ddd;
  font-size: 13px;
  padding: 12px 2px 13px 5px;
}

.header .navbar-nav > li.dropdown.language > a > img {
  margin-bottom: 2px;
}

.header .navbar-nav > li.dropdown.language > a > i {
  font-size: 16px;
}

.header .navbar-nav > li.dropdown.language > a > .dropdown-menu > li > a > img {
  margin-bottom: 2px;
}

.header .navbar-nav .dropdown-toggle:hover, .header .navbar-nav .header .navbar-nav .dropdown.open .dropdown-toggle {
  background-color: transparent !important;
}

.header .navbar-nav > li.devider {
  border: none;
}

/*.header .search-form .form-control, .page-sidebar-menu .search-form .form-control {*/
/*background-color: #4d4f55;*/
/*border-color: #1d1d1f;*/
/*color: #7e818a;*/
/*}*/
.header .search-form .input-icon > i, .header .search-form .page-sidebar-menu .search-form .input-icon > i {
  color: #292a2d;
}

.header .search-form .form-control:-moz-placeholder {
  color: #7e818a;
}

/*

shared/footer view scss */
.footer {
  padding: 10px 20px 5px 20px;
  font-size: 12px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  background: #00262b;
}

.footer-inner {
  float: left;
  display: inline-block;
  color: #999ba2;
}

.footer-tools {
  float: right;
  display: inline-block;
}

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

.footer:after {
  clear: both;
}

.footer #general-modal-container {
  padding: 25px;
}

.modal-body.logo {
  padding: 25px;
  height: 210px;
}

.modal-body.logo img {
  padding-bottom: 20px;
  width: 450px;
  display: inline;
}

.footer .footer-tools .go-top {
  /*background-color: #4d4f55;*/
}

.footer a {
  color: #76C6A0;
}

@media (min-width: 960px) {
  .page-footer-fixed.page-sidebar-fixed .footer {
    margin-left: 0 !important;
  }
  .page-boxed .footer {
    padding: 8px 0 5px;
  }
  .page-sidebar-fixed .footer {
    margin-left: 265px;
    padding: 16px 20px 11px;
  }
  .page-sidebar-fixed .footer .footer-inner {
    color: white;
  }
  .page-sidebar-fixed .footer .footer-tools .go-top {
    background-color: #999ba2;
  }
  .page-sidebar-fixed .footer .footer-tools .go-top i {
    color: #ddd;
  }
  .page-sidebar-fixed.page-sidebar-closed .footer {
    margin-left: 70px;
  }
}

.footer-tools .go-top .fa {
  line-height: 14px;
}

.page-footer-fixed .footer {
  /*background-color: #292a2d;*/
}

.page-footer-fixed .footer .footer-inner {
  color: #7e818a;
}

.page-footer-fixed .footer .footer-tools .go-top {
  /*background-color: #5a5b62;*/
}

.page-footer-fixed .footer .footer-tools .go-top i {
  color: #c1c2c6;
}

.footer .footer-tools .go-top {
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 2px 0 0px 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  top: -1px;
  position: relative;
}

.footer .footer-tools .go-top i {
  color: #7e818a;
  font-size: 22px;
  margin-bottom: 7px;
  position: relative;
  left: -1px;
}

.footer .footer-tools .go-top:hover {
  opacity: 0.7;
}

/*

shared/sidebar view scss */

.navbar-collapse.page-sidebar {
  height: calc(100% - 56px) !important;
}
.page-sidebar > .slimScrollDiv {
  height: 100%;
}

.page-sidebar-menu {
  overflow: hidden;
  width: auto;
  height: 100%;
}

.page-sidebar #mtc-sidebar {
  height: 45px;
  margin: 0;
}

.page-sidebar-menu .search-form .form-control:-moz-placeholder {
  color: #7e818a;
}

.page-sidebar {
  background-color: #00262B;
}

ul.page-sidebar-menu {
  padding-top: 13px;
}

ul.page-sidebar-menu:after, ul.page-sidebar-menu:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1001;
}

ul.page-sidebar-menu:after {
  height: 30px;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00262b+0,00262b+100&0+0,0.8+48,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 38, 43, 0) 0%, rgba(0, 38, 43, 0.8) 48%, #00262b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 38, 43, 0) 0%, rgba(0, 38, 43, 0.8) 48%, #00262b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 38, 43, 0) 0%, rgba(0, 38, 43, 0.8) 48%, #00262b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000262b', endColorstr='#00262b',GradientType=0 );
  /* IE6-9 */
}

ul.page-sidebar-menu:before {
  top: 0;
  height: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00262b+0,00262b+100&1+0,0.8+52,0+100 */
  background: -moz-linear-gradient(top, #00262b 0%, rgba(0, 38, 43, 0.8) 52%, rgba(0, 38, 43, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00262b 0%, rgba(0, 38, 43, 0.8) 52%, rgba(0, 38, 43, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00262b 0%, rgba(0, 38, 43, 0.8) 52%, rgba(0, 38, 43, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00262b', endColorstr='#0000262b',GradientType=0 );
  /* IE6-9 */
}

ul.page-sidebar-menu > li {
  border-bottom: 4px solid #00262B;
}

ul.page-sidebar-menu > li a {
  display: flex;
}
ul.page-sidebar-menu > li a > i {
  flex: 0 0 auto;
}
ul.page-sidebar-menu > li a > span.title {
  flex: 1;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
}
ul.page-sidebar-menu > li a > span.arrow {
  flex: 0 0 auto;
}
ul.page-sidebar-menu > li a > span.new-feature {
    background-color: #FFE57F;
    color: #04274b;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    text-align: center;

    flex: 0 0 auto;
    align-self: center;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 0 8px 0px 10px;
}
span.new-feature {
    background-color: #FFE57F;
    color: #04274b;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;

    align-self: center;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 0 8px 0px 10px;
}

ul.page-sidebar-menu > li a {
  color: white;
  padding: 14px 10px 14px 25px;
  font-weight: 400;
}



ul.page-sidebar-menu li a.disabled {
  cursor: default;
  color: #999ba2 !important;
}

ul.page-sidebar-menu li a.disabled > i {
  color: #999ba2;
}

ul.page-sidebar-menu > li a .arrow:before {
  color: rgba(255, 255, 255, 0.5) !important;
}

ul.page-sidebar-menu > li a .arrow.open:before {
  color: #76C6A0 !important;
}

ul.page-sidebar-menu > li a i {
  color: #76C6A0;
  font-size: 18px;
  margin-right: 12px;
}

ul.page-sidebar-menu > li:hover > a {
  background-color: #001417 !important;
  color: white;
}

ul.page-sidebar-menu > li > ul.sub-menu {
  padding-bottom: 15px;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a i {
  font-size: 15px;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
  background-color: #00262B !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover i {
  color: white !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a {
  background-color: #FFFFFF !important;
  color: #065E66 !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a i {
  color: #065E66 !important;
}

ul.page-sidebar-menu > li > ul.sub-menu li.open {
  padding: 5px 0;
}

ul.page-sidebar-menu > li.open {
  background-color: #001d21;
}

ul.page-sidebar-menu > li.open li.open {
  background-color: #00181c;
}

ul.page-sidebar-menu > li.active {
  background-color: #00181c;
}

ul.page-sidebar-menu > li.active li.open {
  background-color: #000f12;
}

ul.page-sidebar-menu > li.active > a {
  background-color: #001d21 !important;
  color: white;
  font-weight: 500;
}

ul.page-sidebar-menu > li.active > a.single {
  background-color: #ececec !important;
  color: #065E66 !important;
}

ul.page-sidebar-menu > li.active > a.single i {
  color: #065E66 !important;
}

ul.page-sidebar-menu > li.active > a i {
  color: #76C6A0;
}

ul.page-sidebar-menu > li.active > a .arrow:before, ul.page-sidebar-menu > li.active > a .arrow.open:before {
  color: #76C6A0 !important;
}

ul.page-sidebar-menu > li.active ul > li.active {
  margin-top: 0 !important;
}

ul.page-sidebar-menu > li.active ul > li.active > a {
  background-color: #ececec !important;
  color: #00262B;
}

ul.page-sidebar-menu > li.active ul > li.active > a i {
  color: #065E66 !important;
}

ul.page-sidebar-menu li > ul.sub-menu > li > a {
  color: white;
}

.page-sidebar-menu.page-sidebar-menu-circle-icons > li > a i {
  border: 1px solid #555;
}

.page-sidebar.navbar-collapse {
  box-shadow: inset -1px -3px 25px rgba(0, 0, 0, 0.6);
  padding: 0;
}

.page-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

.page-sidebar-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}

.page-sidebar-menu > li.sidebar-toggler-wrapper,
.page-sidebar-menu > li.sidebar-search-wrapper {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10001;
}

.page-sidebar-menu > li.start > a {
  border-top-color: transparent !important;
}

.page-sidebar-menu > li:last-child > a,
.page-sidebar-menu > li.last > a {
  border-bottom-color: transparent !important;
}

.page-sidebar-menu > li > a {
  border-right: 4px solid transparent;
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.page-sidebar-fixed .page-sidebar-menu > li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-sidebar-reversed.page-sidebar-fixed .page-sidebar-menu > li > a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.page-sidebar-menu > li > a i {
  text-shadow: none;
}

.page-sidebar-menu.page-sidebar-menu-circle-icons > li > a i {
  font-size: 12px;
  margin-right: 5px;
  text-shadow: none;
  border-radius: 50%;
  border: 1px solid #555;
  height: 25px;
  width: 25px;
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.page-sidebar-menu > li.break {
  margin-bottom: 20px;
}

.page-sidebar-menu > li.active > a {
  border: none;
  text-shadow: none;
}

.page-sidebar ul.page-sidebar-menu-circle-icons > li > a > .arrow:before {
  margin-top: 3px;
}

.page-sidebar ul > li > a > .arrow:before {
  float: right;
  margin-top: 0px;
  margin-right: 5px;
  display: inline;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  height: auto;
  content: "\f104";
  font-weight: 900;
  text-shadow: none;
}

.page-sidebar-menu > li > a > .arrow.open:before {
  float: right;
  margin-top: 0px;
  margin-right: 0;
  display: inline;
  font-family: "Font Awesome 5 Free";
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 900;
  text-shadow: none;
}

/* bagin: sidebar menu badges */
.page-sidebar-menu li > a .badge {
  float: right;
  margin-top: 1px;
  margin-right: 13px;
}

/* end: sidebar menu badges */
.page-sidebar-menu .sub-menu {
  padding: 0;
}

.page-sidebar-menu > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
}

.page-sidebar-menu > li.active > ul.sub-menu {
  display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li > a {
  display: flex;
  align-items: baseline;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 35px !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
  transition: padding .2 ease;
}

.page-sidebar-menu > li > ul.sub-menu > li.active > a {
  padding: 8px 0px;
}

/* 3rd level sub menu */
.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}

.page-sidebar-menu > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  height: auto;
  content: "\f104";
  font-weight: 900;
  text-shadow: none;
}

.page-sidebar-menu > li > ul.sub-menu li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: "Font Awesome 5 Free";
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 900;
  text-shadow: none;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu {
  display: block;
}

.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
  display: flex;
  align-items: baseline;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 60px;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li.active ul.sub-menu {
  display: block;
}

.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a > i {
  font-size: 13px;
}

/***
Sidebar toggler(show/hide)
***/
.sidebar-toggler {
  border-radius: 2px 0px 0px 2px;
  cursor: pointer;
  display: block;
  float: right;
  margin: 0;
  border: 0;
  margin-top: 12px;
  margin-bottom: 15px;
  width: 24px;
  height: 23px;
  margin-right: -1px;
  background-color: #FcFcFc;
  position: relative;
  z-index: 1001;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar-toggler:before {
  margin: 0px 2px 3px 8px;
  display: inline-block;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  height: auto;
  content: "\f104";
  font-weight: 900;
  text-shadow: none;
}

.page-sidebar-closed li.sidebar-toggler-wrapper .sidebar-toggler {
  right: 25px;
  border-radius: 2px;
}

.page-sidebar-closed .sidebar-toggler:before {
  content: "\f105";
  margin: 0px 2px 3px 10px;
}

.page-sidebar-reversed.page-sidebar-closed .sidebar-toggler:before {
  content: "\f104";
  margin: 0px 4px 3px 8px;
}

.page-sidebar-reversed .sidebar-toggler:before {
  content: "\f105";
}

.page-sidebar-reversed .sidebar-toggler {
  margin-right: 0;
  margin-left: -1px;
  float: left;
  border-radius: 0px 2px 2px 0px;
}

.ie .page-sidebar-reversed .sidebar-toggler {
  margin-left: -1px;
}

@media (max-width: 959.99px) {
  .page-sidebar-menu, .page-sidebar {
    /*background-color: #1d1d1f !important;*/
    border-radius: 2px !important;
  }
  ul.page-sidebar-menu > li {
    border-bottom: 1px solid #313237;
  }
  ul.page-sidebar-menu > li:first-child, ul.page-sidebar-menu > li:last-child {
    border-bottom: 0 none !important;
  }
  ul.page-sidebar-menu > li.open > a, ul.page-sidebar-menu > li > a:hover, ul.page-sidebar-menu > li:hover > a {
    /*background: none repeat scroll 0 0 #09090a;*/
  }
}

.icon-title {
  margin-right: 5px;
  font-size: inherit !important;
}

/*

ltfs/home view scss */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.ltfs-home-content .center-block .row #custom-search-zone {
  padding-bottom: 24px;
}

.ltfs-home-content .center-block .row:first-child {
  margin-bottom: 25px;
}

.ltfs-home-content .center-block .row:first-child .button-wrapper {
  padding: 10px 0;
}

.dataTables_wrapper .row:first-child div:first-child {
  padding-left: 0 !important;
  right: 0;
}

.pull-right.table-group-actions {
  right: -15px;
  position: relative;
}

.b_options {
  cursor: pointer;
}

#b_search {
  width: 120px;
}

fieldset > legend {
  border: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  width: inherit;
}

.files-counter, #timer {
  margin: 0 25px 0 25px;
}

.files-counter {
  margin-top: -35px;
}

@media (min-width: 600px) {
  #custom-templates {
    width: 605px;
  }
}

#files_count {
  color: #00262B;
  opacity: 0.9;
  font-family: "Open Sans","Times New Roman",Times,serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.files-counter > h6 {
  font-size: 30px;
  color: #00262B;
  opacity: 0.9;
}

.count_box {
  /*border: 4px solid rgba(0, 81, 111, 0.8);*/
  border-radius: 50%;
  display: inline-block;
  margin: 35px 24px 5px;
  padding: 10px 12px 0;
  text-align: center;
  width: 250px;
  height: 150px;
}

.count_box h1 {
  color: #00262B;
  opacity: 0.9;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 48px;
  margin-bottom: 0;
  margin-top: 5px;
}

.count_box p {
  margin-top: 0;
  font-size: 25px;
  color: #00262B;
  opacity: 0.9;
}

@media only screen and (max-width: 520px) {
  .count_box {
    margin: 0 12px 12px 0;
  }
  .tp-bullets {
    display: none;
  }
  #header .container {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 740px) {
  .count_box {
    margin: 35px 12px;
    padding: 16px 0 0;
    width: 100px;
  }
  #layer {
    display: none;
  }
  .count_box h1 {
    font-size: 28px;
  }
  h1 {
    font-size: 36px;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  /*opacity: 0;*/
}

.animated.GoIn {
  animation-delay: 1s;
  animation-name: GoIn;
  opacity: 1;
}

.animated.FadeIn {
  animation-duration: 0.8s;
  animation-name: FadeIn;
  opacity: 1;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes GoIn {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes GoIn {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes InfiniteTurn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

.animated.bounceInLeft {
  animation-name: bounceInLeft;
  opacity: 1;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

.animated.bounceInRight {
  animation-name: bounceInRight;
  opacity: 1;
}

@keyframes bounceInTop {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes bounceInTop {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.animated.bounceInTop {
  animation-name: bounceInTop;
  opacity: 1;
}

@keyframes bounceInBottom {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes bounceInBottom {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.animated.bounceInBottom {
  animation-name: bounceInBottom;
  opacity: 1;
}

.search h3 {
  display: inline;
}

.search .table-scrollable {
  border: none;
}

.search .el-path {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search .table-scrollable {
  overflow: visible;
  min-height: 500px;
}

@media (min-width: 960px) {
  .search .el-button {
    text-align: right;
    float: right;
  }
}

.search .btn-status:hover, .search .btn-status:focus, .search .btn-status.focus, .search .btn-status:active, .search .btn-default.status, .search .open > .dropdown-toggle.btn-status {
  background-color: transparent;
  border-color: #adadad;
  color: #333;
}

.search .mtc-icon {
  display: block;
  text-indent: -9999px;
}

.search .mtc-icon.hdd {
  background-image: url(/assets/img/utils/hdd.svg);
  width: 18px;
  height: 20px;
  background-size: 18px 20px;
}

.search .mtc-icon.fast, .search .mtc-icon.slow {
  height: 30px;
  width: 30px;
  position: relative;
  background-size: 100%;
  background-size: 75%;
  background-repeat: no-repeat;
  top: 5px;
}

.search .mtc-icon.fast {
  background-image: url(/assets/img/search/storage_fast.svg);
}

.search .mtc-icon.slow {
  background-image: url(/assets/img/search/storage_slow.svg);
}

.search .mtc-icon.tape {
  background-image: url(/assets/img/utils/tape.svg);
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
}

.search .btn-mtc-icon-tape {
  padding: 11px 12px;
}

.search #table-search .details-control:hover {
  background: #e2e2e2;
}

.search #table-search .details-control:hover .speedometer:after {
  background: #e2e2e2;
}

.search .modify-toolbar {
  margin-bottom: 50px;
}

.search #b_mod_selected.btn-mtc {
  margin-right: 2px;
}

.search #b_select_all.btn-mtc {
  float: left;
}

@media screen and (min-width: 640px) {
  .search .toolbar-fixed {
    position: fixed;
    top: 56px;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 128;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 1px rgba(100, 100, 100, 0.4);
  }
  .search .toolbar-fixed .wrapper, .search .table-wrapper {
    margin: 0 auto;
    display: block;
    float: inherit;
    max-width: 1350px;
  }
}

.speedometer {
  width: 56px;
  height: 28px;
  position: relative;
  margin: 0px auto;
}

.speedometer .pointer {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 2px;
  animation: 0.5s alternate infinite ease-in-out;
  transform: rotate(270deg);
  transform-origin: top center;
  z-index: 101;
}

.speedometer .pointer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 31px;
  background: #76C6A0;
  border-radius: 12px;
  box-shadow: 2px 0px 0 white;
}

.speedometer.speed-1 .pointer {
  transform: rotate(106deg);
}

.speedometer.speed-2 .pointer {
  transform: rotate(144deg);
}

.speedometer.speed-3 .pointer {
  transform: rotate(182deg);
}

.speedometer.speed-4 .pointer {
  transform: rotate(220deg);
}

.speedometer.speed-5 .pointer {
  transform: rotate(259deg);
}

#table-search_wrapper .speed {
  margin-left: 7px;
}

#table-search_wrapper .speed-label {
  margin-left: 33px;
  margin-top: 4px;
}

#table-search_wrapper .speed-icon {
  margin-left: 3px;
  border: none;
  background: none;
  outline: none;
}

#table-search_wrapper .speed-icon-wrap {
  display: inline-block;
}

#table-search_wrapper .speed-icon-wrap.cache {
  margin: 0 18px 0 31px;
  padding-right: 11px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

#table-search_wrapper > .row:first-child > div:first-child {
  padding-left: 0;
}

#table-search_wrapper .table-scrollable {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 10px !important;
  margin-bottom: 25px !important;
}

#table-search_wrapper .table-scrollable table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#table-search_wrapper .table-scrollable table.dataTable .fa-custom {
  padding-top: 7px;
  font-size: 1.8em;
}

#table-search_wrapper .table-scrollable tr.odd {
  background: white;
}

#table-search_wrapper .table-scrollable tr.even {
  background: #f9f9f9;
}

#table-search_wrapper .table-scrollable tr.even .speedometer:after {
  background: #f9f9f9;
}

#table-search_wrapper .shown.odd + tr, #table-search_wrapper .shown.odd .details-control:hover {
  background: #f0f0f0;
}

#table-search_wrapper .shown.odd + tr .speedometer:after, #table-search_wrapper .shown.odd .details-control:hover .speedometer:after {
  background: #f0f0f0;
}

#table-search_wrapper .shown.even + tr, #table-search_wrapper .shown.even .details-control:hover {
  background: #f0f0f0;
}

#table-search_wrapper .shown.even + tr .speedometer:after, #table-search_wrapper .shown.even .details-control:hover .speedometer:after {
  background: #f0f0f0;
}

#table-search_wrapper .shown + tr .col-md-9 {
  padding-left: 27px;
}

#table-search_wrapper .shown .fa-angle-right {
  transform: rotate(90deg);
}

#table-search_wrapper .shown .details-control:hover {
  background: inherit;
}

#table-search_wrapper tr:first-child {
  border-radius: 4px 4px 0 0;
}

#table-search_wrapper tr .fa-angle-right {
  left: 11px;
  position: relative;
  transition: all .12S ease;
  color: #888888;
}

#table-search_wrapper tr td .row > div:first-child {
  padding-right: 0;
  padding-left: 5px !important;
  width: 40px;
}

#adv-size-mode, #adv-size, #adv-size-unit {
  width: 33%;
  float: left;
}

/*

ltfs/custom-search view scss */
.custom-search-dropdown {
  position: initial;
}

.custom-search-dropdown .dropdown-toggle {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  float: right;
  right: 0px;
  z-index: 3;
  cursor: pointer;
  display: inline-block;
}

.custom-search-dropdown > .caret {
  margin-top: 9px;
}

.custom-search-dropdown-menu {
  right: 0;
  left: 0;
  padding: 12px 0 18px 0;
  margin-top: -1px;
  min-width: 605px;
}

.custom-search-dropdown-menu .tab-content {
  padding: 0 10px;
}

.custom-search-dropdown-menu .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-search-dropdown.open > .dropdown-toggle {
  background: none;
  color: black;
}

#adv-value-form {
  overflow: auto;
  max-height: 400px;
}

.line-height-to-input {
  line-height: 32px;
  margin-bottom: 0;
}

#custom-search-zone li > a {
  padding: 10px 7px;
  color: #00262B;
}

.body_ltfs #custom-search-zone .custom-search-dropdown .dropdown-toggle {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.body_ltfs #custom-search-zone #adv-searchbar.form-control {
  height: 44px;
  line-height: 44px;
  padding: 11px 12px;
  padding-left: 22px !important;
}

#custom-search-zone #adv-tabs {
  padding: 0 19px;
}

#custom-search-zone .open + .form-control {
  box-shadow: 0 0 3px rgba(102, 102, 102, 0.125);
}

#custom-search-zone .open .btn-adv-search {
  margin-right: 24px;
}

#custom-search-zone .open #custom-search-zone {
  margin-bottom: 25px;
}

#custom-search-zone:after {
  content: "";
  display: table;
  clear: both;
}

.header .btn-adv-search-main {
  display: none;
}

.btn-adv-search-main {
  margin-top: 10px;
  margin-right: 1px;
  padding-left: 12px;
}

.btn-adv-search-main span {
  margin-right: 7px;
}

.header .search-form {
  width: 380px;
}

.adv-search #adv-size {
  display: inline-block;
  width: 124px;
}

.adv-search #adv-size-mode {
  display: inline-block;
  width: auto;
}

.adv-search #adv-size-unit {
  display: inline-block;
  width: auto;
}

.adv-search #custom-search-dropdown-toggle {
  margin-top: 10px;
}

/*

home/overview (dashboard) view scss */
/*.info-system:after {
  content: "System";
}

.info-Resource:after {
  content: "Resource Monitor";
}

.info-other:after {
  content: "Other";
}

.graph-vertical-container {
  margin-top: 20px;
  width: 30px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: $border-radius;
  -webkit-border-radius: $border-radius;
  border-radius: $border-radius;
}

.graph-vertical-contents {
  height: 150px;
  width: 22px;
  margin: 3px;
}

.axisLabel-vertical-top {
  margin: -20px 0 0 3px;
}

.graph-horizontal-container {
  margin-top: 40px;
  width: 400px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: $border-radius;
  -webkit-border-radius: $border-radius;
  border-radius: $border-radius;

}

.graph-horizontal-contents {
  height: 150px;
  width: 400px;
  margin: 3px;
}

.axisLabel-horizontal-top {
  margin: -40px 0 0 3px;
  width: 100px;
  float: right;
}*/
.portlet-title > p {
  font-size: 1.4em;
}

.charts {
  width: 100%;
  height: 100%;
}

#home.home {
  margin-top: 150px;
  width: 1200px;
  height: 500px;
}

#home.home .row .btn.btn-default {
  width: 126px;
  height: 114px;
}

#home.home .row .btn.btn-default .icon {
  font-size: 2em;
  padding: 10px;
  margin-top: 25px;
}

#table-task-list .btn + button {
  margin-right: 0;
}

.gap {
  padding-bottom: 25px;
}

.create_tasks {
  border-radius: 3px;
}

.create_tasks #step_devices .rule-selected {
  min-height: 500px;
  height: auto;
}

.create_tasks #step_devices .rule-selected #rule-files_wrapper + .btn-group {
  margin: 8px 24px;
}

.create_tasks #adv-searchbar {
  width: calc(100% - 223px);
}

.create_tasks #rule-files_wrapper .row {
  padding-bottom: 0;
}

.create_tasks div.radio {
  width: auto;
}

.create_tasks #table-task-source_wrapper {
  margin-top: 25px;
}

.create_tasks #table-task-source_wrapper .c_dataTables_infos {
  padding-left: 0;
  padding-right: 0;
}

.create_tasks #table-task-source_wrapper .c_dataTables_infos > [class^="col-"] + [class^="col-"] {
  padding-right: auto;
}

.create_tasks .webix_input_icon, .create_tasks .webix_view {
  max-width: 100% !important;
}

.create_tasks #custom-search-zone.dropdown-menu {
  box-shadow: 0 0 3px rgba(102, 102, 102, 0.2);
}

.create_tasks__step {
  min-height: 500px;
}

.create_tasks h4 {
  font-size: 1.5em;
  margin: 10px 0 5px;
  display: inline-block;
  color: #00262B;
}

.create_tasks #cancel-btn {
  float: right;
}

.create_tasks .nb {
  display: inline-block;
  padding: 0 10px 0 14px;
  background-color: #fff;
  color: gray;
  margin-right: 10px;
  transition: all .4s;
  border-right: 1px solid #bfbfbf;
  line-height: 12px;
  margin: 17px 10px 17px 0;
}

.create_tasks__menu {
  margin-top: 40px;
}

.create_tasks__menu--list {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
}

.create_tasks__menu--item {
  list-style-type: none;
  overflow: hidden;
  display: flex;
  flex: 1;
  transition: all .4s;
  background: #fff;
  color: gray;
  text-transform: uppercase;
}

.create_tasks__menu--item:first-child {
  border-radius: 3px 0 0 3px;
}

.create_tasks__menu--item:first-child .nb {
  padding: 0 18px 0 24px;
}

.create_tasks__menu--item:last-child {
  border-radius: 0 3px 3px 0;
}

.create_tasks__menu--item + li {
  border-left: 1px solid #ececec;
}

.create_tasks__menu--item.accessible {
  background: #065E66;
  color: white;
}

.create_tasks__menu--item.accessible .nb, .create_tasks__menu--item.active .nb {
  background: #065E66;
  color: white;
  border-color: rgba(255, 255, 255, 0.75);
}

.create_tasks__menu--item:hover {
  cursor: not-allowed;
}

.create_tasks__menu--item.accessible:hover, .create_tasks__menu--item.active {
  flex: 1.5;
  background: #00262B;
  color: white;
  cursor: pointer;
}

.create_tasks__menu--item.accessible:hover .nb, .create_tasks__menu--item.active .nb {
  padding: 0 10px 0 18px;
  background: #00262B;
}

.create_tasks__actions > div {
  overflow: hidden;
}

.create_tasks__actions .gap {
  border-radius: 4px;
  background: #fff;
  margin: 12px 0;
}

.create_tasks__actions .gap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.create_tasks__actions .gap-title {
  padding: 15px 25px 0;
  background: #fff;
  border-bottom: 1px solid #ececec;
  border-radius: 4px 4px 0 0;
}

.create_tasks__actions .gap-title .nb {
  background: transparent;
  color: black;
  margin-left: 0;
  padding-left: 0;
}

.create_tasks__actions .gap-title .right {
  float: right;
}

.create_tasks__actions .gap-content {
  padding: 15px 15px 0;
}

.create_tasks__actions h5 {
  font-size: 1.5em;
  color: black;
  padding-bottom: 6px;
  margin-top: 0;
  display: inline-block;
}

.create_tasks__actions h5 + .container {
  margin-top: 25px;
}

.create_tasks__actions h6 {
  font-size: 1.6em;
}

.create_tasks__actions h6 + p {
  margin-top: 15px;
}

.create_tasks__actions p {
  color: rgba(0, 0, 0, 0.5);
}

.create_tasks__actions p + * {
  margin-top: 5px;
}

.create_tasks__actions .row {
  padding: 0 25px 15px;
}

.create_tasks__buttons .btn {
  margin-left: 0;
}

.create_tasks__buttons .btn i {
  margin: 0 7px 0 0;
  left: -5px;
  position: relative;
}

.create_tasks__buttons .btn + .btn {
  float: right;
  margin-right: 0;
}

.create_tasks__buttons .btn + .btn i {
  margin: 0 0 0 7px;
  right: -5px;
  left: inherit;
}

.create_tasks .slider-btn {
  padding-top: 28px;
}

.create_tasks .form-group {
  margin-top: 15px;
}

.create_tasks .form-group + .form-group {
  margin-top: 5px;
}

.create_tasks input[type="text"] {
  max-width: 350px;
}

.create_tasks #tasks-col {
  float: right;
  width: 20%;
}

.create_tasks #rule-schedule-periodically-type {
  float: right;
  width: 50%;
}

.create_tasks .devices {
  padding-left: 25px;
  padding-right: 25px;
}

.create_tasks .devices__container {
  display: block;
  float: left;
  background: white;
  transition: all .3s;
  min-height: 363px;
}

.create_tasks .devices__container .custom-search-zone {
  margin-top: 26px;
}

.create_tasks .devices__container:hover {
  flex: 1.1;
}

.create_tasks .devices__container + .devices__container {
  margin-left: 0;
}

.create_tasks .devices__container .btn-group {
  padding: 5px 0;
}

.create_tasks .devices__container .row {
  padding-left: 0;
}

.create_tasks .devices__container:first-child #rule-source-container {
  padding-right: 0;
}

.create_tasks .devices__container:first-child .b-pool-edit-container + .dataTables_length {
  margin-top: 10px !important;
}

.create_tasks .devices__container .nb {
  background: transparent;
}

.create_tasks .devices__container .dataTables_scrollBody {
  height: auto !important;
}

.create_tasks .devices__container .rule-selected {
  overflow: hidden;
  border: none;
  border-radius: 0;
  height: auto;
}

.create_tasks .devices__container #rule-source-container, .create_tasks .devices__container .rule-selected {
  padding-top: 25px;
}

.create_tasks .devices__container .dataTables_length, .create_tasks .devices__container .b-pool-edit-container {
  position: relative !important;
}

.create_tasks .devices__container > div .devices__container__data {
  padding: 15px 15px;
  min-height: 300px;
}

.create_tasks .devices__container__title {
  width: 100%;
  margin-top: 0;
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 1.2em;
  overflow: hidden;
  line-height: 27px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 12px;
}

.create_tasks .devices__container__title .device-source, .create_tasks .devices__container__title .device-type {
  float: right;
  color: black;
}

.create_tasks .devices__container.expand {
  flex: 3.2;
}

.create_tasks .schedule-tab {
  width: 70%;
  display: flex;
}

.create_tasks .schedule-tab__list {
  width: 25%;
  padding-right: 0;
  padding-left: 0;
}

.create_tasks .schedule-tab__list__item {
  list-style-type: none;
  transition: all .3s;
}

.create_tasks .schedule-tab__list__item .radio {
  margin-right: 10px;
}

.create_tasks .schedule-tab__list__item.active {
  background: #dedede;
}

.create_tasks .schedule-tab__list__item label {
  display: block;
  line-height: 1.6em;
  padding: 10px;
  margin: 0;
}

.create_tasks .schedule-tab__content {
  width: 75%;
  padding: 10px;
  background: #dedede;
  min-height: 400px;
}

.create_tasks #step_type .radio {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 13px;
}

.create_tasks #step_type .row {
  max-width: 420px;
  padding-right: 40px;
}

.create_tasks #step_type h6, .create_tasks #step_type p {
  margin-left: 24px;
}

.create_tasks #step_type p {
  line-height: 1.5;
}

.create_tasks #step_type .row {
  position: relative;
}

.create_tasks #step_type label {
  font-size: 1em;
}

.create_tasks #step_type label:hover h6 {
  color: #76C6A0;
}

.create_tasks .summary-label {
  display: inline-block;
  min-width: 110px;
  margin-right: 10px;
}

.create_tasks .summary-label + span {
  color: #1a1a1a;
}

.create_tasks #rule-filters-fields {
  float: right;
}

.create_tasks .schedule-tab__content .control-label, .create_tasks .schedule-tab__content .help-block {
  height: 30px;
  line-height: 30px;
  display: table-row-group;
  padding: 0 5px;
}

.create_tasks .schedule-tab__content #rule-schedule-monthly-picks .btn.last {
  display: block;
}

.create_tasks #rule-filters-fields .btn-group {
  display: block;
}

.rule-selected {
  overflow: visible !important;
}

.rule-selected .btn-group {
  display: block;
}

.custom-search-btn-group {
  position: absolute;
  width: 190px;
  right: 36px;
  display: inline-block;
}

.custom-search-btn-group .btn-adv-search-main {
  margin-top: 0;
  width: initial;
  padding: 6px 15px;
}

.custom-search-btn-group .btn > span {
  margin-right: 3px;
}

/*

specified styles in all templates scss */
#page-header-content {
  min-height: calc(100vh - 104px);
}

.page-header-float #page-header-content-angular {
  min-height: calc(100vh - 36px);
  overflow: visible;
  height: auto;
  padding: 1rem 1rem 4rem 1rem !important;
}

#page-header-content-angular {
  min-height: calc(100vh - 104px);
  padding: 0 !important;
  height: 0;
  overflow: auto;
}

#form-modal-body-ltfs-layout {
  padding: 25px;
}

#consumption #div-chart {
  max-width: 1200px;
  width: 100%;
  height: 500px;
}

#config-portlet-th-width {
  width: 110px;
}

#config-form-group-col {
  margin-top: 0.5em;
}

#groups-config-form-group-center {
  margin-bottom: -30px;
}

#groups-config-form-group-col {
  padding-top: 20px;
}

#shared-folders-form-group {
  margin-bottom: 25px;
}

#shared-folders-row {
  padding: 25px 0 10px 0;
}

#send-email-result {
  margin-top: 20px;
}

#traces-files {
  padding-left: 25px;
}

.network-tpl input[type="radio"] {
  margin-left: 0 !important;
  position: inherit !important;
}

#table-container-users_management {
  padding: 10px;
}

#form-group-col-users_management {
  padding-top: 10px;
}

#form-group-col-users_management2 {
  padding-top: 7px;
}

#label-i-tasks_import {
  padding: 4px;
}

.tasks-row-mb5 {
  margin-bottom: 5px;
}

.tasks-row-mb5 {
  margin-bottom: 5px;
}

#task-form-section {
  height: 500px;
}

#task-form-section2 {
  position: absolute;
  bottom: 20px;
}

#tasks-table-checkbox {
  width: 24px;
}

#tasks-col {
  min-width: 100px;
}

.table-checkbox-w24 {
  width: 24px;
}

#archiving-rule-description {
  padding-bottom: 25px;
}

.pools_modal .form-horizontal .radio {
  padding-top: 0;
}

#configuration-backend-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

#div-chart.status-frontend {
  width: 450px;
  height: 300px;
}

#user_config_frontend-mb-neg {
  margin-bottom: -30px;
}

.task-source-dest {
  margin: -8px 0;
}
.task-source, .task-destination {
  margin: 0 5px;
}
.task-source-to-destination {
  font-size: 150%;
  vertical-align: middle;
}
