@charset "UTF-8";

html {
  background-color: transparent;
  background-image: linear-gradient(
    135deg,
    rgb(178, 191, 203) 0%,
    rgb(229, 233, 237) 17%,
    rgb(127, 148, 169) 33%,
    rgb(76, 106, 135) 67%,
    rgb(0, 42, 84) 83%,
    rgb(76, 106, 135) 100%
  );

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
}

body {
  background-image: linear-gradient(
      135deg,
      #649b37 0%,
      #83c783 17%,
      #52b152 33%,
      #008a00 67%,
      #005700 83%,
      #649b37 100%
    )
    repeat scroll 0% 0% transparent;

  background-color: transparent;
  margin: 0px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0px;
  height: 100%;
  font-family: cambria !important;
  font-size: 0.7em !important;
}

.pnlBreadCrumb {
  background-color: activeborder;
  padding: 0px;
  margin-top: 0px;
}

.PGheader {
  height: 82px;
  text-align: left;
  width: 100%;
  position: relative;
  margin: 0 auto;

  border-style: none !important;
  color: white !important;
}

.PGheader tr,
.PGheader td {
  background-color: rgba(0, 42, 84, 1);
  color: white !important;
  border-style: none !important;
  font-family: cambria !important;
  font-size: 12px !important;
}

.PGContacts {
  text-align: left;
  width: 100%;

  column-gap: 3px;
  -webkit-column-gap: 3px;
  padding-right: 5px;
  -moz-column-gap: 3px;
  vertical-align: middle !important;
}

.PGContacts tr,
.PGContacts td {
  border-color: #f2f5f7 !important;
  border: none !important;

  text-align: left;
  padding: 1px 0px 1px 0px !important;
  vertical-align: middle !important;
}

.overviewGrid {
  border-style: none !important;
}

table {
  font-family: cambria !important;
  font-size: 12px !important;
}

.cellSize {
  height: 22px;
  width: 100px;
  background: none repeat scroll 0% 0% #f2f5f7;

  border-radius: 6px;
  text-align: left;
  border: none !important;
}

.longCellSize {
  height: 22px;
  width: 20em;
  background: none repeat scroll 0% 0% #f2f5f7;

  border-radius: 6px;
  text-align: left;
  border: none !important;
}

.ui-widget input {
  font-family: Cambria !important;
}

.calendarClass input {
  border-radius: 6px !important;
  border: 1px solid #aed0ea !important;
  margin-bottom: 5px !important;
  vertical-align: middle !important;
}

.calendarClass button {
  margin-bottom: 4px !important;
  vertical-align: middle !important;
}

.calendarClass img {
  vertical-align: middle !important;
}

.cellSizeNum {
  height: 22px;
  width: 100px;
  background: none repeat scroll 0% 0% #f2f5f7;
  border-radius: 6px;
  text-align: left;
  border: none !important;
}

.ui-menuitem-text {
  text-decoration: none !important;
}

.dateTimeField input {
  vertical-align: middle;
  margin-right: 1px;
  width: 10px;
}

.ui-picklist-source {
  border: 1px solid #ddd;
}

.form {
  height: 33px;
}

.ui-panelgrid-cell label {
  vertical-align: middle !important;
  margin-bottom: 0.01em !important;
}

.ui-panelgrid-cell input {
  vertical-align: middle !important;
  margin-bottom: 0.01em !important;
}

.ui-panelgrid .ui-panelgrid-cell {
  border: none !important;
  padding: 4px 4px !important;
}

.pnlTemplate {
  width: 1200px;

  margin: auto;
  border-color: rgba(0, 42, 84, 1);

  border-style: solid;
  font-size: 10pt !important;
}

.ui-inputfield {
  font-weight: normal !important;
  font-family: cambria !important;
  text-align: left;
  border: none !important;
  box-shadow: none !important;
  background-color: #f2f5f7 !important;
  background: none repeat scroll 0% 0% #f2f5f7 !important;
  resize: none !important;
}

.ui-selectlistbox-listcontainer {
  height: 250px !important;
}

.ui-widget {
  font-family: cambria !important;
  font-size: 12px !important;
}

.ui-column-title {
  font-family: cambria !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.ui-column-filter {
  width: 60px !important;
}

.ui-widget-content {
  background-image: none !important;
  border: none !important;
  font-family: cambria !important;
}

.ui-tabs .ui-tabs-panel {
  padding: 0em 0em;
}

.ui-state-highlight {
  background: rgb(248, 218, 223) !important;
}

.ui-datatable tbody td {
  border-color: rgba(50, 200, 255, 0.5) !important;
}

.ui-fieldset {
  color: rgba(225, 72, 97, 0.5) !important;
  border: solid !important;
  border-width: 2px !important;
  margin-top: 5px !important;
}

.header {
  height: 82px;
  background-color: rgba(0, 42, 84, 1);
  color: white;
  display: table;
  width: 90%;
  position: relative;
  margin: 0 auto;
  top: 30px;
}

.table {
  display: table;
  height: 82px;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  padding: 4px;
}

.cell.rowspanned {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
}

.logo {
  border: 100px;
}

.ui-chkbox-box {
  box-shadow: 0px 0px 5px #74b2e2, 0px 2px 2px #8f8f8f inset;
  border-radius: 6px;
}

.info {
  padding-bottom: 20px;
  width: 90%;
  min-height: 100%;
  margin: 0 auto;
  background-color: rgba(127, 200, 230, 1);
  bottom: 20px;
  position: absolute;
  top: 102px;
}

.content {
  padding: 0px;

  padding-bottom: 20px;
  display: table;
  width: 1200px;
  height: 100%;

  margin: 0 auto;

  background-color: #f2f5f7;

  position: relative;
  font-family: cambria !important;
}

.contentSelect {
  padding: 0px;

  padding-bottom: 20px;
  display: table;
  width: 1200px;
  height: 500px;

  margin: 0 auto;

  background-color: #f2f5f7;

  position: relative;
  font-family: cambria !important;
  text-align: center;
}

.contentSelect1 {
  padding: 0px;
  padding-bottom: 20px;
  display: table;
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  background-color: #f2f5f7;
  position: relative;
  font-family: cambria !important;
  font-size: 10pt !important;
}

.contentSelect3 {
  display: table;
  width: 700px;
  height: 200px;
  margin: 5 auto;
  background-color: #f2f5f7;
  position: relative;
  font-family: cambria !important;
  font-size: 8pt !important;
  text-align: left;
  font-weight: bold;
}

.numberCircle {
  display: inline-block;
  color: #000000;
  width: 96%;
  padding: 2%;
  background: rgba(0, 147, 206, 1);
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px !important;
  font-family: cambria !important;
}

.numberCircle1 {
  display: inline-block;
  color: #000000;
  width: 96%;
  padding: 2%;
  background: rgba(99, 174, 55, 1);
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px !important;
  font-family: cambria !important;
}

.numberCircle2 {
  display: inline-block;
  color: #000000;
  width: 96%;
  padding: 2%;
  background: rgba(91, 42, 130, 1);
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px !important;
  font-family: cambria !important;
}

.numberCircle3 {
  display: inline-block;
  color: #000000;
  width: 96%;
  padding: 2%;
  background: rgba(243, 185, 0, 1);
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px !important;
  font-family: cambria !important;
}

.numberCircleSelect {
  display: inline-block;
  color: #000000;
  width: 96%;
  padding: 2%;
  background: rgba(225, 72, 97, 1);
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px !important;
  font-family: cambria !important;
  margin-left: 0em !important;
}

.menuSelect {
  text-align: left;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  margin-left: 0em !important;
}

.footer {
  height: 20px;
  background-color: rgba(0, 42, 84, 1);
  color: white;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.ui-spinner-button {
  height: 45% !important;
}

.table-no-select-all .ui-chkbox-all {
  display: none !important;
}

.loginForm {
  width: 350px;
  height: 200px;
  margin: 3px auto;
  padding: 10px 10px;
  background: rgba(225, 72, 97, 1);

  border-radius: 10px;
  font-weight: bold;
}

label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

label:first-child {
  margin-top: 0;
}

.password {
  height: 23px !important;
  width: 100%;
  border: 1px solid rgba(244, 190, 199, 1);
  padding: 0px 0px;
  background: white;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.username {
  width: 100%;
  height: 23px !important;
  border: 1px solid #ff8080 !important;
  padding: 0px 0px;
  margin: auto;
  background: white;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.txtemail {
  width: 40%;
  height: 23px !important;
  border: 1px solid #ff8080 !important;
  padding: 0px 0px;
  margin: 0px 0px 0px 12px;
  background: white;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.txtemailchange {
  width: 96%;
  height: 23px !important;
  border: 1px solid #ff8080 !important;
  padding: 0px 0px;
  margin: 0px 0px 0px 5px;
  background: white;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

input[type="password"]:focus {
  box-shadow: 0 0 5px rgba(50, 200, 255, 0.5);
  outline: none;
}

.ui-carousel .ui-carousel-header {
  margin: 0 1px;
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
}

.ui-selectonemenu {
  padding-right: 0 !important;
  height: auto !important;
}

.ui-selectonemenu label {
  width: auto !important;
  height: auto !important;
}

span.link {
  color: gray;
}

.loading {
  background-image: url(../images/ajax-loader.gif) !important;
  border-style: none !important;
  background-repeat: no-repeat !important;
}

.ui-icon-adobe {
  background-image: url(../images/Adobe_PDF_file_icon_16x16.png) !important;
}

.middle {
  text-align: left !important;
  vertical-align: middle !important;
}

.ui-messages-info,
.ui-messages-warn,
.ui-messages-error,
.ui-messages-fatal {
  padding: 5px 5px 5px 5px !important;
  margin: 0px 2px !important;
}

.ui-dialog-titlebar {
  background: rgba(0, 42, 84, 0.9) !important;
  color: white !important;
}

.blueTab {
  background: rgba(0, 42, 84, 1) !important;
  color: white !important;
  font-size: 13pt !important;
  font-family: cambria !important;
}

em {
  font-size: 12pt;
  font-style: normal;
  font-family: cambria !important;
}

/* increase fileupload button spacing between 'choose' and 'upload' */
.ui-fileupload-buttonbar .ui-fileupload-choose {
  margin-right: 10em;
}

/* remove the border of file upload content list */
.ui-fileupload-content {
  border: 0 none;
}

.dlgCSS.ui-dialog .ui-dialog-content {
  color: red !important;
  font-size: 10pt;
  font-style: normal;
  font-family: cambria !important;
  font-weight: bold !important;
}

.dlgCSS1.ui-dialog .ui-dialog-content {
  color: green !important;
  font-size: 10pt;
  font-style: normal;
  font-family: cambria !important;
  font-weight: bold !important;
}
