/*==============================================*/
@font-face {
  font-family: 'rbtr';
  src: url('/fonts/Roboto-Regular-webfont.eot');
  src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular-webfont.woff') format('woff'), url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtm';
  src: url('/fonts/Roboto-Medium-webfont.eot');
  src: url('/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Medium-webfont.woff') format('woff'), url('/fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtb';
  src: url('/fonts/Roboto-Bold-webfont.eot');
  src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Bold-webfont.woff') format('woff'), url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtl';
  src: url('fonts/roboto-light.eot');
  src: url('fonts/roboto-light.eot') format('embedded-opentype'), url('fonts/roboto-light.woff') format('woff'), url('fonts/roboto-light.ttf') format('truetype'), url('fonts/roboto-light.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.color li {
  padding: 5px 10px;
  list-style: none;
  display: inline-block;
}
.color li:nth-child(1) {
  background-color: #00539e;
}
.color li:nth-child(2) {
  background-color: #4b7b9c;
}
.color li:nth-child(3) {
  background-color: #003494;
}
.color li:nth-child(4) {
  background-color: #777777;
}
.color li:nth-child(5) {
  background-color: #333333;
}
.color li:nth-child(6) {
  background-color: #a8b4da;
}
.color li:nth-child(7) {
  background-color: #cdc3ac;
}
.color li:nth-child(8) {
  background-color: #c0392b;
}
.color li:nth-child(9) {
  background-color: #8b6d49;
}
.color li:nth-child(10) {
  background-color: #cccccc;
}
.color li:nth-child(11) {
  background-color: #4d4d4d;
}
.color li:nth-child(12) {
  background-color: #999999;
}
.color li:nth-child(13) {
  background-color: #808080;
}
.color li:nth-child(14) {
  background-color: #b2cce0;
}
.color li:nth-child(15) {
  background-color: #a8b7d7;
}
.color li:nth-child(16) {
  background-color: #5077b0;
}
.color li:nth-child(17) {
  background-color: #ffffff;
}
.color li:nth-child(18) {
  background-color: #ffffff;
}
.color li:nth-child(19) {
  background-color: #ebf2f2;
}
.color li:nth-child(20) {
  background-color: #d1d1e9;
}
.color li:nth-child(21) {
  background-color: #01304c;
}
.color li:nth-child(22) {
  background-color: #0380db;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}
input.form-control,
textarea.form-control {
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  padding: 10px;
  color: #4057a9;
  font-family: rbtr;
  height: 40px;
}
span.ccy {
  background: transparent !important;
  color: #8b6d49 !important;
  border: 0px;
  position: absolute;
  width: 10px;
  padding: 13px 20px 0 0;
  right: 0px;
  z-index: 100;
}
.input-group-addon {
  background-color: #003054;
  color: #ffffff;
  font-family: rbtr;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input.exccy {
  padding-right: 30px;
  text-align: right !important;
}
.input-group {
  margin-bottom: 10px;
}
.input-group input {
  color: #8b6d49;
}
span.sign {
  position: absolute;
  right: 0px;
  padding: 7px 12px;
  pointer-events: none;
  color: red;
}
.form-group label {
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  /*width: 100%;*/
}
.form-group {
  padding: 0px 15px;
}
select.form-control {
  border: 1px solid #e2e2e2;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  height: 40px;
  color: #4057a9;
  font-family: rbtr;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url(images/arrows.png) no-repeat right #ffffff;
  background-size: 15px 10px;
  outline: none;
  padding: 10px 20px 10px 10px !important;
}
