@charset "utf-8";

.container-fluid {
  padding: 30px;
  background: #032231;
}

.row.pd10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.pd10 .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.treeview>ul.treeview-menu {
  margin-top: 10px;
}

.treeview-menu li.active {
  color: #fff;
}

.treeview-menu>li>a {
  padding: 7px 5px 7px 22px;
  display: block;
  font-size: 16px;
}


/*-------------------------------------------------------------------
	sidebar
-------------------------------------------------------------------*/


.sidebar-menu {
  overflow: unset;
}

.sidebar-menu li.active>a.depth1 {
  color: #0087c7;
}

.sidebar-menu>li.menu-open>a::before {
  position: absolute;
  content: '';
  left: -16px;
  border-left: 3px solid #0087c7;
  height: 100%;
}

.sidebar-menu>li>a {
  padding: 0;
  margin-top: 25px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.sidebar-menu li>a>.pull-right-container {
  position: absolute;
  margin-top: 0;
  width: 12px;
  height: 2px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}


.sidebar {
  position: fixed;
  left: 30px;
  top: 30px;
  bottom: 30px;
  width: 240px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032131+0,072a3b+100 */
  background: rgb(3, 33, 49);
  /* Old browsers */
  background: -moz-linear-gradient(-60deg, rgba(3, 33, 49, 1) 0%, rgba(7, 42, 59, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-60deg, rgba(3, 33, 49, 1) 0%, rgba(7, 42, 59, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-60deg, rgba(3, 33, 49, 1) 0%, rgba(7, 42, 59, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#032131', endColorstr='#072a3b', GradientType=1);
  /* IE6-9 */
  border-radius: 12px;
  border: 1px solid #0e3142;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .3);
}

.sidebar_top {
  padding: 22px 16px;
  height: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1397d6+0,0087c7+100 */
  background: #1397d6;
  /* Old browsers */
  background: -moz-linear-gradient(-117deg, #1397d6 0%, #0087c7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-117deg, #1397d6 0%, #0087c7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-117deg, #1397d6 0%, #0087c7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1397d6', endColorstr='#0087c7', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 12px 12px 0 0;
}

.sidebar_top .sidebar-toggle {
  position: absolute;
  display: block;
  width: 20px;
  height: 16px;
}

.sidebar_top .sidebar-toggle .trigger {
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100%;
  text-indent: -9999px;
}

.sidebar_top .sidebar-toggle .trigger:first-child {
  top: 0;
}

.sidebar_top .sidebar-toggle .trigger:nth-child(2) {
  top: 50%;
}

.sidebar_top .sidebar-toggle .trigger:last-child {
  top: 100%;
}

.sidebar_body {
  padding: 20px 16px;
}

.sidebar_body .input-group {
  background: #07374d;
  border-radius: 6px;
}

.sidebar_body .input-group .form-control {
  height: 42px;
  background: #07374d;
  border: none;
  border-radius: 6px;
}

.sidebar_body .input-group .btn {
  padding: 6px 10px;
}

.sidebar_body .input-group i {
  font-size: 18px;
  color: #0088c7;
}

.sidebar_body .input-group i::before {
  margin-left: 0;
  margin-right: 0;
}

header {
  display: flex;
  justify-content: space-between;
}

.header_left {
  width: calc(100% - 300px);
  display: table-cell;
  padding: 14px 20px;
  background: #0d2b3d;
  border: 1px solid #1d3948;
  border-radius: 6px;
  font-size: 0;
}

.header_left_area {
  display: table;
  width: 100%;
}

.header_left h1 {
  margin: 0;
}

.header_left .logo_area,
.header_left .date_area,
.header_left .status_area {
  display: table-cell;
  font-size: 0;
}

.header_left .date_area {
  text-align: right;
  vertical-align: middle;
}

.header_left .date_area p {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.header_left .date_area p+p {
  padding-left: 32px;
}

.header_left .date_area p span {
  display: inline-block;
  padding-right: 8px;
  color: #0088c7;
}

.header_left .status_area {
  text-align: right;
  vertical-align: middle;
}

.header_left .status_area button {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.header_left .status_area button img {
  padding-left: 12px;
  vertical-align: -8px;
}


.header_right {
  position: relative;
  width: 280px;
  text-align: right;
  padding: 14px 20px;
  background: #0d2b3d;
  border: 1px solid #1d3948;
  border-radius: 6px;
  font-size: 0;
}

.header_right .form-group {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single  {
  background-color: transparent;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 15px;
  color:#fff;
  font-size: 15px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color:#fff transparent transparent transparent;
}