/* theme *//* =================================================================== INTEL =================================================================== *//*!
 * Bootstrap v2.0.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
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 #333333;
  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 {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
body {
  margin: 0;
  font-family: Arial, sans-serif, 'Helvetica CE';
  font-size: 13px;
  line-height: 16px;
  color: #373737;
  background-color: white;
}
a {
  color: #22a914;
  text-decoration: none;
}
a:hover {
  color: #14650c;
  text-decoration: none;
}
.custom-scroll {
  overflow: hidden !important;
}
.custom-hscrollbar,
.custom-vscrollbar {
  position: absolute;
  z-index: 999000;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../Common/img/old-browsers/grey20.png);
  background: rgba(128, 128, 128, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.custom-hscrollbar {
  height: 8px;
}
.custom-vscrollbar {
  width: 8px;
}
.custom-hscrollbar > div,
.custom-vscrollbar > div {
  position: absolute;
  background: url(../Common/img/old-browsers/grey50.png);
  background: rgba(128, 128, 128, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.custom-hscrollbar > div {
  top: 0;
  bottom: 0;
}
.custom-vscrollbar > div {
  left: 0;
  right: 0;
}
.row {
  margin-left: -20px;
  *zoom: 1;
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12,
.container {
  width: 940px;
}
.offset1 {
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 1.3%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span1 {
  width: 6.38%;
}
.row-fluid > .span2 {
  width: 14.98%;
}
.row-fluid > .span3 {
  width: 23.57%;
}
.row-fluid > .span4 {
  width: 32.42%;
}
.row-fluid > .span5 {
  width: 40.76%;
}
.row-fluid > .span6 {
  width: 49.35%;
}
.row-fluid > .span7 {
  width: 57.94%;
}
.row-fluid > .span8 {
  width: 65.67%;
}
.row-fluid > .span9 {
  width: 75.13%;
}
.row-fluid > .span10 {
  width: 83.72%;
}
.row-fluid > .span11 {
  width: 92.31%;
}
.row-fluid > .span12 {
  width: 100.05%;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
html.login {
  height: 100%;
}
html.login body {
  height: 100%;
  background-color: #f2f7fb;
  background-image: -moz-linear-gradient(top, white, #dfeaf6);
  background-image: -ms-linear-gradient(top, white, #dfeaf6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#dfeaf6));
  background-image: -webkit-linear-gradient(top, white, #dfeaf6);
  background-image: -o-linear-gradient(top, white, #dfeaf6);
  background-image: linear-gradient(top, white, #dfeaf6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dfeaf6', GradientType=0);
  min-width: auto;
}
html.login  div.checker {
  margin-right: 0px;
}
.login-container {
  width: 100%;
  margin: 0 auto;
  top: 25%;
  position: relative;
  height: 229px;
}
.login-container .login-innercontainer {
  width: 340px;
  margin: 0 auto;
}
.login-container ul {
  margin: 0;
}
.login-container .login-form-inner .divider-tiny {
  display: none;
}
.login-container .login-form-inner .loginpanel input {
  width: 225px;
  background: transparent;
  border: none;
  color: #7aa6df;
  margin: 0 0 0 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.login-container .login-form-inner .loginpanel input:focus {
  border-color: transparent ;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px #56a5f6;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px #56a5f6;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px #56a5f6;
  outline: 0;
  color: #0c5fba;
  outline: none \9;
  /* IE6-9 */

}
.login-container .login-form-inner .loginpanel .control-group {
  border-top: solid 1px #a7c9ee;
  border-bottom: solid 1px white;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 9px;
  border: solid 1px #a7c9ee;
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(top, white, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  box-shadow: 0px 0px 3px #b9d6ff;
}
.login-container .login-form-inner .loginpanel .control-group .pull-left {
  color: #656565;
}
.login-container .login-form-inner .loginpanel .control-group .control-group.error a {
  border: none;
}
.login-container .login-form-inner .loginpanel .control-group.error a {
  color: #656565;
}
.login-container .login-form-inner .btn-primary {
  padding: 5px 20px;
  font-size: 12px;
}
.login-container .login-form-inner a {
  color: #656565;
}
.login-container .login-form-inner .control-group.error a {
  color: #656565;
}
.login-container .login-form-inner input[type="checkbox"] {
  top: -1px;
  position: relative;
}
.login-container .login-title {
  margin-bottom: 9px;
  min-height: 30px;
  overflow: auto;
}
.login-container .companylogo {
  text-align: center;
  margin: 0 10px 0px 0;
  padding: 10px 0 0;
}
.login-container .companylogo img {
  max-widht: 210px;
}
.login-container .IntelInsurancelogo {
  margin-top: 14px;
}
.login-container .forgotlink {
  padding-top: 7px;
}
.login-container .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 6px 8px;
}
p {
  margin: 0 ;
  font-family: Arial, sans-serif, 'Helvetica CE';
  line-height: 16px;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #3e3e3e;
  text-rendering: optimizelegibility;
  font-family: arial, "Open Sans", sans-serif;
  font-weight: 300;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 label,
h2 label,
h3 label,
h4 label,
h5 label,
h6 label {
  font-size: 12px;
}
.font-large {
  font-size: 33px;
}
h1:first-child {
  margin-top: 0px;
}
.label1 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial, "Open Sans", sans-serif;
  text-transform: capitalize ;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}
.inner-control-label {
  display: inline-block;
  margin: 5px 5px 0 15px;
}
h4,
h5,
h6 {
  line-height: 16px;
}
.page-header {
  padding-bottom: 15px;
  margin: 16px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 8px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 16px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 16px;
}
dt,
dd {
  line-height: 16px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 8px;
}
hr {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid #dbdbdb;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 16px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
blockquote small {
  display: block;
  line-height: 16px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 16px;
  line-height: 16px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #3e3e3e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 3px 4px;
  color: #222222;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
}
pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 16px;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 16px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 19.5px;
  line-height: 32px;
  color: #3e3e3e;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
legend small {
  font-size: 12px;
  color: #999999;
}
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}
input,
button,
select,
textarea {
  font-family: arial, verdana;
}
label {
  color: #222222;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 205px;
  height: 16px;
  padding: 5px 6px ;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 16px;
  color: #3e3e3e;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: white;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: white;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input:focus,
textarea:focus {
  border-color: #56a5f6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #56a5f6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #56a5f6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #56a5f6;
  outline: 0;
  outline: none  \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.boxfocus {
  border-color: #56a5f6;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.9), 0 0 8px #56a5f6;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.9), 0 0 8px #56a5f6;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.9), 0 0 8px #56a5f6;
  outline: 0;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: whitesmoke;
  border-color: #dddddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning > div > label {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
.control-group.warning a {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus,
.control-group.warning a:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error > div > label {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea,
.control-group.error a {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus,
.control-group.error a:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success > div > label {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea,
.control-group.success a {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus,
.control-group.success a:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 15px 20px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
}
.form-heading {
  padding: 15px 20px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-top: none;
  padding: 10px ;
  font-size: 25px;
  line-height: 25px;
  border-bottom: 1px solid #dddddd;
}
.form-heading-small {
  padding: 15px 20px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-top: none;
  padding: 10px ;
  font-size: 25px;
  line-height: 25px;
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
  padding: 5px;
}
.uneditable-input {
  display: block;
  background-color: white;
  border-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
  *zoom: 1;
  clear: both;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #cccccc;
}
.input-prepend .add-on,
.input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 16px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 16px;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input,
.input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eeeeee;
  border-right-color: #cccccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
  margin-bottom: 0;
  vertical-align: middle;
}
.control-group {
  margin-bottom: 8px;
}
.control-group .photobox {
  float: left;
}
.control-group .photobox img {
  float: left;
}
legend + .control-group {
  margin-top: 16px;
  -webkit-margin-top-collapse: separate;
}
.control-label {
  color: #46494d;
}
.form-horizontal {
  margin-top: 0px;
}
.form-horizontal .control-group {
  margin-bottom: 8px;
  *zoom: 1;
  clear: both;
  color: #46494d;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 20%;
  padding-top: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 22%;
}
.form-horizontal .controls [class^='span'] input {
  *margin-left: -20%;
}
.form-horizontal .columnlarge .control-label {
  width: 30%;
}
.form-horizontal .columnlarge .controls {
  margin-left: 32%;
}
.form-horizontal .form-actions {
  padding-left: 21%;
}
.required .control-label {
  font-weight: bold;
}
.lbl .col-verytiny .control-label {
  width: 17% !important;
}
.lbl .col-verytiny .controls {
  margin-left: 20% !important;
}
.col-short .control-label {
  width: 19.7% !important;
}
.col-short .controls {
  margin-left: 20.7% !important;
}
.col-tiny .control-label {
  width: 25% !important;
}
.col-tiny .controls {
  margin-left: 28% !important;
}
.col-medium .control-label {
  width: 35%;
}
.col-medium .controls {
  margin-left: 38%;
}
.col-large .control-label {
  width: 40%;
}
.col-large .controls {
  margin-left: 43%;
}
select[disabled="disabled"] option,
select[disabled="disabled"] {
  color: black;
}
h1 .pull-right {
  line-height: 20px;
}
.full-width {
  width: 100%;
}
.font-small {
  font-size: 12px;
}
.topsearch-plain2 {
  min-height: 20px;
  margin: 0;
}
.topsearch-plain2 .control-group {
  margin-bottom: 5px;
  float: left;
  margin-right: 0px;
  display: table;
  width: 100%;
}
.topsearch-plain2 .control-group input[type="text"] {
  margin-bottom: 0px;
}
.topsearch-plain2 .control-label {
  float: none;
  margin-right: 10px;
  width: auto;
  padding-top: 5px;
  display: table-cell;
  text-align: right;
  padding-right: 10px;
}
.topsearch-plain2 .controls {
  margin-left: auto;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.topsearch-plain2 .controls input[type="text"],
.topsearch-plain2 .controls input[type="password"],
.topsearch-plain2 .controls select {
  margin-bottom: 0;
}
.topsearch-plain2 .controls .btn-group {
  display: block;
}
.topsearch-plain2 .controls .btn-group .dropdown-toggle {
  display: block;
}
.topsearch-plain2 .row-fluid > [class*="span"] {
  width: auto;
  margin-left: 10px;
}
.topsearch-plain {
  min-height: 20px;
  margin: 0;
}
.topsearch-plain .control-group {
  margin-bottom: 5px;
  float: left;
  margin-right: 0px;
  display: table;
  width: 100%;
}
.topsearch-plain .control-group input[type="text"] {
  margin-bottom: 0px;
}
.topsearch-plain .control-group .dropdown-menu {
  width: 100%;
}
.topsearch-plain .control-label {
  float: none;
  margin-right: 10px;
  width: auto;
  padding-top: 5px;
  display: table-cell;
  text-align: right;
  padding-right: 10px;
}
.topsearch-plain .controls {
  margin-left: auto;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.topsearch-plain .controls input[type="text"],
.topsearch-plain .controls input[type="password"],
.topsearch-plain .controls select {
  width: 89%  !important;
  margin-bottom: 0;
}
.topsearch-plain .controls .btn-group .dropdown-toggle {
  width: 98% !important;
}
.topsearch-plain .controls .btn-group {
  display: block;
  width: 95%  !important;
}
.topsearch-plain .controls .btn-group .dropdown-toggle {
  display: block;
}
.-w-search-form {
  margin: 5px 0 10px;
}
/* =================================================================== form width element ==============================================================================*/
.dropdown-toggle.tiny {
  width: 80px ;
}
.dropdown-toggle.medium {
  width: 198px ;
}
.dropdown-toggle.short {
  width: 135px  ;
}
.t-numerictextbox.short {
  width: 135px;
}
.dropdown-menu.medium {
  width: 220px ;
}
.dropdown-menu.short {
  width: 150px ;
}
.dropdown-menu.tiny {
  width: 95px ;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 180px;
}
.input-large {
  width: 250px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
textarea.input-medium {
  width: 270px;
  height: 80px;
}
textarea.input-large {
  width: 350px;
  height: 120px;
}
textarea.input-exlarge {
  width: 600px;
  height: 80px;
}
.form1 {
  width: 60px;
}
.form2 {
  width: 80px;
}
.form3 {
  width: 100px;
}
.form4 {
  width: 120px;
}
.form5 {
  width: 140px;
}
.form6 {
  width: 160px;
}
.form7 {
  width: 180px;
}
.form8 {
  width: 200px;
}
.form9 {
  width: 220px;
}
.form10 {
  width: 240px;
}
.form11 {
  width: 260px;
}
.form12 {
  width: 280px;
}
.form13 {
  width: 300px;
}
.form14 {
  width: 320px;
}
.form15 {
  width: 340px;
}
.multiseleter[class^="form"] input.pull-left {
  width: 100%;
}
textarea.form1 {
  height: 20px;
  width: 60px;
}
textarea.form2 {
  height: 30px;
  width: 120px;
}
textarea.form3 {
  height: 40px;
  width: 150px;
}
textarea.form4 {
  height: 60px;
  width: 220px;
}
textarea.form5 {
  height: 70px;
  width: 280px;
}
textarea.form6 {
  height: 80px;
  width: 320px;
}
textarea.form7 {
  height: 90px;
  width: 350px;
}
textarea.form8 {
  height: 100px;
  width: 400px;
}
textarea.form9 {
  height: 130px;
  width: 470px;
}
textarea.form10 {
  height: 140px;
  width: 520px;
}
textarea.form11 {
  height: 160px;
  width: 580px;
}
textarea.form12 {
  height: 190px;
  width: 640px;
}
textarea.form13 {
  height: 120px;
  width: 60%;
}
textarea.form14 {
  height: 150px;
  width: 75%;
}
textarea.form15 {
  height: 200px;
  width: 90%;
}
/* .multiseleter.form1 { width:60px;    input[type="text"]{ width:28px; }  } */
.multiseleter.form1 {
  width: 120px;
}
.multiseleter.form1 input[type="text"] {
  width: 76px;
}
.multiseleter.form2 {
  width: 166px;
}
.multiseleter.form2 input[type="text"] {
  width: 123px;
}
.multiseleter.form3 {
  width: 220px;
}
.multiseleter.form3 input[type="text"] {
  width: 176px;
}
.multiseleter.form4 {
  width: 280px;
}
.multiseleter.form4 input[type="text"] {
  width: 234px;
}
.multiseleter.form5 {
  width: 320px;
}
.multiseleter.form5 input[type="text"] {
  width: 273px;
}
.multiseleter.form6 {
  width: 350px;
}
.multiseleter.form6 input[type="text"] {
  width: 302px;
}
.multiseleter.form7 {
  width: 400px;
}
.multiseleter.form7 input[type="text"] {
  width: 357px;
}
.multiseleter.form8 {
  width: 470px;
}
.multiseleter.form8 input[type="text"] {
  width: 419px;
}
.multiseleter.form9 {
  width: 520px;
}
.multiseleter.form9 input[type="text"] {
  width: 468px;
}
.multiseleter.form10 {
  width: 580px;
}
.multiseleter.form10 input[type="text"] {
  width: 527px;
}
.multiseleter.form11 {
  width: 640px;
}
.multiseleter.form11 input[type="text"] {
  width: 585px;
}
.multiseleter.form12 {
  width: 100%;
}
.multiseleter.form12 input[type="text"] {
  width: 92%;
}
.fluid1 {
  width: 30%;
}
.fluid2 {
  width: 35%;
}
.fluid3 {
  width: 40%;
}
.fluid4 {
  width: 45%;
}
.fluid5 {
  width: 55%;
}
.fluid6 {
  width: 60%;
}
.fluid7 {
  width: 70%;
}
.fluid8 {
  width: 80%;
}
.fluid9 {
  width: 90%;
}
.fluid10 {
  width: 100%;
}
.space1 .control-label {
  width: 40px;
}
.space1 .controls {
  margin-left: 40px;
}
.space2 .control-label {
  width: 50px;
}
.space2 .controls {
  margin-left: 60px;
}
.space3 .control-label {
  width: 60px;
}
.space3 .controls {
  margin-left: 70px;
}
.space4 .control-label {
  width: 70px;
}
.space4 .controls {
  margin-left: 80px;
}
.space5 .control-label {
  width: 80px;
}
.space5 .controls {
  margin-left: 90px;
}
.space6 .control-label {
  width: 90px;
}
.space6 .controls {
  margin-left: 100px;
}
.space7 .control-label {
  width: 100px;
}
.space7 .controls {
  margin-left: 110px;
}
.space8 .control-label {
  width: 110px;
}
.space8 .controls {
  margin-left: 120px;
}
.space9 .control-label {
  width: 120px;
}
.space9 .controls {
  margin-left: 130px;
}
.space10 .control-label {
  width: 130px;
}
.space10 .controls {
  margin-left: 140px;
}
.space11 .control-label {
  width: 140px;
}
.space11 .controls {
  margin-left: 150px;
}
.space12 .control-label {
  width: 150px;
}
.space12 .controls {
  margin-left: 160px;
}
.space13 .control-label {
  width: 160px;
}
.space13 .controls {
  margin-left: 170px;
}
.space14 .control-label {
  width: 170px;
}
.space14 .controls {
  margin-left: 180px;
}
.space15 .control-label {
  width: 180px;
}
.space15 .controls {
  margin-left: 190px;
}
.space16 .control-label {
  width: 190px;
}
.space16 .controls {
  margin-left: 200px;
}
.space17 .control-label {
  width: 200px;
}
.space17 .controls {
  margin-left: 210px;
}
.space18 .control-label {
  width: 210px;
}
.space18 .controls {
  margin-left: 220px;
}
.space19 .control-label {
  width: 220px;
}
.space19 .controls {
  margin-left: 230px;
}
.space20 .control-label {
  width: 230px;
}
.space20 .controls {
  margin-left: 240px;
}
.space21 .control-label {
  width: 240px;
}
.space21 .controls {
  margin-left: 250px;
}
.space22 .control-label {
  width: 250px;
}
.space22 .controls {
  margin-left: 260px;
}
.space23 .control-label {
  width: 260px;
}
.space23 .controls {
  margin-left: 270px;
}
.space24 .control-label {
  width: 270px;
}
.space24 .controls {
  margin-left: 280px;
}
.space25 .control-label {
  width: 280px;
}
.space25 .controls {
  margin-left: 290px;
}
.space26 .control-label {
  width: 290px;
}
.space26 .controls {
  margin-left: 300px;
}
.space27 .control-label {
  width: 300px;
}
.space27 .controls {
  margin-left: 310px;
}
.space28 .control-label {
  width: 310px;
}
.space28 .controls {
  margin-left: 320px;
}
.space29 .control-label {
  width: 320px;
}
.space29 .controls {
  margin-left: 330px;
}
.space30 .control-label {
  width: 330px;
}
.space30 .controls {
  margin-left: 340px;
}
.space31 .control-label {
  width: 340px;
}
.space31 .controls {
  margin-left: 350px;
}
.space32 .control-label {
  width: 350px;
}
.space32 .controls {
  margin-left: 360px;
}
/* [class*="form"].btn-group .dropdown-toggle{ width:91%; } */
[class*="form"].btn-group .dropdown-menu {
  min-width: 99%;
}
.form-buttons {
  margin-top: 10px;
}
.btn-group.form1 {
  width: 74px;
}
.btn-group.form1 .dropdown-toggle {
  width: 55px;
}
.btn-group.form2 {
  width: 94px;
}
.btn-group.form2 .dropdown-toggle {
  width: 75px;
}
.btn-group.form3 {
  width: 114px;
}
.btn-group.form3 .dropdown-toggle {
  width: 93px;
}
.btn-group.form4 {
  width: 134px;
}
.btn-group.form4 .dropdown-toggle {
  width: 115px;
}
.btn-group.form5 {
  width: 154px;
}
.btn-group.form5 .dropdown-toggle {
  width: 135px;
}
.btn-group.form6 {
  width: 169px;
}
.btn-group.form6 .dropdown-toggle {
  width: 150px;
}
.btn-group.form7 {
  width: 194px;
}
.btn-group.form7 .dropdown-toggle {
  width: 175px;
}
.btn-group.form8 {
  width: 214px;
}
.btn-group.form8 .dropdown-toggle {
  width: 195px;
}
.btn-group.form9 {
  width: 234px;
}
.btn-group.form9 .dropdown-toggle {
  width: 215px;
}
.btn-group.form10 {
  width: 254px;
}
.btn-group.form10 .dropdown-toggle {
  width: 235px;
}
.btn-group.form11 {
  width: 274px;
}
.btn-group.form11 .dropdown-toggle {
  width: 255px;
}
.btn-group.form12 {
  width: 294px;
}
.btn-group.form12 .dropdown-toggle {
  width: 275px;
}
.btn-group.form13 {
  width: 314px;
}
.btn-group.form13 .dropdown-toggle {
  width: 295px;
}
.btn-group.form14 {
  width: 334px;
}
.btn-group.form14 .dropdown-toggle {
  width: 315px;
}
.btn-group.form15 {
  width: 354px;
}
.btn-group.form15 .dropdown-toggle {
  width: 335px;
}
.view1 {
  margin-top: 0px;
  margin-bottom: 7px;
  border-right: solid 1px #e9e9e9;
}
.view1 .control-label {
  padding-top: 8px;
  padding-right: 5px;
  display: table-cell;
  height: 15px;
  vertical-align: middle;
  color: #2f2f2f;
}
.view1 .controls {
  color: #7d7d7d;
  font-weight: normal;
  padding-top: 8px;
}
.view1 .controls .btn-group,
.view1 .controls input,
.view1 .controls .input-file {
  margin-top: -5px;
}
.view1 .control-group {
  margin-bottom: 5px;
}
.view1 .control-label.padtop {
  padding-top: 3px ;
}
.view1 .padtop .arrow.control-label {
  background-position: 0 8px;
}
.view1 .padtop .control-label {
  padding-top: 4px ;
}
.view1 + .view1 {
  border-right: solid 0px #e9e9e9;
}
.view2 {
  margin-top: 0px;
  margin-bottom: 7px;
}
.view2 .control-label {
  padding-top: 8px;
  padding-right: 5px;
  color: #2f2f2f;
  display: table-cell;
  height: 15px;
  vertical-align: middle;
}
.view2 .controls {
  color: #3981ca;
  font-weight: bold;
  padding-top: 8px;
}
.view2 .controls .btn-group,
.view2 .controls input,
.view2 .controls .input-file {
  margin-top: -5px;
}
.view2 .control-group {
  margin-bottom: 5px;
}
.view2 .control-label.padtop {
  padding-top: 3px ;
}
.view2 .padtop .arrow.control-label {
  background-position: 0 8px;
}
.view2 .padtop .control-label {
  padding-top: 4px ;
}
.view3 {
  margin-top: 0px;
  margin-bottom: 7px;
}
.view3 .box {
  float: left;
  min-width: 200px;
  min-height: 105px;
  max-width: 250px;
}
.view3 .control-label {
  padding-top: 3px;
  padding-right: 5px;
  height: 15px;
  width: auto;
  vertical-align: middle;
  color: #2f2f2f;
}
.view3 .controls {
  color: #7d7d7d;
  font-weight: normal;
  padding-top: 5px;
  margin-left: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.view3 .controls .btn-group,
.view3 .controls input,
.view3 .controls .input-file {
  margin-top: -5px;
}
.view3 .controls a {
  color: #7d7d7d;
}
.view3 .control-group {
  margin-bottom: 5px;
}
.view3 .control-label.padtop {
  padding-top: 3px ;
}
.view3 .padtop .arrow.control-label {
  background-position: 0 8px;
}
.view3 .padtop .control-label {
  padding-top: 4px ;
}
.view4 {
  margin-right: 0px;
}
.view4 .boxcolor {
  width: auto;
  padding: 2px 5px;
}
.view4 > .row-fluid {
  border-bottom: dotted 1px #b2b2b2;
  padding: 10px 0;
  color: #656a73;
}
.view4 > .row-fluid .control-group {
  margin-bottom: 0px;
}
.view4 > .row-fluid p {
  padding: 10px 0 0 0;
  margin: 0;
}
.view4 > .row-fluid > p {
  padding: 0;
}
.view4 .control-group {
  float: left;
  margin-right: 25px;
}
.view4 .control-group .control-label,
.view4 .control-group .controls {
  float: left;
}
.view4 .control-group .control-label {
  color: #656a73;
  width: auto;
  padding-top: 0px;
}
.view4 .control-group .controls {
  color: #3981ca;
  font-weight: bold;
  margin-left: 3px;
}
.view4 .control-group .controls a {
  color: #3981ca;
}
.view4 .control-group .control-label:after {
  content: ":";
}
.view4 .text-plain .controls {
  color: #656a73;
  font-weight: normal;
  margin-left: 3px;
}
.view4 .data-label {
  font-weight: bold;
  margin-bottom: 3px;
}
.view4 .data-label .control-label:after {
  content: ":";
}
.view4 .data-label .control-label {
  color: #656a73;
}
.view4 .data-label .control-label {
  float: none;
}
.view4 .data-label + p {
  padding: 0;
}
.view5 {
  margin-right: 10px;
}
.view5 .boxcolor {
  width: auto;
  padding: 2px 5px;
}
.view5 .control-label {
  float: left;
}
.view5 .control-label .asigname {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 3px;
}
.view5 .control-label .asigname a {
  color: #333333;
}
.view5 .control-label .datetime {
  color: #707070;
  font-weight: normal;
}
.view5 .control-label .datetime a {
  color: #707070;
}
.view5 > .row-fluid {
  border-bottom: dotted 1px #b2b2b2;
  padding: 10px 15px;
  width: 98%;
}
.view5 > .row-fluid .control-group {
  margin-bottom: 0px;
}
.view5 > .row-fluid:first-child {
  border-top: dotted 1px #b2b2b2;
}
.view5 > .row-fluid p {
  padding: 10px 0 0 0;
  margin: 0;
}
.view5 > .row-fluid > p {
  padding: 0;
}
.view5 .row-fluid.alt {
  background-color: #fbfbfb;
}
.view5 .controls {
  border-left: solid 1px #00abdc;
  padding-left: 15px;
  min-height: 35px;
  color: #707070;
}
.view5 .controls a {
  color: #707070;
}
.view5 .control-group:after {
  clear: both;
}
.view5 .username {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  float: left;
}
.view5 .username a {
  color: #333333;
}
.view5 .top-head {
  margin-bottom: 20px;
}
.view5 .top-head .boxcolor {
  float: right;
}
.view5 .editor {
  color: #707070;
}
.view5 .top-head .status {
  display: inline-block;
  margin-left: 15px;
}
.view5 .control-group:before,
.view5 .control-group:after {
  content: "";
  display: table;
}
.view5 .control-group:before,
.view5 .control-group:after {
  content: "";
  display: table;
}
.view5 .viewtable th {
  text-align: left;
  font-weight: normal;
}
.view5 .viewtable tbody td {
  color: #333333;
  font-size: 15px;
  padding: 3px 0;
}
.view6 > ul {
  margin: 0 0 0 10px;
  list-style: none;
}
.view6 > ul > li {
  width: 50%;
  float: left;
  margin: 0 0 10px;
  height: 67px;
  overflow: hidden;
}
.view6 > ul > li .userphoto {
  float: left;
  border: solid 1px #d2d4d8;
  padding: 5px;
  background-color: white;
  margin-right: 7px;
  display: table;
}
.view6 > ul > li .userphoto > span {
  display: table-cell;
  width: 48px;
  height: 48px;
  text-align: center;
  border: none;
  vertical-align: middle;
  line-height: 0px;
}
.view6 > ul > li .username {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
}
.attachement {
  margin-top: 15px;
}
.attachement .attachement-files {
  padding-left: 12px;
}
.attachement-files {
  color: #bbbbbb;
}
.attachement-files a {
  color: #707070;
  display: inline-block;
  margin: 0 3px;
}
.attachement-files a:first-child {
  margin: 0 3px 0  0;
}
.attachement-files a:hover {
  color: #3981ca;
}
.controls > .attachement-files {
  margin-top: 3px;
}
.taskname,
.view-title {
  font-size: 14px;
  color: #323333;
  font-weight: bold;
}
.taskname a,
.view-title a {
  color: #323333;
}
.view-detail {
  margin-bottom: 15px;
}
.view-detail .view-name {
  color: #323333;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
}
.view-detail .view-name a {
  color: #323333;
}
.view-detail .status {
  display: inline-block;
  margin-right: 15px;
}
.filemsg {
  font-size: 10px;
  color: #555555;
  padding-left: 3px;
}
.input-file {
  display: inline-block;
  height: 25px;
  /* padding: 0 0px 0 6px ;
  margin-bottom: 4px;
  font-size: @baseFontSize;
  line-height: @baseLineHeight;
  color: @grayDark;
  border: 1px solid #cacaca;
  .border-radius(3px);	 */

}
.input-file input[type="file"] {
  border: none;
  background: transparent;
  border-color: transparent;
  width: 100% ;
  height: 25px;
}
.multiseleter .btn-primary-plain.disabled {
  padding: 5px 5px 4px;
  background-color: #00589d;
  background-image: -moz-linear-gradient(top, #0068aa, #004089);
  background-image: -ms-linear-gradient(top, #0068aa, #004089);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0068aa), to(#004089));
  background-image: -webkit-linear-gradient(top, #0068aa, #004089);
  background-image: -o-linear-gradient(top, #0068aa, #004089);
  background-image: linear-gradient(top, #0068aa, #004089);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068aa', endColorstr='#004089', GradientType=0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.multiseleter input[type="text"] {
  margin-right: -3px;
}
.multiseleter .label-info,
.multiseleter .label-warning {
  display: none !important;
}
.multiseleter .multiselectrow tr td {
  border-bottom: dotted 1px #cccccc;
  padding: 5px 0;
}
.multiseleter .multiselectrow tr td label {
  display: inline-block;
  margin-left: 18px;
}
.multiseleter .multiselectrow tr td .icon-user-theme {
  position: absolute;
}
.multiseleter .multiselectrow tr td .btn {
  padding: 5px 2px 2px 5px;
}
.-w-search-form .row-fluid [class^="span"]:first-child .control-group .control-label {
  width: auto ;
  float: left;
}
.-w-search-form .row-fluid [class^="span"]:first-child .control-group .controls {
  margin-left: 0px;
}
.-w-search-form .row-fluid [class^="span"]:first-child .control-group .controls input[type="text"],
.-w-search-form .row-fluid [class^="span"]:first-child .control-group .controls input[type="password"],
.-w-search-form .row-fluid [class^="span"]:first-child .control-group .controls select {
  width: 98%  !important;
  margin-bottom: 0;
}
.form2 .contactbg1 {
  background-color: #eaeaea;
}
.form2 .contactbg2 {
  background-color: #dedede;
}
form.form2 {
  width: 100%;
  margin: 0 auto;
}
form.form2 input[type="text"],
form.form2 select,
form.form2 select,
form.form2 textarea {
  color: white;
  margin: 0px;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
}
form.form2 input[type="text"]:focus,
form.form2 select:focus,
form.form2 textarea:focus,
form.form2 select:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px #56a5f6;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px #56a5f6;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px #56a5f6;
}
form.form2 .control-group:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #56a5f6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #56a5f6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #56a5f6;
}
form.form2 .control-label {
  color: #5e5e5e;
  font-size: 15px;
}
form.form2 textarea {
  min-height: 70px;
}
form.form2 .control-group {
  border-left: solid 1px #c8c8c8;
  margin-bottom: 0;
}
form.form2 .first.control-group {
  border-left: 0px;
}
form.form2 .controls {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px;
}
form.form2 input[type="text"],
form.form2 select,
form.form2 select,
form.form2 textarea {
  padding: 0;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
}
form.form2 .alert-error input[type="text"],
form.form2 .alert-error select,
form.form2 .alert-error textarea {
  padding: 0;
  color: #9d261d;
  font-size: 16px;
  font-weight: bold;
}
form.form2 ul {
  margin: 0;
}
form.form2 ul li {
  padding: 2px 0;
  list-style: none;
}
form.form2 .row-fluid {
  width: 100%;
}
form.form2 .row-fluid > .span3 {
  width: 22.48%;
}
form.form2 .row-fluid > .span6 {
  width: 48.96%;
}
form.form2 .row-fluid:before,
form.form2 .row-fluid:after {
  content: "";
  display: table;
}
form.form2 .row-fluid:after {
  clear: both;
}
form.form2 .row-fluid:before,
form.form2 .row-fluid:after {
  content: "";
  display: table;
}
form.form2 .row-fluid > [class*="span"] {
  float: left;
  margin-left: 1.99%;
}
form.form2 .row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
form.form2 .btn-primary1 {
  background: #f0810a;
  color: white;
  transition: all 0.8s ease-out 0s;
}
form.form2 .btn-large1 {
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  font-family: Arial, Trebuchet MS, Georgia, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0px;
  width: 100%;
  text-transform: capitalize;
  transition: all 0.8s ease-out 0s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
form.form2 .row-fluid > .span12 {
  width: 99.05%;
}
.contentusform {
  text-align: center;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 16px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 16px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table thead:first-child tr th,
.table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: whitesmoke;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.divider-medium {
  height: 30px;
}
.divider-tiny {
  height: 20px;
}
.divider-verytiny {
  height: 10px;
}
.divider-verytiny {
  height: 10px;
}
.table-finance {
  overflow: auto;
  padding: 0px 0px 0 0px;
  position: relative;
}
.table-finance table {
  border-collapse: collapse;
  white-space: nowrap;
}
.table-finance table td {
  border: solid 1px #cfcfcf;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 7px ;
  padding: 0px 10px \9 ;
  *max-width: auto;
  *width: auto;
}
.table-finance table tr {
  height: 37px;
  max-height: 37px;
  overflow: hidden;
}
.table-finance table th {
  font-size: 13px;
  color: #121212;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}
.table-finance tfoot td {
  font-weight: bold;
}
.table-finance tr.header-themes {
  height: 30px;
  max-height: 30px;
}
.table-finance .finance-hover {
  cursor: pointer;
}
.table-finance.numaric table td {
  text-align: right;
  width: 63px;
  min-width: 63px;
}
.header-themes td {
  background-color: #0a6dd3;
  background-image: -moz-linear-gradient(top, #107ff2, #0052a5);
  background-image: -ms-linear-gradient(top, #107ff2, #0052a5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#107ff2), to(#0052a5));
  background-image: -webkit-linear-gradient(top, #107ff2, #0052a5);
  background-image: -o-linear-gradient(top, #107ff2, #0052a5);
  background-image: linear-gradient(top, #107ff2, #0052a5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#107ff2', endColorstr='#0052a5', GradientType=0);
  color: white;
  text-align: center !important;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 0 1px 0 0 !important;
  border-color: white;
  height: 23px ;
  font-size: 13px;
  font-weight: bold;
  overflow: visible !important;
}
.table-finance .header-themes td {
  border-style: solid;
  border-width: 0 1px 0 0px !important;
  border-color: white;
}
.header-themes td.active {
  background-color: #00458c;
  background-image: -moz-linear-gradient(top, #0053a7, #003163);
  background-image: -ms-linear-gradient(top, #0053a7, #003163);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0053a7), to(#003163));
  background-image: -webkit-linear-gradient(top, #0053a7, #003163);
  background-image: -o-linear-gradient(top, #0053a7, #003163);
  background-image: linear-gradient(top, #0053a7, #003163);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0053a7', endColorstr='#003163', GradientType=0);
}
.header-themes .icon-down-light {
  position: absolute;
  margin-top: 22px;
  margin-left: -40px;
}
.table-finance + .table-finance {
  margin-left: 0px !important;
}
.overflowbox {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  z-index: 99;
  border: 0;
  height: 100%;
}
.overflowbox-content {
  white-space: nowrap;
  margin: 0px 1px 1px 1px;
  margin: 0px 1px 1px 0px \9;
  padding: 0px;
}
.table-column-program {
  width: 30%;
  float: left;
}
.table-column-ltd {
  float: left;
  width: 23%;
}
.table-column-report {
  max-width: 52%;
  min-width: 45%;
  overflow: auto;
}
/* all-show */
.table-itemdata {
  overflow: auto;
  width: 35%;
  float: left;
}
.table-ltd {
  width: 22%;
  overflow: auto;
  float: left;
}
.table-month {
  width: 43%;
  overflow: auto;
  float: left;
}
/* End all-show */
/* item only show */
.table-itemdata.item-only {
  overflow: auto;
  width: 100%;
  float: left;
}
.table-ltd.item-only {
  display: none;
}
.table-month.item-only {
  display: none;
}
/* End item only show */
/* item & ltd show show */
.table-itemdata.item-ltd {
  overflow: auto;
  width: 65%;
  float: left;
}
.table-ltd.item-ltd {
  width: 35%;
  overflow: auto;
  float: left;
}
.table-month.item-ltd {
  display: none;
}
/* end item & ltd show */
/* item & month show */
.table-itemdata.item-month {
  overflow: auto;
  width: 40%;
  float: left;
}
.table-ltd.item-month {
  display: none;
}
.table-month.item-month {
  width: 60%;
  overflow: auto;
  float: left;
}
/* end item & month show */
.block-fixed-medium {
  height: 230px;
  padding: 1px;
}
/* overflow:auto; remove for solved issue in home page chart*/
.block-fixed-short {
  min-height: 160px;
  overflow: auto;
  padding: 1px;
}
.block-nofix-short {
  min-height: 160px;
  overflow: auto;
  padding: 1px;
}
.block-nofix-tiny {
  min-height: 30px;
  overflow: auto;
  padding: 1px;
}
.block-dynamic-medium {
  height: 100%;
}
/*@media screen and (max-width: 1680px), screen and (max-height: 1050px) {
.block-fixed-short{ height:130px; }
.block-nofix-short{ min-height:130px; }
}



@media screen and (min-width: 1900px), screen and (min-height: 1150px) {
.block-fixed-short{ height:182px; }
.block-nofix-short{ min-height:182px; }
}*/
.photocontainer {
  margin: 5px auto 0 auto;
  height: 235px;
  width: 98.5%;
  text-align: center;
}
.photocontainer img {
  max-height: 230px;
}
.well-box-table {
  height: 100%;
}
.well-box-table td {
  height: 100%;
  background-color: whitesmoke;
  border: solid 1px gainsboro;
}
.borderbottomonly table {
  background-color: whitesmoke !important;
}
.borderbottomonly td {
  border-width: 0 0 1px 0 !important;
  background-color: whitesmoke !important;
  padding: 5px 10px;
}
.borderbottomonly tr.t-alt {
  background-color: whitesmoke !important;
}
.paddingmid {
  padding: 10px;
}
.tablenowrap td {
  white-space: normal;
}
.tablenowrap .t-grid .t-last {
  white-space: normal;
}
.table-finance-right {
  float: left;
  width: 65%;
}
.numaricltd {
  float: left;
  *max-width: 28%;
}
.col-finince-right {
  width: 100%;
  height: 100px;
  display: table-cell;
  float: none;
  max-width: 70px;
  vertical-align: top;
}
.col-finince-ltd {
  height: 100px;
  display: table-cell;
  float: none;
}
.col-finance-project {
  height: 100px;
  overflow: auto;
  display: table-cell;
  float: none;
}
.col-finince-right.autowidth {
  max-width: none !important;
}
.col-finance-project.autowidth {
  max-width: none !important;
  width: 100% !important;
}
.col-finance-project.autowidth + .col-finince-right.autowidth {
  border-left: solid 1px transparent;
}
.col-finance-project.autowidth + .col-finince-right.autowidth .numaricltd {
  margin-left: -2px;
  padding: 0 1px;
}
.table-itemdata + .table-finance-right .numaricltd {
  padding: 0 0px 0 1px;
  margin-left: -1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .table-itemdata + .table-finance-right .numaricltd {
    margin-right: -1px;
  }
}
.display-table {
  display: table;
  width: 100%;
}
.display-tablecell,
.display-cell {
  display: table-cell;
  vertical-align: top;
}
.display-divider {
  display: table-cell;
  height: 50px;
  width: 20px;
}
.valign-middle {
  vertical-align: top;
}
.table-finance .display-tablecell {
  display: table-cell;
  vertical-align: top;
  vertical-align: top;
}
.table-finance .display-tablecell + .display-tablecell {
  padding-left: 3px;
}
.col-finance-project .table-finance table td {
  max-width: none;
}
.width-medium {
  width: 79%;
}
.no-max-width,
.table-finance table td.no-max-width {
  max-width: none;
}
.table-finance td.numaricbox {
  background: white;
}
.table-finance .numaricbox .t-numerictextbox .t-input {
  padding-right: 5px;
  border: none;
  background: transparent;
  -moz-transition: none;
  box-shadow: none;
}
.table-finance .numaricbox .t-numerictextbox {
  background: none;
}
.table-finance .numaricbox .t-formatted-value {
  padding: 5px 5px 2px 3px;
  border: none;
  background: none;
}
.table-finance .numaricbox .t-numerictextbox {
  padding-right: 5px;
}
.numerictextbox {
  background: white;
}
.numerictextbox input {
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: right;
  box-shadow: none;
  margin-bottom: 0px;
}
.textautocompletebox {
  background: white;
}
.textautocompletebox input {
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  box-shadow: none;
  margin-bottom: 0px;
}
.t-grid.grid-plain {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 0px;
}
.t-grid.grid-plain .boxcolor {
  width: 70px;
}
.t-grid.grid-plain td a {
  /* color:#323333; */
  font-size: 13px;
}
.t-grid.grid-plain td a:hover {
  color: #0067aa;
}
.t-grid.grid-plain date {
  color: #3981ca;
  font-weight: bold;
}
.t-grid.grid-plain date.green {
  color: #61ac00;
  font-weight: normal;
}
.t-grid.grid-plain .grid-plain.t-grid .t-last {
  text-align: right;
}
.data-table {
  width: 100%;
  display: table;
}
.data-table .data-cell {
  display: table-cell;
  vertical-align: top;
  min-height: 30px;
}
.data-table .data-cell h1 {
  margin: 0px 0 10px;
}
.data-table .data-cell .cell-after-heading {
  margin: 7px 0 0 20px;
  float: left;
}
.data-table .data-cell .cell-after-heading * {
  float: left;
}
.data-table .data-cell .cell-after-heading .btn {
  margin-right: 3px;
}
.data-table .data-cell .btn-mini [class^="icon-"],
.data-table .data-cell .btn-mini [class*=" icon-"] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.data-table .data-cell .btn-mini .icon-add-tiny,
.data-table .data-cell .btn-mini .icon-add-small {
  opacity: 1;
  filter: alpha(opacity=100);
}
.data-table .data-cell .btn-mini:hover [class^="icon-"],
.data-table .data-cell .btn-mini:hover [class*=" icon-"] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.data-table .data-cell .icon-add-right {
  background: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("bootstrap/img/glyphicons-halflings-white.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
[class^="iconbox"] {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 14px;
  vertical-align: text-top;
  background-color: green;
  border: solid 1px #3b89d8 !important;
  background-color: #0764c4;
  background-image: -moz-linear-gradient(top, #0153a7, #107ef0);
  background-image: -ms-linear-gradient(top, #0153a7, #107ef0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0153a7), to(#107ef0));
  background-image: -webkit-linear-gradient(top, #0153a7, #107ef0);
  background-image: -o-linear-gradient(top, #0153a7, #107ef0);
  background-image: linear-gradient(top, #0153a7, #107ef0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0153a7', endColorstr='#107ef0', GradientType=0);
  background-position: 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
[class^="iconbox"] i {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 6px 0 0 6px;
}
[class^="iconbox"] [class^="icon-"] {
  margin: 6px 0 0 6px;
}
[class^="icon-common-"] {
  background-image: url("../Common/img/common-icon.png");
}
.icontop {
  position: absolute;
  right: 0;
  top: 4px;
}
[class^="icon-small-"] {
  width: 24px;
  height: 24px;
}
[class^="icon-common-medium-"] {
  width: 32px;
  height: 32px;
}
.icon-box {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: solid 1px #828282;
  background-color: #7b91a8;
  background-image: -moz-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: -ms-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b91a8), to(#7b91a8));
  background-image: -webkit-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: -o-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: linear-gradient(top, #7b91a8, #7b91a8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b91a8', endColorstr='#7b91a8', GradientType=0);
  background-position: 0 0 ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-box [class^="icon-"] {
  margin: 5px 0 0 7px;
}
.icon-box:hover {
  background-color: #5a708a;
  background-image: -moz-linear-gradient(top, #5a708a, #5a708a);
  background-image: -ms-linear-gradient(top, #5a708a, #5a708a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a708a), to(#5a708a));
  background-image: -webkit-linear-gradient(top, #5a708a, #5a708a);
  background-image: -o-linear-gradient(top, #5a708a, #5a708a);
  background-image: linear-gradient(top, #5a708a, #5a708a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a708a', endColorstr='#5a708a', GradientType=0);
  border: solid 1px #828282;
}
.icon-box {
  border-radius: 0px \09;
}
.icon-white {
  background-image: url("bootstrap/img/glyphicons-halflings-white.png");
}
.icon-black {
  background-image: url("bootstrap/img/glyphicons-halflings.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -47px 1px;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -167px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -383px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  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 -97px;
}
.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-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.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;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-help {
  background-position: -200px -144px;
}
.icon-file {
  background-position: -231px -144px;
}
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  text-decoration: none;
}
.icon-plus-small {
  background-position: -429px -174px;
}
.icon-minus-small {
  background-position: -454px -174px;
}
.icon-hierarchy {
  background-position: -312px -143px;
}
.icon-promote {
  background-position: -335px -144px;
}
.icon-left-arrow {
  background-position: -382px -144px;
}
.icon-down-light {
  background-position: -104px -181px;
}
.icon-down-dark {
  background-position: -136px -181px;
}
.icon-setting {
  background-position: -481px -71px;
}
.icon-reopen {
  background-position: -409px -143px;
}
.icon-submit {
  background-position: -434px -143px;
}
.icon-approval {
  background-position: -457px -143px;
}
.icon-approved {
  background-position: -482px -121px;
}
.icon-reject {
  background-position: -480px -143px;
}
.icon-balance {
  background-position: -169px -178px;
}
.icon-arrow-up-big {
  background-position: -481px -97px;
}
.icon-next {
  background-position: -363px -177px;
}
.icon-previous {
  background-position: -338px -177px;
}
.icon-arrow-left-big {
  background-position: -288px -177px;
}
.icon-arrow-right-big {
  background-position: -264px -177px;
}
.icon-arrow-down-big {
  background-position: -311px -177px;
}
.icon-option {
  background-position: -385px -177px;
}
.icon-gray-next {
  background-position: -414px -177px;
}
.icon-items {
  background-position: -431px -177px;
}
.icon-import {
  background-position: -462px -177px;
}
.icon-export {
  background-position: -490px -177px;
}
.icon-addtask {
  background-position: -518px -177px;
}
.icon-add-small {
  background-position: -65px -146px;
}
.icon-status-green {
  background-position: 0px -146px;
}
.icon-status-red {
  background-position: -42px -146px;
}
.icon-status-yellow {
  background-position: -21px -146px;
}
.icon-arrow-right {
  background-position: -85px -146px;
}
.icon-message {
  background-position: -113px -146px;
}
.icon-phone {
  background-position: -145px -146px;
}
.icon-website {
  background-position: -201px -146px;
}
.icon-edit {
  background-position: -228px -146px;
}
.icon-edit-grid {
  background-position: -367px -147px;
}
.icon-edit-white {
  background-position: -146px -174px;
}
.icon-view {
  background-position: -393px -147px;
}
.icon-delete {
  background-position: -417px -147px;
}
.icon-delete1 {
  background-position: -112px -215px;
}
.icon-add {
  background-position: -467px -148px;
}
.icon-add-gray {
  background-position: -249px -146px;
}
.icon-arrow-r-blue {
  background-position: -294px -146px;
}
.icon-email {
  background-position: -311px -146px;
}
.icon-on {
  background-position: -481px -49px;
}
.icon-grid-edit {
  background-position: -510px -144px;
}
.icon-rightall {
  background-position: -510px -120px;
}
.icon-leftall {
  background-position: -510px -99px;
}
.icon-editable {
  background-position: -484px 0px;
}
.icon-user-theme {
  background-position: -131px -215px;
}
.icon-allocation {
  background-position: -480px -24px;
}
.icon-contact {
  background-position: -220px -214px;
}
.icon-project {
  background-position: -190px -214px;
}
.icon-ticket {
  background-position: -159px -214px;
}
.icon-convert {
  background-position: -383px -214px;
}
.icon-yes {
  background-position: -439px -147px;
}
.icon-no {
  background-position: -265px -214px;
}
.icon-common-medium-message {
  background-position: 0px 0px;
}
.icon-common-medium-calander {
  background-position: -42px 0px;
}
.icon-common-medium-profile {
  background-position: -85px 0px;
}
.icon-common-medium-setting {
  background-position: -128px 0px;
}
.icon-common-small-watch {
  background-position: 0 -75px;
}
.icon-server {
  background-position: -341px -147px;
}
.icon-add-tiny {
  background-position: -244px -214px;
}
.icon-cancel,
.icon-no {
  background-position: -265px -214px;
}
.icon-attachment {
  background-position: -75px -174px;
  width: 8px;
  height: 18px;
}
.icon-profile {
  background-position: -116px -174px;
}
.icon-claim-summary {
  background-position: -312px -174px;
}
.icon-policy-summary {
  background-position: -342px -174px;
}
.icon-arrow-down1 {
  background-position: -434px -214px;
}
.icon-arrow-left1 {
  background-position: -455px -214px;
}
.icon-arrow-up1 {
  background-position: -476px -214px;
}
.icon-mobile {
  background-position: -174px -174px;
}
.icon-message {
  background-position: -200px -175px;
}
.icon-arrow-right1 {
  background-position: -261px -174px;
}
.icon-arrow-left1 {
  background-position: -285px -174px;
}
.icon-search-big {
  background-position: -230px -174px;
  width: 18px;
}
.icon-search-big-dark {
  background-position: -397px -174px;
  width: 18px;
}
.icon-large-blue-phone {
  background-position: 0px -242px;
  width: 34px;
  height: 34px;
}
.icon-large-blue-email {
  background-position: -54px -242px;
  width: 38px;
  height: 34px;
}
.icon-small-facebook {
  background-position: 0px -293px;
}
.icon-small-twitter {
  background-position: -30px -293px;
}
.icon-small-google {
  background-position: -70px -293px;
}
.icon-small-rss {
  background-position: -110px -293px;
}
.icon-small-mail {
  background-position: -142px -293px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 100000;
  float: left;
  display: none;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: white;
  border-color: #cccccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #555555;
  white-space: nowrap;
}
.control-group .dropdown-menu {
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden ;
}
.project-treeview-dropdown .dropdown-menu {
  *max-height: auto;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu li.selected > a {
  color: white;
  text-decoration: none;
  background-color: #22a914;
}
.dropdown.open {
  *z-index: 100000;
}
.dropdown.open .dropdown-toggle {
  color: white;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}
* + html .dropdown-toggle .selected-color {
  float: left;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: 2px;
  position: relative;
}
* + html .dropdown-toggle .select-color-item {
  float: left;
}
* + html .dropdown-toggle .selected-text,
* + html .dropdown-toggle .default-text {
  float: left;
}
* + html .dropdown-menu .color-text {
  padding-left: 3px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.project-treeview-dropdown .t-treeview .t-in {
  border: solid 1px white;
  margin-top: 1px !important;
  padding-left: 5px;
  display: block;
  padding-right: 15px;
}
.project-treeview-dropdown .t-treeview .t-state-hover,
.t-treeview .t-state-hover:hover,
.t-treeview .t-state-selected {
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e5e5e5);
  background-image: -ms-linear-gradient(top, white, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, white, #e5e5e5);
  background-image: -o-linear-gradient(top, white, #e5e5e5);
  background-image: linear-gradient(top, white, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e5e5e5', GradientType=0);
  padding-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.posrelative {
  position: relative;
}
.context-menu {
  border-radius: 5px;
  z-index: 11000000;
  position: absolute;
  display: none;
}
.context-menu li {
  padding: 1px 0;
}
.context-menu [class^="icon-"] {
  vertical-align: middle;
  margin-right: 5px;
  white-space: pre;
}
.context-menu .icon-gray-next {
  position: absolute;
  top: 25px;
  right: -18px;
  z-index: 10000;
  width: 8px;
}
.context-menu .dropdown-menu {
  border-radius: 5px;
}
.context-menu .dropdown-menu li {
  padding: 1px 0;
}
.context-menu .dropdown-menu [class^="icon-"] {
  vertical-align: middle;
  margin-right: 5px;
  white-space: pre;
}
.context-menu.short {
  width: 130px;
}
.context-menu.short .dropdown-menu {
  width: 130px;
  min-width: auto;
}
.context-menu.medium {
  width: 150px;
}
.context-menu.medium .dropdown-menu {
  width: 150px;
  min-width: auto;
}
.context-menu.large {
  width: 220px;
}
.context-menu.large .dropdown-menu {
  width: 220px;
  min-width: auto;
}
.numerictextbox .t-combobox {
  float: right;
  border: none;
}
.numerictextbox .t-combobox .t-dropdown-wrap {
  border-width: 0px;
}
.numerictextbox .t-combobox .t-header {
  background: none;
  border: none;
}
.textautocompletebox .t-combobox {
  float: right;
  border: none;
}
.textautocompletebox .t-combobox .t-dropdown-wrap {
  border-width: 0px;
}
.textautocompletebox .t-combobox .t-header {
  background: none;
  border: none;
}
.dropdown-gray a.dropmenu {
  background: whitesmoke;
  border: 1px solid gainsboro;
  border-radius: 5px 5px 0 0;
  color: #003973;
  display: inline-block;
  font-size: 15px;
  padding: 7px 10px;
}
.selected-color {
  display: inline-block;
  height: 12px;
}
.selected-color.color-width {
  width: 18px;
  vertical-align: middle;
}
.select-color-item {
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
}
.boxcolor {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  line-height: 16px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
.boxcolor-red {
  background-color: #bc0000;
  border-color: #990000;
}
.boxcolor-yellow {
  background-color: #ffea00;
  color: #5c310b;
  border-color: #ccbb00;
}
.boxcolor-orange {
  background-color: #f16600;
  border-color: #be4e00;
  border-color: #b27b00;
}
.boxcolor-green {
  background-color: #66b400;
  border-color: #4f8c00;
}
.boxcolor-blue {
  background-color: #045fbc;
  border-color: #003e7e;
}
.boxcolor-pink {
  background-color: #ffa4c5;
  color: #5f0a34;
  border-color: #ca376c;
}
.boxcolor-purple {
  background-color: #7d1eb0;
  border-color: #4f007a;
}
.boxcolor-brown {
  background-color: #654224;
  border-color: #462406;
}
.boxcolor-black {
  background-color: black;
  border-color: black;
}
.boxcolor-white {
  background-color: white;
  color: black;
  border-color: #cacaca;
}
.boxcolor-gray {
  background-color: #d9d9d9;
  border-color: #cacaca;
  color: black;
}
.boxcolor span {
  text-shadow: 0;
}
.t-grid .boxcolor {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70px;
}
.status-red,
.color-red {
  color: #ef0000;
}
.status-yellow,
.color-yellow {
  color: #e6d300;
}
.status-orange,
.color-orange {
  color: #f16600;
}
.status-green,
.color-green {
  color: #66b400;
}
.status-blue,
.color-blue {
  color: #045fbc;
}
.status-pink,
.color-pink {
  color: #ff71a4;
}
.status-purple,
.color-purple {
  color: #7d1eb0;
}
.status-brown,
.color-brown {
  color: #8b5b31;
}
.status-black,
.color-black {
  color: black;
}
.status-white,
.color-white {
  color: white;
}
.status-gray,
.color-gray {
  color: #737373;
}
* + html .dropdown-toggle .selected-color {
  float: left;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: 2px;
  position: relative;
}
* + html .dropdown-toggle .select-color-item {
  float: left;
}
* + html .dropdown-toggle .selected-text,
* + html .dropdown-toggle .default-text {
  float: left;
}
* + html .dropdown-menu .color-text {
  padding-left: 3px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-white {
  background-color: white;
}
.well-blue {
  background-color: #004179;
}
/* ======================== Telerik   =========================== */
.box-header-top {
  background-color: #d8e3eb;
  background-image: -moz-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: -ms-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6eff4), to(#c3d2de));
  background-image: -webkit-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: -o-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: linear-gradient(top, #e6eff4, #c3d2de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6eff4', endColorstr='#c3d2de', GradientType=0);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: solid 1px #c3d2de;
  color: white;
  font-size: 13px;
  font-weight: bold;
  min-height: 37px;
}
.box-header-top .heading {
  display: inline-block;
  margin: 10px 0 0 15px;
  color: #313f53;
}
.box-header-top .icontopleft + .heading {
  margin: 10px 0 0 10px;
}
.box-header-top .icontop {
  position: absolute;
  right: 7px;
  top: 4px;
}
.well-box {
  background-color: whitesmoke;
  border: solid 1px gainsboro;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 15px;
  min-height: 20px;
  padding: 10px;
}
.well-box .box-header-top {
  margin: -10px -10px 15px -10px;
  position: relative;
}
.well-box .bottomspace {
  margin: -10px -10px 5px -10px;
}
.box-trand {
  background-color: #7b91a8;
  background-image: -moz-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: -ms-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b91a8), to(#7b91a8));
  background-image: -webkit-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: -o-linear-gradient(top, #7b91a8, #7b91a8);
  background-image: linear-gradient(top, #7b91a8, #7b91a8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b91a8', endColorstr='#7b91a8', GradientType=0);
  border-radius: 2px;
  display: inline-block;
  height: 13px;
  padding: 2px;
  width: 13px;
}
.box-trand [class^="icon-"] {
  margin: -3px 0 -3px 1px;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: black;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.shade-red .close {
  font-size: 10px;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn {
  display: inline-block;
  padding: 6px 13px 6px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  color: white;
  text-align: center;
  /* text-shadow: 0 0px 0px rgba(255,255,255,.75); */
  vertical-align: middle;
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 silver;
  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(enabled = false);
  border: 1px solid #cccccc;
  border-bottom-color: #bbbbbb;
  font-family: Georgia, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-weight: normal;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc 9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: white;
  text-decoration: none;
  background-color: #b2b2b2;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -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-image: none;
  @shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  .box-shadow(@shadow);
  background-color: darken(@white, 10%);
  background-color: darken(@white, 15%) e("\9");
  outline: 0;
} */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 10px 18px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-style: italic;
  font-size: 21px;
}
.btn-large1 {
  padding: 7px 12px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 14px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 4px 6px !important;
  font-size: 11px;
  line-height: 12px;
}
.icon-add-right {
  width: 100%;
}
.icon-add-right .icon-add-tiny {
  position: absolute;
  top: 14px;
  left: 17px;
}
.icon-add-right .icon-add-small {
  position: absolute;
  bottom: -3px;
  right: -4px;
}
.icon-add-right .icon-edit-white {
  margin: 0 0 0 3px;
}
.icon-add-right .btn {
  position: relative;
}
.icon-add-right .btn-mini {
  padding: 7px 7px 6px !important;
  position: relative;
  background-color: #3974c7;
  background-image: -moz-linear-gradient(top, #4383dc, #295ea7);
  background-image: -ms-linear-gradient(top, #4383dc, #295ea7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4383dc), to(#295ea7));
  background-image: -webkit-linear-gradient(top, #4383dc, #295ea7);
  background-image: -o-linear-gradient(top, #4383dc, #295ea7);
  background-image: linear-gradient(top, #4383dc, #295ea7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4383dc', endColorstr='#295ea7', GradientType=0);
  border: solid 1px #828282;
  box-shadow: none;
}
.icon-add-right .icon-center {
  padding: 7px 8px 7px !important;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0fa710;
  background-image: -moz-linear-gradient(top, #16b10a, #04981a);
  background-image: -ms-linear-gradient(top, #16b10a, #04981a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16b10a), to(#04981a));
  background-image: -webkit-linear-gradient(top, #16b10a, #04981a);
  background-image: -o-linear-gradient(top, #16b10a, #04981a);
  background-image: linear-gradient(top, #16b10a, #04981a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16b10a', endColorstr='#04981a', GradientType=0);
  border-color: #04981a #04981a #024d0d;
  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(enabled = false);
  border: solid 1px #04981a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #04981a;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #036612 9;
}
.btn-theme {
  background-color: #af4ef1;
  background-image: -moz-linear-gradient(top, #c881f9, #8901e6);
  background-image: -ms-linear-gradient(top, #c881f9, #8901e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c881f9), to(#8901e6));
  background-image: -webkit-linear-gradient(top, #c881f9, #8901e6);
  background-image: -o-linear-gradient(top, #c881f9, #8901e6);
  background-image: linear-gradient(top, #c881f9, #8901e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c881f9', endColorstr='#8901e6', GradientType=0);
  border-color: #8901e6 #8901e6 #5c019a;
  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(enabled = false);
  border: solid 1px #8901e6;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.btn-theme.disabled,
.btn-theme[disabled] {
  background-color: #8901e6;
}
.btn-theme:active,
.btn-theme.active {
  background-color: #6b01b3 9;
}
.btn-subtheme {
  color: #616161;
  background-color: #403700;
  background-image: -moz-linear-gradient(top, #625400, #0d0b00);
  background-image: -ms-linear-gradient(top, #625400, #0d0b00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#625400), to(#0d0b00));
  background-image: -webkit-linear-gradient(top, #625400, #0d0b00);
  background-image: -o-linear-gradient(top, #625400, #0d0b00);
  background-image: linear-gradient(top, #625400, #0d0b00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#625400', endColorstr='#0d0b00', GradientType=0);
  border-color: #0d0b00 #0d0b00 black;
  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(enabled = false);
  border: solid 0px #0d0b00;
  color: white;
}
.btn-subtheme:hover,
.btn-subtheme:active,
.btn-subtheme.active,
.btn-subtheme.disabled,
.btn-subtheme[disabled] {
  background-color: #0d0b00;
}
.btn-subtheme:active,
.btn-subtheme.active {
  background-color: black 9;
}
.btn-subtheme:hover {
  color: white;
}
.btn-primary-plain,
.btn-primary-plain:hover {
  background-color: #016faf;
  background-image: -moz-linear-gradient(top, #027eba, #00599e);
  background-image: -ms-linear-gradient(top, #027eba, #00599e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#027eba), to(#00599e));
  background-image: -webkit-linear-gradient(top, #027eba, #00599e);
  background-image: -o-linear-gradient(top, #027eba, #00599e);
  background-image: linear-gradient(top, #027eba, #00599e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027eba', endColorstr='#00599e', GradientType=0);
  padding: 5px 7px;
  border: solid 1px #004795;
}
.btn-theme-plain,
.btn-theme-plain:hover {
  background-color: #a4ca2c;
  background-image: -moz-linear-gradient(top, #b0d238, #91bf19);
  background-image: -ms-linear-gradient(top, #b0d238, #91bf19);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0d238), to(#91bf19));
  background-image: -webkit-linear-gradient(top, #b0d238, #91bf19);
  background-image: -o-linear-gradient(top, #b0d238, #91bf19);
  background-image: linear-gradient(top, #b0d238, #91bf19);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d238', endColorstr='#91bf19', GradientType=0);
  padding: 5px 7px;
  border: solid 1px #558115;
}
.btn-theme-plain .icon-arrow-down1 {
  margin-top: 1px;
}
.btn-theme-plain + .btn-theme-plain {
  margin-left: 3px;
}
.btn-gray {
  color: #8b8b8b;
}
.btn-gray:hover {
  color: #5f5f5f;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #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: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  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(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  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: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  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(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #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: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  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(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  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(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c 9;
}
.btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 black;
  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(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #262626;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #0c0c0c 9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.button-right-open {
  margin-top: -55px;
  position: absolute;
  right: 194px;
  z-index: 100000;
}
.buttonRisk-right-open {
  margin-top: -50px;
  position: absolute;
  right: 150px;
  z-index: 100000;
}
.btn-img {
  padding: 4px 8px;
}
.btn-img .icon-white {
  height: 10px;
}
/* Count & close */
.btncount,
.btnclose {
  background: #dd380d;
  z-index: 88;
  top: 0;
  padding: 0 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  height: 16px;
  min-width: 12px;
  text-align: center;
  color: white;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border-width: 0px;
  border-style: solid;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btncount.simpler,
.btnclose.simpler {
  border-color: gray;
  background: gray;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.btncount {
  right: 6%;
  margin: -10px 0 0 0;
}
.btnclose {
  cursor: pointer;
}
.btncount.right,
.btncount.inset,
.btnclose {
  right: 0;
  margin: -10px -10px 0 0;
}
.btncount.left,
.btnclose.left {
  right: auto;
  left: 0;
  margin: -10px 0 0 -10px;
}
.btncount.inset,
.btnclose.inset {
  margin: 4px 4px 0 0;
}
.btncount.left.inset,
.btnclose.left.inset {
  margin: 4px 0 0 4px;
}
#access > li > .btncount,
#access > li > a > .btncount {
  right: 50%;
  margin: 10px -25px 0 0;
}
#access > li > a > .btncount {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#access > li > a:hover > .btncount {
  margin-top: 6px;
}
.half-width {
  width: 49%;
}
.btn-group {
  position: relative;
  *zoom: 1;
  clear: both;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  color: #46494d;
  text-align: left;
  margin-left: -1px;
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(top, white, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal ;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  text-align: left;
}
.btn-group .btn:last-child .selected-text,
.btn-group .dropdown-toggle .selected-text {
  color: #46494d;
  font-weight: normal ;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 100000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert-heading {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -4px;
  right: -25px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success,
.alert-success .alert-heading {
  color: #468847;
}
.alert-danger,
.alert-error {
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info,
.alert-info .alert-heading {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert ul {
  margin: 0 0 0px 25px;
  *float: left;
}
.alert-red {
  background-color: #dc3a0e;
  background-image: -moz-linear-gradient(top, #e14612, #d52707);
  background-image: -ms-linear-gradient(top, #e14612, #d52707);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e14612), to(#d52707));
  background-image: -webkit-linear-gradient(top, #e14612, #d52707);
  background-image: -o-linear-gradient(top, #e14612, #d52707);
  background-image: linear-gradient(top, #e14612, #d52707);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e14612', endColorstr='#d52707', GradientType=0);
  color: white;
  border: solid 1px #931a03;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 1px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}
.block-arrow > span {
  border-color: #e4e7eb transparent transparent;
  border-image: none;
  border-right: 6px solid transparent;
  border-style: solid;
  border-width: 6px;
  display: block;
  height: 0;
  margin: -7px -6px -5px;
  position: absolute;
  width: 0;
}
.block-arrow {
  border-bottom: 6px solid transparent;
  border-image: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-style: solid;
  border-top-color: inherit;
  border-width: 6px;
  display: block;
  height: 0;
  left: 50%;
  margin: 1px 0 0 -6px;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.alert-red > .block-arrow > span {
  border-top-color: #d52607;
}
.toggle {
  display: inline-block;
  background-color: #5bb75b;
  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);
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #555555;
  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);
  width: 140px;
  position: relative;
  bottom: -2px;
  height: 25px;
}
.toggle:before {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.toggle.disabled {
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.toggle.disabled:after {
  color: #555555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.toggle.danger,
.toggle.disabled-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  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: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  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);
  *background-color: #bd362f;
}
.toggle.disabled.disabled-danger:after {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.toggle.warning,
.toggle.disabled-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #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: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  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);
  *background-color: #f89406;
}
.toggle.disabled.disabled-warning:after {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.toggle.success,
.toggle.disabled-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #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: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  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);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.toggle.disabled.disabled-success:after {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.toggle.primary,
.toggle.disabled-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.toggle.disabled.disabled-primary:after {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.toggle.info,
.toggle.disabled-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.toggle.disabled.disabled-info:after {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.toggle.inverse,
.toggle.disabled-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.toggle.inverse:before,
.toggle.disabled.disabled-inverse:after {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.toggle:before,
.toggle:after {
  padding-left: 12px;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .4px;
}
.toggle:before {
  content: "ON";
  content: attr(data-enabled);
  padding-left: 9px;
}
.toggle.disabled:before {
  content: "";
  padding-left: 60px;
}
.toggle.disabled:after {
  content: "OFF";
  content: attr(data-disabled);
}
.toggle .check {
  display: block;
  width: 65px;
  height: 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: whitesmoke;
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  border: 1px solid #cccccc;
  border-color: #cccccc;
  border-color: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -1px;
  left: -1px;
}
.toggle .check:hover {
  cursor: pointer;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle input[type=checkbox]:checked + label.check {
  top: -1px;
  left: 74px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) -1px 0 2px;
}
.toggle input[type=checkbox] + label.check {
  top: -1px;
  left: -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 1px 0 2px;
}
.nav {
  margin-left: 5px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.navbar .nav > li > a .icon-white {
  padding: 0px;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list .active > a,
.nav-list .active > a:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #22a914;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.tabs-left .nav-tabs {
  width: 100%;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
  padding: 0;
}
.nav-tabs > li:first-child,
.nav-pills > li:first-child {
  border-left: 0px solid #cccccc;
  padding-left: 0px;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  color: white;
  font-size: 13px;
  white-space: nowrap;
  margin-right: 1px;
  font-weight: normal;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #295fa9;
  margin-bottom: 0px;
  padding: 3px 5px 0px 0px;
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(top, white, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0px ;
  margin-top: 20px;
}
.nav-tabs.border {
  border: solid 1px #3f8ede;
}
.tabs-left .nav-tabs > li {
  margin-bottom: 1px;
}
.nav-tabs > li > a {
  padding: 8px 15px;
  margin-top: 0px;
  color: #232323;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
}
.box-header-top .nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 12px;
}
.box-header-top .pull-left.icontopleft {
  margin-right: 5px;
  margin-right: 0px \09;
}
.nav-tabs > li.active:first-child > a {
  border-left-color: gainsboro;
}
.nav-tabs li.active + li a {
  border-left-color: transparent;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > li > a:hover {
  color: white;
  margin-top: 0px;
  background-color: #3773c6;
  background-image: -moz-linear-gradient(top, #4081db, #295ea7);
  background-image: -ms-linear-gradient(top, #4081db, #295ea7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4081db), to(#295ea7));
  background-image: -webkit-linear-gradient(top, #4081db, #295ea7);
  background-image: -o-linear-gradient(top, #4081db, #295ea7);
  background-image: linear-gradient(top, #4081db, #295ea7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4081db', endColorstr='#295ea7', GradientType=0);
  border: 0px solid #dddddd;
  border-bottom-color: transparent;
  cursor: pointer;
  box-shadow: 0px 0px 0px gainsboro;
}
.tabs-left .nav-tabs > .active > a,
.tabs-left .nav-tabs > .active > a:hover {
  background-color: white;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills .active > a,
.nav-pills .active > a:hover {
  color: white;
  background-color: #22a914;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #dddddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.white-dropdown a {
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: gainsboro;
  position: relative;
  background-color: #f9f5f4;
  font-size: 15px;
  color: #353535;
  min-height: 19px;
  display: inline-block;
  padding: 7px 10px 5px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  z-index: 10000;
  outline: 0;
}
.white-dropdown a:hover {
  text-decoration: none;
  background-color: white;
}
.nav-top-box {
  width: 500px;
  position: absolute;
  top: 18px;
  right: 0px;
}
.nav-top-box .links {
  display: inline-block;
  text-align: right;
  float: right;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #22a914;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #14650c;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #3e3e3e;
}
.nav > .dropdown.active > a:hover {
  color: black;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tabbable .tabbable:before,
.tabbable .tabbable:after {
  display: inline;
}
.tabbable .nav-tabs {
  margin: 0px 0 12px 5px;
}
.tabbable h1 {
  font-size: 28px;
}
.tab-content {
  overflow-y: visible;
  border-style: solid;
  border-color: gainsboro;
  border-width: 1px;
  padding: 10px;
  border-top-color: #d7d7d7;
  box-shadow: 0px 0px 0px gainsboro;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.tab-content .t-grid {
  border: none;
  margin: -10px;
}
.tab-content .t-grid table {
  border-top: none;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #dddddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left {
  background: white;
}
.gray-grid .tabs-left {
  background: none;
}
.gray-grid .nav-tabs li a:hover,
.gray-grid .nav-tabs li.active a {
  background: whitesmoke;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
}
.tabs-left .tab-content {
  padding: 0px;
}
.tabs-left div[class^="span"] {
  margin-left: 0px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 0px solid #dddddd;
  background: white;
  filter: none;
  padding: 0px;
}
.tabs-left .tab-content {
  border: 0px;
}
.tabs-left .nav-tabs > li > a {
  color: #313f53;
  background-color: #d8e3eb;
  background-image: -moz-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: -ms-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6eff4), to(#c3d2de));
  background-image: -webkit-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: -o-linear-gradient(top, #e6eff4, #c3d2de);
  background-image: linear-gradient(top, #e6eff4, #c3d2de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6eff4', endColorstr='#c3d2de', GradientType=0);
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  position: relative;
  font-size: 12px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.tabs-left .nav-tabs > li > a:hover {
  background-color: #cedce6;
  background-image: -moz-linear-gradient(top, #dfebf1, #b4c6d5);
  background-image: -ms-linear-gradient(top, #dfebf1, #b4c6d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfebf1), to(#b4c6d5));
  background-image: -webkit-linear-gradient(top, #dfebf1, #b4c6d5);
  background-image: -o-linear-gradient(top, #dfebf1, #b4c6d5);
  background-image: linear-gradient(top, #dfebf1, #b4c6d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfebf1', endColorstr='#b4c6d5', GradientType=0);
  border: none;
  color: black;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: none;
  *border-right-color: white;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: white;
}
.topmenu li a em {
  position: absolute;
  margin-left: 11px;
  color: #3d89d5;
}
.topmenu li:first-child a {
  *padding: 6px 7px 6px 11px !important;
}
.topmenu li a:hover em,
.topmenu li.active em {
  margin-left: 9px;
}
* + html .topmenu li a em {
  margin-top: -2px;
}
.dropmenu li a em {
  position: absolute;
  right: 1px;
  color: #3d89d5;
  font-size: 12px;
  top: 5px;
}
.dropmenu li a:hover em {
  right: 1px;
  right: 1px\9;
}
* + html .dropmenu .dropdown-menu {
  min-width: 70px;
}
.navbar .nav.dropmenu  li  a.listicon:hover {
  border: solid 1px #3b8ad9 !important;
  margin: 0px 2px 0 1px;
}
.big-menu {
  margin: 0px;
}
.big-menu li {
  list-style: none;
  padding: 0;
  border-top: solid 1px #0078b8;
  border-bottom: solid 1px #00408c;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.big-menu li * {
  color: white;
}
.big-menu li .icon-arrow-right {
  position: absolute;
  right: 15px;
  top: 15px;
}
.big-menu li a {
  display: block;
  padding: 15px 15px;
}
.unstyled-list {
  margin: 0px;
}
.unstyled-list ul {
  margin: 0px;
}
.unstyled-list .message-menu {
  margin: 0;
  padding: 0;
}
.unstyled-list .message-menu li {
  background-color: #e7e8ec;
  background-image: -moz-linear-gradient(top, #f2f2f6, #d6dade);
  background-image: -ms-linear-gradient(top, #f2f2f6, #d6dade);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f6), to(#d6dade));
  background-image: -webkit-linear-gradient(top, #f2f2f6, #d6dade);
  background-image: -o-linear-gradient(top, #f2f2f6, #d6dade);
  background-image: linear-gradient(top, #f2f2f6, #d6dade);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f6', endColorstr='#d6dade', GradientType=0);
  border-bottom: solid 1px #b5b9bc;
  padding: 0;
}
.unstyled-list .message-menu li a {
  display: block;
  padding: 15px 7px;
}
.unstyled-list .status-list [class^="icon-"] {
  position: absolute;
  left: 5px;
  top: 15px;
}
.unstyled-list .status-list li {
  padding: 0;
  position: relative;
}
.unstyled-list .status-list li a {
  display: block;
  padding: 15px 15px 15px 25px;
}
.unstyled-list .status-list li .name {
  display: block;
  color: #202020;
}
.unstyled-list .status-list li .company {
  display: block;
  color: #5d5c5c;
}
.unstyled-list .status-list li date {
  display: block;
  color: #3880c9;
  font-weight: bold;
}
.unstyled-list .title-menu {
  background-color: #aeaeae;
  background-image: -moz-linear-gradient(top, #c4c4c4, #8e8e8e);
  background-image: -ms-linear-gradient(top, #c4c4c4, #8e8e8e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c4c4c4), to(#8e8e8e));
  background-image: -webkit-linear-gradient(top, #c4c4c4, #8e8e8e);
  background-image: -o-linear-gradient(top, #c4c4c4, #8e8e8e);
  background-image: linear-gradient(top, #c4c4c4, #8e8e8e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#8e8e8e', GradientType=0);
  color: white;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  list-style: none;
}
.unstyled-list .title-menu + li {
  padding-top: 0;
  margin-top: 0;
}
.message-menu li [class^="icon-"] {
  margin-right: 5px;
}
.message-menu li .icon-small-watch {
  margin-right: 3px ;
}
.theme-list {
  margin: 0px;
}
.theme-list * {
  color: white;
}
.theme-list ul {
  margin: 0px;
}
.theme-list .message-menu li {
  background-color: #0067ab;
  background-image: -moz-linear-gradient(top, #006aac, #0062a9);
  background-image: -ms-linear-gradient(top, #006aac, #0062a9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006aac), to(#0062a9));
  background-image: -webkit-linear-gradient(top, #006aac, #0062a9);
  background-image: -o-linear-gradient(top, #006aac, #0062a9);
  background-image: linear-gradient(top, #006aac, #0062a9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006aac', endColorstr='#0062a9', GradientType=0);
  border-bottom: solid 1px #00408c;
  border-top: solid 1px #0078b8;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}
.theme-list .message-menu li a {
  display: block;
  padding: 7px;
}
.theme-list .message-menu li:hover a {
  color: white;
}
.theme-list .title-menu {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #5d5d5d, #020202);
  background-image: -ms-linear-gradient(top, #5d5d5d, #020202);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5d5d), to(#020202));
  background-image: -webkit-linear-gradient(top, #5d5d5d, #020202);
  background-image: -o-linear-gradient(top, #5d5d5d, #020202);
  background-image: linear-gradient(top, #5d5d5d, #020202);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d5d5d', endColorstr='#020202', GradientType=0);
  color: white;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  list-style: none;
}
#crumb {
  clear: right;
  min-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0084c2;
  font-size: 12px;
  padding: 0px 0 7px 0px;
  margin: 0 0px 0 0px;
  background: white;
  border-bottom: solid 1px #e5e5e5;
  display: none;
}
#crumb a,
#crumb span,
#crumb label {
  float: left;
}
#crumb  a {
  color: #09457a;
  padding-bottom: 3px;
  display: inline-block;
}
#crumb a:hover {
  color: #0084c2;
}
#crumb span {
  font-size: 91% !important;
  color: #09457a;
  padding: 2px 4px 0 4px;
  line-height: 10px;
}
.status-bar.bar-small {
  font-size: 17px;
  line-height: 23px;
  text-align: right;
  color: #a4a4a4;
}
.status-bar.bar-small a {
  font-size: 17px;
  margin: 0 7px;
  font-family: arial, "Open Sans", sans-serif;
  color: #3e4043;
}
.status-bar {
  font-size: 23px;
  line-height: 35px;
  color: #8f8f8f;
  margin: 5px 0 10px;
}
.status-bar a {
  color: #717376;
  display: inline-block;
  margin: 0 15px;
  text-shadow: 0 0px 5px rgba(81, 81, 81, 0.45);
  font-family: "Open Sans", sans-serif;
  border-bottom: solid 2px transparent;
  padding: 5px 0;
}
.status-bar a:first-child {
  margin-left: 0;
}
.status-bar a label {
  color: #2c8fec;
}
.photobox {
  border: solid 1px #cccccc;
  padding: 2px;
  min-height: 10px;
  min-width: 10px;
  position: relative;
}
.photobox .buttonremove {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: white;
  cursor: pointer;
}
.sub-accordian ul.sublist {
  background: #fafafa;
  margin: -2px 0 2px;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 0 1px 1px;
  display: none;
}
.sub-accordian ul.sublist li {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0 0px;
  list-style-type: none;
  padding: 3px 0 3px 15px;
}
.sub-accordian li a.sub em {
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 4px;
  top: 7px;
  width: 16px;
}
.sub-accordian ul.sublist li:first-child {
  padding: 6px 0 3px 15px;
}
.sub-accordian ul.sublist li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sub-accordian ul.sublist li:first-child {
  border-top: none;
}
.sub-accordian ul.sublist li a {
  color: #606060;
}
.sub-accordian .active a,
.sub-accordian .active a:hover {
  border: none;
}
.sub-accordian ul.sublist li a:hover,
.sub-accordian ul.sublist li.active a {
  text-decoration: none;
  color: #3d3d3d;
  font-weight: bold;
}
.sub-leftpanel {
  width: 250px;
}
#main-content .nav-tabs:first-child {
  margin: 0;
}
/* ================================================== Navigation ============================================ */
.navigation {
  min-height: 40px;
  padding: 0px 0 0 0px;
  z-index: 1000;
}
.navigation ul {
  margin: 0 0 0 0px;
  list-style: none;
  padding: 0px;
}
.navigation .submenu {
  border-width: 1px;
  border-style: solid;
  border-color: #515253 #3d3e3f #2b2b2c #3d3e3f;
}
.navigation .submenu {
  display: none;
  position: absolute;
  left: 32px;
  top: 45px;
  -moz-box-shadow: 0px 3px 3px #898989;
  -webkit-box-shadow: 0px 3px 3px #898989;
  box-shadow: 0px 5px 15px #e45c09;
  float: left;
  border-width: 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-color: #e85700;
  padding: 1px 0px;
  z-index: 10000;
  margin-top: 5px;
  background-color: #e85700;
  background-image: -moz-linear-gradient(top, #e85700, #e85700);
  background-image: -ms-linear-gradient(top, #e85700, #e85700);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e85700), to(#e85700));
  background-image: -webkit-linear-gradient(top, #e85700, #e85700);
  background-image: -o-linear-gradient(top, #e85700, #e85700);
  background-image: linear-gradient(top, #e85700, #e85700);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e85700', endColorstr='#e85700', GradientType=0);
  z-index: 1000000;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.navigation .submenu > .column > ul {
  margin: 0px 0 0 0px;
  padding: 0;
}
.navigation .submenu > .column > ul > li {
  background: none;
  padding: 0px 0px;
  margin-bottom: 0px;
  float: none;
  border-top: 1px #ff7726 solid;
}
.navigation .submenu > .column > ul > li a {
  color: white;
  padding: 2px 0 2px 13px;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 22px;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navigation .submenu > .column > ul > li:first-child {
  border-top: none;
}
.navigation .submenu > .column > ul > li:first-child:hover {
  border-top: none;
}
.navigation .submenu > .column > ul > li:hover {
  background-color: #ff7726;
  border-bottom: none;
}
.navigation .submenu > .column > ul > li:hover a {
  color: white;
}
.navigation .submenu > .column > ul > li.active a {
  background-color: #ff7726;
  border-bottom: none;
  color: white;
}
.navigation .submenu .title {
  padding: 0px 0 5px ;
  color: #d2eaff;
  border-bottom: solid 1px #00437a;
  font-size: 13px;
}
.submenu.threecolumn {
  left: -127px;
}
.navigation .submenu:after {
  border-bottom: 6px solid #e85700;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 15px;
  position: absolute;
  top: -6px;
}
.navigation .submenu.threecolumn:after {
  left: 152px;
}
.navigation .submenu > em {
  width: 5px;
  height: 5px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -3px;
}
.navigation li:hover {
  position: relative;
}
.nav-collapse ul.navigation {
  padding: 0;
  display: block;
  font-size: 0;
  float: left;
  margin: 0 ;
}
.navigation ul {
  padding: 0 0px 0px;
}
.navigation .column {
  float: left;
}
.navigation > ul > li {
  /*white-space:nowrap;*/
  font-size: 0;
  float: left;
  padding: 0px 0px 0 2px;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.navigation > li,
.navigation li {
  margin: 0 0 0 0px;
}
.navigation > ul > li {
  margin: 0 0 0px 0px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent ;
  background: none;
  padding-left: 31px;
}
.navigation > ul > li .column ul li {
  overflow: hidden;
}
.navigation > ul > li .column ul li a {
  line-height: 25px;
}
.navigation > ul > li .column ul li a [class^="icon-"] {
  float: left;
  height: 27px;
  margin-right: 5px;
  vertical-align: middle;
  width: 27px;
}
.navigation ul > li a {
  padding: 5px 11px 4px;
  color: #717171;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  z-index: 10000;
}
.navigation > ul > li.logoafter {
  margin-right: 123px;
}
.navigation > ul > li > a {
  font-size: 15px;
  font-weight: normal;
  line-height: 17px;
  color: #1b1b1b;
  padding: 6px 8px 8px;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: Georgia, sans-serif;
  margin-top: 4px;
}
.navigation > ul > li > a > label {
  display: block;
  color: #656565;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
}
.navigation > ul > li > a > label:first-letter {
  text-transform: capitalize;
}
.navigation > ul > li.color-red > a {
  color: #da251c;
}
.navigation > ul > li:hover .submenu {
  display: block;
}
.navigation > ul > li:hover,
.navigation > ul > li.active {
  color: white;
  border-color: #e0e0e0 #e0e0e0 white #e0e0e0;
  font-weight: normal;
}
.navigation > ul > li:hover > a,
.navigation > ul > li.active > a {
  color: #22a914;
  /* background-color:#0d2944; */
  font-weight: normal;
  /* box-shadow: inset 35px 35px 25px 10px rgba(226, 226, 226, 0.2) ;  		*/

}
.navigation a:active,
.navigation a:focus {
  outline-style: none;
}
.navigation > li > a {
  border: none !important;
  padding: 17px 10px;
}
.navigation  a {
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  color: #575655;
  text-transform: capitalize;
  cursor: pointer;
}
.navigation ul a {
  text-align: left;
  padding: 7px;
  text-decoration: none;
}
.navigation .submenu .submenu {
  background-color: #eb2f1c;
  border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0;
  top: 0 !important;
}
.navigation ul a {
  font-size: 13px;
}
.navigation li:hover > a {
  color: #da0000;
  text-decoration: none;
}
.navigation ul ul li {
  margin: 0px 0 0;
}
.navigation ul ul li a,
.navigation ul ul li a:hover {
  border-bottom-color: #ca0704;
}
.navigation img {
  border: none;
  vertical-align: middle;
  margin-right: 16px;
}
.navigation img.over {
  display: none;
}
.navigation li:hover > a img.def {
  display: none;
}
.navigation li:hover > a img.over {
  display: inline;
}
.navigation .column {
  float: left;
  width: 255px;
}
.threecolumn {
  width: 720px !important;
}
.threecolumn .column {
  width: 240px;
  margin-left: 0px;
}
.threecolumn .column:first-child {
  margin-left: 0px;
}
.onecolumn .column {
  width: 250px;
}
.onecolumn1 .column {
  width: 200px;
}
.onecolumn2 .column {
  width: 180px;
}
.onecolumn3 .column {
  width: 160px;
}
.twocolumn {
  width: 270px !important;
}
.twocolumn .column {
  width: 48%;
}
.twocolumn .column:first-child {
  margin-right: 4%;
}
.navigation ul li:hover > a {
  text-decoration: none;
}
.navigation li.navigation > a {
  height: 14px;
  line-height: 14px;
}
.navigation li.navigation:hover > a {
  line-height: 14px;
}
/*============================= end navigation ==================== */
.hover-fade1 {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hover-fade11 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar {
  overflow: visible;
}
.navbar-inner {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #3974c7;
  background-image: -moz-linear-gradient(top, #4383dc, #295ea7);
  background-image: -ms-linear-gradient(top, #4383dc, #295ea7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4383dc), to(#295ea7));
  background-image: -webkit-linear-gradient(top, #4383dc, #295ea7);
  background-image: -o-linear-gradient(top, #4383dc, #295ea7);
  background-image: linear-gradient(top, #4383dc, #295ea7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4383dc', endColorstr='#295ea7', GradientType=0);
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #3974c7;
  background-image: -moz-linear-gradient(top, #4383dc, #295ea7);
  background-image: -ms-linear-gradient(top, #4383dc, #295ea7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4383dc), to(#295ea7));
  background-image: -webkit-linear-gradient(top, #4383dc, #295ea7);
  background-image: -o-linear-gradient(top, #4383dc, #295ea7);
  background-image: linear-gradient(top, #4383dc, #295ea7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4383dc', endColorstr='#295ea7', GradientType=0);
  border-color: #295ea7 #295ea7 #1a3b6a;
  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(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #295ea7;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #1f477e 9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: whitesmoke;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: white;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #999999;
}
.navbar .navbar-text a:hover {
  color: white;
  background-color: transparent;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: white;
  color: rgba(255, 255, 255, 0.75);
  background: #666666;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query :-moz-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query ::-webkit-input-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query:hover {
  color: white;
  background-color: #999999;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #3e3e3e;
  text-shadow: 0 1px 0 white;
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
  border-right: solid 1px #295ea8;
  border-left: solid 1px #478bde;
  font-size: 13px;
}
.navbar .nav > li:first-child {
  border-left: none;
}
.navbar .nav > li:last-child {
  border-right: none;
}
.nav-collapse {
  font-size: 13px;
}
.nav-collapse .iconbox {
  float: left;
  margin: 7px 0 0 0;
}
.nav-collapse .pull-right {
  margin: 10px 15px 0 0;
}
.nav-collapse .pull-right li {
  list-style: none;
}
.nav-collapse .pull-right a {
  color: white;
}
.nav-collapse .dropdown-menu li {
  font-size: 12px;
}
.nav.pull-right {
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar .nav > li > a {
  float: none;
  padding: 7px 20px 9px;
  margin: 0px 0 0 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #b5edff;
  text-decoration: none;
  line-height: 14px;
  font-size: 13px;
  font-weight: bold;
}
.navbar .nav > li > a:hover,
.navbar .dropmenu a.listicon:hover {
  color: white;
  text-decoration: none;
  border-radius: 0px\09;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: white;
  text-decoration: none;
}
.navbar .divider-vertical {
  height: 30px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #295ea7;
  border-right: 1px solid #4383dc;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: white;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: white;
}
.navbar .nav.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 16px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, white, whitesmoke);
  background-image: -ms-linear-gradient(top, white, whitesmoke);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, white, whitesmoke);
  background-image: -o-linear-gradient(top, white, whitesmoke);
  background-image: linear-gradient(top, white, whitesmoke);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='whitesmoke', GradientType=0);
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 white;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #3e3e3e;
}
.pagination {
  height: 32px;
  margin: 16px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: whitesmoke;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 16px;
  list-style: none;
  text-align: center;
  *zoom: 1;
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: whitesmoke;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.badge {
  padding: 1px 6px 2px;
  font-size: 12.03px;
  font-weight: bold;
  white-space: nowrap;
  color: white;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #3e3e3e;
}
.badge-inverse:hover {
  background-color: #242424;
}
.label-important,
.badge-important {
  background-color: #dd380d;
}
.stats {
  list-style-type: none;
  margin-left: 0;
}
.stats > li {
  padding: 19px 0 20px;
  border-top: 1px solid #cccccc;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 16px;
  color: white;
}
.stats .dashboard-status .stats {
  margin-bottom: -10px;
}
.dashboard .stats > li {
  border-top: 1px solid black;
  border-top: 1px solid #4e555a;
  /* This effect won't show in Opera: it is rendered under the border (known bug) */
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
.no-boxshadow .dashboard .stats > li {
  border-top-color: #666666;
}
.stats > li > a {
  display: block;
  color: white;
  margin: -19px 0 -20px;
  padding: 19px 5px 20px 0;
}
.stats > li > a:hover {
  padding-right: 0;
  -webkit-transition: padding-right 100ms;
  -moz-transition: padding-right 100ms;
  -ms-transition: padding-right 100ms;
  -o-transition: padding-right 100ms;
  transition: padding-right 100ms;
}
.stats > li > strong,
.stats > li > a > strong {
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  font-weight: 100;
  margin: -7px 10px -5px 0;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin-right 100ms;
  -moz-transition: margin-right 100ms;
  -ms-transition: margin-right 100ms;
  -o-transition: margin-right 100ms;
  transition: margin-right 100ms;
}
.dashboard .stats > li > strong,
.dashboard .stats > li > a > strong {
  -webkit-text-shadow: 0 1px 4px black;
  -moz-text-shadow: 0 1px 4px black;
  text-shadow: 0 1px 4px black;
}
.stats > li > a:hover > strong {
  margin-right: 15px;
}
.stats.split-on-mobile {
  margin-left: -4.5%;
}
.stats.split-on-mobile > li {
  float: left;
  width: 45.5%;
  margin-left: 4.5%;
  font-size: 12px;
  line-height: 12px;
}
.stats.split-on-mobile > li:nth-child(2) {
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.stats > li > strong,
.stats > li > a > strong {
  font-size: 51px;
  line-height: 36px;
  height: 36px;
  margin: 1px 7px -4px 0;
}
.modal-open .dropdown-menu {
  z-index: 101050;
}
.modal-open .dropdown.open {
  *z-index: 101050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eeeeee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  padding: 15px;
}
.modal-body .modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1;
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 80%;
  min-width: 280px;
  overflow: hidden;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: whitesmoke;
  border-bottom: 1px solid #eeeeee;
  -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: white;
  -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;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover-box {
  background: white;
  padding: 8px;
  border: solid 2px #7a7a7a;
  min-height: 160px;
  width: 500px;
  max-width: 80%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.popoverdata tr td {
  border-left: solid 1px #bebebe;
}
.popoverdata tr td:first-child {
  border-left: none;
}
.popoverdata tr td .control-label {
  font-size: 16px;
  color: #0256ad;
  font-weight: bold;
  text-align: center;
}
.popoverdata.view tr td .control-label {
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
}
.popoverdata tr td .controls {
  text-align: center;
}
.popover-box > .popoverdata {
  margin-bottom: 10px;
}
.popover-box-content {
  border: solid 1px #cfcfcf;
  background: whitesmoke;
  min-height: 60px;
  max-height: 230px;
  overflow: hidden;
  padding: 10px;
}
.popover-box-content + .popoverdata {
  margin-top: 10px;
  margin-bottom: 0px;
}
.popover-box .icon-left-arrow {
  position: absolute;
  top: 50%;
  left: -12px;
}
.popover-box .popover-box-content h4 {
  color: black;
  font-size: 14px;
  padding-bottom: 8px;
}
.popoverfooter tr td .control-label {
  font-size: 13px;
  display: inline;
  padding-left: 4px;
}
.leftthemeshade {
  width: 2px;
  height: 100%;
  position: absolute;
  left: -2px;
}
.popover-box .boxcolor {
  display: block;
  padding-top: 3px;
  height: 20px;
}
#treeviewdetail .t-in {
  min-width: 250px;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, white, #e4e4e4);
  background-image: -ms-linear-gradient(top, white, #e4e4e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, white, #e4e4e4);
  background-image: -o-linear-gradient(top, white, #e4e4e4);
  background-image: linear-gradient(top, white, #e4e4e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e4e4e4', GradientType=0);
  border: solid 1px #c6c6c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#treeviewdetail .t-in em {
  width: 48px;
  height: 48px;
  display: inline-block;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -2px 15px -2px -3px;
}
#treeviewdetail .t-in label {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}
#treeviewdetail .t-in span {
  font-size: 12px;
  color: #242424;
}
#treeviewdetail .t-in.t-state-selected {
  padding-left: 3px;
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, white, #d6d6d6);
  background-image: -ms-linear-gradient(top, white, #d6d6d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, white, #d6d6d6);
  background-image: -o-linear-gradient(top, white, #d6d6d6);
  background-image: linear-gradient(top, white, #d6d6d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#d6d6d6', GradientType=0);
}
#treeviewdetail .t-in.t-state-selected:hover em {
  margin: -2px 15px -2px -3px;
}
#treeviewdetail .t-in:hover {
  min-width: 248px;
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, white, #d6d6d6);
  background-image: -ms-linear-gradient(top, white, #d6d6d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, white, #d6d6d6);
  background-image: -o-linear-gradient(top, white, #d6d6d6);
  background-image: linear-gradient(top, white, #d6d6d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#d6d6d6', GradientType=0);
}
#treeviewdetail .t-in:hover em {
  margin: -2px 15px -2px -5px;
}
.popover.contrast .popover-inner {
  width: 800px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 16px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #22a914;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label {
  padding: 2px 4px 3px;
  font-size: 11.05px;
  font-weight: bold;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: white;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -ms-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(top, whitesmoke, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='whitesmoke', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: white;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-radial {
  margin-right: 0px;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #2f3439;
  background-color: white;
}
/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #383838;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  font-size: 20px;
  font-family: Georgia, sans-serif;
}
/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
.progress-0 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(90deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-5 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(108deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-10 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(126deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-15 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(144deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-20 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(162deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-25 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(180deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-30 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(198deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-35 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(216deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-40 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(234deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-45 {
  background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(252deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-50 {
  background-image: linear-gradient(-90deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-55 {
  background-image: linear-gradient(-72deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-60 {
  background-image: linear-gradient(-54deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-65 {
  background-image: linear-gradient(-36deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-70 {
  background-image: linear-gradient(-18deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-75 {
  background-image: linear-gradient(0deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-80 {
  background-image: linear-gradient(18deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-85 {
  background-image: linear-gradient(36deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439);
}
.progress-90 {
  background-image: linear-gradient(54deg, #ed4011 50%, transparent 50%, transparent), linear-gradient(270deg, #ed4011 50%, white 50%, white);
}
.progress-95 {
  background-image: linear-gradient(72deg, #a928ff 50%, transparent 50%, transparent), linear-gradient(270deg, #a928ff 50%, white 50%, white);
}
.progress-100 {
  background-image: linear-gradient(90deg, #15a709 50%, transparent 50%, transparent), linear-gradient(270deg, #15a709 50%, #15a709 50%, #15a709);
}
.accordion {
  margin-bottom: 16px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 16px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #3e3e3e;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: white;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: whitesmoke;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}
.ie7 .nav-top-box {
  top: 14px;
}
.ie7 #main-content {
  border: solid 1px #d2e3ef;
}
.ie7 .content-panel {
  display: table;
  width: 100%;
  padding: 0px;
}
.ie7 .content-panel #right-navigation {
  display: inline-block;
  position: absolute;
  right: 0px;
  min-height: 300px;
  z-index: 1000;
  top: 116px;
}
.ie7 .content-panel #right-navigation .right-panel-inner {
  border: solid 1px #d2e3ef;
  background-image: none;
}
.ie7 .content-panel .spacingcell {
  width: 20px;
  display: inline-block;
  height: 100px;
  text-align: right;
  vertical-align: top;
  position: absolute;
  right: 0px;
  top: 116px;
  z-index: 10000;
}
.ie7 .right-panel-nav.fixtop {
  margin-left: 0px;
}
.ie7 [class^="nav-control-"] b {
  margin-top: 7px !important;
}
.ie8 #title-bar  .userdetail .user-name {
  padding-right: 20px;
}
.ie8 .view-detail-box .user-photo,
.ie8 .user-detail-box .user-photo {
  border: solid 1px #e2e2e2;
}
.ie8 #main-content {
  border: solid 1px #d2e3ef;
}
* + html {
  overflow-x: hidden;
}
body[class^="ie"] .navbar .nav > li > a {
  padding: 8px 20px 8px;
}
body[class^="ie"] .search-panel .controls button {
  margin-left: -35px;
}
body[class^="ie"] .right-panel-nav.fixtop {
  position: fixed;
  top: 10px;
  margin-left: 11px;
}
body[class^="ie"] .content-panel {
  width: 99.2%;
}
body[class^="ie"] .spacingcell.smallwidth {
  width: 25px;
}
@media (max-width: 1280px) {
  .content-panel #right-navigation {
    display: none;
  }
  
  #right-navigation {
    z-index: 142;
    position: absolute;
    right: 0;
    display: none;
  }
  
  .right-panel-inner {
    box-shadow: 0px 0px 5px #bbcad7;
    padding-top: 10px !important;
  }
  
  
  .spacingcell {
    width: 5px;
  }
  
  .right-panel-nav {
    right: 0px;
    position: fixed;
  }
  
  body[class^="ie"] .right-panel-nav.fixtop {
    margin-left: -15px;
  }
  body[class^="ie"] .nav-control-open {
    margin-right: 5px;
  }
  body[class^="ie"] .content-panel {
    width: 98.2%;
  }
  
  .ie8 .nav-control-open {
    margin-right: 0px;
  }
  .ie8 .spacingcell {
    width: 5px !important;
  }
  .ie8 .content-panel {
    width: 98.2% !important;
  }
  
  .spacingcell {
    width: 25px !important;
  }
}
@media only screen and (max-width: 1820px) {
  body[class^="ie"] .content-panel {
    width: 98.5% !important;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
body {
  /* background:#f9f9f9; */
  background: white;
  min-width: 720px;
}
*:focus,
*:active {
  outline: none  !important;
  outline: 0 !important;
}
.main-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.main-container > .container-fluid {
  padding: 0 10px;
}
.main-container > .container-fluid .navbar-inner {
  padding: 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 -10px;
}
.main-container1 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.main-container2 {
  width: 1000px;
  margin: 0 auto;
}
#loading {
  position: absolute;
  top: 47%;
  left: 46%;
}
/* ---------------------------------- Common Classes ----------------------------------------*/
.clearfix {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.divider-extiny {
  height: 5px;
}
.divider-tiny {
  height: 10px;
}
.divider-short {
  height: 15px;
}
.divider-medium {
  height: 20px;
}
.divider-large {
  height: 30px;
}
.divider-exlarge {
  height: 40px;
}
.h1 {
  font-family: Georgia, sans-serif;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  padding: 15px 0 0px 0px;
  color: black;
  font-style: italic;
}
.h2 {
  font-family: Georgia, sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  padding: 15px 0 0px 0px;
  color: black;
  font-style: italic;
}
.h3 {
  font-family: Georgia, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: black;
  margin: 0;
  padding: 10px 0 0px 0px;
  line-height: 30px;
  font-style: italic;
}
.h3 a {
  color: black;
}
.h4 {
  font-family: Georgia, sans-serif;
  font-size: 18px;
  color: black;
  margin: 0;
  padding: 15px 0 0px 0px;
  font-style: italic;
}
.h5 {
  font-family: arial, Georgia, sans-serif;
  font-size: 14px;
  color: black;
  margin: 0;
  padding: 9px 0 0px 0px;
  font-weight: normal;
  font-style: italic;
}
.color1 {
  color: #22a914;
}
.color2 {
  color: #9b00fa;
}
.main-content .h2 {
  color: #2d2d2d;
  font-style: italic;
}
.s-right .h2 {
  color: #2d2d2d;
}
.h1 + .h3,
.h1 + .h2,
.h1 + .h4,
.h1 + .h5,
.h2 + .h3,
.h2 + .h4,
.h2 + .h5,
.h3 + .h2,
.h3 + .h4 {
  padding-top: 7px;
}
ul + p,
* + p {
  padding-top: 10px;
}
.icon-search-red {
  background: url(../../images/searchicon.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.main-content-inner {
  padding-top: 0px;
}
.main-content-inner .main-container:first-child .h1 {
  padding-top: 0px;
}
.well-gray {
  background-color: #383838;
  overflow: auto;
}
.well-gray * {
  color: white;
}
.well-gray .h1,
.well-gray .h2,
.well-gray .h3,
.well-gray .h4 {
  color: white;
}
.well-gray p {
  color: #aeaeae;
}
.well-gray1 {
  background-color: #038715;
  background-image: -moz-linear-gradient(top, #038715, #038715);
  background-image: -ms-linear-gradient(top, #038715, #038715);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#038715), to(#038715));
  background-image: -webkit-linear-gradient(top, #038715, #038715);
  background-image: -o-linear-gradient(top, #038715, #038715);
  background-image: linear-gradient(top, #038715, #038715);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#038715', endColorstr='#038715', GradientType=0);
  border-bottom: solid 1px #1cb62e;
}
.well-gray1 * {
  color: white;
}
.well-green {
  background-color: #04981a;
}
.well-green p {
  color: white;
}
.well-green li {
  color: white;
}
.well-lightgray {
  background-color: #ededed;
  overflow: auto;
}
.well-lightgray .h1,
.well-lightgray .h2,
.well-lightgray .h3,
.well-lightgray .h4 {
  color: black;
  padding-bottom: 10px;
}
.well-lightgray p {
  color: #4c4e4c;
}
.well-lightgray.arrowbottom {
  overflow: visible;
  position: relative;
}
.well-lightgray.arrowbottom:after {
  content: "";
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-top: solid 12px #ededed;
  position: absolute;
  display: inline-block;
  bottom: -12px;
  left: 49%;
}
.h1.arrowbottom,
.h2.arrowbottom,
.h3.arrowbottom {
  position: relative;
}
.mr35 {
  margin-right: 35px;
}
table td {
  border: none;
  padding: 0px;
}
table.general {
  margin: 10px 0 0 0;
  border-collapse: collapse;
}
table.general td {
  border: solid 1px #e9e9e9;
  padding: 9px;
  font-size: 12px;
  vertical-align: top;
}
table.general tr.even {
  background: #faf8f8;
}
table.general th,
.tabHead {
  background: #15a709;
  color: white;
  text-align: left;
  border: solid 1px #29c11d;
  border-bottom: none !important;
  padding: 5px 7px 5px 7px;
}
ul {
  margin: 8px 0 0 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  background: url(../../images/list3.png) 0px 9px no-repeat;
  padding: 4px 0 4px 12px;
  color: #333232;
}
ul li li {
  list-style-type: none;
  background: url(../../images/list.png) 3px 6px no-repeat;
  padding: 2px 0 0 20px;
}
.title1 {
  font-size: 29px;
  font-family: Georgia, arial;
  color: #9d8501;
  line-height: 29px;
}
.style1 {
  position: relative;
}
.style1 hr {
  position: absolute;
  top: 3px;
  width: 100%;
  left: 0px;
  z-index: 10;
  border-top: 1px solid #d2d2d2;
}
.style1 > span {
  background-color: #f9f9f9;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.title1 {
  font-size: 45px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  line-height: 45px;
}
.title3 {
  font-size: 20px;
  font-family: Georgia, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.heading1 {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.heading1 hr {
  position: absolute;
  top: 3px;
  width: 100%;
  left: 0px;
  z-index: 10;
  border-top: 1px solid #d2d2d2;
}
.heading1 > h1 {
  background-color: #f9f9f9;
  display: inline-block;
  position: relative;
  z-index: 100;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  color: #003466;
  padding: 0 15px;
}
.bg2col {
  background: url(../../images/2colo-bg.jpg) repeat top center;
  min-height: 50px;
}
.bg2col .h1,
.bg2col .h2,
.bg2col .h3,
.bg2col .h4 {
  color: white;
}
.bg2col p {
  color: #e6c2ff;
}
.bg2col .title3,
.bg2col .title1 {
  color: white;
}
.bg2col a {
  color: white;
}
.sidebg-outer {
  height: 268px;
  overflow: hidden;
}
.sidebg1 {
  background: url(../../images/imageside1.jpg) repeat;
  height: 268px;
  position: absolute;
  width: 50%;
  right: 0;
}
.listplain li {
  background: none;
  border-bottom: solid 1px #bd69ff;
  padding: 5px 0;
}
.listplain li .title {
  color: white;
}
.listplain li .desc {
  color: #e6c2ff;
}
.navigation > ul > li {
  background: url(../../images/menu-border.png) no-repeat top left;
}
.navigation > ul > li:first-child {
  background: none;
}
.form-signup-outer {
  text-align: center;
  width: 410px;
  margin: 0 auto;
}
.form-signup-outer .form-signup {
  margin: 15px 0;
}
.form-signup-outer .form-signup ul {
  overflow: auto;
}
.form-signup-outer .form-signup ul li {
  background: white none;
  float: left;
  padding: 0;
  height: 41px;
}
.form-signup-outer .form-signup ul li input[type="text"] {
  margin: 0;
  border: none;
  width: 306px;
  padding: 12px 5px;
}
.form-signup-outer .form-signup ul li button {
  background: url(../../images/button-red-bg.png) no-repeat;
  width: 83px;
  height: 41px;
  display: inline-block;
  border: none;
  text-align: right;
  padding-right: 5px;
  font-size: 31px;
  color: white;
  font-family: Georgia, sans-serif;
}
.form-signup-outer p {
  color: #95ff8c;
  text-align: left;
}
/* ---------------------------------- end Common Classes ----------------------------------------*/
/* ---------------------------------- banner ----------------------------------------*/
.welcome .title {
  font-size: 30px;
  font-family: Georgia, sans-serif;
  font-style: Italic;
  color: white;
  text-align: center;
}
.contactdetails {
  display: table;
  width: 100%;
  border-bottom: solid 1px #dfdfdf;
  padding: 15px 0;
  margin: 0 0 10px;
}
.contactdetails li {
  list-style: none;
  background: none;
  display: table-cell;
  padding-left: 25px;
}
.contactdetails li a {
  color: #4c4e4c;
  font-weight: bold;
}
.contactdetails li img {
  vertical-align: middle;
  position: absolute;
  margin-left: -28px;
  margin-top: 0px;
}
.contactdetails li img[src$="icon-mail.png"] {
  margin-top: 0px;
}
.contactdetails li img[src$="icon-location.png"] {
  margin-top: 3px;
}
.homemainlinks {
  width: 100%;
  display: table;
}
.homemainlinks li {
  display: table-cell;
  background: url(../../images/grayshade.png) no-repeat left center;
  padding-left: 35px;
  padding-right: 15px;
}
.homemainlinks li .title {
  font-size: 27px;
  color: white;
  display: block;
  font-family: Georgia, sans-serif;
  line-height: 29px;
}
.homemainlinks li .desc {
  color: #b5ffc0;
  display: block;
  margin: 10px 0;
  height: 80px;
}
.homemainlinks li .more {
  color: white;
}
.homemainlinks li:first-child {
  background: none;
  padding-left: 0px;
}
.homemainlinks li a {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: white;
}
.homemainlinks li a * {
  cursor: pointer;
}
.homemainlinks li a:hover {
  background-color: #05ad1e;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.s-banner {
  height: 440px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.s-banner .slideshow {
  height: 440px;
  overflow: hidden;
}
.s-banner .banner {
  height: 440px;
  width: 100%;
}
.s-banner .homebanner1 {
  background: url(../../images/banner.jpg) repeat-x center left;
  width: 100%;
  height: 440px;
}
.s-banner .homebanner2 {
  background: url(../../images/banner1.jpg) repeat-x center left;
  width: 100%;
  height: 440px;
}
.s-banner .homebanner3 {
  background: url(../../images/banner2.jpg) repeat-x center left;
  width: 100%;
  height: 440px;
}
.s-banner .bannercaption {
  background: url(../../images/bannerbg.png) no-repeat center;
  height: 106px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.s-banner .bannercaption .btn-quotereq {
  float: right;
}
.s-banner .bannercaption .bannerleftsection {
  float: left;
  width: 715px;
  height: 106px;
}
.s-banner .bannercaption .bannerleftsection .title {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 29px;
  line-height: 35px;
  margin-top: 15px;
}
.s-banner .bannercaption .bannerleftsection .desc {
  color: white;
  margin-top: 5px;
}
.s-banner .bannercontent-outer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 440px;
  width: 41%;
}
.s-banner .bannercontent {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #e35c08;
  height: 440px;
  width: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.s-banner .main-container {
  margin-top: -440px;
}
.s-banner .main-container .bannertext {
  width: 450px;
  float: right;
  margin-top: 93px;
}
.s-banner .main-container .bannertext .text1 {
  font-size: 53px;
  color: white;
  line-height: 53px;
  font-family: Georgia, sans-serif;
  text-transform: uppercase;
}
.s-banner .main-container .bannertext .text2 {
  font-size: 24px;
  color: white;
  line-height: 24px;
  font-family: Georgia, sans-serif;
  text-transform: uppercase;
}
.s-banner .main-container .bannertext .text3 {
  font-size: 42px;
  color: white;
  line-height: 42px;
  font-family: Georgia, sans-serif;
  text-transform: uppercase;
}
.s-banner .main-container .bannertext p {
  font-family: Georgia, sans-serif;
  color: white;
}
.s-banner .main-container .bannertext .desc {
  width: 310px;
  float: right;
  font-family: arial;
}
.s-banner .bannercontent:after {
  width: 0;
  height: 0;
  border-top: 440px solid #e35c08;
  border-left: 300px solid transparent;
  position: absolute;
  left: -300px;
  top: 0px;
  content: " ";
}
.s-banner .bannercontent1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #22a813;
  height: 440px;
  width: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.s-banner .bannercontent1:after {
  width: 0;
  height: 0;
  border-top: 440px solid #22a813;
  border-left: 300px solid transparent;
  position: absolute;
  left: -300px;
  top: 0px;
  content: " ";
}
.s-banner .bannercontent2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #9f00fb;
  height: 440px;
  width: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.s-banner .bannercontent2:after {
  width: 0;
  height: 0;
  border-top: 440px solid #9f00fb;
  border-left: 300px solid transparent;
  position: absolute;
  left: -300px;
  top: 0px;
  content: " ";
}
.nav111 {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 375px;
}
#prev2 {
  background: url(../../images/nav-arrow.png) no-repeat;
  width: 25px;
  height: 40px;
  display: inline-block;
  font-size: 0px;
  text-transform: none;
  border: none;
  color: #141414;
  cursor: pointer;
  right: 45px;
  position: absolute;
  background-position: 0 -54px;
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#prev2:hover,
#next2:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#next2 {
  background: url(../../images/nav-arrow.png) no-repeat;
  width: 25px;
  height: 40px;
  display: inline-block;
  font-size: 0px;
  text-transform: none;
  border: none;
  color: #141414;
  cursor: pointer;
  right: 0%;
  position: absolute;
  background-position: 0 0;
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-quotereq {
  width: 260px;
  height: 106px;
  background: url(../../images/btn-quotereq.png) no-repeat 0 0;
  display: inline-block;
  padding-left: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 29px;
  line-height: 106px;
}
.btn-quotereq:hover {
  background-position: 0 -116px;
  color: white;
}
.s-banner-inner {
  height: 328px;
  width: 100%;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.s-banner-inner .innerbanner1 {
  background: url(../../images/banner.jpg) no-repeat center;
  width: 100%;
  height: 328px;
}
.s-banner-inner .bannercaption {
  background: url(../../images/bannerbg.png) no-repeat center;
  height: 106px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.s-banner-inner .bannercaption .btn-quotereq {
  float: right;
}
.s-banner-inner .bannercaption .bannerleftsection {
  float: left;
  width: 715px;
  height: 106px;
}
.s-banner-inner .bannercaption .bannerleftsection .title {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 29px;
  line-height: 35px;
  margin-top: 15px;
}
.s-banner-inner .bannercaption .bannerleftsection .desc {
  color: white;
  margin-top: 5px;
}
.photogallery {
  overflow: hidden;
  margin: 25px 0 25px 0px;
}
.photogallery .gallerylist {
  width: 331px;
  height: 200px;
  float: left;
  display: inline-block;
  color: black;
  text-align: center;
  margin-left: 2px;
  position: relative;
}
.photogallery .gallerylist .photo {
  display: block;
  overflow: hidden;
  height: 199px;
}
.photogallery .gallerylist .photo img {
  min-width: 338px;
  min-height: 199px;
}
.photogallery .gallerylist .title {
  font-family: arial;
  font-size: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #c32839;
  line-height: 35px;
  text-align: center;
}
.photogallery .gallerylist .desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: black;
}
.photogallery .gallerylist .hoverbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.photogallery .gallerylist .hoverbox samp {
  background-color: #109805;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  height: 199px;
  left: 0px;
  z-index: 80;
}
.photogallery .gallerylist .hoverbox .whitecircle {
  width: 125px;
  height: 125px;
  background-color: white;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  display: inline-block;
  margin-top: 34px;
  z-index: 100;
  position: relative;
}
.photogallery .gallerylist .hoverbox .whitecircle .icon-search-red {
  margin-top: 52px;
}
.photogallery .gallerylist:hover .hoverbox {
  display: inline-block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ie8 .photogallery .gallerylist .hoverbox,
html[data-useragent*='MSIE 8.0'] .photogallery .gallerylist .hoverbox {
  display: none;
}
.ie8 .photogallery .gallerylist:hover .hoverbox,
html[data-useragent*='MSIE 8.0'] .photogallery .gallerylist:hover .hoverbox {
  display: block;
}
.status-red,
.color-red {
  color: #ef0000;
}
.status-yellow,
.color-yellow {
  color: #e6d300;
}
.status-orange,
.color-orange {
  color: #f16600;
}
.status-green,
.color-green {
  color: #66b400;
}
.status-blue,
.color-blue {
  color: #045fbc;
}
.status-pink,
.color-pink {
  color: #ff71a4;
}
.status-purple,
.color-purple {
  color: #7d1eb0;
}
.status-brown,
.color-brown {
  color: #8b5b31;
}
.status-black,
.color-black {
  color: black;
}
.status-white,
.color-white {
  color: white;
}
.status-gray,
.color-gray {
  color: #737373;
}
/* ---------------------------------- End banner ----------------------------------------*/
/* ---------------------------------- Top panel ----------------------------------------*/
.s-header {
  background: white;
  min-height: 71px;
  width: 100%;
  padding: 10px 0 20px;
}
.s-header .navigation {
  float: left;
  margin: 8px 0 0 10px;
}
.s-header .s-logo {
  float: left;
}
.s-header.overlap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
/* ---------------------------------- End Top panel ----------------------------------------*/
/* ---------------------------------- Left panel ----------------------------------------*/
.s-content {
  overflow: auto;
  min-height: 150px;
}
.s-content .s-left {
  width: 643px;
  float: left;
  min-height: 150px;
}
.s-content .s-right {
  width: 310px;
  float: left;
  min-height: 150px;
  margin-left: 45px;
}
.googlemap {
  height: 255px;
  border: solid 1px #9da2a6;
}
/* ---------------------------------- End Left panel ----------------------------------------*/
/* ---------------------------------- right panel----------------------------------------*/
/* ----------------------------------end right panel ----------------------------------------*/
/* ---------------------------------- Content panel ----------------------------------------*/
.innerslideshow {
  height: 234px;
  overflow: hidden;
  position: relative;
}
.innerslideshow #next-mixed,
.innerslideshow #prev-mixed {
  position: absolute;
  top: 44%;
  z-index: 1000;
}
.innerslideshow #next-mixed {
  background: url(../../images/yellow-arrow-next.png) no-repeat;
  width: 34px;
  height: 34px;
  display: inline-block;
  right: 10px;
}
.innerslideshow #prev-mixed {
  background: url(../../images/yellow-arrow-prev.png) no-repeat;
  width: 34px;
  height: 34px;
  display: inline-block;
  left: 10px;
}
.arrow-black-right {
  background: url(../../images/arrow-black.png) no-repeat;
  width: 4px;
  height: 7px;
  display: inline-block;
}
.table1 .innerspace td {
  padding: 15px;
}
.table1 tr > td {
  color: white;
  font-size: 14px;
}
.table1 tr .inner td {
  padding: 0;
}
.table1 tr .inner td:first-child {
  padding: 0px 10px 0 0;
}
.table1 tr .inner .bullet {
  width: 25px;
  padding: 0 10px;
}
.table2 .innerspace td {
  padding: 15px;
}
.table2 tr > td {
  color: white;
  font-size: 14px;
  vertical-align: top;
}
.table2 tr .testimonials-box {
  margin-top: 25px;
}
.table2 tr .inner td {
  padding: 0;
}
.table2 tr .inner td:first-child {
  padding: 0px 10px 0 0;
}
.table2 tr .inner .bullet {
  width: 25px;
  padding: 0 10px;
}
.bg1 {
  background-color: #004179;
}
.bg2 {
  background-color: #bea502;
}
.link1 {
  background-color: #bea502;
  padding: 7px 10px;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  line-height: 18px;
}
.link1:hover {
  color: white;
}
.servicelist2 {
  overflow: auto;
  margin-left: -2%;
  margin: 15px 0 15px -2%;
}
.servicelist2 ul {
  margin: 0;
  padding: 0;
}
.servicelist2 ul li {
  list-style: none;
  float: left;
  width: 31%;
  background: none;
  margin: 15px 0 15px 2%;
  padding: 0;
}
.servicelist2 ul li .links {
  display: block;
  text-align: left;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.servicelist2 ul li .links .images,
.servicelist2 ul li .links .desc,
.servicelist2 ul li .links .h2 {
  display: block;
}
.servicelist2 ul li .links .images {
  overflow: hidden;
  overflow: hidden;
}
.servicelist2 ul li .links .desc {
  height: 50px;
  overflow: hidden;
  font-size: 12px;
  color: #393939;
  margin: 10px 0px 5px;
}
.servicelist2 ul li .links .h2 {
  overflow: hidden;
  margin-bottom: 10px;
  color: #2d2d2d;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.servicelist2 ul li .links .buttons {
  display: inline-block;
  padding: 4px 0px;
  color: #b58400;
  font-size: 12px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: bold;
  text-transform: uppercase;
}
.servicelist2 ul li .links .buttons .arrow-black-right {
  top: -1px;
  position: relative;
  margin-left: 2px;
}
.servicelist2 ul li .links:hover {
  background-color: #f6f6f6;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: inset 0 0 50px #e4e4e4;
}
.servicelist2 ul li .links:hover .buttons {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.servicelist1 {
  overflow: auto;
  margin-left: -2%;
  margin: 5px 0 15px -2%;
}
.servicelist1 ul {
  margin: 0;
  padding: 0;
}
.servicelist1 ul li {
  list-style: none;
  float: left;
  width: 31%;
  background: none;
  margin: 10px 0 15px 2%;
  padding: 0;
}
.servicelist1 ul li .links {
  display: block;
  text-align: left;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  padding-left: 95px;
  overflow: auto;
}
.servicelist1 ul li .links .image,
.servicelist1 ul li .links .desc,
.servicelist1 ul li .links .h2 {
  display: block;
}
.servicelist1 ul li .links .image {
  overflow: hidden;
  overflow: hidden;
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
}
.servicelist1 ul li .links .desc {
  overflow: hidden;
  font-size: 12px;
  color: #676767;
  margin: 10px 0px;
}
.servicelist1 ul li .links .title {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
  color: #0a5b88;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.servicelist1 ul li .links .buttons {
  display: inline-block;
  padding: 4px 10px;
  color: #b58400;
  font-size: 12px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: bold;
}
.servicelist1 ul li .links:hover {
  background-color: #eaeaea;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: inset 0 0 25px #eff7ff;
}
.servicelist1 ul li .links:hover .buttons {
  background-color: #0e699c;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.servicelist3 {
  overflow: auto;
  margin-left: -2%;
  margin: 5px 0 15px -2%;
}
.servicelist3 ul {
  margin: 0;
  padding: 0;
}
.servicelist3 ul li {
  list-style: none;
  float: left;
  width: 100%;
  background: none;
  margin: 10px 0 15px 0%;
  padding: 0;
}
.servicelist3 ul li .links {
  display: block;
  text-align: left;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  padding-left: 95px;
  overflow: auto;
}
.servicelist3 ul li .links .image,
.servicelist3 ul li .links .desc,
.servicelist3 ul li .links .h2 {
  display: block;
}
.servicelist3 ul li .links .image {
  overflow: hidden;
  overflow: hidden;
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
}
.servicelist3 ul li .links .desc {
  overflow: hidden;
  font-size: 12px;
  color: #676767;
  margin: 10px 0px;
}
.servicelist3 ul li .links .title {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
  color: #0a5b88;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.servicelist3 ul li .links .buttons {
  display: inline-block;
  padding: 4px 10px;
  color: #b58400;
  font-size: 12px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: bold;
}
.servicelist3 ul li .links:hover {
  background-color: #eaeaea;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: inset 0 0 25px #eff7ff;
}
.servicelist3 ul li .links:hover .buttons {
  background-color: #0e699c;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.eventlist .listinner {
  position: relative;
  padding: 5px 0 0 70px;
}
.eventlist .listinner .datebox {
  position: absolute;
  left: 0px;
  top: 7px;
  border: solid 1px #e7e7e7;
  width: 60px;
  text-align: center;
}
.eventlist .listinner .datebox .month {
  background: #004179;
  padding: 5px;
  text-align: center;
  color: white;
}
.eventlist .listinner .datebox .date {
  padding: 10px 0;
  font-size: 22px;
  color: #003466;
}
.eventlist .listinner .desc {
  line-height: 18px;
}
.borderbottom {
  border-bottom: solid 1px #dbdbdb;
}
.h2.borderbottom,
.h1.borderbottom,
.h3 .borderbottom,
.h4.borderbottom {
  padding-bottom: 7px;
}
.testimonials-right {
  margin-bottom: 0px;
  padding: 0px 20px 12px 17px;
  min-height: 10px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.testimonials-right .bottomarrow {
  display: block;
}
.testimonials-right p {
  color: #d4ebff;
  font-style: italic;
  background: url(../../images/quote-top.png) no-repeat 0 0px;
  padding: 2px 0 0 30px;
  clear: both;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 22px;
}
.testimonials-right p a {
  color: #434343;
  display: inline-block;
  text-transform: none;
  font-style: normal;
  margin-top: 15px;
  cursor: default;
  float: right;
  text-align: right;
}
.testimonials-right p a:hover {
  color: #777474 !important;
  cursor: pointer;
}
.testimonials-right p span.quote-bottom {
  background: url(../../images/quote-bottom.png) no-repeat scroll 5px 100% transparent;
  color: transparent;
  height: 20px;
  margin-left: 0;
  margin-top: 7px;
  padding-right: 20px;
  position: absolute;
  width: 24px;
}
.testimonials-right p span.autorname {
  color: #005eb5;
  display: block;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  margin-top: 12px;
  font-style: normal;
  color: black;
}
.testimonials-box {
  height: 241px;
  overflow: auto;
  position: relative;
}
.testimonials-box .button {
  bottom: 0;
  position: absolute;
  right: 0;
}
.testimonials-box .autordetail {
  text-align: right;
  color: black;
  padding-top: 10px;
}
.testimonials-box .autordetail span {
  display: block;
}
.autordetail .autorname {
  color: #81003c;
}
.autordetail .autorpost {
  color: white;
}
.portfoliobox {
  width: 590px;
  height: 266px;
  position: relative;
  overflow: hidden;
}
.portfoliobox .portfolioslide {
  width: 590px;
  height: 266px;
}
.portfoliobox .portfoliocontrol {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 31px;
  z-index: 100;
}
.portfoliobox .portfoliocontrol .slidecontrol {
  height: 31px;
  background-color: #004179;
  width: 51px;
  float: left;
  text-align: center;
}
.portfoliobox .portfoliocontrol .slidecontrol > a {
  display: inline-block;
  margin-top: 7px;
}
.portfoliobox .portfoliocontrol .link1 {
  float: left;
}
.contacttoday {
  padding: 10px 10px;
  font-size: 14px;
  color: white;
}
/* ---------------------------------- End Content panel ----------------------------------------*/
/* ---------------------------------- footer panel ----------------------------------------*/
.s-footer {
  min-height: 50px;
  color: #8d8d8d;
  clear: both;
}
.s-footer .links {
  border-bottom: solid 1px #4d4d4d;
  padding: 0px 0 10px;
}
.s-footer .links li {
  font-family: Georgia, sans-serif;
  padding: 0 20px;
}
.s-footer .links li a {
  color: #b0b0b0;
}
.s-footer .links li a:hover {
  color: white;
}
.s-footer .well-nevyblue {
  border-top: solid 4px #bea502;
  background: #004179;
  min-height: 50px;
  overflow: auto;
}
.s-footer .well-nevyblue .boxyellow {
  top: -2px;
  position: relative;
  margin-right: 7px;
}
.s-footer .well-nevyblue .boxyellow [class^="icon-"] {
  margin-top: 12px;
}
.s-footer .phonebox {
  float: left;
  margin-right: 55px;
}
.s-footer .well-gray {
  background: #3c3c3c;
  min-height: 50px;
  padding: 20px 0;
}
.s-footer .numbertext {
  font-size: 42px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  line-height: 42px;
  vertical-align: top;
  /*#b39b01 */
  color: #b39b01;
  display: inline-block;
  margin-top: 7px;
}
.s-footer .emailtext {
  font-size: 42px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: lowercase;
  line-height: 42px;
  vertical-align: top;
  /*#b39b01 */
  color: #4193d9;
  display: inline-block;
  margin-top: 7px;
}
.s-footer .logotext {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
}
.s-footer .webdesign a {
  color: #a3a3a3;
}
.s-footer .webdesign a:hover {
  color: white;
}
.s-footer .links {
  display: block;
  width: 100%;
  text-align: center;
}
.s-footer .links li {
  display: inline-block;
  background: none;
  font-size: 20px;
  color: #b0b0b0;
}
.links-column > a {
  display: inline-block;
  width: 32%;
  float: left;
  line-height: 17px;
  padding: 3px 0 3px 3px;
  color: #909191;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.links-column > a:hover {
  color: white;
  background-color: #2d2d2d;
}
.boxyellow {
  background-color: #bea502;
  height: 61px;
  width: 57px;
  display: inline-block;
  text-align: center;
}
.linkbox1 {
  background-color: #585858;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.linkbox1 [class^="icon-small-"] {
  margin-top: 3px;
}
.linkbox1:hover {
  background-color: #004f93;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* ----------------------------------  end footer panel ----------------------------------------*/
.images-view1 {
  display: table;
  width: 100%;
}
.images-view1 .s-row {
  display: table-row;
}
.images-view1 .imgbox {
  text-align: center;
  vertical-align: middle;
  width: 249px;
  border-right: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  display: table;
  position: relative;
  float: left;
  padding: 15px 0;
}
.images-view1 .imgbox span {
  display: table-cell;
  height: 146px;
  vertical-align: middle;
  width: 100%;
}
.images-view1 .imgbox > samp {
  background: url(../../images/border-black.png) no-repeat;
  height: 11px;
  width: 11px;
  display: inline-block;
  position: absolute;
  margin: -21px 0 0 244px;
}
.images-view1 .imgbox img {
  max-height: 127px;
  border: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.images-view1 .imgbox:hover img {
  max-height: 127px;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.images-view1 .imgbox.last {
  border-right: none;
}
.images-view1 .s-row.lastrow .imgbox {
  border-bottom: none;
}
.images-view1 .s-row:first-child .imgbox > samp {
  display: none;
}
@media (max-width: 1280px) {
  .content-panel #right-navigation {
    display: none;
  }
}
.white,
p.white {
  color: white;
}
/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.AlbumGallery {
  overflow: hidden;
  margin: 25px 0 25px 0px;
}
.AlbumGallery .albumgallerylist {
  width: 331px;
  height: 270px;
  float: left;
  display: inline-block;
  color: black;
  text-align: center;
  margin-left: 2px;
  position: relative;
  background-color: #efefef;
}
.AlbumGallery .albumgallerylist .photo {
  display: block;
  overflow: hidden;
  height: 199px;
}
.AlbumGallery .albumgallerylist .photo img {
  min-width: 338px;
  min-height: 199px;
}
.AlbumGallery .albumgallerylist .title {
  font-family: arial;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f16600;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
}
.AlbumGallery .albumgallerylist .desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  color: black;
  padding-left: 10px;
  text-align: left;
}
.AlbumGallery .albumgallerylist .hoverbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.AlbumGallery .albumgallerylist .hoverbox samp {
  background-color: #109805;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  height: 199px;
  left: 0px;
  z-index: 80;
}
.AlbumGallery .albumgallerylist .hoverbox .whitecircle {
  width: 125px;
  height: 125px;
  background-color: white;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  display: inline-block;
  margin-top: 34px;
  z-index: 100;
  position: relative;
}
.AlbumGallery .albumgallerylist .hoverbox .whitecircle .icon-search-red {
  margin-top: 52px;
}
.AlbumGallery .albumgallerylist:hover .hoverbox {
  display: inline-block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ie8 .AlbumGallery .albumgallerylist .hoverbox,
html[data-useragent*='MSIE 8.0'] .AlbumGallery .albumgallerylist .hoverbox {
  display: none;
}
.ie8 .AlbumGallery .albumgallerylist:hover .hoverbox,
html[data-useragent*='MSIE 8.0'] .AlbumGallery .albumgallerylist:hover .hoverbox {
  display: block;
}
.newslist li {
  padding: 0px;
  background: none;
  border-top: solid 1px #d6d6d6;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  color: black;
  list-style: none;
}
.newslist li > a {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 12px 5px;
  display: block;
  text-decoration: none;
  color: black;
  display: block;
}
.newslist li > a:hover {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #f7f7f7;
}
.newslist li > a .row-fluid {
  min-height: 25px;
  overflow: hidden;
  margin-bottom: 7px;
}
.newslist .newstitle {
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  width: 85%;
  font-family: Georgia;
  color: #22a914;
}
.newslist .newstitle:hover a {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.newslist .newsdate {
  color: #22a914;
  text-align: right;
  font-size: 11px;
  float: right;
}
.newslist .newsdesc {
  padding-top: 10px;
  color: #585858;
  display: block;
  max-height: 51px;
  overflow: hidden;
  text-align: justify;
  line-height: 17px;
}
/* ----------------------------------  Pirobox panel ----------------------------------------*/
.piro_html {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 500px;
  height: 500px;
  margin: 0;
  display: block;
  padding: 0;
  z-index: 150001;
  padding: 0;
}
.piro_html table,
.piro_html tbody,
.piro_html tr,
.piro_html th,
.piro_html td {
  margin: 0;
  padding: 0;
  border: none;
}
.piro_html img {
  margin: 0;
  padding: 0;
  border: none;
}
.piro_html .h_t_l {
  width: 10px;
  height: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_html .h_t_r {
  width: 10px;
  height: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_html .h_t_c {
  cursor: move;
  height: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_html .h_c_l {
  width: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_html .h_c_c {
  background: url(../../images/pirobox/caption.png);
  margin: 0;
  padding: 0;
}
.piro_html .h_c_c .div_reg {
  background: url(../../images/pirobox/caption.png);
  width: 480px;
  overflow: hidden;
  height: 480px;
  margin: 0;
  padding: 0;
}
.piro_html .h_c_c .div_reg img {
  cursor: move;
}
.piro_html .h_c_r {
  width: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_html .h_b_c {
  cursor: move;
  height: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_html .h_b_l {
  width: 10px;
  height: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_html .h_b_r {
  width: 10px;
  height: 10px;
  background: url(../../images/pirobox/caption.png);
}
.piro_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150000;
  background: white;
  display: none;
  cursor: pointer;
}
.piro_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -59px 0 0 -59px;
  width: 118px;
  height: 118px;
  display: block;
  z-index: 150005;
  cursor: pointer;
}
.piro_loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  width: 72px;
  height: 72px;
  display: block;
  z-index: 150009;
  background: url(../../images/pirobox/loadinfo.gif) center top no-repeat;
}
.piro_title {
  position: fixed;
  background: url(../../images/pirobox/bg_title.png) bottom repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  padding: 6px 0 10px 0;
  color: white;
  z-index: 150000;
  font-size: 18px;
  display: none;
}
.btn_info {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 25px;
  height: 25px;
  margin: 0;
  display: block;
  padding: 0px;
  color: black;
  cursor: pointer;
  background: url(../../images/pirobox/b_w/info.png) no-repeat;
  z-index: 1500440;
}
.caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  display: block;
  padding: 0px;
  color: black;
  cursor: text;
  background: url(../../images/pirobox/caption.png);
  z-index: 150018;
}
.caption p {
  display: block;
  margin: 0;
  padding: 7px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: white;
  z-index: 150019;
  color: white;
}
.nav_container {
  position: absolute;
  bottom: -20px;
  right: 0;
  height: 20px;
  width: 60px;
  background: url(../../images/pirobox/caption.png);
  z-index: 1500190000000;
}
.piro_close {
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  background: transparent url(../../images/pirobox/close.png) no-repeat center center;
  cursor: pointer;
  margin: 0 0 0 0;
  z-index: 150022;
  display: none;
}
a.piro_next {
  position: absolute;
  width: 20px;
  right: 0px;
  height: 20px;
  text-indent: -999em;
  outline: none;
  display: block;
  margin: 0;
  background: url(../../images/pirobox/next.png) center right no-repeat;
  border: none;
  cursor: pointer;
  z-index: 150023;
}
a:hover.piro_next {
  background: url(../../images/pirobox/next.png) center right no-repeat;
}
.piro_next_fake {
  position: absolute;
  width: 20px;
  right: 0px;
  height: 20px;
  outline: none;
  text-indent: -999em;
  display: none;
  margin: 0;
  background: url(../../images/pirobox/next.png) center right no-repeat;
  border: none;
  cursor: auto;
  z-index: 150020;
}
.piro_prev_fake {
  position: absolute;
  width: 20px;
  right: 40px;
  height: 20px;
  outline: none;
  text-indent: -999em;
  display: none;
  margin: 0;
  background: url(../../images/pirobox/prev.png) center right no-repeat;
  border: none;
  cursor: auto;
  z-index: 150020;
}
a.piro_prev {
  position: absolute;
  width: 20px;
  right: 40px;
  height: 20px;
  text-indent: -999em;
  outline: none;
  display: block;
  margin: 0;
  background: url(../../images/pirobox/prev.png) center left no-repeat;
  border: none;
  cursor: pointer;
  z-index: 150024;
}
a:hover.piro_prev {
  background: url(../../images/pirobox/prev.png) center left no-repeat;
}
a.close_pirobox {
  color: #bb0f05;
}
/* ----------------------------------  end of pirobox panel ----------------------------------------*/
.extraspace .marginleft1 {
  margin-left: 15px;
}
.extraspace .marginleft2 {
  margin-left: 25px;
}
.extraspace .marginleft3 {
  margin-left: 35px;
}
