/*!
 * Bootstrap v2.0.2
 *
 * 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.
 */

.backgroundloading {
    background-image: url("/images/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10000;
}


::-webkit-input-placeholder {
    color:    #226db2;
}
:-moz-placeholder {
    color:    #226db2;
}
::-moz-placeholder {
    color:    #226db2;
}
:-ms-input-placeholder {
    color:    #226db2;
}

#login-banner {
height: 100px;
background: #1568a4;
position: absolute;
left: 0px;
right: 0px;
top: 60px;
z-index: 20;
background: rgb(1,135,202); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(1,135,202,1) 0%, rgba(28,93,150,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(1,135,202,1)), color-stop(100%,rgba(28,93,150,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,135,202,1) 0%,rgba(28,93,150,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(1,135,202,1) 0%,rgba(28,93,150,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(1,135,202,1) 0%,rgba(28,93,150,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(1,135,202,1) 0%,rgba(28,93,150,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0187ca', endColorstr='#1c5d96',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow: 0 10px 20px #ddd;
}
 
#login-bottom-deco {
height: 450px;
position: fixed;
left: 0px;
right: 0px;
bottom: 100px;
background-image: url('/images/login/deco.png');
background-size: cover;
z-index: 10;
}
#login-bottom {
height: 100px;

position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
}

.modal {
    position: fixed;
    top: 30% !important;    
    overflow-y: hidden;
}

.modal-footer
{
    background-color:#F8F8F8;
    border-color:#E7E7E7;
    border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.modal-header
{
    background-color:#F8F8F8;
    border-color:#E7E7E7;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#myModalUnderLabel
{
    font-size: 1.2em;
    color: rgb(85, 85, 85);
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
a:focus {
  outline: thin dotted #333;
  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;
  vertical-align: middle;
  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 {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
    height:100%;
margin: 0;
padding: 0;
/* padding-bottom: 60px; */
position: relative;
background-color: #f9f9f9;
background-repeat: repeat;
background-image: url('/images/bg-fill.png');
/* align-content: center; */
text-align: cen;
/* display: table; */
}
a {
  color: #FAB30F;
  text-decoration: none;
}
a:hover {
  color: #FFD859;
  text-decoration: underline;
}
p {
  margin: 0 0 9px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
li {
  line-height: 18px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: 'Whitney SSm 5r', 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"] {
  display: inline-block;  
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
.login-bg #login-zone .login-links {
  
  color: #006384;
  font-size: 13px;
  white-space: nowrap;
  
  
}
.login-bg #login-zone .login-links a {
  color: #006384;
}
.login-bg #login-zone .login-links a:hover {
  text-decoration: none;
  color: #F1A202;
  padding-bottom: 3px;
  
}
.login-bg #login-zone .login-links input {
  width: 20px;
  display: inline;
  margin-top: -3px;
}
.login-bg #login-zone .login-links span,
.login-bg #login-zone .login-links label {
  display: inline;
}
textarea,
input[type="text"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
select {
  height: 30px;
  /* 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: 30px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #ffffff;
}
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.input-xlarge {
  width: 270px;
}
input,
textarea {
  margin-left: 0;
}
/* Allow for input prepend/append in search forms */
.control-group {
  margin-bottom: 9px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome//fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome//fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome//fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome//fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome//fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* makes the font 33% larger relative to the icon container */
/* makes sure icons active on rollover in links */
/* increased font size for icon-large */
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* more sprites.less reset */
/* keeps Bootstrap styles with and without icons the same */
/* Fixes alignment in nav lists */
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* Animated rotating icon */
/* Prevent stack and spinners from being taken inline when inside a link */
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* ensure rotation occurs inside anchor tags */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', 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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active {
  background-color: #003399 \9;
}
button.btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  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;
  color: #c09853;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
@media (min-width: 768px) and (max-width: 979px) {
}
@media (max-width: 767px) {
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/*
Animate.css - http://daneden.me/animate
Licensed under the : license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
body {
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
  background-repeat: repeat;
  background-image: url('/images/bg-fill.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    background-image: url('/images/bg-fill@2x.png');
    background-size: 8px 8px;
  }
}
button {
  font-family: 'Whitney SSm 5r', 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
}
/* @group =Columns */
td {
  vertical-align: top;
}
/* @end */
.alert {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
 
  top: 0;
  right: 0;
  z-index: 9999999999;
}
.alert strong {
 
}
/* Idle Timeout */

textarea:focus,
input:focus {
  outline: none;
}
/* Full Screen - Uncomment to customize
:-webkit-full-screen {
	background: pink;
}
:-moz-full-screen {
	background: pink;
}
*/

/*
#mission-control {
	display:none;
	background: #33393d;
	position: fixed;
	bottom: 0;
	left: 260px;
	height: 40px;
	padding: 5px 0 5px 20px;
	width: 100%;
	z-index: 100;
	box-shadow: 3px -3px 8px #999;
	.nav {
		padding-top: 10px;
	}
	.batch-icon {
		background: #1d2123;
		border: 1px solid #111;
		padding: 5px 4px;
		margin-right: 5px;
		.border-radius(2px);
		i {
			vertical-align: middle;
		}
	}
	a {
		color: #95a1aa;
		font-size: 12px;
		font-family: @buttonFontFamily;
	}
	a:hover {
		text-decoration: none;
	}
}
*/
@font-face {
  font-family: 'icomoon';
  src: url('font/geom_082313/icomoon.eot');
  src: url('font/geom_082313/icomoon.eot?#iefix') format('embedded-opentype'), url('font/geom_082313/icomoon.svg#icomoon') format('svg'), url('font/geom_082313/icomoon.woff') format('woff'), url('font/geom_082313/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-geo-"] {
*/

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-bg {
  
  background-size: auto auto;
}
.login-bg #login-zone {
margin: 0 auto 0 auto;
width: 400px;
height: 610px;

padding: 40px;
background: rgba(230,230,230,0.6);
position: absolute;
/* display: table-cell; */
/* align-self: center; */
left: 0;
right: 0;
z-index: 100;
top:30px;
  /* These must be separate since browsers ignore groups with invalid selectors */
}
.login-bg #login-zone .alert {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  font-size: 13px;
  
  margin-bottom: 10px;
  padding: 5px 0;
 
  text-align: center;
  width: 100%;

}

.login-bg #login-zone .alert.alert-warning {
background-color: #fcf8e3;
border-color: #fbeed5;
color: #c09853;
}

.login-bg #login-zone .alert.alert-danger {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}

.login-bg #login-zone .alert.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}

.login-bg #login-zone form {
  position: relative;
}
.login-bg #login-zone input {
  width: 100%;
  padding: 30px 15px;
  margin: 0px;
  font-size: 18px;
  color: #fff;
  background-color: #9b9b97;
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
  border: 0px;
  font-family: 'Whitney SSm 5r', 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
}
.login-bg #login-zone input:focus {
  box-shadow: 0 0 5px #ffffff;
  -webkit-box-shadow: 0 0 5px #ffffff;
  -moz-box-shadow: 0 0 5px #ffffff;
}

.login-bg #login-zone button {
  
-moz-border-radius: 4px;
/* border-radius: 4px; */
/* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
color: #fff;
width: 60%;
padding: 20px 0px 15px 0px;
margin-left: 20%;
margin-top: 10px;
text-align: center;
font-size: 24px;
line-height: 34px;
outline: 0;
border: 2px solid #3ab8df;
background-color: #3ab8df;
/* background-image: -webkit-gradient(linear, left top, left bottom, from(#4ca1ec), to(#3ab8df)); */
/* background-image: -webkit-linear-gradient(top, #4ca1ec, #3ab8df); */
background-image: -moz-linear-gradient(top, #4ca1ec, #3ab8df);
background-image: -o-linear-gradient(top, #4ca1ec, #3ab8df);
background-image: -ms-linear-gradient(top, #4ca1ec, #3ab8df);
background-image: linear-gradient(top, #4ca1ec, #3ab8df);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#4ca1ec', EndColorStr='#3ab8df');
}
.login-bg #login-zone button:hover,
.login-bg #login-zone button:active {
  border-color: #348bd8;
  background-color: #348bd8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3ab8df), to(#4ca1ec));
  background-image: -webkit-linear-gradient(top, #3ab8df, #4ca1ec);
  background-image: -moz-linear-gradient(top, #3ab8df, #4ca1ec);
  background-image: -o-linear-gradient(top, #3ab8df, #4ca1ec);
  background-image: -ms-linear-gradient(top, #3ab8df, #4ca1ec);
  background-image: linear-gradient(top, #3ab8df, #4ca1ec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#3ab8df', EndColorStr='#4ca1ec');
}
.login-bg #login-zone button:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.login-bg #login-zone .logo {
  background-image: url('/images/login/logoh.png');
/* background-size: 491px 104px; */
/* width: 250px; */
height: 80px;
margin: 0 auto 30px auto;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .login-bg #login-zone .logo {
    background-image: url('/images/login/logo@2x.png');
    background-size: 250px 59px;
  }
}
.login-bg #login-zone .welcome {
  font-family: 'Whitney SSm 5r', 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
  color: #006384;
  font-size: 18px;
  line-height: 30px;
}
.login-bg #login-footer {
  margin: 45px auto;
  padding-bottom: 16px;
  width: 400px;
}
.login-bg #login-footer ul {
  
  list-style: none;
}
.login-bg #login-footer ul li {
  float: left;
}
.login-bg #login-footer ul li > a {
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #555;
  font-family: 'Whitney SSm 5r', 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 
}
.alert {
  text-shadow: none;
  border: none;
  color: #b2b2b3;
  padding: 0;
 
  top: 150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #3a87ad;
}
.alert-success {
  background-color: #94c56e;
}
header {
  background: url(/images/header-bg.png);
  /* Section =navtabs */
  /* End Section */
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 47px;
  padding: 0;
  margin: 0;
  border-right: 1px solid #1b1f21;
  border-top: 1px solid #1b1f21;
  background-color: #4a5359;
  z-index: 301;
}





.webkit-scrollbar::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
.webkit-scrollbar::-webkit-scrollbar-button:start:decrement,
.webkit-scrollbar::-webkit-scrollbar-button:end:increment {
  background: transparent;
  display: none;
}
.webkit-scrollbar::-webkit-scrollbar-track-piece {
  background: #EBE7E4;
}
.webkit-scrollbar::-webkit-scrollbar-track-piece:vertical:start {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.webkit-scrollbar::-webkit-scrollbar-track-piece:vertical:end {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.webkit-scrollbar::-webkit-scrollbar-track-piece:horizontal:start {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}
.webkit-scrollbar::-webkit-scrollbar-track-piece:horizontal:end {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.webkit-scrollbar::-webkit-scrollbar-thumb:vertical,
.webkit-scrollbar::-webkit-scrollbar-thumb:horizontal {
  background: #bfb6af;
  border-radius: 5px;
  display: block;
  height: 50px;
}




/**
 * GeSHi CSS Inspired by TextMate
 * Theme Mac Classic
 *
 * Copyright 2008 Mark Story
 *
 * This work is licensed under the Creative Commons Attribution-Share Alike 2.5 Canada License.
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/ca/
 * or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
 *
 * @copyright		Copyright 2008, Mark Story.
 * @link			http://mark-story.com
 * @license			http://creativecommons.org/licenses/by-sa/2.5/ca/
 */
/*
* Global geshi styles
**********************/
/* php */
/* Line highlights */
/* Line highlights */
/* comments */
/* methods */
/* brackets */
/* strings */
/* keywords */
/* numbers */
/* vars */
/*
* CSS selectors
*****************/
/* classnames */
/* px values */
/*
* Javascript
****************/
.btn.btn-primary {
  padding-top: 6px;
  font-family: 'Whitney SSm 5r', 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
  background-color: #2495ea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2495ea), to(#736fd9));
  background-image: -webkit-linear-gradient(top, #2495ea, #736fd9);
  background-image: -moz-linear-gradient(top, #2495ea, #736fd9);
  background-image: -o-linear-gradient(top, #2495ea, #736fd9);
  background-image: -ms-linear-gradient(top, #2495ea, #736fd9);
  background-image: linear-gradient(top, #2495ea, #736fd9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2495ea', EndColorStr='#736fd9');
}
.btn.btn-primary:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0 0;
}
/* allow right aligned twitter bootstrap menus */
/* FC Webicons by Fairhead Creative http://fairheadcreative.com */






@charset 'UTF-8';
/*
 * jQuery File Upload UI Plugin CSS 6.3
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* Fix for IE 6: */
*html .fileinput-button {
  line-height: 22px;
  margin: 1px -3px 0 0;
}
/* Fix for IE 7: */
@media (max-width: 480px) {
}
/* bootstrap styles */
/* qtip2 styles */
/*! selectize.css - v0.6.5 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
/* --- file: "src/selectize.css" --- */
/**********************************************************
* THEME: "default"                                       *
**********************************************************/
/**********************************************************
* BASIC AESTHETIC STYLES (common)                        *
**********************************************************/
/**********************************************************
* BASIC AESTHETIC STYLES (single)                        *
**********************************************************/
/**********************************************************
* BASIC AESTHETIC STYLES (multi)                         *
**********************************************************/
/**********************************************************
* LAYOUT STYLES (mandatory)                              *
**********************************************************/
/* --- file: "src/plugins/drag_drop/plugin.css" --- */
/* --- file: "src/plugins/optgroup_columns/plugin.css" --- */
/* --- file: "src/plugins/remove_button/plugin.css" --- */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-1%) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateX(1%) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-1%) rotate(-1deg);
  }
  75% {
    -moz-transform: translateX(1%) rotate(1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  25% {
    -o-transform: translateX(-1%) rotate(-1deg);
  }
  75% {
    -o-transform: translateX(1%) rotate(1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-1%) rotate(-1deg);
  }
  75% {
    transform: translateX(1%) rotate(1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.0.10
 * (c) 2012-2014 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */
/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
/* Content */
/* Skin */
/* no radius */
/* iframeshim IE6 */
/* Skin / Stems */
/* remove margins once we're done measuring */
/* fixes rendering issue in IE */
/* used by IE < 9 */
/* transformations for left/right/bottom */
/* Spinner measurements */
/* show the loader while loading and hide all the content */
/* The actual spinner */
@-moz-keyframes tpd-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes tpd-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tpd-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Resets while measuring content */
/* Links */
/*
 * Sizes
 */
/* x-small */
/* small */
/* medium (default) */
/* wraps the loader, ideal dimensions don't cause stem movement when opening large tooltips */
/* large */
/* Skins */
/* dark (default) */
/* line below the title */
/* links */
/* light */
/* fallback for no/disabled shadow */
/* gray */
/* red */
/* green */
/* blue */
/* lightyellow */
/* lightblue */
/* lightpink */
/* CONTACTS */
/* FROM Email */
/* Tags */
/* Wall */
/* FAQ */
/* Simple */
/* Fancy */
/* FORMS */

/* Searching */
