/* theme *//* =================================================================== New =================================================================== *//*!
 * 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: 12px;
  line-height: 16px;
  color: #3e3e3e;
  background-color: white;
}
a {
  color: #2562b6;
  text-decoration: none;
}
a:hover {
  color: #184076;
  text-decoration: none;
}
.custom-scroll {
  overflow: hidden !important;
}
.custom-hscrollbar,
.custom-vscrollbar {
  position: absolute;
  z-index: 999000;
  padding: 0;
  margin: 0;
  border: 0;
  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: 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;
}
.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;
}
.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;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
}
.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 0 8px;
  font-family: Arial, sans-serif, 'Helvetica CE';
  font-size: 12px;
  line-height: 16px;
}
p small {
  font-size: 10px;
  color: #999999;
}
.lead {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 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,
.main-heading {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  color: #176bab;
  font-weight: normal;
  margin: 5px 0px 10px 0px;
}
h1 small,
.main-heading small {
  font-size: 18px;
}
h1 .in-label,
.main-heading .in-label {
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial, "Open Sans", sans-serif;
  text-transform: capitalize;
}
h1 *,
.main-heading * {
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
}
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;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 24px;
  font-size: 16px;
  color: #232323;
}
h3 small {
  font-size: 14px;
}
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;
}
h4,
h5,
h6 {
  line-height: 16px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.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 #eeeeee;
  border-bottom: 1px solid white;
}
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: 11px;
  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: 18px;
  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: 12px;
  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: 12px;
  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;
}
.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;
  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;
}
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-common-small-"] {
  width: 20px;
  height: 20px;
}
[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-years-of {
  background-position: 0px -311px;
  width: 63px;
  height: 63px;
}
.icon-customer {
  background-position: -80px -311px;
  width: 63px;
  height: 63px;
}
.icon-warranties {
  background-position: -161px -311px;
  width: 63px;
  height: 63px;
}
.icon-testdrive {
  background-position: -244px -311px;
  width: 63px;
  height: 63px;
}
.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: #2562b6;
}
.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-darkblue {
  background-color: #285ab4;
  background-image: -moz-linear-gradient(top, #2f66cc, #1d4890);
  background-image: -ms-linear-gradient(top, #2f66cc, #1d4890);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f66cc), to(#1d4890));
  background-image: -webkit-linear-gradient(top, #2f66cc, #1d4890);
  background-image: -o-linear-gradient(top, #2f66cc, #1d4890);
  background-image: linear-gradient(top, #2f66cc, #1d4890);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f66cc', endColorstr='#1d4890', GradientType=0);
}
/* ======================== 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: 12px;
  line-height: 16px;
  color: white;
  text-align: center;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.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;
  -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: bold;
  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: 7px 12px;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 10px;
  line-height: 14px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 4px 6px !important;
  font-size: 10px;
  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: #3d74c1;
  background-image: -moz-linear-gradient(top, #4a83d3, #295ea7);
  background-image: -ms-linear-gradient(top, #4a83d3, #295ea7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a83d3), to(#295ea7));
  background-image: -webkit-linear-gradient(top, #4a83d3, #295ea7);
  background-image: -o-linear-gradient(top, #4a83d3, #295ea7);
  background-image: linear-gradient(top, #4a83d3, #295ea7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a83d3', 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);
  border: solid 1px #295ea7;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #295ea7;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1f477e 9;
}
.btn-theme {
  background-color: #3d74c1;
  background-image: -moz-linear-gradient(top, #4a83d3, #295ea7);
  background-image: -ms-linear-gradient(top, #4a83d3, #295ea7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a83d3), to(#295ea7));
  background-image: -webkit-linear-gradient(top, #4a83d3, #295ea7);
  background-image: -o-linear-gradient(top, #4a83d3, #295ea7);
  background-image: linear-gradient(top, #4a83d3, #295ea7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a83d3', 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);
  border: solid 1px #295ea7;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.btn-theme.disabled,
.btn-theme[disabled] {
  background-color: #295ea7;
}
.btn-theme:active,
.btn-theme.active {
  background-color: #1f477e 9;
}
.btn-subtheme {
  color: #616161;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, white, #dadada);
  background-image: -ms-linear-gradient(top, white, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#dadada));
  background-image: -webkit-linear-gradient(top, white, #dadada);
  background-image: -o-linear-gradient(top, white, #dadada);
  background-image: linear-gradient(top, white, #dadada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dadada', GradientType=0);
  border-color: #dadada #dadada #b4b4b4;
  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 #c4c4c4;
}
.btn-subtheme:hover,
.btn-subtheme:active,
.btn-subtheme.active,
.btn-subtheme.disabled,
.btn-subtheme[disabled] {
  background-color: #dadada;
}
.btn-subtheme:active,
.btn-subtheme.active {
  background-color: silver 9;
}
.btn-subtheme:hover {
  color: #616161;
}
.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;
  *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 {
  background-color: #f2dede;
  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: #2562b6;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.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: #2562b6;
}
.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: #2562b6;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #184076;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: 11.1px;
  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;
}
.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;
}
.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: #2562b6;
  -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: 10.2px;
  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);
}
.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;
}
/*------------------------ latst CSS -------------------------*/
*:before,
*:after,
* {
  box-sizing: content-box;
}
*:before,
*:after,
* {
  box-sizing: content-box;
}
.row:after,
.row:before,
.row,
.row > * {
  box-sizing: border-box;
}
.row {
  margin-left: -15px;
}
html,
body {
  height: 100%;
}
label {
  font-weight: normal;
}
.middle-container {
  height: auto !important;
  margin: 0 auto  0px;
  min-height: 47.5%;
}
body {
  background: white;
  padding: 0px;
  margin: 0 auto  0px;
  line-height: normal;
}
*:focus,
*:active {
  outline: none  !important;
  outline: 0 !important;
}
.container {
  max-width: 1000px;
  width: auto;
}
.main-container {
  width: 100%;
  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;
}
.bg-body-blue-one {
  position: absolute;
  z-index: -1;
  left: 0px;
  width: 100%;
  height: 915px;
  text-align: center;
  background: #1d7ebc url(/content/images/bg-body-blueline-one.jpg) 0px 20px repeat-x;
}
.span12,
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.span12 > [class*="span"]:first-child,
.container > [class*="span"]:first-child {
  margin-left: 0px;
}
#loading {
  position: absolute;
  top: 47%;
  left: 46%;
}
hr {
  border-color: #dbdbdb;
  border-bottom: none;
}
.border-bottom {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0px;
  margin-top: 0px;
}
/* ---------------------------------- Common Classes ----------------------------------------*/
a,
a:visited {
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: black;
  line-height: normal;
}
h1,
.h1 {
  color: black;
  font-size: 40px;
}
h2,
.h2 {
  color: black;
  font-size: 35px;
}
h3,
.h3 {
  color: black;
  font-size: 30px;
}
h4,
.h4 {
  color: #4c4c4c;
  font-size: 25px;
}
h5,
.h5 {
  color: #4c4c4c;
  font-size: 19px;
  margin-top: 10px;
}
h6,
.h6 {
  color: black;
  font-size: 18px;
}
.h1-yellow,
.h2-yellow,
.h3-yellow,
.h4-yellow,
.h5-yellow,
.h6-yellow {
  color: black;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Gafata', sans-serif;
}
.heading1 {
  text-align: center;
  font-size: 50px;
  color: #2e2e2e;
  font-family: 'Gafata', sans-serif;
  border-bottom: solid 1px #d2d2d2;
}
.heading2 {
  text-align: left;
  font-size: 42px;
  color: #2e2e2e;
  font-family: 'Gafata', sans-serif;
}
.heading3 {
  text-align: center;
  font-size: 53px;
  color: black;
  font-family: 'Gafata', sans-serif;
}
.well-blue .heading2,
.well-blue1 .heading2,
.well-blue1 .h2 {
  color: white;
}
p {
  font-size: 13px;
}
sup {
  color: #9d261d;
}
.btn {
  /* padding: 7px 16px 8px; border: 0px solid; box-shadow: none; text-shadow: none;  font-size:14px; */
  font-family: 'Gafata', sans-serif;
  font-weight: 700;
}
.btn-primary {
  background: #208ac2;
}
.btn-warning {
  background: #ffd100;
}
.btn-them {
  background: #ffd100;
  color: black;
}
.btn-them:hover {
  background: #ffd724;
  color: black;
}
.h1 + p,
.h2 + p,
.h3 + p {
  padding: 10px 0 0 0;
}
* + .h1,
* + .h2,
* + .h3 {
  padding: 25px 0 0 0;
}
ul + ul {
  margin: 25px 0 0 0;
}
.h2 + ul {
  margin: 7px 0 0 0;
}
.h1 + .h2 {
  padding-top: 0px ;
}
.h2 + .h3 {
  padding-top: 10px;
}
.h3 + .h4 {
  padding-top: 10px;
}
.h1 + .h4 {
  padding-top: 7px;
}
.h1 + .h3 {
  padding-top: 7px;
}
.h1 + .h1,
.h2 + .h2,
.h3 + .h3,
.h4 + .h4 {
  padding-top: 10px ;
}
.h4 + p {
  padding-top: 10px;
}
.inner-banner + .h1 {
  padding: 10px 0 0;
}
ul.list1 {
  margin: 15px 0 0 0;
  padding: 0;
}
ul.list1 li {
  list-style-type: none;
  background: url(../../images/list1.png) 3px 8px no-repeat;
  padding: 3px 0 3px 20px;
  color: #585858;
}
ul.list1 li ul {
  margin: 5px 0 0 0;
  padding: 0;
}
ul.list1 li li {
  list-style-type: none;
  background: url(../../images/list2.png) 0px 8px no-repeat;
  padding: 3px 0 3px 12px;
}
ul.list1 li a {
  color: #377700;
  text-decoration: none;
  color: #cc6300;
}
ul.list1 li li a {
  color: #585858;
}
ul.list1 li a:hover {
  color: black;
}
ul.list2 {
  margin: 15px 0 0 0;
  padding: 0;
}
ul.list2 li {
  list-style-type: none;
  background: url(../../images/list2.png) 3px 8px no-repeat;
  padding: 3px 0 3px 20px;
  color: #585858;
}
ul.list2 li ul {
  margin: 5px 0 0 0;
  padding: 0;
}
ul.list2 li li {
  list-style-type: none;
  background: url(../../images/list3.png) 0px 8px no-repeat;
  padding: 3px 0 3px 12px;
}
ul.list2 li a {
  color: #377700;
  text-decoration: none;
  color: #cc6300;
}
ul.list2 li li a {
  color: #585858;
}
ul.list2 li a:hover {
  color: black;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-white {
  color: white;
}
.divider-extiny {
  height: 5px;
}
.divider-tiny {
  height: 10px;
}
.divider-short {
  height: 15px;
}
.divider-medium {
  height: 20px;
}
.divider-large {
  height: 30px;
}
.divider-exlarge {
  height: 40px;
}
.color-gray {
  color: #4c4c4c;
}
.shade1 {
  background: url(../../images/shade.png) no-repeat;
  height: 32px;
  width: 100%;
}
.inner-banner {
  background: url(../../images/shade.png) no-repeat bottom center;
  padding-bottom: 28px;
  margin-top: 10px;
  position: relative;
}
.inner-banner-content {
  position: absolute;
  width: 330px;
  top: 25px;
  right: 20px;
}
.inner-banner-content .title1 {
  color: #292929;
  font-family: 'Gafata', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  margin-left: -5px;
}
.inner-banner-content .title2 {
  color: #292929;
  font-family: 'Gafata', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 50px;
  margin-left: -5px;
}
.inner-banner-content .title3 {
  color: #292929;
  font-family: 'Gafata', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 40px;
  margin-left: -5px;
}
.inner-banner-content .desc-theme {
  color: #ffd100;
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
}
.inner-banner-content .desc-theme1 {
  color: #208ac2;
  font-weight: bold;
  font-size: 17px;
}
.inner-banner-content .desc {
  color: white;
}
.inner-banner-content .desc {
  color: #3a3a3a;
  font-size: 13px;
  font-family: 'Gafata', sans-serif;
}
.inner-banner-content.title-black [class^="title"] {
  color: black;
}
.inner-banner-content.bgtype1 .title3,
.inner-banner-content.bgtype1 .title2,
.inner-banner-content.bgtype1 .title1 {
  color: white;
}
.inner-banner-content.bgtype1 .desc {
  color: white;
}
.inner-banner + .h1 {
  margin-top: 0px;
}
.icon-phone-one {
  background-position: 0 -260px;
  background-color: #29abd1;
  border: 10px solid #29abd1;
  border-width: 7px 6px 7px 8px;
  height: 30px;
  width: 20px;
}
.icon-fb {
  background-position: -26px -270px;
  background-color: white;
  border: 10px solid white;
  border-width: 11px 12px 11px 12px;
  height: 18px;
  width: 15px;
}
.icon-tw {
  background-position: -51px -270px;
  background-color: white;
  border: 10px solid white;
  border-width: 11px 12px 11px 12px;
  height: 18px;
  width: 15px;
}
.icon-google {
  background-position: -77px -270px;
  background-color: white;
  border: 10px solid white;
  border-width: 11px 12px 11px 12px;
  height: 18px;
  width: 15px;
}
.icon-fb,
.icon-tw,
.icon-google {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.icon-search-blue-one {
  background-position: -105px -268px;
  height: 25px;
  width: 25px;
}
.icon-search-white-yellow {
  background-position: -235px -247px;
  height: 45px;
  width: 45px;
}
.icon-search-plus-blue {
  background-position: -300px -255px;
  height: 37px;
  width: 37px;
}
.icon-side-call {
  background-position: -503px 0;
  background-color: #208ac2;
  border: 15px solid #208ac2;
  height: 35px;
  width: 35px;
}
.icon-side-key {
  background-position: -503px -58px;
  background-color: #259dcb;
  border: 15px solid #259dcb;
  height: 35px;
  width: 35px;
}
.icon-side-map {
  background-position: -503px -118px;
  background-color: #208ac2;
  border: 15px solid #208ac2;
  height: 35px;
  width: 35px;
}
.icon-side-note {
  background-position: -503px -178px;
  background-color: #259dcb;
  border: 15px solid #259dcb;
  height: 35px;
  width: 35px;
}
.icon-side-star {
  background-position: -503px -238px;
  background-color: #208ac2;
  border: 15px solid #208ac2;
  height: 35px;
  width: 35px;
}
.icon-side-price {
  background-position: -503px -298px;
  background-color: #259dcb;
  border: 15px solid #259dcb;
  height: 35px;
  width: 35px;
}
.side-link-block {
  box-shadow: 0 0 5px #0a628c;
}
.side-link-block > ul > li:first-child {
  margin-top: -4px;
}
.side-link-block > ul > li:last-child {
  margin-bottom: -4px;
}
.side-link-block > ul > li > a:hover [class^="icon-side-"],
.side-link-block > ul > li > a:hover .fa {
  background-color: #ebc103;
  border-color: #ebc103;
}
.icon-user {
  background-position: -147px -261px;
  height: 34px;
  width: 37px;
}
.icon-like {
  background-position: -194px -264px;
  height: 34px;
  width: 37px;
}
.divider1 {
  height: 5px;
  clear: both;
}
.divider2 {
  height: 10px;
  clear: both;
}
.divider3 {
  height: 15px;
  clear: both;
}
.divider4 {
  height: 20px;
  clear: both;
}
.divider5 {
  height: 25px;
  clear: both;
}
.divider6 {
  height: 30px;
  clear: both;
}
.divider7 {
  height: 35px;
  clear: both;
}
/* ---------------------------------- end Common Classes ----------------------------------------*/
/* ---------------------------------- Start Header Block----------------------------------------*/
.header-one {
  margin-bottom: 10px;
}
.logo-top {
  float: left;
  margin: 15px 0px 0px 0px;
}
.header-right-link-block {
  float: right;
  margin: 0px 0px 0px 0px;
}
.header-right-link-block a,
.header-right-link-block a:visited {
  float: left;
  margin: 16px 15px 0px 0px;
  font-size: 16px;
  color: white;
  font-family: 'Gafata', sans-serif;
  text-transform: uppercase;
}
.header-right-link-block a:hover {
  color: #ffd100;
}
.header-right-link-block .social-block-top {
  float: left;
}
.header-right-link-block .social-block-top a {
  margin: 8px 6px 0px 0px;
}
.header-right-link-block .social-block-top a:hover .icon-fb,
.header-right-link-block .social-block-top .icon-tw,
.header-right-link-block .social-block-top .icon-google {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.header-right-link-block .social-block-top a.contactus-link {
  clear: both;
  margin: 15px 0px 0px;
}
.phone-top {
  float: left;
  padding: 5px 10px 6px 45px;
  margin: 5px 10px 0px 10px;
  color: black;
  font-size: 29px;
  font-family: 'Gafata', sans-serif;
  position: relative;
  background: #ffd100;
}
.phone-top .icon-phone-one {
  position: absolute;
  left: 0px;
  top: 0px;
}
.header-howcanhelp {
  float: right;
  margin: 15px 223px 5px 0;
  height: 22px;
  width: 145px;
}
.header-howcanhelp a {
  font-family: 'Gafata', sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
.header-howcanhelp {
  margin: 0px 223px 5px 0;
}
.header-right-link-block .keema-chf-logo {
  float: right;
  margin: 25px 0px 0px 10px;
}
.keema-chf-logo img {
  float: left;
  margin: 0px 10px 0px 0px;
  height: 50px;
  width: auto;
  display: inline-block;
}
.keema-chf-logo span {
  float: left;
  width: 140px;
  line-height: 18px;
  font-size: 16px;
}
/* ---------------------------------- End Header Block----------------------------------------*/
/* ---------------------------------- Start Navigation Block----------------------------------------*/
.nav-top {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.nav-top li {
  float: left;
  padding: 0px;
  margin-right: 2px;
  color: white;
  font-size: 14px;
  font-family: 'Gafata', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}
.nav-top li > a {
  padding: 13px 10px 10px;
  display: inline-block;
}
.nav-top li a,
.nav-top li a:visited {
  float: left;
  color: white;
}
.nav-top li:hover,
.nav-top .active {
  background: #ffd100;
  color: black;
}
.nav-top li:hover a,
.nav-top .active a,
.nav-top li:hover a:visited,
.nav-top .active a:visited {
  color: black;
}
.nav-top ul {
  display: none;
  position: absolute;
  background: #ffd100;
  top: 37px;
  width: auto;
  z-index: 10000;
}
.nav-top ul li {
  clear: both;
  float: left;
  padding: 0px;
  margin: 0;
}
.nav-top ul li a {
  padding: 8px 10px 5px;
  width: 200px;
  border: solid 1px white;
  border-width: 0px 1px 1px 0px;
}
.nav-top ul li ul {
  display: none;
  left: 100%;
  top: 0px;
}
.nav-top li:hover > ul {
  display: block;
}
.nav-top li:hover > ul li:hover {
  background: #26a1cc;
  color: white;
}
.nav-top li:hover > ul li:hover > a {
  color: white;
}
.nav-top li ul li:hover ul {
  display: block;
}
.search-block-container {
  clear: both;
  float: left;
  padding: 15px 15px 10px;
  margin-top: -10px;
  width: 97%;
  background: #f0f8fb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.search-block-container .search-nav-top {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.search-block-container .search-nav-top li {
  float: left;
  margin-right: 25px;
  color: #215e7c;
  font-size: 14px;
}
.search-block-container .search-nav-top a,
.search-block-container .search-nav-top a:visited {
  color: #215e7c;
  font-size: 14px;
}
.search-block-container .search-nav-top a:hover {
  color: black;
}
.search-block-container .search-box-container-two {
  float: right;
  margin: -5px 10px 0px 0px;
}
.search-block-container .search-box-container-two .seaech-field {
  border: 0px;
  float: left;
  margin: 0px 5px 0px 0px;
  background: #f0f8fb;
}
.search-block-container .search-box-container-two .seaech-field:hover {
  background: white;
}
.search-block-container .search-box-container-two .icon-search-blue-one {
  float: left;
}
.search-block-container .search-box-container-two .icon-search-btn {
  width: 30px;
  height: 25px;
  background: none;
  border: 0px;
}
/* ---------------------------------- End Navigation Block----------------------------------------*/
.side-link-block {
  position: fixed;
  top: 35%;
  right: 0px;
  z-index: 10000;
}
.side-link-block ul,
.side-link-block li,
.side-link-block a {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.side-link-block a {
  display: block;
  background: white;
  position: relative;
}
.side-link-block a > .fa {
  font-size: 38px;
  line-height: 70px;
  width: 65px;
  height: 65px;
  display: block;
  text-align: center;
  background: #259dcb;
  color: white;
}
.side-link-block .text {
  font-size: 0px;
}
.side-link-block li {
  margin: 0px -7px 0px 0px;
  padding: 0px;
  clear: both;
  line-height: normal;
  border: 0px;
  outline: 0px;
  height: 65px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 65px;
  overflow: hidden;
}
.side-link-block li .text {
  width: 130px;
}
.side-link-block li:hover {
  margin-left: -155px;
  box-shadow: 0 0 5px #b3b3b3;
}
.side-link-block li:hover .text {
  font-size: 21px;
  left: 75px;
  position: absolute;
  top: 21px;
  font-family: 'Gafata', sans-serif;
  display: inline-block;
  color: black;
}
.side-link-block li.twoline .text {
  top: 10px;
}
.side-link-block > ul > li > a {
  width: 65px;
}
.side-link-block > ul > li:hover > a {
  width: auto;
}
/*
:hover  { 
-webkit-transition: all 300ms ease-in-out;	-moz-transition: all 300ms ease-in-out;    -o-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out;	transition: all 300ms ease-in-out;  
-webkit-transition: all 300ms ease-in-out;	-moz-transition: all 300ms ease-in-out;    -o-transition: all 300ms ease-in-out; 
-ms-transition: all 300ms ease-in-out;	transition: all 300ms ease-in-out; 
	 animation:ease-in-out;
	 	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

} */
.tab-style1.panel {
  background-color: #f2f2f2;
  box-shadow: none;
  border: none;
}
.tab-style1 .panel-heading {
  padding: 0px;
  border: none;
}
.tab-style1 .panel-heading .nav-tabs {
  margin: 0px;
  border: none;
  background: #f2f2f2;
}
.tab-style1 .panel-heading .nav-tabs > li > a {
  border: none;
  font-size: 25px;
  font-family: 'Gafata', sans-serif;
  line-height: 40px;
  padding: 6px 20px 8px;
}
.tab-style1 .panel-heading .nav-tabs > li.active > a,
.tab-style1 .panel-heading .nav-tabs > li:hover > a,
.tab-style1 .panel-heading .nav-tabs > li > a:focus {
  bacgkround: white none;
  background-image: none;
  background-color: white;
  color: black;
}
.tab-style1 .panel-body {
  padding: 5px;
  background: white;
}
.tab-style1 .panel-body .tab-content {
  border: none;
}
.tab-style1 .tab-content {
  padding: 0 10px;
}
.round-blue {
  display: inline-block;
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background: #208ac2;
  vertical-align: middle;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  color: white;
  font-size: 20px;
}
.contact-lbl .round-blue {
  float: left;
  margin-right: 7px;
}
.contact-lbl .lbl2 {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
}
.contact-service .fa {
  color: #208ac2;
}
/* ---------------------------------- Start Banner Home Block----------------------------------------*/
.home-banner-one {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
.home-banner-one .text-big-one {
  color: white;
  font-size: 51px;
  font-family: 'Gafata', sans-serif;
  left: 2%;
  top: 35px;
  line-height: 40px;
  position: absolute;
  text-transform: uppercase;
}
.home-banner-one .text-warranties {
  float: right;
  color: white;
  font-size: 42px;
  font-family: 'Gafata', sans-serif;
  margin-right: 10%;
  margin-top: 12%;
  position: relative;
  right: 0px;
}
.home-banner-one .text-warranties span {
  float: left;
}
.home-banner-one .text-warranties .text-one {
  float: left;
  clear: both;
  font-size: 18px;
  text-transform: uppercase;
}
.home-banner-one .text-warranties p {
  float: left;
  clear: both;
  padding-top: 5px;
  max-width: 230px;
  font-size: 12px;
  font-family: arial;
}
.home-banner-one .text-test-drive {
  float: left;
  color: white;
  font-size: 42px;
  font-family: 'Gafata', sans-serif;
  margin-left: 12.5%;
  margin-top: 24.5%;
  position: relative;
}
.home-banner-one .text-test-drive span {
  float: left;
}
.home-banner-one .text-test-drive .text-one {
  float: left;
  clear: both;
  font-size: 18px;
  text-transform: uppercase;
}
.home-banner-one .text-test-drive p {
  float: left;
  clear: both;
  padding-top: 5px;
  max-width: 230px;
  font-size: 12px;
  font-family: arial;
}
.home-banner-one .text-experience {
  clear: both;
  color: white;
  font-size: 42px;
  font-family: 'Gafata', sans-serif;
  margin-left: 5.5%;
  margin-top: 48.5%;
  position: relative;
}
.home-banner-one .text-experience span {
  float: left;
}
.home-banner-one .text-experience .text-one {
  float: left;
  clear: both;
  font-size: 18px;
  text-transform: uppercase;
}
.home-banner-one .text-experience p {
  float: left;
  clear: both;
  padding-top: 5px;
  max-width: 210px;
  font-size: 12px;
  font-family: arial;
}
.home-banner-one .text-satisfaction {
  float: right;
  color: white;
  font-size: 42px;
  font-family: 'Gafata', sans-serif;
  margin-right: 4.5%;
  margin-top: -15%;
  position: relative;
  right: 0px;
}
.home-banner-one .text-satisfaction span {
  float: left;
}
.home-banner-one .text-satisfaction .text-one {
  float: left;
  clear: both;
  font-size: 18px;
  text-transform: uppercase;
}
.home-banner-one .text-satisfaction p {
  float: left;
  clear: both;
  padding-top: 5px;
  max-width: 210px;
  font-size: 12px;
  font-family: arial;
}
.home-banner-one .banner-inner-image {
  left: 6%;
  position: absolute;
  top: 10%;
  z-index: 0;
}
/* ---------------------------------- End Banner Home Block----------------------------------------*/
hr.style1 {
  clear: both;
  border-bottom: solid 1px white !important;
}
hr.style2 {
  clear: both;
  border-top: solid 1px #2597cd !important;
  margin: 10px 0;
}
.search-block-two {
  overflow: auto;
  clear: both;
  padding: 0px 0px 0px 15px;
  margin: -30px 0px -20px;
  position: relative;
  z-index: 100;
  background: white;
  width: 908px;
}
.search-block-two .heading-text-one {
  float: left;
  margin: 11px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
  color: #2d2d2d;
  font-size: 42px;
  font-family: 'Gafata', sans-serif;
}
.search-block-two input,
.search-block-two button {
  float: left;
  clear: none;
  margin: 21px 5px 0px 0;
  padding: 7px 16px 8px;
  border: 0px solid;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  font-family: 'Gafata', sans-serif;
  font-weight: 700;
}
.search-block-two .btn-warning {
  color: black;
}
.search-block-two .btn-search-yellow {
  padding: 15px 20px;
  margin: 0px 0px;
  background: #ffd100;
  border: 0px;
}
.search-block-two .btn-search-plus {
  padding: 15px 20px 23px;
  margin: 0px -1px 0 0;
  background: #208ac2;
  border: 0px;
}
.search-block-two .search-combo-box-outer {
  margin: 15px 15px 0px 15px;
}
.search-combo-box-outer {
  float: left;
  padding: 10px 5px;
  position: relative;
  width: 264px;
  overflow: hidden;
  background: #f2f2f2;
  /* background:@graylightfour url(/content/images/icon-arrow-black.png) no-repeat 95% center; */
  border: solid 1px #d7d7d7;
}
.search-combo-box-outer .search-combo-box {
  float: left;
  margin: 0px;
  height: auto;
  background: none;
  border: 0px;
  padding: 0;
  width: 100%;
  color: #302f2f;
  font-size: 14px;
  font-family: 'Gafata', sans-serif;
  font-weight: 700;
}
.search-block-two.style1 {
  margin: 0px 25px 35px;
  box-shadow: 0 0 15px #cccccc;
}
.search-block-two.style2 {
  height: 60px;
  margin: -30px 0 0px;
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: visible;
}
.search-block-two.style2:after {
  background: url(../../images/menu-shade.png) no-repeat center bottom;
  position: absolute;
  width: 343px;
  height: 13px;
  content: " ";
  display: inline-block;
  bottom: -13px;
  left: 350px;
}
.search-block-two.style2 .rotate-photos1 {
  overflow: hidden;
  height: 60px;
}
/* .search-combo-box-outer:after{  background:#f2f2f2 url(images/drop-arrow.png) no-repeat 5px center; width:25px; height:40px; position:absolute; right:0px; top:0px; content:" "; } */
.has-error .search-combo-box-outer {
  border: solid 1px #a94442;
}
.has-error .search-combo-box-outer * {
  color: #a94442;
}
.form-style1 .btn-search {
  background: #ffd100;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 8px;
  height: 40px;
}
.form-style1 .btn-search .fa {
  font-size: 40px;
}
.form-style1 .form-group {
  vertical-align: top;
  margin-right: 7px;
}
.form-style1 .form-group .control-label {
  font-size: 14px;
  font-family: 'Gafata', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.form-style1 .form-group .form-control {
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 12px;
  height: 40px;
}
.form-style1 .form-group .btn {
  border: none;
}
.form-style2 {
  overflow: auto;
}
.form-style2 .btn-search {
  background: #ffd100;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 8px;
  height: 40px;
}
.form-style2 .btn-search .fa {
  font-size: 40px;
}
.form-style2 .form-group {
  vertical-align: top;
  margin-right: 0px;
  float: left;
}
.form-style2 .form-group .control-label {
  font-size: 14px;
  font-family: 'Gafata', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.form-style2 .form-group .form-control {
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 12px;
  height: 40px;
}
/* .form-style2 .form-group input[type="text"]{  background:#f2f2f2; .border-radius(0px);    height: 32px;    padding: 3px 12px; } */
.form-style2 .form-group + .form-group .search-combo-box-outer {
  border-left: none;
}
.form-style2 .form-group + .form-group .form-control {
  border-left: none;
}
.form-style2 .form-group + .form-group input[type="text"] {
  border-left: none;
}
.form-style2 .form-group .form-control {
  border: 1px solid #d7d7d7;
  margin-bottom: 0px;
}
.form-style2 .form-group.buttons {
  margin-left: 7px;
}
.form-style2 .form-group.buttons .btn {
  float: left;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-style2 .btn-lg {
  padding: 7px 12px;
}
.form-style2 .btn-lg .fa {
  font-size: 26px;
}
.form-style2 .divider-tiny {
  clear: both;
}
.filter-panel .panel {
  border: none;
  box-shadow: none;
}
.filter-panel .panel .panel-body {
  padding: 0px 0px;
}
.filter-panel .panel .h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}
.dropwidth1 {
  width: 160px;
}
.dropwidth2 {
  width: 130px;
}
.dropwidth3 {
  width: 100px;
}
.dropwidth4 {
  width: 275px;
}
.btn-theme {
  background: #ffd100;
}
.btn-theme:hover {
  background: #ffd100;
}
@media all and (-ms-high-contrast: none) {
  .search-block-two .search-combo-box-outer {
    width: 260px;
  }
}
.inquiry-form {
  padding: 0 0 0 50px;
  margin: 0px 0 0 -15px;
  position: relative;
}
.inquiry-form .inquiry-lbl {
  width: 47px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 48px;
  background: #08477b;
  text-align: center;
}
.inquiry-form .inquiry-lbl .fa {
  color: white;
  font-size: 33px;
  display: inline-block;
  margin-top: 7px;
}
.inquiry-form > .row {
  margin-left: 0px;
}
.inquiry-form > .row > [class^="col-"] {
  padding-left: 5px;
}
.inquiry-form .form-group {
  margin-bottom: 2px;
}
.inquiry-form .form-control {
  border: none;
  padding: 6px 12px;
  height: auto;
  margin-bottom: 6px;
}
.inquiry-form .radiodata {
  overflow: auto;
  margin-bottom: 12px;
}
.inquiry-form .form-group .radio-lbl {
  display: inline-block;
  width: 94px;
  float: left;
  height: 25px;
  color: white;
}
.inquiry-form .form-group .radio-data {
  display: inline-block;
  float: left;
  width: 146px;
  color: white;
}
.inquiry-form .form-group .radio-data .radio-inline {
  margin-top: 10px;
  margin-left: 5px;
  color: white;
}
.inquiry-form .form-group .radio-lbl1 {
  display: block;
  width: 100%;
  float: left;
  height: 25px;
  color: white;
}
.inquiry-form .form-group .radio-data1 {
  display: block;
  float: left;
  width: 100%;
  color: white;
}
.inquiry-form .form-group .radio-data1 .radio-inline {
  margin-top: 10px;
  margin-left: 5px;
  color: white;
}
.inquiry-main-form .form-group .btn.btn-them {
  text-transform: uppercase;
}
.btn-lg {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 18px;
}
.uppercase {
  text-transform: uppercase;
}
.mid-container-block {
  margin-top: 0px;
  min-height: 100px;
  left: 0px;
  width: 100%;
  background: #f2f2f2;
}
.main-content-inner {
  margin-top: 0px;
  min-height: 100px;
  width: 100%;
  background: #f2f2f2;
  padding: 25px 0 20px;
}
.middle-car-logo-block {
  clear: both;
  float: left;
  padding: 0;
  margin: 30px 0px 20px;
  width: 100%;
  list-style: none;
}
.middle-car-logo-block li {
  float: left;
}
.middle-car-logo-block1 {
  padding: 0;
  margin: 30px 0px 20px;
  list-style: none;
  display: table;
  width: 100%;
}
.middle-car-logo-block1 li {
  display: table-cell;
  text-align: center;
}
.middle-car-logo-block1 li img {
  max-width: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.middle-car-logo-block1 li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.middle-car-logo-block1 li.logobig img {
  max-width: 90px;
  height: 30px;
}
.middle-car-logo-block1 li.logosmall img {
  max-width: 43px;
}
.search-display-block {
  clear: both;
  float: left;
  width: 100%;
}
.search-display-block .search-display-right-text {
  float: right;
  margin-top: 25px;
  width: 40%;
  color: #626262;
  font-size: 14px;
  font-family: 'Gafata', sans-serif;
}
.search-display-block .search-display-right-text .text-small-one {
  clear: both;
  float: left;
  font-size: 28px;
  color: #626262;
  font-weight: lighter;
  text-align: center;
  width: 100%;
}
.search-display-block .search-display-right-text .text-big-one {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 46px;
  color: #626262;
  font-weight: lighter;
  font-family: 'Gafata', sans-serif;
  line-height: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search-display-block .search-display-right-text .arrow_box {
  float: left;
  clear: both;
  padding: 10px 0px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  background: #5e5e5e;
  color: white;
  font-size: 18px;
  line-height: 20px;
}
.search-display-block .search-display-right-text .arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(94, 94, 94, 0);
  border-top-color: #5e5e5e;
  border-width: 20px;
  margin-left: -20px;
}
.search-display-block .search-display-right-text .arrow_box:before {
  height: 1px;
  width: 85%;
  position: absolute;
  content: " ";
  left: 30px;
  top: 20px;
  background: #8d8d8d;
}
.search-display-block .search-display-right-text code {
  padding: 0px 10px;
  color: white;
  font-size: 17px;
  font-family: 'Gafata', sans-serif;
  background: #5e5e5e;
  border: 0px;
  position: relative;
  z-index: 10;
}
.search-display-block .search-display-right-text .line-left,
.search-display-block .search-display-right-text .line-right {
  background: #8d8d8d;
  height: 1px;
  top: 15px;
  width: 20%;
  left: 5%;
  position: absolute;
  text-transform: uppercase;
}
.search-display-block .search-display-right-text .line-right {
  left: auto;
  right: 5%;
}
.search-display-block .search-display-right-text .text-blue-one,
.search-display-block .search-display-right-text .text-blue-two {
  font-weight: lighter;
  line-height: 50px;
  clear: both;
  float: left;
  font-size: 55px;
  font-family: 'Gafata', sans-serif;
  color: #197ba4;
  font-weight: lighter;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.search-display-block .search-display-right-text .text-blue-two {
  letter-spacing: -0.035em;
}
.search-display-block-two {
  float: left;
  clear: both;
  margin: 30px 0 50px;
  width: 100%;
  color: #626262;
  font-size: 15px;
  font-family: 'Gafata', sans-serif;
}
.search-display-block-two .car-block-one {
  float: left;
  width: 25%;
  max-width: 240px;
  text-align: center;
  border-right: solid 1px #cecece;
}
.search-display-block-two .car-block-one span {
  float: left;
  width: 100%;
  text-transform: uppercase;
}
.search-display-block-two .last {
  border: 0px;
}
#myCarouseltab .car-thumb {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  height: 80px;
  text-align: center;
  cursor: pointer;
}
.sign-sixty-year {
  float: right;
  width: 40%;
  text-align: center;
}
.search-display-big-img {
  float: left;
  margin: 10px 5% 0px 0px;
  width: 50%;
  height: 320px;
  text-align: center;
}
#myCarouseltab .car-thumb img {
  max-height: 90px;
  max-width: none;
  width: auto;
}
.search-display-big-img img {
  max-width: 100%;
  margin: auto;
  text-align: center;
}
#myCarouseltab .tab {
  float: left;
  max-width: 240px;
  padding-bottom: 10px;
  width: 20%;
  text-align: center;
  color: #626262;
  border-right: 1px solid #cecece;
  cursor: pointer;
}
#myCarouseltab .tab.last {
  border: 0px;
}
#myCarouseltab .search-display-block-two {
  margin: 30px 0 50px 45px;
  width: 89.5%;
}
#myCarouseltab .left.carousel-control {
  left: 0px;
}
.mid-container-block-blue {
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px 0px 0px;
  min-height: 100px;
  width: 100%;
  background: #1d7fbc;
}
.mid-container-block-blue .title-big-one {
  float: left;
  padding: 0px 0px 0px 45px;
  color: white;
  font-size: 42px;
  font-family: 'Gafata', sans-serif;
  position: relative;
}
.mid-container-block-blue .icon-user,
.mid-container-block-blue .icon-like {
  position: absolute;
  left: 0px;
  top: 10px;
}
.mid-container-block-blue .content-block-about {
  background: #1d7fbc;
  background: #e7e7e7;
}
.mid-container-block-blue .content-block-about,
.mid-container-block-blue .content-block-like {
  float: none;
  display: table-cell;
  padding: 20px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.mid-container-block-blue .content-block-about p,
.mid-container-block-blue .content-block-like p {
  clear: both;
  float: left;
  margin: 0px 0px 0px 5px;
  font-family: arial;
  color: #afd9f3;
  font-size: 13px;
}
.mid-container-block-blue .content-block-like {
  text-align: left;
}
.mid-container-block-blue a {
  color: white;
}
.mid-container-block-blue a:hover,
.mid-container-block-blue a:focus {
  text-decoration: none;
}
.mid-container-block-blue p a {
  color: #afd9f3;
}
.mid-container-block-blue .title-big-one .content-block-like {
  margin-left: 3%;
}
.slider-home-1 .carousel-control.left,
.slider-home-1 .carousel-control.right {
  width: 50px;
  height: 30px;
  margin: 0px;
  border: 0px;
  font-size: 0px;
  top: 65%;
  background: url(../../images/slider-arrow-car.png) 0px 0px;
}
.slider-home-1 .carousel-control.left {
  left: -35px;
}
.slider-home-1 .carousel-control.right {
  right: -35px;
  background-position: -98px 0;
}
.mid-container-third-block {
  clear: both;
  float: left;
  padding: 50px 0px 60px;
  min-height: 100px;
  width: 100%;
  background: #f2f2f2;
}
.mid-container-third-block .titile-content-one {
  float: left;
  padding-bottom: 20px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: #2e2e2e;
  font-family: 'Gafata', sans-serif;
  border-bottom: solid 1px #d2d2d2;
}
.mid-container-third-block .titile-content-one .blue,
.mid-container-third-block .titile-content-one .black {
  display: inline;
  margin: 0px auto;
  padding: 0px;
  font-size: 50px;
  color: #2e2e2e;
  font-family: 'Gafata', sans-serif;
}
.mid-container-third-block .titile-content-one .blue {
  color: #1d7fbc;
}
.slider-left-block {
  float: left;
  width: 360px;
  font-size: 25px;
  color: white;
  font-family: 'Gafata', sans-serif;
}
.slider-left-block .slide-block-one {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  background: #208dc2;
}
.slider-left-block .slide-block-img {
  float: left;
  margin: 0px 0px 0px 0px;
}
.slider-left-block .slide-content-block-inn {
  float: left;
  padding: 10px 0px 0px 10px;
  max-width: 55%;
}
.slider-left-block .text-one {
  float: left;
  width: 100%;
  margin: 0px;
  line-height: 25px;
  font-size: 25px;
  color: white;
  font-family: 'Gafata', sans-serif;
}
.slider-left-block .price {
  float: left;
  margin: 5px 0px 0px;
  padding: 0px;
  width: 100%;
  font-size: 13px;
  color: white;
  font-family: arial;
}
.right-side-content {
  float: left;
  margin: 0 0 0px 15px;
  height: 100%;
  max-width: 60%;
  border-left: solid 1px lightgray;
}
.right-side-content .content-block-one {
  float: left;
  padding: 0px 0px 25px 14%;
  width: 86%;
  position: relative;
  font-family: 'Gafata', sans-serif;
}
.right-side-content .content-block-one .digit {
  left: 4%;
  font-size: 95px;
  line-height: 75px;
  position: absolute;
  color: #ffcc06;
}
.right-side-content .content-block-one .title {
  color: #4c4c4c;
  font-size: 30px;
  font-family: 'Gafata', sans-serif;
}
.right-side-content .content-block-one p {
  color: #1a1a1a;
  font-size: 16px;
  font-family: 'Gafata', sans-serif;
}
.testimonial-block {
  clear: both;
  float: left;
  padding: 30px 0px 18px;
  width: 100%;
  background: #e7e7e7;
}
.testimonial-block .testimonial-img {
  float: left;
  margin: 0px 10px 10px 0px;
}
.testimonial-block .testimonial-side-content {
  float: left;
  max-width: 75%;
  color: #050505;
  font-family: 'Glegoo', serif;
  font-size: 13px;
}
.testimonial-block .testimonial-side-content p {
  margin: 10px 0px 0px;
  font-family: 'Glegoo', serif;
  color: #050505;
  font-size: 22px;
  line-height: 25px;
}
.testimonial-block .testimonial-side-content .testimonial-owner {
  clear: both;
  float: left;
  margin: 25px 0px 0px;
  font-size: 22px;
  font-weight: bold;
}
.testimonial-block .testimonial-side-content .testimonial-company {
  clear: both;
  float: left;
  margin: 0px 0px 0px;
  font-size: 14px;
}
.testimonials-panel {
  font-family: 'Gafata', sans-serif;
  padding-top: 15px;
}
.testimonials-panel .testimonial-img {
  float: left;
  width: 34%;
}
.testimonials-panel .img-circle {
  float: left;
  margin-right: 10px;
  height: 104px;
  width: 104px;
  box-shadow: 0 0 7px #909090;
}
.testimonials-panel .img-circle img {
  max-height: 140px;
  max-width: 140px;
  min-height: 104px;
  min-width: 104px;
}
.testimonials-panel .testimonial-content {
  float: left;
  width: 100%;
  font-size: 14px;
}
.testimonials-panel .testimonial-content p {
  display: none;
}
.testimonials-panel .testimonial-content p:first-child {
  display: block;
  min-height: 50px;
}
.testimonials-panel .testimonial-owner {
  font-size: 26px;
  color: #1c1c1c;
  font-weight: 700;
  margin-top: 20px;
}
.testimonials-panel .testimonial-company {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 700;
}
.testimonials-panel p {
  font-family: 'Gafata', sans-serif;
  font-size: 16px;
}
.signup-form-block {
  clear: both;
  float: left;
  padding: 15px 0px 25px;
  width: 100%;
  background: #1d7fbc;
}
.signup-form-block .title-one {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  color: white;
  font-family: 'Gafata', sans-serif;
  border-bottom: solid 1px #2597cd;
}
.signup-form-block .form {
  display: table;
  margin: auto;
  width: 65%;
}
.signup-form-block input {
  float: left;
  padding: 15px 16px;
  width: 37%;
  margin-right: 5px;
  color: #302f2f;
  font-size: 14px;
  color: #302f2f;
  font-family: 'Gafata', sans-serif;
  background: #f2f2f2;
  text-transform: uppercase;
  border: solid 1px #d7d7d7;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.signup-form-block button {
  float: left;
  padding: 15px 16px;
  background: #ffd100;
  color: #302f2f;
  font-size: 16px;
  font-family: 'Gafata', sans-serif;
  border: solid 1px #d7d7d7;
  text-transform: uppercase;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.keema-main-banner {
  background: url(../../images/keema-main-bg.jpg) no-repeat 58% top;
  min-height: 435px;
  position: relative;
}
.keema-main-banner .container {
  position: relative;
}
.keema-main-banner .box-out-link {
  position: absolute;
}
.keema-main-banner .box-out-link .lbl {
  background-color: #ffd100;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: black;
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Gafata', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.keema-main-banner .box-out-link .lbl:after {
  content: " ";
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px #ffd100;
  position: absolute;
  left: 45%;
  bottom: -6px;
}
.keema-main-banner .position1 {
  top: 40px;
  left: 45px;
}
.keema-main-banner .position2 {
  top: 220px;
  left: 176px;
}
.keema-main-banner .position3 {
  top: 184px;
  left: 389px;
}
.keema-main-banner .position4 {
  top: 50px;
  left: 485px;
}
.keema-main-banner .position5 {
  top: 30px;
  left: 702px;
}
.keema-main-banner .box-out-link .lbl:hover {
  background-color: #004e84;
  color: white;
  box-shadow: 0 0 7px #c1e7ff;
}
.keema-main-banner .box-out-link .lbl:hover:after {
  border-top: solid 6px #004e84;
}
.main-header {
  background: #1e82be;
}
.keema-details {
  position: absolute;
  bottom: 25px;
  margin-left: 75px;
}
.keema-details li {
  position: relative;
  padding-left: 75px;
  list-style: none;
  float: left;
  margin-right: 25px;
}
.keema-details li [class^="icon-"] {
  position: absolute;
  left: 0px;
  top: 0px;
}
.keema-details li .digit {
  font-size: 35px;
  font-family: 'Gafata', sans-serif;
  display: block;
  color: white;
  line-height: 35px;
}
.keema-details li .desc {
  font-size: 15px;
  font-family: 'Gafata', sans-serif;
  color: white;
  text-transform: uppercase;
}
.well-blue {
  background-color: #26a1cc;
}
.well-blue .h2 {
  color: white;
}
.well-blue1 {
  background-color: #1e82bd;
  padding: 15px;
}
.well-blue1 p {
  color: white;
}
.well-white {
  background-color: white;
}
.well-gray {
  background-color: #e7e7e7;
  padding: 15px;
}
.well-gray1 {
  background-color: #fbfbfb;
}
.well-gray2 {
  background-color: #fafafa;
}
.shade-white {
  /* #gradient > .vertical(#fff, #e7e7e7);	 */
  background-color: #fbfbfb;
  border: solid 1px #d9d9d9;
  padding: 10px;
}
.shade-white1 {
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e7e7e7);
  background-image: -ms-linear-gradient(top, white, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, white, #e7e7e7);
  background-image: -o-linear-gradient(top, white, #e7e7e7);
  background-image: linear-gradient(top, white, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7', GradientType=0);
  border: solid 1px #d9d9d9;
  padding: 10px;
}
.barndlogos {
  overflow: hidden;
  display: table;
  margin: 0;
}
.barndlogos > li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  width: 95px;
}
.barndlogos > li .brandbox {
  display: table;
  height: 50px;
  width: 100%;
  text-align: center;
}
.barndlogos > li .brandbox .link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.barndlogos > li .brandbox .link img {
  max-width: 50px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  max-height: 36px;
}
.barndlogos > li .brandbox .link.logosmall img {
  max-width: 40px;
}
.barndlogos > li .brandbox .link:hover img,
.barndlogos > li .brandbox .link.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.barndlogos > li .brandbox .link .lbl {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Gafata', sans-serif;
  display: block;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 16px;
  overflow: hidden;
  max-width: 100px;
}
.barndlogos > li .brandbox .link .imgbox {
  height: 30px;
  display: table;
  width: 100%;
}
.barndlogos > li .brandbox .link .imgbox .imgbox-inner {
  display: table-cell;
  vertical-align: middle;
}
.barndlogos.style1 > li {
  background-color: #f3f3f3;
  border-right: 10px solid #e7e7e7;
  padding: 15px 10px;
}
.barndlogos.style1 > li:hover,
.barndlogos > li.active {
  background-color: white;
}
.barndlogos.style1 > li > .link {
  display: inline-block;
}
.barndlogos.style1 > li .radio-inner {
  margin: 0px 0px 5px ;
  display: block;
}
.vtop {
  vertical-align: top !important;
}
.steps1 {
  margin: 40px 0 10px;
  padding: 0px;
}
.steps1 > li {
  background: #ffb700 url(../../images/shade1.png) no-repeat bottom center;
  padding: 50px 25px 40px 25px;
  position: relative;
  list-style: none;
}
.steps1 > li * {
  font-family: 'Gafata', sans-serif;
}
.steps1 > li .stepno {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #208dc2;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  top: -30px;
  left: 45%;
  text-align: center;
  font-family: 'Gafata', sans-serif;
  font-size: 36px;
  color: white;
  line-height: 60px;
  font-style: normal;
}
.steps1 > li .title {
  font-size: 42px;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
.steps1 > li .desc {
  font-size: 16px;
  color: black;
  margin-top: 15px;
  text-align: center;
}
.steps1 > li:last-child {
  background-image: none;
}
.bg-theme1 {
  background-color: #ffc600 !important;
}
.bg-theme2 {
  background-color: #ffda00 !important;
}
.steps1.style1 .stepno {
  background: #ffd100;
  color: #4c4c4c;
}
.steps1.style1 > li {
  background: #176faf url(../../images/shade1.png) no-repeat bottom center;
}
.steps1.style1 .bg-theme1 {
  background-color: #208ac2 !important;
}
.steps1.style1 .bg-theme2 {
  background-color: #1b7cb9 !important;
}
.steps1.style1 > li .title,
.steps1.style1 > li .desc {
  color: white;
}
.custom-button {
  display: block;
  font-family: 'Gafata', sans-serif;
  position: relative;
  min-height: 160px;
}
.custom-button.height1 {
  min-height: 130px;
}
.custom-button .title {
  font-weight: 700;
  color: black;
  font-size: 40px;
  display: block;
}
.custom-button .desc {
  color: black;
  font-size: 17px;
}
.custom-button .cb-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #208ac2;
  display: inline-block;
  padding: 7px 12px;
  font-size: 15px;
  color: white;
}
.custom-button .cb-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline-block;
}
.custom-button .cb-image img {
  max-height: 120px;
  max-width: 220px;
}
.custom-button.shade-white1:hover {
  background-color: #2896cd;
  background-image: -moz-linear-gradient(top, #2d9ed5, #208ac2);
  background-image: -ms-linear-gradient(top, #2d9ed5, #208ac2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d9ed5), to(#208ac2));
  background-image: -webkit-linear-gradient(top, #2d9ed5, #208ac2);
  background-image: -o-linear-gradient(top, #2d9ed5, #208ac2);
  background-image: linear-gradient(top, #2d9ed5, #208ac2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d9ed5', endColorstr='#208ac2', GradientType=0);
}
.custom-button.shade-white1:hover * {
  color: white;
}
.custom-button.shade-white1:hover .cb-btn {
  background: #ffb700;
  color: black;
}
.custom-button1 {
  display: block;
  position: relative;
  padding: 10px 15px 15px;
}
.custom-button1 .title {
  color: black;
  font-size: 26px;
  display: block;
  font-family: 'Gafata', sans-serif;
  text-transform: uppercase;
  line-height: 29px;
}
.custom-button1 .desc {
  color: black;
  font-size: 13px;
  display: block;
}
.custom-button1 .link {
  color: black;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.custom-button1:hover {
  background: #208ac2 !important;
}
.custom-button1:hover * {
  color: white;
}
.right-cust-banners {
  padding: 75px 0 0 35px;
}
.custom-button2 .cb-btn {
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e7e7e7);
  background-image: -ms-linear-gradient(top, white, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, white, #e7e7e7);
  background-image: -o-linear-gradient(top, white, #e7e7e7);
  background-image: linear-gradient(top, white, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7', GradientType=0);
  display: table;
  width: 100%;
  border: solid 1px #d9d9d9;
}
.custom-button2 .cb-btn .cb-bg {
  background-color: #1d89bd;
  background-image: -moz-linear-gradient(top, #2aa4df, #09608a);
  background-image: -ms-linear-gradient(top, #2aa4df, #09608a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2aa4df), to(#09608a));
  background-image: -webkit-linear-gradient(top, #2aa4df, #09608a);
  background-image: -o-linear-gradient(top, #2aa4df, #09608a);
  background-image: linear-gradient(top, #2aa4df, #09608a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa4df', endColorstr='#09608a', GradientType=0);
  width: 80px;
  display: table-cell;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}
.custom-button2 .cb-btn .cb-bg .fa {
  font-size: 35px;
  color: white;
}
.custom-button2 .cb-btn .cb-detail {
  display: table-cell;
  padding: 5px 5px 5px 15px ;
  height: 60px;
}
.custom-button2 .cb-btn .cb-detail .title {
  display: block;
  font-family: 'Gafata', sans-serif;
  font-size: 22px;
  color: black;
}
.custom-button2 .cb-btn .cb-detail .title1 {
  display: block;
  font-family: 'Gafata', sans-serif;
  font-size: 34px;
  color: black;
}
.custom-button2 .cb-btn .cb-detail .desc {
  color: #5c5c5c;
  font-size: 13px;
}
.form-style1 .control-label {
  display: block;
}
.form-control {
  box-sizing: border-box;
}
.manufacture-logo {
  margin-top: 15px;
}
.manufacture-logo table td {
  border: solid 1px #d7d7d7;
  width: 33%;
  height: 200px;
  vertical-align: middle;
  text-align: center;
}
.manufacture-logo table td .brandslist {
  display: table;
  width: 100%;
}
.manufacture-logo table td .brandslist a {
  height: 200px;
  cursor: pointer;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.manufacture-logo tr td:first-child {
  border-left: none;
}
.manufacture-logo tr td:last-child {
  border-right: none;
}
.custom-search-form.section-myno .btn-primary {
  border: solid 1px #ffd100;
  background: #ffd100;
  color: black;
  font-size: 18px;
  font-family: 'Gafata', sans-serif;
}
.contactus-form .form-group .btn-primary.btn-block {
  width: 100%;
  padding: 13px 0 !important;
  color: white;
  font-family: 'Gafata', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.no-round {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.no-border {
  border: none;
}
.display-block {
  display: block;
}
.img-circle {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  overflow: hidden;
  box-shadow: 0 0 4px #909090;
}
.img-circle img {
  min-height: 90px;
  min-width: 90px;
  max-height: 140px;
  max-width: 140px;
}
.img-circle1 {
  width: 146px;
  height: 146px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  overflow: hidden;
  box-shadow: 0 0 4px #909090;
  display: inline-block;
}
.img-circle1 img {
  min-height: 146px;
  min-width: 146px;
  max-height: 180px;
  max-width: 180px;
}
.panel-testimonial > .row {
  border-bottom: solid 1px #dbdbdb;
  padding-top: 25px;
  padding-bottom: 25px;
}
.panel-testimonial > .row .tdata {
  font-size: 15px;
  color: #5c5c5c;
  font-style: italic;
}
.panel-testimonial > .row .tdata p {
  font-size: 15px;
  color: #5c5c5c;
  font-style: italic;
}
.panel-testimonial > .row .tdetail {
  display: block;
}
.panel-testimonial > .row .tdetail > .date,
.panel-testimonial > .row .tdetail > .name {
  display: block;
  text-align: right;
}
.panel-testimonial > .row .tdetail > .name {
  font-size: 15px;
  color: #1a1a1a;
}
.panel-testimonial > .row .tdetail > .date {
  color: #5c5c5c;
}
.panel-testimonial > .row:hover {
  -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;
  background: white;
}
.panel-testimonial.style1 {
  margin: 15px 10px;
}
.panel-testimonial.style1 .tdata {
  margin: 12px 0;
}
.panel-testimonial.style1 > .row {
  border-bottom: none;
  padding-bottom: 10px;
}
.panel-testimonial.style1 .tdata p {
  font-size: 20px;
  color: #3e3e3e;
  font-family: 'Gafata', sans-serif;
  text-align: center;
  line-height: 21px;
}
.panel-testimonial.style1 .tdetail .name {
  font-size: 26px;
  color: black;
  font-family: 'Gafata', sans-serif;
  text-align: center;
  font-weight: 700;
}
.panel-testimonial.style1 .tdetail .date {
  font-size: 14px;
  color: black;
  font-family: 'Gafata', sans-serif;
  text-align: center;
}
@media (min-width: 960px) {
  .main-panels .left-panel {
    width: 64%;
  }
  
  .main-panels .right-panel {
    width: 35%;
    float: right;
  }
}
input[type="file"] {
  border: solid 1px #cccccc;
  color: #585858;
}
.well-blue1 input[type="file"] {
  border: solid 1px #2898ce;
  color: white;
}
.form-style3 .form-group {
  margin-bottom: 2px;
}
.form-style3 .form-control {
  border: none;
  padding: 6px 12px;
  height: auto;
  margin-bottom: 6px;
}
.form-style3 .form-group .checkbox-inline {
  color: white;
}
.form-style3 .btn-them {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
}
.form-style3 .form-group input[type="file"] {
  width: 100%;
  padding: 0px;
  font-size: 12px;
}
.well-blue1 .form-style3 {
  color: #9addfe;
}
.form-style3-out {
  position: relative;
  overflow: hidden;
}
.form-style3-out .light-bg {
  width: 90px;
  height: 80px;
  position: absolute;
  top: -15px;
  right: -35px;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.form-style3-out .light-bg .fa {
  font-size: 70px;
  color: white;
}
.product-listing {
  margin-bottom: 20px;
}
.product-listing .product-list-box {
  width: 491px;
  float: left;
  height: 207px;
  background-color: white;
  margin-bottom: 0px;
  margin-left: 5px;
  overflow: hidden;
  padding: 0px;
}
.product-listing  thead.t-grid-header {
  display: none;
}
.product-listing .t-widget.t-grid {
  background: #f2f2f2;
}
.product-listing .t-widget.t-grid tbody tr.t-alt td {
  padding-right: 0px;
}
.product-listing .t-widget.t-grid tbody tr.t-alt .product-list-box {
  margin-left: 0px;
}
.product-listing .t-widget.t-grid tbody tr td {
  border-width: 0;
  padding-bottom: 10px;
}
.product-listing .t-widget.t-grid tbody tr.t-alt {
  border-left: 10px solid #f2f2f2;
}
.product-list-box .pro-photo {
  width: 259px;
  float: left;
  height: 207px;
  overflow: hidden;
}
/* .product-list-box .pro-photo img{ min-width:259px; min-height:207px;  max-width: 300px; } */
.product-list-box .pro-photo img {
  min-width: 259px;
  max-width: 100%;
}
.product-list-box .pro-detail {
  width: 212px;
  float: left;
  padding: 10px 0 0 20px;
  height: 197px;
}
.product-list-box .pro-detail .title-brand {
  font-family: 'Gafata', sans-serif;
  font-size: 25px;
  color: black;
  line-height: 27px;
  max-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list-box .pro-detail .title-name {
  font-family: 'Gafata', sans-serif;
  font-size: 25px;
  color: black;
  line-height: 27px;
  max-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .product-list-box .pro-detail .pro-desc{ list-style:none; display:table; width:100%; margin:10px 0 0 0; font-size:13px; }
 .product-list-box .pro-detail .pro-desc .lbl{ display:table-cell; width:88px; font-size:13px; color:#636363; }
.product-list-box .pro-detail .pro-desc .desc{  display:table-cell;  font-size:13px; color:#636363;  } */
.product-list-box .pro-detail .pro-desc {
  display: block;
  font-size: 13px;
  line-height: 15px;
  list-style: none outside none;
  margin: 7px 0 0;
  width: 100%;
}
.product-list-box .pro-detail .pro-desc > .prow {
  display: block;
  line-height: 18px;
}
.product-list-box .pro-detail .pro-desc .lbl {
  color: #636363;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin: 0;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 43%;
}
.product-list-box .pro-detail .pro-desc .desc {
  color: #636363;
  display: inline-block;
  text-overflow: ellipsis;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  width: 55%;
  float: left;
}
.product-style1 {
  margin-left: -5px;
  overflow: hidden;
}
.product-style1 .product-list-box {
  display: inline-block;
  margin-left: 5px;
}
.product-style1 .product-list-box *,
.product-style1 .product-list-box .pro-detail .pro-desc * {
  color: white;
}
.product-style1 .product-list-box .pro-detail {
  background: #208dc2;
}
.cars-listing .top-menu-list {
  overflow: auto;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 35px;
  margin-top: 30px;
}
.cars-listing .top-menu-list ul {
  margin: 0;
}
.cars-listing .top-menu-list ul li {
  float: left;
  list-style: none;
  font-family: 'Gafata', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-left: solid 1px #c9c9c9;
  padding: 0 3px;
}
.cars-listing .top-menu-list ul li:first-child {
  border-left: none;
  padding-left: 0px;
}
.cars-listing .top-menu-list ul li a {
  color: #454545;
  display: inline-block;
  padding: 1px 7px;
}
.cars-listing .top-menu-list ul li a:hover,
.cars-listing .top-menu-list ul li.active a {
  color: #208ac2;
}
.carlist {
  display: block;
  background: white;
  padding: 0px 15px 10px 15px;
  height: 290px;
  margin-bottom: 20px;
  -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;
}
.carlist .carimages {
  display: block;
  margin: 0px -15px 0px -15px;
  height: 206px;
  width: 313px;
  overflow: hidden;
  text-align: center;
}
.carlist .carimages img {
  max-height: 250px;
  max-width: 100%;
  /* min-width:322px; min-height:206px;*/

}
.carlist .title {
  display: block;
  font-family: 'Gafata', sans-serif;
  font-size: 25px;
  color: black;
  line-height: 27px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carlist .desc {
  font-size: 13px;
  display: block;
  margin-top: 7px;
  color: black;
  display: block;
  max-height: 33px;
  overflow: hidden;
}
.carlist:hover {
  box-shadow: 0 0 7px #cccccc;
  cursor: pointer;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -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;
}
.car-listing.carlist {
  margin: 0px -14px;
}
.car-listing.carlist .list-panel {
  width: 322px;
}
.car-listing.carlist .list-panel .carimages {
  width: 322px;
}
.cars-listing .list-panel {
  width: 313px;
  float: left;
  margin-left: 16px;
}
.product-slider .slides > ul > li {
  width: 100%;
}
.slider-type1 .slides > ul > li {
  overflow: hidden;
  display: inline-block;
  width: 900px;
  float: left;
}
.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;
}
.vtext {
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  font-size: 22px;
  color: white;
  font-family: 'Gafata', sans-serif;
}
.criteria1 {
  position: relative;
  padding: 25px 15px 15px 105px;
  min-height: 100px;
  border-top: 1px solid white;
}
.criteria1 .criteria-name {
  background: #208ac2;
  position: absolute;
  width: 55px;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: black;
  font-family: 'Gafata', sans-serif;
  font-family: 'Gafata', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: white;
}
.criteria1 .criteria-name:after {
  content: " ";
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #208ac2;
  position: absolute;
  top: 48%;
  left: 55px;
}
.criteria1 .criteria-name .vtext {
  width: 120px;
  display: inline-block;
  height: 55px;
  position: absolute;
  left: -22px;
  top: 35px;
}
.criteria2 {
  position: relative;
  padding: 25px 15px 15px 105px;
  min-height: 60px;
  border-top: 1px solid white;
}
.criteria2 .criteria-name {
  background: #1875b4;
  position: absolute;
  width: 55px;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: black;
  font-family: 'Gafata', sans-serif;
  font-family: 'Gafata', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: white;
}
.criteria2 .criteria-name:after {
  content: " ";
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #1875b4;
  position: absolute;
  top: 48%;
  left: 55px;
}
.criteria2 .criteria-name .vtext {
  width: 67px;
  display: inline-block;
  height: 55px;
  position: absolute;
  left: 7px;
  top: 15px;
}
.criteria3 {
  position: relative;
  padding: 15px 15px 15px 105px;
  min-height: 170px;
  background: white;
  border-top: 1px solid white;
}
.criteria3 .criteria-name {
  background: #ffd100;
  position: absolute;
  width: 55px;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 14px;
  font-family: 'Gafata', sans-serif;
  font-family: 'Gafata', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: black;
}
.criteria3 .criteria-name:after {
  content: " ";
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #ffd100;
  position: absolute;
  top: 48%;
  left: 55px;
}
.criteria3 .criteria-name .vtext {
  width: 160px;
  display: inline-block;
  height: 55px;
  position: absolute;
  left: -42px;
  top: 82px;
  color: black;
}
.criteria3 .divider-tiny {
  height: 7px;
}
#car-listing-panel {
  postion: relative;
}
#car-listing-panel .carousel-indicators {
  position: absolute;
  bottom: -35px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  left: 0px;
}
#car-listing-panel .carousel-indicators:after {
  height: 1px;
  width: 120px;
  background-color: #e3e3e3;
  position: absolute;
  display: inline-block;
  content: " ";
  left: 0px;
  margin-top: 12px;
}
#car-listing-panel .carousel-indicators:before {
  height: 1px;
  width: 120px;
  background-color: #e3e3e3;
  position: absolute;
  display: inline-block;
  content: " ";
  right: 0px;
  margin-top: 12px;
}
#car-listing-panel .carousel-indicators li {
  display: inline-block;
  background: #d7d7d7;
  border: solid 1px #d7d7d7;
  height: 12px;
  width: 12px;
  margin: 0px;
}
#car-listing-panel .carousel-indicators li.active,
#car-listing-panel .carousel-indicators li:hover {
  background: #208dc2;
  border: solid 1px #208dc2;
}
#car-listing-panel1 {
  postion: relative;
}
#car-listing-panel1 .carousel-indicators {
  position: absolute;
  bottom: -35px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  left: 0px;
}
#car-listing-panel1 .carousel-indicators:after {
  height: 1px;
  width: 420px;
  background-color: #e3e3e3;
  position: absolute;
  display: inline-block;
  content: " ";
  left: 0px;
  margin-top: 8px;
}
#car-listing-panel1 .carousel-indicators:before {
  height: 1px;
  width: 420px;
  background-color: #e3e3e3;
  position: absolute;
  display: inline-block;
  content: " ";
  right: 0px;
  margin-top: 8px;
}
#car-listing-panel1 .carousel-indicators li {
  display: inline-block;
  background: #d7d7d7;
  border: solid 1px #d7d7d7;
  height: 12px;
  width: 12px;
  margin: 0px;
}
#car-listing-panel1 .carousel-indicators li.active,
#car-listing-panel .carousel-indicators li:hover {
  background: #208dc2;
  border: solid 1px #208dc2;
}
#car-listing-panel1 .carousel-inner,
#car-listing-panel1 .carousel-inner .product-style1 {
  height: 212px;
  overflow: hidden;
  display: block;
}
.pro-desc-main {
  display: table;
  width: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 5px 5px #e0e0e0;
  margin: 0px;
  padding: 0px;
  font-family: 'Gafata', sans-serif;
}
.pro-desc-main > li {
  display: table-row;
}
.pro-desc-main > li:nth-child(even) .lbl,
.pro-desc-main > li:nth-child(even) .desc {
  background-color: #f8f8f8;
}
.pro-desc-main > li > .lbl,
.pro-desc-main > li > .desc {
  vertical-align: top;
  background-color: #fcfcfc;
  border-bottom: solid 1px #f1f1f1;
  padding: 8px 15px;
}
.pro-desc-main > li > .lbl {
  display: table-cell;
  width: 15%;
  font-family: 'Gafata', sans-serif;
  font-size: 18px;
}
.pro-desc-main > li > .desc {
  display: table-cell;
  font-size: 18px;
  color: #585858;
  width: 28%;
  line-height: 22px;
}
.pro-desc-main-title {
  background-color: #208ac2;
  font-size: 22px;
  font-width: 700;
  font-family: 'Gafata', sans-serif;
  color: white;
  text-align: center;
  padding: 8px 0;
  width: 100%;
}
.pro-desc-main  .highlight {
  color: #10628e !important;
}
/*
.pro-desc-main{ -webkit-column-count: 2;  -moz-column-count: 2;    column-count: 2; }
.pro-desc-main > li{	list-style:none; }
.pro-desc-main > li .lbl{ }
.pro-desc-main > li .desc{ }

*/
/* ---------------------------------- footer panel ---------------------------------------------*/
.main-footer .well-blue1 .h2,
.main-footer .well-blue .h2 {
  margin-top: 0px;
}
.footer-location-block {
  clear: both;
  float: left;
  padding: 20px 0px 30px;
  width: 100%;
  background: #004e84;
}
.footer-location-block .title-one {
  font-size: 30px;
  margin-bottom: 20px;
  color: white;
  font-family: 'Gafata', sans-serif;
}
.footer-location-block .location-block-one {
  float: left;
  min-height: 200px;
  padding: 10px 10px 10px 0px;
  margin-right: 13px;
  position: relative;
  width: 14.5%;
  border-right: solid 1px #00609a;
  font-family: 'Gafata', sans-serif;
}
.footer-location-block .location-block-one .text-one-yellow {
  clear: both;
  margin-bottom: 10px;
  font-size: 17px;
  color: #ffcc06;
  text-transform: uppercase;
}
.footer-location-block .location-block-one .text-two-white {
  clear: both;
  min-height: 50px;
  font-size: 14px;
  color: white;
}
.footer-location-block .location-block-one .text-three-gray {
  clear: both;
  margin-bottom: 4px;
  font-size: 12px;
  color: #bdbdbd;
  font-family: arial;
}
.footer-location-block .location-block-one .text-link-blue {
  clear: both;
  left: 0;
  font-size: 13px;
  color: #3eb0ff;
  font-family: arial;
}
.footer-location-block .location-block-one .location-brand-logo {
  clear: both;
  display: table;
  margin-top: 10px;
}
.footer-location-block .location-block-one .location-brand-logo .brand {
  display: table-cell;
  padding: 3px;
  background-color: white;
  height: 37px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left: solid 2px #004e84;
  text-align: center;
}
.footer-location-block .location-block-one .location-brand-logo .brand:first-child {
  border-left: none;
}
.footer-location-block .location-block-one .location-brand-logo img {
  max-width: 33px;
  margin: 0px;
  height: auto;
  vertical-align: middle;
}
.footer-location-block .location-block-one .location-brand-logo img.big {
  max-width: 82px;
}
.footer-location-block .location-block-one > * {
  display: block;
}
.footer-location-block .last {
  margin-right: 0px;
  padding-right: 0px;
  border: 0px;
}
.location-brand-logo.col-md-8 .brand-logo-inner {
  clear: both;
  display: table;
  margin-top: 0px;
}
.location-brand-logo.col-md-8 .brand {
  display: table-cell;
  padding: 3px;
  background-color: white;
  height: 37px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left: solid 2px white;
  text-align: center;
}
.location-brand-logo.col-md-8 .brand:first-child {
  border-left: none;
}
.location-brand-logo.col-md-8 img {
  max-width: 55px;
  margin: 0px ;
  height: auto;
  vertical-align: middle;
}
.location-brand-logo.col-md-8 .small img {
  max-width: 37px;
}
.footer-link-block {
  clear: both;
  float: left;
  padding: 20px 0px 20px;
  width: 100%;
  background: #f2f2f2;
}
.footer-link-block a,
.footer-link-block a:visited {
  color: #343434;
  font-family: 'Gafata', sans-serif;
  font-weight: 600;
}
.footer-link-block span {
  float: left;
  width: 100%;
  text-align: center;
  color: #7a7a7a;
  font-size: 12px;
}
.footer-link {
  display: table;
  margin: 5px auto;
  padding: 0;
  list-style: none;
}
.footer-link li {
  float: left;
  margin: 0px 10px 10px;
  padding: 0;
  list-style: none;
  color: #343434;
  font-size: 16px;
  font-family: 'Gafata', sans-serif;
}
.footer-link a,
.footer-link a:visited {
  color: #343434;
}
.footer-link a:hover,
.footer-link li.active {
  color: #3eb0ff;
}
/* ----------------------------------  end footer panel ----------------------------------------*/
@media (max-width: 1280px) {
  
}
/* ----------------------------------  Start Resposive Layout Style ----------------------------------------*/
.mobile-nav-link {
  display: none;
}
@media (max-width: 1000px) {
  .nav-top li > a {
    padding: 6px 4px 4px;
  }
  
  .keema-main-banner {
    background: url(../../images/keema-main-bg.jpg) no-repeat left top;
    min-height: 435px;
    position: relative;
  }
  
  .mid-container-block {
    padding: 0 0px;
    width: 100%;
  }
  
  .side-link-block {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .mobile-nav-link {
    display: block;
  }
  
  .phone-top {
    clear: both;
  }
  
  .search-block-container {
    width: 96%;
  }
  
  .header-right-link-block,
  .search-block-container {
    display: none;
  }
  
  .search-block-container .search-box-container-two {
    clear: both;
    float: left;
    margin: 5px 10px 0 0;
    width: 100%;
  }
  
  .seaech-field {
    float: left;
    margin: 0px;
    width: 93%;
  }
  
  /* ----------------------------------  Start Resposive Banner Style ----------------------------------------*/
  
  .bg-body-blue-one .home-banner-bg-one {
    left: -17%;
    max-width: 138%;
    position: absolute;
    top: 7%;
  }
  
  .home-banner-one .banner-inner-image {
    left: 0px;
    max-width: 75%;
  }
  
  .home-banner-one p {
    display: none;
  }
  
  .home-banner-one .text-big-one {
    left: 7%;
    top: 5px;
    line-height: 30px;
    font-size: 40px;
  }
  
  .home-banner-one .text-warranties {
    margin-right: 20%;
  }
  
  .home-banner-one .text-test-drive {
    margin-left: 6.5%;
  }
  
  .home-banner-one .text-experience {
    margin-left: -0.5%;
  }
  
  .home-banner-one .text-satisfaction {
    margin-right: 8.5%;
  }
  
  /* ----------------------------------  End Resposive Banner Style ----------------------------------------*/
  
  /* ----------------------------------  Start Resposive Search Block one Style ----------------------------------------*/
  
  .mid-container-block {
    padding: 0px 20px;
    width: 96%;
  }
  
  .mid-container-block .search-block-two {
    width: 97%;
  }
  
  .search-block-two .search-combo-box-outer {
    clear: both;
  }
  
  .search-block-two .search-combo-box-outer {
    margin-left: 0px;
    width: 73%;
  }
  
  button.btn-search-yellow,
  button.btn-search-plus {
    float: right;
  }
  
  .search-display-block .search-display-big-img {
    margin: 50px 25px 0 0%;
    max-width: 45%;
  }
  
  .search-display-block-two .car-block-one {
    width: 24.5%;
  }
  
  /* ----------------------------------  End Resposive Search Block one Style ----------------------------------------*/
  
  /* ----------------------------------  Start Resposive About us Block one Style ----------------------------------------*/
  
  .mid-container-block-blue {
    padding: 0px 1% 0px;
    width: 97%;
  }
  
  .right-side-content {
    max-width: 44%;
  }
  
  .right-side-content .content-block-one {
    padding-left: 20%;
  }
  
  .right-side-content .content-block-one {
    padding-bottom: 10px;
  }
  
  .right-side-content .content-block-one .digit {
    font-size: 60px;
    left: 5%;
    line-height: 50px;
  }
  
  .right-side-content .content-block-one p {
    padding-top: 5px;
    font-size: 15px;
  }
  
  /* ----------------------------------  End Resposive About us Block one Style ----------------------------------------*/
  
  /* ----------------------------------  Start Resposive Search Block one Style ----------------------------------------*/
  
  .signup-form-block .form {
    width: 85%;
  }
  
  .footer-location-block {
    padding: 20px;
    margin-bottom: 20px;
    width: 94%;
  }
  
  .footer-location-block .location-block-one {
    width: 30%;
    margin-bottom: 20px;
  }
  
  .location-main-container .location-block-one:nth-child(3) {
    margin-right: 0px;
    padding-right: 0px;
    border: 0px;
  }
  
  /* ----------------------------------  End Resposive Search Block one Style ----------------------------------------*/
}
@media screen and (max-width: 640px) {
  /* ----------------------------------  Start Resposive Header Block one Style ----------------------------------------*/
  
  .mobile-nav-link {
    display: block;
  }
  
  .nav-top li {
    margin-right: 2px;
    padding: 5px 3px;
  }
  
  .header-right-link-block,
  .search-block-container {
    display: none;
  }
  
  /* ----------------------------------  End Resposive Header Block one Style ----------------------------------------*/
}
.rotate-photos1 {
  height: 70px;
  padding: 0px 0 0px 45px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.rotate-photos1 ul {
  margin: 0px;
  padding: 0;
}
.rotate-photos1 ul li {
  float: left;
  padding: 10px 0x 0;
  margin-right: 0px;
  background: none;
  width: 230px;
  height: 70px;
  list-style: none;
  position: relative;
}
.rotate-photos1 ul li:after {
  background: url(../../images/roate-shade.png) no-repeat;
  width: 15px;
  height: 85px;
  display: inline-block;
  content: " ";
  position: absolute;
  top: -15px;
  left: -20px;
}
.rotate-photos1 ul li:first-child:after {
  background: none;
}
.rotate-photos1 .rprev1 {
  width: 17px;
  height: 41px;
  background: url(../../images/rotate-arrow.png) no-repeat;
  display: inline-block;
  left: 0px;
  top: 10px;
  position: absolute;
  text-decoration: none;
}
.rotate-photos1 .rnext1 {
  width: 17px;
  height: 41px;
  background: url(../../images/rotate-arrow.png) no-repeat;
  display: inline-block;
  right: 0px;
  top: 10px;
  background-position: 0px -48px;
  position: absolute;
  text-decoration: none;
}
.rotate-photos1 .rprev1,
.rotate-photos1 .rnext1 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.rotate-photos1:hover .rprev1,
.rotate-photos1:hover .rnext1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.rotate-photos1 .rprev1:hover {
  background-position: 0 0px;
}
.rotate-photos1 .rnext1:hover {
  background-position: 0px -48px;
}
.rotate-photos1 ul li .box-icon {
  float: left;
  width: 25%;
  display: inline-block;
  height: 70px;
  margin-top: 5px;
  text-align: right;
}
.rotate-photos1 ul li .box-icon img {
  max-height: 40px;
  width: auto;
  display: inline-block;
  margin-top: 3px;
}
.rotate-photos1 ul li .box-icon .fa {
  font-size: 40px;
  color: #1e82be;
  line-height: 60px;
}
.rotate-photos1 ul li .rotate-content {
  float: left;
  width: 65%;
  display: inline-block;
  height: 70px;
  margin-left: 5%;
}
.rotate-photos1 ul li .rotate-content .title {
  font-size: 18px;
  font-family: 'Gafata', sans-serif;
  font-weight: 300;
  color: #2374a5;
  display: block;
  line-height: 20px;
  margin-top: 2px;
  text-transform: capitalize;
}
.rotate-photos1 ul li .rotate-content .note {
  font-family: 'Gafata', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.rotate-photos1 .caroufredsel_wrapper {
  width: 910px !important;
  overflow: hidden !important;
}
/* ============================================================== Richardsan ========================================================== */
.banner-offer-block {
  margin-top: 20px;
  position: relative;
}
.banner-offer-block .carousel {
  margin: 0px;
}
.banner-offer-block .carousel .item > img {
  width: 100%!important;
}
.banner-offer-block .car-name-block {
  clear: both;
  float: left;
  position: relative;
  font-family: 'Gafata', sans-serif;
  display: table;
  margin: auto;
}
.banner-offer-block .car-name-block span {
  clear: both;
  display: table;
  width: 100%;
  text-transform: uppercase;
}
.banner-offer-block .car-name-block span.year {
  font-size: 30px;
  text-align: left;
}
.banner-offer-block .car-name-block span.car-name {
  font-size: 44px;
  text-align: left;
}
.banner-offer-block .car-name-block span.car-name-2 {
  font-size: 30px;
  text-align: right;
}
.banner-offer-block p {
  clear: both;
  float: left;
  font-family: arial, sans-serif;
  font-size: 13px;
  color: white;
}
.banner-offer-block .carousel-control.left,
.banner-offer-block .carousel-control.right {
  /* background:transparent; */
  border: 0 none;
  top: 200px;
}
.banner-offer-block .carousel-control.left > img,
.banner-offer-block .carousel-control.right > img {
  width: 40%;
}
.banner-offer-block .carousel-caption {
  bottom: auto;
  top: 340px;
}
.offer-title-block {
  clear: both;
  float: left;
  padding: 10px 0px;
  font-size: 44px;
  font-family: 'Gafata', sans-serif;
  text-align: center;
  width: 100%;
  background: #ffd100;
  color: #110f15;
}
.offer-content-block {
  clear: both;
  float: left;
  padding: 25px 0px;
  width: 100%;
  background: #121212;
  font-family: 'Gafata', sans-serif;
  color: white;
  text-transform: uppercase;
}
.offer-content-block .offer-con-inn {
  display: table-cell;
  max-width: 33.33%;
  line-height: normal;
  text-align: center;
  vertical-align: top;
  width: 500px;
}
.offer-content-block .offer-con-inn .text-big-1,
.offer-content-block .offer-con-inn .text-big-2,
.offer-content-block .offer-con-inn .text-big-3 {
  clear: both;
  float: left;
  padding: 0px 5%;
  width: 90%;
}
.offer-content-block .offer-con-inn .text-big-1 {
  font-size: 32px;
  line-height: normal;
  font-weight: 400;
}
.offer-content-block .offer-con-inn .text-big-2 {
  font-size: 26px;
  line-height: normal;
  font-weight: 400;
}
.offer-content-block .offer-con-inn .text-big-3 {
  font-size: 22px;
  line-height: normal;
  font-weight: 300;
}
.offer-content-block .offer-con-inn span,
.offer-content-block .offer-con-inn p,
.offer-content-block .offer-con-inn div,
.offer-content-block .offer-con-inn h1,
.offer-content-block .offer-con-inn h2,
.offer-content-block .offer-con-inn h3,
.offer-content-block .offer-con-inn h4,
.offer-content-block .offer-con-inn h5 {
  line-height: normal;
  clear: both;
  width: 100%;
  text-align: center;
}
.offer-content-block .offer-con-inn:nth-child(2) {
  border: 1px solid #393939;
  border-width: 0px 1px;
}
.offer-content-block .text-big-1 {
  font-size: 70px;
  line-height: 55px;
  font-weight: 500;
}
.offer-content-block .text-big-2 {
  font-size: 45px;
}
.offer-content-block .text-big-3 {
  font-size: 30px;
}
.offer-content-block .text-big-4 {
  font-size: 20px;
}
.offer-content-block .text-dollar-sign {
  font-size: 45px;
  position: relative;
  top: -3px;
  vertical-align: top;
}
.offer-content-block .v-line-border {
  border-right: solid 1px #393939;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
}
.offer-content-block .block-1,
.offer-content-block .block-2,
.offer-content-block .block-3,
.offer-content-block .block-4 {
  float: left;
  padding: 0px 35px;
  max-width: 400px;
  min-height: 155px;
  position: relative;
}
.offer-content-block .block-2 .month,
.offer-content-block .block-2 .month {
  clear: both;
  float: right;
  text-align: left;
  width: 83%;
}
.offer-content-block .block-2 {
  max-width: 150px;
}
.offer-content-block .block-3 {
  max-width: 150px;
}
.offer-content-block .block-3 .month {
  clear: both;
  float: right;
  text-align: left;
  width: 90%;
}
.offer-content-block .block-4 {
  text-transform: none;
}
.offer-content-block .block-4 .text-dollar-sign,
.offer-content-block .block-4 .text-big-1 {
  color: #ffd100;
}
.offer-download-content-block {
  clear: both;
  float: left;
  padding: 15px 70px 15px 15px;
  width: 91.3%;
  color: #4c4c4c;
  font-size: 25px;
  font-family: 'Gafata', sans-serif;
  position: relative;
  border-left: solid 2px #ffd102;
  background: white;
}
.offer-download-content-block .name {
  float: right;
  margin-top: 10px;
  color: #5c5c5c;
  font-family: arial;
  font-size: 13px;
}
.offer-download-content-block .icon-download {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
  width: 28px;
  height: 28px;
  padding: 16px;
  background: #218dc3;
}
.offer-download-content-block .icon-download:hover {
  background: #26a1cc;
}
.banner-top-block-1 {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
.banner-top-block-1 .link-box {
  position: absolute;
  bottom: 15%;
  left: 0%;
  z-index: 10;
}
.banner-top-block-1 .link-box a {
  clear: both;
  float: left;
  padding: 10px 40px 10px 15px;
  margin-bottom: 1px;
  min-width: 210px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: white;
  background: #208dc2;
  font-size: 20px;
  font-family: 'Gafata', sans-serif;
  text-decoration: none;
}
.banner-top-block-1 .link-box a .arrow {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ffd100;
}
.banner-top-block-1 .link-box a:hover {
  background: #ffd100;
  color: black;
}
.banner-top-block-1 .banner-content-block {
  position: absolute;
  top: 5%;
  left: 25px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  width: 50%;
}
.banner-top-block-1 .banner-content-block .car-name-block {
  clear: both;
  float: left;
  position: relative;
  font-family: 'Gafata', sans-serif;
  display: table;
  margin: auto;
}
.banner-top-block-1 .banner-content-block .car-name-block span {
  clear: both;
  display: table;
  width: 100%;
  text-transform: uppercase;
}
.banner-top-block-1 .banner-content-block .car-name-block span.year {
  font-size: 30px;
  text-align: left;
}
.banner-top-block-1 .banner-content-block .car-name-block span.car-name {
  font-size: 44px;
  text-align: left;
}
.banner-top-block-1 .banner-content-block .car-name-block span.car-name-2 {
  font-size: 30px;
  text-align: left;
}
.banner-top-block-1 .banner-content-block p {
  clear: both;
  float: left;
  width: 90%;
}
.banner-top-block-2 {
  clear: both;
  float: left;
  margin: 20px 0px;
  width: 100%;
  position: relative;
}
.banner-top-block-2 .block-1 {
  float: left;
  text-align: center;
  width: 25%;
  min-height: 200px;
  position: relative;
}
.banner-top-block-2 .block-1 .name {
  float: left;
  clear: both;
  width: 100%;
  font-size: 30px;
  color: black;
  font-family: 'Gafata', sans-serif;
}
.banner-top-block-2 .block-1 .shadow-img {
  position: absolute;
  right: 0px;
}
.exterior-content-block {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
.exterior-content-block .bg-image {
  position: relative;
  z-index: 0;
}
.exterior-content-block .content-block-main {
  position: absolute;
  top: 60px;
  left: 30px;
  right: 30px;
  z-index: 10;
  color: white;
}
.exterior-content-block .content-block-main .content-inner-block {
  clear: both;
  float: left;
  padding: 20px 20px 0px 170px;
  margin-bottom: 35px;
  max-width: 400px;
  position: relative;
}
.exterior-content-block .content-block-main .side-ccircle-image {
  float: left;
  height: 145px;
  top: 0px;
  left: 0;
  position: absolute;
  width: 145px;
  border: solid 5px #2d2721;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.exterior-content-block .content-block-main .name {
  font-size: 25px;
  font-family: 'Gafata', sans-serif;
}
.wheel-range-block {
  clear: both;
  float: left;
  width: 100%;
}
.wheel-range-block .wheel-image {
  float: left;
  margin: 0px 30px 0px 0px;
  max-width: 50%;
}
.wheel-range-block .content-block {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 100%;
}
.wheel-range-block .h1 {
  line-height: 30px;
}
.wheel-range-block p {
  color: #5c5c5c;
}
.interior-block {
  clear: both;
  float: left;
  margin: 30px 0px;
  width: 100%;
}
.interior-block .h1 {
  text-transform: uppercase;
}
.capability-block {
  clear: both;
  float: left;
  margin: 30px 0px;
  width: 100%;
  position: relative;
}
.capability-block .h1 {
  text-transform: uppercase;
}
.capability-block .content-block {
  bottom: 85px;
  position: absolute;
  right: 0;
  width: 55%;
}
.transmission-block {
  clear: both;
  float: left;
  margin: 10px 0px;
  width: 100%;
  position: relative;
}
.transmission-block .h1 {
  text-transform: uppercase;
  line-height: 30px;
}
.transmission-block .content-block {
  float: left;
  max-width: 100%;
  position: relative;
}
.transmission-block .content-image-block {
  float: right;
  position: relative;
  margin: -30px -50px 0px 0px;
}
.middle-content-block-box {
  clear: both;
  float: left;
  margin: 30px 0px;
  width: 100%;
  position: relative;
}
.middle-content-block-box .h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 30px;
}
.middle-content-block-box .content-block {
  float: right;
  max-width: 100%;
  position: relative;
}
.middle-content-block-box .left-image {
  float: left;
  margin: 0 30px 0 0;
  max-width: 50%;
}
.middle-content-block-box .right-image {
  float: right;
  margin: 0 0px 0 30;
  max-width: 50%;
}
.middle-content-block-box .content-image-block {
  float: left;
  width: 45%;
  position: relative;
  margin: -30px 0px 0px -50px;
}
.monitoring-block {
  clear: both;
  float: left;
  margin: 30px 0px;
  width: 100%;
  position: relative;
}
.monitoring-block .h1 {
  text-transform: uppercase;
  line-height: 30px;
}
.monitoring-block .content-block {
  float: left;
  max-width: 55%;
  position: relative;
}
.monitoring-block .content-image-block {
  float: right;
  width: 45%;
  position: relative;
  margin: -30px -50px 0px 0px;
}
.finance-footer-block {
  clear: both;
  float: left;
  margin: 30px 0px;
  width: 100%;
  background: #ffc600;
}
.finance-footer-block .h1 {
  text-transform: uppercase;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.finance-footer-block p {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
.finance-footer-block .info-btn,
.finance-footer-block .info-btn:visited {
  text-decoration: none;
  background: #208dc2;
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
}
.finance-footer-block .finance-info-link-block {
  clear: both;
  float: left;
  margin: 20px 0px 0px;
  width: 100%;
  position: relative;
}
.finance-footer-block .finance-info-link-block .link-box {
  position: absolute;
  top: 40%;
  left: 8%;
  z-index: 10;
}
.finance-footer-block .finance-info-link-block .link-box a {
  clear: both;
  float: left;
  padding: 10px 40px 10px 15px;
  margin-bottom: 1px;
  min-width: 210px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: white;
  background: #208dc2;
  font-size: 20px;
  font-family: 'Gafata', sans-serif;
  text-decoration: none;
}
.finance-footer-block .finance-info-link-block .link-box a .arrow {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ffd100;
}
.finance-footer-block .finance-info-link-block .link-box a:hover {
  background: #ffd100;
  color: black;
}
#SpecialOffers input.alert-error {
  background-color: #f2dede;
  border: solid 1px #a94442;
}
.contact-service i.fa {
  margin-right: 10px;
}
.image-right {
  float: right;
  margin-left: 15px;
  clear: right;
  max-width: 280px;
}
.image-left {
  float: left;
  margin-right: 15px;
  max-width: 280px;
}
.h4 {
  clear: both;
}
.image-right.small,
.image-left.small {
  max-width: 250px;
  max-height: 150px;
}
.data-content > div {
  clear: both;
}
.panel-testimonial .row .h4 {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212121;
  margin-bottom: 7px;
}
.panel-testimonial .row .col-sm-12 {
  padding-left: 10px;
}
.panel-testimonial .row .col-sm-12 .tdetail .name {
  font-size: 12px;
}
.panel-testimonial .row .col-sm-12 .tdata p {
  font-size: 13px;
}
.panel-testimonial .row:nth-child(odd) {
  background: #f9f9f9;
}
.panel-testimonial .row:hover {
  background: white;
}
.inquiry-form .input-append input {
  width: 195px;
}
.inquiry-form .input-prepend .add-on,
.inquiry-form .input-append .add-on {
  height: 18px;
}
.timepicker-picker .btn {
  background: #208ac2;
}
.bootstrap-datetimepicker-widget .timepicker-picker td span {
  height: 33px;
  line-height: 37px;
  font-size: 24px !important;
}
.clskeyfeature ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin: 0px;
  padding: 0px;
}
.clskeyfeature ul li {
  list-style: none;
  background: url(../../images/list1.png) 3px 8px no-repeat;
  padding: 3px 0 3px 20px;
  color: #585858;
}
.bannerimage {
  /* height:615px; */
  height: 665px;
  width: 1000px;
  overflow: hidden;
}
.bannerimage img {
  min-width: 1000px;
  max-height: 800px;
}
.meta-search {
  padding: 0px;
  margin: 0px;
}
.meta-search li {
  list-style: none;
  margin-bottom: 5px;
}
.meta-search .fa {
  font-size: 15px;
  width: 22px;
  text-align: center;
}
.meta-search .fa-mobile-phone {
  font-size: 20px;
}
.payment-form {
  color: white;
}
.payment-form .control-label,
.payment-form .controls,
.payment-form .lblcolor {
  color: white;
}
.payment-form .title {
  color: white;
  font-size: 17px;
  font-weight: bold;
}
.signup-form-block input {
  padding: 9px 7px;
}
.signup-form-block .payment-form  .control-label {
  padding-top: 10px;
}
.payment-form .title1 {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.ml5 {
  margin-left: 5px;
}
.cardetail-slider .carousel-inner {
  /* height:615px; */
  height: 665px;
}
.cardetail-slider .carousel-control {
  background-image: none;
  background: none;
  border: none;
  top: 44%;
}
.brandlogo-box {
  position: relative;
  display: block;
  z-index: 2000;
}
.brand-menu {
  display: block;
  min-height: 40px;
}
.brand-menu:hover:after {
  position: absolute;
  height: 33px;
  width: 79px;
  display: inline-block;
  display: none;
  content: " ";
  background: white;
  margin-left: -65px;
  margin-top: 30px;
}
.middle-car-logo-block1 > li:hover {
  background: white;
}
.brand-menu .bmenu {
  position: absolute;
  padding: 0px 0px 0px;
  margin: 0px;
  left: auto;
  right: auto;
  display: none;
  z-index: 9999999;
}
.middle-car-logo-block1 .brand-menu-out .bmenu {
  line-height: normal;
  left: 1.5%;
  right: 1.5%;
}
.brand-menu > a {
  z-index: 2000;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  position: relative;
}
.brand-menu .bmenu ul {
  margin: 0px;
  padding: 5px;
  z-index: 20000;
  background: white;
  width: auto;
  display: table;
  overflow: auto;
}
.middle-car-logo-block1 .brand-menu-out .bmenu ul {
  width: 100%;
}
.brand-menu .bmenu ul li {
  display: block;
  float: left;
  margin: 0px;
  white-space: nowrap;
  text-align: left;
  background: white;
  font-size: 18px;
  font-family: "Gafata", sans-serif;
  position: relative;
}
.middle-car-logo-block1 .brand-menu-out .bmenu ul li {
  margin-right: 7px;
}
.brand-menu .bmenu ul li:before {
  content: "|";
  font-size: 15px;
  color: #1e82be;
  margin-left: -5px;
}
.brand-menu .bmenu ul li:first-child:before {
  display: none;
}
.brand-menu .bmenu ul li:first-child {
  border-top: none;
}
.brand-menu .bmenu ul li:hover {
  background: #1e82be;
}
.brand-menu .bmenu ul li:hover a {
  color: white;
}
.brand-menu .bmenu ul li > a {
  display: inline-block;
  line-height: normal;
  padding: 10px 15px;
}
.middle-car-logo-block1 > li.brand-menu-out:hover {
  background: white;
}
.middle-car-logo-block1 > li .brand-menu:hover .bmenu {
  display: block;
}
.stick-popupbox {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100000000000000;
}
.stick-popupbox .stick-popupbox-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 15;
  display: none;
}
.stick-popupbox  .popupimage {
  max-width: 681px;
  margin: 0 auto;
  margin-top: 15%;
  z-index: 35;
  position: relative;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
.stick-popupbox  .popupimage .btn-clickhere {
  position: absolute;
  width: 179px;
  height: 69px;
  display: block;
  bottom: 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.stick-popupbox  .popupimage .btn-clickhere:hover {
  background-position: 0 -85px;
}
.stick-popupbox .popupimage > img {
  width: 100%;
}
.stick-popupbox  .popupimage .popup-close {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -5px;
  right: -5px;
  z-index: 1000;
  cursor: pointer;
}
.stick-popupbox  .popupimage .popup-closeinner {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -94px;
  right: -5px;
  z-index: 1000;
  cursor: pointer;
}
.stick-popupbox  .popupimage .popup-close img {
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.stick-popupbox  .popupimage .popup-close:hover img {
  -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;
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.service-page-background {
  background: black;
  position: relative;
}
.white-background {
  background: white;
  height: 100%;
  position: absolute;
  right: 0;
  width: 10%;
}
.service-page-background .slider-container {
  position: absolute;
  height: 100%;
}
.service-page-background .form-right-container {
  float: right;
  margin-right: -15px;
}
.service-page-background .container-box-1 {
  display: table;
  height: 100%;
  overflow: hidden;
}
.service-page-background .container-box-2 {
  display: table-cell;
  vertical-align: middle;
}
.services-keema-slider {
  clear: both;
  margin: 0px 20px;
  width: 98%;
  font-family: "Gafata", sans-serif;
  text-align: center;
  font-size: 30px;
  color: #ffc000;
  text-transform: uppercase;
  line-height: normal;
}
.services-keema-slider p {
  font-size: 30px;
  color: #ffc000;
  text-transform: uppercase;
  line-height: 40px;
}
.services-keema-slider .discount-price {
  color: white;
}
.services-keema-slider .condation-text {
  font-size: 12px;
  color: #ffc000;
  text-transform: lowercase;
}
.services-keema-slider .carousel-caption {
  position: relative;
  z-index: 0;
}
.services-keema-slider .carousel-control {
  margin-top: 0px;
  height: 25px;
  width: 28px;
  border-width: 0px;
  z-index: 100;
  background: none;
}
.services-keema-slider .carousel-control img {
  max-width: 13px;
  max-heght: 25px;
}
.topsection-home {
  padding: 15px;
  text-align: center;
  margin-top: -16px;
  border-bottom: 1px solid gainsboro;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */

}
.topsection-home .title {
  font-size: 25px;
  text-transform: uppercase;
  color: #1e82be;
  font-family: "Gafata", sans-serif;
}
.topsection-home .title.pull-left + p {
  padding-top: 7px;
}
.topsection-home p a {
  color: #1e82be;
}
.table1 {
  border-collapse: collapse;
  background: #eaeaea;
  border: solid 1px #eaeaea;
}
.table1 .head {
  background: whitesmoke;
}
.table1 td {
  border-top: solid 1px #dbdbdb;
  padding: 7px;
}
.table1 input[type="text"],
.table1 .form-group {
  margin-bottom: 0px;
}
.table1 input[type="text"] {
  width: 95%;
}
.table1 tr:first-child td {
  border-top: none;
}
.vip-form {
  background: #fbfbfb;
  padding: 15px;
}
.vip-form .alert-error#rbtn_vehical {
  background: transparent;
}
.form-style4 .barndlogos {
  border: solid 1px #e0e0e0;
}
.form-style4 .barndlogos.style1 > li {
  width: 70px;
}
.form-style4 .barndlogos.style1 > li:last-child {
  border-right: none;
}
.form-style4 .imgbox {
  margin-top: 5px;
  display: block;
}
.form-style4 .form-group .alert-error + span {
  color: #c00d0d;
}
.stick-popupbox1 {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100000000000000;
}
.stick-popupbox1 .stick-popupbox-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 15;
}
.stick-popupbox1 .popupimage {
  max-width: 681px;
  margin: 0 auto;
  margin-top: 15%;
  z-index: 35;
  position: relative;
}
.stick-popupbox1 .popupimage .btn-clickhere {
  display: block;
  cursor: pointer;
  text-align: center;
}
.stick-popupbox1 .popupimage > img {
  width: 100%;
}
.stick-popupbox1 .popup-closeinner {
  position: absolute;
  top: -13px;
  right: -16px;
  z-index: 100000000;
  cursor: pointer;
}
.stick-popupbox1 .popupimage .popup-close {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -5px;
  right: -5px;
  z-index: 1000;
  cursor: pointer;
}
.stick-popupbox1 .popupimage .popup-close img {
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.stick-popupbox1 .popupimage .popup-close:hover img {
  -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;
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
