﻿body {
    background-color: rgb(250, 250, 250);
}

/*html {
      background-image: url('/Images/1543178897.svg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
    }*/

h1 {
    font-size:24px;
    margin-top:0;
    margin-bottom:10px
}

.container-fluid {
    padding: 0 15px;
}

.small-label {
    font-weight: normal;
}

.blacklabel {
    color: black;
}

.bold-label {
    font-weight: bold;
    padding-top: 36px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid black;/*#3498db;*/ /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 3s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#asstspnl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    visibility: hidden;
}*/

/*.aspNetDisabled {
    text-decoration: none;
}*/

.aspNetDisabled:hover {
    text-decoration: none;
}


.table-scrollable .table-container {
    overflow: auto;
    width: 100%;
    clear: both
}

.table-scrollable table {
    margin-top: 0!important
}

.table-scrollable th,.table-scrollable td {
    white-space: nowrap;
    padding: 3px 5px!important
}

.table-scrollable th {
    font-size:13px;
    padding-right:15px!important
}

.table-scrollable td {
    font-size:12px;
    padding:4px 5px 2px 5px!important
}

.table-scrollable td.first {
   /*font-size:0px;
    color: #FFF;
    padding:2px!important*/
    font-size:11px;
    padding:2px!important
}

.table-scrollable td.second {
    font-size:11px;
    padding:2px!important
}

.table-scrollable th.sortasc {
    background:url('../Images/down.png') right 3px no-repeat
}

.table-scrollable th.sortdesc {
    background:url('../Images/up.png') right 3px no-repeat
}

.table-scrollable thead td.first {
    background:url('') center center no-repeat
}

.table-scrollable thead td.second {
    background:url('../Images/filter.png') center center no-repeat
}

.table-scrollable .btn-default {
    font-size:11px
}

.table-scrollable .dataTables_length,.table-scrollable .dataTables_filter {
    font-size:10px;
    color:#999
}

.table-scrollable .dataTables_info {
    width:50%;
    float:left;
    font-size:10px;
    color:#999
}

.table-scrollable .dataTables_paginate {
    float:left!important;
    margin-top:10px
}

.table-scrollable .dataTables_length {
    float:right!important;
    margin-top:10px
}

.table-scrollable .dt-buttons {
    float:right!important;
    margin-top:10px
}

.table-dt .table-container {
    overflow: auto;
    width: 100%;
    clear: both
}

.table-dt table {
    margin-top: 0!important
}

.table-dt th,.table-dt td {
    white-space: nowrap;
    padding: 3px 5px!important
}

.table-dt th {
    font-size:13px;
    padding-right:15px!important
}

.table-dt td {
    font-size:12px;
    padding:4px 5px 2px 5px!important
}

.table-dt td.first {
   /*font-size:0px;
    color: #FFF;
    padding:2px!important*/
    font-size:11px;
    padding:2px!important
}

.table-dt td.second {
    font-size:11px;
    padding:2px!important
}

.table-dt th.sortasc {
    background:url('../Images/down.png') right 3px no-repeat
}

.table-dt th.sortdesc {
    background:url('../Images/up.png') right 3px no-repeat
}

.table-dt thead td.first {
    background:url('') center center no-repeat
}

.table-dt thead td.second {
    background:url('../Images/filter.png') center center no-repeat
}

.table-dt .btn-default {
    font-size:11px
}

.table-dt .dataTables_length,.table-scrollable .dataTables_filter {
    font-size:10px;
    color:#999
}

.table-dt .dataTables_info {
    width:50%;
    float:left;
    font-size:10px;
    color:#999
}

.table-dt .dataTables_paginate {
    float:left!important;
    margin-top:10px
}

.table-dt .dataTables_length {
    float:right!important;
    margin-top:10px
}

.table-dt .dt-buttons {
    float:right!important;
    margin-top:10px
}

.table-dt2 .table-container {
    overflow: auto;
    width: 100%;
    clear: both
}

.table-dt2 table {
    margin-top: 0 !important
}

.table-dt2 th, .table-dt2 td {
    white-space: nowrap;
    padding: 3px 5px !important
}

.table-dt2 th {
    font-size: 13px;
    padding-right: 15px !important
}

.table-dt2 td {
    font-size: 12px;
    padding: 4px 5px 2px 5px !important
}

    .table-dt2 td.first {
        /*font-size:0px;
    color: #FFF;
    padding:2px!important*/
        font-size: 11px;
        padding: 2px !important
    }

    .table-dt2 td.second {
        font-size: 11px;
        padding: 2px !important
    }

.table-dt2 th.sortasc {
    background: url('../Images/down.png') right 3px no-repeat
}

.table-dt2 th.sortdesc {
    background: url('../Images/up.png') right 3px no-repeat
}

.table-dt2 thead td.first {
    background: url('') center center no-repeat
}

.table-dt2 thead td.second {
    background: url('../Images/filter.png') center center no-repeat
}

.table-dt2 .btn-default {
    font-size: 11px
}

.table-dt2 .dataTables_length, .table-scrollable .dataTables_filter {
    font-size: 10px;
    color: #999
}

.table-dt2 .dataTables_info {
    width: 50%;
    float: left;
    font-size: 10px;
    color: #999
}

.table-dt2 .dataTables_paginate {
    float: left !important;
    margin-top: 10px
}

.table-dt2 .dataTables_length {
    float: right !important;
    margin-top: 10px
}

.table-dt2 .dt-buttons {
    float: right !important;
    margin-top: 10px
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #dcdcdc;
}

.noBorder {
    border:none !important;
}

#dialog {
    overflow:hidden;
    height:94%
}

#dialog .btn {
    width:100%;
    margin-bottom:10px
}

#uploaddialog {
    overflow:hidden;
    height:94%
}

#uploaddialog .btn {
    width:100%;
    margin-bottom:10px
}

#loggingunitdialog {
    overflow:hidden;
    width:95%;
    height:94%
}

#loggingunitdialog .btn {
    width:100%;
    margin-bottom:10px
}

#report {
    width:100%;
    height:94%
}

#upload {
    width:100%;
    height:94%
}

#map {
    width:100%;
    height:94%;
}

#mapid {
    z-index:1;
}

.jumbotron {
    color:#888;
    font-style:italic
}

.jumbotron h1 {
    font-size:18px
}

.jumbotron p {
    font-size:14px
}

.ui-widget {
    font-size:.9em
}

.ui-dialog-titlebar-close {
    visibility:hidden
}

.simplecolorpicker.picker {
    background-color: #000;
}

.simplecolorpicker span.color {
    width: 22px;
}

/*.simplecolorpicker span.color[data-selected]:after {
  color: #fff;
}*/

#sort {
    display:none
}

#sort .sort-order {
    margin-top:10px
}

#sort .glyphicon {
    cursor:move
}

#sort .btn {
    width:100%;
    margin-bottom:10px
}

.update-node-order {
    font-size: 10px;
    color: #9f9f9f;
}

.toggle_visibility {
    font-size: 10px;
    color: #9f9f9f;
}

.jstree-default {
    background-color:white!important;
    overflow:auto
}

.jstree-default li {
    font-size:12px
}

#tree .no_checkbox > i.jstree-checkbox {
	display: none;
}

[a_attr=no_checkbox] > a > ins.jstree-checkbox  {
    display: none;
}

.filter-disabled {
    display:block
}

.filter-enabled {
    display:none
}

.search-active .filter-disabled {
    display:none
}

.search-active .filter-enabled {
    display:block
}

.list-group-item {
    padding:5px 10px
}

.filter-type {
    display:none;
    max-height:500px;
    overflow:auto;
    padding-right:10px
}

.filter-type-active {
    display:block
}

.loginpanel {
    width: 300px;
}

/*#map {
    width: 600px; height: 1000px;
}*/

/*
.btn {
  font-size: 12px;
  line-height: 1.2;
}*/

/*.form-control {
    font-size: 12px;
    line-height: 1.42857143;
}*/

.btn-smx
{
  padding: 1.5px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}

.fa-green
{
  color: #419641;
}

.fa-red
{
  color: #d9534f;
}

.fa-tomato
{
  color: tomato;
}

.fa-blue
{
  color: #428bca;
}

.fa-darkgrey
{
  color: gray;
}

.fa-orange
{
  color: orange;
}

.fa-yelloe
{
  color: #ffff00;
}

.fa-yellow
{
  color: #ffff00;
}

.fa-lightgray {
    color: lightgray;
}

.fa-overlay {
  position: relative;
}

.fa-overlay:after {
  content: "\f12a";
  position: absolute;
  right:-3px;
  color: #d9534f;
}

/*.DTTT_button_copy div{
    z-index: 5000 !important;
}

.DTTT_button_csv div{
    z-index: 5001 !important;
}

.DTTT_button_xls div{
    z-index: 5002 !important;
}

.DTTT_button_pdf div{
    z-index: 5003 !important;
}

.DTTT_button_print div{
    z-index: 5004 !important;
}*/

.col-md-2a
{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-pad-10
{
  padding-left: 10px;
}

.col-pad-20
{
  padding-left: 20px;
}

.col-pad-30
{
  padding-left: 30px;
}

.col-pad-30-right
{
  padding-right: 30px;
}

.col-pad-45
{
  padding-left: 45px;
}

@media (min-width: 992px) {
  .col-md-2a {
    float: left;
  }

  .col-md-2a {
    width: 20%;
  }
}

.pad {
   padding-left: 10px;
    padding-right: 10px;
  }

.tiptext {
    background:#ccc;
    border: 1px #333 solid;
    padding:5px;
    width:100px;
}

.description {
    display:none;
    position:absolute;
    border:1px solid #000;
    width:400px;
    height:40px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dropdown-menu.multi-column {
    width: 400px;
}

.dropdown-menu.multi-column .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.no_checkbox > i.jstree-checkbox {
  display:none;
}

.jstree-anchor > .jstree-checkbox-disabled {
    display: none;
}

.explainblue70 {
    font-size: 70%;
    color: #1e90ff;
}

.explainblue100 {
    font-size: 70%;
    color: #1e90ff;
}

.explainblack70 {
    font-size: 70%;
    color: #000;
}

.explainblack100 {
    font-size: 100%;
    color: #000;
}

.explainred70 {
    font-size: 70%;
    color: red;
}

.explainred100 {
    font-size: 100%;
    color: red;
}

.logo {
  height: 80px;
}

.padright0 {
  padding-right: 0px;
}

.padleft0 {
  padding-left: 0px;
}

a.dt-button.orange {
    color: orange;
}

a.dt-button.green {
    color: green;
}

a.dt-button.btn-base {
  position: relative;
  display: inline-block;
  /* pad */
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}

a.dt-button.btn-primary {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

a.dt-button.btn-danger {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

a.dt-button.btn-grey {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #999;
  background-color: #e9e9e9;
  border-color: #999;
}

a.dt-button.btn-green {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  background-color: #419641;
  border-color: #999;
}


a.dt-button.btn-blue {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  background-color: #337ab7;
  border-color: #999;
}

table-dt.dataTable {
  border: none;
  margin-left: 0px;
  margin-right: 0px;
}

table-dt2.dataTable {
    border: none;
    margin-left: 0px;
    margin-right: 0px;
}

.color {
    -moz-border-radius:4px 4px 4px 4px;  /*rounds corners for firefox*/
    border-radius:4px 4px 4px 4px;  /*rounds corners for other browsers*/
}

.rectangle {
  height: 20px;
  width: 50px;
  -moz-border-radius:4px 4px 4px 4px;  /*rounds corners for firefox*/
  border-radius:4px 4px 4px 4px;  /*rounds corners for other browsers*/
}

.col-form-label {
    padding-top: 7px;
}

.top-pad-10 {
    padding-top: 10px;
}

@media (max-width:1068px) {
    .logo {
        height: 55px;
    }
}

/*
.nav-collapse {
  margin-left: 1em;
}
    */
@media (max-width:1068px) {
    .navbar-brand {
        padding: 0;
    }
}

@media (max-width: 1068px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

}