@import url('loading.css');

/* Fonts */
  @font-face {
      font-family: 'Montserrat';
      src: url('../../fonts/montserrat-regular-webfont.eot');
      src: url('../../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('../../fonts/montserrat-regular-webfont.woff') format('woff'),
           url('../../fonts/montserrat-regular-webfont.ttf') format('truetype'),
           url('../../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'Montserrat';
      src: url('../../fonts/montserrat-regular-webfont.svg') format('svg');
    }
  }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
	   font-family: Arial;
	}
}

/* Base */
  html {
    overflow-y: scroll;
  }
  /*body {
    background: #f3f3f3;
    font-family: "Montserrat";
  }*/
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row > div {
    margin-bottom: 15px;
  }
  .alert {
    margin-bottom: 0;
  }
  #page-wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 90%
  }
  #sidebar-wrapper {
    margin-left: -165px;
    top: 0;
    left: -30px;
    width: 250px;
    position: fixed;
    height: 100%;
    transition: all .3s ease 0s;
  }
  .green {
    background: #23ae89 !important;
  }
  .blue {
    background: #2361ae !important;
  }
  .orange {
    background: #d3a938 !important;
  }
  .red {
    background: #ae2323 !important;
  }

  .form-horizontal .has-feedback .fa-form-control-feedback {
    position: absolute;
    right: 24px;
    top: 7px;
    font-size: 20px;
  }
  .form-group .help-block.form-group-inline-error {
    padding-top: 3px;
  }
  div.input-mask {
    padding-top: 7px;
  }

/* Sidebar */
  ul.sidebar {
    position: absolute;
    top: 0;
    bottom: 45px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-indent: 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #page-wrapper:not(.active) ul.sidebar {
    bottom: 0;
  }
  ul.sidebar li a {
    color: #fff;
    display: block;
    float: left;
    text-decoration: none;
    width: 250px;  
  }
  ul.sidebar .sidebar-main {
    height: 65px;
  }
  ul.sidebar .sidebar-main a {
    font-size: 18px;
    line-height: 60px;
  }
  ul.sidebar .sidebar-main .menu-icon {
    float: right;
    font-size: 18px;
    padding-right: 28px;
    line-height: 60px;
  }
  ul.sidebar .sidebar-title {
    font-size: 12px;
    height: 35px;
    line-height: 40px;
    text-transform: uppercase;
  }
  #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;
  }
  ul.sidebar .sidebar-list {
    height: 40px;
  }
  ul.sidebar .sidebar-list a {
    text-indent: 25px;
    font-size: 15px;
    color: #b2bfdc;
    line-height: 40px;
  }
  ul.sidebar .sidebar-list a:hover {
    color: #fff;
    border-left: 3px solid #e99d1a;
    text-indent: 22px;
  }
  #page-wrapper:not(.active) ul.sidebar .sidebar-list a:hover span {
    border-left: 3px solid #e99d1a;
    text-indent: 22px;
  }
  ul.sidebar .sidebar-list .menu-icon {
    float: right;
    padding-right: 29px;
    line-height: 40px;
    width: 70px;
  }
  ul.sidebar .sidebar-list a:hover .menu-icon {
    text-indent: 25px;
  }
  .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 {
    color: #b2bfdc;
    font-size: 12px;
    line-height: 43px;
  }
  .sidebar-footer div a:hover {
    color: #ffffff;
    text-decoration: none;
  }

/* Main Content */
  #content-wrapper {
    padding-left: 0;
    margin-left: 0;
    margin-top: 60px;
    width: 100%;
    height: auto;
  }
  #page-wrapper.active {
    padding-left: 250px;
  }
  #page-wrapper.active #sidebar-wrapper {
    left: 150px;
  }

/* Header */
  .row.header {
    background: #fff;
    height: 60px;
    left: 70px;
    margin-bottom: 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .row.header.active{
    left: 250px
  }

  .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;
  }

/* panel */

  .huge {
    font-size: 40px;
  }

  .panel-green {
      border-color: #5cb85c;
  }

  .panel-green .panel-heading {
      border-color: #5cb85c;
      color: #fff;
      background-color: #5cb85c;
  }

  .panel-green a {
      color: #5cb85c;
  }

  .panel-green a:hover {
      color: #3d8b3d;
  }

  .panel-red {
      border-color: #d9534f;
  }

  .panel-red .panel-heading {
      border-color: #d9534f;
      color: #fff;
      background-color: #d9534f;
  }

  .panel-red a {
      color: #d9534f;
  }

  .panel-red a:hover {
      color: #b52b27;
  }

  .panel-yellow {
      border-color: #f0ad4e;
  }

  .panel-yellow .panel-heading {
      border-color: #f0ad4e;
      color: #fff;
      background-color: #f0ad4e;
  }

  .panel-yellow a {
      color: #f0ad4e;
  }

  .panel-yellow a:hover {
      color: #df8a13;
  }

  @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 {
    color: #919191;
    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 rgba(0,0,0,.05);
    box-shadow: 0 6px 12px rgba(0,0,0,.05);
  }
  .row.header .user > .item ul.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 23px;
    display: inline-block;
    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: '';
  }
  .row.header .user > .item ul.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 24px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    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;
  }

  /* Widgets */
  .widget {
    background: #ffffff;
    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);
    border-color: #e9e9e9;
  }
  .widget .widget-title {
    color: #767676;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border-bottom: 1px solid #e9e9e9;
  }
  .widget .widget-title i {
    margin-right: 5px;
  }
  .widget .widget-title input {
    width: 25%;
  }
  .widget .widget-body {
    padding: 20px;
  }
  .widget .widget-body table thead * {
    font-size: 14px !important;
  }
  .widget .widget-body table tbody * {
    font-size: 13px !important;
  }
  .widget .widget-body.no-padding .error, .widget .widget-body.no-padding .message {
    padding: 20px;
  }
  .widget .widget-body .error {
    color: #ff0000;
  }
  .widget .widget-body table thead {
    background: #fafafa;
  }
  .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 {
    background: #30426a;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
  }
  .widget .widget-icon i {
    line-height: 66px;
    color: #ffffff;
    font-size: 30px;
  }
  .widget .widget-content{
    margin: 0 auto;
  }
  .widget .widget-content .title {
    font-size: 28px;
    display: block;

  }
  .message-heading {
    font-size: 17px !important;
  }