@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,700,300,600,800,400);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@font-face {
  font-family: 'segoeui';
  src: url('../fonts/SEGOEUI.eot');
  src: local('Segoe UI'), url('../fonts/SEGOEUI.ttf') format('truetype'), url('../fonts/SEGOEUI.woff') format('woff'), url('../fonts/SEGOEUI.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gradient-horizontal-three {
  background-color: #F8F8F8;
  background-image: -webkit-gradient(left, linear, 0 0, 0 98%, from(#f8f8f8), color-stop(2%, #ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(left, #f8f8f8, #ffffff 2%, #f8f8f8);
  background-image: -moz-linear-gradient(left, #f8f8f8, #ffffff 2%, #f8f8f8);
  background-image: -o-linear-gradient(left, #f8f8f8, #ffffff 2%, #f8f8f8);
  background-image: linear-gradient(to right, #f8f8f8, #ffffff 2%, #f8f8f8);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#FFFFFF', GradientType=0);
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  font-size: 96%;
  line-height: 20px;
  color: #333;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
}
textarea {
  height: auto;
  resize: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  color: #000000;
}
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: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.input-small {
  width: 90px;
}
.input-mini {
  width: 45px;
}
/*parameter value and label*/
.parameter-label-required {
  color: #00529b !important;
  line-height: 30px;
  font-size: 94%;
}
.parameter-label-required:after {
  content: "*";
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff4c4c;
  font-size: 144%;
}
.parameter-label {
  color: #00529b !important;
  line-height: 30px;
  font-size: 94%;
}
.parameter-value {
  color: #000000;
}
/*parameter value and label*/
/*Buttons*/
.btn-signin {
  background: #5a902f;
  color: #ffffff;
  float: left;
  padding: 0px 30px 3px 30px;
  border: 2px solid #ffffff;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-signin:hover {
  background: #5a902f;
  color: #ffffff;
}
.btn-primary {
  background: #00529b;
  color: #ffffff;
  padding: 0px 30px 3px 30px;
  border: 2px solid #00529b;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
}
.btn-primary:hover {
  background: #00529b;
  color: #ffffff;
}
.btn-secondary {
  background: #599ad5;
  color: #ffffff;
  padding: 0px 30px 3px 30px;
  border: 2px solid #599ad5;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
}
.btn-secondary:hover {
  background: #599ad5;
  color: #ffffff;
}
.btn-cancel {
  background: #ffffff;
  color: #00529b;
  padding: 0px 30px 3px 30px;
  border: 2px solid #00529b;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
}
.btn-cancel:hover {
  background: #ffffff;
  color: #00529b;
}
.readonly-listview {
  float: left;
  margin-right: 15px;
  padding-top: 12px;
  position: relative;
}
.readonly-listview input {
  display: inline;
  float: left;
  cursor: pointer;
}
.readonly-listview button.readonly-listview-button {
  background: transparent;
  border: 0;
  padding: 7px;
  padding-right: 10px;
  border-radius: 4px;
  margin-left: -33px;
  color: #666666;
  display: inline;
  float: right;
}
.readonly-listview span.icon-search {
  color: #666666;
}
.btn-action {
  background: transparent;
  color: #666666;
  float: left;
  border: 0px solid #ffffff;
  border-bottom: 1px solid #ECECEC;
  line-height: 35px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 96%;
}
.btn-action:hover {
  color: #00529b;
}
div#suite-version {
  margin-top: 20px;
}
/*Buttons for Mobile*/
.mobile-btn-primary {
  border: 0;
  color: #fff;
  background: #45B649;
  padding: 10px 0;
  margin-top: 15px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
}
.mobile-btn-primary:hover {
  background: #26a6d1;
}
/*Buttons for Mobile*/
/*start - select box container and selectbox*/
.select-box {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("../images/icon_arrow_down.png") no-repeat 98% 40%;
}
.select-box select {
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background: transparent!important;
  border-style: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000000 !important;
  -webkit-appearance: !important;
  -moz-appearance: !important;
  appearance: !important;
}
.select-box select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.select-box input {
  border: 0px;
}
/*End Select box container and selectbox*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
html,
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 96%;
  height: 100%;
}
input,
select,
button {
  font-family: 'Open Sans', sans-serif;
}
/*START - Parent Container*/
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/*END - Parent Container*/
/*START - Page Content Container */
.page-container {
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.page-container .mt-10 {
  margin-top: 20px;
	flex: 0 0 100%;
  max-width: 100%;
}
/*END - Page Content Container */
.page-container .login-row-class 
{
  width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.html-login-container
{
  background-color:#0b3d94;
}
div#UserName-Container input {
  border-radius: 0px;
}
div#Password-Container input {
  border-radius: 0px;
}
/*START - Tool Bar for Page*/
.home {
  cursor: pointer;
  float: right;
  margin-top: 15px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 120%;
}
.home .home-menu-link {
  display: block;
  color: #000000;
}
.home .home-menu-link:hover {
  color: #00529b;
}
.home [aria-hidden="true"] {
  font-size: 120%;
}
/*END - Tool Bar for Page*/
/*START- Parameter Label and Value Classes*/
.parameter-label {
  line-height: 25px;
  font-size: 94%;
}
.parameter-label:after {
  content: ':';
  clear: both;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.parameter-value {
  color: #000000;
  line-height: 25px;
}
/*END- Parameter Label and Value Classes*/
/*START - Overrides for K-window*/
.k-window {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.k-window .k-header,
.k-window .k-grid-header,
.k-window .k-grouping-header {
  background-color: transparent!important;
  background-image: none!important;
  color: #000000 !important;
  border-top: 5px solid #00529b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.k-window .k-window-title {
  line-height: 20px;
}
.k-window .k-window-content .row-fluid [class*="span"] {
  margin-left: 0!important;
}
.k-window .k-window-content .stack-info {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 160px;
}
.k-window .k-window-content .form-container [class*="span"] {
  margin-left: 0px;
  line-height: 20px;
}
.k-window .k-window-content .form-container [class*="span"] input[type="text"] {
  line-height: 0px;
}
.k-window .k-window-content .window-footer {
  width: 100%;
  color: #000000;
  border-top: 1px solid #c5c5c5;
  line-height: 30px;
  vertical-align: bottom;
  margin-top: 10px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-window .k-window-content .window-footer .container {
  width: 100%;
  margin: 0 auto;
}
.k-window .k-window-content .window-footer .container .btn-secondary,
.k-window .k-window-content .window-footer .container .btn-cancel,
.k-window .k-window-content .window-footer .container .btn-primary {
  float: right;
}
.k-window .k-window-content .window-footer .container .btn-primary {
  margin-left: 10px;
}
/*END - Overrides for K-window*/
/*START- Messages*/
.warning-message-control {
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.warning-message-control .info-message {
  padding-left: 10px;
  line-height: 20px;
}
.warning-message-control .icon_error-circle {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.error-message-control {
  color: #b94a48;
  background-color: #fbf4f4;
  border: 1px solid #eed3d7;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error-message-control .info-message {
  padding-left: 10px;
  line-height: 25px;
}
.error-message-control .icon_error-triangle {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.info-message-control {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info-message-control .info-message {
  padding-left: 10px;
  line-height: 20px;
}
.info-message-control .icon_info {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.success-message-control {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
}
.success-message-control .info-message {
  padding-left: 10px;
  line-height: 20px;
}
.success-message-control .icon_check_alt {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
/*END - Messages*/
.header {
  background-color: #00529b;
  height: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
}
.title {
  font-size: 115.2%;
  line-height: 50px;
  padding-left: 10px;
  color: #ffffff;
  float: left;
}
.logo {
  display: inline;
  padding: 10px;
}
.myaccount {
  float: right;
  padding-top: 5px;
}
.myaccount .myaccount-link {
  float: right;
  width: auto;
  color: #599ad5;
  line-height: 50px;
  font-size: 96%;
  padding-right: 10px;
  text-decoration: none;
  cursor: pointer;
}
.myaccount .myaccount-link .myaccount-label span:nth-child(2) {
  position: relative;
  top: -10px;
  padding-left: 5px;
}
.myaccount .myaccount-link:hover .myaccount-label span:nth-child(2) {
  position: relative;
  top: -10px;
  padding-left: 5px;
}
.myaccount .myaccount-link:hover .dropdown-menu {
  display: block;
}
.myaccount .myaccount-link .label {
  position: relative;
  top: 2px;
}
.myaccount .myaccount-link span.icon_profile {
  top: 3px;
  position: relative;
  padding-right: 3px;
}
.myaccount .myaccount-link span.arrow_triangle-down {
  top: 5px;
  position: relative;
  padding-left: 2px;
}
.dropdown-menu {
  display: none;
  background: white;
}
.dropdown-menu > .myaccount-list {
  border: 1px solid #4d4d4d;
  line-height: 20px;
  background: #ffffff;
  padding: 5px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50px;
  min-width: 150px;
  margin-right: 10px;
  display: block;
  cursor: default;
  z-index: 100;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  list-style-position: inside;
}
.dropdown-menu > .myaccount-list ul {
  padding: 0px;
  margin: 0px;
}
.dropdown-menu > .myaccount-list li {
  border-bottom: 1px dotted #4d4d4d;
  display: block;
  padding: 8px 5px;
  color: #4d4d4d;
  cursor: pointer;
}
.dropdown-menu > .myaccount-list li:hover {
  background: #599ad5;
  color: #ffffff;
}
.dropdown-menu > .myaccount-list li:last-child {
  border-bottom: 0;
}
.help {
  cursor: pointer;
  float: right;
  padding-top: 5px;
  line-height: 0px;
  margin-right: -25px;
  font-size: 115.2%;
}
.help .help-link {
  display: block;
  color: #599ad5;
}
.help .help-link:hover {
  color: #ffffff;
}
.help .help-link [class*="icon_"] {
  position: relative;
  top: 18px;
}
.notifications {
  cursor: pointer;
  float: right;
  padding: 0 10px;
  line-height: 0px;
  font-size: 115.2%;
}
.notifications .notifications-link {
  display: block;
  color: #599ad5;
}
.notifications .notifications-link:hover {
  color: #ffffff;
}
.notifications .notifications-link [class*="icon_"] {
  position: relative;
  top: 16px;
}
.notifications .noti_bubble {
  position: absolute;
  /* This breaks the div from the normal HTML document. */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: red;
  /* you could use a background image if you'd like as well */
  color: white;
  font-weight: bold;
  font-size: 0.55em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 1px 1px 1px gray;
  line-height: 15px;
  padding: 5px;
  position: relative;
  top: -15px;
  right: -5px;
}
/*START - Menu Bar For Form Designer*/
.toolbar-container {
  background: #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 50px;
  background-color: #d6d6d6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #bfbfbf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#bfbfbf));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #bfbfbf);
  background-image: -o-linear-gradient(top, #e6e6e6, #bfbfbf);
  background-image: linear-gradient(to bottom, #e6e6e6, #bfbfbf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffbfbfbf', GradientType=0);
}
.toolbar-container .content-container {
  height: 40px;
  margin-top: -5px;
}
/*END - Menu Bar For Form Designer*/
.icon_form {
  display: inline-block;
  border: 1px dashed #000000;
  height: 15px;
  width: 15px;
}
.status-text {
  float: right;
  font-size: 67.2%;
  line-height: 40px;
}
/*Menu Controls - Menu Bar For Form Designer*/
.menubar-disabled {
  float: left;
  display: block;
  text-decoration: none;
  cursor: default!important;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  border-right: 1px solid #bfbfbf;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115.2%;
}
.menubar-disabled span {
  color: #b3b3b3 !important;
}
.menubar-disabled .menu-label {
  font-size: 67.2%;
  text-align: center;
  color: #999999 !important;
}
.menubar-container {
  float: left;
  display: block;
  text-decoration: none;
  cursor: pointer;
  width: 85px;
  text-align: center;
  margin-right: 10px;
  border-right: 1px solid #bfbfbf;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115.2%;
}
.menubar-container span {
  color: #4d4d4d;
}
.menubar-container .menu-label {
  font-size: 67.2%;
  text-align: center;
}
.menubar-container:hover {
  color: #00529b;
}
.menubar-container:hover span {
  color: #00529b;
}
/*Menu Controls - Menu Bar For Form Designer*/
/*Start - Widget class is for header and content*/
.widget {
  border: 1px solid #cccccc;
  min-height: 250px;
  height: auto;
  margin-bottom: 10px;
}
.widget .widget-header {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #808080;
}
.widget .widget-header [class^="icon-"],
.widget .widget-header [class*=" icon-"] {
  float: right;
  top: 5px;
  position: relative;
  cursor: pointer;
}
.widget .widget-header .count {
  color: #00529b;
  font-size: 115.2%;
  padding-left: 10px;
}
.widget .widget-content {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0px;
}
/*END - Widget class is for header and content*/
/*Start - this is for the left frame of the form designer*/
.controls-panel {
  border: 1px solid #599ad5;
}
.controls-panel #accordion {
  height: 100%;
}
.controls-panel #accordion h3 {
  font-weight: normal;
  display: block;
  background-color: #599ad5;
}
.controls-panel #accordion .k-header,
.controls-panel #accordion .k-grid-header,
.controls-panel #accordion .k-grouping-header {
  background-color: transparent!important;
  background-image: none!important;
  font-size: 96% !important;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.controls-panel #accordion .k-panelbar-expand,
.controls-panel #accordion .k-panelbar-collapse {
  position: absolute;
  top: 12px!important;
  right: 10px!important;
}
.controls-panel #accordion .k-state-hover {
  border: 1px soild red!important;
}
.controls-panel #accordion .k-state-hover .k-icon,
.controls-panel #accordion .k-state-hover .k-tool-icon,
.controls-panel #accordion .k-state-hover .k-i-arrow-s,
.controls-panel #accordion .k-state-hover .k-panelbar-expand,
.controls-panel #accordion .k-state-hover .k-panelbar-collapse {
  position: absolute;
  top: 12px!important;
  right: 10px!important;
}
.controls-panel #accordion .ui-accordion-header {
  background-color: #599ad5;
  margin: 0px;
}
.controls-panel #accordion .ui-accordion-header a {
  color: #ffffff;
  line-height: 42px;
  display: block;
  font-size: 10pt!important;
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(250, 250, 250, 0.2);
  text-decoration: none;
}
.controls-panel #accordion .ui-accordion-content {
  width: 100%;
  background-color: #e7f4fd;
  color: #777;
  font-size: 10pt;
  line-height: 16pt;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.controls-panel #accordion .ui-accordion-content ul,
.controls-panel #accordion .ui-accordion-content li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: none;
}
.controls-panel #accordion .ui-accordion-content li {
  cursor: move;
  margin-bottom: 10px;
  background: transparent!important;
}
.controls-panel #accordion .ui-accordion-content li img {
  width: auto;
  height: auto;
  margin-top: -5px;
}
.controls-panel #accordion .ui-accordion-content li span {
  margin-left: 5px;
  height: 20px;
  vertical-align: middle;
  font-size: 9pt!important;
}
.controls-panel #accordion .ui-accordion-content li:hover {
  font-weight: bold;
  color: #00529b;
}
/*END - this is for the left frame of the form designer*/
/*START - Form Designer Area Container*/
.form-designer-area {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  font-size: 10pt;
  line-height: 16pt;
}
/*END - Form Designer Area Container*/
/*START - Properties Panel Area*/
.properties-panel {
  float: right;
  border: 1px solid #599ad5;
  font-size: 10pt;
}
.properties-panel .row-fluid [class*="span"] {
  margin-left: 0!important;
}
.properties-panel .row-fluid {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.properties-panel .properties-header {
  background-color: #599ad5;
  margin: 0px;
  color: #ffffff;
  line-height: 30px;
}
.properties-panel .properties-header h3 {
  font-weight: normal;
  display: inline;
  font-size: 10pt;
}
.properties-panel .properties-header .parameter-label {
  color: #8c8c8c;
}
.properties-panel .properties-header .parameter-value {
  color: #000000;
}
/*END - Properties Panel Area*/
/*START - Login page Classes*/
.login-container {
  background: url("../images/dashboard_header_bg.png") top center;
  background-repeat: repeat;
}
.login-row-class .search-container {
  padding-right: 0px!important;
}
.login-row-class .search-container .search .search-categories {
  background-color: transparent!important;
}
.login-row-class .search-container .search .filter-header-text {
  display: none;
}
.login-row-class .search-container .search .filter-selected-filter-text,
.login-row-class .search-container .search .nav-down-arrow {
  color: #cfd2d8;
}
.login-page {
  background-color: #00529b;
}
.login-page .login-controls {
  width: 400px;
  margin-top: 14%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.login-page .login-controls .signin-button-container {
  margin-top: 15px;
  line-height: 24px;
}
.login-page h1 {
  font-size: 115.2%;
  color: #00529b;
  margin-bottom: 15px;
  font-weight: normal;
}
.login-page .efi-combo-wrapper .efi-input {
  border: 0px solid #efefef !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  background-color: #efefef!important;
  font-size: 14px;
}
.login-page input[type="password"] {
  margin-top: 15px;
}
.login-page .k-combobox,
.login-page .k-dropdown {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  background-image: none;
}
.login-page .k-combobox .k-select,
.login-page .k-dropdown .k-select {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  background: none!important;
}
.login-page .k-combobox .k-dropdown-wrap,
.login-page .k-dropdown .k-dropdown-wrap {
  background: none!important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.login-page .k-combobox .k-dropdown-wrap .k-input,
.login-page .k-dropdown .k-dropdown-wrap .k-input,
.login-page .k-combobox .k-dropdown-wrap input[type="text"],
.login-page .k-dropdown .k-dropdown-wrap input[type="text"] {
  border: 1px solid #ffffff !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.login-page .k-combobox .k-icon,
.login-page .k-dropdown .k-icon {
  margin-top: 5px;
}
.login-page .checkbox-container {
  line-height: 40px;
  color: #b3b3b3;
}
/*END - Login page Classes*/
/*new style for login page control - Vison Mobile*/
.login-holder {
  display: block;
  float: left;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.input {
  position: relative!important;
  z-index: 1!important;
  display: inline-block !important;
  margin-bottom: 50px!important;
  width: 100%;
  vertical-align: top!important;
}
.input__field {
  position: relative!important;
  display: block!important;
  float: left!important;
  padding: 1em!important;
  width: 60%!important;
  border: none!important;
  border-radius: 0!important;
  background: #f0f0f0!important;
  color: #aaa!important;
  font-weight: 400!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.input__field:focus {
  outline: none!important;
}
.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
/*
.input__field--yoshiko {
  width: 90%!important;
  background-color: transparent!important;
  border-bottom: 1px solid #848f9d!important;
  -webkit-transition: background-color 0.25s, border-color 0.25s !important;
  transition: background-color 0.25s, border-color 0.25s !important;
}
.input__label--yoshiko {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 89%;
  left: 0px;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s ;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.input__label-content--yoshiko {
  color: #ffffff;
  padding: 0.25em 0;
  font-weight: 300;
  font-size: 144%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.input__label-content--yoshiko::after {
  content: attr(data-content);
  position: absolute;
  font-weight: 300;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  padding: 0.25em 0;
  letter-spacing: 1px;
  font-size: 96%;
}
.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
  -webkit-transform: translate3d(0, 100%, 0) !important;
  transform: translate3d(0, 100%, 0) !important;
}
.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
  background-color: transparent!important;
  border-color: #848f9d!important;
}
*/
.Version-Container {
  color: #cfd2d8;
  font-size: 10px;
  width: 80%;
}
.Version-Container .versionlabel {
  display: block;
}
.Version-Container .copyrightlabel {
  display: block;
}
/*new style for login page control*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 16px 16px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-WebForm {
  background-position: -72px 0;
}
.icon-WebRadioButton {
  background-position: -96px 0;
}
.icon-WebRadioButtonGroup {
  background-position: -96px 0;
}
.icon-WebCheckBox {
  background-position: -120px 0;
}
.icon-WebAlpha {
  background-position: -144px 0;
}
.icon-WebTabContent {
  background-position: -168px 0;
}
.icon-WebPassword {
  background-position: -192px 0;
}
.icon-WebComboBox {
  background-position: -216px 0;
}
.icon-WebButton {
  background-position: -240px 0;
}
.icon-OneColumn {
  background-position: -264px 0;
}
.icon-WebRow {
  background-position: -264px 0;
}
.icon-WebColumn {
  background-position: -264px 0;
}
.icon-TwoColumn {
  background-position: -288px 0;
}
.icon-ThreeColumn {
  background-position: -312px 0;
}
.icon-FourColumn {
  background-position: -336px 0;
}
.icon-CustomLayout {
  background-position: -360px 0;
}
.icon-WebGrid {
  background-position: -360px 0;
}
.icon-WebPage {
  background-position: -384px 0;
}
.icon-ContentView {
  background-position: -384px 0;
}
.icon-WebContainer {
  background-position: -384px 0;
}
.icon-WebToolbar {
  background-position: -408px 0;
}
.icon-WebLink {
  background-position: -432px 0;
}
.icon-WebLinkWidget {
  background-position: -432px 0;
}
.icon-WebImagesText {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-WebScript {
  background-position: -24px -24px;
}
.icon-image {
  background-position: -48px -24px;
}
.icon-WebCall {
  background-position: -72px -24px;
}
.icon-Window {
  background-position: -96px -24px;
}
.icon-WebTemplate {
  background-position: -120px -24px;
}
.icon-WebGridEditable {
  background-position: -144px -24px;
}
.icon-event {
  background-position: -168px -24px;
}
.icon-WebDateTime {
  background-position: -192px -24px;
}
.icon-WebTabs {
  background-position: -216px -24px;
}
.icon-WebLegend {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-WebNumericTextBox {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-widget-close {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
/*Start: Variables for Kendo UI*/
/*End: Variables for Kendo UI*/
/*Start - remove shadow appears for header in andriod*/
.km-android .km-navbar,
.km-android .k-toolbar,
.km-android .km-tabstrip {
  box-shadow: 0 0 0px #999,0 0 0px #999!important;
  -webkit-box-shadow: 0 0 0px #999,0 0 0px #999!important;
}
/*end - remove shadow appears for header in andriod*/
/*Start - header should appear on top in andriod*/
.km-android .km-view {
  -moz-box-direction: normal!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: column!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
/*End - header should appear on top in android*/
/*Start - Grid Overrides*/
.k-header {
  background-color: transparent!important;
  background-image: none!important;
  color: #000000 !important;
  border-top: 5px solid #00529b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.k-filter-row th .grid-filter-header input {
  width: 100%!important;
}
.k-filter-row th .grid-filter-header span .k-dropdown-operator,
.k-filter-row th .grid-filter-header span button {
  display: none!important;
}
.k-grid-header,
.k-grouping-header {
  background-color: #e7f4fd !important;
  background-image: none!important;
  color: #000000 !important;
  border-top: 5px solid #00529b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.k-grid-header .k-header {
  font-size: 86.4% !important;
  font-weight: normal;
  vertical-align: top;
}
.k-grid-header .k-header .k-link {
  color: #000000 !important;
}
div.k-grid-header .k-grid-header-wrap table thead tr.k-filter-row th span.grid-filter-header span input {
  width: 100%!important;
}
div.k-grid-header .k-grid-header-wrap table thead tr.k-filter-row th span.grid-filter-header span span .k-dropdown-operator,
div.k-grid-header .k-grid-header-wrap table thead tr.k-filter-row th span.grid-filter-header span span button {
  display: none!important;
}
span.k-datepicker,
span.k-timepicker,
span.k-datetimepicker {
  border-top: 0px!important;
}
tbody tr td {
  vertical-align: top!important;
}
tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
  font-size: 86.4%;
  color: #000000;
  font-weight: normal;
}
tbody tr:nth-child(odd) td {
  min-width: 200px!important;
}
tbody tr:nth-child(even) {
  background-color: #ffffff;
  font-size: 86.4%;
  color: #000000;
  font-weight: normal;
}
tbody tr:nth-child(even) td {
  min-width: 200px!important;
}
tbody tr.k-state-selected {
  background-color: #68b8ff;
  font-size: 86.4%;
  color: #ffffff;
  font-weight: normal;
}
tbody tr.k-state-selected:hover {
  background-color: #68b8ff;
  font-size: 86.4%;
  color: #ffffff;
  font-weight: normal;
}
tbody tr:hover {
  background-color: #fffae8;
  font-size: 86.4%;
  color: #000000;
  font-weight: normal;
}
/*End - Grid Overrides*/
/*Start - ComboBox Overrides*/
.k-combobox,
.k-dropdown {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  background-image: none;
  line-height: 30px!important;
  margin-left: -1px;
}
.k-combobox .k-select,
.k-dropdown .k-select {
  border: 1px solid white!important;
  background-color: #ffffff !important;
  background: none!important;
  height: 1.3em!important;
  line-height: 1.3em!important;
}
.k-combobox .k-dropdown-wrap,
.k-dropdown .k-dropdown-wrap {
  background: none!important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.k-combobox .k-dropdown-wrap .k-input,
.k-dropdown .k-dropdown-wrap .k-input,
.k-combobox .k-dropdown-wrap input[type="text"],
.k-dropdown .k-dropdown-wrap input[type="text"] {
  border: 1px solid #ffffff !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  line-height: 1.3em!important;
  height: 1.3em!important;
}
.k-combobox .k-dropdown-wrap .k-icon,
.k-dropdown .k-dropdown-wrap .k-icon {
  margin-top: 5px;
}
.k-animation-container .k-list-container {
  background-color: #ffffff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 76.8% !important;
}
.k-animation-container .k-list-container ul .k-list .k-state-hover,
.k-animation-container .k-list-container ul .k-state-focused,
.k-animation-container .k-list-container ul .k-state-highlight,
.k-animation-container .k-list-container ul .k-state-selected {
  background-color: #599ad5 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #599ad5 !important;
}
.k-animation-container .k-list-container ul .k-state-hover {
  background-color: #ffffff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #599ad5 !important;
}
/*End - ComboBox Overrides*/
/*Start - Tabs Overrides*/
.k-tabstrip .k-state-active {
  background-color: #ffffff;
  border-color: #999999;
  color: #000000;
}
div [data-role="tabstrip"] {
  background-color: transparent!important;
  background-image: none!important;
  font-size: 96% !important;
  border-color: transparent!important;
  margin-top: 10px;
}
div [data-role="tabstrip"] .k-tabstrip-items .k-item {
  margin-left: 10px;
}
div [data-role="tabstrip"] .k-content {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div [data-role="tabstrip"] .k-content .grid-header-label {
  display: none;
}
/*End - Tabs Overrides*/
/*Start - Global Override for Form Designer*/
.demo-section {
  padding: 30px;
  width: 577px;
}
#widgetView {
  padding: 10px;
  margin-bottom: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#screen {
  padding: 10px;
  margin-bottom: -1px;
  margin-top: 10px;
  min-height: 500px;
  height: 650px;
  overflow-y: auto;
  border: 1px solid #599ad5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ppalette {
  padding: 10px;
  margin-bottom: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*END - Global Override for Form Designer*/
/*START - Tree View Override for Form Designer*/
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button:focus:not(.k-state-disabled):not([disabled]),
.k-button.k-state-focused {
  -webkit-box-shadow: inset 0 0 3px 4px #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 0 3px 4px #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 3px 4px #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.k-treeview .k-state-selected {
  background-color: #ffffff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #00529b !important;
  padding: 0 4px;
  color: #000000;
  -webkit-box-shadow: inset #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.k-treeview .k-state-hover {
  background-color: #cccccc !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #808080 !important;
  padding: 0 4px;
  color: #000000;
  -webkit-box-shadow: inset #4d4d4d 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset #4d4d4d 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset #4d4d4d 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.k-treeview .k-in {
  margin: 0.08333em 0 0.08333em 0.16666em;
  padding: 0.16666em 0.3333em 0.16666em 0.25em;
  line-height: 1.3333em;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}
/*Treeview Override for Form Designer Area*/
.form-designer-area .k-state-focused,
.form-designer-area .k-list > .k-state-focused,
.form-designer-area .k-listview > .k-state-focused,
.form-designer-area .k-grid-header th.k-state-focused,
.form-designer-area td.k-state-focused,
.form-designer-area .k-button:focus:not(.k-state-disabled):not([disabled]),
.form-designer-area .k-button.k-state-focused {
  -webkit-box-shadow: inset 0 0 3px 4px #e7f4fd 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 0 3px 4px #e7f4fd 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 3px 4px #e7f4fd 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.form-designer-area .k-treeview .k-state-selected {
  background-color: #e7f4fd !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #599ad5 !important;
  padding: 0 4px;
  color: #000000;
  -webkit-box-shadow: inset #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset #00529b 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.form-designer-area .k-treeview .k-state-hover {
  background-color: #cccccc !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #808080 !important;
  padding: 0 4px;
  color: #000000;
  -webkit-box-shadow: inset #4d4d4d 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset #4d4d4d 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset #4d4d4d 1px 2px rgba(0, 0, 0, 0.1) !important;
  height: 20px;
  vertical-align: middle;
  font-size: 10pt!important;
}
.form-designer-area .k-treeview .k-in {
  margin: 0.08333em 0 0.08333em 0.16666em;
  padding: 0.16666em 0.3333em 0.16666em 0.25em;
  line-height: 1.3333em;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}
/*END - Tree View Override for Form Designer*/
.date-container .k-header {
  border-top: 0px solid #00529b !important;
  width: 95%;
  border-bottom: 1px solid #cccccc;
}
/*START - DatePicker Overrides
.date-container
{
	.k-header
	{
		
		border-top: 0px solid @blue!important;
		width: 95%;	
	
	}
	.k-select
	{
			border:0px!important;
		
	}
	.k-picker-wrap, .k-state-default
	{
		background-color:transparent!important;
		border:0px!important;
		.k-input
		{
			background-color:#ffffff;
			border:1px solid #cccccc;
			-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
			-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
			-webkit-transition:border linear .2s, box-shadow linear .2s;
			-moz-transition:border linear .2s, box-shadow linear .2s;
			-o-transition:border linear .2s, box-shadow linear .2s;
			transition:border linear .2s, box-shadow linear .2s;
			// Focus state
			&:focus
			{
				border-color:rgba(82, 168, 236, 0.8);
				outline:0;
				outline:thin dotted \9;
				-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
				-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
				box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
			}
		}
		.k-icon
		{
			margin-left: 25px!important;
		}
	}
}
END - Date Picker Overrides*/
/*START- Window Override*/
.k-window {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.k-window .parameter-label {
  color: #00529b !important;
  line-height: 30px;
  display: inline;
  font-size: 94%;
}
.k-window .parameter-label:after {
  content: ':';
  clear: both;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-window .parameter-value {
  color: #000000;
  line-height: 30px;
}
.k-window .k-window-title {
  line-height: 20px;
}
.k-window .k-window-content .row-fluid [class*="span"] {
  margin-left: 0!important;
}
.k-window .k-window-content .stack-info {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 160px;
}
.k-window .k-window-content .form-container [class*="span"] {
  margin-left: 0px;
  line-height: 20px;
}
.k-window .k-window-content .form-container [class*="span"] input[type="text"] {
  line-height: 0px;
}
.k-window .k-window-content .alpha-wrapper .k-grid-header .k-header {
  border-bottom-width: 0;
  border-top: 0px;
}
.k-window .k-window-content .window-footer {
  width: 100%;
  color: #000000;
  border-top: 1px solid #c5c5c5;
  line-height: 30px;
  vertical-align: bottom;
  margin-top: 10px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-window .k-window-content .window-footer .container {
  width: 100%;
  margin: 0 auto;
}
.k-window .k-window-content .window-footer .container .btn-secondary,
.k-window .k-window-content .window-footer .container .btn-cancel,
.k-window .k-window-content .window-footer .container .btn-primary {
  float: right;
}
.k-window .k-window-content .window-footer .container .btn-primary {
  margin-left: 10px;
}
/*END - Window Override*/
.k-autocomplete {
  width: 100%!important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #ffffff!important;
  border: 1px solid #cccccc!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  transition: border linear 0.2s, box-shadow linear 0.2s !important;
}
.k-autocomplete:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0!important;
  outline: thin dotted \9!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.k-numerictextbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.k-numerictextbox .k-numeric-wrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.k-numerictextbox .k-numeric-wrap .k-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.k-picker-wrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.k-picker-wrap .k-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 96%;
}
input,
select,
button {
  font-family: 'Open Sans', sans-serif;
}
/*
.header
{
	h1
	{
		font-size:(@baseFontSize * 1.7);
		color: @black;
		border-bottom: 1px solid lighten(@black, 80%);
	}
	
}

table
{
	border: 1px solid lighten(@black, 80%);
}
*/
.margin-bottom0px {
  margin-bottom: 0px;
}
.viewalltags {
  position: relative;
  top: 27px;
  float: right;
}
.viewalltags a {
  font-size: 12px;
  color: #00529b;
  text-decoration: underline;
}
.viewalltags a:hover {
  text-decoration: none;
}
.login-page {
  background-color: #00529b;
}
.login-page .login-controls {
  width: 350px;
  height: 400px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.login-page .login-controls .signin-button-container {
  margin-top: 15px;
  line-height: 24px;
  padding-left: 11px;
}
.login-page h1 {
  font-size: 115.2%;
  color: #00529b;
  margin-bottom: 15px;
  font-weight: normal;
}
.login-page .k-combobox,
.login-page .k-dropdown {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  background-image: none;
}
.login-page .k-combobox .k-select,
.login-page .k-dropdown .k-select {
  border: 1px solid white!important;
  background-color: #ffffff !important;
  background: none!important;
}
.login-page .k-combobox .k-dropdown-wrap,
.login-page .k-dropdown .k-dropdown-wrap {
  background: none!important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.login-page .k-combobox .k-dropdown-wrap .k-input,
.login-page .k-dropdown .k-dropdown-wrap .k-input,
.login-page .k-combobox .k-dropdown-wrap input[type="text"],
.login-page .k-dropdown .k-dropdown-wrap input[type="text"] {
  border: 1px solid #ffffff !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.login-page .k-combobox .k-icon,
.login-page .k-dropdown .k-icon {
  margin-top: 5px;
}
.login-page .checkbox-container {
  line-height: 40px;
  color: #b3b3b3;
}
.page-title {
  float: left;
  display: inline-block;
  line-height: 30px;
  font-size: 144%;
  color: #000000;
  font-weight: 100;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.template-title {
  float: left;
  display: inline-block;
  line-height: 30px;
  font-size: 144%;
  color: #000000;
  font-weight: 100;
  width: 100%;
  margin-bottom: 10px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .page-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .page-container .page-title-holder .label {
  font-size: 81.6%;
  position: relative;
  top: -5px;
  margin-left: 3px;
}
.wrapper .page-container .page-title-holder [aria-hidden="true"] {
  font-size: 144%;
}
.wrapper .page-container .leftframe-container {
  float: left;
  display: inline-block;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 100;
}
.wrapper .page-container .leftframe-container .page-title {
  width: 100%;
}
.wrapper .page-container .leftframe-container .menu-container {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
}
.wrapper .page-container .leftframe-container .menu-container li {
  width: 123px;
  display: inline-block;
  background-color: #f5f6f9;
  border: 1px solid #e5e5e5;
  margin: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.wrapper .page-container .leftframe-container .menu-container li .btn-action {
  text-align: center;
  font-size: 13px;
  height: 100px;
}
.wrapper .page-container .leftframe-container .menu-container li .btn-action span:first-child {
  font-size: 25px;
}
.wrapper .page-container .leftframe-container .menu-container li .btn-action .menu-label {
  display: block;
  line-height: 15px;
  color: #000000;
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrapper .page-container .leftframe-container .menu-container li .btn-action:hover {
  background: transparent!important;
  -webkit-box-shadow: inset 0px 0px 8px #4e4e4e;
  -moz-box-shadow: inset 0px 0px 8px #4e4e4e;
  box-shadow: inset 0px 0px 8px #4e4e4e;
}
.wrapper .page-container .rightframe-container {
  font-weight: 100;
  width: 40%;
  overflow: hidden;
  background-color: #f3f4f5;
  border-left: 1px solid #e3e5eb;
  margin-top: -10px;
  margin-right: -10px;
  padding: 20px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.wrapper .page-container .rightframe-container .page-title {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 15px;
}
.wrapper .page-container .content-container {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .page-container .content-container .margin-bottom-10px {
  margin-bottom: 10px;
}
.wrapper .page-container .content-container .float-right {
  float: right;
}
.wrapper .page-container .content-container .row-fluid [class*="span"] {
  margin-left: 0!important;
}
.wrapper .page-container .content-container .form-container [class*="span"] {
  line-height: 30px;
}
.wrapper .page-container .content-container .form-container [class*="span"] input[type="text"] {
  line-height: 0px;
}
.wrapper .page-container .content-container .separator {
  border-bottom: 1px solid #999999;
}
.wrapper .page-container .content-container .running-jobs {
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wrapper .page-container .content-container .running-jobs [class*="span"] {
  min-height: 0px;
  line-height: 20px;
}
.wrapper .page-container .content-container .running-jobs .job-id {
  font-size: 18px;
  color: #000000;
}
.wrapper .page-container .content-container .running-jobs .date-time {
  text-align: left;
  font-size: 76.8%;
  color: #898989;
  position: relative;
  left: 0px;
  margin-top: 5px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.wrapper .page-container .content-container .running-jobs .date-time span {
  margin-right: -30px;
}
.wrapper .page-container .content-container .running-jobs .job-parameters .job-parameter-label,
.wrapper .page-container .content-container .running-jobs .job-parameters .job-parameter-value {
  line-height: 20px;
}
.wrapper .page-container .content-container .running-jobs .job-parameters .job-parameter-label {
  color: #898989;
  font-size: 11px;
}
.wrapper .page-container .content-container .running-jobs .job-parameters .job-parameter-value {
  color: #000000 !important;
  font-size: 12px;
  font-weight: normal;
}
.wrapper .page-container .content-container .running-jobs .concurrent-actions {
  position: relative;
  width: 250px;
  float: right;
  display: inline-block;
}
.wrapper .page-container .content-container .running-jobs .stop-job {
  cursor: pointer;
  float: right;
  padding: 0;
  position: relative;
  bottom: -10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.wrapper .page-container .content-container .running-jobs .job-spec {
  cursor: pointer;
  float: right;
  padding: 0;
  position: relative;
  bottom: -9px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-right: -25px;
}
.wrapper .page-container .content-container .running-jobs .delete-job {
  cursor: pointer;
  float: right;
  padding: 0;
  position: relative;
  bottom: -10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-right: -25px;
}
.wrapper .page-container .content-container:first-child {
  /*margin-top: 15px;*/
}
.wrapper .page-container .content-container .schedule-container {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .page-container .content-container .schedule-container .grid-header-label {
  display: block;
  line-height: 30px;
  font-size: 96%;
  font-weight: bold;
}
.wrapper .page-container .button-container {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #999999;
  margin-top: 10px;
}
.wrapper .page-container .button-container input {
  float: right;
}
.wrapper .page-container .info-message-control {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .page-container .info-message-control .info-message {
  padding-left: 10px;
  line-height: 20px;
}
.wrapper .page-container .info-message-control .icon_info {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.wrapper div [data-role="tabstrip"] .edit-formnotes {
  cursor: pointer;
  float: left;
  padding: 0;
  margin-left: 15px;
  font-size: 192%;
}
.wrapper div [data-role="tabstrip"] .edit-formnotes .edit-formnotes-link {
  display: block;
  color: #35a0ff !important;
}
.wrapper div [data-role="tabstrip"] .edit-formnotes .edit-formnotes-link:hover {
  color: #000000;
}
.wrapper div [data-role="tabstrip"] .delete-formnotes {
  cursor: pointer;
  float: left;
  padding: 0;
  margin-left: 15px;
  font-size: 192%;
}
.wrapper div [data-role="tabstrip"] .delete-formnotes .delete-formnotes-link {
  display: block;
  color: #ffe5e5 !important;
}
.wrapper div [data-role="tabstrip"] .delete-formnotes .delete-formnotes-link:hover {
  color: #000000;
}
.wrapper div [data-role="tabstrip"] .row-details {
  cursor: pointer;
  float: left;
  padding: 0;
  margin-left: 15px;
  font-size: 192%;
}
.wrapper div [data-role="tabstrip"] .row-details .row-details-link {
  display: block;
  color: #35a0ff !important;
}
.wrapper div [data-role="tabstrip"] .row-details .row-details-link:hover {
  color: #000000;
}
.warning-message-control {
  color: #c09853;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.warning-message-control .info-message {
  padding-left: 10px;
  line-height: 20px;
}
.warning-message-control .icon_error-circle {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.error-message-control {
  color: #b94a48;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error-message-control .info-message {
  padding-left: 10px;
  line-height: 25px;
}
.error-message-control .icon_error-triangle {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.success-message-control {
  color: #468847;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  display: table;
  width: 100%;
}
.success-message-control .info-message {
  padding-left: 10px;
  line-height: 20px;
}
.success-message-control .icon_check_alt {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.menu-holder {
  width: 600px;
  height: 500px;
  padding: 10px;
  background-color: #f6f6f6;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-holder .menu-grid {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.menu-holder .menu-grid:after {
  content: '';
  display: table;
  clear: both;
}
.menu-holder .menu-grid .menu-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background-color: #35a0ff;
  box-shadow: inset 0 0 0 0 rgba(200, 95, 66, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.menu-holder .menu-grid .menu-item:before {
  content: '';
  display: table;
}
.menu-holder .menu-grid .menu-item span {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 100px;
}
.menu-holder .menu-grid .menu-item:hover {
  background-color: #999999;
}
.menu-holder .menu-grid .menu-name {
  width: 100%;
  margin-top: 5px;
  height: auto;
  font-size: 13px;
}
.menu-holder .menu-grid li {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0px 15px 50px 15px;
  vertical-align: top;
}
.separator-bottom-padding {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.separator-bottom-margin {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.separator {
  border-bottom: 1px solid 1px solid #e5e5e5;
}
.margin-botom10px {
  margin-bottom: 10px;
}
.content-row-white {
  background-color: #ffffff;
}
.content-row-border-white {
  border-right: 1px solid #ffffff;
}
.content-row-gray {
  background-color: #e6e6e6;
}
.content-row-gray .span12 {
  border-bottom: 1px solid #ffffff;
}
.content-row-border-gray {
  border-right: 1px solid #e6e6e6;
}
.contact-details {
  margin-left: 0px!important;
  line-height: 10px;
}
.contact-details [class*="span"] {
  min-height: 25px;
  margin-left: 0px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.contact-details [class*="span"]:first-child {
  margin-left: 0px;
}
/*Start - Mobile Related Classes*/
.InvoiceOperations-Body {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userinfo_mobiledrawer {
  padding: 10px;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userinfo_mobiledrawer .userinfo-name {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
#userinfo_mobiledrawer .userinfo-accessgroup {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.menu-extra-info {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.menu-extra-info li {
  font-size: 1.1em;
  padding-left: 1em;
  background: transparent;
  border-radius: 0;
  color: #000;
  line-height: 35px;
  border-bottom: 1px solid rgba(180, 180, 180, 0.5);
}
.menu-extra-info li a {
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
}
.dummy-must-delete {
  line-height: 25px;
}
.search-container {
  padding-right: 10px;
}
.filter-border-left {
  border-left: 1px solid #EFEFEF;
  padding-left: 5px;
}
.filter-border-right {
  border-right: 1px solid #EFEFEF;
}
.filter-header-text {
  display: block;
  color: #3375af;
  font-size: 66%;
}
.filter-selected-filter-text {
  color: #888888;
  font-size: 71%;
}
.content-area {
  width: 100%;
  -webkit-box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.document {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.color-red {
  color: #ff4c4c !important;
}
.color-blue {
  color: #00529b;
}
.document-container {
  position: relative;
  padding-bottom: 10px;
  height: 75px;
}
.due-by-container {
  position: absolute;
  font-size: 86%;
  top: 60px;
  text-align: right;
  line-height: 15px;
  color: #283876;
  font-weight: 400;
  width: 50%;
}
.due-by-container .due-by-label {
  display: inline-block;
  float: left;
  margin-left: 25px;
}
.due-by-container .due-by-label:before {
  content: url('../images/icon_dueby.png');
  position: absolute;
  margin-left: -25px;
  top: -4px;
}
.due-by-container .due-by-value {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.location-container {
  position: absolute;
  font-size: 86%;
  left: 140px;
  top: 60px;
  width: 55%;
  line-height: 15px;
  color: #283876;
  font-weight: 400;
}
.location-container .location-label {
  display: inline-block;
  float: left;
  margin-left: 25px;
}
.location-container .location-label:before {
  content: url('../images/icon_location.png');
  position: absolute;
  margin-left: -20px;
  top: -4px;
}
.location-container .location-value {
  display: inline-block;
  float: left;
  margin-left: 5px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amount-property {
  font-size: 106%;
  color: #1d1d26;
  position: absolute;
  right: 0px;
  top: 0px;
}
.document-name {
  font-size: 86%;
  color: #494960;
  display: block;
  width: 60%;
  line-height: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document-number {
  font-size: 96%;
  color: #1d1d26;
  display: block;
  width: 75%;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document-property {
  font-size: 81%;
  border: 2px solid #cecece;
  display: inline-block;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: -3px;
  color: #818181;
  min-width: 90px;
  line-height: 20px;
  height: 35px;
  float: left;
}
.document-totalprice {
  font-size: 129.6%;
  display: block;
}
.document-property .icon_calendar,
.fa-money,
.icon_pin_alt {
  margin-right: 5px;
}
.document-amount {
  display: inline-block;
  margin-right: 10px;
}
.document-amount .amount {
  font-size: 116%;
  color: #4e4e4e;
  display: block;
}
.shadow {
  -webkit-box-shadow: 0 5px 6px -6px black;
  -moz-box-shadow: 0 5px 6px -6px black;
  box-shadow: 0 5px 6px -6px black;
}
.invoice-header {
  border-bottom: 1px solid #EFEFEF;
  line-height: 30px;
}
.invoice-header .document-name {
  font-size: 96%;
}
.invoice-header .document-number {
  font-size: 76%;
  line-height: normal;
  padding-bottom: 5px;
}
.invoice-details {
  margin-top: 5px;
  font-size: 86%;
  padding-left: 15px;
}
.invoice-details .form-label {
  color: #00529b;
  display: block;
  min-height: 25px;
}
.invoice-details .form-value {
  color: #000000;
  display: block;
  margin-top: -10px;
}
.mobile-button-container {
  margin-top: 10px;
}
.job-amt,
.total-amt {
  text-align: right;
  color: #000000;
  font-size: 86%;
}
.job-info,
.total-info {
  text-align: left;
  color: #000000;
  font-size: 86%;
}
.total-amt {
  font-size: 126%;
  font-weight: bold;
  color: #000000;
}
.total-info {
  font-size: 126%;
  font-weight: bold;
  color: #000000;
}
.price-footer {
  padding: 15px;
}
.price-footer .job-info,
.price-footer .job-amt {
  font-size: 71%;
}
.padding-left5px {
  padding-left: 15px;
}
.login-container {
  background-color: #00529b;
}
.login-container input[type="text"],
.login-container input[type="password"] {
  line-height: 30px;
}
#CustomersGrid li,
#ProspectsGrid li {
  height: 105px;
}
#CustomersGrid li a,
#ProspectsGrid li a {
  text-align: left;
  font-size: 96%;
  color: #00529b;
}
#CustomersGrid li a .document-container,
#ProspectsGrid li a .document-container {
  height: auto;
}
#CustomersGrid li a .document-container .document-name,
#ProspectsGrid li a .document-container .document-name {
  margin-top: 10px;
}
#CustomersGrid li a .jobdetails-info .acchist-balance,
#ProspectsGrid li a .jobdetails-info .acchist-balance {
  font-size: 81%;
  color: #4e4e4e;
}
#CustomersGrid li a .jobdetails-info-1 .document-number,
#ProspectsGrid li a .jobdetails-info-1 .document-number {
  font-size: 116%;
  color: #1d1d26;
}
#jobGrid li div .job-description {
  width: 95%!important;
}
.list-view-grouplabel-1 {
  float: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-view-grouplabel-2 {
  float: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.press_weekly_label {
  font-size: 11px;
}
.weekheader-leftarrow,
.weekheader-rightarrow {
  padding-top: 10px;
}
.weekheader-leftarrow a,
.weekheader-rightarrow a {
  text-decoration: none!important;
  font-size: 16px;
}
.weekheader-leftarrow {
  float: right;
}
.weekheader-rightarrow {
  float: left;
}
.menu-extra-info {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.menu-extra-info li {
  font-size: 1.1em;
  padding-left: 1em;
  background: transparent;
  border-radius: 0;
  color: #000;
  line-height: 35px;
  border-bottom: 1px solid rgba(180, 180, 180, 0.5);
}
.menu-extra-info li a {
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
}
.customer-pastdue-label {
  color: #000000;
  text-align: right;
  margin-top: 7px;
}
/*Start - Customer Log Screen*/
.CustomerLog {
  padding: 0px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CustomerLog li {
  width: 100%;
}
.CustomerLog li a {
  height: 75px!important;
}
.CustomerLog li a .customer-followup-type {
  color: #283876;
  margin-top: 5px;
}
.CustomerLog li a .follow-up-container {
  font-size: 106%;
  color: #283876;
  position: absolute;
  right: 0px;
  top: 20px;
}
.CustomerLog li a .follow-up-container .follow-up-label {
  display: inline-block;
  float: left;
  margin-left: 25px;
}
.CustomerLog li a .follow-up-container .follow-up-label:before {
  content: url('../images/icon_dueby.png');
  position: absolute;
  margin-left: -25px;
  top: -4px;
}
.CustomerLog li a .follow-up-container .follow-up-value {
  display: inline-block;
  float: left;
  margin-left: 25px;
  margin-top: -5px;
}
.CustomerLog li a .follow-up-container-pastdue {
  font-size: 106%;
  color: #ff4c4c;
  position: absolute;
  right: 0px;
  top: 20px;
}
.CustomerLog li a .follow-up-container-pastdue .follow-up-label {
  display: inline-block;
  float: left;
  margin-left: 25px;
}
.CustomerLog li a .follow-up-container-pastdue .follow-up-label:before {
  content: url('../images/icon_dueby_pastdue.png');
  position: absolute;
  margin-left: -25px;
  top: -4px;
}
.CustomerLog li a .follow-up-container-pastdue .follow-up-value {
  display: inline-block;
  float: left;
  margin-left: 25px;
  margin-top: -5px;
}
.CustomerLog li a:after {
  top: 25px!important;
}
.CustomerLog li a .customerlogs-comment {
  font-size: 86%;
  color: #494960;
  display: block;
  width: 98%;
  line-height: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*End - Customer Log Screen*/
/*Start - customer log details screen*/
#CustomerLogDetailsForm {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#CustomerLogDetailsForm .alpha-wrapper {
  width: 100%;
}
#CustomerLogDetailsForm .customer-information {
  border-bottom: 1px solid #cccccc;
}
#CustomerLogDetailsForm .customer-information span {
  display: block;
  width: 100%;
  float: left;
}
#CustomerLogDetailsForm .customer-information .customer-name {
  font-weight: bold;
  color: #000000;
}
#CustomerLogDetailsForm .customer-information .customer-information-label {
  color: #00529b;
  display: block;
  min-height: 25px;
}
#CustomerLogDetailsForm .customer-information .customer-information-value {
  color: #000000;
  display: block;
  margin-top: -10px;
}
#CustomerLogDetailsForm textarea {
  background: transparent;
  width: 100%;
  border: 1px solid #cccccc;
  outline: 0px;
  color: #000000;
}
/*End - Customer log details screen*/
/*Start - Due date Details*/
#InvoiceDueDateForm .alpha-wrapper {
  width: 100%;
}
#InvoiceDueDateForm .alpha-wrapper .k-datetimepicker {
  width: 100%;
  color: #000000;
}
#InvoiceDueDateForm .alpha-wrapper .k-datetimepicker .k-picker-wrap {
  color: #000000;
}
#InvoiceDueDateForm .alpha-wrapper .k-datetimepicker .k-picker-wrap .k-datetimepicker .k-picker-wrap .k-select {
  width: 150px!important;
  border: 1px solid red;
}
/*End - Due date details*/
/*Start - Deposits*/
#DepositsForm .invoice-deposits .deposit-header {
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
#DepositsForm .invoice-deposits .deposits-container {
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#DepositsForm .invoice-deposits .deposits-container span {
  color: #000000 !important;
}
#DepositsForm .invoice-deposits .deposits-container .content-container input[type=radio] {
  display: none;
}
#DepositsForm .invoice-deposits .deposits-container .content-container div.row-fluid {
  display: inline-block !important;
  float: left!important;
  width: auto!important;
  margin-bottom: 10px;
}
#DepositsForm .invoice-deposits .deposits-container .content-container label {
  background: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
  position: relative;
  left: 1px;
  width: 100%;
  font-size: 86%;
}
#DepositsForm .invoice-deposits .deposits-container .content-container input[type=radio]:checked ~ label {
  background: #00529b;
  z-index: 2;
  color: #ffffff;
}
#DepositsForm .invoice-deposits .deposits-container .k-numerictextbox {
  width: 98%;
  margin-left: -5px;
}
#DepositsForm .invoice-deposits .deposits-reference {
  display: inline-block !important;
  padding: 4px 6px!important;
  font-size: 86% !important;
  line-height: 20px !important;
  color: #333!important;
  vertical-align: middle!important;
  font-family: 'Open Sans', sans-serif !important;
  background-color: transparent!important;
  outline-width: 0px!important;
  outline-offset: 0px!important;
  border-width: 1px!important;
  border-style: solid!important;
  outline-style: solid!important;
  border: 1px solid #cccccc;
  width: 90%;
  margin-left: -5px;
}
/*End - Deposits*/
/*Start - Locate*/
#InvoiceLocationForm textarea {
  width: 100%;
  background-color: #ffffff !important;
  outline-width: 0px!important;
  outline-offset: 0px!important;
  border-width: 1px!important;
  border-style: solid!important;
  outline-style: solid!important;
  border: 1px solid #cccccc;
  color: #000000 !important;
}
/*end- locate*/
/*start - Dupliations*/
.InvoiceOperations-Body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.InvoiceOperations-Body ul li {
  border-bottom: 1px solid rgba(180, 180, 180, 0.5);
  height: 75px;
}
.InvoiceOperations-Body ul li .k-numerictextbox {
  width: 50%;
  font-size: 86%;
}
.InvoiceOperations-Body ul li .duplicateinvoice-jobprice {
  font-size: 86%;
  text-align: right;
}
.InvoiceOperations-Body ul li .duplicateinvoice-jobdescription {
  font-size: 86%;
  color: #1d1d26;
  display: block;
  width: 98%;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*End - Duplications*/
/*End - Mobile Related Classes*/
/*START - Class added for SFDC*/
/*25th Feb 2015*/
.primarynav {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: 1px solid #3b88c3;
}
.primarynav .btn-unselected {
  background: #FFFFFF;
  color: #3b88c3;
  padding: 0px 30px 3px 30px;
  line-height: 26px;
  text-align: center;
  border: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-top: -5px;
}
.primarynav .btn-unselected:hover {
  background: #EFEFEF;
  color: #3b88c3;
}
.primarynav .btn-selected {
  background: #3b88c3;
  color: #FFFFFF;
  padding: 0px 30px 3px 30px;
  line-height: 26px;
  text-align: center;
  border: 0px !important;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-top: -5px;
}
/*END classes added for SFDC*/
.footer {
  width: 100%;
  background: #e6e6e6;
  color: #000000;
  border-top: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  line-height: 30px;
  vertical-align: bottom;
  margin-top: 50px;
}
.footer .container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.icon {
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: 40px;
  margin-bottom: 10px;
  background-position: 0px 0px;
}
.icon-startJob {
  background-image: url("../images/icons/StartJob.png");
}
.icon-startJob:hover {
  background-image: url("../images/icons/StartJob_onHover.png");
}
.icon-stopJob {
  background-image: url("../images/icons/StopJob.png");
}
.icon-stopJob:hover {
  background-image: url("../images/icons/StopJob_onHover.png");
}
.icon-stopJobRed {
  background-image: url("../images/icons/StopJob.png");
}
.icon-stopJobRed:hover {
  background-image: url("../images/icons/StopJob_red_onHover.png");
}
.icon-jobSpec {
  background-image: url("../images/icons/JobSpec.png");
}
.icon-jobSpec:hover {
  background-image: url("../images/icons/JobSpec_onHover.png");
}
.icon-entryReport {
  background-image: url("../images/icons/entryReport.png");
}
.icon-entryReport:hover {
  background-image: url("../images/icons/entryReport_onHover.png");
}
.icon-startLunch {
  background-image: url("../images/icons/Startlunch.png");
}
.icon-startLunch:hover {
  background-image: url("../images/icons/Startlunch_onHover.png");
}
.icon-startBreak {
  background-image: url("../images/icons/StratBreak.png");
}
.icon-startBreak:hover {
  background-image: url("../images/icons/StratBreak_onHover.png");
}
.icon-additionalJob {
  background-image: url("../images/icons/AdditionalJobs.png");
}
.icon-additionalJob:hover {
  background-image: url("../images/icons/AdditionalJobs_onHover.png");
}
.icon-materialReturn {
  background-image: url("../images/icons/MaterialReturn.png");
}
.icon-materialReturn:hover {
  background-image: url("../images/icons/MaterialReturn_onHover.png");
}
.icon-materialUsage {
  background-image: url("../images/icons/MaterialUsage.png");
}
.icon-materialUsage:hover {
  background-image: url("../images/icons/MaterialUsage_onHover.png");
}
.icon-delete {
  background-image: url("../images/icons/Delete.png");
}
.icon-delete:hover {
  background-image: url("../images/icons/Delete_onHover.png");
}
.icon-pullTicket {
  background-image: url("../images/icons/PullTicket.png");
}
.icon-pullTicket:hover {
  background-image: url("../images/icons/PullTicket_onHover.png");
}
.icon-locationReturn {
  background-image: url("../images/icons/LocationReturn.png");
}
.icon-locationReturn:hover {
  background-image: url("../images/icons/LocationReturn_onHover.png");
}
.icon-newLocation {
  background-image: url("../images/icons/NewLocation.png");
}
.icon-newLocation:hover {
  background-image: url("../images/icons/NewLocation_onHover.png");
}
.icon-endDay {
  background-image: url("../images/icons/EndDay.png");
}
.icon-endDay:hover {
  background-image: url("../images/icons/EndDay_onHover.png");
}
.icon-productionJobTicket {
  background-image: url("../images/icons/pJt.png");
}
.icon-productionJobTicket:hover {
  background-image: url("../images/icons/pJt_onHover.png");
}
/*Start - Individual Icons added required attributes*/
.icon-lookUp {
  background-image: url("../images/icons/Lookup.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-position: 0px 0px;
}
.icon-lookUp:hover {
  background-image: url("../images/icons/Lookup_onHover.png");
}
.icon-error {
  background-image: url("../images/icons/icon_Error.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-position: 0px 0px;
}
.icon-info {
  background-image: url("../images/icons/icon_Info.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-position: 0px 0px;
}
.icon-warning {
  background-image: url("../images/icons/icon_Warning.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-position: 0px 0px;
}
.icon-success {
  background-image: url("../images/icons/icon_Sucess.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-position: 0px 0px;
}
/*End - Individual Icons added required attributes*/
/*Start - Header Icons*/
.icon-help {
  background-image: url("../images/icons/Help.png");
}
.icon-help:hover {
  background-image: url("../images/icons/Help_onHover.png");
}
.icon-mail {
  background-image: url("../images/icons/Mail.png");
}
.icon-mail:hover {
  background-image: url("../images/icons/Mail_onHover.png");
}
.icon-user {
  background-image: url("../images/icons/User.png");
}
.icon-user:hover {
  background-image: url("../images/icons/User_onHover.png");
}
/*End - Header Icons*/
/*start- efi combowrapper*/
.efi-combo-wrapper .efi-input-id {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-right: 0px;
  height: 22px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.efi-combo-wrapper .efi-input {
  border: 0px solid #efefef !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  background-color: #efefef!important;
  font-size: 14px;
}
.efi-combo-wrapper .k-combobox .k-dropdown-wrap .k-input,
.k-dropdown .k-dropdown-wrap .k-input,
.k-combobox .k-dropdown-wrap input[type="text"],
.k-dropdown .k-dropdown-wrap input[type="text"] {
  width: 100%!important;
  border-radius: 0px!important;
  margin-top: 2px;
}
.efi-combo-wrapper .k-combobox .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 0!important;
  border-color: inherit;
  width: 0px!important;
}
.k-timepicker .k-picker-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 0!important;
  border-color: inherit;
  width: 25px!important;
}
.k-datepicker .k-picker-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 0!important;
  border-color: inherit;
  width: 25px!important;
}
.k-datetimepicker .k-picker-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 0!important;
  border-color: inherit;
  width: 50px!important;
}
.k-numerictextbox .k-numeric-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 0!important;
  border-color: inherit;
  width: 25px!important;
}
.efi-combo-wrapper .k-combobox .k-dropdown-wrap .k-icon,
.efi-combo-wrapper .k-dropdown .k-dropdown-wrap .k-icon {
  margin-top: 5px;
  display: none;
}
.efi-combo-wrapper .k-combobox,
.k-dropdown {
  border: 0px solid #ffffff !important;
  background-color: #efefef !important;
  background-image: none;
  line-height: 30px!important;
  margin-left: -1px;
}
.efi-combo-wrapper .k-combobox .k-dropdown-wrap .k-input,
.k-dropdown .k-dropdown-wrap .k-input,
.k-combobox .k-dropdown-wrap input[type="text"],
.k-dropdown .k-dropdown-wrap input[type="text"] {
  border: 0px!important;
}
.efi-combo-list {
  border-bottom: 1px dashed #CCCCCC!important;
  line-height: 25px;
}
/*end- efi combowrapper*/
div[data-role="navbar"] .km-button {
  margin-left: 3px;
}
/*Start - Dashboard Classes*/
.km-navbar {
  background: transparent!important;
  border: 0px;
}
.km-navbar .km-leftitem {
  text-align: right;
  padding-right: 1px;
}
#dashboardMenu header {
  height: 150px;
  background: url(../images/dashboard_header_bg.png) top center;
}
#dashboardMenu header .km-navbar {
  background: transparent!important;
  border: 0px;
  height: 50px;
}
#dashboardMenu header .km-view-title {
  display: none;
}
#dashboardMenu header #dashboard-header-information {
  display: block!important;
  height: 50px;
  position: absolute;
  left: 13px;
  color: #ffffff;
  font-weight: normal;
}
#dashboardMenu header #dashboard-header-information .profile_pic {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  background: url(../images/profile_pic.jpg) no-repeat;
  display: inline-block;
  margin-left: 3px;
  border: 1px solid #ffffff;
}
#dashboardMenu header #dashboard-header-information .welcome_username {
  display: block;
  float: left;
  width: 100%;
  line-height: 25px;
  font-size: 144%;
  font-weight: 300;
}
#dashboardMenu header #dashboard-header-information .welcome_today_date {
  font-size: 86%;
  font-weight: 300;
}
#dashboardMenu header #dashboard-header-information .dashboard-shopview {
  position: relative;
  left: -5px;
  top: 10px;
  width: 100%;
  float: left;
}
#dashboardMenu header #dashboard-header-information .dashboard-shopview .dashboard-shopviewlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#dashboardMenu header #dashboard-header-information .dashboard-shopview .dashboard-shopviewlist li {
  display: inline-block;
  margin: 2px 8px 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  border-bottom: 3px solid transparent;
}
#dashboardMenu header #dashboard-header-information .dashboard-shopview .dashboard-shopviewlist li a {
  color: black;
  float: left;
  display: block;
  color: #9a97ab;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 96%;
  font-weight: 300;
}
#dashboardMenu header #dashboard-header-information .dashboard-shopview .dashboard-shopviewlist .dashboard-shopviewactive {
  border-bottom: 3px solid #26a6d1;
}
#dashboardMenu header #dashboard-header-information .dashboard-shopview .dashboard-shopviewlist .dashboard-shopviewactive a {
  color: #ffffff;
}
#dashboardMenu div[data-role="content"] {
  background-color: #f5f6f8!important;
}
.dashboard-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color:@dashboard-item-background-color;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f8+0,f5f6f8+96,eaedef+100 */
  background: #f5f6f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f6f8 0%, #f5f6f8 96%, #eaedef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f6f8), color-stop(96%, #f5f6f8), color-stop(100%, #eaedef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f6f8 0%, #f5f6f8 96%, #eaedef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f6f8 0%, #f5f6f8 96%, #eaedef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f6f8 0%, #f5f6f8 96%, #eaedef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f6f8 0%, #f5f6f8 96%, #eaedef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f8', endColorstr='#eaedef', GradientType=0);
  /* IE6-9 */
  height: 120px;
  border-top: 1px solid #fff;
}
.dashboard-item .item-row {
  padding: 10px;
  margin-top: 20px;
  /*div:first-child
		{
			padding-left:0px;
	
		}*/
}
.dashboard-item .item-row div {
  padding-left: 10px;
}
.dashboard-item .item-row .dashboard-item-icon {
  min-height: 0px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -2px;
}
.dashboard-item .item-row .dashboard-link {
  text-align: left;
  text-decoration: none;
  color: #000000;
}
.dashboard-item .item-row .dashboard-link .dashboard-item-number {
  font-size: 144%;
  font-weight: 400;
  display: block;
}
.dashboard-item .item-row .dashboard-link .dashboard-item-label {
  font-size: 86%;
  font-weight: 300;
  margin-left: 3px;
}
.dashboard-item .item-row .dashboard-link:hover {
  text-decoration: none;
}
.dashboard-item .item-row .border-right {
  border-right: 1px dotted #c0b9ce;
}
/*END - Dashboard Classes*/
/*start - Mobile Overrides*/
.km-ios .km-widget,
.km-ios7 .km-widget,
.km-android .km-widget,
.km-on-android .km-widget {
  color: #000000 !important;
}
.km-ios .km-widget .km-buttongroup,
.km-ios7 .km-widget .km-buttongroup,
.km-android .km-widget .km-buttongroup,
.km-on-android .km-widget .km-buttongroup {
  margin-top: 1px;
}
.km-ios .km-widget .km-switch-container,
.km-ios7 .km-widget .km-switch-container,
.km-android .km-widget .km-switch-container,
.km-on-android .km-widget .km-switch-container {
  background-color: #00529b;
}
.km-ios .km-widget .km-switch-container .km-switch-handle,
.km-ios7 .km-widget .km-switch-container .km-switch-handle,
.km-android .km-widget .km-switch-container .km-switch-handle,
.km-on-android .km-widget .km-switch-container .km-switch-handle {
  color: #ffffff !important;
}
.km-ios .km-widget .km-switch-container .km-switch-handle .km-switch-label-on,
.km-ios7 .km-widget .km-switch-container .km-switch-handle .km-switch-label-on,
.km-android .km-widget .km-switch-container .km-switch-handle .km-switch-label-on,
.km-on-android .km-widget .km-switch-container .km-switch-handle .km-switch-label-on {
  color: #000000 !important;
}
.km-ios .km-widget .km-switch-container .km-switch-handle .km-switch-label-off,
.km-ios7 .km-widget .km-switch-container .km-switch-handle .km-switch-label-off,
.km-android .km-widget .km-switch-container .km-switch-handle .km-switch-label-off,
.km-on-android .km-widget .km-switch-container .km-switch-handle .km-switch-label-off {
  color: #ffffff !important;
}
.km-android input #AccountHistoryDetails #accounttitle_label,
.km-android select #AccountHistoryDetails #accounttitle_label,
.km-android textarea #AccountHistoryDetails #accounttitle_label,
.km-android .km-widget .km-ios #AccountHistoryDetails #accounttitle_label,
.km-ios7 #AccountHistoryDetails #accounttitle_label,
.km-android #AccountHistoryDetails #accounttitle_label,
.km-on-android #AccountHistoryDetails #accounttitle_label {
  color: #000000;
  font-weight: 300;
  font-size: 144%;
  line-height: 40px!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
/*Account History Details Screen*/
/*Start -  Mobile Modal View*/
.km-leftitem {
  left: 13px;
  right: auto;
  top: 4px;
}
.km-ios .km-leftitem,
.km-ios7 .km-leftitem {
  top: 0px;
}
.km-ios .km-modalview-wrapper,
.km-ios7 .km-modalview-wrapper,
.km-android .km-modalview-wrapper {
  font-size: 96%;
  font-weight: normal;
  margin-left: 1px;
  background: #000000;
}
.km-ios .km-modalview-wrapper div [data-role="header"],
.km-ios7 .km-modalview-wrapper div [data-role="header"],
.km-android .km-modalview-wrapper div [data-role="header"] {
  background: #000000;
  border-bottom: 1px solid #27272d;
}
.km-ios .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"],
.km-ios7 .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"],
.km-android .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] {
  border: 0px;
  font-size: 96%;
  height: 50px;
}
.km-ios .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-view-title,
.km-ios7 .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-view-title,
.km-android .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-view-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 144%;
  line-height: 40px!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  float: left;
  width: 76%;
  text-align: center;
}
.km-ios .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-leftitem,
.km-ios7 .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-leftitem,
.km-android .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-leftitem,
.km-ios .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-rightitem,
.km-ios7 .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-rightitem,
.km-android .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-rightitem {
  text-transform: normal;
  /*.km-button:before
					{
						content: "back"!important;
						display: inline-block!important;
						color: currentcolor;
						width: 16px;
						height: 16px;
						border-width: 0;
						box-shadow: inset .25rem -0.25rem 0 currentcolor;
						-webkit-transform: rotate(45deg);
						-moz-transform: rotate(45deg);
						-ms-transform: rotate(45deg);
						-o-transform: rotate(45deg);
						transform: rotate(45deg);
						position:relative;
						top:-5px;
						left:10px;
					}*/
}
.km-ios .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-leftitem .km-text,
.km-ios7 .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-leftitem .km-text,
.km-android .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-leftitem .km-text,
.km-ios .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-rightitem .km-text,
.km-ios7 .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-rightitem .km-text,
.km-android .km-modalview-wrapper div [data-role="header"] div[data-role="navbar"] .km-rightitem .km-text {
  visibility: visible!important;
}
.km-ios .km-modalview-wrapper .km-content,
.km-ios7 .km-modalview-wrapper .km-content,
.km-android .km-modalview-wrapper .km-content {
  background-color: #000000;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios .km-modalview-wrapper .km-content .refine-select,
.km-ios7 .km-modalview-wrapper .km-content .refine-select,
.km-android .km-modalview-wrapper .km-content .refine-select {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.km-ios .km-modalview-wrapper .km-content .refine-select span,
.km-ios7 .km-modalview-wrapper .km-content .refine-select span,
.km-android .km-modalview-wrapper .km-content .refine-select span {
  display: block;
  float: left;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
}
.km-ios .km-modalview-wrapper .km-content .refine-select select,
.km-ios7 .km-modalview-wrapper .km-content .refine-select select,
.km-android .km-modalview-wrapper .km-content .refine-select select {
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  padding: 3px;
  padding-left: 10px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #000000;
  border: 1px solid #4f4f54;
  color: #ffffff;
  display: inline-block;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  cursor: pointer;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: url(../images/arrowdown.png) no-repeat 96% 50%;
}
/*End -  Mobile Modal View*/
/*Start - Menu Icon Override*/
.km-drawer-button {
  background: url(../images/icon_menu.png) no-repeat top center !important;
  width: 30px!important;
  height: 30px!important;
}
.km-drawer-button:before,
.km-drawer-button:after {
  content: "" !important;
}
/*End -  Menu Icon Override*/
.km-ios .vision-menu .km-state-active,
.km-ios7 .vision-menu .km-state-active,
.km-android .vision-menu .km-state-active {
  background-color: #595959;
  border-bottom: 1px dotted #ffffff;
}
.km-ios .vision-menu li,
.km-ios7 .vision-menu li,
.km-android .vision-menu li {
  line-height: 20px!important;
}
.km-ios .vision-menu li a,
.km-ios7 .vision-menu li a,
.km-android .vision-menu li a {
  height: 20px!important;
}
.km-ios,
.km-ios7,
.km-android {
  /*Sort Icon Overrides*/
  /*Sort Icon Overides*/
  /*Start - pagination overrides*/
}
.km-ios .sort-listview,
.km-ios7 .sort-listview,
.km-android .sort-listview {
  right: 9px;
  position: relative;
  display: inline-block;
  float: right;
  top: -36px;
}
.km-ios .k-pager-wrap,
.km-ios7 .k-pager-wrap,
.km-android .k-pager-wrap {
  text-align: center;
}
.km-ios div [data-role="pager"],
.km-ios7 div [data-role="pager"],
.km-android div [data-role="pager"] {
  background-color: transparent!important;
  border: 0px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  margin-top: -8px;
}
.km-ios div [data-role="pager"] .k-pager-numbers .k-state-selected,
.km-ios7 div [data-role="pager"] .k-pager-numbers .k-state-selected,
.km-android div [data-role="pager"] .k-pager-numbers .k-state-selected {
  background-color: #26a6d1!important;
  border-color: #26a6d1!important;
  color: #ffffff !important;
}
.km-ios div [data-role="pager"] .k-pager-info,
.km-ios7 div [data-role="pager"] .k-pager-info,
.km-android div [data-role="pager"] .k-pager-info {
  text-align: right;
  font-size: 10px;
  float: right;
  width: 15%;
  line-height: 12px;
  padding-right: 13px;
  padding-top: 3px;
  position: relative;
  right: 25px;
}
.km-ios,
.km-ios7,
.km-android {
  font-size: 96%;
  font-weight: normal;
}
.km-ios div [data-role="header"],
.km-ios7 div [data-role="header"],
.km-android div [data-role="header"] {
  background: url(../images/dashboard_header_bg.png) top center;
  font-weight: 300;
}
.km-ios div [data-role="header"] div[data-role="navbar"],
.km-ios7 div [data-role="header"] div[data-role="navbar"],
.km-android div [data-role="header"] div[data-role="navbar"] {
  background: transparent;
  border: 0px;
  font-size: 96%;
  height: 50px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios div [data-role="header"] div[data-role="navbar"] .km-view-title,
.km-ios7 div [data-role="header"] div[data-role="navbar"] .km-view-title,
.km-android div [data-role="header"] div[data-role="navbar"] .km-view-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 144%;
  line-height: 45px!important;
  left: 50px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios div [data-role="header"] div[data-role="navbar"] .km-button,
.km-ios7 div [data-role="header"] div[data-role="navbar"] .km-button,
.km-android div [data-role="header"] div[data-role="navbar"] .km-button {
  color: #FFFFFF!important;
  background: transparent!important;
  border: 0px!important;
  border-style: none!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 96%;
  display: inline-block !important;
  border: 0;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios div [data-role="header"] div[data-role="navbar"] .km-notext,
.km-ios7 div [data-role="header"] div[data-role="navbar"] .km-notext,
.km-android div [data-role="header"] div[data-role="navbar"] .km-notext {
  margin: 0px!important;
}
.km-ios div [data-role="header"] div[data-role="navbar"] .km-back:before,
.km-ios7 div [data-role="header"] div[data-role="navbar"] .km-back:before,
.km-android div [data-role="header"] div[data-role="navbar"] .km-back:before {
  content: "\a0";
  display: inline-block !important;
  color: currentcolor;
  width: 16px;
  height: 16px;
  border-width: 0;
  box-shadow: inset 0.25rem -0.25rem 0 currentcolor;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  left: 10px;
}
.km-ios div [data-role="header"] div[data-role="navbar"] .km-back:after,
.km-ios7 div [data-role="header"] div[data-role="navbar"] .km-back:after,
.km-android div [data-role="header"] div[data-role="navbar"] .km-back:after {
  display: none!important;
}
.km-andriod div[data-role="navbar"] .km-leftitem {
  margin-top: 5px!important;
  left: 13px;
  right: auto;
  top: 4px;
}
.km-ios7 .km-leftitem,
.km-ios .km-leftitem,
.km-andriod .km-leftitem,
.km-on-android .km-leftitem {
  left: 10px;
}
.km-ios7 .km-leftitem .km-text,
.km-ios .km-leftitem .km-text,
.km-andriod .km-leftitem .km-text,
.km-on-android .km-leftitem .km-text {
  visibility: hidden!important;
}
/*border bottom for andriod, listitem li*/
.km-ios div [data-role="listview"],
.km-ios7 div [data-role="listview"],
.km-android div [data-role="listview"] {
  padding: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*li
		{
		border-bottom: 1px solid #CCCCCC!important;
		padding-left:0px!important;
		font-size:intial!important;
		}
		.km-android .km-list>li
		{
		border-bottom: 1px solid #CCCCCC!important;
		padding-left:0px!important;
		font-size:intial!important;
		}*/
}
.km-ios div [data-role="listview"] li a,
.km-ios7 div [data-role="listview"] li a,
.km-android div [data-role="listview"] li a {
  display: block;
  height: 75px;
}
.km-ios .km-listview-wrapper,
.km-ios7 .km-listview-wrapper,
.km-android .km-listview-wrapper {
  width: 100%!important;
  /*-webkit-box-shadow: inset 0 50px 50px -50px rgba(0,0,0,0.3)!important;
		-moz-box-shadow: inset 0 50px 50px -50px rgba(0,0,0,0.3)!important;
		box-shadow: inset 0 50px 50px -50px rgba(0,0,0,0.3)!important;*/
  border-top: 1px solid #c7c7cf;
  padding: 0px!important;
}
.km-ios .km-listview-wrapper .km-list > li,
.km-ios7 .km-listview-wrapper .km-list > li,
.km-android .km-listview-wrapper .km-list > li {
  font-size: 96% !important;
  padding-left: 15px!important;
  padding-right: 15px!important;
  padding-top: 10px!important;
  padding-bottom: 20px!important;
  margin-top: 10px;
  border-bottom: 1px dotted #c0b9ce !important;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.075) !important;
}
.km-ios7 .km-list > li,
.km-ios .km-list > li {
  border-image: none!important;
  border-top: 0px!important;
}
.km-ios .km-list > li,
.km-ios7 .km-list > li,
.km-android .km-list > li,
.km-ios .km-widget .km-listview-link,
.km-ios7 .km-widget .km-listview-link,
.km-android .km-widget .km-listview-link,
.km-ios .km-widget .km-listview-label,
.km-ios7 .km-widget .km-listview-label,
.km-android .km-widget .km-listview-label {
  padding: 0px!important;
}
/*START - Search box customization*/
.km-ios .km-filter-form,
.km-ios7 .km-filter-form,
.km-android .km-filter-form {
  background: transparent!important;
  border-color: transparent!important;
}
.km-ios .km-filter-form .km-filter-wrap,
.km-ios7 .km-filter-form .km-filter-wrap,
.km-android .km-filter-form .km-filter-wrap {
  background: transparent!important;
  padding: 0px!important;
  margin: 0px!important;
  max-width: 100%!important;
  width: 100%!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.km-ios .km-filter-form .km-filter-wrap input,
.km-ios7 .km-filter-form .km-filter-wrap input,
.km-android .km-filter-form .km-filter-wrap input {
  /*width: 100%!important;
				text-align:left;
				padding:0px!important;
				line-height:50px;
				padding-left:30px!important;
				.box-sizing();
				.border-radius(0px);
				background-color:transparent!important;
				outline:0px!important;
				outline-offset:0px!important;
				border:1px solid #cccccc;
				color:@black!important;
				-webkit-appearance: none;*/
  /*Sundaresh*/
}
.km-ios .km-filter-form .km-filter-wrap input:focus,
.km-ios7 .km-filter-form .km-filter-wrap input:focus,
.km-android .km-filter-form .km-filter-wrap input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/*Sundaresh
.km-ios7 .km-filter-reset .km-clear
{
	right:10px;
	top:12px;
}


.km-ios7 .km-filter-wrap:before, .km-ios7 .km-filter-reset .km-clear
{
	margin-top:0px!important;
}
*/
/*END - Search box customization*/
.km-android .km-view-title {
  visibility: visible!important;
}
.km-ios7 .km-listview-link:after {
  position: absolute;
  top: 50px;
  right: 0px;
}
/*START - Customization for Work In progress weekly Screen*/
div [data-role="listview"] .km-group-container .km-group-title {
  border-top-style: none!important;
  background-color: #7da7cc!important;
  height: 25px;
  line-height: 15px;
  width: 100%;
}
div [data-role="listview"] .km-group-container .km-group-title .km-text {
  color: #FFFFFF!important;
  visibility: visible!important;
}
#weekly_row_1,
#press_row_1 {
  display: block;
  float: left;
  font-size: 12px;
  background: #6b6b6b;
  color: #FFFFFF;
  height: 50px;
  line-height: 35px;
}
/*END - Customization for Work In progress weekly Screen*/
/*End - Mobile Overrides*/
/*start - list view arrow overrides*/
.km-android .km-listview-link:after,
.km-android .km-listview-label:after {
  display: block;
  top: 3rem;
}
.km-android .vision-menu .km-listview-link:after,
.km-android .vision-menu .km-listview-label:after {
  display: none;
}
/*end - list view arrow overrides*/
/* Mobile styles */
/*Start: Mobile Styles - Sundaresh*/
/*Left Pane - Menu background color*/
div[data-role="drawer"] {
  background-color: #595959!important;
}
/*Left Pane - Menu content background color*/
div[data-role="drawer"] div[data-role="content"] {
  background-color: transparent!important;
}
/*Left Pane - Menu link attributes*/
div[data-role="drawer"] div[data-role="content"] li a {
  color: #FFFFFF;
  font-size: 13px;
}
div[data-role="drawer"] div[data-role="content"] .km-group-title {
  border-top-width: 0px!important;
  line-height: 3.11em!important;
  color: #FFFFFF!important;
  background-color: #595959!important;
}
/*Right Pane - Content Area to View*/
div[data-role="view"] div[data-role="content"] {
  background-color: #FFFFFF!important;
}
.k-popup .k-list .k-item,
.k-fieldselector .k-list .k-item {
  color: #000000 !important;
}
/*End: Mobile Styles*/
.km-ios .km-filter-wrap,
.km-ios7 .km-filter-wrap,
.km-android .km-filter-wrap {
  width: 100%;
  background: transparent!important;
  margin: 0px;
  padding: 0px;
  border: 0px!important;
}
.km-ios .km-filter-wrap:before,
.km-ios7 .km-filter-wrap:before,
.km-android .km-filter-wrap:before {
  left: 16%!important;
  top: 12px!important;
  position: absolute;
}
.km-ios .km-filter-wrap-search-container,
.km-ios7 .km-filter-wrap-search-container,
.km-android .km-filter-wrap-search-container {
  width: 100%;
  display: block;
  float: left;
}
.km-ios .km-filter-wrap-search-container .search,
.km-ios7 .km-filter-wrap-search-container .search,
.km-android .km-filter-wrap-search-container .search {
  width: 15%;
  float: left;
  display: inline-block;
  position: relative;
  height: 40px;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-top-color: #bdbdbd;
  border-right: 0px;
  background-position: 0px -532px;
  line-height: 42px;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.km-ios .km-filter-wrap-search-container .search .search-categories .filter-icon,
.km-ios7 .km-filter-wrap-search-container .search .search-categories .filter-icon,
.km-android .km-filter-wrap-search-container .search .search-categories .filter-icon {
  background: url(../images/icon_filter.png) no-repeat top left !important;
  height: 40px!important;
  width: 100%;
  display: block;
  float: left;
}
.km-ios .km-filter-wrap-search-container .search .search-categories select,
.km-ios7 .km-filter-wrap-search-container .search .search-categories select,
.km-android .km-filter-wrap-search-container .search .search-categories select {
  position: absolute;
  left: 0px;
  top: 3px;
  margin: 0;
  padding: 0;
  outline: none;
  width: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.km-ios .km-filter-wrap-search-container .search-box-holder,
.km-ios7 .km-filter-wrap-search-container .search-box-holder,
.km-android .km-filter-wrap-search-container .search-box-holder {
  width: 70%;
  display: inline-block;
  float: left;
  height: 42px;
}
.km-ios .km-filter-wrap-search-container .search-box-holder input,
.km-ios7 .km-filter-wrap-search-container .search-box-holder input,
.km-android .km-filter-wrap-search-container .search-box-holder input {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent!important;
  outline: 0px!important;
  outline-offset: 0px!important;
  border: 1px solid #cccccc;
  color: #000000 !important;
  -webkit-appearance: none;
  /*Sundaresh*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 76%;
  padding-left: 30px;
}
.km-ios .km-filter-wrap-search-container .icon-refine-holder,
.km-ios7 .km-filter-wrap-search-container .icon-refine-holder,
.km-android .km-filter-wrap-search-container .icon-refine-holder {
  width: 15%;
  float: left;
  display: inline-block;
  position: relative;
  height: 40px;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-left: 0px;
  border-top-color: #bdbdbd;
  background-position: 0px -532px;
  line-height: 42px;
  left: 0px;
  top: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
}
.km-ios .km-filter-wrap-search-container .icon-refine-holder [data-role="button"],
.km-ios7 .km-filter-wrap-search-container .icon-refine-holder [data-role="button"],
.km-android .km-filter-wrap-search-container .icon-refine-holder [data-role="button"] {
  width: 100%;
  padding: 0px!important;
  margin: 0px!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px!important;
  background: transparent!important;
}
.km-ios .km-filter-wrap-search-container .icon-refine-holder .icon-refine,
.km-ios7 .km-filter-wrap-search-container .icon-refine-holder .icon-refine,
.km-android .km-filter-wrap-search-container .icon-refine-holder .icon-refine {
  background: url(../images/icon_refine.png) no-repeat top right !important;
  height: 40px!important;
  display: block;
  width: 100%;
  float: left;
}
.km-ios .km-filter-wrap:before,
.km-ios7 .km-filter-wrap:before,
.km-android .km-filter-wrap:before,
.km-ios .km-ios7 .km-filter-reset .km-clear,
.km-ios7 .km-ios7 .km-filter-reset .km-clear,
.km-android .km-ios7 .km-filter-reset .km-clear {
  margin-top: 0px!important;
}
.km-android .km-filter-reset .km-clear {
  right: 6%!important;
  top: -30px !important;
  display: inline-block;
  float: right;
}
.km-ios7 .km-filter-reset .km-clear {
  right: 16%!important;
  top: 20px!important;
}
@-webkit-keyframes getcrossedpos {
  45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 33%;
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 45%;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
  }
}
@keyframes getcrossedpos {
  45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 33%;
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 45%;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
  }
}
@-webkit-keyframes straightenpos {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
  }
  55% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 33%;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 33%;
  }
}
@keyframes straightenpos {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
  }
  55% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 33%;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 33%;
  }
}
@-webkit-keyframes getcrossedneg {
  45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 60%;
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 45%;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
}
@keyframes getcrossedneg {
  45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 60%;
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 45%;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
}
nav {
  position: absolute;
  right: 10%;
  bottom: -10px;
  width: 40px;
  height: 40px;
  z-index: initial;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  background: green;
  outline: none;
}
nav:hover,
nav:focus {
  background: #333;
}
nav:before,
nav:after,
nav > span {
  position: absolute;
  left: 27%;
  content: "";
  display: block;
  width: 46%;
  top: 33%;
  height: 8%;
  background: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s;
  transition: .5s;
}
nav span {
  top: 46%;
}
nav:after {
  top: 60%;
}
nav.clicked:before {
  -webkit-animation: getcrossedpos .6s forwards;
  animation: getcrossedpos .6s forwards;
}
nav.clicked:after {
  -webkit-animation: getcrossedneg .6s forwards;
  animation: getcrossedneg .6s forwards;
}
nav.clicked span#center-bar {
  opacity: 0;
}
nav:hover {
  cursor: pointer;
}
nav.clicked {
  background: #000;
  outline: none;
}
nav a {
  width: 5 rem;
  height: 5 rem;
  text-align: center;
  line-height: 1.5;
  color: red;
  text-decoration: none;
  position: absolute;
  left: 1rem;
  top: 1rem;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav a:hover,
nav a:focus {
  background-color: #000;
}
rotate(0deg) translateY(-7rem) rotate(0deg) nav a:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav.clicked a:nth-child(1) {
  -webkit-transform: rotate(0deg) translateY(-50px) rotate(0deg);
  -ms-transform: rotate(0deg) translateY(-50px) rotate(0deg);
  transform: rotate(0deg) translateY(-50px) rotate(0deg);
}
nav a:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav.clicked a:nth-child(2) {
  -webkit-transform: rotate(0deg) translateY(-50px) rotate(0deg);
  -ms-transform: rotate(0deg) translateY(-50px) rotate(0deg);
  transform: rotate(0deg) translateY(-50px) rotate(0deg);
}
nav a:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav.clicked a:nth-child(3) {
  -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
  -ms-transform: rotate(0deg) translateY(-100px) rotate(0deg);
  transform: rotate(0deg) translateY(-100px) rotate(0deg);
}
nav a:nth-child(4) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav.clicked a:nth-child(4) {
  -webkit-transform: rotate(0deg) translateY(-150px) rotate(0deg);
  -ms-transform: rotate(0deg) translateY(-150px) rotate(0deg);
  transform: rotate(0deg) translateY(-150px) rotate(0deg);
}
nav a:nth-child(5) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav.clicked a:nth-child(5) {
  -webkit-transform: rotate(0deg) translateY(-200px) rotate(0deg);
  -ms-transform: rotate(0deg) translateY(-200px) rotate(0deg);
  transform: rotate(0deg) translateY(-200px) rotate(0deg);
}
nav a:nth-child(6) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav.clicked a:nth-child(6) {
  -webkit-transform: rotate(0deg) translateY(-250px) rotate(0deg);
  -ms-transform: rotate(0deg) translateY(-250px) rotate(0deg);
  transform: rotate(0deg) translateY(-250px) rotate(0deg);
}
nav a:nth-child(7) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav.clicked a:nth-child(7) {
  -webkit-transform: rotate(0deg) translateY(-300px) rotate(0deg);
  -ms-transform: rotate(0deg) translateY(-300px) rotate(0deg);
  transform: rotate(0deg) translateY(-300px) rotate(0deg);
}
.list-item {
  display: none;
}
.list-item img {
  display: inline-block;
  position: absolute;
  top: -25px;
  left: -20px;
}
.list-item .item-label {
  display: inline-block;
  float: left;
  color: #000000;
  font-size: 96%;
  position: absolute;
  left: -177px;
  top: -14px;
  text-align: right;
  width: 100%;
}
@media (min-width: 1280px) {
  .wrapper {
    width: 100%;
  }
}
[DeviceType="Tablet"] .wrapper .entity-report-link,
[DeviceType="Tablet"] .wrapper .start-job-link,
[DeviceType="Tablet"] .wrapper .refresh-link,
[DeviceType="Tablet"] .wrapper .start-break-link {
  padding: 0 20px;
  line-height: 50px;
  font-size: 96%;
}
[DeviceType="Tablet"] .wrapper .entity-report-link .label,
[DeviceType="Tablet"] .wrapper .start-job-link .label,
[DeviceType="Tablet"] .wrapper .refresh-link .label,
[DeviceType="Tablet"] .wrapper .start-break-link .label {
  display: none;
}
@media only screen and (min-device-width: 600px) and (max-device-width: 2560px) and (orientation: landscape) {
  [DeviceType="Tablet"] {
    /*start - tablet styles for vision mobile*/
    /*end - tablet styles for vision mobile*/
  }
  [DeviceType="Tablet"] .wrapper {
    width: 100%;
  }
  [DeviceType="Tablet"] .wrapper .entity-report-link,
  [DeviceType="Tablet"] .wrapper .start-job-link,
  [DeviceType="Tablet"] .wrapper .refresh-link,
  [DeviceType="Tablet"] .wrapper .start-break-link,
  [DeviceType="Tablet"] .wrapper .more-menu {
    padding: 0 20px;
    line-height: 50px;
    font-size: 96%;
  }
  [DeviceType="Tablet"] .wrapper .entity-report-link .label,
  [DeviceType="Tablet"] .wrapper .start-job-link .label,
  [DeviceType="Tablet"] .wrapper .refresh-link .label,
  [DeviceType="Tablet"] .wrapper .start-break-link .label,
  [DeviceType="Tablet"] .wrapper .more-menu .label {
    display: none;
  }
  [DeviceType="Tablet"] .wrapper .entity-report-link {
    display: none!important;
  }
  [DeviceType="Tablet"] .page-container .login-row-class {
    width: 300px;
    margin: 0 auto;
  }
  [DeviceType="Tablet"] #job_info_btn_row #job_info_btn_column {
    text-align: center;
  }
  [DeviceType="Tablet"] #job_info_btn_row #job_info_btn_column .mobile-btn-primary {
    width: 200px;
  }
}
@media only screen and (min-device-width: 600px) and (max-device-width: 2560px) and (orientation: portrait) {
  [DeviceType="Tablet"] .wrapper {
    width: 768px;
  }
  [DeviceType="Tablet"] .entity-report-link {
    display: none!important;
  }
}
/*Start - For Vision Mobile dashboard - landscape*/
/* Landscape iphone */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #dashboardMenu header {
    height: 54px;
  }
  #dashboardMenu .km-navbar {
    background: transparent!important;
    border: 0px;
    height: 30px;
  }
  #dashboardMenu #dashboard-header-information {
    display: inline-block !important;
    height: 54px;
    position: absolute;
    left: 55%!important;
    top: -1px !important;
  }
  #dashboardMenu #dashboard-header-information .span2 {
    text-align: right;
  }
  #dashboardMenu #dashboard-header-information .dashboard-shopview {
    left: -30% !important;
    top: -35px !important;
  }
}
/*END - For Vision Mobile dashboard - landscape*/
.top-header {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid red;
  padding: 0px;
  margin: 0px;
}
.search {
  /* Container just in case we want more than just the search input to come along */
}
.fix-search .search {
  position: fixed;
  top: 10px;
}
.fix-search .search input {
  width: 250px;
}
.fix-search {
  position: fixed;
  top: 10px;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}


/* Login Popup */
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(91,114,123,.5);
}

.modal .modal-body {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  height: 500px;
  top: 50%;
  margin-top: -270px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #eceff1;
}
.top-section {
  height: 170px;
  background: linear-gradient(90deg,#6351e4 0,#00e0e0 100%);
  text-align: center;
  padding-top: 30px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.icn-holder {
  position: relative;
  top: -75px;
  padding-left: 30px;
  padding-right: 30px;
}
.icn-holder::after {
  content: '';
  clear: both;
  display: block;
}
.icn-1,
.icn-2,
.icn-3 {
  width: 30%;
  margin-right: 5%;
  text-align: center;
  float: left;
}
.icn-3 {
  margin-right: 0px;
}
.icn {
  height: 150px;
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0px 3px 2px 2px #eceff1;
  background: #fff;
  margin: 0 auto;
}
.icn-heading {
  color: #0366d6;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
}
.icn-text {
  font-size: 12px;
  margin-top: 10px;
}
.buton-holder {
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  top: -45px;
}
.btn {
  display: inline-block;
  margin-right: 10%;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.secondary-btn {
  background: #fff;
  border: 1px solid #0366d6;
  color: #0366d6;
  width: 38%;
}
.secondary-btn:hover {
  background: #0366d6;
  color: #fff;
}
.primary-btn {
  margin-right: 0px;
  background: #0366d6;
  border: 1px solid #0366d6;
  color: #fff;
  width: 50%;
}
.primary-btn:hover {
  background: #021B79;
  border-color: #021B79;
}
.checkbox {
  display: inline-block;
  width: 67%;
  padding-left: 33%;
  font-size: 12px;
  top: -30px;
  position: relative;
  cursor: pointer;
}
.checkbox:hover input {
  border-color: #0366d6;
}
.checkbox label {
  position: absolute;
  top: 6px;
  margin-left: 5px;
}
input[type="checkbox"] {
  border: 1px solid #ccc;
  -webkit-appearance: button;
  height: 16px;
  width: 16px;
  position: relative;
  top: 6px;
  border-radius: 3px;
  margin: 0px;
}
input[type="checkbox"]:checked {
  background: #0366d6;
}
input:checked:before {
  content: "\2713 ";
  color: #fff;
  position: relative;
  top: 0px;
  left: 3px;
  font-size: 10px;
}