h1 {
  color: #26375B;
  font-weight: bolder;
}

/*#region header*/
.header {
  background-color: #26375B;
  padding: 5px;
  height: 80px;
  border-bottom: 5px solid #eee;
  box-shadow: -1px 4px 13px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 4px 13px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 13px -5px rgba(0, 0, 0, 0.75);
}

.header-right {
  margin-top: 12px;
  margin-right: 12px;
}

.header-user {
  margin-top: 4px;
}

.header-user-icon {
  color: white;
  font-size: 16px;
  background-color: #808080;
  border-radius: 50%;
  padding: 5px 10px 5px 10px;
}

.header-user-arrow {
  margin-top: 4px;
  margin-left: 5px;
  font-size: 10px;
}

/*#endregion*/
.full-width-dialog .mat-dialog-container {
  max-width: 90vw !important;
}

.full-width-dialog {
  max-width: 90vw !important;
}

.modal-body {
  padding: 0px !important;
}

html, body {
  background-color: #e6eaed;
  margin-top: 0px;
  color: #5c6370;
}

.custom-spinner circle {
  stroke: #007bff !important;
}

a {
  color: #27333F;
  border: 0px;
}

.mat-dialog-container {
  overflow: hidden !important;
}

.mat-raised-button {
  margin-top: 6px;
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.md-select-menu-container,
.md-open-menu-container, .mat-select-content {
  z-index: 999999 !important;
}

.md-select-menu-container {
  z-index: 999999 !important;
}

.signup-error {
  padding: 8px;
  color: #d8d8d8;
  border-left: 8px solid #891616;
  margin-bottom: 10px;
  background-color: #be2121;
}

.mat-app-background {
  background-color: transparent !important;
}

.matDefault:disabled, .matDefault[disabled] {
  background-color: #689b6a !important;
  color: #fff !important;
}

.matDefault {
  background-color: #2E7D32 !important;
  color: #fff !important;
}

.matPrimary {
  background-color: #27333F !important;
  color: #fff !important;
}

.matSecondary {
  background-color: #27333F !important;
  color: #fff !important;
}

.matDanger {
  background-color: #D2322D !important;
  color: #fff !important;
}

.loginform a {
  color: blue !important;
}

.label {
  text-align: left;
}

.form-control-button, .form-control-button:hover, .form-control-button a, .form-control-button a:hover {
  color: #fff !important;
  font-size: 18px !important;
  width: 100% !important;
  background-color: #081f3f !important;
  border: 0px !important;
  margin-bottom: 5px !important;
}

.form-control-grey-button, .form-control-grey-button:hover {
  color: #3d3d3d !important;
  font-size: 18px !important;
  width: 100% !important;
  background-color: #F2F2F2 !important;
  border: 0px !important;
}

.form-control-grey {
  background-color: #F2F2F2;
  padding: 10px;
  width: 100%;
  border: 0px solid;
}

.form-control-grey:focus {
  outline: none;
}

.form-control-grey::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a3a3a3;
  font-size: 16px;
  opacity: 1; /* Firefox */
}

.form-control-grey:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a3a3a3;
  font-size: 16px;
}

.form-control-grey::-ms-input-placeholder { /* Microsoft Edge */
  color: #a3a3a3;
  font-size: 16px;
}

#login-section, #forgotpassword-section,
#forgotpassword-confirmation-section,
#resetpassword-section,
#resetpassword-confirmation-section {
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.forced-logout-message {
  text-align: center;
}

.mat-tab-group {
  background-color: #fff;
}

.mat-tab-body-content {
  min-height: 250px !important;
}

.accordion-toggle:focus {
  outline: none !important;
}

h1 {
  font: 32px ProximaNova-Regular, helvetica, arial, sans-serif;
}

* {
  outline: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
md-content.md-default-theme, md-content {
  background-color: #fff !important;
}

.sidebarLogin {
  margin: 0 auto;
  margin-bottom: 8px;
  background-color: #808080;
  border-radius: 30px;
  height: 60px;
  width: 60px;
  color: #fff;
}

.sidebarLogin a {
  border: 0px !important;
  color: #fff;
}

.sidebarLogin a:hover {
  background-color: #498A3F !important;
}

#menu-toggle {
  display: inline-block;
  position: relative;
  font-size: 30px;
}

#menu-toggle-close {
  display: inline-block;
  position: relative;
  font-size: 20px;
}

.crosshair-cursor, .crosshair-cursor .map-badge {
  cursor: url(https://app.farmlogs.com/images/onboarding/draw-cursor.png) 27 27, auto !important;
}

.displayInSmallView {
  display: none !important;
}

.mapboxgl-canvas-container {
  cursor: url(../img/draw-cursor.png) 27 27, auto !important;
}

.displayInLargeView {
  display: block !important;
}

/* SWITCH */
.switch {
  position: relative;
  float: left;
  width: 30px;
  margin-top: 0px;
  height: 17px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #498A3F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #498A3F;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* PUSH MENU */
#menu-switch {
  display: none;
}

#menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  z-index: 2;
}

#menu-switch:checked ~ #menu-overlay {
  display: block;
}

#menu {
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 3;
  width: 250px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: left;
  border-right: 1px solid #498A3F;
  background-color: #27333F;
}

#menu ul {
  padding: 0;
  margin-top: 30px;
}

#menu ul li {
  list-style: none;
  background-color: #27333F;
}

.closelink {
  text-align: right;
}

.closelink label {
  margin-right: 10px;
  color: #000;
}

#menu ul {
  margin-top: 0;
}

#menu ul li a {
  display: block;
  font-weight: 900;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid #eee;
  padding-left: 10px;
}

#menu ul li:last-child a {
  border-bottom: 1px solid #eee;
}

#menu ul li a:hover {
  letter-spacing: 1px;
  background-color: #498A3F;
  color: #fff;
}

#menu-switch:checked ~ #menu {
  left: 0;
}

.loader {
  display: none;
  padding: 24px;
  text-align: center;
}

.loader .spinner {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 999999;
  border: 10px solid #e6e6e6;
  border-radius: 50%;
  border-top: 10px solid #081f3f;
  /*border-bottom: 10px solid blue;*/
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.1s linear infinite;
  /* Safari */
  animation: spin 1.1s linear infinite;
}

.loader.loading {
  display: block;
}

.chip {
  display: inline-block;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background-color: #263238;
  margin: 3px;
  float: left;
}

.chip a, .chip a:hover {
  color: #fff;
  text-decoration: none;
}

.container-content {
  min-height: 1000px;
}

.app-modal-window-large .modal-dialog {
  width: 100% !important;
  max-width: 1200px !important;
}

.app-modal-window-small .modal-dialog {
  width: 100% !important;
  max-width: 600px !important;
}

th {
  background-color: #007bff;
  color: #fff;
  border-bottom: 2px solid #797979;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #CCCCCC;
  font-weight: bold;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #BBBBBB;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
  border: 0px;
}

.table-bordered > thead > tr > th:first-child, .table-bordered > tbody > tr > th:first-child, .table-bordered > tfoot > tr > th:first-child {
  border-top-left-radius: 8px;
}

.table-bordered > thead > tr > th:last-child, .table-bordered > tbody > tr > th:last-child, .table-bordered > tfoot > tr > th:last-child {
  border-top-right-radius: 8px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}

.table-bordered {
  border: 0px !important;
}

.panel-default .panel-heading {
  color: #fff;
  background-color: #498A3F;
  border-color: #dddddd;
}

.panel-default .panel-heading a {
  color: #fff;
}

.panel-noborder td {
  border-top: none;
  border-bottom: none !important;
}

.panel-noborder .panel-heading a {
  text-decoration: none;
  font-weight: bold;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent !important;
  border-color: none !important;
}

.ddm {
  color: #333 !important;
  background-color: #eee !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.ddm li a {
  color: #333 !important;
  margin-top: 2px !important;
}

.ddm li a:hover {
  color: #fff !important;
}

.user-pill {
  background-color: #EEEEEE;
  border: 1px solid #d3d3d3;
  color: #333;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.user-pill .fullname {
  margin-left: 8px;
  margin-top: 0px;
}

.user-pill .email {
  margin-left: 8px;
  font-size: 12px;
}

.page-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.logo {
  margin-left: 6px;
  margin-top: 5px;
  margin-bottom: -5px;
}

.btn {
  padding: 10px 10px 10px 10px;
  margin: 10px 5px 10px 5px;
  border-radius: 5px;
}

.btn-cancel {
  background-color: #ccc !important;
  font-weight: bold;
  color: white !important;
}

.btn-success {
  background-color: #498A3F !important;
}

.btn-primary {
  background-color: #212529 !important;
}

.btn-checkout {
  background-color: red !important;
  font-weight: bold;
  color: white !important;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.clear {
  clear: both;
}

.required {
  color: #cb1c1c;
  font-size: 18px;
  font-weight: bold;
}

.modal-backdrop {
  z-index: auto;
}

.titlerow {
  margin: 15px 0px 15px 0px;
}

.titlerow h1 {
  font: 32px ProximaNova-Regular, helvetica, arial, sans-serif;
  margin: 0px !important;
  padding: 0px !important;
}

.titlerow .left {
  float: left;
}

.titlerow .right {
  float: right;
}

.title-text-right {
  margin-top: 20px;
  text-align: right;
}

.filter-btn {
  display: none;
}

.toast {
  opacity: 1 !important;
}

.alert {
  padding: 6px !important;
  margin-top: 6px !important;
}

.generalListView {
  display: none !important;
}

.generalTable {
  display: block !important;
}

.generalTable tr {
  cursor: pointer;
}

.cursorOverride {
  cursor: default !important;
}

.btn-default {
  color: #fff;
  background-color: #3A4C5E;
  border-color: #cccccc;
  padding: 6px 10px 6px 10px;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active .btn-default:hover {
  background-color: #27333F !important;
}

.btn-default .caret {
  color: #fff;
  border-top-color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #445a70;
  border-color: #adadad;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #445a70;
}

.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #445a70;
  border-color: #adadad;
}

.dropdown-menu-right {
  right: 0;
  left: unset;
}

.searchBox {
  background-color: #EEEEEE;
  margin: 10px 5px 10px 0px;
  padding: 15px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  color: #000;
}

.searchBox .item {
  float: left;
  margin: 0px 5px 0px 5px;
}

.searchBox .topRow {
  color: #AAA;
  font-size: 11px;
  padding: 0;
}

input.datePicker {
  background: #FFF url("img/datepicker.png") no-repeat 75px 50%;
  cursor: pointer;
}

.sidebarLogin {
  margin: 0 auto;
  margin-bottom: 8px;
  background-color: #808080;
  border-radius: 30px;
  height: 60px;
  width: 60px;
}

.sidebarLogin a {
  border: 0px !important;
}

.sidebarLogin a:hover {
  background-color: #498A3F !important;
}

.menubar {
  background-color: #fff;
}

.navbar-inverse {
  background-color: #081F3F;
  border-bottom: 6px solid #498A3F;
  -webkit-box-shadow: 0px 3px 5px 0px rgb(150, 150, 150);
  -moz-box-shadow: 0px 3px 5px 0px rgb(150, 150, 150);
  box-shadow: 0px 3px 5px 0px rgb(150, 150, 150);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: red !important;
}

.main-navbar {
  display: block;
}

.nav-pills li a {
  color: #fff;
  margin-top: 15px;
}

.nav-pills li a:hover, .nav-pills li a:focus, .nav-pills li a:visited, .nav-pills li a:active {
  color: #fff;
  background-color: #27333F;
}

.nav .caret, .nav .caret:hover {
  color: #fff !important;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.top-nav {
  display: none;
  padding: 0px;
}

.top-nav > li {
  display: inline-block;
  float: right;
  text-align: right;
  color: #fff;
}

.top-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  color: #fff;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}

.top-nav > .open > .dropdown-menu {
  float: right;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #eee;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}

.side-nav {
  list-style: none;
}

.side-nav li {
  padding: 16px 20px 16px 5px;
}

.side-nav li a {
  font-size: 16px;
  padding: 16px 20px 16px 5px;
  color: #8f96a3 !important;
  text-decoration: none;
}

.side-nav li a:hover {
  color: #5c6370;
}

@media only screen and (max-width: 979px) {
  .mapcardbox {
    align-items: flex-end;
  }
}
@media (max-width: 761px) {
  /*.card-img {
    max-width: 25%;
  }*/
  .filter-btn {
    display: block;
  }
  .title-btn {
    width: 100%;
    min-width: 100%;
    margin-top: 2px;
  }
  .title-dropdown-btn {
    width: 90%;
  }
  .title-dropdown-arrow-btn {
    width: 10%;
  }
  .slide-nav {
    display: block;
  }
  .generalListView {
    display: block !important;
  }
  .generalTable {
    display: none !important;
  }
  /*.mdDisplayFix {display: initial !important}*/
  /*md-tabs.md-dynamic-height md-tabs-content-wrapper {
        overflow: unset !important;
    }
    md-tabs {
        overflow: unset !important;
    }*/
}
.slide-nav {
  margin: 10px 0px 0px 0px !important;
  text-align: left;
}

.slide-nav > li > a {
  color: #fff !important;
}

.slide-nav > li > a:hover {
  background-color: #808080;
}

.slide-nav > li > a:active {
  background-color: #808080 !important;
}

.slide-nav > li > a:focus {
  background-color: #808080;
}

.slide-nav > li > ul {
  padding: 0;
}

.slide-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: #fff;
}

.slide-nav > li > ul > li > a:hover {
  color: #000 !important;
  background-color: #808080 !important;
}

.slide-nav > li > ul > li > a:active {
  border-bottom: 1px solid #000;
}

/* Custom Colored Panels */
.huge {
  font-size: 25px;
}

.large {
  font-size: 30px;
}

.pointer {
  cursor: pointer;
}

.medium {
  font-size: 20px;
}

.normal {
  font-size: 12px;
}

.small {
  font-size: 16px;
}

.xsmall {
  font-size: 10px;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-primary {
  background-color: #11243b !important;
  /*border: 1px solid #27333f*/
  border: none !important;
}

.panel-primary > .panel-heading {
  background: none;
  background-color: #27333f !important;
  border-bottom: 6px solid #498A3F;
}

.usersList {
  background-color: #EAEAEA;
  border: 1px solid #d6d6d6;
  margin: 5px 0px 5px 0px;
}

/*NOTIFICATION*/
.error-message {
  background-color: #BD362F;
  color: #FFFFFF;
  text-align: center;
}

.success-message {
  background-color: #7dd920;
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .top-nav {
    display: block;
  }
}
.gridViewContainer {
  display: table;
}

.listViewContainer {
  display: none;
}

.weatherWidgetCurrent {
  background-color: #27333F;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  margin: 10px 0px 10px 0px;
}

.weatherWidgetCurrent .day {
  font-size: 40px;
  text-transform: uppercase;
}

.weatherWidgetCurrent .city {
  font-size: 20px;
  text-transform: uppercase;
}

.weatherWidgetCurrent .weather {
  font-size: 40px;
  font-weight: bold;
}

.weatherWidgetCurrent .weathertype {
  font-size: 18px;
  font-weight: bold;
}

.mobileMenu {
  margin-right: 10px;
  margin-top: 10px;
  display: none; /*display:none;*/
}

@media only screen and (max-width: 767px) {
  .displayInSmallView {
    display: block !important;
  }
  .displayInLargeView {
    display: none !important;
  }
  .gridViewContainer {
    display: none;
  }
  .listViewContainer {
    display: block;
  }
  .mobileMenu {
    display: block !important;
  }
  .main-navbar {
    display: none;
  }
  .weatherWidgetCurrent {
    background-color: #27333F;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    margin: 10px 0px 10px 0px;
  }
  .weatherWidgetCurrent .day {
    font-size: 30px;
    text-transform: uppercase;
  }
  .weatherWidgetCurrent .city {
    font-size: 15px;
    text-transform: uppercase;
  }
  .weatherWidgetCurrent .weather {
    font-size: 50px;
    font-weight: bold;
  }
  .weatherWidgetCurrent .weathertype {
    font-size: 16px;
    font-weight: bold;
  }
}
/*@media only screen and (max-width: 479px) {

}*/
.clear {
  clear: both;
}

.grayBox {
  border: 1px solid #d8d8d8;
  background-color: #F1F1F1;
  padding: 6px;
}

.grayblock {
  vertical-align: top;
  display: block;
  padding: 6px;
  border: 1px solid #dedede;
  box-shadow: 0 2px 4px rgba(46, 49, 56, 0.05);
  border-radius: 2px;
  background-color: #eee;
  margin-bottom: 5px;
}

.greenPanel {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  border-radius: 6px;
  margin: 5px;
  background-color: #498A3F;
}

.listView {
  padding: 5px;
  margin: 5px;
  background-color: #eee;
  border-radius: 5px;
  border: 2px solid #b1b1b1;
}

.listViewContainer .left {
  float: left;
  margin: 10px 5px 10px 5px;
}

.listViewContainer .right {
  float: left;
  margin: 10px 5px 10px 5px;
}

.ct-label {
  font-size: 12px;
}

.disabled-override {
  cursor: default !important;
  background-color: #fff !important;
}

md-switch {
  margin: 2px !important;
}

.md-datepicker-calendar-pane {
  z-index: 1200;
}

.md-select-menu-container {
  z-index: 1300;
}

.md-datepicker-input-mask {
  display: none;
}

md-backdrop.md-sidenav-backdrop {
  z-index: 1000;
}

.container {
  /*  overflow-x: auto;
    white-space: nowrap; */
}

.tablecontainer {
  white-space: normal;
}

.ag-header-container {
  background-color: #007bff;
  color: #fff;
  text-align: left;
}

.ag-header-cell-resize {
  border-right: 1px solid #ddd !important;
}

.ag-header-cell-label {
  justify-content: center;
}

.ag-bootstrap .ag-root {
  border: 1px solid #ddd !important;
}

.ag-cell {
  border-right-color: black;
  border-right-width: 0.5px;
  border-right-style: solid;
  border-left-color: black;
  border-left-width: 0.5px;
  border-left-style: solid;
  border-bottom-color: black;
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  text-align: left;
  padding: 4px !important;
}

.ag-cell:focus {
  outline: auto 5px #ffef11 !important;
}

.ag-cell-no-focus {
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}

.ag-header {
  background-color: #007bff !important;
}

.ag-row-selected {
  background-color: #AAA !important;
}

.ag-cell-focus {
  border: 1px solid #ffef11 !important;
}

.ag-font-style {
  -webkit-user-select: auto !important;
}

.ag-header-cell ag-header-cell-sortable ag-header-cell-sorted-none {
  color: #fff;
  text-align: left;
}

.ag-header-icon .ag-sort-ascending-icon .ag-hidden {
  color: #fff;
}

.ag-header-icon .ag-sort-descending-icon {
  color: #fff;
}

.ag-header-cell {
  border-right-color: black;
  border-right-width: 0.5px;
  border-right-style: solid;
  border-left-color: black;
  border-left-width: 0.5px;
  border-left-style: solid;
  border-bottom-color: black;
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  text-align: center;
}

.ag-cell-value {
  padding: 5px;
}

.ag-bootstrap .ag-header-cell-label {
  text-align: left;
}

.ag-bootstrap {
  color: #665 !important;
}

.ag-row:hover {
  background-color: #fcffb6 !important;
}

.ag-bootstrap .ag-no-scrolls .ag-header-container {
  background-color: #498A3F !important;
  border-bottom: 1px solid #7c7c7c !important;
}

.dragableList ul {
  min-height: 42px;
  padding-left: 0px;
}

.dragableList ul li {
  background-color: #498A3F;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  color: #fff;
}

.dragableList ul li a {
  cursor: pointer;
  color: #fff;
}

.weather .current {
  background-color: #27333F;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.weather .current .left {
  float: left;
  color: #fff;
  font-size: 18px;
  width: 200px;
}

.weather .current .right {
  float: left;
  font-size: 20px;
  color: #fff;
}

.weather .current .temp {
  font-size: 30px;
  margin-top: 8px;
  margin-left: 5px;
  text-align: right;
  color: #fff;
}

.weather .forecast {
  float: left;
  width: 65px;
  text-align: center;
  color: #73879c;
  margin-left: 5px;
  margin-right: 5px;
}

.weather .forecast .day {
  border-top: 2px solid #CBD3DA;
  border-bottom: 2px solid #CBD3DA;
  color: #73879c;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}

.weather .forecast .degree {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #73879c;
  font-size: 20px;
  text-align: center;
}

.weather .forecast .wind {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #73879c;
  font-size: 14px;
  text-align: center;
}

.weather .forecast .icon img {
  width: 40px;
  text-align: center;
}

.loader {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.loader div {
  position: absolute;
}
.loader div:before, .loader div:after {
  content: "";
  position: absolute;
}
.loader.dots {
  width: 48px;
  height: 16px;
}
.loader.dots div {
  top: 5px;
  left: 21px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear .15s infinite;
  -moz-animation: growDot 1s linear .15s infinite;
  -ms-animation: growDot 1s linear .15s infinite;
  -o-animation: growDot 1s linear .15s infinite;
  animation: growDot 1s linear .15s infinite;
}
.loader.dots div:before {
  top: 0;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear 0s infinite;
  -moz-animation: growDot 1s linear 0s infinite;
  -ms-animation: growDot 1s linear 0s infinite;
  -o-animation: growDot 1s linear 0s infinite;
  animation: growDot 1s linear 0s infinite;
}
.loader.dots div:after {
  top: 0;
  left: 15px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear .3s infinite;
  -moz-animation: growDot 1s linear .3s infinite;
  -ms-animation: growDot 1s linear .3s infinite;
  -o-animation: growDot 1s linear .3s infinite;
  animation: growDot 1s linear .3s infinite;
}
.loader.dotsBlue {
  width: 48px;
  height: 16px;
}
.loader.dotsBlue div {
  top: 5px;
  left: 21px;
  width: 6px;
  height: 6px;
  background-color: #26375B;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear .15s infinite;
  -moz-animation: growDot 1s linear .15s infinite;
  -ms-animation: growDot 1s linear .15s infinite;
  -o-animation: growDot 1s linear .15s infinite;
  animation: growDot 1s linear .15s infinite;
}
.loader.dotsBlue div:before {
  top: 0;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #26375B;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear 0s infinite;
  -moz-animation: growDot 1s linear 0s infinite;
  -ms-animation: growDot 1s linear 0s infinite;
  -o-animation: growDot 1s linear 0s infinite;
  animation: growDot 1s linear 0s infinite;
}
.loader.dotsBlue div:after {
  top: 0;
  left: 15px;
  width: 6px;
  height: 6px;
  background-color: #26375B;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear .3s infinite;
  -moz-animation: growDot 1s linear .3s infinite;
  -ms-animation: growDot 1s linear .3s infinite;
  -o-animation: growDot 1s linear .3s infinite;
  animation: growDot 1s linear .3s infinite;
}

@-webkit-keyframes growDot {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 4px #fff;
    box-shadow: 0px 0px 0px 4px #fff;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 0.6;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
  }
}
@keyframes growDot {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 4px #fff;
    box-shadow: 0px 0px 0px 4px #fff;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${iefactor})";
    filter: alpha(opacity=(${iefactor}));
    opacity: 0.6;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
  }
}
