[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

button.ui-datepicker-trigger {
  max-height: 30px;
  max-width: 35px;
  padding: 1px !important;
  border: 0;
  background: none;
}
select {
  background-color: #fff;
  width: 120px;
  border: 1px solid #bbb;
}

body {
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  background-color: #ffffff;
}

.align-right {
  text-align: right !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.strong-text {
  font-weight: bold;
}
.small-text {
  font-size: smaller;
}

.top-block {
  color: #716b6b;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 14px;
  text-shadow: 0 0 1px #ddd;
  min-height: 60px !important;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 1px #fafafa;
  -moz-box-shadow: inset 0 0 0 1px #fafafa;
  box-shadow: inset 0 0 0 1px #fafafa;
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 0.2) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 0.2)),
    color-stop(100%, rgba(125, 185, 232, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 0.2) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(30, 87, 153, 0.2) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(30, 87, 153, 0.2) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0.2) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e5799', endColorstr='#007db9e8',GradientType=0 );
}

.top-block span {
  clear: both;
}

.top-block:hover {
  text-decoration: none;
}

.top-block-title {
  min-height: 32px !important;
}
.top-block-number {
  font-weight: bold;
}
.notification {
  display: block;
  position: absolute;
  top: -10px;
  right: -5px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: white !important;
  text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow:
    0 1px 1px hsla(0, 0%, 0%, 0.08),
    inset 0 1px hsla(0, 100%, 100%, 0.3);
  -moz-box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.3);
  box-shadow:
    0 1px 1px hsla(0, 0%, 0%, 0.08),
    inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification {
  border-color: #2fabe9;
  background-color: #67c2ef;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, hsl(200, 80%, 82%)),
    color-stop(100%, hsl(200, 81%, 67%))
  );
  background-image: -webkit-linear-gradient(
    top,
    hsl(200, 80%, 82%),
    hsl(200, 81%, 67%)
  );
  background-image: -moz-linear-gradient(
    top,
    hsl(200, 80%, 82%),
    hsl(200, 81%, 67%)
  );
  background-image: -ms-linear-gradient(
    top,
    hsl(200, 80%, 82%),
    hsl(200, 81%, 67%)
  );
  background-image: -o-linear-gradient(
    top,
    hsl(200, 80%, 82%),
    hsl(200, 81%, 67%)
  );
  background-image: linear-gradient(
    top,
    hsl(200, 80%, 82%),
    hsl(200, 81%, 67%)
  );
}

.notification.green {
  border-color: #5aad34;
  background-color: #78cd51;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, hsl(101, 54%, 71%)),
    color-stop(100%, hsl(101, 55%, 56%))
  );
  background-image: -webkit-linear-gradient(
    top,
    hsl(101, 54%, 71%),
    hsl(101, 55%, 56%)
  );
  background-image: -moz-linear-gradient(
    top,
    hsl(101, 54%, 71%),
    hsl(101, 55%, 56%)
  );
  background-image: -ms-linear-gradient(
    top,
    hsl(101, 54%, 71%),
    hsl(101, 55%, 56%)
  );
  background-image: -o-linear-gradient(
    top,
    hsl(101, 54%, 71%),
    hsl(101, 55%, 56%)
  );
  background-image: linear-gradient(
    top,
    hsl(101, 54%, 71%),
    hsl(101, 55%, 56%)
  );
}

.notification.yellow {
  border-color: #f4a506;
  background-color: #fabb3d;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, hsl(40, 95%, 76%)),
    color-stop(100%, hsl(40, 95%, 61%))
  );
  background-image: -webkit-linear-gradient(
    top,
    hsl(40, 95%, 76%),
    hsl(40, 95%, 61%)
  );
  background-image: -moz-linear-gradient(
    top,
    hsl(40, 95%, 76%),
    hsl(40, 95%, 61%)
  );
  background-image: -ms-linear-gradient(
    top,
    hsl(40, 95%, 76%),
    hsl(40, 95%, 61%)
  );
  background-image: -o-linear-gradient(
    top,
    hsl(40, 95%, 76%),
    hsl(40, 95%, 61%)
  );
  background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification.red {
  border-color: #fa5833;
  background-color: #fa603d;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, hsl(11, 95%, 76%)),
    color-stop(100%, hsl(11, 95%, 61%))
  );
  background-image: -webkit-linear-gradient(
    top,
    hsl(11, 95%, 76%),
    hsl(11, 95%, 61%)
  );
  background-image: -moz-linear-gradient(
    top,
    hsl(11, 95%, 76%),
    hsl(11, 95%, 61%)
  );
  background-image: -ms-linear-gradient(
    top,
    hsl(11, 95%, 76%),
    hsl(11, 95%, 61%)
  );
  background-image: -o-linear-gradient(
    top,
    hsl(11, 95%, 76%),
    hsl(11, 95%, 61%)
  );
  background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.menu-tablet {
  margin-left: 5px;
}

#external-events {
  float: left;
  width: 15%;
  padding: 10px;
  text-align: left;
}
.external-event {
  margin: 5px;
  cursor: move;
}
#calendar {
  float: right;
  width: 80%;
}

.box {
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
  border: none;
  padding-top: 5px;
  border-bottom: 1px solid #dedede;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  height: 12px;
  min-height: 12px;
  margin: 0 !important;
  cursor: move;
  font-weight: bold;
  font-size: 12px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 );
}
.box-title {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

h4,
h5,
h6 {
  font-size: 12px;
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  color: #901d1f;
  text-rendering: optimizelegibility;
}

.box-header h2 {
  font-size: 13px;
  font-weight: normal;
  width: auto;
  clear: none;
  float: left;
  line-height: 25px;
}
.box-header h3 {
  font-size: 13px;
  width: auto;
  clear: none;
  float: left;
  line-height: 25px;
}
.box-header h2 > i {
  margin-top: 1px;
}
.box-icon {
  float: right;
}
.box-icon a {
  clear: none;
  float: left;
  margin: 0 2px;
  height: 18px;
  width: 5px;
  margin-top: -1px;
}
.box-icon a:has(.glyphicon) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.box-icon a i.icon-chevron-down {
  margin-left: -4px;
}
.box-content {
  padding: 5px;
}

.btn-round {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  font-size: 12px;
  padding-top: 4px;
}

ul.dashboard-list li {
  padding: 7px 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid white;
}

ul.dashboard-list a:hover {
  text-decoration: none;
}

ul.dashboard-list {
  margin: 0;
}

ul.dashboard-list li a span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
  width: 70px;
  zoom: 1;
}

.dashboard-avatar {
  height: 50px;
  width: 50px;
  padding: 1px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #ebebeb;
}

#prependedInput,
#appendedPrependedInput,
#appendedInputButtons,
#appendedInputButton {
  width: 200px;
}
#appendedInput {
  width: 75px;
}
.thumbnail {
  background-color: white;
  position: relative;
  margin-bottom: 40px !important;
  z-index: 2;
}
.thumbnails > li {
  margin-left: 15px;
  text-align: center;
  min-width: 100px;
}
.thumbnail img,
.thumbnail > a {
  z-index: 2;
  height: 100px;
  width: 100%;
  position: relative;
  display: block;
}

img.grayscale {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /*filter: url(desaturate.svg#grayscale);
    filter: gray;
    filter: grayscale(100%); */
}

.thumbnail .gallery-controls {
  position: absolute;
  z-index: -2;
  margin-top: -30px;
  height: 22px;
  min-height: 22px;
  width: 80px;
  padding: 9px;
}
.thumbnail .gallery-controls p {
  display: block;
  margin: auto;
  width: 100%;
}
label div.checker,
label div.radio {
  margin-bottom: 3px;
}
div.uploader {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
footer {
  clear: both;
}
footer .pull-right {
  float: right;
  margin-right: 10px;
}
footer .pull-left {
  float: left;
  margin-left: 10px;
}
.docs-input-sizes select,
.docs-input-sizes input[type="text"] {
  display: block;
  margin-bottom: 9px;
}

div.center,
p.center,
img.center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block;
  text-align: center;
}

.stackControls {
  padding: 5px;
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
}

.sidebar-nav {
  min-height: 0;
  box-shadow: 0 0 10px #bdbdbd;
  -webkit-box-shadow: 0 0 10px #bdbdbd;
  -moz-box-shadow: 0 0 10px #bdbdbd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-nav > ul > li:not(.nav-header) {
  margin-right: -2px;
  margin-left: -2px;
}
.nav .nav-header {
  padding: 3px 3px;
}
.navbar .brand {
  background-position: left;
  border: none;
  margin: 5px 5px;
  padding: 0px;
}
.brand {
  font-family: Arial, cursive, serif;
  letter-spacing: 2px;
  width: 250px;
  height: 33px;
  background-repeat: no-repeat;
}

.toggle-modern .toggle-slide .toggle-on,
.toggle-modern .toggle-slide .toggle-on.active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #a6dd8d),
    color-stop(1, #78cd51)
  ) !important;
  background-image: -webkit-linear-gradient(#a6dd8d, #78cd51) !important;
  background-image: -moz-linear-gradient(#a6dd8d, #78cd51) !important;
  background-image: -o-linear-gradient(#a6dd8d, #78cd51) !important;
  background-image: -ms-linear-gradient(#a6dd8d, #78cd51) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6DD8D', endColorstr='#78cd51') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6DD8D', endColorstr='#78cd51')" !important;
}

#select_objects_chzn {
  min-width: 200px !important;
}

@media (max-width: 767px) {
  .navbar .brand {
    max-width: 30%;
    background-size: contain;
  }
  .navbar .btn-navbar {
    float: left !important;
    background-color: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #000000);
  }
}

@media (max-width: 480px) {
  .navbar .brand {
    max-width: 56px;
    background-size: contain;
    margin-top: 10px !important;
  }
}
@media (max-width: 320px) {
  .breadcrumb {
    font-size: 7px !important;
  }
}

.brand a {
  float: left;
  height: 33px;
  width: 250px;
  margin-right: 5px;
}
.brand img {
  display: none;
}
.brand span {
  float: left;
}

.break_words {
  word-wrap: break-word;
}

.objects_heading {
  display: table;
  padding: 8px 8px;
  width: 100%;
}
.objects_support_title {
  display: inline;
  margin: 5px 5px 10px 10px;
}
.objects_support {
  display: inline;
}
.objects_support-add {
  display: inline;
  float: right;
}
.objects_heading_ele {
  float: left;
  min-width: 130px;
}
.objects_heading_ele_r {
  float: right;
  margin-right: 20px;
}
#settings {
}

.minichart {
  display: table;
  list-style: none outside none;
}
ul.minichart {
  margin: 0 0 0px 10px;
  padding: 0;
}
.minichart > li {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  padding: 4px;
}
.minichart-name {
  font-size: 10px;
  line-height: 10px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}

.minichart-name > a {
  color: #000;
}

.minichart-number {
  padding: 2px;
}

.chart-obj {
  display: block;
  background-color: white;
  height: 50px;
  width: 66px;
  margin: 10px 10px 10px 10px;
  padding: 5px;

  border: 1px solid #dddddd;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.chart-title {
  display: block;
  background-color: white;
  margin: 0px 0px 4px 0px;
  padding: 2px;

  border: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  font-size: 0.8em;
  white-space: normal;
  word-wrap: break-word;
}

.chart-number {
  color: #fff;
  text-align: center;
  font-size: 3em;
  margin: 0px;
  padding: 2px 2px 2px 2px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.justify {
  text-align: justify;
  text-justify: newspaper;
}

.app {
  text-align: center;
}
.app-contents {
  -webkit-transition: -webkit-transform 100ms;
  display: block;
  line-height: 20px;
}
.app-img-container {
  -webkit-mask-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
}
.app-contents > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-menu li a i {
  margin-right: 9px;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-color: #c7c7c7;
}

.dropselect > .dropselect-filter .dropselect-filter-input {
  width: 95% !important;
}

.dropdown-menu .group_menu {
  padding: 8px;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  clear: both;
  font-weight: normal;
  text-align: center;
  font-style: italic;
  line-height: 1.42857143;
  white-space: normal;
  color: #ffffff !important;
  height: 20px !important;
  background-color: #656464 !important;
}

.app-section-obj {
  background-color: white;
  width: 80px;
  min-height: 50px;
  position: relative;
  margin-bottom: 5px !important;
  z-index: 2;
}
.app-section-obj > li {
  margin-left: 15px;
  text-align: center;
}
.app-section-obj img,
.app-section-obj > a {
  z-index: 2;
  height: 100px;
  width: 100%;
  position: relative;
  display: block;
}
.app-section-obj {
  border: 1px solid #dddddd;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  line-height: 1;
  padding: 5px;
}
.sparklines {
  padding: 2px;
}

.none {
  display: none;
  visibility: hidden;
}

.legend-title {
  display: block;
  padding: 10px;
  margin: 5px 10px 5px 0px;
  font-size: 14px;
  line-height: inherit;
  color: #1e8f1e;
  background-color: #f5f5f5;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

/* css for timepicker */
.ui-datepicker {
  z-index: 1100 !important;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

.section-title label {
  color: #a2a2a2;
  text-align: left !important;
}
.section-title hr {
  color: #a2a2a2;
  margin: 12px 0 0 0;
  border-top: 3px double #a2a2a2;
}
.subtext {
  vertical-align: super;
  color: #a7a4a4;
  margin-left: 3px;
  font-size: 10px;
}

@media (max-width: 979px) {
  .sidebar-nav {
    padding: 0;
    margin-bottom: 0;
  }
  .theme-text {
    display: none;
  }
  .objects_heading_ele_r {
    float: right;
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box-icon {
    display: none;
  }
  .box-header h2 {
    font-size: 13px !important;
  }
  .box-header h3 {
    font-size: 11px !important;
  }
  .menu-tablet {
    word-break: normal;
  }
  .objects_heading_ele_r {
    float: right;
    margin-right: 13px;
  }
}

@media (max-width: 480px) {
  .modal {
    position: fixed;
    top: 3%;
    right: 3%;
    left: 3%;
    bottom: 3%;
    width: auto;
    margin: 0;
  }
  .modal-body {
    max-height: 600px;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .objects_heading_ele_r {
    float: right;
    margin-right: 13px;
  }

  .form-horizontal .control-group > label {
    float: left;
    padding-top: 5px;
    text-align: left;
    width: auto;
  }

  #app {
    width: 250px !important;
    font-size: 10px;
  }
}

.navbar-search {
  margin-left: 10px;
}
.navbar-inner {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none !important;
  background-color: #f5f5f5 !important;
}
div.dataTables_length select {
  width: 50px;
}
.dataTables_filter input,
.dataTables_length select {
  display: inline-block;
  margin-bottom: 0;
}
ul.ajax-loaders li {
  display: inline-block;
  list-style: none;
  padding: 10px;
}
ul.ajax-loaders {
  min-height: 80px;
}
.bs-icons li {
  list-style: none;
}
#for-is-ajax {
  padding-left: 12px;
  cursor: pointer;
}
#loading {
  margin-top: 20px;
  width: 128px;
  font-weight: bold;
}
#loading div.center {
  margin-top: 10px;
  height: 15px;
  width: 128px;
  background: url(../img/ajax-loaders/ajax-loader-6.gif);
}

.box-content .nav-tabs {
  margin-right: -10px;
  margin-left: -10px;
}
#inputIcon {
  width: 200px;
}
.show-grid [class*="span"] {
  background-color: #ededed;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
  color: black;
}
.show-grid:hover [class*="span"] {
  background: #dedede;
}
.login-header {
  padding-top: 30px;
  height: 120px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.remember {
  margin-top: 3px;
}
.green {
  color: #458746;
}
.red {
  color: #b94846;
}
.blue {
  color: #3986ac;
}
.yellow {
  color: #f99406;
}
.login-box {
}
.login-box .input-prepend {
  margin-bottom: 10px;
}
.input-prepend {
  margin-bottom: 3px !important;
}
.login-box .btn {
  margin-top: 15px;
  width: 100%;
}

.box-content.buttons {
  min-height: 297px;
}

#section_selector {
  min-width: 150px;
}

.form-horizontal .control-label2 {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  text-align: left;
  width: 80px;
}
.form-horizontal .controls2 {
  margin-left: 100px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  padding-top: 5px;
  padding-right: 5px;
}

.control-group-app {
  margin-bottom: 0px !important;
}

/* Google Map */
div#map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 0px;
  border: 2px #fff solid;
}

div#map_canvas {
  width: 100%;
  height: 300px;
}

div#map .zoom {
  display: none;
}

div#map .address {
  width: 100%;
  font-size: 10px;
  text-align: center;
  font-weight: none;
}

div#crosshair {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 17px;
  width: 16px;
  margin-left: -8px;
  margin-top: -8px;
  background-image: url(../img/cross.png);
  background-position: 0 -23px;
  background-repeat: no-repeat;
}
#flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  box-shadow: 0 0 10px #555;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* TIMEPICKER */
.hasTimepicker {
  z-index: 99 !important;
}
.timepicker input {
  max-width: 134px;
}
.timepicker button {
  max-width: 35px;
  max-height: 28px;
  padding: 1px;
}

/* DURATION SPINNER */
.duration-spinner input {
  max-width: 40px;
  margin-bottom: 3px;
}

span.ui-spinner {
  overflow: visible;
}

/* TIMEZONE SELECTOR */
.timezone-text {
  font-size: 10px;
}
.timezone-sel {
  font-size: 11px;
}

/* CSS used here will be applied after bootstrap.css */
.noti-box {
  background-color: #eaeaea;
  border: 1px solid #999999;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 2px;
  font-family: Helvetica, Arial;
  opacity: 0.85;
  width: 80%;
  margin: 10px;
  -moz-box-shadow: 1px 1px 4px #c2bebf;
  -webkit-box-shadow: 1px 1px 4px #c2bebf;
  box-shadow: 1px 1px 4px #c2bebf;
}
.noti-box .content .cover {
  float: left;
  background-color: #242525;
  width: 70px;
  height: 70px;
  background-size: contain;
}
.noti-box .content .cover img {
  float: left;
  filter: invert(0%);
  -webkit-filter: invert(0%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 70px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.noti-box .content .text {
  float: left;
  width: 70%;
  padding-left: 10px;
  padding-top: 5px;
}
.noti-box .content .text .title {
  font-weight: bold;
}

/* Classes for responsive tables */
.responsive-table-on .hide-on-mobile-portrait,
.responsive-table-on .hide-on-mobile-landscape,
.responsive-table-on .hide-on-mobile,
.responsive-table-on .hide-on-tablet-portrait,
.responsive-table-on .hide-on-tablet-landscape,
.responsive-table-on .hide-on-tablet {
  display: none !important;
}
.responsive-table-on .forced-display {
  display: table-cell !important;
}

/*480px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 480px) {
  /* Classes for responsive tables */
  .responsive-table-on .hide-on-mobile-portrait {
    display: table-cell !important;
  }
} /*/mediaquery*/

/*768px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 768px) {
  /* Classes for responsive tables */
  .responsive-table-on .hide-on-mobile-landscape,
  .responsive-table-on .hide-on-mobile {
    display: table-cell !important;
  }
} /*/mediaquery*/

/*992px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 992px) {
  /* Classes for responsive tables */
  .responsive-table-on .hide-on-tablet-portrait {
    display: table-cell !important;
  }
} /*/mediaquery*/

/*1200px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 1200px) {
  /* Classes for responsive tables */
  .responsive-table-on .hide-on-tablet-landscape,
  .responsive-table-on .hide-on-tablet {
    display: table-cell !important;
  }
} /*/mediaquery*/
