/*
* Base structure
*/

/* Base */
html {
  overflow-y: scroll;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row > div {
  margin-bottom: 15px;
}
.alerts-container .alert:last-child {
  margin-bottom: 0px;
}
#page-wrapper {
  padding-left: 70px;
  height: 100%;
}
#sidebar-wrapper {
  margin-left: -150px;
  left: -30px;
  width: 200px;
  position: fixed;
  height: 100%;
}
.green {
  background: #23ae89 !important;
}
.blue {
  background: #2361ae !important;
}
.orange {
  background: #d3a938 !important;
}
.yellow {
  background: #ffca00 !important;
}
.red {
  background: #ae2323 !important;
}
.form-group .help-block.form-group-inline-message {
  padding-top: 5px;
}
div.input-mask {
  padding-top: 7px;
}

/* Sidebar */

ul.sidebar {
  position: absolute;
  top: 0px;
  bottom: 45px;
  right: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y: auto;
  width: 100%;
}

.custom-navbar .sidebar .title-header {
  width: 100%;
  float: right;
  padding: 20px 10px;
  margin: 0;
  cursor: pointer;
}

.custom-navbar .sidebar .title-header i {
  margin: 0 5px;
}

.custom-navbar .sidebar ul {
  padding: 0;
  display: none;
}

.icon-header {
  text-decoration: none !important;
  box-shadow: none !important;
}
.custom-navbar .sidebar ul li {
  float: right;
  width: 100%;
}
.custom-navbar .sidebar ul li a {
  float: right;
  width: 100%;
  padding: 5px 15px 5px 0;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}

#page-wrapper:not(.active) ul.sidebar .sidebar-title {
  display: none;
}
#page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
  display: block;
  height: 2px;
  margin: 13px 0;
}
.sidebar-footer {
  position: absolute;
  height: 40px;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#page-wrapper:not(.active) .sidebar-footer {
  display: none;
}

.sidebar-footer div a {
  font-size: 12px;
  line-height: 43px;
}

.sidebar-footer div a:hover {
  text-decoration: none;
}

/* Main Content */
#content-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 561px) {
  #page-wrapper.active {
    padding-left: 180px;
  }
}
@media only screen and (max-width: 560px) {
  #page-wrapper.active {
    padding-left: 70px;
  }
}
#page-wrapper.active #sidebar-wrapper {
  left: 150px;
  z-index: 1;
}

/* Header */
.row.header {
  height: 60px;
  margin-bottom: 15px;
}
.row.header > div:last-child {
  padding-right: 0;
}
.row.header .meta .page {
  font-size: 17px;
  padding-top: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 993px) {
  .row.header .meta .page {
    width: 380px;
  }
}
@media only screen and (max-width: 992px) {
  .row header .meta .page {
    width: 180px;
  }
}
.row.header .meta .breadcrumb-links {
  font-size: 10px;
}
.row.header .login a {
  padding: 18px;
  display: block;
}
.row.header .user > .item {
  width: 65px;
  height: 60px;
  float: right;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.row.header .user > .item a {
  display: block;
}
.row.header .user > .item i {
  font-size: 20px;
  line-height: 55px;
}
.row.header .user > .item img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border-radius: 2px;
}
.row.header .user > .item ul.dropdown-menu {
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px #0000000d;
  box-shadow: 0 6px 12px #0000000d;
}
.row.header .user > .item ul.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 23px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.row.header .user > .item ul.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 24px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.row.header .user > .item ul.dropdown-menu .dropdown-header {
  text-align: center;
}
.row.header .user > .item ul.dropdown-menu li.link {
  text-align: left;
}
.row.header .user > .item ul.dropdown-menu li.link a {
  padding-left: 7px;
  padding-right: 7px;
}
.row.header .user > .item ul.dropdown-menu div {
  padding: 15px;
}

/* Widgets */

.widget {
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.widget .widget-title {
  padding: 10px 15px;
  line-height: 30px;
}
.widget .widget-title i {
  margin-right: 5px;
}
.widget .widget-title input {
  width: 25%;
}
/* Reset */
.widget .widget-title .bootstrap-select-searchbox input {
  width: 100%;
}

.widget .widget-body {
  padding: 20px;
}
.widget .widget-body table thead * {
  font-size: 14px !important;
}
.modal-title,
.row,
.table {
}

.widget .widget-body table tbody * {
  font-size: 13px !important;
}

.well .nav-tabs a {
  background: none !important;
}
.widget .widget-body table tbody .btn-tag {
  padding: 0px 5px;
}
.widget .widget-body.no-padding .error,
.widget .widget-body.no-padding .message {
  padding: 20px;
}
.widget .widget-body.large {
  height: 350px;
  overflow-y: auto;
}
.widget .widget-body.medium {
  height: 250px;
  overflow-y: auto;
}
.widget .widget-body.small {
  height: 150px;
  overflow-y: auto;
}
.widget .widget-body.no-padding {
  padding: 0;
}
.widget .widget-body button {
  margin-left: 5px;
}
.widget .widget-body div.alert {
  margin-bottom: 10px;
}

.widget .widget-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
}

.widget .widget-icon i {
  line-height: 66px;
  font-size: 30px;
}
.widget .widget-content .title {
  font-size: 28px;
  display: block;
}

.news-widget div.article {
  padding-top: 15px;
}
.displaynone {
  display: none !important;
}

.previewDisplay {
  float: right;
  margin: 2px !important;
  padding: 0px !important;
  text-decoration: none !important;
}

.itemWidget{
  float: right;
  width: 100%;
  margin:2px 0;
  background-color: #04464f;
  padding: 10px 5px;
  border-radius: 10px;
}
.itemWidget .title{
  float: right;
  width: 100%;
  color: #fff;
  margin: 5px 20px 15px;
}
.itemWidget label{
  display: none
}

.itemWidget .resultWidget{
  float: right;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
}
.itemWidget .resultWidget span{
  padding: 5px;
  float: right;
  margin: 2px;
}
.itemWidget .resultWidget .btn-warning{
  float: right;
  width: 100%;
  margin-top: 10px;
}