﻿@charset "utf-8";
@font-face {
  font-family: 'dinpro_regular';
  src: url('../fonts/ufonts.com_din-regular_1_-webfont.eot');
  src: url('../fonts/ufonts.com_din-regular_1_-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_din-regular_1_-webfont.woff') format('woff'), url('../fonts/ufonts.com_din-regular_1_-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_din-regular_1_-webfont.svg#dinpro_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro_medium';
  src: url('../fonts/dinpro-medium_13936-webfont.eot');
  src: url('../fonts/dinpro-medium_13936-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinpro-medium_13936-webfontt.woff') format('woff'), url('../fonts/dinpro-medium_13936-webfont.ttf') format('truetype'), url('../fonts/dinpro-medium_13936-webfont.svg#dinpro_medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro_bold';
  src: url('../fonts/dinpro-bold_13934-webfont.eot');
  src: url('../fonts/dinpro-bold_13934-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinpro-bold_13934-webfont.woff') format('woff'), url('../fonts/dinpro-bold_13934-webfont.ttf') format('truetype'), url('../fonts/dinpro-bold_13934-webfont.svg#dinpro_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #FFF;
  color: #575757;
  font-size: 12px;
  font-family: 'dinpro_bold', Verdana, Geneva, sans-serif;
}
p {
  line-height: 18px;
}
ul.k-pager-numbers li {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 8px 0px 8px 0px;
}
h2 {
  font-weight: bold;
  font-size: 20px;
}
h3 {
  margin: 0px 0px 15px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  font-weight: normal;
  font-size: 24px;
}
/*ol {
    list-style-type: lower-roman;
}*/
dt {
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}
dd {
  margin: 0px 0px 0px 10px;
  padding: 5px 0px 10px 10px;
  color: #CCC;
  font-size: 12px;
}
blockquote {
  margin: 22px 40px;
  padding: 0px 50px;
  background: transparent url("images/blockquote.gif") no-repeat 0 0;
  color: #575757;
}
a {
  color: #F3283B;
}
a:hover {
  text-decoration: none;
}
.k-link:link,
.k-link:visited {
  color: #333333;
}
th {
  padding: 7px;
  border-bottom: 1px solid #999999;
  /*background-color: @lightblue !important;*/
  /*color: @white !important;*/
  text-align: left;
  font-weight: bold;
}
td {
  padding: 2px;
  /*border-bottom: 1px solid @td-border-bottom;*/
  color: #333333;
  text-align: left;
  font-weight: normal;
}
legend {
  display: none;
}
label {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 0px;
  color: #575757;
  text-transform: uppercase;
  font-variant: normal;
  font-size: 12px;
  font-family: 'dinpro_bold', Verdana, Geneva, sans-serif;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  margin: 2px 0px 2px;
  padding: 5px;
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #222;
  vertical-align: middle;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 15px;
}
input[type="file"] {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  padding: 4px;
  width: 250px;
  height: 20px;
  border: 1px solid #CCC;
  border-right: 0;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #FFF;
  color: #575757;
  font-size: 13px;
}
input,
textarea,
select,
.uneditable-input {
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select {
  height: 30px;
}
textarea {
  height: 100px;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid black;
}
input[type="submit"],
input[type="button"],
.btn_black,
.btn_red {
  padding: 0 10px;
  height: 25px;
  border: none;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.btn_black:hover,
.btn_red:hover {
  background: url('images/sol_bgs_sprite.jpg') 0px -169px repeat-x #070707;
  color: #FFF;
}
.groupheading {
  display: inline;
  margin: 0 0 15px;
  text-align: right;
}
#details li {
  list-style: none;
}
/* kendo menu overrides */
.k-pager-wrap .k-dropdown {
  width: 84px !important;
}
#userDetails li {
  height: 28px;
}
#nav {
  margin: 20px 0 15px 0;
  height: 30px;
  /*display: inline;*/
  float: right;
}
#nav .k-menu.k-header {
  background-image: none;
  background-color: #FFF;
}
#nav .k-menu .k-item,
#nav .k-widget {
  border-width: 0 !important;
}
#nav .k-state-hover,
#nav .k-state-hover:hover {
  color: #FFF;
  background-image: none;
  background-color: #FFF;
}
#nav .k-group {
  background-color: #FFF;
}
#nav ul li a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#nav ul li a:hover {
  border-bottom: 3px solid #C33;
  color: #CCC;
}
.btn_black {
  background-color: #F3283B;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 3px;
}
.btn_red {
  background: url('images/sol_bgs_sprite.jpg') 0px -233px #F3283B;
  text-transform: uppercase;
  font-size: 11px;
}
#header {
  padding: 20px 0px;
  height: 150px;
  color: #333333;
}
#header_left {
  display: inline;
  float: left;
  margin-bottom: 30px;
}
#header_left .uload-logo {
  /*width: 230px;
        height: 57px;*/
  margin-top: 10px;
}
#header_right {
  display: inline;
  float: right;
}
#footer {
  margin: 12px 0px;
  text-align: center;
  font-size: 11px;
}
#info {
  padding: 5px 10px;
}
#user_panel {
  display: inline;
  float: right;
  margin: 2px 0 0 0;
  padding: 0;
  text-align: right;
}
#user_panel ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
}
#user_panel ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
#user_panel .logon {
  margin-top: 10px;
}
#user_panel a {
  color: #333333;
  text-decoration: none;
}
#user_panel a:hover {
  color: #575757;
  text-decoration: underline;
}
#mobileUsersGrid input[type="text"] {
  width: 80px;
}
#search {
  margin-bottom: 8px;
}
#search p {
  margin: 0px;
  padding: 0px;
}
#search form {
  display: inline;
  float: right;
  text-align: right;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-widget-header {
  border: 1px solid black;
  background: url('images/sol_bgs_sprite.jpg') 0px -130px repeat-x #070707;
}
.ui-widget-header a {
  color: #CCC;
  font-weight: bold;
}
.red {
  color: #F3283B;
}
.ui-widget-content {
  background-color: #FFF;
}
.ui-helper-clearfix {
  display: inline-block;
  overflow: hidden;
}
.ui-state-default:hover {
  color: #FFF;
}
.ui-state-active,
.ui-widget-header a:hover {
  background: url('images/sol_bgs_sprite.jpg') 0px -169px repeat-x #070707;
}
.ui-state-active a,
.ui-widget-header a:hover {
  color: #FFF;
}
.ui-corner-all {
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-tabs {
  padding: 0.2em;
  -ms-zoom: 1;
  zoom: 1;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 1em 1.4em;
  border-width: 0;
  background: none;
}
.ui-tabs .ui-tabs-nav {
  position: relative;
  overflow: hidden;
  padding: 0.2em 0.2em 0;
  list-style: none;
}
.ui-tabs .ui-tabs-nav li {
  position: relative;
  display: inline;
  float: left;
  margin: 0 0.2em -1px 0;
  padding: 0;
  border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li a {
  display: inline;
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-hide {
  display: none !important;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  overflow: hidden;
  padding: 2px 6px;
  width: 100%;
  border: 1px solid #C33;
  background: url('images/sol_bgs_sprite.jpg') 0px -233px #C33;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
  color: #FFF;
  font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 45%;
  right: 15px;
  margin: -9px 0 0 0px;
  padding: 1px 3px;
  height: 18px;
  border-bottom: 1px solid #C33;
  color: #FFF;
  text-decoration: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background: none;
}
.ui-dialog .ui-dialog-content {
  overflow: auto;
  padding: 0.5em 1em;
  border: 0;
  -ms-zoom: 1;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  overflow: hidden;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
  width: 100%;
  border-width: 1px 0 0 0;
  border-top: 1px solid #CCC;
  background-color: #EBEBEB;
  text-align: left;
}
.ui-dialog .ui-dialog-buttonpane button {
  display: inline;
  float: right;
  overflow: visible;
  margin: 0.5em 0.4em 0.5em 0;
  padding: 0.2em 0.6em 0.3em 0.6em;
  /*width: auto;*/
  border: none;
  background: url('images/sol_bgs_sprite.jpg') 0px -280px #070707;
  color: #FFF;
  line-height: 1.4em;
  cursor: pointer;
}
#warning {
  border: 1px solid #CCC;
  background-color: #EEE;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #999999;
}
.error {
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
}
#pagination li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: 11px;
}
#pagination a:link,
#pagination a:visited {
  display: block;
  float: left;
  padding: 3px 6px;
  color: #C33;
  text-decoration: none;
}
#pagination .next a,
#pagination .previous a {
  font-weight: bold;
}
#pagination a {
  margin-right: 2px;
  border: 1px solid #CCC;
  color: #A11E06;
}
#pagination a:hover {
  border: 1px solid #C33;
}
tr.selected {
  background-color: orange;
}
.message h4 {
  font-size: 15px;
}
.end {
  text-align: right;
}
.unpaid {
  font-weight: bold;
  color: Red;
}
.paid {
  font-weight: bold;
  color: Green;
}
.total {
  border-top: 1px solid Black;
}
.message small {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
}
.process {
  margin-top: 50px;
}
.bold {
  font-weight: bold;
}
.sml {
  width: 50px;
}
.med {
  width: 100px;
}
.lrg {
  margin-left: 2px;
  width: 132px;
}
input.date {
  width: 20%;
}
input.medium {
  width: 65%;
}
input.big {
  width: 95%;
}
form .select {
  margin: 5px 5px 5px 0px;
  padding: 2px;
}
#balance {
  margin: 30px 0px 15px 0px;
}
#content {
  *position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul#items {
  list-style: none;
}
#CardsDiv {
  margin: 20px 0 0 0;
}
.linkBtn {
  margin: 0 0 0 2px;
  padding: 5px 29px;
  width: 90px;
  text-decoration: none;
  line-height: 25px;
}
.pre-paid,
.pre-paid-negative {
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.pre-paid {
  color: #666;
}
.pre-paid-negative {
  color: #c33;
}
html {
  height: 100%;
}
/*body#logon {
    margin: 0;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, @logon-gradient-start 0%, @logon-gradient-end 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@logon-gradient-start), color-stop(100%,@logon-gradient-end));
    background: -webkit-linear-gradient(top, @logon-gradient-start 0%,@logon-gradient-end 100%);
    background: -o-linear-gradient(top, @logon-gradient-start 0%,@logon-gradient-end 100%);
    background: -ms-linear-gradient(top, @logon-gradient-start 0%,@logon-gradient-end 100%);
    background: linear-gradient(top, @logon-gradient-start 0%,@logon-gradient-end 100%);
    background-color: @black;
    background-attachment: fixed;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}*/
#admin-wrapper {
  margin: 100px auto 50px auto;
  padding: 0px;
  width: 400px;
}
#admin-wrapper #logo {
  display: block;
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
}
#admin-wrapper fieldset {
  margin-top: 60px;
  /*padding: 15px 25px;*/
  /*border: 1px solid @th-background;*/
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /*background-color: @ui-dialog-bgcolour;*/
}
#admin-wrapper fieldset legend {
  display: inline;
  margin: 10px 0;
}
#admin-wrapper fieldset p {
  margin-bottom: 0;
}
#admin-wrapper fieldset label {
  margin: 0;
  text-transform: none;
  font-family: 'dinpro_medium', Verdana, Geneva, sans-serif;
}
#admin-wrapper fieldset div {
  margin: 0 0;
  text-align: left;
}
#admin-wrapper fieldset div .remember {
  text-align: right;
}
#admin-wrapper .align-right {
  padding-top: 20px;
  text-align: right;
  width: 305px;
}
#admin-wrapper #RememberMe {
  vertical-align: bottom;
  height: 18px;
}
#admin-wrapper label#remember {
  /*padding-left: 15px;
        text-indent: -15px;
        display: block;*/
}
#admin-wrapper input {
  padding: 3px;
  width: 75%;
  height: 20px;
}
#admin-wrapper input[type="checkbox"] {
  margin: 0;
  padding: 0;
  width: 20px;
}
#admin-wrapper input[type="submit"]#login_btn {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 25px;
  border: none;
  background-color: #F3283B;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
}
#admin-wrapper input[type="submit"]#login_btn:hover {
  /*background-position: 0px -280px;*/
}
.notification {
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  min-height: 26px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 26px;
  cursor: pointer;
}
.notification ul {
  margin: 0;
  list-style-type: none;
}
.notification strong {
  margin-right: 5px;
}
.notification p {
  margin: 0px;
  padding: 0px;
  color: #575757;
  font-size: 11px;
}
.message p {
  font-size: 11px;
}
.warning {
  border: 2px solid #FFC237;
  background-color: #FFEAA8;
  background-image: url(images/16x16/error.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #826200;
}
.success {
  border: 2px solid #99C600;
  background-color: #EFFFB9;
  background-image: url(images/16x16/accept.png);
  background-position: 5px 6px;
  background-repeat: no-repeat;
  color: #3C5A01;
}
.success p {
  margin-left: 28px;
  font-size: 14px;
}
.failure {
  border: 2px solid #F3283B;
  background-color: #FFF;
  background-image: url('images/16x16/exclamation.png');
  background-position: 5px 6px;
  background-repeat: no-repeat;
}
.failure p {
  margin-left: 28px;
  font-size: 14px;
  color: #F3283B;
}
.information {
  border: 2px solid #418ACC;
  background-color: #D0E4F4;
  background-image: url(images/16x16/information.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #235685;
}
.lightbulb {
  border: 2px solid #D3A350;
  background-color: #FEF0CB;
  background-image: url(images/16x16/lightbulb.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #835F21;
}
.messages {
  border: 2px solid #42B4FF;
  background-color: #9DDFFF;
  background-image: url(images/16x16/email.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #835F21;
}
#message {
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}
.input-validation-error,
.validation-summary-errors,
.validation-summary-errors ul li,
.field-validation-error,
.error {
  color: #F3283B;
}
.input-validation-error,
.validation-summary-errors,
.error {
  border: 1px solid #F3283B !important;
  background-color: #FFF;
}
.field-validation-error {
  display: block;
  margin-left: 50px;
}
.validation-summary-errors {
  margin: 10px 0;
  padding: 5px;
}
.validation-summary-errors ul li {
  margin: 0;
  list-style: none;
}
.margin-bottom {
  margin-bottom: 15px;
}
.btn_next {
  padding: 10px 40px;
  background: #fafafa;
  border: solid #e1e1e1 1px;
  border-bottom: 2px solid #e92536;
  /*color: #fff;*/
  text-transform: uppercase;
  border-radius: 0px;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
.rewards a img {
  margin-bottom: 4px;
  margin-right: 2px;
}
.btn_next:hover,
btn_next:visited {
  background: #e92536;
  color: #fff;
}