@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
@font-face {
    font-family:"handelgothic";
    src: url("/fonts/Handel Gothic BT.ttf") /* TTF file for CSS3 browsers */
}
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #676a6c;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  overflow-x: hidden;
}
.logo{
  color: #676a6c;
  font-family: 'handelgothic', sans-serif;
  vertical-align: middle;
  padding-top: 10px;
}
span.navy {
  color: #1ab394;
}
p.text-color {
  color: #676a6c;
  font-size: 16px;
}
a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
a.navy-link:hover {
  color: #17a185;
}
section p {
  color: #aeaeae;
  font-size: 13px;
}
address {
  font-size: 13px;
}
h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #1ab394;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background: #17a185;
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0px 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}
.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.nav > li > a {
  padding: 25px 10px 15px 10px;
}
.navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}
/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
  height: 470px;
  width: 100%;
}
.header-back.one {
  background: url('../img/header_one.jpg') 50% 0 no-repeat;
}
.header-back.two {
  background: url('../img/header_two.jpg') 50% 0 no-repeat;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 620px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 620px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 620px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
    background-image: url("/images/jet-sky.jpg");
    //background-image: url("https://ununsplash.imgix.net/photo-1416431168657-a6c4184348ab?q=75&fm=jpg&s=20ba248730c200af0d30c9ba81854867");
    background-size: cover;
    background-repeat: no-repeat;    
}
.lbox {
    margin-top: 10px;
    border: 1px solid;
    padding-top:15px !important;
    padding-bottom: 15px !important;
    border-top:1px !important;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background: #1ab394 !important;
    color: #ffffff !important;
    height: 20% !important;
    overflow-x: hidden;
    border-color: #1ab394;
    border-right-color: #fff;
}

.lbox:hover {
    margin-top: 10px;
    border: 1px solid;
    border-top:1px !important;
    padding-bottom: 15px !important;
    padding-top:15px !important;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px; 
    background: #17a185 !important;
    color: #ffffff !important;
    height: 20% !important;
    overflow-x: hidden;
    border-color: #17a185;
    border-right-color: #fff;
}    
.rbox {
    margin-top: 10px;
    border: 1px solid;
    border-top:1px !important;
    padding-top:15px !important;
    padding-bottom: 15px !important;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    background: #1ab394 !important;
    color: #ffffff !important;
    height: 10% !important;
    overflow-x: hidden;
    border-color: #1ab394;
}  
.rbox:hover {
    margin-top: 10px;
    padding-top:15px !important;
    border: 1px solid;
    border-top:1px !important;
    padding-bottom: 15px !important;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px; 
    background: #17a185 !important;
    color: #ffffff !important;
    height: 10% !important;
    overflow-x: hidden;
    border-color: #17a185;
}
.coolbox{
    border: 2px #1ab394 solid;
    border-top: 2px #1ab394 solid !important;
    background-color: #fff;
    color: #1ab394 !important;
    margin-top: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius:5px; 
    margin-left: 5px;
}

.coolbox:hover{
    border: 2px #1ab394 solid;
    border-top: 2px #1ab394 solid !important;
    background-color: #1ab394 !important;
    color: #fff !important;
    margin-top: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius:5px; 
    margin-left: 5px;
}

.coolbox2{
    border: 2px #1ab394 solid;
    border-top: 2px #1ab394 solid !important;
    background-color: #1ab394 !important;
    color: #fff !important;
    margin-top: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius:5px; 
}

.coolbox2:hover{
    border: 2px #18a689 solid;
    border-top: 2px #18a689 solid !important;
    background-color: #18a689 !important;
    color: #fff !important;
    margin-top: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius:5px; 
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control {
  width: 6%;
}
.carousel-inner .container {
  position: relative;
}
.carousel-inner {
  overflow: visible;
}
.carousel-caption {

  top: 50px;
  left: 0;
  width: 100%;

  
}
.carousel-caption {

  top: 50px;
  left: 0;
}
.carousel-caption.blank {
  top: 140px;
}
.carousel-image {

  right: 10px;
  top: 150px;
}
.carousel-indicators {
  padding-right: 60px;
}
.carousel-caption h1 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 50px;
    color: #ecf0f1;
}
.carousel-caption p {
    font-size: 28px !important;
    font-weight: 300;
    line-height: 26px !important;
    letter-spacing: 0.5px;
    color: #ecf0f1;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}
/* Sections
------------------------- */
.services {
  padding-top: 60px;
}
.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.features-block {
  margin-top: 40px;
}
.features-text {
  margin-top: 40px;
}
.features small {
  color: #1ab394;
}
.features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.features-text-alone {
  margin: 40px 0;
}
.features-text-alone h1 {
  font-weight: 200;
}
.features-icon {
  color: #1ab394;
  font-size: 40px;
}
.navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}
.team-member {
  text-align: center;
}
.team-member img {
  margin: auto;
}
.social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}
.social-icon a:hover {
  background: #17a185;
}
.img-small {
  height: 88px;
  width: 88px;
}
.pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}
.pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4 ;
}
.pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}
.pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px ;
}
li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}
.testimonials {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #1ab394;
  background-image: url('../img/avatar_all.png');
}
.big-icon {
  font-size: 56px;
}
.features .big-icon {
  color: #1ab394;
}
.contact {
  background-image: url('../img/word_map.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}
/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }

}
@media (max-width: 992px) {
  .carousel-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-caption,
  .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .navbar-default .nav li a {
    color: #676a6c;
  }
  .navbar-default .nav li a:hover {
    color: #1ab394;
  }
  .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (min-width: 192px) {
    .largefont{
        font-size: 5px !important;
    }
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}

/*******************************************************************************
*
* Copyright © 2010 Micro Ocean Technologies Sdn. Bhd.
*
* SVN: $Id: style-blue.css 1286 2011-06-16 07:42:17Z yenpin $
*
*******************************************************************************/

/*
 * ========================================================
 * HTML elements
 * ========================================================
 */
body {
    background: #fff;
    color: #333;
}
a:link, a:visited {
    color: #1122CC;
/*    text-decoration: none;*/
}
a:active, a:hover {
    color: #133558;
}
th a {
    color: #0F5385;
    text-decoration: none;
}
fieldset {
    background: transparent;
    border: 1px solid #ccc;
    padding: 10px;
}
thead th a,
th a {
    display: block;
}
tr.odd td,
tr.even td {
    border-bottom: 0;
}
tr.odd td,
table.style tr.odd td {
    background: #fff;
}
tr.even td,
table.style tr.even td {
    background: #e5e6e6;
}
tr.odd td.active,
table.style tr.odd td.active {
    background: #e9ebec;
}
tr.even td.active,
table.style tr.even td.active {
    background: #d8dbdf;
}
th.active,
table.style th.active {
    background: #bcc1c7;
}
tr.selected td {
    background: #f6f6aa !important;
}
tr.selected td.active {
    background: #e8e8be !important;
}
tr td.active {
    background: #e9ebec;
}
tr.even td.active {
    background: #d8dbdf;
}
tr.red td {
    background: #fde4e4;
}
tr.red td.active {
    background: #f6cece;
}
tr.even.red td {
    background: #f9d3d3;
}
tr.even.red td.active {
    background: #f5bebe;
}
tr.yellow td {
    background: #f6f6de;
}
tr.yellow td.active {
    background: #e8e8be;
}
tr.even.yellow td {
    background: #f1f1c1;
}
tr.even.yellow td.active {
    background: #e9e998;
}
tr.green td {
    background: #dbf5d6;
}
tr.green td.active {
    background: #c2e6bc;
}
tr.even.green td {
    background: #c3e8bc;
}
tr.even.green td.active {
    background: #aad9a2;
}
tr.purple td {
    background: #eef;
}
tr.purple td.active {
    background: #d5d5ff;
}
tr.even.purple td {
    background: #ddf;
}
tr.even.purple td.active {
    background: #c4c4ff;
}
tr.blue td {
    background: #FFF;
}
tr.blue td.active {
    background: #6699FF;
}
tr.even.blue td {
    background: #3399FF;
}
tr.even.blue td.active {
    background: #0066FF;
}
tr.orange td {
    background: #FFCC99;
}
tr.orange td.active {
    background: #FF9900;
}
tr.even.orange td {
    background: #FF9933;
}
tr.even.orange td.active {
    background: #FF9900;
}
th img {
    float: right;
}
div.flash {
    border: 0;
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 35px;
}
div.flash a {
    font-weight: bold;
}
div.flash-notice {
    background: #dbf5d6 url(/images/themes/elegant/flash-ok.png) no-repeat 10px 6px;
}
div.flash-notice,
div.flash-notice a {
    color: #284b21;
}
div.flash-warning {
    background: #f9f9d3 url(/images/themes/elegant/flash-warning.png) no-repeat 10px 6px;
}
div.flash-warning,
div.flash-warning a {
    color: #80592b;
}
div.flash-error {
    background: #f9d3d3 url(/images/themes/elegant/flash-error.png) no-repeat 10px 6px;
}
div.flash-error,
div.flash-error a {
    color: #6f2525;
}
span.success,
span.error {
    background: none;
    border: 0;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 0;
    width: 100%;
}
span.success {
    color: #284b21;
}
span.error {
    color: #c70018;
}
input,
select,
textarea {
    background: #fff;
    border-top: 1px solid #999;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #999;
    color: #333;
    padding: 4px;
}
input[disabled='disabled'],
select[disabled='disabled'],
textarea[disabled='disabled'] {
    background: #efefef;
}
input[type='text']{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type='checkbox'],
input[type='checkbox'].error,
input[type='radio'],
input[type='radio'].error {
    background: transparent;
    border: 0;
    padding: 0;
}
input:focus,
select:focus,
textarea:focus {
    border-top-color: #be974b;
    border-right-color: #f1ca7f;
    border-bottom-color: #f1ca7f;
    border-left-color: #be974b;
}
input.error,
select.error,
textarea.error {
    background-color: #fff8f8;
    border-top: 1px solid #dc8b8b;
    border-right: 1px solid #f2c0c0;
    border-bottom: 1px solid #f2c0c0;
    border-left: 1px solid #dc8b8b;
}
input[type=submit],
input[type=button],
input[type=reset],
button {
/*    background: #d6d6d6 url(/images/themes/elegant/btn.png) repeat-x top left; */
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #b4b4b4;
    border-left: 1px solid #d2d2d2;
    color: #444;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 3px 6px;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover {
    background: #d6d6d6;
}
input[type=submit]:active,
input[type=button]:hover,
input[type=reset]:active,
button:active {
    background: #666;
    border-color: #333;
    color: #fff;
}
input[type=image] {
    background: none;
    border: 0;
    padding: 0;
}
.description {
    color: #999;
    font-size: 0.917em;
    line-height: 1.3em;
    margin-top: 5px;
}
.form-required,
.marker {
    color: #ff9000;
}
ul.pager {
    clear: both;
    margin: 10px 0;
    text-align: right;
}
ul.pager li {
    display: inline;
    padding: 5px;
}
ul.pager li.pager-current {
    color: #012b37;
    font-weight: bold;
}
table td.form-field {
    text-align: right;
    width: 20%;
}
table td.form-value {
    width: 80%;
    padding-bottom:15px;
    padding-left: 15px;    
}
table td.form-value input{
    position: relative;
    z-index: 9999;
}

ul.error_list,
ul.error_list li {
    color: #c70018;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}
ul.error_list li {
    list-style-type: none;
}
.form-help {
    color: #666;
    float: left;
    font-size: 0.923em;
    line-height: 1.5em;
    margin-top: -15px;
    padding: 0;
    width: 100%;
}
fieldset.form-filter {
    background: #f7f7f7;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}
fieldset.form-filter legend {
    background: #fff;
    border: 1px solid #999;
    padding: 3px 6px;
    text-decoration: none;
}
fieldset.form-filter legend:hover {
    background: #eee;
}
span.gold {
    color: #F4AB00;
}

/*
 * ========================================================
 * Layout styles
 * ========================================================
 */
#header {
    background: #FFFFFF;
    color: #0F5385;
    padding: 10px 0;
    min-width: 960px;
}
#site-title {
    display: block;
    float: left;
    line-height: 1;
    text-decoration: none;
}
#logo {
    float: left;
    margin: 5px 10px 0 0;
}
#site-name {
    color: #fff;
    float: left;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
}

#user-panel {
    float: right;
    line-height: 1;
    margin: 10px 0 0 0;
    padding: 0 0 3px 0;
}
#user-panel a {
    color: #0094FF;
}
#user-panel ul li {
    border-right: 1px solid #c4cbd3;
    float: left;
    padding: 0 7px;
}
#user-panel ul li.first {
    padding-left: 0;
}
#user-panel ul li.last {
    border-right: 0;
    padding-right: 0;
}
#bg {
    background: #fff;
    min-height: 360px;
    min-width: 960px;
}
#nav {
    padding-top: 5px;
}
#nav .container_16 {
    position: relative;
    z-index: 2;
}
#nav ul li {
    float: left;
    margin-right: 5px;
    position: relative;
    z-index: 998;
}
#nav ul li:hover {
    visibility: inherit;
}
#nav ul li.last,
#nav ul li ul li {
    margin-right: 0;
}
#nav ul li a {
    color: #fff;
    display: block;
    float: left;
    height: 28px;
    padding: 12px 10px 0 31px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#nav ul li a span {
    height: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 16px;
}
#nav ul li.last {
    margin-right: 0;
}
#nav ul li ul {
    background: #fff;
    border: 1px solid #abb3bc;
    margin-left: -1px;
    position: absolute;
    top: -999em;
    width: 160px;
}
#nav ul li li {
    width: 100%;
}
#nav ul li.sfHover li a {
    background: #fff;
}
#nav ul li li a {
    border-bottom: 1px solid #abb3bc;
    color: #0F5385;
    height: auto;
    padding: 7px 10px;
    width: 140px;
}
#nav ul li:hover ul,
#nav ul li.sfHover ul {
    left: 0;
    top: 40px;
    z-index: 99;
}
#nav ul li li a.active,
#nav ul li li a:active,
#nav ul li li a:hover {
    background: #eaedef;
}
#nav ul li:hover li ul,
#nav ul li.sfHover li ul,
#nav ul li li:hover li ul,
#nav ul li li.sfHover li ul {
    top: -999em;
}
#nav ul li li:hover ul,
#nav ul li li.sfHover ul,
#nav ul li li li:hover ul,
#nav ul li li li.sfHover ul {
    left: 160px;
    top: 0;
}
#main {
    margin: 0 auto 20px auto;
    background: #fff;
}
#main .container_16 {
    background: #fff;
    min-height: 150px;
    padding: 10px 0;
    z-index: 1;
}
body.unauth .container_16 {
    width: 800px;
}
#footer {
    background: #E5F4FF;
    color: #7C7F7C;
    overflow: hidden;
    padding: 15px 0 20px 0;
    min-width: 960px;
}
#footer-message {
    margin-bottom: 10px;
}
#footer a {
    color: #7C7F7C;
}
#footer-nav ul li {
    float: left;
    margin-right: 20px;
}
#back-to-top {
    position: absolute;
    right: 0;
    top: 0;
}
.block-content {
    padding: 10px;
}
.block p {
    margin-top: 0;
}
#tabs {
    background: #e7e7e7 url(/images/themes/elegant/tabs.png) repeat-y top left;
}
#tabs ul li a {
    background: url(/images/themes/elegant/tabs-arrow.png) no-repeat 5px 4px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #4A4C4A;
    display: block;
    padding: 7px 10px 7px 20px;
    text-decoration: none;
}
#tabs ul li.first a {
    border-top: 0;
}
#tabs ul li.last a {
    border-bottom: 0;
}
#tabs ul li a:active,
#tabs ul li a:hover,
#tabs ul li a.active {
    background-color: #c6c6c6;
}
#content {
    background: #f6f6f6;
}
#content-content {
    padding: 20px;
}
#content-content p {
    margin-top: 0;
}

/*
 * ========================================================
 * Login page
 * ========================================================
 */
body.unauth #user-login,
body.unauth #user-retrieve-username,
body.unauth #user-reset-password,
body.unauth #user-new {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    border-right-width: 2px;
    min-height: 280px;
    padding: 15px;
}

/*
 * ========================================================
 * Forms
 * ========================================================
 */
 h3.form-step {
     background: #eee;
     border-bottom: 1px solid #ccc;
     padding: 5px 10px;
}

/*
 * ========================================================
 * Notice box
 * ========================================================
 */
.notice{
    background-color: #ccc;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    width: 230px;
}

/*
 * ========================================================
 * Link buttons ; mainly export csv,pdf,excel,...
 * ========================================================
 */
.link-buttons {
    margin: 10px 0;
}
.link-buttons ul,
.link-buttons ul li,
.link-buttons ul li a {
    font-weight: normal;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.link-buttons ul li {
    float: left;
    margin-right: 5px;
}
.link-buttons ul li a {
    background: #d6d6d6 url(/images/themes/elegant/btn.png) repeat-x top left;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #b4b4b4;
    border-left: 1px solid #d2d2d2;
    color: #444;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    overflow: visible;
    padding: 5px 10px;
}
.link-buttons ul li a:hover {
    background: #d6d6d6;
}
.link-buttons ul li a:active {
    background: #666;
    border-color: #333;
    color: #fff;
}

/*
 * ========================================================
 * Simple overlay
 * ========================================================
 */
.modal.simple_overlay,
.simple_overlay {
    position: relative;
    z-index: 9999;
}
#exposeMask {
    position: relative;
}

.customer_info table{
    font-size: small;
}

/*
 * ========================================================
 * Layout styles
 * ========================================================
 */
#bg {
    background: #fff url(/images/themes/plain/blue/bg.png) repeat-x top left;
    min-width: 960px;
}
#nav ul li a.active,
#nav ul li a:active,
#nav ul li a:hover,
#nav ul li.sfHover a {
    background: #fff url(/images/themes/plain/blue/nav.png) repeat-x top left;
    color: #0F5385;
}
#nav ul li.user-login a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -16px;
}
#nav ul li.user-login a.active span,
#nav ul li.user-login a:active span,
#nav ul li.user-login a:hover span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 0;
}
#nav ul li.forgot-username a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -48px;
}
#nav ul li.forgot-username a.active span,
#nav ul li.forgot-username a:active span,
#nav ul li.forgot-username a:hover span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -32px;
}
#nav ul li.forgot-password a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -80px;
}
#nav ul li.forgot-password a.active span,
#nav ul li.forgot-password a:active span,
#nav ul li.forgot-password a:hover span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -64px;
}
#nav ul li.dashboard a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -112px;
}
#nav ul li.dashboard a.active span,
#nav ul li.dashboard a:active span,
#nav ul li.dashboard a:hover span,
#nav ul li.dashboard.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -96px;
}
#nav ul li.campaign a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -144px;
}
#nav ul li.campaign a.active span,
#nav ul li.campaign a:active span,
#nav ul li.campaign a:hover span,
#nav ul li.campaign.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -160px;
}
#nav ul li.broadcasting a.active span,
#nav ul li.broadcasting a:active span,
#nav ul li.broadcasting a:hover span,
#nav ul li.broadcasting.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -128px;
}
#nav ul li.broadcasting a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -144px;
}
#nav ul li.broadcasting a.active span,
#nav ul li.broadcasting a:active span,
#nav ul li.broadcasting a:hover span,
#nav ul li.broadcasting.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -128px;
}
#nav ul li.surveys a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -176px;
}
#nav ul li.surveys a.active span,
#nav ul li.surveys a:active span,
#nav ul li.surveys a:hover span,
#nav ul li.surveys.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -160px;
}
#nav ul li.contacts a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -208px;
}
#nav ul li.contacts a.active span,
#nav ul li.contacts a:active span,
#nav ul li.contacts a:hover span,
#nav ul li.contacts.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -192px;
}
#nav ul li.users a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -240px;
}
#nav ul li.users a.active span,
#nav ul li.users a:active span,
#nav ul li.users a:hover span,
#nav ul li.users.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -224px;
}

#nav ul li.credit-management a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -272px;
}
#nav ul li.credit-management a.active span,
#nav ul li.credit-management a:active span,
#nav ul li.credit-management a:hover span,
#nav ul li.credit-management.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -256px;
}

#nav ul li.administration a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -304px;
}
#nav ul li.administration a.active span,
#nav ul li.administration a:active span,
#nav ul li.administration a:hover span,
#nav ul li.administration.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -288px;
}

#nav ul li.tools a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -336px;
}
#nav ul li.tools a.active span,
#nav ul li.tools a:active span,
#nav ul li.tools a:hover span,
#nav ul li.tools.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -320px;
}
#nav ul li.help a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -368px;
}
#nav ul li.help a.active span,
#nav ul li.help a:active span,
#nav ul li.help a:hover span,
#nav ul li.help.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -352px;
}
#nav ul li.report a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -176px;
}
#nav ul li.report a.active span,
#nav ul li.report a:active span,
#nav ul li.report a:hover span,
#nav ul li.report.sfHover a span {
    background: url(/images/themes/plain/blue/nav-icons.png) no-repeat 0 -160px;
}



#user-edit .ui-widget-content {
    border: 0;
}
#homepage-config .ui-widget-content {
    border: 0;
}
