/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-mar-2016, 11.38.22
    Author     : nineoclick
*/
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #b9c4cf;
  color: #2d2d2d;
  font-family: 'Noto Sans', sans-serif;
  /*font-size: 14px;*/
  font-size: 14px;
  font-weight: 400;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 0.85em;
  text-decoration: none;
  font-size: 80%;
  list-style: none;
}
/*
h1 { font-size: 1em; }
h2 { font-size: 0.9em; }
h3 { font-size: 0.8em; }
h4 { font-size: 0.8em; }
h5 { font-size: 0.7em; }
h6 { font-size: 0.7em; }
p { font-size: 0.7em; }
ul { font-size: 0.7em; }
table { font-size: 0.7em; }
td { font-size: 0.7em; }
form { font-size: 0.7em; }
*/
/*
h1 { font-size: 20px; }
h2 { font-size: 19px; }
h3 { font-size: 18px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }
p { font-size: 14px; }
ul { font-size: 14px; }
table { font-size: 14px; }
td { font-size: 14px; }
form { font-size: 14px; }
*/
.separator {
  display: block;
  width: 100%;
  height: 1px;
  background: #52808a;
  margin-top: 5px;
  margin-bottom: 5px;
}
.decorSeparator {
  display: block;
  width: 100%;
  height: 1px;
  background: #52808a;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.decorSeparatorFloat {
  display: block;
  width: 100%;
  height: 3px;
  background: #52808a;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
}
.separatorFloat {
  display: block;
  width: 100%;
  height: 1px;
  background: #52808a;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.separatorFloat_low {
  display: block;
  width: 100%;
  height: 1px;
  background: #52808a;
  margin-top: 3px;
  margin-bottom: 0px;
  float: left;
}
.spacer {
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
}
.spacerFloat {
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
  float: left;
}
.demiSpacerFloat {
  display: block;
  width: 100%;
  height: 15px;
  background: transparent;
  float: left;
}
.genericSelect {
  padding: 2px;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #88a8c9;
  /*text-transform: uppercase;
	color: #ABC2D9;*/
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
}
.standard-input {
  width: 270px;
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #2d2d2d;
  font-family: 'Duru Sans', sans-serif;
  font-size: 14px;
  color: #2d2d2d;
}
.limitedWidthSelect {
  max-width: 77% !important;
}
.genericButton {
  padding: 6px;
  background: #024285;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #88a8c9;
  text-transform: uppercase;
  color: #ABC2D9;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
}
.genericButton:hover {
  background: #024e9e;
}
.genericButton:disabled {
  background: #024285;
  border: 1px solid #88a8c9;
  color: #ABC2D9;
  cursor: not-allowed;
}
a.genericButton {
  padding: 6px;
  background: #024285;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #88a8c9;
  text-transform: uppercase;
  color: #ABC2D9;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none !important;
  color: #88a8c9 !important;
}
a.genericButton:hover {
  background: #024e9e;
}
a.genericButton:disabled {
  background: #024285;
  border: 1px solid #88a8c9;
  color: #ABC2D9;
  cursor: not-allowed;
}
.inline-block {
  display: inline-block !important;
}
.generic-table caption {
  padding: 3px;
  font-weight: bold;
}
.selected {
  background: #f40 !important;
}
.generic-table tr th,
.generic-table tr td {
  padding: 0.25%;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border: 1px solid #FFA64C;
  margin: 2px !important;
}
.generic-table tr td {
  background: #f6f6f6;
  color: #000;
}
.generic-table thead {
  background: #FFDFBF;
}
.bgr-green {
  background: #656f35;
  font-weight: 700;
  color: #f6f6f6;
}
.bgr-darkorange {
  background: #D9A300;
  font-weight: 700;
  color: #f6f6f6;
}
.bgr-darkorange:hover {
  background: #A67C00;
  font-weight: 700;
  color: #f6f6f6;
}
.padding-3px-all {
  padding: 3px !important;
}
.fgr-red {
  color: #c10 !important;
}
.bgr_light {
  background: #DBDBEA !important;
}
.bgr_light:hover {
  background: #BBBBD7 !important;
}
.bgr_morelight {
  background: #ECECFB !important;
}
.picolo {
  font-size: 70% !important;
}
.graseto {
  font-weight: bold;
}
.nograseto {
  font-weight: normal !important;
}
.capitaliza {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.nounderline {
  text-decoration: none !important;
}
.nounderline:hover {
  text-decoration: none;
}
.pointera {
  cursor: pointer !important;
}
.nobordera {
  border: 0px solid transparent !important;
}
.textalignaleft,
.tal {
  text-align: left !important;
}
.textalignaright,
.tar {
  text-align: right !important;
}
.textalignacenter,
.tac {
  text-align: center !important;
}
.textalignacenter,
.tac {
  text-align: center !important;
}
.monospace {
  font-family: "Consolas", "Lucida Console", Monaco, monospace !important;
}
.sanserif {
  font-family: 'Noto Sans', sans-serif;
}
.width150px {
  width: 150px !important;
}
.width120px {
  width: 120px !important;
}
.width100px {
  width: 100px !important;
}
.width90px {
  width: 90px !important;
}
.width80px {
  width: 80px !important;
}
.width70px {
  width: 70px !important;
}
.width60px {
  width: 60px !important;
}
.width50px {
  width: 50px !important;
}
.width40px {
  width: 40px !important;
}
.width30px {
  width: 30px !important;
}
.width20px {
  width: 20px !important;
}
.width10px {
  width: 10px !important;
}
.width100pc {
  width: 100% !important;
}
.width99pc {
  width: 99% !important;
}
.width98pc {
  width: 98% !important;
}
.width97pc {
  width: 97% !important;
}
.width96_5pc {
  width: 96.5% !important;
}
.width96pc {
  width: 96% !important;
}
.width95pc {
  width: 95% !important;
}
.width90pc {
  width: 90% !important;
}
.width80pc {
  width: 80% !important;
}
.width70pc {
  width: 70% !important;
}
.width65_5pc {
  width: 65.5% !important;
}
.width64_5pc {
  width: 64.5% !important;
}
.width60pc {
  width: 60% !important;
}
.width58pc {
  width: 58% !important;
}
.width57pc {
  width: 57% !important;
}
.width56_5pc {
  width: 56.5% !important;
}
.width56pc {
  width: 56% !important;
}
.width55_5pc {
  width: 55.5% !important;
}
.width50pc {
  width: 50% !important;
}
.width45pc {
  width: 45% !important;
}
.width40pc {
  width: 40% !important;
}
.width30pc {
  width: 30% !important;
}
.width20pc {
  width: 20% !important;
}
.width10pc {
  width: 10% !important;
}
.marginbottom15px {
  margin-bottom: 15px !important;
}
.margintop5px {
  margin-top: 5px !important;
}
.margintop25px {
  margin-top: 25px !important;
}
.marginleft5pc {
  margin-left: 5% !important;
}
.marginleft4pc {
  margin-left: 4% !important;
}
.marginleft3_5pc {
  margin-left: 3.5% !important;
}
.margin5px {
  margin: 5px;
}
.margin4px {
  margin: 4px;
}
.margin3px {
  margin: 3px;
}
.margin2px {
  margin: 2px;
}
.margin1px {
  margin: 1px;
}
.margin5pc {
  margin: 5% !important;
}
.margin4pc {
  margin: 4% !important;
}
.margin3pc {
  margin: 3% !important;
}
.margin2pc {
  margin: 2% !important;
}
.margin1pc {
  margin: 1% !important;
}
.padding5px {
  padding: 5px !important;
}
.padding4px {
  padding: 4px !important;
}
.padding3px {
  padding: 3px !important;
}
.padding2px {
  padding: 2px !important;
}
.padding1px {
  padding: 1px !important;
}
.padding5pc {
  padding: 5% !important;
}
.padding4pc {
  padding: 4% !important;
}
.padding3pc {
  padding: 3% !important;
}
.padding2pc {
  padding: 2% !important;
}
.padding1pc {
  padding: 1% !important;
}
.padding5px_left {
  padding-left: 5px !important;
}
.padding10px_left {
  padding-left: 10px !important;
}
.verticalign {
  vertical-align: middle;
}
.verticalignbottom {
  vertical-align: bottom;
}
.reduce {
  font-size: 90% !important;
  padding: 1px !important;
}
.borderadius {
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
}
.border1pxdark {
  border: 1px solid #2d2d2d !important;
}
.nopadding {
  padding: 0% !important;
}
.padding5px {
  padding: 5px;
}
.padding4px {
  padding: 4px;
}
.padding3px {
  padding: 3px;
}
.padding2px {
  padding: 2px !important;
}
.padding1px {
  padding: 1px;
}
.paddinga_zeta {
  padding: 0.25%;
}
.nomarginbottom {
  margin-bottom: 0px !important;
}
.nobackground,
.nobgr {
  background: transparent !important;
}
.bgrAlphaDarkGreen {
  background: #dfe1ce !important;
}
.bgrDarkGrey {
  background: #2d2d2d !important;
}
.bgrLightBlue {
  background: rgba(2, 51, 100, 0.35) !important;
}
.bgrLightBlue:hover {
  background: rgba(2, 51, 100, 0.55) !important;
}
.fontsize130pc {
  font-size: 130% !important;
}
.fontsize120pc {
  font-size: 120% !important;
}
.fontsize110pc {
  font-size: 110% !important;
}
.fontsize100pc {
  font-size: 100% !important;
}
.fontsize90pc {
  font-size: 90% !important;
}
.fontsize80pc {
  font-size: 80% !important;
}
.fontsize70pc {
  font-size: 70% !important;
}
.fontsize60pc {
  font-size: 60% !important;
}
.fontsize50pc {
  font-size: 50% !important;
}
.fontsize40pc {
  font-size: 40% !important;
}
.fontsize30pc {
  font-size: 30% !important;
}
.fontsize20pc {
  font-size: 20% !important;
}
.fontsize10pc {
  font-size: 10% !important;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.labelinline1 {
  width: 1px;
  display: inline-block;
}
.labelinline2 {
  width: 2px;
  display: inline-block;
}
.labelinline3 {
  width: 3px;
  display: inline-block;
}
.labelinline4 {
  width: 4px;
  display: inline-block;
}
.labelinline5 {
  width: 5px;
  display: inline-block;
}
.labelinline10 {
  width: 10px;
  display: inline-block;
}
.labelinline15 {
  width: 15px;
  display: inline-block;
}
.labelinline20 {
  width: 20px;
  display: inline-block;
}
.labelinline30 {
  width: 30px;
  display: inline-block;
}
.labelinline40 {
  width: 40px;
  display: inline-block;
}
.labelinline50 {
  width: 50px;
  display: inline-block;
}
.labelinline60 {
  width: 60px;
  display: inline-block;
}
.labelinline70 {
  width: 70px;
  display: inline-block;
}
.labelinline80 {
  width: 80px;
  display: inline-block;
}
.labelinline90 {
  width: 90px;
  display: inline-block;
}
.labelinline100 {
  width: 100px;
  display: inline-block;
}
.labelinline110 {
  width: 110px;
  display: inline-block;
}
.labelinline120 {
  width: 120px;
  display: inline-block;
}
.labelinline130 {
  width: 130px;
  display: inline-block;
}
.labelinline140 {
  width: 140px;
  display: inline-block;
}
.labelinline150 {
  width: 150px;
  display: inline-block;
}
.labelinline160 {
  width: 160px;
  display: inline-block;
}
.labelinline170 {
  width: 170px;
  display: inline-block;
}
.labelinline180 {
  width: 180px;
  display: inline-block;
}
.labelinline190 {
  width: 190px;
  display: inline-block;
}
.labelinline200 {
  width: 200px;
  display: inline-block;
}
.labelinline250 {
  width: 250px;
  display: inline-block;
}
.labelinline350 {
  width: 350px;
  display: inline-block;
}
.labelinline2pc {
  width: 2%;
  display: inline-block;
}
.labelinline3pc {
  width: 3%;
  display: inline-block;
}
.labelinline6pc {
  width: 6%;
  display: inline-block;
}
.labelinline10pc {
  width: 10%;
  display: inline-block;
}
.labelinline15pc {
  width: 15%;
  display: inline-block;
}
.labelinline20pc {
  width: 20%;
  display: inline-block;
}
.labelinline26pc {
  width: 26%;
  display: inline-block;
}
.labelinline30pc {
  width: 30%;
  display: inline-block;
}
.labelinline40pc {
  width: 40%;
  display: inline-block;
}
.reset_properties {
  cursor: default !important;
  background: transparent !important;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.reset_properties:hover {
  cursor: default !important;
  background: transparent !important;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.minheight30px {
  min-height: 30px !important;
}
.minheight40px {
  min-height: 40px !important;
}
.minheight60px {
  min-height: 60px !important;
}
.redhotchilipepper,
.rhcp {
  color: #c10c10 !important;
}
.greyasdorian {
  color: #A8A8B7 !important;
}
/*# sourceMappingURL=init.css.map */