@import url(icons-stype.css);

/* [FB:28481] Why you do this bootstrap? */
@media print {
  a[href]:after {
    content: "" !important;
  }
}

/*************************************************************************/
/* Changes moved from spoiled bootstrap.css */
/*************************************************************************/
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color:#fff;
  -ms-overflow-style: scrollbar;
}

@media (max-width: 767px) {
    body,
    body.body-modal,
    body.body-message {
        padding: 0px;
    }
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  background-color:#fff;
}

p {
  margin: 0 0 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* only when ul doesn't have unstyled, list-style is individually diabled */
li.unstyled {
	list-style:none;
	margin-left:-20px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
  clear:both;
}

input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

legend + .control-group {
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom:15px;
  *zoom: 1;
}

.form-horizontal .control-label {
  float: left;
  /* width: 120px; */
  padding-top: 5px;
  text-align: left;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  /* margin-left: 140px; */
  *margin-left: 0;
}

.table th,
.table td {
  padding: 4px;
  /*line-height: 14px;*/
  /*line-height: normal;*/
  line-height: inherit;
  text-align: left;
  vertical-align:middle;
  border-top: 1px solid #dddddd;
}

.uncoloured tbody tr:hover td,
.uncoloured tbody tr:hover th {
  background-color: transparent;
}

img[disabled]
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.pull-right
{
    float: right !important;
}

.vertical_scroll_only
{
    overflow-y: auto;
    overflow-x: hidden;
}

.horizontal_scroll_only
{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.btn:hover {
  color: #333;
  text-decoration: none;
  /*background-color: #ccdd20;*/
  /*background-color: #85ad0d;*/
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -50px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn.active,
.btn:active {
  /*background-color: #ccdd20;*/
  /*background-color: #d9d9d9 \9;*/
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-primary,
.btn-primary:hover,
.btn-blue,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.btn-save,
.btn-save:hover,
.btn-update,
.btn-update:hover,
.btn-submit,
.btn-submit:hover,
.btn-exclude,
.btn-exclude:hover,
.btn-delete,
.btn-delete:hover,
.btn-delete-all,
.btn-delete-all:hover,
.btn-add,
.btn-add:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-submit.active,
.btn-save.active,
.btn-update.active,
.btn-exclude.active,
.btn-delete.active,
.btn-delete-all.active,
.btn-add.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-blue {
    background-color: #3A7ED3;
    *background-color: #3A7ED3;
    background-image: -ms-linear-gradient(top, #5FAFE4, #3A7ED3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5FAFE4), to(#3A7ED3));
    background-image: -webkit-linear-gradient(top, #5FAFE4, #3A7ED3);
    background-image: -o-linear-gradient(top, #5FAFE4, #3A7ED3);
    background-image: -moz-linear-gradient(top, #5FAFE4, #3A7ED3);
    background-image: linear-gradient(top, #5FAFE4, #3A7ED3);
    background-repeat: repeat-x;
    border-color: #3475CD #497AC2 #274291;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5FAFE4', endColorstr='#3A7ED3', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
    background-color: #3475CD;
    *background-color: #3475CD;
}


.btn-submit,
.btn-save,
.btn-update{
  background-color: #14c600;
  *background-color: #0eac00;
  background-image: -ms-linear-gradient(top, #14c600, #0eac00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#14c600), to(#0eac00));
  background-image: -webkit-linear-gradient(top, #14c600, #0eac00);
  background-image: -o-linear-gradient(top, #14c600, #0eac00);
  background-image: -moz-linear-gradient(top, #14c600, #0eac00);
  background-image: linear-gradient(top, #14c600, #0eac00);
  background-repeat: repeat-x;
  border-color: #0eac00 #0eac00 #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#14c600', endColorstr='#0eac00', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active,
.btn-submit.disabled,
.btn-submit[disabled],
.btn-save:hover,
.btn-save:focus,
.btn-save:active,
.btn-save.active,
.btn-save.disabled,
.btn-save[disabled],
.btn-update:hover,
.btn-update:focus,
.btn-update:active,
.btn-update.active,
.btn-update.disabled,
.btn-update[disabled] {
  background-color: #0eac00;
  *background-color: #0ead00;
}

.btn-submit:active,
.btn-submit.active,
.btn-save:active,
.btn-save.active,
.btn-update:active,
.btn-update.active  {
  background-color: #0da500 \9;
}

.btn-exclude {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-exclude:hover,
.btn-exclude:focus,
.btn-exclude:active,
.btn-exclude.active,
.btn-exclude.disabled,
.btn-exclude[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-exclude:active,
.btn-exclude.active {
  background-color: #c67605 \9;
}

.btn-delete {
  background-color: #da4f49;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active,
.btn-delete.active,
.btn-delete.disabled,
.btn-delete[disabled] {
  background-color: #bd362f;
}

.btn-delete:active,
.btn-delete.active {
  background-color: #942a25 \9;
}

.btn-delete-all {
    background-color: #da4f49;
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-delete-all:hover,
.btn-delete-all:focus,
.btn-delete-all:active,
.btn-delete-all.active,
.btn-delete-all.disabled,
.btn-delete-all[disabled] {
    background-color: #bd362f;
}

.btn-delete-all:active,
.btn-delete-all.active {
    background-color: #942a25 \9;
}


.btn-add {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-add:hover,
.btn-add:focus,
.btn-add:active,
.btn-add.active,
.btn-add.disabled,
.btn-add[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.btn-add:active,
.btn-add.active {
  background-color: #408140 \9;
}

.btn-group.open .btn-exclude.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-delete.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-add.dropdown-toggle {
  background-color: #51a351;
}

.btn-primary .caret,
.btn-exclude .caret,
.btn-delete .caret,
.btn-info .caret,
.btn-add .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.btn-full-width {
 box-sizing: border-box;
 width: 100%;
 overflow:hidden;
 text-overflow: ellipsis;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  /*background-color: #0088cc; **BLUE Colour Scheme**/
  background-color:#7A45B6;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-bottom-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  /*margin-bottom: 18px;*/
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #442177, #683c99);
  background-image: -ms-linear-gradient(top, #442177, #683c99);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#442177), to(#683c99));
  background-image: -webkit-linear-gradient(top, #442177, #683c99);
  background-image: -o-linear-gradient(top, #442177, #683c99);
  background-image: linear-gradient(top, #442177, #683c99);
  background-repeat: repeat-x;
/* No Border required
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#442177', endColorstr='#683c99', GradientType=0);
/*
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
*/
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar .nav ul.dropdown-menu > li > a,
.navbar .nav > li > a {
  float: none;
  padding: 9px 12px 10px;
  line-height:21px;
  color: #ddd;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav ul.dropdown-menu > li > a {
    /* duplication of navbar-inner */
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #442177, #683c99);
    background-image: -ms-linear-gradient(top, #442177, #683c99);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#442177), to(#683c99));
    background-image: -webkit-linear-gradient(top, #442177, #683c99);
    background-image: -o-linear-gradient(top, #442177, #683c99);
    background-image: linear-gradient(top, #442177, #683c99);
    background-repeat: repeat-x;
}

.navbar .nav ul.dropdown-menu > li > a:hover,
.navbar .nav ul.dropdown-menu > li > a:focus,
.navbar .nav ul.dropdown-menu .dropdown-submenu:hover > a,
.navbar .nav ul.dropdown-menu .dropdown-submenu:focus > a,
.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color:#442177;
  -moz-box-shadow:    inset 0 1px 3px 0 #000;
  -webkit-box-shadow: inset 0 1px 3px 0 #000;
  box-shadow:         inset 0 1px 3px 0 #000;
}

.navbar .nav ul.dropdown-menu > li.active > a,
.navbar .nav ul.dropdown-menu > li.active > a:hover,
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color:#683c99;
  text-decoration: none;
  background-color:#eee;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
  background-repeat: repeat-x;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    inset 0 1px 3px 0 #3c1a6b;
  -webkit-box-shadow: inset 0 1px 3px 0 #3c1a6b;
  box-shadow:         inset 0 1px 3px 0 #3c1a6b;

/* No Border required
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
*/
}

.navbar .nav
{
    margin: 0px;
}

.navbar .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0 -1px 0 0;
  overflow: hidden;
  background-color:#3c1a6b;
  border-right: 1px solid #683c99;
  border-left: none!important;
}

.navbar .nav ul.dropdown-menu li
{
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(center top , #442177, #683c99);
    background-repeat: repeat-x;
}

.navbar .nav ul.dropdown-menu { /* flush alignment */
    border: 0px;
    padding: 0px;
}
.navbar .nav > li > .dropdown-menu:before { /* hide the arrow */
    border: 0px;
}
.navbar .nav > li > .dropdown-menu:after { /* hide the arrow */
    border: 0px;
}

.navbar .nav ul.dropdown-menu li.divider-vertical {
    width: 200px;
    height: 1px;
    margin: -1px 0 0 0;
    overflow: hidden;
    background-color: #683c99;
    border-top: 1px solid #3c1a6b;
    border-bottom: none !important;
}

/* Auto Drop down http://stackoverflow.com/questions/8878033 */
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {margin-top: 0;}
/* END Auto Drop DOwn */

.pagination {
  height: 32px;
  margin: 15px 0;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height:30px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.modal.fade.in {
  /*top: 50%;*/
  /*top: 300px;*/
  /*top: 100px;*/
}

.tooltip-inner {
  max-width: 2000px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.popover{
  /* clashed with blockui */
  z-index: 990 !important;
}

.popover-title {
  padding: 9px 15px;
  line-height: 1;
  color:#FFFFFF;
  background-color: #3a7ed3;
  background-image: -ms-linear-gradient(top, #5fafe4, #3a7ed3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5fafe4), to(#3a7ed3));
  background-image: -webkit-linear-gradient(top, #5fafe4, #3a7ed3);
  background-image: -o-linear-gradient(top, #5fafe4, #3a7ed3);
  background-image: linear-gradient(top, #5fafe4, #3a7ed3);
  background-image: -moz-linear-gradient(top, #5fafe4, #3a7ed3);
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 14px;
  /*background-color: #ffca0e;*/
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
  cursor:help !important;
}

/*************************************************************************/
/* End of Changes moved from spoiled bootstrap.css */
/*************************************************************************/

html, body {
	height: 100%;
}
.body-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin:0 auto -80px auto;
}
.push { height:80px;}
.footer-wrapper {
  clear: both;
	width:100%;	
    background-color:#cedce9;
}


/*************************************************************************
** Default
*************************************************************************/
body
{
    /*background-color: #cedce9;*/
}

/* Gene's Additions */
.well{ margin-bottom: 5px; }
.heading-navigation { margin-bottom: 10px; }
.table { margin-bottom: 10px; }
/* table within a striped table should be inherit */
.table-striped table tbody tr:nth-child(2n+1) td,
.table-striped table tbody tr:nth-child(2n+1) th
{
  border: 0px;
  margin: 0px;
  padding: 0px 5px 0px 0px;
  background-color: inherit;
}
.table-striped table tbody tr:nth-child(2n+1) td:last-child,
.table-striped table tbody tr:nth-child(2n+1) th:last-child
{
  padding-right: 0px;
}
table tr td form { margin: 0px; }
.btn { white-space: nowrap; }
.column-layout { background-color: #FFFFFF; }
.chzn-choices > .search-field > .default { width: 100% !important; }
.chzn-search input { height: 26px; /* Because of border-box + padding */ }
.alert { margin-bottom: 10px; }
form { margin: 0px; }
.table-cell-alignment-top td { vertical-align:top; }
.no_word_wrap { white-space: nowrap; }
.break_word_wrap { white-space: normal; word-wrap: break-word; }
/* Gene's Additions */

.heading
{
  padding:3px 12px;
  margin-bottom:10px;
  *margin-left: .3em;
  line-height: 20px;
  *line-height: 22px;
  color: #FFF;
  /*text-shadow: 0 1px 1px rgba(200, 200, 200, 0.75);*/
  vertical-align: middle;
  background-color: #683c99;
  *background-color:#683c99;
  background-image: -ms-linear-gradient(top, #683c99, #442177);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#683c99), to(#442177));
  background-image: -webkit-linear-gradient(top, #683c99, #442177);
  background-image: -o-linear-gradient(top, #683c99, #442177);
  background-image: linear-gradient(top, #683c99, #442177);
  background-image: -moz-linear-gradient(top, #683c99, #442177);
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#683c99', endColorstr='#442177', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.heading-blue,
.blue-theme .heading
{
  background-color: #274291;
  *background-color:#274291;
  background-image: -ms-linear-gradient(top, #497ac2, #274291);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#497ac2), to(#274291));
  background-image: -webkit-linear-gradient(top, #497ac2, #274291);
  background-image: -o-linear-gradient(top, #497ac2, #274291);
  background-image: linear-gradient(top, #497ac2, #274291);
  background-image: -moz-linear-gradient(top, #497ac2, #274291);
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#497ac2', endColorstr='#274291', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.heading-red,
.red-theme .heading,
body.body-error .heading
{
  background-color: #be1212;
  *background-color:#be1212;
  background-image: -ms-linear-gradient(top, #e22727, #be1212);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e22727), to(#be1212));
  background-image: -webkit-linear-gradient(top, #e22727, #be1212);
  background-image: -o-linear-gradient(top, #e22727, #be1212);
  background-image: linear-gradient(top, #e22727, #be1212);
  background-image: -moz-linear-gradient(top, #e22727, #be1212);
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e22727', endColorstr='#be1212', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.heading-green,
.green-theme .heading
{
  background-color: #54b61d;
  *background-color:#54b61d;
  background-image: -ms-linear-gradient(top, #94d432, #54b61d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94d432), to(#54b61d));
  background-image: -webkit-linear-gradient(top, #94d432, #54b61d);
  background-image: -o-linear-gradient(top, #94d432, #54b61d);
  background-image: linear-gradient(top, #94d432, #54b61d);
  background-image: -moz-linear-gradient(top, #94d432, #54b61d);
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#94d432', endColorstr='#54b61d', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.heading-yellow,
.yellow-theme .heading
{
  background-color: #e88b00;
  *background-color:#e88b00;
  background-image: -ms-linear-gradient(top, #f1b800, #e88b00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1b800), to(#e88b00));
  background-image: -webkit-linear-gradient(top, #f1b800, #e88b00);
  background-image: -o-linear-gradient(top, #f1b800, #e88b00);
  background-image: linear-gradient(top, #f1b800, #e88b00);
  background-image: -moz-linear-gradient(top, #f1b800, #e88b00);
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f1b800', endColorstr='#e88b00', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.modal-header, /* Bootbox */
.heading-lightblue,
.lightblue-theme .heading
{
  background-color: #3a7ed3;
  *background-color:#3a7ed3;
    background-image: -moz-linear-gradient(top, #442177, #683c99);
    background-image: -ms-linear-gradient(top, #442177, #683c99);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#442177), to(#683c99));
    background-image: -webkit-linear-gradient(top, #442177, #683c99);
    background-image: -o-linear-gradient(top, #442177, #683c99);
    background-image: linear-gradient(top, #442177, #683c99);
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5fafe4', endColorstr='#3a7ed3', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.heading h1 {
  font-size:18px;
  font-weight:normal;
  margin:0;
  padding:0;
  display:inline-block;
}
.heading .info-heading {
    float:right;
    display:inline-block;
    line-height:35px;
    padding-right:5px;
}

.heading .info-heading-condensed
{
    line-height:20px;
}
h1.heading-dashboard {
	font-size:24px;
	font-weight:bold;
    color:#633894;
    margin-left:10px;
}

h1.heading-maintenance {
	font-size:24px;
	font-weight:bold;
    color:#be1212;
}

h2 {
    font-size:18px;
    color:#633894;
    margin-bottom:10px;
}

.cursor-hand
{
    cursor: hand;
}

.cursor-pointer
{
    cursor: pointer;
}

a { cursor:pointer; color:#633894;}
a:hover { color:#633894;}

.right { text-align:right !important;}
.centre { text-align:center !important;}

.nomargin { margin: 0px !important;}


.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.clear { clear:both;}
.spacer { height:10px;}
.spacer + .spacer { height: 0px;} /* ignores sibling spacers */

.spacer-small { height:5px;}
.padding-vertical, td.padding-vertical { padding-top:20px; padding-bottom:10px;}
.push-top { margin-top:10px;}
.push-bottom { margin-bottom:10px;}
.push-left { margin-left:10px;}
.push-right { margin-right:10px;}

.push-top-small { margin-top:8px;}

.input-75 { width:75px;}
.input-100 { width:100px;}

.line-through, .strike {text-decoration: line-through;} 

.asterisk {
    color:#f00;
    width:6px;
}

.table-no-border th, .table-no-border td{
    border:none !important;
}

.table th
{
  background-color:#E8E8E8;
}

th.cursor_hand.sort-by { 
  padding-right: 18px;
  position: relative;
}
th.cursor_hand.sort-by:before,
th.cursor_hand.sort-by:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}
th.cursor_hand.sort-by:before {
  border-bottom-color: #666;
  margin-top: -9px;
}
th.cursor_hand.sort-by:after {
  border-top-color: #666;
  margin-top: 1px;
}

/* Style a row outside of <thead> asif it were */
.table .table-header td,
.table .table-header th
{
    background-color:#E8E8E8 !important;
}

.table .table-footer-total td
{
  background-color:#F0F0F0 !important;
  border-top-width: 2px;
  border-top-color: #E0E0E0;
}

.table .table-footer-total td:nth-child(even)
{
  background-color:#ECECEC !important;
}

span.label-independent {
	display:inline-block;
	padding-top:5px;
}

.divider-dashed {
	height:1px;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #fff;
	margin:20px 0;
	clear:both;
}

.divider-solid {
	height:1px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
	margin:26px 0 18px 0;
	clear:both;
}

.transparent {
    opacity: 0.66 !important;
    filter: alpha(opacity=66) !important;
}



.transparentMore {
    opacity: 0.33 !important;
    filter: alpha(opacity=33) !important;
}

/*************************************************************************
** TOP Section
*************************************************************************/
.top-info {
    /*background: #cedce9 url(../img/bg-info-bar-repx.gif) repeat-x;*/
    background-color: #CBDAE8;
    color: #47596a;
    font-size:11px;
    line-height: 31px;
    /*padding-right: 10px;*/
    padding-right: 0px;
}

.top-browscap
{
  background-color: #a00000;
  color: #F0F0F0;
  padding: 5px;
  font-size:11px;
}
.top-browscap a
{
  color: #FFFFFF;
  text-decoration: none;
}
.top-browscap a:hover
{
  text-decoration: underline;
}

/*************************************************************************
** Navigation
*************************************************************************/
.nav-list a {
    font-size:11px;
}


.nav-list > .active > a,
.nav-list > .active > a:hover {
  /*background-color: #0088cc; **BLUE Colour Scheme**/
  background-color:#7A45B6;
}

/*************************************************************************
** hero-unit's custom for stock number display in bootstrap.css
*************************************************************************/
.wrapper-gray {
  padding:10px;
  margin-bottom:10px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/*************************************************************************
** Sidebar Fixed Width
*************************************************************************/

/*************************************************************************
** FORM CUSTOM
*************************************************************************/

label,
input,
button,
select,
textarea {
  font-size: 1em;
}

.input-block-medium {
  display: block;
  width:85%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}



select { vertical-align:top;}


.form-valign {
	display:inline-block;
	padding-top:5px;
}


.form-horizontal .control-group {
  margin-bottom:5px; /* Bottom margin between input fields */
  border-bottom:1px dashed #ccc;
  padding-bottom:5px; /* Top margin between input fields */
}

.form-horizontal.form-condensed .control-group
{
    border-bottom: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.form-horizontal .control-group:last-child {
    border:none;
    padding-bottom:5px;
}

/** Stock Assignment List **/
.dashboard-widget .control-group {
    border:none;
}
.dashboard-widget .control-group .control-label {
    width:95px;
}

legend {
  margin-bottom:0px;
  font-size: 14px;
  font-weight:bold;
  line-height:20px;
  color: #333333;
}

.controls span {}

.form-horizontal .controls-small {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 80px;
  *margin-left: 0;
}

.form-horizontal .control-label-small {
  float: left;
  width:20px;
  padding-top: 5px;
  text-align: left;
}
.form-horizontal .controls-small {
  padding-left: 0px;
}
/* Lead Management > Create New Lead Label */
.label-wider .control-label {
	width:220px;
}


/*************************************************************************
** FOOTER
*************************************************************************/
.footer {
    background-color:#cedce9;
    color: #47596a;
    font-size:1em;  
    padding-top:25px;
    padding-bottom:25px;
    border-top:1px solid #eee;  
    -webkit-box-shadow: 0px -5px 10px -5px #999;
       -moz-box-shadow: 0px -5px 10px -5px #999;
            box-shadow: 0px -5px 10px -5px #999;
}

.footer p, .footer a {
    font-size:11px;
}


/*************************************************************************
** Stylesheets by Vit
*************************************************************************/
/* This fixes +10px width */
.borderbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto !important;
}


.fixed500 {
    width: 500px;
}
.fixed300 {
    width: 300px;
}
.fixed250 {
    width: 250px;
}
.fixed200 {
    width: 200px;
}
.fixed175 {
    width: 175px;
}
.fixed150 {
    width: 150px;
}
.fixed125 {
    width: 125px;
}
.fixed100 {
    width: 100px;
}
.fixed75 {
    width: 75px;
}
.fixed50 {
    width: 50px;
}

/* I really don't want to break the above tags */

.fixed500important {
    width: 500px !important;
}

.fixed300important {
    width: 300px !important;
}

.fixed250important {
    width: 250px !important;
}
.fixed200important {
    width: 200px !important;
}

.fixed150important {
    width: 150px !important;
}
.fixed100important {
    width: 100px !important;
}
.fixed75important {
    width: 75px !important;
}
.fixed50important {
    width: 50px !important;
}


.text-small {
  font-size: smaller;
}
.text-large {
  font-size:1.2em;
}

.hide {
    display: none;
}

.print_only {
    display: none;
}

.popup_only                                 { display: none; }
body.body-modal-popup .popup_only           { display: inline; }
body.body-modal-popup div.popup_only        { display: block; }
body.body-modal-popup tr.popup_only         { display: table-row; }

body.body-modal .fullscreen_only            { display: none; }

.fancybox_only                              { display: none; }
body.body-modal-iframe .fancybox_only       { display: inline; }
body.body-modal-iframe div.fancybox_only    { display: block; }
body.body-modal-iframe tr.fancybox_only     { display: table-row; }

body.body-modal-iframe .not_fancybox        { display: none; }

.disable {
    Filter: Alpha(Opacity=50), Gray;
}

select.filter {
    font-size: 0.85em;
    width: auto;
}

.btn-nobottommargin {
    margin-bottom: 9px;
}

.nobottommargin {
    margin-bottom: 0px !important;
}

input[type="radio"].notopmargin, input[type="checkbox"].notopmargin {
    margin: -3px 0px 0px 0px;
}

input.bottommargin {
    margin-bottom: 5px;
}

body.popup {
    background-color: white;
    height: auto;
}

table.no-border td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 0px;
}

span.changed {
background-color: #ff0000;
    font-weight: bold;
    color: #ffff00;
}

.inline { display:inline;}
.inline-block, [class*="span"].inline-block { display:inline-block;}

#page_calendar  th.regular {
    background-color: #E0E0E0;
}

#page_calendar th.alert {
    background-color: #C00000;
    color: #FFFFFF;
}

#page_calendar th.current {
    background-color: #0080FF;
    color: #FFFFFF;
}

#page_calendar th.shaded {
    background-color: #E0E0E0;
    color: #AAAAAA;
}

#page_calendar table {
    width: 100%;
    border-color: #dcdcdc;
}

#lay_header {
    background-color: #ffffff;
}

/* use floatingscrollbar for an element (table, div) instead */
/*#main_content {*/
    /*overflow-x: auto; *//*shows horizontal scroll when it needed */
    /*overflow-x: hidden;*/
    /*-webkit-overflow-scrolling: touch; *//*shows horizontal scroll on iPad (iOs 5) */
/*}*/

/*************************************************************************
** Floating Scrollbar
*************************************************************************/
#floating-scrollbar { border-bottom: 0px solid #000 !important; }


.floatingscrollbar { overflow: auto; width: 100%; }

/* adapted from http://beautifulpixels.com/goodies/create-custom-webkit-scrollbar/ */
.webkit-scrollbar::-webkit-scrollbar,
.webkit-scrollbar + #floating-scrollbar::-webkit-scrollbar { height: 12px; }
::-webkit-scrollbar-button:start, ::-webkit-scrollbar-button:end { display: none; }
::-webkit-scrollbar-track-piece, ::-webkit-scrollbar-thumb { -webkit-border-radius: 8px; }
::-webkit-scrollbar-track-piece { background-color: #444; }
::-webkit-scrollbar-thumb:horizontal { width: 50px; background-color: #777; }
::-webkit-scrollbar-thumb:hover { background-color: #aaa; }


/*************************************************************************
** TO-DO on home page
*************************************************************************/
table.table_calendar {
  font-size: 11px;
  font-weight: bold;
  width: 100%;
}
table.table_calendar th, table.table_calendar td {
  width: 14%;
}
table.table_calendar th {
  background: #DDD;
  padding: 5px 5px;
}

table.table_calendar th.shaded {
background-color:#E0E0E0;
color:#AAAAAA;
}

table.table_calendar th.current {
background-color:#3A7ED3;
color:#FFFFFF;
}

table.table_calendar tr.row td {
font-size:7pt;
height:64px;
}

table.table_calendar td {
  padding: 5px 0;
  text-align: center;
}
table.table_calendar td.cell_cal_colour {
  background: #c0d5ee;
  color: #3a7ed3;
}
table.table_calendar td.cell_cal_grey {
  background: #e7e7e7;
  color: #AAA;
}
table.table_calendar td.cell_cal_today {
  background: #3a7ed3;
  color: #FFF;
}
table.table_calendar td.cell_cal_highlight {
    background: #94b8e5;
    color: #FFF;
}
table.table_calendar td.cell_cal_overdue {
  background: #C00000;
  color: #FFF;
}
table.table_calendar td.cell_cal_overdue a {
  color: #FFF;
}


/*************************************************************************
** Photolist - Thumbnails
*************************************************************************/

.table-photolist th,
.table-photolist td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #aaa;
}

.table-photolist tr.photo-row td {
  border-top: 1px dashed #ddd;
  vertical-align:middle;
}

.thumbnails {
	margin:8px 0 0 0;
	padding:0;
}

.thumbnails li {
	width:90px;
	margin:0;
	padding:0 8px 8px 0;
}
.thumbnail .caption {
	font-size:11px;
	color:#545454;
	line-height:16px;
	display:block;
	text-align:center;
	margin:0;
	padding:5px 0 0 0;
}

.thumbnail:hover,
.thumbnail:hover span { text-decoration:none;}

.info-heading .thumbnail
{
    border: 0px;
}
.info-heading .thumbnail img
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*************************************************************************
** Edit Page
*************************************************************************/
.thumb-small {
	width:60px;
	margin:0 0 0 10px;
}
.thumb-small > img {
  display: block;
  width:60px;
  margin-right: auto;
  margin-left: auto;
}

/** Options Pane **/
.option_list, .option_selected {
	width:98%;
}

.wrap-glass-options {
	display:inline-block;
	float:left;
	line-height:36px;
}
.wrap-clear-btn {
	width:115px;
	line-height:32px;
	float:right;	
	text-align:right;
}


.form-edit .controls a.btn-small, .btn-lookup {
	width:36px;
}
.input-append {
	width:100%;
}
a.lead-action {
	width:85px;
}


/*************************************************************************
** 1f - Stock Maintenance Reports & Internet Statistics
*************************************************************************/

.report-table, .report-chart {
	float:left;
	display:inline;
}
.report-table {
	width:60%;
}
.report-chart {
	width:40%;
}
.report-chart .pie-chart { text-align:right;}



ul.chart-colour-list { margin:10px 0 0 10px;}
ul.chart-colour-list li {
	line-height:22px;
}
ul.chart-colour-list li i{
	vertical-align:middle;
}

.link-stat span { font-size:1.1em;}
.link-stat i { text-decoration:none; margin-right:10px;}


/*************************************************************************
** Landing Page - Dashbaord Columns
*************************************************************************/
.dashboard-cols {
}

.dashboard-cols h1 {
	font-size:14px;
}


/* Render column layout
-------------------------------------------------- */
.column-layout {
  border:1px solid #ddd;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow:0 1px 2px rgba(0,0,0,.075);
          box-shadow:0 1px 2px rgba(0,0,0,.075);
}
.column-layout {
  margin-bottom:10px;
  padding:8px;
}

.column-layout .heading {
	margin-bottom:12px;
}

.column-layout .heading:only-child
{
    margin-bottom: 0px;
}

.column-layout h1 { float:left;}


.column-layout .column-layout-body {
	padding:0 3px;
	font-size:1em;
}
.column-layout .column-layout-body h3 {
	font-size:1.1em;
	margin:0 0 5px 0;
}
.column-layout .column-layout-body .table {
}
.column-layout .column-layout-body ul li {
	line-height:27px;
	border-bottom:1px dashed #ddd;
}
.column-layout .column-layout-body ul li span {
	display:inline-block;
	width:80px;
	font-weight:bold;
}

/* Column-layout for the right sidebar (on lead-management-2b.html) */
.column-layout h5 {
	padding:4px 0;
}
.column-list-right ul.with-icon {
	margin:0 0 10px 10px;
	list-style:none;
}
.column-list-right ul li {
	line-height:25px;
}


/*************************************************************************
** Lead Management - Light Blue
*************************************************************************/
.lightblue-theme  h2 {
	color:#0758be;
}

.lightblue-theme  a {
	/*color:#3a7ed3;*/
}

/* light blue left-nav for Lead Management */
.lightblue-theme .nav-list a { color:#3a7ed3;}
.lightblue-theme .nav-list > .active > a {
	background:#5fafe4;
	color:#fff;
}
.lightblue-theme .nav-list > .active > a {
	background:#5fafe4;
}

/*.lightblue-theme .btn { color:#333;}*/

.tbl-lead-details tbody tr td:nth-child(odd) {
  font-weight:bold;
  vertical-align:middle;
}
.tbl-lead-details select, .tbl-lead-details input {
	margin-bottom:3px;
}

.tbl-lead-details input[type="checkbox"] {
	margin:0 5px;
}
.tbl-lead-details label {
	display:inline-block;
	cursor:pointer;
}


/*************************************************************************
** eBay - Yellow
*************************************************************************/

/* yellow left-nav for ebay */
.yellow-theme .nav-list a { color:#e88b00;}
.yellow-theme .nav-list > .active > a {
	background:#f1b800;
	color:#fff;
}
.yellow-theme .nav-list > .active > a {
	background:#f1b800;
}

.yellow-theme .table td.right-align {
	text-align:right;
	padding-right:10px;
}

.ebay-info tr td{
	line-height:23px;
	padding:4px 5px;
	font-size:0.85em;
}

/*************************************************************************
** Site Maintenance - Red
*************************************************************************/

/* yellow left-nav for ebay */
.red-theme .nav-list a { color:#be1212;}
.red-theme .nav-list > .active > a {
	background: #be3310;
	color:#fff;
}
.red-theme .nav-list > .active > a {
	background:#be3310;
}

.red-theme .table td.right-align {
	text-align:right;
	padding-right:10px;
}

.ebay-info tr td{
	line-height:23px;
	padding:4px 5px;
	font-size:0.85em;
}

/*************************************************************************
** Show/Hide Menu
*************************************************************************/

.hide-menu {
	position:absolute;
	top:-3px;
	right:0;
	padding:4px 4px 4px 6px;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}

.hide-menu:hover {
	background-color: #e6e6e6;
	-moz-box-shadow:    inset 1px 1px 1px 1px #ccc;
	-webkit-box-shadow: inset 1px 1px 1px 1px #ccc;
	box-shadow:         inset 1px 1px 1px 1px #ccc;	
	border:0;
	padding:5px 5px 5px 7px;	
}

.hide-menu i {
	opacity:0.7;
	filter:alpha(opacity=70);	
}
.hide-menu:hover i {
	opacity:1.0;
	filter:alpha(opacity=100);	
}

.show-menu {
	border-radius:0 4px 4px 0;
	width:26px;
	height:auto;
	position:absolute;
	left:-1px;
	padding:5px 3px;
}
.show-menu:hover {
	background-color: #e6e6e6;
	-moz-box-shadow:    inset -1px 1px 3px #ccc;
	-webkit-box-shadow: inset -1px 1px 3px #ccc;
	box-shadow:         inset -1px 1px 3px #ccc;
	padding:5px 4px 5px 2px;
}
.show-menu i {
	opacity:0.7;
	filter:alpha(opacity=70);	
}
.show-menu:hover i {
	opacity:1.0;
	filter:alpha(opacity=100);
	margin-left:1px;
}	

/*************************************************************************
** Inline Input/select fields
*************************************************************************/

.form-inline {
    margin-bottom: 5px;
}

.form-inline .control-label {
    width:120px;
}
.form-inline input[class*="span"], .form-inline select[class*="span"] {
    display:inline-block;
}


/*************************************************************************
** To-Do Calendar
*************************************************************************/
.tbl-calendar {
  width:100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl-calendar th, 
.tbl-calendar td {
  width:14.2857%;
  padding:5px 4px;
  text-align:center;
  vertical-align:middle;
  border: 1px solid #fff;
}


.tbl-calendar td {
    height: 80px;
}

.tbl-calendar th {
	background:#d7dee1;
}

/* Normal Days */
.tbl-calendar tr.days td {
	background:#c0d5ee;
	color:#0758be;
	font-weight:bold;
	height:20px;
    padding:5px 10px 5px 10px;
}

.tbl-calendar td.current,
.tbl-calendar td.day,
.tbl-calendar td.highlight,
.tbl-calendar td.disabled {
  vertical-align: top;
}

.tbl-calendar tr.days td {
    vertical-align: middle;
}

.day_container
{
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
}

.portlet .tbl-calendar tr.days td {
	height:30px;
}

.tbl-calendar  tr td {
	background:#e9f3ff;
	color:#3a7ed3;
	font-size:0.9em;
}

/* Today */
.tbl-calendar tr.days td.current {
	background:#3a7ed3;
	color:#fff;
}

.tbl-calendar  tr.days td.event {
	background:#ff8000;
	color:#fff;
}

.tbl-calendar  tr.days td.event a,
.tbl-calendar  tr.days td.current a,
.tbl-calendar  tr.days td.alert a
{
	color:#ffffff;
}

.tbl-calendar  tr.days td.disabled a
{
    color:#aaa;
}

.tbl-calendar  tr.days td.alert {
    border-radius: 0px;
	background:#c00000;
	color:#fff;
}

/* Disabled Days */
.tbl-calendar tr td.disabled {
	background:#efefef;
	color:#aaa;
	font-style:italic;
	font-size:0.9em;
}
.tbl-calendar tr.days td.disabled {
	background:#dedede;
	color:#aaa;
	font-size:1.0em;
	font-style:normal;	
}

/***************************************************************
 ********Dashboard landing - flexible widget *******************
 **************************************************************/
.dashboard-widget .row-fluid .span-fluid {
	margin:0 0.3%;
    width: 32.7%;
    *width: 32.7%;
}
@media (min-width: 979px)
{
    .dashboard-widget .row-fluid .span-fluid .column-layout {
        min-height:380px;
        max-height:380px;
    }
    div.portlet-content {
        min-height:280px;
        max-height:320px;
        overflow-y:auto;
    }
}

/* Certificates - table margin */
.tbl-margin-bottom td {
    padding-bottom:5px;
}
.tbl-margin-top td {
    padding-top:10px;
}
/* Certificates - Inventory Table View */
.tbl-horizontal-colums tr td {
    padding:0 5px 0 6px;
}
.tbl-horizontal-colums tr td span {
    vertical-align:middle;
}
.tbl-horizontal-colums input, 
.tbl-horizontal-colums select {
    margin-bottom:0;
}


@media screen and (max-width: 1200px) {

    body:not(.body-modal) .heading h1 {
	  font-size:14px;
	  font-weight:normal;
	  margin:0;
	  padding:0;
	}
	.span4 .heading .info-heading,
	.span6 .heading .info-heading {
/*
		float:none;
		display:block;
		line-height:18px;
		padding:0;
		text-align:center;
		margin:0 auto 10px auto;
*/
	}
    .column-layout {
      margin-bottom:15px;
    }
	.span4 .column-layout .heading, 
	.span6 .column-layout .heading { text-align:center;}
	
	.span4 .column-layout h1, 
	.span6 .column-layout h1 { float:none; text-align:center;}
	
	.heading .info-heading a{ margin:0 2px;}

	.dashboard-widget .row-fluid .span-fluid {
		width: 49.4%;
		*width: 49.4%;
	}	
}

@media (max-width: 979px) {

    .show-menu { display:none;}

    .dashboard-widget .row-fluid .span-fluid {
        width: 100%;
        *width: 99.94680851063829%;
        margin:0;
    }
}

@media screen and (max-width: 767px) {

    body.body-modal .heading h1 {
        font-size:14px;
    }

}

div.quicklinks {
	text-align: center;
	padding-top: 10px;
	height: 42px;
}

table.widget {
    max-height:300px;
}

input.warning, select.warning,  a.warning span {
  color: #C06200;
  border-color: orange;
}

tr.row_alt1 {
  background-color: #e6ebf0;
  }
tr.row_alt3 {
  background-color: #e5f9b1;
  }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  margin: 5px;
  background-color: #0055cc;
  color: white;
  font-weight: lighter;
}

.modal-body {
  font-size: 16px;
}

html.body-modal, body.body-modal,
html.body-message, body.body-message {
  height: auto;
}

body.body-modal .body-wrapper,
body.body-message .body-wrapper {
  min-height: 0px;
  margin: 0px;
}

/*body.popup .container-fluid.padding-vertical,*/
/*body.body-modal .container-fluid.padding-vertical*/
/*{*/
    /*padding-bottom: 20px;*/
/*}*/

.form-horizontal .control-group-condensed {
  border-bottom-width: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.table-striped-vertical tbody td:nth-child(even),
.table-striped-vertical tbody td:nth-child(even) {
  background-color: #f6f6f6;
}

.table-striped-vertical tbody tr:nth-child(odd) td:nth-child(even),
.table-striped-vertical tbody tr:nth-child(odd) td:nth-child(even) {
  background-color: #f3f3f3;
}
/* body-modal */
body.body-modal #top-info,
body.body-modal #lay_header,
body.body-modal #sidebar-fixed,
body.body-modal .body-wrapper .push,
body.body-modal #navbar,
body.body-modal .footer-wrapper,
body.body-fromhost #lay_header,
body.body-fromhost #sidebar-fixed,
body.body-fromhost #navbar,
/* message and error pages */
body.body-message #top-info,
body.body-message #lay_header,
body.body-message #sidebar-fixed,
body.body-message .body-wrapper .push,
body.body-message #navbar,
body.body-message .footer-wrapper
{
  display:none !important;
}

.fancybox-skin
{
  background-color: #FFFFFF !important;
}

.table-unstripe tbody tr:nth-child(n) td,
.table-unstripe tbody tr:nth-child(n) th
.table-unstripe tbody td:nth-child(n),
.table-unstripe tbody tr:nth-child(n) td:nth-child(n)
{
  background-color: inherit;
}

@media (max-width: 767px)
{
    .uv-icon
    {
        display: none !important;
    }
}

@media (min-width: 768px) {
    /* For creating a row-fluid span6 two colum layout */
    .row-fluid-two-column > .span6:nth-child(odd)
    {
        margin-left: 0px;
    }
    /* For creating a row-fluid span4 three colum layout */
    .row-fluid-three-column > .span4:nth-child(3n+4)
    {
        margin-left: 0px;
    }
    /* For creating a row-fluid span3 four colum layout */
    .row-fluid-four-column > .span3:nth-child(4n+5)
    {
        margin-left: 0px;
    }
}
/* For creating a row-fluid span6 two colum layout */
/* For creating a row-fluid span4 three colum layout */
/* For creating a row-fluid span3 four colum layout */
.row-fluid-with-padding.row-fluid-two-column > .span6,
.row-fluid-with-padding.row-fluid-three-column > .span4,
.row-fluid-with-padding.row-fluid-four-column > .span3
{
    margin-bottom: 10px;
}

table.nowrap td,
table.nowrap th
{
  white-space: nowrap;
}

table.leftalign td,
table.leftalign th
{
  text-align: left;
}

.error {
  color: #FF0000;
}

.text-justify
{
  text-align: justify;
}

.siteMaintenanceSupportButtonSmall .btn {
  padding: 5px 20px 5px 20px;
  width: 100%;
  height: 30px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.siteMaintenanceSupportButtonLarge .btn {
  padding: 5px 20px 5px 20px;
  width: 100%;
  height: 80px;
  line-height: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.colour_green,
.colour_green *:not(.label)
    {color: #008000 !important;}
.colour_red,
.colour_red *:not(.label)
    {color: #800000 !important;}
.colour_light_red,
.colour_light_red *:not(.label)
    {color: #FF0000 !important;}
.colour_dark_grey,
.colour_dark_grey *:not(.label)
    {color: #606060 !important;}
.colour_grey,
.colour_grey *:not(.label)
    {color: #808080 !important;}
.colour_light_grey,
.colour_light_grey *:not(.label)
    {color: #C0C0C0 !important;}
.colour_blue,
.colour_blue *:not(.label)
    {color: #000080 !important;}
.colour_light_blue,
.colour_light_blue *:not(.label)
{color: #0000FF !important;}

.cursor_hand    {cursor:pointer !important;}
.cursor_no      {cursor:no-drop !important;}
.cursor_help    {cursor:help !important;}
.cursor_wait    {cursor:wait !important;}
.cursor_sort    {cursor : url("../../images/sort.cur"),hand !important;}

table.table-condensed-more th,
table.table-condensed-more td
{
    padding: 2px 2px 2px 6px;
}

table.table-borderless td,
table.table-borderless th
{
    border: 0;
}

/* The things you gota do to get a bordered table... */

.table-bordered-outside {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered-outside th:first-child,
.table-bordered-outside td:first-child {
    border-left: 1px solid #dddddd;
}

.table-bordered-outside caption + thead tr:first-child th,
.table-bordered-outside caption + tbody tr:first-child th,
.table-bordered-outside caption + tbody tr:first-child td,
.table-bordered-outside colgroup + thead tr:first-child th,
.table-bordered-outside colgroup + tbody tr:first-child th,
.table-bordered-outside colgroup + tbody tr:first-child td,
.table-bordered-outside thead:first-child tr:first-child th,
.table-bordered-outside tbody:first-child tr:first-child th,
.table-bordered-outside tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered-outside thead:first-child tr:first-child > th:first-child,
.table-bordered-outside tbody:first-child tr:first-child > td:first-child,
.table-bordered-outside tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered-outside thead:first-child tr:first-child > th:last-child,
.table-bordered-outside tbody:first-child tr:first-child > td:last-child,
.table-bordered-outside tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-bordered-outside thead:last-child tr:last-child > th:first-child,
.table-bordered-outside tbody:last-child tr:last-child > td:first-child,
.table-bordered-outside tbody:last-child tr:last-child > th:first-child,
.table-bordered-outside tfoot:last-child tr:last-child > td:first-child,
.table-bordered-outside tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-bordered-outside thead:last-child tr:last-child > th:last-child,
.table-bordered-outside tbody:last-child tr:last-child > td:last-child,
.table-bordered-outside tbody:last-child tr:last-child > th:last-child,
.table-bordered-outside tfoot:last-child tr:last-child > td:last-child,
.table-bordered-outside tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-bordered-outside tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered-outside tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered-outside caption + thead tr:first-child th:first-child,
.table-bordered-outside caption + tbody tr:first-child td:first-child,
.table-bordered-outside colgroup + thead tr:first-child th:first-child,
.table-bordered-outside colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered-outside caption + thead tr:first-child th:last-child,
.table-bordered-outside caption + tbody tr:first-child td:last-child,
.table-bordered-outside colgroup + thead tr:first-child th:last-child,
.table-bordered-outside colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

table.table-background-transparent td,
table.table-background-transparent th,
table.table-background-transparent td:hover,
table.table-background-transparent th:hover
{
    background: transparent !important;
}

/* Stock item options div*/
.stock_item_options {
    width:100%;
    height:250px;
    overflow-y:scroll;
    border: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

.stock_item_options ul{
    list-style-type: none;
}
.stock_item_options li{
    cursor: pointer;
}

.datepicker.dropdown-menu {
    z-index: 20000 !important;
}

.btn-row
{
    display: inline-block;
    line-height: 26px;
    margin-right: 5px;
}

.btn-row.pull-left
{
    margin-left: 5px;
    margin-right: 0px;
}

/* OLD STYLE ROW HOVERS */

/*tr.row_hover td
{
    background-color: #d9e6f3 !important;
    color: 002b56 !important;
}
tr.row_hover td.alt
{
    background-color: #cfdbe8 !important;
    color: 002b56 !important;
}
tr.row_hover td a,
tr.row_hover td.alt a
{
    color: #FF8000 !important;
}*/

tr.row_selected td
{
    background-color: #ffecd9 !important;
    color: #7f4000 !important;
}

tr.row_hover_selected td
{
    background-color: #ffd9b2 !important;
    color: #7f4000 !important;
}
tr.row_hover_selected td a,
tr.row_selected td a
{
    color: #bf6000 !important;
}

.xmldebugwindow textarea
{
    width:100%;
    max-width:100%;
    min-width:100%;
}

.lead_management_reporting_menu_item ul
{
    margin-left: 45px;
}
.lead_management_reporting_menu_item ul li
{
    line-height: 11pt;
    font-size: 10pt;
}

table.table_with_overflow_column
{
    box-sizing: border-box;
    table-layout: fixed;
}
table.table_with_overflow_column th.table_with_overflow_column div.table_with_overflow_column,
table.table_with_overflow_column td.table_with_overflow_column div.table_with_overflow_column
{
    overflow-x: hidden;
    text-overflow:ellipsis;
}

table.table_with_overflow_column th.table_with_overflow_column div.table_with_overflow_column.table_with_overflow_column_floating_scrollbar_disabled,
table.table_with_overflow_column td.table_with_overflow_column div.table_with_overflow_column.table_with_overflow_column_floating_scrollbar_disabled
{
    overflow-x: visible;
}


/* when "onHoverShowChild" is hovered, any "onHoverShowChildTarget" children show */
.onHoverShowChild:hover .onHoverShowChildTarget
{
    display: inline-block;
}

/* when mainbody follows navbar, remove some padding */
body:not(.body-fromhost):not(.body-modal):not(.body-message) #navbar.navbar + #mainbody.container-fluid
{
    padding-top: 0px;
}

.alert h4
{
  font-size: 10pt;
}

img { max-width: inherit !important; }

/* fonts */
@font-face {
       font-family: 'Neutraliser Serif Regular';
       src: url('neutser.eot');
       src: local('Neutraliser Serif Regular'),
           url('neutser.ttf') format('truetype'),
           url('neutser.svg#font') format('svg');
 }

#welcome img {
  max-width: 100% !important;
}

#welcome h1 {
  margin-top: 15px;
  font-size: 28px;
  color: #0070c0;
  font-family: 'Neutraliser Serif Regular', Helvetica, Arial, sans-serif;
}

#welcome h2 {
  line-height: 20px;
  font-size: 14px;
  color: #0070c0;
}

#welcome a {
  color: #0070c0;
  text-decoration: underline;
}

#welcome, #welcome p {
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.options_select
{
	margin-top: 5px;
	width: 100%;
	height: 250px;
	overflow-y: scroll;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #F5F5F5;
}

#source_list.nav.nav-list a,
#dest_list.nav.nav-list a
{
	 font-size: 13px;
}

.well.well-small
{
    padding: 10px;
}

input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*******************************************************************
 * EBAY CATALOGUE MANAGEMENT
 ******************************************************************/
table.table-form { width: 100%; border-spacing: 5px; border-collapse: separate; }
table.table-form tr { margin-bottom: 10px; }
.table-form .row-label label { margin-bottom: 0; }
.table-form .row-input input,
.table-form .row-input select,
.table-form .row-input textarea { margin-bottom: 0; }
.table-form .btn-nobottommargin { margin-bottom: 2px; }

/*******************************************************************
 * LEAD MANAGEMENT EMAIL EDITOR
 ******************************************************************/
#page_menu_new { margin-bottom: 10px; }
.icon-red { color: #FF0000; }

/*.fancybox-close
{
    right: 0px !important;
    top: -5px !important;
    margin-top: -28px !important;
    background-image: url(../../asset/img/fancybox_close_button.png) !important;
    background-color: #FFFFFF;
    height: 29px !important;
    width: 64px !important;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 4px 4px 4px 4px;
    z-index: -1 !important;
}

.fancybox-type-image .fancybox-close
{

    background-image: inherit !important;
    top: -15px !important;
    border-width: 0px;
    border-radius: 0px;
}*/

.fancybox-close-bootstrap
{
/*    right: 0px;
    top: 0px;*/
    position: absolute;
}

.ui-sortable .ui-state-default
{
    cursor: move;
}
.ui-sortable .ui-state-default:hover
{
    background-color: #FFFFFF;
}
.ui-sortable .ui-sortable-helper
{
    cursor: help;
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 1px;
    box-shadow: 5px 5px 5px #E0E0E0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ui-sortable .ui-sortable-placeholder
{
    border-style: dashed;
    border-color: #C0C0C0;
    border-width: 1px;
    visibility: visible !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

body .body-modal-show
{
  display: none;
}
body.body-modal div.body-modal-show
{
  display: block;
}
body.body-modal span.body-modal-show
{
  display: inline;
}
body.body-modal .body-modal-show.btn
{
  display: inline-block;
}
body.body-modal .body-modal-hide
{
  display: none;
}

.message_iframe
{
    height: 400px;
    min-height: 400px;
    width: 100%;
}

.input-micro {
  width: 30px;
}

select.input-mini {
    width: 74px;
}

select.input-small {
    width: 104px;
}

select.input-medium {
    width: 164px;
}

select.input-large {
    width: 224px;
}

select.input-xlarge {
    width: 284px;
}

select.input-xxlarge {
    width: 544px;
}

/*******************************************************************
 * USERVOICE REPLACEMENT
 ******************************************************************/
#feedback_popup_screenshot_area_blocker,
#feedback_popup_screenshot_area {
    height: 100%;
}
body.taking_screenshot #feedback_popup_screenshot_area_blocker,
body.taking_screenshot #feedback_popup_screenshot_area {
    height: auto;
}
body.taking_screenshot #lay_header,
body.taking_screenshot .footer-wrapper
{
    display: none;
}
body.taking_screenshot #feedback_popup_screenshot_area
{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#feedback_popup_floatie {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100000;
}
#feedback_popup_floatie img {
    opacity: 0.25;
    filter: alpha(opacity=25);
}
#feedback_popup_floatie img:hover {
    opacity: 0.66;
    filter: alpha(opacity=66);
}
#feedback_popup {
    width: 400px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100000;
}
#feedback_popup .column-layout
{
    margin-bottom: 0px;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
}
#feedback_popup textarea {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
}
/*******************************************************************
 * FORM VALIDATION STYLES
 ******************************************************************/
.validation-invalid {
    border-color: #e9322d !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7 !important;
       -moz-box-shadow: 0 0 6px #f8b9b7 !important;
            box-shadow: 0 0 6px #f8b9b7 !important;
}
.validation-failed {
    border-color: #FF8000 !important;
    -webkit-box-shadow: 0 0 6px #F8E2CD !important;
       -moz-box-shadow: 0 0 6px #F8E2CD !important;
            box-shadow: 0 0 6px #F8E2CD !important;
}

/* Multiple Select */
.ms-drop label
{
    white-space: nowrap;
}
.ms-drop ul
{
    overflow-x: hidden !important;
    text-overflow: ellipsis;
}

.responsive-image-resize
{
  max-width: 100% !important;
  height: auto !important;
}
/*******************************************************************
 * PHOTO MANAGEMENT TOGGLE TILE MODE
 ******************************************************************/
.tile-mode-show {display: none;}
.tile-mode .tile-mode-show {display: inline-block;}
.tile-mode .tile-mode-hide,.tile-mode.tile-mode-hide {display: none;}
.tile-mode li {display:inline-block;}

.special-width-180 {
  width: 180px !important;
}

/*
   A fancy checkbox
*/
input[type='checkbox'].tags-checkbox:checked + label > i:first-of-type,
input[type='checkbox'].tags-checkbox + label > i:last-of-type{
    display: none;
}
input[type='checkbox'].tags-checkbox:checked + label > i:last-of-type {
    display: inline-block;
}
/*******************************************************************
 * USER SETTINGS DROPDOWN
 ******************************************************************/
.user-settings-container{
    display: none;
    position: absolute;
    z-index: 100001;
    right: 0;
    background-clip: padding-box;
    background-color: #ffffff;
    /*border: 0px solid #dedede;
    border-collapse: collapse;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px 0 0 0;
    text-align: left;
}

.user-settings-container .option-list{list-style: outside none none; margin-left:0; margin-bottom: 0;}

.user-settings-container .user-info{padding: 15px 15px 15px 30px;}
.user-settings-container .user-details, .user-settings-container .user-img{display: inline-block; vertical-align:top;}
.user-settings-container .user-details{padding-left:5px; font-size: 14px; line-height: 20px;}

.user-settings-container .option-list li{font-size: 15px; border-top: 1px solid #EBEBEB;}
.user-settings-container .option-list li a{padding: 10px 30px; display: block;}
.user-settings-container .option-list li:hover{background-color: #EBEBEB;}
.user-settings-container .option-list li a, .user-settings-container .option-list a:hover{text-decoration: none; color: #000 !important;}


.clickable-row{cursor: pointer;}
#chart_div div, #chart_div div svg {width: 100% !important;}

/*APPRAISED BY*/
.custom-nav {
    margin: 10px 0 !important;
}

.custom-nav li{
    text-align: left;
}

/*SWITCHING MECHANISM*/
#block-switching-container {
  background: #6fb440;
  color: #ffffff;
  line-height: 23px;
  font-weight: 600;
  padding-top: 5px;
}
#block-switching-container i {
  font-size: 14px;
}
#block-switching-container a {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

#block-switching-container a.fade-text {
  opacity: 0.7;
}

#block-switching-container .left {
  font-weight: normal;
}

#block-switching-container .left strong {
  margin: 0 5px 0 0;
}

#block-switching-container .left i {
  margin: 0 10px 0 5px;
}

#block-switching-container .right a {
  margin: 0 5px 0 0;
}

.block-switch-views .fa{
    padding-right: 5px;
}

.block-switch-views {
    position: relative;

}

.block-switch-views .tooltip-text {
    visibility: hidden;
    background-color: #273A4A;
    color: #E3E6E8;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 50%;
    margin-left: -60px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 0;
}



.block-switch-views .btn-switch-view{
    background-image: none;
    background-color: #fff;
    font-size: 13px;
    border-radius: 0;
    color: #333;
}

@media screen and (min-width: 768px){
    .block-switch-views{
        float: right;
        display: inline-block;
        line-height: 35px;
        padding-right: 5px;
        margin-top:2px;
    }

    .block-switch-views .tooltip-text::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #273A4A transparent;
    }

    .block-switch-views:hover .tooltip-text {
        visibility: visible;
    }
}
@media screen and (max-width: 767px){
    .block-switch-views{
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }

    .block-switch-views .btn-switch-view{
        padding-top: 6px;
        font-size: 14px;
        padding-bottom: 6px;
    }
}


@media screen and (max-width: 768px)
{
  #block-switching-container .left {
    text-align: center !important;
  }
  #block-switching-container .right {
    text-align: center !important;
    margin-top: 10px;
  }
}