﻿@charset "UTF-8";
code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.btn,
.btn-link,
.card,
.dropdown-menu,
.list-group-item,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li {
  border-radius: 0 !important;
}

.button, .removeFromList, .ReportsController .modal-body content ul li a {
  display: inline-block;
  padding: 8px 14px;
  border: none;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: #0170d4 !important;
  background: #5598A6;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.modal-footer .button {
  max-height: 34px;
}

.button:hover, .button.activeFilter, .ReportsController .modal-body content ul li a:hover {
  background: #67ABB9;
}

.button:hover span {
  color: #fff;
}

.button.small {
  padding: 2px 8px;
  font-size: 12px;
}

.button.big {
  padding: 10px 20px;
  font-size: 14px;
}

.button.save, .button.clear, .modal-footer .button, .button.blue, .pagination li.selected a, table.grid tr td.actions menu .button, .toolbar menu.default > li:first-child > .button,
.toolbar menu.default > li:first-child label, .toolbar menu.default menu li .button, button.add, .quickSearchBoxAdd, .ReportsController .modal-body content ul li a, .button.add {
  background: #8dc96b;
}

.button[disabled=disabled] {
  opacity: 0.8;
  pointer-events: none;
}

input,
select, div.bootstrap-select button,
textarea {
  height: 34px;
  padding-left: 10px;
  border: 1px solid #bbb;
  border-radius: 0;
  background: #fff;
  width: 100%;
  color: #64696c !important;
  font-weight: 400;
  max-width: 900px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.login-pin .button {
  position: relative;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.login-pin .button:active {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}

.login-pin .button:active:after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
}

.body, .login-pin {
  min-height: 450px;
}

.login-pin #loginForm {
  margin-top: 0;
  top: 10px;
}

.login-pin .validation-summary-errors li,
.login-pin span.field-validation-error {
  padding: 15px 10px;
  font-size: 18px;
  text-align: center;
}

.login-pin .validation-summary-errors li:before,
.login-pin span.field-validation-error:before {
  display: none;
}

.login-pin #Pin {
  padding: 0 10px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  border-color: #fff;
  height: 50px;
}

.login-pin .fa-lock {
  display: none;
}

.login-pin .button:before {
  display: none;
}

.login-pin table {
  width: 100%;
}

.login-pin table td {
  width: 33.333%;
  padding: 10px;
}

.login-pin table td .button {
  display: block;
  width: 100%;
  padding: 20px 0 !important;
  font-size: 24px;
}

.login-pin table td.text .button {
  font-size: 15px;
  text-transform: uppercase;
}

.login-pin #loginForm table td .button.cancel {
  background: #FFD017 !important;
  color: #000000 !important;
  border: 2px solid #FFD017 !important;
}

.login-pin #loginForm table td .button.cancel:hover {
  background: #ffda4a !important;
  color: #000000 !important;
}

.login-pin table td .button.primary {
  background: #0A8AFE !important;
  border: 2px solid #0A8AFE;
  color: #ffffff !important;
}

.login-pin table td .button.primary:hover {
  background: #0170d4 !important;
}

/* LOGIN PAGE **************************************************/
div[data-content="/User/LoginPin"] {
  margin: 0;
  height: 100%;
}

.login {
  height: 100%;
}

.panel-action-description {
    background-color: #0A8AFE;
}

#loginForm {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -200px;
  width: 340px;
  padding: 10px;
}

div[data-content="/User/LoginPin"] footer {
  text-align: center;
  margin-top: 20px;
}

div[data-content="/User/LoginPin"] h1 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 20px;
}

div[data-content="/User/LoginPin"] .row {
  margin-bottom: 5px;
}

div[data-content="/User/LoginPin"] label {
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
}

div[data-content="/User/LoginPin"] input {
  width: 100%;
  padding: 8px 0 8px 40px;
  height: auto;
}

div[data-content="/User/LoginPin"].contentLoading * {
  opacity: 0 !important;
}

#loginForm i {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  left: 24px;
  top: 11px;
}

.login-pin #loginForm button {
  padding: 8px 16px;
  background: none;
  border: 2px solid #0A8AFE;
}

.login-pin #loginForm button:hover {
  background: #0A8AFE;
  color: #ffffff !important;
}

#loginForm .button:before {
  content: "" !important;
  position: relative;
  top: 1px;
  color: #fff !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#loginForm input[type=checkbox] ~ label:before,
#loginForm input[type=checkbox] + label:before {
  color: #fff;
}

@media (max-width: 480px) {
  #loginForm {
    width: 300px;
  }
}
/* VALIDATION **************************************************/
.field-validation-error, .fail, .validation-summary-errors ul li {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 10px;
  background: #FBDEDC;
  min-width: 50%;
  max-width: 100%;
  font-weight: 400;
  color: #EF6B55;
  border: 1px solid #EF6B55;
}

.modal .field-validation-error {
  margin-left: calc(25% + 5px);
}

.validation-summary-errors ul li {
  display: block;
  text-align: center;
}

.field-validation-error:before, .fail:before, .validation-summary-errors ul li:before {
  content: "";
  margin-right: 10px;
  top: 50%;
  margin-top: -9px;
  left: 14px;
  font-size: 18px;
  color: #EF6B55;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.validation-summary-errors ul {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  font-weight: 400;
  color: #EF6B55;
  text-align: center;
}

.field-validation-valid:empty,
.validation-summary-errors:empty {
  display: none;
}

#automaticallyPlanValidation {
  display: none;
}

.success {
  position: relative;
  display: block;
  margin: 0 0 5px;
  padding: 5px 10px;
  background: #DFFFCC;
  min-height: 25%;
  white-space: nowrap;
  color: #6CAD5A;
  border: 1px solid #6CAD5A;
}

.modal-content .success {
  white-space: normal;
}

.success:before {
  content: "";
  position: relative;
  margin-right: 10px;
  top: 1px;
  color: #4B9133;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

div[role=tabpanel] .nav-tabs li a.error,
content[role=tabpanel] .nav-tabs li a.error,
div[role=tabpanel] .nav-tabs li.active a.error,
content[role=tabpanel] .nav-tabs li.active a.error {
  color: #ea6052 !important;
  background: none;
}

div[role=tabpanel] .nav-tabs li.active a.error {
  background: #fff;
}

.panel-title a.error {
  color: #ea6052 !important;
  background: none;
}

.nav-tabs,
.nav-pills {
  position: relative;
}

.drop.error .dropdown > .dropdown-toggle .caret {
  color: red;
}

table tr td .field-validation-error {
  margin-top: 0;
  display: block;
  white-space: normal;
}

@media (max-width: 768px) {
  .field-validation-error {
    width: 100%;
    margin-bottom: 0;
  }
}
h3 {
  color: #fff;
  line-height: 32px;
  margin-bottom: 30px;
}

.message-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.fixed-modal-message {
  max-width: 500px;
  margin: 5% auto;
  position: relative;
  text-align: center;
  color: #fff;
}

.fixed-modal-message div {
  padding: 60px 30px;
  color: #fff;
}

.fixed-modal-message.message-1 {
  background: #4ad700;
}

.fixed-modal-message.message-2 {
  background: #f19300;
}

.fixed-modal-message.message-4 {
  background: #ea6052;
}

/*# sourceMappingURL=LoginPin.css.map */
