@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/OpenSans-Regular-webfont.eot');
  src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url('fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/OpenSans-Semibold-webfont.eot');
  src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/OpenSans-Bold-webfont.eot');
  src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
}
body,
html {
  height: 100%;
}
body {
  font-family: "Roboto",sans-serif;
  background: #eee;
}
h1,
h2,
h3 {
  font-weight: 300;
}
a {
  color: #00b140;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus,
a:hover {
  color: #008e89;
  text-decoration: underline;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px 7px 4px;
  font-size: 12px;
  line-height: 15px;
}
.clearFloat {
  clear: both;
}
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: #9ecfe9;
  box-shadow: none;
  outline: 0 none;
}
label {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}
label + input[type="text"],
label + button {
  display: block;
}
textarea.error,
textarea.error:focus,
input.error,
input.error:focus {
  border-color: #f00;
}
button,
input[type="button"], input[type="submit"] {
  padding: 6px 12px;
  outline: 0 none;
  border: none;
  background-color: #00b5f1;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover {
  background-color: #008e89;
}
button:disabled {
  opacity: 0.6;
  color: #c8e6ed;
}
button.cancel:disabled {
  color: #ccc;
}
button:disabled:hover {
  background-color: #00b140;
}
button.cancel:disabled:hover {
  background-color: #333;
}
button.edmClose,
button.cancel,
input[type="button"].edmClose {
  background-color: #333;
}
button.edmClose:hover,
button.cancel:hover,
input[type="button"]:hover {
  background-color: #111;
}
button[class*="edmf-"] {
  padding: 1px 3px 1px 2px;
  font-size: 20px;
  line-height: 20px;
  background: none;
  border: none;
  color: #00b140;
}
label + select {
  display: block;
}
select {
  border: 1px solid #ccc;
  padding: 1px 4px 3px;
  font-size: 12px;
  line-height: 16px;
}
select:focus {
  border-color: #9ecfe9;
  box-shadow: none;
  outline: 0 none;
}
option {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
[class*="edmf-"] span {
  font-family: "Roboto",sans-serif;
}
[class*="edmf-"]:hover {
  text-decoration: none;
}
[class*="edmf-"]:hover span {
  text-decoration: underline;
}
.pageWrapper {
  position: relative;
  min-height: 100%;
}
/*** Layout ***/
#header {
  display: block;
  background: #00b140;
  background: -moz-linear-gradient(left, #00b140 0%, #008e89 50%);
  background: -webkit-linear-gradient(left, #00b140 0%, #008e89 50%);
  background: linear-gradient(to right, #00b140 0%, #008e89 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b140', endColorstr='#008e89', GradientType=1);
}
#header h2 {
  display: inline-block;
  color: rgba(255, 255, 255, 0.87);
  margin: 4px 0 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.topUtility {
  margin: 0;
  padding: 0;
}
.topUtility ul {
  margin: 0 0 0;
  padding: 0;
  float: right;
  white-space: nowrap;
}
.topUtility ul li {
  display: inline;
  position: relative;
}
.topUtility ul li a {
  display: inline-block;
  padding: 11px 8px;
  width: 35px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  text-decoration: none;
}
.topUtility ul li a.userProfile {
  width: 44px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 11px 15px;
  cursor: pointer;
}
.topUtility ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.topUtility ul li ul.profileMenu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 27px;
  right: 0;
  min-width: 180px;
  margin: 0;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #e5e5e5;
  border-right: none;
  border-bottom: none;
}
.topUtility ul li ul.profileMenu li {
  display: block;
  float: none;
  padding: 3px 10px 3px 10px;
  color: #666;
  font-size: 12px;
  position: relative;
  border-top: solid 1px #e5e5e5;
}
.topUtility ul li ul.profileMenu li span {
  font-weight: 700;
}
.topUtility ul li ul.profileMenu li div:first-child {
  margin-bottom: 10px;
}
.topUtility ul li ul.profileMenu li a {
  display: block;
  width: 150px;
  padding: 6px 10px 7px 0;
  color: #666;
  font-size: 12px;
}
.topUtility ul li ul.profileMenu li a i {
  font-size: 18px;
  color: #999;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.topUtility ul li ul.profileMenu li a:hover {
  color: #00b5f1;
  text-decoration: none;
}
.topUtility ul li ul.profileMenu li a:hover i {
  color: #00b5f1;
}
.topUtility ul li ul.profileMenu li:first-child {
  border-top: none;
}
.topUtility ul li ul.profileMenu li.userInfo {
  padding: 8px 10px 6px 10px;
}
/*** Navigation ***/
div #ui-nav {
  background: #222;
  position: fixed;
  height: 100%;
  width: 50px;
  z-index: 10;
  left: 0;
  top:0;
}
#ui-nav ul.nav li {
  position: relative;
  display: block;
}
#ui-nav ul.nav li a {
  padding: 9px 15px 8px;
  border-bottom: 1px solid #444;
  color: #aaa;
  cursor: pointer;
}
#ui-nav ul.nav li a i {
  color: #777;
  font-size: 18px;
  width: 18px;
  height: 20px;
  vertical-align: top;
  text-align: center;
}
#ui-nav ul.nav li a:focus {
  background: transparent;
}
#ui-nav ul.nav li a:hover {
  background: #292929;
  color: #eee;
}
#ui-nav ul.nav li a:hover i {
  color: #eee;
}
#ui-nav ul.nav li.active a {
  background: #292929;
  color: #eee;
}
#ui-nav ul.nav li.active a i {
  color: #eee;
}
#ui-nav ul.nav li.edm-mark {
  display: block;
  width: 50px;
  height: 41px;
  border-bottom: 1px solid #444;
  background: #1a1a1a url(images/markit-edm-mark-21x21-ko.png) no-repeat 15px 10px;
}
#ui-nav ul.menu {
  display: none;
  background: #292929;
  position: absolute;
  height: 100%;
  left: 50px;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#ui-nav ul.menu .mmMenuHeader {
  position: absolute;
  z-index: 10;
  width: 100%;
  min-width: 210px;
  height: 41px;
  background-color: #111;
  border-bottom: 1px solid #444;
}
#ui-nav ul.menu .mmMenuHeader .logo {
  display: inline-block;
  padding: 9px 5px 0 15px;
  color: #999;
  font-size: 22px;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: -0.02em;
}
#ui-nav ul.menu .mmMenuHeader .mmMenuHeaderTools {
  float: right;
}
#ui-nav ul.menu .mmMenuHeader .mmMenuHeaderTools button {
  float: left;
  position: relative;
  padding: 8px 5px;
  margin: 0;
  background: rgba(255, 255, 255, 0);
  color: #666;
}
#ui-nav ul.menu .mmMenuHeader .mmMenuHeaderTools button i {
  font-size: 24px;
}
#ui-nav ul.menu li {
  margin: 0;
  padding: 0;
}
#ui-nav ul.menu li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0 19px 2px 19px;
  border-bottom: 1px solid #444;
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}
#ui-nav ul.menu li a.active {
  color: #ddd;
}
#ui-nav ul.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#ui-nav ul.menu li:first-of-type {
  margin-top: 41px;
}
#ui-nav ul.menu ul.sub {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#ui-nav ul.menu ul.sub li {
  margin: 0;
  padding: 0;
}
#ui-nav ul.menu ul.sub li a {
  padding-left: 38px;
  font-size: 13px;
}
#ui-nav ul.menu ul.sub li a.active {
  color: #eee;
  background: #333;
}
#ui-nav ul.menu ul.sub li a:before {
  font-family: sans-serif,'edmfonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  font-size: 18px;
  top: 10px;
  right: 10px;
  color: #666;
}
#ui-nav ul.menu ul.sub ul.level-3 {
  background: #333;
  display: none;
  position: absolute;
  height: 100%;
  left: 220px;
  top: 0;
  width: 280px;
  margin: 41px 0 0 0;
  list-style: none;
  padding: 12px 10px;
  overflow-y: auto;
}
#ui-nav ul.menu ul.sub ul.level-3 li a {
  /*padding: 0;*/
  border: none;
  height: auto;
  text-transform: uppercase;
  color: #00b5f1;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0 10px 0;
}
#ui-nav ul.menu ul.sub ul.level-3 li a:hover {
  background: none;
  cursor: default;
}
#ui-nav ul.menu ul.sub ul.level-3 li a:before {
  content: none;
}
#ui-nav ul.menu ul.sub ul.level-3 ul.level-4 {
  margin: 0 0 14px;
  padding: 0 0 10px;
  list-style: none;
  border-bottom: solid 1px #555;
}
#ui-nav ul.menu ul.sub ul.level-3 ul.level-4 li {
  padding: 1px;
}
#ui-nav ul.menu ul.sub ul.level-3 ul.level-4 li a {
  text-transform: none;
  color: #aaa;
  font-weight: normal;
  padding: 3px 9px;
  margin: 0;
  cursor: pointer;
}
#ui-nav ul.menu ul.sub ul.level-3 ul.level-4 li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#ui-nav .navUtility {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  margin: 0;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.3);
}
#ui-nav .navUtility ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#ui-nav .navUtility ul li a {
  position: relative;
  display: block;
  padding: 11px 15px 9px;
  color: #555;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}
#ui-nav .navUtility ul li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #eee;
  cursor: pointer;
  text-decoration: none;
}
/*** Main Page ***/
.ui-content {
  margin-left: 50px;
  padding-bottom: 50px;
}
.ui-content h3 {
  margin: 2px 0 0 5px;
}
.positions-temp {
  padding-top: 15px;
}
.maincontent {
  margin: 10px 20px 20px;
  padding: 33px 10px 10px 10px;
  background: #fff;
  position: relative;
}
.maincontent:after {
  content: "";
  display: table;
  clear: both;
}
.reportHeader {
  float: right;
  margin-right: 20px;
  padding: 10px;
  background: #fff;
}
.reportHeader ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reportHeader ul li {
  display: inline-block;
  padding: 0 15px 0 10px;
  border-right: solid 1px #999;
}
.reportHeader ul li:last-child {
  border-right: none;
}
/*** Grids ***/
.tableWrapper {
  width: 100%;
  height: 400px;
  overflow: auto;
}
table.edmw-grid {
  border: solid 1px #d1d1d1;
  border-width: 1px 1px 0px 0px;
  margin-bottom: 5px;
}
table.edmw-grid thead th {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  border: solid 1px #d1d1d1;
  border-width: 0px 0px 1px 1px;
  padding: 3px 6px 3px;
  font-weight: 600;
  background: #e5e5e5;
}
table.edmw-grid thead th a {
  color: #000;
}
table.edmw-grid tbody tr td {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  border: solid 1px #d1d1d1;
  border-width: 0px 0px 1px 1px;
  padding: 3px 6px;
}
table.edmw-grid tbody tr td a img {
  display: none;
}
table.edmw-grid tbody tr td a:before {
  font-family:sans-serif, 'edmfonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 14px;
  color: #666;
  padding-left: 5px;
  text-decoration: none;
}
table.edmw-grid tbody tr td a:hover {
  text-decoration: none;
}
table.edmw-grid tbody tr td div a:before {
  font-family: sans-serif, 'edmfonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 18px;
  line-height: 13px;
  vertical-align: middle;
  color: #666;
  padding-left: 0px;
  text-decoration: none;
}
table.edmw-grid tbody tr td.text_right {
  text-align: right;
}
table.edmw-grid tbody tr td.text_right_neg {
  text-align: right;
  color: #db2748;
}
table.edmw-grid tbody tr td.subtotal_right {
  font-weight: 600;
  text-align: right;
}
table.edmw-grid tbody tr td.subtotal_right_neg {
  font-weight: 600;
  text-align: right;
  color: #db2748;
}
table.edmw-grid tbody tr td.grandtotal_right {
  font-weight: 600;
  text-align: right;
}
table.edmw-grid tbody tr td.grandtotal_right_neg {
  font-weight: 600;
  text-align: right;
  color: #db2748;
}
table.edmw-grid tbody tr.even {
  background: #f5f5f5;
}
table.edmw-grid tbody tr.total_row td {
  font-weight: 600;
  background: #e5e5e5;
}
table.edmw-grid tbody tr.total_row td.grandtotal_right_neg {
  color: #db2748;
}
table.dataTable tbody th,
table.dataTable tbody td {
  white-space: nowrap;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
.dataTables_scrollBody table {
  margin-bottom: 5px;
}
.tableInfo {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin: 10px 0 0 0;
}
/** Paging **/
/*.k-pager-wrap{
margin-bottom: 0;

.k-pager-nav {
font-size: 12px;
line-height: 1em;
padding: 4px 0 0 0;
height: 24px;
display: inline-block;
float: left;
border: solid 1px #ccc;


}
.k-state-disabled{
opacity: .5;
}

.k-link{
color: #666;
border-color: #ccc;
min-width: 2em;
display: inline-block;
margin: 0 1px;
}
.k-link:hover{
text-decoration: none;
}

.icon-class{
font-size: 16px;
padding-left: 2px;
vertical-align: middle;
}

.k-pager-numbers {
position: relative;
list-style: none;

li{
float: left;

span.k-state-selected{
height: 24px;
text-align: center;
display: inline-block;
line-height: 22px;
background: @accent;
color: #fff;
min-width: 24px;
}

a{
height: 24px;
text-align: center;
display: inline-block;
line-height: 22px;
}
a:hover{
background: #eee;
text-decoration: none;
}
}
.k-current-page {
display: none;
}
}
}
.k-pager-info {
float: right;
padding: 0 0 0 10px;
font-size: 12px;
color: #666;
}*/
/*** Table Scroll ***/
.pageWrapper ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pageWrapper ::-webkit-scrollbar:horizontal {
  height: 10px;
}
.pageWrapper ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.pageWrapper ::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.pageWrapper ::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
.pageWrapper ::-webkit-scrollbar-thumb:active {
  background: #666666;
}
.pageWrapper ::-webkit-scrollbar-track {
  background: #dddddd;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.pageWrapper ::-webkit-scrollbar-track:hover {
  background: #dddddd;
}
.pageWrapper ::-webkit-scrollbar-track:active {
  background: #dddddd;
}
.pageWrapper ::-webkit-scrollbar-corner {
  background: transparent;
}
/*** Panel Toolbar ***/
.panelTools {
  position: absolute;
  top: 5px;
  right: 10px;
}
.panelTools .gridToolbar {
  position: relative;
}
.panelTools .gridToolbar .gridToolbarChevron {
  text-decoration: none;
}
.panelTools .gridToolbar .gridToolbarChevron i {
  font-size: 20px;
  padding: 5px 0 3px 10px;
  color: #888;
}
.panelTools .gridToolbar .gridToolbarChevron:hover {
  text-decoration: none;
}
.panelTools .gridToolbar .gridToolbarChevron:hover i {
  color: #000;
}
.panelTools .gridToolbar .panelToolsList {
  display: none;
  position: absolute;
  z-index: 20;
  right: -5px;
  min-width: 139px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
.panelTools .gridToolbar .panelToolsList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.panelTools .gridToolbar .panelToolsList ul li {
  margin: 0;
  padding: 0;
}
.panelTools .gridToolbar .panelToolsList ul li a {
  display: inline-block;
  padding: 5px 10px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.panelTools .gridToolbar .panelToolsList ul li a span {
  margin-left: 5px;
  vertical-align: middle;
}
.panelTools .gridToolbar .panelToolsList ul li a i {
  font-size: 14px;
  vertical-align: middle;
}
.panelTools .gridToolbar .panelToolsList ul li a.sep {
  border-top: 1px solid #ddd;
}
.panelTools .gridToolbar .panelToolsList ul li a:hover {
  background-color: #eee;
  color: #000;
  text-decoration: none;
}
.inquiry-dialog {
  margin: 15px 20px 20px;
  padding: 10px;
  background: #fff;
  position: relative;
}
.inquiry-dialog h5 {
  margin: 0;
  cursor: pointer;
}
.inquiry-dialog h5 i.k-icon {
  vertical-align: top;
}
.inquiry-dialog .inquiry-container {
  padding: 10px 10px 0px 20px;
}
.inquiry-dialog .inquiry-container .inquiry-form {
  margin: 0 0 10px 0;
}
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset {
  width: 160px;
  float: left;
  margin-right: 10px;
}
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-autocomplete,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-combobox,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-datepicker,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-timepicker,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-datetimepicker,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-colorpicker,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-numerictextbox,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-dropdown,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-selectbox,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-textbox,
.inquiry-dialog .inquiry-container .inquiry-form .k-fieldset .k-toolbar .k-split-button {
  width: 100%;
}
.inquiry-dialog .inquiry-container .inquiry-form .iq-for {
  width: 400px;
}
.inquiry-dialog .inquiry-container .inquiryDisclaimer {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin: 20px 0 0 0;
}
/** Positions Edit **/
.positions-edit {
  padding: 10px;
}
.positions-edit h5 {
  margin: 0px;
}
.positions-edit p {
  font-size: 12px;
  line-height: 18px;
}
.positions-edit .actionButtons {
  margin-top: 20px;
}
.positions-edit .info {
  margin: 20px 0 0 0;
  color: #666;
}
.positions-edit .info .k-icon {
  font-size: 12px;
}
#editInquiry .k-i-close:before {
  content: "\e941";
}
/*** Footer ***/
footer.footer {
  position: absolute;
  bottom: 10px;
  overflow: hidden;
 }
footer.footer p.version {
  margin-bottom: 0;
  vertical-align: middle;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}
footer.footer > div {
  padding-bottom: 0;
}
/*** Disclaimer ***/
.disclaimer {
  margin-top: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  border-top: solid 1px #ccc;
}
.disclaimer h4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 5px 0;
  color: #00ab4e;
}
.disclaimer h5 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.disclaimer strong {
  font-weight: 600;
}
/*** lists ***/
.lists h4 {
  margin-top: 0;
}
.lists ul li {
  margin-left: 1%;
}
.ui-autocomplete {
  display: none !important;
}
/*** Modal ***/
.modal-xl {
  width: 85%;
  min-width: 980px;
}
#editInquiry .modal-xl {
  max-width: 1150px;
}
.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-header {
  padding: 10px 14px 10px 20px;
  border: none;
  background-color: #f5f5f5;
  color: #333;
}
h5.modal-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 40px 0 0;
}
.modal-header .close i {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 1;
}
#saveAs .row {
  margin: 0;
}
#saveAs .row label {
  padding-left: 0;
}
.modal-header .close {
  float: right;
  padding: 0;
  color: #333;
  /*opacity: 0.8;*/
  text-shadow: none;
  font-size: 13px;
  opacity: 0.87;
}
.modal-header .close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  opacity: 1;
}
.modal-body-content {
  padding: 0 6px;
}
#editInquiry .close,
#saveAs .close,
#cancel-edit .close {
  display: none;
}
#cancel-edit .row {
  margin: 0;
}
#cancel-edit .row p {
  padding-left: 0;
  font-size: 12px;
  line-height: 18px;
}
/*** Tabs ***/
.k-widget.k-tabstrip {
  background: none;
}
.k-tabstrip {
  margin: 10px 5px 0;
}
.k-tabstrip ul.k-tabstrip-items {
  background: none;
  border-bottom: solid 2px #555;
  overflow: hidden;
  padding: 0;
  border-left: none;
}
.k-tabstrip ul.k-tabstrip-items .k-state-default {
  background: #eee;
}
.k-tabstrip ul.k-tabstrip-items .k-state-default .k-link {
  color: #333;
}
.k-tabstrip ul.k-tabstrip-items .k-state-default:hover {
  background: #ddd;
}
.k-tabstrip ul.k-tabstrip-items .k-state-active .k-link {
  border-top: none;
  padding-top: 5px;
  background: #555;
  color: #fff;
}
.k-tabstrip .k-content {
  font-size: 12px;
  line-height: 18px;
}
.k-tabstrip .k-content [class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-tabstrip .k-dropdown-wrap.k-state-active {
  border-color: #7fdaf8;
}
.k-tabstrip input.k-textbox {
  text-indent: 0;
}
.k-tabstrip .k-dropdown-wrap .k-input {
  line-height: 15px;
  padding: 3px 7px 4px;
  text-indent: 0em;
}
/*** Grid Options ***/
.gridOptionsContent {
  margin: 0;
}
.gridOptionsContent.row {
  margin: 0 0 0 -5px;
}
.fieldColumn {
  padding: 5px;
}
.columnActions .search {
  padding: 5px;
  box-sizing: border-box;
}
.gridOptionsContent h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.gridColumns {
  position: relative;
  height: 380px;
  overflow: auto;
  margin: 0 20px 0 0;
  padding: 4px;
  border: 1px solid #ddd;
  border-top-color: #fff;
}
.gridColumns .gcGroupHeader {
  padding: 16px 10px 4px;
  border-bottom: 2px solid #ccc;
  font-weight: 600;
}
.gridColumns .gcGroupHeader:first-child {
  padding-top: 5px;
}
.gridColumns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.gridColumnsItem {
  list-style-type: none;
  padding: 4px 10px;
  margin: 0;
  border: 2px solid #fff;
  background-color: #eee;
  color: #333;
  cursor: move;
}
.gridColumnsItem:hover {
  background-color: #ddd;
}
.columnsSelected {
  border: 1px solid #ccc;
  border-top-color: #ddd;
}
.columnsSelected .gridColumnsItem {
  background-color: #e0e0e0;
  color: #000;
}
.columnsSelected .gridColumnsItem:hover {
  background-color: #d0d0d0;
  color: #333;
}
.columnActionsBtns {
  text-align: right;
  padding: 5px;
  box-sizing: border-box;
}
.columnActions .search > input {
  width: 100%;
}
.columnActions {
  margin: 0 20px 0 0;
  background: #ddd;
}
.columnActionsBtns button {
  margin-right: 5px;
  padding: 4px 5px;
  background-color: #ddd;
  color: #666;
}
.columnActionsBtns button i {
  font-size: 16px;
}
.columnActionsBtns button:last-child {
  margin-right: 0;
}
.columnActionsBtns button:hover {
  background-color: #ccc;
  color: #000;
}
.goColumnsHint {
  width: 288px;
}
.go-state-selected {
  background-color: #00b5f1!important;
  color: #fff!important;
}
.gridColumnsItem.placeholder {
  background-color: #fff!important;
  border: dashed 2px #ccc!important;
  color: #888!important;
}
.gridColumnsItem.placeholder.colSortDisabled {
  background-color: #fff!important;
  border: dashed 2px #f00!important;
  color: #f00!important;
}
.autoWidthText {
  font-size: 12px;
  margin-left: 17px;
  margin-bottom: 20px;
}
.refreshValueLists {
  background-color: #ddd;
  color: #333;
}
.refreshValueLists:hover {
  background-color: #ccc;
  color: #333;
}
.clearSearch {
  position: absolute;
  right: -10px;
  top: 6px;
  padding: 4px 5px 1px;
  background: none;
  color: #666;
}
.clearSearch i {
  font-size: 16px;
}
.clearSearch:hover {
  background: #eee;
  color: #000;
}
.fieldDescription {
  margin-top: 10px;
}
.formatSettings .inquiry-form {
  padding: 0 10px;
}
.formatSettings .inquiry-form .k-fieldset {
  padding: 5px 5px 10px;
}
.formatSettings .inquiry-form label {
  display: block;
}
.formatSettings .inquiry-form #column_header-input {
  width: 100%;
}
.formatSettings .inquiry-form #width-input {
  width: 70px;
  float: left;
  margin-right: 10px;
}
.formatSettings .inquiry-form .k-checkbox-label {
  display: inline-block;
  width: auto;
  font-weight: normal;
}
.formatSettings .inquiry-form .orig-name {
  font-weight: 600;
}
.formatSettings .inquiry-form .orig-name span {
  font-weight: normal;
}
.formatSettings .inquiry-form .width-checkbox {
  vertical-align: -webkit-baseline-middle;
}
.formatSettings .inquiry-form .format-width span {
  vertical-align: text-top;
}
.formatSettings .inquiry-form #format-input {
  margin-left: 5px;
}
.sort-tab .k-fieldset {
  margin-top: 4px;
}
.sort-tab .k-fieldset .k-radio-label:before {
  width: 12px;
  height: 12px;
  margin-top: 2px;
}
.sort-tab .k-fieldset .k-radio:checked + .k-radio-label:after {
  margin-top: 2px;
}
.sort-tab .k-fieldset label {
  margin: 0 5px 0 5px;
  vertical-align: -webkit-baseline-middle;
}
.sort-tab .k-fieldset label:first-of-type {
  margin-left: 0;
}
.sort-tab .k-fieldset .k-dropdown {
  vertical-align: middle;
  margin-top: 6px;
}
.sort-tab .k-fieldset:first-of-type {
  margin-top: 5px;
}
.sort-tab .suppress-options {
  margin-top: 20px;
}
.sort-tab .suppress-options .k-dropdown {
  width: auto;
  vertical-align: middle;
  margin-top: -2px;
}
.sort-tab .suppress-options label {
  font-weight: normal;
  vertical-align: text-bottom;
}
.sort-tab .sortContent {
  margin-right: 0;
}
.sort-tab h5 {
  margin: 15px 0 5px;
}
.sort-tab .note {
  font-style: italic;
  margin-left: 10px;
}
.k-tabstrip > .k-content.filter-tab {
  overflow-x: hidden;
}
.k-tabstrip > .k-content.filter-tab .filterColumn {
  padding-left: 0;
  padding-right: 0;
}
.k-tabstrip > .k-content.filter-tab .filterColumn .gridColumns {
  height: 320px;
}
.k-tabstrip > .k-content.filter-tab .filterColumn .gridColumns .gridColumnsItem.active {
  background: #00b5f1;
  color: #fff;
}
.k-tabstrip > .k-content.filter-tab h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.k-tabstrip > .k-content.filter-tab .filter-wrapper {
  padding: 0;
}
/* Filter Panel */
#filterPanel.toolPanelContents {
  min-height: 185px;
  margin: 0px -20px 20px 0px;
  padding: 0;
}
#filterPanel .reportListTitle {
  padding-left: 10px;
}
.filterToolbar {
  margin: 35px 0 0 10px;
}
.filterToolbar .actions {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0 10px;
}
.filterToolbar .actions button {
  display: inline-block;
  margin: 0 0 0 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ddd;
  color: #333;
}
.filterToolbar .actions button.btnClearAll {
  background-color: #666;
  color: #fff;
}
.filterToolbar .actions button:hover {
  background: #ccc;
}
.filterToolbar .actions .queryTranslate {
  display: none;
}
ul.options-filters,
ul.options-operators {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 5px 0 0;
  border-right: dashed 1px #666;
}
ul.options-actions {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.options-filters li,
.options-operators li,
.options-actions li {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  padding-top: 2px;
  margin: 0px 5px 0 0;
  text-align: center;
  background: #ddd;
  color: #666;
}
.filterToolbar li:hover {
  background: #eee;
  color: #00b5f1;
  cursor: pointer;
}
.filterToolbar li.active {
  background: #00b5f1;
  color: #eee;
}
.queryWindow {
  border: dashed 1px #aaa;
  padding: 10px 5px;
  margin: 10px;
  height: auto;
  overflow: auto;
}
.queryWindow ul {
  height: 34px;
  width: auto;
  margin: 0;
  padding: 0;
}
.queryWindow ul li {
  display: block;
  float: left;
  width: 32px;
  font-size: 20px;
  line-height: 1.5em;
  padding: 2px 0 0;
  margin: 0px 3px;
  text-align: center;
  background: #e5e5e5;
  color: #999;
  border: solid 1px #e5e5e5;
}
.queryWindow ul li.operatorItem {
  background: #fff;
  color: #999;
  border: solid 1px #ddd;
}
.queryWindow ul li.filterItem {
  background: #e5e5e5;
  color: #999;
  border: solid 1px #e5e5e5;
}
.queryWindow ul li.filterCustom {
  width: auto;
  font-size: 11px;
  padding: 8px 5px;
  white-space: nowrap;
}
.queryWindow ul li:hover {
  background: #eee;
  color: #00b5f1;
  cursor: pointer;
}
.queryWindow ul li.active {
  background: #00b5f1;
  color: #fff;
  border: solid 1px #00b5f1;
}
.queryWindow ul .query-placeholder {
  display: inline-block;
  border: dashed 2px #ccc;
  background: #fff;
  width: auto;
  font-size: 11px;
  line-height: 11px;
  padding: 9px 10px 10px;
}
.queryWindow ul .query-placeholder:before {
  content: "Drop Here!";
  color: #888;
}
.queryWindow .queryText {
  display: none;
  font-size: 12px;
  color: #666;
  padding: 5px;
}
.queryWindow .queryText span {
  color: #333;
  font-style: italic;
}
.queryTranslation {
  position: absolute;
  left: 10px;
  top: 190px;
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.queryTranslation h6 {
  margin: 0 0 5px;
}
.queryTranslation .queryText {
  width: 90%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.queryTranslation .queryText span {
  color: #333;
  font-style: italic;
}
.queryTranslation .bracket {
  font-size: 20px;
  font-weight: 300;
  vertical-align: text-top;
}
.queryItemOptions {
  display: none;
  margin: 0 10px;
}
.queryItemOptions div {
  padding: 0 15px 0 0;
}
.queryItemOptions select,
.queryItemOptions input {
  width: 100%;
}
.queryItemOptions button {
  color: #666;
  margin: 2px 0 0 10px;
}
.queryItemOptions button:hover {
  color: #00b5f1;
}
.queryTranslation .actions .k-button {
  padding: 6px 12px;
  font-size: 11px;
}
.advanced-tab .row {
  margin-right: 0;
}
.advanced-tab .row .k-fieldset {
  margin-top: 10px;
}
.advanced-tab .row .k-fieldset label {
  display: block;
}
.advanced-tab .row .k-fieldset input {
  width: 75%;
}
.advanced-tab .row .k-fieldset .k-dropdown {
  width: 75%;
}
.advanced-tab .row .limit-rows {
  margin-top: 15px;
}
.advanced-tab .row .limit-rows label {
  display: inline-block;
}
.advanced-tab .row .limit-rows input#limit_number_rows {
  width: 65px;
  display: inline-block;
}
.dynimg {
  /*max-width:100%;
  height:auto;
  */
}
.dynimg2 {
  width: auto;
  height: 100%;
}
/*** home ***/
.homePage .maincontent {
  padding-top: 20px;
}
.heroImage {
  position: relative;
  margin: 5px 20px 10px;
  padding: 33px 10px 10px 10px;
  /*background: #fff;*/
  height: 300px;
  background: #fff url('images/heroimage-homepage.jpg') no-repeat left bottom;
  background-size: cover;
}
.heroImage h2 {
  position: absolute;
  top: 40px;
  left: 70px;
  font-weight: 700;
  color: #007092;
  opacity: 0.3;
}
.homeContent h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.homeContent p > span {
  font-weight: 700;
}
.homeMessages {
  padding-left: 30px;
}
.homeMessages h3 {
  margin: 11px 0 20px;
}
.homeMessages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.homeMessages ul li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #ccc;
}
.homeMessages .lastUpdated {
  margin: 0 0 0 0;
  padding-top: 10px;
  color: #999;
}
.preferencesPage .maincontent {
  padding-top: 10px;
}
.myProfile ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.myProfile ul li {
  margin-bottom: 10px;
}
.myProfile label {
  width: 100%;
}
.myProfile .k-input {
  width: 100%;
}
.myProfile textarea {
  width: 100%;
  height: 100px;
}
.myProfile .k-tooltip-validation {
  font-size: 12px;
}
.userSettings ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.userSettings ul li {
  margin-bottom: 10px;
}
.userSettings label {
  width: 100%;
}
.userSettings .k-input {
  width: 100%;
}
.userSettings .k-dropdown {
  width: 100%;
}
.saveSettings {
  margin: 10px;
  margin-top: 12px;
  padding-left: 5px;
  text-align: left;
}
.lastUpdated {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin: 10px 0 0 0;
}
.changePassword {
  width: 400px;
  padding-right: 30px;
}
.changePassword ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.changePassword ul li {
  margin-bottom: 10px;
}
.changePassword label {
  width: 100%;
  white-space: nowrap;
}
.changePassword .k-input {
  width: 100%;
}
.changePassword .k-dropdown {
  width: 100%;
}
.changePassword > .row {
  margin-bottom: 10px;
}
.changePassword .k-tooltip-validation {
  font-size: 12px;
}
.changePasswordRules h4 {
  width: auto;
}
.changePasswordRules ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.changePasswordRules ul li {
  margin-bottom: 5px;
  font-size: 13px;
}
.changePasswordRules ul li:before {
  content: "*";
  margin-right: 5px;
}
/*** kendo fixex ***/
.k-textbox > input,
input.k-textbox,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  padding: 2px 0;
  text-indent: 5px;
}
.k-textbox:hover,
.k-tiles li.k-state-hover {
  border-color: #d1d1d1;
}
span.k-widget.k-tooltip-validation {
  text-align: left;
  border: 0;
  margin: 3px 0 3px;
  padding-left: 0;
  background: none;
  box-shadow: none;
  color: #ee2f53;
}
span.k-widget.k-tooltip-validation .k-icon {
  font-size: 14px;
  vertical-align: text-top;
  margin-top: 2px;
}
/**** test ****/
.vertical button {
  width: 100%;
}
.trim button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.expand button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.expand button:hover {
  overflow: visible;
  white-space: normal;
}
.tooltip > .tooltip-inner {
  text-shadow: none;
  padding: 5px 20px;
  background-color: #222;
  color: #ddd;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
/*** animations ***/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
[class*="edmfani-"] {
  display: inline-block;
}
.edmfani-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1 linear infinite;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.edmfani-fadein {
  -webkit-animation: fadein 2s linear infinite;
  animation: fadein 2s linear infinite;
}
.largeIcon .edmf-photo {
  opacity: 0;
}
.largeIcon [class*="edmf-"] {
  font-size: 72px;
}
@keyframes flicker {
  0% {
    color: #444;
  }
  50% {
    color: #ccc;
  }
  100% {
    color: #444;
  }
}
@-webkit-keyframes flicker {
  0% {
    color: #444;
  }
  50% {
    color: #ccc;
  }
  100% {
    color: #444;
  }
}
.edmfani-flicker {
  -webkit-animation: flicker 1.5s infinite;
  animation: flicker 1.5s infinite;
}



div#header {
    /*display: block;
    background: #00b140;
    background: -moz-linear-gradient(left, #00b140 0%, #008e89 50%);
    background: -webkit-linear-gradient(left, #00b140 0%, #008e89 50%);
    background: linear-gradient(to right, #00b140 0%, #008e89 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b140', endColorstr='#008e89', GradientType=1);*/
}

div#globalUtility {
    border-bottom: none;
    margin-bottom: -8px;
    margin-top: 8px;
}

.pageWrapper {
    background-color: #eeeeee;
}

/*#ui-nav {
    position: relative;
}*/

div.maincontent {
    padding-top: 10px;
}

.changePassword h4 {
    font-size: 18px;
}

.changePassword {
    width: 400px;
    padding-right: 30px;
}

    .changePassword label {
        margin-top: 3px;
        width: auto;
    }

    .changePassword .row {
        /*margin-bottom: 10px;*/
    }

    .changePassword input[type="text"],
    .changePassword input[type="password"] {
        /*border: 1px solid #ccc;
        padding: 3px 7px 4px;
        font-size: 12px;
        line-height: 15px;
        border-radius: 0px;
        box-shadow: none;*/
    }

    .changePassword em {
        font-style: normal;
    }

    /* For red asterisks */
    .changePassword .row span {
        vertical-align: top;
        margin-left: 5px;
        margin-right: -15px;
    }

    .changePassword h4,
    .changePasswordRules h4 {
        width: auto;
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.3;
        font-weight: bold;
        margin-bottom: 10px;
    }


/* Buttons Styling */
.saveSettings > input[type="submit"],
input[type="submit"]#ctl00_mainContent_ChangePassword1_SuccessContainerID_ContinuePushButton {
    /*padding: 6px 12px;
    outline: 0 none;
    border: none;
    background: #00b5f1;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none;
    text-indent: 0;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;*/
}

    .saveSettings > input[type="submit"]:hover,
    input[type="submit"]#ctl00_mainContent_ChangePassword1_SuccessContainerID_ContinuePushButton:hover {
        /*background: #008e89;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none;*/
    }



    .saveSettings > input[type="submit"].k-cancel,
    .saveSettings > input[type="submit"].k-cancel.k-state-active {
        margin-left: 3px;
        color: #ffffff;
        background-color: #333;
    }

        .saveSettings > input[type="submit"].k-cancel:hover,
        .saveSettings > input[type="submit"].k-cancel.k-state-active:hover {
            color: #ffffff;
            background-color: #000;
        }


.AspNet-ChangePassword-FailurePanel span,
.AspNet-ChangePassword-ValidationPanel span,
#ctl00_mainContent_ChangePassword1_ChangePasswordContainerID_ConfirmNewPasswordRequired {
    color: #ee2f53 !important;
}

div.AspNet-ChangePassword-ValidationPanel {
    padding-left: 0px;
    height: 0px;
    padding-top: 5px;
}

div.AspNet-ChangePassword-FailurePanel {
    height: 0px;
    width: 56%;
    float: right;
    margin-top: -20px;
}

div.AspNet-ChangePassword-FailurePanel span.k-icon {
    font-size: 13px;
}

div.AspNet-ChangePassword-ValidationPanel span.k-icon {
    width: 14px;
    font-size: 13px;
    margin: 0px;
    margin-top: 2px;
}

#ctl00_mainContent_ChangePassword1_ChangePasswordContainerID_NewPasswordCompare {
    margin: 0px;
    margin-top: 8px;
    font-size: 12px;
}

input#ctl00_Content_Login1_UserName:focus + i,
input#ctl00_Content_Login1_Password:focus + i {
    color: #666666;
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
