/*  wonderful intense blue color: #0090da  */
/*  nice pale blue color: #99bad4  */


/****************  COMMONS  ******************/

html, body {
  height: 100%;
}

body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

a {
  text-decoration: none !important;
  outline: none !important;
}

.btn {
  border-radius: 5px;
  font-weight: bold;
}

.btn-sm {
  font-size: 11px;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

ul.dropdown-menu li a { cursor: pointer; }
ul.dropdown-menu li a:hover { background-color: #ddd; }

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

input[disabled] {
  color: #bbb;
}

input[type=number] {
  color: green;
}

.ckeckbox {
  width: 20px;
  height: 20px;
  background: transparent url(/adminInterface/app/img/checkbox5.png) 0px 0px no-repeat;
  margin: 0px 5px 0px 0px;
  cursor: pointer;
}

.ckeckbox.checked {
  background: transparent url(/adminInterface/app/img/checkbox5.png) 0px -29px no-repeat;
}

.specialElemLabel {
  font-weight: 900 !important;
  color: #888 !important;
  font-size: 13px !important;
  cursor: pointer;
  margin-top: 2px;
}

.activeCheckboxContainer {
  margin: 5px 0px 0px 2px;
}

.redC {
  color: red;
  font-size: 11px;
}

.redColor {
  color: #ff0000 !important;
}

.clear {
  clear: both;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.alignCenter {
  text-align: center;
}

.redText {
  color: #ee0000 !important;
}

.cell {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 20px 20px 20px;
  margin: 20px 0 0 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 12px #888;
  position: relative;
}

.cell:hover {
  background-color: #eeffcc;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.butt {
  border: 3px solid #777;
  background-color: #aaa;
  color: white;
  padding: 4px 8px 4px 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  outline: none !important;
}

.butt:hover {
  background-color: #999;
}

.greenButt {
  border-color: #78cc76;
  background-color: #5cb85c;
}

.greenButt:hover, .greenButt:focus {
  background-color: #449D44;
}

.goldenButt {
  border-color: #CCC66C;
  background-color: #b5b055;
}

.goldenButt:hover {
  background-color: #aaa55a;
}


.errMess {
  font-weight: bold;
  color: red;
}

.succMess {
  font-weight: bold;
  color: green;
}

.gInfoMess {
  margin: 7px 10px 0px 0px;
}

.gInfoMess.ng-enter.ng-leave {
  -webkit-animation: 0.5s fade-out;
  -moz-animation: 0.5s fade-out;
  -o-animation: 0.5s fade-out;
  animation: 0.5s fade-out;
}

.orangeButt {
  background-color: #f0ad4e;
  border-color: #ffcc55;
}

.orangeButt:hover {
  background-color: #EC971F;
}

.magentaButt {
  background-color: #f04ead;
  border-color: #ff55cc;
}

.magentaButt:hover {
  background-color: #EC1F97;
}

.footerSpacer {
  height: 20px;
}

.vertSpacer {
  height: 20px;
}
/****************  END COMMONS  ******************/


.levelNumberInput {
  margin-bottom: 20px;
}

.addLevelButt {
  margin: 0 15px 15px 0;
}

.gAddLevNumberInp {
  margin-bottom: 10px;
}

.gAddLevNameInp {
  margin-bottom: 15px;
}

.noRightsMess {
  font-size: 14px;
  text-align: center;
  font-weight: 900;
  color: red;
  margin-top: 100px;
}

.saveGarageInfoButt {
  margin: 0px 15px 15px 0px;
}

.editLevelButt {
  margin: 0px 15px 0px 0px;
}

.levelButtonsC {
  height: 35px;
  margin-bottom: 10px;
}

.saveGarageInfoLoader {
  margin: 9px 11px 0 0;
}

.garCellTitle {
  font-size: 14px;
  font-weight: 900;
  color: #666;
  overflow: hidden;
  margin-top: 10px;
}

.loaderLabel {
  margin-top: 7%;
  margin-bottom: 0px;
  margin-right: -10px;
  font-weight: 800;
  color: #88c8ff;
  font-size: 20px;
}

.itemAss {
  padding: 5px 6px 5px 26px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #999;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
  cursor: pointer;
  width: 200px;
  overflow: hidden;
  background: transparent url(/adminInterface/app/img/checkbox5.png) 2px 2px no-repeat;
}

.itemAss:hover {
  background-color: #eee;
}

.itemAssChecked {
  background: transparent url(/adminInterface/app/img/checkbox5.png) 2px -27px no-repeat;
}

.garCell {
  padding: 5px 10px 5px 26px;
  border: 2px solid #CCC66C;
  color: #555;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 10px 0px 0px;
  border-radius: 8px;
  background: transparent url(/adminInterface/app/img/checkbox5.png) 2px 2px no-repeat;
  cursor: pointer;
}

.garCell:hover {
  background-color: #eee4cc;
}

.garCellChecked {
  background: transparent url(/adminInterface/app/img/checkbox5.png) 2px -27px no-repeat;
}

.assNew {
  color: #0090da;
}

.assOld {
  color: #333;
}

.assGDir {
  bottom: 43px !important;
  left: 0px !important;
}

.itemsListScroll {
  height: 300px;
  width: 220px;
  overflow: auto;
}

.logoContainer {
  margin: 11px 0 11px 5px;
  position: relative;
  z-index: 1002;
  vertical-align: bottom;
  line-height: 20px !important;
  padding: 0 0 0 27px;
  font-weight: 700;
  font-size: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  display: block;
  float: left;
  background: transparent url(/adminInterface/app/img/logo2.png) left top no-repeat;
}

.appTitle {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
}

#container {
  height: 100%;
}

.header {
  background-color: #ffc666;
  border-bottom: 1px solid #c9aa5f;
  position: fixed;
  width: 100%;
  z-index: 6000;
}

.headerContainer {
  text-align: center;
}

.mainC {
  margin-left: 230px;
  margin-top: 45px;
}

.mainClogin {
  margin-left: 0px !important;
}

.selGarageInd {
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  color: #999;
  margin-left: -20px;
}

.content {
  height: 100%;
}

.cells {
  background-color: #f5f5f5;
  padding-left: 30px;
}

.garageCell {
  border: 3px solid #ffc666;
  background-color: #ffffe1;
  cursor: pointer;
  position: relative;
  z-index: 100;
  padding-bottom: 35px;
}

.garageCell:hover {
  background: #ffeeaa url(/adminInterface/app/img/selectIndicator4.png) 20px 8px no-repeat;
}

.gCellSelected, .gCellSelected:hover {
  background: #ffc666 url(/adminInterface/app/img/selectIndicator7.png) 20px 8px no-repeat;
  border: 3px solid #ff9900;
}

.selectedGarageIndicator {
  margin: 0px 0px 0px 0px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.selectedGarageIconContainer {
  background: transparent url(/adminInterface/app/img/selectedGarageIcon1.png) 0px 0px no-repeat;
  width: 40px;
  height: 40px;
  margin: 15px auto 0 auto;
}

.selectedGarageLogoContainer {
  margin-left: -20px;
}

.hrLikeLeftMenu {
  height: 1px;
  background-color: #666;
  margin: 0px 0px 8px 0px;
}

.group2Hr {
  margin: 0 -15px 8px -15px;
}

.selectedGarageNameContainer {
  color: #ddd;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 7px 0 15px 0;
}

.selectedIndicator {
  position: absolute;
  z-index: 1000;
  font-style: italic;
  font-weight: bolder;
  font-size: 11px;
  color: #006ab3;
  top: 5px;
  left: 35px;
}

.nrSpots {
  position: absolute;
  z-index: 1000;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  color: #000;
  top: 3px;
  right: 10px;
}

.nrSpotsLabel {
  font-weight: bold;
  font-size: 12px;
  color: #777;
}

.bigRow {
  height: 100%;
}

.leftSidebar {
  background-color: #424a5d;
  height: 100%;
  padding: 0 10px 0 10px !important;
  position: fixed;
  z-index: 1000;
  width: 230px;
}
@media (max-width: 480px) {
  .leftSidebar {
    display: none;
  }
}

.topSidebarFiller {
  height: 54px;
}

.menuItem {
  cursor: pointer;
  color: #aeb2b7;
  margin-bottom: 10px;
  padding: 12px;
  font-family: "Ruda", sans-serif;
  font-size: 12px;
  line-height: 15px;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menuItem:visited {
  color: #aeb2b7;
  text-decoration: none;
}

.menuItem:hover {
  background-color: #35acf0;
  text-decoration: none;
  color: #fff;
}

.highligtedText {
  font-weight: bold;
  color: #ff7700;
  font-style: normal;
}

.active {
  /*background-color: #68dff0;*/
  background-color: #35acf0;
  color: #fff !important;
  text-decoration: none !important;
}

.parkedPlateCell {
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #78b1cf;
  background-color: #508aa8;
  color: #fff;
}

.parkedPlateCell:hover {
  background-color: #72acca;
}

.numberPlateOcc {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  display: table-cell;
  border-radius: 5px;
  border: 2px solid #78b1cf;
  background-color: #508aa8;
  color: #fff;
}

.numberPlateFree {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  display: table-cell;
  border-radius: 5px;
  border: 2px solid #9ed8a5;
  background-color: #65b56e;
  color: #fff;
}

.sectionBigHeader {
  margin: 10px 0 25px 8px;
}

.sectionBigHeaderUsers {
  margin: 10px 0 2px 8px;
}

.buttonsArea {
  margin: 5px 0px 15px -5px;
}

.btnGreen, .btnGreen:hover {
  border: 2px solid #55cc55;
}

.bigText {
  font-size: 45px;
  font-weight: 700;
  color: #aaa;
}

.icomId {
  font-size: 10px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 2px;
}

.timestamp {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  color: #aaa;
  margin-top: 10px;
}

.svgCoordsContainer {
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
  color: #ee8800;
}

.sCoordX {
  color: #000;
}

.spotLabel {
  margin-bottom: 10px;
}

.labelC {
  font-family: Arial, sans-serif !important;
  font-weight: 700;
  font-size: 34px;
  color: #aaa;
}

.levelTitle {
  font-weight: normal;
  font-size: 15px;
  color: #bbb;
  margin-left: 10px;
  font-style: italic;
}

.levelC {
  font-weight: bold;
  font-size: 15px;
  color: #999;
  font-style: italic;
}

.mongoId {
  font-size: 10px;
  font-weight: bold;
  margin-top: 15px;
  color: #777;
}

.garageName {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #777;
  font-style: italic;
}

.couponCell {
  height: 300px;
  overflow: hidden;
}

.shopCell {
  height: 220px;
  overflow: hidden;
}

.carPhotoContainer {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  overflow: hidden;
  border: 2px solid #aaa;
  background-color: #ccc;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  /*box-shadow: 2px 2px 7px #666;*/
}

.deleteConfirmAnchor {
  position: relative;
}

.confirm {
  position: absolute;
  z-index: 6500;
  border: 2px solid #aaa;
  padding: 20px 20px 15px 20px;
  background-color: #fff;
  border-radius: 10px;
  bottom: 30px;
  box-shadow: 1px 1px 12px #888;
}

.confirmLeft {
  left: -22px;
}

.confirmRight {
  right: -22px;
}

.arrow-down-border-left {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #999;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -12px;
}

.arrow-down-fill-left {
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -10px;
}

.arrow-down-border-right {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #999;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -12px;
  right: 16px;
}

.arrow-down-fill-right {
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -10px;
  right: 16px;
}

.redBg {
  background-color: #ff4422 !important;
}

.userEmail {
  font-size: 10px;
  font-weight: bold;
  color: blue;
  overflow: hidden;
  margin-bottom: 10px;
}

.delLevelConfirm {
  bottom: 15px;
}

.delUserConfirm {
  bottom: 20px;
  width: 300px;
}

.confirmButtons {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

.chPassButtons {
  margin-top: 20px;
}

.chPassConfirm {
  width: 300px;
  bottom: 45px;
  left: 5px;
}

.posRel {
  position: relative;
}

.okButt {
  background-color: #428bca;
  border-color: #88aaff;
}

.okButt:hover, .okButt:focus {
  background-color: #3276B1;
}

.cancelButt {
  background-color: #f0ad4e;
  border-color: #ffcc55;
  margin-left: 5px;
}

.cancelButt:hover, .cancelButt:focus {
  background-color: #ED9C28;
}

.assignGaragesContainer {
  background-color: #fff5dd;
  padding: 10px 20px 10px 10px;
  margin: 0 -10px -10px 0;
  border-top: 1px solid #ddaa77;
  border-bottom-right-radius: 10px;
}

.gOColor {
  color: #b5b055 !important;
}

.gOColorMed {
  color: #C8C268 !important;
}

.gOColorLight {
  color: #CCC66C !important;
}

.deleteMap {
  width: 20px;
  height: 20px;
  background: transparent url(/adminInterface/app/img/cross-circle-16.png) 2px 2px no-repeat;
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 5000;
  cursor: pointer;
}

.deleteLevel {
  width: 24px;
  height: 24px;
  background: transparent url(/adminInterface/app/img/cross-circle-24.png) 0px 0px no-repeat;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 5000;
  cursor: pointer;
}

.levelMapContainer {
  width: 100%;
  height: 0px;
  padding-top: 30%;
  overflow: hidden;
  border: 2px solid #aaa;
  background-color: #ccc;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  /*box-shadow: 2px 2px 7px #666;*/
}

.carPhoto {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carPhotoLabel {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #508aa8;
}

.levelMapLabel {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ee8800;
}

.loginIntro {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #999;
  padding: 20px 10px 15px 20px;
}

.loginFormContainer {
  background-color: #ddd;
  padding: 5px 20px 20px 20px;
  border: 3px solid #d0d0d0;
  border-radius: 20px;
}

.loginTitle {
  text-align: center;
  font-weight: 800;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #bbb;
  margin-bottom: 10px;
}

.loginIcon {
  margin: 0 1px -3px -9px;
  background: transparent url(/adminInterface/app/img/login-glyph.png) left top no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
}

.loginEmailLabel, .loginPasswordLabel {
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: bolder;
  color: #aaa;
}

.loginEmailContainer {
  margin-bottom: 10px;
}

.loginPasswordContainer {
  margin-bottom: 20px;
}

.loginButtonContainer {
  text-align: center;
}

.loginButton {
  outline: none !important;
}

.ng-invalid.ng-dirty.loginInput {
  border: 2px solid #cc0000 !important;
}

.ng-invalid.ng-dirty.loginInput:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483 !important;
}

.ng-valid.ng-dirty.loginInput {
  border: 2px solid #00bb00 !important;
}

.ng-valid.ng-dirty.loginInput:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168 !important;
}

.labelValid {
  color: green;
}

.labelError {
  color: #ee0000;
}

.loggedBtnGroup {
  float: right;
  height: 34px;
  margin-top: 5px;
}

.loggedIndicator {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #777;
  cursor: pointer;
  height: 34px;
  /*background-color: #ffddaa;*/
  background-color: #424a5d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #424a5d;
  border-right: 1px solid #aaa;
}

.loggedIndicator:hover {
  background-color: #286090;
  /*background-color: #3971a1;*/
}

.adminAvatar {
  /*background: transparent url(/adminInterface/app/img/flower1.png) 0px 1px no-repeat;*/
  background: transparent url(/adminInterface/app/img/admin-avatar1.jpg) -35px -37px no-repeat;
  /*background: #fff url(/adminInterface/app/img/admin-avatar.jpg) -4px -3px no-repeat;*/ /* left top */
  width: 28px;
  height: 28px;
  border-radius: 5px;
  float: left;
  /*margin: -8px 5px 0 0;*/
  margin: 1px 6px 0 1px;
  /*border: 1px solid #fff;*/
  /*box-shadow: 1px 1px 2px #555;*/
}

.adminName {
  float: left;
  font-weight: bold;
  /*color: #0090da;*/
  color: #fff;
  margin: 7px 8px 0 0;
}

.logoutBut {
  float: left;
  outline: none !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 2px solid #424a5d;
  background-color: #424a5d;
  height: 34px;
  color: #fff;
  font-size: 12px;
  padding: 7px 8px 0 8px;
  cursor: pointer;
}

.logoutBut:hover {
  background-color: #f00;
}

.highligtedBlueText {
  font-weight: bold;
  color: #0090da;
  font-style: normal;
}

.highligtedRedText {
  font-weight: bold;
  color: red;
  font-style: normal;
}

.avgStatText {
  font-weight: bold;
  color: #aaa;
}

.hGarageName {
  color: #000;
  font-style: italic;
}

.filtersBar {
  background-color: #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 30px;
  color: #aaa;
  margin-top: 1px;
}

.f1SelAll, .f1SelAll:hover, .f1SelAll:focus {
  outline: none !important;
  background-color: #8a50a8;
  color: white;
}

.f1SelOcc, .f1SelOcc:hover, .f1SelOcc:focus {
  outline: none !important;
  background-color: #508aa8;
  color: white;
}

.f1SelFree, .f1SelFree:hover, .f1SelFree:focus {
  outline: none !important;
  background-color: #65b56e;
  color: white;
}

.selGarageHeader {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 4px 12px 6px 40px;
  border-radius: 6px;
  background: #424a5d url(/adminInterface/app/img/selectedGarageIcon-s.png) 5px 2px no-repeat; /* left top */
  border: 2px solid #424a5d;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}

.selGarageHeader:hover {
  background-color: #286090;
}

.selGarageName {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.glyphChangeGarage {
  display: inline-block;
  margin: 5px 0 0 7px;
}

.loaderContainer, .infoArea, .filtersBar {
  /*position: fixed;
  z-index: 1000;
  margin-top: 50px;
  width: 100%;*/
}

.mainContentContainer {
  margin-top: 50px;
}

.occupancyBar {
  display: inline-block;
  margin: 0px 0px -10px 10px;
  width: 40%;
  height: 30px;
  background-color: #00ff00;
}

.filterBut {
  display: inline-block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  color: #666;
  font-weight: bold;
  font-size: 11px;
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 1px 0 0;
}

.filterButtons {
  float: left;
  width: 380px;
  height: 50px;
  padding-top: 12px;
}

.filterButtonsUsers {
  float: left;
  height: 50px;
  padding-top: 12px;
  width: 500px;
}

.filterButtonsArrDep {
  float: left;
  height: 50px;
  padding-top: 12px;

}

.filterButts {
  float: left;
  height: 50px;
  padding-top: 10px;
}

.fbAll:hover, .fbAllActive {
  background-color: #8a50a8;
  color: white;
}

.fbOcc:hover, .fbOccActive {
  background-color: #508aa8;
  color: white;
}

.fbFree:hover, .fbFreeActive {
  background-color: #65b56e;
  color: white;
}

.fbUseless:hover, .fbUselessActive {
  background-color: #aaa;
  color: white;
}

.fbAD:hover, .fbADActive {
  background-color: #bd68c7;
  color: white;
}

.filterRadio {
  float: left;
  color: #666;
  font-size: 13px;
  padding: 4px 8px 4px 19px;
  font-weight: bold;
  cursor: pointer;
  background: transparent url(/adminInterface/app/img/radio-buttons.png) 0px 5px no-repeat; /* left top */
}

.frAll:hover, .frAllActive {
  color: #d400cd;
  background-position: 0px -73px;
}

.frOcc:hover, .frOccActive {
  color: #0090da;
  background-position: 0px -21px;
}

.frFree:hover, .frFreeActive {
  color: #00aa00;
  background-position: 0px -47px;
}



/********** MY DROP-DOWN ***********/
.myDD {
  float: left;
  position: relative;
  z-index: 1000;
  margin-right: 10px;
  margin-top: -2px;
  width: 90px;
}

.myDDLabel {
  border: 2px solid #bbb;
  border-radius: 5px;
  padding: 5px 20px 4px 7px;
  background-color: #f0f0f0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
}

.myDDGlyph {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1050;
}

.myDDLabel:hover, .myDDLabelActive {
  color: #dd6600;
  /*eda*/
}

.myDDList {
  position: absolute;
  top: 30px;
  left: 10px;
  border: 2px solid #bbb;
  border-radius: 5px;
  background-color: #f0f0f0;
  z-index: 1150;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  padding: 3px 0 3px 0;
  width: 90px;
}

.myDDItem {
  white-space: nowrap;
  padding: 4px 15px 4px 10px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
}

.myDDItem:hover {
  background-color: #dedede;
  color: #dd6600;
}
/********** END MY DROP-DOWN ***********/



.filtersFormInstr {
  float: left;
  font-size: 14px;
  font-weight: 900;
  margin: 3px 10px 0 0;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

.rankPadTop {
  padding-top: 5px;
}

.loaderImg {
  margin-top: 6%;
}
.searchTextContainer {
  float: right;
  width: 30%;
  margin-right: 20px;
}

.itemsPerPageContainer {
  display: inline-block;
}

.paginationBar {
  margin: 10px 0 0 0;
}

.paginationBarUp {
  margin-top: 15px;
}

.itemsPerPageContainerUp, .itemsPerPageContainerDown {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #508aa8;
}

.itemsPerPageContainerDown {
  margin-top: 18px;
}

ul.pagination {
  margin: 0;
}

.ippcc {
  color: #aaa;
}

.emailErrMess {
  font-size: 12px;
  color: #f00;
}

/*.orderByItem {
	display: inline-block;
	color: #666;
	font-size: 13px;
	padding: 4px 10px 4px 23px;
	font-weight: bold;
	cursor: pointer;
	background: transparent url(/adminInterface/app/img/checkbox4.png) 0px 2px no-repeat;
}

.orderByItem:hover, .obiActive {
	background: transparent url(/adminInterface/app/img/checkbox4.png) 0px -27px no-repeat;
	color: #0090da;
}*/

.orderByItem {
  float: left;
  margin-right: 5px;
  background-color: #f0f0f0;
  border-radius: 4px;
}

.orderByBarContainer {
  float: left;
  width: 490px;
  height: 50px;
  padding-top: 10px;
}

.orderByBarContainerUsers {
  float: left;
  height: 50px;
  padding-top: 10px;
}

.orderByBarContainerArrDep {
  float: left;
  height: 50px;
  padding-top: 10px;

}

.orderByInd {
  margin-top: 4px;
}

.applyButtonContainer {
  float: left;
  /*background-color: #aef;*/
  height: 50px;
  padding-top: 10px;
}

.applyButton, .applyButton:hover {
  border: 1px solid #35acf0;
}

.obi {
  float: left;
  width: 12px;
  height: 29px;
  cursor: pointer;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.obiUp {
  background: transparent url(/adminInterface/app/img/orderby-arrow-up1.png) 1px 6px no-repeat;
  border-right: 1px solid #bbb;
}

.obiUp:hover, .obiUpActive {
  background: transparent url(/adminInterface/app/img/orderby-arrow-up1.png) 1px -18px no-repeat;
}

.obiDown {
  background: transparent url(/adminInterface/app/img/orderby-arrow-down1.png) 1px 6px no-repeat;
  border-right: 1px solid #bbb;
}

.obiDown:hover, .obiDownActive {
  background: transparent url(/adminInterface/app/img/orderby-arrow-down1.png) 1px -18px no-repeat;
}

.obiClear {
  background: transparent url(/adminInterface/app/img/clear2.png) 2px 8px no-repeat;
  border-right: 1px solid #bbb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 19px;
}

.obiClear:hover {
  background: transparent url(/adminInterface/app/img/clear2.png) 2px -18px no-repeat;
}

.obiLabel {
  float: left;
  color: #777;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #bbb;
  padding: 6px 5px 3px 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 29px;
}

.obiActive {
  color: #ff6600;
}

.searchBar {
  background-color: #ddd;
  padding-left: 30px;
  color: #aaa;
}

.searchNumberPlateContainer, .searchIcomIdContainer {
  float: left;
  height: 50px;
}

.fiterBarC {
  padding-bottom: 10px;
}

.nPltInputLabel, .icomInputLabel {
  font-size: 12px;
  font-weight: 900;
  float: left;
  padding-top: 7px;
}

.nPltInput, .icomInput {
  float: left;
  width: 100px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  height: 29px;
  margin: 10px 0 0 7px;
  padding-left: 9px;
  padding-top: 9px;
  color: #0090da;
}

.nPltInput:focus, .icomInput:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #78b1cf !important;
  border-color: #fff !important;
}

.sLabFocus {
  color: #0090da;
}

.icomInput {
  width: 175px;
}

.invisibleSearchButton {
  background-color: transparent;
  background-image: none;
  padding: 5px;
  border: none;
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal;
}

.invisibleSearchButton:hover {
  color: #0090da;
}

.nplSearchBut {
  margin-right: 25px;
}

.red {
  background-color: red;
}

.green {
  background-color: #00ff00;
}

.editDelButBar {
  position: absolute;
  bottom: 5px;
  right: 2px;
  z-index: 1500;
}

.edButGlyph {
  font-size: 10px;
}

.editBut, .delBut {
  float: left;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 5px;
  color: white;
}

.editBut {
  border: 2px solid #7ace78;
  background-color: #06a402;
}

.delBut {
  border: 2px solid #ff7575;
  background-color: #ce0000;
}

.editBut:hover {
  background-color: #06bf02;
}

.delBut:hover {
  background-color: #ff0000;
}

.ourTimestamp {
  font-size: 12px;
  font-weight: bold;
  color: black;
  margin: 5px 0 -5px 0;
}

.actLabel {
  font-size: 20px;
}

.actionTypeArr, .actionTypeDep {
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0 5px 0;
  color: #508aa8;
}

.actionTypeDep {
  color: #65b56e;
}

.bigTextEdit {
  font-size: 20px;
  color: black;
  font-weight: 700;
}

.editGarageName {
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  font-style: italic;
}

.editCell{
  border: 1px solid #ccc;
  padding: 5px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 12px #888;
  background-color: #eeeeee;
  padding: 10px;
  margin: 0px 0px 20px 5px;
}

.editCell:hover {
  background-color: #eeeeee;
}

.editCell label {
  font-size: 12px;
  font-weight: normal;
  color: #777;
}

.editCell .form-control {
  font-weight: bold;
}

.editCell textarea.form-control {
  font-weight: normal;
  font-size: 13px;
  color: #000;
}

.editCellActive {
  padding-top: 15px;
  padding-left: 15px;
  background: #eee url(/adminInterface/app/img/bg-blue-active.png) 0px 0px repeat-y;
}

.editCellInactive {
  padding-top: 15px;
  padding-left: 15px;
  background: #eee url(/adminInterface/app/img/bg-blue-inactive.png) 0px 0px repeat-y;
}

.spotCellActive {
  background: #eee url(/adminInterface/app/img/bg-blue-active.png) -5px 0px repeat-y;
}

.spotCellInactive {
  background: #eee url(/adminInterface/app/img/bg-blue-inactive.png) -5px 0px repeat-y;
}

.levelsCell{
  border: 1px solid #ccc;
  padding: 5px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 12px #888;
  background-color: #eeeeee;
  padding: 10px;
  margin: 0px 0px 20px 5px;
}

.levelsCell:hover {
  background-color: #eeeeee;
}

.levelsCell label {
  font-size: 12px;
  font-weight: normal;
  color: #777;
}

.levelsCell .form-control {
  font-weight: bold;
}

.levelsCell textarea.form-control {
  font-weight: normal;
  font-size: 13px;
  color: #000;
}

.subForm {
  background-color: #cfcfcf;
  padding: 10px 10px 10px 10px;
  margin: 0px 15px 20px 35px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  z-index: 1000;
}

.editIcon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: transparent url(/adminInterface/app/img/edit.png) 0px 0px no-repeat;
  cursor: pointer;
}

.deleteIcon {
  width: 16px;
  height: 16px;
  background: transparent url(/adminInterface/app/img/cross-circle-16.png) 0px 0px no-repeat;
  cursor: pointer;
}

.editDelIconsBar {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 16px;
  width: 38px;
}

.leftCornerBg {
  position: absolute;
  z-index: 1200;
  background-color: #cfcfcf;
  width: 30px;
  height: 25px;
  top: 0px;
  left: -20px;
}

.leftCornerFg {
  position: absolute;
  z-index: 1500;
  background-color: #eeeeee;
  width: 35px;
  height: 50px;
  top: 1px;
  left: -35px;
  border-radius: 20px;
}

.subFormTitle {
  font-weight: 900;
  color: #bbb;
  margin: 0px 0px 0px 15px;
}

.addLevelTitle {
  font-weight: 900;
  color: #ff9900;
  margin: 5px 0px 10px 15px;
}

.levelsSubFormTitle{
  margin-top: 20px;
}

.editGarageLevelPhoto {
  padding-top: 23%;
}

.garageEditSectionTitle, .editSectionTitle {
  font-size: 16px;
  font-weight: 900;
  color: #888;
  margin: 10px 0px 5px 25px;
}

.edLevelTitle {
  font-size: 16px;
  font-weight: 900;
  color: #999;
  margin: 2px 0px 15px 0px;
}

.roleLabel {
  position: absolute;
  font-size: 40px;
  font-weight: 900;
  color: #ccc;
  right: 30px;
  top: 0px;
}

.roleSmth {
  margin-right: 10px;
}

.roleBar {
  margin-top: 5px;
}

.addLevelCell, .addLevelCell:hover {
  background-color: #ffffcc;
}

.addSpotsCell, .addSpotsCell:hover {
  background-color: #ffccff;
}

.userRolesDropDown {
  width: 150px;
}

.userRolesDropDownShort {
  width: 140px;
}

.yesNoDropDown {
  width: 60px;
}

.arrDepDropDown {
  width: 100px;
}

.levelsDropDown {
  width: 80px;
}

.limitDropDown {
  width: 75px;
}

.userFirstName {
  font-size: 12px;
  font-weight: bold;
}

.userLastName {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.barSel {
  background: #d5d5d5 url(/adminInterface/app/img/selectIndicator2.png) 0px 0px repeat-y;
  color: #888;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.rankDatePicker {
  width: 196px;
  display: inline-block;
}

.universalLabel {
  font-size: 10px;
  font-weight: bold;
  color: #559;
  margin: 10px 0 0 0;
}

.noMargin {
  margin: 0;
}

.actionCell {
  height: 350px;
}

.rankButtonContainer {
  display: inline-block;
  height: 50px;
  padding-top: 10px;
}

.rankLimitDropDownContainer {
  margin: 10px 0 0 0;
  display: inline-block;
}

.rankCell {
  height: 160px;
  text-align: center;
}

.numberPlateC {
  text-align: center;
  margin-top: 10px;
}

.numberPlateRank {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #ccc;
  background-color: #fff;
  color: #000;
}

.nrSpotsC {
  margin: 0 0 15px 15px;
}

.spotsCountC {
  font-size: 18px;
  font-weight: bold;
}

.uploadSpotsCoordsLoader {
  margin: 29px 10px 0 0;
}

.gListStatsBarC {
  margin-top: 25px;
}

.gListStatsNrSpots {
  font-weight: bold;
  font-size: 12px;
}


.tc-chart-js-legend {
  list-style-type: none;
  padding-left: 0;
}
.tc-chart-js-legend li {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #777;
}
.tc-chart-js-legend li span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px -5px 0;
}
.noFloat {
  float: none !important;
}
.continent {
  color: #65b56e;
  font-size: 15px;
  font-weight: 700;
}
.countriesC {
  /*padding: 10px 0 20px 0;*/
}
.countryC {
  float: left;
  padding: 2px;
  background-color: #f5f5f5;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.countryAreasC {
  padding-left: 15px;
}
.countryArea {
  font-size: 12px;
}
.posCheckbox {
  position: relative;
  bottom: -2px;
}
.countryName {
  font-size: 12px;
  font-weight: bold;
  color: #009CFF;
}
.validationMessagesC {

}
.validationMessage {
  text-align: center;
  color: red;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
/****************  @ MEDIA  ******************/


@media (min-width: 1440px) {
  .levelsCell {
    margin: 10px 0px 20px 5px;
  }

  .editGarageLevelPhoto {
    padding-top: 28%;
  }
}

@media (max-width: 768px) {
  .mainC {
    margin-left: 0px !important;
    margin-top: 60px !important;
  }
}
@media (max-width: 678px) {
  .mainC {
    margin-top: 75px;
  }
}
@media (max-width: 453px) {
  .mainC {
    margin-top: 95px;
  }
  .editCell {
    margin-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  #mainContentContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .assignCarsContainer {
    margin-right: 0px;
  }
}
@media (max-width: 415px) {
  .mainC {
    margin-top: 125px;
  }
}

@media (max-width: 355px) {
  .loggedBtnGroup {
    float: left;
  }
  .roleLabel {
    display: none;
  }
}

@media (max-width: 350px) {
  .mainC {
    margin-top: 145px;
  }
  .scrisG {
    display: block;
    margin: -5px 0 10px 0;
  }
  .gFbtn {
    display: block !important;
  }

}

@media (max-width: 308px) {
  .mainC {
    margin-top: 145px;
  }

  .chPassConfirm {
    width: 270px;
    left: -20px;
  }
}

@media (max-width: 615px) {
  .loggedBtnGroup {
    margin-bottom: 5px;
  }
  .selGarageHeader {
    display: block;
    float: right;
  }
}

@media (max-width: 475px) {
  .selGarageHeader {
    float: left;
  }
}

/****************  END @ MEDIA  ******************/