.btn {
  border: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 2px; }
  .btn.btn-success {
    background: #4CAF50 }
  .btn.btn-primary {
    background: #2083d8 }
  .btn.btn-warning {
    background: #FFC107 }
  .btn.btn-danger {
    background: #c62828 }
  .btn.btn-default {
    background: #FAFAFA; 
    color: #565656 !important; }
  .btn.btn-mute {
    background: #777777 !important; }
  .btn.btn-blue {
    color: #FFF;
    background-color: #2095F2; }
  .btn.btn-red {
    color: #FFF;
    background-color: #F34235; }
  .btn.btn-orange {
    color: #FFF;
    background-color: #F39C12; }
  .btn.btn-cyan {
    color: #FFF;
    background-color: #00BBD3; }
  .btn.btn-light-green {
    color: #FFF;
    background-color: #8AC249; }
  .btn.btn-purple {
    color: #fff;
    background-color: #8e24aa; }
  .btn.btn-deep-orange {
    color: #fff;
    background-color: #ff7043; }
  .btn.btn-dark-grey {
    color: #fff;
    background-color: #3d4042; }
  .btn.btn-green {
    color: #fff;
    background-color: #28a745; }

.info-box {
  color: #ffffff;
  height: 120px;
  margin-bottom: 10px; }
  .info-box h1,
  .info-box h2,
  .info-box h3,
  .info-box h4,
  .info-box h5 {
    margin: 0; }
  .info-box a {
    color: #ffffff; }
  .info-box i {
    display: block;
    height: 100%;
    font-size: 45px;
    line-height: 120px;
    width: 35%;
    float: left;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.16);
    margin-right: 5px;
    color: rgba(255, 255, 255, 1); }
  .info-box .count {
    padding: 20px 1px 10px 1px;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    font-weight: 700;
    text-align: center; }
  .info-box .title {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
  .info-box .info-box-footer {
    height: 24px;
    position: absolute;
    width: calc(100% - 8px);
    bottom: 14px;
    left: 4px;
    padding: 0; }
  .info-box.default {
    background: #FAFAFA; }
  .info-box.info {
    background: #2083d8; }
  .info-box.info .info-box-footer {
    background: #3A7DAB; }
  .info-box.success {
    background: #4CAF50; }
  .info-box.danger {
    background: #c62828; }
  .info-box.warning {
    background: #FFC107; }
  .info-box.mute {
    background: #777777; }
  .info-box.blue {
    background: #2095F2; }
  .info-box.blue .info-box-footer {
    background: #0C7BD3; }
  .info-box.red {
    background: #F34235; }
  .info-box.red .info-box-footer {
    background: #E71D0E; }
  .info-box.orange {
    background: #F39C12; }
  .info-box.orange .info-box-footer {
    background: #C87F0A; }
  .info-box.cyan {
    background: #00BBD3; }
  .info-box.cyan .info-box-footer {
    background: #008EA0; }
  .info-box.light-green {
    background: #8AC249; }
  .info-box.light-green .info-box-footer {
    background: #70A236; }
  .info-box.green {
     background: #4BAE4F; }
  .info-box.green .info-box-footer {
     background: #308C33; }
  .info-box.grey {
     background: #9D9D9D; }
  .info-box.grey .info-box-footer {
     background: #868686; }
  .info-box.blue-grey {
     background: #5F7C8A; }
  .info-box.blue-grey .info-box-footer {
     background: #638190; }
  .info-box.deep-purple {
     background: #6639B6; }
  .info-box.deep-purple .info-box-footer {
     background: #5727AD; }


.alert {
  border: 0; }
  .alert.alert-danger {
    background: #bf3939;
    color: #fff;
    border-radius: 1px;
    padding: 10px;
    text-align: center; }

.page-header.areas-title {
  background: #2083d8;
  color: #fff;
  margin: 0 !important; }

.panel.custom-panel {
  border-right: 0;
  border-left: 0;
  border-color: #eeeeee;
  padding: 0;
  border-radius: 0; }
  .panel.custom-panel .full-heigth {
    height: 85vh; }
  .panel.custom-panel.dashboard-map {
    border-radius: 0;
    box-shadow: none;
    margin-top: 20px; }
    .panel.custom-panel.dashboard-map .panel-heading {
      background: #fdfdfd;
      border: 0;
      font-weight: bold;
      padding: 20px 0 20px 0; }
    .panel.custom-panel.dashboard-map .panel-body {
      padding: 0; }
    .panel.custom-panel.dashboard-map .panel-footer {
      padding: 20px 10px 20px 10px;
      height: 100%;
      background: #fff;
      border: 0; }

.dash-panel {
  background-color: #236587;
  color: #fff;
  width: 100%;
  display: table;
  font-family: Roboto;
  padding: 0;
  margin: 0; }
  .dash-panel .icon {
    text-align: center; }
    .dash-panel .icon img {
      width: 135px;
      margin-left: 30px; }
    .dash-panel .icon .icon-title {
      font-size: 25px;
      padding: 0; }
    .dash-panel .icon .icon-value {
      font-size: 30px;
      padding: 0; }
      .dash-panel .icon .icon-value.danger {
        color: #c62828; }
      .dash-panel .icon .icon-value.stable {
        color: #4CAF50; }
  .dash-panel .contents strong {
    font-size: 18px; }
  .dash-panel .contents span {
    font-size: 18px;
    padding: 10px; }

.b-rd-0 {
  border-radius: 0 !important; }

.b-rd-top-right-0 {
  border-top-right-radius: 0 !important; }

.b-rd-bottom-right-0 {
  border-bottom-right-radius: 0 !important; } 
  
.b-rd-top-left-0 {
  border-top-left-radius: 0 !important; }

.b-rd-bottom-left-0 {
  border-bottom-left-radius: 0 !important; } 
  
.b-a-1 {
  border: 1px solid silver; }

/*Spacing*/
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.b-1 {
  border: 1px solid silver; }

/*Green Navbar*/
.nav-green.nav-pills > li > a {
  background-color: #ddd;
  color: #787878; }

.nav-green.nav-pills > li.active > a {
  background-color: #4caf50 !important;
  color: white !important; }
  .nav-green.nav-pills > li.active > a:hover, .nav-green.nav-pills > li.active > a:focus {
    background-color: #4caf50 !important;
    color: white !important; }

/* Navbar Wizard*/
.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent; }
  .nav-pills.nav-wizard > li + li {
    margin-left: 0; }
  .nav-pills.nav-wizard > li:first-child {
    border-left: 0; }
    .nav-pills.nav-wizard > li:first-child a {
      border-radius: 5px 0 0 5px; }
  .nav-pills.nav-wizard > li:last-child {
    border-right: 0; }
    .nav-pills.nav-wizard > li:last-child a {
      border-radius: 0 5px 5px 0; }
  .nav-pills.nav-wizard > li a {
    border-radius: 0;
    background-color: #ddd; }
  .nav-pills.nav-wizard > li:not(:last-child) a:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ddd;
    z-index: 150; }
  .nav-pills.nav-wizard > li:not(:first-child) a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: #ddd #ddd #ddd transparent;
    z-index: 150; }
  .nav-pills.nav-wizard > li:hover:not(:last-child) a:after {
    border-color: transparent transparent transparent #aaa; }
  .nav-pills.nav-wizard > li:hover:not(:first-child) a:before {
    border-color: #aaa #aaa #aaa transparent; }
  .nav-pills.nav-wizard > li:hover a {
    background-color: #aaa;
    color: #fff; }
  .nav-pills.nav-wizard > li.active:not(:last-child) a:after {
    border-color: transparent transparent transparent #428bca; }
  .nav-pills.nav-wizard > li.active:not(:first-child) a:before {
    border-color: #428bca #428bca #428bca transparent; }
  .nav-pills.nav-wizard > li.active a {
    background-color: #428bca; }

/*Green Wizard Navbar*/
.nav-green.nav-pills.nav-wizard > li.active:not(:last-child) a:after {
  border-color: transparent transparent transparent #4caf50 !important; }

.nav-green.nav-pills.nav-wizard > li.active:not(:first-child) a:before {
  border-color: #4caf50 #4caf50 #4caf50 transparent !important; }

.nav-green.nav-pills.nav-wizard > li.active a {
  background-color: #4caf50 !important; }

.nav-green.nav-pills.nav-wizard > li:hover:not(:last-child) a:after {
  border-color: transparent transparent transparent #ddd; }

.nav-green.nav-pills.nav-wizard > li:hover:not(:first-child) a:before {
  border-color: #ddd #ddd #ddd transparent; }

.nav-green.nav-pills.nav-wizard > li:hover a {
  background-color: #ddd;
  color: #787878; }


.nav-box > li.active > a > .nav-box-btn {
  opacity: .5; }



/* Colors */

.text-white {
  color: #ffffff;
}
a.text-white:hover {
  color: #e6e6e6;
}
.text-red {
  color: #f34235
}
a.text-red:hover {
  color: #e71d0e
}

.text-purple {
  color: #8e24aa;
}
.text-light-green {
  color: #8bc34a;
}
.text-deep-orange {
  color: #ff7043;
}
.text-cyan {
  color: #00bcd4;
}


.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}


.d-flex {
  display: inline-flex;
}


/* Modal */
.modal {
    margin-top: 30px;
}
.modal-dialog.modal-full {
  width: 98%;
  height: 92%;
}
.modal-dialog.modal-full .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-header .close.close-red {
  background: red;
  opacity: 1;
  color: white;
  width: 30px;
  height: 30px;
}



/* AG Grid */
.page-container .ag-theme-balham div {
	padding: 0px !important;
}

.ag-theme-balham.ag-font15 {
	font-size: 15px !important;
}

.ag-theme-balham.ag-header-blue .ag-header {
	background-color: #2083d8;
	color: white;
	font-size: 15px;
}

.ag-theme-balham.ag-header-blue .ag-header .ag-icon {
	color: #fff;
}




/* Chosen */
.chosen-lg + .chosen-container .chosen-single,
.chosen-xl + .chosen-container .chosen-single {
	height: 36px;
	padding: 10px 16px;
	font-size: 16px;
	line-height: 15px;
	border-radius: 6px;
}

.chosen-lg + .chosen-container-multi .chosen-choices .search-choice,
.chosen-xl + .chosen-container-multi .chosen-choices .search-choice {
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.chosen-lg + .chosen-container-single .chosen-search input[type="text"],
.chosen-lg + .chosen-container-multi .chosen-choices .search-field input[type="text"],
.chosen-xl + .chosen-container-single .chosen-search input[type="text"],
.chosen-xl + .chosen-container-multi .chosen-choices .search-field input[type="text"] {
	height: 36px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	width: 100% !important;
}

.chosen-lg + .chosen-container .chosen-results li,
.chosen-xl + .chosen-container .chosen-results li {
	font-size: 18px;
}

.chosen-lg + .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-xl + .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	top: 11px;
}

.chosen-xl + .chosen-container .chosen-single {
	height: 46px;
	line-height: 26px;
}


/* btn group */
.btn-group-soft .btn-success:not(.active) {
	background-color: #84e3aa !important;
}
.btn-group-soft .btn-dark-grey:not(.active) {
	background-color: #a0a6ab !important;
}
.btn-group-soft .btn-green:not(.active) {
	background-color: #a1ccab !important;
}
