/**-- RESET AREA      **/
@import "/css/jquery_ui.css";
@import "/css/mobiscroll-2.3.custom.min.css";
@import "/css/fixedHeaderTableDefaultTheme.css";
button,
dl,
dd,
dt,
form,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
/**-- END RESET AREA  **/
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/YDAoLskQQ5MOAgvHUQCcLbcQawGFB1zaa2VYh64hVv8.eot);
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(/css/YDAoLskQQ5MOAgvHUQCcLbcQawGFB1zaa2VYh64hVv8.eot) format('embedded-opentype'), url(/css/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff) format('woff');
}
html {
  height: 100%;
}
body {
  background-color: #121212;
  color: white;
  font-family: arial, sans;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
}
br.clear {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}
#container-all {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* 	background: url(/images/background_grass.png) repeat-x;
	background-position: 0 100%;
 */
}
#nav {
  width: 160px;
  height: 100%;
  float: right;
  position: relative;
  margin-right: 4px;
}
#bd {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 13px;
}
#hd {
  height: 22px;
  margin: 0 13px 10px 13px;
  font-size: 12px;
  font-weight: bold;
  background: #2a2a2a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #030303));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2a2a2a 0%, #030303 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#030303', GradientType=0);
  /* IE6-9*/
}
#container-main {
  overflow: auto;
  width: 100%;
  display: flex;
  flex: 1;
  padding: 7px 0px 7px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#workarea {
  font-size: 14px;
  width: 100%;
  margin: 0 13px 0 13px;
}
@media (max-width: 1897px) {
  #workarea {
    width: 98%;
  }
}
#footer {
  height: 48px;
  width: 100%;
  position: absolute;
  bottom: 13px;
  padding: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#footer > div {
  height: 100%;
  width: 100%;
  float: left;
  background: #2a2a2a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #030303));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2a2a2a 0%, #030303 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2a2a2a 0%, #030303 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#030303', GradientType=0);
  /* IE6-9*/
}
/*#########Carousel###########*/
#controller-carousel-top {
  height: 22px;
  position: relative;
  margin: 13px 13px 13px 0;
}
#controller-carousel-bottom {
  height: 48px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 13px 13px 13px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#controller-carousel-bottom > .button,
#controller-carousel-top > .button {
  height: 100%;
  width: 147px;
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  -moz-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  behavior: url(/css/PIE.php);
}
#controller-carousel-bottom > .button {
  margin-top: 0;
}
#nav-main {
  width: 100%;
  height: 100%;
  padding: 0 0 100px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#div-carosel {
  width: 100%;
  height: 100%;
  margin-top: 2px;
  /* 	overflow: hidden; */
  overflow-y: auto;
  overflow-x: hidden;
}
#div-carosel > div {
  position: relative;
}
#div-carosel .button {
  width: 147px;
  height: 97px;
  margin-bottom: 16px;
  position: relative;
}
/*#########END Carousel###########*/
.boxborder,
.row,
.cell,
.cell2,
.cell3,
.quarter,
.third,
.half,
section,
header,
footer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
section,
header,
footer {
  width: 100%;
}
/*#########header , footer inner content###########*/
#page-head {
  float: left;
  width: 100%;
}
#help,
#userinfo {
  float: left;
}
#time,
#logout {
  float: right;
}
#help,
#icon-help,
#logout {
  cursor: pointer;
  background: url(/images/graphics_icons.png);
}
#help,
#icon-help,
#logout,
#userinfo,
#time {
  height: 22px;
  line-height: 22px;
}
#help {
  width: 61px;
  background-position: -31px -1121px;
}
#icon-help {
  margin: 0 0 0 7px;
  background-position: -326px -7px;
  height: 24px;
  width: 28px;
}
#userinfo {
  margin-left: 13px;
}
#logout {
  width: 91px;
  background-position: 0 -1156px;
}
#logout.pressdown {
  background-position: 0 -1221px;
}
#logout div {
  text-align: right;
  width: 84px;
}
#time {
  text-align: right;
  margin-right: 12px;
}
#logo-bottom {
  height: 22px;
  width: 67px;
  float: left;
  background: url(/images/graphics_icons.png);
  background-position: 0px -1252px;
}
#footer-message {
  height: 22px;
  float: left;
  margin: 0 10px;
  line-height: 22px;
  font-family: Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
}
/*#########ENDheader , footer inner content###########*/
.outline {
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  -moz-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  behavior: url(/css/PIE.php);
}
.outline2 {
  -webkit-box-shadow: 0 0 0 2px rgba(230, 230, 230, 0.4), 0 0 3px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 2px rgba(230, 230, 230, 0.4), 0 0 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(230, 230, 230, 0.4), 0 0 3px 4px rgba(0, 0, 0, 0.5);
  behavior: url(/css/PIE.php);
}
.outline3 {
  -webkit-box-shadow: 0 0 0 1px #7F7F7F;
  -moz-box-shadow: 0 0 0 1px #7F7F7F;
  box-shadow: 0 0 0 1px #7F7F7F;
  behavior: url(/css/PIE.php);
}
.wrapper-table {
  display: table;
  height: 100%;
  width: 100%;
}
.wrapper-cell-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box_sizing,
.popup-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*##########Login Page#############*/
/*##########Login Page#############*/
#container-all.login {
  background-color: #868686;
  background-image: none;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #333;
}
#container-all.login * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container-all.login *:before,
#container-all.login *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container-all.login input,
#container-all.login button,
#container-all.login select,
#container-all.login textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#container-all.login a {
  color: #337ab7;
  text-decoration: none;
}
#container-all.login a:hover {
  color: #23527c;
  text-decoration: underline;
}
#container-all.login figure {
  margin: 0;
}
#container-all.login img {
  vertical-align: middle;
}
#container-all.login .clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
#container-all.login ::selection {
  background: #1ABC9C;
  color: #FFF;
  text-shadow: none;
}
#container-all.login ::-moz-selection {
  background: #1ABC9C;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}
#container-all.login ::-webkit-selection {
  background: #1ABC9C;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}
#container-all.login :active,
#container-all.login :focus {
  outline: none !important;
}
#container-all.login .widget-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  top: 0;
  left: 0;
}
#container-all.login .widget.ajax-loader {
  position: absolute;
  z-index: 2;
  margin: 0;
  width: 168px;
  height: 118px;
  font-size: 16px;
  background-color: transparent;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
#container-all.login .widget.ajax-loader.small {
  width: 32px;
  height: 32px;
  font-size: 12px;
}
#container-all.login #container {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 550px;
}
#container-all.login #container .logo {
  min-height: 72px;
  text-align: center;
}
#container-all.login #container .logo a {
  text-decoration: none !important;
}
#container-all.login #container .logo img {
  width: 220px;
  margin-bottom: 30px;
}
#container-all.login #container .panel-body {
  padding: 40px;
  background-color: #fff;
}
#container-all.login #container .panel-body .col_full {
  margin-bottom: 25px;
}
#container-all.login #container .footer {
  margin-top: 20px;
  text-align: center;
  color: #eee;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Lato', sans-serif;
}
#container-all.login h1,
#container-all.login h2,
#container-all.login h3,
#container-all.login h4,
#container-all.login h5,
#container-all.login h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: 'Raleway', sans-serif;
}
#container-all.login h3 {
  font-size: 24px;
}
#container-all.login .nobottommargin {
  margin-bottom: 0 !important;
}
#container-all.login .nomargin {
  margin: 0 !important;
}
#container-all.login .center {
  text-align: center !important;
}
#container-all.login .fright {
  float: right !important;
}
#container-all.login .fleft {
  float: left !important;
}
#container-all.login .fnone {
  float: none !important;
}
#container-all.login label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  max-width: 100%;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}
#container-all.login .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#container-all.login .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#container-all.login .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#container-all.login .form-control:-ms-input-placeholder {
  color: #999999;
}
#container-all.login .form-control::-webkit-input-placeholder {
  color: #999999;
}
#container-all.login .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
#container-all.login .form-control[disabled],
#container-all.login .form-control[readonly],
#container-all.login fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
#container-all.login .form-control[disabled],
#container-all.login fieldset[disabled] .form-control {
  cursor: not-allowed;
}
#container-all.login textarea.form-control {
  height: auto;
}
#container-all.login .button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 17.5px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  behavior: none;
  filter: none;
}
#container-all.login .button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/*##########END Login Page#############*/
/*##########END Login Page#############*/
/*##########modals, widgets, ajax loader#############*/
#modals {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: #000000;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)";
  /* IE8 */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)";
  /* IE6 & 7 */
  zoom: 1;
}
.hd > * {
  height: 100%;
}
.widget-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
  /* IE8 */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
  /* IE6 & 7 */
  zoom: 1;
  z-index: 3;
  top: 0;
}
.widget.ajax-loader {
  margin: 0;
  width: 168px;
  height: 118px;
  font-size: 16px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
}
.widget.ajax-loader.small {
  width: 32px;
  height: 32px;
  font-size: 12px;
  margin-left: -16px;
  margin-top: -16px;
}
.modal,
.widget {
  position: absolute;
  /* position: relative; */
  background-color: #2F2F2F;
}
/*bugfix*/
.ui-draggable:not(.widget) {
  padding-right: 3px;
  width: 406px;
  height: auto;
}
.modal {
  z-index: 4;
  width: 568px;
  min-height: 200px;
}
.popup-box.widget {
  min-height: inherit;
}
.popup-box .hd .buttons {
  float: right;
}
.popup-box .section {
  width: 100%;
  height: 100%;
  padding-bottom: 74px;
}
.popup-box .section .content {
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 20px 10px 10px 10px;
  word-wrap: break-word;
}
.popup-box .section .buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.popup-box .section .buttons .button {
  display: inline-block;
}
/*##########AND modals, widgets, ajax loader#############*/
.area1 {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  -moz-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  behavior: url(/css/PIE.php);
}
.area1 > header {
  height: 50px;
  background: #606060;
  /* Old browsers */
  background: -moz-linear-gradient(top, #606060 0%, #222222 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606060), color-stop(100%, #222222));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #606060 0%, #222222 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #606060 0%, #222222 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #606060 0%, #222222 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #606060 0%, #222222 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#222222', GradientType=0);
  /* IE6-9*/
}
.area1 > header > .search-bar {
  width: 200px;
  height: 46px;
  float: right;
  margin: 0px 10px;
}
.area1 > header > .search-bar > input {
  height: 40px;
}
.area1 > header > .search-bar > div {
  height: 40px;
  width: 40px;
}
.area1 > section {
  background-color: #2F2F2F;
  padding: 5px;
  overflow: auto;
  position: relative;
}
/*============Boxes locations============*/
.vertical-box,
.vertical-box-center,
.vertical-box-end,
.vertical-box-top-h-center,
.vertical-box-bottom-h-center,
.vertical-box-center-h-right,
.horizontal-box,
.horizontal-box-center,
.horizontal-box-end,
.horizontal-box-center-justify,
.horizontal-box-start-justify,
.horizontal-box-end-justify,
.horizontal-box-transparent,
.horizontal-box-end-v-center,
.horizontal-box-start-v-center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
.vertical-box,
.vertical-box-center,
.vertical-box-end,
.vertical-box-center-h-right,
.vertical-box-top-h-center,
.vertical-box-bottom-h-center {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  /*  	-webkit-flex-direction: column;
 	flex-direction: column;
 */
}
.horizontal-box,
.horizontal-box-end,
.horizontal-box-center,
.horizontal-box-transparent,
.horizontal-box-center-justify,
.horizontal-box-end-justify,
.horizontal-box-end-v-center,
.horizontal-box-start-v-center {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
}
.vertical-box,
.horizontal-box,
.horizontal-box-transparent {
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -moz-box-align: stretch;
  -moz-box-pack: start;
  box-align: stretch;
  box-pack: start;
}
.vertical-box-center-h-right {
  -webkit-box-align: stretch;
  -webkit-box-pack: center;
}
.horizontal-box-start-v-center,
.vertical-box-top-h-center {
  -webkit-box-align: center;
  -webkit-box-pack: start;
}
.vertical-box-center,
.horizontal-box-center {
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.horizontal-box-end,
.vertical-box-end {
  -webkit-box-align: stretch;
  -webkit-box-pack: end;
  -moz-box-align: stretch;
  -moz-box-pack: end;
  box-align: stretch;
  box-pack: end;
}
.horizontal-box-end-v-center,
.vertical-box-bottom-h-center {
  -webkit-box-align: center;
  -webkit-box-pack: end;
}
.horizontal-box-start-justify {
  -webkit-box-align: start;
  -webkit-box-pack: justify;
}
.horizontal-box-end-justify {
  -webkit-box-align: end;
  -webkit-box-pack: justify;
}
.horizontal-box-center-justify {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
.stretched-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}
.row .stretched-box1 {
  width: 500px;
  display: flexbox;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}
.stretched-box2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
}
.stretched-box4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  box-flex: 4;
}
.vertical-flex {
  display: -webkit-flex;
  display: flex;
}
.vertical-flex {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.scrollable {
  overflow: auto;
}
.scrollable-y {
  overflow-y: auto;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.row .cell,
.row .cell2,
.row .cell3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
}
.row .cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}
.row .cell2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
}
.row .cell3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
}
.toend {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
}
.tocenter {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
}
.tostart {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
}
.half {
  width: 50%;
}
.third {
  width: 33.33%;
}
.quarter {
  width: 25%;
}
.right {
  float: right;
}
.errorLogin {
  display: none;
}
.full {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 50px;
  height: 100%;
}
.area1 .full {
  margin: -5px;
  position: absolute;
}
.inside {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.relative {
  position: relative;
}
/*############File Edit Field############*/
.file-edit {
  /*	height: 105px;
	border: 1px dashed #7f7f7f;*/
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}
.file-edit .image-info {
  margin: 12px;
  color: #7f7f7f;
}
.file-edit .image-buttons {
  /*margin-right: 12px;*/
}
.file-edit .image-info .image {
  width: 91px;
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.file-edit .image-info .image img {
  border: 3px solid #7f7f7f;
}
.file-edit .image-info .file-info {
  margin-left: 20px;
  font-weight: normal;
  line-height: 1.5;
}
.file-edit .image-buttons .button {
  height: 36px;
  line-height: 36px;
  text-transform: none;
}
.file-edit .image-buttons .add-file {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: end;
  overflow: hidden;
}
.file-edit .image-buttons .add-file input[type=file] {
  /*width: 200px;*/
  /*height: 44px;*/
  display: block;
  border: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
/*############END File Edit Field############*/
/*############ Tracking Device Manager widget #####################*/
.widget .fields .edit input[name="idList"] {
  position: absolute;
  z-index: 0;
  width: 160px;
  right: 18px;
  height: 30px;
  opacity: 0;
}
/*############ END of Tracking Device Manager widget #####################*/
.widgetPos0 {
  left: 0px;
}
.widgetPos1 {
  left: 412px;
}
.widgetPos2 {
  left: 824px;
}
.widgetPos3 {
  left: 1236px;
}
/*############ Table cells align #####################*/
table.center td,
table.center th {
  text-align: center;
}
table td.left,
table th.left {
  text-align: left;
}
/*############END  Table cells align #####################*/
/*===========Here Fully styled scrollbar scrollbar=============*/
::-webkit-scrollbar {
  width: 18px;
  height: 18px;
  background-color: #2D2D2D;
}
/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
}
/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
  display: none;
}
/*======Vertical scrollbar styling====*/
/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:end:increment {
  background: rgba(0, 0, 0, 0.4);
  height: 14px;
}
/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:start:decrement {
  background: rgba(0, 0, 0, 0.4);
  height: 14px;
}
/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
  background: #1a1a1a !important;
}
/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
  background: rgba(0, 0, 0, 0.4);
}
/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-image: url(/images/scroll/scroll_thumb_v.png) 10 0 10 0 stretch stretch;
  border-width: 10px 4px 10px 4px;
  min-height: 30px;
}
/*======Horizontal scrollbar styling====*/
::-webkit-scrollbar-button:horizontal:end:increment {
  background: rgba(0, 0, 0, 0.4);
  width: 14px;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
  background: rgba(0, 0, 0, 0.4);
  width: 14px;
}
::-webkit-scrollbar-track-piece:horizontal:start {
  background: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-track-piece:horizontal:end {
  background: rgba(0, 0, 0, 0.4);
}
/* The thumb itself */
::-webkit-scrollbar-thumb:horizontal {
  -webkit-border-image: url(/images/scroll/scroll_thumb_h.png) 0 10 0 10 stretch stretch;
  border-width: 4px 10px 4px 10px;
  min-width: 30px;
}
::-webkit-scrollbar-corner {
  background: #1a1a1a;
}
/*#############Fully hidden scrollbars#############*/
.null-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
/*#############END Fully hidden scrollbars#############*/
.icon {
  background: url(/images/graphics_icons.png);
  margin: 0 auto;
  display: block;
}
td.clickable,
.clickable td {
  cursor: pointer;
}
/*============Carousel Buttons===========*/
#controller-carousel-top .icon,
#controller-carousel-bottom .icon {
  height: 22px;
  width: 32px;
}
#controller-carousel-top .icon {
  background-position: -326px -104px;
}
#controller-carousel-bottom .icon {
  background-position: -326px -52px;
}
#div-carosel .icon {
  height: 62px;
  width: 70px;
  /* background-color: red; */
}
#nav-home .icon {
  background-position: -9px 4px;
}
#nav-member .icon {
  background-position: -10px -416px;
}
#nav-inventory .icon {
  background-position: -11px -81px;
}
#nav-store .icon {
  background-position: -14px -160px;
}
#nav-websitefeatures .icon {
  background-position: -14px -240px;
}
#nav-newsreviews .icon {
  background-position: -18px -325px;
}
#nav-company .icon,
#nav-groups .icon {
  background-position: -10px -504px;
}
#nav-talk .icon {
  background-position: -10px -580px;
}
#nav-admin .icon {
  background-position: -8px -656px;
}
#nav-partner .icon {
  background-position: -9px -722px;
}
#nav-reports .icon {
  background-position: -10px -785px;
}
#nav-devtools .icon {
  background-position: -8px -853px;
}
#nav-pace_mapping .icon {
  background-position: -8px -918px;
}
#div-carosel .button .label {
  width: 100%;
  text-align: center;
  font-family: 'Yanone Kaffeesatz', sans;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  word-spacing: 0.1em;
  line-height: normal;
}
#nav-main .button {
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  -moz-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ADADAD, 0 0 3px 6px #000000;
  behavior: url(/css/PIE.php);
}
/*============ END of Carousel Buttons===========*/
.button-map-menu .has-entities {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/graphics_icons.png);
  background-size: 500px 1000px;
  background-position: -85px -185px;
}
.map-submenu .bt-add .icon {
  background-position: -209px -326px;
}
.map-submenu .bt-edit .icon {
  background-position: -291px -147px;
}
.map-submenu .bt-delete .icon {
  background-position: -209px -356px;
}
.map-submenu .bt-visible .icon {
  background-position: -209px -386px;
}
.map-submenu .bt-invisible .icon {
  background-position: -209px -416px;
}
.button {
  width: 142px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  padding: 0px 5px;
  margin: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 0 0 2px #ADADAD, 0 0 3px 4px #000000;
  -webkit-box-shadow: 0 0 0 2px #ADADAD, 0 0 3px 4px #000000;
  box-shadow: 0 0 0 2px #ADADAD, 0 0 3px 4px #000000;
  behavior: url(/css/PIE.php);
  background: #4A4A4A;
  background: -moz-linear-gradient(top, #4A4A4A 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4A4A4A), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #4A4A4A 0%, #000000 100%);
  background: -o-linear-gradient(top, #4A4A4A 0%, #000000 100%);
  background: -ms-linear-gradient(top, #4A4A4A 0%, #000000 100%);
  background: linear-gradient(to bottom, #4A4A4A 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A4A4A', endColorstr='#000000', GradientType=0);
}
.button4 {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  cursor: pointer;
  width: 34px;
  height: 24px;
  line-height: 24px;
  margin: 3px;
  text-align: center;
  font-weight: bold;
  -moz-box-shadow: 0 0 0 2px #000000, 0 0 0 3px #ADADAD;
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 3px #ADADAD;
  box-shadow: 0 0 0 2px #000000, 0 0 0 3px #ADADAD;
  behavior: url(/css/PIE.php);
  background: #434343;
  /* Old browsers */
  background: -moz-linear-gradient(top, #434343 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #434343 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #434343 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #434343 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #434343 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#000000', GradientType=0);
  /* IE6-9*/
  text-transform: uppercase;
}
.button4 .icon {
  display: inline-block;
  width: 30px;
  height: 24px;
}
.buttons {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.buttons.small > div {
  cursor: pointer;
}
.button3 {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 2px solid #ADADAD;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-right: 3px;
}
/* .button3:first-child{margin-left:2px;} */
.button3:last-child {
  margin-right: 3px;
}
.buttons.small .icon,
.buttons .button3 .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.widget .hd .buttons {
  display: inline-block;
  float: right;
}
.buttons .button4.last {
  margin-right: 8px;
}
.buttons .button4.first {
  margin-left: 8px;
}
.statusBt .icon {
  width: 24px;
  height: 24px;
}
.status1 .icon {
  background-position: -286px -5px;
}
.status2 .icon {
  background-position: -286px -29px;
}
.status3 .icon {
  background-position: -286px -53px;
}
.status4 .icon {
  background-position: -286px -77px;
}
.btn-close .icon {
  background-size: 900px 1800px;
  background-position: -296px -122px;
  /* fixed */
}
.bt-edit .icon {
  background-size: 900px 1800px;
  background-position: -297px -147px;
}
.bt-del .icon {
  background-size: 900px 1800px;
  background-position: -326px -147px;
}
.bt-note .icon {
  background-position: -331px -227px;
}
.bt-plus .icon {
  background-position: -331px -196px;
}
.bt-modManage .icon {
  background-size: 500px 1000px;
  background-position: -163px -126px;
}
/* .buttons1 [class~=bt] */
.buttons1 {
  position: relative;
  /* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; */
  float: left;
  margin-left: 7px;
  margin-top: 4px;
  /* background-color:  red; */
  height: 40px;
  width: 40px;
  cursor: pointer;
  -moz-box-shadow: 1px 1px 1px 0 #1d1d1d, 0 1px 1px 0 #A9A9A9 inset, 1px 0 1px 0 #7d7d7d inset, -1px 0 0 0 #404040 inset, 0 -1px 1px 0 #303030 inset;
  -webkit-box-shadow: 1px 1px 1px 0 #1d1d1d, 0 1px 1px 0 #A9A9A9 inset, 1px 0 1px 0 #7d7d7d inset, -1px 0 0 0 #404040 inset, 0 -1px 1px 0 #303030 inset;
  box-shadow: 1px 1px 1px 0 #1d1d1d, 0 1px 1px 0 #A9A9A9 inset, 1px 0 1px 0 #7d7d7d inset, -1px 0 0 0 #404040 inset, 0 -1px 1px 0 #303030 inset;
  background: #4E4E4E;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#4E4E4E));
  background: -moz-linear-gradient(top, #4E4E4E 0%, #696969 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #4E4E4E 0%, #696969 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4E4E4E 0%, #696969 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4E4E4E 0%, #696969 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4E4E4E 0%, #696969 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#696969', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/css/PIE.php);
}
.buttons1 .icon {
  margin-left: 2px;
  margin-top: 2px;
  height: 36px;
  width: 36px;
  /* background-color:  red; */
}
.bt-chartMember .icon {
  background-position: -391px -70px;
}
.bt-chartMobile .icon {
  background-position: -391px -34px;
}
.bt-chartHard .icon {
  background-position: -391px 2px;
}
.bt-win .icon {
  background-position: -393px -104px;
}
.bt-android .icon {
  background-position: -393px -140px;
}
.bt-iphone .icon {
  background-position: -392px -178px;
}
.bt-memberManager .icon {
  background-position: -392px -214px;
}
.bt-companySearch .icon,
.bt-partnerSearch .icon {
  background-position: -392px -214px;
}
.bt-partnerAction .icon {
  background-position: -393px -253px;
}
.bt-partnerRate .icon {
  background-position: -425px 2px;
}
.bt-partnerBilling .icon {
  background-position: -392px -290px;
}
.bt-partnerTerms .icon {
  background-position: -392px -330px;
}
.bt-reportsWidget .icon {
  background-position: -392px -368px;
}
.bt-FAQManager .icon {
  background-position: -397px -400px;
}
.bt-adminAddEdit .icon {
  background-position: -323px -189px;
}
.bt-trackingDeviceManager .icon {
  background-position: -390px -503px;
}
.bt-VideoTutorial .icon {
  background-size: 650px 1300px;
  background-position: -256px -288px;
}
.bt-actionManage .icon {
  background-position: -392px -330px;
}
.bt-userGroupsManager .icon {
  background-position: -16px -389px;
  background-size: 2100%;
}
.bt-moduleManage .icon {
  background-position: -329px -253px;
}
.bt-publicCategoryManage .icon {
  background-position: -246px -189px;
}
.bt-publicVendorManage .icon {
  background-position: -222px -149px;
}
.bt-publicItemManage .icon {
  background-position: -209px -116px;
}
button + .input-button {
  margin-left: 12px;
}
.button2 {
  width: auto;
  margin: 2px;
  padding: 0 4px 0 4px;
  height: auto;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(black));
  background: -moz-linear-gradient(top, #4E4E4E 0%, #000 100%);
  border: 1px solid 100100100;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px #626262;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0px 1px 3px #626262;
  box-shadow: 0px 1px 3px #626262;
  border-radius: 4px;
}
.button2 .icon {
  width: 20px;
  height: 20px;
}
.button2 .text {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 6px;
}
.btn-search .icon {
  /* 	fixed; */
  background-size: 800px 1600px;
  background-position: -289px -106px;
  /* 	background-position: -363px -137px; */
}
.button-container {
  font-family: arial, sans;
  font-size: 16px;
  background-color: #EAEAEA;
  height: 30px;
  /* width: 32px; */
  border: 0;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
.input-button input[type="text"] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  padding: 0 0 0 6px;
  margin-right: 0;
  color: #5F5F5F;
  outline: none;
  height: 30px;
  border: 0;
  background-color: #EAEAEA;
  font-weight: bold;
}
.button5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#000));
  background: -moz-linear-gradient(top, #606060 0%, #222 100%);
  /* FF3.6+ */
  font-family: arial, sans;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  min-width: 100px;
  line-height: 24px;
  border: 2px solid #ADADAD;
  height: 30px;
  margin: 0px;
}
#login-box #btn-submit.pressdown {
  background: linear-gradient(to bottom, #3093B2 0%, #3093B2 100%);
}
.buttons.pressdown,
.button.pressdown,
.buttons1.pressdown,
.button2.pressdown,
.button3.pressdown,
.button5.pressdown,
.button5 .pressdown {
  background: -webkit-gradient(linear, left top, left bottom, from(#3093B2), to(#3093B2));
  /* background: -moz-linear-gradient(top, #222 0%, #606060 100%); FF3.6+ */
  /*background-color: #3093B2;*/
  /*R48,G147,B178;*/
}
.button5:not(:first-child) {
  margin-left: 14px;
}
select,
select option,
select.box2,
select.box2 option {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: white;
  border: 2px solid #ADADAD;
  font-size: 14px;
  font-weight: bold;
  background: #2F2F2F;
  background-image: url(../images/select_box_2.png), -webkit-linear-gradient(top, #424242 0%, #000 100%);
  background-image: url(../images/select_box_2.png), -moz-linear-gradient(top, #606060 0%, #222 100%);
  /* -moz-box-shadow: 0 0 0 2px #ADADAD;
-webkit-box-shadow: 0 0 0 2px #ADADAD;
box-shadow: 0 0 0 2px #ADADAD;
 */
  /* background-image: url(../images/select_box_2.png), -webkit-gradient(linear, left top, left bottom, from(#606060), to(#222)); */
  /* 	background: -moz-linear-gradient(top, #606060 0%, #222 100%);
	background: -webkit-linear-gradient(top, #606060 0%,#222 100%); 

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#030303)); Chrome,Safari4+
 */
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 26px;
  /* remove text up drob-box arrow */
  margin: 0;
  /* padding: 0 40px 0 10px; */
  cursor: pointer;
}
select.box4 {
  height: 40px;
  background-image: url(../images/select_box_4.png), -webkit-linear-gradient(top, #424242 0%, #000 100%);
  background-image: url(../images/select_box_4.png), -moz-linear-gradient(top, #606060 0%, #222 100%);
  padding-left: 4px;
}
textarea,
input[type="password"],
input[type="text"] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  padding: 0 0 0 6px;
  margin-right: 0;
  color: #5F5F5F;
  border: 0;
  background-color: #EAEAEA;
  font-weight: bold;
  font-size: 14px;
}
textarea {
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
}
input[type=checkbox].style1 {
  background-color: #EAEAEA;
  height: 18px;
  width: 18px;
  margin: 0;
}
input[type=checkbox].style1:checked {
  /* -webkit-appearance: none; */
  background-color: #89bae0;
}
div.textarea {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  /* 		padding: 0 0 0 6px; */
  /* 		margin-right: 0; */
  color: #5F5F5F;
  border: 0;
  background-color: #EAEAEA;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}
.button7 {
  display: -webkit-box;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 2px black, 0 0 0 3px #ADADAD, 0 0 3px 4px black;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000000));
  width: 80px;
  height: 60px;
  margin: 17px;
}
.button7.pressdown {
  -webkit-box-shadow: 0 0 0 2px black, 0 0 0 3px #017793, 0 0 3px 4px black;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#4A4A4A));
}
.button7 .icon {
  margin: auto;
  /* background-color: red; */
  width: 45px;
  height: 30px;
}
.bt-catalogue .icon {
  background-position: -276px -736px;
}
.bt-devices .icon {
  background-position: -266px -152px;
}
.bt-clubs .icon {
  background-position: -273px -288px;
}
.bt-fooddrink .icon {
  background-position: -277px -192px;
}
.bt-balls .icon {
  background-position: -280px -229px;
}
.bt-accessories .icon {
  background-position: -235px -288px;
}
.bt-coursefees .icon {
  background-position: -203px -191px;
}
.bt-shoes .icon {
  background-position: -215px -257px;
}
.bt-golfbag .icon {
  background-position: -202px -286px;
}
.bt-apparel .icon {
  background-position: -241px -191px;
}
.bt-sunglasses .icon {
  background-position: -265px -257px;
}
.bt-all .icon {
  background-position: -208px -227px;
}
.bt-alcohol .icon {
  background-position: -169px -240px;
}
.bt-candy .icon {
  background-position: -165px -203px;
}
.bt-chips .icon {
  background-position: -171px -161px;
}
.bt-fruit .icon {
  background-position: -168px -118px;
}
.can-marked {
  cursor: pointer;
}
.can-marked > .icon-check {
  display: none;
  width: 30px;
  height: 30px;
  background: url(/images/graphics_icons.png);
  margin: 0 auto;
}
.can-marked.marked > .icon-check {
  display: block;
  background-size: 500px 1000px;
  background-position: -78px -136px;
  position: absolute;
  z-index: 5;
  margin-left: -10px;
  margin-top: -12px;
}
.button8 {
  width: auto;
  margin: 2px;
  padding: 0 8px 0 8px;
  height: auto;
  cursor: pointer;
}
header .search-bar .button8.btn-search .icon,
header .button8.btn-search .icon {
  background-size: inherit;
  background-position: -366px -96px;
  width: 20px;
  height: 36px;
}
.bt-zoom-in .icon {
  background-position: -166px -402px;
}
.bt-zoom-out .icon {
  background-position: -166px -444px;
}
.bt-ruler .icon {
  background-position: -166px -487px;
}
.bt-info .icon {
  background-position: -166px -617px;
}
.bt-notes .icon {
  background-position: -168px -325px;
}
.bt-mapType.bing .icon {
  background-position: -166px -528px;
}
.bt-mapType.google .icon {
  background-position: -166px -570px;
}
.bt-course-features .icon {
  background-position: -207px -438px;
}
.bt-hole-features .icon {
  background-position: -207px -478px;
}
.bt-cart-ahead-features .icon {
  background: url(/images/golf3.svg) no-repeat center center;
}
.newstyle .button.home {
  width: 70px;
}
.newstyle .button.home .icon {
  background-position: -166px -662px;
}
.newstyle .button.add {
  width: 150px;
}
.newstyle .input-button .btn-search .icon {
  height: 30px;
  width: 30px;
  background-size: auto;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
  background-position: -358px -133px;
}
.newstyle table.style4 .icon {
  background-size: 400px 800px;
  width: 28px;
  height: 28px;
  margin: 0;
}
.newstyle table.style4 .dashboard .icon {
  background-position: -3px -392px;
}
.newstyle table.style4 .settings .icon {
  background-position: -3px -414px;
}
.newstyle table.style4 .point_of_sale .icon {
  background-position: -3px -510px;
}
.newstyle table.style4 .tee_times .icon {
  background-position: -3px -535px;
}
.newstyle table.style4 .asset_tracker .icon {
  background-position: -3px -560px;
}
.newstyle table.style4 .security_cams .icon {
  background-position: -3px -588px;
}
.newstyle table.style4 .customer_center .icon {
  background-position: -4px -166px;
}
.newstyle table.style4 .inventory_control .icon {
  background-position: -5px -32px;
}
.newstyle table.style4 .yamaha .icon {
  background-position: -2px -618px;
}
.newstyle table.style4 .igolf_kiosk .icon {
  background-position: -2px -646px;
}
.newstyle table.style4 .pace_analysis .icon {
  background-position: -3px -366px;
}
.newstyle table.style4 .course_deals .icon {
  background-position: -3px -676px;
}
.newstyle table.style4 .food_and_beverage .icon {
  background-position: -3px -700px;
}
.newstyle table.style4 .asset_management .icon {
  background-position: -3px -726px;
}
.newstyle table.style4 .yamatrack .icon {
  background-position: -2px -618px;
}
.newstyle table.style4 .yamatrack_mobile .icon {
  background-position: -2px -753px;
}
.newstyle table.style4 .home .icon {
  background-position: -4px 0px;
}
.newstyle table.style4 .connect .icon {
  background-position: -4px -290px;
}
.newstyle table.style4 .companies .icon {
  background-position: -4px -202px;
}
.newstyle table.style4 .website_features .icon {
  background-position: -6px -96px;
}
.newstyle table.style4 .store .icon {
  background-position: -6px -64px;
}
.newstyle table.style4 .news_and_reviews .icon {
  background-position: -8px -130px;
}
.newstyle table.style4 .groups .icon {
  background-position: -4px -202px;
}
.newstyle table.style4 .talk .icon {
  background-position: -4px -234px;
}
.newstyle table.style4 .reports .icon {
  background-position: -4px -315px;
}
.newstyle table.style4 .developer_tools .icon {
  background-position: -4px -342px;
}
.newstyle table.style4 .pace_mapping .icon {
  background-position: -4px -365px;
}
.newstyle table.style4 .admin .icon {
  background-position: -4px -264px;
}
/*##############User Menu icons############*/
#user_menu .carousel-order .icon {
  background-position: -173px -759px;
}
#user_menu .administrator .icon,
#user_menu .devtools .icon,
#user_menu .websitefeatures .icon {
  background-position: -173px -786px;
}
#user_menu .pace_mapping .icon {
  background-position: -173px -810px;
}
#user_menu .company .icon {
  background-position: -173px -835px;
}
/*##############END User Menu icons############*/
#map-div > .mousePosition,
#map-div > .imageryDate {
  position: absolute;
  bottom: 0px;
  color: white;
  font-size: small;
  background-color: rgba(0, 0, 0, 0.6);
}
#map-div > .mousePosition {
  right: 10px;
}
#map-div > .imageryDate {
  left: 10px;
}
#map-div .MicrosoftMap .OverlaysBL {
  bottom: 10px;
}
.gps_bing > div {
  margin-top: 4px;
}
.gps_google {
  padding-top: 4px;
}
/*#########Measure Info Box############*/
.measure-info-box {
  height: 39px;
  position: absolute;
  z-index: 1;
}
.measure-info-box .measure-pointer {
  width: 16px;
  height: 39px;
  background: url(/images/map/measure_pointer.png);
}
.measure-info-box .measure-box {
  background-color: black;
  opacity: 0.65;
  border: 1px solid white;
  border-left: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  padding: 0 10px 0 6px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  font-family: arial, sans;
}
/*#########END of Measure Info Box############*/
.map-menu-container {
  height: 22px;
  line-height: 22px;
  width: 100%;
}
div.map-menu {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -webkit-box-flex: 1;
}
div.map-menu .button-map-menu {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-size: 12px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#111));
  -webkit-box-shadow: -1px 0 0 0 #767676, -2px 0 0 0 #000000;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
div.map-menu .button-map-menu.holes {
  background: none;
  background-color: #822E3B !important;
}
div.map-menu .button-map-menu.pressed,
.map-submenu a:hover,
.map-submenu a.pressed {
  background: none;
  background-color: #017793;
}
.button-map-menu > span {
  margin-left: 2px;
}
.button-map-menu > span.point-added {
  width: 12px;
  height: 12px;
  background-image: url(/images/graphics_icons.png);
  background-position: -327px -506px;
}
div.map-menu .map-submenu {
  position: absolute;
  height: 22px;
  top: -22px;
  background-color: black;
  -webkit-box-shadow: -1px -1px 0 0 #ADADAD, -1px 0 0 0 #ADADAD, 0 -1px 0 0 #ADADAD, -1px 0 0 0 #ADADAD inset, 2px -3px 6px 0 black, -2px -2px 6px 1px black;
}
div.map-menu .map-submenu > div {
  height: 100%;
  cursor: pointer;
}
div.map-menu .map-submenu .icon {
  width: 30px;
  height: 22px;
}
div.map-menu .map-submenu.entity-menu > div {
  -webkit-box-flex: 1;
  border-right: 1px solid #ADADAD;
}
.map-submenu a {
  display: block;
  color: white;
  width: 26px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.map-submenu a.club {
  width: auto;
  padding: 0 4px;
  text-transform: uppercase;
}
/*######custom-point info box #######*/
.custom-point-hover-box.outline2 {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#222));
  -webkit-box-shadow: 0 0 0 4px #ADADAD, 0 0 3px 6px black;
  -webkit-box-sizing: border-box;
  text-transform: uppercase;
  padding: 0 5px;
}
/*######end custom-point info box #######*/
/*
Table
scrolling body without header 

dropdown box for FF - vertical-aling text
*/
.column2 {
  left: 410px;
}
.column3 {
  left: 820px;
}
.wideWidget1 > .widget,
.wideWidget1 {
  width: 440px;
}
.widget {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  z-index: 2;
  width: 400px;
  /* max-height: 650px; */
  max-height: 600px;
  background-color: #2F2F2F;
  font-size: 12px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 2px #ADADAD, 0 0 3px 4px #000000;
}
.widgetPoss2 {
  top: 0px;
  left: 410px;
}
.widget .hd {
  height: 30px;
  cursor: move;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
}
.widget .hd {
  background: #606060;
  /* Old browsers */
  background: -moz-linear-gradient(top, #606060 0%, #222222 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606060), color-stop(100%, #222222));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #606060 0%, #222222 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #606060 0%, #222222 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #606060 0%, #222222 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #606060 0%, #222222 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#222222', GradientType=0);
  /* IE6-9*/
}
.widget .hd .title {
  float: left;
  font-weight: bold;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  width: auto;
}
.widget footer,
.widget section {
  width: 100%;
}
.widget section.list {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
section.list.fixSize1 {
  height: 349px;
}
/* .resortedableList>div.horizontal-box-start-v-center:first-child, */
.widget .topline,
.widget footer {
  border-top: 2px solid #656565;
}
.widget .fields {
  padding: 4px 12px 4px 0px;
}
.widget .fields .row {
  /* height: 40px; */
  min-height: 35px;
  line-height: 30px;
}
.widget .fields .title,
.widget .fields .edit {
  padding-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.widget .row.cell {
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* this style is revision fix */
.widget .row.columnStyle1 > div:nth-child(1) {
  width: 160px;
}
.widget .row.columnStyle1 > div:nth-child(2) {
  width: 110px;
}
.widget .row.columnStyle1 > div:nth-child(3) {
  width: 115px;
}
.widget .fields .title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.widget section.fields .edit select,
.widget section.fields .edit input {
  display: -webkit-box;
  display: box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
}
.widget table {
  border: 0px;
  border-collapse: collapse;
  width: 100%;
}
.widget table td {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.widget table tr th,
.widget table tr td {
  /* 	height: 40px; */
  padding-left: 6px;
  padding-right: 6px;
}
table td.red {
  color: red;
}
table td.grey {
  color: #868686;
}
table .greyRow {
  background-color: #2F2F2F;
}
table .blackRow {
  background-color: black;
}
.widget div.info {
  font-size: 10px;
  color: #7D7D7D;
}
/* table.style1{border:0px; border-collapse:collapse;width: 100%;} */
table.style1 tr td {
  border-top: 2px solid #656565;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
section.list table.style1 tr:first-child td {
  border-top: 0px solid #656565;
}
table.style1 td.bigInt {
  font-size: 24px;
  text-align: right;
}
table.style1 tr {
  height: 55px;
}
table.style1 tr.application {
  background-color: #000;
  height: 35px;
}
table.style1 tr.application td:first-child {
  padding-left: 40px;
}
table.style1 tr.application span:not(.comment1) {
  font-size: 16px;
}
table.style1 tr td.int1,
table.style1 tr td.int2,
table.style1 tr td.int3 {
  text-align: right;
}
table.style1 tr td.int1 {
  font-size: 30px;
}
table.style1 tr td.int2 {
  font-size: 30px;
}
table.style1 tr td.int3 {
  font-size: 20px;
}
table.style1 .comment1 {
  color: #7D7D7D;
  /*font-weight: normal;*/
  font-size: 12px;
}
table.style2 {
  border-collapse: collapse;
  width: 100%;
}
table.style2 thead tr th,
table.style2 tbody tr td {
  height: 40px;
}
table.style2 td {
  padding: 6px 12px;
  font-weight: bold;
  text-align: center;
}
table.style2 tbody tr:nth-child(odd) td {
  background-color: #000;
}
table.style2 tbody tr:nth-child(even) td {
  background-color: #2f2f2e;
}
table.style2 thead tr th:not(:first-child),
table.style2 tbody tr td:not(:first-child) {
  border-left: 2px solid #656565;
}
table.style2 tbody tr:hover td,
table.style2 tbody tr.hover.pressdown td {
  background-color: #3093B2;
}
table.styled td {
  padding: 6px 12px;
  font-weight: bold;
  text-align: center;
}
table.styled thead tr th {
  border-bottom: 2px solid #656565;
  font-weight: bold;
}
table.styled thead tr th,
table.styled tbody tr td {
  height: 40px;
}
table.styled tbody tr:nth-child(odd) td {
  background-color: #000;
}
table.styled tbody tr:nth-child(even) td {
  background-color: #2f2f2e;
}
table.styled thead tr th:not(:first-child),
table.styled tbody tr td:not(:first-child) {
  border-left: 2px solid #656565;
}
table.styled tbody tr.hover.pressdown td {
  background-color: #3093B2;
}
table.styled td.text {
  text-align: left;
}
table.styled thead {
  width: 400px;
}
table.styled thead tr {
  display: block;
}
table.styled thead + tbody {
  display: block;
}
table.styled.shem1 tr > *:nth-child(1) {
  width: 100px;
}
table.styled.shem1 tr > *:nth-child(2) {
  width: 100px;
}
table.styled.shem1 thead tr th:nth-child(3) {
  width: 196px;
}
table.styled.shem1 tbody tr td:nth-child(3) {
  width: 161px;
}
/*
width: 375px;
width: 173px;

width: 182px;
width: 152px;
*/
table.styled.shem2 tr > *:nth-child(1) {
  width: 185px;
}
table.styled.shem2 tr > td:nth-child(1) {
  text-align: left;
  padding-left: 8px;
}
table.styled.shem2 tr > *:nth-child(2) {
  width: 107px;
}
table.styled.shem2 thead tr th:nth-child(3) {
  width: 108px;
}
table.styled.shem2 tbody tr td:nth-child(3) {
  width: 90px;
}
table.styled.shem3 tr > *:nth-child(1) {
  width: 45px;
}
table.styled.shem3 thead tr th:nth-child(2) {
  width: 355px;
}
table.styled.shem3 tbody tr td:nth-child(2) {
  width: 337px;
  text-align: left;
}
table.styled.shem4 tr > *:nth-child(1) {
  width: 97px;
}
/* table.styled.shem4 tr>td:nth-child(1){text-align: left; padding-left: 8px;} */
table.styled.shem4 tr > *:nth-child(2) {
  width: 90px;
}
/*
table.styled.shem4 thead tr th:nth-child(3){width: 228px;}
table.styled.shem4 tbody tr td:nth-child(3){width: 206px;}
*/
table.styled.shem4 thead tr th:nth-child(3) {
  width: 215px;
}
table.styled.shem4 tbody tr td:nth-child(3) {
  width: 197px;
}
table.styled.shem5 tr > *:nth-child(1) {
  width: 40px;
}
table.styled.shem5 tr > *:nth-child(2) {
  width: 200px;
}
table.styled.shem5 tr > *:nth-child(3) {
  width: 93px;
}
table.styled.shem5 thead tr th:nth-child(4) {
  width: 68px;
}
table.styled.shem5 tbody tr td:nth-child(4) {
  width: 50px;
}
table.styled.shem6 tbody tr td:nth-child(1) {
  width: 100px;
}
table.styled.shem6 tbody tr td:nth-child(2) {
  width: 300px;
}
table.styled.shem6 thead tr th:nth-child(1) {
  width: 95px;
}
table.styled.shem6 thead tr th:nth-child(2) {
  width: 305px;
}
table.styled.shem6 tr > td:nth-child(2) {
  text-align: left;
  padding-left: 8px;
}
table.styled.shem7 tr > *:nth-child(1) {
  width: 36px;
}
table.styled.shem7 thead tr th:nth-child(2) {
  width: 360px;
}
table.styled.shem7 tbody tr td:nth-child(2) {
  width: 346px;
}
table.styled.shem7 tbody tr td:nth-child(2) {
  text-align: left;
}
table.styled.shem8 tr > *:nth-child(1) {
  width: 110px;
}
table.styled.shem8 tr > *:nth-child(2) {
  width: 219px;
}
table.styled.shem8 tr > *:nth-child(3) {
  width: 51px;
}
table.styled.shem8 thead tr th:nth-child(1) {
  width: 110px;
}
table.styled.shem8 tbody tr th:nth-child(2) {
  width: 219px;
}
table.styled.shem9 tr > *:nth-child(1) {
  width: 54px;
}
table.styled.shem9 tr > *:nth-child(2) {
  width: 144px;
}
table.styled.shem9 tr > *:nth-child(3) {
  width: 144px;
}
table.styled.shem9 thead tr th:nth-child(4) {
  width: 58px;
}
table.styled.shem9 tbody tr td:nth-child(4) {
  width: 40px;
}
table.styled th,
table.styled td {
  -webkit-box-sizing: border-box;
}
section.list1 {
  overflow-y: auto;
  overflow-x: hidden;
}
section.list1 > div {
  height: 40px;
}
section.list1 > div:nth-child(odd) {
  background-color: #000;
}
section.list1 > div:nth-child(even) td {
  background-color: #2f2f2e;
}
section.list1 div.title {
  padding-left: 12px;
  padding-right: 12px;
}
section.list1.resortedableList div.title {
  cursor: move;
}
.resortedableList.moduleManage {
  max-height: 430px;
}
.resortedableList.userAccountAddEdit {
  /*	max-height: 280px;*/
  max-height: 226px;
}
.darkblock {
  margin: 12px 16px 0px 12px;
}
.darkblock > div {
  min-height: 35px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  border: 2px solid #ADADAD;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.darkblock:last-child {
  margin-bottom: 15px;
}
.darkblock .cell {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  padding: 6px;
}
.darkblock .buttons {
  border-left: 1px solid #ADADAD;
  width: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
}
.darkblock .uppercase {
  padding-left: 12px;
  font-size: 14px;
  font-weight: bold;
}
.darkblock table td:first-child {
  padding-right: 6px;
}
table.tbStyle1 tr td:nth-child(2) {
  text-align: right;
}
/*
table.tbStyle1 tr td:first-child{
	width: 60%;
}
table.tbStyle1 tr td:last-child{ 
	width: 35%;
	text-align: right;
}
*/
.margin-left-none {
  margin-left: 0 !important;
}
.categoryPlace {
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-align-content: center;
  -webkit-justify-content: center;
  padding: 18px;
}
.categoryPlace .button7 {
  display: -webkit-flex;
  -webkit-align-self: auto;
}
/*#############mappingCourseInfo###################*/
.vector_map .mappingCourseInfo {
  top: 15px;
  left: 15px;
}
.vector_map #notes {
  top: 150px;
  left: 15px;
}
.mappingCourseInfo section {
  font-size: 12px;
}
.mappingCourseInfo section {
  padding: 5px 10px;
}
.mappingCourseInfo section > div {
  height: 14px;
}
#notes.widget .search-bar {
  width: 376px;
}
/*#############END mappingCourseInfo###################*/
/*############User Menu top left######################*/
#user_menu {
  position: absolute;
  width: 180px;
  z-index: 114;
  background-color: #2f2f2f;
  -webkit-box-shadow: 1px 1px 0 1px black, -1px 1px 0 1px black, 2px 2px 0 2px #ADADAD, -2px 2px 0 2px #ADADAD, 4px 4px 3px 1px black, -4px 4px 3px 1px black;
  box-shadow: 1px 1px 0 1px black, -1px 1px 0 1px black, 2px 2px 0 2px #ADADAD, -2px 2px 0 2px #ADADAD, 4px 4px 3px 1px black, -4px 4px 3px 1px black;
}
#user_menu {
  top: 26px;
  left: 0;
}
#user_menu .title {
  height: 24px;
  line-height: 25px;
  padding-left: 10px;
  color: #7d7d7d;
  background-color: #252525;
  font-family: 'Yanone Kaffeesatz', sans;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  word-spacing: 0.1em;
}
#user_menu .menu {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  height: 40px;
  line-height: 41px;
  cursor: pointer;
}
#user_menu .menu.hover {
  background-color: #03407c;
}
#user_menu .menu.pressdown {
  background: -webkit-gradient(linear, left top, left bottom, from(#399cb3), to(#288ea5));
}
#user_menu .title,
#user_menu .menu {
  border-bottom: 1px solid #656565;
}
#user_menu .menu:last-child {
  border-bottom: 0;
}
#user_menu .menu .icon {
  width: 24px;
  height: 24px;
  margin: 8px;
}
#user_menu .menu .label {
  font-size: 13px;
}
/*############END User Menu top left######################*/
span.red {
  color: red;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.shadow-bottom {
  -webkit-box-shadow: 0px 2px 20px 0px #000;
  -moz-box-shadow: 0px 2px 20px 0px #000;
  box-shadow: 0px 2px 20px 0px #000;
}
.newstyle a.simple {
  color: inherit;
}
.newstyle header {
  position: relative;
  z-index: 2;
  margin-top: -2px;
  height: 40px;
  border-bottom: 1px solid #515151;
  background: #1b1b1b;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-box-shadow: 0px 2px 20px 0px #000;
  -moz-box-shadow: 0px 2px 20px 0px #000;
  box-shadow: 0px 2px 20px 0px #000;
}
.newstyle header > * {
  height: 100%;
}
.newstyle header .title {
  height: 100%;
  font-size: 14px;
  line-height: 41px;
  color: #adadad;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.newstyle header .button {
  margin: 0;
  height: 100%;
  font-size: 14px;
  line-height: 41px;
  color: #adadad;
  background: transparent;
  border-right: 1px solid #515151;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.newstyle header .button.pressed {
  background: -webkit-gradient(linear, left top, left bottom, from(#3093B2), to(#3093B2));
}
.newstyle header .button .icon {
  height: 32px;
  width: 34px;
}
.newstyle header .input-button {
  margin: 0 4px;
  width: 246px;
}
.newstyle header .input-button div.button-container {
  margin-left: -1px;
  font-family: arial, sans;
  font-size: 16px;
  background-color: #eaeaea;
  height: 30px;
  border: none;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
}
.newstyle header .input-button div.button-container .button {
  width: 34px;
  padding: 0;
}
.newstyle > section {
  padding: 0;
  overflow: inherit;
}
.newstyle > section > * {
  font-size: 12px;
}
.newstyle > section .padding {
  padding: 37px;
}
.newstyle > section .left-nav {
  padding: 0;
  padding-top: 37px;
  width: 189px;
  border-right: 1px solid #515151;
  background-color: #272727;
  font-weight: bold;
  color: #adadad;
}
.newstyle > section .left-nav .i {
  text-transform: uppercase;
  height: 45px;
  padding-left: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -webkit-box-pack: justify;
}
.newstyle > section .left-nav .i:hover,
.newstyle > section .left-nav .i.active {
  background-color: #4794bc;
  color: white;
}
.newstyle > section .left-nav .i:hover :last-child,
.newstyle > section .left-nav .i.active :last-child {
  width: 20px;
  height: 20px;
  background-size: 500px 1000px;
  background-position: -82px -350px;
  margin: 0;
  margin-right: 8px;
}
.newstyle > section .left-nav .i:hover {
  cursor: pointer;
}
.newstyle > section .box {
  margin-bottom: 30px;
  font-weight: bold;
}
.newstyle > section .box:last-child {
  margin-bottom: 0;
}
.newstyle > section .box .row {
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  background-color: #272727;
  border-bottom: 1px solid #515151;
}
.newstyle > section .box .row:last-child {
  border-bottom: none;
}
.newstyle > section .box .row.h,
.newstyle > section .box .row.f.buttons {
  -webkit-box-pack: justify;
  background-color: #1b1b1b;
  text-transform: uppercase;
  color: #adadad;
  border-bottom: none;
}
.newstyle > section .box .row.h .title,
.newstyle > section .box .row.f.buttons .title {
  width: auto;
}
.newstyle > section .box .row.h .bt,
.newstyle > section .box .row.f.buttons .bt {
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 72px;
}
.newstyle > section .box .row.h :first-child .bt,
.newstyle > section .box .row.f.buttons :first-child .bt,
.newstyle > section .box .row.h .bt:first-child,
.newstyle > section .box .row.f.buttons .bt:first-child {
  border-right: 1px solid #515151;
}
.newstyle > section .box .row.h :last-child .bt,
.newstyle > section .box .row.f.buttons :last-child .bt,
.newstyle > section .box .row.h .bt:last-child,
.newstyle > section .box .row.f.buttons .bt:last-child {
  border-left: 1px solid #515151;
}
.newstyle > section .box .row.h :first-child .bt,
.newstyle > section .box .row.f.buttons :first-child .bt {
  border-left: none;
}
.newstyle > section .box .row.f.buttons {
  background-color: #272727;
  border-top: 1px solid #515151;
}
.newstyle > section .box .row .title {
  text-transform: uppercase;
  width: 110px;
  padding: 0 6px 0 18px;
  color: #adadad;
}
.newstyle > section .box .row .asset.title {
  width: 170px;
}
.newstyle > section .box .row .desc {
  padding: 0 6px;
  -webkit-box-flex: 1;
}
.newstyle > section .box .row .desc.measure {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -moz-box-align: stretch;
  -moz-box-pack: start;
  box-align: stretch;
  box-pack: start;
}
.newstyle > section .box .row .desc.measure input {
  -webkit-box-flex: 0;
}
.newstyle > section .box .row .desc.measure > span {
  color: #fdff68;
  margin-left: 10px;
}
.newstyle > section .box .row .desc.synced {
  color: #23f900;
}
.newstyle > section .box .row .desc.unsynced {
  color: #fe0000;
}
.newstyle > section .box .row input {
  max-width: 100%;
  background-color: #272727;
  font-size: 12px;
  color: #fdff68;
  outline: 0;
  padding: 0;
  width: 100%;
}
.newstyle > section .box .row select {
  max-width: 100%;
  min-width: 110px;
  background: #1b1b1b;
  border: none;
  height: 28px;
  font-size: 12px;
  background-image: url(../images/select_box_3.png);
  background-repeat: no-repeat;
  background-position: right top;
  outline: 0;
  padding-left: 10px;
}
.newstyle > section .box.device-settings .row.m .title {
  text-transform: none;
}
.newstyle > section .box.device-settings .row.m .desc {
  color: #adadad;
  padding-left: 6px;
}
.newstyle > section .box.device-settings .row .title {
  width: 240px;
}
.newstyle > section .box.device-settings .row .desc {
  width: 1px;
  padding-left: 34px;
}
.newstyle > section .box.device-endpoints .row.m .title {
  text-transform: none;
}
.newstyle > section .box.device-endpoints .row.m .desc {
  color: #adadad;
  padding-left: 6px;
}
.newstyle > section .box.device-endpoints .row.m .bt.add-endpoint {
  display: inline-block;
  background-color: #7a7d7e;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s ease;
}
.newstyle > section .box.device-endpoints .row.m .bt.add-endpoint:hover {
  background-color: #7a7d7e;
}
.newstyle > section .box.device-endpoints .row.json {
  height: 100%;
}
.newstyle > section .box.device-endpoints .row .title {
  width: 240px;
}
.newstyle > section .box.device-endpoints .row .desc {
  width: 50%;
  vertical-align: top;
}
.newstyle > section .box.device-endpoints .row .desc pre.json-data {
  margin: 0;
  padding: 8px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: monospace;
}
.newstyle > section .box.device-endpoints .row .desc .endpoint-input-group {
  position: relative;
  margin-bottom: 12px;
}
.newstyle > section .box.device-endpoints .row .desc .endpoint-input-group .field {
  margin-bottom: 6px;
}
.newstyle > section .box.device-endpoints .row .desc .endpoint-input-group .field label {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
  color: #adadad;
}
.newstyle > section .box.device-endpoints .row .desc .endpoint-input-group .field input {
  width: 90%;
  padding: 4px 6px;
  font-size: 13px;
}
.newstyle > section .box.device-endpoints .row .desc .endpoint-input-group .field .form-control.readonly-value {
  width: 90%;
  padding: 4px 6px;
  font-size: 13px;
  min-height: 28px;
  line-height: 1.4;
  color: #fff;
}
.newstyle > section .box.device-endpoints .row .desc .endpoint-input-group .field .bt.delete-endpoint {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.newstyle > section .box.device-endpoints .row .desc .endpoint-input-group .field .bt.delete-endpoint:hover {
  background-color: #c0392b;
}
.newstyle .box.company-info .content,
.newstyle .box.device-settings .content {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
@media (max-width: 1024px) {
  .newstyle .box.company-info .content {
    -webkit-box-orient: vertical;
  }
  .newstyle .box.company-info .content .half {
    width: auto;
  }
  .newstyle .box.company-info .content .half .full-hide {
    display: none;
  }
  .newstyle .box.company-info .content .half .full-hide-border-bottom {
    border-bottom: none;
  }
  .newstyle .box.company-info .content .half:first-child .row:last-child {
    border-bottom: 1px solid #515151;
  }
}
@media (max-width: 1320px) {
  .newstyle .box.device-settings .content {
    -webkit-box-orient: vertical;
  }
  .newstyle .box.device-settings .content .half {
    width: auto;
  }
  .newstyle .box.device-settings .content .half .full-hide {
    display: none;
  }
  .newstyle .box.device-settings .content .half .full-hide-border-bottom {
    border-bottom: none;
  }
  .newstyle .box.device-settings .content .half:first-child .row:last-child {
    border-bottom: 1px solid #515151;
  }
}
.newstyle .fht-thead {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 20px 0px #000;
  -moz-box-shadow: 0px 2px 20px 0px #000;
  box-shadow: 0px 2px 20px 0px #000;
}
.newstyle span.cart-status-active,
.newstyle span.cart-status-idle,
.newstyle span.cart-status-offline {
  text-transform: capitalize;
}
.newstyle span.cart-status-active {
  color: #23f900;
}
.newstyle span.cart-status-idle {
  color: #f4ff00;
}
.newstyle span.cart-status-offline {
  color: #fe0000;
}
.newstyle input[type="checkbox"].style2 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #272727;
  border: 0px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 27px;
  width: 27px;
  outline: 0;
}
.newstyle input[type="checkbox"].style2:checked {
  background: url(/images/graphics_icons.png);
  background-position: -211px -585px;
}
.newstyle input[type="checkbox"].checkbox-light {
  background: #333332;
  border: 1px solid #515151;
}
.company-devices-tbl th.chk {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.company-devices-tbl thead tr {
  height: 44px !important;
}
.company-devices-tbl th {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.company-devices-tbl td.active,
.company-devices-tbl td.synced {
  color: #23f900;
}
.company-devices-tbl td.idle {
  color: #f4ff00;
}
.company-devices-tbl td.offline,
.company-devices-tbl td.nofix,
.company-devices-tbl td.unsynced {
  color: #fe0000;
}
.company-devices-tbl-bottom thead {
  border-top: 1px solid #515151;
  border-bottom: 0 !important;
}
.company-devices-tbl-bottom th {
  background-color: #272727 !important;
}
.multi-select-container {
  display: inline-block;
  position: relative;
}
.multi-select-menuitem {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 7px;
  margin-right: 10px;
}
.multi-select-menuitem input[type=checkbox] {
  margin-left: 10px;
  margin-right: 10px;
  width: 22px !important;
  height: 22px !important;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  background-image: url(/images/graphics_icons.png);
  background-position: -174px -859px;
  background-color: #2F2F2F !important;
  outline: none;
  -webkit-appearance: none;
}
.multi-select-menuitem input[type=checkbox]:checked {
  background-position: -175px -884px;
}
.multi-select-menuitem.none {
  margin: 10px 13px;
}
.multi-select-menuitem:last-child {
  margin-bottom: 10px;
}
.multi-select-menu {
  top: 29px;
  position: absolute;
  left: 0;
  float: left;
  min-width: 100%;
  border: 1px solid #1b1b1b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  background-color: #2F2F2F;
}
.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}
.multi-select-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #1b1b1b;
  border: none;
  height: 28px;
  font-size: 12px;
  background-image: url(../images/select_box_3.png);
  background-repeat: no-repeat;
  background-position: right top;
  outline: 0;
  padding-left: 10px;
  padding-right: 30px;
  max-width: 100%;
  min-width: 100px;
}
.multi-select-container--open .multi-select-menu {
  display: block;
}
.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}
.company-filter option,
.company-filter select {
  color: #adadad;
}
.filter-device .button {
  margin: 0;
  height: 100%;
  font-size: 14px;
  line-height: 41px;
  color: #adadad;
  background: transparent;
  border-right: 1px solid #515151;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.filter-device .input-button div.button-container .button {
  width: 34px;
  padding: 0;
}
.filter-device .input-button div.button-container {
  margin-left: -1px;
  font-family: arial, sans;
  font-size: 16px;
  background-color: #eaeaea;
  height: 30px;
  border: none;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
}
.filter-device .input-button {
  margin: 0 4px;
  width: 180px;
}
.filter-device .input-button .btn-filter-device .icon {
  height: 30px;
  width: 30px;
  background-size: auto;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
  background-position: -358px -133px;
}
.filter-device .input-button .btn-filter-device .icon.close {
  background-position: -358px -186px;
}
.newstyle.support-v2 > section .box .row.h {
  background-color: #7a7d7e;
  color: #0F0F0F !important;
}
.newstyle.support-v2 > section .box .row.h .title {
  color: #0F0F0F !important;
}
table.style3 {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}
table.style3 thead {
  border-bottom: 1px solid #515151;
  color: #adadad;
}
table.style3 tbody tr:not(:last-child) {
  border-bottom: 1px solid #515151;
}
table.style3 tr {
  height: 40px;
  /*
    	&:nth-child(even){
    		background-color: #262626;
    	}
    	*/
}
table.style3 tr.clickable td,
table.style3 tr.clickable th {
  cursor: pointer;
}
table.style3 tr td,
table.style3 tr th {
  padding: 0 18px;
  vertical-align: middle;
}
table.style3 tr td.clickable,
table.style3 tr th.clickable {
  cursor: pointer;
}
table.style3 tr th {
  padding-top: 2px;
  text-transform: uppercase;
}
table.style3 tr td:not(:last-child),
table.style3 tr th:not(:last-child) {
  border-right: 1px solid #515151;
}
table.style4 {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
table.style4 thead {
  border-bottom: 1px solid #515151;
  color: #adadad;
}
table.style4 thead tr:not(.h) {
  height: 30px;
}
table.style4 tbody tr {
  border-bottom: 1px solid #515151;
}
table.style4 tbody tr:first-child td {
  -webkit-box-shadow: inset 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
}
table.style4 tbody tr:last-child {
  border-bottom: none;
}
table.style4 tr {
  height: 44px;
  background-color: #272727;
}
table.style4 tr.clickable td,
table.style4 tr.clickable th {
  cursor: pointer;
}
table.style4 tr.h {
  background-color: #1b1b1b;
  text-transform: uppercase;
}
table.style4 tr td,
table.style4 tr th {
  padding: 0 18px;
  vertical-align: middle;
}
table.style4 tr td.clickable,
table.style4 tr th.clickable {
  cursor: pointer;
}
table.style4 tr td .m,
table.style4 tr th .m {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
table.style4 tr td.bt,
table.style4 tr th.bt {
  padding: 0;
  background-color: #1b1b1b;
  color: #adadad;
  cursor: pointer;
  width: 72px;
  min-width: 72px;
  text-transform: uppercase;
}
table.style4 tr td.bt.chk,
table.style4 tr th.bt.chk {
  width: 45px;
  min-width: 45px;
  line-height: 1;
}
table.style4 tr td:not(:last-child),
table.style4 tr th:not(:last-child) {
  border-right: 1px solid #515151;
}
.support-v2 table.style4:not(.company-devices-tbl-bottom) tr.h,
.support-v2 table.style4:not(.company-devices-tbl-bottom) tr th.bt {
  background-color: #7a7d7e !important;
  color: #0F0F0F !important;
}
@media (max-width: 1860px) {
  .syncwise-devices-table {
    width: 100%;
    overflow-x: auto;
    display: block;
  }
  .syncwise-devices-table table {
    width: 100%;
    table-layout: fixed;
  }
}
/*************************/
.bred {
  background-color: red !important;
}
.bwhite {
  background-color: #fff !important;
}
.bgreen {
  background-color: green !important;
}
.bblue {
  background-color: blue !important;
}
.bgrey {
  background-color: grey !important;
}
.byellow {
  background-color: yellow !important;
}
.bblack {
  background-color: black !important;
}
.bcyan {
  background-color: cyan !important;
}
.nodispl {
  display: none;
}
.fullAll {
  width: 100%;
  height: 100%;
  background-color: red !important;
}
/*# sourceMappingURL=styles.css.map */