/* Minification failed. Returning unminified contents.
(6985,1): run-time error CSS1019: Unexpected token, found ','
(10382,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10383,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10397,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10398,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    /*font-size: 100%;*/ /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */

#powerTip {
	cursor: default;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: #333;
	border-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 10px;
	position: absolute;
	/*white-space: nowrap;*/
	white-space: pre-line;
	z-index: 2147483647;
}

	#powerTip:before {
		content: attr(class) " ";
		position: absolute;
		height: 0;
		width: 0;
		text-indent: 100%;
		overflow: hidden;
	}

	#powerTip.n:before, #powerTip.s:before {
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		left: 50%;
		margin-left: -5px;
	}

	#powerTip.e:before, #powerTip.w:before {
		border-bottom: 5px solid transparent;
		border-top: 5px solid transparent;
		margin-top: -5px;
		top: 50%;
	}

	#powerTip.n:before,
	#powerTip.ne:before, #powerTip.nw:before {
		bottom: -10px;
	}

	#powerTip.n:before,
	#powerTip.ne:before, #powerTip.nw:before,
	#powerTip.nw-alt:before, #powerTip.ne-alt:before {
		border-top-color: inherit;
		border-top-style: solid;
		border-top-width: 10px;
	}

	#powerTip.e:before {
		border-right-color: inherit;
		border-right-style: solid;
		border-right-width: 10px;
		left: -10px;
	}

	#powerTip.s:before,
	#powerTip.se:before, #powerTip.sw:before {
		top: -10px;
	}

	#powerTip.s:before,
	#powerTip.se:before, #powerTip.sw:before,
	#powerTip.sw-alt:before, #powerTip.se-alt:before {
		border-bottom-color: inherit;
		border-bottom-style: solid;
		border-bottom-width: 10px;
	}

	#powerTip.w:before {
		border-left-color: inherit;
		border-left-style: solid;
		border-left-width: 10px;
		right: -10px;
	}

	#powerTip.ne:before, #powerTip.se:before {
		border-right: 10px solid transparent;
		border-left: 0;
		left: 10px;
	}

	#powerTip.nw:before, #powerTip.sw:before {
		border-left: 10px solid transparent;
		border-right: 0;
		right: 10px;
	}

	#powerTip.nw-alt:before, #powerTip.ne-alt:before,
	#powerTip.sw-alt:before, #powerTip.se-alt:before {
		bottom: -10px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		left: 10px;
	}

	#powerTip.ne-alt:before {
		left: auto;
		right: 10px;
	}

	#powerTip.sw-alt:before, #powerTip.se-alt:before {
		border-top: none;
		bottom: auto;
		top: -10px;
	}

	#powerTip.se-alt:before {
		left: auto;
		right: 10px;
	}

/*
 * jQuery File Upload UI Plugin CSS 6.3
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Additions by Akram El Assas:
 *  - added a custom dropzone style
 *  - updated responsive layout
    - IE10 fix
 *
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  x-margin-right: 4px;
}

.box-menu .fileinput-button {
  float: none !important;
  x-margin-right: 4px;
}

.box-menu .fileupload-buttonbar .btn {
  margin-bottom: 0;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  /*Fix IE10*/
  /*border-width: 0 0 100px 200px;*/
  opacity: 0;
  filter: alpha(opacity=0);
  x-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

#dropzone
{
    background: #F9F9F9;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size:xx-large;
    border: 3px solid #f1f1f1;
    border-radius: 20px;
    margin:0;
    padding:10px 0 10px 0;
}
#dropzone.in {
    width: 100%;
    height: 200px;
    line-height: 200px;
    font-size: x-larger;
}
#dropzone.hover {
    background: #fefefe;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

/* Responsive layout */
@media (max-width: 540px) {
  .files .btn span, .span7 .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
  #dropzone{
    font-size: large;
  }
}
.toast-title {
	font-weight: bold;
}
.toast-message {
}

.toast-message a,
.toast-message label{
	color: #FFF;
}
.toast-message a:hover {
	color: #CCC;
	text-decoration: none;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	left: 12px;
	bottom: 12px;
}

#toast-container  {
	position: fixed;
	z-index: 9999;
}

#toast-container > div {
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	-o-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #FFFFFF;
	margin: 0 0 6px;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	padding: 15px 15px 15px 50px;
	width: 300px;
}

.toast {
	background-color: #030303;
}

.toast-success{
	background-color: #51A351;
}

.toast-error{
	background-color: #BD362F;
}

.toast-info{
	background-color: #2F96B4;
}

.toast-warning{
	background-color: #F89406;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}

.toast-top-center {
    top: 12px;
    left: 50%;
    margin-left: -175px;
}

#toast-container > :hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	-o-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	cursor: pointer;
}

#toast-container > .toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .formErrorInsideDialog.formError { z-index: 5000; }
    .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
    .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
/* Modal */
.modal-open .dropdown-menu {
    z-index: 2050;
}

.modal-open .dropdown.open {
    *z-index: 2050;
}

.modal-open .popover {
    z-index: 2060;
}

.modal-open .tooltip {
    z-index: 2080;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=70);
        }

.modal {
    /*gil*/
    width: 80%;
    height: 96%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;   
    margin: auto;
    position: fixed;

   /*top: 50%;
    left: 50%;
     width: 560px;
    margin: -250px 0 0 -280px;*/

    z-index: 1050;
   
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -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;
}

.modalMini {
    /*gil*/
    width: 80%;
    height: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;

    /*top: 50%;
    left: 50%;
     width: 560px;
    margin: -250px 0 0 -280px;*/

    z-index: 1050;
   
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -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;
}

.smallermodal {
    width:50%;
    height:50%;
}

.modal--overflow {
    overflow: visible;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

    .modal.fade.in {
        top: 0%;
    }

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
        color: darkred;
        opacity: 0.5;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    min-height: 500px;
    /*max-height: 500px;*/
    padding: 15px;
    overflow-y: auto;
}

.modal--overflow .modal-body {
    overflow: visible;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

/* Misc */

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -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-blueOnWhite {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    -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);
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: darkred;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=20);
}

    .close:hover {
        color: darkred;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.7;
        filter: alpha(opacity=40);
    }

/* Button */

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/**/
.btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    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-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -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);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn:hover,
    .btn:active,
    .btn.active,
    .btn.disabled,
    .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active,
    .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover {
        color: #fff;
        text-decoration: none;
        background-color: #e6e6e6;
        opacity: .8;
        -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,
    .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, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn.disabled,
    .btn[disabled] {
        cursor: default;
        background-color: #e6e6e6;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .btn-large [class^="icon-"] {
        margin-top: 2px;
    }

.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
}

    .btn-small [class^="icon-"] {
        margin-top: 0;
    }

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.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: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    border: 1px solid #2473b0;
    border-bottom: 1px solid #20608f;
    background-color: #2b96f1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a99ef), color-stop(1, #237bbd));
    background: -webkit-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
    background: -moz-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
    background: -o-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
    background: -ms-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
    background: linear-gradient(top, #2a99ef 0%, #237bbd 100%);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3),inset 0 1px rgba(255,255,255,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3),inset 0 1px rgba(255,255,255,0.25);
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #0044cc;
        *background-color: #003bb3;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #003399 \9;
    }

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #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(to bottom, #fbb450, #f89406);
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        color: #ffffff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #c67605 \9;
    }

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #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(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        color: #ffffff;
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #942a25 \9;
    }

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #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(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        color: #ffffff;
        background-color: #51a351;
        *background-color: #499249;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #408140 \9;
    }

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #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(to bottom, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    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(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        color: #ffffff;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #24748c \9;
    }

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-inverse:hover,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        color: #ffffff;
        background-color: #222222;
        *background-color: #151515;
    }

    .btn-inverse:active,
    .btn-inverse.active {
        background-color: #080808 \9;
    }

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

    button.btn::-moz-focus-inner,
    input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large,
    input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small,
    input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini,
    input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.btn-link,
.btn-link:active {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-link:hover {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

.btn-group {
    position: relative;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
}

    .btn-group:first-child {
        *margin-left: 0;
    }

    .btn-group + .btn-group {
        margin-left: 5px;
    }

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

    .btn-toolbar .btn-group {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
    }

        .btn-toolbar .btn + .btn,
        .btn-toolbar .btn-group + .btn,
        .btn-toolbar .btn + .btn-group {
            margin-left: 5px;
        }

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 11px;
}

.btn-group > .btn-small {
    font-size: 12px;
}

.btn-group > .btn-large {
    font-size: 16px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 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 > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 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);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.dropup .btn-large .caret {
    border-top: 0;
    border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
}

    .btn-group-vertical .btn {
        display: block;
        float: none;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .btn-group-vertical .btn + .btn {
            margin-top: -1px;
            margin-left: 0;
        }

        .btn-group-vertical .btn:first-child {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        .btn-group-vertical .btn:last-child {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .btn-group-vertical .btn-large:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .btn-group-vertical .btn-large:last-child {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.input-append,
.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        vertical-align: top;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

        .input-append input:focus,
        .input-prepend input:focus,
        .input-append select:focus,
        .input-prepend select:focus,
        .input-append .uneditable-input:focus,
        .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

    .input-append .add-on,
    .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #eeeeee;
        border: 1px solid #ccc;
    }

    .input-append .add-on,
    .input-prepend .add-on,
    .input-append .btn,
    .input-prepend .btn {
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-append .active,
    .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    .input-prepend .add-on,
    .input-prepend .btn {
        margin-right: -1px;
    }

        .input-prepend .add-on:first-child,
        .input-prepend .btn:first-child {
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

    .input-append input,
    .input-append select,
    .input-append .uneditable-input {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-append .add-on,
    .input-append .btn {
        margin-left: -1px;
    }

        .input-append .add-on:last-child,
        .input-append .btn:last-child {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

    .input-prepend.input-append input,
    .input-prepend.input-append select,
    .input-prepend.input-append .uneditable-input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-prepend.input-append .add-on:first-child,
    .input-prepend.input-append .btn:first-child {
        margin-right: -1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-prepend.input-append .add-on:last-child,
    .input-prepend.input-append .btn:last-child {
        margin-left: -1px;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
/* Table */
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table th,
    .table td {
        padding: 8px;
        line-height: 20px;
        /* text-align: left; */
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child 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: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .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-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .table-bordered thead:first-child tr:first-child th:last-child,
        .table-bordered tbody:first-child tr:first-child td:last-child {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
        }

    .table-bordered thead:last-child tr:last-child th:first-child,
    .table-bordered tbody:last-child tr:last-child td:first-child,
    .table-bordered tfoot: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;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .table-bordered thead:last-child tr:last-child th:last-child,
    .table-bordered tbody:last-child tr:last-child td:last-child,
    .table-bordered tfoot:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

/* ^Progress */

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

    .progress .bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-repeat: repeat-x;
        -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;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', 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: 100%;
        color: #ffffff;
        float: left;
        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: -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(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', 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;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        }

.progress-striped .bar {
    background-color: #149bdf;
    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: -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;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    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: -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,
.progress .bar-success {
    background-color: #5eb95e;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    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: -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,
.progress .bar-info {
    background-color: #4bb1cf;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    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: -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-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    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: -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);
}

/* ^Nav ^Tabs */

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

    .nav > li > a {
        display: block;
    }

        .nav > li > a:hover {
            text-decoration: none;
            background-color: #eeeeee;
        }

    .nav > .pull-right {
        float: right;
    }

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    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-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

    .nav-list > li > a,
    .nav-list .nav-header {
        margin-right: -15px;
        margin-left: -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: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        background-color: #0088cc;
    }

    .nav-list [class^="icon-"] {
        margin-right: 2px;
    }

    .nav-list .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

.nav-tabs,
.nav-pills {
    *zoom: 1;
}

    .nav-tabs:before,
    .nav-pills:before,
    .nav-tabs:after,
    .nav-pills:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .nav-tabs:after,
    .nav-pills:after {
        clear: both;
    }

    .nav-tabs > li,
    .nav-pills > li {
        float: left;
    }

        .nav-tabs > li > a,
        .nav-pills > li > a {
            padding-right: 12px;
            padding-left: 12px;
            margin-right: 2px;
            line-height: 14px;
        }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover {
        color: #555555;
        cursor: default;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

.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: #ffffff;
    background-color: #0088cc;
}

.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 #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .nav-tabs.nav-stacked > li > a:hover {
        z-index: 2;
        border-color: #ddd;
    }

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
    border-color: #999999;
}

.tabbable {
    *zoom: 1;
}

    .tabbable:before,
    .tabbable:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .tabbable:after {
        clear: both;
    }

.tab-content {
    overflow: auto;
}

.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 #ddd;
}

    .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-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover {
        border-color: transparent #ddd #ddd #ddd;
    }

.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: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .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: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

.nav > .disabled > a {
    color: #999999;
}

    .nav > .disabled > a:hover {
        text-decoration: none;
        cursor: default;
        background-color: transparent;
    }

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
    color: #777777;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

    .navbar-inner:before,
    .navbar-inner:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .navbar-inner:after {
        clear: both;
    }

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

    .navbar .brand:hover {
        text-decoration: none;
    }

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
}

.navbar-link {
    color: #777777;
}

    .navbar-link:hover {
        color: #333333;
    }

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

    .navbar .btn-group .btn,
    .navbar .input-prepend .btn,
    .navbar .input-append .btn {
        margin-top: 0;
    }

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

    .navbar-form:before,
    .navbar-form:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .navbar-form:after {
        clear: both;
    }

    .navbar-form input,
    .navbar-form select,
    .navbar-form .radio,
    .navbar-form .checkbox {
        margin-top: 5px;
    }

    .navbar-form input,
    .navbar-form select,
    .navbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }

        .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: 5px;
    margin-bottom: 0;
}

    .navbar-search .search-query {
        padding: 4px 14px;
        margin-bottom: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.navbar-static-top {
    position: static;
    width: 100%;
    margin-bottom: 0;
}

    .navbar-static-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }

    .navbar-fixed-bottom .navbar-inner {
        border-width: 1px 0 0;
    }

    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding-right: 0;
        padding-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 940px;
    }

.navbar-fixed-top {
    top: 0;
}

    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
    }

.navbar-fixed-bottom {
    bottom: 0;
}

    .navbar-fixed-bottom .navbar-inner {
        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
    }

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }

    .navbar .nav > li {
        float: left;
    }

        .navbar .nav > li > a {
            float: none;
            padding: 10px 15px 10px;
            color: #777777;
            text-decoration: none;
            text-shadow: 0 1px 0 #ffffff;
        }

    .navbar .nav .dropdown-toggle .caret {
        margin-top: 8px;
    }

    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
        color: #333333;
        text-decoration: none;
        background-color: transparent;
    }

    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus {
        color: #555555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    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);
}

    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active,
    .navbar .btn-navbar.disabled,
    .navbar .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #e5e5e5;
        *background-color: #d9d9d9;
    }

    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active {
        background-color: #cccccc \9;
    }

    .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -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;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .navbar .pull-right > li > .dropdown-menu:before,
    .navbar .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .navbar .pull-right > li > .dropdown-menu:after,
    .navbar .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
    .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.navbar-inverse {
    color: #999999;
}

    .navbar-inverse .navbar-inner {
        background-color: #1b1b1b;
        background-image: -moz-linear-gradient(top, #222222, #111111);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
        background-image: -webkit-linear-gradient(top, #222222, #111111);
        background-image: -o-linear-gradient(top, #222222, #111111);
        background-image: linear-gradient(to bottom, #222222, #111111);
        background-repeat: repeat-x;
        border-color: #252525;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
    }

    .navbar-inverse .brand,
    .navbar-inverse .nav > li > a {
        color: #999999;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .navbar-inverse .brand:hover,
        .navbar-inverse .nav > li > a:hover {
            color: #ffffff;
        }

        .navbar-inverse .nav > li > a:focus,
        .navbar-inverse .nav > li > a:hover {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .nav .active > a,
    .navbar-inverse .nav .active > a:hover,
    .navbar-inverse .nav .active > a:focus {
        color: #ffffff;
        background-color: #111111;
    }

    .navbar-inverse .navbar-link {
        color: #999999;
    }

        .navbar-inverse .navbar-link:hover {
            color: #ffffff;
        }

    .navbar-inverse .divider-vertical {
        border-right-color: #222222;
        border-left-color: #111111;
    }

    .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
    .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
    .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
        color: #ffffff;
        background-color: #111111;
    }

    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-top-color: #999999;
        border-bottom-color: #999999;
    }

    .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
    .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
    .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    .navbar-inverse .navbar-search .search-query {
        color: #ffffff;
        background-color: #515151;
        border-color: #111111;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

        .navbar-inverse .navbar-search .search-query:-moz-placeholder {
            color: #cccccc;
        }

        .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
            color: #cccccc;
        }

        .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
            color: #cccccc;
        }

        .navbar-inverse .navbar-search .search-query:focus,
        .navbar-inverse .navbar-search .search-query.focused {
            padding: 5px 15px;
            color: #333333;
            text-shadow: 0 1px 0 #ffffff;
            background-color: #ffffff;
            border: 0;
            outline: 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);
        }

    .navbar-inverse .btn-navbar {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e0e0e;
        *background-color: #040404;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
        background-image: -webkit-linear-gradient(top, #151515, #040404);
        background-image: -o-linear-gradient(top, #151515, #040404);
        background-image: linear-gradient(to bottom, #151515, #040404);
        background-image: -moz-linear-gradient(top, #151515, #040404);
        background-repeat: repeat-x;
        border-color: #040404 #040404 #000000;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    }

        .navbar-inverse .btn-navbar:hover,
        .navbar-inverse .btn-navbar:active,
        .navbar-inverse .btn-navbar.active,
        .navbar-inverse .btn-navbar.disabled,
        .navbar-inverse .btn-navbar[disabled] {
            color: #ffffff;
            background-color: #040404;
            *background-color: #000000;
        }

        .navbar-inverse .btn-navbar:active,
        .navbar-inverse .btn-navbar.active {
            background-color: #000000 \9;
        }

/* Dropdown */
.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

    .dropdown-toggle:active,
    .open .dropdown-toggle {
        outline: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .dropdown-menu a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
    }

    .dropdown-menu li > a:hover,
    .dropdown-menu li > a:focus,
    .dropdown-submenu:hover > a {
        color: #ffffff;
        text-decoration: none;
        background-color: #0088cc;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #0088cc;
        background-color: #0081c2;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-repeat: repeat-x;
        outline: 0;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu .disabled > a,
    .dropdown-menu .disabled > a:hover {
        color: #999999;
    }

        .dropdown-menu .disabled > a:hover {
            text-decoration: none;
            cursor: default;
            background-color: transparent;
        }

.open {
    *z-index: 1000;
}

    .open > .dropdown-menu {
        display: block;
    }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
        border-color: transparent;
        border-left-color: #cccccc;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #ffffff;
    border: 3px solid #444;
    border: 3px solid rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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;
}

    .popover.top {
        margin-bottom: 10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-right: 10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

    .popover-content p,
    .popover-content ul,
    .popover-content ol {
        margin-bottom: 0;
    }

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

    .popover .arrow:after {
        z-index: -1;
        content: "";
    }

.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-width: 10px 10px 0;
}

    .popover.top .arrow:after {
        bottom: -1px;
        left: -11px;
        border-top-color: rgba(0, 0, 0, 0.25);
        border-width: 11px 11px 0;
    }

.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-right-color: #ffffff;
    border-width: 10px 10px 10px 0;
}

    .popover.right .arrow:after {
        bottom: -11px;
        left: -1px;
        border-right-color: rgba(0, 0, 0, 0.25);
        border-width: 11px 11px 11px 0;
    }

.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-width: 0 10px 10px;
}

    .popover.bottom .arrow:after {
        top: -1px;
        left: -11px;
        border-bottom-color: rgba(0, 0, 0, 0.25);
        border-width: 0 11px 11px;
    }

.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-left-color: #ffffff;
    border-width: 10px 0 10px 10px;
}

    .popover.left .arrow:after {
        right: -1px;
        bottom: -11px;
        border-left-color: rgba(0, 0, 0, 0.25);
        border-width: 11px 0 11px 11px;
    }

/* Collapse */
.accordion-group {
    margin-bottom: 2px;
}

.accordion-toggle {
    display: block;
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

    .collapse.in {
        height: auto;
    }

input::-ms-reveal {
    display: none;
}
.on-print span, .on-print {
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	/*line-height: 1;*/
    line-height: 125%;
}

.on-print ul, .on-print ol { font-size: 8pt;  }

.on-print ul{list-style-type: disc;}

.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

.wysihtml5-toolbar > li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 5px 0;
  vertical-align: top;
}

.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="white"] {
  background: white !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

/* Wysiwig colors */
.wysiwyg-color-black {
  color: black;
}

.wysiwyg-color-silver {
  color: silver;
}

.wysiwyg-color-gray {
  color: gray;
}

.wysiwyg-color-white {
  color: white;
}

.wysiwyg-color-maroon {
  color: maroon;
}

.wysiwyg-color-red {
  color: red;
}

.wysiwyg-color-purple {
  color: purple;
}

.wysiwyg-color-fuchsia {
  color: fuchsia;
}

.wysiwyg-color-green {
  color: green;
}

.wysiwyg-color-lime {
  color: lime;
}

.wysiwyg-color-olive {
  color: olive;
}

.wysiwyg-color-yellow {
  color: yellow;
}

.wysiwyg-color-navy {
  color: navy;
}

.wysiwyg-color-blue {
  color: blue;
}

.wysiwyg-color-teal {
  color: teal;
}

.wysiwyg-color-aqua {
  color: aqua;
}

.wysiwyg-color-orange {
  color: orange;
}

/* Wysiwig backcolors */
.current-backcolor {
  text-shadow: none;
  color: #fff !important;
}

.wysiwyg-backcolor-black {
  background-color: black;
}

.wysiwyg-backcolor-silver {
  background-color: silver;
}

.wysiwyg-backcolor-gray {
  background-color: gray;
}

.wysiwyg-backcolor-white {
  background-color: white;
}

.wysiwyg-backcolor-maroon {
  background-color: maroon;
}

.wysiwyg-backcolor-red {
  background-color: red;
}

.wysiwyg-backcolor-purple {
  background-color: purple;
}

.wysiwyg-backcolor-fuchsia {
  background-color: fuchsia;
}

.wysiwyg-backcolor-green {
  background-color: green;
}

.wysiwyg-backcolor-lime {
  background-color: lime;
}

.wysiwyg-backcolor-olive {
  background-color: olive;
}

.wysiwyg-backcolor-yellow {
  background-color: yellow;
}

.wysiwyg-backcolor-navy {
  background-color: navy;
}

.wysiwyg-backcolor-blue {
  background-color: blue;
}

.wysiwyg-backcolor-teal {
  background-color: teal;
}

.wysiwyg-backcolor-aqua {
  background-color: aqua;
}

.wysiwyg-backcolor-orange {
  background-color: orange;
}

/* Wysiwig alignment */
.wysiwyg-text-align-left {
  text-align: left;
}
.wysiwyg-text-align-center {
  text-align: center;
}
.wysiwyg-text-align-right {
  text-align: right;
}

/* Wysiwig font-family */
.wysiwyg-font-family-arial, .wysihtml5-toolbar div[data-wysihtml5-command-value="arial"] {
  font-family: Arial, sans-serif;
}

.wysiwyg-font-family-tahoma, .wysihtml5-toolbar div[data-wysihtml5-command-value="tahoma"] {
  font-family: Tahoma, sans-serif;
}

.wysiwyg-font-family-verdana, .wysihtml5-toolbar div[data-wysihtml5-command-value="verdana"] {
  font-family: Verdana, sans-serif;
}

.wysiwyg-font-family-georgia, .wysihtml5-toolbar div[data-wysihtml5-command-value="georgia"] {
  font-family: Georgia, serif;
}

.wysiwyg-font-family-times, .wysihtml5-toolbar div[data-wysihtml5-command-value="times"] {
  font-family: 'Times New Roman', serif;
}

.wysiwyg-font-family-courier, .wysihtml5-toolbar div[data-wysihtml5-command-value="courier"] {
  font-family: 'Courier New', sans-serif;
}

.wysiwyg-font-family-trebuchet, .wysihtml5-toolbar div[data-wysihtml5-command-value="trebuchet"] {
  font-family: 'Trebuchet MS', sans-serif;
}

.on-print p {
    display: block;
}

.colored-cell {
    font-weight: bold;
    color: #333;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
}
@font-face {
  font-family: 'ExeceyeFontIcons';
  src: url("../Content/Fonts/ExeceyeFontIcons.eot");
  src: url("../Content/Fonts/ExeceyeFontIcons.eot?#iefix") format('embedded-opentype'),
       url("../Content/Fonts/ExeceyeFontIcons.woff") format('woff'),
       url("../Content/Fonts/ExeceyeFontIcons.ttf") format('truetype'),
       url("../Content/Fonts/ExeceyeFontIcons.svg#-xeceye-ont-cons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'ExeceyeFontIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  opacity: 0.8;
  line-height: 1; /* fix buttons height, for twitter bootstrap */
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
/*  margin-left: 0.2em;
  margin-right: 0.2em;*/
/* you can be more comfortable with increased icons size */
/*  font-size: 16px; */
 color: #333;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="iconWhite-"]:before,
[class*=" iconWhite-"]:before {
  font-family: 'ExeceyeFontIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  opacity: 0.8;
  line-height: 1; /* fix buttons height, for twitter bootstrap */
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
/*  margin-left: 0.2em;
  margin-right: 0.2em;*/
/* you can be more comfortable with increased icons size */
/*  font-size: 16px; */
 color: #fff;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="iconblue-"]:before,
[class*=" iconblue-"]:before {
  font-family: 'ExeceyeFontIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  opacity: 0.8;
  line-height: 1;
  font-size: 20px; /* fix buttons height, for twitter bootstrap */
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
/*  margin-left: 0.2em;
  margin-right: 0.2em;*/
/* you can be more comfortable with increased icons size */
/*  font-size: 16px; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.iconblue-book-alt-1:before { content: '📔'; font-size: 20px; } /* '\1f4d4' */

.iconblue-bookmarks:before { content: '📑'; } /* '\1f4d1' */

.iconblue-comment-alt:before { content: '\e817'; font-size: 20px; } /* '' */

.iconWhite-book-alt-1:before { content: '📔'; font-size: 20px; } /* '\1f4d4' */

.iconWhite-bookmarks:before { content: '📑'; } /* '\1f4d1' */

.iconWhite-comment-alt:before { content: '\e817'; font-size: 20px; } /* '' */

.iconred-cancel:before { content: '\2715'; color:red; } /* '✕' */

.action-column [class^="icon-"] { font-size: 16px; }

.icon-medium { font-size: 20px; }

.icon-large { font-size: 26px; }

.icon-white { color: #fff; }

.icon-blue [class^="icon-"]:before { color: #1e90ff; }

.icon-attention-category:before {content: '\26a0';color: yellow;}/* '⚠' */

.na, .na div, .na [class^="icon-"] { cursor: not-allowed; }
.na, .na [class^="icon-"]:before { color: #b3b3b3; }

.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-info:before { content: '\2139'; } /* 'ℹ' */
.icon-left:before { content: '\2190'; } /* '←' */
.icon-up:before { content: '\2191'; } /* '↑' */
.icon-right:before { content: '\2192'; } /* '→' */
.icon-down:before { content: '\2193'; } /* '↓' */
.icon-level-up:before { content: '\21b0'; } /* '↰' */
.icon-level-down:before { content: '\21b3'; } /* '↳' */
.icon-infinity:before { content: '\221e'; } /* '∞' */
.icon-plus-squared:before { content: '\229e'; } /* '⊞' */
.icon-minus-squared:before { content: '\229f'; } /* '⊟' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-home-alt:before { content: '\e804'; } /* '' */
.icon-keyboard:before { content: '\2328'; } /* '⌨' */
.icon-erase:before { content: '\232b'; } /* '⌫' */
.icon-cloud:before { content: '\2601'; } /* '☁' */
.icon-umbrella:before { content: '\2602'; } /* '☂' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-star-empty:before { content: '\2606'; } /* '☆' */
.icon-check-alt:before { content: '\2611'; } /* '☑' */
.icon-th-list:before { content: '\2630'; } /* '☰' */
.icon-th:before { content: '\268f'; } /* '⚏' */
.icon-flag:before { content: '\2691'; } /* '⚑' */
.icon-tools:before { content: '\2692'; } /* '⚒' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-flash:before { content: '\26a1'; } /* '⚡' */
.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
.icon-scissors:before { content: '\2702'; } /* '✂' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-mail-1:before { content: '\e800'; } /* '' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-edit-alt:before { content: '\e81c'; } /* '' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-feather:before { content: '\2712'; } /* '✒' */
.icon-check:before { content: '\2713'; } /* '✓' */
.icon-ok:before { content: '\e803'; } /* '' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-cancel-circled:before { content: '\2716'; } /* '✖' */
.icon-asterisk:before { content: '\2731'; } /* '✱' */
.icon-cancel-squared:before { content: '\274e'; } /* '❎' */
.icon-help:before { content: '\2753'; } /* '❓' */
.icon-quote:before { content: '\275e'; } /* '❞' */
.icon-plus-circled:before { content: '\2795'; } /* '➕' */
.icon-minus-circled:before { content: '\2796'; } /* '➖' */
.icon-forward:before { content: '\27a6'; } /* '➦' */
.icon-list-add:before { content: '\e003'; } /* '' */
.icon-list:before { content: '\e005'; } /* '' */
.icon-user-add:before { content: '\e700'; } /* '' */
.icon-star-half:before { content: '\e701'; } /* '' */
.icon-help-circled:before { content: '\e704'; } /* '' */
.icon-info-circled:before { content: '\e705'; } /* '' */
.icon-th-large:before { content: '\e708'; } /* '' */
.icon-tag:before { content: '\e70c'; } /* '' */
.icon-tag-1:before { content: '\e818'; } /* '' */
.icon-tags:before { content: '\e70d'; } /* '' */
.icon-upload-cloud:before { content: '\e711'; } /* '' */
.icon-reply:before { content: '\e712'; } /* '' */
.icon-reply-all:before { content: '\e713'; } /* '' */
.icon-export:before { content: '\e715'; } /* '' */
.icon-export-alt:before { content: '\e806'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-print-1:before { content: '\e807'; } /* '' */
.icon-retweet:before { content: '\e717'; } /* '' */
.icon-comment:before { content: '\e718'; } /* '' */
.icon-comment-alt:before { content: '\e817'; } /* '' */
.icon-chat:before { content: '\e720'; } /* '' */
.icon-chat-alt:before { content: '\e816'; } /* '' */
.icon-chat-2:before { content: '\e81d'; } /* '' */
.icon-vcard:before { content: '\e722'; } /* '' */
.icon-address:before { content: '\e723'; } /* '' */
.icon-doc:before { content: '\e730'; } /* '' */
.icon-doc-text-inv:before { content: '\e731'; } /* '' */
.icon-docs:before { content: '\e736'; } /* '' */
.icon-archive:before { content: '\e738'; } /* '' */
.icon-share:before { content: '\e73c'; } /* '' */
.icon-basket:before { content: '\e73d'; } /* '' */
.icon-shareable:before { content: '\e73e'; } /* '' */
.icon-login:before { content: '\e740'; } /* '' */
.icon-logout:before { content: '\e741'; } /* '' */
.icon-popup:before { content: '\e74c'; } /* '' */
.icon-publish:before { content: '\e74d'; } /* '' */
.icon-window:before { content: '\e74e'; } /* '' */
.icon-chart-pie:before { content: '\e751'; } /* '' */
.icon-database:before { content: '\e754'; } /* '' */
.icon-drive:before { content: '\e755'; } /* '' */
.icon-down-open:before { content: '\e75c'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-up-open:before { content: '\e75f'; } /* '' */
.icon-down-open-mini:before { content: '\e760'; } /* '' */
.icon-left-open-mini:before { content: '\e761'; } /* '' */
.icon-right-open-mini:before { content: '\e762'; } /* '' */
.icon-up-open-mini:before { content: '\e763'; } /* '' */
.icon-down-open-big:before { content: '\e764'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-up-open-big:before { content: '\e767'; } /* '' */
.icon-progress-0:before { content: '\e768'; } /* '' */
.icon-progress-1:before { content: '\e769'; } /* '' */
.icon-progress-2:before { content: '\e76a'; } /* '' */
.icon-progress-3:before { content: '\e76b'; } /* '' */
.icon-back-in-time:before { content: '\e771'; } /* '' */
.iconWhite-back-in-time:before { content: '\e771'; } /* '' */
.icon-network:before { content: '\e776'; } /* '' */
.icon-inbox:before { content: '\e777'; } /* '' */
.icon-install:before { content: '\e778'; } /* '' */
.icon-font:before { content: '\e779'; } /* '' */
.icon-bold:before { content: '\e77a'; } /* '' */
.icon-italic:before { content: '\e77b'; } /* '' */
.icon-text-height:before { content: '\e77c'; } /* '' */
.icon-text-width:before { content: '\e77d'; } /* '' */
.icon-align-left:before { content: '\e77e'; } /* '' */
.icon-align-center:before { content: '\e77f'; } /* '' */
.icon-align-right:before { content: '\e780'; } /* '' */
.icon-align-justify:before { content: '\e781'; } /* '' */
.icon-list-alt:before { content: '\e782'; } /* '' */
.icon-indent-left:before { content: '\e783'; } /* '' */
.icon-indent-right:before { content: '\e784'; } /* '' */
.icon-mouse:before { content: '\e789'; } /* '' */
.icon-dot-3:before { content: '\e78d'; } /* '' */
.icon-suitcase:before { content: '\e78e'; } /* '' */
.icon-off:before { content: '\e80c'; } /* '' */
.icon-road:before { content: '\e78f'; } /* '' */
.icon-flow-cascade:before { content: '\e790'; } /* '' */
.icon-list-alt-1:before { content: '\e80d'; } /* '' */
.icon-flow-branch:before { content: '\e791'; } /* '' */
.icon-flow-tree:before { content: '\e792'; } /* '' */
.icon-brush:before { content: '\e79a'; } /* '' */
.icon-gauge:before { content: '\e7a2'; } /* '' */
.icon-cc-by:before { content: '\e7a6'; } /* '' */
.icon-firefox:before { content: '\e840'; } /* '' */
.icon-chrome:before { content: '\e841'; } /* '' */
.icon-opera:before { content: '\e842'; } /* '' */
.icon-ie:before { content: '\e843'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-docs-alt:before { content: '\f0c5'; } /* '' */
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
.icon-list-numbered:before { content: '\f0cb'; } /* '' */
.icon-strike:before { content: '\f0cc'; } /* '' */
.icon-underline:before { content: '\f0cd'; } /* '' */
.icon-table:before { content: '\f0ce'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-columns:before { content: '\f0db'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-gauge-alt:before { content: '\f0e4'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-suitcase-alt:before { content: '\f0f2'; } /* '' */
.icon-doc-alt:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile-alt:before { content: '\f10b'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-picture:before { content: '🌄'; } /* '\1f304' */
.icon-picture-alt:before { content: '\e813'; } /* '' */
.icon-globe:before { content: '🌎'; } /* '\1f30e' */
.icon-leaf-1:before { content: '\e815'; } /* '' */
.icon-leaf:before { content: '🍂'; } /* '\1f342' */
.icon-ticket:before { content: '🎫'; } /* '\1f3ab' */
.icon-target:before { content: '🎯'; } /* '\1f3af' */
.icon-thumbs-up:before { content: '👍'; } /* '\1f44d' */
.icon-thumbs-up-alt:before { content: '\e819'; } /* '' */
.icon-thumbs-down:before { content: '👎'; } /* '\1f44e' */
.icon-bag:before { content: '👜'; } /* '\1f45c' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-user-1:before { content: '\e801'; } /* '' */
.icon-users:before { content: '👥'; } /* '\1f465' */
.icon-user-group:before { content: '\e802'; } /* '' */
.icon-alert:before { content: '💥'; } /* '\1f4a5' */
.icon-credit-card:before { content: '💳'; } /* '\1f4b3' */
.icon-credit-card-alt:before { content: '\e810'; } /* '' */
.icon-monitor:before { content: '💻'; } /* '\1f4bb' */
.icon-briefcase:before { content: '💼'; } /* '\1f4bc' */
.icon-briefcase-alt:before { content: '\e80b'; } /* '' */
.icon-floppy:before { content: '💾'; } /* '\1f4be' */
.icon-floppy-alt:before { content: '\e811'; } /* '' */
.icon-cd:before { content: '💿'; } /* '\1f4bf' */
.icon-folder:before { content: '📁'; } /* '\1f4c1' */
.icon-folder-alt:before { content: '\e809'; } /* '' */
.icon-folder-open:before { content: '📂'; } /* '\1f4c2' */
.icon-doc-text:before { content: '📄'; } /* '\1f4c4' */
.icon-doc-1:before { content: '\e808'; } /* '' */
.icon-calendar:before { content: '📅'; } /* '\1f4c5' */
.icon-calendar-alt:before { content: '\e80a'; } /* '' */
.icon-chart-line:before { content: '📈'; } /* '\1f4c8' */
.icon-chart-bar:before { content: '📊'; } /* '\1f4ca' */
.icon-chart-bar-alt:before { content: '\e80f'; } /* '' */
.icon-pin:before { content: '📌'; } /* '\1f4cc' */
.icon-pin-alt:before { content: '\e81e'; } /* '' */
.icon-attach:before { content: '📎'; } /* '\1f4ce' */
.icon-bookmarks:before { content: '📑'; } /* '\1f4d1' */
.icon-book-alt-1:before { content: '📔'; } /* '\1f4d4' */
.icon-book:before { content: '📕'; } /* '\1f4d5' */
.icon-book-alt:before { content: '\e80e'; } /* '' */
.icon-book-alt-2:before { content: '\e81a'; } /* '' */
.icon-book-open:before { content: '📖'; } /* '\1f4d6' */
.icon-upload:before { content: '📤'; } /* '\1f4e4' */
.icon-download:before { content: '📥'; } /* '\1f4e5' */
.icon-box:before { content: '📦'; } /* '\1f4e6' */
.icon-newspaper:before { content: '📰'; } /* '\1f4f0' */
.icon-mobile:before { content: '📱'; } /* '\1f4f1' */
.icon-camera:before { content: '📷'; } /* '\1f4f7' */
.icon-camera-1:before { content: '\e814'; } /* '' */
.icon-loop:before { content: '🔁'; } /* '\1f501' */
.icon-arrows-ccw:before { content: '🔄'; } /* '\1f504' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-key:before { content: '🔑'; } /* '\1f511' */
.icon-key-alt:before { content: '\e812'; } /* '' */
.icon-lock:before { content: '🔒'; } /* '\1f512' */
.icon-lock-open:before { content: '🔓'; } /* '\1f513' */
.icon-bookmark:before { content: '🔖'; } /* '\1f516' */
.icon-link:before { content: '🔗'; } /* '\1f517' */
.icon-links:before { content: '\e805'; } /* '' */
.icon-link-alt:before { content: '\e81b'; } /* '' */
.icon-back:before { content: '🔙'; } /* '\1f519' */
.iconWhite-back:before { content: '🔙'; } /* '\1f519' */
.icon-fire:before { content: '🔥'; } /* '\1f525' */
.icon-wrench:before { content: '🔧'; } /* '\1f527' */
.icon-hammer:before { content: '🔨'; } /* '\1f528' */
.icon-chart-area:before { content: '🔾'; } /* '\1f53e' */
.icon-block:before { content: '🚫'; } /* '\1f6ab' */

/*
   Animation for spinner
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

	.ui-menu .ui-menu {
		position: absolute;
	}

	.ui-menu .ui-menu-item {
		margin: 0;
		cursor: pointer;
		/* support: IE10, see #8844 */
		list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	}

	.ui-menu .ui-menu-item-wrapper {
		position: relative;
		padding: 3px 1em 3px .4em;
	}

	.ui-menu .ui-menu-divider {
		margin: 5px 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		border-width: 1px 0 0 0;
	}

	.ui-menu .ui-state-focus,
	.ui-menu .ui-state-active {
		margin: -1px;
	}

/* icon support */
.ui-menu-icons {
	position: relative;
}

	.ui-menu-icons .ui-menu-item-wrapper {
		padding-left: 2em;
	}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}

	.ui-button,
	.ui-button:link,
	.ui-button:visited,
	.ui-button:hover,
	.ui-button:active {
		text-decoration: none;
	}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

	.ui-controlgroup > .ui-controlgroup-item {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

		.ui-controlgroup > .ui-controlgroup-item:focus,
		.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
			z-index: 9999;
		}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

	.ui-controlgroup .ui-controlgroup-label span {
		font-size: 80%;
	}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

	.ui-datepicker .ui-datepicker-header {
		position: relative;
		padding: .2em 0;
	}

	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		position: absolute;
		top: 2px;
		width: 1.8em;
		height: 1.8em;
	}

	.ui-datepicker .ui-datepicker-prev-hover,
	.ui-datepicker .ui-datepicker-next-hover {
		top: 1px;
	}

	.ui-datepicker .ui-datepicker-prev {
		left: 2px;
	}

	.ui-datepicker .ui-datepicker-next {
		right: 2px;
	}

	.ui-datepicker .ui-datepicker-prev-hover {
		left: 1px;
	}

	.ui-datepicker .ui-datepicker-next-hover {
		right: 1px;
	}

	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: 50%;
		margin-top: -8px;
	}

	.ui-datepicker .ui-datepicker-title {
		margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}

		.ui-datepicker .ui-datepicker-title select {
			font-size: 1em;
			margin: 1px 0;
		}

	.ui-datepicker select.ui-datepicker-month,
	.ui-datepicker select.ui-datepicker-year {
		width: 45%;
	}

	.ui-datepicker table {
		width: 100%;
		font-size: .9em;
		border-collapse: collapse;
		margin: 0 0 .4em;
	}

	.ui-datepicker th {
		padding: .7em .3em;
		text-align: center;
		font-weight: bold;
		border: 0;
	}

	.ui-datepicker td {
		border: 0;
		padding: 1px;
	}

		.ui-datepicker td span,
		.ui-datepicker td a {
			display: block;
			padding: .2em;
			text-align: right;
			text-decoration: none;
		}

	.ui-datepicker .ui-datepicker-buttonpane {
		background-image: none;
		margin: .7em 0 0 0;
		padding: 0 .2em;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}

		.ui-datepicker .ui-datepicker-buttonpane button {
			float: right;
			margin: .5em .2em .4em;
			cursor: pointer;
			padding: .2em .6em .3em .6em;
			width: auto;
			overflow: visible;
		}

			.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
				float: left;
			}

	/* with multiple calendars */
	.ui-datepicker.ui-datepicker-multi {
		width: auto;
	}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

	.ui-datepicker-multi .ui-datepicker-group table {
		width: 95%;
		margin: 0 auto .4em;
	}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

	.ui-datepicker-rtl .ui-datepicker-prev {
		right: 2px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next {
		left: 2px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-prev:hover {
		right: 1px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next:hover {
		left: 1px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-buttonpane {
		clear: right;
	}

		.ui-datepicker-rtl .ui-datepicker-buttonpane button {
			float: left;
		}

			.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
			.ui-datepicker-rtl .ui-datepicker-group {
				float: right;
			}

	.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
	.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
		border-right-width: 0;
		border-left-width: 1px;
	}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

	.ui-dialog .ui-dialog-titlebar {
		padding: .4em 1em;
		position: relative;
	}

	.ui-dialog .ui-dialog-title {
		float: left;
		margin: .1em 0;
		white-space: nowrap;
		width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ui-dialog .ui-dialog-titlebar-close {
		position: absolute;
		right: .3em;
		top: 50%;
		width: 20px;
		margin: -10px 0 0 0;
		padding: 1px;
		height: 20px;
	}

	.ui-dialog .ui-dialog-content {
		position: relative;
		border: 0;
		padding: .5em 1em;
		background: none;
		overflow: auto;
	}

	.ui-dialog .ui-dialog-buttonpane {
		text-align: left;
		border-width: 1px 0 0 0;
		background-image: none;
		margin-top: .5em;
		padding: .3em 1em .5em .4em;
	}

		.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
			float: right;
		}

		.ui-dialog .ui-dialog-buttonpane button {
			margin: .5em .4em .5em 0;
			cursor: pointer;
		}

	.ui-dialog .ui-resizable-n {
		height: 2px;
		top: 0;
	}

	.ui-dialog .ui-resizable-e {
		width: 2px;
		right: 0;
	}

	.ui-dialog .ui-resizable-s {
		height: 2px;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-w {
		width: 2px;
		left: 0;
	}

	.ui-dialog .ui-resizable-se,
	.ui-dialog .ui-resizable-sw,
	.ui-dialog .ui-resizable-ne,
	.ui-dialog .ui-resizable-nw {
		width: 7px;
		height: 7px;
	}

	.ui-dialog .ui-resizable-se {
		right: 0;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-sw {
		left: 0;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-ne {
		right: 0;
		top: 0;
	}

	.ui-dialog .ui-resizable-nw {
		left: 0;
		top: 0;
	}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

	.ui-progressbar .ui-progressbar-value {
		margin: -1px;
		height: 100%;
	}

	.ui-progressbar .ui-progressbar-overlay {
		background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
		height: 100%;
		filter: alpha(opacity=25); /* support: IE8 */
		opacity: 0.25;
	}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

	.ui-selectmenu-menu .ui-menu {
		overflow: auto;
		overflow-x: hidden;
		padding-bottom: 1px;
	}

		.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
			font-size: 1em;
			font-weight: bold;
			line-height: 1.5;
			padding: 2px 0.4em;
			margin: 0.5em 0 0 0;
			height: auto;
			border: 0;
		}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

	.ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 1.2em;
		height: 1.2em;
		cursor: default;
		-ms-touch-action: none;
		touch-action: none;
	}

	.ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
		background-position: 0 0;
	}

	/* support: IE8 - See #6727 */
	.ui-slider.ui-state-disabled .ui-slider-handle,
	.ui-slider.ui-state-disabled .ui-slider-range {
		filter: inherit;
	}

.ui-slider-horizontal {
	height: .8em;
}

	.ui-slider-horizontal .ui-slider-handle {
		top: -.3em;
		margin-left: -.6em;
	}

	.ui-slider-horizontal .ui-slider-range {
		top: 0;
		height: 100%;
	}

	.ui-slider-horizontal .ui-slider-range-min {
		left: 0;
	}

	.ui-slider-horizontal .ui-slider-range-max {
		right: 0;
	}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

	.ui-slider-vertical .ui-slider-handle {
		left: -.3em;
		margin-left: 0;
		margin-bottom: -.6em;
	}

	.ui-slider-vertical .ui-slider-range {
		left: 0;
		width: 100%;
	}

	.ui-slider-vertical .ui-slider-range-min {
		bottom: 0;
	}

	.ui-slider-vertical .ui-slider-range-max {
		top: 0;
	}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: .2em .2em 0;
	}

		.ui-tabs .ui-tabs-nav li {
			list-style: none;
			float: left;
			position: relative;
			top: 0;
			margin: 1px .2em 0 0;
			border-bottom-width: 0;
			padding: 0;
			white-space: nowrap;
		}

		.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
			float: left;
			padding: .5em 1em;
			text-decoration: none;
		}

		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			margin-bottom: -1px;
			padding-bottom: 1px;
		}

			.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
			.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
			.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
				cursor: text;
			}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

	.ui-widget .ui-widget {
		font-size: 1em;
	}

	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1em;
	}

	.ui-widget.ui-widget-content {
		border: 1px solid #c5c5c5;
	}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

	.ui-widget-content a {
		color: #333333;
	}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

	.ui-widget-header a {
		color: #333333;
	}

	/* Interaction states
----------------------------------*/
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		border: 1px solid #c5c5c5;
		background: #f6f6f6;
		font-weight: normal;
		color: #454545;
	}

		.ui-state-default a,
		.ui-state-default a:link,
		.ui-state-default a:visited,
		a.ui-button,
		a:link.ui-button,
		a:visited.ui-button,
		.ui-button {
			color: #454545;
			text-decoration: none;
		}

			.ui-state-hover,
			.ui-widget-content .ui-state-hover,
			.ui-widget-header .ui-state-hover,
			.ui-state-focus,
			.ui-widget-content .ui-state-focus,
			.ui-widget-header .ui-state-focus,
			.ui-button:hover,
			.ui-button:focus {
				border: 1px solid #cccccc;
				background: #ededed;
				font-weight: normal;
				color: #2b2b2b;
			}

				.ui-state-hover a,
				.ui-state-hover a:hover,
				.ui-state-hover a:link,
				.ui-state-hover a:visited,
				.ui-state-focus a,
				.ui-state-focus a:hover,
				.ui-state-focus a:link,
				.ui-state-focus a:visited,
				a.ui-button:hover,
				a.ui-button:focus {
					color: #2b2b2b;
					text-decoration: none;
				}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

	.ui-icon-background,
	.ui-state-active .ui-icon-background {
		border: #003eff;
		background-color: #ffffff;
	}

	.ui-state-active a,
	.ui-state-active a:link,
	.ui-state-active a:visited {
		color: #ffffff;
		text-decoration: none;
	}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

	.ui-state-error a,
	.ui-widget-content .ui-state-error a,
	.ui-widget-header .ui-state-error a {
		color: #5f3f3f;
	}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}

	.ui-state-disabled .ui-icon {
		filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
	}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.treeview .hitarea {
	background: url(images/system/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview li { background: url(images/system/treeview-default-line.gif) 0 0 no-repeat; }
/*.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }*/

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/system/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
/*\
 * FileName: Site.scss
 * Author: Benedick B. Gulapa
 * Copyright BlastAsia, Inc. 2014

 1. Reset
 2. Base Style
 3. Headings
 4. Page Layout
 5. Menu
 6. Form Elements
 7. Buttons & Links
 8. GridView & Table
 9. Tabs
10. HTML Editor
11. Misc., Helper, & CSS3
1x. Credits
\*/
/*#region 1. ^RESET */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	/*src: url(MaterialDesign/MaterialIcons-Regular.eot);*/ /* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'),
	/*        url(MaterialDesign/MaterialIcons-Regular.woff2) format('woff2'), url(MaterialDesign/MaterialIcons-Regular.woff) format('woff'), */
	url(MaterialDesign/MaterialIcons-Regular.ttf) format('truetype');
}

h1, h2, h3, h4, h5, h6, fieldset, ul, ol {
	margin: 0;
	border: 0;
}

/*#endregion*/
/*#region 2. ^BASE STYLE */
html {
	/*overflow-y: hidden;*/
	font-size: 100%;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	/*background: #abd3ef;*/
	color: #444444;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	/*    font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-weight: 400;*/
	line-height: 1.5;
	/*overflow: scroll;*/
}

::-moz-selection {
	background: #0679c6;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #0679c6;
	color: #fff;
	text-shadow: none;
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

a:link {
	color: #0679c6;
	text-decoration: none;
}

a:visited {
	color: #107399;
}

a:hover {
	color: #447ba1;
}

header a:link, .has-links a:link {
	color: #0679c6;
}

header a:hover, .has-links a:hover {
	color: #447ba1;
	text-decoration: underline;
}	

.box-menu a:hover {
	color: #447ba1;
}

.box-menu input[type=submit] {
	height: inherit;
	padding: 2px 6px;
}

p {
	margin-bottom: 10px;
	padding: 5px;
	line-height: 1.6em;
}

em {
	font-weight: bold;
	font-size: 1.3em;
}

hr {
	margin: 5px auto;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

abbr[title] {
	border-bottom: 1px dotted #999999;
	cursor: help;
}

abbr.initialism {
	text-transform: uppercase;
	font-size: 90%;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 10px 5px;
	color: #5e8cad;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 1em;
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

/*#endregion*/
/*#region 3. ^HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-weight: 200;
}

hBig {
	font-size: 3em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-weight: 300;
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5, h6 {
	font-size: 1em;
}

.headerClass {
	text-align: left;
}
/*#endregion*/
/*#region 4. ^PAGE LAYOUT */
#container {
	min-width: 1024px;
	background: #fff;
}

#header {
	position: relative;
	width: 100%;
	height: 90px;
}

	#header > h1 {
		margin: 0;
		padding-left: 20px;
		border: 0;
		color: #f9f9f9;
		font-weight: 700;
		font-size: 2em;
		line-height: 2em;
	}

#loginDisplay {
	float: right;
	height: 100%;
	color: #0679c6;
	text-align: right;
	font-size: .9em;
	position: relative;
}

	#loginDisplay a:before {
		padding-right: 3px;
		content: '•';
	}

	#loginDisplay div {
		position: absolute;
		right: 10px;
		bottom: 5px;
	}

.box, .grey-box {
	margin: 0px 10px 10px 10px;
	padding: 0px 5px 5px 5px;
	/*margin: 10px;
    padding: 5px;*/
	min-width: 300px;
	min-height: 485px;
	/*    border: 1px solid #50aae2;*/
	background: #fff;
}

	.box a, .grey-box a {
		text-decoration: none;
	}

	.box > h2, .box .box-menu, .grey-box > h2, .grey-box .box-menu {
		margin: 10px 0 10px 0;
		padding: 0 0 10px;
		background: #fff;
		position: sticky;
		top: 50px;
		color: #0679c6;
		z-index: 2;
		border-bottom: 1px solid #EEE;
		/*        text-shadow: 0 -1px 1px #436c8a;*/
	}

		.box > h2 a:not(.btn):hover, .box .box-menu a:not(.btn):hover, .grey-box > h2a:not(.btn):hover, .grey-box .box-menu a:not(.btn):hover {
			color: #fff;
		}

.rounded-box {
	margin: 10px;
	padding: 5px;
	max-width: 285px;
	max-height: 150px;
	border: none;
	background: #0679c6;
	border-radius: 10px;
	text-align: center;
}

.rounded-sessionWarning {
	/*padding: 5px;
	max-width: 285px;
	max-height: 150px;
	border: none;
	background: #0679c6;
	border-radius: 10px;
	text-align: center;
	width:210px;*/

	width:90% !important;
	color: #fff !important;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #0679c6 !important;
	width: 50px;
	height: 50px;
	border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-size: 100% 100%;	
}

	.rounded-sessionWarning:hover {
		background-color: #27AE60 !important;
	}

	.rounded-box medium {
		width: 200px;
		height: 100px;
	}

	.rounded-box small {
		max-width: 75px;
		max-height: 50px;
	}

.rounded-boxWhiteBlueBorder {
	padding: 5px;
	border: solid;
	border-width: thick;
	border-color: #0679c6;
	max-width: 260px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
}


.grey-box {
	border-color: #999;
	background: #fff;
}

	.grey-box > h2 {
		border: 0;
		background: #ddd;
		color: #333;
		text-shadow: 0 -1px 1px #cccccc;
	}

.menuLinks .btn {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 17px;
}

.addbtn {
	padding: 2px 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 2px;
	margin-bottom: 2px;
}

.menuLinks .btn-primary {
	color: #f2f2f2;
}

#footer {
	/*padding: 10px;*/
	/*height: 10px;*/
	/*    border-top: 3px solid #22B2E7;*/
}

/* Simple Grid*/
.grid {
	overflow: hidden;
	margin: 0 0 10px 0;
	width: 100%;
	background-color: transparent !important; 
	border: none !important;
}

	.grid:after {
		/* Or @extend clearfix */
		content: "";
		display: table;
		clear: both;
	}

[class*='col-'] {
	float: left;
	padding-right: 10px;
}

.grid [class*='col-']:last-of-type {
	padding-right: 0;
}

/* Opt-in outside padding */
.grid-pad {
	padding: 10px 0 10px 10px;
}

	.grid-pad [class*='col-']:last-of-type {
		padding-right: 10px;
	}

/* Content Columns */
.col-40 {
	width: 40%
}

.col-30 {
	width: 30%
}

.col-1-1 {
	width: 100%;
}

.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-2-7 {
	width: 28.5%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%;
}

.col-1-15 {
	width: 6.67%;
}

.col-1-16 {
	width: 6.25%;
}

.col-1-20 {
	width: 5%;
}

.col-1-25 {
	width: 4%;
}

.col-1-40 {
	width: 2.5%;
}

.col-2-9 {
	width: 22.2%;
}

.col-2-10 {
	width: 10%;
}

.col-2-11 {
	width: 18.18%;
}

.col-3-11 {
	width: 27.27%;
}

.col-4-11 {
	width: 36.36%;
}

.col-5-11 {
	width: 45.45%;
}

.col-1-12 {
	width: 8.33%;
}

.col-6-11 {
	width: 54.54%;
}

.col-7-8 {
    width: 87.5%;
}

.col-7-10 {
	width: 70%;
}

.col-7-11 {
	width: 63.63%;
}

.col-8-11 {
	width: 72.72%;
}

.col-9-10 {
	width: 90%;
}

.col-9-11 {
	width: 81.81%;
}

.col-10-11 {
	width: 90.90%;
}
/* Layout Columns */
.col-11-12 {
	width: 91.66%;
}

.col-10-12 {
	width: 83.333%;
}

, col-13-40 {
	width: 32.5%;
}

.col-9-12, .col-3-4 {
	width: 75%;
}

.col-5-10 {
	width: 50%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%;
}

.col-1-3_4 {
	width: 29%;
}

@media handheld, only screen and (max-width: 767px) {
	.grid {
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
		min-width: 0;
		width: 100%;
	}

	[class*='col-'] {
		float: none;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-right: 20px;
		padding-left: 20px;
		width: auto;
	}
}

.alert {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 5px 5px 5px 30px;
}

.error, .noData {
	border: 1px solid #f3cfd0;
	background: #ffd9da;
	color: #d50019;
	text-indent: 20px;
}

.noData {
	text-indent: 20px;
}

.info {
	border: 1px solid #cfe8f7;
	background: #d6f0ff;
	color: #006cc9;
}

.success {
	border: 1px solid #dbe7cc;
	background: #eaf7da;
	color: #0f9400;
}

.warning {
	border: 1px solid #f0e390;
	background: #fff199;
	color: #d50019;
}

.instructions {
	margin: 0 5px 10px;
	/*padding: 10px;*/
	border: 1px dotted #c8c8c8;
	background-color: #f8f8f8;
}

	.instructions p {
		margin: 0;
		font-size: 12px;
	}

.instructions, .module {
	/*padding: 10px;*/
}

.module-heading, .heading {
	font-size: 1.1em;
	display: block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.module-body {
	padding: 10px;
	min-height: 250px;
	border: 1px solid #c0c0c0;
	border-top: 1px solid #ccc;
	background: #f0f0f0;
}

/*------------------------ Title ------------------------*/
.titleBar {
	overflow: hidden;
	padding: 0 10px;
}

	.titleBar .menu-link {
		display: inline-block;
		padding: 1px 5px;
		border: 1px solid;
		color: #fff;
		font-weight: bold;
	}

	.titleBar h2 {
		float: left;
		color: #1990bf;
		text-transform: capitalize;
	}

.rightDetails {
	float: right;
	font-weight: 700;
}

	.rightDetails span {
		display: inline-block;
		margin-right: 5px;
		color: #787878;
		/*text-transform: capitalize;*/
		font-size: 1em;
		line-height: 1em;
	}

	.rightDetails label {
		display: inline-block;
		font-weight: 300;
		margin-right: 5px;
		margin-left: 7px;
	}

/*------------------------ Actions ------------------------*/
#actionList {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.action-btn {
	padding: 0;
}

.action-btn, .link-box {
	background: #d1d1d1;
	/* Old browsers */
	background: -moz-linear-gradient(top, whitesmoke 0%, #d1d1d1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #d1d1d1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, whitesmoke 0%, #d1d1d1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, whitesmoke 0%, #d1d1d1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, whitesmoke 0%, #d1d1d1 100%);
	/* IE10+ */
	background: linear, top, whitesmoke 0%, #d1d1d1 100%;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFD1D1D1',GradientType=0);
	/* IE6-9 */
	float: left;
	margin: 1px;
	width: 48px;
	height: 48px;
	border: 1px solid #aeaeae;
	line-height: .7;
	cursor: pointer;
}

	.action-btn.highlighted {
		background: #c4e5f7;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(100%, #c4e5f7));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* IE10+ */
		background: linear, top, #f0f9ff 0%, #c4e5f7 100%;
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F9FF', endColorstr='#FFC4E5F7',GradientType=0);
		/* IE6-9 */
	}


	.action-btn:hover, .link-box:hover {
		background: #c4e5f7;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(100%, #c4e5f7));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f0f9ff 0%, #c4e5f7 100%);
		/* IE10+ */
		background: linear, top, #f0f9ff 0%, #c4e5f7 100%;
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F9FF', endColorstr='#FFC4E5F7',GradientType=0);
		/* IE6-9 */
	}

.link-box {
	margin: 1.2%;
	width: 22%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 100px;
}

	.link-box a {
		display: inline-block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

.action-label {
	color: #333;
	text-shadow: 0 1px 1px #fff;
	font-size: .7em;
	line-height: 1;
	height: 18px;
	margin-top: 2px;
}

.breadCrumbs {
	display: none;
	/* Hide until further notice */
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #e0e0e0;
}

#main {
	min-height: 440px;
	background-color: #fff;
}

#appDetails {
	margin: 10px 0;
	font-size: 1.2em;
}

#appRequirements {
	font-size: 1.1em;
}

	#appRequirements ul {
		margin: 10px 25px;
	}

	#appRequirements .button {
		color: #f2f2f2;
	}

#error-page {
	text-shadow: 1px 1px 1px #fff;
}

.wobble {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

/*------------------------ Side Panel ------------------------*/
#aside {
	float: left;
	margin-right: 1%;
	width: 20%;
}

.sidePanel {
	clear: both;
	overflow: hidden;
}

.headerBar {
	padding: 5px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	color: #303030;
	text-transform: capitalize;
	text-shadow: 1px 1px 2px #fff;
	cursor: pointer;
	font-size: 1em;
}

	.headerBar a:hover {
		color: #22B2E7;
	}

.panelBody {
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #fff;
	background: #eee;
}

.mainBar {
	float: left;
	clear: right;
	width: 79%;
}

.data-import-content {
	margin: 20px auto;
	width: 85%;
}

.bold-red {
	color: Red;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.italic-gray {
	color: #bbbbbb;
	font-style: italic;
}

.bulleted-list {
	margin-left: 30px;
	list-style-position: inside;
}

.paragraph {
	margin-bottom: 10px;
}

.top-margin {
	margin-top: 10px;
}

.top-margin18 {
	margin-top: 18px;
}

.paragraph-box {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 5px;
}

/*#endregion*/
/*#region 5. ^MENU */
.menu-bar {
	clear: both;
	margin-bottom: 0;
	width: 100%;
	min-height: 50px;
	background: #0679c6;
	position: sticky;
	top: 0;
	z-index: 9;
}

.menu {
	padding: 0 10px;
	background: #0679c6;
}

.menu ul {
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
	list-style: none;
}


.top-nav-bar {
	height: 50px;
	background-color: #fff;
	display: table;
	width: 100%;
}

.top-nav-bar .branding-container img {
	height: 50px;
	padding: 0 10px;
	margin: 10px 0;
	max-width: 270px;
}

.top-nav-bar .left-col {
	display: table-cell;
	width: 33.333%;
}

.top-nav-bar .mid-col {
	display: table-cell;
	width: 33.333%;
	text-align: center;
	vertical-align: middle;
}

.top-nav-bar .right-col {
	display: table-cell;
	width: 33.333%;
	vertical-align: middle;
	text-align: right;
}

.top-nav-bar .right-col .profile-item .profile-dropdown {
	padding: 22px 20px 22px;
	color: #0679c6;
	text-decoration: none;
	font-size: 1.2em;
	position: relative;
	float: right;
}

.top-nav-bar .right-col .profile-item .profile-dropdown h2 {
	color: #fff;
}

.top-nav-bar .right-col .profile-item .profile-dropdown:hover {
	background-color: #03436d;
	color: #ffffff;
}

.top-nav-bar .right-col .profile-item .profile-dropdown .menu-items {
	display: none;
	position: absolute;
	background-color: #0679c6;
	min-width: 350px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3;
	right: 0;
	top: 70px;
	text-align: left;
}

.top-nav-bar .right-col .profile-item .profile-dropdown:hover .menu-items {
	display: block;
}

.top-nav-bar .right-col .profile-item .profile-dropdown .menu-items ul {
	list-style: none;
	padding-left: 0;
}

.top-nav-bar .right-col .profile-item .profile-dropdown .menu-items ul li  {
	border-bottom: 1px solid #03436d;
	padding: 15px;
}

.top-nav-bar .right-col .profile-item .profile-dropdown .menu-items ul li:hover {
	background-color: #03436d;
}

.top-nav-bar .right-col .profile-item .profile-dropdown .menu-items ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 16px;
}

.menu-items .user-details {
	padding: 15px;
	border-bottom: 1px solid #03436d;
}

.menu-items .user-details .profile-image,
.menu-items .user-details .details {
	display: inline-block;
	vertical-align: middle;
}

.menu-items .user-details .profile-image .image-bg {
	width: 80px;
	height: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	background-size: cover;
	margin-right: 15px;
}

.menu-items .user-details .details a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: underline;
	font-size: 0.8em;
	margin-top: -20px;
}

.profile-item .profile-image, .profile-item .name {
	display: inline-block;
	vertical-align: middle;
}

.profile-item .name .material-icons {
	font-size: 18px;
	vertical-align: text-bottom;
	margin-right: 0;
}

.profile-image .image-bg {
	width: 27px;
	height: 27px;
	background-image: url('images/user_placeholder.png');
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	background-size: cover;
}

.top-nav-bar .searchBox .input-append input[type="text"] {
	width: 100%;
	background-color: #fff;
	padding: 10px 30px 10px 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.top-nav-bar .searchBox .input-append a {
	margin-left: -30px;
	z-index: 2;
	padding: 10px 0;
	position: absolute;
	font-size: 20px;
}


/* Remove the extra padding in Google Chrome*/
img[alt='Skip Navigation Links'] {
	display: none;
}

.level1 a, .level1 a:visited {
	display: block;
	padding: 15px 20px;
	background: #0679c6;
	color: #fff;
	text-decoration: none;
	/*    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);*/
	white-space: nowrap;
	/*    font-weight: bold;*/
	font-size: 1.2em;
	padding-top: 10px;
}

	.level1 a:hover {
		background: #03436d;
		color: #fff;
		/*        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);*/
	}

	.level1 a:active {
		background-color: #465c71;
		color: #cfdbe6;
		text-shadow: none;
	}

.level1 .has-popup > a:after {
	position: absolute;
	right: 7px;
	content: '»';
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.level2, .level3, .dynamic .has-popup {
	-webkit-box-shadow: 3px 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 0 2px rgba(0, 0, 0, 0.2);
}

	.level2:last-child > li, .level3:last-child > li {
		-webkit-box-shadow: 3px 0 2px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 3px 0 2px rgba(0, 0, 0, 0.5);
		box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	}

	.level2 a, .level2 a:visited {
		text-transform: capitalize;
		text-shadow: 0;
		font-weight: normal;
		font-size: 1em;
	}

.level1 li a, .level2, .level3 {
	z-index: 99999;
	-webkit-transition: all, 0.3s, linear;
	-moz-transition: all, 0.3s, linear;
	-ms-transition: all, 0.3s, linear;
	-o-transition: all, 0.3s, linear;
	transition: all, 0.3s, linear;
}

.level2, .level3 {
	position: relative;
	width: auto;
}

/*#endregion*/
/*#region 6. ^FORM ELEMENTS */
/* Fieldset */
.form-box {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

fieldset {
	border-color: #969696;
}

	fieldset p {
		margin: 2px 12px 10px 10px;
	}

legend {
	white-space: normal;
	font-weight: bold;
	*margin-left: 1em;
}

/* Form */
.form {
	margin: 10px auto;
	width: 80%;
}

.wide-form {
	margin: 10px auto;
	width: 90%;
}

.wide-form-nm {
	margin: 0 auto;
	width: 90%;
}

.full-form {
	overflow: hidden;
	/*margin-bottom: 10px;*/
	width: 100%;
}

/* Controls */
/**/
.label, .sideLabel, .shortLabel {
	float: left;
	clear: left;
	padding: 3px .5% 2px;
	width: 40%;
	text-align: right;
	font-weight: bold;
}

.label-left {
    float: left;
    clear: left;
    padding: 3px .5% 2px;
    width: 40%;
    font-weight: bold;
}

.labellittleleft {
	float: left;
	clear: left;
	padding: 3px .5% 2px;
	width: 20%;
	text-align: right;
	font-weight: bold;
}

.label-nofloat {
	float: none;
	clear: left;
	padding: 3px .5% 2px;
	width: 40%;
	text-align: right;
	font-weight: bold;
}

.nofloat {
	float: none;
}

.topLabel {
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

.shortLabel {
	text-align: left;
	font-size: 12px;
}

.sideLabel {
	width: 140px;
}

.label-nf {
	float: right;
	clear: right;
	padding: 5px 0px 0px;
	text-align: right;
	font-weight: bold;
	overflow: visible;
	white-space: nowrap;
}

.label-nf-black {
	float: right;
	clear: right;
	padding: 5px 0px 0px;
	text-align: right;
	font-weight: bold;
	overflow: visible;
	white-space: nowrap;
	color: black !important;
}

input[type=text],
input[type=password],
input[type=number],
select, textarea {
	margin-right: 1px;
	padding: 2px 2px 2px 5px;
	border: 1px solid #a3a3a3;
	background: #fffff8;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}

input[type=text],
input[type=password],
input[type=number],
select {
	height: 18px;
}

input[type=submit] {
	height: 30px;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

select {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

	input[disabled], textarea[disabled], select[disabled] {
		border-color: #a3a3a3;
		/*background: #f2f2f2;*/
		background: #fffff8;
		color: #aaa;
		text-shadow: none;
	}

input[type=button][disabled] {
	border-color: #a3a3a3;
	color: #aaa;
	text-shadow: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

.inputField, .textArea, .selectList, .datePicker, .dateTimePicker, .noticeDateTimePicker, .shortField, .underField, .selectList-mw, .inputField-mw {
	margin: 0 0 10px 0;
	width: 30%;
	height: 20px;
}

.custom-combobox {
	position: relative;
	display: inline-block;
	width: 30%;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
	width: 55%;
	text-align: right;
}

.image-preview {
	margin-left: 40%;
	padding-bottom: 10px;
	padding-left: 10px;
}

.selectList, .selectList-mw {
	line-height: 1.5;
}

.selectList-mw {
	width: 95%;
}

	.selectList[disabled], .selectList-mw[disabled] {
		background: #FFFFF8;
		color: #444444;
	}

.ddlBig {
	width: 300px;
	height: 24px;
	font-weight: normal;
	font-size: 1em;
}

.datePicker {
	position: relative;
	border-right-width: 10px;
}

.shortField {
	width: 40%;
}

.underField {
	margin: 0 auto 5px;
	width: 90%;
}

.radioButtonList input {
	float: left;
}

.radioButtonList label {
	margin-left: 10px;
	display: block;
	text-align: center;
}

.fixWidth tr td {
	width: 200px;
	padding-top: 5px;
}

.addSpacing tr td {
	padding-right: 5px;
}

.checkbox {
	margin-right: 25px;
	vertical-align: baseline;
}

	.checkbox input {
		margin-right: 5px;
	}

.checkbox--block {
	display: block;
	height: 30px;
	text-align: left;
	font-size: 20px;
}

.textArea {
	min-height: 50px;
}

.withSideButton {
	width: 200px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	-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 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

	textarea:focus,
	select:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	input[type="number"]:focus,
	.uneditable-input:focus {
		outline: 0;
		border-color: #52a8ec;
		border-color: rgba(82, 168, 236, 0.8);
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	}

/*Login*/
.loginWrapper {
	width: 100%;
	text-align: center;
}

.logForm {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	margin: -250px 0 0 -300px;
	/*margin: -250px 0 0 -350px;*/
	min-height: 300px;
	width: 600px;
	border: 3px solid #0679c6;
	background: #fff;
}

.logForm_login {
	position: fixed;
	top: 35%;
	left: 50%;
	z-index: 1050;
	/*margin: -250px 0 0 -300px;*/
	margin: -250px 0 0 -380px;
	min-height: 300px;
	width: 800px;
	/*border: 3px solid #0679c6;*/
	background: #fff;
}

	.logForm_login .sideLabel {
		color: #4d4a4e !important;
		text-transform: capitalize !important;
	}

#forgot_password {
	float: left;
	width: 50%;
	text-align: left !important;
	font-size: 15px;
}

#need_help {
	float: left;
	width: 46%;
	text-align: right !important;
	margin-right: 10px;	
	font-size: 15px;
}

	#forgot_password a:link, #need_help a:link {
		color: #222222;
	}

	#forgot_password a:hover, #need_help a:hover {
		color: #0679c6;
	}

	#loginHeader {
		color: #0679c6;
		font-weight: normal;
		/*padding-bottom: 20px;*/
		font-size: 28px;
	}

.newFormHeader {
	color: #222222;
	/*color: #0679c6;*/
	font-weight: normal;
	/*padding-bottom: 20px;*/
	font-size: 26px;
}

.newFormHeader2 {
	color: #222222;
	font-weight: 600;
	font-size: 22px;
}

.newFormSubHeader, .newlabel {
	color: #222222;
	font-weight: 500;
	/*color: #0679c6;*/
}

.newlabel_Email{
	font-weight:400 !important;
	font-size:17px;
	/*letter-spacing:0.1em;*/
}

.newlabel_Password {
	font-weight: 400 !important;
	font-size: 17px;
	/*letter-spacing: 0.1em;*/
}

.newFormSubHeader_small {
	color: #222222;
}

.logForm_login p
{
	margin:0 !important;
	padding:0 !important;
}

#btnLogin {
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #0679c6;
	width: 435px;
	height: 40px;
	border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-size: 100% 100%;
	position: relative;
	left: -11px;
}

	#btnLogin:hover {
		background-color: #27AE60;
	}

	#btnChoose {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 435px;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -11px;
	}

	#btnChoose:hover {
		background-color: #27AE60;
	}

.alogin {
	color: #fff !important;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #0679c6;
	width: 435px;
	height: 40px;
	border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-size: 100% 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 195px;
	padding-right: 195px;
	position: relative;
	left: -2px;
}

	.alogin:hover {
		background-color: #27AE60;
	}

.alogin_Preserve {
	color: #fff !important;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #0679c6;
	width: 90%;
	height: 40px;
	border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-size: 100% 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
	padding-right: 150px;
	position: relative;
	left: 125px;
	margin-right:-150px;
	margin-left:20px;
}

.alogin_Preserve:hover {
	background-color: #27AE60;
}

.alogin_LogOut {
	color: #fff !important;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #0679c6;
	width: 90%;
	height: 40px;
	border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-size: 100% 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 180px;
	padding-right: 180px;
	position: relative;
	top: 45px;
	left: -150px;
}

	.alogin_LogOut:hover {
		background-color: #27AE60;
	}

.alogin_ForgotPassword {
	color: #fff !important;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #0679c6;
	width: 58%;
	height: 37px !important;
	border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-size: 100% 100%;
	margin-bottom:5px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 200px;
	padding-right: 200px;
	position: relative;
	top: -10px;
	left: 2px;
}

	.alogin_ForgotPassword:hover {
		background-color: #27AE60;
	}

.alogin_SignIn {
	color: #fff !important;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #0679c6;
	width: 58%;
	height: 38px;
	border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-size: 100% 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 207px;
	padding-right: 207px;
	position: relative;
	left: 2px;
}

	.alogin_SignIn:hover {
		background-color: #27AE60;
	}


.fgEmail {
	width: 100% !important;
}

#ddlSelectRole{
	position: relative;
	left: 170px;
	width: 53%;
	padding: 5px;
	background-color: #d2edfc;
}

.lblselect-tenant
{
margin-left:87px !important;
}

#ddlSelectTenant {
	position: relative;
	margin-top: 7px;
	left: -129px;
	width: 53%;
	padding: 5px;
	background-color: #d2edfc;
}

/*#btnLogin:hover {
	background-color: #0e8de3;
}*/
#loginFooterNote {
	/*color: #0679c6;*/
	color: #4d4a4e;
}

.loginText b {
	color: #336699;
}

.logLogo {
	margin: 10px auto;
	/*height: 64px;*/
	text-align: center;
}

	.logLogo img {
		/*height: 64px;*/
	}

.logNote {
	overflow: hidden;
	padding: 5px;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background: #0679c6;
	text-align: center;
}

.logFormWrapper {
	margin: 10px auto;
	/*margin: 20px auto;*/
	text-align: left;
	/*text-align:center;*/
	width: 55%;
}

	.logFormWrapper .sideLabel {
		width: 180px;
		text-transform: uppercase;
		color: #0a9acf;
		font-weight: normal;
		text-align: left !important;
	}

	.logFormWrapper .inputField {
		/*width: 35%;*/
		width: 93%;
		height: 30px;
		background-color: #d2edfc;
		font-size: 16px;
	}

	.logFormWrapper .underNote {
		/*margin-left: 185px;*/
	}

.selectRole {
	margin-top: 50px;
}

/*#endregion*/
/*#region 7. ^Buttons and Links */
/*Size*/
.big {
	font-size: 1.3em;
}

.extra-big {
	font-size: 2em;
}

.super-big {
	font-size: 3em;
}

.ultra-big {
	font-size: 3.5em;
}

/*Button Base*/
.button {
	display: inline-block;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	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, to bottom, white, #e6e6e6;
	background-image: -moz-linear-gradient(top, white, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-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);
}

.blue {
	background-color: #2b96f1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.25);
	border: solid 1px #2473b0;
	border-bottom: 1px solid #20608f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a99ef), color-stop(1, #237bbd));
	background: -webkit-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
	background: -moz-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
	background: -o-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
	background: -ms-linear-gradient(top, #2a99ef 0%, #237bbd 100%);
	background: linear, top, #2a99ef 0%, #237bbd 100%;
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/*Position*/
.submitButton {
	margin: 10px 0;
	text-align: center;
}

	.submitButton .btn-primary {
		color: #fff;
	}

.mainButton {
	float: right;
	margin: 10px 0;
}

.button:hover {
	background-color: #237bbd;
	text-decoration: none;
	opacity: .8;
	-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;
}

/*#region Wizard */
.wizard {
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}

	.wizard .step {
		position: relative;
		float: left;
		padding: 10px 0 10px 34px;
		/*padding: 10px 0 10px 65px;*/
		max-height: 105px;
		height: 105px;
		background: #D7DEE1;
		color: #313131;
	}

		.wizard .step i {
			font-weight: bold;
		}

		.wizard .step:after {
			position: absolute;
			top: 50%;
			left: 100%;
			z-index: 5;
			display: block;
			margin-top: -50px;
			width: 0;
			height: 0;
			border-top: 50px solid transparent;
			border-bottom: 50px solid transparent;
			border-left: 30px solid #D7DEE1;
			content: " ";
		}

		.wizard .step:before {
			position: absolute;
			top: 50%;
			left: 100%;
			z-index: 1;
			display: block;
			margin-top: -50px;
			margin-left: 2px;
			width: 0;
			height: 0;
			border-top: 50px solid transparent;
			border-bottom: 50px solid transparent;
			border-left: 30px solid #fff;
			content: " ";
		}

		.wizard .step::first-child {
			padding-left: 10px;
		}

		.wizard .step:last-child:after, .wizard .step:last-child:before {
			border: 0;
		}

	.wizard .active {
		background: #0a9acf;
		color: #fff;
	}

		.wizard .active span {
			color: white;
		}

		.wizard .active.step:after {
			border-left-color: #0a9acf;
		}

.wizardContent {
	padding: 5px;
	min-height: 300px;
	border: 1px solid #bbb;
	border-top-color: #ccc;
	background: #f5f5f5;
}

.wizardFooter {
	border: 1px solid #608FB1;
	border-top: 1px solid #feffff;
	background: #dff4fc;
}

	.wizardFooter .navigation {
		display: inline-block;
		min-height: 50px;
		width: 100%;
		background: #dff4fc;
		text-align: center;
	}

.navigation:hover {
	background: #91d9f5;
}

.wizardFooter div:nth-child(2) {
	border-right: 1px solid #608FB1;
	border-left: 1px solid #608FB1;
}

/*#endregion*/
/* For templates */
#treeviewHolder, .questionBox {
	float: left;
	margin: 10px 1% 0;
	min-height: 380px;
	border: 1px solid #c0c0c0;
	background: #fff;
}

	#treeviewHolder .heading, .questionBox .heading {
		border: 0;
	}

#treeviewHolder {
	width: 29%;
}

.questionBox {
	clear: right;
	width: 66%;
}

/*#region Treeview */
.treeview {
	list-style: none;
	width: 99%;
	background: transparent;
	padding: 5px;
}

	.treeview ul {
		list-style: none;
	}

	.treeview li {
		margin: 0;
		padding: 3px 0 3px 16px;
	}

	.treeview a.selected {
		border-bottom: 1px dotted;
		color: #21b1e6;
		font-weight: bold;
		font-size: 1.1em;
	}

	.treeview a.disabled {
		background: none;
		color: #777;
	}

	.treeview .hover {
		font-weight: bold;
		cursor: pointer;
	}

	.treeview .branch {
		font-size: 1.1em;
	}

	.treeview .branches {
		font-size: 1em;
	}

/*#endregion*/
/*#endregion*/
/*#region 8. ^GridView */
table {
	border-color: #c8c8c8;
}

.headerStyle {
	color: #505050;
	text-shadow: 0 1px 1px #ddd;
	font-size: 11px;
}

	.headerStyle a {
		display: block;
		color: #447ba1;
	}

		.headerStyle a:hover {
			color: #333;
		}

.gridStyle {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	table-layout: auto;
	border: 0;
	border-collapse: separate;
	border-color: #c8c8c8;
	border-spacing: 0;
	/*border-right: 1px solid #c8c8c8;*/
}

	.gridStyle tr {
		border-color: #c8c8c8;
	}

	.gridStyle th, .gridStyle td {
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
	}

	.gridStyle th {
		padding: 5px 3px;
		border-color: #c8c8c8;
		border-left: 1px solid #c8c8c8;
	}

	.gridStyle td {
		padding: 5px 5px;
		border-color: #c8c8c8;
		border-left: 1px solid #c8c8c8;
	}

.reportTo {
	width: 18.25%;
	border-collapse: collapse;
	margin-left: 21%;
	margin-bottom: 10px;
}

.h-grid-line th, .h-grid-line td {
	border: 0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

	.h-grid-line th:first-child, .h-grid-line td:first-child {
		border-left: 1px solid #c8c8c8;
	}

	.h-grid-line th:last-child, .h-grid-line td:last-child {
		border-right: 1px solid #c8c8c8;
	}

.bordered th, .bordered td {
	border: 1px solid #555555;
}

.bordered th {
	vertical-align: middle;
}

	.bordered th:empty {
		background: transparent;
		border: 0;
	}

#tblMatrix td {
	color: #1e1e1e;
	font-size: 0.8em;
	height: 130px;
	width: 130px;
}

#tblMatrix th {
	height: 20px;
	background: #fff;
}

	#tblMatrix th h4 {
		font-weight: bold;
	}

#tblMatrix middle {
	text-align: center;
	vertical-align: middle;
}

.noWidthMatrix {
	color: #1e1e1e;
	margin: 0 auto;
}

	.noWidthMatrix a, .matrix a:visited {
		color: #1e1e1e;
	}

	.noWidthMatrix .x-header {
		padding: 0;
		word-wrap: break-word;
	}

	.noWidthMatrix .x-header__wrapper {
		padding: 8px;
		width: 130px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.noWidthMatrix .x-header .withWrap {
		white-space: normal;
	}

.matrix {
	color: #1e1e1e;
	width: 550px;
	margin: 0 auto;
}

	.matrix a, .matrix a:visited {
		color: #1e1e1e;
	}

	.matrix .x-header {
		padding: 0;
		word-wrap: break-word;
	}

	.matrix .x-header__wrapper {
		padding: 8px;
		width: 130px;
		overflow: hidden;
		white-space: normal;
		text-overflow: ellipsis;
	}

	.matrix .x-header .withWrap {
		white-space: normal;
	}

.main-th {
	font-weight: bold;
}

.wide-cell-space td {
	padding: 20px 5px;
}

.breakword {
	word-break: break-all;
}

.main-column {
	color: #555;
	font-weight: bold;
	word-break:break-all;
}

.mini-column {
	font-size: 11px;
	text-align: center;
}

.mini-column-left {
	font-size: 11px;
	text-align: left;
}

.action-column {
	width: 10%;
	text-align: center;
}

.colored-cell {
	font-weight: bold;
	color: #333;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
}

.number-column {
	font-weight: bold;
	text-align: center;
}

.width-one {
	width: 1%;
}

.width-two {
	width: 2%;
}

.width-three {
	width: 3%;
}

.width-four {
	width: 4%;
}

.width-thirtytwo {
	width: 32%;
}

.width-five {
	width: 5%;
}

.width-six {
	width: 6%;
}

.width-seven {
	width: 7%;
}

.width-eight {
	width: 8%;
}

.width-nine {
	width: 9%;
}

.width-ten {
	width: 10%;
}

.width-twelve {
	width: 12%;
}

.width-fifteen {
	width: 15%;
}

.width-eighteen {
	width: 18%;
}

.width-twenty {
	width: 20%;
}

.width-twentyfive {
	width: 25%;
}

.width-thirty {
	width: 30%;
}

.width-thirtythreepointfive {
	width: 33.5%;
}

.width-forty {
	width: 40%;
}

.width-fortyfive {
	width: 45%;
}

.width-fifty {
	min-width: 50%;
}

.width-fiftyfive {
	min-width: 55%;
}

.width-fifty-seven-five {
	min-width: 57.5%;
}

.width-sixty {
	width: 60%;
}

.width-seventy {
	width: 70%;
}

.width-eighty {
	width: 80%;
}

.width-ninety {
	width: 90%;
}

.wrapped {
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.no-wrap, .gridStyle .no-wrap {
	word-wrap: normal;
	word-break: normal;
}

.rowOdd, .rowEven, .row {
	border-color: #c8c8c8;
}

.rowOdd, .row {
	background: #f4f4f4;
}

.rowEven {
	background: #f9f9f9;
}

	.rowOdd:hover, .rowEven:hover, .row:hover {
		background: #d3d3d3;
		color: #000;
	}

.pageStyle2
{
	border:none !important;
}

	.pageStyle2 td {
		border: none !important;
		padding-top: 3px !important;
		margin-top: 3px !important;
		padding-bottom: 3px !important;
		margin-bottom: 3px !important;
	}

	.pageStyle2 tr
	{
		border:none !important;
	}

#lblCurrentPage, .lblCurrentPage {
	color: #0679c6;
	/*font-weight: bold;*/
}

.pageStyle {
	background: #e0e0e0;
}

	.pageStyle table {
		margin: 0 auto;
		border: 0;
		border-spacing: 2px;
		border-collapse: separate;
	}

		.pageStyle table a {
			padding: 0 5px;
			border: 1px solid #d2d2d2;
			background: #eee;
			color: #303030;
			text-decoration: none;
		}

			.pageStyle table a:hover {
				background: #0a9acf;
				color: #fff;
			}

		.pageStyle table span {
			padding: 0 5px;
			border: 1px solid #1c9ed2;
			background: #3d9ad1;
			color: #fff;
			font-weight: bold;
		}

		.pageStyle table td {
			padding: 0;
		}

.pagination {
	display: inline-block;
	margin: 10px 0 0;
	width: 100%;
	background: #fafcfd;
	color: #303030;
	text-align: center;
}

.pagination a {
	padding: 0;
}

.page {
	display: inline;
	list-style: none;
}

	.page a:link {
		color: #303030;
	}

	.page a:hover {
		background: #0a9acf;
		color: #fff;
	}

.page-link {
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	background: #eee;
	color: #303030;
	text-decoration: none;
}

.selected-page {
	border: 1px solid #1c9ed2;
	background: #3d9ad1;
	color: #fff;
	font-weight: bold;
}

/* Grid box */
.gridBoxes {
	overflow: hidden;
	width: 100%;
}

.gridBox {
	float: left;
	min-height: 500px;
	width: 30%;
	-webkit-box-shadow: inset 0 0 1px #333;
}

.gutter {
	float: left;
	margin: 8px 0;
	width: 5%;
	font-size: 1.3;
}

	.gutter img {
		margin: 0 auto;
		text-align: center;
	}

.two-column div {
	float: left;
	width: 50%;
}

.three-column div {
	float: left;
	width: 33.33%;
}

	.three-column div:nth-child(2) {
		text-align: center;
	}

.four-column div {
	float: left;
	width: 25%;
}

	.four-column div:nth-child(2) {
		text-align: left;
	}

	.two-column div:nth-child(2), .three-column div:nth-child(3), .four-column div:nth-child(4) {
		text-align: right;
	}

.divSearchFilterBox {
	/*margin-bottom: 10px;*/
	padding: 5px;
	/*border: 1px solid #c8c8c8;
    background: #f5f5f5;*/
	font-weight: bold;
}

	.divSearchFilterBox input[type="text"], .divSearchFilterBox select {
		width: 200px;
		border: 1px solid #aaa;
		color: #555;
	}

	.divSearchFilterBox input[type="image"],
	.searchBox input[type="image"],
	.searchBox .search-icon {
		margin-bottom: -4px;
		margin-left: -25px;
		width: 16px;
		height: 16px;
		border: 0;
	}

.searchBox .input-append {
	margin-bottom: 0;
	box-sizing: initial;
}

	.searchBox .input-append input[type="text"] {
		width: 200px;
		height: 17px;
		font-size: 13px;
		padding: 2px 6px;
		font-size: 13px;
		line-height: 16px;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.searchBox .input-append {
		position: relative;
		display: inline-block;
	}

	.searchBox .clearSearch {
		position: absolute;
		right: 38px; /* adjust if needed */
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		font-size: 14px;
		color: #999;
	}

		.searchBox .clearSearch:hover {
			color: #000;
		}

.filterBox div {
	text-align: center;
}

	.filterBox div:first-child {
		text-align: left;
	}

	.filterBox div:last-child {
		text-align: right;
	}

.filterBox select {
	width: 95%;
}

.filterBox i {
	padding: 3px;
	border: 1px solid #aaa;
	border-right: 1px solid transparent;
	background: #fffff8;
}

.divSearchFilterBox .thin {
	width: 110px;
}

.ddlWide {
	width: 180px;
}

.ddlThin {
	width: 125px;
}

.ddlThinner {
	width: 70%;
	word-break: normal;
}

/*#endregion*/
/*#region 9. Tabs */
/* Tabs */
.categorySlider {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 95%;
	height: 30px;
	text-align: left;
}

	.categorySlider li {
		margin: 0;
		padding: 0;
		width: 20%;
		/* Show 5 items */
		height: 33px;
		line-height: 33px;
	}

		.categorySlider li:hover {
			width: 18%;
			background: #77cbeb;
		}

	.categorySlider .tab, .categorySlider .activeTab {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		border: 0;
		background: transparent;
		color: #fff;
		white-space: nowrap;
		font-size: 1em;
	}

	.categorySlider .activeTab {
		border: 1px solid #77cbeb;
		background: #0a9acf;
		font-weight: bold;
		cursor: default;
	}

		.categorySlider .activeTab:hover {
			color: #333;
		}

/*#region bxSlider */
.bx-wrapper {
	margin: 0 3%;
}

	.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
		width: 3%;
		height: 30px;
		color: #fff;
		text-align: center;
		text-shadow: 1px 1px 1px #333;
		font-weight: 900;
		font-size: 2em;
		line-height: 30px;
	}

		.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
			color: #333;
		}

.bx-next {
	position: absolute;
	right: -3%;
	bottom: 0;
}

.bx-prev {
	position: absolute;
	bottom: 0;
	left: -3%;
}

.bx-pager {
	position: absolute;
	right: 10px;
	bottom: -40px;
	margin: 20px auto;
	width: 100%;
	text-align: right;
}

	.bx-pager .pager-link {
		margin: 0 5px;
		background: #0a9acf;
		color: #333;
		font-size: 1em;
	}

	.bx-pager .pager-active {
		color: #fff;
		text-decoration: underline;
	}

/*#endregion*/
.tabHeader {
	background: #19497c;
}

.tabContent {
	padding: 10px;
	min-height: 445px;
	border: 1px solid #0a9acf;
	border-top: 25px solid #0a9acf;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #fff;
}

.onProgress {
	z-index: 999;
	background: #fff;
	cursor: wait;
}

.ghostForm {
	opacity: .5;
}

.tabButtons input {
	z-index: 100;
	margin: 0;
	margin-bottom: -1px;
	padding: 5px;
	width: 100px;
	border: 1px solid #696969;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #71a7ce;
	color: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.tabBox {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.tabButtons input:hover {
	background: #8EB5D8;
}

.tabButtons .activeTab {
	padding: 5px 40px 5px 40px;
	width: 200px;
	border-bottom: 0;
	background: #b3dced;
	color: #fff;
	font-weight: bolder;
	font-size: 1.2em;
}

/*#endregion*/
/*#region 10. ^HTML Editor */
.editorField {
	margin-left: 41%;
	width: 66.6%;
}

.editor {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #a3a3a3;
	background: #fff;
}

	.editor iframe {
		-webkit-box-sizing: border-box;
		box-sizing: border-box !important;
	}

.rich-text-editor {
	width: 100%;
	height: 100%;
	font-size: 13px;
}

/*#endregion*/
/* Misc. & Overrides */
.nav-list__item {
	margin-bottom: 5px;
}

/*gil May 15 */
table th {
	text-align: center;
}

.table .success {
	background: #eaf7da;
}

.gridStyle .label {
	float: none;
}

.modal-footer .btn, .tab-footer .btn {
	color: #333;
}

.modal-footer .btn-primary, .modal-footer .btn-danger, .modal-footer .btn-success, .modal-footer .btn-info, .tab-footer .btn-primary, .tab-footer .btn-danger, .tab-footer .btn-success, .tab-footer .btn-info {
	color: #fff;
}

/*.modal-body {
    min-height: 550px;
}*/

.modal-body-noMinHeight {
	padding: 10px;
	min-height: 125px;
}

.modal-body-minHeight500 {
	padding: 10px;
	min-height: 500px;
}

.smaller-modal {
	height: 50%;
}

.thinner-smaller-modal {
	height: 40%;
	width: 40%;
	margin-left: 25% !important;
	right: auto !important;
}

.wide-modal {
	margin-left: -350px;
	width: 575px;
}

.wider-modal {
	width: 1000px;
	margin-left: -500px;
}

.sessionTimeoutModal {
	height: 500px;
	width: 800px;
}

.customfield-modal {
	margin-left: -350px;
	width: 850px;
}

.side, .main {
	float: left;
}

.side, .main {
	min-height: 300px;
}

.side {
	margin-right: 10px;
	width: 20%;
}

.main {
	width: 70%;
}

.top-bar {
	margin-bottom: 10px;
}

.tab-footer {
	clear: both;
	margin: 20px auto 5px auto;
	padding: 10px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.doc-box {
	position: relative;
	margin: 5px 0;
	padding: 35px 10px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
}

	.doc-box .textArea {
		margin: 5px auto;
		min-height: 30px;
		width: 100%;
		height: 30px;
	}

	.doc-box::after {
		position: absolute;
		top: -1px;
		left: -1px;
		padding: 3px 7px;
		border: 1px solid #ddd;
		-webkit-border-radius: 0 0 3px 0;
		border-radius: 0 0 3px 0;
		background-color: #fff;
		color: #9DA0A4;
		content: attr(data-xtitle);
		font-weight: bold;
		font-size: 12px;
	}

.inverse {
	border: 1px solid #DDD;
	background-color: whiteSmoke;
}

.side-label, .input-append input[type="text"] {
	padding: 4px 6px;
	width: 200px;
	height: 20px;
}

.divider {
	margin: 5px auto;
	text-align: center;
}

.linked-row .row, .linked-row .rowOdd, .linked-row .rowEven {
	cursor: pointer;
}

.col-4-12 .label {
	width: 50%;
}

.col-4-12 .inputField {
	width: 40%;
}

.inputField-mw {
	width: 94.5%;
}
/*#region 11. Misc/Helper */
/*  ----------------------- 11. Misc/Helper ---------------------------*\
\*---------------------------------------------------------------------*/
/* Clearfix Create a group container for floated elements.*/
.group:before, #container:before, .box:before, .grey-box:before, #footer:before, .wizardContent:before, .group:after, #container:after, .box:after, .grey-box:after, #footer:after, .wizardContent:after {
	display: table;
	content: " ";
}

.group:after, #container:after, .box:after, .grey-box:after, #footer:after, .wizardContent:after {
	clear: both;
}

.group, #container, .box, .grey-box, #footer, .wizardContent {
	*zoom: 1;
}

.clear {
	clear: both;
}

.gray-scale {
	-webkit-filter: grayscale(1);
	/* Google Chrome & Webkit Nightlies */
	filter: grayscale(1);
	-moz-opacity: .5;
}

.overflow-horizontal-hidden {
	overflow-x: hidden;
}

.overflow-vertical-hidden {
	overflow-y: hidden;
}

.action-btn .na, .disabled {
	background: #ccc;
	opacity: .7;
	cursor: not-allowed;
}

	.disabled:hover {
		background: #bbb;
		cursor: not-allowed;
	}

.normal-weight {
	font-weight: normal;
}

.zero {
	margin: 0;
	padding: 0;
}

.failureNotification {
	color: #ff0000;
}

.light-red {
	background: #F7DBD6;
	background: #ff8080;
	/*rgba(243, 197, 189, 0.45);*/
}

.philippine-yellow {
	background: #FBCE01;
}

.lighter-red {
	background: #F9E4E0;
	background: rgba(243, 197, 189, 0.6);
}

.vertical-text {
	display: inline-block;
	overflow: hidden;
	width: 1.5em;
}

.vertical-text__inner {
	display: inline-block;
	white-space: nowrap;
	line-height: 1.5;
	-webkit-transform: translate(0, 100%) rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
}

	/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
	.vertical-text__inner:after {
		content: "";
		display: block;
		margin: -1.5em 0 100%;
	}

.calculatedLabel {
	font-weight: bold;
}

#CalculatedExposure .well {
	min-height: 160px;
}

.well {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e3e3e3;
}

.right {
	text-align: right;
	float: left;
}

.calculatedTextBox {
	width: 25px;
	margin-right: 100%;
	margin-bottom: 3px;
}

.exposure {
	width: 25px;
	margin-right: 100%;
	margin-bottom: 3px;
	background-color: #000;
}

.module-title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.big-field {
	border-width: 2px !important;
	width: 75%;
}

.number-textbox {
	width: 25px;
	padding-left: 2px;
	text-align: center;
}

.finance-number-textbox {
	width: 25px;
	padding-left: 2px;
	text-align: right;
}

.result-box {
	background: #fffff8;
	border: 1px solid #a3a3a3;
	display: inline-block;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	min-width: 30px;
	min-height: 18px;
}

.mini-label {
	font-size: xx-small;
	color: #f00;
	font-weight: bold;
}

.amber, .red, .green, .lightgray {
	text-align: center;
	color: #333;
}

.red-on-white {
	text-align: center;
	background: #f00;
	color: #fff;
}

.brown-on-white {
	text-align: center;
	background: #996633;
	color: #fff;
}

.green {
	color: #333;
	background: #0c0;
}

.greenOnWhite {
	color: #fff;
	background: #0c0;
	border-color: #68a76d;
}

.dark-greenOnWhite {
	color: #fff;
	background: #09420d;
	border-color: #9d7721;
}

.light-green {
	color: #333;
	background: #A2E97A;
}

.light-greenOnWhite {
	color: #fff;
	background: #A2E97A;
	border-color: #9d7721;
}

.red {
	color: #333;
	background: #f00;
}

.orange, .amber {
	color: #333;
	background: #fc0;
}

.lightgray {
	color: #333;
	background: lightgray;
}

.yellow {
	color: #333;
	background: yellow;
}

.yellow-orange {
	background: #fca641
}

.grayDropdown {
	color: #333;
	background: #d3d3d3;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.nm {
	margin: 0;
}

.np {
	padding: 0;
}

.ghostRow {
	border: 2px solid transparent;
}

.rightMost {
	float: right;
}

.leftMost {
	float: left;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.center, .at-center {
	text-align: center;
}

.middle {
	text-align: center;
	vertical-align: middle;
}

.at-left {
	text-align: left;
	color: #0a9acf;
	padding-left: 5px;
}

.at-leftBlack {
	text-align: left;
	color: #444;
	padding-left: 5px;
}

.at-right {
	text-align: right;
}

.ir {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -999em;
	direction: ltr;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visuallyHidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}

	.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus {
		position: static;
		overflow: visible;
		clip: auto;
		margin: 0;
		width: auto;
		height: auto;
	}

.invisible {
	visibility: hidden;
}

/*---------------------------CSS3---------------------------*/
/*Color with Gradients*/
.indigo {
	background: #fff;
	/* background: #d7e0e6;
    /* Old browsers */
	/* background: -moz-linear-gradient(top, #5e8cad 1%, #d7e0e6 100%);
    /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5e8cad), color-stop(100%, #d7e0e6));
    /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top, #5e8cad 1%, #d7e0e6 100%);
    /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top, #5e8cad 1%, #d7e0e6 100%);
    /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top, #5e8cad 1%, #d7e0e6 100%);
    /* IE10+ */
	/* background: linear, top, #5e8cad 1%, #d7e0e6 100%;
    /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e8cad', endColorstr='#d7e0e6',GradientType=0 );
    /* IE6-9 */
}

.grey {
	border-color: #777;
	background: #eee;
	/* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* IE10+ */
	background: linear, top, #eeeeee 0%, #cccccc 100%;
	/* W3C */
	color: #555;
	text-shadow: 0 1px 0 #fff;
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	/* IE6-8 */
}

.headerStyle, .bordered th {
	background: #fafafa;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e0e0e0));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* IE10+ */
	background: linear, top, #fafafa 0%, #e0e0e0 100%;
	/* W3C */
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e0e0e0',GradientType=0 );
	/* IE6-8 */
}

.silverGrey, .module-heading, .heading, .headerBar, .gridBox {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, white 0%, #e5e5e5 100%);
	/* IE10+ */
	background: linear, top, white 0%, #e5e5e5 100%;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	/* IE6-9 */
}

.noBackground {
	background: none;
}

.activeBlue, .tabButtons .activeTab, .activeStep {
	background: #0a9acf;
	/* Old browsers */
	background: -moz-linear-gradient(top, #21b1e6 0%, #0a9acf 7%, #0a9acf 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21b1e6), color-stop(7%, #0a9acf), color-stop(100%, #0a9acf));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #21b1e6 0%, #0a9acf 7%, #0a9acf 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #21b1e6 0%, #0a9acf 7%, #0a9acf 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #21b1e6 0%, #0a9acf 7%, #0a9acf 100%);
	/* IE10+ */
	background: linear, top, #21b1e6 0%, #0a9acf 7%, #0a9acf 100%;
	/* W3C */
}

.greyBlue {
	background: #cfe7fa;
	/* Old browsers */
}

.periwinkleBlue {
	background: #75C1E1;
}

.super-dark-blue {
	background: #19497c;
}

.ghost {
	background: transparent;
}

.answered {
	background: #f0f8ff;
}

	.answered:hover {
		background: #d7ecff;
		color: #000;
	}

.fade {
	/* background: #e3e3e3; */
	font-weight: normal;
	opacity: .5;
}

.lightSteelBlue {
	background: #c0d4df;
}

.data-exist {
	background: #e3e3e3;
}

.has-selected {
	background: #ceeafd;
}

/*Box Shadow*/
.drop-shadow, .withShadow, .with-shadow {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	zoom: 1;
}

	.drop-shadow:before, .drop-shadow:after, .withShadow:before, .withShadow:after {
		position: absolute;
		z-index: -2;
		content: "";
	}

.raised {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.outRaised {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
}

/*Border Radius*/
#container, .alert, .instructions, .action-btn, .link-box, .form-box, fieldset, input[type=text], input[type=number],
input[type=password],
select, textarea, .button, .editor, .result-box {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#divMain, #divSide, .treeview, .rowOdd, .rowEven, .row, .categorySlider .tab, .categorySlider .activeTab {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.grid div, .grid div:before, .grid div:after, #tblMatrix tr, #tblMatrix td, #tblMatrix th, .rich-text-editor {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rounded {
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.loader:before {
	position: fixed;
	z-index: 1001;
	top: 48%;
	left: 50%;
	/*top: 50%;
	left: 50%;*/
	margin-top: -70px;
	margin-left: -185px;
	/*color:#ffffff;*/
	/*margin-left: -115px;*/
	color: #0a9acf;
	font-size: 20px;
	/*color: #000;*/
	content: 'Please be patient while we update your data';
	/*font-size:18px;
	font-weight:bold;*/
}

.loader {
	position: fixed;
	/*z-index: 1000;*/
	z-index: 999999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*background: rgba( 255, 255, 255, .8 ) url("../Styles/images/circleLoading.gif") 50% 50% no-repeat;*/
	/*background: rgba( 255, 255, 255, 1 ) url("../Styles/images/circleLoading.gif") 50% 50% no-repeat;*/
	/*background: rgba( 18, 122, 195, 1 ) url("../Styles/images/circleLoading2.gif") 50% 50% no-repeat;*/
	/*background: rgba(39, 174, 96, 1 ) url("../Styles/images/circleLoading3_green.gif") 50% 50% no-repeat;*/
	/*background: rgba(147, 200, 62, 1 ) url("../Styles/images/circleLoading3_green.gif") 50% 50% no-repeat;*/
	/*background: rgba( 45, 174, 99, 1 ) url("../Styles/images/circleLoading6_green.gif") 50% 50% no-repeat;*/
	background: rgba( 255, 255, 255, 1 ) url("../Styles/images/evitareloader.gif") 50% 50% no-repeat;
}

.modal-progress {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding-top: 10px;
	/*background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;*/
	background: rgba( 45, 174, 99, 1 ) url("../Styles/images/circleLoading6_green.gif") 50% 50% no-repeat;
}

.riskscore {
	border-radius: 50%;
	width: 37.5px;
	height: 37.5px;
	text-align: center;
	line-height: 37.5px;
	padding: 0px;
	font-weight: bold;
	font-size: 175%;
}

.riskoperator {
	height: 37.5px;
	text-align: center;
	line-height: 37.5px;
	padding: 0px;
	font-weight: bold;
	font-size: 175%;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

	/* Anytime the body has the loading class, our
   modal element will be visible */
	body.loading .modal-progress {
		display: block;
	}

.breakword {
	word-wrap: break-word;
}

.tablefixed {
	table-layout: fixed;
}

.divSearch {
	position: absolute;
	left: 40%;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

.material-icons {
	margin-right: 20px;
}

	.material-icons.md-blue {
		color: #0679c6;
		font-size: 32px;
	}

	.material-icons.disabled_icon {
		color: rgba(0, 0, 0, 0.54);
		font-size: 32px;
	}

#powerTip {
	white-space: pre-line;
}

#divOkta {
	margin-top: 20px;
	margin-bottom: 15px;
}

#lbtnOkta {
	background-color: #127ac3;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 43px;
	padding-right: 49px;
	border-radius: 5px;
	text-transform: uppercase;
	position: relative;
	left: -5px;
}

	#lbtnOkta:hover {
		background-color: #27AE60;
	}

.check-control
{
	text-align:center;
	margin:0 auto;
	left:250px;
	position:relative;
}

.color-boxes-main
{
	float:left;
	text-align:center;
	width:165px;
}

.color-boxes {
	width: 115px;
	height: 115px;
	background-color: #27AE60;
	margin: 7px;
	border-radius:10px;
}

.color-boxes-small {
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	margin: 7px;
	border-radius: 10px;
	text-align: center;
}

.jsColor
{
	width:65px;
	left:-17px;
	position:relative;
}

.boxes-ChkTitle {
	font-weight: bold;
}
.checkbox-large input {
	width: 25px;
	height: 25px;
	accent-color: #0679c6;
}
.checkbox-google {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;
}

	.checkbox-google .checkbox-google-switch {
		display: inline-block;
		width: 36px;
		height: 14px;
		border-radius: 20px;
		position: relative;
		top: 6px;
		vertical-align: top;
		background: #9f9f9f;
		transition: .2s;
	}

		.checkbox-google .checkbox-google-switch:before {
			content: '';
			display: inline-block;
			width: 20px;
			height: 20px;
			position: absolute;
			top: -3px;
			left: -1px;
			background: #fff;
			border-radius: 50%;
			box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
			transition: .15s;
		}

	.checkbox-google input[type=checkbox] {
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

		.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
			background: #9ABEF7;
		}

			.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
				background: #1a73e8;
				transform: translateX(18px);
			}

	/* Hover */
	.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
		cursor: pointer;
		border-color: rgba(0, 0, 0, .3);
	}

	/* Active/Focus */
	.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before,
	.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
		animation: checkbox-active-on 0.5s forwards linear;
	}

@keyframes checkbox-active-on {
	0% {
		box-shadow: 0 0 0 0 rgba(212,212,212, 0);
	}

	99% {
		box-shadow: 0 0 0 10px rgba(212,212,212, 0.5);
	}
}

.checkbox-google input[type="checkbox"]:not(:disabled):checked:active + .checkbox-google-switch:before,
.checkbox-google input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-google-switch:before {
	animation: checkbox-active-off 0.5s forwards linear;
}

@keyframes checkbox-active-off {
	0% {
		box-shadow: 0 0 0 0 rgba(154,190,247, 0);
	}

	99% {
		box-shadow: 0 0 0 10px rgba(154,190,247, 0.5);
	}
}

/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
	filter: grayscale(60%);
	border-color: rgba(0, 0, 0, .1);
}

	.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
		background: #eee;
	}


.column-checkboxlist {
	width: 190px;
	position:absolute;
	z-index: 1000;
	border: 1px solid #333;
	padding: 7px;
	background-color: #fff;
	left: -194px;
	top: 20px;
}

#chkLstGrid label
{
	margin-left:5px;
}

.column-checkboxlist
{
	display:none;
}

#showColumn, .showColumn {
	font-size: 24px !important;
	color: #4b4545;
	position: relative;
	top: -2px;
	left: 18px;
}

#showColumn-Page {
	float: right;
	position: relative;
	margin: 7px;
}

#showColumn-Nav
{
	float:right;
	position:relative;
	/*margin: 7px;*/
}

	#showColumn-Nav table td
	{
		border:none !important;
	}

	#showColumn-Main {
		float: right;
		position: relative;
		left: 0;
		padding-top: 7px;
		padding-right: 7px;
		width: 45px;
		background-color: #e0e0e0;
		border-radius: 15px 15px 0 0;
	}


.color-boxes {
	border: 1px solid #a3a3a3;
}

#chkLstGrid tr td
{
	border:none !important;
}

/*#endregion*/
/*  ---------------------------- Credits ------------------------------*\
\*---------------------------------------------------------------------*/
/*\
 *  HTML5 BoilerPlate, Normalize CSS, Twitter Bootstrap
\*/
/* Galaxy S9+ */
@media only screen and (device-width : 320px) and (device-height : 658px) {
	#ddlSelectRole {
		left: 5px;
		width: 92%;
	}

	#btnChoose {
		width: 265px !important;
	}

	.submitButton {
		padding-left: 0px;
		height:110px;
	}

	/* Choose Select Tenant */
	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 92%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.fgEmail
	{
		width:250px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* Moto G4 */
@media only screen and (device-width : 360px) and (device-height : 640px) {
	.logLogo {
		/*border: 1px solid #000;*/
		margin-top: 50px !important;
		height: 130px;
		width: 210px;
		padding: 3px;
		position: relative;
		left: 20px;
		top: -40px;
	}

		.logLogo img {
			height: 128px !important;
		}

	#loginHeader {
		font-size: 18px;
		position: relative;
		left: 15px;
		top: -25px;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 80% !important;
		margin: 0 auto;
	}

	.logFormWrapper {
		margin: -16px auto;
	}

		.logFormWrapper .inputField {
			width: 65% !important;
		}

		.logFormWrapper .sideLabel {
			width: 65% !important;
		}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 75% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}
}

@media only screen and (device-width : 640px) and (device-height : 360px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 360px !important;
		overflow: scroll;
	}
}
/* End Moto G4*/

/* Pixel 2 */
@media only screen and (device-width : 411px) and (device-height : 731px) {
	.logLogo {
		/*border: 1px solid #000;*/
		margin-top: 50px !important;
		height: 130px;
		width: 210px;
		padding: 3px;
		position: relative;
		left: 20px;
		top: -30px;
	}

		.logLogo img {
			height: 128px !important;
		}

	#loginHeader {
		font-size: 18px;
		position: relative;
		left: 15px;
		top: -25px;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 80% !important;
		margin: 0 auto;
	}

	.logFormWrapper {
		margin: -16px auto;
	}

		.logFormWrapper .inputField {
			width: 75% !important;
		}

		.logFormWrapper .sideLabel {
			width: 75% !important;
		}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 75% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}
}

@media only screen and (device-width : 731px) and (device-height : 411px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 411px !important;
		overflow: scroll;
	}
}
/* end Pixel 2 */

/* Pixel 2 XL */
@media only screen and (device-width : 411px) and (device-height : 823px) {
	.logLogo {
		/*border: 1px solid #000;*/
		margin-top: 50px !important;
		height: 130px;
		width: 210px;
		padding: 3px;
		position: relative;
		left: 20px;
		top: -30px;
	}

		.logLogo img {
			height: 128px !important;
		}

	#loginHeader {
		font-size: 18px;
		position: relative;
		left: 15px;
		top: -25px;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 80% !important;
		margin: 0 auto;
	}

	.logFormWrapper {
		margin: -16px auto;
	}

		.logFormWrapper .inputField {
			width: 75% !important;
		}

		.logFormWrapper .sideLabel {
			width: 75% !important;
		}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 75% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}
}

@media only screen and (device-width : 823px) and (device-height : 411px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 411px !important;
		overflow: scroll;
	}
}
/* end Pixel 2 XL */

/* iPhone SE */
@media only screen and (device-width : 375px) and (device-height : 667px) {
	#ddlSelectRole {
		left: 5px;
		width: 92%;
	}

	#btnChoose {
		width: 265px !important;
	}

	.submitButton {
		padding-left: 0px;
	}

	.alogin_ForgotPassword {
		padding-left: 135px;
		padding-right: 135px;
	}

	.alogin_SignIn {
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 92%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 90% !important;
	}

	.fgEmail {
		width: 370px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 130px !important;
		padding-right: 130px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* iPhone 5/SE */
@media only screen and (device-width : 320px) and (device-height : 568px) {
	.logLogo {
		/*border: 1px solid #000;*/
		margin-top: 50px !important;
		height: 130px;
		width: 210px;
		padding: 3px;
		position: relative;
		left: 20px;
		top: -30px;
	}

		.logLogo img {
			height: 128px !important;
		}

	#loginHeader {
		font-size: 18px;
		position: relative;
		left: 15px;
		top: -25px;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 80% !important;
		margin: 0 auto;
	}

	.logFormWrapper {
		margin: -16px auto;
	}

		.logFormWrapper .inputField {
			width: 55% !important;
		}

		.logFormWrapper .sideLabel {
			width: 55% !important;
		}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 65% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}

	#ddlSelectRole 
	{
		left:5px;
		width:92%;
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 92%;
		padding: 5px;
		background-color: #d2edfc;
	}
}

@media only screen and (device-width : 568px) and (device-height : 320px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 320px !important;
		overflow: scroll;
	}
}

/* end iPhone 5/SE */
/* iPhone 6/7/8 */
@media only screen and (device-width : 375px) and (device-height : 667px) {
	#loginHeader {
		font-size: 18px;
		position: relative;
		left: -15px;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
	}

	.logFormWrapper .inputField {
		width: 92% !important;
	}

	.logFormWrapper .sideLabel {
		width: 70% !important;
	}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 80% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}

	#ddlSelectRole {
		left: 5px !important;
		width: 92%;
	}

	#btnChoose
	{
		width: 323px !important;
	}
}

@media only screen and (device-width : 667px) and (device-height : 375px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 375px !important;
		overflow: scroll;
	}
}
/* end iPhone 6/7/8 */

/* iPhone 6/7/8 plus */
@media only screen and (device-width : 414px) and (device-height : 736px) {
	#loginHeader {
		font-size: 18px;
		position: relative;
		left: -15px;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
	}

	.logFormWrapper .inputField {
		width: 75% !important;
	}

	.logFormWrapper .sideLabel {
		width: 75% !important;
	}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 80% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}
}

/* iPhone XR  */
@media only screen and (device-width : 414px) and (device-height : 896px) {
	#ddlSelectRole {
		left: 5px;
		width: 95%;
	}

	#btnChoose {
		width: 348px !important;
	}

	.submitButton {
		padding-left: 0px;
		height: 110px;
	}

	.alogin_ForgotPassword {
		padding-left: 135px;
		padding-right: 135px;
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 95%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* Choose Select Tenant */
	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 92%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 140px !important;
		padding-right: 140px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* iPhone 12 Pro*/
@media only screen and (device-width : 390px) and (device-height : 844px) {
	#ddlSelectRole {
		left: 5px;
		width: 95%;
	}

	#btnChoose {
		width: 328px !important;
	}

	

	.alogin_ForgotPassword {
		padding-left: 135px;
		padding-right: 135px;
	}

	.alogin_SignIn {
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 95%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.fgEmail {
		width: 310px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 130px !important;
		padding-right: 130px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* Pixel 5 */
@media only screen and (device-width : 393px) and (device-height : 851px) {
	#ddlSelectRole {
		left: 5px;
		width: 95%;
	}

	#btnChoose {
		width: 330px !important;
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 95%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.fgEmail {
		width: 310px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 130px !important;
		padding-right: 130px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}

}

/* Samsung Galaxy S8+ */
@media only screen and (device-width : 360px) and (device-height : 740px) {
	#ddlSelectRole {
		left: 5px;
		width: 93%;
	}

	#btnChoose {
		width: 295px !important;
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 93%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 94% !important;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 115px !important;
		padding-right: 115px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* Samsung Galaxy S9+ */
@media only screen and (device-width : 412px) and (device-height : 846px)
{
	#ddlSelectRole {
		left: 5px;
		width: 93%;
	}

	#btnChoose {
		width: 325px !important;
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 93%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 94% !important;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 115px !important;
		padding-right: 115px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* Samsung Galaxy S20 Ultra */
@media only screen and (device-width : 412px) and (device-height : 915px) {
	#ddlSelectRole {
		left: 5px;
		width: 95%;
	}

	#btnChoose {
		width: 345px !important;
	}

	.lblselect-tenant {
		margin-left: -78px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 95%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 94% !important;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 99%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -3px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 140px !important;
		padding-right: 140px !important;
		position: relative;
		left: -2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* iPad Air */

/* iPad Mini */
@media only screen and (device-width : 768px) and (device-height : 1024px) {
	#ddlSelectRole {
		left: 100px;
		width: 69%;
	}

	#btnChoose {
		width: 492px !important;
		left: 1px;
	}

	.lblselect-tenant {
		margin-left: 18px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 99px;
		width: 69%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 94% !important;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 62%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -10px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 190px !important;
		padding-right: 190px !important;
		position: relative;
		left: -10px;
	}
}

/* Surface Pro 7 */

/* Surface Duo */
@media only screen and (device-width : 540px) and (device-height : 720px) {
	#ddlSelectRole {
		left: 5px;
		width: 96%;
	}

	#btnChoose {
		width: 484px !important;
		left: 1px;
	}

	.lblselect-tenant {
		margin-left: -77px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 96%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 94% !important;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 90%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -10px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 190px !important;
		padding-right: 190px !important;
		position: relative;
		left: -10px;
	}
}

/* Galaxy Fold */
@media only screen and (device-width : 280px) and (device-height : 653px) {
	#ddlSelectRole {
		left: 5px;
		width: 90%;
	}
	
	#btnChoose {
		width: 240px !important;
		left: -3px;
	}

	.lblselect-tenant {
		margin-left: -77px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 90%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 94% !important;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 90%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -10px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 70%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 85px !important;
		padding-right: 85px !important;
		position: relative;
		left: -10px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* Galaxy A51/71 */
@media only screen and (device-width : 412px) and (device-height : 914px) {
	#ddlSelectRole {
		left: 5px;
		width: 95%;
	}

	#btnChoose {
		width: 335px !important;
		left: -3px;
	}

	.lblselect-tenant {
		margin-left: -77px !important;
	}

	#ddlSelectTenant {
		position: relative;
		margin-top: 7px;
		left: 5px;
		width: 95%;
		padding: 5px;
		background-color: #d2edfc;
	}

	/* forgot password */
	.submitButton {
		padding-left: 0px;
		height: 140px;
	}

	#AccountBodyPlaceHolder_lblEmail {
		font-weight: bold;
	}

	.logFormWrapper .inputField {
		width: 94% !important;
	}

	.fgEmail {
		width: 325px !important;
	}

	.alogin_ForgotPassword {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 100%;
		height: 37px !important;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		margin-bottom: 5px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		position: relative;
		top: -10px;
		left: -1px;
	}

	.alogin_SignIn {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 95%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 140px !important;
		padding-right: 140px !important;
		position: relative;
		left: 2px;
	}

	#aBtnSignOut {
		color: #fff !important;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 58%;
		height: 38px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px !important;
		padding-right: 100px !important;
		position: relative;
		left: -2px;
	}
}

/* Nest Hub */

/* Nest Hub Max */

@media only screen and (device-width : 736px) and (device-height : 414px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 414px !important;
		overflow: scroll;
	}
}
/* end iPhone 6/7/8 plus */

/* iPhone X */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {

	.logLogo {
		/*border: 1px solid #000;*/
		margin-top: 50px !important;
		height: 130px;
		width: 210px;
		padding: 3px;
		position: relative;
		left: 0px;
	}

		.logLogo img {
			height: 128px !important;
		}

	#loginHeader {
		font-size: 18px;
	}

	.logForm_login {
		position: fixed;
		top: -2%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
	}

	.logFormWrapper .inputField {
		width: 70% !important;
	}

	.logFormWrapper .sideLabel {
		width: 70% !important;
	}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 75% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 375px !important;
		overflow: scroll;
	}
}
/* end iPhone X*/

@media only screen and (device-width : 1024px) and (device-height : 600px) {

	.logLogo {
		margin-top: 50px !important;
		height: 180px;
		width: 295px;
		padding-top: 3px;
	}
}

@media only screen and (device-width : 280px) and (device-height : 653px) {

	.logLogo {
		/*border: 1px solid #000;*/
		margin-top: 50px !important;
		height: 130px;
		width: 210px;
		padding: 3px;
		position: relative;
		left: 0px;
	}

		.logLogo img {
			height: 128px !important;
		}

	#loginHeader {
		font-size: 18px;
	}

	.logForm_login {
		position: fixed;
		top: -2%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
	}

	.logFormWrapper .inputField {
		width: 51% !important;
	}

	.logFormWrapper .sideLabel {
		width: 52% !important;
	}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 98%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -1px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 55% !important;
	}

	#forgot_password {
		float: left;
		width: 45%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 50%;
		text-align: right !important;
		margin-right: 10px;
		color: #0679c6;
		font-size: 15px;
	}
}

/* Surface Duo */
@media only screen and (device-width : 540px) and (device-height : 720px) {
	#loginHeader {
		font-size: 18px;
		position: relative;
		left: -15px;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
	}
}

@media only screen and (device-width : 720px) and (device-height : 540px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 540px !important;
		overflow: scroll;
	}
}
/* end Surface Duo */

/* Galaxy Fold */
@media only screen and (device-width : 653px) and (device-height : 280px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 280px !important;
		overflow: scroll;
	}
}
/* end Galaxy Fold */

/* Responsive */
@media only screen and (device-width : 700px) and (device-height : 320px) and (orientation: landscape) {

	html {
		overflow-y: scroll !important;
		overflow: scroll !important;
	}

	#frmAccount {
		height: 360px !important;
	}

	body {
		overflow: scroll !important;
	}

	.indigo {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 360px !important;
		overflow: scroll !important;
	}

	.logForm_login {
		position: fixed;
		top: 5%;
		left: 5%;
		z-index: 1050;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
		height: 320px !important;
		overflow: scroll;
	}
}
/* end Responsive */

@media only screen and (device-width : 768px) and (device-height : 1024px) {
	#loginHeader {
		font-size: 18px;
		position: relative;
		left: -15px;
	}

	.logForm_login {
		position: fixed;
		top: 15%;
		left: 5%;
		z-index: 1050;
		min-height: 653px;
		background: #fff;
		width: 90% !important;
		margin: 0 auto;
	}
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

	.indigo {
		/*border:1px solid #f00;*/
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.loginWrapper {
		/*border: 1px solid #0f0;*/
		width: 100% !important;
		overflow: hidden;
		padding: 0 !important;
		margin: 0 !important;
	}

	.logForm_login {
		z-index: 1050;
		background: #fff;
		/*border: 1px solid #000;*/
		width: 85%;
		position: relative !important;
		top: 10px !important;
		left: 20px !important;
		margin: 0 !important;
	}

	.logLogo {
		/*border: 1px solid #000;*/
		/*height: 60%;*/
		padding: 3px;
		/*position: relative;
        left: 10px;
        top: -10px;*/
	}

		.logLogo img {
			height: 90% !important;
			margin: 0 auto;
			padding-left: 5px;
			padding-top: 10px;
		}

	.logFormWrapper {
		width: 100%;
		padding-left: 10px;
	}

	#btnLogin {
		cursor: pointer;
		outline: none;
		border: none;
		background-color: #0679c6;
		width: 90%;
		height: 40px;
		border-radius: 20px;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-size: 100% 100%;
		position: relative;
		left: -11px;
	}

	.logFormWrapper .inputField {
		width: 86%;
		height: 30px;
		background-color: #d2edfc;
		font-size: 16px;
	}

	#forgot_password {
		float: left;
		width: 44%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	.submitButton {
		padding-left: 15px;
	}

	.disable-click {
		pointer-events: none;
	}
	.skiptranslate iframe {
		visibility:hidden;
	}
}


.fc-col-header-cell, .fc-col-header-cell-cushion {
	float: none;
}
/*@media only screen and (device-width: 360px) {
	.logFormWrapper .inputField {
		width: 85% !important;
		height: 30px;
		background-color: #d2edfc;
		font-size: 16px;
	}

	.submitButton {
		padding-left: 20px;
	}

	#forgot_password {
		float: left;
		width: 50%;
		text-align: left !important;
		color: #0679c6;
		font-size: 15px;
	}

	#need_help {
		float: left;
		width: 45%;
		text-align: right !important;*/
		/*margin-right: 10px;*/
		/*color: #0679c6;
		font-size: 15px;
	}

	#AccountBodyPlaceHolder_LoginUser_divFooter {
		width: 85% !important;
		margin: 0 !important;
	}
}*/

.yhl-tooltip .yhl-tooltiptext {
	z-index: 10 !important;
}

/*Dashboards Common*/
.sidebar {
    position: fixed;
    right: -370px;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 10;
    width: 320px;
    padding: 20px;
    -webkit-box-shadow: 10px 0px 18px -3px rgba(0,0,0,0.37);
-moz-box-shadow: 10px 0px 18px -3px rgba(0,0,0,0.37);
box-shadow: 10px 0px 18px -3px rgba(0,0,0,0.37);
    transition: right linear 0.2s;
}

.sidebar.active {
    right: 0;
}

.sidebar .sidebar-filters select {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    height: 40px;
    box-sizing: border-box;
}

.sidebar .sidebar-filters input {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 40px;
}

.sidebar .sidebar-filters input[type="checkbox"] {
    padding: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 15px;
    vertical-align: middle;
}

.sidebar .sidebar-filters .filter-button {
    width: 49% !important;
    height: auto !important;
	color: #fff;
}

.sidebar hr {
    margin-bottom: 20px;
}

.sidebar .header {
    float: left;
}

.sidebar .material-icons {
    margin-right: 0;
}

.sidebar i {
    display: block;
    font-size: 25px;
    margin-left: 10px;
}

.sidebar table {
    margin-bottom: 20px;
}

.sidebar th, .sidebar td {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.sidebar .filter-config-list {
	height: calc(100vh - 230px);
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar .visible-filter-list {
	height: calc(100vh - 230px);
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar .filter-loader {
	height: calc(100vh - 120px);
	/* background-color: red; */
	background: rgba(255, 255, 255, 1) url(../Styles/images/evitareloader.gif) 50% 50% no-repeat;
	background-size: contain;
}

.sidebar .filter-loader h1 {
	position: relative;
	top: calc(50% - 50px);
	text-align: center;
}

.sidebar .select2-container {
	width: 100% !important;
	margin-bottom: 10px;
}

.sidebar .select2-selection--multiple {
	background: #FFFFF8 !important;
}

.sidebar .select2-selection__choice__display {
	width: 190px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.sidebar .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	padding: 3px 4px;
	border-right: 1px solid #fff;
	color: #fff;
}

.sidebar .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background-color: #0679c6;
}

.sidebar .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #0679c6;
	color: #ffffff;
	border: 1px solid #0679c6;
}

#filter-set {
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
}

#filter-set .btn {
	margin-left: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

.align-center {
    text-align: center;
}

#moduleFilter_remove,
#moduleFilter_showSettings {
    float: right;
}

#moduleFilter_showSettings {
	display: block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.search-filters > div {
    display: inline-block;
}

.sidebar-toggle span {
    vertical-align: middle;
}

.pagination {
    background-color: #fff;
    width: auto;
    margin-left: 10px;
    margin-top: 2px;
}

.pagination #showColumn-Nav a {
    padding: 0 7px;
}

.pagination #showColumn-Page {
    margin: 0;
}

.pagination #showColumn-Page span {
    top: auto;
    vertical-align: sub;
}

.headerStyle th {
	position: sticky !important;
	top: 0 !important;
	z-index: 1;
	background: #fafafa;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e0e0e0));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
	/* IE10+ */
	background: linear, top, #fafafa 0%, #e0e0e0 100%;
	/* W3C */
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e0e0e0',GradientType=0 );
	/* IE6-8 */
}

#btnClearCountFilter {
    width: auto;
    top: 0 !important;
    margin-right: 0;
}

.actions-container {
    position: relative;
	display: inline-block;
}

.actions-area .sidebar-toggle .material-icons,
.actions-container .material-icons {
	margin: 0 !important;
	vertical-align: middle;
	font-size: 20px !important;
	color: #fff !important;
	line-height: 20px;
}

.actions-area .yhl-tooltip .yhl-tooltiptext {
	bottom: auto;
	top: 100%;
}

.actions-area .yhl-tooltip .yhl-tooltiptext::after {
	content: "";
    position: absolute;
    bottom: 100%;
	top: auto;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}


.action-items {
	position: absolute;
	background-color: #0679c6;
	z-index: 1;
	left: 0;
	min-width: 130px;
	display: none;
}

.actions-container:hover .action-items {
    display: block;
}

.action-items ul {
    padding-left: 0;
}
        
.action-items ul li {
    list-style: none;
}
        
.action-items ul li a {
    padding: 10px 20px;
    border-bottom: 1px solid #FFF;
    display: block;
	color: #fff;
}

.action-items ul li a:hover {
    background-color: #03436d;
}

#secGrid {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
}

/* .box-menu .leftMost h2 {
    float: left;
}

.box-menu .leftMost .search-filters {
    float: left;
}*/

.searchBox .input-append input[type="text"] {
	width: 400px;
	background-color: #fff;
	padding: 5px 30px 5px 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    vertical-align: middle;
}

.searchBox .input-append a {
	margin-left: -30px;
	z-index: 2;
	padding: 5px 0;
	position: absolute;
	font-size: 20px;
}

.box-menu.cells {
    display: table;
    width: 100%;
}

.box-menu.cells .left-col,
.box-menu.cells .right-col {
    display: table-cell;
    vertical-align: middle;
}

.box-menu.cells .left-col h2,
.box-menu.cells .left-col .btn-action,
.box-menu.cells .left-col .search-filters {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
        
.box-menu.cells .right-col .actions-area {
    text-align: right;
}

.box-menu.cells .right-col .actions-area > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: right;
}

.box-menu .hidden {
	display: none !important;
}

.btn-new {
	padding: 4px 14px !important;
	margin-right: 7px;
}

.cloudBlue.box a.btn {
	color: #107399 !important;
}

.cloudBlue.box a.btn-primary {
	color: #ffffff !important;
}

.cloudBlue.box .btn-new {
	font-size: 14px !important;
}

.color-filter .wrapper-dropdown {
	position: relative;
	background: #FFF;
	color: #2e2e2e;
	outline: none;
	cursor: pointer;
	width: calc(100% - 1px);	
	margin-bottom: 10px;
	box-sizing: initial;
}
.color-filter .wrapper-dropdown > span {
	width: calc(100% - 11px);
	display: block;
	border: 1px solid #ababab;
	padding: 5px 5px;
	height: 25px;
	border-radius: 3px;
}
.color-filter .wrapper-dropdown > span > span {
  padding: 0 12px;
  margin-right: 5px;
}

.color-filter .wrapper-dropdown > span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 2px;
    top: calc(50% + 4px);
    margin-top: -6px;
	  border-width: 6px 6px 0 6px;
    border-style: solid;
	  border-color: #2e2e2e transparent;
}

.color-filter .wrapper-dropdown .dropdown {
    position: absolute;
	  z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    font-weight: normal;
	  list-style-type: none;
	  padding-left: 0;
	  margin: 0;
	  border: 1px solid #ababab;
	  border-top: 0;
	  display: none;
}

.color-filter.dropdown-active .wrapper-dropdown .dropdown {
	  display: block;
}

.color-filter .wrapper-dropdown .dropdown li {
    display: block;
    text-decoration: none;
    color: #2e2e2e;
	  padding: 5px;
	  cursor: pointer;
}

.color-filter .wrapper-dropdown .dropdown li > .color-visual {
  padding: 0 12px;
  margin-right: 5px;
  border: 1px solid #000;
}

.color-filter .wrapper-dropdown .dropdown li:hover {
    background: #eee;
	  cursor: pointer;
}

.color-filter .selector > .color-visual {
	border: 1px solid #000;
}

.color-filter .selector .colorValue {
	padding: 0 0;
}

.otf-modal label {
	width: 25%;
}

.otf-modal input {
	width: 60%;
}

.btn.btn-primary {
	color: #fff;
}

.colpick_hex.withColorName {
	height: 260px;
}

.colpick_hex.withColorName .color-name-container {
	position: absolute;
	top: 205px;
	left: 10px;
}

.colpick_hex.withColorName .color-name-container input {
	width: 178px;
}

.datepicker + i {
	display: none;
}

.userPickerLoading {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
